Pull request #3285 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5e62af26a0a6ac0dd783723671b6ce388f74a372+bf41993ae39f966b0d993bd56432d2f66e6af597 (aa1fbcd5beff79da3e9d06caa42b0bbe7898cb9a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-30944 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 5e62af26a0a6ac0dd783723671b6ce388f74a372 Merge succeeded, producing 5e62af26a0a6ac0dd783723671b6ce388f74a372 Checking out Revision 5e62af26a0a6ac0dd783723671b6ce388f74a372 (PR-3285) > git config core.sparsecheckout # timeout=10 > git checkout -f 5e62af26a0a6ac0dd783723671b6ce388f74a372 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5e62af26a0a6ac0dd783723671b6ce388f74a372 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 2807aebda7c3a490a0d76e7f0a64bb01c3290329 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:16:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:16:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:16:27 ========================================================= 22:16:27 EdgeX Global Pipelines Version Info 22:16:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:16:29 ------------------- 22:16:29 stable info: 22:16:29 ------------------- 22:16:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:16:29 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:16:29 Message: update stable to v1.0.186 22:16:30 ------------------- 22:16:30 experimental info: 22:16:30 ------------------- 22:16:30 Commited By: **** collab-it+edgex@linuxfoundation.org 22:16:30 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:16:30 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:16:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:16:31 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:16:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:16:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:16:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:16:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:16:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:16:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:16:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:16:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:16:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:16:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:16:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:16:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:16:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:16:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:16:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:16:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:16:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:16:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:16:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:16:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:16:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3285 [Pipeline] echo 22:16:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3285 [Pipeline] echo 22:16:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3285 [Pipeline] echo 22:16:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5e62af26a0a6ac0dd783723671b6ce388f74a372 [Pipeline] echo 22:16:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5e62af2 [Pipeline] echo 22:16:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:16:34 provisioning config files... 22:16:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8906445047632934695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:16:34 ---> docker-login.sh 22:16:34 nexus3.edgexfoundry.org:10001 22:16:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:35 Configure a credential helper to remove this warning. See 22:16:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:35 22:16:35 Login Succeeded 22:16:35 nexus3.edgexfoundry.org:10002 22:16:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:36 Configure a credential helper to remove this warning. See 22:16:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:36 22:16:36 Login Succeeded 22:16:36 nexus3.edgexfoundry.org:10003 22:16:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:37 Configure a credential helper to remove this warning. See 22:16:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:37 22:16:37 Login Succeeded 22:16:37 nexus3.edgexfoundry.org:10004 22:16:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:38 Configure a credential helper to remove this warning. See 22:16:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:38 22:16:38 Login Succeeded 22:16:38 docker.io 22:16:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:39 Configure a credential helper to remove this warning. See 22:16:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:39 22:16:39 Login Succeeded 22:16:39 ---> docker-login.sh ends [Pipeline] } 22:16:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:16:39 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 22:16:39 + for file in '`ls cmd/**/Dockerfile`' 22:16:39 ++ cut -d/ -f2 22:16:39 ++ dirname cmd/core-command/Dockerfile 22:16:39 + echo core-command,cmd/core-command/Dockerfile 22:16:39 + for file in '`ls cmd/**/Dockerfile`' 22:16:39 ++ cut -d/ -f2 22:16:39 ++ dirname cmd/core-data/Dockerfile 22:16:39 + echo core-data,cmd/core-data/Dockerfile 22:16:39 + for file in '`ls cmd/**/Dockerfile`' 22:16:39 ++ dirname cmd/core-metadata/Dockerfile 22:16:39 ++ cut -d/ -f2 22:16:39 + echo core-metadata,cmd/core-metadata/Dockerfile 22:16:39 + for file in '`ls cmd/**/Dockerfile`' 22:16:39 ++ dirname cmd/security-bootstrapper/Dockerfile 22:16:39 ++ cut -d/ -f2 22:16:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:16:39 + for file in '`ls cmd/**/Dockerfile`' 22:16:39 ++ dirname cmd/security-proxy-setup/Dockerfile 22:16:39 ++ cut -d/ -f2 22:16:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:16:39 + for file in '`ls cmd/**/Dockerfile`' 22:16:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:16:39 ++ cut -d/ -f2 22:16:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:16:39 + for file in '`ls cmd/**/Dockerfile`' 22:16:39 ++ dirname cmd/support-notifications/Dockerfile 22:16:39 ++ cut -d/ -f2 22:16:39 + echo support-notifications,cmd/support-notifications/Dockerfile 22:16:39 + for file in '`ls cmd/**/Dockerfile`' 22:16:39 ++ dirname cmd/support-scheduler/Dockerfile 22:16:39 ++ cut -d/ -f2 22:16:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:16:39 + for file in '`ls cmd/**/Dockerfile`' 22:16:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:16:39 ++ cut -d/ -f2 22:16:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:16:39 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:16:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:16:40 22:16:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:16:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:16:41 latest: Pulling from edgex-devops/git-semver 22:16:41 31603596830f: Pulling fs layer 22:16:41 2a8b12db71e7: Pulling fs layer 22:16:41 6ca5941a6612: Pulling fs layer 22:16:41 ecc8261a40a4: Pulling fs layer 22:16:41 ecc8261a40a4: Waiting 22:16:41 2a8b12db71e7: Download complete 22:16:41 31603596830f: Verifying Checksum 22:16:41 31603596830f: Download complete 22:16:41 6ca5941a6612: Verifying Checksum 22:16:41 6ca5941a6612: Download complete 22:16:41 ecc8261a40a4: Verifying Checksum 22:16:41 ecc8261a40a4: Download complete 22:16:42 31603596830f: Pull complete 22:16:42 2a8b12db71e7: Pull complete 22:16:45 6ca5941a6612: Pull complete 22:16:45 ecc8261a40a4: Pull complete 22:16:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:16:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:16:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:16:45 prd-centos7-docker-4c-2g-30944 does not seem to be running inside a container 22:16:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:16:48 $ docker top 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:16:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:16:49 [ssh-agent] Looking for ssh-agent implementation... 22:16:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:16:50 $ docker exec 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 ssh-agent 22:16:50 SSH_AUTH_SOCK=/tmp/ssh-ARTeckWnkfHc/agent.12 22:16:50 SSH_AGENT_PID=17 22:16:50 Running ssh-add (command line suppressed) 22:16:51 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8613725785215864161.key (/w/workspace/edgex-go/3@tmp/private_key_8613725785215864161.key) 22:16:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:16:52 + git tag --points-at HEAD [Pipeline] } 22:16:52 $ docker exec --env ******** --env ******** 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 ssh-agent -k 22:16:52 unset SSH_AUTH_SOCK; 22:16:52 unset SSH_AGENT_PID; 22:16:52 echo Agent pid 17 killed; 22:16:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:16:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:16:52 [ssh-agent] Looking for ssh-agent implementation... 22:16:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:16:53 $ docker exec 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 ssh-agent 22:16:54 SSH_AUTH_SOCK=/tmp/ssh-1MJiqhwOSJBJ/agent.46 22:16:54 SSH_AGENT_PID=51 22:16:54 Running ssh-add (command line suppressed) 22:16:54 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6811049555388759386.key (/w/workspace/edgex-go/3@tmp/private_key_6811049555388759386.key) 22:16:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:16:55 + git semver init 22:16:55 # -> Open(): unable to determine branch for HEAD 22:16:55 # $GIT_DIR = /w/workspace/edgex-go/3/.git 22:16:55 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 22:16:55 # $SEMVER_REMOTE_NAME = origin 22:16:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:16:55 # $SEMVER_USER_NAME = edgex-jenkins 22:16:55 # $SEMVER_BRANCH = PR-3285 22:16:55 # $SEMVER_TEMP = /tmp/semver-128642356 22:16:55 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:17:34 # '/tmp/semver-128642356' -> '/w/workspace/edgex-go/3/.semver' 22:17:34 # -> Force: false 22:17:34 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 22:17:34 $ docker exec --env ******** --env ******** 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 ssh-agent -k 22:17:34 unset SSH_AUTH_SOCK; 22:17:34 unset SSH_AGENT_PID; 22:17:34 echo Agent pid 51 killed; 22:17:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:17:35 + git semver [Pipeline] } 22:17:36 $ docker stop --time=1 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 22:17:39 $ docker rm -f 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 [Pipeline] // withDockerContainer [Pipeline] sh 22:17:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:17:41 Stashed 1 file(s) [Pipeline] echo 22:17:41 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:17:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:17:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:17:43 + sudo service docker restart 22:17:43 + true 22:17:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:17:44 ========================================================= 22:17:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:17:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:17:45 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:17:52 Sending build context to Docker daemon 328.7MB 22:17:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:17:52 Step 2/6 : FROM ${BASE} 22:17:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:17:52 188c0c94c7c5: Pulling fs layer 22:17:52 0ef7d3d256c8: Pulling fs layer 22:17:52 de9db76c5a1d: Pulling fs layer 22:17:52 bca2f99d35d6: Pulling fs layer 22:17:52 93359f2a8cfa: Pulling fs layer 22:17:52 7c6f9722023f: Pulling fs layer 22:17:52 a35cf1a2eb13: Pulling fs layer 22:17:52 bca2f99d35d6: Waiting 22:17:52 93359f2a8cfa: Waiting 22:17:52 7c6f9722023f: Waiting 22:17:52 a35cf1a2eb13: Waiting 22:17:52 de9db76c5a1d: Verifying Checksum 22:17:52 de9db76c5a1d: Download complete 22:17:52 0ef7d3d256c8: Download complete 22:17:52 93359f2a8cfa: Verifying Checksum 22:17:52 93359f2a8cfa: Download complete 22:17:52 7c6f9722023f: Verifying Checksum 22:17:52 7c6f9722023f: Download complete 22:17:52 188c0c94c7c5: Verifying Checksum 22:17:52 188c0c94c7c5: Download complete 22:17:52 188c0c94c7c5: Pull complete 22:17:53 0ef7d3d256c8: Pull complete 22:17:54 a35cf1a2eb13: Verifying Checksum 22:17:54 a35cf1a2eb13: Download complete 22:17:54 de9db76c5a1d: Pull complete 22:17:55 bca2f99d35d6: Verifying Checksum 22:17:55 bca2f99d35d6: Download complete 22:17:57 Still waiting to schedule task 22:17:57 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:18:10 bca2f99d35d6: Pull complete 22:18:10 93359f2a8cfa: Pull complete 22:18:10 7c6f9722023f: Pull complete 22:18:15 a35cf1a2eb13: Pull complete 22:18:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:18:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:18:15 ---> a62c8e92a672 22:18:15 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:18:15 ---> Running in 74496675a25f 22:18:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:18 (1/12) Installing libmagic (5.38-r0) 22:18:18 (2/12) Installing file (5.38-r0) 22:18:18 (3/12) Installing libc-dev (0.7.2-r3) 22:18:18 (4/12) Installing g++ (9.3.0-r2) 22:18:23 (5/12) Installing fortify-headers (1.1-r0) 22:18:23 (6/12) Installing patch (2.7.6-r6) 22:18:23 (7/12) Installing build-base (0.5-r2) 22:18:23 (8/12) Installing libsodium (1.0.18-r0) 22:18:23 (9/12) Installing pkgconf (1.7.2-r0) 22:18:23 (10/12) Installing libsodium-dev (1.0.18-r0) 22:18:23 (11/12) Installing libzmq (4.3.3-r0) 22:18:23 (12/12) Installing zeromq-dev (4.3.3-r0) 22:18:23 Executing busybox-1.31.1-r19.trigger 22:18:23 OK: 233 MiB in 51 packages 22:18:28 Removing intermediate container 74496675a25f 22:18:28 ---> 04aaf9dd1162 22:18:28 Step 4/6 : WORKDIR /edgex-go 22:18:28 ---> Running in 543fbd5af061 22:18:28 Removing intermediate container 543fbd5af061 22:18:28 ---> e8bb116df784 22:18:28 Step 5/6 : COPY go.mod . 22:18:28 ---> fe90370ab2cb 22:18:28 Step 6/6 : RUN go mod download 22:18:28 ---> Running in 65eb592bae7a 22:19:01 Removing intermediate container 65eb592bae7a 22:19:01 ---> 015ef81436ff 22:19:01 Successfully built 015ef81436ff 22:19:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:19:02 + docker inspect -f . ci-base-image-x86_64 22:19:02 . [Pipeline] withDockerContainer 22:19:02 prd-centos7-docker-4c-2g-30944 does not seem to be running inside a container 22:19:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:19:04 $ docker top 59e0ebf9198aa86ae1918ba682c78375fddc01757a58ff0b4112b6b176d07f18 -eo pid,comm [Pipeline] { [Pipeline] sh 22:19:05 + go version 22:19:05 go version go1.15.5 linux/amd64 [Pipeline] } 22:19:05 $ docker stop --time=1 59e0ebf9198aa86ae1918ba682c78375fddc01757a58ff0b4112b6b176d07f18 22:19:07 $ docker rm -f 59e0ebf9198aa86ae1918ba682c78375fddc01757a58ff0b4112b6b176d07f18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:19:08 + docker inspect -f . ci-base-image-x86_64 22:19:08 . [Pipeline] withDockerContainer 22:19:08 prd-centos7-docker-4c-2g-30944 does not seem to be running inside a container 22:19:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:19:11 $ docker top 758e6830be6e3182287ece56595c47367aca494123e587239644ab050aaf9dc2 -eo pid,comm [Pipeline] { [Pipeline] echo 22:19:12 ========================================================= 22:19:12 [edgeXBuildGoParallel] Running Tests and Build... 22:19:12 ========================================================= [Pipeline] sh 22:19:12 + make test 22:19:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:19:40 ? github.com/edgexfoundry/edgex-go [no test files] 22:20:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30949 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws 22:20:23 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 22:20:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:20:29 using credential edgex-jenkins-ssh 22:20:29 Cloning the remote Git repository 22:20:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:20:30 > git init /w/workspace/edgex-go/3 # timeout=10 22:20:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:20:30 > git --version # timeout=10 22:20:30 > git --version # 'git version 2.17.1' 22:20:30 using GIT_SSH to set credentials SSH Credentials for GitHub 22:20:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:20:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:20:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:20:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:20:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:20:49 Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 5e62af26a0a6ac0dd783723671b6ce388f74a372 22:20:49 Merge succeeded, producing 5e62af26a0a6ac0dd783723671b6ce388f74a372 22:20:49 Checking out Revision 5e62af26a0a6ac0dd783723671b6ce388f74a372 (PR-3285) 22:20:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:20:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:20:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:20:48 using GIT_SSH to set credentials SSH Credentials for GitHub 22:20:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:20:49 > git config core.sparsecheckout # timeout=10 22:20:49 > git checkout -f 5e62af26a0a6ac0dd783723671b6ce388f74a372 # timeout=10 22:20:49 > git remote # timeout=10 22:20:49 > git config --get remote.origin.url # timeout=10 22:20:49 using GIT_SSH to set credentials SSH Credentials for GitHub 22:20:49 > git merge bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 22:20:49 > git rev-parse HEAD^{commit} # timeout=10 22:20:49 > git config core.sparsecheckout # timeout=10 22:20:49 > git checkout -f 5e62af26a0a6ac0dd783723671b6ce388f74a372 # timeout=10 22:20:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:20:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:20:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:20:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:20:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:20:54 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { 22:20:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:20:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:20:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:20:56 + sudo service docker+ restart 22:20:56 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:20:58 provisioning config files... 22:20:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config448517576202344072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:20:59 ---> docker-login.sh 22:20:59 nexus3.edgexfoundry.org:10001 22:21:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:00 Configure a credential helper to remove this warning. See 22:21:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:00 22:21:00 Login Succeeded 22:21:00 nexus3.edgexfoundry.org:10002 22:21:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:21:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:21:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:01 Configure a credential helper to remove this warning. See 22:21:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:01 22:21:01 Login Succeeded 22:21:01 nexus3.edgexfoundry.org:10003 22:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:02 Configure a credential helper to remove this warning. See 22:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:02 22:21:02 Login Succeeded 22:21:02 nexus3.edgexfoundry.org:10004 22:21:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:02 Configure a credential helper to remove this warning. See 22:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:02 22:21:02 Login Succeeded 22:21:02 docker.io 22:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:03 Configure a credential helper to remove this warning. See 22:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:03 22:21:03 Login Succeeded 22:21:03 ---> docker-login.sh ends [Pipeline] } 22:21:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:21:04 ========================================================= 22:21:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:21:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:21:04 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:21:07 Sending build context to Docker daemon 166.9MB 22:21:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:21:07 Step 2/6 : FROM ${BASE} 22:21:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:21:07 5f621e34cdf4: Pulling fs layer 22:21:07 a4357932f1b6: Pulling fs layer 22:21:07 18c013af1878: Pulling fs layer 22:21:07 00ac8860ef70: Pulling fs layer 22:21:07 63d7cb157983: Pulling fs layer 22:21:07 b116817d02f9: Pulling fs layer 22:21:07 745a02a5169b: Pulling fs layer 22:21:07 63d7cb157983: Waiting 22:21:07 b116817d02f9: Waiting 22:21:07 745a02a5169b: Waiting 22:21:07 00ac8860ef70: Waiting 22:21:07 18c013af1878: Download complete 22:21:07 a4357932f1b6: Download complete 22:21:07 63d7cb157983: Verifying Checksum 22:21:07 63d7cb157983: Download complete 22:21:07 5f621e34cdf4: Download complete 22:21:07 b116817d02f9: Verifying Checksum 22:21:07 b116817d02f9: Download complete 22:21:07 5f621e34cdf4: Pull complete 22:21:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.291s coverage: 45.9% of statements 22:21:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:21:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:21:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:21:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:21:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:21:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:21:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.199s coverage: 19.8% of statements 22:21:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements 22:21:08 a4357932f1b6: Pull complete 22:21:09 18c013af1878: Pull complete 22:21:09 745a02a5169b: Verifying Checksum 22:21:09 745a02a5169b: Download complete 22:21:11 00ac8860ef70: Verifying Checksum 22:21:11 00ac8860ef70: Download complete 22:21:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.733s coverage: 27.1% of statements 22:21:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:21:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:21:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:21:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:21:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:21:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:21:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 22:21:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:21:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements 22:21:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:21:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:21:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.217s coverage: 71.3% of statements 22:21:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:21:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:21:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.541s coverage: 82.9% of statements 22:21:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:21:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:21:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.107s coverage: 78.9% of statements 22:21:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:21:21 00ac8860ef70: Pull complete 22:21:21 63d7cb157983: Pull complete 22:21:21 b116817d02f9: Pull complete 22:21:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.170s coverage: 28.6% of statements 22:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:21:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.180s coverage: 100.0% of statements 22:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:21:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements 22:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:21:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.165s coverage: 86.7% of statements 22:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:21:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.456s coverage: 97.5% of statements 22:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:21:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.195s coverage: 78.3% of statements 22:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:21:26 745a02a5169b: Pull complete 22:21:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:21:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:21:26 ---> b7e6874047d6 22:21:26 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:21:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.848s coverage: 92.8% of statements 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:21:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.114s coverage: 58.8% of statements 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:21:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.395s coverage: 0.1% of statements 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:21:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:21:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 47.1% of statements 22:21:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.196s coverage: 79.5% of statements 22:21:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 22:21:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.254s coverage: 96.3% of statements 22:21:29 ---> Running in 16fd7a235d65 22:21:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements 22:21:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:21:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:21:32 (1/12) Installing libmagic (5.38-r0) 22:21:32 (2/12) Installing file (5.38-r0) 22:21:32 (3/12) Installing libc-dev (0.7.2-r3) 22:21:33 (4/12) Installing g++ (9.3.0-r2) 22:21:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.096s coverage: 94.4% of statements 22:21:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements 22:21:45 (5/12) Installing fortify-headers (1.1-r0) 22:21:45 (6/12) Installing patch (2.7.6-r6) 22:21:45 (7/12) Installing build-base (0.5-r2) 22:21:45 (8/12) Installing libsodium (1.0.18-r0) 22:21:45 (9/12) Installing pkgconf (1.7.2-r0) 22:21:45 (10/12) Installing libsodium-dev (1.0.18-r0) 22:21:45 (11/12) Installing libzmq (4.3.3-r0) 22:21:46 (12/12) Installing zeromq-dev (4.3.3-r0) 22:21:46 Executing busybox-1.31.1-r19.trigger 22:21:46 OK: 217 MiB in 51 packages 22:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.054s coverage: 81.7% of statements 22:21:50 Removing intermediate container 16fd7a235d65 22:21:50 ---> 345a80644ed0 22:21:50 Step 4/6 : WORKDIR /edgex-go 22:21:50 ---> Running in 76c124e6099a 22:21:50 Removing intermediate container 76c124e6099a 22:21:50 ---> 3626dfd85b19 22:21:50 Step 5/6 : COPY go.mod . 22:21:51 ---> 62458868ebe4 22:21:51 Step 6/6 : RUN go mod download 22:21:51 ---> Running in 32b5d95e0791 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.294s coverage: 92.9% of statements 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.213s coverage: 77.8% of statements 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.196s coverage: 87.2% of statements 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.106s coverage: 75.5% of statements 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.102s coverage: 80.8% of statements 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.162s coverage: 87.2% of statements 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 84.6% of statements 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.6% of statements 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.525s coverage: 64.4% of statements 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.149s coverage: 100.0% of statements 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 22:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.551s coverage: 69.0% of statements 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.146s coverage: 38.4% of statements 22:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.080s coverage: 89.5% of statements 22:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements 22:22:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.300s coverage: 47.0% of statements 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:22:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.083s coverage: 100.0% of statements 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:22:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:22:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.409s coverage: 87.1% of statements 22:22:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:22:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:22:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:22:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.094s coverage: 29.1% of statements 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:22:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.435s coverage: 99.0% of statements 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:22:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:22:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.543s coverage: 96.5% of statements 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:22:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.282s coverage: 0.0% of statements 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:22:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.170s coverage: 100.0% of statements 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:22:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.139s coverage: 87.9% of statements 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:22:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 22:22:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements 22:22:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements 22:22:14 GO111MODULE=on go vet ./... 22:22:24 Removing intermediate container 32b5d95e0791 22:22:24 ---> d4fdfdf1074a 22:22:24 Successfully built d4fdfdf1074a 22:22:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:22:24 + docker inspect -f . ci-base-image-arm64 22:22:24 . [Pipeline] withDockerContainer 22:22:24 prd-ubuntu18.04-docker-arm64-4c-16g-30949 does not seem to be running inside a container 22:22:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:22:26 $ docker top fbd120be5c4777c4b21c99649832e7f6992750499fd1565ecc777341ab7c3c47 -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:27 + go version 22:22:27 go version go1.15.5 linux/arm64 [Pipeline] } 22:22:27 $ docker stop --time=1 fbd120be5c4777c4b21c99649832e7f6992750499fd1565ecc777341ab7c3c47 22:22:30 $ docker rm -f fbd120be5c4777c4b21c99649832e7f6992750499fd1565ecc777341ab7c3c47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:22:31 + docker inspect -f . ci-base-image-arm64 22:22:31 . [Pipeline] withDockerContainer 22:22:31 prd-ubuntu18.04-docker-arm64-4c-16g-30949 does not seem to be running inside a container 22:22:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:22:33 $ docker top d50ae95c9bc8e66dd8841af4626f87ce66bc88e09c5bc98de877734d60c2f2c2 -eo pid,comm [Pipeline] { [Pipeline] echo 22:22:33 ========================================================= 22:22:33 [edgeXBuildGoParallel] Running Tests and Build... 22:22:33 ========================================================= [Pipeline] sh 22:22:34 + make test 22:22:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:23:00 ? github.com/edgexfoundry/edgex-go [no test files] 22:23:22 gofmt -l . 22:23:22 [ "`gofmt -l .`" = "" ] 22:23:22 ./bin/test-go-mod-tidy.sh 22:23:23 ./bin/test-attribution-txt.sh [Pipeline] sh 22:23:26 + ls -al . 22:23:26 total 772 22:23:26 drwxrwxr-x 10 1001 1001 4096 Mar 22 22:23 . 22:23:26 drwxr-xr-x 4 root root 28 Mar 22 22:19 .. 22:23:26 -rw-rw-r-- 1 1001 1001 11 Mar 22 22:16 .dockerignore 22:23:26 drwxrwxr-x 8 1001 1001 179 Mar 22 22:16 .git 22:23:26 drwxrwxr-x 3 1001 1001 125 Mar 22 22:16 .github 22:23:26 -rw-rw-r-- 1 1001 1001 818 Mar 22 22:16 .gitignore 22:23:26 drwx------ 3 1001 1001 60 Mar 22 22:17 .semver 22:23:26 -rw-rw-r-- 1 1001 1001 166 Mar 22 22:16 .sonarcloud.properties 22:23:26 -rw-rw-r-- 1 1001 1001 8607 Mar 22 22:16 Attribution.txt 22:23:26 -rw-rw-r-- 1 1001 1001 3804 Mar 22 22:16 CONTRIBUTING.md 22:23:26 -rw-rw-r-- 1 1001 1001 931 Mar 22 22:16 Dockerfile.build 22:23:26 -rw-rw-r-- 1 1001 1001 863 Mar 22 22:16 Jenkinsfile 22:23:26 -rw-rw-r-- 1 1001 1001 10775 Mar 22 22:16 LICENSE 22:23:26 -rw-rw-r-- 1 1001 1001 5774 Mar 22 22:16 Makefile 22:23:26 -rw-rw-r-- 1 1001 1001 6548 Mar 22 22:16 README.md 22:23:26 -rw-rw-r-- 1 1001 1001 6755 Mar 22 22:16 SECURITY.md 22:23:26 -rw-rw-r-- 1 1001 1001 5 Mar 22 22:17 VERSION 22:23:26 -rw-rw-r-- 1 1001 1001 4131 Mar 22 22:16 ZMQWindows.md 22:23:26 drwxrwxr-x 2 1001 1001 117 Mar 22 22:16 bin 22:23:26 drwxrwxr-x 14 1001 1001 4096 Mar 22 22:16 cmd 22:23:26 -rw-r--r-- 1 root root 659965 Mar 22 22:22 coverage.out 22:23:26 -rw-r--r-- 1 root root 1055 Mar 22 22:23 go.mod 22:23:26 -rw-r--r-- 1 root root 22209 Mar 22 22:23 go.sum 22:23:26 drwxrwxr-x 8 1001 1001 127 Mar 22 22:16 internal 22:23:26 drwxrwxr-x 4 1001 1001 26 Mar 22 22:16 openapi 22:23:26 drwxrwxr-x 4 1001 1001 71 Mar 22 22:16 snap 22:23:26 -rw-rw-r-- 1 1001 1001 168 Mar 22 22:16 version.go [Pipeline] sh 22:23:26 + '[' -e coverage.out ] 22:23:26 + chown 1001:1001 coverage.out [Pipeline] stash 22:23:27 Stashed 1 file(s) [Pipeline] sh 22:23:28 + make build 22:23:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:23:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:23:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:24:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:24:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:24:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:24:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:24:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:24:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:24:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:24:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:24:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:24:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:24:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:24:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:24:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:24:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:24:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:24:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:24:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:24:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:24:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:24:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:24:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.317s coverage: 45.9% of statements 22:24:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:24:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:24:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:24:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:24:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:24:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:24:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.166s coverage: 19.8% of statements 22:24:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.226s coverage: 100.0% of statements 22:24:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:24:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:24:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.568s coverage: 27.1% of statements 22:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:24:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements 22:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:24:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements 22:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:24:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.258s coverage: 71.3% of statements 22:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:24:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.489s coverage: 82.9% of statements 22:24:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:24:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:24:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.182s coverage: 78.9% of statements 22:24:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] } 22:24:44 $ docker stop --time=1 758e6830be6e3182287ece56595c47367aca494123e587239644ab050aaf9dc2 22:24:46 $ docker rm -f 758e6830be6e3182287ece56595c47367aca494123e587239644ab050aaf9dc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:24:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:24:52 22:24:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:24:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:24:53 latest: Pulling from edgex-devops/edgex-compose 22:24:53 cbdbe7a5bc2a: Pulling fs layer 22:24:53 ca9280d653b3: Pulling fs layer 22:24:53 7e9c9ca2126c: Pulling fs layer 22:24:54 cbdbe7a5bc2a: Verifying Checksum 22:24:54 cbdbe7a5bc2a: Download complete 22:24:54 ca9280d653b3: Verifying Checksum 22:24:54 ca9280d653b3: Download complete 22:24:54 cbdbe7a5bc2a: Pull complete 22:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.159s coverage: 28.6% of statements 22:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.179s coverage: 100.0% of statements 22:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements 22:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.325s coverage: 86.7% of statements 22:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.412s coverage: 97.5% of statements 22:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements 22:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:24:56 7e9c9ca2126c: Verifying Checksum 22:24:56 7e9c9ca2126c: Download complete 22:24:56 ca9280d653b3: Pull complete 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.255s coverage: 92.8% of statements 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.301s coverage: 0.1% of statements 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 47.1% of statements 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.101s coverage: 79.5% of statements 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements 22:25:11 7e9c9ca2126c: Pull complete 22:25:11 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:25:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:25:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:25:12 prd-centos7-docker-4c-2g-30944 does not seem to be running inside a container 22:25:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.093s coverage: 94.4% of statements 22:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 22:25:15 $ docker top 634ff54980f11f71137e2792c8a05d1976d006f8d9e36e31f915a51371919787 -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:16 + docker-compose build --help 22:25:16 + grep parallel 22:25:18 --parallel Build images in parallel. [Pipeline] } 22:25:18 $ docker stop --time=1 634ff54980f11f71137e2792c8a05d1976d006f8d9e36e31f915a51371919787 22:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.314s coverage: 81.7% of statements 22:25:19 $ docker rm -f 634ff54980f11f71137e2792c8a05d1976d006f8d9e36e31f915a51371919787 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:25:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:25:20 . [Pipeline] withDockerContainer 22:25:20 prd-centos7-docker-4c-2g-30944 does not seem to be running inside a container 22:25:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:25:23 $ docker top 7c1898dfaad95e8229e4ac60b225c5851dbb807c1e4e9323a6b6298f37b3af15 -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:24 + docker-compose -f ./docker-compose-build.yml build --parallel 22:25:26 Building docker-core-command-go ... 22:25:26 Building docker-core-data-go ... 22:25:26 Building docker-core-metadata-go ... 22:25:26 Building docker-security-bootstrapper-go ... 22:25:26 Building docker-security-proxy-setup-go ... 22:25:26 Building docker-security-secretstore-setup-go ... 22:25:26 Building docker-support-notifications-go ... 22:25:26 Building docker-support-scheduler-go ... 22:25:26 Building docker-sys-mgmt-agent-go ... 22:25:26 Building docker-sys-mgmt-agent-go 22:25:26 Building docker-security-proxy-setup-go 22:25:26 Building docker-support-scheduler-go 22:25:26 Building docker-core-metadata-go 22:25:26 Building docker-security-bootstrapper-go 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.128s coverage: 92.9% of statements 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.180s coverage: 84.6% of statements 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.168s coverage: 91.6% of statements 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.482s coverage: 64.4% of statements 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements 22:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 22:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.942s coverage: 69.0% of statements 22:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:25:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.378s coverage: 38.4% of statements 22:25:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:25:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:25:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements 22:25:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:25:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements 22:25:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.466s coverage: 47.0% of statements 22:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:25:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements 22:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:25:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements 22:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:25:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.431s coverage: 87.1% of statements 22:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:25:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.353s coverage: 29.1% of statements 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:25:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:25:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:25:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.313s coverage: 96.5% of statements 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:25:48 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:25:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:25:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:25:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:25:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements 22:25:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 22:25:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 22:25:52 GO111MODULE=on go vet ./... 22:26:49 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:49 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:26:49 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:26:49 ---> 015ef81436ff 22:26:49 Step 3/31 : WORKDIR /edgex-go 22:26:49 ---> 015ef81436ff 22:26:49 Step 3/26 : WORKDIR /edgex-go 22:26:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:26:49 ---> 015ef81436ff 22:26:49 Step 3/22 : WORKDIR /edgex-go 22:26:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:26:49 ---> 015ef81436ff 22:26:49 Step 3/23 : WORKDIR /edgex-go 22:26:49 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:26:49 ---> 015ef81436ff 22:26:49 Step 3/21 : WORKDIR /edgex-go 22:26:49 ---> Running in e7b350eefd46 22:26:49 ---> Running in 01e667253aba 22:26:49 ---> Running in 4a19f754134e 22:26:49 ---> Running in 7de08ca0bf5b 22:26:49 ---> Running in dd54e4fc5af6 22:26:49 Removing intermediate container 01e667253aba 22:26:49 ---> 0133923568c9 22:26:49 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:49 Removing intermediate container e7b350eefd46 22:26:49 ---> fe1e100f6af1 22:26:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:49 Removing intermediate container dd54e4fc5af6 22:26:49 ---> 106c2a64dfb9 22:26:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:49 Removing intermediate container 4a19f754134e 22:26:49 ---> f1945087feca 22:26:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:49 ---> Running in 50ec6c0ce570 22:26:49 ---> Running in 16f404e7e8ce 22:26:49 Removing intermediate container 7de08ca0bf5b 22:26:49 ---> 6e487a5eb17d 22:26:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:49 ---> Running in 60b708939c3c 22:26:49 ---> Running in c20c49e39570 22:26:49 ---> Running in 387bb43acd3b 22:26:51 Removing intermediate container 60b708939c3c 22:26:51 ---> 199c0bbe49ac 22:26:51 Step 5/26 : RUN apk add --update --no-cache make bash git 22:26:51 Removing intermediate container 50ec6c0ce570 22:26:51 ---> 763e8c019ead 22:26:51 Step 5/31 : RUN apk add --update --no-cache make git 22:26:51 Removing intermediate container 16f404e7e8ce 22:26:51 ---> dd147832d4a2 22:26:51 Step 5/21 : RUN apk add --update --no-cache make git 22:26:52 ---> Running in e0284ba5a868 22:26:52 ---> Running in 7180721e648b 22:26:52 Removing intermediate container c20c49e39570 22:26:52 ---> f728769d20d2 22:26:52 Step 5/23 : RUN apk add --update --no-cache make git 22:26:52 ---> Running in 49e738521cca 22:26:52 ---> Running in 3057a2fa63a7 22:26:52 Removing intermediate container 387bb43acd3b 22:26:52 ---> d9bfa3ad67b9 22:26:52 Step 5/22 : RUN apk add --update --no-cache make git 22:26:52 ---> Running in 7874ce1bcf79 22:26:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:56 OK: 233 MiB in 51 packages 22:26:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:56 OK: 233 MiB in 51 packages 22:26:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:56 OK: 233 MiB in 51 packages 22:26:57 OK: 233 MiB in 51 packages 22:26:57 OK: 233 MiB in 51 packages 22:26:57 Removing intermediate container e0284ba5a868 22:26:57 ---> 8f416a98fbfb 22:26:57 Step 6/31 : COPY go.mod . 22:26:58 Removing intermediate container 49e738521cca 22:26:58 ---> ca75fdef7ae0 22:26:58 Step 6/21 : COPY go.mod . 22:26:58 ---> 78233cbfa062 22:26:58 Step 7/31 : RUN go mod download 22:26:58 Removing intermediate container 7874ce1bcf79 22:26:58 ---> fd61604a7603 22:26:58 Step 6/22 : COPY go.mod . 22:26:58 Removing intermediate container 7180721e648b 22:26:58 ---> 5920a131c70d 22:26:58 Step 6/26 : COPY go.mod . 22:26:58 Removing intermediate container 3057a2fa63a7 22:26:58 ---> c8b2333a3100 22:26:58 Step 6/23 : COPY go.mod . 22:26:58 ---> Running in cccbf4ee9a6b 22:26:59 ---> 939c8a0ac99b 22:26:59 Step 7/21 : RUN go mod download 22:26:59 ---> 74522fc4dc5e 22:26:59 Step 7/22 : RUN go mod download 22:26:59 ---> Running in f78c51786561 22:26:59 ---> c20ad391e1f2 22:26:59 Step 7/26 : RUN go mod download 22:27:00 ---> ef65466b4fda 22:27:00 Step 7/23 : RUN go mod download 22:27:00 ---> Running in e2042a035b43 22:27:00 ---> Running in 18e71cdd0fee 22:27:00 ---> Running in b84b8ee99db2 22:27:06 Removing intermediate container f78c51786561 22:27:06 ---> 046df5808c5e 22:27:06 Step 8/21 : COPY . . 22:27:06 Removing intermediate container b84b8ee99db2 22:27:06 ---> 3efbc3c8d750 22:27:06 Step 8/23 : COPY . . 22:27:06 Removing intermediate container cccbf4ee9a6b 22:27:06 ---> 872943f1767b 22:27:06 Step 8/31 : COPY . . 22:27:06 Removing intermediate container e2042a035b43 22:27:06 ---> b94ff9cc6cc6 22:27:06 Step 8/22 : COPY . . 22:27:06 Removing intermediate container 18e71cdd0fee 22:27:06 ---> 55bdde274639 22:27:06 Step 8/26 : COPY . . 22:27:14 gofmt -l . 22:27:14 [ "`gofmt -l .`" = "" ] 22:27:14 ./bin/test-go-mod-tidy.sh 22:27:14 ./bin/test-attribution-txt.sh [Pipeline] sh 22:27:16 + ls -al . 22:27:16 total 800 22:27:16 drwxrwxr-x 9 1001 1001 4096 Mar 22 22:27 . 22:27:16 drwxr-xr-x 4 root root 4096 Mar 22 22:22 .. 22:27:16 -rw-rw-r-- 1 1001 1001 11 Mar 22 22:20 .dockerignore 22:27:16 drwxrwxr-x 8 1001 1001 4096 Mar 22 22:20 .git 22:27:16 drwxrwxr-x 3 1001 1001 4096 Mar 22 22:20 .github 22:27:16 -rw-rw-r-- 1 1001 1001 818 Mar 22 22:20 .gitignore 22:27:16 -rw-rw-r-- 1 1001 1001 166 Mar 22 22:20 .sonarcloud.properties 22:27:16 -rw-rw-r-- 1 1001 1001 8607 Mar 22 22:20 Attribution.txt 22:27:16 -rw-rw-r-- 1 1001 1001 3804 Mar 22 22:20 CONTRIBUTING.md 22:27:16 -rw-rw-r-- 1 1001 1001 931 Mar 22 22:20 Dockerfile.build 22:27:16 -rw-rw-r-- 1 1001 1001 863 Mar 22 22:20 Jenkinsfile 22:27:16 -rw-rw-r-- 1 1001 1001 10775 Mar 22 22:20 LICENSE 22:27:16 -rw-rw-r-- 1 1001 1001 5774 Mar 22 22:20 Makefile 22:27:16 -rw-rw-r-- 1 1001 1001 6548 Mar 22 22:20 README.md 22:27:16 -rw-rw-r-- 1 1001 1001 6755 Mar 22 22:20 SECURITY.md 22:27:16 -rw-rw-r-- 1 1001 1001 5 Mar 22 22:17 VERSION 22:27:16 -rw-rw-r-- 1 1001 1001 4131 Mar 22 22:20 ZMQWindows.md 22:27:16 drwxrwxr-x 2 1001 1001 4096 Mar 22 22:20 bin 22:27:16 drwxrwxr-x 14 1001 1001 4096 Mar 22 22:20 cmd 22:27:16 -rw-r--r-- 1 root root 659965 Mar 22 22:25 coverage.out 22:27:16 -rw-r--r-- 1 root root 1055 Mar 22 22:27 go.mod 22:27:16 -rw-r--r-- 1 root root 22209 Mar 22 22:27 go.sum 22:27:16 drwxrwxr-x 8 1001 1001 4096 Mar 22 22:20 internal 22:27:16 drwxrwxr-x 4 1001 1001 4096 Mar 22 22:20 openapi 22:27:16 drwxrwxr-x 4 1001 1001 4096 Mar 22 22:20 snap 22:27:16 -rw-rw-r-- 1 1001 1001 168 Mar 22 22:20 version.go [Pipeline] sh 22:27:16 + '[' -e coverage.out ] 22:27:16 + chown 1001:1001 coverage.out [Pipeline] stash 22:27:16 Warning: overwriting stash ‘coverage-report’ 22:27:17 Stashed 1 file(s) [Pipeline] sh 22:27:18 + make build 22:27:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:27:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:27:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:27:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:28:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:28:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:28:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:28:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:28:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:28:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:28:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:28:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 22:28:37 $ docker stop --time=1 d50ae95c9bc8e66dd8841af4626f87ce66bc88e09c5bc98de877734d60c2f2c2 22:28:40 $ docker rm -f d50ae95c9bc8e66dd8841af4626f87ce66bc88e09c5bc98de877734d60c2f2c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:28:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:28:42 22:28:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:28:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:28:43 latest: Pulling from edgex-devops/edgex-compose-arm64 22:28:43 29e5d40040c1: Pulling fs layer 22:28:43 1ce36da41761: Pulling fs layer 22:28:43 25b303627fd3: Pulling fs layer 22:28:43 29e5d40040c1: Verifying Checksum 22:28:43 29e5d40040c1: Download complete 22:28:43 ---> 52401c8f5311 22:28:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:28:43 ---> 5e291135bf7d 22:28:43 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:28:43 ---> a9d63b2fc5b3 22:28:43 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:28:43 ---> 0f44f4bfe536 22:28:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:28:43 ---> Running in ed6b81b90091 22:28:43 ---> Running in 809dd3409d11 22:28:43 ---> Running in f8a42496d747 22:28:43 ---> Running in 1250d96b98b2 22:28:43 ---> b0b56f58410b 22:28:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:28:43 ---> Running in 415b094b448b 22:28:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:28:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:28:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:28:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:28:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:28:44 1ce36da41761: Verifying Checksum 22:28:44 1ce36da41761: Download complete 22:28:44 29e5d40040c1: Pull complete 22:28:45 1ce36da41761: Pull complete 22:28:45 25b303627fd3: Verifying Checksum 22:28:45 25b303627fd3: Download complete 22:28:55 25b303627fd3: Pull complete 22:28:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:28:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:28:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:28:56 prd-ubuntu18.04-docker-arm64-4c-16g-30949 does not seem to be running inside a container 22:28:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:28:59 $ docker top 4f851bf8ff7a728feb1a28fa9d28e4d15eeb9295d1a443c703c37f51292f3b69 -eo pid,comm [Pipeline] { [Pipeline] sh 22:29:00 + docker-compose build --help 22:29:00 + grep parallel 22:29:03 --parallel Build images in parallel. [Pipeline] } 22:29:03 $ docker stop --time=1 4f851bf8ff7a728feb1a28fa9d28e4d15eeb9295d1a443c703c37f51292f3b69 22:29:05 $ docker rm -f 4f851bf8ff7a728feb1a28fa9d28e4d15eeb9295d1a443c703c37f51292f3b69 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:29:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:29:06 . [Pipeline] withDockerContainer 22:29:06 prd-ubuntu18.04-docker-arm64-4c-16g-30949 does not seem to be running inside a container 22:29:06 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:29:08 $ docker top 315f146c6fd9f8f4464e5e7bee8cd42f0da9f534af455f0653b0ce64dc922263 -eo pid,comm [Pipeline] { [Pipeline] sh 22:29:09 + docker-compose -f ./docker-compose-build.yml build --parallel 22:29:13 Building docker-core-command-go ... 22:29:13 Building docker-core-data-go ... 22:29:13 Building docker-core-metadata-go ... 22:29:13 Building docker-security-bootstrapper-go ... 22:29:13 Building docker-security-proxy-setup-go ... 22:29:13 Building docker-security-secretstore-setup-go ... 22:29:13 Building docker-support-notifications-go ... 22:29:13 Building docker-support-scheduler-go ... 22:29:13 Building docker-sys-mgmt-agent-go ... 22:29:13 Building docker-security-bootstrapper-go 22:29:13 Building docker-core-data-go 22:29:13 Building docker-core-metadata-go 22:29:13 Building docker-security-secretstore-setup-go 22:29:13 Building docker-support-notifications-go 22:29:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:29:53 Removing intermediate container f8a42496d747 22:29:53 ---> cb53c70979b2 22:29:53 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:29:53 ---> Running in 130388a68613 22:29:53 Removing intermediate container ed6b81b90091 22:29:53 ---> 0c64ebb28fa0 22:29:53 22:29:53 Step 10/31 : FROM alpine:3.12 22:29:54 3.12: Pulling from library/alpine 22:29:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:29:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:29:55 Removing intermediate container 415b094b448b 22:29:55 ---> 024c15dd6a63 22:29:55 22:29:55 Step 10/22 : FROM alpine:3.12 22:29:56 Status: Downloaded newer image for alpine:3.12 22:29:56 ---> 88dd2752d2ea 22:29:56 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:29:56 3.12: Pulling from library/alpine 22:29:56 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:29:56 Status: Image is up to date for alpine:3.12 22:29:56 ---> 88dd2752d2ea 22:29:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:29:56 ---> Running in 69c7f67facfc 22:29:56 ---> Running in 3619ed599e02 22:29:56 Removing intermediate container 69c7f67facfc 22:29:56 ---> 66f7c0f850ba 22:29:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:29:57 ---> Running in 2b079c62bfcc 22:29:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:58 (1/1) Installing dumb-init (1.2.2-r1) 22:29:58 Executing busybox-1.31.1-r19.trigger 22:29:58 OK: 6 MiB in 15 packages 22:29:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:00 (1/2) Installing dumb-init (1.2.2-r1) 22:30:00 (2/2) Installing su-exec (0.2-r1) 22:30:00 Executing busybox-1.31.1-r19.trigger 22:30:00 OK: 6 MiB in 16 packages 22:30:01 Removing intermediate container 1250d96b98b2 22:30:01 ---> 162ca88e6238 22:30:01 22:30:01 Step 10/23 : FROM alpine:3.12 22:30:01 ---> 88dd2752d2ea 22:30:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:30:01 Removing intermediate container 809dd3409d11 22:30:01 ---> 239fb24d75ff 22:30:01 22:30:01 Step 10/21 : FROM alpine:3.12 22:30:01 ---> 88dd2752d2ea 22:30:01 Step 11/21 : RUN apk add --update --no-cache curl 22:30:02 ---> Running in af67d273f65d 22:30:02 ---> Running in 4cc8f51036e2 22:30:02 Removing intermediate container 130388a68613 22:30:02 ---> 2b9b6e4e3fba 22:30:02 22:30:02 Step 11/26 : FROM docker:20.10.0 22:30:03 20.10.0: Pulling from library/docker 22:30:03 Removing intermediate container 3619ed599e02 22:30:03 ---> 7da2ba23a565 22:30:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:30:04 ---> Running in 782f1dd5979b 22:30:04 Removing intermediate container 2b079c62bfcc 22:30:04 ---> a90734fe2232 22:30:04 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:30:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:04 (1/1) Installing dumb-init (1.2.2-r1) 22:30:04 Executing busybox-1.31.1-r19.trigger 22:30:04 OK: 6 MiB in 15 packages 22:30:05 ---> Running in cc53d577ae77 22:30:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:05 Removing intermediate container 782f1dd5979b 22:30:05 ---> 740187caaada 22:30:05 Step 13/22 : ENV APP_PORT=48085 22:30:06 ---> Running in abf610408d9c 22:30:06 (1/4) Installing ca-certificates (20191127-r4) 22:30:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:30:06 (3/4) Installing libcurl (7.69.1-r3) 22:30:06 Removing intermediate container cc53d577ae77 22:30:06 ---> 22e9087ff125 22:30:06 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:30:06 (4/4) Installing curl (7.69.1-r3) 22:30:06 Executing busybox-1.31.1-r19.trigger 22:30:06 Executing ca-certificates-20191127-r4.trigger 22:30:06 OK: 7 MiB in 18 packages 22:30:06 ---> Running in 481d1c364197 22:30:07 Removing intermediate container abf610408d9c 22:30:07 ---> e6e27f02892c 22:30:07 Step 14/22 : EXPOSE $APP_PORT 22:30:07 Removing intermediate container af67d273f65d 22:30:07 ---> 310cd8f6ed06 22:30:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:30:07 ---> Running in b35c5d1110e6 22:30:07 ---> Running in ec0ff535203e 22:30:08 Removing intermediate container 481d1c364197 22:30:08 ---> 156fb2fea730 22:30:08 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:30:08 Removing intermediate container b35c5d1110e6 22:30:08 ---> f1f9820f9708 22:30:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:08 Removing intermediate container ec0ff535203e 22:30:08 ---> c06c974289e1 22:30:08 Step 13/23 : ENV APP_PORT=48081 22:30:08 ---> Running in c751ff5406f0 22:30:11 Removing intermediate container 4cc8f51036e2 22:30:11 ---> 17323a95ea50 22:30:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:30:11 ---> Running in 1eb6bb6fda76 22:30:11 ---> 74e4b691b942 22:30:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:30:11 ---> Running in cd7bfe79d6b4 22:30:12 Removing intermediate container 1eb6bb6fda76 22:30:12 ---> c7bbc7ee861e 22:30:12 Step 14/23 : EXPOSE $APP_PORT 22:30:12 Removing intermediate container cd7bfe79d6b4 22:30:12 ---> a763c14bb578 22:30:12 Step 13/21 : WORKDIR /edgex 22:30:12 ---> Running in 66fcdc70f2dd 22:30:12 ---> Running in 4e4c9d8483ce 22:30:13 Removing intermediate container 66fcdc70f2dd 22:30:13 ---> c16f280368cb 22:30:13 Step 15/23 : WORKDIR / 22:30:13 ---> Running in 0356f46615e1 22:30:13 Removing intermediate container 4e4c9d8483ce 22:30:13 ---> 2b1677df7c02 22:30:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:30:13 ---> 264ab60df668 22:30:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:30:14 Removing intermediate container 0356f46615e1 22:30:14 ---> e4f3e7e3e162 22:30:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:14 Removing intermediate container c751ff5406f0 22:30:14 ---> d3941690514c 22:30:14 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:30:14 ---> 0a7dc23e8704 22:30:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:30:14 ---> Running in 8f70f5a62b59 22:30:14 ---> 20c09ff22bad 22:30:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:30:15 ---> Running in 9b67e9ae7b30 22:30:15 ---> f3f03ac0d386 22:30:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:30:16 Removing intermediate container 8f70f5a62b59 22:30:16 ---> 5b3a1279a1f3 22:30:16 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:30:17 Removing intermediate container 9b67e9ae7b30 22:30:17 ---> 68bfe2efe197 22:30:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:18 ---> 2edf68fe52f2 22:30:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:30:18 ---> Running in ea56c3e27b0d 22:30:18 ---> 6eaf3b7b41d3 22:30:18 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:30:19 Removing intermediate container ea56c3e27b0d 22:30:19 ---> 1290b809b98a 22:30:19 Step 20/22 : LABEL arch=x86_64 22:30:19 ---> Running in 906c227f5234 22:30:19 ---> d13dafacce1a 22:30:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:30:19 ---> 06424cad6436 22:30:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:30:19 ---> Running in a59e3fbfeac0 22:30:20 ---> Running in 6d69357e6402 22:30:20 Removing intermediate container a59e3fbfeac0 22:30:20 ---> a2891e90b077 22:30:20 Step 21/22 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:30:20 ---> f5ee22185fc3 22:30:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:30:20 ---> Running in 9e334ebb992c 22:30:20 Removing intermediate container 6d69357e6402 22:30:20 ---> 75f472841ab7 22:30:20 Step 18/21 : CMD ["--init=true"] 22:30:21 ---> Running in 75f669fd651b 22:30:21 ---> Running in 444f2326424d 22:30:21 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:21 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:30:21 ---> d4fdfdf1074a 22:30:21 Step 3/31 : WORKDIR /edgex-go 22:30:22 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:30:22 ---> d4fdfdf1074a 22:30:22 Step 3/24 : WORKDIR /edgex-go 22:30:22 Removing intermediate container 9e334ebb992c 22:30:22 ---> 01a7b1364843 22:30:22 Step 22/22 : LABEL version=0.0.0 22:30:22 Removing intermediate container 75f669fd651b 22:30:22 ---> 2c64c78480f6 22:30:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:30:22 Removing intermediate container 444f2326424d 22:30:22 ---> 9ce43913c083 22:30:22 Step 19/21 : LABEL arch=x86_64 22:30:22 ---> Running in 5e6a797d6b6d 22:30:22 Status: Downloaded newer image for docker:20.10.0 22:30:22 ---> aefe523efa57 22:30:22 Step 12/26 : RUN apk add --no-cache bash 22:30:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:30:22 ---> d4fdfdf1074a 22:30:22 Step 3/23 : WORKDIR /edgex-go 22:30:22 ---> Running in 7e5b165f2c6e 22:30:22 ---> Running in 8de85cffce4b 22:30:22 ---> Running in 71d8c2a1161e 22:30:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:30:22 ---> d4fdfdf1074a 22:30:22 Step 3/22 : WORKDIR /edgex-go 22:30:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:30:22 ---> d4fdfdf1074a 22:30:22 Step 3/23 : WORKDIR /edgex-go 22:30:23 Removing intermediate container 5e6a797d6b6d 22:30:23 ---> 4fe57884f22f 22:30:23 22:30:23 Removing intermediate container 8de85cffce4b 22:30:23 ---> e4c554903c70 22:30:23 Step 20/21 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:30:23 Removing intermediate container 7e5b165f2c6e 22:30:23 ---> 0002cd770651 22:30:23 Step 21/23 : LABEL arch=x86_64 22:30:23 Removing intermediate container 906c227f5234 22:30:23 ---> 630391d04875 22:30:23 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:23 ---> Running in 96f9a21e143c 22:30:23 ---> Running in e3c660cf3b56 22:30:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:24 Removing intermediate container 96f9a21e143c 22:30:24 ---> 3c25dcc70e52 22:30:24 Step 21/21 : LABEL version=0.0.0 22:30:24 (1/2) Installing readline (8.0.4-r0) 22:30:24 (2/2) Installing bash (5.0.17-r0) 22:30:24 Executing bash-5.0.17-r0.post-install 22:30:24 Executing busybox-1.31.1-r19.trigger 22:30:24 OK: 12 MiB in 22 packages 22:30:24 Successfully built 4fe57884f22f 22:30:24 ---> Running in 41aede6c2126 22:30:24 Successfully tagged docker-support-scheduler-go:latest 22:30:24 Building docker-support-notifications-go 22:30:24  Building docker-support-scheduler-go ... done Removing intermediate container e3c660cf3b56 22:30:24 ---> aa55d6d47ad0 22:30:24 Step 22/23 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:30:24 ---> 6ff05d73fa87 22:30:24 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:30:24 ---> Running in 5f548bbb4648 22:30:25 Removing intermediate container 41aede6c2126 22:30:25 ---> 717628eabec9 22:30:25 22:30:25 Removing intermediate container 5f548bbb4648 22:30:25 ---> 3d3138805390 22:30:25 Step 23/23 : LABEL version=0.0.0 22:30:26 Successfully built 717628eabec9 22:30:26 ---> Running in 9bcc3c84b4e8 22:30:26 Successfully tagged docker-security-proxy-setup-go:latest 22:30:26 Building docker-core-command-go 22:30:26  Building docker-security-proxy-setup-go ... done  ---> 881eb7de4e60 22:30:26 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:30:26 Removing intermediate container 71d8c2a1161e 22:30:26 ---> 48638fb16784 22:30:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:30:26 ---> Running in 7ae8ffcb06e2 22:30:26 ---> Running in c73a1258e013 22:30:26 ---> Running in 365949ccee11 22:30:26 ---> Running in 81ff36f5b079 22:30:26 ---> Running in 88ef01a8abdf 22:30:27 ---> Running in 4349c2ed139a 22:30:27 Removing intermediate container 365949ccee11 22:30:27 ---> 204b0295adff 22:30:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:27 Removing intermediate container 81ff36f5b079 22:30:27 ---> 9df0a647d45a 22:30:27 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:27 Removing intermediate container 88ef01a8abdf 22:30:27 ---> d67938f5ce6f 22:30:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:27 Removing intermediate container c73a1258e013 22:30:27 ---> a37323e8ef15 22:30:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:27 ---> Running in 84ae95b7b611 22:30:27 Removing intermediate container 7ae8ffcb06e2 22:30:27 ---> c71fcd70e789 22:30:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:27 ---> Running in c5da27dbbd62 22:30:27 ---> Running in f169a5434d6b 22:30:27 ---> Running in 78254d44860b 22:30:27 ---> Running in 88da4af90d80 22:30:29 Removing intermediate container 9bcc3c84b4e8 22:30:29 ---> 7df11c9e212d 22:30:29 22:30:29 Successfully built 7df11c9e212d 22:30:29 Successfully tagged docker-core-metadata-go:latest 22:30:29  Building docker-core-metadata-go ... done Building docker-core-data-go 22:30:29 ---> e56a4cb71f4d 22:30:29 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:30:29 Removing intermediate container 4349c2ed139a 22:30:29 ---> 495b4c9ae701 22:30:29 Step 14/26 : ENV APP_PORT=48090 22:30:30 ---> Running in 93488c99cf8c 22:30:31 Removing intermediate container 84ae95b7b611 22:30:31 ---> 680ff4cb9e9e 22:30:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:30:31 ---> Running in 8853e38165f6 22:30:31 ---> d93e9c8ae1ca 22:30:31 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:30:31 Removing intermediate container c5da27dbbd62 22:30:31 ---> 4c22cbe3d74b 22:30:31 Step 5/31 : RUN apk add --update --no-cache make git 22:30:31 Removing intermediate container f169a5434d6b 22:30:31 ---> 3bcc7dcf85aa 22:30:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:30:32 ---> Running in 43b7998c1900 22:30:32 ---> Running in 3c105bd86eff 22:30:32 Removing intermediate container 88da4af90d80 22:30:32 ---> eb5f59801576 22:30:32 Step 5/24 : RUN apk add --update --no-cache make git 22:30:32 ---> Running in acd087030383 22:30:32 Removing intermediate container 78254d44860b 22:30:32 ---> fb40e1026b52 22:30:32 Step 5/23 : RUN apk add --update --no-cache make git 22:30:32 Removing intermediate container 93488c99cf8c 22:30:32 ---> 6ff4c24ad962 22:30:32 Step 15/26 : EXPOSE $APP_PORT 22:30:33 ---> Running in a838256ebc91 22:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:34 OK: 217 MiB in 51 packages 22:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:35 OK: 217 MiB in 51 packages 22:30:35 OK: 217 MiB in 51 packages 22:30:35 OK: 217 MiB in 51 packages 22:30:36 OK: 217 MiB in 51 packages 22:30:36 Removing intermediate container 8853e38165f6 22:30:36 ---> 1b5123ee9722 22:30:36 Step 6/22 : COPY go.mod . 22:30:36 ---> 3b6fd796f6d4 22:30:36 ---> Running in b2c804733c63 22:30:36 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:30:37 Removing intermediate container 43b7998c1900 22:30:37 ---> 84f854e80c56 22:30:37 Step 6/31 : COPY go.mod . 22:30:37 Removing intermediate container b2c804733c63 22:30:37 ---> 8cb7979eb90a 22:30:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:30:37 ---> Running in e5ca9f88feba 22:30:37 ---> 747b23049ff3 22:30:37 Step 7/22 : RUN go mod download 22:30:37 Removing intermediate container 3c105bd86eff 22:30:37 ---> a0e50f382302 22:30:37 Step 6/23 : COPY go.mod . 22:30:37 ---> Running in b1bef662d87c 22:30:37 Removing intermediate container e5ca9f88feba 22:30:37 ---> 1f298b23a8b0 22:30:37 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:30:38 Removing intermediate container acd087030383 22:30:38 ---> 3f99925e288e 22:30:38 Step 6/24 : COPY go.mod . 22:30:38 Removing intermediate container a838256ebc91 22:30:38 ---> c55767651616 22:30:38 Step 6/23 : COPY go.mod . 22:30:38 ---> 10a1a8c2a108 22:30:38 Step 7/31 : RUN go mod download 22:30:38 ---> Running in 92641f5985c5 22:30:39 ---> a14e6390c43e 22:30:39 Step 7/23 : RUN go mod download 22:30:39 ---> Running in bc8d3b6c4063 22:30:39 ---> 01f74087fe0e 22:30:39 Step 7/24 : RUN go mod download 22:30:39 ---> 9d4055295cad 22:30:39 Step 7/23 : RUN go mod download 22:30:39 ---> Running in c1aa3653ba87 22:30:40 ---> Running in 89481c73d9fa 22:30:40 ---> 74059b8d9939 22:30:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:30:41 ---> 4d269851e58a 22:30:41 Step 26/31 : RUN chmod +x /entrypoint.sh 22:30:42 Removing intermediate container b1bef662d87c 22:30:42 ---> f3bb416f6ba8 22:30:42 Step 8/22 : COPY . . 22:30:43 Removing intermediate container 92641f5985c5 22:30:43 ---> c0b6231c2323 22:30:43 Step 8/31 : COPY . . 22:30:43 ---> Running in be0c222f8b5c 22:30:44 Removing intermediate container bc8d3b6c4063 22:30:44 ---> f468cfcc7d5b 22:30:44 Step 8/23 : COPY . . 22:30:44 Removing intermediate container c1aa3653ba87 22:30:44 ---> fcf8dd5b50ba 22:30:44 Step 8/24 : COPY . . 22:30:44 ---> b58103d39322 22:30:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:30:45 Removing intermediate container 89481c73d9fa 22:30:45 ---> 0b33ef1a01a5 22:30:45 Step 8/23 : COPY . . 22:30:46 ---> 242a0fe788c6 22:30:46 Step 19/26 : RUN apk --no-cache add py3-pip 22:30:46 ---> Running in a6e50104c89b 22:30:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:48 (1/33) Installing libbz2 (1.0.8-r1) 22:30:48 (2/33) Installing expat (2.2.9-r1) 22:30:48 (3/33) Installing libffi (3.3-r2) 22:30:48 (4/33) Installing gdbm (1.13-r1) 22:30:48 (5/33) Installing xz-libs (5.2.5-r0) 22:30:48 (6/33) Installing sqlite-libs (3.32.1-r0) 22:30:48 (7/33) Installing python3 (3.8.8-r0) 22:30:51 Removing intermediate container be0c222f8b5c 22:30:51 ---> 0a003262c38d 22:30:51 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:30:56 (8/33) Installing py3-appdirs (1.4.4-r1) 22:30:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:30:56 (10/33) Installing py3-parsing (2.4.7-r0) 22:30:56 (11/33) Installing py3-six (1.15.0-r0) 22:30:56 (12/33) Installing py3-packaging (20.4-r0) 22:30:57 (13/33) Installing py3-setuptools (47.0.0-r0) 22:30:58 ---> Running in 0a21a617df23 22:30:58 (14/33) Installing py3-chardet (3.0.4-r4) 22:30:58 (15/33) Installing py3-idna (2.9-r0) 22:30:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:30:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:30:58 (18/33) Installing py3-requests (2.23.0-r0) 22:30:58 (19/33) Installing py3-msgpack (1.0.0-r0) 22:30:58 (20/33) Installing py3-lockfile (0.12.2-r3) 22:30:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:30:58 (22/33) Installing py3-colorama (0.4.3-r0) 22:30:59 (23/33) Installing py3-distlib (0.3.0-r0) 22:30:59 (24/33) Installing py3-distro (1.5.0-r1) 22:30:59 (25/33) Installing py3-webencodings (0.5.1-r3) 22:30:59 (26/33) Installing py3-html5lib (1.0.1-r4) 22:30:59 Removing intermediate container 0a21a617df23 22:30:59 ---> d6fffaa4b95b 22:30:59 Step 28/31 : CMD ["gate"] 22:31:00 (27/33) Installing py3-pytoml (0.1.21-r0) 22:31:00 (28/33) Installing py3-pep517 (0.8.2-r0) 22:31:00 (29/33) Installing py3-progress (1.5-r0) 22:31:00 (30/33) Installing py3-toml (0.10.1-r0) 22:31:00 (31/33) Installing py3-retrying (1.3.3-r0) 22:31:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:31:00 (33/33) Installing py3-pip (20.1.1-r0) 22:31:03 Executing busybox-1.31.1-r19.trigger 22:31:03 OK: 71 MiB in 55 packages 22:31:04 ---> Running in e06e65838e56 22:31:08 Removing intermediate container e06e65838e56 22:31:08 ---> e5deff39beb8 22:31:08 Step 29/31 : LABEL arch=x86_64 22:31:09 ---> Running in dc398472ebfd 22:31:10 Removing intermediate container dc398472ebfd 22:31:10 ---> 8457c22a054d 22:31:10 Step 30/31 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:31:11 ---> Running in 868ea37ca5be 22:31:11 ---> 71d61dd06a36 22:31:11 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:31:11 ---> 3e3511b1cb49 22:31:11 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:31:11 ---> 1ed5a785318f 22:31:11 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:31:11 ---> 12263a6ea6a4 22:31:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:31:11 ---> b14eac53944f 22:31:11 Step 9/23 : RUN make cmd/core-data/core-data 22:31:11 ---> Running in a159bcfaa3e8 22:31:11 ---> Running in 475d4f7dcdc5 22:31:11 ---> Running in 22a286d1c0b2 22:31:11 ---> Running in 928d8a487878 22:31:11 ---> Running in 8355a6553d85 22:31:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:31:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:31:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:31:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:31:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:31:12 Removing intermediate container 868ea37ca5be 22:31:12 ---> 6d487ee2c600 22:31:12 Step 31/31 : LABEL version=0.0.0 22:31:14 ---> Running in 364a18c2ad15 22:31:18 Removing intermediate container 364a18c2ad15 22:31:18 ---> 74632cbcfad0 22:31:18 22:31:25 Successfully built 74632cbcfad0 22:31:27 Successfully tagged docker-security-bootstrapper-go:latest 22:31:27  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go 22:31:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:31:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:31:27 ---> 015ef81436ff 22:31:27 Step 3/22 : WORKDIR /edgex-go 22:31:27 ---> Using cache 22:31:27 ---> 6e487a5eb17d 22:31:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:31:27 ---> Using cache 22:31:27 ---> d9bfa3ad67b9 22:31:27 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:31:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:31:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:31:29 ---> 015ef81436ff 22:31:29 Step 3/23 : WORKDIR /edgex-go 22:31:29 ---> Using cache 22:31:29 ---> 6e487a5eb17d 22:31:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:31:29 ---> Using cache 22:31:29 ---> d9bfa3ad67b9 22:31:29 Step 5/23 : RUN apk add --update --no-cache make git 22:31:29 ---> Using cache 22:31:29 ---> fd61604a7603 22:31:29 Step 6/23 : COPY go.mod . 22:31:29 ---> Using cache 22:31:29 ---> 74522fc4dc5e 22:31:29 Step 7/23 : RUN go mod download 22:31:29 ---> Using cache 22:31:29 ---> b94ff9cc6cc6 22:31:29 Step 8/23 : COPY . . 22:31:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:31:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:31:29 ---> 015ef81436ff 22:31:29 Step 3/23 : WORKDIR /edgex-go 22:31:29 ---> Using cache 22:31:29 ---> 6e487a5eb17d 22:31:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:31:29 ---> Using cache 22:31:29 ---> d9bfa3ad67b9 22:31:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:31:29 ---> Using cache 22:31:29 ---> b0b56f58410b 22:31:29 Step 9/23 : RUN make cmd/core-command/core-command 22:31:30 ---> Running in 69eaa1d275be 22:31:32 ---> Running in 524ea730ee47 22:31:32 ---> Running in 1665d423ad7d 22:31:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:31:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:31:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:31:38 OK: 233 MiB in 51 packages 22:31:38 OK: 233 MiB in 51 packages 22:31:42 Removing intermediate container 524ea730ee47 22:31:42 ---> 0029eff66e1b 22:31:42 Step 6/23 : COPY go.mod . 22:31:42 Removing intermediate container 69eaa1d275be 22:31:42 ---> 155b2396ffb9 22:31:42 Step 6/22 : COPY go.mod . 22:31:44 ---> 96ae4e992f25 22:31:44 Step 7/23 : RUN go mod download 22:31:44 ---> 2cec1e2098d9 22:31:44 Step 7/22 : RUN go mod download 22:31:46 ---> Running in 7bb927fd2169 22:31:46 ---> Running in 7427600a1609 22:31:59 Removing intermediate container 7bb927fd2169 22:31:59 ---> a66385748648 22:31:59 Step 8/23 : COPY . . 22:32:00 Removing intermediate container 7427600a1609 22:32:00 ---> a4efc20f330a 22:32:00 Step 8/22 : COPY . . 22:32:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:32:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:32:16 ---> 015ef81436ff 22:32:16 Step 3/24 : WORKDIR /edgex-go 22:32:16 ---> Using cache 22:32:16 ---> 6e487a5eb17d 22:32:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:16 ---> Using cache 22:32:16 ---> d9bfa3ad67b9 22:32:16 Step 5/24 : RUN apk add --update --no-cache make git 22:32:16 ---> Using cache 22:32:16 ---> fd61604a7603 22:32:16 Step 6/24 : COPY go.mod . 22:32:16 ---> Using cache 22:32:16 ---> 74522fc4dc5e 22:32:16 Step 7/24 : RUN go mod download 22:32:16 ---> Using cache 22:32:16 ---> b94ff9cc6cc6 22:32:16 Step 8/24 : COPY . . 22:32:16 ---> Using cache 22:32:16 ---> b0b56f58410b 22:32:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:32:18 ---> Running in 8722bce5b506 22:32:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:32:32 Removing intermediate container a6e50104c89b 22:32:32 ---> 4ed0ded3bd61 22:32:32 Step 20/26 : RUN pip install docker-compose==1.23.2 22:32:35 ---> Running in 4f701122b799 22:32:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:32:51 Removing intermediate container 22a286d1c0b2 22:32:51 ---> 779665ba2f6c 22:32:51 22:32:51 Step 10/24 : FROM alpine:3.12 22:32:51 3.12: Pulling from library/alpine 22:32:53 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:32:53 Status: Downloaded newer image for alpine:3.12 22:32:53 ---> d10569e2745f 22:32:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:32:53 ---> Running in 48e7078e7d54 22:32:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:32:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:32:56 (1/5) Installing ca-certificates (20191127-r4) 22:32:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:32:56 (3/5) Installing libcurl (7.69.1-r3) 22:32:56 (4/5) Installing curl (7.69.1-r3) 22:32:56 (5/5) Installing dumb-init (1.2.2-r1) 22:32:56 Executing busybox-1.31.1-r19.trigger 22:32:56 Executing ca-certificates-20191127-r4.trigger 22:32:56 OK: 7 MiB in 19 packages 22:33:01 Removing intermediate container 48e7078e7d54 22:33:01 ---> f69b8ebfec47 22:33:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:33:01 Removing intermediate container 475d4f7dcdc5 22:33:01 ---> 2dc3a10eb838 22:33:01 22:33:01 Step 10/31 : FROM alpine:3.12 22:33:01 ---> d10569e2745f 22:33:01 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:33:01 ---> Running in 518a9da133a9 22:33:01 ---> Running in b2e22f8cbd59 22:33:01 Removing intermediate container 518a9da133a9 22:33:01 Removing intermediate container b2e22f8cbd59 22:33:01 ---> 756c82711233 22:33:01 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:33:01 ---> ac0a5d16784c 22:33:01 Step 13/24 : WORKDIR / 22:33:01 ---> Running in d9a076f11d2c 22:33:01 ---> Running in 140cfa2580d5 22:33:02 Removing intermediate container 1665d423ad7d 22:33:02 ---> 59c9b99b3f03 22:33:02 22:33:02 Step 10/23 : FROM alpine:3.12 22:33:02 ---> 88dd2752d2ea 22:33:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:33:02 ---> Using cache 22:33:02 ---> 310cd8f6ed06 22:33:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:33:02 ---> Using cache 22:33:02 ---> c06c974289e1 22:33:02 Step 13/23 : ENV APP_PORT=48082 22:33:03 Removing intermediate container 140cfa2580d5 22:33:03 ---> 81f9c35ef376 22:33:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:33:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:33:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:33:04 ---> c98b1f388efb 22:33:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:33:05 (1/2) Installing dumb-init (1.2.2-r1) 22:33:05 (2/2) Installing su-exec (0.2-r1) 22:33:05 Executing busybox-1.31.1-r19.trigger 22:33:05 OK: 5 MiB in 16 packages 22:33:06 ---> 36b28bc42f2f 22:33:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:33:06 ---> Running in 7747cbf1a084 22:33:07 Removing intermediate container d9a076f11d2c 22:33:07 ---> 82d266e2a0b2 22:33:07 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:33:07 ---> Running in 51e24567668b 22:33:08 ---> 4fae6cdb77b4 22:33:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:33:09 Removing intermediate container 51e24567668b 22:33:09 ---> 09557df0a855 22:33:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:33:10 ---> Running in 1051c7cf6ada 22:33:10 Removing intermediate container 7747cbf1a084 22:33:10 ---> 830b8fa834ce 22:33:10 Step 14/23 : EXPOSE $APP_PORT 22:33:10 ---> 56b35e7797e0 22:33:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:33:11 ---> Running in f77f5343f22b 22:33:11 Removing intermediate container 1051c7cf6ada 22:33:11 ---> 420abfe8b8c8 22:33:11 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:33:11 Removing intermediate container f77f5343f22b 22:33:11 ---> 321d6ef8ec12 22:33:11 Step 15/23 : WORKDIR / 22:33:11 Collecting docker-compose==1.23.2 22:33:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:33:11 ---> Running in ad4f3827eeed 22:33:11 ---> Running in aafd7dd34032 22:33:12 Removing intermediate container a159bcfaa3e8 22:33:12 ---> 349428d9251d 22:33:12 22:33:12 Step 10/22 : FROM alpine:3.12 22:33:12 ---> d10569e2745f 22:33:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:33:12 ---> Running in 04cbd3279b41 22:33:12 Collecting cached-property<2,>=1.2.0 22:33:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:33:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:33:13 Collecting jsonschema<3,>=2.5.1 22:33:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:33:14 ---> ab993d25e2f7 22:33:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:33:14 Removing intermediate container ad4f3827eeed 22:33:14 ---> d78178f3afc0 22:33:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:33:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:33:14 Collecting dockerpty<0.5,>=0.4.1 22:33:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:33:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:33:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:33:15 ---> ad9526c8f203 22:33:15 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:33:15 (1/2) Installing ca-certificates (20191127-r4) 22:33:15 (2/2) Installing dumb-init (1.2.2-r1) 22:33:15 ---> Running in b68d7ccb43bf 22:33:15 Executing busybox-1.31.1-r19.trigger 22:33:15 Executing ca-certificates-20191127-r4.trigger 22:33:15 OK: 6 MiB in 16 packages 22:33:16 Removing intermediate container aafd7dd34032 22:33:16 ---> f0e6a4aa8627 22:33:16 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:33:16 ---> Running in 537bafd0e07a 22:33:17 Removing intermediate container 537bafd0e07a 22:33:17 ---> a0eb9163b8f7 22:33:17 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:33:17 ---> 50bcb7f17ef6 22:33:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:33:18 Removing intermediate container 04cbd3279b41 22:33:18 ---> 4e7eaa1d7763 22:33:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:33:19 ---> Running in b6e90cc1337f 22:33:19 ---> deebbf60d033 22:33:19 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:33:19 ---> Running in 9a2efaff13ed 22:33:19 Removing intermediate container b68d7ccb43bf 22:33:19 ---> aa75fa288892 22:33:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:33:19 Removing intermediate container b6e90cc1337f 22:33:19 ---> b64a2e027f3f 22:33:19 Step 13/22 : ENV APP_PORT=48060 22:33:19 ---> Running in 0a39fe5902ef 22:33:20 ---> Running in 1535d419f027 22:33:20 ---> 00db003c09f1 22:33:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:33:21 Removing intermediate container 1535d419f027 22:33:21 ---> 2a5fa11ba9d7 22:33:21 Step 14/22 : EXPOSE $APP_PORT 22:33:21 Removing intermediate container 0a39fe5902ef 22:33:21 ---> 56a633c63765 22:33:21 Step 22/24 : LABEL arch=arm64 22:33:21 ---> Running in 9c326828834a 22:33:21 ---> Running in 3fb874e20fa1 22:33:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:33:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:33:22 ---> 72bf6649d5e9 22:33:22 Step 19/23 : ENTRYPOINT ["/core-command"] 22:33:22 Collecting websocket-client<1.0,>=0.32.0 22:33:22 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:33:23 ---> Running in e0583e72cdea 22:33:23 Removing intermediate container 9c326828834a 22:33:23 ---> af063e0e1fda 22:33:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:33:23 Removing intermediate container 3fb874e20fa1 22:33:23 ---> 5a748ee72e6c 22:33:23 Step 23/24 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:33:23 Collecting docker<4.0,>=3.6.0 22:33:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:33:23 Removing intermediate container 9a2efaff13ed 22:33:23 ---> 183a881243fd 22:33:23 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:33:23 Removing intermediate container 928d8a487878 22:33:23 ---> d612335afdb4 22:33:23 22:33:23 Step 10/23 : FROM alpine:3.12 22:33:23 ---> d10569e2745f 22:33:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:33:23 ---> Running in 05a9eab3b6cf 22:33:24 Collecting PyYAML<4,>=3.10 22:33:24 Downloading PyYAML-3.13.tar.gz (270 kB) 22:33:24 ---> Running in 30fb78a8fef3 22:33:24 ---> d8c905031174 22:33:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:33:24 Removing intermediate container 05a9eab3b6cf 22:33:24 ---> 88cd08c955c5 22:33:24 Step 24/24 : LABEL version=0.0.0 22:33:24 ---> 807738348408 22:33:24 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:33:24 ---> Running in f7e1f88edd46 22:33:25 Removing intermediate container e0583e72cdea 22:33:25 ---> c0777e25d99e 22:33:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:33:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:33:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:33:26 Removing intermediate container f7e1f88edd46 22:33:26 ---> 8a1cf366c1ef 22:33:26 22:33:26 (1/1) Installing dumb-init (1.2.2-r1) 22:33:26 Executing busybox-1.31.1-r19.trigger 22:33:26 OK: 5 MiB in 15 packages 22:33:26 ---> f3e5cec874b0 22:33:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:33:27 Successfully built 8a1cf366c1ef 22:33:27 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:33:27 ---> 81b19e8ebfce 22:33:27 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:33:27  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 22:33:27 ---> 17a6f426a2d3 22:33:27 Step 9/23 : RUN make cmd/core-data/core-data 22:33:27 Collecting docopt<0.7,>=0.6.1 22:33:27 Downloading docopt-0.6.2.tar.gz (25 kB) 22:33:27 ---> Running in 969ab52dfc8a 22:33:27 ---> Running in 75766f008203 22:33:27 ---> c9ca8aa7f4e0 22:33:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:33:27 Removing intermediate container 969ab52dfc8a 22:33:27 ---> 6b4c74a4df5d 22:33:27 Step 21/23 : LABEL arch=x86_64 22:33:28 ---> 2a8dd8cd9100 22:33:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:33:28 ---> Running in 7b66fc808f55 22:33:28 ---> Running in 33c6b44fc527 22:33:28 Collecting texttable<0.10,>=0.9.0 22:33:28 Downloading texttable-0.9.1.tar.gz (11 kB) 22:33:28 ---> Running in 29eb7764dec6 22:33:28 Removing intermediate container 30fb78a8fef3 22:33:28 ---> d99e4b91fafc 22:33:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:33:29 ---> 6ae048de94a5 22:33:29 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:33:29 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 22:33:29 Removing intermediate container 33c6b44fc527 22:33:29 ---> 067cd2ce0252 22:33:29 Step 22/23 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:33:30 ---> Running in f4553968b590 22:33:30 Collecting idna<2.8,>=2.5 22:33:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:33:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:33:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:33:30 Removing intermediate container 29eb7764dec6 22:33:30 ---> d14c23438935 22:33:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:33:30 ---> c32678914238 22:33:30 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:33:31 ---> Running in b756f002f4ad 22:33:31 Removing intermediate container f4553968b590 22:33:31 ---> 7ce6d9898b0c 22:33:31 Step 13/23 : ENV APP_PORT=48081 22:33:31 ---> Running in f804034a9be6 22:33:31 Collecting urllib3<1.25,>=1.21.1 22:33:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:33:31 Removing intermediate container 8355a6553d85 22:33:31 ---> 6b7934f1ea79 22:33:31 22:33:31 Step 10/23 : FROM alpine:3.12 22:33:31 ---> d10569e2745f 22:33:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:33:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 22:33:31 ---> Running in d0dc2b095978 22:33:31 ---> Running in 230f0f534cfa 22:33:31 Collecting docker-pycreds>=0.4.0 22:33:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:33:32 Removing intermediate container b756f002f4ad 22:33:32 ---> 98c6a6c18d6e 22:33:32 Step 20/22 : LABEL arch=arm64 22:33:32 Removing intermediate container 8722bce5b506 22:33:32 ---> 6d47e40bc5fc 22:33:32 22:33:32 Step 10/24 : FROM alpine:3.12 22:33:32 ---> 88dd2752d2ea 22:33:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:33:32 Removing intermediate container f804034a9be6 22:33:32 ---> 7c27e523d10f 22:33:32 Step 23/23 : LABEL version=0.0.0 22:33:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:33:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:33:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:33:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:33:32 ---> Running in 12f26a70b2f1 22:33:32 ---> Running in 900c7628a004 22:33:32 Installing collected packages: cached-property, jsonschema, dockerpty, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, docopt, texttable, docker-compose 22:33:32 Running setup.py install for dockerpty: started 22:33:33 ---> 62bebf9d9302 22:33:33 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:33:33 ---> Running in 1e5a7e620be0 22:33:33 Removing intermediate container 230f0f534cfa 22:33:33 ---> d0b12cf7512f 22:33:33 Step 12/23 : ENV APP_PORT=48080 22:33:33 Removing intermediate container d0dc2b095978 22:33:33 ---> 6c96cb2a9990 22:33:33 Step 14/23 : EXPOSE $APP_PORT 22:33:33 ---> Running in fc7b5424468c 22:33:33 ---> Running in e9e00bfcb956 22:33:33 ---> Running in 75df37cdf9a1 22:33:34 Removing intermediate container 1e5a7e620be0 22:33:34 ---> 8acce5271aee 22:33:34 Step 21/22 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:33:34 Removing intermediate container fc7b5424468c 22:33:34 ---> 37ca7dc5ccab 22:33:34 Step 13/23 : EXPOSE $APP_PORT 22:33:34 ---> Running in 123a830d90b5 22:33:34 ---> Running in 32c89828050a 22:33:34 Removing intermediate container 900c7628a004 22:33:34 ---> c39da05edcb8 22:33:34 22:33:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:33:34 Removing intermediate container e9e00bfcb956 22:33:34 ---> 2a7450b226e4 22:33:34 Step 15/23 : WORKDIR / 22:33:34 Removing intermediate container 75df37cdf9a1 22:33:34 ---> e39d1d816489 22:33:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:33:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:33:34 ---> Running in 18aee133c6b2 22:33:34 Removing intermediate container 32c89828050a 22:33:34 Removing intermediate container 123a830d90b5 22:33:34 ---> e2a60077ae23 22:33:34 Step 22/22 : LABEL version=0.0.0 22:33:34 ---> f2711abb44a9 22:33:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:33:35 (1/5) Installing ca-certificates (20191127-r4) 22:33:35 Running setup.py install for dockerpty: finished with status 'done' 22:33:35 Attempting uninstall: idna 22:33:35 Found existing installation: idna 2.9 22:33:35 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:33:35 Uninstalling idna-2.9: 22:33:35 (3/5) Installing libcurl (7.69.1-r3) 22:33:35 (4/5) Installing curl (7.69.1-r3) 22:33:35 (5/5) Installing dumb-init (1.2.2-r1) 22:33:35 Executing busybox-1.31.1-r19.trigger 22:33:35 ---> Running in c211b9c9cfed 22:33:35 ---> Running in d286a083ae74 22:33:35 Executing ca-certificates-20191127-r4.trigger 22:33:35 Removing intermediate container 18aee133c6b2 22:33:35 ---> 75c15f2a27e9 22:33:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:33:35 ---> ffdd130dfb72 22:33:35 Step 26/31 : RUN chmod +x /entrypoint.sh 22:33:35 Successfully built c39da05edcb8 22:33:35 OK: 7 MiB in 19 packages 22:33:35 Successfully tagged docker-core-command-go:latest 22:33:35  Building docker-core-command-go ... done  Successfully uninstalled idna-2.9 22:33:36 Removing intermediate container c211b9c9cfed 22:33:36 ---> 26ab0fb274c3 22:33:36 22:33:36 ---> Running in 3916525fc9cb 22:33:36 Successfully built 26ab0fb274c3 22:33:36 Attempting uninstall: urllib3 22:33:36 Found existing installation: urllib3 1.25.9 22:33:36 Uninstalling urllib3-1.25.9: 22:33:37 Successfully tagged docker-support-notifications-go-arm64:latest 22:33:37  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 22:33:37 ---> aeb602d1258b 22:33:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:33:37 Successfully uninstalled urllib3-1.25.9 22:33:38 Attempting uninstall: requests 22:33:38 Found existing installation: requests 2.23.0 22:33:38 Uninstalling requests-2.23.0: 22:33:38 Successfully uninstalled requests-2.23.0 22:33:39 Removing intermediate container d286a083ae74 22:33:39 ---> c714ae6b595c 22:33:39 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:33:39 Removing intermediate container 12f26a70b2f1 22:33:39 ---> 0ef1587b6d2f 22:33:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:33:39 ---> d98180a7a8f6 22:33:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:33:39 ---> Running in f1908609c11c 22:33:40 ---> Running in 9359100dc249 22:33:41 Running setup.py install for PyYAML: started 22:33:41 Removing intermediate container 9359100dc249 22:33:41 ---> d8e3badcfe61 22:33:41 Step 13/24 : WORKDIR / 22:33:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:33:41 ---> 27a751db4357 22:33:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:33:41 Removing intermediate container 3916525fc9cb 22:33:41 ---> 3de2c825686b 22:33:41 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:33:41 ---> Running in 902c1c18a801 22:33:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:33:42 Running setup.py install for PyYAML: finished with status 'done' 22:33:42 Running setup.py install for docopt: started 22:33:42 ---> Running in acacee47febd 22:33:42 ---> Running in 1013e945bff9 22:33:42 (1/6) Installing dumb-init (1.2.2-r1) 22:33:42 Removing intermediate container 902c1c18a801 22:33:42 ---> 3fdd3c6b139c 22:33:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:33:42 (2/6) Installing libgcc (9.3.0-r2) 22:33:42 (3/6) Installing libsodium (1.0.18-r0) 22:33:43 (4/6) Installing libstdc++ (9.3.0-r2) 22:33:43 (5/6) Installing libzmq (4.3.3-r0) 22:33:43 (6/6) Installing zeromq (4.3.3-r0) 22:33:43 Executing busybox-1.31.1-r19.trigger 22:33:43 OK: 8 MiB in 20 packages 22:33:43 ---> Running in aff460129e6d 22:33:43 Removing intermediate container acacee47febd 22:33:43 ---> 8f3ff7098f24 22:33:43 Step 28/31 : CMD ["gate"] 22:33:43 Removing intermediate container 1013e945bff9 22:33:43 ---> 57dcbcb4ba4c 22:33:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:33:43 Running setup.py install for docopt: finished with status 'done' 22:33:44 ---> Running in 854c3e4c5dcd 22:33:44 Removing intermediate container aff460129e6d 22:33:44 ---> 47e281dd8397 22:33:44 Step 21/23 : LABEL arch=arm64 22:33:44 Running setup.py install for texttable: started 22:33:45 ---> Running in 005dc366582f 22:33:45 Removing intermediate container 854c3e4c5dcd 22:33:45 ---> f270eb83bcff 22:33:45 Step 29/31 : LABEL arch=arm64 22:33:45 ---> 45ed9e252d6d 22:33:45 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:33:46 Removing intermediate container f1908609c11c 22:33:46 ---> 0b7c9511a176 22:33:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:33:46 Removing intermediate container 005dc366582f 22:33:46 ---> d85e245b455f 22:33:46 Step 22/23 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:33:46 ---> Running in 150085333ac7 22:33:47 Running setup.py install for texttable: finished with status 'done' 22:33:47 ---> Running in 547c74c938a1 22:33:47 ---> a1947f5301f9 22:33:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:33:47 Removing intermediate container 150085333ac7 22:33:47 ---> a46ccd5f1a4b 22:33:47 Step 30/31 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:33:48 ---> f85ecee1534b 22:33:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:33:48 ---> Running in 2500b2298240 22:33:48 Removing intermediate container 547c74c938a1 22:33:48 ---> 72bcb6853d13 22:33:48 Step 23/23 : LABEL version=0.0.0 22:33:49 ---> Running in 748eb1c8ff42 22:33:49 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 22:33:49 ---> 2ca6ef18945d 22:33:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:33:49 Removing intermediate container 2500b2298240 22:33:49 ---> 65ddc0722f12 22:33:49 Step 31/31 : LABEL version=0.0.0 22:33:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:33:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:33:49 ---> d4fdfdf1074a 22:33:49 Step 3/22 : WORKDIR /edgex-go 22:33:49 ---> Using cache 22:33:49 ---> c71fcd70e789 22:33:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:33:49 ---> Using cache 22:33:49 ---> eb5f59801576 22:33:49 Step 5/22 : RUN apk add --update --no-cache make git 22:33:49 ---> Using cache 22:33:49 ---> 3f99925e288e 22:33:49 Step 6/22 : COPY go.mod . 22:33:49 ---> Using cache 22:33:49 ---> 01f74087fe0e 22:33:49 Step 7/22 : RUN go mod download 22:33:49 ---> Using cache 22:33:49 ---> fcf8dd5b50ba 22:33:49 Step 8/22 : COPY . . 22:33:49 Removing intermediate container 748eb1c8ff42 22:33:49 ---> 73563e01194c 22:33:49 22:33:50 ---> Using cache 22:33:50 ---> 12263a6ea6a4 22:33:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:33:50 ---> Running in c848d1547c9b 22:33:50 ---> ebe62e96e2d7 22:33:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:33:50 ---> Running in 00aefa61fcc8 22:33:50 Successfully built 73563e01194c 22:33:50 ---> 7fcec8f0f4ad 22:33:50 Step 19/23 : ENTRYPOINT ["/core-data"] 22:33:50 Successfully tagged docker-core-metadata-go-arm64:latest 22:33:50  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 22:33:50 ---> Running in 73545f9b9972 22:33:50 Removing intermediate container c848d1547c9b 22:33:50 ---> c1322bcac5e7 22:33:50 22:33:51 Successfully built c1322bcac5e7 22:33:51 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:33:51 Removing intermediate container 73545f9b9972 22:33:51 ---> cb4b7a00a327 22:33:51 Building docker-core-command-go 22:33:51  Building docker-security-bootstrapper-go ... done Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:33:51 ---> Running in 08efbda22df7 22:33:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:33:52 Removing intermediate container 08efbda22df7 22:33:52 ---> 5d4f04397a22 22:33:52 Step 21/23 : LABEL arch=arm64 22:33:52 ---> Running in 32947e62b7bb 22:33:53 Removing intermediate container 32947e62b7bb 22:33:53 ---> 6be25ba90252 22:33:53 Step 22/23 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:33:53 ---> Running in fee7256e65f6 22:33:54 ---> 71f2a914b256 22:33:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:33:54 Removing intermediate container fee7256e65f6 22:33:54 ---> b7eda3b3120e 22:33:54 Step 23/23 : LABEL version=0.0.0 22:33:55 ---> Running in aed20dec3fcf 22:33:56 Removing intermediate container aed20dec3fcf 22:33:56 ---> 249b6c5cbc79 22:33:56 22:33:57 ---> f600513dca85 22:33:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:33:57 Successfully built 249b6c5cbc79 22:33:57 Successfully tagged docker-core-data-go-arm64:latest 22:33:58 Removing intermediate container 4f701122b799 22:33:58 ---> b1936406ad0b 22:33:58 Step 21/26 : RUN apk --no-cache add curl 22:33:59 ---> Running in a8523ce82ad0 22:34:00 ---> b809104cc47c 22:34:00 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:34:00 ---> Running in 61c1557979f5 22:34:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:34:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:34:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:34:03 (2/3) Installing libcurl (7.69.1-r3) 22:34:03 (3/3) Installing curl (7.69.1-r3) 22:34:03 Executing busybox-1.31.1-r19.trigger 22:34:03 OK: 72 MiB in 58 packages 22:34:07 Removing intermediate container 61c1557979f5 22:34:07 ---> 3920605eae40 22:34:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:34:08 ---> Running in f2ae11137b90 22:34:08 Removing intermediate container a8523ce82ad0 22:34:08 ---> bf89321380e0 22:34:08 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:34:09 ---> Running in 5230c9ee252c 22:34:09 Removing intermediate container f2ae11137b90 22:34:09 ---> 5b3ba258e83f 22:34:09 Step 22/24 : LABEL arch=x86_64 22:34:10 ---> Running in 07b2d7a68f38 22:34:10 Removing intermediate container 5230c9ee252c 22:34:10 ---> 5ec669099ad3 22:34:10 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:34:10 ---> Running in fe22bf9149b0 22:34:10 Removing intermediate container 07b2d7a68f38 22:34:10 ---> 77dae4679729 22:34:10 Step 23/24 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:34:11 ---> Running in 361198b0e03b 22:34:12 Removing intermediate container fe22bf9149b0 22:34:12 ---> 125cb8bb3b18 22:34:12 Step 24/26 : LABEL arch=x86_64 22:34:12 Removing intermediate container 361198b0e03b 22:34:12 ---> 8a05e65f99f8 22:34:12 Step 24/24 : LABEL version=0.0.0 22:34:12 ---> Running in 3179126645a0 22:34:12 ---> Running in 33a1b8b0fea0 22:34:13 Removing intermediate container 3179126645a0 22:34:13 ---> 95a79c476000 22:34:13 Step 25/26 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:34:13 ---> Running in 7acf3b558e0d 22:34:13 Removing intermediate container 33a1b8b0fea0 22:34:13 ---> 18e129dac736 22:34:13 22:34:13 Successfully built 18e129dac736 22:34:13 Successfully tagged docker-security-secretstore-setup-go:latest 22:34:13  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7acf3b558e0d 22:34:13 ---> f0097d6c303a 22:34:13 Step 26/26 : LABEL version=0.0.0 22:34:14 ---> Running in 1833903782cb 22:34:15 Removing intermediate container 1833903782cb 22:34:15 ---> 360cbd9828f2 22:34:15 22:34:16 Successfully built 360cbd9828f2 22:34:16 Successfully tagged docker-sys-mgmt-agent-go:latest 22:34:19  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:34:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:34:19 ---> d4fdfdf1074a 22:34:19 Step 3/26 : WORKDIR /edgex-go 22:34:19 ---> Using cache 22:34:19 ---> c71fcd70e789 22:34:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:34:19 ---> Using cache 22:34:19 ---> eb5f59801576 22:34:19 Step 5/26 : RUN apk add --update --no-cache make bash git 22:34:22 ---> Running in 8b7b7397f299 22:34:23  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7b66fc808f55 22:34:23 ---> f2e01f87316e 22:34:23 22:34:23 Step 10/22 : FROM alpine:3.12 22:34:23 ---> 88dd2752d2ea 22:34:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:34:23 ---> Running in 364b1ed9c712 22:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:34:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:34:25 (1/2) Installing ca-certificates (20191127-r4) 22:34:25 (2/2) Installing dumb-init (1.2.2-r1) 22:34:25 Executing busybox-1.31.1-r19.trigger 22:34:25 Executing ca-certificates-20191127-r4.trigger 22:34:25 OK: 6 MiB in 16 packages 22:34:25 OK: 217 MiB in 51 packages 22:34:28 Removing intermediate container 75766f008203 22:34:28 ---> 1e4fa452f23d 22:34:28 22:34:28 Step 10/23 : FROM alpine:3.12 22:34:28 ---> 88dd2752d2ea 22:34:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:34:28 ---> Running in c5d079e84e33 22:34:28 Removing intermediate container 364b1ed9c712 22:34:28 ---> 57f21f477a55 22:34:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:34:29 ---> Running in 63cb2d5c4c89 22:34:29 Removing intermediate container 8b7b7397f299 22:34:29 ---> 3b0070b9ee49 22:34:29 Step 6/26 : COPY go.mod . 22:34:29 Removing intermediate container c5d079e84e33 22:34:29 ---> dbe408513516 22:34:29 Step 12/23 : ENV APP_PORT=48080 22:34:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:34:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:34:29 ---> d4fdfdf1074a 22:34:29 Step 3/21 : WORKDIR /edgex-go 22:34:29 ---> Using cache 22:34:29 ---> c71fcd70e789 22:34:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:34:29 ---> Using cache 22:34:29 ---> eb5f59801576 22:34:29 Step 5/21 : RUN apk add --update --no-cache make git 22:34:29 ---> Using cache 22:34:29 ---> 3f99925e288e 22:34:29 Step 6/21 : COPY go.mod . 22:34:29 ---> Using cache 22:34:29 ---> 01f74087fe0e 22:34:29 Step 7/21 : RUN go mod download 22:34:29 ---> Using cache 22:34:29 ---> fcf8dd5b50ba 22:34:29 Step 8/21 : COPY . . 22:34:29 ---> Running in 8714b96ffe11 22:34:29 ---> Using cache 22:34:29 ---> 12263a6ea6a4 22:34:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:34:29 Removing intermediate container 63cb2d5c4c89 22:34:29 ---> 2c33a27d4c54 22:34:29 Step 13/22 : ENV APP_PORT=48060 22:34:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:34:30 ---> Running in b3bf9fa616f5 22:34:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:34:30 ---> d4fdfdf1074a 22:34:30 Step 3/23 : WORKDIR /edgex-go 22:34:30 ---> Using cache 22:34:30 ---> c71fcd70e789 22:34:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:34:30 ---> Using cache 22:34:30 ---> eb5f59801576 22:34:30 Step 5/23 : RUN apk add --update --no-cache make git 22:34:30 ---> Using cache 22:34:30 ---> 3f99925e288e 22:34:30 Step 6/23 : COPY go.mod . 22:34:30 ---> Using cache 22:34:30 ---> 01f74087fe0e 22:34:30 Step 7/23 : RUN go mod download 22:34:30 ---> Using cache 22:34:30 ---> fcf8dd5b50ba 22:34:30 Step 8/23 : COPY . . 22:34:30 ---> Running in 1efd285eccc7 22:34:30 ---> Using cache 22:34:30 ---> 12263a6ea6a4 22:34:30 Step 9/23 : RUN make cmd/core-command/core-command 22:34:30 Removing intermediate container 8714b96ffe11 22:34:30 ---> 2d39a289db94 22:34:30 Step 13/23 : EXPOSE $APP_PORT 22:34:30 ---> 1903985e1542 22:34:30 Step 7/26 : RUN go mod download 22:34:30 ---> Running in 27ea812ce15a 22:34:30 ---> Running in 65a508f66dff 22:34:31 ---> Running in 52eb820da46e 22:34:31 Removing intermediate container b3bf9fa616f5 22:34:31 ---> 813267d8dc24 22:34:31 Step 14/22 : EXPOSE $APP_PORT 22:34:31 ---> Running in ecfe12c4c1ae 22:34:31 Removing intermediate container 65a508f66dff 22:34:31 ---> 9e3890672797 22:34:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:34:31 ---> Running in db8014370579 22:34:32 Removing intermediate container ecfe12c4c1ae 22:34:32 ---> 90f57fc0d97e 22:34:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:34:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:34:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:34:33 ---> 30c40b48e30c 22:34:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:34:34 Removing intermediate container db8014370579 22:34:34 ---> e300d3d1d5ff 22:34:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:34:34 ---> Running in a80ce7d76088 22:34:34 ---> 233c681e25ec 22:34:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:34:35 ---> 29cb56d485cb 22:34:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:34:35 Removing intermediate container 52eb820da46e 22:34:35 ---> 904c9ce92c26 22:34:35 Step 8/26 : COPY . . 22:34:35 ---> Running in 117fa8e576d0 22:34:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:34:36 Removing intermediate container 117fa8e576d0 22:34:36 ---> 6b15766bafac 22:34:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:34:36 ---> Running in 80641e700655 22:34:37 Removing intermediate container 80641e700655 22:34:37 ---> dded9ea6da11 22:34:37 Step 20/22 : LABEL arch=x86_64 22:34:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:34:37 ---> Running in ab1e068d9010 22:34:37 Removing intermediate container ab1e068d9010 22:34:37 ---> b333446f19fd 22:34:37 Step 21/22 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:34:37 (1/6) Installing dumb-init (1.2.2-r1) 22:34:37 ---> Running in 0f4ee8c36205 22:34:37 (2/6) Installing libgcc (9.3.0-r2) 22:34:37 (3/6) Installing libsodium (1.0.18-r0) 22:34:38 (4/6) Installing libstdc++ (9.3.0-r2) 22:34:38 Removing intermediate container 0f4ee8c36205 22:34:38 ---> a97f7e21e063 22:34:38 Step 22/22 : LABEL version=0.0.0 22:34:38 (5/6) Installing libzmq (4.3.3-r0) 22:34:38 ---> Running in bd6ab085355b 22:34:38 (6/6) Installing zeromq (4.3.3-r0) 22:34:38 Executing busybox-1.31.1-r19.trigger 22:34:38 OK: 8 MiB in 20 packages 22:34:38 Removing intermediate container bd6ab085355b 22:34:38 ---> 3dafcef0084b 22:34:38 22:34:39 Successfully built 3dafcef0084b 22:34:39 Successfully tagged docker-support-notifications-go:latest 22:34:40  Building docker-support-notifications-go ... done Removing intermediate container a80ce7d76088 22:34:40 ---> f7996321ac43 22:34:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:34:41 ---> e22443a1f272 22:34:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:34:43 ---> 43bf552ba851 22:34:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:34:43 ---> 5ad5904c2e6c 22:34:43 Step 19/23 : ENTRYPOINT ["/core-data"] 22:34:43 ---> Running in 36084f47838a 22:34:44 Removing intermediate container 36084f47838a 22:34:44 ---> e3631260cb04 22:34:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:34:44 ---> Running in e897b0a8c4ed 22:34:44 Removing intermediate container e897b0a8c4ed 22:34:44 ---> 8b4b406a98ce 22:34:44 Step 21/23 : LABEL arch=x86_64 22:34:44 ---> Running in 86be7c5cb1fe 22:34:45 Removing intermediate container 86be7c5cb1fe 22:34:45 ---> b62002f0f3f6 22:34:45 Step 22/23 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:34:45 ---> Running in e67f18083f3c 22:34:46 Removing intermediate container e67f18083f3c 22:34:46 ---> 5aac36570b14 22:34:46 Step 23/23 : LABEL version=0.0.0 22:34:46 ---> Running in 0d46a78bfc22 22:34:46 Removing intermediate container 0d46a78bfc22 22:34:46 ---> ff6334298925 22:34:46 22:34:47 Successfully built ff6334298925 22:34:47 Successfully tagged docker-core-data-go:latest 22:34:48  Building docker-core-data-go ... done  [Pipeline] } 22:34:48 $ docker stop --time=1 7c1898dfaad95e8229e4ac60b225c5851dbb807c1e4e9323a6b6298f37b3af15 22:34:52 $ docker rm -f 7c1898dfaad95e8229e4ac60b225c5851dbb807c1e4e9323a6b6298f37b3af15 [Pipeline] // withDockerContainer [Pipeline] sh 22:34:53 + docker images 22:34:53 + grep docker 22:34:54 Removing intermediate container 00aefa61fcc8 22:34:54 ---> 00a4b75ec463 22:34:54 22:34:54 Step 10/22 : FROM alpine:3.12 22:34:54 ---> d10569e2745f 22:34:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:34:54 ---> Using cache 22:34:54 ---> d99e4b91fafc 22:34:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:34:54 ---> Using cache 22:34:54 ---> 7ce6d9898b0c 22:34:54 Step 13/22 : ENV APP_PORT=48085 22:34:54 ---> Running in 0582ef173104 22:34:54 Removing intermediate container 0582ef173104 22:34:54 ---> 2275c34cb793 22:34:54 Step 14/22 : EXPOSE $APP_PORT 22:34:54 ---> 4f75fb4c8732 22:34:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:34:54 docker-core-data-go latest ff6334298925 8 seconds ago 22.6MB 22:34:54 docker-support-notifications-go latest 3dafcef0084b 16 seconds ago 17.9MB 22:34:54 docker-sys-mgmt-agent-go latest 360cbd9828f2 40 seconds ago 313MB 22:34:54 docker-security-secretstore-setup-go latest 18e129dac736 42 seconds ago 25MB 22:34:54 docker-core-command-go latest c39da05edcb8 About a minute ago 17.3MB 22:34:54 docker-security-bootstrapper-go latest 74632cbcfad0 3 minutes ago 18.8MB 22:34:54 docker-core-metadata-go latest 7df11c9e212d 4 minutes ago 19.1MB 22:34:54 docker-security-proxy-setup-go latest 717628eabec9 4 minutes ago 24.7MB 22:34:54 docker-support-scheduler-go latest 4fe57884f22f 4 minutes ago 17.3MB 22:34:54 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv 22:34:54 ---> Running in 705db5a63e38 22:34:54 ---> Running in 548ec7102edb [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:34:55 Removing intermediate container 705db5a63e38 22:34:55 ---> 33be320b54e7 22:34:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:34:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:34:57 ---> 5dd1457e16af 22:34:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:34:59 ---> 63624ced9023 22:34:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:35:00 ---> a021080fea1b 22:35:00 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:35:00 ---> Running in be0c311ede1c 22:35:00 Removing intermediate container be0c311ede1c 22:35:00 ---> c2204b9afd46 22:35:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:35:01 ---> Running in 3bf90a1adf9c 22:35:01 Removing intermediate container 3bf90a1adf9c 22:35:01 ---> d72e809f53c8 22:35:01 Step 20/22 : LABEL arch=arm64 22:35:01 ---> Running in 0fbcda2594e0 22:35:02 Removing intermediate container 0fbcda2594e0 22:35:02 ---> e4943ae4e03b 22:35:02 Step 21/22 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:35:02 ---> Running in fc48404d72f8 22:35:03 Removing intermediate container fc48404d72f8 22:35:03 ---> f0c5bc606823 22:35:03 Step 22/22 : LABEL version=0.0.0 22:35:03 ---> Running in ba8b942c04ba 22:35:04 Removing intermediate container ba8b942c04ba 22:35:04 ---> b9814d145df4 22:35:04 22:35:04 Successfully built b9814d145df4 22:35:04 Successfully tagged docker-support-scheduler-go-arm64:latest 22:35:10 Still waiting to schedule task 22:35:10 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30954’ 22:35:31  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:35:46 Removing intermediate container 1efd285eccc7 22:35:46 ---> 829732d87ebb 22:35:46 22:35:46 Step 10/21 : FROM alpine:3.12 22:35:46 ---> d10569e2745f 22:35:46 Step 11/21 : RUN apk add --update --no-cache curl 22:35:46 ---> Running in 5c19d289e094 22:35:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:47 Removing intermediate container 27ea812ce15a 22:35:47 ---> 9ceea50f478a 22:35:47 22:35:47 Step 10/23 : FROM alpine:3.12 22:35:47 ---> d10569e2745f 22:35:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:35:47 ---> Using cache 22:35:47 ---> d99e4b91fafc 22:35:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:35:47 ---> Using cache 22:35:47 ---> 7ce6d9898b0c 22:35:47 Step 13/23 : ENV APP_PORT=48082 22:35:47 ---> Running in ec312104c792 22:35:47 (1/4) Installing ca-certificates (20191127-r4) 22:35:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:35:47 (3/4) Installing libcurl (7.69.1-r3) 22:35:47 (4/4) Installing curl (7.69.1-r3) 22:35:47 Executing busybox-1.31.1-r19.trigger 22:35:47 Executing ca-certificates-20191127-r4.trigger 22:35:47 OK: 7 MiB in 18 packages 22:35:47 Removing intermediate container ec312104c792 22:35:47 ---> b1751c04b379 22:35:47 Step 14/23 : EXPOSE $APP_PORT 22:35:48 ---> Running in a15fbbfb4b67 22:35:48 Removing intermediate container a15fbbfb4b67 22:35:48 ---> 344d083144db 22:35:48 Step 15/23 : WORKDIR / 22:35:49 ---> Running in f859c95c65aa 22:35:49 Removing intermediate container 5c19d289e094 22:35:49 ---> ff8c35a52092 22:35:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:35:49 ---> Running in 4cf4986c12dc 22:35:49 Removing intermediate container f859c95c65aa 22:35:49 ---> e252076aada1 22:35:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:35:50 Removing intermediate container 4cf4986c12dc 22:35:50 ---> 3f3c63df61f6 22:35:50 Step 13/21 : WORKDIR /edgex 22:35:50 ---> Running in a1fcb3426a79 22:35:51 ---> 408286fbc0b5 22:35:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:35:51 Removing intermediate container a1fcb3426a79 22:35:51 ---> 39ade8482ffb 22:35:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:35:52 Removing intermediate container 548ec7102edb 22:35:52 ---> 6eaecb35f132 22:35:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:35:52 ---> 4a1cee8e2c99 22:35:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:35:52 ---> 00835cb5ebdb 22:35:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:35:52 ---> Running in dd065c31742c 22:35:53 ---> 388c9ce7b625 22:35:53 Step 19/23 : ENTRYPOINT ["/core-command"] 22:35:53 ---> Running in f2062f10d341 22:35:53 ---> 58e5e69e1cfc 22:35:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:35:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:35:54 Removing intermediate container f2062f10d341 22:35:54 ---> b163b09b0078 22:35:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:35:54 ---> Running in f26d2f5732a2 22:35:55 ---> 9a39a9fec357 22:35:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:35:55 Removing intermediate container f26d2f5732a2 22:35:55 ---> 714f0623502c 22:35:55 Step 21/23 : LABEL arch=arm64 22:35:55 ---> Running in 968b291f308e 22:35:55 ---> Running in 831c267aae52 22:35:55 Removing intermediate container 968b291f308e 22:35:55 ---> b52262955e35 22:35:55 Step 18/21 : CMD ["--init=true"] 22:35:56 ---> Running in bed1cf2c535f 22:35:56 Removing intermediate container 831c267aae52 22:35:56 ---> 933a42a45f15 22:35:56 Step 22/23 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:35:56 ---> Running in e710c2cbc4b1 22:35:56 Removing intermediate container bed1cf2c535f 22:35:56 ---> c627fd71327d 22:35:56 Step 19/21 : LABEL arch=arm64 22:35:56 ---> Running in 387e4804f3ce 22:35:56 Removing intermediate container e710c2cbc4b1 22:35:56 ---> 08ece73c3010 22:35:56 Step 23/23 : LABEL version=0.0.0 22:35:56 Removing intermediate container dd065c31742c 22:35:56 ---> f8e570b81c3e 22:35:56 22:35:56 Step 11/26 : FROM docker:20.10.0 22:35:57 20.10.0: Pulling from library/docker 22:35:57 ---> Running in e50e849f059a 22:35:57 Removing intermediate container 387e4804f3ce 22:35:57 ---> 8c2e7fc7a09c 22:35:57 Step 20/21 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:35:57 ---> Running in f56c13012ca8 22:35:57 Removing intermediate container e50e849f059a 22:35:57 ---> f5fddb04ea64 22:35:57 22:35:58 Successfully built f5fddb04ea64 22:35:58 Successfully tagged docker-core-command-go-arm64:latest 22:35:58  Building docker-core-command-go ... done Removing intermediate container f56c13012ca8 22:35:58 ---> d27ccb38789b 22:35:58 Step 21/21 : LABEL version=0.0.0 22:35:58 ---> Running in 7e360676b25d 22:35:59 Removing intermediate container 7e360676b25d 22:35:59 ---> 13631e8e1dc5 22:35:59 22:36:00 Successfully built 13631e8e1dc5 22:36:00 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:36:04  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:36:04 Status: Downloaded newer image for docker:20.10.0 22:36:04 ---> eeaf43b92773 22:36:04 Step 12/26 : RUN apk add --no-cache bash 22:36:05 ---> Running in cdb278b852eb 22:36:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:36:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:36:07 (1/2) Installing readline (8.0.4-r0) 22:36:07 (2/2) Installing bash (5.0.17-r0) 22:36:07 Executing bash-5.0.17-r0.post-install 22:36:07 Executing busybox-1.31.1-r19.trigger 22:36:07 OK: 12 MiB in 22 packages 22:36:09 Removing intermediate container cdb278b852eb 22:36:09 ---> c6017b3d510d 22:36:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:36:09 ---> Running in a8ed1929e989 22:36:09 Removing intermediate container a8ed1929e989 22:36:09 ---> d4af87701140 22:36:09 Step 14/26 : ENV APP_PORT=48090 22:36:09 ---> Running in 3ecb5fb1b690 22:36:10 Removing intermediate container 3ecb5fb1b690 22:36:10 ---> 19f539aa93fc 22:36:10 Step 15/26 : EXPOSE $APP_PORT 22:36:10 ---> Running in 103b9b24f9db 22:36:10 Removing intermediate container 103b9b24f9db 22:36:10 ---> e3c127e4933b 22:36:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:36:11 ---> 191e48cc6ce7 22:36:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:36:12 ---> 07c00428cf42 22:36:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:36:13 ---> 812082eb0894 22:36:13 Step 19/26 : RUN apk --no-cache add py3-pip 22:36:13 ---> Running in 9820ffd39d7d 22:36:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:36:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:36:15 (1/33) Installing libbz2 (1.0.8-r1) 22:36:15 (2/33) Installing expat (2.2.9-r1) 22:36:15 (3/33) Installing libffi (3.3-r2) 22:36:15 (4/33) Installing gdbm (1.13-r1) 22:36:15 (5/33) Installing xz-libs (5.2.5-r0) 22:36:15 (6/33) Installing sqlite-libs (3.32.1-r0) 22:36:15 (7/33) Installing python3 (3.8.8-r0) 22:36:17 (8/33) Installing py3-appdirs (1.4.4-r1) 22:36:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:36:17 (10/33) Installing py3-parsing (2.4.7-r0) 22:36:17 (11/33) Installing py3-six (1.15.0-r0) 22:36:17 (12/33) Installing py3-packaging (20.4-r0) 22:36:17 (13/33) Installing py3-setuptools (47.0.0-r0) 22:36:17 (14/33) Installing py3-chardet (3.0.4-r4) 22:36:17 (15/33) Installing py3-idna (2.9-r0) 22:36:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:36:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:36:17 (18/33) Installing py3-requests (2.23.0-r0) 22:36:17 (19/33) Installing py3-msgpack (1.0.0-r0) 22:36:17 (20/33) Installing py3-lockfile (0.12.2-r3) 22:36:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:36:17 (22/33) Installing py3-colorama (0.4.3-r0) 22:36:17 (23/33) Installing py3-distlib (0.3.0-r0) 22:36:17 (24/33) Installing py3-distro (1.5.0-r1) 22:36:17 (25/33) Installing py3-webencodings (0.5.1-r3) 22:36:17 (26/33) Installing py3-html5lib (1.0.1-r4) 22:36:17 (27/33) Installing py3-pytoml (0.1.21-r0) 22:36:17 (28/33) Installing py3-pep517 (0.8.2-r0) 22:36:17 (29/33) Installing py3-progress (1.5-r0) 22:36:17 (30/33) Installing py3-toml (0.10.1-r0) 22:36:17 (31/33) Installing py3-retrying (1.3.3-r0) 22:36:17 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:36:17 (33/33) Installing py3-pip (20.1.1-r0) 22:36:17 Executing busybox-1.31.1-r19.trigger 22:36:17 OK: 71 MiB in 55 packages 22:36:24 Removing intermediate container 9820ffd39d7d 22:36:24 ---> 9d6c9917ea11 22:36:24 Step 20/26 : RUN pip install docker-compose==1.23.2 22:36:24 ---> Running in a4715109ce20 22:36:28 Collecting docker-compose==1.23.2 22:36:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:36:29 Collecting websocket-client<1.0,>=0.32.0 22:36:29 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:36:29 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:36:29 Collecting docopt<0.7,>=0.6.1 22:36:29 Downloading docopt-0.6.2.tar.gz (25 kB) 22:36:31 Collecting jsonschema<3,>=2.5.1 22:36:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:36:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:36:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:36:33 Collecting texttable<0.10,>=0.9.0 22:36:33 Downloading texttable-0.9.1.tar.gz (11 kB) 22:36:35 Collecting docker<4.0,>=3.6.0 22:36:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:36:35 Collecting dockerpty<0.5,>=0.4.1 22:36:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:36:38 Collecting PyYAML<4,>=3.10 22:36:38 Downloading PyYAML-3.13.tar.gz (270 kB) 22:36:40 Collecting cached-property<2,>=1.2.0 22:36:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:36:41 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 22:36:41 Collecting urllib3<1.25,>=1.21.1 22:36:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:36:42 Collecting idna<2.8,>=2.5 22:36:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:36:42 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 22:36:42 Collecting docker-pycreds>=0.4.0 22:36:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:36:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:36:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:36:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:36:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:36:43 Installing collected packages: websocket-client, docopt, jsonschema, urllib3, idna, requests, texttable, docker-pycreds, docker, dockerpty, PyYAML, cached-property, docker-compose 22:36:43 Running setup.py install for docopt: started 22:36:45 Running setup.py install for docopt: finished with status 'done' 22:36:45 Attempting uninstall: urllib3 22:36:45 Found existing installation: urllib3 1.25.9 22:36:45 Uninstalling urllib3-1.25.9: 22:36:45 Successfully uninstalled urllib3-1.25.9 22:36:46 Attempting uninstall: idna 22:36:46 Found existing installation: idna 2.9 22:36:46 Uninstalling idna-2.9: 22:36:46 Successfully uninstalled idna-2.9 22:36:46 Attempting uninstall: requests 22:36:46 Found existing installation: requests 2.23.0 22:36:46 Uninstalling requests-2.23.0: 22:36:47 Successfully uninstalled requests-2.23.0 22:36:47 Running setup.py install for texttable: started 22:36:49 Running setup.py install for texttable: finished with status 'done' 22:36:50 Running setup.py install for dockerpty: started 22:36:51 Running setup.py install for dockerpty: finished with status 'done' 22:36:51 Running setup.py install for PyYAML: started 22:36:53 Running setup.py install for PyYAML: finished with status 'done' 22:36:54 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 22:36:58 Removing intermediate container a4715109ce20 22:36:58 ---> 4a0d5b524dc4 22:36:58 Step 21/26 : RUN apk --no-cache add curl 22:36:58 ---> Running in 2bbb60d15cb9 22:36:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:36:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:36:59 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:36:59 (2/3) Installing libcurl (7.69.1-r3) 22:36:59 (3/3) Installing curl (7.69.1-r3) 22:36:59 Executing busybox-1.31.1-r19.trigger 22:36:59 OK: 72 MiB in 58 packages 22:37:01 Removing intermediate container 2bbb60d15cb9 22:37:01 ---> 5aef0c1af6e4 22:37:01 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:37:01 ---> Running in b873f5b77a43 22:37:01 Removing intermediate container b873f5b77a43 22:37:01 ---> 3a000e8085dd 22:37:01 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:37:01 ---> Running in e8e1e45b0a9e 22:37:02 Removing intermediate container e8e1e45b0a9e 22:37:02 ---> 6e48ca4016b7 22:37:02 Step 24/26 : LABEL arch=arm64 22:37:02 ---> Running in 9403e5a345ca 22:37:02 Removing intermediate container 9403e5a345ca 22:37:02 ---> 5b7b191ea72b 22:37:02 Step 25/26 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 22:37:03 ---> Running in bd932cf1b884 22:37:03 Removing intermediate container bd932cf1b884 22:37:03 ---> 14e5a3ce56af 22:37:03 Step 26/26 : LABEL version=0.0.0 22:37:03 ---> Running in dd6fcd9beb5d 22:37:03 Removing intermediate container dd6fcd9beb5d 22:37:03 ---> 596ebeb568c9 22:37:03 22:37:04 Successfully built 596ebeb568c9 22:37:04 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:37:04  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:37:04 $ docker stop --time=1 315f146c6fd9f8f4464e5e7bee8cd42f0da9f534af455f0653b0ce64dc922263 22:37:06 $ docker rm -f 315f146c6fd9f8f4464e5e7bee8cd42f0da9f534af455f0653b0ce64dc922263 [Pipeline] // withDockerContainer [Pipeline] sh 22:37:07 + docker images 22:37:07 + grep docker 22:37:07 docker-sys-mgmt-agent-go-arm64 latest 596ebeb568c9 4 seconds ago 300MB 22:37:07 docker-security-proxy-setup-go-arm64 latest 13631e8e1dc5 About a minute ago 23.4MB 22:37:07 docker-core-command-go-arm64 latest f5fddb04ea64 About a minute ago 16.3MB 22:37:07 docker-support-scheduler-go-arm64 latest b9814d145df4 2 minutes ago 16.3MB 22:37:07 docker-core-data-go-arm64 latest 249b6c5cbc79 3 minutes ago 21.3MB 22:37:07 docker-security-bootstrapper-go-arm64 latest c1322bcac5e7 3 minutes ago 17.8MB 22:37:07 docker-core-metadata-go-arm64 latest 73563e01194c 3 minutes ago 17.9MB 22:37:07 docker-support-notifications-go-arm64 latest 26ab0fb274c3 3 minutes ago 16.9MB 22:37:07 docker-security-secretstore-setup-go-arm64 latest 8a1cf366c1ef 3 minutes ago 23.7MB 22:37:07 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:37:08 ---> job-cost.sh 22:37:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YXsh 22:37:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:37:47 Running on prd-ubuntu18.04-docker-8c-8g-30955 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws 22:37:47 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 22:37:50 using credential edgex-jenkins-ssh 22:37:50 Cloning the remote Git repository 22:37:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:37:50 > git init /w/workspace/edgex-go/3 # timeout=10 22:37:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:37:50 > git --version # timeout=10 22:37:50 > git --version # 'git version 2.17.1' 22:37:50 using GIT_SSH to set credentials SSH Credentials for GitHub 22:37:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:37:56 Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 5e62af26a0a6ac0dd783723671b6ce388f74a372 22:37:56 Merge succeeded, producing 5e62af26a0a6ac0dd783723671b6ce388f74a372 22:37:56 Checking out Revision 5e62af26a0a6ac0dd783723671b6ce388f74a372 (PR-3285) 22:37:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:37:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:37:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:37:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:37:55 using GIT_SSH to set credentials SSH Credentials for GitHub 22:37:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:37:56 > git config core.sparsecheckout # timeout=10 22:37:56 > git checkout -f 5e62af26a0a6ac0dd783723671b6ce388f74a372 # timeout=10 22:37:56 > git remote # timeout=10 22:37:56 > git config --get remote.origin.url # timeout=10 22:37:56 using GIT_SSH to set credentials SSH Credentials for GitHub 22:37:56 > git merge bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 22:37:56 > git rev-parse HEAD^{commit} # timeout=10 22:37:56 > git config core.sparsecheckout # timeout=10 22:37:56 > git checkout -f 5e62af26a0a6ac0dd783723671b6ce388f74a372 # timeout=10 22:37:59 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 22:38:00 22:38:00 GitHub has been notified of this commit’s build result 22:38:00 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:38:01 + echo snap-build.sh 22:38:01 snap-build.sh 22:38:01 + SNAP_BASE_DIR=. 22:38:01 + '[' '!' -z /w/workspace/edgex-go/3 ']' 22:38:01 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 22:38:01 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 22:38:01 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 22:38:01 + cd /w/workspace/edgex-go/3 22:38:01 + sudo apt-get remove -qy --purge lxd lxd-client 22:38:01 Reading package lists... 22:38:01 Building dependency tree... 22:38:01 Reading state information... 22:38:01 The following packages were automatically installed and are no longer required: 22:38:01 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:38:01 uidmap xdelta3 22:38:01 Use 'sudo apt autoremove' to remove them. 22:38:01 The following packages will be REMOVED: 22:38:01 lxd* lxd-client* 22:38:02 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:38:02 After this operation, 31.7 MB disk space will be freed. 22:38:03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 22:38:03 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:38:04 Removing lxd dnsmasq configuration 22:38:04 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:38:04 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:38:04 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:38:05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 22:38:05 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:38:06 Processing triggers for systemd (237-3ubuntu10.42) ... 22:38:06 Processing triggers for ureadahead (0.100.0-21) ... 22:38:07 + sudo snap remove --purge lxd 22:38:08 snap "lxd" is not installed 22:38:08 + sudo groupadd --force --system lxd 22:38:08 ++ whoami 22:38:08 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:38:08 + newgrp - lxd 22:38:08 + sudo snap install lxd 22:38:16 2021-03-22T22:38:13Z INFO Waiting for automatic snapd restart... 22:38:38 lxd 4.12 from Canonical* installed 22:38:38 + sudo lxd init --auto 22:38:43 + sudo snap install --classic snapcraft 22:38:49 snapcraft 4.5.4 from Canonical* installed 22:38:49 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 22:38:49 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 22:38:49 % Total % Received % Xferd Average Speed Time Time Time Current 22:38:49 Dload Upload Total Spent Left Speed 22:38:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4576 0 --:--:-- --:--:-- --:--:-- 4576 22:38:49 100 3325k 100 3325k 0 0 10.7M 0 --:--:-- --:--:-- --:--:-- 10.7M 22:38:49 ./yq_linux_amd64 22:38:49 + sudo snapcraft prime --use-lxd 22:38:51 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:38:51 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 22:38:51 - README.md 22:38:51 22:38:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:38:51 Launching a container. 22:39:06 Waiting for container to be ready 22:39:06 To start your first instance, try: lxc launch ubuntu:18.04 22:39:06 22:39:08 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:39:08 Waiting for network to be ready... 22:39:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:39:08 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:39:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 22:39:09 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:39:09 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:39:09 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:39:09 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:39:09 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:39:09 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:39:09 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:39:09 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:39:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 22:39:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:39:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:39:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 22:39:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 22:39:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 22:39:09 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 22:39:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:39:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 22:39:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 22:39:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:39:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:39:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 22:39:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 22:39:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 22:39:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 22:39:14 Fetched 24.1 MB in 6s (4319 kB/s) 22:39:15 Reading package lists... 22:39:15 Reading package lists... 22:39:16 Building dependency tree... 22:39:16 Reading state information... 22:39:16 The following additional packages will be installed: 22:39:16 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:39:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:39:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:39:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:39:16 Suggested packages: 22:39:16 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:39:16 Recommended packages: 22:39:16 gnupg libsasl2-modules 22:39:16 The following NEW packages will be installed: 22:39:16 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:39:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:39:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:39:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:39:16 The following packages will be upgraded: 22:39:16 gpg gpg-agent gpgconf libudev1 22:39:16 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 22:39:16 Need to get 3530 kB of archives. 22:39:16 After this operation, 13.3 MB of additional disk space will be used. 22:39:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 22:39:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 22:39:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 22:39:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 22:39:16 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 22:39:16 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 22:39:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:39:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:39:17 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 22:39:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 22:39:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 22:39:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:39:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:39:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:39:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:39:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:39:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:39:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:39:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:39:17 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:39:17 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:39:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 22:39:17 debconf: delaying package configuration, since apt-utils is not installed 22:39:17 Fetched 3530 kB in 1s (3207 kB/s) 22:39:17 (Reading database ... 12511 files and directories currently installed.) 22:39:17 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 22:39:17 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:39:17 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 22:39:17 Selecting previously unselected package udev. 22:39:17 (Reading database ... 12511 files and directories currently installed.) 22:39:17 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 22:39:17 Unpacking udev (237-3ubuntu10.45) ... 22:39:18 Selecting previously unselected package libfuse2:amd64. 22:39:18 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:39:18 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:39:18 Selecting previously unselected package fuse. 22:39:18 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:39:18 Unpacking fuse (2.9.7-1ubuntu1) ... 22:39:18 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 22:39:18 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:39:18 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 22:39:18 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:39:18 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 22:39:18 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:39:18 Selecting previously unselected package libksba8:amd64. 22:39:18 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:39:18 Unpacking libksba8:amd64 (1.3.5-2) ... 22:39:18 Selecting previously unselected package libroken18-heimdal:amd64. 22:39:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:39:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:18 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:39:18 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:39:18 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:18 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:39:18 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:39:18 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:19 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:39:19 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:39:19 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:19 Selecting previously unselected package libwind0-heimdal:amd64. 22:39:19 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:39:19 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:19 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:39:19 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:39:19 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:19 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:39:19 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:39:19 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:19 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:39:19 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:39:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:39:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:39:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:19 Selecting previously unselected package libsasl2-modules-db:amd64. 22:39:19 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:39:19 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:39:19 Selecting previously unselected package libsasl2-2:amd64. 22:39:19 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:39:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:39:19 Selecting previously unselected package libldap-common. 22:39:19 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 22:39:19 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:39:20 Selecting previously unselected package libldap-2.4-2:amd64. 22:39:20 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 22:39:20 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:39:20 Selecting previously unselected package dirmngr. 22:39:20 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 22:39:20 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 22:39:20 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:39:20 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 22:39:20 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:39:20 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:39:20 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:39:20 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 22:39:20 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:20 Setting up libksba8:amd64 (1.3.5-2) ... 22:39:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:39:20 Setting up udev (237-3ubuntu10.45) ... 22:39:21 invoke-rc.d: policy-rc.d denied execution of start. 22:39:21 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:21 Processing triggers for systemd (237-3ubuntu10) ... 22:39:21 Setting up fuse (2.9.7-1ubuntu1) ... 22:39:21 Setting up gpg (2.2.4-1ubuntu1.4) ... 22:39:21 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:21 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:21 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:21 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:21 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:21 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:21 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:39:21 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:39:21 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 22:39:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:39:21 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:39:21 settings in the [Install] section, and DefaultInstance for template units). 22:39:21 This means they are not meant to be enabled using systemctl. 22:39:21 Possible reasons for having this kind of units are: 22:39:21 1) A unit may be statically enabled by being symlinked from another unit's 22:39:21 .wants/ or .requires/ directory. 22:39:21 2) A unit's purpose may be to act as a helper for some other unit which has 22:39:21 a requirement dependency on it. 22:39:21 3) A unit may be started when needed via activation (socket, path, timer, 22:39:21 D-Bus, udev, scripted systemctl call, ...). 22:39:21 4) In case of template units, the unit is meant to be enabled with some 22:39:21 instance name specified. 22:39:22 Reading package lists... 22:39:22 Building dependency tree... 22:39:22 Reading state information... 22:39:22 The following additional packages will be installed: 22:39:22 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:39:22 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:39:22 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:39:22 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:39:22 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:39:22 Suggested packages: 22:39:22 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:39:22 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:39:22 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:39:22 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:39:22 systemd-container policykit-1 22:39:22 Recommended packages: 22:39:22 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:39:22 The following NEW packages will be installed: 22:39:22 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:39:22 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:39:22 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:39:22 multiarch-support openssh-client python3 python3-minimal python3.6 22:39:22 python3.6-minimal snapd squashfs-tools sudo 22:39:22 The following packages will be upgraded: 22:39:22 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:39:22 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 22:39:22 Need to get 35.2 MB of archives. 22:39:22 After this operation, 141 MB of additional disk space will be used. 22:39:22 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 22:39:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:39:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:39:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 22:39:23 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 22:39:23 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:39:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:39:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:39:23 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:39:23 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:39:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:39:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:39:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:39:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 22:39:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:39:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 22:39:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:39:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 22:39:23 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:39:23 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 22:39:23 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:39:23 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:39:23 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:39:23 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:39:23 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:39:23 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:39:23 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:39:23 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 22:39:23 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:39:23 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 22:39:24 lf-activate-venv(): INFO: Adding /tmp/venv-YXsh/bin to PATH 22:39:24 INFO: No Stack... 22:39:24 INFO: Retrieving Pricing Info for: lf-standard-4 22:39:24 INFO: Archiving Costs [Pipeline] sh 22:39:24 + cat /w/workspace/edgex-go/3/archives/cost.csv 22:39:24 + cut -d, -f6 22:39:24 debconf: delaying package configuration, since apt-utils is not installed 22:39:24 Fetched 35.2 MB in 2s (16.9 MB/s) [Pipeline] lock 22:39:24 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3285-3-stack-cost] 22:39:24 Resource [jenkins-edgexfoundry-edgex-go-PR-3285-3-stack-cost] did not exist. Created. 22:39:24 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3285-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:39:25 (Reading database ... 12757 files and directories currently installed.) 22:39:25 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 22:39:25 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:39:25 + echo total: 0.20999999344348907 [Pipeline] stash 22:39:25 Stashed 1 file(s) [Pipeline] } 22:39:25 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 22:39:25 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:39:25 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 22:39:25 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3285-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 22:39:25 (Reading database ... 12757 files and directories currently installed.) 22:39:25 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:39:25 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 22:39:26 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:39:26 (Reading database ... 12757 files and directories currently installed.) 22:39:26 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:39:26 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [Pipeline] // stage [Pipeline] } 22:39:26 Setting up apt (1.6.12ubuntu0.2) ... 22:39:26 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:39:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:39:27 (Reading database ... 12764 files and directories currently installed.) 22:39:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:39:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:39:27 Selecting previously unselected package libpython3.6-minimal:amd64. 22:39:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:39:27 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:39:27 Selecting previously unselected package libexpat1:amd64. 22:39:27 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:39:27 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:39:27 Selecting previously unselected package python3.6-minimal. 22:39:27 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:39:27 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:39:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 22:39:28 Checking for services that may need to be restarted...done. 22:39:28 Checking for services that may need to be restarted...done. 22:39:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:39:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:39:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:39:28 Selecting previously unselected package python3-minimal. 22:39:28 (Reading database ... 13012 files and directories currently installed.) 22:39:28 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:39:28 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:39:28 Selecting previously unselected package mime-support. 22:39:28 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:39:28 Unpacking mime-support (3.60ubuntu1) ... 22:39:28 Selecting previously unselected package libmpdec2:amd64. 22:39:28 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:39:28 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:39:29 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:39:29 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:39:29 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:39:29 Selecting previously unselected package python3.6. 22:39:29 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:39:29 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:39:29 Selecting previously unselected package libpython3-stdlib:amd64. 22:39:29 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:39:29 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:39:29 Setting up python3-minimal (3.6.7-1~18.04) ... 22:39:29 Selecting previously unselected package python3. 22:39:29 (Reading database ... 13442 files and directories currently installed.) 22:39:29 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:39:29 Unpacking python3 (3.6.7-1~18.04) ... 22:39:29 Selecting previously unselected package multiarch-support. 22:39:29 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:39:29 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:39:29 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:39:29 Selecting previously unselected package liblzo2-2:amd64. 22:39:29 (Reading database ... 13479 files and directories currently installed.) 22:39:29 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:39:29 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:39:30 Selecting previously unselected package libbsd0:amd64. 22:39:30 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:39:30 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:39:30 Selecting previously unselected package sudo. 22:39:30 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:39:30 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:39:30 Selecting previously unselected package apparmor. 22:39:30 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:39:30 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:39:30 Selecting previously unselected package libedit2:amd64. 22:39:30 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:39:30 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:39:30 Selecting previously unselected package libkrb5support0:amd64. 22:39:30 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:39:30 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:39:30 Selecting previously unselected package libk5crypto3:amd64. 22:39:30 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:39:30 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:39:31 Selecting previously unselected package libkeyutils1:amd64. 22:39:31 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:39:31 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:39:31 Selecting previously unselected package libkrb5-3:amd64. 22:39:31 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:39:31 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:39:31 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:39:31 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:39:31 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:39:31 Selecting previously unselected package libssl1.0.0:amd64. 22:39:31 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 22:39:31 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:39:31 Selecting previously unselected package openssh-client. 22:39:31 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:39:31 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:39:31 Selecting previously unselected package squashfs-tools. 22:39:31 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:39:31 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:39:31 Selecting previously unselected package snapd. 22:39:31 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 22:39:31 Unpacking snapd (2.48.3+18.04) ... 22:39:34 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:39:34 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:39:34 Setting up mime-support (3.60ubuntu1) ... 22:39:34 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:39:34 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:39:34 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:39:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:39:34 Setting up systemd (237-3ubuntu10.45) ... 22:39:34 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:39:35 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:39:35 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:39:35 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:39:35 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:39:36 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:39:36 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:39:36 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:39:36 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:39:36 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:39:36 Setting up python3 (3.6.7-1~18.04) ... 22:39:36 running python rtupdate hooks for python3.6... 22:39:36 running python post-rtupdate hooks for python3.6... 22:39:36 Setting up apparmor (2.12-4ubuntu5.1) ... 22:39:38 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:39:38 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:39:38 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:39:38 Setting up snapd (2.48.3+18.04) ... 22:39:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:39:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:39:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:39:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:39:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:39:40 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:39:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:39:40 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:39:40 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:39:40 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:39:40 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 22:39:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:39:41 Processing triggers for systemd (237-3ubuntu10.45) ... 22:39:42 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:39:42 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:39:42 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:39:43 Reading package lists... 22:39:43 Reading package lists... 22:39:43 Building dependency tree... 22:39:43 Reading state information... 22:39:44 Calculating upgrade... 22:39:44 The following packages will be upgraded: 22:39:44 advancecomp base-files bash binutils binutils-common 22:39:44 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:39:44 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:39:44 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:39:44 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:39:44 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:39:44 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:39:44 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 22:39:44 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 22:39:44 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 22:39:44 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 22:39:44 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 22:39:44 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 22:39:44 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 22:39:44 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:39:44 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:39:44 Need to get 63.8 MB of archives. 22:39:44 After this operation, 5207 kB of additional disk space will be used. 22:39:44 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:39:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 22:39:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:39:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:39:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:39:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:39:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:39:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:39:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:39:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:39:45 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:39:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:39:45 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:39:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:39:45 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:39:45 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:39:45 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:39:45 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:39:45 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:39:45 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:39:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:39:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:39:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:39:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:39:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:39:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:39:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:39:45 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:39:45 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:39:45 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:39:45 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:39:45 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:39:45 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:39:45 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:39:45 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:39:45 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:39:45 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:39:45 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:39:45 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:39:45 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:39:45 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 22:39:45 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:39:45 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:39:45 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:39:45 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:39:45 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:39:45 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:39:45 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:39:45 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:39:45 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:39:45 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:39:45 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 22:39:45 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:39:45 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:39:45 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:39:45 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:39:45 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:39:45 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:39:45 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:39:45 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:39:45 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:39:45 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:39:45 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:39:45 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:39:45 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 22:39:45 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:39:45 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:39:45 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:39:45 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:39:45 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:39:45 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:39:45 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:39:45 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 22:39:45 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:39:45 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 22:39:45 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:39:46 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:39:46 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:39:46 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:39:46 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 22:39:46 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:39:46 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:39:46 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 22:39:46 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 22:39:46 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 22:39:46 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 22:39:46 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:39:46 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:39:46 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:39:46 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:39:46 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:39:46 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:39:46 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:39:47 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:39:47 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:39:47 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:39:47 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:39:47 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:39:47 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:39:47 debconf: delaying package configuration, since apt-utils is not installed 22:39:47 Fetched 63.8 MB in 3s (19.8 MB/s) 22:39:47 (Reading database ... 13912 files and directories currently installed.) 22:39:47 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:39:47 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:39:48 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:39:48 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:39:48 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 22:39:48 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 22:39:49 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:39:49 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:39:49 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:39:49 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:39:49 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:39:49 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:39:49 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:39:49 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:39:49 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:39:49 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:39:49 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:39:50 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:39:50 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:39:50 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:39:50 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:39:50 (Reading database ... 13911 files and directories currently installed.) 22:39:50 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:39:50 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:39:50 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:39:50 (Reading database ... 13911 files and directories currently installed.) 22:39:50 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:39:50 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:39:50 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:39:50 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:39:50 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:39:50 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:39:50 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:39:51 (Reading database ... 13911 files and directories currently installed.) 22:39:51 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:39:51 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:39:51 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:39:51 (Reading database ... 13911 files and directories currently installed.) 22:39:51 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:39:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:39:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:39:51 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:39:52 Setting up base-files (10.1ubuntu2.10) ... 22:39:52 Installing new version of config file /etc/issue ... 22:39:52 Installing new version of config file /etc/issue.net ... 22:39:52 Installing new version of config file /etc/lsb-release ... 22:39:52 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:39:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:39:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:39:52 Removing obsolete conffile /etc/default/motd-news ... 22:39:52 (Reading database ... 13912 files and directories currently installed.) 22:39:52 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:39:52 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:39:52 Setting up bash (4.4.18-2ubuntu1.2) ... 22:39:52 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 22:39:52 (Reading database ... 13912 files and directories currently installed.) 22:39:52 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:39:52 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:39:53 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:39:53 (Reading database ... 13912 files and directories currently installed.) 22:39:53 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:39:53 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:39:53 Setting up tar (1.29b-2ubuntu0.2) ... 22:39:53 (Reading database ... 13912 files and directories currently installed.) 22:39:53 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:39:53 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:39:53 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:39:53 (Reading database ... 13912 files and directories currently installed.) 22:39:53 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:39:53 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:39:54 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:39:54 (Reading database ... 13912 files and directories currently installed.) 22:39:54 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:39:54 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:39:54 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:39:54 (Reading database ... 13912 files and directories currently installed.) 22:39:54 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:39:54 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:39:54 Setting up grep (3.1-2build1) ... 22:39:54 (Reading database ... 13912 files and directories currently installed.) 22:39:54 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:39:54 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:39:54 Setting up login (1:4.5-1ubuntu2) ... 22:39:55 (Reading database ... 13912 files and directories currently installed.) 22:39:55 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:39:55 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:39:55 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:39:55 (Reading database ... 13912 files and directories currently installed.) 22:39:55 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:39:55 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:39:55 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:39:55 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:39:55 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:39:55 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:39:56 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:39:56 (Reading database ... 13912 files and directories currently installed.) 22:39:56 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:39:56 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:39:57 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:39:57 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:39:57 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:39:57 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:39:57 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:39:58 (Reading database ... 13912 files and directories currently installed.) 22:39:58 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:39:58 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:39:58 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:39:58 (Reading database ... 13912 files and directories currently installed.) 22:39:58 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:39:58 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:39:58 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:39:58 (Reading database ... 13912 files and directories currently installed.) 22:39:58 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:39:58 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:39:58 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:39:58 (Reading database ... 13912 files and directories currently installed.) 22:39:58 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:39:58 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:39:59 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:39:59 (Reading database ... 13912 files and directories currently installed.) 22:39:59 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:39:59 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:39:59 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:39:59 (Reading database ... 13912 files and directories currently installed.) 22:39:59 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:39:59 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:39:59 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:39:59 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:40:00 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:40:00 (Reading database ... 13912 files and directories currently installed.) 22:40:00 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:40:00 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:40:00 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:40:00 (Reading database ... 13912 files and directories currently installed.) 22:40:00 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:40:00 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:40:00 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:40:00 (Reading database ... 13912 files and directories currently installed.) 22:40:00 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:40:00 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:40:00 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:40:01 (Reading database ... 13912 files and directories currently installed.) 22:40:01 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:40:01 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:40:01 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:40:01 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:40:02 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:40:02 (Reading database ... 13912 files and directories currently installed.) 22:40:02 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:40:02 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:40:02 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:40:02 (Reading database ... 13912 files and directories currently installed.) 22:40:02 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:40:02 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:40:02 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:40:02 (Reading database ... 13914 files and directories currently installed.) 22:40:02 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:40:03 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:40:03 Setting up debconf (1.5.66ubuntu1) ... 22:40:03 (Reading database ... 13914 files and directories currently installed.) 22:40:03 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:40:03 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:40:03 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:40:03 (Reading database ... 13914 files and directories currently installed.) 22:40:03 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:40:03 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:40:03 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:40:04 (Reading database ... 13914 files and directories currently installed.) 22:40:04 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:40:04 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:40:04 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:40:04 (Reading database ... 13914 files and directories currently installed.) 22:40:04 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:40:04 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:40:04 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:40:04 (Reading database ... 13914 files and directories currently installed.) 22:40:04 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:40:05 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:40:05 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:40:05 (Reading database ... 13914 files and directories currently installed.) 22:40:05 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:40:05 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:40:05 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 22:40:05 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:40:05 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:40:05 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:40:05 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:40:05 (Reading database ... 13914 files and directories currently installed.) 22:40:05 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:40:05 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:40:05 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:40:06 (Reading database ... 13914 files and directories currently installed.) 22:40:06 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:40:06 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:40:06 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:40:06 (Reading database ... 13914 files and directories currently installed.) 22:40:06 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:40:06 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:40:06 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:40:07 (Reading database ... 13914 files and directories currently installed.) 22:40:07 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 22:40:07 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 22:40:07 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 22:40:07 (Reading database ... 13914 files and directories currently installed.) 22:40:07 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:40:07 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:40:07 Setting up passwd (1:4.5-1ubuntu2) ... 22:40:07 (Reading database ... 13914 files and directories currently installed.) 22:40:07 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 22:40:07 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:40:07 Setting up gpgv (2.2.4-1ubuntu1.4) ... 22:40:07 (Reading database ... 13914 files and directories currently installed.) 22:40:07 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:40:08 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:40:08 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:40:08 (Reading database ... 13914 files and directories currently installed.) 22:40:08 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:40:08 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:40:08 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:40:08 (Reading database ... 13914 files and directories currently installed.) 22:40:08 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:40:08 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:40:08 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:40:08 (Reading database ... 13914 files and directories currently installed.) 22:40:08 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:40:09 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:40:09 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:40:09 (Reading database ... 13914 files and directories currently installed.) 22:40:09 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:40:09 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:40:09 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:40:09 (Reading database ... 13914 files and directories currently installed.) 22:40:09 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:40:09 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:40:09 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:40:09 (Reading database ... 13915 files and directories currently installed.) 22:40:09 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:40:09 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:40:09 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:40:09 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:40:10 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:40:10 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:40:10 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 22:40:10 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 22:40:10 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:40:10 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:40:10 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:40:10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:40:10 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:40:10 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:40:10 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:40:10 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:40:10 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:40:10 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:40:11 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:40:11 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:40:11 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:40:11 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:40:11 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 22:40:11 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 22:40:12 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:40:12 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:40:12 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:40:12 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:40:12 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:40:12 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:40:13 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:40:13 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:40:13 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:40:13 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:40:13 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:40:13 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:40:13 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:40:13 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:40:13 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:40:13 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:40:13 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:40:13 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:40:14 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:40:14 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:40:14 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:40:14 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:40:15 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:40:15 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:40:16 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:40:16 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:40:17 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:40:17 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:40:18 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:40:18 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:40:18 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:40:18 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:40:18 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:40:18 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:40:18 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:40:18 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:40:18 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:40:18 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:40:19 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:40:19 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:40:19 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:40:19 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:40:19 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:40:19 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:40:19 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:40:19 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:40:19 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:40:19 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:40:19 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:40:19 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:40:19 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:40:19 Setting up tzdata (2021a-0ubuntu0.18.04) ... 22:40:19 22:40:19 Current default time zone: 'Etc/UTC' 22:40:19 Local time is now: Mon Mar 22 22:40:19 UTC 2021. 22:40:19 Universal Time is now: Mon Mar 22 22:40:19 UTC 2021. 22:40:19 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:40:19 22:40:19 Setting up systemd-sysv (237-3ubuntu10.45) ... 22:40:19 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:40:20 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 22:40:20 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:40:20 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:40:20 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:40:20 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:40:20 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:40:20 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:40:20 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:40:20 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:40:20 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:40:20 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:40:20 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 22:40:20 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:40:20 Setting up patch (2.7.6-2ubuntu1.1) ... 22:40:20 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:40:20 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:40:20 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 22:40:20 Installing new version of config file /etc/ssl/openssl.cnf ... 22:40:20 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:40:20 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:40:20 Setting up ca-certificates (20210119~18.04.1) ... 22:40:21 Updating certificates in /etc/ssl/certs... 22:40:22 23 added, 27 removed; done. 22:40:22 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:40:22 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:40:22 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:40:22 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:40:22 Setting up pkgbinarymangler (138.18.04.1) ... 22:40:22 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:40:22 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 22:40:22 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:40:23 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:40:23 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:40:23 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:40:23 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:40:23 Setting up perl (5.26.1-6ubuntu0.5) ... 22:40:23 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 22:40:23 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:40:23 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:40:23 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 22:40:23 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:40:23 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:40:23 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:40:23 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:40:23 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:40:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:40:23 Processing triggers for systemd (237-3ubuntu10.45) ... 22:40:23 Processing triggers for mime-support (3.60ubuntu1) ... 22:40:23 Processing triggers for ca-certificates (20210119~18.04.1) ... 22:40:23 Updating certificates in /etc/ssl/certs... 22:40:24 0 added, 0 removed; done. 22:40:24 Running hooks in /etc/ca-certificates/update.d... 22:40:24 done. 22:40:24 Reading package lists... 22:40:25 Building dependency tree... 22:40:25 Reading state information... 22:40:25 The following NEW packages will be installed: 22:40:25 apt-transport-https 22:40:25 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:40:25 Need to get 1696 B of archives. 22:40:25 After this operation, 153 kB of additional disk space will be used. 22:40:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:40:25 debconf: delaying package configuration, since apt-utils is not installed 22:40:25 Fetched 1696 B in 0s (27.5 kB/s) 22:40:25 Selecting previously unselected package apt-transport-https. 22:40:25 (Reading database ... 13920 files and directories currently installed.) 22:40:25 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:40:25 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:40:25 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:40:25 Waiting for network to be ready... 22:40:32 2021-03-22T22:40:29Z INFO Waiting for automatic snapd restart... 22:40:32 snapd 2.49 from Canonical* installed 22:40:33 "snapd" switched to the "latest/stable" channel 22:40:33 22:40:37 core18 20210128 from Canonical* installed 22:40:37 "core18" switched to the "latest/stable" channel 22:40:37 22:40:42 snapcraft 4.5.4 from Canonical* installed 22:40:42 "snapcraft" switched to the "latest/stable" channel 22:40:42 22:40:47 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 22:40:47 - README.md 22:40:47 22:40:47 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:40:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:40:53 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:40:53 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:40:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:40:55 Reading package lists... 22:40:55 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 22:41:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:41:01 Reading package lists... 22:41:01 Building dependency tree... 22:41:01 Reading state information... 22:41:01 Suggested packages: 22:41:01 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:41:01 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:41:01 Recommended packages: 22:41:01 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:41:01 The following NEW packages will be installed: 22:41:01 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:41:01 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:41:01 pkg-config zip 22:41:01 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:41:01 Need to get 7657 kB of archives. 22:41:01 After this operation, 43.8 MB of additional disk space will be used. 22:41:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 22:41:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:41:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 22:41:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 22:41:01 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:41:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:41:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:41:02 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:41:02 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:41:02 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:41:02 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:41:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:41:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:41:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:41:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:41:02 debconf: delaying package configuration, since apt-utils is not installed 22:41:02 Fetched 7657 kB in 1s (9733 kB/s) 22:41:03 Selecting previously unselected package libglib2.0-0:amd64. 22:41:03 (Reading database ... 13924 files and directories currently installed.) 22:41:03 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 22:41:03 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:41:03 Selecting previously unselected package libpsl5:amd64. 22:41:03 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:41:03 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:41:03 Selecting previously unselected package libnghttp2-14:amd64. 22:41:03 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:41:03 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:41:03 Selecting previously unselected package librtmp1:amd64. 22:41:03 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:41:03 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:41:03 Selecting previously unselected package libcurl3-gnutls:amd64. 22:41:03 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:41:03 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:41:03 Selecting previously unselected package liberror-perl. 22:41:03 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:41:03 Unpacking liberror-perl (0.17025-1) ... 22:41:03 Selecting previously unselected package git-man. 22:41:03 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 22:41:03 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 22:41:03 Selecting previously unselected package git. 22:41:03 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 22:41:03 Unpacking git (1:2.17.1-1ubuntu0.8) ... 22:41:04 Selecting previously unselected package libnorm1:amd64. 22:41:04 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:41:04 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:41:04 Selecting previously unselected package libpgm-5.2-0:amd64. 22:41:04 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:41:04 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:41:04 Selecting previously unselected package libsodium23:amd64. 22:41:04 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:41:04 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:41:05 Selecting previously unselected package libzmq5:amd64. 22:41:05 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:41:05 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:41:05 Selecting previously unselected package libzmq3-dev:amd64. 22:41:05 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:41:05 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:41:05 Selecting previously unselected package pkg-config. 22:41:05 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:41:05 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:41:05 Selecting previously unselected package zip. 22:41:05 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:41:05 Unpacking zip (3.0-11build1) ... 22:41:05 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:41:05 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 22:41:05 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:41:05 Setting up liberror-perl (0.17025-1) ... 22:41:05 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:41:05 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:41:05 No schema files found: doing nothing. 22:41:05 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:41:05 Setting up zip (3.0-11build1) ... 22:41:05 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:41:05 Setting up libsodium23:amd64 (1.0.16-2) ... 22:41:05 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:41:05 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:41:05 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:41:05 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:41:05 Setting up git (1:2.17.1-1ubuntu0.8) ... 22:41:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:41:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:41:12 git set to automatically installed. 22:41:12 git-man set to automatically installed. 22:41:12 libcurl3-gnutls set to automatically installed. 22:41:12 liberror-perl set to automatically installed. 22:41:12 libglib2.0-0 set to automatically installed. 22:41:12 libnghttp2-14 set to automatically installed. 22:41:12 libnorm1 set to automatically installed. 22:41:12 libpgm-5.2-0 set to automatically installed. 22:41:12 libpsl5 set to automatically installed. 22:41:12 librtmp1 set to automatically installed. 22:41:12 libsodium23 set to automatically installed. 22:41:12 libzmq3-dev set to automatically installed. 22:41:12 libzmq5 set to automatically installed. 22:41:12 pkg-config set to automatically installed. 22:41:12 zip set to automatically installed. 22:41:14 snapd is not logged in, snap install commands will use sudo 22:41:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:41:21 snap "core18" has no updates available 22:41:22 snapd is not logged in, snap install commands will use sudo 22:41:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:41:39 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 22:41:40 Pulling go-build-helper 22:41:40 + snapcraftctl pull 22:41:41 'app-service-config' has dependencies that need to be staged: go-build-helper 22:41:41 Skipping pull go-build-helper (already ran) 22:41:41 Building go-build-helper 22:41:41 + snapcraftctl build 22:41:43 Staging go-build-helper 22:41:43 + snapcraftctl stage 22:41:55 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:41:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:41:55 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:41:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 22:41:55 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:41:55 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:41:55 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:41:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:41:55 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:41:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:41:55 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:41:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 22:41:55 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:41:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:41:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 22:41:55 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 22:41:55 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 22:41:55 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 22:41:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:41:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 22:41:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 22:41:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:41:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:41:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 22:41:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 22:41:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 22:41:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 22:41:55 Fetched 24.1 MB in 0s (0 B/s) 22:41:55 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:41:55 Fetched 224 kB in 0s (0 B/s) 22:41:55 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:41:55 Fetched 157 kB in 0s (0 B/s) 22:41:55 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:41:55 Fetched 221 kB in 0s (0 B/s) 22:41:55 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:41:55 Fetched 143 kB in 0s (0 B/s) 22:41:55 Pulling app-service-config 22:41:55 + snapcraftctl pull 22:41:56 Cloning into '/root/parts/app-service-config/src'... 22:41:57 Pulling config-common 22:41:57 + snapcraftctl pull 22:42:02 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:42:02 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:42:02 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:42:02 Fetched 0 B in 0s (0 B/s) 22:42:02 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:42:02 Fetched 0 B in 0s (0 B/s) 22:42:02 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:42:02 Fetched 0 B in 0s (0 B/s) 22:42:02 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:42:02 Fetched 0 B in 0s (0 B/s) 22:42:02 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:42:02 Fetched 0 B in 0s (0 B/s) 22:42:02 Pulling edgex-go 22:42:02 + snapcraftctl pull 22:42:24 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:42:24 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:42:24 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:42:24 Fetched 0 B in 0s (0 B/s) 22:42:24 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:42:24 Fetched 96.5 kB in 0s (0 B/s) 22:42:24 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:42:24 Fetched 279 kB in 0s (0 B/s) 22:42:24 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:42:24 Fetched 122 kB in 0s (0 B/s) 22:42:24 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:42:24 Fetched 77.8 kB in 0s (0 B/s) 22:42:24 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:42:24 Fetched 8848 B in 0s (0 B/s) 22:42:24 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:42:24 Fetched 47.8 kB in 0s (0 B/s) 22:42:24 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:42:24 Fetched 45.6 kB in 0s (0 B/s) 22:42:24 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:42:24 Fetched 15.0 kB in 0s (0 B/s) 22:42:24 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:42:24 Fetched 214 kB in 0s (0 B/s) 22:42:24 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 22:42:24 Fetched 154 kB in 0s (0 B/s) 22:42:24 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:42:24 Fetched 50.6 kB in 0s (0 B/s) 22:42:24 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:42:24 Fetched 14.8 kB in 0s (0 B/s) 22:42:24 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:42:24 Fetched 41.8 kB in 0s (0 B/s) 22:42:24 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:42:24 Fetched 499 kB in 0s (0 B/s) 22:42:24 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:42:24 Fetched 111 kB in 0s (0 B/s) 22:42:24 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:42:24 Fetched 240 kB in 0s (0 B/s) 22:42:24 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:42:24 Fetched 29.3 kB in 0s (0 B/s) 22:42:24 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:42:24 Fetched 85.5 kB in 0s (0 B/s) 22:42:24 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:42:24 Fetched 24.5 kB in 0s (0 B/s) 22:42:24 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:42:24 Fetched 49.2 kB in 0s (0 B/s) 22:42:24 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:42:24 Fetched 54.2 kB in 0s (0 B/s) 22:42:24 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:42:24 Fetched 30.8 kB in 0s (0 B/s) 22:42:24 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 22:42:24 Fetched 15.8 kB in 0s (0 B/s) 22:42:24 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:42:24 Fetched 85.9 kB in 0s (0 B/s) 22:42:24 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:42:24 Fetched 8720 B in 0s (0 B/s) 22:42:24 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:42:24 Fetched 137 kB in 0s (0 B/s) 22:42:24 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:42:24 Fetched 119 kB in 0s (0 B/s) 22:42:24 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:42:24 Fetched 109 kB in 0s (0 B/s) 22:42:24 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:42:24 Fetched 11.1 kB in 0s (0 B/s) 22:42:24 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:42:24 Fetched 645 kB in 0s (0 B/s) 22:42:24 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:42:24 Fetched 41.3 kB in 0s (0 B/s) 22:42:24 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:42:24 Fetched 17.9 kB in 0s (0 B/s) 22:42:24 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:42:24 Fetched 368 kB in 0s (0 B/s) 22:42:24 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:42:24 Fetched 187 kB in 0s (0 B/s) 22:42:24 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:42:24 Fetched 175 kB in 0s (0 B/s) 22:42:24 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:42:24 Fetched 206 kB in 0s (0 B/s) 22:42:24 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 22:42:24 Fetched 1301 kB in 0s (0 B/s) 22:42:24 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:42:24 Fetched 36.2 kB in 0s (0 B/s) 22:42:24 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:42:24 Fetched 159 kB in 0s (0 B/s) 22:42:24 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:42:24 Fetched 107 kB in 0s (0 B/s) 22:42:24 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:42:24 Fetched 48.7 kB in 0s (0 B/s) 22:42:24 Pulling static-packages 22:42:24 + snapcraftctl pull 22:42:25 Pulling version 22:42:25 + cd /root/project 22:42:25 + [ -f VERSION ] 22:42:25 + PROJECT_VERSION=local-dev 22:42:25 + git rev-parse --short HEAD 22:42:25 + GIT_REVISION=5e62af26 22:42:25 + snapcraftctl set-version local-dev 22:42:26 Skipping build go-build-helper (already ran) 22:42:26 Building app-service-config 22:42:26 + make build 22:42:26 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 22:42:29 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 22:42:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 22:42:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 22:42:29 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 22:42:29 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 22:42:29 go: downloading github.com/BurntSushi/toml v0.3.1 22:42:29 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 22:42:29 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:42:29 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:42:29 go: downloading github.com/gorilla/mux v1.8.0 22:42:29 go: downloading github.com/go-kit/kit v0.8.0 22:42:29 go: downloading github.com/leodido/go-urn v1.2.0 22:42:29 go: downloading github.com/google/uuid v1.2.0 22:42:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:42:29 go: downloading github.com/go-playground/universal-translator v0.17.0 22:42:29 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:42:29 go: downloading github.com/pelletier/go-toml v1.2.0 22:42:29 go: downloading github.com/go-playground/locales v0.13.0 22:42:29 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:42:30 go: downloading github.com/x448/float16 v0.8.4 22:42:30 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:42:30 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 22:42:30 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:42:30 go: downloading github.com/hashicorp/consul/api v1.8.1 22:42:30 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:42:30 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:42:30 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:42:30 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:42:30 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:42:30 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:42:30 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:42:30 go: downloading github.com/mitchellh/copystructure v1.0.0 22:42:30 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:42:30 go: downloading github.com/pebbe/zmq4 v1.2.5 22:42:30 go: downloading github.com/hashicorp/serf v0.9.5 22:42:30 go: downloading github.com/mattn/go-isatty v0.0.12 22:42:30 go: downloading github.com/fatih/color v1.9.0 22:42:30 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:42:30 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 22:42:30 go: downloading github.com/mattn/go-colorable v0.1.6 22:42:30 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:42:30 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:42:30 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:42:43 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 22:42:43 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 22:42:43 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 22:42:43 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 22:42:43 Building config-common 22:42:43 + snapcraftctl build 22:42:45 Building edgex-go 22:42:46 + cd /root/parts/edgex-go/src 22:42:46 + make build 22:42:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:42:46 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:42:46 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.18 22:42:46 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 22:42:46 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 22:42:46 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 22:42:46 go: downloading github.com/imdario/mergo v0.3.12 22:42:46 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 22:42:46 go: downloading github.com/pkg/errors v0.8.1 22:42:46 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 22:42:46 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 22:42:46 go: downloading github.com/gorilla/websocket v1.4.2 22:42:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:42:52 go: downloading gopkg.in/yaml.v2 v2.4.0 22:42:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:42:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:43:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:43:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:43:01 go: downloading github.com/stretchr/testify v1.7.0 22:43:01 go: downloading github.com/pmezard/go-difflib v1.0.0 22:43:01 go: downloading github.com/davecgh/go-spew v1.1.1 22:43:01 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:43:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:43:03 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:43:03 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:43:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:43:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:43:06 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 22:43:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:43:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:43:09 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:43:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:43:11 go: downloading github.com/lib/pq v1.9.0 22:43:13 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 22:43:13 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 22:43:13 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 22:43:13 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 22:43:13 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 22:43:13 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 22:43:13 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 22:43:13 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 22:43:13 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 22:43:13 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 22:43:13 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 22:43:13 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 22:43:13 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 22:43:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 22:43:13 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 22:43:13 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 22:43:13 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 22:43:13 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 22:43:13 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 22:43:13 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 22:43:13 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 22:43:13 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 22:43:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 22:43:13 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 22:43:13 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 22:43:13 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 22:43:16 Building static-packages 22:43:16 + snapcraftctl build 22:43:19 Building version 22:43:19 + snapcraftctl build 22:43:22 Skipping stage go-build-helper (already ran) 22:43:22 Staging app-service-config 22:43:22 + snapcraftctl stage 22:43:22 Staging config-common 22:43:22 + snapcraftctl stage 22:43:23 Staging edgex-go 22:43:23 + snapcraftctl stage 22:43:24 Staging static-packages 22:43:24 + snapcraftctl stage 22:43:26 Staging version 22:43:26 + snapcraftctl stage 22:43:27 Priming go-build-helper 22:43:27 + snapcraftctl prime 22:43:28 Priming app-service-config 22:43:28 + snapcraftctl prime 22:43:29 Priming config-common 22:43:29 + snapcraftctl prime 22:43:30 Priming edgex-go 22:43:30 + snapcraftctl prime 22:43:31 Priming static-packages 22:43:31 + snapcraftctl prime 22:43:34 Priming version 22:43:34 + snapcraftctl prime 22:43:34 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:43:38 provisioning config files... 22:43:38 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4026525002040388984tmp [Pipeline] { [Pipeline] sh 22:43:38 + set +x 22:43:38 + curl -s https://codecov.io/bash 22:43:38 + bash -s -- 22:43:39 22:43:39 _____ _ 22:43:39 / ____| | | 22:43:39 | | ___ __| | ___ ___ _____ __ 22:43:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:43:39 | |___| (_) | (_| | __/ (_| (_) \ V / 22:43:39 \_____\___/ \__,_|\___|\___\___/ \_/ 22:43:39 Bash-20210309-2b87ace 22:43:39 22:43:39 22:43:39 ==> git version 2.24.3 found 22:43:39 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:43:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:43:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:43:39 ==> Jenkins CI detected. 22:43:39 project root: . 22:43:39 --> token set from env 22:43:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:43:39 ==> Running gcov in . (disable via -X gcov) 22:43:39 ==> Python coveragepy not found 22:43:39 ==> Searching for coverage reports in: 22:43:39 + . 22:43:39 -> Found 1 reports 22:43:39 ==> Detecting git/mercurial file structure 22:43:40 ==> Reading reports 22:43:40 + ./coverage.out bytes=659965 22:43:40 ==> Appending adjustments 22:43:40 https://docs.codecov.io/docs/fixing-reports 22:43:47 + Found adjustments 22:43:47 ==> Gzipping contents 22:43:47 96K /tmp/codecov.UwwvYP.gz 22:43:47 ==> Uploading reports 22:43:47 url: https://codecov.io 22:43:47 query: branch=PR-3285&commit=5e62af26a0a6ac0dd783723671b6ce388f74a372&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3285%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3285&job=&cmd_args= 22:43:47 -> Pinging Codecov 22:43:47 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3285&commit=5e62af26a0a6ac0dd783723671b6ce388f74a372&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3285%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3285&job=&cmd_args= 22:43:47 -> Uploading to 22:43:47 https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/5e62af26a0a6ac0dd783723671b6ce388f74a372/5525764d-dae9-4f0f-99bc-30ef0ce00d71.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T224347Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a7ed014aefc903181ad76c163796417a0074ff54d61a6f956cf4be80090d0d21 22:43:47 % Total % Received % Xferd Average Speed Time Time Time Current 22:43:47 Dload Upload Total Spent Left Speed 22:43:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95937 0 0 100 95937 0 175k --:--:-- --:--:-- --:--:-- 175k 22:43:47 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5e62af26a0a6ac0dd783723671b6ce388f74a372 [Pipeline] } 22:43:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:43:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:43:51 ---> package-listing.sh 22:43:51 ++ tr '[:upper:]' '[:lower:]' 22:43:51 ++ facter osfamily 22:43:52 + OS_FAMILY=redhat 22:43:52 + workspace=/w/workspace/edgex-go/3 22:43:52 + START_PACKAGES=/tmp/packages_start.txt 22:43:52 + END_PACKAGES=/tmp/packages_end.txt 22:43:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:43:52 + PACKAGES=/tmp/packages_start.txt 22:43:52 + '[' /w/workspace/edgex-go/3 ']' 22:43:52 + PACKAGES=/tmp/packages_end.txt 22:43:52 + case "${OS_FAMILY}" in 22:43:52 + sort 22:43:52 + rpm -qa 22:44:01 + '[' -f /tmp/packages_start.txt ']' 22:44:01 + '[' -f /tmp/packages_end.txt ']' 22:44:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:44:01 + '[' /w/workspace/edgex-go/3 ']' 22:44:01 + mkdir -p /w/workspace/edgex-go/3/archives/ 22:44:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 22:44:01 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:44:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:44:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:44:02 22:44:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:44:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:44:03 alpine: Pulling from edgex-lftools-log-publisher 22:44:03 df20fa9351a1: Pulling fs layer 22:44:03 36b3adc4ff6f: Pulling fs layer 22:44:03 8ad3a11d3b57: Pulling fs layer 22:44:03 46f8f816bc3b: Pulling fs layer 22:44:03 93b61091891f: Pulling fs layer 22:44:03 93b9cdb0e59b: Pulling fs layer 22:44:03 5e14af77c1be: Pulling fs layer 22:44:03 01666e4c0597: Pulling fs layer 22:44:03 aa168da1d23b: Pulling fs layer 22:44:03 46f8f816bc3b: Waiting 22:44:03 93b61091891f: Waiting 22:44:03 93b9cdb0e59b: Waiting 22:44:03 5e14af77c1be: Waiting 22:44:03 01666e4c0597: Waiting 22:44:03 aa168da1d23b: Waiting 22:44:03 36b3adc4ff6f: Download complete 22:44:03 46f8f816bc3b: Verifying Checksum 22:44:03 46f8f816bc3b: Download complete 22:44:03 df20fa9351a1: Verifying Checksum 22:44:03 df20fa9351a1: Download complete 22:44:03 93b9cdb0e59b: Verifying Checksum 22:44:03 93b9cdb0e59b: Download complete 22:44:03 5e14af77c1be: Verifying Checksum 22:44:03 5e14af77c1be: Download complete 22:44:03 93b61091891f: Verifying Checksum 22:44:03 93b61091891f: Download complete 22:44:03 01666e4c0597: Verifying Checksum 22:44:03 01666e4c0597: Download complete 22:44:03 df20fa9351a1: Pull complete 22:44:03 36b3adc4ff6f: Pull complete 22:44:04 8ad3a11d3b57: Verifying Checksum 22:44:04 8ad3a11d3b57: Download complete 22:44:05 8ad3a11d3b57: Pull complete 22:44:06 46f8f816bc3b: Pull complete 22:44:07 aa168da1d23b: Verifying Checksum 22:44:07 aa168da1d23b: Download complete 22:44:08 93b61091891f: Pull complete 22:44:10 93b9cdb0e59b: Pull complete 22:44:10 5e14af77c1be: Pull complete 22:44:10 01666e4c0597: Pull complete 22:44:29 aa168da1d23b: Pull complete 22:44:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:44:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:44:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:44:29 prd-centos7-docker-4c-2g-30944 does not seem to be running inside a container 22:44:29 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:44:34 $ docker top 484f2e81a7ea4d1a9bc40d4e0e4d7a09ed0d54f84ce2841b579c3c1ee71ae24a -eo pid,comm [Pipeline] { [Pipeline] sh 22:44:35 + touch /tmp/pre-build-complete [Pipeline] sh 22:44:36 + mkdir -p /var/log/sa [Pipeline] sh 22:44:37 + ls /var/log/sa-host 22:44:37 + sadf -c /var/log/sa-host/sa22 22:44:37 file_magic: OK 22:44:37 HZ: Using current value: 100 22:44:37 file_header: OK 22:44:37 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:44:37 Statistics: 22:44:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:44:37 File successfully converted to sysstat format version 12.2.1 22:44:37 + sadf -c /var/log/sa-host/sa23 22:44:37 file_magic: OK 22:44:37 HZ: Using current value: 100 22:44:37 file_header: OK 22:44:37 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:44:37 Statistics: 22:44:37 Hnuu...uuuununununu... 22:44:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:44:37 provisioning config files... 22:44:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8662138591047371318tmp [Pipeline] { [Pipeline] echo 22:44:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:44:37 ---> create-netrc.sh [Pipeline] } 22:44:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:44:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:44:38 ---> python-tools-install.sh [Pipeline] echo 22:44:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:44:39 ---> sudo-logs.sh 22:44:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:44:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:44:39 ---> job-cost.sh 22:44:39 lf-activate-venv: SKIPPING 22:44:39 DEBUG: total: 0.20999999344348907 22:44:39 INFO: Retrieving Stack Cost... 22:44:43 INFO: Retrieving Pricing Info for: v1-standard-2 22:44:43 INFO: Archiving Costs [Pipeline] echo 22:44:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:44:44 ---> logs-deploy.sh 22:44:44 lf-activate-venv: SKIPPING 22:44:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3285/3 22:44:44 INFO: archiving workspace using pattern(s): 22:44:45 Archives upload complete. 22:44:45 INFO: archiving logs to Nexus