Pull request #3331 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68+4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf (148f857e2aabd7a5194fe67e81ddce727cf68887) 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 Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-33448’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33449 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 Merge succeeded, producing 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 Checking out Revision 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 (PR-3331) > git config core.sparsecheckout # timeout=10 > git checkout -f 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 # 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 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 # timeout=10 Commit message: "fix: address Lenny's PR comments" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:47:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:47:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:47:08 ========================================================= 16:47:08 EdgeX Global Pipelines Version Info 16:47:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 16:47:09 ------------------- 16:47:09 stable info: 16:47:09 ------------------- 16:47:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:47:09 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:47:09 Message: update stable to v1.0.186 16:47:10 ------------------- 16:47:10 experimental info: 16:47:10 ------------------- 16:47:10 Commited By: **** collab-it+edgex@linuxfoundation.org 16:47:10 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 16:47:10 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:47:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:47:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:47:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:47:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:47:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:47:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:47:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:47:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:47:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:47:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:47:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:47:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:47:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:47:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:47:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3331 [Pipeline] echo 16:47:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3331 [Pipeline] echo 16:47:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3331 [Pipeline] echo 16:47:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [Pipeline] echo 16:47:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7840e6b [Pipeline] echo 16:47:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:47:14 provisioning config files... 16:47:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4060684661660192495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:47:14 ---> docker-login.sh 16:47:14 nexus3.edgexfoundry.org:10001 16:47:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:14 Configure a credential helper to remove this warning. See 16:47:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:14 16:47:14 Login Succeeded 16:47:14 nexus3.edgexfoundry.org:10002 16:47:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:15 Configure a credential helper to remove this warning. See 16:47:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:15 16:47:15 Login Succeeded 16:47:15 nexus3.edgexfoundry.org:10003 16:47:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:15 Configure a credential helper to remove this warning. See 16:47:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:15 16:47:15 Login Succeeded 16:47:15 nexus3.edgexfoundry.org:10004 16:47:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:15 Configure a credential helper to remove this warning. See 16:47:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:15 16:47:15 Login Succeeded 16:47:15 docker.io 16:47:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:15 Configure a credential helper to remove this warning. See 16:47:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:15 16:47:15 Login Succeeded 16:47:15 ---> docker-login.sh ends [Pipeline] } 16:47:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:47:16 ++ 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 16:47:16 + for file in '`ls cmd/**/Dockerfile`' 16:47:16 ++ dirname cmd/core-command/Dockerfile 16:47:16 ++ cut -d/ -f2 16:47:16 + echo core-command,cmd/core-command/Dockerfile 16:47:16 + for file in '`ls cmd/**/Dockerfile`' 16:47:16 ++ dirname cmd/core-data/Dockerfile 16:47:16 ++ cut -d/ -f2 16:47:16 + echo core-data,cmd/core-data/Dockerfile 16:47:16 + for file in '`ls cmd/**/Dockerfile`' 16:47:16 ++ dirname cmd/core-metadata/Dockerfile 16:47:16 ++ cut -d/ -f2 16:47:16 + echo core-metadata,cmd/core-metadata/Dockerfile 16:47:16 + for file in '`ls cmd/**/Dockerfile`' 16:47:16 ++ dirname cmd/security-bootstrapper/Dockerfile 16:47:16 ++ cut -d/ -f2 16:47:16 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:47:16 + for file in '`ls cmd/**/Dockerfile`' 16:47:16 ++ dirname cmd/security-proxy-setup/Dockerfile 16:47:16 ++ cut -d/ -f2 16:47:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:47:16 + for file in '`ls cmd/**/Dockerfile`' 16:47:16 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:47:16 ++ cut -d/ -f2 16:47:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:47:16 + for file in '`ls cmd/**/Dockerfile`' 16:47:16 ++ dirname cmd/support-notifications/Dockerfile 16:47:16 ++ cut -d/ -f2 16:47:16 + echo support-notifications,cmd/support-notifications/Dockerfile 16:47:16 + for file in '`ls cmd/**/Dockerfile`' 16:47:16 ++ dirname cmd/support-scheduler/Dockerfile 16:47:16 ++ cut -d/ -f2 16:47:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:47:16 + for file in '`ls cmd/**/Dockerfile`' 16:47:16 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:47:16 ++ cut -d/ -f2 16:47:16 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:47:16 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 16:47:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:47:18 16:47:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:47:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:47:18 latest: Pulling from edgex-devops/git-semver 16:47:18 31603596830f: Pulling fs layer 16:47:18 2a8b12db71e7: Pulling fs layer 16:47:18 6ca5941a6612: Pulling fs layer 16:47:18 ecc8261a40a4: Pulling fs layer 16:47:18 ecc8261a40a4: Waiting 16:47:18 2a8b12db71e7: Verifying Checksum 16:47:18 2a8b12db71e7: Download complete 16:47:18 31603596830f: Verifying Checksum 16:47:18 31603596830f: Download complete 16:47:18 6ca5941a6612: Verifying Checksum 16:47:18 6ca5941a6612: Download complete 16:47:18 ecc8261a40a4: Verifying Checksum 16:47:18 ecc8261a40a4: Download complete 16:47:18 31603596830f: Pull complete 16:47:18 2a8b12db71e7: Pull complete 16:47:19 6ca5941a6612: Pull complete 16:47:19 ecc8261a40a4: Pull complete 16:47:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:47:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:47:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:47:19 prd-centos7-docker-4c-2g-33449 does not seem to be running inside a container 16:47:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:10004/edgex-devops/git-semver:latest cat 16:47:22 $ docker top fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:47:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:47:22 [ssh-agent] Looking for ssh-agent implementation... 16:47:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:47:22 $ docker exec fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 ssh-agent 16:47:22 SSH_AUTH_SOCK=/tmp/ssh-494MOL7XLJ0i/agent.11 16:47:22 SSH_AGENT_PID=16 16:47:22 Running ssh-add (command line suppressed) 16:47:23 Identity added: /w/workspace/edgex-go/7@tmp/private_key_7915922358451971691.key (/w/workspace/edgex-go/7@tmp/private_key_7915922358451971691.key) 16:47:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:47:23 + git tag --points-at HEAD [Pipeline] } 16:47:23 $ docker exec --env ******** --env ******** fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 ssh-agent -k 16:47:23 unset SSH_AUTH_SOCK; 16:47:23 unset SSH_AGENT_PID; 16:47:23 echo Agent pid 16 killed; 16:47:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:47:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:47:23 [ssh-agent] Looking for ssh-agent implementation... 16:47:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:47:23 $ docker exec fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 ssh-agent 16:47:24 SSH_AUTH_SOCK=/tmp/ssh-batxFYCjr1b2/agent.45 16:47:24 SSH_AGENT_PID=50 16:47:24 Running ssh-add (command line suppressed) 16:47:24 Identity added: /w/workspace/edgex-go/7@tmp/private_key_1978262692258960480.key (/w/workspace/edgex-go/7@tmp/private_key_1978262692258960480.key) 16:47:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:47:24 + git semver init 16:47:24 # -> Open(): unable to determine branch for HEAD 16:47:24 # $GIT_DIR = /w/workspace/edgex-go/7/.git 16:47:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 16:47:24 # $SEMVER_REMOTE_NAME = origin 16:47:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:47:24 # $SEMVER_USER_NAME = edgex-jenkins 16:47:24 # $SEMVER_BRANCH = PR-3331 16:47:24 # $SEMVER_TEMP = /tmp/semver-617764222 16:47:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:47:46 # '/tmp/semver-617764222' -> '/w/workspace/edgex-go/7/.semver' 16:47:46 # -> Force: false 16:47:46 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 16:47:46 $ docker exec --env ******** --env ******** fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 ssh-agent -k 16:47:46 unset SSH_AUTH_SOCK; 16:47:46 unset SSH_AGENT_PID; 16:47:46 echo Agent pid 50 killed; 16:47:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:47:47 + git semver [Pipeline] } 16:47:47 $ docker stop --time=1 fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 16:47:49 $ docker rm -f fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 [Pipeline] // withDockerContainer [Pipeline] sh 16:47:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:47:50 Stashed 1 file(s) [Pipeline] echo 16:47:50 [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 16:47:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:47:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:47:52 + sudo service docker restart 16:47:52 + true 16:47:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:47:52 ========================================================= 16:47:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:47:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:47:53 + 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 . 16:47:56 Sending build context to Docker daemon 329.5MB 16:47:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:47:56 Step 2/6 : FROM ${BASE} 16:47:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:47:56 188c0c94c7c5: Pulling fs layer 16:47:56 0ef7d3d256c8: Pulling fs layer 16:47:56 de9db76c5a1d: Pulling fs layer 16:47:56 bca2f99d35d6: Pulling fs layer 16:47:56 93359f2a8cfa: Pulling fs layer 16:47:56 7c6f9722023f: Pulling fs layer 16:47:56 a35cf1a2eb13: Pulling fs layer 16:47:56 7c6f9722023f: Waiting 16:47:56 93359f2a8cfa: Waiting 16:47:56 a35cf1a2eb13: Waiting 16:47:56 bca2f99d35d6: Waiting 16:47:56 de9db76c5a1d: Download complete 16:47:56 0ef7d3d256c8: Verifying Checksum 16:47:56 0ef7d3d256c8: Download complete 16:47:56 93359f2a8cfa: Verifying Checksum 16:47:56 93359f2a8cfa: Download complete 16:47:56 7c6f9722023f: Download complete 16:47:56 188c0c94c7c5: Verifying Checksum 16:47:56 188c0c94c7c5: Download complete 16:47:56 188c0c94c7c5: Pull complete 16:47:57 0ef7d3d256c8: Pull complete 16:47:57 de9db76c5a1d: Pull complete 16:48:00 a35cf1a2eb13: Verifying Checksum 16:48:00 a35cf1a2eb13: Download complete 16:48:01 bca2f99d35d6: Verifying Checksum 16:48:01 bca2f99d35d6: Download complete 16:48:06 Still waiting to schedule task 16:48:06 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:48:06 bca2f99d35d6: Pull complete 16:48:06 93359f2a8cfa: Pull complete 16:48:06 7c6f9722023f: Pull complete 16:48:12 a35cf1a2eb13: Pull complete 16:48:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:48:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:48:12 ---> a62c8e92a672 16:48:12 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 16:48:12 ---> Running in 49089a100bd8 16:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:13 (1/12) Installing libmagic (5.38-r0) 16:48:13 (2/12) Installing file (5.38-r0) 16:48:14 (3/12) Installing libc-dev (0.7.2-r3) 16:48:14 (4/12) Installing g++ (9.3.0-r2) 16:48:24 (5/12) Installing fortify-headers (1.1-r0) 16:48:24 (6/12) Installing patch (2.7.6-r6) 16:48:24 (7/12) Installing build-base (0.5-r2) 16:48:24 (8/12) Installing libsodium (1.0.18-r0) 16:48:24 (9/12) Installing pkgconf (1.7.2-r0) 16:48:24 (10/12) Installing libsodium-dev (1.0.18-r0) 16:48:24 (11/12) Installing libzmq (4.3.3-r0) 16:48:24 (12/12) Installing zeromq-dev (4.3.3-r0) 16:48:24 Executing busybox-1.31.1-r19.trigger 16:48:25 OK: 233 MiB in 51 packages 16:48:28 Removing intermediate container 49089a100bd8 16:48:28 ---> d57edcd0daac 16:48:28 Step 4/6 : WORKDIR /edgex-go 16:48:28 ---> Running in 4553b168d680 16:48:28 Removing intermediate container 4553b168d680 16:48:28 ---> 34a97188c1f8 16:48:28 Step 5/6 : COPY go.mod . 16:48:29 ---> 9003ed38095e 16:48:29 Step 6/6 : RUN go mod download 16:48:29 ---> Running in b684234fbe00 16:48:51 Removing intermediate container b684234fbe00 16:48:51 ---> a4b3a8c75177 16:48:51 Successfully built a4b3a8c75177 16:48:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:48:51 + docker inspect -f . ci-base-image-x86_64 16:48:51 . [Pipeline] withDockerContainer 16:48:51 prd-centos7-docker-4c-2g-33449 does not seem to be running inside a container 16:48:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** ci-base-image-x86_64 cat 16:48:52 $ docker top 85e41c7f61c70d91128c3ee17d614c805cf75e436cc6747e9856abecad0aeee1 -eo pid,comm [Pipeline] { [Pipeline] sh 16:48:52 + go version 16:48:52 go version go1.15.5 linux/amd64 [Pipeline] } 16:48:52 $ docker stop --time=1 85e41c7f61c70d91128c3ee17d614c805cf75e436cc6747e9856abecad0aeee1 16:48:54 $ docker rm -f 85e41c7f61c70d91128c3ee17d614c805cf75e436cc6747e9856abecad0aeee1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:48:54 + docker inspect -f . ci-base-image-x86_64 16:48:54 . [Pipeline] withDockerContainer 16:48:55 prd-centos7-docker-4c-2g-33449 does not seem to be running inside a container 16:48:55 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** ci-base-image-x86_64 cat 16:48:55 $ docker top 3a6af4b46287af85e8831d153d092e81cfaae80dd374db02504d458e47b13f62 -eo pid,comm [Pipeline] { [Pipeline] echo 16:48:55 ========================================================= 16:48:55 [edgeXBuildGoParallel] Running Tests and Build... 16:48:55 ========================================================= [Pipeline] sh 16:48:56 + make test 16:48:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:49:04 ? github.com/edgexfoundry/edgex-go [no test files] 16:49:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:49:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:49:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:49:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:49:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:49:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:49:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:49:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:49:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:49:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:49:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 45.9% of statements 16:49:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:49:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:49:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:49:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:49:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:49:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:49:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.054s coverage: 19.8% of statements 16:49:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.104s coverage: 100.0% of statements 16:49:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.195s coverage: 27.1% of statements 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:49:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:49:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:49:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.122s coverage: 71.3% of statements 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:49:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.150s coverage: 82.9% of statements 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:49:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.072s coverage: 78.9% of statements 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:49:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.325s coverage: 28.6% of statements 16:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:49:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements 16:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:49:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 16:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:49:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements 16:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:49:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements 16:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:49:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 16:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:49:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.401s coverage: 92.8% of statements 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:49:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:49:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 1.0% of statements 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:49:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:49:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 47.1% of statements 16:49:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements 16:49:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 16:49:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 16:49:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 16:49:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.059s coverage: 94.4% of statements 16:49:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 16:49:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.231s coverage: 81.5% of statements 16:49:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:49:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.036s coverage: 87.1% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.081s coverage: 92.9% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.079s coverage: 87.2% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.6% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.6% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 64.4% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 69.0% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 38.4% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.0% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.049s coverage: 11.0% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.129s coverage: 87.1% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.728s coverage: 29.1% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.105s coverage: 95.6% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 16:50:10 GO111MODULE=on go vet ./... 16:50:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33452 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws 16:50:36 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 16:50:37 gofmt -l . 16:50:37 [ "`gofmt -l .`" = "" ] 16:50:37 ./bin/test-go-mod-tidy.sh 16:50:37 ./bin/test-attribution-txt.sh [Pipeline] sh 16:50:38 + ls -al . 16:50:38 total 808 16:50:38 drwxrwxr-x 10 1001 1001 4096 Apr 9 16:50 . 16:50:38 drwxr-xr-x 4 root root 28 Apr 9 16:48 .. 16:50:38 -rw-rw-r-- 1 1001 1001 11 Apr 9 16:47 .dockerignore 16:50:38 drwxrwxr-x 8 1001 1001 179 Apr 9 16:47 .git 16:50:38 drwxrwxr-x 3 1001 1001 125 Apr 9 16:47 .github 16:50:38 -rw-rw-r-- 1 1001 1001 818 Apr 9 16:47 .gitignore 16:50:38 drwx------ 3 1001 1001 60 Apr 9 16:47 .semver 16:50:38 -rw-rw-r-- 1 1001 1001 166 Apr 9 16:47 .sonarcloud.properties 16:50:38 -rw-rw-r-- 1 1001 1001 8607 Apr 9 16:47 Attribution.txt 16:50:38 -rw-rw-r-- 1 1001 1001 3804 Apr 9 16:47 CONTRIBUTING.md 16:50:38 -rw-rw-r-- 1 1001 1001 931 Apr 9 16:47 Dockerfile.build 16:50:38 -rw-rw-r-- 1 1001 1001 863 Apr 9 16:47 Jenkinsfile 16:50:38 -rw-rw-r-- 1 1001 1001 10775 Apr 9 16:47 LICENSE 16:50:38 -rw-rw-r-- 1 1001 1001 5774 Apr 9 16:47 Makefile 16:50:38 -rw-rw-r-- 1 1001 1001 6548 Apr 9 16:47 README.md 16:50:38 -rw-rw-r-- 1 1001 1001 6755 Apr 9 16:47 SECURITY.md 16:50:38 -rw-rw-r-- 1 1001 1001 5 Apr 9 16:47 VERSION 16:50:38 -rw-rw-r-- 1 1001 1001 4131 Apr 9 16:47 ZMQWindows.md 16:50:38 drwxrwxr-x 2 1001 1001 117 Apr 9 16:47 bin 16:50:38 drwxrwxr-x 14 1001 1001 4096 Apr 9 16:47 cmd 16:50:38 -rw-r--r-- 1 root root 697383 Apr 9 16:50 coverage.out 16:50:38 -rw-r--r-- 1 root root 1056 Apr 9 16:50 go.mod 16:50:38 -rw-r--r-- 1 root root 21911 Apr 9 16:50 go.sum 16:50:38 drwxrwxr-x 8 1001 1001 127 Apr 9 16:47 internal 16:50:38 drwxrwxr-x 4 1001 1001 26 Apr 9 16:47 openapi 16:50:38 drwxrwxr-x 4 1001 1001 71 Apr 9 16:47 snap 16:50:38 -rw-rw-r-- 1 1001 1001 168 Apr 9 16:47 version.go [Pipeline] sh 16:50:38 + '[' -e coverage.out ] 16:50:38 + chown 1001:1001 coverage.out [Pipeline] stash 16:50:39 Stashed 1 file(s) [Pipeline] sh 16:50:39 + make build 16:50:39 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 16:50:40 using credential edgex-jenkins-ssh 16:50:40 Cloning the remote Git repository 16:50:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:50:41 > git init /w/workspace/edgex-go/7 # timeout=10 16:50:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:50:41 > git --version # timeout=10 16:50:41 > git --version # 'git version 2.17.1' 16:50:41 using GIT_SSH to set credentials SSH Credentials for GitHub 16:50:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:50:42 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 16:50:50 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 16:50:52 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 16:50:54 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 16:50:54 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 16:50:56 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 16:50:57 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 16:50:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:50:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:50:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:50:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:50:57 using GIT_SSH to set credentials SSH Credentials for GitHub 16:50:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:50:58 Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 16:50:58 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 16:50:58 Merge succeeded, producing 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 16:50:58 Checking out Revision 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 (PR-3331) 16:50:59 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 16:50:58 > git config core.sparsecheckout # timeout=10 16:50:58 > git checkout -f 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 # timeout=10 16:50:58 > git remote # timeout=10 16:50:58 > git config --get remote.origin.url # timeout=10 16:50:58 using GIT_SSH to set credentials SSH Credentials for GitHub 16:50:58 > git merge 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 16:50:58 > git rev-parse HEAD^{commit} # timeout=10 16:50:58 > git config core.sparsecheckout # timeout=10 16:50:59 > git checkout -f 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 # timeout=10 16:51:00 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 16:51:01 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 16:51:03 Commit message: "fix: address Lenny's PR comments" [Pipeline] } 16:51:03 $ docker stop --time=1 3a6af4b46287af85e8831d153d092e81cfaae80dd374db02504d458e47b13f62 16:51:05 $ docker rm -f 3a6af4b46287af85e8831d153d092e81cfaae80dd374db02504d458e47b13f62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 16:51:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:51:09 16:51:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:51:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 16:51:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:51:09 latest: Pulling from edgex-devops/edgex-compose 16:51:09 cbdbe7a5bc2a: Pulling fs layer 16:51:09 ca9280d653b3: Pulling fs layer 16:51:09 7e9c9ca2126c: Pulling fs layer 16:51:09 cbdbe7a5bc2a: Verifying Checksum 16:51:09 cbdbe7a5bc2a: Download complete [Pipeline] sh 16:51:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:51:10 cbdbe7a5bc2a: Pull complete 16:51:10 ca9280d653b3: Verifying Checksum 16:51:10 ca9280d653b3: Download complete 16:51:10 + sudo service docker restart 16:51:10 + true 16:51:11 7e9c9ca2126c: Download complete 16:51:11 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:51:12 provisioning config files... 16:51:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config458437941055774187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:51:13 ---> docker-login.sh 16:51:13 nexus3.edgexfoundry.org:10001 16:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:51:14 Configure a credential helper to remove this warning. See 16:51:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:51:14 16:51:14 Login Succeeded 16:51:14 nexus3.edgexfoundry.org:10002 16:51:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:51:14 Configure a credential helper to remove this warning. See 16:51:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:51:14 16:51:14 Login Succeeded 16:51:14 nexus3.edgexfoundry.org:10003 16:51:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:51:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:51:15 Configure a credential helper to remove this warning. See 16:51:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:51:15 16:51:15 Login Succeeded 16:51:15 nexus3.edgexfoundry.org:10004 16:51:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:51:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:51:16 Configure a credential helper to remove this warning. See 16:51:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:51:16 16:51:16 Login Succeeded 16:51:16 docker.io 16:51:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:51:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:51:16 Configure a credential helper to remove this warning. See 16:51:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:51:16 16:51:16 Login Succeeded 16:51:16 ---> docker-login.sh ends [Pipeline] } 16:51:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:51:17 ========================================================= 16:51:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:51:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:51:17 + 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 . 16:51:18 7e9c9ca2126c: Pull complete 16:51:18 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:51:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:51:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:51:18 prd-centos7-docker-4c-2g-33449 does not seem to be running inside a container 16:51:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:51:20 Sending build context to Docker daemon 167.4MB 16:51:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:51:20 Step 2/6 : FROM ${BASE} 16:51:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:51:20 5f621e34cdf4: Pulling fs layer 16:51:20 a4357932f1b6: Pulling fs layer 16:51:20 18c013af1878: Pulling fs layer 16:51:20 00ac8860ef70: Pulling fs layer 16:51:20 63d7cb157983: Pulling fs layer 16:51:20 b116817d02f9: Pulling fs layer 16:51:20 745a02a5169b: Pulling fs layer 16:51:20 00ac8860ef70: Waiting 16:51:20 63d7cb157983: Waiting 16:51:20 b116817d02f9: Waiting 16:51:20 745a02a5169b: Waiting 16:51:20 18c013af1878: Verifying Checksum 16:51:20 18c013af1878: Download complete 16:51:20 a4357932f1b6: Verifying Checksum 16:51:20 a4357932f1b6: Download complete 16:51:20 63d7cb157983: Verifying Checksum 16:51:20 63d7cb157983: Download complete 16:51:20 b116817d02f9: Download complete 16:51:20 5f621e34cdf4: Download complete 16:51:20 $ docker top 9baa187a01d49d7aa9555c40e3194e8c5336d4a46174dd3dd8a7b04ef9302047 -eo pid,comm [Pipeline] { [Pipeline] sh 16:51:20 5f621e34cdf4: Pull complete 16:51:20 + docker-compose build --help 16:51:20 + grep parallel 16:51:21 a4357932f1b6: Pull complete 16:51:21 18c013af1878: Pull complete 16:51:21 --parallel Build images in parallel. [Pipeline] } 16:51:21 $ docker stop --time=1 9baa187a01d49d7aa9555c40e3194e8c5336d4a46174dd3dd8a7b04ef9302047 16:51:22 745a02a5169b: Verifying Checksum 16:51:22 745a02a5169b: Download complete 16:51:23 $ docker rm -f 9baa187a01d49d7aa9555c40e3194e8c5336d4a46174dd3dd8a7b04ef9302047 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:51:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:51:23 . [Pipeline] withDockerContainer 16:51:23 prd-centos7-docker-4c-2g-33449 does not seem to be running inside a container 16:51:23 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:51:24 00ac8860ef70: Verifying Checksum 16:51:24 00ac8860ef70: Download complete 16:51:24 $ docker top 43a3c721b82fe025661c61205c7b0049e57dd5cf9fd1dabed8ff703342fd69ba -eo pid,comm [Pipeline] { [Pipeline] sh 16:51:25 + docker-compose -f ./docker-compose-build.yml build --parallel 16:51:25 Building docker-core-command-go ... 16:51:25 Building docker-core-data-go ... 16:51:25 Building docker-core-metadata-go ... 16:51:25 Building docker-security-bootstrapper-go ... 16:51:25 Building docker-security-proxy-setup-go ... 16:51:25 Building docker-security-secretstore-setup-go ... 16:51:25 Building docker-support-notifications-go ... 16:51:25 Building docker-support-scheduler-go ... 16:51:25 Building docker-sys-mgmt-agent-go ... 16:51:25 Building docker-security-proxy-setup-go 16:51:25 Building docker-core-metadata-go 16:51:25 Building docker-support-scheduler-go 16:51:25 Building docker-security-bootstrapper-go 16:51:25 Building docker-support-notifications-go 16:51:34 00ac8860ef70: Pull complete 16:51:34 63d7cb157983: Pull complete 16:51:34 b116817d02f9: Pull complete 16:51:38 745a02a5169b: Pull complete 16:51:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:51:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:51:38 ---> b7e6874047d6 16:51:38 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 16:51:41 ---> Running in 7389b365d493 16:51:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:51:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:51:44 (1/12) Installing libmagic (5.38-r0) 16:51:44 (2/12) Installing file (5.38-r0) 16:51:44 (3/12) Installing libc-dev (0.7.2-r3) 16:51:44 (4/12) Installing g++ (9.3.0-r2) 16:51:49 (5/12) Installing fortify-headers (1.1-r0) 16:51:49 (6/12) Installing patch (2.7.6-r6) 16:51:49 (7/12) Installing build-base (0.5-r2) 16:51:49 (8/12) Installing libsodium (1.0.18-r0) 16:51:49 (9/12) Installing pkgconf (1.7.2-r0) 16:51:49 (10/12) Installing libsodium-dev (1.0.18-r0) 16:51:49 (11/12) Installing libzmq (4.3.3-r0) 16:51:49 (12/12) Installing zeromq-dev (4.3.3-r0) 16:51:49 Executing busybox-1.31.1-r19.trigger 16:51:49 OK: 217 MiB in 51 packages 16:51:53 Removing intermediate container 7389b365d493 16:51:53 ---> e3ed747e50aa 16:51:53 Step 4/6 : WORKDIR /edgex-go 16:51:53 ---> Running in a07b7c785e80 16:51:53 Removing intermediate container a07b7c785e80 16:51:53 ---> 39aa50ad299a 16:51:53 Step 5/6 : COPY go.mod . 16:51:54 ---> 5d30c3e4a5b6 16:51:54 Step 6/6 : RUN go mod download 16:51:54 ---> Running in 2b29c160989b 16:51:58 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:51:58 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:51:58 ---> a4b3a8c75177 16:51:58 Step 3/31 : WORKDIR /edgex-go 16:51:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:51:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:51:58 ---> a4b3a8c75177 16:51:58 Step 3/21 : WORKDIR /edgex-go 16:51:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:51:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:51:58 ---> a4b3a8c75177 16:51:58 Step 3/22 : WORKDIR /edgex-go 16:51:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:51:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:51:58 ---> a4b3a8c75177 16:51:58 Step 3/22 : WORKDIR /edgex-go 16:51:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:51:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:51:58 ---> a4b3a8c75177 16:51:58 Step 3/23 : WORKDIR /edgex-go 16:51:58 ---> Running in f7e24c685c9c 16:51:58 ---> Running in 1b65e2c9dfb1 16:51:58 ---> Running in 816318ced41e 16:51:58 ---> Running in 98c01d37523a 16:51:58 ---> Running in b79c4d8a720e 16:51:58 Removing intermediate container f7e24c685c9c 16:51:58 ---> fa0dbd2b3a04 16:51:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:58 Removing intermediate container 816318ced41e 16:51:58 ---> 6897fcbe7173 16:51:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:58 Removing intermediate container 1b65e2c9dfb1 16:51:58 ---> a34509c58596 16:51:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:58 Removing intermediate container b79c4d8a720e 16:51:58 ---> 6d8798ef7c64 16:51:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:58 Removing intermediate container 98c01d37523a 16:51:58 ---> 268990e8c378 16:51:58 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:58 ---> Running in 12c18823386d 16:51:58 ---> Running in 096d1f8fbe7c 16:51:58 ---> Running in 04d0f23a1c4d 16:51:58 ---> Running in e59e9fd58eb3 16:51:58 ---> Running in 6a7e9b69f338 16:51:58 Removing intermediate container 04d0f23a1c4d 16:51:58 ---> fdfccefb8594 16:51:58 Step 5/23 : RUN apk add --update --no-cache make git 16:51:58 ---> Running in 8a4e40640e91 16:51:58 Removing intermediate container 12c18823386d 16:51:58 ---> a39a0786f9e4 16:51:58 Step 5/21 : RUN apk add --update --no-cache make git 16:51:59 ---> Running in b7ae9009385f 16:51:59 Removing intermediate container e59e9fd58eb3 16:51:59 ---> cbd91cfc90c9 16:51:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:51:59 Removing intermediate container 096d1f8fbe7c 16:51:59 ---> cbe2d2ce0b7e 16:51:59 Step 5/22 : RUN apk add --update --no-cache make git 16:51:59 Removing intermediate container 6a7e9b69f338 16:51:59 ---> d62134de8c32 16:51:59 Step 5/31 : RUN apk add --update --no-cache make git 16:51:59 ---> Running in 2a18a246ace4 16:51:59 ---> Running in 9e905d8e28ab 16:51:59 ---> Running in 221eb8420c86 16:51:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:01 OK: 233 MiB in 51 packages 16:52:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:01 OK: 233 MiB in 51 packages 16:52:01 OK: 233 MiB in 51 packages 16:52:01 Removing intermediate container b7ae9009385f 16:52:01 ---> 0602951ceb0c 16:52:01 Step 6/21 : COPY go.mod . 16:52:01 OK: 233 MiB in 51 packages 16:52:01 OK: 233 MiB in 51 packages 16:52:02 ---> a539c1fbea4f 16:52:02 Step 7/21 : RUN go mod download 16:52:02 ---> Running in 88ebf9045c06 16:52:02 Removing intermediate container 8a4e40640e91 16:52:02 ---> dd58995aa32b 16:52:02 Step 6/23 : COPY go.mod . 16:52:02 Removing intermediate container 9e905d8e28ab 16:52:02 ---> 0ce750a900c7 16:52:02 Step 6/22 : COPY go.mod . 16:52:03 Removing intermediate container 221eb8420c86 16:52:03 ---> 82682b5e8b7a 16:52:03 Step 6/31 : COPY go.mod . 16:52:03 Removing intermediate container 2a18a246ace4 16:52:03 ---> 8e68ff508440 16:52:03 Step 6/22 : COPY go.mod . 16:52:03 ---> bb25b533447d 16:52:03 Step 7/23 : RUN go mod download 16:52:03 ---> f3a487eae4d4 16:52:03 Step 7/22 : RUN go mod download 16:52:03 ---> Running in b3dd58478c74 16:52:03 ---> Running in 496b448859e8 16:52:03 ---> cc41d5fd7ea3 16:52:03 Step 7/31 : RUN go mod download 16:52:03 ---> 02bf6fe50d15 16:52:03 Step 7/22 : RUN go mod download 16:52:03 ---> Running in 0d2c02f07366 16:52:03 ---> Running in 2540fc76b146 16:52:04 Removing intermediate container 88ebf9045c06 16:52:04 ---> 6ad7cbc4e03d 16:52:04 Step 8/21 : COPY . . 16:52:09 Removing intermediate container b3dd58478c74 16:52:09 ---> aad2219c07e2 16:52:09 Step 8/22 : COPY . . 16:52:09 Removing intermediate container 496b448859e8 16:52:09 ---> e4ff0ef7cf51 16:52:09 Step 8/23 : COPY . . 16:52:14 Removing intermediate container 2540fc76b146 16:52:14 ---> 1395fc0cb1d8 16:52:14 Step 8/22 : COPY . . 16:52:15 Removing intermediate container 0d2c02f07366 16:52:15 ---> ae1e47412642 16:52:15 Step 8/31 : COPY . . 16:52:21 Removing intermediate container 2b29c160989b 16:52:21 ---> e4991715076d 16:52:21 Successfully built e4991715076d 16:52:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:52:21 + docker inspect -f . ci-base-image-arm64 16:52:21 . [Pipeline] withDockerContainer 16:52:22 prd-ubuntu18.04-docker-arm64-4c-16g-33452 does not seem to be running inside a container 16:52:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** ci-base-image-arm64 cat 16:52:23 $ docker top d66fca0c922095f3de6eba8ed014d50f44501b8a9e16285e0eefbfe52ade2486 -eo pid,comm [Pipeline] { [Pipeline] sh 16:52:24 + go version 16:52:24 go version go1.15.5 linux/arm64 [Pipeline] } 16:52:24 $ docker stop --time=1 d66fca0c922095f3de6eba8ed014d50f44501b8a9e16285e0eefbfe52ade2486 16:52:26 $ docker rm -f d66fca0c922095f3de6eba8ed014d50f44501b8a9e16285e0eefbfe52ade2486 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:52:27 + docker inspect -f . ci-base-image-arm64 16:52:27 . [Pipeline] withDockerContainer 16:52:27 prd-ubuntu18.04-docker-arm64-4c-16g-33452 does not seem to be running inside a container 16:52:28 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** ci-base-image-arm64 cat 16:52:29 $ docker top 248084efcd01a86280c88fb549c1e3fe3f29d019bd0a17e56e2df4993a021f28 -eo pid,comm [Pipeline] { [Pipeline] echo 16:52:29 ========================================================= 16:52:29 [edgeXBuildGoParallel] Running Tests and Build... 16:52:29 ========================================================= [Pipeline] sh 16:52:30 + make test 16:52:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:52:47 ---> 02f6cbed342f 16:52:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:52:47 ---> Running in a2e2a271ce6e 16:52:52 ? github.com/edgexfoundry/edgex-go [no test files] 16:52:54 ---> 4521cfc4088e 16:52:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:52:54 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 16:52:54 ---> Running in 7a761e10903b 16:52:54 ---> 01b603571fc3 16:52:54 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:52:54 ---> 6f8915ff9255 16:52:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:52:54 ---> 0284d32810b8 16:52:54 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:52:54 ---> Running in cc76a44239b9 16:52:54 ---> Running in 4eaa05236be8 16:52:54 ---> Running in 519d5cdfcd1c 16:52:55 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 16:52: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 16:52:56 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 16:52:56 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 16:53:23 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 16:53:33 Removing intermediate container 519d5cdfcd1c 16:53:33 ---> 32ae50178efa 16:53:33 16:53:33 Step 10/31 : FROM alpine:3.12 16:53:33 Removing intermediate container a2e2a271ce6e 16:53:33 ---> ca4246b2c769 16:53:33 16:53:33 Step 10/21 : FROM alpine:3.12 16:53:33 3.12: Pulling from library/alpine 16:53:33 3.12: Pulling from library/alpine 16:53:33 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 16:53:33 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 16:53:33 Status: Downloaded newer image for alpine:3.12 16:53:33 ---> 7230e588e954 16:53:33 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:53:33 Status: Downloaded newer image for alpine:3.12 16:53:33 ---> 7230e588e954 16:53:33 Step 11/21 : RUN apk add --update --no-cache curl 16:53:37 ---> Running in ec9d934e1e83 16:53:37 ---> Running in 63f8e164843e 16:53:37 Removing intermediate container 7a761e10903b 16:53:37 ---> 3d2d525b8f5f 16:53:37 16:53:37 Step 10/22 : FROM alpine:3.12 16:53:37 ---> 7230e588e954 16:53:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:53:38 Removing intermediate container cc76a44239b9 16:53:38 ---> d48e760e25cd 16:53:38 16:53:38 Step 10/22 : FROM alpine:3.12 16:53:38 ---> 7230e588e954 16:53:38 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:53:39 Removing intermediate container 4eaa05236be8 16:53:39 ---> 12a9d7b38933 16:53:39 16:53:39 Step 10/23 : FROM alpine:3.12 16:53:39 ---> 7230e588e954 16:53:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:53:39 ---> Running in 258c5618ff9b 16:53:39 ---> Running in df9dabdaab22 16:53:39 ---> Running in 2d57189fb487 16:53:39 Removing intermediate container ec9d934e1e83 16:53:39 ---> beea17977dad 16:53:39 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:53:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:39 ---> Running in 2c96f24a470b 16:53:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:53:39 (1/4) Installing ca-certificates (20191127-r4) 16:53:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:53:39 (3/4) Installing libcurl (7.69.1-r3) 16:53:39 (4/4) Installing curl (7.69.1-r3) 16:53:39 Executing busybox-1.31.1-r20.trigger 16:53:39 Executing ca-certificates-20191127-r4.trigger 16:53:39 OK: 7 MiB in 18 packages 16:53:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:40 (1/1) Installing dumb-init (1.2.2-r1) 16:53:40 Executing busybox-1.31.1-r20.trigger 16:53:40 OK: 6 MiB in 15 packages 16:53:40 (1/2) Installing ca-certificates (20191127-r4) 16:53:40 (2/2) Installing dumb-init (1.2.2-r1) 16:53:40 Executing busybox-1.31.1-r20.trigger 16:53:40 Executing ca-certificates-20191127-r4.trigger 16:53:40 OK: 6 MiB in 16 packages 16:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:40 (1/1) Installing dumb-init (1.2.2-r1) 16:53:40 Executing busybox-1.31.1-r20.trigger 16:53:40 OK: 6 MiB in 15 packages 16:53:40 (1/2) Installing dumb-init (1.2.2-r1) 16:53:40 (2/2) Installing su-exec (0.2-r1) 16:53:40 Executing busybox-1.31.1-r20.trigger 16:53:40 OK: 6 MiB in 16 packages 16:53:41 Removing intermediate container 63f8e164843e 16:53:41 ---> c7b708112a38 16:53:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:53:41 ---> Running in 40da5a90f90a 16:53:42 Removing intermediate container df9dabdaab22 16:53:42 ---> 8ec89888bf4a 16:53:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:53:43 ---> Running in 245ef9d84221 16:53:43 Removing intermediate container 258c5618ff9b 16:53:43 ---> e498324406e8 16:53:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:53:43 Removing intermediate container 40da5a90f90a 16:53:43 ---> eef0a912df77 16:53:43 Step 13/21 : WORKDIR /edgex 16:53:43 Removing intermediate container 2d57189fb487 16:53:43 ---> f774e3a02a12 16:53:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:53:43 ---> Running in 2f9ca0c99d3f 16:53:43 ---> Running in d0ff051c876a 16:53:43 Removing intermediate container 2c96f24a470b 16:53:43 ---> c4ba8c98d04d 16:53:43 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:53:43 Removing intermediate container 245ef9d84221 16:53:43 ---> 7f07ee61d80a 16:53:43 Step 13/22 : ENV APP_PORT=48085 16:53:43 ---> Running in d5ce4b5eb0b0 16:53:43 ---> Running in 90fb52297043 16:53:43 ---> Running in 4706113027cc 16:53:43 Removing intermediate container 2f9ca0c99d3f 16:53:43 ---> 431b2bcfed63 16:53:43 Step 13/22 : ENV APP_PORT=48060 16:53:43 Removing intermediate container d0ff051c876a 16:53:43 ---> ee97b3081d12 16:53:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:53:44 Removing intermediate container d5ce4b5eb0b0 16:53:44 ---> d0c3464377ba 16:53:44 Step 13/23 : ENV APP_PORT=48081 16:53:44 ---> Running in 0c1504e7d748 16:53:44 ---> Running in 4f3900c85f68 16:53:44 Removing intermediate container 90fb52297043 16:53:44 ---> 74a2241af893 16:53:44 Step 14/22 : EXPOSE $APP_PORT 16:53:44 Removing intermediate container 4706113027cc 16:53:44 ---> a6be784d5560 16:53:44 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:53:44 ---> Running in f1871dfc64e1 16:53:44 ---> 6b72d44abe75 16:53:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:53:44 Removing intermediate container 0c1504e7d748 16:53:44 ---> 030d6e8817ad 16:53:44 Step 14/22 : EXPOSE $APP_PORT 16:53:44 ---> Running in 9edf2d10ba5c 16:53:44 Removing intermediate container 4f3900c85f68 16:53:44 ---> baca4e8cf34b 16:53:44 Step 14/23 : EXPOSE $APP_PORT 16:53:45 ---> Running in 953dd9cb6a47 16:53:45 ---> Running in 68cbb2cc09fa 16:53:45 Removing intermediate container f1871dfc64e1 16:53:45 ---> 6a20a1ef76d5 16:53:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:53:45 Removing intermediate container 9edf2d10ba5c 16:53:45 ---> 6f72761a2aab 16:53:45 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:53:45 ---> 97c76a348585 16:53:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:53:45 ---> Running in b8ccba226c1e 16:53:45 Removing intermediate container 68cbb2cc09fa 16:53:45 ---> a2553605c672 16:53:45 Step 15/23 : WORKDIR / 16:53:45 Removing intermediate container 953dd9cb6a47 16:53:45 ---> d0e2bfbe3b98 16:53:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:53:45 ---> Running in 6eec8c2caa3d 16:53:45 ---> 2c40ea91c6fc 16:53:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:53:46 ---> ec669f5d5b98 16:53:46 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:53:46 ---> dff0e02a2729 16:53:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:53:46 ---> Running in 09a82bf021de 16:53:46 Removing intermediate container 6eec8c2caa3d 16:53:46 ---> 52b5a786b555 16:53:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:53:46 ---> 554d125f53aa 16:53:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:53:46 Removing intermediate container 09a82bf021de 16:53:46 ---> 6066b4df9c8b 16:53:46 Step 18/21 : CMD ["--init=true"] 16:53:46 ---> 7d76c875e71b 16:53:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:53:47 ---> 2237f452814f 16:53:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:53:47 ---> Running in 00498fd58148 16:53:47 ---> 6229ad64dc9e 16:53:47 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:53:47 ---> dce10ea5ef99 16:53:47 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:53:47 ---> 379daa10d071 16:53:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:53:47 ---> Running in 382da1c9ab81 16:53:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:53:47 ---> Running in e7eeb574b9aa 16:53:47 Removing intermediate container 00498fd58148 16:53:47 ---> b56e1aab7ce8 16:53:47 Step 19/21 : LABEL arch=x86_64 16:53:47 Removing intermediate container b8ccba226c1e 16:53:47 ---> 0f9b3d25c548 16:53:47 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:53:47 ---> Running in 888e987dca78 16:53:48 ---> Running in c54b32b212ff 16:53:48 Removing intermediate container 382da1c9ab81 16:53:48 ---> 19e3188de490 16:53:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:53:48 ---> 84db1269ff11 16:53:48 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:53:48 Removing intermediate container e7eeb574b9aa 16:53:48 ---> 4abbaec0a6fe 16:53:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:53:48 Removing intermediate container 888e987dca78 16:53:48 ---> 427159d38038 16:53:48 Step 20/21 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 16:53:48 ---> Running in 83839fbba3ef 16:53:48 ---> Running in 0be51243b0fb 16:53:48 ---> Running in 6564946be93f 16:53:48 Removing intermediate container c54b32b212ff 16:53:48 ---> e5bfd616f62c 16:53:48 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:53:48 ---> Running in 2c2f8193e691 16:53:48 Removing intermediate container 83839fbba3ef 16:53:48 ---> 935e3899d87e 16:53:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:53:48 Removing intermediate container 0be51243b0fb 16:53:48 ---> ba4697d93b40 16:53:48 Step 20/22 : LABEL arch=x86_64 16:53:48 Removing intermediate container 6564946be93f 16:53:48 ---> f888586e3e09 16:53:48 Step 20/22 : LABEL arch=x86_64 16:53:48 ---> Running in 40b215672864 16:53:48 ---> Running in 061f9a95dcf9 16:53:48 Removing intermediate container 2c2f8193e691 16:53:48 ---> d5364e0c9463 16:53:48 Step 21/21 : LABEL version=0.0.0 16:53:49 ---> 4194aacda398 16:53:49 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:53:49 ---> Running in ab1ccc8b0750 16:53:49 ---> Running in 95d442f98b34 16:53:49 ---> Running in e2e1a6733559 16:53:49 Removing intermediate container 40b215672864 16:53:49 ---> a36e7e275706 16:53:49 Step 21/23 : LABEL arch=x86_64 16:53:49 Removing intermediate container 061f9a95dcf9 16:53:49 ---> 18b468c158bc 16:53:49 Step 21/22 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 16:53:49 Removing intermediate container ab1ccc8b0750 16:53:49 ---> 58c9e7d1bb72 16:53:49 Step 21/22 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 16:53:49 ---> Running in 6126863a00b6 16:53:49 Removing intermediate container 95d442f98b34 16:53:49 ---> 972787e7de60 16:53:49 16:53:49 ---> Running in 7e1718749c82 16:53:49 ---> Running in 25e929a29f86 16:53:50 Removing intermediate container 6126863a00b6 16:53:50 ---> a39e4c365f17 16:53:50 Step 22/22 : LABEL version=0.0.0 16:53:50 Removing intermediate container 7e1718749c82 16:53:50 ---> 59c8373624ec 16:53:50 Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 16:53:50 Successfully built 972787e7de60 16:53:50 ---> Running in a73e7dedea03 16:53:50 Successfully tagged docker-security-proxy-setup-go:latest 16:53:50 Building docker-sys-mgmt-agent-go 16:53:50  Building docker-security-proxy-setup-go ... done  ---> Running in 1cabe0bfaceb 16:53:50 Removing intermediate container 25e929a29f86 16:53:50 ---> 95fd9f6d7d92 16:53:50 Step 22/22 : LABEL version=0.0.0 16:53:50 ---> Running in 3a77f2c06b94 16:53:50 Removing intermediate container a73e7dedea03 16:53:50 ---> 56e0e73f5b68 16:53:50 16:53:50 Removing intermediate container 1cabe0bfaceb 16:53:50 ---> c51901828bdb 16:53:50 Step 23/23 : LABEL version=0.0.0 16:53:50 Successfully built 56e0e73f5b68 16:53:50 Successfully tagged docker-support-scheduler-go:latest 16:53:51 Building docker-core-command-go 16:53:51  Building docker-support-scheduler-go ... done Removing intermediate container 3a77f2c06b94 16:53:51 ---> cdfa449118c2 16:53:51 ---> Running in 53140cc1dc33 16:53:51 16:53:51 Successfully built cdfa449118c2 16:53:51 Successfully tagged docker-support-notifications-go:latest 16:53:51 Building docker-core-data-go 16:53:51  Building docker-support-notifications-go ... done Removing intermediate container 53140cc1dc33 16:53:51 ---> b79a21241a2c 16:53:51 16:53:51 Removing intermediate container e2e1a6733559 16:53:51 ---> 3bd9c8209627 16:53:51 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:53:51 Successfully built b79a21241a2c 16:53:51 Successfully tagged docker-core-metadata-go:latest 16:53:51  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 16:53:51 ---> e491c3b84441 16:53:51 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:53:55 ---> f441a9ab0f88 16:53:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:53:56 ---> 7f830595936b 16:53:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:53:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:53:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:53:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:53:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:53:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:53:58 ---> f9cb92c4ba98 16:53:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:53:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:54:01 ---> a94d72a37b04 16:54:01 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:54:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:54:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:54:02 ---> Running in c3ad30422f95 16:54:02 Removing intermediate container c3ad30422f95 16:54:02 ---> 9646b4ae6969 16:54:02 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:54:03 ---> 1db66019957c 16:54:03 Step 26/31 : RUN chmod +x /entrypoint.sh 16:54:03 ---> Running in c068ce11a8ea 16:54:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:54:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:54:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:54:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.331s coverage: 45.9% of statements 16:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:54:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.168s coverage: 19.8% of statements 16:54:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.200s coverage: 100.0% of statements 16:54:18 Removing intermediate container c068ce11a8ea 16:54:18 ---> 952b9ccee5ca 16:54:18 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:54:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:54:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:54:18 ---> a4b3a8c75177 16:54:18 Step 3/23 : WORKDIR /edgex-go 16:54:18 ---> Using cache 16:54:18 ---> 268990e8c378 16:54:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:18 ---> Using cache 16:54:18 ---> d62134de8c32 16:54:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:54:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:54:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:54:18 ---> a4b3a8c75177 16:54:18 Step 3/23 : WORKDIR /edgex-go 16:54:18 ---> Using cache 16:54:18 ---> 268990e8c378 16:54:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:18 ---> Using cache 16:54:18 ---> d62134de8c32 16:54:18 Step 5/23 : RUN apk add --update --no-cache make bash git 16:54:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:54:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:54:18 ---> a4b3a8c75177 16:54:18 Step 3/24 : WORKDIR /edgex-go 16:54:18 ---> Using cache 16:54:18 ---> 268990e8c378 16:54:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:18 ---> Using cache 16:54:18 ---> d62134de8c32 16:54:18 Step 5/24 : RUN apk add --update --no-cache make git 16:54:18 ---> Using cache 16:54:18 ---> 82682b5e8b7a 16:54:18 Step 6/24 : COPY go.mod . 16:54:18 ---> Using cache 16:54:18 ---> cc41d5fd7ea3 16:54:18 Step 7/24 : RUN go mod download 16:54:18 ---> Using cache 16:54:18 ---> ae1e47412642 16:54:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 8/24 : COPY . . 16:54:18 16:54:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:54:18 ---> a4b3a8c75177 16:54:18 Step 3/23 : WORKDIR /edgex-go 16:54:18 ---> Using cache 16:54:18 ---> 268990e8c378 16:54:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:18 ---> Using cache 16:54:18 ---> d62134de8c32 16:54:18 Step 5/23 : RUN apk add --update --no-cache make git 16:54:18 ---> Using cache 16:54:18 ---> 82682b5e8b7a 16:54:18 Step 6/23 : COPY go.mod . 16:54:18 ---> Using cache 16:54:18 ---> cc41d5fd7ea3 16:54:18 Step 7/23 : RUN go mod download 16:54:18 ---> Using cache 16:54:18 ---> ae1e47412642 16:54:18 Step 8/23 : COPY . . 16:54:18 ---> Using cache 16:54:18 ---> 0284d32810b8 16:54:18 Step 9/23 : RUN make cmd/core-command/core-command 16:54:18 ---> Using cache 16:54:18 ---> 0284d32810b8 16:54:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:54:19 ---> Running in aed9f2db0c35 16:54:20 ---> Running in 150a49803f0b 16:54:20 ---> Running in 081e84d6f909 16:54:20 ---> Running in 64bf34f26b94 16:54:20 ---> Running in 61e448f67f66 16:54:20 Removing intermediate container aed9f2db0c35 16:54:20 ---> e389e003726d 16:54:20 Step 28/31 : CMD ["gate"] 16:54:20 ---> Running in ec9c0e2d016d 16:54:20 Removing intermediate container ec9c0e2d016d 16:54:20 ---> cdfacc32fabe 16:54:20 Step 29/31 : LABEL arch=x86_64 16:54:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:54:21 ---> Running in e29bbe9ec4bd 16:54:21 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 16:54:21 Removing intermediate container e29bbe9ec4bd 16:54:21 ---> 5d57bc490c35 16:54:21 Step 30/31 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 16:54:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:54:21 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 16:54:21 ---> Running in ba0f4d92f8f6 16:54:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:54:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:54:22 OK: 233 MiB in 51 packages 16:54:22 Removing intermediate container ba0f4d92f8f6 16:54:22 ---> 6eb8db43ec85 16:54:22 Step 31/31 : LABEL version=0.0.0 16:54:22 OK: 233 MiB in 51 packages 16:54:23 ---> Running in 32924700f755 16:54:23 Removing intermediate container 32924700f755 16:54:23 ---> 74cfb3aca9df 16:54:23 16:54:23 Removing intermediate container 150a49803f0b 16:54:23 ---> 7b545faa900f 16:54:23 Step 6/23 : COPY go.mod . 16:54:24 Removing intermediate container 61e448f67f66 16:54:24 ---> a505e053f893 16:54:24 Step 6/23 : COPY go.mod . 16:54:24 Successfully built 74cfb3aca9df 16:54:24 Successfully tagged docker-security-bootstrapper-go:latest 16:54:24  Building docker-security-bootstrapper-go ... done  ---> e73078b370de 16:54:24 Step 7/23 : RUN go mod download 16:54:24 ---> Running in 6fca4db9a659 16:54:24 ---> 180c42ac928e 16:54:24 Step 7/23 : RUN go mod download 16:54:24 ---> Running in cbc264b045af 16:54:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.1% of statements 16:54:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:54:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:54:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:54:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:54:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:54:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:54:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.134s coverage: 100.0% of statements 16:54:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:54:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.176s coverage: 100.0% of statements 16:54:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:54:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:54:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.237s coverage: 71.3% of statements 16:54:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:54:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:54:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.510s coverage: 82.9% of statements 16:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:54:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.138s coverage: 78.9% of statements 16:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:54:27 Removing intermediate container cbc264b045af 16:54:27 ---> f0ddbdf25162 16:54:27 Step 8/23 : COPY . . 16:54:27 Removing intermediate container 6fca4db9a659 16:54:27 ---> cfea353c077a 16:54:27 Step 8/23 : COPY . . 16:54:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.142s coverage: 28.6% of statements 16:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:54:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.256s coverage: 100.0% of statements 16:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:54:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.138s coverage: 100.0% of statements 16:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:54:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.429s coverage: 86.7% of statements 16:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:54:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.499s coverage: 97.5% of statements 16:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:54:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.215s coverage: 78.3% of statements 16:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:54:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.237s coverage: 92.8% of statements 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:54:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.133s coverage: 58.8% of statements 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:54:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.181s coverage: 1.0% of statements 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:54:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:54:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.165s coverage: 47.1% of statements 16:54:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.211s coverage: 79.5% of statements 16:54:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.110s coverage: 94.1% of statements 16:54:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.231s coverage: 96.3% of statements 16:54:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.141s coverage: 87.5% of statements 16:54:46 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 16:54:56 ---> eb22ad4ed1f3 16:54:56 Step 9/23 : RUN make cmd/core-data/core-data 16:54:56 Removing intermediate container 64bf34f26b94 16:54:56 ---> b64c52ed057d 16:54:56 16:54:56 Step 10/23 : FROM alpine:3.12 16:54:56 ---> 7230e588e954 16:54:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:54:56 ---> Using cache 16:54:56 ---> f774e3a02a12 16:54:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:54:56 ---> Using cache 16:54:56 ---> d0c3464377ba 16:54:56 Step 13/23 : ENV APP_PORT=48082 16:54:56 Removing intermediate container 081e84d6f909 16:54:56 ---> cce69d65c17d 16:54:56 16:54:56 Step 10/24 : FROM alpine:3.12 16:54:56 ---> 7230e588e954 16:54:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:54:56 ---> Running in 50ec945a12c6 16:54:56 ---> 4e70ceeeb168 16:54:56 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:54:56 ---> Running in 688f0f2d2378 16:54:56 ---> Running in b940f3bfebc8 16:54:56 ---> Running in 374a7c0fcc97 16:54:56 Removing intermediate container 688f0f2d2378 16:54:56 ---> 7983429145b9 16:54:56 Step 14/23 : EXPOSE $APP_PORT 16:54:56 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 16:54:56 ---> Running in 74f8c23ad3c9 16:54:57 Removing intermediate container 74f8c23ad3c9 16:54:57 ---> d49cec463d45 16:54:57 Step 15/23 : WORKDIR / 16:54: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 16:54:57 ---> Running in 06106170e3e5 16:54:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:54:57 Removing intermediate container 06106170e3e5 16:54:57 ---> 3792fdd8d491 16:54:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:54:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:54:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.135s coverage: 94.4% of statements 16:54:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.117s coverage: 44.8% of statements 16:54:57 (1/6) Installing ca-certificates (20191127-r4) 16:54:57 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:54:57 (3/6) Installing libcurl (7.69.1-r3) 16:54:57 (4/6) Installing curl (7.69.1-r3) 16:54:57 (5/6) Installing dumb-init (1.2.2-r1) 16:54:57 (6/6) Installing su-exec (0.2-r1) 16:54:57 Executing busybox-1.31.1-r20.trigger 16:54:57 Executing ca-certificates-20191127-r4.trigger 16:54:57 OK: 7 MiB in 20 packages 16:54:57 ---> b9e66de9066d 16:54:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:54:59 ---> b37d7b3468f7 16:54:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:54:59 Removing intermediate container 374a7c0fcc97 16:54:59 ---> 074ea054a0d2 16:54:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:54:59 ---> a39a8d973841 16:54:59 Step 19/23 : ENTRYPOINT ["/core-command"] 16:54:59 ---> Running in fed33fb53201 16:55:00 ---> Running in f9ec536913b3 16:55:00 Removing intermediate container fed33fb53201 16:55:00 ---> 5225a2971bd5 16:55:00 Step 13/24 : WORKDIR / 16:55:00 Removing intermediate container f9ec536913b3 16:55:00 ---> b6ef2cab3947 16:55:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:55:00 ---> Running in 33937325f908 16:55:00 ---> Running in fea71441ef60 16:55:01 Removing intermediate container fea71441ef60 16:55:01 ---> e28fe27d45e2 16:55:01 Step 21/23 : LABEL arch=x86_64 16:55:01 Removing intermediate container 33937325f908 16:55:01 ---> 7d68cdb293fd 16:55:01 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:55:01 ---> Running in 181d4748fed8 16:55:01 Removing intermediate container 181d4748fed8 16:55:01 ---> b5e093ebe95f 16:55:01 Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 16:55:01 ---> 30add1c2e3fe 16:55:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:55:01 ---> Running in a1c314390f73 16:55:02 Removing intermediate container a1c314390f73 16:55:02 ---> db3b1fa6ec6a 16:55:02 Step 23/23 : LABEL version=0.0.0 16:55:02 ---> 26d6a517ed4b 16:55:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:55:02 ---> Running in 49e59d3f4527 16:55:03 Removing intermediate container 49e59d3f4527 16:55:03 ---> 55a9b247c871 16:55:03 16:55:03 ---> 5954bb28ca53 16:55:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.577s coverage: 81.5% of statements 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.123s coverage: 87.1% of statements 16:55:03 Successfully built 55a9b247c871 16:55:03 Successfully tagged docker-core-command-go:latest 16:55:04  Building docker-core-command-go ... done  ---> 3a52281e422a 16:55:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:55:06 ---> 419590539928 16:55:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:55:07 ---> 911a53672cc3 16:55:07 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/ 16:55:07 ---> Running in 1db2fef4707f 16:55:08 Removing intermediate container 1db2fef4707f 16:55:08 ---> 70d4edca14e6 16:55:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:55:08 ---> Running in c966bcceb35c 16:55:09 Removing intermediate container c966bcceb35c 16:55:09 ---> 43071e033bfe 16:55:09 Step 22/24 : LABEL arch=x86_64 16:55:10 ---> Running in 9191f92e514a 16:55:11 Removing intermediate container 9191f92e514a 16:55:11 ---> ca4207d4c08d 16:55:11 Step 23/24 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 16:55:11 ---> Running in db08e4ec7fdd 16:55:11 Removing intermediate container db08e4ec7fdd 16:55:11 ---> 90be7a78bf86 16:55:11 Step 24/24 : LABEL version=0.0.0 16:55:12 ---> Running in 7d04e1a31129 16:55:12 Removing intermediate container 7d04e1a31129 16:55:12 ---> be7e73c5de05 16:55:12 16:55:12 Successfully built be7e73c5de05 16:55:12 Successfully tagged docker-security-secretstore-setup-go:latest 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.209s coverage: 92.9% of statements 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.096s coverage: 100.0% of statements 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.142s coverage: 75.5% of statements 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.167s coverage: 80.8% of statements 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.191s coverage: 87.2% of statements 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.189s coverage: 84.6% of statements 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.224s coverage: 91.6% of statements 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.630s coverage: 64.4% of statements 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.111s coverage: 100.0% of statements 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 16:55:17  Building docker-security-secretstore-setup-go ... done Removing intermediate container b940f3bfebc8 16:55:17 ---> 06dfdd98e585 16:55:17 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:55:17 ---> Running in 5c6d55d1444f 16:55:17 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 16:55:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.007s coverage: 69.0% of statements 16:55:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:55:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:55:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:55:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.529s coverage: 38.4% of statements 16:55:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:55:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:55:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.144s coverage: 89.5% of statements 16:55:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:55:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.067s coverage: 84.8% of statements 16:55:20 Removing intermediate container 50ec945a12c6 16:55:20 ---> afc03c485efc 16:55:20 16:55:20 Step 10/23 : FROM alpine:3.12 16:55:20 ---> 7230e588e954 16:55:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:55:20 ---> Running in 374d7e5b495b 16:55:20 Removing intermediate container 5c6d55d1444f 16:55:20 ---> 4f14871b7450 16:55:20 16:55:20 Step 11/23 : FROM docker:20.10.0 16:55:20 Removing intermediate container 374d7e5b495b 16:55:20 ---> 2d0186bdfe1d 16:55:20 Step 12/23 : ENV APP_PORT=48080 16:55:20 20.10.0: Pulling from library/docker 16:55:20 ---> Running in d347af347076 16:55:21 Removing intermediate container d347af347076 16:55:21 ---> 3800b1d6fbd7 16:55:21 Step 13/23 : EXPOSE $APP_PORT 16:55:21 ---> Running in 42c06e0ae236 16:55:21 Removing intermediate container 42c06e0ae236 16:55:21 ---> f3a3c38c7277 16:55:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:23 ---> Running in cef7bdce5895 16:55:24 Removing intermediate container cef7bdce5895 16:55:24 ---> ccc9d16e2237 16:55:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:55:24 ---> Running in 57f75835445e 16:55:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.401s coverage: 47.0% of statements 16:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:55:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.161s coverage: 100.0% of statements 16:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:55:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements 16:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:55:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.156s coverage: 11.0% of statements 16:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:55:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:55:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:55:26 (1/6) Installing dumb-init (1.2.2-r1) 16:55:26 (2/6) Installing libgcc (9.3.0-r2) 16:55:26 (3/6) Installing libsodium (1.0.18-r0) 16:55:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:55:26 Status: Downloaded newer image for docker:20.10.0 16:55:26 ---> aefe523efa57 16:55:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 16:55:26 (4/6) Installing libstdc++ (9.3.0-r2) 16:55:26 ---> Running in 12f93f2461dd 16:55:26 (5/6) Installing libzmq (4.3.3-r0) 16:55:27 (6/6) Installing zeromq (4.3.3-r0) 16:55:27 Executing busybox-1.31.1-r20.trigger 16:55:27 Removing intermediate container 12f93f2461dd 16:55:27 ---> 87fd1a4092fa 16:55:27 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 16:55:27 OK: 8 MiB in 20 packages 16:55:27 ---> Running in 19e70265eca9 16:55:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:55:27 Removing intermediate container 57f75835445e 16:55:27 ---> 3a6c3407284d 16:55:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:55:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:55:27 ---> 0d118ddaec32 16:55:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:55:27 (1/39) Installing readline (8.0.4-r0) 16:55:27 (2/39) Installing bash (5.0.17-r0) 16:55:27 Executing bash-5.0.17-r0.post-install 16:55:27 (3/39) Installing nghttp2-libs (1.41.0-r0) 16:55:27 (4/39) Installing libcurl (7.69.1-r3) 16:55:27 (5/39) Installing curl (7.69.1-r3) 16:55:27 (6/39) Installing dumb-init (1.2.2-r1) 16:55:27 (7/39) Installing libbz2 (1.0.8-r1) 16:55:27 (8/39) Installing expat (2.2.9-r1) 16:55:27 (9/39) Installing libffi (3.3-r2) 16:55:27 (10/39) Installing gdbm (1.13-r1) 16:55:28 (11/39) Installing xz-libs (5.2.5-r0) 16:55:28 (12/39) Installing sqlite-libs (3.32.1-r0) 16:55:28 (13/39) Installing python3 (3.8.8-r0) 16:55:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.459s coverage: 87.1% of statements 16:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:55:31 ---> 4331d4df9146 16:55:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:55:31 (14/39) Installing py3-appdirs (1.4.4-r1) 16:55:31 (15/39) Installing py3-ordered-set (4.0.1-r0) 16:55:31 (16/39) Installing py3-parsing (2.4.7-r0) 16:55:31 (17/39) Installing py3-six (1.15.0-r0) 16:55:31 (18/39) Installing py3-packaging (20.4-r0) 16:55:31 (19/39) Installing py3-setuptools (47.0.0-r0) 16:55:31 (20/39) Installing py3-chardet (3.0.4-r4) 16:55:31 (21/39) Installing py3-idna (2.9-r0) 16:55:31 (22/39) Installing py3-certifi (2020.4.5.1-r0) 16:55:31 (23/39) Installing py3-urllib3 (1.25.9-r0) 16:55:31 (24/39) Installing py3-requests (2.23.0-r0) 16:55:31 (25/39) Installing py3-msgpack (1.0.0-r0) 16:55:32 (26/39) Installing py3-lockfile (0.12.2-r3) 16:55:32 (27/39) Installing py3-cachecontrol (0.12.6-r0) 16:55:32 (28/39) Installing py3-colorama (0.4.3-r0) 16:55:32 ---> 83c6f1e7cb9b 16:55:32 Step 19/23 : ENTRYPOINT ["/core-data"] 16:55:32 (29/39) Installing py3-distlib (0.3.0-r0) 16:55:32 (30/39) Installing py3-distro (1.5.0-r1) 16:55:32 (31/39) Installing py3-webencodings (0.5.1-r3) 16:55:32 (32/39) Installing py3-html5lib (1.0.1-r4) 16:55:32 ---> Running in d1837b3482ad 16:55:32 (33/39) Installing py3-pytoml (0.1.21-r0) 16:55:32 (34/39) Installing py3-pep517 (0.8.2-r0) 16:55:32 (35/39) Installing py3-progress (1.5-r0) 16:55:32 (36/39) Installing py3-toml (0.10.1-r0) 16:55:32 (37/39) Installing py3-retrying (1.3.3-r0) 16:55:32 (38/39) Installing py3-contextlib2 (0.6.0-r0) 16:55:32 (39/39) Installing py3-pip (20.1.1-r0) 16:55:32 Executing busybox-1.31.1-r19.trigger 16:55:33 OK: 72 MiB in 59 packages 16:55:33 Removing intermediate container d1837b3482ad 16:55:33 ---> 28e930efdf30 16:55:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:55:33 ---> Running in d1bbbe3b118d 16:55:34 Removing intermediate container d1bbbe3b118d 16:55:34 ---> 7805014a5929 16:55:34 Step 21/23 : LABEL arch=x86_64 16:55:34 ---> Running in 889efba5411b 16:55:34 Collecting docker-compose==1.23.2 16:55:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:55:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.295s coverage: 29.1% of statements 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:55:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:55:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.177s coverage: 100.0% of statements 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:55:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.305s coverage: 95.6% of statements 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:55:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:55:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.071s coverage: 100.0% of statements 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:55:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.120s coverage: 87.9% of statements 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:55:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:55:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 16:55:35 Removing intermediate container 889efba5411b 16:55:35 ---> e93414b13922 16:55:35 Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 16:55:35 Collecting texttable<0.10,>=0.9.0 16:55:35 Downloading texttable-0.9.1.tar.gz (11 kB) 16:55:35 ---> Running in 5a6a9204b3cb 16:55:35 Removing intermediate container 5a6a9204b3cb 16:55:35 ---> fa7b796ac802 16:55:35 Step 23/23 : LABEL version=0.0.0 16:55:35 ---> Running in 959c2401eb40 16:55:35 Collecting docopt<0.7,>=0.6.1 16:55:35 Removing intermediate container 959c2401eb40 16:55:35 ---> 4161e7fc1964 16:55:35 16:55:35 Downloading docopt-0.6.2.tar.gz (25 kB) 16:55:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 32.1% of statements 16:55:35 Successfully built 4161e7fc1964 16:55:35 Successfully tagged docker-core-data-go:latest 16:55:36  Building docker-core-data-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:55:36 Collecting dockerpty<0.5,>=0.4.1 16:55:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:55:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 16:55:36 Collecting jsonschema<3,>=2.5.1 16:55:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:55:36 Collecting PyYAML<4,>=3.10 16:55:36 Downloading PyYAML-3.13.tar.gz (270 kB) 16:55:37 GO111MODULE=on go vet ./... 16:55:37 Collecting cached-property<2,>=1.2.0 16:55:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:55:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:55:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:55:38 Collecting websocket-client<1.0,>=0.32.0 16:55:38 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:55:38 Collecting docker<4.0,>=3.6.0 16:55:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:55:38 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) 16:55:38 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) 16:55:38 Collecting idna<2.8,>=2.5 16:55:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:55:38 Collecting urllib3<1.25,>=1.21.1 16:55:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:55:38 Collecting docker-pycreds>=0.4.0 16:55:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:55:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:55:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:55:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:55:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:55:38 Installing collected packages: texttable, docopt, dockerpty, jsonschema, PyYAML, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docker-compose 16:55:38 Running setup.py install for texttable: started 16:55:39 Running setup.py install for texttable: finished with status 'done' 16:55:39 Running setup.py install for docopt: started 16:55:39 Running setup.py install for docopt: finished with status 'done' 16:55:39 Running setup.py install for dockerpty: started 16:55:40 Running setup.py install for dockerpty: finished with status 'done' 16:55:40 Running setup.py install for PyYAML: started 16:55:40 Running setup.py install for PyYAML: finished with status 'done' 16:55:40 Attempting uninstall: idna 16:55:40 Found existing installation: idna 2.9 16:55:40 Uninstalling idna-2.9: 16:55:40 Successfully uninstalled idna-2.9 16:55:41 Attempting uninstall: urllib3 16:55:41 Found existing installation: urllib3 1.25.9 16:55:41 Uninstalling urllib3-1.25.9: 16:55:41 Successfully uninstalled urllib3-1.25.9 16:55:41 Attempting uninstall: requests 16:55:41 Found existing installation: requests 2.23.0 16:55:41 Uninstalling requests-2.23.0: 16:55:41 Successfully uninstalled requests-2.23.0 16:55:42 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 16:55:50 Removing intermediate container 19e70265eca9 16:55:50 ---> 7f334cadcc17 16:55:50 Step 14/23 : ENV APP_PORT=48090 16:55:50 ---> Running in 69c9bb4811dd 16:55:50 Removing intermediate container 69c9bb4811dd 16:55:50 ---> e165c2f901b5 16:55:50 Step 15/23 : EXPOSE $APP_PORT 16:55:50 ---> Running in 1747a9c6e49f 16:55:50 Removing intermediate container 1747a9c6e49f 16:55:50 ---> 5663313fa074 16:55:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:55:50 ---> f8667956862f 16:55:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:55:50 ---> e3f221e543bf 16:55:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:55:50 ---> 8ca6655cd520 16:55:50 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 16:55:51 ---> Running in 485cb8b9e3cd 16:55:51 Removing intermediate container 485cb8b9e3cd 16:55:51 ---> 22336bb6a32f 16:55:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:55:51 ---> Running in 95cbc3da2d05 16:55:51 Removing intermediate container 95cbc3da2d05 16:55:51 ---> 6a602c4f86ae 16:55:51 Step 21/23 : LABEL arch=x86_64 16:55:51 ---> Running in 5b1f0626b077 16:55:51 Removing intermediate container 5b1f0626b077 16:55:51 ---> ab10a901ca92 16:55:51 Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 16:55:51 ---> Running in 72828d7f4ffb 16:55:52 Removing intermediate container 72828d7f4ffb 16:55:52 ---> 69cc88afd109 16:55:52 Step 23/23 : LABEL version=0.0.0 16:55:52 ---> Running in ee011ab917d1 16:55:52 Removing intermediate container ee011ab917d1 16:55:52 ---> 44be3ee31b85 16:55:52 16:55:53 Successfully built 44be3ee31b85 16:55:53 Successfully tagged docker-sys-mgmt-agent-go:latest 16:55:53  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:55:53 $ docker stop --time=1 43a3c721b82fe025661c61205c7b0049e57dd5cf9fd1dabed8ff703342fd69ba 16:55:55 $ docker rm -f 43a3c721b82fe025661c61205c7b0049e57dd5cf9fd1dabed8ff703342fd69ba [Pipeline] // withDockerContainer [Pipeline] sh 16:55:55 + docker images 16:55:55 + grep docker 16:55:55 docker-sys-mgmt-agent-go latest 44be3ee31b85 4 seconds ago 312MB 16:55:55 docker-core-data-go latest 4161e7fc1964 20 seconds ago 22.7MB 16:55:55 docker-security-secretstore-setup-go latest be7e73c5de05 43 seconds ago 25.8MB 16:55:55 docker-core-command-go latest 55a9b247c871 53 seconds ago 17.3MB 16:55:55 docker-security-bootstrapper-go latest 74cfb3aca9df About a minute ago 19MB 16:55:55 docker-support-scheduler-go latest 56e0e73f5b68 2 minutes ago 17.4MB 16:55:55 docker-support-notifications-go latest cdfa449118c2 2 minutes ago 17.9MB 16:55:55 docker-core-metadata-go latest b79a21241a2c 2 minutes ago 19MB 16:55:55 docker-security-proxy-setup-go latest 972787e7de60 2 minutes ago 25.5MB 16:55:55 docker 20.10.0 aefe523efa57 3 months ago 240MB [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 [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:56:11 Still waiting to schedule task 16:56:11 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:56:59 gofmt -l . 16:56:59 [ "`gofmt -l .`" = "" ] 16:56:59 ./bin/test-go-mod-tidy.sh 16:56:59 ./bin/test-attribution-txt.sh [Pipeline] sh 16:57:00 + ls -al . 16:57:00 total 836 16:57:00 drwxrwxr-x 9 1001 1001 4096 Apr 9 16:56 . 16:57:00 drwxr-xr-x 4 root root 4096 Apr 9 16:52 .. 16:57:00 -rw-rw-r-- 1 1001 1001 11 Apr 9 16:50 .dockerignore 16:57:00 drwxrwxr-x 8 1001 1001 4096 Apr 9 16:51 .git 16:57:00 drwxrwxr-x 3 1001 1001 4096 Apr 9 16:50 .github 16:57:00 -rw-rw-r-- 1 1001 1001 818 Apr 9 16:50 .gitignore 16:57:00 -rw-rw-r-- 1 1001 1001 166 Apr 9 16:50 .sonarcloud.properties 16:57:00 -rw-rw-r-- 1 1001 1001 8607 Apr 9 16:50 Attribution.txt 16:57:00 -rw-rw-r-- 1 1001 1001 3804 Apr 9 16:50 CONTRIBUTING.md 16:57:00 -rw-rw-r-- 1 1001 1001 931 Apr 9 16:50 Dockerfile.build 16:57:00 -rw-rw-r-- 1 1001 1001 863 Apr 9 16:50 Jenkinsfile 16:57:00 -rw-rw-r-- 1 1001 1001 10775 Apr 9 16:50 LICENSE 16:57:00 -rw-rw-r-- 1 1001 1001 5774 Apr 9 16:50 Makefile 16:57:00 -rw-rw-r-- 1 1001 1001 6548 Apr 9 16:50 README.md 16:57:00 -rw-rw-r-- 1 1001 1001 6755 Apr 9 16:50 SECURITY.md 16:57:00 -rw-rw-r-- 1 1001 1001 5 Apr 9 16:47 VERSION 16:57:00 -rw-rw-r-- 1 1001 1001 4131 Apr 9 16:50 ZMQWindows.md 16:57:00 drwxrwxr-x 2 1001 1001 4096 Apr 9 16:50 bin 16:57:00 drwxrwxr-x 14 1001 1001 4096 Apr 9 16:50 cmd 16:57:00 -rw-r--r-- 1 root root 697383 Apr 9 16:55 coverage.out 16:57:00 -rw-r--r-- 1 root root 1056 Apr 9 16:56 go.mod 16:57:00 -rw-r--r-- 1 root root 21911 Apr 9 16:56 go.sum 16:57:00 drwxrwxr-x 8 1001 1001 4096 Apr 9 16:50 internal 16:57:00 drwxrwxr-x 4 1001 1001 4096 Apr 9 16:50 openapi 16:57:00 drwxrwxr-x 4 1001 1001 4096 Apr 9 16:50 snap 16:57:00 -rw-rw-r-- 1 1001 1001 168 Apr 9 16:50 version.go [Pipeline] sh 16:57:00 + '[' -e coverage.out ] 16:57:00 + chown 1001:1001 coverage.out [Pipeline] stash 16:57:00 Warning: overwriting stash ‘coverage-report’ 16:57:01 Running on prd-ubuntu18.04-docker-8c-8g-33453 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws 16:57:01 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 16:57:02 Stashed 1 file(s) [Pipeline] sh 16:57:02 + make build 16:57:02 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 16:57:03 using credential edgex-jenkins-ssh 16:57:03 Cloning the remote Git repository 16:57:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:57:03 > git init /w/workspace/edgex-go/7 # timeout=10 16:57:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:57:03 > git --version # timeout=10 16:57:03 > git --version # 'git version 2.17.1' 16:57:03 using GIT_SSH to set credentials SSH Credentials for GitHub 16:57:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:57:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:57:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:57:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:57:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:57:09 using GIT_SSH to set credentials SSH Credentials for GitHub 16:57:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:57:10 Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 16:57:10 Merge succeeded, producing 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 16:57:10 Checking out Revision 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 (PR-3331) 16:57:10 > git config core.sparsecheckout # timeout=10 16:57:10 > git checkout -f 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 # timeout=10 16:57:10 > git remote # timeout=10 16:57:10 > git config --get remote.origin.url # timeout=10 16:57:10 using GIT_SSH to set credentials SSH Credentials for GitHub 16:57:10 > git merge 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 16:57:10 > git rev-parse HEAD^{commit} # timeout=10 16:57:10 > git config core.sparsecheckout # timeout=10 16:57:10 > git checkout -f 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 # timeout=10 16:57:14 Commit message: "fix: address Lenny's PR comments" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:57:15 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 16:57:15 + echo snap-build.sh 16:57:15 snap-build.sh 16:57:15 + SNAP_BASE_DIR=. 16:57:15 + '[' '!' -z /w/workspace/edgex-go/7 ']' 16:57:15 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 16:57:15 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 16:57:15 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 16:57:15 + cd /w/workspace/edgex-go/7 16:57:15 + sudo apt-get remove -qy --purge lxd lxd-client 16:57:15 Reading package lists... 16:57:15 Building dependency tree... 16:57:15 Reading state information... 16:57:15 The following packages were automatically installed and are no longer required: 16:57:15 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:57:15 uidmap xdelta3 16:57:15 Use 'sudo apt autoremove' to remove them. 16:57:15 The following packages will be REMOVED: 16:57:15 lxd* lxd-client* 16:57:16 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:57:16 After this operation, 31.7 MB disk space will be freed. 16:57:17 (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.) 16:57:17 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:57:18 Removing lxd dnsmasq configuration 16:57:18 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:57:18 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:57:19 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:57:19 (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.) 16:57:19 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:57:21 Processing triggers for systemd (237-3ubuntu10.42) ... 16:57:21 Processing triggers for ureadahead (0.100.0-21) ... 16:57:22 + sudo snap remove --purge lxd 16:57:22 snap "lxd" is not installed 16:57:22 + sudo groupadd --force --system lxd 16:57:22 ++ whoami 16:57:22 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:57:22 + newgrp - lxd 16:57:22 + sudo snap install lxd 16:57:32 2021-04-09T16:57:29Z INFO Waiting for automatic snapd restart... 16:57:37 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 16:57:41 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 16:57:47 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 16:57:47 lxd 4.12 from Canonical* installed 16:57:47 + sudo lxd init --auto 16:57:48 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 16:57:54 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 16:57:55 + sudo snap install --classic snapcraft 16:57:59 snapcraft 4.6 from Canonical* installed 16:57:59 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 16:57:59 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 16:57:59 % Total % Received % Xferd Average Speed Time Time Time Current 16:57:59 Dload Upload Total Spent Left Speed 16:57:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3943 0 --:--:-- --:--:-- --:--:-- 3943 16:58:00 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 5792k 0 --:--:-- --:--:-- --:--:-- 11.6M 16:58:00 ./yq_linux_amd64 16:58:00 + sudo snapcraft prime --use-lxd 16:58:01 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 16:58:02 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:58:02 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: 16:58:02 - README.md 16:58:02 16:58:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:58:02 Launching a container. 16:58: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 16:58:10 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 16:58:14 Waiting for container to be ready 16:58:14 To start your first instance, try: lxc launch ubuntu:18.04 16:58:14 16:58:15 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 16:58:18 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:58:18 Waiting for network to be ready... 16:58:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:58:19 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 16:58:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 16:58:19 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:58:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 16:58:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:58:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:58:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 16:58:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 16:58:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 16:58:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 16:58:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:58:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:58:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:58:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:58:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:58:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:58:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:58:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:58:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:58:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 16:58:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 16:58:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:58:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:58:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 16:58:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 16:58:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] 16:58:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 16:58:23 Fetched 24.2 MB in 4s (6096 kB/s) 16:58:23 Reading package lists... 16:58:24 Reading package lists... 16:58:24 Building dependency tree... 16:58:24 Reading state information... 16:58:24 The following additional packages will be installed: 16:58:24 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:58:24 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:58:24 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:58:24 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:58:24 Suggested packages: 16:58:24 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:58:24 Recommended packages: 16:58:24 gnupg libsasl2-modules 16:58:24 The following NEW packages will be installed: 16:58:24 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:58:24 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:58:24 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:58:24 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:58:24 The following packages will be upgraded: 16:58:24 gpg gpg-agent gpgconf libudev1 16:58:24 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 16:58:24 Need to get 3530 kB of archives. 16:58:24 After this operation, 13.3 MB of additional disk space will be used. 16:58:24 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] 16:58:24 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] 16:58:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 16:58:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 16:58:24 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 16:58:25 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 16:58:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:58:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:58:25 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 16:58:25 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 16:58:25 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 16:58:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:58:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:58:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:58:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:58:25 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:58:25 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:58:25 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:58:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:58:25 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:58:25 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:58:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 16:58:25 debconf: delaying package configuration, since apt-utils is not installed 16:58:25 Fetched 3530 kB in 1s (3472 kB/s) 16:58:25 (Reading database ... 12511 files and directories currently installed.) 16:58:25 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 16:58:25 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:58:25 Setting up libudev1:amd64 (237-3ubuntu10.45) ... [Pipeline] } 16:58:25 $ docker stop --time=1 248084efcd01a86280c88fb549c1e3fe3f29d019bd0a17e56e2df4993a021f28 16:58:26 Selecting previously unselected package udev. 16:58:26 (Reading database ... 12511 files and directories currently installed.) 16:58:26 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 16:58:26 Unpacking udev (237-3ubuntu10.45) ... 16:58:26 Selecting previously unselected package libfuse2:amd64. 16:58:26 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:58:26 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:58:26 Selecting previously unselected package fuse. 16:58:26 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:58:26 Unpacking fuse (2.9.7-1ubuntu1) ... 16:58:26 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 16:58:26 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:58:26 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 16:58:26 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:58:26 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 16:58:26 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:58:26 Selecting previously unselected package libksba8:amd64. 16:58:26 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:58:26 Unpacking libksba8:amd64 (1.3.5-2) ... 16:58:26 Selecting previously unselected package libroken18-heimdal:amd64. 16:58:26 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:58:26 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:27 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:58:27 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:58:27 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:27 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:58:27 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:58:27 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:27 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:58:27 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:58:27 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:27 Selecting previously unselected package libwind0-heimdal:amd64. 16:58:27 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:58:27 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:27 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:58:27 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:58:27 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:27 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:58:27 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:58:27 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:27 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:58:27 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:58:27 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:27 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:58:27 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:58:27 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:27 Selecting previously unselected package libsasl2-modules-db:amd64. 16:58:27 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:58:27 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:58:28 Selecting previously unselected package libsasl2-2:amd64. 16:58:28 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:58:28 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:58:28 Selecting previously unselected package libldap-common. 16:58:28 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 16:58:28 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:58:28 Selecting previously unselected package libldap-2.4-2:amd64. 16:58:28 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 16:58:28 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:58:28 Selecting previously unselected package dirmngr. 16:58:28 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 16:58:28 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 16:58:28 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:58:28 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 16:58:28 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:58:28 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:58:28 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:58:28 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 16:58:28 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:28 Setting up libksba8:amd64 (1.3.5-2) ... 16:58:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:58:28 $ docker rm -f 248084efcd01a86280c88fb549c1e3fe3f29d019bd0a17e56e2df4993a021f28 16:58:28 Setting up udev (237-3ubuntu10.45) ... 16:58:29 invoke-rc.d: policy-rc.d denied execution of start. 16:58:29 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:29 Processing triggers for systemd (237-3ubuntu10) ... 16:58:29 Setting up fuse (2.9.7-1ubuntu1) ... 16:58:29 Setting up gpg (2.2.4-1ubuntu1.4) ... 16:58:29 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:29 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:29 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:29 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:29 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:29 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:29 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:58:30 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:58:30 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 16:58:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:58:30 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:58:30 settings in the [Install] section, and DefaultInstance for template units). 16:58:30 This means they are not meant to be enabled using systemctl. 16:58:30 Possible reasons for having this kind of units are: 16:58:30 1) A unit may be statically enabled by being symlinked from another unit's 16:58:30 .wants/ or .requires/ directory. 16:58:30 2) A unit's purpose may be to act as a helper for some other unit which has 16:58:30 a requirement dependency on it. 16:58:30 3) A unit may be started when needed via activation (socket, path, timer, 16:58:30 D-Bus, udev, scripted systemctl call, ...). 16:58:30 4) In case of template units, the unit is meant to be enabled with some 16:58:30 instance name specified. 16:58:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:58:30 16:58:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:58:30 Reading package lists... [Pipeline] isUnix [Pipeline] sh 16:58:31 Building dependency tree... 16:58:31 Reading state information... 16:58:31 The following additional packages will be installed: 16:58:31 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:58:31 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:58:31 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:58:31 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:58:31 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:58:31 Suggested packages: 16:58:31 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:58:31 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:58:31 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:58:31 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:58:31 systemd-container policykit-1 16:58:31 Recommended packages: 16:58:31 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:58:31 The following NEW packages will be installed: 16:58:31 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:58:31 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:58:31 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:58:31 multiarch-support openssh-client python3 python3-minimal python3.6 16:58:31 python3.6-minimal snapd squashfs-tools sudo 16:58:31 The following packages will be upgraded: 16:58:31 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:58:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:58:31 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 16:58:31 Need to get 35.2 MB of archives. 16:58:31 After this operation, 141 MB of additional disk space will be used. 16:58:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 16:58:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 16:58:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:58:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 16:58:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 16:58:31 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 16:58:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 16:58:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:58:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 16:58:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:58:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:58:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:58:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:58:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:58:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 16:58:31 latest: Pulling from edgex-devops/edgex-compose-arm64 16:58:31 29e5d40040c1: Pulling fs layer 16:58:31 1ce36da41761: Pulling fs layer 16:58:31 25b303627fd3: Pulling fs layer 16:58:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:58:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 16:58:31 29e5d40040c1: Verifying Checksum 16:58:31 29e5d40040c1: Download complete 16:58:32 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 16:58:32 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 16:58:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 16:58:32 29e5d40040c1: Pull complete 16:58:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:58:32 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:58:32 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:58:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:58:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:58:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:58:32 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:58:32 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:58:32 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:58:32 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:58:32 1ce36da41761: Verifying Checksum 16:58:32 debconf: delaying package configuration, since apt-utils is not installed 16:58:32 Fetched 35.2 MB in 1s (24.0 MB/s) 16:58:32 (Reading database ... 12757 files and directories currently installed.) 16:58:32 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 16:58:32 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:58:33 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 16:58:33 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:58:33 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 16:58:33 (Reading database ... 12757 files and directories currently installed.) 16:58:33 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 16:58:33 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 16:58:34 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 16:58:34 (Reading database ... 12757 files and directories currently installed.) 16:58:34 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 16:58:34 Unpacking apt (1.6.13) over (1.6.1) ... 16:58:34 1ce36da41761: Pull complete 16:58:34 25b303627fd3: Download complete 16:58:34 Setting up apt (1.6.13) ... 16:58:34 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:58:35 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:58:35 (Reading database ... 12764 files and directories currently installed.) 16:58:35 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:58:35 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:58:35 Selecting previously unselected package libpython3.6-minimal:amd64. 16:58:35 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:58:35 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:58:36 Selecting previously unselected package libexpat1:amd64. 16:58:36 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:58:36 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:58:36 Selecting previously unselected package python3.6-minimal. 16:58:36 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:58:36 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:58:36 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 16:58:36 Checking for services that may need to be restarted...done. 16:58:36 Checking for services that may need to be restarted...done. 16:58:36 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:58:36 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:58:36 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:58:37 Selecting previously unselected package python3-minimal. 16:58:37 (Reading database ... 13012 files and directories currently installed.) 16:58:37 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:58:37 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:58:37 Selecting previously unselected package mime-support. 16:58:37 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:58:37 Unpacking mime-support (3.60ubuntu1) ... 16:58:37 Selecting previously unselected package libmpdec2:amd64. 16:58:37 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:58:37 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:58:37 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:58:37 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:58:37 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:58:37 Selecting previously unselected package python3.6. 16:58:37 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:58:37 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:58:37 Selecting previously unselected package libpython3-stdlib:amd64. 16:58:37 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:58:37 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:58:37 Setting up python3-minimal (3.6.7-1~18.04) ... 16:58:37 Selecting previously unselected package python3. 16:58:37 (Reading database ... 13442 files and directories currently installed.) 16:58:37 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:58:37 Unpacking python3 (3.6.7-1~18.04) ... 16:58:37 Selecting previously unselected package multiarch-support. 16:58:37 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:58:37 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:58:38 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:58:38 Selecting previously unselected package liblzo2-2:amd64. 16:58:38 (Reading database ... 13479 files and directories currently installed.) 16:58:38 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:58:38 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:58:38 Selecting previously unselected package libbsd0:amd64. 16:58:38 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:58:38 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:58:38 Selecting previously unselected package sudo. 16:58:38 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 16:58:38 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 16:58:38 Selecting previously unselected package apparmor. 16:58:38 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:58:38 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:58:39 Selecting previously unselected package libedit2:amd64. 16:58:39 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:58:39 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:58:39 Selecting previously unselected package libkrb5support0:amd64. 16:58:39 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:58:39 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:58:39 Selecting previously unselected package libk5crypto3:amd64. 16:58:39 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:58:39 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:58:39 Selecting previously unselected package libkeyutils1:amd64. 16:58:39 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:58:39 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:58:39 Selecting previously unselected package libkrb5-3:amd64. 16:58:39 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:58:39 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:58:39 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:58:39 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:58:39 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:58:39 Selecting previously unselected package libssl1.0.0:amd64. 16:58:39 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 16:58:39 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:58:40 Selecting previously unselected package openssh-client. 16:58:40 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:58:40 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:58:40 Selecting previously unselected package squashfs-tools. 16:58:40 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:58:40 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:58:40 Selecting previously unselected package snapd. 16:58:40 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 16:58:40 Unpacking snapd (2.48.3+18.04) ... 16:58:42 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:58:42 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:58:42 Setting up mime-support (3.60ubuntu1) ... 16:58:42 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 16:58:42 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:58:42 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:58:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:58:42 Setting up systemd (237-3ubuntu10.45) ... 16:58:42 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:58:43 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:58:43 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:58:43 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:58:43 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:58:43 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:58:43 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:58:44 25b303627fd3: Pull complete 16:58:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:58:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:58:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:58:44 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:58:44 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:58:44 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:58:44 Setting up python3 (3.6.7-1~18.04) ... 16:58:44 running python rtupdate hooks for python3.6... 16:58:44 running python post-rtupdate hooks for python3.6... 16:58:44 prd-ubuntu18.04-docker-arm64-4c-16g-33452 does not seem to be running inside a container 16:58:44 Setting up apparmor (2.12-4ubuntu5.1) ... 16:58:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:58:46 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:58:46 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:58:46 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:58:47 Setting up snapd (2.48.3+18.04) ... 16:58:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:58:47 $ docker top 66bd5354f90893a29d5d694175569c5fc62d677cc7361330a23e0ad996fb9418 -eo pid,comm 16:58:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:58:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [Pipeline] { [Pipeline] sh 16:58:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:58:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:58:48 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:58:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:58:48 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:58:48 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:58:48 + docker-compose build --help 16:58:48 + grep parallel 16:58:48 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:58:48 /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' 16:58:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:58:49 Processing triggers for systemd (237-3ubuntu10.45) ... 16:58:50 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:58:50 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:58:50 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:58:51 Reading package lists... 16:58:51 Reading package lists... 16:58:51 Building dependency tree... 16:58:51 Reading state information... 16:58:51 Calculating upgrade... 16:58:51 The following packages will be upgraded: 16:58:51 advancecomp base-files bash binutils binutils-common 16:58:51 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:58:51 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:58:51 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 16:58:51 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 16:58:51 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 16:58:51 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 16:58:51 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 16:58:51 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 16:58:51 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 16:58:51 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 16:58:51 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 16:58:51 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 16:58:51 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 16:58:51 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 16:58:52 --parallel Build images in parallel. 16:58:52 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:58:52 Need to get 63.8 MB of archives. 16:58:52 After this operation, 5208 kB of additional disk space will be used. 16:58:52 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:58:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [Pipeline] } 16:58:52 $ docker stop --time=1 66bd5354f90893a29d5d694175569c5fc62d677cc7361330a23e0ad996fb9418 16:58:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:58:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:58:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:58:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:58:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:58:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:58:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:58:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:58:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:58:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:58:52 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:58:52 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:58:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:58:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:58:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:58:52 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:58:52 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:58:52 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:58:52 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:58:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:58:52 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:58:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:58:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:58:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:58:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:58:52 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:58:52 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:58:52 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:58:52 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:58:52 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:58:52 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:58:52 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 16:58:52 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 16:58:52 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:58:52 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:58:52 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:58:52 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:58:52 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 16:58:52 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:58:53 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:58:53 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:58:53 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 16:58:53 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:58:53 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:58:53 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:58:53 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:58:53 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:58:53 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 16:58:53 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:58:53 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:58:53 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:58:53 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:58:53 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:58:53 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:58:53 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:58:53 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:58:53 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:58:53 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:58:53 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:58:53 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:58:53 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:58:53 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:58:53 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:58:53 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:58:53 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:58:53 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:58:53 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:58:53 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:58:53 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 16:58:53 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:58:53 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:58:53 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:58:53 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 16:58:53 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 16:58:53 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:58:53 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:58:53 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:58:53 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 16:58:53 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:58:53 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:58:53 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] 16:58:53 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 16:58:53 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 16:58:53 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 16:58:53 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:58:53 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:58:53 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:58:53 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:58:53 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:58:54 $ docker rm -f 66bd5354f90893a29d5d694175569c5fc62d677cc7361330a23e0ad996fb9418 16:58:54 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:58:54 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:58:54 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:58:54 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:58:54 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:58:54 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:58:54 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:58:54 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:58:54 debconf: delaying package configuration, since apt-utils is not installed 16:58:54 Fetched 63.8 MB in 3s (21.4 MB/s) 16:58:55 (Reading database ... 13912 files and directories currently installed.) 16:58:55 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:58:55 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:58:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:58:55 . [Pipeline] withDockerContainer 16:58:55 prd-ubuntu18.04-docker-arm64-4c-16g-33452 does not seem to be running inside a container 16:58:55 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:58:55 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:58:55 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:58:55 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 16:58:55 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 16:58:56 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:56 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:56 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:56 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:56 $ docker top 5f51ed70705a1c08d17fa5f4b501941b1f46d9ddd780437b8355a997e4657e95 -eo pid,comm 16:58:57 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:57 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:57 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:57 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [Pipeline] { [Pipeline] sh 16:58:57 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:57 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:57 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:57 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:57 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:57 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:57 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:57 (Reading database ... 13911 files and directories currently installed.) 16:58:57 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:57 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:58:57 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:58:57 + docker-compose -f ./docker-compose-build.yml build --parallel 16:58:58 (Reading database ... 13911 files and directories currently installed.) 16:58:58 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:58 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:58 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:58 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:58 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:58:58 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:58:58 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:58 (Reading database ... 13911 files and directories currently installed.) 16:58:58 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:58:58 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:58:59 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:58:59 (Reading database ... 13911 files and directories currently installed.) 16:58:59 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:58:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:58:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:58:59 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:58:59 Setting up base-files (10.1ubuntu2.10) ... 16:58:59 Installing new version of config file /etc/issue ... 16:58:59 Installing new version of config file /etc/issue.net ... 16:58:59 Installing new version of config file /etc/lsb-release ... 16:59:00 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:59:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:59:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:59:00 Removing obsolete conffile /etc/default/motd-news ... 16:59:00 (Reading database ... 13912 files and directories currently installed.) 16:59:00 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:59:00 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:59:00 Setting up bash (4.4.18-2ubuntu1.2) ... 16:59:00 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 16:59:01 (Reading database ... 13912 files and directories currently installed.) 16:59:01 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:59:01 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:59:01 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:59:01 (Reading database ... 13912 files and directories currently installed.) 16:59:01 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:59:01 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:59:01 Setting up tar (1.29b-2ubuntu0.2) ... 16:59:01 (Reading database ... 13912 files and directories currently installed.) 16:59:01 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:59:01 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:59:01 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:59:01 (Reading database ... 13912 files and directories currently installed.) 16:59:01 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:59:01 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:59:02 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:59:02 (Reading database ... 13912 files and directories currently installed.) 16:59:02 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:59:02 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:59:02 Building docker-core-command-go ... 16:59:02 Building docker-core-data-go ... 16:59:02 Building docker-core-metadata-go ... 16:59:02 Building docker-security-bootstrapper-go ... 16:59:02 Building docker-security-proxy-setup-go ... 16:59:02 Building docker-security-secretstore-setup-go ... 16:59:02 Building docker-support-notifications-go ... 16:59:02 Building docker-support-scheduler-go ... 16:59:02 Building docker-sys-mgmt-agent-go ... 16:59:02 Building docker-sys-mgmt-agent-go 16:59:02 Building docker-security-proxy-setup-go 16:59:02 Building docker-support-scheduler-go 16:59:02 Building docker-core-command-go 16:59:02 Building docker-support-notifications-go 16:59:02 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:59:02 (Reading database ... 13912 files and directories currently installed.) 16:59:02 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:59:02 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:59:02 Setting up grep (3.1-2build1) ... 16:59:02 (Reading database ... 13912 files and directories currently installed.) 16:59:02 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:59:02 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:59:02 Setting up login (1:4.5-1ubuntu2) ... 16:59:02 (Reading database ... 13912 files and directories currently installed.) 16:59:02 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:59:02 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:59:03 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:59:03 (Reading database ... 13912 files and directories currently installed.) 16:59:03 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:59:03 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:59:03 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:59:03 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:59:03 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:59:03 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:59:04 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:59:04 (Reading database ... 13912 files and directories currently installed.) 16:59:04 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:59:04 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:59:05 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:59:05 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:59:05 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:59:05 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:59:05 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:59:06 (Reading database ... 13912 files and directories currently installed.) 16:59:06 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:59:06 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:59:06 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:59:06 (Reading database ... 13912 files and directories currently installed.) 16:59:06 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:59:06 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:59:06 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:59:06 (Reading database ... 13912 files and directories currently installed.) 16:59:06 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:59:06 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:59:06 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:59:06 (Reading database ... 13912 files and directories currently installed.) 16:59:06 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:59:06 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:59:06 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:59:06 (Reading database ... 13912 files and directories currently installed.) 16:59:06 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:59:06 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:59:06 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:59:07 (Reading database ... 13912 files and directories currently installed.) 16:59:07 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:59:07 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:59:07 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:59:07 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:59:07 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:59:07 (Reading database ... 13912 files and directories currently installed.) 16:59:07 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:59:07 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:59:07 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:59:07 (Reading database ... 13912 files and directories currently installed.) 16:59:07 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:59:07 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:59:07 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:59:07 (Reading database ... 13912 files and directories currently installed.) 16:59:07 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:59:07 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:59:08 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:59:08 (Reading database ... 13912 files and directories currently installed.) 16:59:08 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:59:08 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:59:08 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:59:08 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:59:09 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:59:09 (Reading database ... 13912 files and directories currently installed.) 16:59:09 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:59:09 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:59:09 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:59:09 (Reading database ... 13912 files and directories currently installed.) 16:59:09 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:59:09 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:59:09 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:59:10 (Reading database ... 13914 files and directories currently installed.) 16:59:10 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:59:10 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:59:10 Setting up debconf (1.5.66ubuntu1) ... 16:59:10 (Reading database ... 13914 files and directories currently installed.) 16:59:10 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 16:59:10 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:59:10 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 16:59:10 (Reading database ... 13914 files and directories currently installed.) 16:59:10 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 16:59:10 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:59:10 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 16:59:11 (Reading database ... 13914 files and directories currently installed.) 16:59:11 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:59:11 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:59:11 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:59:11 (Reading database ... 13914 files and directories currently installed.) 16:59:11 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:59:11 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:59:11 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:59:11 (Reading database ... 13914 files and directories currently installed.) 16:59:11 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:59:11 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:59:11 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:59:12 (Reading database ... 13914 files and directories currently installed.) 16:59:12 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:59:12 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:59:12 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 16:59:12 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:59:12 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:59:12 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:59:12 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:59:12 (Reading database ... 13914 files and directories currently installed.) 16:59:12 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:59:12 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:59:13 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:59:13 (Reading database ... 13914 files and directories currently installed.) 16:59:13 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:59:13 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:59:13 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:59:13 (Reading database ... 13914 files and directories currently installed.) 16:59:13 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:59:13 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:59:13 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:59:13 (Reading database ... 13914 files and directories currently installed.) 16:59:13 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 16:59:13 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 16:59:13 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 16:59:14 (Reading database ... 13914 files and directories currently installed.) 16:59:14 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:59:14 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:59:14 Setting up passwd (1:4.5-1ubuntu2) ... 16:59:14 (Reading database ... 13914 files and directories currently installed.) 16:59:14 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 16:59:14 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:59:14 Setting up gpgv (2.2.4-1ubuntu1.4) ... 16:59:14 (Reading database ... 13914 files and directories currently installed.) 16:59:14 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:59:14 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:59:15 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:59:15 (Reading database ... 13914 files and directories currently installed.) 16:59:15 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:59:15 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:59:15 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:59:15 (Reading database ... 13914 files and directories currently installed.) 16:59:15 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:59:15 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:59:15 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:59:16 (Reading database ... 13914 files and directories currently installed.) 16:59:16 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:59:16 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:59:16 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:59:16 (Reading database ... 13914 files and directories currently installed.) 16:59:16 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:59:16 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:59:16 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:59:16 (Reading database ... 13914 files and directories currently installed.) 16:59:16 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 16:59:16 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 16:59:16 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 16:59:17 (Reading database ... 13915 files and directories currently installed.) 16:59:17 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:59:17 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:59:17 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:59:17 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:59:17 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:59:17 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:59:17 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 16:59:17 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 16:59:17 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:59:17 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:59:18 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:59:18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:59:18 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:59:18 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:59:18 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:59:18 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:59:18 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:59:18 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:59:18 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:59:18 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:59:18 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:59:18 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:59:19 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 16:59:19 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 16:59:20 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:59:20 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:59:20 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:59:20 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:59:20 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:59:20 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:59:20 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:59:20 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:59:20 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:59:20 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:59:21 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:59:21 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:59:21 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:59:21 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:59:21 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:59:21 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:59:21 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:59:21 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:59:21 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:59:21 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:59:23 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:59:23 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:59:23 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:59:23 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:59:24 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:59:24 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:59:25 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:59:25 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:59:26 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:59:26 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:59:26 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:59:26 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:59:26 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:59:26 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:59:26 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:59:26 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:59:26 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:59:26 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:59:26 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:59:26 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:59:26 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:59:26 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:59:26 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:59:26 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:59:27 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:59:27 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:59:27 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:59:27 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:59:27 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:59:27 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:59:27 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:59:27 Setting up tzdata (2021a-0ubuntu0.18.04) ... 16:59:27 16:59:27 Current default time zone: 'Etc/UTC' 16:59:27 Local time is now: Fri Apr 9 16:59:27 UTC 2021. 16:59:27 Universal Time is now: Fri Apr 9 16:59:27 UTC 2021. 16:59:27 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:59:27 16:59:27 Setting up systemd-sysv (237-3ubuntu10.45) ... 16:59:27 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:59:27 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 16:59:27 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:59:27 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:59:27 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:59:27 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:59:27 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:59:27 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:59:27 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:59:27 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:59:27 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:59:28 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:59:28 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 16:59:28 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:59:28 Setting up patch (2.7.6-2ubuntu1.1) ... 16:59:28 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:59:28 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:59:28 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 16:59:28 Installing new version of config file /etc/ssl/openssl.cnf ... 16:59:28 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:59:28 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:59:28 Setting up ca-certificates (20210119~18.04.1) ... 16:59:30 Updating certificates in /etc/ssl/certs... 16:59:30 23 added, 27 removed; done. 16:59:30 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:59:30 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:59:30 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:59:31 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:59:31 Setting up pkgbinarymangler (138.18.04.1) ... 16:59:31 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:59:31 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 16:59:31 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:59:31 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:59:31 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:59:31 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:59:31 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:59:31 Setting up perl (5.26.1-6ubuntu0.5) ... 16:59:31 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 16:59:31 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:59:31 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:59:31 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 16:59:31 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:59:31 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:59:31 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:59:31 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:59:31 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:59:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:59:31 Processing triggers for systemd (237-3ubuntu10.45) ... 16:59:31 Processing triggers for mime-support (3.60ubuntu1) ... 16:59:31 Processing triggers for ca-certificates (20210119~18.04.1) ... 16:59:32 Updating certificates in /etc/ssl/certs... 16:59:32 0 added, 0 removed; done. 16:59:32 Running hooks in /etc/ca-certificates/update.d... 16:59:32 done. 16:59:33 Reading package lists... 16:59:33 Building dependency tree... 16:59:33 Reading state information... 16:59:33 The following NEW packages will be installed: 16:59:33 apt-transport-https 16:59:33 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:59:33 Need to get 1692 B of archives. 16:59:33 After this operation, 154 kB of additional disk space will be used. 16:59:33 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 16:59:33 debconf: delaying package configuration, since apt-utils is not installed 16:59:33 Fetched 1692 B in 0s (8487 B/s) 16:59:33 Selecting previously unselected package apt-transport-https. 16:59:33 (Reading database ... 13920 files and directories currently installed.) 16:59:33 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 16:59:33 Unpacking apt-transport-https (1.6.13) ... 16:59:33 Setting up apt-transport-https (1.6.13) ... 16:59:34 Waiting for network to be ready... 16:59:40 2021-04-09T16:59:37Z INFO Waiting for automatic snapd restart... 16:59:40 snapd 2.49.2 from Canonical* installed 16:59:40 "snapd" switched to the "latest/stable" channel 16:59:40 16:59:44 core18 20210309 from Canonical* installed 16:59:44 "core18" switched to the "latest/stable" channel 16:59:44 16:59:47 snapcraft 4.6 from Canonical* installed 16:59:47 "snapcraft" switched to the "latest/stable" channel 16:59:47 16:59: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: 16:59:51 - README.md 16:59:51 16:59:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:59:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:59:58 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:59:58 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:59:58 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:59:59 Reading package lists... 16:59:59 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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 17:00:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:00:05 Reading package lists... 17:00:05 Building dependency tree... 17:00:05 Reading state information... 17:00:05 Suggested packages: 17:00:05 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:00:05 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:00:05 Recommended packages: 17:00:05 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:00:05 The following NEW packages will be installed: 17:00:05 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:00:05 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:00:05 pkg-config zip 17:00:07 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:00:07 Need to get 7663 kB of archives. 17:00:07 After this operation, 43.8 MB of additional disk space will be used. 17:00:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 17:00:07 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:00:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 17:00:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 17:00:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 17:00:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:00:07 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:00:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:00:07 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:00:07 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:00:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:00:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:00:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:00:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:00:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:00:08 debconf: delaying package configuration, since apt-utils is not installed 17:00:08 Fetched 7663 kB in 2s (3699 kB/s) 17:00:08 Selecting previously unselected package libglib2.0-0:amd64. 17:00:08 (Reading database ... 13924 files and directories currently installed.) 17:00:08 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 17:00:08 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:00:08 Selecting previously unselected package libpsl5:amd64. 17:00:08 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:00:08 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:00:08 Selecting previously unselected package libnghttp2-14:amd64. 17:00:08 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:00:08 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:00:08 Selecting previously unselected package librtmp1:amd64. 17:00:08 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:00:08 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:00:08 Selecting previously unselected package libcurl3-gnutls:amd64. 17:00:08 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 17:00:08 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 17:00:08 Selecting previously unselected package liberror-perl. 17:00:08 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:00:08 Unpacking liberror-perl (0.17025-1) ... 17:00:08 Selecting previously unselected package git-man. 17:00:08 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 17:00:08 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 17:00:09 Selecting previously unselected package git. 17:00:09 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 17:00:09 Unpacking git (1:2.17.1-1ubuntu0.8) ... 17:00:10 Selecting previously unselected package libnorm1:amd64. 17:00:10 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:00:10 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:00:10 Selecting previously unselected package libpgm-5.2-0:amd64. 17:00:10 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:00:10 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:00:10 Selecting previously unselected package libsodium23:amd64. 17:00:10 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:00:10 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:00:10 Selecting previously unselected package libzmq5:amd64. 17:00:10 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:00:10 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:00:10 Selecting previously unselected package libzmq3-dev:amd64. 17:00:10 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:00:10 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:00:10 Selecting previously unselected package pkg-config. 17:00:10 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:00:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:00:10 Selecting previously unselected package zip. 17:00:10 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:00:10 Unpacking zip (3.0-11build1) ... 17:00:10 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:00:10 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 17:00:10 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:00:10 Setting up liberror-perl (0.17025-1) ... 17:00:10 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:00:10 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:00:10 No schema files found: doing nothing. 17:00:10 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:00:10 Setting up zip (3.0-11build1) ... 17:00:11 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:00:11 Setting up libsodium23:amd64 (1.0.16-2) ... 17:00:11 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:00:11 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:00:11 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 17:00:11 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:00:11 Setting up git (1:2.17.1-1ubuntu0.8) ... 17:00:11 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:00:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:00:17 git set to automatically installed. 17:00:17 git-man set to automatically installed. 17:00:17 libcurl3-gnutls set to automatically installed. 17:00:17 liberror-perl set to automatically installed. 17:00:17 libglib2.0-0 set to automatically installed. 17:00:17 libnghttp2-14 set to automatically installed. 17:00:17 libnorm1 set to automatically installed. 17:00:17 libpgm-5.2-0 set to automatically installed. 17:00:17 libpsl5 set to automatically installed. 17:00:17 librtmp1 set to automatically installed. 17:00:17 libsodium23 set to automatically installed. 17:00:17 libzmq3-dev set to automatically installed. 17:00:17 libzmq5 set to automatically installed. 17:00:17 pkg-config set to automatically installed. 17:00:17 zip set to automatically installed. 17:00:19 snapd is not logged in, snap install commands will use sudo 17:00:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:00:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:00:24 ---> e4991715076d 17:00:24 Step 3/21 : WORKDIR /edgex-go 17:00:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:00:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:00:24 ---> e4991715076d 17:00:24 Step 3/23 : WORKDIR /edgex-go 17:00:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:00:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:00:24 ---> e4991715076d 17:00:24 Step 3/22 : WORKDIR /edgex-go 17:00:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:00:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:00:24 ---> e4991715076d 17:00:24 Step 3/23 : WORKDIR /edgex-go 17:00:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:00:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:00:24 ---> e4991715076d 17:00:24 Step 3/22 : WORKDIR /edgex-go 17:00:24 ---> Running in 0e4034e05788 17:00:24 ---> Running in 2a109f5246a6 17:00:24 ---> Running in 0d73edbd14f6 17:00:24 ---> Running in 142a91c7db56 17:00:24 ---> Running in a432f817d636 17:00:24 Removing intermediate container 0e4034e05788 17:00:24 ---> 672099132b1e 17:00:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:24 Removing intermediate container 0d73edbd14f6 17:00:24 ---> 2a87fb755a37 17:00:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:24 Removing intermediate container a432f817d636 17:00:24 ---> 170d0b9cc9d6 17:00:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:24 Removing intermediate container 2a109f5246a6 17:00:24 ---> 29c7d7daf639 17:00:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:24 Removing intermediate container 142a91c7db56 17:00:24 ---> 4e5ab6d40bcb 17:00:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:24 ---> Running in 1b394c56e047 17:00:24 ---> Running in 26ae926bac9e 17:00:24 ---> Running in 706af858d82d 17:00:24 ---> Running in 0d44911d3664 17:00:24 ---> Running in 0383e4fb7da7 17:00:24 Removing intermediate container 1b394c56e047 17:00:24 ---> 7c03e3fe298b 17:00:24 Step 5/23 : RUN apk add --update --no-cache make bash git 17:00:24 Removing intermediate container 26ae926bac9e 17:00:24 ---> ab9f05e5c36b 17:00:24 Step 5/21 : RUN apk add --update --no-cache make git 17:00:24 ---> Running in a5bfa4afae8c 17:00:24 ---> Running in 5732a27f5878 17:00:24 Removing intermediate container 0d44911d3664 17:00:24 ---> 67dc0e53941a 17:00:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:00:24 Removing intermediate container 706af858d82d 17:00:24 ---> e7b16e0b3d80 17:00:24 Step 5/22 : RUN apk add --update --no-cache make git 17:00:24 Removing intermediate container 0383e4fb7da7 17:00:24 ---> e779c1d8dbbb 17:00:24 Step 5/23 : RUN apk add --update --no-cache make git 17:00:24 ---> Running in dbbd04de6a72 17:00:24 ---> Running in a93d576ab988 17:00:24 ---> Running in 4d570fa417b6 17:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:00:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:28 OK: 217 MiB in 51 packages 17:00:28 OK: 217 MiB in 51 packages 17:00:29 OK: 217 MiB in 51 packages 17:00:29 OK: 217 MiB in 51 packages 17:00:29 OK: 217 MiB in 51 packages 17:00:30 Removing intermediate container a93d576ab988 17:00:30 ---> 6e095e776011 17:00:30 Step 6/22 : COPY go.mod . 17:00:30 Removing intermediate container a5bfa4afae8c 17:00:30 ---> 24abf7f460f5 17:00:30 Step 6/23 : COPY go.mod . 17:00:30 Removing intermediate container 5732a27f5878 17:00:30 ---> eb4400bbc4af 17:00:30 Step 6/21 : COPY go.mod . 17:00:31 Removing intermediate container 4d570fa417b6 17:00:31 ---> 4b826d873fd9 17:00:31 Step 6/23 : COPY go.mod . 17:00:31 ---> a400e74e5feb 17:00:31 Step 7/22 : RUN go mod download 17:00:31 Removing intermediate container dbbd04de6a72 17:00:31 ---> 96efbee2848f 17:00:31 Step 6/22 : COPY go.mod . 17:00:31 ---> Running in bb2e19357060 17:00:31 ---> 2dd2f28e76f5 17:00:31 Step 7/23 : RUN go mod download 17:00:31 ---> Running in a6d7609fc294 17:00:32 ---> af03f8ad88f2 17:00:32 Step 7/21 : RUN go mod download 17:00:32 ---> 20283aa68b6e 17:00:32 Step 7/23 : RUN go mod download 17:00:32 ---> Running in b1ec22f099ae 17:00:32 ---> aa2483c0f848 17:00:32 Step 7/22 : RUN go mod download 17:00:32 ---> Running in 9a3693d4f1c8 17:00:32 ---> Running in 690de13a04b8 17:00:36 Removing intermediate container bb2e19357060 17:00:36 ---> cc3016db13a6 17:00:36 Step 8/22 : COPY . . 17:00:36 Removing intermediate container a6d7609fc294 17:00:36 ---> 9557e765f3f8 17:00:36 Step 8/23 : COPY . . 17:00:36 Removing intermediate container 9a3693d4f1c8 17:00:36 ---> bc4dc80a309b 17:00:36 Step 8/23 : COPY . . 17:00:37 Removing intermediate container b1ec22f099ae 17:00:37 ---> 1a38f6caee48 17:00:37 Step 8/21 : COPY . . 17:00:37 Removing intermediate container 690de13a04b8 17:00:37 ---> d9ff9b9cfb1a 17:00:37 Step 8/22 : COPY . . 17:00:41 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 17:00:41 snapd is not logged in, snap install commands will use sudo 17:00:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:00:48 snap "core18" has no updates available 17:00:49 Pulling go-build-helper 17:00:49 + snapcraftctl pull 17:00:50 'app-service-config' has dependencies that need to be staged: go-build-helper 17:00:50 Skipping pull go-build-helper (already ran) 17:00:50 Building go-build-helper 17:00:50 + snapcraftctl build 17:00:52 Staging go-build-helper 17:00:52 + snapcraftctl stage 17:01:04 ---> ed7b269d8f29 17:01:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:01:04 ---> 2443605f9e2f 17:01:04 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:01:04 ---> Running in c2cfb3e6ccbb 17:01:04 ---> 6e48c72e0034 17:01:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:01:04 ---> 07964f1673ce 17:01:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:01:04 ---> 8e2ff8d8e13f 17:01:04 Step 9/23 : RUN make cmd/core-command/core-command 17:01:04 ---> Running in ae70930efbbf 17:01:04 ---> Running in c74fe8c1ea74 17:01:04 ---> Running in c133388f5a0f 17:01:04 ---> Running in c85096948148 17:01:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:01:04 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:01:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 17:01:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 17:01:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:01:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:01:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 17:01:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 17:01:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 17:01:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 17:01:04 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:01:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:01:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:01:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:01:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:01:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:01:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:01:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:01:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:01:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 17:01:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 17:01:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:01:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:01:04 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 17:01:04 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 17:01:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] 17:01:04 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 17:01:04 Fetched 24.2 MB in 0s (0 B/s) 17:01:04 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:01:04 Fetched 224 kB in 0s (0 B/s) 17:01:04 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:01:04 Fetched 157 kB in 0s (0 B/s) 17:01:04 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:01:04 Fetched 221 kB in 0s (0 B/s) 17:01:04 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:01:04 Fetched 143 kB in 0s (0 B/s) 17:01:04 Pulling app-service-config 17:01:04 + snapcraftctl pull 17:01:04 Cloning into '/root/parts/app-service-config/src'... 17:01:04 Pulling config-common 17:01:04 + snapcraftctl pull 17:01:04 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 17:01:05 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 17:01:05 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 17:01: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 17:01:05 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 17:01:08 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:01:08 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:01:08 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:01:08 Fetched 0 B in 0s (0 B/s) 17:01:08 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:01:08 Fetched 0 B in 0s (0 B/s) 17:01:08 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:01:08 Fetched 0 B in 0s (0 B/s) 17:01:08 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:01:08 Fetched 0 B in 0s (0 B/s) 17:01:08 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:01:08 Fetched 0 B in 0s (0 B/s) 17:01:08 Pulling edgex-go 17:01:08 + snapcraftctl pull 17:01:30 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:01:30 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:01:30 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:01:30 Fetched 0 B in 0s (0 B/s) 17:01:30 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:01:30 Fetched 96.5 kB in 0s (0 B/s) 17:01:30 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:01:30 Fetched 279 kB in 0s (0 B/s) 17:01:30 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:01:30 Fetched 122 kB in 0s (0 B/s) 17:01:30 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:01:30 Fetched 77.8 kB in 0s (0 B/s) 17:01:30 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:01:30 Fetched 8848 B in 0s (0 B/s) 17:01:30 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:01:30 Fetched 47.8 kB in 0s (0 B/s) 17:01:30 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:01:30 Fetched 45.6 kB in 0s (0 B/s) 17:01:30 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:01:30 Fetched 15.0 kB in 0s (0 B/s) 17:01:30 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 17:01:30 Fetched 219 kB in 0s (0 B/s) 17:01:30 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 17:01:30 Fetched 154 kB in 0s (0 B/s) 17:01:30 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:01:30 Fetched 50.6 kB in 0s (0 B/s) 17:01:30 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:01:30 Fetched 14.8 kB in 0s (0 B/s) 17:01:30 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:01:30 Fetched 41.8 kB in 0s (0 B/s) 17:01:30 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:01:30 Fetched 499 kB in 0s (0 B/s) 17:01:30 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:01:30 Fetched 111 kB in 0s (0 B/s) 17:01:30 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:01:30 Fetched 240 kB in 0s (0 B/s) 17:01:30 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:01:30 Fetched 29.3 kB in 0s (0 B/s) 17:01:30 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:01:30 Fetched 85.5 kB in 0s (0 B/s) 17:01:30 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:01:30 Fetched 24.5 kB in 0s (0 B/s) 17:01:30 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:01:30 Fetched 49.2 kB in 0s (0 B/s) 17:01:30 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:01:30 Fetched 54.2 kB in 0s (0 B/s) 17:01:30 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:01:30 Fetched 30.8 kB in 0s (0 B/s) 17:01:30 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 17:01:30 Fetched 15.8 kB in 0s (0 B/s) 17:01:30 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:01:30 Fetched 85.9 kB in 0s (0 B/s) 17:01:30 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:01:30 Fetched 8720 B in 0s (0 B/s) 17:01:30 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:01:30 Fetched 137 kB in 0s (0 B/s) 17:01:30 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:01:30 Fetched 119 kB in 0s (0 B/s) 17:01:30 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:01:30 Fetched 109 kB in 0s (0 B/s) 17:01:30 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:01:30 Fetched 11.1 kB in 0s (0 B/s) 17:01:30 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:01:30 Fetched 645 kB in 0s (0 B/s) 17:01:30 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:01:30 Fetched 41.3 kB in 0s (0 B/s) 17:01:30 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:01:30 Fetched 17.9 kB in 0s (0 B/s) 17:01:30 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:01:30 Fetched 368 kB in 0s (0 B/s) 17:01:30 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:01:30 Fetched 187 kB in 0s (0 B/s) 17:01:30 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:01:30 Fetched 175 kB in 0s (0 B/s) 17:01:30 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:01:30 Fetched 206 kB in 0s (0 B/s) 17:01:30 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 17:01:30 Fetched 1301 kB in 0s (0 B/s) 17:01:30 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:01:30 Fetched 36.2 kB in 0s (0 B/s) 17:01:30 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 17:01:30 Fetched 159 kB in 0s (0 B/s) 17:01:30 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:01:30 Fetched 107 kB in 0s (0 B/s) 17:01:30 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:01:30 Fetched 48.7 kB in 0s (0 B/s) 17:01:30 Pulling static-packages 17:01:30 + snapcraftctl pull 17:01:30 Pulling version 17:01:30 + cd /root/project 17:01:30 + [ -f VERSION ] 17:01:30 + PROJECT_VERSION=local-dev 17:01:30 + git rev-parse --short HEAD 17:01:30 + GIT_REVISION=7840e6bd 17:01:30 + snapcraftctl set-version local-dev 17:01:31 Skipping build go-build-helper (already ran) 17:01:31 Building app-service-config 17:01:31 + make build 17:01:31 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 17:01:34 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 17:01:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 17:01:34 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 17:01:34 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 17:01:35 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 17:01:35 go: downloading github.com/BurntSushi/toml v0.3.1 17:01:35 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:01:35 go: downloading github.com/go-kit/kit v0.8.0 17:01:35 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 17:01:35 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 17:01:35 go: downloading github.com/gorilla/mux v1.8.0 17:01:35 go: downloading github.com/pelletier/go-toml v1.2.0 17:01:35 go: downloading github.com/x448/float16 v0.8.4 17:01:35 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:01:35 go: downloading github.com/hashicorp/consul/api v1.8.1 17:01:35 go: downloading github.com/google/uuid v1.2.0 17:01:35 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:01:35 go: downloading github.com/hashicorp/serf v0.9.5 17:01:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 17:01:35 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:01:35 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:01:36 go: downloading github.com/pebbe/zmq4 v1.2.7 17:01:36 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:01:36 go: downloading github.com/gorilla/websocket v1.4.2 17:01:36 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:01:36 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:01:36 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:01:36 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:01:36 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:01:36 go: downloading github.com/mattn/go-isatty v0.0.12 17:01:36 go: downloading github.com/mitchellh/copystructure v1.0.0 17:01:36 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 17:01:36 go: downloading github.com/go-playground/validator/v10 v10.4.1 17:01:36 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 17:01:36 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:01:36 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:01:36 go: downloading github.com/fatih/color v1.9.0 17:01:36 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:01:36 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 17:01:36 go: downloading github.com/go-playground/universal-translator v0.17.0 17:01:36 go: downloading github.com/leodido/go-urn v1.2.0 17:01:36 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 17:01:36 go: downloading github.com/mattn/go-colorable v0.1.6 17:01:36 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:01:36 go: downloading github.com/go-playground/locales v0.13.0 17:01:46 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 17:01:46 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 17:01:46 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 17:01:46 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 17:01:47 Building config-common 17:01:47 + snapcraftctl build 17:01:49 Building edgex-go 17:01:49 + cd /root/parts/edgex-go/src 17:01:49 + make build 17:01:49 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 17:01:50 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.31 17:01:50 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:01:50 go: downloading github.com/pkg/errors v0.8.1 17:01:50 go: downloading github.com/imdario/mergo v0.3.12 17:01:53 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 17:01:53 go: downloading gopkg.in/yaml.v2 v2.4.0 17:01:58 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 17:02:00 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 17:02: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 17:02:02 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 17:02:02 go: downloading github.com/stretchr/testify v1.7.0 17:02:02 go: downloading github.com/pmezard/go-difflib v1.0.0 17:02:02 go: downloading github.com/davecgh/go-spew v1.1.1 17:02:02 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:02:04 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 17:02:04 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:02:04 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:02: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 17:02:07 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 17:02: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 17:02: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 17:02:09 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:02: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 17:02:11 go: downloading github.com/lib/pq v1.9.0 17:02:13 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 17:02:13 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 17:02:13 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 17:02:13 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 17:02:13 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 17:02:13 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 17:02:13 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 17:02:13 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 17:02:13 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 17:02:13 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 17:02:13 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 17:02:13 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 17:02:13 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 17:02:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 17:02:13 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 17:02:13 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 17:02:13 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 17:02: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 17:02:13 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 17:02:13 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 17:02:13 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 17:02:13 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 17:02:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 17:02:13 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 17:02:13 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 17:02: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 17:02:16 Building static-packages 17:02:16 + snapcraftctl build 17:02:18 Building version 17:02:18 + snapcraftctl build 17:02:20 Skipping stage go-build-helper (already ran) 17:02:20 Staging app-service-config 17:02:20 + snapcraftctl stage 17:02:21 Staging config-common 17:02:21 + snapcraftctl stage 17:02:22 Staging edgex-go 17:02:22 + snapcraftctl stage 17:02:23 Staging static-packages 17:02:23 + snapcraftctl stage 17:02:24 Staging version 17:02:24 + snapcraftctl stage 17:02:25 Priming go-build-helper 17:02:25 + snapcraftctl prime 17:02:26 Priming app-service-config 17:02:26 + snapcraftctl prime 17:02:28 Priming config-common 17:02:28 + snapcraftctl prime 17:02:29 Priming edgex-go 17:02:29 + snapcraftctl prime 17:02:30 Priming static-packages 17:02:30 + snapcraftctl prime 17:02:33 Priming version 17:02:33 + snapcraftctl prime 17:02:33 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] } 17:02:42 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 17:02:57 Removing intermediate container c74fe8c1ea74 17:02:57 ---> 49ddf9ed6cc4 17:02:57 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:02:58 Removing intermediate container c133388f5a0f 17:02:58 ---> 8b35b8ed2317 17:02:58 17:02:58 Step 10/21 : FROM alpine:3.12 17:02:58 ---> Running in 6d8759d616c8 17:02:58 3.12: Pulling from library/alpine 17:02:59 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 17:02:59 Status: Downloaded newer image for alpine:3.12 17:02:59 ---> d75e27dfc0a0 17:02:59 Step 11/21 : RUN apk add --update --no-cache curl 17:03: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 17:03:01 ---> Running in 615d827d7413 17:03:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:03 (1/4) Installing ca-certificates (20191127-r4) 17:03:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:03:03 (3/4) Installing libcurl (7.69.1-r3) 17:03:03 (4/4) Installing curl (7.69.1-r3) 17:03:03 Executing busybox-1.31.1-r20.trigger 17:03:03 Executing ca-certificates-20191127-r4.trigger 17:03:03 OK: 7 MiB in 18 packages 17:03:04 Removing intermediate container ae70930efbbf 17:03:04 ---> 244bed137f1b 17:03:04 17:03:04 Step 10/22 : FROM alpine:3.12 17:03:04 ---> d75e27dfc0a0 17:03:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:03:04 Removing intermediate container c85096948148 17:03:04 ---> 101e27743722 17:03:04 17:03:04 Step 10/23 : FROM alpine:3.12 17:03:04 ---> d75e27dfc0a0 17:03:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:03:04 Removing intermediate container c2cfb3e6ccbb 17:03:04 ---> 7c692b080b24 17:03:04 17:03:04 Step 10/22 : FROM alpine:3.12 17:03:04 ---> d75e27dfc0a0 17:03:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:03:04 ---> Running in d0230366cce3 17:03:05 ---> Running in b07d13226f7f 17:03:05 ---> Running in 1a65f3c5c29f 17:03:05 Removing intermediate container 6d8759d616c8 17:03:05 ---> 262a0071969e 17:03:05 17:03:05 Step 11/23 : FROM docker:20.10.0 17:03:05 20.10.0: Pulling from library/docker 17:03:05 Removing intermediate container 615d827d7413 17:03:05 ---> 9e0d268b9550 17:03:05 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:03:06 ---> Running in d4688b0eccb2 17:03:06 Removing intermediate container d4688b0eccb2 17:03:06 ---> f45fb5b51f0b 17:03:06 Step 13/21 : WORKDIR /edgex 17:03:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:07 ---> Running in a86aa80236c2 17:03:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:07 (1/2) Installing ca-certificates (20191127-r4) 17:03:07 (2/2) Installing dumb-init (1.2.2-r1) 17:03:07 Executing busybox-1.31.1-r20.trigger 17:03:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:07 Executing ca-certificates-20191127-r4.trigger 17:03:08 (1/1) Installing dumb-init (1.2.2-r1) 17:03:08 Executing busybox-1.31.1-r20.trigger 17:03:08 OK: 6 MiB in 16 packages 17:03:08 OK: 5 MiB in 15 packages 17:03:08 (1/1) Installing dumb-init (1.2.2-r1) 17:03:08 Executing busybox-1.31.1-r20.trigger 17:03:08 Removing intermediate container a86aa80236c2 17:03:08 ---> cf5b9562a71f 17:03:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:03:08 OK: 5 MiB in 15 packages 17:03:10 ---> 1332cb2b9672 17:03:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:03:10 Removing intermediate container 1a65f3c5c29f 17:03:10 ---> eba9b93ae29b 17:03:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:03:11 ---> Running in 8fad881d8d4f 17:03:11 Removing intermediate container d0230366cce3 17:03:11 ---> d3c9c8839737 17:03:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:03:11 Removing intermediate container b07d13226f7f 17:03:11 ---> 72821b23f549 17:03:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:03:11 ---> Running in ddd596fee004 17:03:12 ---> Running in 6274f3e41e99 17:03:12 ---> ac440d4e9bb5 17:03:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:03:12 Removing intermediate container 8fad881d8d4f 17:03:12 ---> caa3af393165 17:03:12 Step 13/23 : ENV APP_PORT=48082 17:03:13 ---> Running in 80911bb7c12e 17:03:13 Removing intermediate container 6274f3e41e99 17:03:13 ---> 180273c153e6 17:03:13 Step 13/22 : ENV APP_PORT=48085 17:03:13 Removing intermediate container ddd596fee004 17:03:13 ---> 9e904177967d 17:03:13 Step 13/22 : ENV APP_PORT=48060 17:03:13 ---> Running in a9fa79be30c0 17:03:13 ---> Running in 53f574756fc1 17:03:13 Removing intermediate container 80911bb7c12e 17:03:13 ---> 0b5a8f670652 17:03:13 Step 14/23 : EXPOSE $APP_PORT 17:03:14 Removing intermediate container a9fa79be30c0 17:03:14 ---> cdb4dbfc8f87 17:03:14 Step 14/22 : EXPOSE $APP_PORT 17:03:14 ---> Running in 4bb8c35805f2 17:03:14 Removing intermediate container 53f574756fc1 17:03:14 ---> cb1766b86c4b 17:03:14 Step 14/22 : EXPOSE $APP_PORT 17:03:15 ---> Running in a06577218cc3 17:03:15 ---> 741e9bd60eb6 17:03:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:03:15 ---> Running in 111eb4df3e0d 17:03:15 ---> Running in 0fed3ecafed3 17:03:15 Removing intermediate container 4bb8c35805f2 17:03:15 ---> 86a157c65589 17:03:15 Step 15/23 : WORKDIR / 17:03:15 Removing intermediate container a06577218cc3 17:03:15 ---> d9d8ec9ed05d 17:03:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:03:16 ---> Running in 1442fa74a0ca 17:03:16 Removing intermediate container 111eb4df3e0d 17:03:16 ---> eb9f3e68a4ca 17:03:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:03:16 Removing intermediate container 0fed3ecafed3 17:03:16 ---> e6a412287622 17:03:16 Step 18/21 : CMD ["--init=true"] 17:03:17 ---> 26b158da7cf2 17:03:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:03:17 ---> Running in c6c8ea1777ea 17:03:17 Removing intermediate container 1442fa74a0ca 17:03:17 ---> 5e3dac973ad4 17:03:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:03:17 ---> 269012b4ed9a 17:03:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:03:17 Removing intermediate container c6c8ea1777ea 17:03:17 ---> 9a859733dbd0 17:03:17 Step 19/21 : LABEL arch=arm64 17:03:18 ---> Running in a0519abf0851 17:03:18 ---> 29cd3c691b88 17:03:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:03:18 Removing intermediate container a0519abf0851 17:03:18 ---> 5c3ea87b90eb 17:03:18 Step 20/21 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 17:03:18 ---> Running in 47956c63047f 17:03:19 ---> 7f3cfab4c44e 17:03:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:03:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:03:19 Status: Downloaded newer image for docker:20.10.0 17:03:19 ---> eeaf43b92773 17:03:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 17:03:19 ---> abf8f51e0405 17:03:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:03:19 Removing intermediate container 47956c63047f 17:03:19 ---> e8c62cc30732 17:03:19 Step 21/21 : LABEL version=0.0.0 17:03:19 ---> Running in c2c603ad65e2 17:03:20 ---> Running in 52a3ffe4565b 17:03:20 ---> abbb0ac34ee1 17:03:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:03:20 ---> ecef04e091bb 17:03:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:03:20 Removing intermediate container c2c603ad65e2 17:03:20 ---> df2ccb1770e0 17:03:20 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 17:03:20 ---> Running in 83ee62401d66 17:03:20 ---> b509644a5630 17:03:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:03:20 Removing intermediate container 52a3ffe4565b 17:03:20 ---> 3115751a28a4 17:03:20 17:03:20 ---> Running in 5a54c53b34fd 17:03:20 ---> Running in 7abf9dddfbfa 17:03:21 Removing intermediate container 83ee62401d66 17:03:21 ---> 8175d7964e16 17:03:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:03:21 Successfully built 3115751a28a4 17:03:21 ---> ae1f99ebb7ef 17:03:21 Step 19/23 : ENTRYPOINT ["/core-command"] 17:03:21 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:03:21  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 17:03:21 Removing intermediate container 7abf9dddfbfa 17:03:21 ---> dfa1f0f2305d 17:03:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:03:21 ---> Running in c5da5b630850 17:03:21 ---> Running in 33e868bffcd7 17:03:21 ---> Running in 625ecfbdf2af 17:03:22 Removing intermediate container c5da5b630850 17:03:22 ---> a8adf7603e54 17:03:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:22 Step 20/22 : LABEL arch=arm64 17:03:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:22 ---> Running in 3e7fe5f4ab2a 17:03:22 Removing intermediate container 33e868bffcd7 17:03:22 ---> 730746cadeaa 17:03:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:03:22 Removing intermediate container 625ecfbdf2af 17:03:22 ---> 1e774f2e033b 17:03:22 Step 20/22 : LABEL arch=arm64 17:03:22 (1/39) Installing readline (8.0.4-r0) 17:03:22 (2/39) Installing bash (5.0.17-r0) 17:03:22 ---> Running in ecaf55063932 17:03:22 ---> Running in 5f6a90eec32f 17:03:22 Executing bash-5.0.17-r0.post-install 17:03:22 (3/39) Installing nghttp2-libs (1.41.0-r0) 17:03:22 (4/39) Installing libcurl (7.69.1-r3) 17:03:22 (5/39) Installing curl (7.69.1-r3) 17:03:22 (6/39) Installing dumb-init (1.2.2-r1) 17:03:22 (7/39) Installing libbz2 (1.0.8-r1) 17:03:22 (8/39) Installing expat (2.2.9-r1) 17:03:22 (9/39) Installing libffi (3.3-r2) 17:03:22 (10/39) Installing gdbm (1.13-r1) 17:03:22 (11/39) Installing xz-libs (5.2.5-r0) 17:03:22 (12/39) Installing sqlite-libs (3.32.1-r0) 17:03:22 (13/39) Installing python3 (3.8.8-r0) 17:03:23 Removing intermediate container 3e7fe5f4ab2a 17:03:23 ---> fab12e889ff5 17:03:23 Step 21/22 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 17:03:24 ---> Running in a01f34c13d97 17:03:24 Removing intermediate container ecaf55063932 17:03:24 ---> 6253e77c3919 17:03:24 Step 21/22 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68Removing intermediate container 5f6a90eec32f 17:03:24 ---> b48f890f4cb7 17:03:24 Step 21/23 : LABEL arch=arm64 17:03:24 17:03:25 (14/39) Installing py3-appdirs (1.4.4-r1) 17:03:25 (15/39) Installing py3-ordered-set (4.0.1-r0) 17:03:25 (16/39) Installing py3-parsing (2.4.7-r0) 17:03:25 (17/39) Installing py3-six (1.15.0-r0) 17:03:25 (18/39) Installing py3-packaging (20.4-r0) 17:03:25 (19/39) Installing py3-setuptools (47.0.0-r0) 17:03:25 (20/39) Installing py3-chardet (3.0.4-r4) 17:03:25 (21/39) Installing py3-idna (2.9-r0) 17:03:25 (22/39) Installing py3-certifi (2020.4.5.1-r0) 17:03:25 (23/39) Installing py3-urllib3 (1.25.9-r0) 17:03:25 (24/39) Installing py3-requests (2.23.0-r0) 17:03:25 (25/39) Installing py3-msgpack (1.0.0-r0) 17:03:25 (26/39) Installing py3-lockfile (0.12.2-r3) 17:03:25 (27/39) Installing py3-cachecontrol (0.12.6-r0) 17:03:25 (28/39) Installing py3-colorama (0.4.3-r0) 17:03:25 (29/39) Installing py3-distlib (0.3.0-r0) 17:03:25 (30/39) Installing py3-distro (1.5.0-r1) 17:03:25 (31/39) Installing py3-webencodings (0.5.1-r3) 17:03:25 Removing intermediate container a01f34c13d97 17:03:25 (32/39) Installing py3-html5lib (1.0.1-r4) 17:03:25 ---> c1d1c2a6dcfb 17:03:25 Step 22/22 : LABEL version=0.0.0 17:03:25 (33/39) Installing py3-pytoml (0.1.21-r0) 17:03:25 (34/39) Installing py3-pep517 (0.8.2-r0) 17:03:25 (35/39) Installing py3-progress (1.5-r0) 17:03:25 (36/39) Installing py3-toml (0.10.1-r0) 17:03:25 (37/39) Installing py3-retrying (1.3.3-r0) 17:03:25 (38/39) Installing py3-contextlib2 (0.6.0-r0) 17:03:25 (39/39) Installing py3-pip (20.1.1-r0) 17:03:25 ---> Running in 5f723d7c3b6b 17:03:25 ---> Running in 4249678d3e1d 17:03:26 Executing busybox-1.31.1-r19.trigger 17:03:26 ---> Running in ad1a9f4360ec 17:03:26 OK: 72 MiB in 59 packages 17:03:27 Removing intermediate container 5f723d7c3b6b 17:03:27 ---> faae08a49e47 17:03:27 Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 17:03:27 Removing intermediate container 4249678d3e1d 17:03:27 ---> 03603e3df4f3 17:03:27 Step 22/22 : LABEL version=0.0.0 17:03:27 Removing intermediate container ad1a9f4360ec 17:03:27 ---> eac62f9c6908 17:03:27 17:03:27 ---> Running in e13ad0d0937b 17:03:28 ---> Running in b8c6bee2ab8c 17:03:28 Successfully built eac62f9c6908 17:03:28 Successfully tagged docker-support-scheduler-go-arm64:latest 17:03:28  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 17:03:28 Removing intermediate container b8c6bee2ab8c 17:03:28 ---> c2e71380f3eb 17:03:28 Step 23/23 : LABEL version=0.0.0 17:03:28 Removing intermediate container e13ad0d0937b 17:03:28 ---> 6b28a8854cbd 17:03:28 17:03:29 ---> Running in 652a456b4319 17:03:29 Successfully built 6b28a8854cbd 17:03:29 Successfully tagged docker-support-notifications-go-arm64:latest 17:03:29  Building docker-support-notifications-go ... done Building docker-core-data-go 17:03:29 Removing intermediate container 652a456b4319 17:03:29 ---> 32938783a0c5 17:03:29 17:03:30 Successfully built 32938783a0c5 17:03:30 Successfully tagged docker-core-command-go-arm64:latest 17:03:30  Building docker-core-command-go ... done Building docker-core-metadata-go 17:03:30 Collecting docker-compose==1.23.2 17:03:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:03:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:03:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:03:32 Collecting websocket-client<1.0,>=0.32.0 17:03:32 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:03:33 Collecting docker<4.0,>=3.6.0 17:03:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:03:34 Collecting jsonschema<3,>=2.5.1 17:03:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:03:34 Collecting docopt<0.7,>=0.6.1 17:03:34 Downloading docopt-0.6.2.tar.gz (25 kB) 17:03:38 Collecting PyYAML<4,>=3.10 17:03:38 Downloading PyYAML-3.13.tar.gz (270 kB) 17:03:41 Collecting texttable<0.10,>=0.9.0 17:03:41 Downloading texttable-0.9.1.tar.gz (11 kB) 17:03:43 Collecting cached-property<2,>=1.2.0 17:03:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:03:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:03:43 Collecting dockerpty<0.5,>=0.4.1 17:03:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:03:45 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) 17:03:46 Collecting urllib3<1.25,>=1.21.1 17:03:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:03:46 Collecting idna<2.8,>=2.5 17:03:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:03:46 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) 17:03:46 Collecting docker-pycreds>=0.4.0 17:03:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:03:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:03:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:03:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:03:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:03:48 Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, docopt, PyYAML, texttable, cached-property, dockerpty, docker-compose 17:03:48 Attempting uninstall: urllib3 17:03:48 Found existing installation: urllib3 1.25.9 17:03:48 Uninstalling urllib3-1.25.9: 17:03:48 Successfully uninstalled urllib3-1.25.9 17:03:49 Attempting uninstall: idna 17:03:49 Found existing installation: idna 2.9 17:03:49 Uninstalling idna-2.9: 17:03:49 Successfully uninstalled idna-2.9 17:03:49 Attempting uninstall: requests 17:03:49 Found existing installation: requests 2.23.0 17:03:49 Uninstalling requests-2.23.0: 17:03:49 Successfully uninstalled requests-2.23.0 17:03:51 Running setup.py install for docopt: started 17:03:53 Running setup.py install for docopt: finished with status 'done' 17:03:53 Running setup.py install for PyYAML: started 17:03:55 Running setup.py install for PyYAML: finished with status 'done' 17:03:55 Running setup.py install for texttable: started 17:03:57 Running setup.py install for texttable: finished with status 'done' 17:03:57 Running setup.py install for dockerpty: started 17:04:00 Running setup.py install for dockerpty: finished with status 'done' 17:04:01 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 17:04:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:04:07 ---> e4991715076d 17:04:07 Step 3/24 : WORKDIR /edgex-go 17:04:07 ---> Using cache 17:04:07 ---> 4e5ab6d40bcb 17:04:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:07 ---> Using cache 17:04:07 ---> e779c1d8dbbb 17:04:07 Step 5/24 : RUN apk add --update --no-cache make git 17:04:07 ---> Using cache 17:04:07 ---> 4b826d873fd9 17:04:07 Step 6/24 : COPY go.mod . 17:04:07 ---> Using cache 17:04:07 ---> 20283aa68b6e 17:04:07 Step 7/24 : RUN go mod download 17:04:07 ---> Using cache 17:04:07 ---> bc4dc80a309b 17:04:07 Step 8/24 : COPY . . 17:04:07 ---> Using cache 17:04:07 ---> 8e2ff8d8e13f 17:04:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:04:12 ---> Running in aee86a1be0d5 17:04:13 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 17:04:21 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:21 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:04:21 ---> e4991715076d 17:04:21 Step 3/31 : WORKDIR /edgex-go 17:04:21 ---> Using cache 17:04:21 ---> 4e5ab6d40bcb 17:04:21 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:21 ---> Using cache 17:04:21 ---> e779c1d8dbbb 17:04:21 Step 5/31 : RUN apk add --update --no-cache make git 17:04:21 ---> Using cache 17:04:21 ---> 4b826d873fd9 17:04:21 Step 6/31 : COPY go.mod . 17:04:21 ---> Using cache 17:04:21 ---> 20283aa68b6e 17:04:21 Step 7/31 : RUN go mod download 17:04:21 ---> Using cache 17:04:21 ---> bc4dc80a309b 17:04:21 Step 8/31 : COPY . . 17:04:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:04:21 ---> e4991715076d 17:04:21 Step 3/23 : WORKDIR /edgex-go 17:04:21 ---> Using cache 17:04:21 ---> 4e5ab6d40bcb 17:04:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:21 ---> Using cache 17:04:21 ---> e779c1d8dbbb 17:04:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:04:22 ---> Using cache 17:04:22 ---> 8e2ff8d8e13f 17:04:22 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:04:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:04:23 ---> e4991715076d 17:04:23 Step 3/23 : WORKDIR /edgex-go 17:04:23 ---> Using cache 17:04:23 ---> 4e5ab6d40bcb 17:04:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:23 ---> Using cache 17:04:23 ---> e779c1d8dbbb 17:04:23 Step 5/23 : RUN apk add --update --no-cache make git 17:04:23 ---> Using cache 17:04:23 ---> 4b826d873fd9 17:04:23 Step 6/23 : COPY go.mod . 17:04:23 ---> Using cache 17:04:23 ---> 20283aa68b6e 17:04:23 Step 7/23 : RUN go mod download 17:04:23 ---> Using cache 17:04:23 ---> bc4dc80a309b 17:04:23 Step 8/23 : COPY . . 17:04:24 ---> Using cache 17:04:24 ---> 8e2ff8d8e13f 17:04:24 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:04:24 ---> Running in 28eb89b733a2 17:04:24 ---> Running in dcd600b2319a 17:04:24 ---> Running in be7458ae47c0 17:04:27 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 17:04:28 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 17:04:28 Removing intermediate container 5a54c53b34fd 17:04:28 ---> f7fb80c50a27 17:04:28 Step 14/23 : ENV APP_PORT=48090 17:04:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:28 ---> Running in 4adea8753c73 17:04:29 Removing intermediate container 4adea8753c73 17:04:29 ---> 954b1ba288a3 17:04:29 Step 15/23 : EXPOSE $APP_PORT 17:04:29 ---> Running in 8a5accc7b289 17:04:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:30 Removing intermediate container 8a5accc7b289 17:04:30 ---> c2e686674adb 17:04:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:04:31 OK: 217 MiB in 51 packages 17:04:32 ---> 0ded412a86cc 17:04:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:04:33 Removing intermediate container be7458ae47c0 17:04:33 ---> 070c9a9c7e4c 17:04:33 Step 6/23 : COPY go.mod . 17:04:33 ---> 553ac8614028 17:04:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:04:34 ---> 85bc19558ad2 17:04:34 Step 7/23 : RUN go mod download 17:04:35 ---> Running in f24bdfd4a021 17:04:35 ---> 79a23f515a50 17:04:35 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 17:04:35 ---> Running in abf28dae0971 17:04:36 Removing intermediate container abf28dae0971 17:04:36 ---> 865063b2eb78 17:04:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:04:36 ---> Running in d75798c48e13 17:04:37 Removing intermediate container d75798c48e13 17:04:37 ---> 4b63df62fe5f 17:04:37 Step 21/23 : LABEL arch=arm64 17:04:37 ---> Running in 6dfb07e29a71 17:04:38 Removing intermediate container 6dfb07e29a71 17:04:38 ---> 584a11b6a3d0 17:04:38 Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 17:04:38 ---> Running in 1b728cbc4a04 17:04:39 Removing intermediate container 1b728cbc4a04 17:04:39 ---> e39fc42bbfbf 17:04:39 Step 23/23 : LABEL version=0.0.0 17:04:39 ---> Running in f5d483c4e0e3 17:04:40 Removing intermediate container f24bdfd4a021 17:04:40 ---> 7521b066ddcd 17:04:40 Step 8/23 : COPY . . 17:04:40 Removing intermediate container f5d483c4e0e3 17:04:40 ---> 43f90232aa00 17:04:40 17:04:41 Successfully built 43f90232aa00 17:04:41 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:05:03  Building docker-sys-mgmt-agent-go ... done  ---> e2e47f5d26f9 17:05:03 Step 9/23 : RUN make cmd/core-data/core-data 17:05:03 ---> Running in 7d75a446f6eb 17:05:03 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 17:05:22 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 17:05:37 Removing intermediate container aee86a1be0d5 17:05:37 ---> ebd08e07f218 17:05:37 17:05:37 Step 10/24 : FROM alpine:3.12 17:05:37 ---> d75e27dfc0a0 17:05:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 17:05:37 ---> Running in 91e3c9ee1c85 17:05:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:05:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:05:40 (1/6) Installing ca-certificates (20191127-r4) 17:05:40 (2/6) Installing nghttp2-libs (1.41.0-r0) 17:05:40 (3/6) Installing libcurl (7.69.1-r3) 17:05:40 (4/6) Installing curl (7.69.1-r3) 17:05:40 (5/6) Installing dumb-init (1.2.2-r1) 17:05:40 (6/6) Installing su-exec (0.2-r1) 17:05:40 Executing busybox-1.31.1-r20.trigger 17:05:40 Executing ca-certificates-20191127-r4.trigger 17:05:40 OK: 7 MiB in 20 packages 17:05:43 Removing intermediate container 91e3c9ee1c85 17:05:43 ---> 2afd0bfded1a 17:05:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:05:43 ---> Running in df68e077f955 17:05:44 Removing intermediate container df68e077f955 17:05:44 ---> 3b7375ffadcb 17:05:44 Step 13/24 : WORKDIR / 17:05:44 ---> Running in 664834b0e672 17:05:45 Removing intermediate container 664834b0e672 17:05:45 ---> 249cebc16b5d 17:05:45 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:05:46 ---> 327a30d05272 17:05:46 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:05:48 ---> 0ec7d488efd2 17:05:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:05:49 ---> 7f0349b2e09f 17:05:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:05:50 ---> e7b070b12f44 17:05:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:05:52 ---> 42ade25cfba7 17:05:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:05:53 ---> 9ad893b45546 17:05:53 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/ 17:05:55 ---> Running in b746fb28c6ef 17:05:56 Removing intermediate container 28eb89b733a2 17:05:56 ---> cc10b5bc0dec 17:05:56 17:05:56 Step 10/31 : FROM alpine:3.12 17:05:56 ---> d75e27dfc0a0 17:05:56 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:05:56 ---> Running in 4c3bb314637a 17:05:57 Removing intermediate container 4c3bb314637a 17:05:57 ---> 6f5b9fbe3fa9 17:05:57 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:05:57 ---> Running in 422c9305f4bf 17:05:59 Removing intermediate container b746fb28c6ef 17:05:59 ---> 6d0f2f23e5fe 17:05:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:05:59 ---> Running in 4f9d9e0a9089 17:06:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:06:00 Removing intermediate container 4f9d9e0a9089 17:06:00 ---> ecd702a9ef03 17:06:00 Step 22/24 : LABEL arch=arm64 17:06:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:06:00 ---> Running in 98549f538b3c 17:06:01 Removing intermediate container 98549f538b3c 17:06:01 ---> f3970b42f355 17:06:01 Step 23/24 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 17:06:01 (1/2) Installing dumb-init (1.2.2-r1) 17:06:01 (2/2) Installing su-exec (0.2-r1) 17:06:01 Executing busybox-1.31.1-r20.trigger 17:06:01 OK: 5 MiB in 16 packages 17:06:01 ---> Running in 6e5ceeb06f41 17:06:02 Removing intermediate container 6e5ceeb06f41 17:06:02 ---> 8b9b51949d2f 17:06:02 Step 24/24 : LABEL version=0.0.0 17:06:02 ---> Running in 3b47af7f5078 17:06:02 Removing intermediate container 422c9305f4bf 17:06:02 ---> f2e77c07ab82 17:06:02 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:06:03 Removing intermediate container 3b47af7f5078 17:06:03 ---> 4dc4a8788311 17:06:03 17:06:03 ---> Running in d2f900940f98 17:06:03 Successfully built 4dc4a8788311 17:06:03 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:06:04  Building docker-security-secretstore-setup-go ... done Removing intermediate container d2f900940f98 17:06:04 ---> 0cd4db2ac630 17:06:04 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:06:04 ---> Running in 598d0caf5f96 17:06:04 Removing intermediate container 598d0caf5f96 17:06:04 ---> 855adf2a8a62 17:06:04 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:06:05 ---> Running in 698415ce8a64 17:06:08 Removing intermediate container 698415ce8a64 17:06:08 ---> 0d9e711ab431 17:06:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:06:08 ---> Running in cb0732eeddd9 17:06:09 Removing intermediate container cb0732eeddd9 17:06:09 ---> 83b0fdfbbbbc 17:06:09 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:06:11 ---> 4a10ab56977f 17:06:11 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:06:11 ---> Running in 72f63bdd5305 17:06:15 Removing intermediate container dcd600b2319a 17:06:15 ---> e83419e70dd3 17:06:15 17:06:15 Step 10/23 : FROM alpine:3.12 17:06:15 ---> d75e27dfc0a0 17:06:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:06:15 ---> Using cache 17:06:15 ---> 72821b23f549 17:06:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:06:15 ---> Using cache 17:06:15 ---> 180273c153e6 17:06:15 Step 13/23 : ENV APP_PORT=48081 17:06:15 Removing intermediate container 72f63bdd5305 17:06:15 ---> 2ec83f137574 17:06:15 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:06:15 ---> Running in 16b6d13c7664 17:06:16 Removing intermediate container 16b6d13c7664 17:06:16 ---> e150a4d28ebe 17:06:16 Step 14/23 : EXPOSE $APP_PORT 17:06:16 ---> e2c93218dd6d 17:06:16 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:06:16 ---> Running in f837087917d5 17:06:17 Removing intermediate container f837087917d5 17:06:17 ---> 3b61798519a2 17:06:17 Step 15/23 : WORKDIR / 17:06:17 ---> Running in cc927724445d 17:06:18 ---> 534be5427d1b 17:06:18 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:06:18 Removing intermediate container cc927724445d 17:06:18 ---> d83636122476 17:06:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:06:19 ---> ffae9d19f48f 17:06:19 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:06:19 ---> 47816fa675b5 17:06:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:06:20 ---> 346985d09d02 17:06:20 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:06:20 ---> e41f8c3a847a 17:06:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:06:21 ---> ecd4bfeff32b 17:06:21 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:06:21 ---> Running in b4f69c075298 17:06:21 ---> 185c508c9803 17:06:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:06:21 ---> Running in a801cf91e58e 17:06:21 Removing intermediate container b4f69c075298 17:06:21 ---> ec815795a045 17:06:21 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:06:22 Removing intermediate container a801cf91e58e 17:06:22 ---> 04f0194e3a4f 17:06:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:06:22 ---> Running in 337b23c1ff41 17:06:23 ---> 9586766d5c00 17:06:23 Step 26/31 : RUN chmod +x /entrypoint.sh 17:06:23 Removing intermediate container 337b23c1ff41 17:06:23 ---> 07d6481b08cf 17:06:23 Step 21/23 : LABEL arch=arm64 17:06:24 ---> Running in 2b1253fc58a3 17:06:24 ---> Running in f0a6ba007a73 17:06:24 Removing intermediate container f0a6ba007a73 17:06:24 ---> 6d2729839368 17:06:24 Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 17:06:24 ---> Running in 6f5b9840fd77 17:06:25 Removing intermediate container 6f5b9840fd77 17:06:25 ---> 1e12b5426dba 17:06:25 Step 23/23 : LABEL version=0.0.0 17:06:25 ---> Running in 8ce03b098fe7 17:06:26 Removing intermediate container 8ce03b098fe7 17:06:26 ---> fabd31b84dd8 17:06:26 17:06:26 Removing intermediate container 2b1253fc58a3 17:06:26 ---> e070e056d27e 17:06:26 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:06:27 Successfully built fabd31b84dd8 17:06:27 Successfully tagged docker-core-metadata-go-arm64:latest 17:06:27  Building docker-core-metadata-go ... done  ---> Running in e1593a9b60b0 17:06:27 Removing intermediate container e1593a9b60b0 17:06:27 ---> b63a72ec07ea 17:06:27 Step 28/31 : CMD ["gate"] 17:06:27 ---> Running in 422b61a857fc 17:06:28 Removing intermediate container 422b61a857fc 17:06:28 ---> ec31003d7ecb 17:06:28 Step 29/31 : LABEL arch=arm64 17:06:28 ---> Running in c3f829a01398 17:06:29 Removing intermediate container c3f829a01398 17:06:29 ---> 54f315622662 17:06:29 Step 30/31 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 17:06:30 ---> Running in 5e6623b0b804 17:06:30 Removing intermediate container 5e6623b0b804 17:06:30 ---> 9ecbfdf5d154 17:06:30 Step 31/31 : LABEL version=0.0.0 17:06:31 ---> Running in 33912fea3b7f 17:06:31 Removing intermediate container 7d75a446f6eb 17:06:31 ---> 7e5a78f66330 17:06:31 17:06:31 Step 10/23 : FROM alpine:3.12 17:06:31 ---> d75e27dfc0a0 17:06:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:06:31 ---> Running in b7ee48aa2388 17:06:31 Removing intermediate container 33912fea3b7f 17:06:31 ---> 03d37e6528a4 17:06:31 17:06:32 Successfully built 03d37e6528a4 17:06:32 Removing intermediate container b7ee48aa2388 17:06:32 ---> afdb7f4a5cd0 17:06:32 Step 12/23 : ENV APP_PORT=48080 17:06:32 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:06:32  Building docker-security-bootstrapper-go ... done  ---> Running in a1368264a313 17:06:33 Removing intermediate container a1368264a313 17:06:33 ---> c83ed64b4f9e 17:06:33 Step 13/23 : EXPOSE $APP_PORT 17:06:33 ---> Running in c84116050789 17:06:33 Removing intermediate container c84116050789 17:06:33 ---> bab43b700b1b 17:06:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:06:33 ---> Running in b222d70823c6 17:06:35 Removing intermediate container b222d70823c6 17:06:35 ---> 6cbd8857b273 17:06:35 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:06:35 ---> Running in af3d6f136f83 17:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:06:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:06:38 (1/6) Installing dumb-init (1.2.2-r1) 17:06:38 (2/6) Installing libgcc (9.3.0-r2) 17:06:38 (3/6) Installing libsodium (1.0.18-r0) 17:06:39 (4/6) Installing libstdc++ (9.3.0-r2) 17:06:39 (5/6) Installing libzmq (4.3.3-r0) 17:06:39 (6/6) Installing zeromq (4.3.3-r0) 17:06:39 Executing busybox-1.31.1-r20.trigger 17:06:39 OK: 8 MiB in 20 packages 17:06:40 Removing intermediate container af3d6f136f83 17:06:40 ---> 4f3d2ee9b0e1 17:06:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:06:41 ---> dc8f5891340e 17:06:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:06:42 ---> 77520ca09e62 17:06:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:06:43 ---> cb3107e91711 17:06:43 Step 19/23 : ENTRYPOINT ["/core-data"] 17:06:43 ---> Running in 8adcd07b44dd 17:06:43 Removing intermediate container 8adcd07b44dd 17:06:43 ---> 2a63fcc9843f 17:06:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:06:43 ---> Running in 32d483403cb5 17:06:44 Removing intermediate container 32d483403cb5 17:06:44 ---> cb603ead1342 17:06:44 Step 21/23 : LABEL arch=arm64 17:06:44 ---> Running in 14ec95028022 17:06:44 Removing intermediate container 14ec95028022 17:06:44 ---> 65d6f235f23e 17:06:44 Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 17:06:44 ---> Running in cb8edea40913 17:06:45 Removing intermediate container cb8edea40913 17:06:45 ---> d02e4db21141 17:06:45 Step 23/23 : LABEL version=0.0.0 17:06:45 ---> Running in 0135d4432513 17:06:45 Removing intermediate container 0135d4432513 17:06:45 ---> c69ad6814c8e 17:06:45 17:06:46 Successfully built c69ad6814c8e 17:06:46 Successfully tagged docker-core-data-go-arm64:latest 17:06:46  Building docker-core-data-go ... done  [Pipeline] } 17:06:46 $ docker stop --time=1 5f51ed70705a1c08d17fa5f4b501941b1f46d9ddd780437b8355a997e4657e95 17:06:48 $ docker rm -f 5f51ed70705a1c08d17fa5f4b501941b1f46d9ddd780437b8355a997e4657e95 [Pipeline] // withDockerContainer [Pipeline] sh 17:06:49 + docker images 17:06:49 + grep docker 17:06:49 docker-core-data-go-arm64 latest c69ad6814c8e 4 seconds ago 21.4MB 17:06:49 docker-security-bootstrapper-go-arm64 latest 03d37e6528a4 18 seconds ago 17.9MB 17:06:49 docker-core-metadata-go-arm64 latest fabd31b84dd8 23 seconds ago 17.9MB 17:06:49 docker-security-secretstore-setup-go-arm64 latest 4dc4a8788311 47 seconds ago 24.4MB 17:06:49 docker-sys-mgmt-agent-go-arm64 latest 43f90232aa00 2 minutes ago 299MB 17:06:49 docker-core-command-go-arm64 latest 32938783a0c5 3 minutes ago 16.3MB 17:06:49 docker-support-notifications-go-arm64 latest 6b28a8854cbd 3 minutes ago 16.9MB 17:06:49 docker-support-scheduler-go-arm64 latest eac62f9c6908 3 minutes ago 16.4MB 17:06:49 docker-security-proxy-setup-go-arm64 latest 3115751a28a4 3 minutes ago 24.2MB 17:06:49 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 17:06:50 ---> job-cost.sh 17:06:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dMyT 17:07:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:09:06 lf-activate-venv(): INFO: Adding /tmp/venv-dMyT/bin to PATH 17:09:06 INFO: No Stack... 17:09:06 INFO: Retrieving Pricing Info for: lf-standard-4 17:09:06 INFO: Archiving Costs [Pipeline] sh 17:09:07 + + cat /w/workspace/edgex-go/7/archives/cost.csvcut 17:09:07 -d, -f6 [Pipeline] lock 17:09:07 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3331-7-stack-cost] 17:09:07 Resource [jenkins-edgexfoundry-edgex-go-PR-3331-7-stack-cost] did not exist. Created. 17:09:07 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3331-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:09:07 + echo total: 0.20999999344348907 [Pipeline] stash 17:09:07 Stashed 1 file(s) [Pipeline] } 17:09:07 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3331-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:09:09 provisioning config files... 17:09:09 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config6081373367409144653tmp [Pipeline] { [Pipeline] sh 17:09:10 + set +x 17:09:10 + curl -s https://codecov.io/bash 17:09:10 + bash -s -- 17:09:10 17:09:10 _____ _ 17:09:10 / ____| | | 17:09:10 | | ___ __| | ___ ___ _____ __ 17:09:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:09:10 | |___| (_) | (_| | __/ (_| (_) \ V / 17:09:10 \_____\___/ \__,_|\___|\___\___/ \_/ 17:09:10 Bash-20210309-2b87ace 17:09:10 17:09:10 17:09:10 ==> git version 2.24.3 found 17:09:10 ==> 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 17:09:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:09:10 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:09:10 ==> Jenkins CI detected. 17:09:10 project root: . 17:09:10 --> token set from env 17:09:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:09:10 ==> Running gcov in . (disable via -X gcov) 17:09:10 ==> Python coveragepy not found 17:09:10 ==> Searching for coverage reports in: 17:09:10 + . 17:09:10 -> Found 1 reports 17:09:10 ==> Detecting git/mercurial file structure 17:09:11 ==> Reading reports 17:09:11 + ./coverage.out bytes=697383 17:09:11 ==> Appending adjustments 17:09:11 https://docs.codecov.io/docs/fixing-reports 17:09:14 + Found adjustments 17:09:14 ==> Gzipping contents 17:09:14 100K /tmp/codecov.U5XZci.gz 17:09:14 ==> Uploading reports 17:09:14 url: https://codecov.io 17:09:14 query: branch=PR-3331&commit=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3331%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3331&job=&cmd_args= 17:09:14 -> Pinging Codecov 17:09:14 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3331&commit=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3331%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3331&job=&cmd_args= 17:09:15 -> Uploading to 17:09:15 https://storage.googleapis.com/codecov/v4/raw/2021-04-09/00271124DB129430A58F1EEE437C3FCB/7840e6bd16ef4dd798ba6443c7c608bbd6fafd68/52ec8b4b-1db3-40c3-873e-654a01851d9d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210409T170914Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=24586de8207327c29eb9b6b24105166246967b05e500722dbabe659d7411d531 17:09:15 % Total % Received % Xferd Average Speed Time Time Time Current 17:09:15 Dload Upload Total Spent Left Speed 17:09:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99461 0 0 100 99461 0 187k --:--:-- --:--:-- --:--:-- 187k 17:09:15 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [Pipeline] } 17:09:15 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 17:09:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:09:18 ---> package-listing.sh 17:09:18 ++ facter osfamily 17:09:18 ++ tr '[:upper:]' '[:lower:]' 17:09:18 + OS_FAMILY=redhat 17:09:18 + workspace=/w/workspace/edgex-go/7 17:09:18 + START_PACKAGES=/tmp/packages_start.txt 17:09:18 + END_PACKAGES=/tmp/packages_end.txt 17:09:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:09:18 + PACKAGES=/tmp/packages_start.txt 17:09:18 + '[' /w/workspace/edgex-go/7 ']' 17:09:18 + PACKAGES=/tmp/packages_end.txt 17:09:18 + case "${OS_FAMILY}" in 17:09:18 + rpm -qa 17:09:18 + sort 17:09:24 + '[' -f /tmp/packages_start.txt ']' 17:09:24 + '[' -f /tmp/packages_end.txt ']' 17:09:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:09:24 + '[' /w/workspace/edgex-go/7 ']' 17:09:24 + mkdir -p /w/workspace/edgex-go/7/archives/ 17:09:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 17:09:24 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:09:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:09:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:09:24 17:09:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:09:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:09:25 alpine: Pulling from edgex-lftools-log-publisher 17:09:25 df20fa9351a1: Pulling fs layer 17:09:25 36b3adc4ff6f: Pulling fs layer 17:09:25 8ad3a11d3b57: Pulling fs layer 17:09:25 46f8f816bc3b: Pulling fs layer 17:09:25 93b61091891f: Pulling fs layer 17:09:25 93b9cdb0e59b: Pulling fs layer 17:09:25 5e14af77c1be: Pulling fs layer 17:09:25 01666e4c0597: Pulling fs layer 17:09:25 aa168da1d23b: Pulling fs layer 17:09:25 93b9cdb0e59b: Waiting 17:09:25 46f8f816bc3b: Waiting 17:09:25 93b61091891f: Waiting 17:09:25 5e14af77c1be: Waiting 17:09:25 01666e4c0597: Waiting 17:09:25 aa168da1d23b: Waiting 17:09:25 36b3adc4ff6f: Verifying Checksum 17:09:25 36b3adc4ff6f: Download complete 17:09:25 46f8f816bc3b: Verifying Checksum 17:09:25 46f8f816bc3b: Download complete 17:09:25 df20fa9351a1: Verifying Checksum 17:09:25 df20fa9351a1: Download complete 17:09:25 93b9cdb0e59b: Verifying Checksum 17:09:25 93b9cdb0e59b: Download complete 17:09:25 5e14af77c1be: Verifying Checksum 17:09:25 5e14af77c1be: Download complete 17:09:25 93b61091891f: Verifying Checksum 17:09:25 93b61091891f: Download complete 17:09:25 01666e4c0597: Verifying Checksum 17:09:25 01666e4c0597: Download complete 17:09:25 df20fa9351a1: Pull complete 17:09:25 8ad3a11d3b57: Verifying Checksum 17:09:25 8ad3a11d3b57: Download complete 17:09:25 36b3adc4ff6f: Pull complete 17:09:26 8ad3a11d3b57: Pull complete 17:09:26 46f8f816bc3b: Pull complete 17:09:27 aa168da1d23b: Verifying Checksum 17:09:27 aa168da1d23b: Download complete 17:09:28 93b61091891f: Pull complete 17:09:28 93b9cdb0e59b: Pull complete 17:09:29 5e14af77c1be: Pull complete 17:09:29 01666e4c0597: Pull complete 17:09:37 aa168da1d23b: Pull complete 17:09:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:09:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:09:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:09:37 prd-centos7-docker-4c-2g-33449 does not seem to be running inside a container 17:09:37 $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-lftools-log-publisher:alpine cat 17:09:44 $ docker top 6e577b6400410630816985b4516dd2134a0e7d88b7e08ef317780b843cd6b169 -eo pid,comm [Pipeline] { [Pipeline] sh 17:09:45 + touch /tmp/pre-build-complete [Pipeline] sh 17:09:45 + mkdir -p /var/log/sa [Pipeline] sh 17:09:45 + ls /var/log/sa-host 17:09:45 + sadf -c /var/log/sa-host/sa09 17:09:45 file_magic: OK 17:09:45 HZ: Using current value: 100 17:09:45 file_header: OK 17:09:45 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 17:09:45 Statistics: 17:09:45 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... 17:09:45 File successfully converted to sysstat format version 12.2.1 17:09:45 + sadf -c /var/log/sa-host/sa23 17:09:45 file_magic: OK 17:09:45 HZ: Using current value: 100 17:09:45 file_header: OK 17:09:45 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 17:09:45 Statistics: 17:09:45 Hnuu...uuuununununu... 17:09:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:09:45 provisioning config files... 17:09:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config5750344157406233963tmp [Pipeline] { [Pipeline] echo 17:09:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:09:46 ---> create-netrc.sh [Pipeline] } 17:09:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:09:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:09:46 ---> python-tools-install.sh [Pipeline] echo 17:09:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:09:47 ---> sudo-logs.sh 17:09:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:09:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:09:47 ---> job-cost.sh 17:09:47 lf-activate-venv: SKIPPING 17:09:47 DEBUG: total: 0.20999999344348907 17:09:47 INFO: Retrieving Stack Cost... 17:09:48 INFO: Retrieving Pricing Info for: v1-standard-2 17:09:49 INFO: Archiving Costs [Pipeline] echo 17:09:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:09:49 ---> logs-deploy.sh 17:09:49 lf-activate-venv: SKIPPING 17:09:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3331/7 17:09:49 INFO: archiving workspace using pattern(s): 17:09:50 Archives upload complete. 17:09:50 INFO: archiving logs to Nexus