Branch indexing 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4e0bf0319480625e5379d8d5fd7b212abf0b0714 rather than fb650b50dcd735cec13b6d517224b4e36adaa169 Obtained Jenkinsfile from 4e0bf0319480625e5379d8d5fd7b212abf0b0714 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:false, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1378’ is offline Running on prd-centos7-docker-4c-2g-1380 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/15 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit fb650b50dcd735cec13b6d517224b4e36adaa169 Merge succeeded, producing 5ad73813599a52c11f5f5210ca694cdbede328d4 Checking out Revision 5ad73813599a52c11f5f5210ca694cdbede328d4 (PR-2627) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fb650b50dcd735cec13b6d517224b4e36adaa169 # 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 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ad73813599a52c11f5f5210ca694cdbede328d4 # timeout=10 Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:29:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:29:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:29:39 ========================================================= 04:29:39 EdgeX Global Pipelines Version Info 04:29:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c6771f42a5524429f96f8d73a9bafba19bf2e966 # timeout=10 04:29:41 ------------------- 04:29:41 stable info: 04:29:41 ------------------- 04:29:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:29:41 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:29:41 Message: update stable to v1.0.106 04:29:41 ------------------- 04:29:41 experimental info: 04:29:41 ------------------- 04:29:41 Commited By: **** collab-it+edgex@linuxfoundation.org 04:29:41 Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b 04:29:41 Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:29:43 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:29:43 + for file in '`ls cmd/**/Dockerfile`' 04:29:43 ++ dirname cmd/core-command/Dockerfile 04:29:43 ++ cut -d/ -f2 04:29:43 + echo core-command,cmd/core-command/Dockerfile 04:29:43 + for file in '`ls cmd/**/Dockerfile`' 04:29:43 ++ dirname cmd/core-data/Dockerfile 04:29:43 ++ cut -d/ -f2 04:29:43 + echo core-data,cmd/core-data/Dockerfile 04:29:43 + for file in '`ls cmd/**/Dockerfile`' 04:29:43 ++ dirname cmd/core-metadata/Dockerfile 04:29:43 ++ cut -d/ -f2 04:29:43 + echo core-metadata,cmd/core-metadata/Dockerfile 04:29:43 + for file in '`ls cmd/**/Dockerfile`' 04:29:43 ++ dirname cmd/security-proxy-setup/Dockerfile 04:29:43 ++ cut -d/ -f2 04:29:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:29:43 + for file in '`ls cmd/**/Dockerfile`' 04:29:43 ++ dirname cmd/security-secrets-setup/Dockerfile 04:29:43 ++ cut -d/ -f2 04:29:43 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:29:43 + for file in '`ls cmd/**/Dockerfile`' 04:29:43 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:29:43 ++ cut -d/ -f2 04:29:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:29:43 + for file in '`ls cmd/**/Dockerfile`' 04:29:43 ++ dirname cmd/support-logging/Dockerfile 04:29:43 ++ cut -d/ -f2 04:29:43 + echo support-logging,cmd/support-logging/Dockerfile 04:29:43 + for file in '`ls cmd/**/Dockerfile`' 04:29:43 ++ dirname cmd/support-notifications/Dockerfile 04:29:43 ++ cut -d/ -f2 04:29:43 + echo support-notifications,cmd/support-notifications/Dockerfile 04:29:43 + for file in '`ls cmd/**/Dockerfile`' 04:29:43 ++ dirname cmd/support-scheduler/Dockerfile 04:29:43 ++ cut -d/ -f2 04:29:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:29:43 + for file in '`ls cmd/**/Dockerfile`' 04:29:43 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:29:43 ++ cut -d/ -f2 04:29:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:29:43 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 04:29:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:44 04:29:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:29:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:45 latest: Pulling from edgex-devops/git-semver 04:29:45 31603596830f: Pulling fs layer 04:29:45 2a8b12db71e7: Pulling fs layer 04:29:45 6ca5941a6612: Pulling fs layer 04:29:45 ecc8261a40a4: Pulling fs layer 04:29:45 ecc8261a40a4: Waiting 04:29:45 2a8b12db71e7: Verifying Checksum 04:29:45 2a8b12db71e7: Download complete 04:29:45 31603596830f: Verifying Checksum 04:29:45 31603596830f: Download complete 04:29:45 ecc8261a40a4: Verifying Checksum 04:29:45 ecc8261a40a4: Download complete 04:29:45 6ca5941a6612: Verifying Checksum 04:29:45 6ca5941a6612: Download complete 04:29:45 31603596830f: Pull complete 04:29:45 2a8b12db71e7: Pull complete 04:29:46 6ca5941a6612: Pull complete 04:29:46 ecc8261a40a4: Pull complete 04:29:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:29:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:29:46 prd-centos7-docker-4c-2g-1380 does not seem to be running inside a container 04:29:46 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:29:49 $ docker top 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:29:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:49 [ssh-agent] Looking for ssh-agent implementation... 04:29:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:29:49 $ docker exec 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b ssh-agent 04:29:49 SSH_AUTH_SOCK=/tmp/ssh-FGojCYNzDnM6/agent.11 04:29:49 SSH_AGENT_PID=17 04:29:49 Running ssh-add (command line suppressed) 04:29:49 Identity added: /w/workspace/edgex-go/15@tmp/private_key_245898902193038505.key (/w/workspace/edgex-go/15@tmp/private_key_245898902193038505.key) 04:29:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:29:50 + git describe --exact-match --tags HEAD 04:29:50 fatal: No names found, cannot describe anything. [Pipeline] } 04:29:50 $ docker exec --env ******** --env ******** 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b ssh-agent -k 04:29:50 unset SSH_AUTH_SOCK; 04:29:50 unset SSH_AGENT_PID; 04:29:50 echo Agent pid 17 killed; 04:29:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:29:50 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:29:50 This usually means this commit has not been tagged. [Pipeline] sshagent 04:29:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:50 [ssh-agent] Looking for ssh-agent implementation... 04:29:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:29:50 $ docker exec 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b ssh-agent 04:29:50 SSH_AUTH_SOCK=/tmp/ssh-eERdRjDVh9N8/agent.46 04:29:50 SSH_AGENT_PID=51 04:29:50 Running ssh-add (command line suppressed) 04:29:50 Identity added: /w/workspace/edgex-go/15@tmp/private_key_7791930324313370804.key (/w/workspace/edgex-go/15@tmp/private_key_7791930324313370804.key) 04:29:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:29:51 + git semver init 04:29:51 # -> Open(): unable to determine branch for HEAD 04:29:51 # $GIT_DIR = /w/workspace/edgex-go/15/.git 04:29:51 # $GIT_WORK_TREE = /w/workspace/edgex-go/15 04:29:51 # $SEMVER_REMOTE_NAME = origin 04:29:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:29:51 # $SEMVER_USER_NAME = edgex-jenkins 04:29:51 # $SEMVER_BRANCH = PR-2627 04:29:51 # $SEMVER_TEMP = /tmp/semver-094841676 04:29:51 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:30:09 # '/tmp/semver-094841676' -> '/w/workspace/edgex-go/15/.semver' 04:30:10 # -> Force: false 04:30:10 # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } 04:30:10 $ docker exec --env ******** --env ******** 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b ssh-agent -k 04:30:10 unset SSH_AUTH_SOCK; 04:30:10 unset SSH_AGENT_PID; 04:30:10 echo Agent pid 51 killed; 04:30:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:11 + git semver [Pipeline] } 04:30:11 $ docker stop --time=1 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b 04:30:12 $ docker rm -f 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:30:26 Stashed 26 file(s) [Pipeline] echo 04:30:26 [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] echo 04:30:26 ========================================================= 04:30:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:30:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:30:26 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:30:30 Sending build context to Docker daemon 323.2MB 04:30:30 Step 1/7 : ARG BASE=golang:1.13-alpine 04:30:30 Step 2/7 : FROM ${BASE} 04:30:30 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:30:30 df20fa9351a1: Pulling fs layer 04:30:30 ed8968b2872e: Pulling fs layer 04:30:30 a92cc7c5fd73: Pulling fs layer 04:30:30 2dd03ba5bac4: Pulling fs layer 04:30:30 1e091d79d1de: Pulling fs layer 04:30:30 481702a1767f: Pulling fs layer 04:30:30 f64a6f60c768: Pulling fs layer 04:30:30 e78d2573fc39: Pulling fs layer 04:30:30 e876d2f968b6: Pulling fs layer 04:30:30 ce8a83651883: Pulling fs layer 04:30:30 07967f4d0e4b: Pulling fs layer 04:30:30 f64a6f60c768: Waiting 04:30:30 e78d2573fc39: Waiting 04:30:30 e876d2f968b6: Waiting 04:30:30 ce8a83651883: Waiting 04:30:30 07967f4d0e4b: Waiting 04:30:30 2dd03ba5bac4: Waiting 04:30:30 1e091d79d1de: Waiting 04:30:30 481702a1767f: Waiting 04:30:30 a92cc7c5fd73: Verifying Checksum 04:30:30 a92cc7c5fd73: Download complete 04:30:30 ed8968b2872e: Verifying Checksum 04:30:30 ed8968b2872e: Download complete 04:30:30 1e091d79d1de: Verifying Checksum 04:30:30 1e091d79d1de: Download complete 04:30:30 481702a1767f: Verifying Checksum 04:30:30 481702a1767f: Download complete 04:30:30 df20fa9351a1: Verifying Checksum 04:30:30 df20fa9351a1: Pull complete 04:30:30 f64a6f60c768: Verifying Checksum 04:30:30 f64a6f60c768: Download complete 04:30:31 2dd03ba5bac4: Verifying Checksum 04:30:31 2dd03ba5bac4: Download complete 04:30:31 e78d2573fc39: Verifying Checksum 04:30:31 e78d2573fc39: Download complete 04:30:31 e876d2f968b6: Verifying Checksum 04:30:31 e876d2f968b6: Download complete 04:30:31 07967f4d0e4b: Verifying Checksum 04:30:31 07967f4d0e4b: Download complete 04:30:31 ed8968b2872e: Pull complete 04:30:31 ce8a83651883: Verifying Checksum 04:30:31 ce8a83651883: Download complete 04:30:32 a92cc7c5fd73: Pull complete 04:30:38 2dd03ba5bac4: Pull complete 04:30:38 1e091d79d1de: Pull complete 04:30:38 481702a1767f: Pull complete 04:30:41 Still waiting to schedule task 04:30:41 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1379’ is offline 04:30:44 f64a6f60c768: Pull complete 04:30:46 e78d2573fc39: Pull complete 04:30:46 e876d2f968b6: Pull complete 04:30:47 ce8a83651883: Pull complete 04:30:47 07967f4d0e4b: Pull complete 04:30:47 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:30:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:30:47 ---> 5d7c900382c6 04:30:47 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:30:49 ---> Running in 400bab5fec66 04:30:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:30:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:30:50 (1/12) Installing libmagic (5.38-r0) 04:30:50 (2/12) Installing file (5.38-r0) 04:30:50 (3/12) Installing libc-dev (0.7.2-r3) 04:30:50 (4/12) Installing g++ (9.3.0-r2) 04:30:52 (5/12) Installing fortify-headers (1.1-r0) 04:30:53 (6/12) Installing patch (2.7.6-r6) 04:30:53 (7/12) Installing build-base (0.5-r2) 04:30:53 (8/12) Installing libsodium (1.0.18-r0) 04:30:53 (9/12) Installing pkgconf (1.7.2-r0) 04:30:53 (10/12) Installing libsodium-dev (1.0.18-r0) 04:30:53 (11/12) Installing libzmq (4.3.2-r0) 04:30:53 (12/12) Installing zeromq-dev (4.3.2-r0) 04:30:53 Executing busybox-1.31.1-r16.trigger 04:30:53 OK: 233 MiB in 51 packages 04:30:57 Removing intermediate container 400bab5fec66 04:30:57 ---> d66fdd745472 04:30:57 Step 4/7 : WORKDIR /edgex-go 04:30:57 ---> Running in 4a30ef50f811 04:30:57 Removing intermediate container 4a30ef50f811 04:30:57 ---> 5d4665ba461d 04:30:57 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:30:57 latest: Pulling from library/docker 04:30:57 df20fa9351a1: Already exists 04:30:57 25ad7478873d: Pulling fs layer 04:30:57 4684f6177b5d: Pulling fs layer 04:30:57 46e300cec669: Pulling fs layer 04:30:57 63038576ad94: Pulling fs layer 04:30:57 0fdb76c4706c: Pulling fs layer 04:30:57 cb7edeffdfd5: Pulling fs layer 04:30:57 63038576ad94: Waiting 04:30:57 0fdb76c4706c: Waiting 04:30:57 cb7edeffdfd5: Waiting 04:30:57 4684f6177b5d: Verifying Checksum 04:30:57 4684f6177b5d: Download complete 04:30:57 25ad7478873d: Verifying Checksum 04:30:57 25ad7478873d: Download complete 04:30:57 63038576ad94: Verifying Checksum 04:30:57 63038576ad94: Download complete 04:30:57 0fdb76c4706c: Download complete 04:30:57 25ad7478873d: Pull complete 04:30:57 cb7edeffdfd5: Verifying Checksum 04:30:57 cb7edeffdfd5: Download complete 04:30:57 4684f6177b5d: Pull complete 04:30:58 46e300cec669: Retrying in 5 seconds 04:30:59 46e300cec669: Retrying in 4 seconds 04:31:00 46e300cec669: Retrying in 3 seconds 04:31:01 46e300cec669: Retrying in 2 seconds 04:31:02 46e300cec669: Retrying in 1 second 04:31:03 46e300cec669: Verifying Checksum 04:31:03 46e300cec669: Download complete 04:31:05 46e300cec669: Pull complete 04:31:05 63038576ad94: Pull complete 04:31:05 0fdb76c4706c: Pull complete 04:31:06 cb7edeffdfd5: Pull complete 04:31:06 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:31:06 Status: Downloaded newer image for docker:latest 04:31:07 ---> 573d1ad506c4 04:31:07 Step 6/7 : COPY go.mod . 04:31:07 ---> 5398638daa7d 04:31:07 Step 7/7 : RUN go mod download 04:31:07 ---> Running in 5e5ec742b19c 04:31:10 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:31:10 go: finding github.com/BurntSushi/toml v0.3.1 04:31:10 go: finding github.com/OneOfOne/xxhash v1.2.5 04:31:10 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:31:10 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:31:10 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:31:10 go: finding github.com/bgentry/speakeasy v0.1.0 04:31:10 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:31:10 go: finding github.com/cloudflare/gokey v0.1.0 04:31:10 go: finding github.com/davecgh/go-spew v1.1.1 04:31:10 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:31:10 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:31:10 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:31:10 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:31:10 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:31:10 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:31:10 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:31:10 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:31:10 go: finding github.com/fatih/color v1.7.0 04:31:10 go: finding github.com/fsnotify/fsnotify v1.4.7 04:31:10 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:31:10 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:31:10 go: finding github.com/go-kit/kit v0.8.0 04:31:10 go: finding github.com/go-logfmt/logfmt v0.4.0 04:31:10 go: finding github.com/go-redis/redis/v7 v7.2.0 04:31:10 go: finding github.com/go-stack/stack v1.8.0 04:31:10 go: finding github.com/golang/protobuf v1.3.2 04:31:10 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:31:10 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:31:10 go: finding github.com/google/uuid v1.1.0 04:31:10 go: finding github.com/gorilla/mux v1.7.1 04:31:10 go: finding github.com/hashicorp/consul/api v1.1.0 04:31:10 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:31:10 go: finding github.com/hashicorp/errwrap v1.0.0 04:31:10 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:31:10 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:31:10 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:31:10 go: finding github.com/hashicorp/go-multierror v1.0.0 04:31:10 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:31:10 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:31:10 go: finding github.com/hashicorp/go-syslog v1.0.0 04:31:10 go: finding github.com/hashicorp/go-uuid v1.0.1 04:31:10 go: finding github.com/hashicorp/go.net v0.0.1 04:31:10 go: finding github.com/hashicorp/golang-lru v0.5.0 04:31:10 go: finding github.com/hashicorp/logutils v1.0.0 04:31:10 go: finding github.com/hashicorp/mdns v1.0.0 04:31:10 go: finding github.com/hashicorp/memberlist v0.1.3 04:31:10 go: finding github.com/hashicorp/serf v0.8.2 04:31:10 go: finding github.com/hpcloud/tail v1.0.0 04:31:11 go: finding github.com/imdario/mergo v0.3.6 04:31:11 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:31:11 go: finding github.com/kr/pretty v0.1.0 04:31:11 go: finding github.com/kr/pty v1.1.1 04:31:11 go: finding github.com/kr/text v0.1.0 04:31:11 go: finding github.com/mattn/go-colorable v0.0.9 04:31:11 go: finding github.com/mattn/go-isatty v0.0.3 04:31:11 go: finding github.com/miekg/dns v1.0.14 04:31:11 go: finding github.com/mitchellh/cli v1.0.0 04:31:11 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:31:11 go: finding github.com/mitchellh/copystructure v1.0.0 04:31:11 go: finding github.com/mitchellh/go-homedir v1.0.0 04:31:11 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:31:11 go: finding github.com/mitchellh/gox v0.4.0 04:31:11 go: finding github.com/mitchellh/iochan v1.0.0 04:31:11 go: finding github.com/mitchellh/mapstructure v1.1.2 04:31:11 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:31:11 go: finding github.com/onsi/ginkgo v1.10.1 04:31:11 go: finding github.com/onsi/gomega v1.7.0 04:31:11 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:31:11 go: finding github.com/pebbe/zmq4 v1.0.0 04:31:11 go: finding github.com/pelletier/go-toml v1.2.0 04:31:11 go: finding github.com/pkg/errors v0.8.1 04:31:11 go: finding github.com/pmezard/go-difflib v1.0.0 04:31:11 go: finding github.com/posener/complete v1.1.1 04:31:11 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:31:11 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:31:11 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:31:11 go: finding github.com/stretchr/objx v0.1.0 04:31:11 go: finding github.com/stretchr/testify v1.5.1 04:31:11 go: finding github.com/ugorji/go v1.1.4 04:31:11 go: finding github.com/x448/float16 v0.8.4 04:31:11 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:31:11 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:31:11 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:31:11 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:31:11 go: finding golang.org/x/text v0.3.2 04:31:11 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:31:12 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:31:12 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:31:12 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:31:12 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:31:12 go: finding gopkg.in/yaml.v2 v2.2.8 04:31:26 Removing intermediate container 5e5ec742b19c 04:31:26 ---> 3fb1fbabe424 04:31:26 Successfully built 3fb1fbabe424 04:31:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:31:27 + docker inspect -f . ci-base-image-x86_64 04:31:27 . [Pipeline] withDockerContainer 04:31:27 prd-centos7-docker-4c-2g-1380 does not seem to be running inside a container 04:31:27 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-x86_64 cat 04:31:28 $ docker top 757c5019ca7fe8cdb2fb310696e2a152e17043cc9b90b35aad513869418ea730 -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:28 + go version 04:31:28 go version go1.13.13 linux/amd64 [Pipeline] echo 04:31:28 ========================================================= 04:31:28 [edgeXBuildGoParallel] Running Tests and Build... 04:31:28 ========================================================= [Pipeline] sh 04:31:28 + make test 04:31:28 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:31:30 ? github.com/edgexfoundry/edgex-go [no test files] 04:31:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:31:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:31:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:31:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:31:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:31:47 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s 04:31:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:31:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:31:47 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:31:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:31:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:31:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:31:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:31:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:31:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.022s coverage: 46.6% of statements 04:31:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:31:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:31:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:31:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:31:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:31:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.065s coverage: 27.4% of statements 04:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:31:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.011s coverage: 100.0% of statements 04:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:31:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.023s coverage: 100.0% of statements 04:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:31:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.113s coverage: 29.3% of statements 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:31:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.019s coverage: 100.0% of statements 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:31:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:31:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:31:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:31:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:31:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 04:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.076s coverage: 63.5% of statements 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements 04:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.112s coverage: 55.9% of statements 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.367s coverage: 86.3% of statements 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.314s coverage: 72.2% of statements 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.122s coverage: 72.1% of statements 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.018s coverage: 82.4% of statements 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.021s coverage: 28.8% of statements 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.042s coverage: 26.9% of statements 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.077s coverage: 84.1% of statements 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.021s coverage: 100.0% of statements 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.030s coverage: 43.1% of statements 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.013s coverage: 100.0% of statements 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.018s coverage: 83.8% of statements 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:32:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.033s coverage: 45.1% of statements 04:32:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:32:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:32:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.015s coverage: 100.0% of statements 04:32:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:32:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:32:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:32:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements 04:32:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:32:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.017s coverage: 100.0% of statements 04:32:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.043s coverage: 29.1% of statements 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.027s coverage: 99.0% of statements 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 04:32:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 04:32:11 GO111MODULE=on go vet ./... 04:32:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1385 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws 04:32:15 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 04:32:18 gofmt -l . 04:32:18 [ "`gofmt -l .`" = "" ] 04:32:18 ./bin/test-go-mod-tidy.sh 04:32:19 ./bin/test-attribution-txt.sh 04:32:20 using credential edgex-jenkins-ssh 04:32:20 Cloning the remote Git repository 04:32:20 Cloning with configured refspecs honoured and without tags [Pipeline] sh 04:32:21 + ls -al . 04:32:21 total 556 04:32:21 drwxrwxr-x 10 1001 1001 4096 Jul 29 04:32 . 04:32:21 drwxr-xr-x 4 root root 30 Jul 29 04:31 .. 04:32:21 -rw-rw-r-- 1 1001 1001 11 Jul 29 04:29 .dockerignore 04:32:21 drwxrwxr-x 8 1001 1001 179 Jul 29 04:29 .git 04:32:21 drwxrwxr-x 3 1001 1001 60 Jul 29 04:29 .github 04:32:21 -rw-rw-r-- 1 1001 1001 924 Jul 29 04:29 .gitignore 04:32:21 drwx------ 3 1001 1001 47 Jul 29 04:30 .semver 04:32:21 -rw-rw-r-- 1 1001 1001 178 Jul 29 04:29 .sonarcloud.properties 04:32:21 -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:29 CONTRIBUTING.md 04:32:21 -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:29 Dockerfile.build 04:32:21 -rw-rw-r-- 1 1001 1001 911 Jul 29 04:29 Jenkinsfile 04:32:21 -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:29 LICENSE 04:32:21 -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:29 Makefile 04:32:21 -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:29 README.md 04:32:21 -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:29 SECURITY.md 04:32:21 -rw-rw-r-- 1 1001 1001 5 Jul 29 04:30 VERSION 04:32:21 -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:29 ZMQWindows.md 04:32:21 drwxrwxr-x 4 1001 1001 33 Jul 29 04:29 api 04:32:21 drwxrwxr-x 2 1001 1001 117 Jul 29 04:29 bin 04:32:21 drwxrwxr-x 15 1001 1001 4096 Jul 29 04:29 cmd 04:32:21 -rw-r--r-- 1 root root 456067 Jul 29 04:32 coverage.out 04:32:21 -rw-r--r-- 1 root root 1019 Jul 29 04:32 go.mod 04:32:21 -rw-r--r-- 1 root root 18146 Jul 29 04:32 go.sum 04:32:21 drwxrwxr-x 8 1001 1001 127 Jul 29 04:29 internal 04:32:21 drwxrwxr-x 4 1001 1001 71 Jul 29 04:29 snap 04:32:21 -rw-rw-r-- 1 1001 1001 168 Jul 29 04:29 version.go [Pipeline] sh 04:32:21 + '[' -e coverage.out ] 04:32:21 + chown 1001:1001 coverage.out [Pipeline] stash 04:32:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:32:20 > git init /w/workspace/edgex-go/15 # timeout=10 04:32:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:32:20 > git --version # timeout=10 04:32:20 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:21 Stashed 1 file(s) [Pipeline] sh 04:32:21 + make build 04:32:21 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 04:32:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:32:31 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 04:32:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:32:34 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 04:32:35 Fetching without tags 04:32:35 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 04:32:36 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 04:32:36 Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit fb650b50dcd735cec13b6d517224b4e36adaa169 04:32:37 Merge succeeded, producing 2ce8b88f4ddfcbcfe7cc378945583734baab56d7 04:32:37 Checking out Revision 2ce8b88f4ddfcbcfe7cc378945583734baab56d7 (PR-2627) 04:32:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:32:35 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 04:32:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:32:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:32:35 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:36 > git config core.sparsecheckout # timeout=10 04:32:36 > git checkout -f fb650b50dcd735cec13b6d517224b4e36adaa169 # timeout=10 04:32:36 > git remote # timeout=10 04:32:36 > git config --get remote.origin.url # timeout=10 04:32:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:36 > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 04:32:37 > git rev-parse HEAD^{commit} # timeout=10 04:32:37 > git config core.sparsecheckout # timeout=10 04:32:37 > git checkout -f 2ce8b88f4ddfcbcfe7cc378945583734baab56d7 # timeout=10 04:32:37 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 04:32:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:32:41 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 04:32:41 Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" 04:32:41 First time build. Skipping changelog. 04:32:41 > git rev-list --no-walk c6771f42a5524429f96f8d73a9bafba19bf2e966 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:32:42 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 04:32:44 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 04:32:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:32:46 $ docker stop --time=1 757c5019ca7fe8cdb2fb310696e2a152e17043cc9b90b35aad513869418ea730 04:32:48 $ docker rm -f 757c5019ca7fe8cdb2fb310696e2a152e17043cc9b90b35aad513869418ea730 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:32:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:32:50 04:32:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:32:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:32:50 latest: Pulling from edgex-devops/edgex-compose 04:32:50 cbdbe7a5bc2a: Pulling fs layer 04:32:50 ca9280d653b3: Pulling fs layer 04:32:50 7e9c9ca2126c: Pulling fs layer 04:32:50 cbdbe7a5bc2a: Download complete 04:32:50 ca9280d653b3: Verifying Checksum 04:32:50 ca9280d653b3: Download complete 04:32:50 cbdbe7a5bc2a: Pull complete 04:32:51 7e9c9ca2126c: Verifying Checksum 04:32:51 7e9c9ca2126c: Download complete 04:32:51 ca9280d653b3: Pull complete [Pipeline] echo 04:32:55 ========================================================= 04:32:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:32:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:56 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 04:32:58 7e9c9ca2126c: Pull complete 04:32:58 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:32:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:32:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:32:58 prd-centos7-docker-4c-2g-1380 does not seem to be running inside a container 04:32:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:33:00 Sending build context to Docker daemon 323.2MB 04:33:00 Step 1/7 : ARG BASE=golang:1.13-alpine 04:33:00 Step 2/7 : FROM ${BASE} 04:33:00 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:33:00 b538f80385f9: Pulling fs layer 04:33:00 74f711af9a0d: Pulling fs layer 04:33:00 99f96fe45779: Pulling fs layer 04:33:00 fd7a069fd194: Pulling fs layer 04:33:00 66aa3694b03b: Pulling fs layer 04:33:00 170f70906a0f: Pulling fs layer 04:33:00 ad7c5574e4b9: Pulling fs layer 04:33:00 e772456be8f7: Pulling fs layer 04:33:00 c890913d741a: Pulling fs layer 04:33:00 2480fcc9aa5a: Pulling fs layer 04:33:00 09adf4765672: Pulling fs layer 04:33:00 ad7c5574e4b9: Waiting 04:33:00 e772456be8f7: Waiting 04:33:00 c890913d741a: Waiting 04:33:00 2480fcc9aa5a: Waiting 04:33:00 09adf4765672: Waiting 04:33:00 66aa3694b03b: Waiting 04:33:00 170f70906a0f: Waiting 04:33:00 99f96fe45779: Download complete 04:33:00 74f711af9a0d: Verifying Checksum 04:33:00 74f711af9a0d: Download complete 04:33:00 66aa3694b03b: Verifying Checksum 04:33:00 66aa3694b03b: Download complete 04:33:00 170f70906a0f: Verifying Checksum 04:33:00 170f70906a0f: Download complete 04:33:00 b538f80385f9: Verifying Checksum 04:33:00 b538f80385f9: Download complete 04:33:01 $ docker top 47653fe789d70e61a2b3f6cb645f5ce965610ea37810611151d8267c995437e6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:01 b538f80385f9: Pull complete 04:33:01 + docker-compose build --help 04:33:01 + grep parallel 04:33:01 74f711af9a0d: Pull complete 04:33:02 99f96fe45779: Pull complete 04:33:02 --parallel Build images in parallel. [Pipeline] } 04:33:02 $ docker stop --time=1 47653fe789d70e61a2b3f6cb645f5ce965610ea37810611151d8267c995437e6 04:33:03 ad7c5574e4b9: Verifying Checksum 04:33:03 ad7c5574e4b9: Download complete 04:33:03 c890913d741a: Verifying Checksum 04:33:03 c890913d741a: Download complete 04:33:03 $ docker rm -f 47653fe789d70e61a2b3f6cb645f5ce965610ea37810611151d8267c995437e6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:04 . [Pipeline] withDockerContainer 04:33:04 prd-centos7-docker-4c-2g-1380 does not seem to be running inside a container 04:33:04 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:33:05 $ docker top c25588dac868f5a6bd5f7a41f2cf5524f8545bee88b7b7d97c0a88818b7e1d9f -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:05 e772456be8f7: Verifying Checksum 04:33:05 e772456be8f7: Download complete 04:33:05 09adf4765672: Download complete 04:33:05 2480fcc9aa5a: Verifying Checksum 04:33:05 2480fcc9aa5a: Download complete 04:33:05 + docker-compose -f ./docker-compose-build.yml build --parallel 04:33:06 fd7a069fd194: Verifying Checksum 04:33:06 fd7a069fd194: Download complete 04:33:06 Building docker-core-command-go ... 04:33:06 Building docker-core-data-go ... 04:33:06 Building docker-core-metadata-go ... 04:33:06 Building docker-security-proxy-setup-go ... 04:33:06 Building docker-security-secrets-setup-go ... 04:33:06 Building docker-security-secretstore-setup-go ... 04:33:06 Building docker-support-logging-go ... 04:33:06 Building docker-support-notifications-go ... 04:33:06 Building docker-support-scheduler-go ... 04:33:06 Building docker-sys-mgmt-agent-go ... 04:33:06 Building docker-sys-mgmt-agent-go 04:33:06 Building docker-core-data-go 04:33:06 Building docker-security-secretstore-setup-go 04:33:06 Building docker-support-notifications-go 04:33:06 Building docker-security-secrets-setup-go 04:33:19 fd7a069fd194: Pull complete 04:33:19 66aa3694b03b: Pull complete 04:33:19 170f70906a0f: Pull complete 04:33:21 ad7c5574e4b9: Pull complete 04:33:26 e772456be8f7: Pull complete 04:33:26 c890913d741a: Pull complete 04:33:28 2480fcc9aa5a: Pull complete 04:33:28 09adf4765672: Pull complete 04:33:28 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:33:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:33:28 ---> 2248a725d1cf 04:33:28 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:33:37 ---> Running in 10a80e6d62f5 04:33:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:33:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:33:38 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:33:38 ---> 3fb1fbabe424 04:33:38 Step 3/22 : WORKDIR /edgex-go 04:33:38 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:38 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:33:38 ---> 3fb1fbabe424 04:33:38 Step 3/29 : WORKDIR /edgex-go 04:33:38 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:33:38 ---> 3fb1fbabe424 04:33:38 Step 3/23 : WORKDIR /edgex-go 04:33:38 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:33:38 ---> 3fb1fbabe424 04:33:38 Step 3/26 : WORKDIR /edgex-go 04:33:38 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:33:38 ---> 3fb1fbabe424 04:33:38 Step 3/26 : WORKDIR /edgex-go 04:33:39 (1/12) Installing libmagic (5.38-r0) 04:33:39 (2/12) Installing file (5.38-r0) 04:33:39 (3/12) Installing libc-dev (0.7.2-r3) 04:33:39 ---> Running in 6631250b6cf2 04:33:39 ---> Running in d7437067ccd2 04:33:39 ---> Running in 975c5d7ec01b 04:33:39 ---> Running in d6352e85a49c 04:33:39 ---> Running in b9da4384163f 04:33:40 (4/12) Installing g++ (9.3.0-r2) 04:33:40 Removing intermediate container b9da4384163f 04:33:40 ---> 8c2b70790e5f 04:33:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:40 Removing intermediate container 6631250b6cf2 04:33:40 ---> e7ac6a8f148a 04:33:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:40 Removing intermediate container d6352e85a49c 04:33:40 ---> cbeabe7e0639 04:33:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:40 Removing intermediate container d7437067ccd2 04:33:40 ---> 7cd07ca67efc 04:33:40 Step 4/29 : RUN apk update && apk add make git 04:33:40 Removing intermediate container 975c5d7ec01b 04:33:40 ---> afcbb7762a04 04:33:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:40 ---> Running in 943a3bc49f52 04:33:40 ---> Running in 2fee01c37fa6 04:33:40 ---> Running in 77201796c42e 04:33:40 ---> Running in 912c42bac730 04:33:40 ---> Running in 9da8fc1d55c0 04:33:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:42 Removing intermediate container 2fee01c37fa6 04:33:42 ---> 92806bf33b02 04:33:42 Step 5/26 : RUN apk update && apk add make git 04:33:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:42 Removing intermediate container 943a3bc49f52 04:33:42 ---> a0a87e784fc6 04:33:42 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:33:42 ---> Running in 046ef36eae2f 04:33:42 Removing intermediate container 9da8fc1d55c0 04:33:42 ---> 0daa76aa51cc 04:33:42 Step 5/26 : RUN apk update && apk add make bash git 04:33:42 ---> Running in d12dea5583e9 04:33:42 Removing intermediate container 77201796c42e 04:33:42 ---> caed49d233da 04:33:42 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:33:42 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:42 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:42 OK: 12749 distinct packages available 04:33:42 ---> Running in 1942321da4f5 04:33:43 ---> Running in eaccf19df949 04:33:43 (5/12) Installing fortify-headers (1.1-r0) 04:33:43 (6/12) Installing patch (2.7.6-r6) 04:33:43 (7/12) Installing build-base (0.5-r2) 04:33:43 (8/12) Installing libsodium (1.0.18-r0) 04:33:43 OK: 233 MiB in 51 packages 04:33:43 (9/12) Installing pkgconf (1.7.2-r0) 04:33:43 (10/12) Installing libsodium-dev (1.0.18-r0) 04:33:43 (11/12) Installing libzmq (4.3.2-r0) 04:33:44 (12/12) Installing zeromq-dev (4.3.2-r0) 04:33:44 Executing busybox-1.31.1-r16.trigger 04:33:44 OK: 217 MiB in 51 packages 04:33:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:44 Removing intermediate container 912c42bac730 04:33:44 ---> a031a7b43ee5 04:33:44 Step 5/29 : COPY go.mod . 04:33:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:44 ---> 6dfe67cce65c 04:33:44 Step 6/29 : RUN go mod download 04:33:44 ---> Running in 6ab528bc2249 04:33:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:45 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:45 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:45 OK: 12749 distinct packages available 04:33:46 OK: 233 MiB in 51 packages 04:33:46 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:46 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:46 OK: 12749 distinct packages available 04:33:46 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:46 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:46 OK: 12749 distinct packages available 04:33:46 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:46 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:46 OK: 12749 distinct packages available 04:33:46 OK: 233 MiB in 51 packages 04:33:46 OK: 233 MiB in 51 packages 04:33:46 OK: 233 MiB in 51 packages 04:33:46 Removing intermediate container 046ef36eae2f 04:33:46 ---> d46135fc0a59 04:33:46 Step 6/26 : COPY go.mod . 04:33:47 ---> 589430200ef1 04:33:47 Step 7/26 : RUN go mod download 04:33:47 Removing intermediate container 6ab528bc2249 04:33:47 ---> ba7f07c1ed58 04:33:47 Step 7/29 : COPY . . 04:33:47 ---> Running in 6db89e2bfb66 04:33:47 Removing intermediate container eaccf19df949 04:33:47 ---> f7b0531af3ce 04:33:47 Step 6/22 : COPY go.mod . 04:33:48 Removing intermediate container 10a80e6d62f5 04:33:48 ---> 0640066054e8 04:33:48 Step 4/7 : WORKDIR /edgex-go 04:33:48 ---> Running in 70df588cd69b 04:33:48 Removing intermediate container 70df588cd69b 04:33:48 ---> 9f1789a4c424 04:33:48 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:33:48 Removing intermediate container d12dea5583e9 04:33:48 ---> 41a28ecdc5cb 04:33:48 Step 6/23 : COPY go.mod . 04:33:49 latest: Pulling from library/docker 04:33:49 Removing intermediate container 1942321da4f5 04:33:49 ---> a3738c4c9a3c 04:33:49 Step 6/26 : COPY go.mod . 04:33:49 b538f80385f9: Already exists 04:33:49 259a493cd78d: Pulling fs layer 04:33:49 b8e66b5100f5: Pulling fs layer 04:33:49 39dc9c94d07c: Pulling fs layer 04:33:49 551b823b3b82: Pulling fs layer 04:33:49 3c52a74df98c: Pulling fs layer 04:33:49 6c9b121b6998: Pulling fs layer 04:33:49 551b823b3b82: Waiting 04:33:49 3c52a74df98c: Waiting 04:33:49 6c9b121b6998: Waiting 04:33:49 b8e66b5100f5: Verifying Checksum 04:33:49 b8e66b5100f5: Download complete 04:33:49 259a493cd78d: Verifying Checksum 04:33:49 259a493cd78d: Download complete 04:33:49 551b823b3b82: Verifying Checksum 04:33:49 551b823b3b82: Download complete 04:33:49 3c52a74df98c: Verifying Checksum 04:33:49 3c52a74df98c: Download complete 04:33:49 6c9b121b6998: Verifying Checksum 04:33:49 6c9b121b6998: Download complete 04:33:49 ---> 19ee0794f74d 04:33:49 Step 7/22 : RUN go mod download 04:33:50 259a493cd78d: Pull complete 04:33:50 ---> 0525c00ec777 04:33:50 Step 7/23 : RUN go mod download 04:33:50 b8e66b5100f5: Pull complete 04:33:50 39dc9c94d07c: Verifying Checksum 04:33:50 39dc9c94d07c: Download complete 04:33:51 ---> Running in a755017c37ff 04:33:51 ---> d140dfeaf573 04:33:51 Step 7/26 : RUN go mod download ---> Running in d05abeeaf90c 04:33:51 04:33:54 39dc9c94d07c: Pull complete 04:33:54 551b823b3b82: Pull complete 04:33:54 3c52a74df98c: Pull complete 04:33:54 ---> Running in 4483c7ad3c96 04:33:54 6c9b121b6998: Pull complete 04:33:54 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:33:54 Status: Downloaded newer image for docker:latest 04:33:55 Removing intermediate container 6db89e2bfb66 04:33:55 ---> 764c878be0b4 04:33:55 Step 8/26 : COPY . . 04:33:58 ---> a482e5c16e1d 04:33:58 Step 6/7 : COPY go.mod . 04:33:58 ---> a541780d0a98 04:33:58 Step 7/7 : RUN go mod download 04:33:58 ---> Running in cdaf7e9cbc96 04:34:02 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:34:02 go: finding github.com/BurntSushi/toml v0.3.1 04:34:02 go: finding github.com/OneOfOne/xxhash v1.2.5 04:34:02 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:34:02 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:34:02 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:34:02 go: finding github.com/bgentry/speakeasy v0.1.0 04:34:02 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:34:02 go: finding github.com/cloudflare/gokey v0.1.0 04:34:02 go: finding github.com/davecgh/go-spew v1.1.1 04:34:02 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:34:02 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:34:02 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:34:02 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:34:02 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:34:02 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:34:02 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:34:02 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:34:02 go: finding github.com/fatih/color v1.7.0 04:34:02 go: finding github.com/fsnotify/fsnotify v1.4.7 04:34:02 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:34:02 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:34:02 go: finding github.com/go-kit/kit v0.8.0 04:34:02 go: finding github.com/go-logfmt/logfmt v0.4.0 04:34:02 go: finding github.com/go-redis/redis/v7 v7.2.0 04:34:02 go: finding github.com/go-stack/stack v1.8.0 04:34:02 go: finding github.com/golang/protobuf v1.3.2 04:34:02 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:34:02 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:34:02 go: finding github.com/google/uuid v1.1.0 04:34:02 go: finding github.com/gorilla/mux v1.7.1 04:34:02 go: finding github.com/hashicorp/consul/api v1.1.0 04:34:02 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:34:02 go: finding github.com/hashicorp/errwrap v1.0.0 04:34:02 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:34:02 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:34:02 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:34:02 go: finding github.com/hashicorp/go-multierror v1.0.0 04:34:02 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:34:02 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:34:02 go: finding github.com/hashicorp/go-syslog v1.0.0 04:34:02 go: finding github.com/hashicorp/go-uuid v1.0.1 04:34:02 go: finding github.com/hashicorp/go.net v0.0.1 04:34:02 go: finding github.com/hashicorp/golang-lru v0.5.0 04:34:02 go: finding github.com/hashicorp/logutils v1.0.0 04:34:02 go: finding github.com/hashicorp/mdns v1.0.0 04:34:02 go: finding github.com/hashicorp/memberlist v0.1.3 04:34:02 go: finding github.com/hashicorp/serf v0.8.2 04:34:02 go: finding github.com/hpcloud/tail v1.0.0 04:34:03 go: finding github.com/imdario/mergo v0.3.6 04:34:03 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:34:03 go: finding github.com/kr/pretty v0.1.0 04:34:03 go: finding github.com/kr/pty v1.1.1 04:34:03 go: finding github.com/kr/text v0.1.0 04:34:03 go: finding github.com/mattn/go-colorable v0.0.9 04:34:03 go: finding github.com/mattn/go-isatty v0.0.3 04:34:03 go: finding github.com/miekg/dns v1.0.14 04:34:03 go: finding github.com/mitchellh/cli v1.0.0 04:34:03 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:34:03 go: finding github.com/mitchellh/copystructure v1.0.0 04:34:03 go: finding github.com/mitchellh/go-homedir v1.0.0 04:34:03 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:34:03 go: finding github.com/mitchellh/gox v0.4.0 04:34:03 go: finding github.com/mitchellh/iochan v1.0.0 04:34:03 go: finding github.com/mitchellh/mapstructure v1.1.2 04:34:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:34:03 go: finding github.com/onsi/ginkgo v1.10.1 04:34:03 go: finding github.com/onsi/gomega v1.7.0 04:34:03 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:34:03 go: finding github.com/pebbe/zmq4 v1.0.0 04:34:03 go: finding github.com/pelletier/go-toml v1.2.0 04:34:03 go: finding github.com/pkg/errors v0.8.1 04:34:03 go: finding github.com/pmezard/go-difflib v1.0.0 04:34:03 go: finding github.com/posener/complete v1.1.1 04:34:03 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:34:03 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:34:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:34:03 go: finding github.com/stretchr/objx v0.1.0 04:34:03 go: finding github.com/stretchr/testify v1.5.1 04:34:03 go: finding github.com/ugorji/go v1.1.4 04:34:03 go: finding github.com/x448/float16 v0.8.4 04:34:03 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:34:03 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:34:03 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:34:04 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:34:04 go: finding golang.org/x/text v0.3.2 04:34:04 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:34:04 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:34:04 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:34:04 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:34:04 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:34:04 go: finding gopkg.in/yaml.v2 v2.2.8 04:34:05 Removing intermediate container a755017c37ff 04:34:05 ---> 6948fa1aabdd 04:34:05 Step 8/22 : COPY . . 04:34:05 Removing intermediate container d05abeeaf90c 04:34:05 ---> 7bbdf32fb703 04:34:05 Step 8/23 : COPY . . 04:34:05 ---> 95be0f23d173 04:34:05 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:34:05 Removing intermediate container 4483c7ad3c96 04:34:05 ---> b66ba05419df 04:34:05 Step 8/26 : COPY . . 04:34:05 ---> Running in 523232f15b97 04:34:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:34:22 Removing intermediate container cdaf7e9cbc96 04:34:22 ---> e57933237d8d 04:34:22 Successfully built e57933237d8d 04:34:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:23 + docker inspect -f . ci-base-image-arm64 04:34:23 . [Pipeline] withDockerContainer 04:34:23 prd-ubuntu18.04-docker-arm64-4c-16g-1385 does not seem to be running inside a container 04:34:23 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-arm64 cat 04:34:23 ---> cf8831ddfd79 04:34:23 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:34:24 ---> Running in 497b44187ad3 04:34:25 $ docker top 74fe5bff43f84dcd87309ad63a579c8ad6b58aa589e9ddf45c0affb8bfff402d -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:26 + go version 04:34:26 go version go1.13.13 linux/arm64 [Pipeline] echo 04:34:26 ========================================================= 04:34:26 [edgeXBuildGoParallel] Running Tests and Build... 04:34:26 ========================================================= [Pipeline] sh 04:34:26 + make test 04:34:26 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:34:27 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 04:34:29 ? github.com/edgexfoundry/edgex-go [no test files] 04:34:35 ---> 0198c844aa9e 04:34:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:34:35 ---> 4556230c68d8 04:34:35 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:34:35 ---> b12b757f43dc 04:34:35 Step 9/22 : RUN make cmd/core-data/core-data 04:34:35 ---> Running in ba155f2183e7 04:34:35 ---> Running in c933f20e01c0 04:34:35 ---> Running in fd3c831730ca 04:34:36 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 04:34:36 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 04:34:36 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 04:34:39 Removing intermediate container 523232f15b97 04:34:39 ---> fbb7283f1ef8 04:34:39 04:34:39 Step 9/29 : FROM alpine:latest 04:34:39 latest: Pulling from library/alpine 04:34:40 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:34:40 Status: Downloaded newer image for alpine:latest 04:34:40 ---> a24bb4013296 04:34:40 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:34:40 ---> Running in a87520721fbc 04:34:40 Removing intermediate container a87520721fbc 04:34:40 ---> fc0577e622c7 04:34:40 Step 11/29 : USER root 04:34:40 ---> Running in 268397044f77 04:34:41 Removing intermediate container 268397044f77 04:34:41 ---> 0507133fd363 04:34:41 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:34:41 ---> Running in 156b9e60212d 04:34:41 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 04:34:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:42 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:34:42 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:34:42 OK: 12749 distinct packages available 04:34:43 (1/2) Installing ca-certificates (20191127-r4) 04:34:43 (2/2) Installing dumb-init (1.2.2-r1) 04:34:43 Executing busybox-1.31.1-r16.trigger 04:34:44 Executing ca-certificates-20191127-r4.trigger 04:34:44 OK: 6 MiB in 16 packages 04:34:46 Removing intermediate container 156b9e60212d 04:34:46 ---> eed9bd2f3f96 04:34:46 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:34:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:34:48 ---> Running in 66d1995ebfaf 04:34:48 Removing intermediate container 66d1995ebfaf 04:34:48 ---> 2426dc977e13 04:34:48 Step 14/29 : WORKDIR $BASE_DIR 04:34:48 ---> Running in 9f903cf5159b 04:34:48 Removing intermediate container 9f903cf5159b 04:34:48 ---> 4c1a4f93c4fa 04:34:48 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:34:48 ---> Running in 0ef55c56629f 04:34:51 Removing intermediate container 0ef55c56629f 04:34:51 ---> 4a1935be4ce4 04:34:51 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:34:52 ---> d862a2fdae47 04:34:52 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:34:53 ---> cab2276139b7 04:34:53 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:34:53 ---> c9ead13bec57 04:34:53 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:34:55 ---> cc3d54f3b8ca 04:34:55 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:34:56 Removing intermediate container 497b44187ad3 04:34:56 ---> dac78fa254f4 04:34:56 04:34:56 Step 10/26 : FROM alpine:3.10 04:34:56 ---> 0aa83850ed4b 04:34:56 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:34:56 3.10: Pulling from library/alpine 04:34:56 ---> Running in f0255c0a76e6 04:34:57 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:34:57 Status: Downloaded newer image for alpine:3.10 04:34:57 ---> be4e4bea2c2e 04:34:57 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:34:58 ---> Running in 577d9b6b093f 04:34:59 Removing intermediate container f0255c0a76e6 04:34:59 ---> f078923c0492 04:34:59 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:34:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:34:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:34:59 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:34:59 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:34:59 OK: 10346 distinct packages available 04:34:59 ---> ce063a7b249d 04:34:59 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:34:59 ---> Running in 15db11fe6322 04:35:00 (1/5) Installing ca-certificates (20191127-r2) 04:35:00 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:35:00 (3/5) Installing libcurl (7.66.0-r0) 04:35:00 (4/5) Installing curl (7.66.0-r0) 04:35:00 (5/5) Installing dumb-init (1.2.2-r1) 04:35:00 Executing busybox-1.30.1-r3.trigger 04:35:00 Executing ca-certificates-20191127-r2.trigger 04:35:00 OK: 7 MiB in 19 packages 04:35:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:35:03 Removing intermediate container 577d9b6b093f 04:35:03 ---> 6fcc26934d3a 04:35:03 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:35:03 Removing intermediate container ba155f2183e7 04:35:03 ---> 71ebb8f88202 04:35:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:35:03 Removing intermediate container 15db11fe6322 04:35:03 ---> c027583059d8 04:35:03 Step 24/29 : RUN chmod 755 security-secrets-setup 04:35:03 ---> Running in baebe8d55354 04:35:03 ---> Running in b5c66e8a0cae 04:35:03 ---> Running in 6adc2da560b9 04:35:04 Removing intermediate container b5c66e8a0cae 04:35:04 ---> 1d1fe34bccb0 04:35:04 Step 13/26 : WORKDIR / 04:35:04 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 04:35:05 ---> Running in 3b322e8b7e66 04:35:06 Removing intermediate container 3b322e8b7e66 04:35:06 ---> 7b51e3e2df7c 04:35:06 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:35:08 ---> 9f3bf01b3e9c 04:35:08 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:35:08 Removing intermediate container 6adc2da560b9 04:35:08 ---> a89996e41b28 04:35:08 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:35:08 Removing intermediate container c933f20e01c0 04:35:08 ---> 8985af928fb1 04:35:08 04:35:08 Step 10/23 : FROM scratch 04:35:08 ---> 04:35:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:35:08 ---> Running in 482490dfdf37 04:35:09 Removing intermediate container baebe8d55354 04:35:09 ---> 24d86b81a6d4 04:35:09 04:35:09 Step 11/26 : FROM docker:latest 04:35:09 ---> 81f5749c9058 04:35:09 Step 12/26 : RUN apk add --no-cache bash 04:35:09 ---> 14259196ce5d 04:35:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:35:09 ---> Running in 392ca54b2575 04:35:09 ---> Running in e7a7477269d3 04:35:09 Removing intermediate container 482490dfdf37 04:35:09 ---> 328fb9f3059b 04:35:09 Step 26/29 : CMD [ "generate" ] 04:35:11 ---> Running in 395617dbd4c5 04:35:11 Removing intermediate container 392ca54b2575 04:35:11 ---> 57855c7e62e2 04:35:11 Step 12/23 : ENV APP_PORT=48060 04:35:11 ---> e1044fc9dcd6 04:35:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:35:11 ---> Running in 94604729a52d 04:35:11 Removing intermediate container fd3c831730ca 04:35:11 ---> 395fef37844a 04:35:11 04:35:11 Step 10/22 : FROM alpine 04:35:11 ---> a24bb4013296 04:35:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:35:11 Removing intermediate container 395617dbd4c5 04:35:11 ---> 72da14dc8422 04:35:11 Step 27/29 : LABEL arch=x86_64 04:35:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:12 Removing intermediate container 94604729a52d 04:35:12 ---> 9651d601357a 04:35:12 Step 13/23 : EXPOSE $APP_PORT 04:35:12 ---> Running in 3c024b3f4f8a 04:35:12 ---> Running in 2b0938acfac9 04:35:12 (1/2) Installing readline (8.0.4-r0) 04:35:12 ---> f3019179c65e 04:35:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:35:12 (2/2) Installing bash (5.0.17-r0) 04:35:12 Executing bash-5.0.17-r0.post-install 04:35:12 ---> Running in e78d109616dc 04:35:12 Executing busybox-1.31.1-r16.trigger 04:35:12 OK: 12 MiB in 22 packages 04:35:12 Removing intermediate container 3c024b3f4f8a 04:35:12 ---> f40cb2134ff4 04:35:12 Step 12/22 : ENV APP_PORT=48080 04:35:12 Removing intermediate container 2b0938acfac9 04:35:12 ---> 3175fc44ea9e 04:35:12 Step 28/29 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:35:15 Removing intermediate container e78d109616dc 04:35:15 ---> 8d6efb2c1d0c 04:35:15 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:35:15 ---> Running in 9145bd3f2f08 04:35:15 ---> Running in 9e8d2650220c 04:35:15 ---> 86af81cd387c 04:35:15 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:35:15 Removing intermediate container 9e8d2650220c 04:35:15 ---> 1a478cee75c7 04:35:15 Step 29/29 : LABEL version=0.0.0 04:35:15 Removing intermediate container 9145bd3f2f08 04:35:15 ---> 33739ce01812 04:35:15 Step 13/22 : EXPOSE $APP_PORT 04:35:15 ---> Running in dbf17f359346 04:35:15 ---> Running in 00b1d5caca62 04:35:15 ---> c02f03c67a69 04:35:15 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:35:15 Removing intermediate container e7a7477269d3 04:35:15 ---> 195207fbbd82 04:35:15 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:35:15 ---> 9d0f8a2e3db3 04:35:15 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:35:15 ---> Running in ae7da39d83d7 04:35:15 Removing intermediate container 00b1d5caca62 04:35:15 ---> 6045bda2c3c7 04:35:15 04:35:16 Successfully built 6045bda2c3c7 04:35:16 Successfully tagged docker-security-secrets-setup-go:latest 04:35:16  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go 04:35:16 Removing intermediate container dbf17f359346 04:35:16 ---> ffa97c3087a6 04:35:16 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:17 ---> Running in b651816dd57f 04:35:17 ---> fc777e81f91c 04:35:17 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:35:17 ---> d4ad1f82cd69 04:35:17 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:35:20 ---> 8580b5356068 04:35:20 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:35:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:35:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:35:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:35:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:35:20 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.049s 04:35:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:35:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:35:20 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:35:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:35:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:35:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:35:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:35:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:35:20 ---> Running in c183d2a40f61 04:35:20 ---> f45f9a6fb7f8 04:35:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:35:20 Removing intermediate container ae7da39d83d7 04:35:20 ---> 37aeb46630d8 04:35:20 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:35:22 ---> a185caac29be 04:35:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:35:22 ---> Running in 3de8ee2a1739 04:35:24 Removing intermediate container 3de8ee2a1739 04:35:24 ---> 212b8ee6b3a6 04:35:24 Step 15/26 : ENV APP_PORT=48090 04:35:24 Removing intermediate container b651816dd57f 04:35:24 ---> f12877d7a624 04:35:24 Step 15/22 : RUN apk --no-cache add zeromq 04:35:24 ---> 4c37c83db81a 04:35:24 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:35:26 ---> Running in e762c15e9d46 04:35:26 ---> Running in 87b263cb67d7 04:35:26 ---> 2d9574ec4fac 04:35:26 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:27 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:27 ---> 3fb1fbabe424 04:35:27 Step 3/20 : WORKDIR /edgex-go 04:35:27 ---> Using cache 04:35:27 ---> afcbb7762a04 04:35:27 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:27 ---> Using cache 04:35:27 ---> 0daa76aa51cc 04:35:27 Step 5/20 : RUN apk update && apk add make git 04:35:28 Removing intermediate container c183d2a40f61 04:35:28 ---> 015c9f30126c 04:35:28 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:35:28 Removing intermediate container e762c15e9d46 04:35:28 ---> 7d64898436f6 04:35:28 Step 16/26 : EXPOSE $APP_PORT 04:35:28 ---> Running in 86a4dbc27943 04:35:28 ---> Running in a0849b585a14 04:35:28 ---> Running in 20f0d2ffd64d 04:35:28 ---> Running in dd7b09e38d94 04:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:28 Removing intermediate container a0849b585a14 04:35:28 ---> b342676039d1 04:35:28 Step 21/23 : LABEL arch=x86_64 04:35:28 Removing intermediate container 20f0d2ffd64d 04:35:28 ---> 86f9610313ac 04:35:28 Step 24/26 : LABEL arch=x86_64 04:35:28 Removing intermediate container dd7b09e38d94 04:35:28 ---> 204b43db66ab 04:35:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:35:28 ---> Running in 13dd5d9b781b 04:35:28 ---> Running in 2b22da6a6bf5 04:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:29 Removing intermediate container 13dd5d9b781b 04:35:29 ---> 107698d2a6ad 04:35:29 Step 25/26 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:35:29 Removing intermediate container 2b22da6a6bf5 04:35:29 ---> 376e7104f5f8 04:35:29 Step 22/23 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:35:29 ---> Running in 00082cbe7007 04:35:29 ---> Running in b8929945213e 04:35:29 ---> 4a1121794fa0 04:35:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:35:29 Removing intermediate container b8929945213e 04:35:29 ---> 20cb3d8cd8a7 04:35:29 Step 23/23 : LABEL version=0.0.0 04:35:29 Removing intermediate container 00082cbe7007 04:35:29 ---> 8563dd432b46 04:35:29 Step 26/26 : LABEL version=0.0.0 04:35:29 ---> Running in a2feb70c3737 04:35:29 ---> Running in ed776ba9612a 04:35:29 ---> c756ab9ea64c 04:35:29 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:35:30 Removing intermediate container ed776ba9612a 04:35:30 ---> 261904f3aef5 04:35:30 04:35:30 Removing intermediate container a2feb70c3737 04:35:30 ---> ebd9e7a35713 04:35:30 04:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:30 Successfully built 261904f3aef5 04:35:30 Successfully tagged docker-support-notifications-go:latest 04:35:30 Building docker-support-scheduler-go 04:35:30  Building docker-support-notifications-go ... done Successfully built ebd9e7a35713 04:35:30 Successfully tagged docker-security-secretstore-setup-go:latest 04:35:30  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 04:35:30 ---> efae0712bdbf 04:35:30 Step 20/26 : RUN apk --no-cache add py-pip 04:35:30 ---> Running in e740b8d9c609 04:35:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements 04:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:35:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:31 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:31 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:31 OK: 12749 distinct packages available 04:35:31 (1/33) Installing libbz2 (1.0.8-r1) 04:35:31 (2/33) Installing expat (2.2.9-r1) 04:35:32 (3/33) Installing libffi (3.3-r2) 04:35:32 OK: 233 MiB in 51 packages 04:35:32 (4/33) Installing gdbm (1.13-r1) 04:35:32 (1/5) Installing libgcc (9.3.0-r2) 04:35:32 (2/5) Installing libsodium (1.0.18-r0) 04:35:32 (5/33) Installing xz-libs (5.2.5-r0) 04:35:32 (6/33) Installing sqlite-libs (3.32.1-r0) 04:35:32 (7/33) Installing python3 (3.8.5-r0) 04:35:32 (3/5) Installing libstdc++ (9.3.0-r2) 04:35:33 (4/5) Installing libzmq (4.3.2-r0) 04:35:34 (5/5) Installing zeromq (4.3.2-r0) 04:35:34 Executing busybox-1.31.1-r16.trigger 04:35:34 OK: 8 MiB in 19 packages 04:35:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.4% of statements 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:35:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.019s coverage: 100.0% of statements 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:35:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.028s coverage: 100.0% of statements 04:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:35:39 (8/33) Installing py3-appdirs (1.4.4-r1) 04:35:39 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:35:39 (10/33) Installing py3-parsing (2.4.7-r0) 04:35:39 (11/33) Installing py3-six (1.15.0-r0) 04:35:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.246s coverage: 29.3% of statements 04:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:35:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements 04:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:35:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements 04:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:35:39 (12/33) Installing py3-packaging (20.4-r0) 04:35:39 (13/33) Installing py3-setuptools (47.0.0-r0) 04:35:39 (14/33) Installing py3-chardet (3.0.4-r4) 04:35:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.078s coverage: 89.8% of statements 04:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:35:40 (15/33) Installing py3-idna (2.9-r0) 04:35:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:35:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:35:40 (18/33) Installing py3-requests (2.23.0-r0) 04:35:40 (19/33) Installing py3-msgpack (1.0.0-r0) 04:35:40 (20/33) Installing py3-lockfile (0.12.2-r3) 04:35:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:35:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:35:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.083s coverage: 100.0% of statements 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:35:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 04:35:42 (22/33) Installing py3-colorama (0.4.3-r0) 04:35:43 (23/33) Installing py3-distlib (0.3.0-r0) 04:35:44 (24/33) Installing py3-distro (1.5.0-r1) 04:35:45 (25/33) Installing py3-webencodings (0.5.1-r3) 04:35:45 (26/33) Installing py3-html5lib (1.0.1-r4) 04:35:46 Removing intermediate container 86a4dbc27943 04:35:46 ---> 556af1685501 04:35:46 Step 6/20 : COPY go.mod . 04:35:46 (27/33) Installing py3-pytoml (0.1.21-r0) 04:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 63.5% of statements 04:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 04:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.347s coverage: 55.9% of statements 04:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:35:46 (28/33) Installing py3-pep517 (0.8.2-r0) 04:35:46 (29/33) Installing py3-progress (1.5-r0) 04:35:46 (30/33) Installing py3-toml (0.10.1-r0) 04:35:47 (31/33) Installing py3-retrying (1.3.3-r0) 04:35:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:35:47 (33/33) Installing py3-pip (20.1.1-r0) 04:35:48 Removing intermediate container 87b263cb67d7 04:35:48 ---> 3adf2f430e59 04:35:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:35:49 Executing busybox-1.31.1-r16.trigger 04:35:49 OK: 71 MiB in 55 packages 04:35:51 ---> 7e49d230df0c 04:35:51 Step 7/20 : RUN go mod download 04:35:51 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:35:51 ---> 3fb1fbabe424 04:35:51 Step 3/21 : WORKDIR /edgex-go 04:35:51 ---> Using cache 04:35:51 ---> afcbb7762a04 04:35:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:51 ---> Using cache 04:35:51 ---> 0daa76aa51cc 04:35:51 Step 5/21 : RUN apk update && apk add make git 04:35:51 ---> Using cache 04:35:51 ---> 556af1685501 04:35:51 Step 6/21 : COPY go.mod . 04:35:51 ---> Using cache 04:35:51 ---> 7e49d230df0c 04:35:51 Step 7/21 : RUN go mod download 04:35:51 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:51 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:51 ---> 3fb1fbabe424 04:35:51 Step 3/20 : WORKDIR /edgex-go 04:35:51 ---> Using cache 04:35:51 ---> afcbb7762a04 04:35:51 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:51 ---> Using cache 04:35:51 ---> 0daa76aa51cc 04:35:51 Step 5/20 : RUN apk update && apk add make git 04:35:51 ---> Using cache 04:35:51 ---> 556af1685501 04:35:51 Step 6/20 : COPY go.mod . 04:35:51 ---> Using cache 04:35:51 ---> 7e49d230df0c 04:35:51 Step 7/20 : RUN go mod download 04:35:53 ---> acdf64c3fbaf 04:35:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:35:53 ---> Running in dc4b0cf917b0 04:35:53 ---> Running in fb67ceff0a1e 04:35:53 ---> Running in 685f743ef55b 04:35:54 ---> 08a488880072 04:35:54 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:35:56 ---> e01422a666e5 04:35:56 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:56 ---> Running in 66e7fe3ffebd 04:35:58 Removing intermediate container 66e7fe3ffebd 04:35:58 ---> 3dac7f20e708 04:35:58 Step 20/22 : LABEL arch=x86_64 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.759s coverage: 86.3% of statements 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.010s coverage: 72.2% of statements 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.465s coverage: 72.1% of statements 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.039s coverage: 28.8% of statements 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.105s coverage: 96.8% of statements 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.152s coverage: 26.9% of statements 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.373s coverage: 84.1% of statements 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 04:35:59 Removing intermediate container 685f743ef55b 04:35:59 ---> 3caf6bfae7a4 04:35:59 Step 8/20 : COPY . . 04:36:00 ---> Running in c3501aa4a9ee 04:36:02 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.069s coverage: 43.1% of statements 04:36:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:36:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:36:02 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.053s coverage: 100.0% of statements 04:36:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:36:02 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.065s coverage: 83.8% of statements 04:36:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:36:03 Removing intermediate container fb67ceff0a1e 04:36:03 ---> 2b3effb21a19 04:36:03 Step 8/21 : COPY . . 04:36:03 Removing intermediate container dc4b0cf917b0 04:36:03 ---> 95618dfce05d 04:36:03 Step 8/20 : COPY . . 04:36:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.107s coverage: 46.1% of statements 04:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:36:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.026s coverage: 100.0% of statements 04:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:36:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements 04:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:36:08 Removing intermediate container c3501aa4a9ee 04:36:08 ---> 527731cb38f0 04:36:08 Step 21/22 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:36:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.080s coverage: 100.0% of statements 04:36:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:36:12 Removing intermediate container e740b8d9c609 04:36:12 ---> 3bc9ab6e4466 04:36:12 Step 21/26 : RUN pip install docker-compose==1.23.2 04:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.320s coverage: 29.1% of statements 04:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 04:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 04:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:36:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.015s coverage: 0.0% of statements 04:36:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:36:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements 04:36:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:36:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:36:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:36:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:36:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements 04:36:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:36:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:36:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.023s coverage: 100.0% of statements 04:36:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements 04:36:17 ---> Running in 18fa977cbdc9 04:36:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 04:36:19 ---> Running in 51ef3d7af58b 04:36:19 GO111MODULE=on go vet ./... 04:36:21 Removing intermediate container 18fa977cbdc9 04:36:21 ---> 2788982898bc 04:36:21 Step 22/22 : LABEL version=0.0.0 04:36:23 ---> Running in 5fce25190999 04:36:26 Removing intermediate container 5fce25190999 04:36:26 ---> b0f206944722 04:36:26 04:36:26 Successfully built b0f206944722 04:36:26 Successfully tagged docker-core-data-go:latest 04:36:26  Building docker-core-data-go ... done Building docker-support-logging-go 04:36:29 ---> b60914eb1d0e 04:36:29 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:36:33 ---> 46f161da491b 04:36:33 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:36:33 ---> Running in f334bdb7ca66 04:36:33 Collecting docker-compose==1.23.2 04:36:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:36:33 ---> Running in 1df08ad7b4c3 04:36:34 ---> 714a1bb293b3 04:36:34 Step 9/21 : RUN make cmd/core-command/core-command 04:36:34 Collecting cached-property<2,>=1.2.0 04:36:34 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:36:35 ---> Running in 72a2d6c7e4f5 04:36:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:36:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:36:36 Collecting dockerpty<0.5,>=0.4.1 04:36:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:36:36 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 04:36:36 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 04:36: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 04:36:37 gofmt -l . 04:36:38 Collecting jsonschema<3,>=2.5.1 04:36:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:36:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:36:38 Collecting docker<4.0,>=3.6.0 04:36:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:36:39 [ "`gofmt -l .`" = "" ] 04:36:40 Collecting docopt<0.7,>=0.6.1 04:36:40 Downloading docopt-0.6.2.tar.gz (25 kB) 04:36:41 Collecting texttable<0.10,>=0.9.0 04:36:41 Downloading texttable-0.9.1.tar.gz (11 kB) 04:36:41 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:41 ---> 3fb1fbabe424 04:36:41 Step 3/21 : WORKDIR /edgex-go 04:36:41 ---> Using cache 04:36:41 ---> afcbb7762a04 04:36:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:41 ---> Using cache 04:36:41 ---> 0daa76aa51cc 04:36:41 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:36:42 ./bin/test-go-mod-tidy.sh 04:36:42 Collecting websocket-client<1.0,>=0.32.0 04:36:42 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:36:42 ---> Running in f178fe93fb1e 04:36:43 ./bin/test-attribution-txt.sh 04:36:43 Collecting PyYAML<4,>=3.10 04:36:43 Downloading PyYAML-3.13.tar.gz (270 kB) 04:36:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:44 Collecting idna<2.8,>=2.5 04:36:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:36:45 Collecting urllib3<1.25,>=1.21.1 04:36:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:36:45 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) 04:36: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) 04:36:45 Collecting docker-pycreds>=0.4.0 04:36:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:36:45 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:45 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:45 OK: 12749 distinct packages available 04:36:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:36:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:36:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:36:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:36:45 Installing collected packages: cached-property, idna, urllib3, requests, dockerpty, jsonschema, websocket-client, docker-pycreds, docker, docopt, texttable, PyYAML, docker-compose 04:36:45 Attempting uninstall: idna 04:36:45 Found existing installation: idna 2.9 04:36:45 Uninstalling idna-2.9: 04:36:45 OK: 233 MiB in 51 packages 04:36:45 Successfully uninstalled idna-2.9 04:36:45 OK: 233 MiB in 51 packages 04:36:45 Attempting uninstall: urllib3 04:36:45 Found existing installation: urllib3 1.25.9 04:36:46 Uninstalling urllib3-1.25.9: 04:36:46 Successfully uninstalled urllib3-1.25.9 [Pipeline] sh 04:36:47 + ls -al . 04:36:47 total 588 04:36:47 drwxrwxr-x 10 1001 1001 4096 Jul 29 04:36 . 04:36:47 drwxr-xr-x 4 root root 4096 Jul 29 04:34 .. 04:36:47 -rw-rw-r-- 1 1001 1001 11 Jul 29 04:32 .dockerignore 04:36:47 drwxrwxr-x 8 1001 1001 4096 Jul 29 04:32 .git 04:36:47 drwxrwxr-x 3 1001 1001 4096 Jul 29 04:32 .github 04:36:47 -rw-rw-r-- 1 1001 1001 924 Jul 29 04:32 .gitignore 04:36:47 drwxrwxr-x 3 1001 1001 4096 Jul 29 04:32 .semver 04:36:47 -rw-rw-r-- 1 1001 1001 178 Jul 29 04:32 .sonarcloud.properties 04:36:47 -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:32 CONTRIBUTING.md 04:36:47 -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:32 Dockerfile.build 04:36:47 -rw-rw-r-- 1 1001 1001 911 Jul 29 04:32 Jenkinsfile 04:36:47 -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:32 LICENSE 04:36:47 -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:32 Makefile 04:36:47 -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:32 README.md 04:36:47 -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:32 SECURITY.md 04:36:47 -rw-rw-r-- 1 1001 1001 5 Jul 29 04:30 VERSION 04:36:47 -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:32 ZMQWindows.md 04:36:47 drwxrwxr-x 4 1001 1001 4096 Jul 29 04:32 api 04:36:47 drwxrwxr-x 2 1001 1001 4096 Jul 29 04:32 bin 04:36:47 drwxrwxr-x 15 1001 1001 4096 Jul 29 04:32 cmd 04:36:47 -rw-r--r-- 1 root root 456067 Jul 29 04:36 coverage.out 04:36:47 -rw-r--r-- 1 root root 1019 Jul 29 04:36 go.mod 04:36:47 -rw-r--r-- 1 root root 18146 Jul 29 04:36 go.sum 04:36:47 drwxrwxr-x 8 1001 1001 4096 Jul 29 04:32 internal 04:36:47 drwxrwxr-x 4 1001 1001 4096 Jul 29 04:32 snap 04:36:47 -rw-rw-r-- 1 1001 1001 168 Jul 29 04:32 version.go [Pipeline] sh 04:36:47 Attempting uninstall: requests 04:36:47 Found existing installation: requests 2.23.0 04:36:47 Uninstalling requests-2.23.0: 04:36:47 Successfully uninstalled requests-2.23.0 04:36:47 Running setup.py install for dockerpty: started 04:36:47 + '[' -e coverage.out ] 04:36:47 + chown 1001:1001 coverage.out [Pipeline] stash 04:36:47 Warning: overwriting stash ‘coverage-report’ 04:36:48 Removing intermediate container f178fe93fb1e 04:36:48 ---> 3567704e1efa 04:36:48 Step 6/21 : COPY go.mod . 04:36:48 ---> 79e8fff10133 04:36:48 Step 7/21 : RUN go mod download 04:36:48 Running setup.py install for dockerpty: finished with status 'done' 04:36:48 ---> Running in 462b8365f138 04:36:49 Stashed 1 file(s) [Pipeline] sh 04:36:49 Running setup.py install for docopt: started 04:36:49 + make build 04:36:49 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 04:36:50 Running setup.py install for docopt: finished with status 'done' 04:36:50 Running setup.py install for texttable: started 04:36:51 Running setup.py install for texttable: finished with status 'done' 04:36:51 Running setup.py install for PyYAML: started 04:36:51 Removing intermediate container 462b8365f138 04:36:51 ---> e3ff8bba6028 04:36:51 Step 8/21 : COPY . . 04:36:52 Running setup.py install for PyYAML: finished with status 'done' 04:36:53 Successfully installed PyYAML-3.13 cached-property-1.5.1 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.57.0 04:37:04 Removing intermediate container 51ef3d7af58b 04:37:04 ---> 7c73c6c4bc35 04:37:04 Step 22/26 : RUN apk --no-cache add curl 04:37:09 ---> Running in d6ae9e512825 04:37:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:37:11 (2/3) Installing libcurl (7.69.1-r0) 04:37:11 (3/3) Installing curl (7.69.1-r0) 04:37:11 Executing busybox-1.31.1-r16.trigger 04:37:11 OK: 72 MiB in 58 packages 04:37:12 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 04:37:16 Removing intermediate container f334bdb7ca66 04:37:16 ---> a171e21102f3 04:37:16 04:37:16 Step 10/20 : FROM alpine 04:37:16 ---> a24bb4013296 04:37:16 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:37:17 ---> 69b68252d4fd 04:37:17 Step 9/21 : RUN make cmd/support-logging/support-logging 04:37:18 Removing intermediate container d6ae9e512825 04:37:18 ---> f1ad360358c8 04:37:18 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:19 Removing intermediate container 1df08ad7b4c3 04:37:19 ---> 1c7e93f822f1 04:37:19 04:37:19 Step 10/20 : FROM scratch 04:37:19 ---> 04:37:19 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:19 ---> Running in 013b344ed0fe 04:37:19 ---> Running in 5310ae560b14 04:37:19 Removing intermediate container 72a2d6c7e4f5 04:37:19 ---> fbb4e0971fef 04:37:19 04:37:19 Step 10/21 : FROM scratch 04:37:19 ---> 04:37:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:19 ---> Running in 751a5fa20ff6 04:37:19 ---> Running in 2e89bd6ac9e6 04:37:19 ---> Running in faeb43d01b9e 04:37:19 Removing intermediate container 751a5fa20ff6 04:37:19 ---> 9e706533c028 04:37:19 Step 24/26 : LABEL arch=x86_64 04:37:19 ---> Running in d00b0b9420bd 04:37:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:37:19 Removing intermediate container 2e89bd6ac9e6 04:37:19 ---> 9065f5b7d31e 04:37:19 Step 12/21 : ENV APP_PORT=48082 04:37:19 Removing intermediate container faeb43d01b9e 04:37:19 ---> 4ba2433d9828 04:37:19 Step 12/20 : ENV APP_PORT=48085 04:37:19 ---> Running in 459ad5689787 04:37:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:19 ---> Running in 04fd822f170d 04:37:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:20 Removing intermediate container d00b0b9420bd 04:37:20 ---> 257a12d203f9 04:37:20 Step 25/26 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:37:20 ---> Running in f93808f796a4 04:37:20 Removing intermediate container 04fd822f170d 04:37:20 ---> a46a8763b7d4 04:37:20 Step 13/20 : EXPOSE $APP_PORT 04:37:20 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:37:20 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:37:20 OK: 12749 distinct packages available 04:37:20 Removing intermediate container 459ad5689787 04:37:20 ---> 4c73e7f6ebd1 04:37:20 Step 13/21 : EXPOSE $APP_PORT 04:37:20 ---> Running in 2416b5e26175 04:37:20 ---> Running in cdfb5dd28f07 04:37:20 (1/4) Installing ca-certificates (20191127-r4) 04:37:20 Removing intermediate container f93808f796a4 04:37:20 ---> fbd794f7f3a3 04:37:20 Step 26/26 : LABEL version=0.0.0 04:37:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:37:20 (3/4) Installing libcurl (7.69.1-r0) 04:37:20 (4/4) Installing curl (7.69.1-r0) 04:37:20 Executing busybox-1.31.1-r16.trigger 04:37:20 Executing ca-certificates-20191127-r4.trigger 04:37:20 OK: 7 MiB in 18 packages 04:37:20 ---> Running in 45557ed3649d 04:37:21 Removing intermediate container 2416b5e26175 04:37:21 ---> d46e3f0673bc 04:37:21 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:37:21 Removing intermediate container cdfb5dd28f07 04:37:21 ---> f07826a97ecb 04:37:21 Step 14/21 : WORKDIR / 04:37:21 ---> Running in 9d12d682206a 04:37:21 Removing intermediate container 45557ed3649d 04:37:21 ---> 4f1cdc68ab44 04:37:21 04:37:22 ---> 159a024ac52f 04:37:22 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:37:22 Successfully built 4f1cdc68ab44 04:37:23 Successfully tagged docker-sys-mgmt-agent-go:latest 04:37:23  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 04:37:23 Removing intermediate container 9d12d682206a 04:37:23 ---> 47298b8f68f3 04:37:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:37:23 Removing intermediate container 5310ae560b14 04:37:23 ---> 2f9014f9cd3b 04:37:23 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:37:23 ---> eabcd6d1d936 04:37:23 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:37:24 ---> Running in 4cda6d407866 04:37:24 ---> 10c15bd14d47 04:37:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:37:24 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 04:37:24 ---> caaf3596d459 04:37:24 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:24 Removing intermediate container 4cda6d407866 04:37:24 ---> 43e10b28f838 04:37:24 Step 13/20 : WORKDIR /edgex 04:37:26 ---> Running in 092e104e1f36 04:37:28 ---> Running in 183ef9baa4d9 04:37:29 ---> 11fed70599e5 04:37:29 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:37:29 Removing intermediate container 092e104e1f36 04:37:29 ---> 2573f53a912e 04:37:29 Step 18/20 : LABEL arch=x86_64 04:37:29 ---> Running in 4c506d808666 04:37:29 Removing intermediate container 183ef9baa4d9 04:37:29 ---> ca81fc9ec7f6 04:37:29 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:37:29 ---> fbf2989acba4 04:37:29 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:29 ---> Running in cf7975470e0a 04:37:29 Removing intermediate container 4c506d808666 04:37:29 ---> b808625b7edb 04:37:29 Step 19/20 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:37:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:37:30 ---> Running in f339af35237b 04:37:30 ---> 56a5d82fcb2b 04:37:30 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:37:31 Removing intermediate container cf7975470e0a 04:37:31 ---> ceffffa59016 04:37:31 Step 19/21 : LABEL arch=x86_64 04:37:32 ---> Running in aa779e9bcedd 04:37:32 Removing intermediate container f339af35237b 04:37:32 ---> 1ac720904ddb 04:37:32 Step 20/20 : LABEL version=0.0.0 04:37:33 ---> 90a11588fe89 04:37:33 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:37:33 ---> Running in 9d47a0e6157e 04:37:34 ---> Running in a6ed2532e3d4 04:37:34 Removing intermediate container aa779e9bcedd 04:37:34 ---> 0ee19c5c6b4c 04:37:34 Step 20/21 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:37:35 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 04:37:36 Removing intermediate container 9d47a0e6157e 04:37:36 ---> de42cc2d7f92 04:37:36 04:37:36 ---> Running in 3c6108871c09 04:37:36 Removing intermediate container a6ed2532e3d4 04:37:36 ---> dcb8c93c7c34 04:37:36 Step 17/20 : CMD ["--init=true"] 04:37:36 Successfully built de42cc2d7f92 04:37:36 Successfully tagged docker-support-scheduler-go:latest 04:37:37  Building docker-support-scheduler-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:37 ---> 3fb1fbabe424 04:37:37 Step 3/21 : WORKDIR /edgex-go 04:37:37 ---> Using cache 04:37:37 ---> afcbb7762a04 04:37:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:37 ---> Using cache 04:37:37 ---> 0daa76aa51cc 04:37:37 Step 5/21 : RUN apk update && apk add make git 04:37:37 ---> Using cache 04:37:37 ---> 556af1685501 04:37:37 Step 6/21 : COPY go.mod . 04:37:37 ---> Using cache 04:37:37 ---> 7e49d230df0c 04:37:37 Step 7/21 : RUN go mod download 04:37:37 ---> Using cache 04:37:37 ---> 95618dfce05d 04:37:37 Step 8/21 : COPY . . 04:37:37 ---> Using cache 04:37:37 ---> 46f161da491b 04:37:37 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:37:38 Removing intermediate container 3c6108871c09 04:37:38 ---> 9248b94b042d 04:37:38 Step 21/21 : LABEL version=0.0.0 04:37:38 ---> Running in 2d37ce4e1ff0 04:37:38 ---> Running in 5a0d3272bc5b 04:37:38 ---> Running in 503d380befa8 04:37:38 Removing intermediate container 5a0d3272bc5b 04:37:38 ---> 8a8975cfa77d 04:37:38 Step 18/20 : LABEL arch=x86_64 04:37:39 Removing intermediate container 503d380befa8 04:37:39 ---> 102859610b8e 04:37:39 04:37:39 Successfully built 102859610b8e 04:37:39 ---> Running in 9ee509dd1868 04:37:39 Successfully tagged docker-core-command-go:latest 04:37:39  Building docker-core-command-go ... done 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 04:37:39 Removing intermediate container 9ee509dd1868 04:37:39 ---> 264dfc50ea03 04:37:39 Step 19/20 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:37:40 ---> Running in 3f88a8d2cb68 04:37:40 Removing intermediate container 013b344ed0fe 04:37:40 ---> b9b2be652e78 04:37:40 04:37:40 Step 10/21 : FROM scratch 04:37:40 ---> 04:37:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:37:40 ---> Using cache 04:37:40 ---> 57855c7e62e2 04:37:40 Step 12/21 : ENV APP_PORT=48061 04:37:40 Removing intermediate container 3f88a8d2cb68 04:37:40 ---> 9da972958e1d 04:37:40 Step 20/20 : LABEL version=0.0.0 04:37:40 ---> Running in 79a98844614a 04:37:40 ---> Running in a76180fd1baa 04:37:41 Removing intermediate container 79a98844614a 04:37:41 ---> 1c58449189aa 04:37:41 Step 13/21 : EXPOSE $APP_PORT 04:37:41 ---> Running in 61346c854740 04:37:41 Removing intermediate container a76180fd1baa 04:37:41 ---> 83bfe2ac39ac 04:37:41 04:37:41 Successfully built 83bfe2ac39ac 04:37:41 Successfully tagged docker-security-proxy-setup-go:latest 04:37:41  Building docker-security-proxy-setup-go ... done Removing intermediate container 61346c854740 04:37:41 ---> c80ed3212496 04:37:41 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:37:41 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 04:37:41 ---> 70e67143abe9 04:37:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:37:42 ---> e2bbbc5e37a7 04:37:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:37:43 ---> 89029c34a2ad 04:37:43 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:37:43 ---> 4e6ff14697b8 04:37:43 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:43 ---> Running in beb713d919db 04:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:37:44 Removing intermediate container beb713d919db 04:37:44 ---> 3ece985d6dd5 04:37:44 Step 19/21 : LABEL arch=x86_64 04:37:44 ---> Running in 4f08308c0868 04:37:46 Removing intermediate container 4f08308c0868 04:37:46 ---> 962a9bfa66a1 04:37:46 Step 20/21 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:37:46 ---> Running in be9de2c561dd 04:37:46 Removing intermediate container be9de2c561dd 04:37:46 ---> 0d2d6e0ec13e 04:37:46 Step 21/21 : LABEL version=0.0.0 04:37:46 ---> Running in e41c85fcb87c 04:37:46 Removing intermediate container e41c85fcb87c 04:37:46 ---> 6b223c4b1ddf 04:37:46 04:37:46 Successfully built 6b223c4b1ddf 04:37:46 Successfully tagged docker-support-logging-go:latest 04:37:49 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 04:37:53  Building docker-support-logging-go ... done Removing intermediate container 2d37ce4e1ff0 04:37:53 ---> a1997468fdea 04:37:53 04:37:53 Step 10/21 : FROM scratch 04:37:53 ---> 04:37:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:53 ---> Using cache 04:37:53 ---> 4ba2433d9828 04:37:53 Step 12/21 : ENV APP_PORT=48081 04:37:53 ---> Running in 3fb8049752d9 04:37:53 Removing intermediate container 3fb8049752d9 04:37:53 ---> e05b7a53d7f7 04:37:53 Step 13/21 : EXPOSE $APP_PORT 04:37:53 ---> Running in 99b4910cae9f 04:37:53 Removing intermediate container 99b4910cae9f 04:37:53 ---> e65e6c1509d2 04:37:53 Step 14/21 : WORKDIR / 04:37:53 ---> Running in edc34cd74846 04:37:53 Removing intermediate container edc34cd74846 04:37:53 ---> 9e78b89e17fd 04:37:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:37:53 ---> 934363dd4914 04:37:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:37:53 ---> 18e6dbad4b05 04:37:53 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:37:53 ---> e7549e9c99f3 04:37:53 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:53 ---> Running in 6ba386f65880 04:37:54 Removing intermediate container 6ba386f65880 04:37:54 ---> c27c98fd50c6 04:37:54 Step 19/21 : LABEL arch=x86_64 04:37:54 ---> Running in 9dd4fe9c44fd 04:37:54 Removing intermediate container 9dd4fe9c44fd 04:37:54 ---> 8710fe4be738 04:37:54 Step 20/21 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:37:54 ---> Running in 3a2a18871515 04:37:54 Removing intermediate container 3a2a18871515 04:37:54 ---> ac76808a78fd 04:37:54 Step 21/21 : LABEL version=0.0.0 04:37:54 ---> Running in a2973e2bfa4e 04:37:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:37:54 Removing intermediate container a2973e2bfa4e 04:37:54 ---> d016ff180c18 04:37:54 04:37:54 Successfully built d016ff180c18 04:37:54 Successfully tagged docker-core-metadata-go:latest 04:37:55  Building docker-core-metadata-go ... done  [Pipeline] } 04:37:55 $ docker stop --time=1 c25588dac868f5a6bd5f7a41f2cf5524f8545bee88b7b7d97c0a88818b7e1d9f 04:37:57 $ docker rm -f c25588dac868f5a6bd5f7a41f2cf5524f8545bee88b7b7d97c0a88818b7e1d9f [Pipeline] // withDockerContainer [Pipeline] sh 04:37:57 + docker images 04:37:57 + grep docker 04:37:57 docker-core-metadata-go latest d016ff180c18 3 seconds ago 14.4MB 04:37:57 docker-support-logging-go latest 6b223c4b1ddf 11 seconds ago 11.8MB 04:37:57 docker-security-proxy-setup-go latest 83bfe2ac39ac 16 seconds ago 16.4MB 04:37:57 docker-core-command-go latest 102859610b8e 19 seconds ago 13MB 04:37:57 docker-support-scheduler-go latest de42cc2d7f92 23 seconds ago 13.1MB 04:37:57 docker-sys-mgmt-agent-go latest 4f1cdc68ab44 36 seconds ago 284MB 04:37:57 docker-core-data-go latest b0f206944722 About a minute ago 23.8MB 04:37:57 docker-security-secretstore-setup-go latest ebd9e7a35713 2 minutes ago 33.9MB 04:37:57 docker-support-notifications-go latest 261904f3aef5 2 minutes ago 14.4MB 04:37:57 docker-security-secrets-setup-go latest 6045bda2c3c7 2 minutes ago 25.1MB 04:37:57 docker latest 81f5749c9058 4 weeks ago 211MB [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] } 04:37:58 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 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:38:03 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 04:38: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 04:38:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:38:17 $ docker stop --time=1 74fe5bff43f84dcd87309ad63a579c8ad6b58aa589e9ddf45c0affb8bfff402d 04:38:19 $ docker rm -f 74fe5bff43f84dcd87309ad63a579c8ad6b58aa589e9ddf45c0affb8bfff402d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:38:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:38:21 04:38:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:38:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:38:22 latest: Pulling from edgex-devops/edgex-compose-arm64 04:38:22 29e5d40040c1: Pulling fs layer 04:38:22 1ce36da41761: Pulling fs layer 04:38:22 25b303627fd3: Pulling fs layer 04:38:22 29e5d40040c1: Verifying Checksum 04:38:22 29e5d40040c1: Download complete 04:38:23 1ce36da41761: Verifying Checksum 04:38:23 1ce36da41761: Download complete 04:38:23 29e5d40040c1: Pull complete 04:38:24 1ce36da41761: Pull complete 04:38:24 25b303627fd3: Download complete 04:38:34 25b303627fd3: Pull complete 04:38:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:38:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:38:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:38:35 prd-ubuntu18.04-docker-arm64-4c-16g-1385 does not seem to be running inside a container 04:38:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:38:38 $ docker top 9bfc9e22a867d0a54a361aee1aa4dd90437a88d574bac4cc7053a5a6524f325f -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:40 + docker-compose build --help 04:38:40 + grep parallel 04:38:44 --parallel Build images in parallel. [Pipeline] } 04:38:44 $ docker stop --time=1 9bfc9e22a867d0a54a361aee1aa4dd90437a88d574bac4cc7053a5a6524f325f 04:38:46 $ docker rm -f 9bfc9e22a867d0a54a361aee1aa4dd90437a88d574bac4cc7053a5a6524f325f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:38:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:38:47 . [Pipeline] withDockerContainer 04:38:47 prd-ubuntu18.04-docker-arm64-4c-16g-1385 does not seem to be running inside a container 04:38:47 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:38:48 $ docker top 13a2b0e2491ea5fa8b7f224628c890258786d9e08a458af1251262f3ed64952e -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:49 + docker-compose -f ./docker-compose-build.yml build --parallel 04:38:53 Building docker-core-command-go ... 04:38:53 Building docker-core-data-go ... 04:38:53 Building docker-core-metadata-go ... 04:38:53 Building docker-security-proxy-setup-go ... 04:38:53 Building docker-security-secrets-setup-go ... 04:38:53 Building docker-security-secretstore-setup-go ... 04:38:53 Building docker-support-logging-go ... 04:38:53 Building docker-support-notifications-go ... 04:38:53 Building docker-support-scheduler-go ... 04:38:53 Building docker-sys-mgmt-agent-go ... 04:38:53 Building docker-core-metadata-go 04:38:53 Building docker-core-data-go 04:38:53 Building docker-security-secrets-setup-go 04:38:53 Building docker-security-secretstore-setup-go 04:38:53 Building docker-support-notifications-go 04:40:45 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:40:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:40:45 ---> e57933237d8d 04:40:45 Step 3/21 : WORKDIR /edgex-go 04:40:45 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:40:45 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:40:45 ---> e57933237d8d 04:40:45 Step 3/29 : WORKDIR /edgex-go 04:40:45 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:40:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:40:45 ---> e57933237d8d 04:40:45 Step 3/23 : WORKDIR /edgex-go 04:40:45 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:40:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:40:45 ---> e57933237d8d 04:40:45 Step 3/22 : WORKDIR /edgex-go 04:40:45 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:40:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:40:45 ---> e57933237d8d 04:40:45 Step 3/26 : WORKDIR /edgex-go 04:40:45 ---> Running in 1446d4f5d3d5 04:40:45 ---> Running in ca1a49383862 04:40:45 ---> Running in f0666546e02a 04:40:45 ---> Running in 10346af12968 04:40:45 ---> Running in ea65064fee06 04:40:45 Removing intermediate container ea65064fee06 04:40:45 ---> 05ce6317ff6a 04:40:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:45 Removing intermediate container f0666546e02a 04:40:45 ---> ae103c2b0ab5 04:40:45 Step 4/29 : RUN apk update && apk add make git 04:40:45 Removing intermediate container 1446d4f5d3d5 04:40:45 ---> 4973cd882e58 04:40:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:45 ---> Running in 0b377f6933c9 04:40:45 Removing intermediate container ca1a49383862 04:40:45 ---> cc1119e3ff18 04:40:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:45 Removing intermediate container 10346af12968 04:40:45 ---> 5dd704b358b8 04:40:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:45 ---> Running in ec72a8fa0c2d 04:40:45 ---> Running in bb321adff0ab 04:40:45 ---> Running in a1ad7ae20832 04:40:45 ---> Running in 9f1b0c1cbe43 04:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:40:45 Removing intermediate container 0b377f6933c9 04:40:45 ---> 210cab717a8c 04:40:45 Step 5/21 : RUN apk update && apk add make git 04:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:40:45 ---> Running in bbff77150a28 04:40:45 Removing intermediate container ec72a8fa0c2d 04:40:45 ---> a651a3deccad 04:40:45 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:40:45 ---> Running in 1a6a6b506711 04:40:45 Removing intermediate container a1ad7ae20832 04:40:45 ---> f80513299632 04:40:45 Step 5/26 : RUN apk update && apk add make git 04:40:45 ---> Running in dfac747b0b6e 04:40:45 Removing intermediate container 9f1b0c1cbe43 04:40:45 ---> 6852cdf20707 04:40:45 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:40:45 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:40:45 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:40:45 OK: 12620 distinct packages available 04:40:45 ---> Running in 77b3a279194e 04:40:45 OK: 217 MiB in 51 packages 04:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:40:45 Removing intermediate container bb321adff0ab 04:40:45 ---> 3c9426e8fafd 04:40:45 Step 5/29 : COPY go.mod . 04:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:40:46 ---> 7ae36c44e106 04:40:46 Step 6/29 : RUN go mod download 04:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:40:46 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:40:46 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:40:46 OK: 12620 distinct packages available 04:40:46 ---> Running in b04b30b4a095 04:40:46 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:40:46 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:40:46 OK: 12620 distinct packages available 04:40:47 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:40:47 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:40:47 OK: 12620 distinct packages available 04:40:47 OK: 217 MiB in 51 packages 04:40:47 OK: 217 MiB in 51 packages 04:40:47 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:40:47 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:40:47 OK: 12620 distinct packages available 04:40:48 OK: 217 MiB in 51 packages 04:40:48 OK: 217 MiB in 51 packages 04:40:49 Removing intermediate container bbff77150a28 04:40:49 ---> 8ae807b17157 04:40:49 Step 6/21 : COPY go.mod . 04:40:49 Removing intermediate container 1a6a6b506711 04:40:49 ---> d34960afbf53 04:40:49 Step 6/22 : COPY go.mod . 04:40:50 Removing intermediate container dfac747b0b6e 04:40:50 ---> f31e7cfb826d 04:40:50 Step 6/26 : COPY go.mod . 04:40:50 Removing intermediate container 77b3a279194e 04:40:50 ---> 820c66ce5be7 04:40:50 Step 6/23 : COPY go.mod . 04:40:50 ---> 8e3c9ac58455 04:40:50 Step 7/21 : RUN go mod download 04:40:51 ---> a5968393aee7 04:40:51 Step 7/22 : RUN go mod download 04:40:51 ---> Running in 4bdb3df23232 04:40:51 ---> Running in b9cb773f9c10 04:40:51 Removing intermediate container b04b30b4a095 04:40:51 ---> 5f8880241e19 04:40:51 Step 7/29 : COPY . . 04:40:51 ---> d37a2f551efa 04:40:51 Step 7/26 : RUN go mod download 04:40:51 ---> 4b4356d3417c 04:40:51 Step 7/23 : RUN go mod download 04:40:51 ---> Running in 913a783b8193 04:40:52 ---> Running in 597b2873bb90 04:41:00 Removing intermediate container b9cb773f9c10 04:41:00 ---> 90eb4fb52df9 04:41:00 Step 8/22 : COPY . . 04:41:00 Removing intermediate container 4bdb3df23232 04:41:00 ---> 5fd2f03b3d24 04:41:00 Step 8/21 : COPY . . 04:41:01 Removing intermediate container 597b2873bb90 04:41:01 Removing intermediate container 913a783b8193 04:41:01 ---> 5e6687081e22 04:41:01 Step 8/26 : COPY . . 04:41:01 ---> 41b948d47866 04:41:01 Step 8/23 : COPY . . 04:41:28 ---> e29fef486bc2 04:41:28 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:41:28 ---> Running in 5aac62a7ea8d 04:41:29 ---> 764e73c7f451 04:41:29 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:41:29 ---> 8e285ebedcaa 04:41:29 Step 9/22 : RUN make cmd/core-data/core-data 04:41:29 ---> 61053de2348b 04:41:29 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:41:29 ---> 01a683f28bbe 04:41:29 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:41:29 ---> Running in ca3fcee2c6a0 04:41:29 ---> Running in 19e63752ea14 04:41:29 ---> Running in c3f9288d189f 04:41:29 ---> Running in e1e23704dbcf 04:41:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:41:32 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 04:41:32 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 04:41:33 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 04:41:33 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 04:43:10 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 04:43:10 Removing intermediate container 5aac62a7ea8d 04:43:10 ---> b9f5db051d5c 04:43:10 04:43:10 Step 9/29 : FROM alpine:latest 04:43:10 latest: Pulling from library/alpine 04:43:10 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:43:10 Status: Downloaded newer image for alpine:latest 04:43:10 ---> 62ee0e9f8440 04:43:10 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:43:10 ---> Running in 1d92ec40f217 04:43:10 Removing intermediate container 1d92ec40f217 04:43:10 ---> 7e5d4b54cd7e 04:43:10 Step 11/29 : USER root 04:43:10 ---> Running in 438bfaaba0d9 04:43:10 Removing intermediate container 438bfaaba0d9 04:43:10 ---> 47b733c1cab2 04:43:10 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:43:10 ---> Running in 5494b4b9edcf 04:43:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:10 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:43:10 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:43:10 OK: 12620 distinct packages available 04:43:10 (1/2) Installing ca-certificates (20191127-r4) 04:43:10 (2/2) Installing dumb-init (1.2.2-r1) 04:43:10 Executing busybox-1.31.1-r16.trigger 04:43:10 Executing ca-certificates-20191127-r4.trigger 04:43:10 OK: 6 MiB in 16 packages 04:43:10 Removing intermediate container 5494b4b9edcf 04:43:10 ---> 5a007783d6a2 04:43:10 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:43:10 ---> Running in 6c3a20d587c0 04:43:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:43:10 Removing intermediate container 6c3a20d587c0 04:43:10 ---> ccfb0de2df6b 04:43:10 Step 14/29 : WORKDIR $BASE_DIR 04:43:10 ---> Running in d559306353b6 04:43:10 Removing intermediate container d559306353b6 04:43:10 ---> ba5d84b3a3ce 04:43:10 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:43:10 ---> Running in 1a79db01d2c6 04:43:15 Removing intermediate container 1a79db01d2c6 04:43:15 ---> 624eb5112034 04:43:15 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:43:16 ---> 002534ea7a6b 04:43:16 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:43:17 ---> 3490d6b425be 04:43:17 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:43:19 ---> f5f49894068a 04:43:19 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:43:21 ---> 9aaa552d293b 04:43:21 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:43:23 ---> ef8319f4010f 04:43:23 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:43:23 ---> Running in fdcc7bea13c0 04:43:23 Removing intermediate container 19e63752ea14 04:43:23 ---> 523011aa9c27 04:43:23 04:43:23 Step 10/26 : FROM alpine:3.10 04:43:23 3.10: Pulling from library/alpine 04:43:25 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:43:25 Status: Downloaded newer image for alpine:3.10 04:43:25 ---> 536a684cf733 04:43:25 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:43:25 ---> Running in f82769e0d76e 04:43:27 Removing intermediate container fdcc7bea13c0 04:43:27 ---> 7d3e75bde07b 04:43:27 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:43:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:43:28 ---> be93bed7c92b 04:43:28 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:43:29 ---> Running in 78675b2a3038 04:43:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:43:30 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:43:30 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:43:30 OK: 10167 distinct packages available 04:43:30 (1/5) Installing ca-certificates (20191127-r2) 04:43:30 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:43:30 (3/5) Installing libcurl (7.66.0-r0) 04:43:30 (4/5) Installing curl (7.66.0-r0) 04:43:30 (5/5) Installing dumb-init (1.2.2-r1) 04:43:30 Executing busybox-1.30.1-r3.trigger 04:43:30 Executing ca-certificates-20191127-r2.trigger 04:43:31 OK: 7 MiB in 19 packages 04:43:32 Removing intermediate container ca3fcee2c6a0 04:43:32 ---> 199d0b84d84c 04:43:32 04:43:32 Step 10/23 : FROM scratch 04:43:32 ---> 04:43:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:43:32 ---> Running in 6766435fced0 04:43:33 Removing intermediate container 6766435fced0 04:43:33 ---> 7b2dcac542fc 04:43:33 Step 12/23 : ENV APP_PORT=48060 04:43:33 ---> Running in 40920949de07 04:43:33 Removing intermediate container 78675b2a3038 04:43:33 ---> 9a5cb563fb85 04:43:33 Step 24/29 : RUN chmod 755 security-secrets-setup 04:43:34 Removing intermediate container f82769e0d76e 04:43:34 ---> 48bbc5feb5af 04:43:34 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:43:34 ---> Running in 0c72b257a680 04:43:34 ---> Running in 82acfa28680d 04:43:34 Removing intermediate container 40920949de07 04:43:34 ---> 83f48406eeb1 04:43:34 Step 13/23 : EXPOSE $APP_PORT 04:43:34 ---> Running in a394d4e28163 04:43:34 Removing intermediate container 82acfa28680d 04:43:34 ---> 60ce23d77976 04:43:34 Step 13/26 : WORKDIR / 04:43:35 ---> Running in 3651edbb909e 04:43:36 Removing intermediate container a394d4e28163 04:43:36 ---> 70912ac666b9 04:43:36 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:43:36 Removing intermediate container 3651edbb909e 04:43:36 ---> 04213a1e4121 04:43:36 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:43:37 ---> 9396381322f1 04:43:37 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:43:38 ---> 56e813be52b1 04:43:38 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:43:39 Removing intermediate container 0c72b257a680 04:43:39 ---> 0cbc65f65522 04:43:39 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:43:39 ---> f18c1e89b054 04:43:39 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:43:39 ---> Running in 055e1051b45a 04:43:39 ---> 5370b2e6efdf 04:43:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:43:40 Removing intermediate container c3f9288d189f 04:43:40 ---> 9e532616e268 04:43:40 04:43:40 Step 10/21 : FROM scratch 04:43:40 ---> 04:43:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:43:40 ---> Running in c2d6f56f831e 04:43:40 Removing intermediate container 055e1051b45a 04:43:40 ---> 417498a3f2f7 04:43:40 Step 26/29 : CMD [ "generate" ] 04:43:40 ---> Running in 1d70877a3d73 04:43:40 ---> 4520bb2e33a7 04:43:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:43:41 Removing intermediate container c2d6f56f831e 04:43:41 ---> 03d9e3b67ee8 04:43:41 Step 12/21 : ENV APP_PORT=48081 04:43:41 ---> Running in 32fce187e49f 04:43:41 ---> 3653a7c443fa 04:43:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:43:41 Removing intermediate container 1d70877a3d73 04:43:41 ---> be76aaa430ec 04:43:41 Step 27/29 : LABEL arch=arm64 04:43:41 ---> Running in e03af93c0e92 04:43:42 ---> eef54475461c 04:43:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:43:42 Removing intermediate container 32fce187e49f 04:43:42 ---> 0a40a58b84c5 04:43:42 Step 13/21 : EXPOSE $APP_PORT 04:43:42 ---> Running in d3c894b56087 04:43:42 Removing intermediate container e03af93c0e92 04:43:42 ---> 8ab62896af37 04:43:42 Step 28/29 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:43:42 ---> d28d25fbf975 04:43:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:43:42 ---> Running in 8556fb5bc7e5 04:43:43 Removing intermediate container d3c894b56087 04:43:43 ---> 3703d28677d2 04:43:43 Step 14/21 : WORKDIR / 04:43:43 ---> Running in e4d9e75ca961 04:43:43 Removing intermediate container 8556fb5bc7e5 04:43:43 ---> 36276b2a4871 04:43:43 Step 29/29 : LABEL version=0.0.0 04:43:43 ---> 7ccaf65c4e4e 04:43:43 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:43:44 ---> Running in d943018972a6 04:43:44 ---> 01475fd2b0e5 04:43:44 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:43:44 Removing intermediate container e4d9e75ca961 04:43:44 ---> a898ce35f345 04:43:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:43:44 Removing intermediate container d943018972a6 04:43:44 ---> 4f15be28cc85 04:43:44 04:43:45 Successfully built 4f15be28cc85 04:43:45 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:43:45  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go 04:43:45 ---> 4b321fdc7001 04:43:45 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:43:46 ---> 2fa544782bae 04:43:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:43:46 ---> Running in 9c070708b3f2 04:43:46 ---> 07d790be0e43 04:43:46 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:43:47 Removing intermediate container 9c070708b3f2 04:43:47 ---> 71ee3f92b29c 04:43:47 Step 21/23 : LABEL arch=arm64 04:43:48 ---> Running in 534a604f5528 04:43:48 Removing intermediate container e1e23704dbcf 04:43:48 ---> aa05389baccd 04:43:48 04:43:48 Step 10/22 : FROM alpine 04:43:48 ---> 62ee0e9f8440 04:43:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:43:49 ---> 7447dd992377 04:43:49 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:43:49 ---> 5960089a903c 04:43:49 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:43:49 ---> Running in 25d3a735d4d3 04:43:49 Removing intermediate container 534a604f5528 04:43:49 ---> 6f042d53adac 04:43:49 Step 22/23 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:43:50 ---> Running in 2757aabc09fc 04:43:51 Removing intermediate container 25d3a735d4d3 04:43:51 ---> ec7a1b8588c3 04:43:51 Step 12/22 : ENV APP_PORT=48080 04:43:51 ---> 6bd5b1a988e5 04:43:51 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:43:51 ---> ca1d4185e8db 04:43:51 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:43:51 Removing intermediate container 2757aabc09fc 04:43:51 ---> 776c20c1f157 04:43:51 Step 23/23 : LABEL version=0.0.0 04:43:52 ---> Running in c06dbdfe3e09 04:43:52 ---> Running in e6481c9cddbc 04:43:52 ---> Running in 28e5c8e68e2b 04:43:52 ---> Running in 5c4a88c1ab4f 04:43:53 Removing intermediate container e6481c9cddbc 04:43:53 ---> c783de3ea8bb 04:43:53 Step 19/21 : LABEL arch=arm64 04:43:53 Removing intermediate container 28e5c8e68e2b 04:43:53 ---> 4899e8d8250c 04:43:53 Step 13/22 : EXPOSE $APP_PORT 04:43:53 Removing intermediate container 5c4a88c1ab4f 04:43:53 ---> dc25bf5aed2d 04:43:53 04:43:53 ---> Running in d3abea0b7bb3 04:43:53 ---> Running in b0924dabe47e 04:43:54 Successfully built dc25bf5aed2d 04:43:54 Successfully tagged docker-support-notifications-go-arm64:latest 04:43:54  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 04:43:54 Removing intermediate container b0924dabe47e 04:43:54 ---> 362a82e7c8af 04:43:54 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:54 Removing intermediate container d3abea0b7bb3 04:43:54 ---> 631dd004f229 04:43:54 Step 20/21 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:43:54 ---> Running in 66dbbbdae0aa 04:43:54 ---> Running in 91bfc0e1f5af 04:43:55 Removing intermediate container 91bfc0e1f5af 04:43:55 ---> 449a5ec1a6b2 04:43:55 Step 21/21 : LABEL version=0.0.0 04:43:55 ---> Running in 5f03bc603754 04:43:55 Removing intermediate container c06dbdfe3e09 04:43:55 ---> 6f986ee4493a 04:43:55 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:43:56 ---> Running in f7743fe898c4 04:43:56 Removing intermediate container 5f03bc603754 04:43:56 ---> 58e38f4ec383 04:43:56 04:43:57 Successfully built 58e38f4ec383 04:43:57 Successfully tagged docker-core-metadata-go-arm64:latest 04:43:57 Building docker-core-command-go 04:43:57  Building docker-core-metadata-go ... done Removing intermediate container f7743fe898c4 04:43:57 ---> 07f194c92b40 04:43:57 Step 24/26 : LABEL arch=arm64 04:43:58 ---> Running in 46129feb65a5 04:43:59 Removing intermediate container 46129feb65a5 04:43:59 ---> 16099b0c6eb0 04:43:59 Step 25/26 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:43:59 Removing intermediate container 66dbbbdae0aa 04:43:59 ---> 8a1def128739 04:43:59 Step 15/22 : RUN apk --no-cache add zeromq 04:43:59 ---> Running in 3b7870f017fb 04:43:59 ---> Running in 6b4d6c19379b 04:44:01 Removing intermediate container 6b4d6c19379b 04:44:01 ---> e25bca9943b4 04:44:01 Step 26/26 : LABEL version=0.0.0 04:44:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:01 ---> Running in fc99022f2bfb 04:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:02 Removing intermediate container fc99022f2bfb 04:44:02 ---> a7ebbc008ccb 04:44:02 04:44:02 (1/5) Installing libgcc (9.3.0-r2) 04:44:03 (2/5) Installing libsodium (1.0.18-r0) 04:44:03 (3/5) Installing libstdc++ (9.3.0-r2) 04:44:03 Successfully built a7ebbc008ccb 04:44:03 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:44:03  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 04:44:03 (4/5) Installing libzmq (4.3.2-r0) 04:44:03 (5/5) Installing zeromq (4.3.2-r0) 04:44:03 Executing busybox-1.31.1-r16.trigger 04:44:03 OK: 8 MiB in 19 packages 04:44:07 Removing intermediate container 3b7870f017fb 04:44:07 ---> c43c82ae52cf 04:44:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:44:08 ---> 7f5da42b3cc7 04:44:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:44:12 ---> fc27d7d25aa0 04:44:12 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:44:13 ---> eb183ff864e8 04:44:13 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:14 ---> Running in dbc43750c8c8 04:44:16 Removing intermediate container dbc43750c8c8 04:44:16 ---> e49561e536d7 04:44:16 Step 20/22 : LABEL arch=arm64 04:44:16 ---> Running in a07842b957fd 04:44:17 Removing intermediate container a07842b957fd 04:44:17 ---> d60103b2c3d4 04:44:17 Step 21/22 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:44:17 ---> Running in c3e7998b0d7e 04:44:18 Removing intermediate container c3e7998b0d7e 04:44:18 ---> 4bc5356c7a40 04:44:18 Step 22/22 : LABEL version=0.0.0 04:44:18 ---> Running in e9feb31bc18e 04:44:19 Removing intermediate container e9feb31bc18e 04:44:19 ---> 57ebc577ba45 04:44:19 04:44:20 Successfully built 57ebc577ba45 04:44:20 Successfully tagged docker-core-data-go-arm64:latest 04:44:20  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 04:44:52 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:52 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:44:52 ---> e57933237d8d 04:44:52 Step 3/20 : WORKDIR /edgex-go 04:44:52 ---> Using cache 04:44:52 ---> 5dd704b358b8 04:44:52 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:52 ---> Using cache 04:44:52 ---> f80513299632 04:44:52 Step 5/20 : RUN apk update && apk add make git 04:44:52 ---> Using cache 04:44:52 ---> f31e7cfb826d 04:44:52 Step 6/20 : COPY go.mod . 04:44:52 ---> Using cache 04:44:52 ---> d37a2f551efa 04:44:52 Step 7/20 : RUN go mod download 04:44:52 ---> Using cache 04:44:52 ---> 5e6687081e22 04:44:52 Step 8/20 : COPY . . 04:44:52 ---> Using cache 04:44:52 ---> 01a683f28bbe 04:44:52 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:44:59 ---> Running in aa193788a17b 04:45:00 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 04:45:19 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:45:19 ---> e57933237d8d 04:45:19 Step 3/26 : WORKDIR /edgex-go 04:45:19 ---> Using cache 04:45:19 ---> 5dd704b358b8 04:45:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:19 ---> Using cache 04:45:19 ---> f80513299632 04:45:19 Step 5/26 : RUN apk update && apk add make bash git 04:45:19 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:45:19 ---> e57933237d8d 04:45:19 Step 3/21 : WORKDIR /edgex-go 04:45:19 ---> Using cache 04:45:19 ---> 5dd704b358b8 04:45:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:19 ---> Using cache 04:45:19 ---> f80513299632 04:45:19 Step 5/21 : RUN apk update && apk add make git 04:45:19 ---> Using cache 04:45:19 ---> f31e7cfb826d 04:45:19 Step 6/21 : COPY go.mod . 04:45:19 ---> Using cache 04:45:19 ---> d37a2f551efa 04:45:19 Step 7/21 : RUN go mod download 04:45:19 ---> Using cache 04:45:19 ---> 5e6687081e22 04:45:19 Step 8/21 : COPY . . 04:45:19 ---> Using cache 04:45:19 ---> 01a683f28bbe 04:45:19 Step 9/21 : RUN make cmd/core-command/core-command 04:45:22 ---> Running in 1eee7d1f1fa3 04:45:22 ---> Running in 6a493add5f5a 04:45:22 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:45:22 ---> e57933237d8d 04:45:22 Step 3/21 : WORKDIR /edgex-go 04:45:22 ---> Using cache 04:45:22 ---> 5dd704b358b8 04:45:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:22 ---> Using cache 04:45:22 ---> f80513299632 04:45:22 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:45:22 ---> Running in 840fdaf2a9b6 04:45:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:26 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 04:45:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:27 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:27 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:27 OK: 12620 distinct packages available 04:45:28 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:28 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:45:28 ---> e57933237d8d 04:45:28 Step 3/20 : WORKDIR /edgex-go 04:45:28 ---> Using cache 04:45:28 ---> 5dd704b358b8 04:45:28 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:28 ---> Using cache 04:45:28 ---> f80513299632 04:45:28 Step 5/20 : RUN apk update && apk add make git 04:45:28 ---> Using cache 04:45:28 ---> f31e7cfb826d 04:45:28 Step 6/20 : COPY go.mod . 04:45:28 ---> Using cache 04:45:28 ---> d37a2f551efa 04:45:28 Step 7/20 : RUN go mod download 04:45:28 ---> Using cache 04:45:28 ---> 5e6687081e22 04:45:28 Step 8/20 : COPY . . 04:45:28 ---> Using cache 04:45:28 ---> 01a683f28bbe 04:45:28 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:45:28 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:28 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:28 OK: 12620 distinct packages available 04:45:28 OK: 217 MiB in 51 packages 04:45:29 ---> Running in e17e0b90770e 04:45:29 OK: 217 MiB in 51 packages 04:45:30 Removing intermediate container 6a493add5f5a 04:45:30 ---> 755cfd437e0b 04:45:30 Step 6/26 : COPY go.mod . 04:45:31 OK: 217 MiB in 51 packages 04:45:31 ---> d9573928e211 04:45:31 Step 7/26 : RUN go mod download 04:45:31 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 04:45:32 ---> Running in c1e42cdcf4c6 04:45:33 Removing intermediate container 840fdaf2a9b6 04:45:33 ---> 6cc6e5d7c13b 04:45:33 Step 6/21 : COPY go.mod . 04:45:34 ---> 987f9d9a6dfd 04:45:34 Step 7/21 : RUN go mod download 04:45:34 ---> Running in 2bbf0e22d9db 04:45:38 Removing intermediate container c1e42cdcf4c6 04:45:38 ---> 145cfcc31ea7 04:45:38 Step 8/26 : COPY . . 04:45:42 Removing intermediate container 2bbf0e22d9db 04:45:42 ---> ea15cb111642 04:45:42 Step 8/21 : COPY . . 04:46:21 ---> 255eb71b1792 04:46:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:46:21 ---> b38f879bed83 04:46:21 Step 9/21 : RUN make cmd/support-logging/support-logging 04:46:21 ---> Running in 6956e97e2941 04:46:21 ---> Running in 30182c97148e 04:46:21 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 04:46:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:46:34 Removing intermediate container aa193788a17b 04:46:34 ---> 342b9c46a72d 04:46:34 04:46:34 Step 10/20 : FROM scratch 04:46:34 ---> 04:46:34 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:34 ---> Using cache 04:46:34 ---> 03d9e3b67ee8 04:46:34 Step 12/20 : ENV APP_PORT=48085 04:46:34 ---> Running in b09c42ec1a9e 04:46:34 Removing intermediate container b09c42ec1a9e 04:46:34 ---> 96e7686c69fc 04:46:34 Step 13/20 : EXPOSE $APP_PORT 04:46:34 ---> Running in 5c289ffaaf53 04:46:35 Removing intermediate container 5c289ffaaf53 04:46:35 ---> ab016c8571f2 04:46:35 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:46:36 ---> e096aba0c341 04:46:36 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:46:38 ---> 29bc41713e79 04:46:38 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:46:39 ---> c061a47d0932 04:46:39 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:39 ---> Running in f776842459f8 04:46:40 Removing intermediate container f776842459f8 04:46:40 ---> 22c0215d996f 04:46:40 Step 18/20 : LABEL arch=arm64 04:46:40 ---> Running in 0a3b9eb8b077 04:46:41 Removing intermediate container 0a3b9eb8b077 04:46:41 ---> cf779ed63782 04:46:41 Step 19/20 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:46:41 ---> Running in b51aa4f7c345 04:46:42 Removing intermediate container b51aa4f7c345 04:46:42 ---> eef66349c7a4 04:46:42 Step 20/20 : LABEL version=0.0.0 04:46:42 ---> Running in 13f49971a832 04:46:42 Removing intermediate container 13f49971a832 04:46:42 ---> 782c61d28960 04:46:42 04:46:43 Successfully built 782c61d28960 04:46:43 Successfully tagged docker-support-scheduler-go-arm64:latest 04:47:02  Building docker-support-scheduler-go ... done Removing intermediate container e17e0b90770e 04:47:02 ---> 3986ffd4c8c3 04:47:02 04:47:02 Step 10/20 : FROM alpine 04:47:02 ---> 62ee0e9f8440 04:47:02 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:47:02 ---> Running in 448f73c567fc 04:47:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:03 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:47:03 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:47:03 OK: 12620 distinct packages available 04:47:04 (1/4) Installing ca-certificates (20191127-r4) 04:47:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:47:04 (3/4) Installing libcurl (7.69.1-r0) 04:47:04 (4/4) Installing curl (7.69.1-r0) 04:47:04 Executing busybox-1.31.1-r16.trigger 04:47:04 Executing ca-certificates-20191127-r4.trigger 04:47:05 OK: 7 MiB in 18 packages 04:47:07 Removing intermediate container 448f73c567fc 04:47:07 ---> 14cd27ad18c6 04:47:07 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:47:07 ---> Running in e62b0eee52ee 04:47:08 Removing intermediate container e62b0eee52ee 04:47:08 ---> f627bd1d3330 04:47:08 Step 13/20 : WORKDIR /edgex 04:47:08 ---> Running in 597e27e8b1e8 04:47:08 Removing intermediate container 597e27e8b1e8 04:47:08 ---> 0875e0aa5388 04:47:08 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:47:10 ---> 6c91299c3dd4 04:47:10 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:47:11 ---> 5e991c44d1f2 04:47:11 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:47:12 ---> Running in af19746485f5 04:47:12 Removing intermediate container af19746485f5 04:47:12 ---> a28a26fe59ec 04:47:12 Step 17/20 : CMD ["--init=true"] 04:47:12 ---> Running in 6de346bde8cd 04:47:13 Removing intermediate container 6de346bde8cd 04:47:13 ---> dcad076e4260 04:47:13 Step 18/20 : LABEL arch=arm64 04:47:13 ---> Running in 0ce89723c343 04:47:14 Removing intermediate container 0ce89723c343 04:47:14 ---> 99070302a84f 04:47:14 Step 19/20 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:47:14 ---> Running in 67a276418b53 04:47:15 Removing intermediate container 67a276418b53 04:47:15 ---> 1556150c265c 04:47:15 Step 20/20 : LABEL version=0.0.0 04:47:15 ---> Running in a59b2cdcd7e9 04:47:16 Removing intermediate container a59b2cdcd7e9 04:47:16 ---> 44e759bab01b 04:47:16 04:47:17 Successfully built 44e759bab01b 04:47:17 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:47:19  Building docker-security-proxy-setup-go ... done Removing intermediate container 1eee7d1f1fa3 04:47:19 ---> 71616a66967e 04:47:19 04:47:19 Step 10/21 : FROM scratch 04:47:19 ---> 04:47:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:19 ---> Using cache 04:47:19 ---> 03d9e3b67ee8 04:47:19 Step 12/21 : ENV APP_PORT=48082 04:47:19 ---> Running in 819891c4f046 04:47:20 Removing intermediate container 819891c4f046 04:47:20 ---> 4201f7035039 04:47:20 Step 13/21 : EXPOSE $APP_PORT 04:47:20 ---> Running in 7043619803ba 04:47:21 Removing intermediate container 7043619803ba 04:47:21 ---> 04a47be72dc7 04:47:21 Step 14/21 : WORKDIR / 04:47:21 ---> Running in 3c12398b7861 04:47:22 Removing intermediate container 3c12398b7861 04:47:22 ---> 65b9ac20b7cd 04:47:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:47:23 ---> 261bf1a9c60e 04:47:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:47:25 ---> 0fd7be0fdbe0 04:47:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:47:26 ---> b8644fee1962 04:47:26 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:26 ---> Running in f791aa0cc3e9 04:47:26 Removing intermediate container f791aa0cc3e9 04:47:26 ---> fbd18df61d7c 04:47:26 Step 19/21 : LABEL arch=arm64 04:47:27 ---> Running in 4c4d04a6414a 04:47:27 Removing intermediate container 4c4d04a6414a 04:47:27 ---> de5c5ae9041f 04:47:27 Step 20/21 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:47:28 ---> Running in 560faa5428d9 04:47:28 Removing intermediate container 560faa5428d9 04:47:28 ---> 4c208ce24e55 04:47:28 Step 21/21 : LABEL version=0.0.0 04:47:28 ---> Running in 46fde0c3d455 04:47:29 Removing intermediate container 46fde0c3d455 04:47:29 ---> 3cf96eb28fb0 04:47:29 04:47:29 Successfully built 3cf96eb28fb0 04:47:29 Successfully tagged docker-core-command-go-arm64:latest 04:47:36  Building docker-core-command-go ... done Removing intermediate container 6956e97e2941 04:47:36 ---> 3f5cb6006250 04:47:36 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:47:36 ---> Running in 24b3b1ce101a 04:47:36 Removing intermediate container 30182c97148e 04:47:36 ---> 814c2c33998b 04:47:36 04:47:36 Step 10/21 : FROM scratch 04:47:36 ---> 04:47:36 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:47:37 ---> Using cache 04:47:37 ---> 7b2dcac542fc 04:47:37 Step 12/21 : ENV APP_PORT=48061 04:47:37 ---> Running in c9418604eb6a 04:47:37 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 04:47:37 Removing intermediate container c9418604eb6a 04:47:37 ---> b3ed64d114d1 04:47:37 Step 13/21 : EXPOSE $APP_PORT 04:47:37 ---> Running in 3dc3b2057a2f 04:47:38 Removing intermediate container 3dc3b2057a2f 04:47:38 ---> 80f6e0707b98 04:47:38 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:47:39 ---> 962735fd127c 04:47:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:47:40 ---> f6b8c8e79304 04:47:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:47:41 Removing intermediate container 24b3b1ce101a 04:47:41 ---> 0a4ea4365d44 04:47:41 04:47:41 Step 11/26 : FROM docker:latest 04:47:41 ---> ce9d55ae87f1 04:47:41 Step 12/26 : RUN apk add --no-cache bash 04:47:41 ---> Running in 1239e5305f6e 04:47:41 ---> 4e12c34184df 04:47:41 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:47:42 ---> e7c437181d75 04:47:42 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:42 ---> Running in e2b20ec8f89b 04:47:42 Removing intermediate container e2b20ec8f89b 04:47:42 ---> 2947101ae644 04:47:42 Step 19/21 : LABEL arch=arm64 04:47:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:42 ---> Running in df718a64bd65 04:47:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:43 Removing intermediate container df718a64bd65 04:47:43 ---> d0313ae10609 04:47:43 Step 20/21 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:47:43 ---> Running in 7d108cfba5eb 04:47:43 (1/2) Installing readline (8.0.4-r0) 04:47:43 (2/2) Installing bash (5.0.17-r0) 04:47:43 Executing bash-5.0.17-r0.post-install 04:47:43 Executing busybox-1.31.1-r16.trigger 04:47:43 OK: 12 MiB in 22 packages 04:47:44 Removing intermediate container 7d108cfba5eb 04:47:44 ---> 6da7363ef7ad 04:47:44 Step 21/21 : LABEL version=0.0.0 04:47:44 ---> Running in 43c4ffe53e93 04:47:44 Removing intermediate container 43c4ffe53e93 04:47:44 ---> 85e066820b99 04:47:44 04:47:45 Successfully built 85e066820b99 04:47:45 Successfully tagged docker-support-logging-go-arm64:latest 04:47:45  Building docker-support-logging-go ... done Removing intermediate container 1239e5305f6e 04:47:45 ---> 95dbf55fd0cc 04:47:45 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:47:45 ---> Running in 91c1e6807a02 04:47:48 Removing intermediate container 91c1e6807a02 04:47:48 ---> 6a5c5205d753 04:47:48 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:47:48 ---> Running in 7cfb46daa176 04:47:48 Removing intermediate container 7cfb46daa176 04:47:48 ---> 3787db978602 04:47:48 Step 15/26 : ENV APP_PORT=48090 04:47:48 ---> Running in 1a07e5c71cd0 04:47:49 Removing intermediate container 1a07e5c71cd0 04:47:49 ---> d74163c18b5f 04:47:49 Step 16/26 : EXPOSE $APP_PORT 04:47:49 ---> Running in abd26352a17e 04:47:49 Removing intermediate container abd26352a17e 04:47:49 ---> cce19b43ffdf 04:47:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:47:51 ---> 17f35782a33d 04:47:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:47:51 ---> c772a4fc44fb 04:47:51 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:47:52 ---> 898b0f71ae8d 04:47:52 Step 20/26 : RUN apk --no-cache add py-pip 04:47:52 ---> Running in 4dc5de44fabd 04:47:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:54 (1/33) Installing libbz2 (1.0.8-r1) 04:47:54 (2/33) Installing expat (2.2.9-r1) 04:47:54 (3/33) Installing libffi (3.3-r2) 04:47:54 (4/33) Installing gdbm (1.13-r1) 04:47:54 (5/33) Installing xz-libs (5.2.5-r0) 04:47:54 (6/33) Installing sqlite-libs (3.32.1-r0) 04:47:54 (7/33) Installing python3 (3.8.5-r0) 04:47:56 (8/33) Installing py3-appdirs (1.4.4-r1) 04:47:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:47:56 (10/33) Installing py3-parsing (2.4.7-r0) 04:47:56 (11/33) Installing py3-six (1.15.0-r0) 04:47:56 (12/33) Installing py3-packaging (20.4-r0) 04:47:56 (13/33) Installing py3-setuptools (47.0.0-r0) 04:47:56 (14/33) Installing py3-chardet (3.0.4-r4) 04:47:56 (15/33) Installing py3-idna (2.9-r0) 04:47:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:47:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:47:57 (18/33) Installing py3-requests (2.23.0-r0) 04:47:57 (19/33) Installing py3-msgpack (1.0.0-r0) 04:47:57 (20/33) Installing py3-lockfile (0.12.2-r3) 04:47:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:47:57 (22/33) Installing py3-colorama (0.4.3-r0) 04:47:57 (23/33) Installing py3-distlib (0.3.0-r0) 04:47:57 (24/33) Installing py3-distro (1.5.0-r1) 04:47:57 (25/33) Installing py3-webencodings (0.5.1-r3) 04:47:57 (26/33) Installing py3-html5lib (1.0.1-r4) 04:47:57 (27/33) Installing py3-pytoml (0.1.21-r0) 04:47:57 (28/33) Installing py3-pep517 (0.8.2-r0) 04:47:57 (29/33) Installing py3-progress (1.5-r0) 04:47:57 (30/33) Installing py3-toml (0.10.1-r0) 04:47:57 (31/33) Installing py3-retrying (1.3.3-r0) 04:47:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:47:57 (33/33) Installing py3-pip (20.1.1-r0) 04:47:57 Executing busybox-1.31.1-r16.trigger 04:47:57 OK: 71 MiB in 55 packages 04:48:05 Removing intermediate container 4dc5de44fabd 04:48:05 ---> 1cee5849076b 04:48:05 Step 21/26 : RUN pip install docker-compose==1.23.2 04:48:05 ---> Running in a888b14f57f3 04:48:11 Collecting docker-compose==1.23.2 04:48:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:48:11 Collecting jsonschema<3,>=2.5.1 04:48:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:48:11 Collecting websocket-client<1.0,>=0.32.0 04:48:11 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:48:12 Collecting docopt<0.7,>=0.6.1 04:48:12 Downloading docopt-0.6.2.tar.gz (25 kB) 04:48:15 Collecting docker<4.0,>=3.6.0 04:48:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:48:16 Collecting texttable<0.10,>=0.9.0 04:48:16 Downloading texttable-0.9.1.tar.gz (11 kB) 04:48:18 Collecting cached-property<2,>=1.2.0 04:48:18 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:48:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:48:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:48:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:48:20 Collecting dockerpty<0.5,>=0.4.1 04:48:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:48:22 Collecting PyYAML<4,>=3.10 04:48:23 Downloading PyYAML-3.13.tar.gz (270 kB) 04:48:27 Collecting docker-pycreds>=0.4.0 04:48:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:48:27 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) 04:48:27 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) 04:48:27 Collecting urllib3<1.25,>=1.21.1 04:48:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:48:28 Collecting idna<2.8,>=2.5 04:48:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:48:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:48:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:48:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:48:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:48:29 Installing collected packages: jsonschema, websocket-client, docopt, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, dockerpty, PyYAML, docker-compose 04:48:30 Running setup.py install for docopt: started 04:48:32 Running setup.py install for docopt: finished with status 'done' 04:48:32 Attempting uninstall: urllib3 04:48:32 Found existing installation: urllib3 1.25.9 04:48:32 Uninstalling urllib3-1.25.9: 04:48:32 Successfully uninstalled urllib3-1.25.9 04:48:33 Attempting uninstall: idna 04:48:33 Found existing installation: idna 2.9 04:48:33 Uninstalling idna-2.9: 04:48:33 Successfully uninstalled idna-2.9 04:48:34 Attempting uninstall: requests 04:48:34 Found existing installation: requests 2.23.0 04:48:34 Uninstalling requests-2.23.0: 04:48:34 Successfully uninstalled requests-2.23.0 04:48:35 Running setup.py install for texttable: started 04:48:38 Running setup.py install for texttable: finished with status 'done' 04:48:38 Running setup.py install for dockerpty: started 04:48:41 Running setup.py install for dockerpty: finished with status 'done' 04:48:41 Running setup.py install for PyYAML: started 04:48:44 Running setup.py install for PyYAML: finished with status 'done' 04:48:45 Successfully installed PyYAML-3.13 cached-property-1.5.1 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.57.0 04:48:49 Removing intermediate container a888b14f57f3 04:48:49 ---> 1759aaf92157 04:48:49 Step 22/26 : RUN apk --no-cache add curl 04:48:49 ---> Running in 50ab11523076 04:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:48:51 (2/3) Installing libcurl (7.69.1-r0) 04:48:51 (3/3) Installing curl (7.69.1-r0) 04:48:51 Executing busybox-1.31.1-r16.trigger 04:48:51 OK: 71 MiB in 58 packages 04:48:53 Removing intermediate container 50ab11523076 04:48:53 ---> 7da165367526 04:48:53 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:53 ---> Running in d0ea901613cf 04:48:53 Removing intermediate container d0ea901613cf 04:48:53 ---> 9c50749dd363 04:48:53 Step 24/26 : LABEL arch=arm64 04:48:53 ---> Running in b4bbd2a4946d 04:48:54 Removing intermediate container b4bbd2a4946d 04:48:54 ---> dc8a134cab5e 04:48:54 Step 25/26 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 04:48:54 ---> Running in 3512cc5a471e 04:48:54 Removing intermediate container 3512cc5a471e 04:48:54 ---> 1845eaf4f8f4 04:48:54 Step 26/26 : LABEL version=0.0.0 04:48:54 ---> Running in 5e784068f6fd 04:48:55 Removing intermediate container 5e784068f6fd 04:48:55 ---> c471d7d43164 04:48:55 04:48:56 Successfully built c471d7d43164 04:48:56 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:48:56  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:48:56 $ docker stop --time=1 13a2b0e2491ea5fa8b7f224628c890258786d9e08a458af1251262f3ed64952e 04:48:58 $ docker rm -f 13a2b0e2491ea5fa8b7f224628c890258786d9e08a458af1251262f3ed64952e [Pipeline] // withDockerContainer [Pipeline] sh 04:48:59 + docker images 04:48:59 + grep docker 04:48:59 docker-sys-mgmt-agent-go-arm64 latest c471d7d43164 4 seconds ago 266MB 04:48:59 docker-support-logging-go-arm64 latest 85e066820b99 About a minute ago 11.4MB 04:48:59 docker-core-command-go-arm64 latest 3cf96eb28fb0 About a minute ago 12.4MB 04:48:59 docker-security-proxy-setup-go-arm64 latest 44e759bab01b About a minute ago 15.8MB 04:48:59 docker-support-scheduler-go-arm64 latest 782c61d28960 2 minutes ago 12.6MB 04:48:59 docker-core-data-go-arm64 latest 57ebc577ba45 4 minutes ago 22.6MB 04:48:59 docker-security-secretstore-setup-go-arm64 latest a7ebbc008ccb 4 minutes ago 32.6MB 04:48:59 docker-core-metadata-go-arm64 latest 58e38f4ec383 5 minutes ago 13.8MB 04:48:59 docker-support-notifications-go-arm64 latest dc25bf5aed2d 5 minutes ago 13.9MB 04:48:59 docker-security-secrets-setup-go-arm64 latest 4f15be28cc85 5 minutes ago 24.2MB 04:48:59 docker latest ce9d55ae87f1 4 weeks ago 193MB [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] } [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 04:49:01 provisioning config files... 04:49:01 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config6559225897078951739tmp [Pipeline] { [Pipeline] sh 04:49:01 + curl -s https://codecov.io/bash 04:49:01 + bash -s - -t @/w/workspace/edgex-go/15@tmp/config6559225897078951739tmp [Pipeline] } 04:49:02 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] { (Clair Scan) Stage "Clair 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 04:49:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:49:04 ---> package-listing.sh 04:49:04 ++ facter osfamily 04:49:04 ++ tr '[:upper:]' '[:lower:]' 04:49:04 + OS_FAMILY=redhat 04:49:04 + workspace=/w/workspace/edgex-go/15 04:49:04 + START_PACKAGES=/tmp/packages_start.txt 04:49:04 + END_PACKAGES=/tmp/packages_end.txt 04:49:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:49:04 + PACKAGES=/tmp/packages_start.txt 04:49:04 + '[' /w/workspace/edgex-go/15 ']' 04:49:04 + PACKAGES=/tmp/packages_end.txt 04:49:04 + case "${OS_FAMILY}" in 04:49:04 + rpm -qa 04:49:04 + sort 04:49:08 + '[' -f /tmp/packages_start.txt ']' 04:49:08 + '[' -f /tmp/packages_end.txt ']' 04:49:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:49:08 + '[' /w/workspace/edgex-go/15 ']' 04:49:08 + mkdir -p /w/workspace/edgex-go/15/archives/ 04:49:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] isUnix [Pipeline] sh 04:49:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:09 04:49:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:49:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:10 alpine: Pulling from edgex-lftools-log-publisher 04:49:10 c9b1b535fdd9: Pulling fs layer 04:49:10 2cc5ad85d9ab: Pulling fs layer 04:49:10 756a868c4378: Pulling fs layer 04:49:10 444b2fc9a129: Pulling fs layer 04:49:10 ea15f1150254: Pulling fs layer 04:49:10 41b27a9f41bf: Pulling fs layer 04:49:10 28c525ee5125: Pulling fs layer 04:49:10 094b1ea09ed8: Pulling fs layer 04:49:10 138eaada9080: Pulling fs layer 04:49:10 0622d0fa9048: Pulling fs layer 04:49:10 41b27a9f41bf: Waiting 04:49:10 28c525ee5125: Waiting 04:49:10 094b1ea09ed8: Waiting 04:49:10 444b2fc9a129: Waiting 04:49:10 138eaada9080: Waiting 04:49:10 0622d0fa9048: Waiting 04:49:10 ea15f1150254: Waiting 04:49:10 2cc5ad85d9ab: Verifying Checksum 04:49:10 2cc5ad85d9ab: Download complete 04:49:10 444b2fc9a129: Verifying Checksum 04:49:10 444b2fc9a129: Download complete 04:49:10 c9b1b535fdd9: Download complete 04:49:10 ea15f1150254: Download complete 04:49:10 28c525ee5125: Verifying Checksum 04:49:10 28c525ee5125: Download complete 04:49:10 756a868c4378: Verifying Checksum 04:49:10 756a868c4378: Download complete 04:49:10 138eaada9080: Verifying Checksum 04:49:10 138eaada9080: Download complete 04:49:10 c9b1b535fdd9: Pull complete 04:49:10 0622d0fa9048: Download complete 04:49:10 094b1ea09ed8: Verifying Checksum 04:49:10 094b1ea09ed8: Download complete 04:49:11 41b27a9f41bf: Verifying Checksum 04:49:11 41b27a9f41bf: Download complete 04:49:11 2cc5ad85d9ab: Pull complete 04:49:12 756a868c4378: Pull complete 04:49:12 444b2fc9a129: Pull complete 04:49:12 ea15f1150254: Pull complete 04:49:19 41b27a9f41bf: Pull complete 04:49:19 28c525ee5125: Pull complete 04:49:22 094b1ea09ed8: Pull complete 04:49:22 138eaada9080: Pull complete 04:49:24 0622d0fa9048: Pull complete 04:49:24 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:49:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:49:24 prd-centos7-docker-4c-2g-1380 does not seem to be running inside a container 04:49:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:49:26 $ docker top fdc2ecf3b53969f5df81a03377da81f5f146ee0bc3707abc54fd865ff220420f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:49:27 provisioning config files... 04:49:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config3996922197774783307tmp [Pipeline] { [Pipeline] echo 04:49:27 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:49:27 ---> create-netrc.sh [Pipeline] echo 04:49:27 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:49:27 ---> logs-deploy.sh 04:49:27 + ARCHIVE_ARTIFACTS= 04:49:27 + LOGS_SERVER=https://logs.edgexfoundry.org 04:49:27 + '[' https://logs.edgexfoundry.org == None ']' 04:49:27 + NEXUS_URL=https://nexus.edgexfoundry.org 04:49:27 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/15 04:49:27 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/15/ 04:49:27 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/15 /w/workspace/edgex-go/15 04:49:28 Archives upload complete. 04:49:28 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/15 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/15/