Pull request #2661 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at aa472f58a5207d25d1630cfabae13fa3f1ce44ee rather than 4c36c6402971aef0f650637208ab56026314255f Obtained Jenkinsfile from aa472f58a5207d25d1630cfabae13fa3f1ce44ee 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:true, 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: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-304 in /w/workspace/edgexfoundry_edgex-go_PR-2661 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aa472f58a5207d25d1630cfabae13fa3f1ce44ee into PR head commit 4c36c6402971aef0f650637208ab56026314255f Merge succeeded, producing 4c36c6402971aef0f650637208ab56026314255f Checking out Revision 4c36c6402971aef0f650637208ab56026314255f (PR-2661) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2661/head:refs/remotes/origin/PR-2661 # 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/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c36c6402971aef0f650637208ab56026314255f # 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 aa472f58a5207d25d1630cfabae13fa3f1ce44ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c36c6402971aef0f650637208ab56026314255f # timeout=10 Commit message: "Merge branch 'master' into issue-2639" > git rev-list --no-walk 6d97bc60ab52e7107df88a754bad392e725fd52e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:16:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:16:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:16:58 ========================================================= 20:16:58 EdgeX Global Pipelines Version Info 20:16:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:17:00 ------------------- 20:17:00 stable info: 20:17:00 ------------------- 20:17:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:17:00 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 20:17:00 Message: update stable to v1.0.106 20:17:00 ------------------- 20:17:00 experimental info: 20:17:00 ------------------- 20:17:00 Commited By: **** collab-it+edgex@linuxfoundation.org 20:17:00 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 20:17:00 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 20:17:02 ++ 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 20:17:02 + for file in '`ls cmd/**/Dockerfile`' 20:17:02 ++ dirname cmd/core-command/Dockerfile 20:17:02 ++ cut -d/ -f2 20:17:02 + echo core-command,cmd/core-command/Dockerfile 20:17:02 + for file in '`ls cmd/**/Dockerfile`' 20:17:02 ++ dirname cmd/core-data/Dockerfile 20:17:02 ++ cut -d/ -f2 20:17:02 + echo core-data,cmd/core-data/Dockerfile 20:17:02 + for file in '`ls cmd/**/Dockerfile`' 20:17:02 ++ dirname cmd/core-metadata/Dockerfile 20:17:02 ++ cut -d/ -f2 20:17:02 + echo core-metadata,cmd/core-metadata/Dockerfile 20:17:02 + for file in '`ls cmd/**/Dockerfile`' 20:17:02 ++ dirname cmd/security-proxy-setup/Dockerfile 20:17:02 ++ cut -d/ -f2 20:17:02 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:17:02 + for file in '`ls cmd/**/Dockerfile`' 20:17:02 ++ dirname cmd/security-secrets-setup/Dockerfile 20:17:02 ++ cut -d/ -f2 20:17:02 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 20:17:02 + for file in '`ls cmd/**/Dockerfile`' 20:17:02 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:17:02 ++ cut -d/ -f2 20:17:02 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:17:02 + for file in '`ls cmd/**/Dockerfile`' 20:17:02 ++ dirname cmd/support-logging/Dockerfile 20:17:02 ++ cut -d/ -f2 20:17:02 + echo support-logging,cmd/support-logging/Dockerfile 20:17:02 + for file in '`ls cmd/**/Dockerfile`' 20:17:02 ++ dirname cmd/support-notifications/Dockerfile 20:17:02 ++ cut -d/ -f2 20:17:02 + echo support-notifications,cmd/support-notifications/Dockerfile 20:17:02 + for file in '`ls cmd/**/Dockerfile`' 20:17:02 ++ dirname cmd/support-scheduler/Dockerfile 20:17:02 ++ cut -d/ -f2 20:17:02 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:17:02 + for file in '`ls cmd/**/Dockerfile`' 20:17:02 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:17:02 ++ cut -d/ -f2 20:17:02 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:17:02 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 20:17:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:17:03 20:17:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:17:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:17:04 latest: Pulling from edgex-devops/git-semver 20:17:04 31603596830f: Pulling fs layer 20:17:04 2a8b12db71e7: Pulling fs layer 20:17:04 6ca5941a6612: Pulling fs layer 20:17:04 ecc8261a40a4: Pulling fs layer 20:17:04 2a8b12db71e7: Download complete 20:17:04 31603596830f: Verifying Checksum 20:17:04 31603596830f: Download complete 20:17:04 ecc8261a40a4: Verifying Checksum 20:17:04 ecc8261a40a4: Download complete 20:17:04 6ca5941a6612: Verifying Checksum 20:17:04 6ca5941a6612: Download complete 20:17:04 31603596830f: Pull complete 20:17:04 2a8b12db71e7: Pull complete 20:17:05 6ca5941a6612: Pull complete 20:17:05 ecc8261a40a4: Pull complete 20:17:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:17:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:17:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:17:05 prd-centos7-docker-4c-2g-304 does not seem to be running inside a container 20:17:05 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:17:08 $ docker top 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:17:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:17:08 [ssh-agent] Looking for ssh-agent implementation... 20:17:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:17:08 $ docker exec 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 ssh-agent 20:17:09 SSH_AUTH_SOCK=/tmp/ssh-3I99NguMjr55/agent.12 20:17:09 SSH_AGENT_PID=17 20:17:09 Running ssh-add (command line suppressed) 20:17:09 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4407201540590981077.key (/w/workspace/edgex-go/6@tmp/private_key_4407201540590981077.key) 20:17:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:17:09 + git describe --exact-match --tags HEAD 20:17:09 fatal: No names found, cannot describe anything. [Pipeline] } 20:17:09 $ docker exec --env ******** --env ******** 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 ssh-agent -k 20:17:09 unset SSH_AUTH_SOCK; 20:17:09 unset SSH_AGENT_PID; 20:17:09 echo Agent pid 17 killed; 20:17:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:17:09 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:17:09 This usually means this commit has not been tagged. [Pipeline] sshagent 20:17:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:17:10 [ssh-agent] Looking for ssh-agent implementation... 20:17:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:17:10 $ docker exec 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 ssh-agent 20:17:10 SSH_AUTH_SOCK=/tmp/ssh-8LCJyFlCFc48/agent.45 20:17:10 SSH_AGENT_PID=50 20:17:10 Running ssh-add (command line suppressed) 20:17:10 Identity added: /w/workspace/edgex-go/6@tmp/private_key_7889326683698024416.key (/w/workspace/edgex-go/6@tmp/private_key_7889326683698024416.key) 20:17:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:17:11 + git semver init 20:17:11 # -> Open(): unable to determine branch for HEAD 20:17:11 # $GIT_DIR = /w/workspace/edgex-go/6/.git 20:17:11 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 20:17:11 # $SEMVER_REMOTE_NAME = origin 20:17:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:17:11 # $SEMVER_USER_NAME = edgex-jenkins 20:17:11 # $SEMVER_BRANCH = PR-2661 20:17:11 # $SEMVER_TEMP = /tmp/semver-022678513 20:17:11 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:17:29 # '/tmp/semver-022678513' -> '/w/workspace/edgex-go/6/.semver' 20:17:29 # -> Force: false 20:17:29 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 20:17:29 $ docker exec --env ******** --env ******** 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 ssh-agent -k 20:17:29 unset SSH_AUTH_SOCK; 20:17:29 unset SSH_AGENT_PID; 20:17:29 echo Agent pid 50 killed; 20:17:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:17:29 + git semver [Pipeline] } 20:17:29 $ docker stop --time=1 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 20:17:31 $ docker rm -f 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:17:44 Stashed 33 file(s) [Pipeline] echo 20:17:44 [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 20:17:45 ========================================================= 20:17:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:17:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:17:45 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 20:17:48 Sending build context to Docker daemon 323MB 20:17:48 Step 1/7 : ARG BASE=golang:1.13-alpine 20:17:48 Step 2/7 : FROM ${BASE} 20:17:48 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:17:48 df20fa9351a1: Pulling fs layer 20:17:48 ed8968b2872e: Pulling fs layer 20:17:48 a92cc7c5fd73: Pulling fs layer 20:17:48 2dd03ba5bac4: Pulling fs layer 20:17:48 1e091d79d1de: Pulling fs layer 20:17:48 481702a1767f: Pulling fs layer 20:17:48 f64a6f60c768: Pulling fs layer 20:17:48 e78d2573fc39: Pulling fs layer 20:17:48 e876d2f968b6: Pulling fs layer 20:17:48 ce8a83651883: Pulling fs layer 20:17:48 07967f4d0e4b: Pulling fs layer 20:17:48 f64a6f60c768: Waiting 20:17:48 e78d2573fc39: Waiting 20:17:48 e876d2f968b6: Waiting 20:17:48 1e091d79d1de: Waiting 20:17:48 481702a1767f: Waiting 20:17:48 07967f4d0e4b: Waiting 20:17:48 ce8a83651883: Waiting 20:17:48 2dd03ba5bac4: Waiting 20:17:48 a92cc7c5fd73: Verifying Checksum 20:17:48 a92cc7c5fd73: Download complete 20:17:48 ed8968b2872e: Verifying Checksum 20:17:48 ed8968b2872e: Download complete 20:17:48 1e091d79d1de: Verifying Checksum 20:17:48 1e091d79d1de: Download complete 20:17:48 481702a1767f: Download complete 20:17:48 df20fa9351a1: Verifying Checksum 20:17:48 df20fa9351a1: Pull complete 20:17:49 f64a6f60c768: Verifying Checksum 20:17:49 f64a6f60c768: Download complete 20:17:49 e876d2f968b6: Download complete 20:17:49 e78d2573fc39: Verifying Checksum 20:17:49 e78d2573fc39: Download complete 20:17:49 07967f4d0e4b: Verifying Checksum 20:17:49 07967f4d0e4b: Download complete 20:17:49 ce8a83651883: Verifying Checksum 20:17:49 ce8a83651883: Download complete 20:17:49 2dd03ba5bac4: Verifying Checksum 20:17:49 2dd03ba5bac4: Download complete 20:17:50 ed8968b2872e: Pull complete 20:17:51 a92cc7c5fd73: Pull complete 20:17:56 2dd03ba5bac4: Pull complete 20:17:56 1e091d79d1de: Pull complete 20:17:56 481702a1767f: Pull complete 20:17:59 Still waiting to schedule task 20:17:59 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:18:04 f64a6f60c768: Pull complete 20:18:07 e78d2573fc39: Pull complete 20:18:07 e876d2f968b6: Pull complete 20:18:08 ce8a83651883: Pull complete 20:18:08 07967f4d0e4b: Pull complete 20:18:08 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 20:18:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:18:08 ---> 5d7c900382c6 20:18:08 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 20:18:09 ---> Running in 8660774db285 20:18:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:18:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:18:11 (1/12) Installing libmagic (5.38-r0) 20:18:11 (2/12) Installing file (5.38-r0) 20:18:11 (3/12) Installing libc-dev (0.7.2-r3) 20:18:11 (4/12) Installing g++ (9.3.0-r2) 20:18:14 (5/12) Installing fortify-headers (1.1-r0) 20:18:14 (6/12) Installing patch (2.7.6-r6) 20:18:14 (7/12) Installing build-base (0.5-r2) 20:18:14 (8/12) Installing libsodium (1.0.18-r0) 20:18:14 (9/12) Installing pkgconf (1.7.2-r0) 20:18:14 (10/12) Installing libsodium-dev (1.0.18-r0) 20:18:14 (11/12) Installing libzmq (4.3.2-r0) 20:18:14 (12/12) Installing zeromq-dev (4.3.2-r0) 20:18:14 Executing busybox-1.31.1-r16.trigger 20:18:14 OK: 233 MiB in 51 packages 20:18:17 Removing intermediate container 8660774db285 20:18:17 ---> 50508bce33fd 20:18:17 Step 4/7 : WORKDIR /edgex-go 20:18:17 ---> Running in d26e5b71d2ea 20:18:18 Removing intermediate container d26e5b71d2ea 20:18:18 ---> afd9a7f0dfbe 20:18:18 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:18:18 latest: Pulling from library/docker 20:18:18 df20fa9351a1: Already exists 20:18:18 25ad7478873d: Pulling fs layer 20:18:18 4684f6177b5d: Pulling fs layer 20:18:18 46e300cec669: Pulling fs layer 20:18:18 63038576ad94: Pulling fs layer 20:18:18 0fdb76c4706c: Pulling fs layer 20:18:18 cb7edeffdfd5: Pulling fs layer 20:18:18 63038576ad94: Waiting 20:18:18 0fdb76c4706c: Waiting 20:18:18 cb7edeffdfd5: Waiting 20:18:19 4684f6177b5d: Verifying Checksum 20:18:19 4684f6177b5d: Download complete 20:18:19 63038576ad94: Verifying Checksum 20:18:19 63038576ad94: Download complete 20:18:20 25ad7478873d: Verifying Checksum 20:18:20 25ad7478873d: Download complete 20:18:20 25ad7478873d: Pull complete 20:18:20 4684f6177b5d: Pull complete 20:18:20 46e300cec669: Verifying Checksum 20:18:20 46e300cec669: Download complete 20:18:21 0fdb76c4706c: Verifying Checksum 20:18:21 0fdb76c4706c: Download complete 20:18:21 cb7edeffdfd5: Verifying Checksum 20:18:21 cb7edeffdfd5: Download complete 20:18:22 46e300cec669: Pull complete 20:18:22 63038576ad94: Pull complete 20:18:23 0fdb76c4706c: Pull complete 20:18:23 cb7edeffdfd5: Pull complete 20:18:23 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 20:18:23 Status: Downloaded newer image for docker:latest 20:18:25 ---> a7d158f89995 20:18:25 Step 6/7 : COPY go.mod . 20:18:25 ---> 31d8da905aeb 20:18:25 Step 7/7 : RUN go mod download 20:18:25 ---> Running in 31833b0cbc1f 20:18:28 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:18:28 go: finding github.com/BurntSushi/toml v0.3.1 20:18:28 go: finding github.com/OneOfOne/xxhash v1.2.5 20:18:28 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:18:28 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:18:28 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:18:28 go: finding github.com/bgentry/speakeasy v0.1.0 20:18:28 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:18:28 go: finding github.com/cloudflare/gokey v0.1.0 20:18:28 go: finding github.com/davecgh/go-spew v1.1.1 20:18:28 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:18:28 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:18:28 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 20:18:28 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:18:28 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:18:28 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:18:28 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 20:18:28 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:18:28 go: finding github.com/fatih/color v1.7.0 20:18:28 go: finding github.com/fsnotify/fsnotify v1.4.7 20:18:28 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:18:28 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 20:18:28 go: finding github.com/go-kit/kit v0.8.0 20:18:28 go: finding github.com/go-logfmt/logfmt v0.4.0 20:18:28 go: finding github.com/go-redis/redis/v7 v7.2.0 20:18:28 go: finding github.com/go-stack/stack v1.8.0 20:18:28 go: finding github.com/golang/protobuf v1.3.2 20:18:28 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:18:28 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:18:28 go: finding github.com/google/uuid v1.1.0 20:18:28 go: finding github.com/gorilla/mux v1.7.1 20:18:28 go: finding github.com/hashicorp/consul/api v1.1.0 20:18:28 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:18:28 go: finding github.com/hashicorp/errwrap v1.0.0 20:18:28 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:18:28 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:18:28 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:18:28 go: finding github.com/hashicorp/go-multierror v1.0.0 20:18:28 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:18:28 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:18:28 go: finding github.com/hashicorp/go-syslog v1.0.0 20:18:28 go: finding github.com/hashicorp/go-uuid v1.0.1 20:18:28 go: finding github.com/hashicorp/go.net v0.0.1 20:18:28 go: finding github.com/hashicorp/golang-lru v0.5.0 20:18:28 go: finding github.com/hashicorp/logutils v1.0.0 20:18:28 go: finding github.com/hashicorp/mdns v1.0.0 20:18:28 go: finding github.com/hashicorp/memberlist v0.1.3 20:18:28 go: finding github.com/hashicorp/serf v0.8.2 20:18:28 go: finding github.com/hpcloud/tail v1.0.0 20:18:28 go: finding github.com/imdario/mergo v0.3.6 20:18:28 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:18:28 go: finding github.com/kr/pretty v0.1.0 20:18:28 go: finding github.com/kr/pty v1.1.1 20:18:28 go: finding github.com/kr/text v0.1.0 20:18:28 go: finding github.com/mattn/go-colorable v0.0.9 20:18:29 go: finding github.com/mattn/go-isatty v0.0.3 20:18:29 go: finding github.com/miekg/dns v1.0.14 20:18:29 go: finding github.com/mitchellh/cli v1.0.0 20:18:29 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:18:29 go: finding github.com/mitchellh/copystructure v1.0.0 20:18:29 go: finding github.com/mitchellh/go-homedir v1.0.0 20:18:29 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:18:29 go: finding github.com/mitchellh/gox v0.4.0 20:18:29 go: finding github.com/mitchellh/iochan v1.0.0 20:18:29 go: finding github.com/mitchellh/mapstructure v1.1.2 20:18:29 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:18:29 go: finding github.com/onsi/ginkgo v1.10.1 20:18:29 go: finding github.com/onsi/gomega v1.7.0 20:18:29 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:18:29 go: finding github.com/pebbe/zmq4 v1.0.0 20:18:29 go: finding github.com/pelletier/go-toml v1.2.0 20:18:29 go: finding github.com/pkg/errors v0.8.1 20:18:29 go: finding github.com/pmezard/go-difflib v1.0.0 20:18:29 go: finding github.com/posener/complete v1.1.1 20:18:29 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:18:29 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:18:29 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:18:29 go: finding github.com/stretchr/objx v0.1.0 20:18:29 go: finding github.com/stretchr/testify v1.5.1 20:18:29 go: finding github.com/ugorji/go v1.1.4 20:18:29 go: finding github.com/x448/float16 v0.8.4 20:18:29 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 20:18:29 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:18:29 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:18:29 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:18:29 go: finding golang.org/x/text v0.3.2 20:18:29 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:18:29 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:18:30 go: finding gopkg.in/eapache/queue.v1 v1.1.0 20:18:30 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:18:30 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:18:30 go: finding gopkg.in/yaml.v2 v2.2.8 20:18:44 Removing intermediate container 31833b0cbc1f 20:18:44 ---> c513294c5791 20:18:44 Successfully built c513294c5791 20:18:44 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 20:18:45 + docker inspect -f . ci-base-image-x86_64 20:18:45 . [Pipeline] withDockerContainer 20:18:45 prd-centos7-docker-4c-2g-304 does not seem to be running inside a container 20:18:45 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat 20:18:46 $ docker top 31975e3a653833b093031322fe35ac7918830a0f69721806212372bba32120de -eo pid,comm [Pipeline] { [Pipeline] sh 20:18:46 + go version 20:18:46 go version go1.13.13 linux/amd64 [Pipeline] echo 20:18:46 ========================================================= 20:18:46 [edgeXBuildGoParallel] Running Tests and Build... 20:18:46 ========================================================= [Pipeline] sh 20:18:47 + make test 20:18:47 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:18:49 ? github.com/edgexfoundry/edgex-go [no test files] 20:18:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:19:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:19:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:19:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:19:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:19:04 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s 20:19:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 20:19:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:19:04 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 20:19:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:19:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:19:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:19:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:19:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:19:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements 20:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:19:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.058s coverage: 27.3% of statements 20:19:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:19:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:19:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:19:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:19:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:19:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:19:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 20:19:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:19:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 20:19:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:19:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.100s coverage: 28.6% of statements 20:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:19:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.014s coverage: 100.0% of statements 20:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:19:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.028s coverage: 100.0% of statements 20:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:19:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.044s coverage: 89.8% of statements 20:19:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.025s coverage: 100.0% of statements 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 20:19:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.050s coverage: 63.5% of statements 20:19:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:19:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:19:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 20:19:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.104s coverage: 55.9% of statements 20:19:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:19:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:19:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 20:19:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.180s coverage: 86.3% of statements 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.309s coverage: 72.2% of statements 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.108s coverage: 72.1% of statements 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.020s coverage: 28.8% of statements 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.035s coverage: 96.8% of statements 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.039s coverage: 26.9% of statements 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.138s coverage: 84.1% of statements 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.013s coverage: 100.0% of statements 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.055s coverage: 100.0% of statements 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.023s coverage: 46.1% of statements 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.016s coverage: 100.0% of statements 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.025s coverage: 100.0% of statements 20:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.047s coverage: 29.1% of statements 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.022s coverage: 99.0% of statements 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.014s coverage: 100.0% of statements 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.006s coverage: 100.0% of statements 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.011s coverage: 87.9% of statements 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 20:19:28 GO111MODULE=on go vet ./... 20:19:34 gofmt -l . 20:19:34 [ "`gofmt -l .`" = "" ] 20:19:35 ./bin/test-go-mod-tidy.sh 20:19:35 ./bin/test-attribution-txt.sh [Pipeline] sh 20:19:37 + ls -al . 20:19:37 total 552 20:19:37 drwxrwxr-x 10 1001 1001 4096 Aug 17 20:19 . 20:19:37 drwxr-xr-x 4 root root 28 Aug 17 20:18 .. 20:19:37 -rw-rw-r-- 1 1001 1001 11 Aug 17 20:16 .dockerignore 20:19:37 drwxrwxr-x 8 1001 1001 179 Aug 17 20:16 .git 20:19:37 drwxrwxr-x 3 1001 1001 60 Aug 17 20:16 .github 20:19:37 -rw-rw-r-- 1 1001 1001 932 Aug 17 20:16 .gitignore 20:19:37 drwx------ 3 1001 1001 47 Aug 17 20:17 .semver 20:19:37 -rw-rw-r-- 1 1001 1001 166 Aug 17 20:16 .sonarcloud.properties 20:19:37 -rw-rw-r-- 1 1001 1001 3804 Aug 17 20:16 CONTRIBUTING.md 20:19:37 -rw-rw-r-- 1 1001 1001 1035 Aug 17 20:16 Dockerfile.build 20:19:37 -rw-rw-r-- 1 1001 1001 865 Aug 17 20:16 Jenkinsfile 20:19:37 -rw-rw-r-- 1 1001 1001 10775 Aug 17 20:16 LICENSE 20:19:37 -rw-rw-r-- 1 1001 1001 6237 Aug 17 20:16 Makefile 20:19:37 -rw-rw-r-- 1 1001 1001 5652 Aug 17 20:16 README.md 20:19:37 -rw-rw-r-- 1 1001 1001 259 Aug 17 20:16 SECURITY.md 20:19:37 -rw-rw-r-- 1 1001 1001 5 Aug 17 20:17 VERSION 20:19:37 -rw-rw-r-- 1 1001 1001 4131 Aug 17 20:16 ZMQWindows.md 20:19:37 drwxrwxr-x 2 1001 1001 117 Aug 17 20:16 bin 20:19:37 drwxrwxr-x 15 1001 1001 4096 Aug 17 20:16 cmd 20:19:37 -rw-r--r-- 1 root root 455803 Aug 17 20:19 coverage.out 20:19:37 -rw-r--r-- 1 root root 1019 Aug 17 20:19 go.mod 20:19:37 -rw-r--r-- 1 root root 18146 Aug 17 20:19 go.sum 20:19:37 drwxrwxr-x 8 1001 1001 127 Aug 17 20:16 internal 20:19:37 drwxrwxr-x 4 1001 1001 26 Aug 17 20:16 openapi 20:19:37 drwxrwxr-x 4 1001 1001 71 Aug 17 20:16 snap 20:19:37 -rw-rw-r-- 1 1001 1001 168 Aug 17 20:16 version.go [Pipeline] sh 20:19:37 + '[' -e coverage.out ] 20:19:37 + chown 1001:1001 coverage.out [Pipeline] stash 20:19:37 Stashed 1 file(s) [Pipeline] sh 20:19:38 + make build 20:19:38 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 20:19:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-305 in /w/workspace/edgexfoundry_edgex-go_PR-2661 [Pipeline] { [Pipeline] ws 20:19:42 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 20:19:44 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 20:19:46 using credential edgex-jenkins-ssh 20:19:46 Cloning the remote Git repository 20:19:46 Cloning with configured refspecs honoured and without tags 20:19:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:19:47 > git init /w/workspace/edgex-go/6 # timeout=10 20:19:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:19:47 > git --version # timeout=10 20:19:47 using GIT_SSH to set credentials SSH Credentials for GitHub 20:19:47 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 20:19:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:19:48 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 20:19:50 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 20:19:52 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 20:19:52 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 20:19:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:19:56 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 20:19:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:19:59 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 20:20:00 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 20:20:01 Fetching without tags 20:20:01 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 20:20:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:20:01 > git config --add remote.origin.fetch +refs/pull/2661/head:refs/remotes/origin/PR-2661 # timeout=10 20:20:01 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:20:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:20:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:20:01 using GIT_SSH to set credentials SSH Credentials for GitHub 20:20:01 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:20:02 Merging remotes/origin/master commit aa472f58a5207d25d1630cfabae13fa3f1ce44ee into PR head commit 4c36c6402971aef0f650637208ab56026314255f 20:20:03 Merge succeeded, producing 4c36c6402971aef0f650637208ab56026314255f 20:20:03 Checking out Revision 4c36c6402971aef0f650637208ab56026314255f (PR-2661) [Pipeline] } 20:20:03 $ docker stop --time=1 31975e3a653833b093031322fe35ac7918830a0f69721806212372bba32120de 20:20:02 > git config core.sparsecheckout # timeout=10 20:20:02 > git checkout -f 4c36c6402971aef0f650637208ab56026314255f # timeout=10 20:20:03 > git remote # timeout=10 20:20:03 > git config --get remote.origin.url # timeout=10 20:20:03 using GIT_SSH to set credentials SSH Credentials for GitHub 20:20:03 > git merge aa472f58a5207d25d1630cfabae13fa3f1ce44ee # timeout=10 20:20:03 > git rev-parse HEAD^{commit} # timeout=10 20:20:03 > git config core.sparsecheckout # timeout=10 20:20:03 > git checkout -f 4c36c6402971aef0f650637208ab56026314255f # timeout=10 20:20:05 $ docker rm -f 31975e3a653833b093031322fe35ac7918830a0f69721806212372bba32120de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 20:20:07 Commit message: "Merge branch 'master' into issue-2639" [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 20:20:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:20:08 20:20:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:20:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:20:09 latest: Pulling from edgex-devops/edgex-compose 20:20:09 cbdbe7a5bc2a: Pulling fs layer 20:20:09 ca9280d653b3: Pulling fs layer 20:20:09 7e9c9ca2126c: Pulling fs layer 20:20:09 cbdbe7a5bc2a: Download complete 20:20:09 ca9280d653b3: Verifying Checksum 20:20:09 ca9280d653b3: Download complete 20:20:09 cbdbe7a5bc2a: Pull complete 20:20:09 7e9c9ca2126c: Download complete 20:20:10 ca9280d653b3: Pull complete 20:20:15 7e9c9ca2126c: Pull complete 20:20:15 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:20:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:20:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:20:15 prd-centos7-docker-4c-2g-304 does not seem to be running inside a container 20:20:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-devops/edgex-compose:latest cat 20:20:18 $ docker top d11c75e2663cd7c72a4d6f4118bae334e554ff425e70147412ab9ea659d13fd4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:20:19 + docker-compose build --help 20:20:19 + grep parallel [Pipeline] echo 20:20:20 ========================================================= 20:20:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 20:20:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:20:20 --parallel Build images in parallel. [Pipeline] } 20:20:20 $ docker stop --time=1 d11c75e2663cd7c72a4d6f4118bae334e554ff425e70147412ab9ea659d13fd4 20:20:20 + 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 . 20:20:22 $ docker rm -f d11c75e2663cd7c72a4d6f4118bae334e554ff425e70147412ab9ea659d13fd4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:20:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:20:22 . [Pipeline] withDockerContainer 20:20:22 prd-centos7-docker-4c-2g-304 does not seem to be running inside a container 20:20:22 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 20:20:23 $ docker top d541b22a24dd5450649fe4a3bc63d771c0f17336ea67a220a90a472728ec9c86 -eo pid,comm [Pipeline] { [Pipeline] sh 20:20:23 + docker-compose -f ./docker-compose-build.yml build --parallel 20:20:24 Building docker-core-command-go ... 20:20:24 Building docker-core-data-go ... 20:20:24 Building docker-core-metadata-go ... 20:20:24 Building docker-security-proxy-setup-go ... 20:20:24 Building docker-security-secrets-setup-go ... 20:20:24 Building docker-security-secretstore-setup-go ... 20:20:24 Building docker-support-logging-go ... 20:20:24 Building docker-support-notifications-go ... 20:20:24 Building docker-support-scheduler-go ... 20:20:24 Building docker-sys-mgmt-agent-go ... 20:20:24 Building docker-core-data-go 20:20:24 Building docker-support-logging-go 20:20:24 Building docker-support-scheduler-go 20:20:24 Building docker-support-notifications-go 20:20:24 Building docker-sys-mgmt-agent-go 20:20:25 Sending build context to Docker daemon 323MB 20:20:25 Step 1/7 : ARG BASE=golang:1.13-alpine 20:20:25 Step 2/7 : FROM ${BASE} 20:20:25 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:20:25 b538f80385f9: Pulling fs layer 20:20:25 74f711af9a0d: Pulling fs layer 20:20:25 99f96fe45779: Pulling fs layer 20:20:25 fd7a069fd194: Pulling fs layer 20:20:25 66aa3694b03b: Pulling fs layer 20:20:25 170f70906a0f: Pulling fs layer 20:20:25 ad7c5574e4b9: Pulling fs layer 20:20:25 e772456be8f7: Pulling fs layer 20:20:25 c890913d741a: Pulling fs layer 20:20:25 2480fcc9aa5a: Pulling fs layer 20:20:25 09adf4765672: Pulling fs layer 20:20:25 fd7a069fd194: Waiting 20:20:25 66aa3694b03b: Waiting 20:20:25 170f70906a0f: Waiting 20:20:25 ad7c5574e4b9: Waiting 20:20:25 e772456be8f7: Waiting 20:20:25 c890913d741a: Waiting 20:20:25 2480fcc9aa5a: Waiting 20:20:25 09adf4765672: Waiting 20:20:25 99f96fe45779: Download complete 20:20:25 74f711af9a0d: Download complete 20:20:25 66aa3694b03b: Verifying Checksum 20:20:25 66aa3694b03b: Download complete 20:20:25 170f70906a0f: Verifying Checksum 20:20:25 170f70906a0f: Download complete 20:20:25 b538f80385f9: Verifying Checksum 20:20:26 b538f80385f9: Pull complete 20:20:26 74f711af9a0d: Pull complete 20:20:27 99f96fe45779: Pull complete 20:20:28 ad7c5574e4b9: Verifying Checksum 20:20:28 ad7c5574e4b9: Download complete 20:20:28 c890913d741a: Verifying Checksum 20:20:28 c890913d741a: Download complete 20:20:29 2480fcc9aa5a: Download complete 20:20:29 09adf4765672: Download complete 20:20:30 e772456be8f7: Verifying Checksum 20:20:30 e772456be8f7: Download complete 20:20:31 fd7a069fd194: Download complete 20:20:43 fd7a069fd194: Pull complete 20:20:43 66aa3694b03b: Pull complete 20:20:43 170f70906a0f: Pull complete 20:20:46 ad7c5574e4b9: Pull complete 20:20:51 e772456be8f7: Pull complete 20:20:51 c890913d741a: Pull complete 20:20:54 2480fcc9aa5a: Pull complete 20:20:54 09adf4765672: Pull complete 20:20:54 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 20:20:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 20:20:54 ---> 2248a725d1cf 20:20:54 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 20:20:57 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:20:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:20:57 ---> c513294c5791 20:20:57 Step 3/21 : WORKDIR /edgex-go 20:20:57 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 20:20:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:20:57 ---> c513294c5791 20:20:57 Step 3/23 : WORKDIR /edgex-go 20:20:57 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 20:20:57 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:20:57 ---> c513294c5791 20:20:57 Step 3/20 : WORKDIR /edgex-go 20:20:57 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 20:20:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:20:57 ---> c513294c5791 20:20:57 Step 3/26 : WORKDIR /edgex-go 20:20:57 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:20:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:20:57 ---> c513294c5791 20:20:57 Step 3/22 : WORKDIR /edgex-go 20:20:57 ---> Running in 14ff525fa55d 20:20:57 ---> Running in a4f863574cf9 20:20:57 ---> Running in 27cfd50b5c88 20:20:57 ---> Running in 65bbeb87ef12 20:20:57 ---> Running in 64d83ac7df25 20:20:57 Removing intermediate container 64d83ac7df25 20:20:57 ---> 6bdbb5685078 20:20:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:57 Removing intermediate container 27cfd50b5c88 20:20:57 ---> b46b092e66dd 20:20:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:57 Removing intermediate container 65bbeb87ef12 20:20:57 ---> 5bc8815e1e1c 20:20:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:57 Removing intermediate container 14ff525fa55d 20:20:57 ---> 4a01d4378b04 20:20:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:57 Removing intermediate container a4f863574cf9 20:20:57 ---> b95bb4d8d8a8 20:20:57 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:57 ---> Running in 7e934494116b 20:20:57 ---> Running in 05d75d5bec9b 20:20:57 ---> Running in 221a4dc3912f 20:20:57 ---> Running in 46974929de99 20:20:57 ---> Running in ceff86ee8f9b 20:20:57 Removing intermediate container 7e934494116b 20:20:57 ---> 32d79dfb3143 20:20:57 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 20:20:57 Removing intermediate container 05d75d5bec9b 20:20:57 ---> d2b86338f342 20:20:57 Step 5/21 : RUN apk update && apk add make && apk add bash git 20:20:57 ---> Running in 2c681fcec104 20:20:57 Removing intermediate container 221a4dc3912f 20:20:57 ---> 4b1a69168c85 20:20:57 Step 5/26 : RUN apk update && apk add make bash git 20:20:57 ---> Running in 680bc5e65092 20:20:57 Removing intermediate container 46974929de99 20:20:57 ---> 13256efa407c 20:20:57 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 20:20:57 Removing intermediate container ceff86ee8f9b 20:20:57 ---> 29a6cf056f7c 20:20:57 Step 5/20 : RUN apk update && apk add make git 20:20:57 ---> Running in 7637f41222d2 20:20:57 ---> Running in b4933c702b13 20:20:57 ---> Running in bda0de1b2ee7 20:20:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:58 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:20:58 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:20:58 OK: 12746 distinct packages available 20:20:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:58 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:20:58 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:20:58 OK: 12746 distinct packages available 20:20:58 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:20:58 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:20:58 OK: 12746 distinct packages available 20:20:59 OK: 233 MiB in 51 packages 20:20:59 OK: 233 MiB in 51 packages 20:20:59 OK: 233 MiB in 51 packages 20:20:59 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:20:59 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:20:59 OK: 12746 distinct packages available 20:20:59 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:20:59 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:20:59 OK: 12746 distinct packages available 20:20:59 OK: 233 MiB in 51 packages 20:20:59 ---> Running in 8b4e7a7f761c 20:20:59 OK: 233 MiB in 51 packages 20:20:59 OK: 233 MiB in 51 packages 20:20:59 Removing intermediate container 2c681fcec104 20:20:59 ---> 1732f34ccb28 20:20:59 Step 6/22 : COPY go.mod . 20:21:00 Removing intermediate container 7637f41222d2 20:21:00 ---> 3a9d057c5eda 20:21:00 Step 6/26 : COPY go.mod . 20:21:00 ---> 0eed3dc15e3f 20:21:00 Step 7/22 : RUN go mod download 20:21:00 ---> Running in a85395c1ae1b 20:21:00 Removing intermediate container 680bc5e65092 20:21:00 ---> 0e10d0dab2e0 20:21:00 Step 6/21 : COPY go.mod . 20:21:00 Removing intermediate container b4933c702b13 20:21:00 ---> 114427d1b956 20:21:00 Step 6/23 : COPY go.mod . 20:21:00 Removing intermediate container bda0de1b2ee7 20:21:00 ---> 4c217c8a321c 20:21:00 Step 6/20 : COPY go.mod . 20:21:00 ---> 1c5befb61c28 20:21:00 Step 7/26 : RUN go mod download 20:21:00 ---> Running in 6e2a37371009 20:21:00 ---> ce8bfac37074 20:21:00 Step 7/21 : RUN go mod download 20:21:00 ---> f7a531fa322b 20:21:00 Step 7/23 : RUN go mod download 20:21:01 ---> Running in 13bf78db542b 20:21:01 ---> Running in deef4812818a 20:21:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:21:01 ---> 522b61a8fc76 20:21:01 Step 7/20 : RUN go mod download 20:21:01 ---> Running in d3655c173783 20:21:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:21:02 (1/12) Installing libmagic (5.38-r0) 20:21:02 Removing intermediate container a85395c1ae1b 20:21:02 ---> 65c8a0f79325 20:21:02 Step 8/22 : COPY . . 20:21:02 (2/12) Installing file (5.38-r0) 20:21:02 (3/12) Installing libc-dev (0.7.2-r3) 20:21:02 (4/12) Installing g++ (9.3.0-r2) 20:21:03 Removing intermediate container 6e2a37371009 20:21:03 ---> 19230715b648 20:21:03 Step 8/26 : COPY . . 20:21:05 (5/12) Installing fortify-headers (1.1-r0) 20:21:05 (6/12) Installing patch (2.7.6-r6) 20:21:05 (7/12) Installing build-base (0.5-r2) 20:21:05 (8/12) Installing libsodium (1.0.18-r0) 20:21:05 (9/12) Installing pkgconf (1.7.2-r0) 20:21:05 (10/12) Installing libsodium-dev (1.0.18-r0) 20:21:05 (11/12) Installing libzmq (4.3.2-r0) 20:21:05 (12/12) Installing zeromq-dev (4.3.2-r0) 20:21:06 Executing busybox-1.31.1-r16.trigger 20:21:06 OK: 217 MiB in 51 packages 20:21:08 Removing intermediate container 13bf78db542b 20:21:08 ---> f100bdbbc526 20:21:08 Step 8/23 : COPY . . 20:21:10 Removing intermediate container 8b4e7a7f761c 20:21:10 ---> de6a1c3ced11 20:21:10 Step 4/7 : WORKDIR /edgex-go 20:21:10 ---> Running in 2246f9239085 20:21:10 Removing intermediate container 2246f9239085 20:21:10 ---> cd381d8f3b98 20:21:10 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:21:11 latest: Pulling from library/docker 20:21:11 b538f80385f9: Already exists 20:21:11 259a493cd78d: Pulling fs layer 20:21:11 b8e66b5100f5: Pulling fs layer 20:21:11 39dc9c94d07c: Pulling fs layer 20:21:11 551b823b3b82: Pulling fs layer 20:21:11 3c52a74df98c: Pulling fs layer 20:21:11 6c9b121b6998: Pulling fs layer 20:21:11 551b823b3b82: Waiting 20:21:11 3c52a74df98c: Waiting 20:21:11 6c9b121b6998: Waiting 20:21:11 b8e66b5100f5: Download complete 20:21:12 Removing intermediate container d3655c173783 20:21:12 ---> de8f22947878 20:21:12 Step 8/20 : COPY . . 20:21:12 Removing intermediate container deef4812818a 20:21:12 ---> f5686ab0dca1 20:21:12 Step 8/21 : COPY . . 20:21:12 259a493cd78d: Verifying Checksum 20:21:12 259a493cd78d: Download complete 20:21:12 551b823b3b82: Verifying Checksum 20:21:12 551b823b3b82: Download complete 20:21:12 259a493cd78d: Pull complete 20:21:13 3c52a74df98c: Download complete 20:21:13 b8e66b5100f5: Pull complete 20:21:13 6c9b121b6998: Verifying Checksum 20:21:13 6c9b121b6998: Download complete 20:21:13 39dc9c94d07c: Download complete 20:21:16 39dc9c94d07c: Pull complete 20:21:16 551b823b3b82: Pull complete 20:21:16 3c52a74df98c: Pull complete 20:21:17 6c9b121b6998: Pull complete 20:21:17 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 20:21:17 Status: Downloaded newer image for docker:latest 20:21:20 ---> 59b692a51310 20:21:20 Step 6/7 : COPY go.mod . 20:21:21 ---> de6e7f9962cc 20:21:21 Step 7/7 : RUN go mod download 20:21:21 ---> Running in b70766607e5b 20:21:24 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:21:24 go: finding github.com/BurntSushi/toml v0.3.1 20:21:24 go: finding github.com/OneOfOne/xxhash v1.2.5 20:21:24 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:21:24 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:21:24 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:21:24 go: finding github.com/bgentry/speakeasy v0.1.0 20:21:24 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:21:24 go: finding github.com/cloudflare/gokey v0.1.0 20:21:24 go: finding github.com/davecgh/go-spew v1.1.1 20:21:24 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:21:24 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:21:24 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 20:21:24 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:21:24 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:21:24 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:21:24 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 20:21:24 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:21:24 go: finding github.com/fatih/color v1.7.0 20:21:24 go: finding github.com/fsnotify/fsnotify v1.4.7 20:21:24 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:21:24 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 20:21:24 go: finding github.com/go-kit/kit v0.8.0 20:21:24 go: finding github.com/go-logfmt/logfmt v0.4.0 20:21:24 go: finding github.com/go-redis/redis/v7 v7.2.0 20:21:24 go: finding github.com/go-stack/stack v1.8.0 20:21:24 go: finding github.com/golang/protobuf v1.3.2 20:21:24 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:21:24 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:21:24 go: finding github.com/google/uuid v1.1.0 20:21:24 go: finding github.com/gorilla/mux v1.7.1 20:21:24 go: finding github.com/hashicorp/consul/api v1.1.0 20:21:25 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:21:25 go: finding github.com/hashicorp/errwrap v1.0.0 20:21:25 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:21:25 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:21:25 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:21:25 go: finding github.com/hashicorp/go-multierror v1.0.0 20:21:25 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:21:25 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:21:25 go: finding github.com/hashicorp/go-syslog v1.0.0 20:21:25 go: finding github.com/hashicorp/go-uuid v1.0.1 20:21:25 go: finding github.com/hashicorp/go.net v0.0.1 20:21:25 go: finding github.com/hashicorp/golang-lru v0.5.0 20:21:25 go: finding github.com/hashicorp/logutils v1.0.0 20:21:25 go: finding github.com/hashicorp/mdns v1.0.0 20:21:25 go: finding github.com/hashicorp/memberlist v0.1.3 20:21:25 go: finding github.com/hashicorp/serf v0.8.2 20:21:25 go: finding github.com/hpcloud/tail v1.0.0 20:21:25 go: finding github.com/imdario/mergo v0.3.6 20:21:25 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:21:25 go: finding github.com/kr/pretty v0.1.0 20:21:25 go: finding github.com/kr/pty v1.1.1 20:21:25 go: finding github.com/kr/text v0.1.0 20:21:25 go: finding github.com/mattn/go-colorable v0.0.9 20:21:25 go: finding github.com/mattn/go-isatty v0.0.3 20:21:25 go: finding github.com/miekg/dns v1.0.14 20:21:25 go: finding github.com/mitchellh/cli v1.0.0 20:21:25 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:21:25 go: finding github.com/mitchellh/copystructure v1.0.0 20:21:25 go: finding github.com/mitchellh/go-homedir v1.0.0 20:21:25 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:21:25 go: finding github.com/mitchellh/gox v0.4.0 20:21:25 go: finding github.com/mitchellh/iochan v1.0.0 20:21:26 go: finding github.com/mitchellh/mapstructure v1.1.2 20:21:26 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:21:26 go: finding github.com/onsi/ginkgo v1.10.1 20:21:26 go: finding github.com/onsi/gomega v1.7.0 20:21:26 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:21:26 go: finding github.com/pebbe/zmq4 v1.0.0 20:21:26 go: finding github.com/pelletier/go-toml v1.2.0 20:21:26 go: finding github.com/pkg/errors v0.8.1 20:21:26 go: finding github.com/pmezard/go-difflib v1.0.0 20:21:26 go: finding github.com/posener/complete v1.1.1 20:21:26 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:21:26 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:21:26 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:21:26 go: finding github.com/stretchr/objx v0.1.0 20:21:26 go: finding github.com/stretchr/testify v1.5.1 20:21:26 go: finding github.com/ugorji/go v1.1.4 20:21:26 go: finding github.com/x448/float16 v0.8.4 20:21:26 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 20:21:26 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:21:26 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:21:26 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:21:26 go: finding golang.org/x/text v0.3.2 20:21:26 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:21:26 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:21:26 go: finding gopkg.in/eapache/queue.v1 v1.1.0 20:21:26 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:21:26 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:21:26 go: finding gopkg.in/yaml.v2 v2.2.8 20:21:44 ---> 7137abd7bdb2 20:21:44 Step 9/22 : RUN make cmd/core-data/core-data 20:21:44 ---> 7f6dea1b7392 20:21:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:21:44 ---> 844796cf3f91 20:21:44 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:21:44 ---> 0e4ab6de7754 20:21:44 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 20:21:44 ---> Running in c3e3ab471ea6 20:21:44 ---> Running in 9c533558e294 20:21:44 ---> Running in 048ae4ea6664 20:21:44 ---> e846db53a1fe 20:21:44 Step 9/21 : RUN make cmd/support-logging/support-logging 20:21:44 ---> Running in 755e4c26724d 20:21:44 ---> Running in 0020e1c8bd6c 20:21:44 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 20:21:44 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 20:21:44 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 20:21:44 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 20:21:44 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 20:21:44 Removing intermediate container b70766607e5b 20:21:44 ---> 178d0bbfb680 20:21:44 Successfully built 178d0bbfb680 20:21:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:21:45 + docker inspect -f . ci-base-image-arm64 20:21:45 . [Pipeline] withDockerContainer 20:21:45 prd-ubuntu18.04-docker-arm64-4c-16g-305 does not seem to be running inside a container 20:21:45 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 20:21:47 $ docker top 805d6216dad268eda28bb6b0a86c5c8a44114e4e16623b39cfcfc5f5c831a6cd -eo pid,comm [Pipeline] { [Pipeline] sh 20:21:48 + go version 20:21:48 go version go1.13.13 linux/arm64 [Pipeline] echo 20:21:48 ========================================================= 20:21:48 [edgeXBuildGoParallel] Running Tests and Build... 20:21:48 ========================================================= [Pipeline] sh 20:21:49 + make test 20:21:49 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:21:51 ? github.com/edgexfoundry/edgex-go [no test files] 20:22:23 Removing intermediate container c3e3ab471ea6 20:22:23 ---> 1186e01a68f1 20:22:23 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:22:23 Removing intermediate container 0020e1c8bd6c 20:22:23 ---> f328caa0860f 20:22:23 20:22:23 Step 10/21 : FROM scratch 20:22:23 ---> 20:22:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:22:23 ---> Running in b157735358f5 20:22:23 ---> Running in 25fc047865f8 20:22:23 Removing intermediate container 25fc047865f8 20:22:23 ---> 0bca2532eb59 20:22:23 Step 12/21 : ENV APP_PORT=48061 20:22:23 ---> Running in b8f096f18a11 20:22:23 Removing intermediate container b8f096f18a11 20:22:23 ---> dc9de2cd3b5c 20:22:23 Step 13/21 : EXPOSE $APP_PORT 20:22:23 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 20:22:23 ---> Running in 2245eea2e5ce 20:22:23 Removing intermediate container 2245eea2e5ce 20:22:23 ---> fdc3f91a6b90 20:22:23 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 20:22:23 Removing intermediate container 048ae4ea6664 20:22:23 ---> 9747d1740f2e 20:22:23 20:22:23 Step 10/23 : FROM scratch 20:22:23 ---> 20:22:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:22:23 ---> Using cache 20:22:23 ---> 0bca2532eb59 20:22:23 Step 12/23 : ENV APP_PORT=48060 20:22:23 Removing intermediate container 755e4c26724d 20:22:23 ---> 9d788205e7d6 20:22:23 20:22:23 Step 10/20 : FROM scratch 20:22:23 ---> 20:22:23 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:22:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:22:25 ---> Running in dce1a47f1de8 20:22:25 ---> Running in 7fead4d39687 20:22:26 ---> 24b36ef573e3 20:22:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 20:22:27 Removing intermediate container dce1a47f1de8 20:22:27 ---> 0b78f3ee8424 20:22:27 Step 13/23 : EXPOSE $APP_PORT 20:22:27 Removing intermediate container 7fead4d39687 20:22:27 ---> 9408b8ab9129 20:22:27 Step 12/20 : ENV APP_PORT=48085 20:22:27 Removing intermediate container 9c533558e294 20:22:27 ---> 02b706dd84e6 20:22:27 20:22:27 Step 10/22 : FROM alpine 20:22:27 ---> Running in ad6c5be7dae8 20:22:27 ---> Running in 0d88dca68ff1 20:22:27 ---> f728944072a9 20:22:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 20:22:27 Removing intermediate container b157735358f5 20:22:27 ---> fef4542b1cf7 20:22:27 20:22:27 Step 11/26 : FROM docker:latest 20:22:27 ---> 81f5749c9058 20:22:27 Step 12/26 : RUN apk add --no-cache bash 20:22:27 latest: Pulling from library/alpine 20:22:28 ---> Running in 5ed5f91564af 20:22:28 Removing intermediate container 0d88dca68ff1 20:22:28 ---> 7964cc740e6c 20:22:28 Step 13/20 : EXPOSE $APP_PORT 20:22:28 Removing intermediate container ad6c5be7dae8 20:22:28 ---> f90a9d2597e9 20:22:28 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 20:22:28 ---> Running in f872c596c10d 20:22:28 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:22:28 Status: Downloaded newer image for alpine:latest 20:22:28 ---> a24bb4013296 20:22:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:22:28 ---> db5e96feb457 20:22:28 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 20:22:28 ---> 923349e769fb 20:22:28 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:22:28 ---> Running in 7b3d1f685fd2 20:22:28 Removing intermediate container f872c596c10d 20:22:28 ---> a90c1aea205f 20:22:28 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 20:22:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:22:28 Removing intermediate container 7b3d1f685fd2 20:22:28 ---> 674920e90a5c 20:22:28 Step 12/22 : ENV APP_PORT=48080 20:22:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:22:29 ---> d3bc23a6f27e 20:22:29 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:22:29 (1/2) Installing readline (8.0.4-r0) 20:22:29 (2/2) Installing bash (5.0.17-r0) 20:22:29 Executing bash-5.0.17-r0.post-install 20:22:29 Executing busybox-1.31.1-r16.trigger 20:22:29 OK: 12 MiB in 22 packages 20:22:29 ---> Running in 6374c952f0c3 20:22:30 ---> d48a08119c82 20:22:30 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:22:30 ---> Running in 6bbc972eeeca 20:22:30 ---> ad2328bd4f95 20:22:30 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 20:22:30 Removing intermediate container 6374c952f0c3 20:22:30 ---> aacefef3c005 20:22:30 Step 13/22 : EXPOSE $APP_PORT 20:22:31 ---> Running in 504bde9bdbd2 20:22:31 ---> 25756c67e7b8 20:22:31 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:22:31 Removing intermediate container 6bbc972eeeca 20:22:31 ---> 776dcf5169a4 20:22:31 Step 19/21 : LABEL arch=x86_64 20:22:31 ---> 40ab651534aa 20:22:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 20:22:31 ---> Running in 04851d97b9ed 20:22:31 Removing intermediate container 5ed5f91564af 20:22:31 ---> 7c38491e2f42 20:22:31 Step 13/26 : RUN rm -rf /var/cache/apk/* 20:22:31 Removing intermediate container 504bde9bdbd2 20:22:31 ---> 27074c19ca25 20:22:31 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:31 ---> 037385ae9a50 20:22:31 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:22:31 ---> Running in d001822da0cb 20:22:31 ---> Running in 738ffbcdc12c 20:22:31 ---> Running in f4a2f5a88ef6 20:22:31 ---> 0b41781d5cbb 20:22:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:22:31 Removing intermediate container 04851d97b9ed 20:22:31 ---> 658915a1d258 20:22:31 Step 20/21 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:22:32 ---> Running in bb32972bf8f8 20:22:32 Removing intermediate container f4a2f5a88ef6 20:22:32 ---> 16eefde08c2b 20:22:32 Step 18/20 : LABEL arch=x86_64 20:22:33 ---> Running in 4467698e0d70 20:22:33 ---> 9838d36ef49f 20:22:33 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:22:33 Removing intermediate container bb32972bf8f8 20:22:33 ---> c1739ff3de41 20:22:33 Step 21/21 : LABEL version=0.0.0 20:22:33 ---> Running in 18d009bafde2 20:22:33 Removing intermediate container 4467698e0d70 20:22:33 ---> fe757a48be85 20:22:33 Step 19/20 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:22:34 ---> Running in 0181d82799e9 20:22:34 ---> fc5affb044aa 20:22:34 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:22:34 Removing intermediate container 18d009bafde2 20:22:34 ---> d200b91e7828 20:22:34 20:22:34 ---> Running in b709975e314a 20:22:34 Successfully built d200b91e7828 20:22:34 Successfully tagged docker-support-logging-go:latest 20:22:34  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go 20:22:34 Removing intermediate container 0181d82799e9 20:22:34 ---> ec3d7793929f 20:22:34 Step 20/20 : LABEL version=0.0.0 20:22:34 ---> Running in cd7f9bd6c29c 20:22:34 Removing intermediate container b709975e314a 20:22:34 ---> 8f25922abf7e 20:22:34 Step 21/23 : LABEL arch=x86_64 20:22:34 ---> Running in cd198b6c0896 20:22:35 Removing intermediate container d001822da0cb 20:22:35 ---> d8f111d86a24 20:22:35 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:22:35 Removing intermediate container cd7f9bd6c29c 20:22:35 ---> 9612541a65ce 20:22:35 20:22:35 Removing intermediate container 738ffbcdc12c 20:22:35 ---> 31e6f2b15b2e 20:22:35 Step 15/22 : RUN apk --no-cache add zeromq 20:22:35 Successfully built 9612541a65ce 20:22:35 Successfully tagged docker-support-scheduler-go:latest 20:22:35 Building docker-security-secrets-setup-go 20:22:35  Building docker-support-scheduler-go ... done Removing intermediate container cd198b6c0896 20:22:35 ---> 5801e8b5f2db 20:22:35 Step 22/23 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:22:35 ---> Running in 34972e0bf16b 20:22:35 ---> Running in 23ce5b697d14 20:22:35 ---> Running in 61b3df9b2cf1 20:22:35 Removing intermediate container 34972e0bf16b 20:22:35 ---> 9e5cee6bf4c9 20:22:35 Step 15/26 : ENV APP_PORT=48090 20:22:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:22:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:22:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:22:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:22:39 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s 20:22:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 20:22:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:22:39 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 20:22:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:22:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:22:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:22:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:22:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:22:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:22:40 (1/5) Installing libgcc (9.3.0-r2) 20:22:40 (2/5) Installing libsodium (1.0.18-r0) 20:22:40 (3/5) Installing libstdc++ (9.3.0-r2) 20:22:40 (4/5) Installing libzmq (4.3.2-r0) 20:22:40 ---> Running in e01c6df06bb3 20:22:41 (5/5) Installing zeromq (4.3.2-r0) 20:22:41 Executing busybox-1.31.1-r16.trigger 20:22:41 OK: 8 MiB in 19 packages 20:22:41 Removing intermediate container 61b3df9b2cf1 20:22:41 ---> 4390bd6f3d14 20:22:41 Step 23/23 : LABEL version=0.0.0 20:22:41 Removing intermediate container e01c6df06bb3 20:22:41 ---> 8e2dbf414742 20:22:41 Step 16/26 : EXPOSE $APP_PORT 20:22:42 ---> Running in 44bdd239849a 20:22:42 ---> Running in e1ef562555bb 20:22:45 Removing intermediate container 44bdd239849a 20:22:45 ---> e6a0822d4f33 20:22:45 20:22:45 Removing intermediate container e1ef562555bb 20:22:45 ---> e3ef5961f1f3 20:22:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:22:45 Successfully built e6a0822d4f33 20:22:47 Successfully tagged docker-support-notifications-go:latest 20:22:47  Building docker-support-notifications-go ... done Building docker-core-command-go 20:22:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.130s coverage: 46.6% of statements 20:22:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:22:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:22:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:22:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:22:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:22:49 Removing intermediate container 23ce5b697d14 20:22:49 ---> 8bc4fe5d3033 20:22:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 20:22:49 ---> 33038c01d923 20:22:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:22:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.3% of statements 20:22:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:22:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:22:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:22:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:22:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:22:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:22:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements 20:22:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:22:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements 20:22:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:22:54 ---> 285f53513294 20:22:54 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:22:54 ---> 17f761feb2e5 20:22:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:22:55 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 20:22:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:22:55 ---> c513294c5791 20:22:55 Step 3/26 : WORKDIR /edgex-go 20:22:55 ---> Using cache 20:22:55 ---> b95bb4d8d8a8 20:22:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:55 ---> Using cache 20:22:55 ---> 29a6cf056f7c 20:22:55 Step 5/26 : RUN apk update && apk add make git 20:22:55 ---> Using cache 20:22:55 ---> 4c217c8a321c 20:22:55 Step 6/26 : COPY go.mod . 20:22:55 ---> Using cache 20:22:55 ---> 522b61a8fc76 20:22:55 Step 7/26 : RUN go mod download 20:22:55 ---> Using cache 20:22:55 ---> de8f22947878 20:22:55 Step 8/26 : COPY . . 20:22:55 ---> Using cache 20:22:55 ---> 0e4ab6de7754 20:22:55 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 20:22:55 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 20:22:55 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 20:22:55 ---> c513294c5791 20:22:55 Step 3/29 : WORKDIR /edgex-go 20:22:55 ---> Using cache 20:22:55 ---> b95bb4d8d8a8 20:22:55 Step 4/29 : RUN apk update && apk add make git 20:22:56 ---> Running in 696b1d8364e2 20:22:56 ---> Running in 416ec99f78dc 20:22:56 ---> 08689b923298 20:22:56 Step 20/26 : RUN apk --no-cache add py-pip 20:22:56 ---> ba5641ca1728 20:22:56 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:22:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements 20:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:22:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements 20:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:22:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.024s coverage: 100.0% of statements 20:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:22:57 ---> Running in 8c2639676f5f 20:22:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.090s coverage: 89.8% of statements 20:22:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:22:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements 20:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:22:59 ---> c01033c767e9 20:22:59 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:22:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 100.0% of statements 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:22:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:23:00 ---> Running in 2e8c5e68e325 20:23:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 20:23:01 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 20:23:02 Removing intermediate container 2e8c5e68e325 20:23:02 ---> 73bae93fddaf 20:23:02 Step 20/22 : LABEL arch=x86_64 20:23:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:23:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:23:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:23:03 (1/33) Installing libbz2 (1.0.8-r1) 20:23:03 (2/33) Installing expat (2.2.9-r1) 20:23:03 (3/33) Installing libffi (3.3-r2) 20:23:03 (4/33) Installing gdbm (1.13-r1) 20:23:03 (5/33) Installing xz-libs (5.2.5-r0) 20:23:03 (6/33) Installing sqlite-libs (3.32.1-r0) 20:23:03 (7/33) Installing python3 (3.8.5-r0) 20:23:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:23:03 ---> Running in b065794e66fc 20:23:04 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:23:04 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:23:04 OK: 12746 distinct packages available 20:23:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.5% of statements 20:23:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:23:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:23:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 20:23:04 OK: 233 MiB in 51 packages 20:23:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 55.9% of statements 20:23:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:23:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:23:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 20:23:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 20:23:08 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:23:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:23:08 ---> c513294c5791 20:23:08 Step 3/21 : WORKDIR /edgex-go 20:23:08 ---> Using cache 20:23:08 ---> b95bb4d8d8a8 20:23:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:08 ---> Using cache 20:23:08 ---> 29a6cf056f7c 20:23:08 Step 5/21 : RUN apk update && apk add make git 20:23:08 ---> Using cache 20:23:08 ---> 4c217c8a321c 20:23:08 Step 6/21 : COPY go.mod . 20:23:08 ---> Using cache 20:23:08 ---> 522b61a8fc76 20:23:08 Step 7/21 : RUN go mod download 20:23:08 ---> Using cache 20:23:08 ---> de8f22947878 20:23:08 Step 8/21 : COPY . . 20:23:08 ---> Using cache 20:23:08 ---> 0e4ab6de7754 20:23:08 Step 9/21 : RUN make cmd/core-command/core-command 20:23:09 (8/33) Installing py3-appdirs (1.4.4-r1) 20:23:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:23:09 (10/33) Installing py3-parsing (2.4.7-r0) 20:23:09 (11/33) Installing py3-six (1.15.0-r0) 20:23:09 Removing intermediate container b065794e66fc 20:23:09 ---> 0c82d0ad5cf7 20:23:09 Step 21/22 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:23:09 (12/33) Installing py3-packaging (20.4-r0) 20:23:09 ---> Running in a45aac35e22f 20:23:09 (13/33) Installing py3-setuptools (47.0.0-r0) 20:23:09 (14/33) Installing py3-chardet (3.0.4-r4) 20:23:09 (15/33) Installing py3-idna (2.9-r0) 20:23:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:23:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:23:10 ---> Running in f841da1844d7 20:23:10 (18/33) Installing py3-requests (2.23.0-r0) 20:23:10 (19/33) Installing py3-msgpack (1.0.0-r0) 20:23:10 (20/33) Installing py3-lockfile (0.12.2-r3) 20:23:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:23:10 (22/33) Installing py3-colorama (0.4.3-r0) 20:23:10 (23/33) Installing py3-distlib (0.3.0-r0) 20:23:10 (24/33) Installing py3-distro (1.5.0-r1) 20:23:10 (25/33) Installing py3-webencodings (0.5.1-r3) 20:23:10 (26/33) Installing py3-html5lib (1.0.1-r4) 20:23:10 Removing intermediate container 696b1d8364e2 20:23:10 ---> 9e814851e71f 20:23:10 Step 5/29 : COPY go.mod . 20:23:11 (27/33) Installing py3-pytoml (0.1.21-r0) 20:23:11 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 20:23:11 (28/33) Installing py3-pep517 (0.8.2-r0) 20:23:11 (29/33) Installing py3-progress (1.5-r0) 20:23:11 (30/33) Installing py3-toml (0.10.1-r0) 20:23:11 (31/33) Installing py3-retrying (1.3.3-r0) 20:23:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:23:11 Removing intermediate container f841da1844d7 20:23:11 ---> 28113b2ab142 20:23:11 Step 22/22 : LABEL version=0.0.0 20:23:11 (33/33) Installing py3-pip (20.1.1-r0) 20:23:12 ---> cc9f1d7c821b 20:23:12 Step 6/29 : RUN go mod download 20:23:12 Executing busybox-1.31.1-r16.trigger 20:23:12 OK: 71 MiB in 55 packages 20:23:12 ---> Running in 4d94c4c394bf 20:23:12 ---> Running in ff368778c435 20:23:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.064s coverage: 86.3% of statements 20:23:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 20:23:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.126s coverage: 72.2% of statements 20:23:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.359s coverage: 72.1% of statements 20:23:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements 20:23:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements 20:23:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 20:23:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 20:23:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 20:23:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.042s coverage: 28.8% of statements 20:23:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 20:23:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.038s coverage: 96.8% of statements 20:23:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 20:23:12 Removing intermediate container 4d94c4c394bf 20:23:12 ---> dbcb8b883da7 20:23:12 20:23:13 Successfully built dbcb8b883da7 20:23:13 Successfully tagged docker-core-data-go:latest 20:23:13  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 20:23:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 26.9% of statements 20:23:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:23:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:23:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.348s coverage: 84.1% of statements 20:23:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.069s coverage: 100.0% of statements 20:23:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 42.9% of statements 20:23:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 20:23:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 20:23:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.051s coverage: 100.0% of statements 20:23:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 20:23:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.055s coverage: 83.8% of statements 20:23:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 20:23:23 Removing intermediate container ff368778c435 20:23:23 ---> 849ff3433339 20:23:23 Step 7/29 : COPY . . 20:23:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.149s coverage: 46.1% of statements 20:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:23:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.027s coverage: 100.0% of statements 20:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:23:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 20:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:23:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements 20:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:23:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.212s coverage: 29.1% of statements 20:23:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:23:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:23:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:23:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:23:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:23:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.055s coverage: 99.0% of statements 20:23:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:23:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.030s coverage: 100.0% of statements 20:23:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:23:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 20:23:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:23:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 20:23:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:23:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:23:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:23:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:23:33 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 20:23:34 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 20:23:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:23:34 ---> c513294c5791 20:23:34 Step 3/20 : WORKDIR /edgex-go 20:23:34 ---> Using cache 20:23:34 ---> b95bb4d8d8a8 20:23:34 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:34 ---> Using cache 20:23:34 ---> 29a6cf056f7c 20:23:34 Step 5/20 : RUN apk update && apk add make git 20:23:34 ---> Using cache 20:23:34 ---> 4c217c8a321c 20:23:34 Step 6/20 : COPY go.mod . 20:23:34 ---> Using cache 20:23:34 ---> 522b61a8fc76 20:23:34 Step 7/20 : RUN go mod download 20:23:34 ---> Using cache 20:23:34 ---> de8f22947878 20:23:34 Step 8/20 : COPY . . 20:23:34 ---> Using cache 20:23:34 ---> 0e4ab6de7754 20:23:34 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 20:23:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements 20:23:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:23:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:23:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements 20:23:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 20:23:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements 20:23:35 GO111MODULE=on go vet ./... 20:23:38 ---> Running in 4cd8ff9d166e 20:23:40 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 20:23:42 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 20:23:42 Removing intermediate container 8c2639676f5f 20:23:42 ---> 70888940809e 20:23:42 Step 21/26 : RUN pip install docker-compose==1.23.2 20:23:46 ---> Running in ff12b498a5f9 20:23:48 Removing intermediate container a45aac35e22f 20:23:48 ---> f820ee4054b0 20:23:48 20:23:48 Step 10/21 : FROM scratch 20:23:48 ---> 20:23:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:23:48 ---> 7016a8842a33 20:23:48 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 20:23:48 ---> Using cache 20:23:48 ---> 9408b8ab9129 20:23:48 Step 12/21 : ENV APP_PORT=48082 20:23:48 ---> Running in 58f7f909e9ff 20:23:49 ---> Running in cc8fd86bef18 20:23:49 Removing intermediate container 58f7f909e9ff 20:23:49 ---> 372afca495a6 20:23:49 Step 13/21 : EXPOSE $APP_PORT 20:23:49 ---> Running in e94e943cecbc 20:23:49 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 20:23:50 Removing intermediate container e94e943cecbc 20:23:50 ---> be4ff249f5ba 20:23:50 Step 14/21 : WORKDIR / 20:23:50 ---> Running in 4e17c39ce5aa 20:23:51 Removing intermediate container 416ec99f78dc 20:23:51 ---> 905dae373c3f 20:23:51 20:23:51 Step 10/26 : FROM alpine:3.10 20:23:51 Removing intermediate container 4e17c39ce5aa 20:23:51 ---> d035112f2175 20:23:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 20:23:51 3.10: Pulling from library/alpine 20:23:51 ---> 53d953ba8dfa 20:23:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:23:52 Collecting docker-compose==1.23.2 20:23:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:23:53 Collecting cached-property<2,>=1.2.0 20:23:53 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 20:23:54 ---> 2e9db457443e 20:23:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:23:54 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 20:23:54 Status: Downloaded newer image for alpine:3.10 20:23:54 ---> be4e4bea2c2e 20:23:54 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 20:23:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:23:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:23:54 gofmt -l . 20:23:54 [ "`gofmt -l .`" = "" ] 20:23:54 Collecting PyYAML<4,>=3.10 20:23:54 Downloading PyYAML-3.13.tar.gz (270 kB) 20:23:54 ---> Running in fb0289c2193f 20:23:54 ---> 396984ef7e70 20:23:54 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:23:56 ./bin/test-go-mod-tidy.sh 20:23:56 ./bin/test-attribution-txt.sh 20:23:56 Collecting docopt<0.7,>=0.6.1 20:23:56 Downloading docopt-0.6.2.tar.gz (25 kB) 20:23:56 ---> Running in a0adcb07f4b6 20:23:56 Removing intermediate container a0adcb07f4b6 20:23:56 ---> 03aa803fcbdc 20:23:56 Step 19/21 : LABEL arch=x86_64 20:23:56 ---> Running in fdf89e9dfdeb 20:23:57 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:23:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 20:23:57 Collecting jsonschema<3,>=2.5.1 20:23:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:23:57 Removing intermediate container fdf89e9dfdeb 20:23:57 ---> 2c13958fcd5a 20:23:57 Step 20/21 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:23:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 20:23:57 ---> Running in c8236b09a630 20:23:57 Collecting texttable<0.10,>=0.9.0 20:23:57 Downloading texttable-0.9.1.tar.gz (11 kB) 20:23:57 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 20:23:57 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 20:23:57 OK: 10346 distinct packages available 20:23:57 Removing intermediate container c8236b09a630 20:23:57 ---> f8d8f6549dc2 20:23:57 Step 21/21 : LABEL version=0.0.0 20:23:57 (1/5) Installing ca-certificates (20191127-r2) 20:23:57 (2/5) Installing nghttp2-libs (1.39.2-r1) 20:23:57 (3/5) Installing libcurl (7.66.0-r0) 20:23:57 (4/5) Installing curl (7.66.0-r0) 20:23:57 (5/5) Installing dumb-init (1.2.2-r1) 20:23:57 Executing busybox-1.30.1-r3.trigger 20:23:57 Executing ca-certificates-20191127-r2.trigger 20:23:57 OK: 7 MiB in 19 packages 20:23:57 ---> Running in fe5b7627dbaf 20:23:58 Collecting websocket-client<1.0,>=0.32.0 20:23:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:23:58 Collecting dockerpty<0.5,>=0.4.1 20:23:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:23:58 Removing intermediate container fe5b7627dbaf 20:23:58 ---> 2f4bbbf8fbd1 20:23:58 20:23:58 Successfully built 2f4bbbf8fbd1 20:23:58 Successfully tagged docker-core-command-go:latest 20:23:58  Building docker-core-command-go ... done Building docker-core-metadata-go 20:23:58 Collecting docker<4.0,>=3.6.0 20:23:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [Pipeline] sh 20:24:00 + ls -al . 20:24:00 total 584 20:24:00 drwxrwxr-x 10 1001 1001 4096 Aug 17 20:23 . 20:24:00 drwxr-xr-x 4 root root 4096 Aug 17 20:21 .. 20:24:00 -rw-rw-r-- 1 1001 1001 11 Aug 17 20:20 .dockerignore 20:24:00 drwxrwxr-x 8 1001 1001 4096 Aug 17 20:20 .git 20:24:00 drwxrwxr-x 3 1001 1001 4096 Aug 17 20:20 .github 20:24:00 -rw-rw-r-- 1 1001 1001 932 Aug 17 20:20 .gitignore 20:24:00 drwxrwxr-x 3 1001 1001 4096 Aug 17 20:20 .semver 20:24:00 -rw-rw-r-- 1 1001 1001 166 Aug 17 20:20 .sonarcloud.properties 20:24:00 -rw-rw-r-- 1 1001 1001 3804 Aug 17 20:20 CONTRIBUTING.md 20:24:00 -rw-rw-r-- 1 1001 1001 1035 Aug 17 20:20 Dockerfile.build 20:24:00 -rw-rw-r-- 1 1001 1001 865 Aug 17 20:20 Jenkinsfile 20:24:00 -rw-rw-r-- 1 1001 1001 10775 Aug 17 20:20 LICENSE 20:24:00 -rw-rw-r-- 1 1001 1001 6237 Aug 17 20:20 Makefile 20:24:00 -rw-rw-r-- 1 1001 1001 5652 Aug 17 20:20 README.md 20:24:00 -rw-rw-r-- 1 1001 1001 259 Aug 17 20:20 SECURITY.md 20:24:00 -rw-rw-r-- 1 1001 1001 5 Aug 17 20:17 VERSION 20:24:00 -rw-rw-r-- 1 1001 1001 4131 Aug 17 20:20 ZMQWindows.md 20:24:00 drwxrwxr-x 2 1001 1001 4096 Aug 17 20:20 bin 20:24:00 drwxrwxr-x 15 1001 1001 4096 Aug 17 20:20 cmd 20:24:00 -rw-r--r-- 1 root root 455803 Aug 17 20:23 coverage.out 20:24:00 -rw-r--r-- 1 root root 1019 Aug 17 20:23 go.mod 20:24:00 -rw-r--r-- 1 root root 18146 Aug 17 20:23 go.sum 20:24:00 drwxrwxr-x 8 1001 1001 4096 Aug 17 20:20 internal 20:24:00 drwxrwxr-x 4 1001 1001 4096 Aug 17 20:20 openapi 20:24:00 drwxrwxr-x 4 1001 1001 4096 Aug 17 20:20 snap 20:24:00 -rw-rw-r-- 1 1001 1001 168 Aug 17 20:20 version.go [Pipeline] sh 20:24:00 Collecting urllib3<1.25,>=1.21.1 20:24:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:24:01 + '[' -e coverage.out ] 20:24:01 + chown 1001:1001 coverage.out [Pipeline] stash 20:24:01 Warning: overwriting stash ‘coverage-report’ 20:24:02 Stashed 1 file(s) [Pipeline] sh 20:24:02 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) 20:24:02 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) 20:24:03 + make build 20:24:03 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 20:24:04 Collecting idna<2.8,>=2.5 20:24:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:24:05 Collecting docker-pycreds>=0.4.0 20:24:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:24:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:24:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:24:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:24:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:24:05 Removing intermediate container fb0289c2193f 20:24:05 ---> 2890138ecb01 20:24:05 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:24:05 Installing collected packages: cached-property, urllib3, idna, requests, PyYAML, docopt, jsonschema, texttable, websocket-client, dockerpty, docker-pycreds, docker, docker-compose 20:24:07 Attempting uninstall: urllib3 20:24:07 Found existing installation: urllib3 1.25.9 20:24:07 Uninstalling urllib3-1.25.9: 20:24:08 Successfully uninstalled urllib3-1.25.9 20:24:09 Removing intermediate container 4cd8ff9d166e 20:24:09 ---> 47b88d6338fe 20:24:09 20:24:09 Step 10/20 : FROM alpine 20:24:09 ---> a24bb4013296 20:24:09 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 20:24:09 ---> Running in e3692004aa0a 20:24:11 Attempting uninstall: idna 20:24:11 Found existing installation: idna 2.9 20:24:11 Uninstalling idna-2.9: 20:24:11 ---> Running in 92391bcd6094 20:24:11 Successfully uninstalled idna-2.9 20:24:12 Attempting uninstall: requests 20:24:12 Found existing installation: requests 2.23.0 20:24:12 Uninstalling requests-2.23.0: 20:24:12 Removing intermediate container e3692004aa0a 20:24:12 ---> 266f2ae605fc 20:24:12 Step 13/26 : WORKDIR / 20:24:13 Successfully uninstalled requests-2.23.0 20:24:14 Running setup.py install for PyYAML: started 20:24:14 ---> Running in 074b13688105 20:24:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:24:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:24:17 v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:24:17 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:24:17 OK: 12746 distinct packages available 20:24:17 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:24:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:24:17 ---> c513294c5791 20:24:17 Step 3/21 : WORKDIR /edgex-go 20:24:17 ---> Using cache 20:24:17 ---> b95bb4d8d8a8 20:24:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:17 ---> Using cache 20:24:17 ---> 29a6cf056f7c 20:24:17 Step 5/21 : RUN apk update && apk add make git 20:24:17 ---> Using cache 20:24:17 ---> 4c217c8a321c 20:24:17 Step 6/21 : COPY go.mod . 20:24:17 ---> Using cache 20:24:17 ---> 522b61a8fc76 20:24:17 Step 7/21 : RUN go mod download 20:24:17 ---> Using cache 20:24:17 ---> de8f22947878 20:24:17 Step 8/21 : COPY . . 20:24:17 ---> Using cache 20:24:17 ---> 0e4ab6de7754 20:24:17 Step 9/21 : RUN make cmd/core-metadata/core-metadata 20:24:17 Running setup.py install for PyYAML: finished with status 'done' 20:24:17 Running setup.py install for docopt: started 20:24:17 (1/4) Installing ca-certificates (20191127-r4) 20:24:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:24:17 (3/4) Installing libcurl (7.69.1-r0) 20:24:17 (4/4) Installing curl (7.69.1-r0) 20:24:17 Executing busybox-1.31.1-r16.trigger 20:24:17 Executing ca-certificates-20191127-r4.trigger 20:24:17 OK: 7 MiB in 18 packages 20:24:17 Running setup.py install for docopt: finished with status 'done' 20:24:18 Removing intermediate container 074b13688105 20:24:18 ---> 69277f0bf222 20:24:18 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:24:18 Running setup.py install for texttable: started 20:24:18 ---> Running in 7dd6662e7ce6 20:24:19 Running setup.py install for texttable: finished with status 'done' 20:24:20 ---> 2993c5e36818 20:24:20 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:24:20 Running setup.py install for dockerpty: started 20:24:20 Removing intermediate container 92391bcd6094 20:24:20 ---> 1ffdc9e94093 20:24:20 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:24:20 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 20:24:20 Removing intermediate container cc8fd86bef18 20:24:20 ---> d594e484e855 20:24:20 20:24:20 Step 9/29 : FROM alpine:latest 20:24:20 ---> a24bb4013296 20:24:20 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 20:24:20 ---> Running in f9af45f3765c 20:24:20 ---> 5ae27a372813 20:24:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:24:21 Running setup.py install for dockerpty: finished with status 'done' 20:24:21 ---> Running in 05ab47bd43ed 20:24:21 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 20:24:21 Removing intermediate container f9af45f3765c 20:24:21 ---> 5fb13cc88f97 20:24:21 Step 13/20 : WORKDIR /edgex 20:24:22 ---> e58c16cb51ec 20:24:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 20:24:22 ---> Running in a9f5fd736219 20:24:22 Removing intermediate container 05ab47bd43ed 20:24:22 ---> 26a836c9c1fe 20:24:22 Step 11/29 : USER root 20:24:22 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 20:24:23 ---> Running in 95d4ba4caeab 20:24:23 Removing intermediate container a9f5fd736219 20:24:23 ---> 377559713669 20:24:23 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:24:23 ---> 0b107623e701 20:24:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:24:25 Removing intermediate container 95d4ba4caeab 20:24:25 ---> beffd926a016 20:24:25 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 20:24:25 ---> 44b87cdded2a 20:24:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:24:25 ---> 07ac275c8836 20:24:25 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:24:25 ---> Running in 6d835ec01b05 20:24:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:24:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:24:28 Removing intermediate container ff12b498a5f9 20:24:28 ---> b18b14be6e5d 20:24:28 Step 22/26 : RUN apk --no-cache add curl 20:24:28 v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:24:28 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:24:28 OK: 12746 distinct packages available 20:24:28 ---> 119833a17532 20:24:28 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:24:28 ---> cf9f5ce37821 20:24:28 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 20:24:28 (1/2) Installing ca-certificates (20191127-r4) 20:24:28 (2/2) Installing dumb-init (1.2.2-r1) 20:24:28 Executing busybox-1.31.1-r16.trigger 20:24:28 Executing ca-certificates-20191127-r4.trigger 20:24:28 OK: 6 MiB in 16 packages 20:24:28 ---> Running in aa5b2e3271d9 20:24:28 ---> Running in 5bd979d35c42 20:24:29 ---> 35235868211d 20:24:29 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:24:29 Removing intermediate container 5bd979d35c42 20:24:29 ---> 006e0b377d20 20:24:29 Step 17/20 : CMD ["--init=true"] 20:24:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:24:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:24:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:24:30 (2/3) Installing libcurl (7.69.1-r0) 20:24:30 (3/3) Installing curl (7.69.1-r0) 20:24:30 Executing busybox-1.31.1-r16.trigger 20:24:30 OK: 72 MiB in 58 packages 20:24:30 ---> Running in 52434c8df481 20:24:31 ---> 9d611bb764e7 20:24:31 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:24:31 Removing intermediate container 6d835ec01b05 20:24:31 ---> 7f4cd2d72721 20:24:31 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 20:24: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 20:24:31 ---> Running in b9483a175d80 20:24:31 Removing intermediate container 52434c8df481 20:24:31 ---> 0a9b131a6c72 20:24:31 Step 18/20 : LABEL arch=x86_64 20:24:32 ---> Running in 1bba1439da7b 20:24:32 ---> Running in bd9fe284b087 20:24:32 Removing intermediate container aa5b2e3271d9 20:24:32 ---> 478dc719ad8f 20:24:32 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:24:32 Removing intermediate container 1bba1439da7b 20:24:32 ---> 0b7b522ac32f 20:24:32 Step 14/29 : WORKDIR $BASE_DIR 20:24:32 Removing intermediate container bd9fe284b087 20:24:32 ---> eb859a1ed155 20:24:32 Step 19/20 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:24:32 ---> Running in e9b052cc1240 20:24:32 ---> Running in 740c60d3d2d2 20:24:32 ---> Running in 80c016ec3d50 20:24:33 Removing intermediate container e9b052cc1240 20:24:33 ---> d222b7873833 20:24:33 Step 24/26 : LABEL arch=x86_64 20:24:33 Removing intermediate container 740c60d3d2d2 20:24:33 ---> 4f6e9f18ba20 20:24:33 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 20:24:35 ---> Running in 91f955892071 20:24:35 Removing intermediate container 80c016ec3d50 20:24:35 ---> dff35d49de72 20:24:35 Step 20/20 : LABEL version=0.0.0 20:24:35 ---> Running in 99b14b01bc3f 20:24:35 ---> Running in 8442f7a22b61 20:24:35 Removing intermediate container 91f955892071 20:24:35 ---> ef868e31faba 20:24:35 Step 25/26 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:24:35 Removing intermediate container b9483a175d80 20:24:35 ---> 9130e03b5cc8 20:24:35 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:24:35 ---> Running in 66133e469f80 20:24:35 Removing intermediate container 8442f7a22b61 20:24:35 ---> c9619c281fab 20:24:35 20:24:35 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 20:24:35 Successfully built c9619c281fab 20:24:35 ---> Running in c5064e6244ea 20:24:35 Successfully tagged docker-security-proxy-setup-go:latest 20:24:35  Building docker-security-proxy-setup-go ... done Removing intermediate container 66133e469f80 20:24:35 ---> f3b256cb9cd5 20:24:35 Step 26/26 : LABEL version=0.0.0 20:24:36 ---> Running in 1ec74233efc9 20:24:36 Removing intermediate container c5064e6244ea 20:24:36 ---> b6cf36327510 20:24:36 Step 24/26 : LABEL arch=x86_64 20:24:36 ---> Running in 99bf3be2abdd 20:24:36 Removing intermediate container 1ec74233efc9 20:24:36 ---> 97d3b822aa83 20:24:36 20:24:37 Successfully built 97d3b822aa83 20:24:37 Removing intermediate container 99b14b01bc3f 20:24:37 ---> bf88a9c1f38a 20:24:37 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 20:24:37 Successfully tagged docker-sys-mgmt-agent-go:latest 20:24:37  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 99bf3be2abdd 20:24:37 ---> 1112581e0d2a 20:24:37 Step 25/26 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:24:37 Removing intermediate container 7dd6662e7ce6 20:24:37 ---> c89bd441483c 20:24:37 20:24:37 Step 10/21 : FROM scratch 20:24:37 ---> 20:24:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:24:38 ---> Running in 5f0748f55c1e 20:24:38 ---> Using cache 20:24:38 ---> 9408b8ab9129 20:24:38 Step 12/21 : ENV APP_PORT=48081 20:24:38 ---> Running in e1aca4a1214b 20:24:38 Removing intermediate container 5f0748f55c1e 20:24:38 ---> 1790060bfa9d 20:24:38 Step 26/26 : LABEL version=0.0.0 20:24:38 ---> Running in 5b40d151a067 20:24:38 ---> d7673c0c7b25 20:24:38 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 20:24:38 Removing intermediate container e1aca4a1214b 20:24:38 ---> 240b6839d910 20:24:38 Step 13/21 : EXPOSE $APP_PORT 20:24:38 ---> Running in 614cf44ab92f 20:24:38 Removing intermediate container 5b40d151a067 20:24:38 ---> a2fa99637b0b 20:24:38 20:24:38 ---> 85b4b5c06f40 20:24:38 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 20:24:38 Successfully built a2fa99637b0b 20:24:39 Successfully tagged docker-security-secretstore-setup-go:latest 20:24:39  Building docker-security-secretstore-setup-go ... done Removing intermediate container 614cf44ab92f 20:24:39 ---> 81dd02309269 20:24:39 Step 14/21 : WORKDIR / 20:24:39 ---> Running in ca4c113ed7ee 20:24:39 ---> 3f5db6230a99 20:24:39 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 20:24:39 Removing intermediate container ca4c113ed7ee 20:24:39 ---> 34c70fe02411 20:24:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 20:24:39 ---> 43c6cfdcbf75 20:24:39 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 20:24:39 ---> c48e30d5a5fe 20:24:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:24:40 ---> 23198bfc46cc 20:24:40 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 20:24:40 ---> Running in 309b55f90313 20:24:40 ---> ca311ddcf139 20:24:40 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:24:40 ---> 6ba4220be048 20:24:40 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:24:40 ---> Running in 512b7375a5d0 20:24:40 Removing intermediate container 512b7375a5d0 20:24:40 ---> 7c61ebecd6d5 20:24:40 Step 19/21 : LABEL arch=x86_64 20:24:41 ---> Running in 555c5a565dee 20:24:41 Removing intermediate container 309b55f90313 20:24:41 ---> b7b111bc30a2 20:24:41 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 20:24:41 Removing intermediate container 555c5a565dee 20:24:41 ---> 9de3f37f8901 20:24:41 Step 20/21 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:24:41 ---> Running in 8dd8ef91dd8b 20:24:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:24:41 ---> 7b4edb983df6 20:24:41 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:24:41 Removing intermediate container 8dd8ef91dd8b 20:24:41 ---> 6258f17bb6b3 20:24:41 Step 21/21 : LABEL version=0.0.0 20:24:42 ---> Running in 1939533f7107 20:24:42 ---> Running in 97a4bc8a7475 20:24:42 Removing intermediate container 97a4bc8a7475 20:24:42 ---> 4a3d6c9aedd7 20:24:42 20:24:42 Successfully built 4a3d6c9aedd7 20:24:42 Successfully tagged docker-core-metadata-go:latest 20:24:43  Building docker-core-metadata-go ... done Removing intermediate container 1939533f7107 20:24:43 ---> 55de5aa89f29 20:24:43 Step 24/29 : RUN chmod 755 security-secrets-setup 20:24:43 ---> Running in 78cf26995ae2 20:24:44 Removing intermediate container 78cf26995ae2 20:24:44 ---> 7ddeef87d911 20:24:44 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 20:24:44 ---> Running in 48eb72dd6d71 20:24:44 Removing intermediate container 48eb72dd6d71 20:24:44 ---> ff40c82587ab 20:24:44 Step 26/29 : CMD [ "generate" ] 20:24:44 ---> Running in 60f837e2aae0 20:24:44 Removing intermediate container 60f837e2aae0 20:24:44 ---> 6de123e39aeb 20:24:44 Step 27/29 : LABEL arch=x86_64 20:24:45 ---> Running in cbcaa20cf76a 20:24:45 Removing intermediate container cbcaa20cf76a 20:24:45 ---> 269ce0b33556 20:24:45 Step 28/29 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:24:45 ---> Running in bccdf8e94453 20:24:45 Removing intermediate container bccdf8e94453 20:24:45 ---> d3593627f1de 20:24:45 Step 29/29 : LABEL version=0.0.0 20:24:45 ---> Running in e1bb20c27fe5 20:24:45 Removing intermediate container e1bb20c27fe5 20:24:45 ---> 81e1d8fe82b1 20:24:45 20:24:45 Successfully built 81e1d8fe82b1 20:24:45 Successfully tagged docker-security-secrets-setup-go:latest 20:24:45  Building docker-security-secrets-setup-go ... done  [Pipeline] } 20:24:45 $ docker stop --time=1 d541b22a24dd5450649fe4a3bc63d771c0f17336ea67a220a90a472728ec9c86 20:24:46 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 20:24:47 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 20:24:47 $ docker rm -f d541b22a24dd5450649fe4a3bc63d771c0f17336ea67a220a90a472728ec9c86 [Pipeline] // withDockerContainer [Pipeline] sh 20:24:48 + docker images 20:24:48 + grep docker 20:24:48 docker-security-secrets-setup-go latest 81e1d8fe82b1 3 seconds ago 25.1MB 20:24:48 docker-core-metadata-go latest 4a3d6c9aedd7 6 seconds ago 14.4MB 20:24:48 docker-security-secretstore-setup-go latest a2fa99637b0b 10 seconds ago 33.9MB 20:24:48 docker-sys-mgmt-agent-go latest 97d3b822aa83 12 seconds ago 284MB 20:24:48 docker-security-proxy-setup-go latest c9619c281fab 13 seconds ago 16.4MB 20:24:48 docker-core-command-go latest 2f4bbbf8fbd1 50 seconds ago 13MB 20:24:48 docker-core-data-go latest dbcb8b883da7 About a minute ago 23.8MB 20:24:48 docker-support-notifications-go latest e6a0822d4f33 2 minutes ago 14.4MB 20:24:48 docker-support-scheduler-go latest 9612541a65ce 2 minutes ago 13.1MB 20:24:48 docker-support-logging-go latest d200b91e7828 2 minutes ago 11.8MB 20:24:48 docker latest 81f5749c9058 7 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:24:51 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 20:24:57 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 20:25:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:25:05 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 20:25:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:25:14 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] } 20:25:18 $ docker stop --time=1 805d6216dad268eda28bb6b0a86c5c8a44114e4e16623b39cfcfc5f5c831a6cd 20:25:21 $ docker rm -f 805d6216dad268eda28bb6b0a86c5c8a44114e4e16623b39cfcfc5f5c831a6cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:25:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:25:22 20:25:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:25:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:25:23 latest: Pulling from edgex-devops/edgex-compose-arm64 20:25:23 29e5d40040c1: Pulling fs layer 20:25:23 1ce36da41761: Pulling fs layer 20:25:23 25b303627fd3: Pulling fs layer 20:25:23 29e5d40040c1: Verifying Checksum 20:25:23 29e5d40040c1: Download complete 20:25:24 1ce36da41761: Verifying Checksum 20:25:24 1ce36da41761: Download complete 20:25:24 29e5d40040c1: Pull complete 20:25:25 25b303627fd3: Verifying Checksum 20:25:25 25b303627fd3: Download complete 20:25:25 1ce36da41761: Pull complete 20:25:36 25b303627fd3: Pull complete 20:25:36 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:25:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:25:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:25:36 prd-ubuntu18.04-docker-arm64-4c-16g-305 does not seem to be running inside a container 20:25:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-devops/edgex-compose-arm64:latest cat 20:25:39 $ docker top 0680fdacaf9112bfcb5dab5fe279f20b191b63125b9bb8238bdcad5970af8480 -eo pid,comm [Pipeline] { [Pipeline] sh 20:25:41 + docker-compose build --help 20:25:41 + grep parallel 20:25:44 --parallel Build images in parallel. [Pipeline] } 20:25:44 $ docker stop --time=1 0680fdacaf9112bfcb5dab5fe279f20b191b63125b9bb8238bdcad5970af8480 20:25:46 $ docker rm -f 0680fdacaf9112bfcb5dab5fe279f20b191b63125b9bb8238bdcad5970af8480 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:25:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:25:47 . [Pipeline] withDockerContainer 20:25:47 prd-ubuntu18.04-docker-arm64-4c-16g-305 does not seem to be running inside a container 20:25: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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 20:25:49 $ docker top 900072e769c7f5b6f9c8b8b76cca17f62b428ef9d967b93aba4bcb6d6b61bc3d -eo pid,comm [Pipeline] { [Pipeline] sh 20:25:50 + docker-compose -f ./docker-compose-build.yml build --parallel 20:25:53 Building docker-core-command-go ... 20:25:53 Building docker-core-data-go ... 20:25:53 Building docker-core-metadata-go ... 20:25:53 Building docker-security-proxy-setup-go ... 20:25:53 Building docker-security-secrets-setup-go ... 20:25:53 Building docker-security-secretstore-setup-go ... 20:25:53 Building docker-support-logging-go ... 20:25:53 Building docker-support-notifications-go ... 20:25:53 Building docker-support-scheduler-go ... 20:25:53 Building docker-sys-mgmt-agent-go ... 20:25:53 Building docker-core-data-go 20:25:53 Building docker-security-secretstore-setup-go 20:25:53 Building docker-support-scheduler-go 20:25:53 Building docker-core-metadata-go 20:25:53 Building docker-support-logging-go 20:28:00 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:28:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:28:00 ---> 178d0bbfb680 20:28:00 Step 3/21 : WORKDIR /edgex-go 20:28:00 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 20:28:00 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:28:00 ---> 178d0bbfb680 20:28:00 Step 3/20 : WORKDIR /edgex-go 20:28:00 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:28:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:28:00 ---> 178d0bbfb680 20:28:00 Step 3/22 : WORKDIR /edgex-go 20:28:00 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:28:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:28:00 20:28:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> 178d0bbfb680 20:28:00 20:28:00 Step 3/26 : WORKDIR /edgex-go ---> 178d0bbfb680 20:28:00 20:28:00 Step 3/21 : WORKDIR /edgex-go 20:28:00 ---> Running in 15fea40a7618 20:28:00 ---> Running in 9df00a8c12b5 20:28:00 ---> Running in 79fac7ff9fda 20:28:00 ---> Running in 210bf338b28b 20:28:00 ---> Running in 0711a21b61a1 20:28:00 Removing intermediate container 210bf338b28b 20:28:00 ---> 982317117d2c 20:28:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:00 Removing intermediate container 9df00a8c12b5 20:28:00 ---> aab9765d5c8b 20:28:00 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:00 Removing intermediate container 15fea40a7618 20:28:00 ---> 86423e36ad70 20:28:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:00 Removing intermediate container 0711a21b61a1 20:28:00 ---> 6fc29f10ffa6 20:28:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:00 Removing intermediate container 79fac7ff9fda 20:28:00 ---> 980464961f2d 20:28:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:00 ---> Running in add2fc66528c 20:28:00 ---> Running in 152a9cf77788 20:28:00 ---> Running in b6800041c308 20:28:00 ---> Running in 0147847e497b 20:28:00 ---> Running in 5dda89c654e1 20:28:00 Removing intermediate container add2fc66528c 20:28:00 ---> 66255ebd1835 20:28:00 Step 5/21 : RUN apk update && apk add make git 20:28:00 ---> Running in 2abf8f34ddb3 20:28:00 Removing intermediate container 0147847e497b 20:28:00 ---> a07d6dd52c36 20:28:00 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 20:28:00 Removing intermediate container 152a9cf77788 20:28:00 ---> 819d4b65d1a2 20:28:00 Step 5/20 : RUN apk update && apk add make git 20:28:00 ---> Running in 4431f3af0ee7 20:28:00 ---> Running in ab8e9c97a8c5 20:28:00 Removing intermediate container 5dda89c654e1 20:28:00 ---> ba2ddd2aa41d 20:28:00 Step 5/21 : RUN apk update && apk add make && apk add bash git 20:28:00 Removing intermediate container b6800041c308 20:28:00 ---> f1b8af6cb93e 20:28:00 Step 5/26 : RUN apk update && apk add make git 20:28:00 ---> Running in 792199b2efa3 20:28:00 ---> Running in 8b68b1ea2d44 20:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:00 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:28:00 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:28:00 OK: 12617 distinct packages available 20:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:00 OK: 217 MiB in 51 packages 20:28:00 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:28:00 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:28:00 OK: 12617 distinct packages available 20:28:00 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:28:00 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:28:00 OK: 12617 distinct packages available 20:28:01 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:28:01 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:28:01 OK: 12617 distinct packages available 20:28:01 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:28:01 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:28:01 OK: 12617 distinct packages available 20:28:01 OK: 217 MiB in 51 packages 20:28:01 OK: 217 MiB in 51 packages 20:28:01 OK: 217 MiB in 51 packages 20:28:01 Removing intermediate container 2abf8f34ddb3 20:28:01 ---> 7f1bcbe11d4d 20:28:01 Step 6/21 : COPY go.mod . 20:28:01 OK: 217 MiB in 51 packages 20:28:02 OK: 217 MiB in 51 packages 20:28:03 Removing intermediate container ab8e9c97a8c5 20:28:03 ---> f5bcdaa8e04b 20:28:03 Step 6/22 : COPY go.mod . 20:28:03 ---> 5c5d4c808bd2 20:28:03 Step 7/21 : RUN go mod download 20:28:03 ---> Running in 1f7b2f923798 20:28:03 Removing intermediate container 4431f3af0ee7 20:28:03 ---> 9e6f081286ce 20:28:03 Step 6/20 : COPY go.mod . 20:28:03 Removing intermediate container 792199b2efa3 20:28:03 ---> ab4b8e426d71 20:28:03 Step 6/26 : COPY go.mod . 20:28:04 ---> 82d1011be46e 20:28:04 Step 7/22 : RUN go mod download 20:28:04 ---> Running in 61dd7629a276 20:28:04 Removing intermediate container 8b68b1ea2d44 20:28:04 ---> 057279ba745c 20:28:04 Step 6/21 : COPY go.mod . 20:28:04 ---> 18165aa15268 20:28:04 Step 7/20 : RUN go mod download 20:28:05 ---> Running in c734d8177ed7 20:28:05 ---> 637597064bfa 20:28:05 Step 7/26 : RUN go mod download 20:28:05 ---> Running in 5f36ba03ca5a 20:28:05 ---> fa9689de807f 20:28:05 Step 7/21 : RUN go mod download 20:28:06 ---> Running in 311a6315c0b2 20:28:08 Removing intermediate container 1f7b2f923798 20:28:08 ---> 21718e783619 20:28:08 Step 8/21 : COPY . . 20:28:08 Removing intermediate container 61dd7629a276 20:28:08 ---> b86193756009 20:28:08 Step 8/22 : COPY . . 20:28:11 Removing intermediate container 5f36ba03ca5a 20:28:11 ---> d372ec2aa0d0 20:28:11 Step 8/26 : COPY . . 20:28:11 Removing intermediate container c734d8177ed7 20:28:11 ---> 41735add39c0 20:28:11 Step 8/20 : COPY . . 20:28:11 Removing intermediate container 311a6315c0b2 20:28:11 ---> 7688c812d238 20:28:11 Step 8/21 : COPY . . 20:28:44 ---> 03202c895520 20:28:44 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 20:28:44 ---> ba8ff12006ce 20:28:44 Step 9/22 : RUN make cmd/core-data/core-data 20:28:44 ---> d9d206a43eb7 20:28:44 Step 9/21 : RUN make cmd/core-metadata/core-metadata 20:28:44 ---> 9ebb6d8b3799 20:28:44 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 20:28:44 ---> b34416f09d8b 20:28:44 Step 9/21 : RUN make cmd/support-logging/support-logging 20:28:44 ---> Running in 5884f18ab33e 20:28:44 ---> Running in 5fb0ddd16f90 20:28:44 ---> Running in 6ea5a8b0611b 20:28:44 ---> Running in 1e49d303fd41 20:28:44 ---> Running in 3e73f441e7e6 20:28: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 20:28:44 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 20:28:44 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 20:28:44 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 20:28:44 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 20:30:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:30:16 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 20:30:21 Removing intermediate container 3e73f441e7e6 20:30:21 ---> edc993f70d76 20:30:21 20:30:21 Step 10/21 : FROM scratch 20:30:21 ---> 20:30:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:30:21 ---> Running in b054ff8a6b50 20:30:22 Removing intermediate container b054ff8a6b50 20:30:22 ---> dbe41435ae07 20:30:22 Step 12/21 : ENV APP_PORT=48061 20:30:22 ---> Running in c10848d47a71 20:30:23 Removing intermediate container c10848d47a71 20:30:23 ---> 325c095767a1 20:30:23 Step 13/21 : EXPOSE $APP_PORT 20:30:23 ---> Running in 06e6265b17a6 20:30:24 Removing intermediate container 06e6265b17a6 20:30:24 ---> d7887ed009dc 20:30:24 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 20:30:25 ---> b7e50e221159 20:30:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 20:30:27 ---> 8c66ed52f695 20:30:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 20:30:30 ---> 5da0ac4ec321 20:30:30 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 20:30:30 Removing intermediate container 5884f18ab33e 20:30:30 ---> 64089ca5445e 20:30:30 20:30:30 Step 10/26 : FROM alpine:3.10 20:30:30 3.10: Pulling from library/alpine 20:30:31 ---> 3554181b02f1 20:30:31 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:30:31 ---> Running in 0a1c7cff7146 20:30:32 Removing intermediate container 0a1c7cff7146 20:30:32 ---> 6d4d69ac2980 20:30:32 Step 19/21 : LABEL arch=arm64 20:30:32 ---> Running in 9ae7fee975de 20:30:33 Removing intermediate container 9ae7fee975de 20:30:33 ---> 3d1820dfc925 20:30:33 Step 20/21 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:30:33 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 20:30:33 Status: Downloaded newer image for alpine:3.10 20:30:33 ---> 536a684cf733 20:30:33 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 20:30:33 ---> Running in 292f1aae5079 20:30:33 ---> Running in 99891b54d522 20:30:35 Removing intermediate container 292f1aae5079 20:30:35 ---> 756f8380086c 20:30:35 Step 21/21 : LABEL version=0.0.0 20:30:36 ---> Running in e43c999a0e06 20:30:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 20:30:36 Removing intermediate container e43c999a0e06 20:30:36 ---> cf667e4e6f48 20:30:36 20:30:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 20:30:37 Removing intermediate container 1e49d303fd41 20:30:37 ---> a8def0820e82 20:30:37 20:30:37 Step 10/20 : FROM scratch 20:30:37 ---> 20:30:37 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:30:37 ---> Running in 933efb937460 20:30:37 Successfully built cf667e4e6f48 20:30:37 Successfully tagged docker-support-logging-go-arm64:latest 20:30:37  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 20:30:37 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 20:30:37 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 20:30:37 OK: 10167 distinct packages available 20:30:38 Removing intermediate container 933efb937460 20:30:38 ---> eff5f158f699 20:30:38 Step 12/20 : ENV APP_PORT=48085 20:30:38 ---> Running in d1ffaf04a731 20:30:38 (1/5) Installing ca-certificates (20191127-r2) 20:30:38 (2/5) Installing nghttp2-libs (1.39.2-r1) 20:30:38 (3/5) Installing libcurl (7.66.0-r0) 20:30:38 (4/5) Installing curl (7.66.0-r0) 20:30:38 (5/5) Installing dumb-init (1.2.2-r1) 20:30:38 Executing busybox-1.30.1-r3.trigger 20:30:38 Executing ca-certificates-20191127-r2.trigger 20:30:38 OK: 7 MiB in 19 packages 20:30:39 Removing intermediate container d1ffaf04a731 20:30:39 ---> 2f9d4122df8c 20:30:39 Step 13/20 : EXPOSE $APP_PORT 20:30:39 ---> Running in 31bd5f2a05aa 20:30:41 Removing intermediate container 31bd5f2a05aa 20:30:41 ---> 9f554770530a 20:30:41 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 20:30:42 Removing intermediate container 99891b54d522 20:30:42 ---> fe4611c1d813 20:30:43 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:30:43 ---> 5764c676d166 20:30:43 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:30:43 ---> Running in 801c41fb2049 20:30:45 Removing intermediate container 801c41fb2049 20:30:45 ---> 735ac36a6613 20:30:45 Step 13/26 : WORKDIR / 20:30:46 ---> a52d920c5c3e 20:30:46 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:30:46 ---> Running in a6827d038e8a 20:30:47 Removing intermediate container 5fb0ddd16f90 20:30:47 ---> 66cd02997627 20:30:47 20:30:47 Step 10/21 : FROM scratch 20:30:47 ---> 20:30:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:30:47 ---> Using cache 20:30:47 ---> eff5f158f699 20:30:47 Step 12/21 : ENV APP_PORT=48081 20:30:47 Removing intermediate container a6827d038e8a 20:30:47 ---> 2fd067f08cc9 20:30:47 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:30:47 ---> Running in 7822d2990af5 20:30:47 ---> bb0ae39a1a29 20:30:47 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:30:47 ---> Running in 9477bc64691a 20:30:48 Removing intermediate container 7822d2990af5 20:30:48 ---> 11654bb76030 20:30:48 Step 13/21 : EXPOSE $APP_PORT 20:30:48 ---> Running in aa4955bfb5c7 20:30:48 ---> e71582a60772 20:30:48 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:30:49 Removing intermediate container 9477bc64691a 20:30:49 ---> d254d115f73f 20:30:49 Step 18/20 : LABEL arch=arm64 20:30:49 Removing intermediate container aa4955bfb5c7 20:30:49 ---> 02045775ed81 20:30:49 Step 14/21 : WORKDIR / 20:30:49 ---> Running in c9768ed48d10 20:30:50 ---> Running in 9445c65f3123 20:30:50 ---> 10af9f0b6375 20:30:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:30:51 Removing intermediate container c9768ed48d10 20:30:51 ---> d94d984beebc 20:30:51 Step 19/20 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:30:51 Removing intermediate container 9445c65f3123 20:30:51 ---> 9ae1d624c047 20:30:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 20:30:51 ---> Running in 9b3758d5921b 20:30:52 ---> 8a17c1307d51 20:30:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 20:30:52 ---> 527773a0df48 20:30:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:30:53 Removing intermediate container 9b3758d5921b 20:30:53 ---> 798fed42976e 20:30:53 Step 20/20 : LABEL version=0.0.0 20:30:54 ---> Running in 72872203a670 20:30:54 ---> 244f2f41ad8c 20:30:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:30:55 Removing intermediate container 6ea5a8b0611b 20:30:55 ---> d3a218de7603 20:30:55 20:30:55 Step 10/22 : FROM alpine 20:30:55 latest: Pulling from library/alpine 20:30:55 ---> 1727270fffe7 20:30:55 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:30:55 Removing intermediate container 72872203a670 20:30:55 ---> 5c0b0f8b067c 20:30:55 20:30:55 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:30:55 Status: Downloaded newer image for alpine:latest 20:30:55 ---> 62ee0e9f8440 20:30:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:30:55 Successfully built 5c0b0f8b067c 20:30:56 ---> c4d4127250d3 20:30:56 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:30:56 Successfully tagged docker-support-scheduler-go-arm64:latest 20:30:56  Building docker-support-scheduler-go ... done Building docker-core-command-go 20:30:56 ---> Running in 3946956cb4d1 20:30:56 ---> 1dcb5b277a42 20:30:56 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:30:56 ---> Running in 2d242c95402d 20:30:57 Removing intermediate container 3946956cb4d1 20:30:57 ---> b2cd6c130ad4 20:30:57 Step 12/22 : ENV APP_PORT=48080 20:30:57 ---> Running in a78e3342736a 20:30:57 Removing intermediate container 2d242c95402d 20:30:57 ---> ab794fab9f10 20:30:57 Step 19/21 : LABEL arch=arm64 20:30:57 ---> a671d8b58522 20:30:57 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 20:30:58 ---> Running in f0b79bf92f32 20:30:58 Removing intermediate container a78e3342736a 20:30:58 ---> a05be6f73cfa 20:30:58 Step 13/22 : EXPOSE $APP_PORT 20:30:58 ---> Running in 7215d16a4597 20:30:58 Removing intermediate container f0b79bf92f32 20:30:58 ---> 09065fbece05 20:30:58 Step 20/21 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:30:59 ---> Running in 95e89685a19a 20:30:59 ---> 39c11a52dbf7 20:30:59 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:30:59 Removing intermediate container 7215d16a4597 20:30:59 ---> 449208fbb4eb 20:30:59 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:31:00 ---> Running in 770ed0b3c391 20:31:00 Removing intermediate container 95e89685a19a 20:31:00 ---> e72ff154bd79 20:31:00 Step 21/21 : LABEL version=0.0.0 20:31:01 ---> 30150daf3a81 20:31:01 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:31:01 ---> Running in e4947eef097f 20:31:02 ---> Running in 8ba69af8cf96 20:31:02 Removing intermediate container e4947eef097f 20:31:02 ---> bd2af3119551 20:31:02 20:31:03 Successfully built bd2af3119551 20:31:03 Successfully tagged docker-core-metadata-go-arm64:latest 20:31:03  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go 20:31:03 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 20:31:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:31:03 ---> 178d0bbfb680 20:31:03 Step 3/26 : WORKDIR /edgex-go 20:31:03 ---> Using cache 20:31:03 ---> 980464961f2d 20:31:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:31:03 ---> Using cache 20:31:03 ---> ba2ddd2aa41d 20:31:03 Step 5/26 : RUN apk update && apk add make bash git 20:31:04 ---> Running in b0d50cc342e6 20:31:05 Removing intermediate container 770ed0b3c391 20:31:05 ---> c0ba473e0ba0 20:31:05 Step 15/22 : RUN apk --no-cache add zeromq 20:31:06 ---> Running in 5fe4579b78c2 20:31:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:08 Removing intermediate container 8ba69af8cf96 20:31:08 ---> c921480f5d97 20:31:08 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:31:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:08 ---> Running in 121adcae470a 20:31:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:09 Removing intermediate container 121adcae470a 20:31:09 ---> 5976dc627b51 20:31:09 Step 24/26 : LABEL arch=arm64 20:31:09 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:31:09 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:31:09 OK: 12617 distinct packages available 20:31:09 ---> Running in 6f98a0ca9cf9 20:31:09 (1/5) Installing libgcc (9.3.0-r2) 20:31:10 (2/5) Installing libsodium (1.0.18-r0) 20:31:10 (3/5) Installing libstdc++ (9.3.0-r2) 20:31:10 (4/5) Installing libzmq (4.3.2-r0) 20:31:10 Removing intermediate container 6f98a0ca9cf9 20:31:10 ---> a89a2f0e55a8 20:31:10 Step 25/26 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:31:10 (5/5) Installing zeromq (4.3.2-r0) 20:31:10 Executing busybox-1.31.1-r16.trigger 20:31:10 OK: 217 MiB in 51 packages 20:31:10 OK: 8 MiB in 19 packages 20:31:10 ---> Running in 6a708d3da42f 20:31:11 Removing intermediate container 6a708d3da42f 20:31:11 ---> 876c3a44fbb6 20:31:11 Step 26/26 : LABEL version=0.0.0 20:31:12 ---> Running in 6d7e0321a877 20:31:13 Removing intermediate container 6d7e0321a877 20:31:13 ---> 3cd1cfa56abc 20:31:13 20:31:14 Removing intermediate container b0d50cc342e6 20:31:14 ---> c53a6ffd6d98 20:31:14 Step 6/26 : COPY go.mod . 20:31:14 Removing intermediate container 5fe4579b78c2 20:31:14 ---> 105867045c35 20:31:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 20:31:14 Successfully built 3cd1cfa56abc 20:31:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:31:14  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 20:31:15 ---> bff1122339fc 20:31:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:31:15 ---> 8de6067edcb0 20:31:15 Step 7/26 : RUN go mod download 20:31:16 ---> Running in e053871f613b 20:31:18 ---> a1c3ba28bbff 20:31:18 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:31:19 ---> 3f008c623d30 20:31:19 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:31:20 Removing intermediate container e053871f613b 20:31:20 ---> 3221c2026700 20:31:20 Step 8/26 : COPY . . 20:31:20 ---> Running in 200e047cab56 20:31:20 Removing intermediate container 200e047cab56 20:31:20 ---> 11da15027c48 20:31:20 Step 20/22 : LABEL arch=arm64 20:31:22 ---> Running in ba28ad0ad62e 20:31:24 Removing intermediate container ba28ad0ad62e 20:31:24 ---> fa6af8e8da81 20:31:24 Step 21/22 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:31:24 ---> Running in a37ccad839ba 20:31:25 Removing intermediate container a37ccad839ba 20:31:25 ---> 0dd4f235295a 20:31:25 Step 22/22 : LABEL version=0.0.0 20:31:25 ---> Running in f23a83f83bdb 20:31:26 Removing intermediate container f23a83f83bdb 20:31:26 ---> d00d1bdc518d 20:31:26 20:31:27 Successfully built d00d1bdc518d 20:31:27 Successfully tagged docker-core-data-go-arm64:latest 20:31:27 Building docker-security-proxy-setup-go 20:31:42  Building docker-core-data-go ... done  ---> c09df2c4e74f 20:31:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:31:42 ---> Running in d1878d7a2184 20:31:42 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 20:31:46 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:31:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:31:46 ---> 178d0bbfb680 20:31:46 Step 3/21 : WORKDIR /edgex-go 20:31:46 ---> Using cache 20:31:46 ---> 980464961f2d 20:31:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:31:46 ---> Using cache 20:31:46 ---> ba2ddd2aa41d 20:31:46 Step 5/21 : RUN apk update && apk add make git 20:31:46 ---> Running in 54d9dce744f8 20:31:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:51 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:31:51 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:31:51 OK: 12617 distinct packages available 20:31:52 OK: 217 MiB in 51 packages 20:31:56 Removing intermediate container 54d9dce744f8 20:31:56 ---> 39fbefb99408 20:31:56 Step 6/21 : COPY go.mod . 20:31:57 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 20:31:57 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 20:31:57 ---> 178d0bbfb680 20:31:57 Step 3/29 : WORKDIR /edgex-go 20:31:57 ---> Using cache 20:31:57 ---> 980464961f2d 20:31:57 Step 4/29 : RUN apk update && apk add make git 20:31:57 ---> Running in 7ddd91613a91 20:31:57 ---> 62f563c82c8f 20:31:57 Step 7/21 : RUN go mod download 20:31:58 ---> Running in f005693447c6 20:32:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:01 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:32:01 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:32:01 OK: 12617 distinct packages available 20:32:02 OK: 217 MiB in 51 packages 20:32:05 Removing intermediate container f005693447c6 20:32:05 ---> a6472dfd2fab 20:32:05 Step 8/21 : COPY . . 20:32:05 Removing intermediate container 7ddd91613a91 20:32:05 ---> ca77f96a23b3 20:32:05 Step 5/29 : COPY go.mod . 20:32:08 ---> f82381217843 20:32:08 Step 6/29 : RUN go mod download 20:32:09 ---> Running in c11893c71f51 20:32:10 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 20:32:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:32:10 ---> 178d0bbfb680 20:32:10 Step 3/23 : WORKDIR /edgex-go 20:32:10 ---> Using cache 20:32:10 ---> 980464961f2d 20:32:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:10 ---> Using cache 20:32:10 ---> ba2ddd2aa41d 20:32:10 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 20:32:10 ---> Running in 6f11e763eb4a 20:32:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:14 v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] 20:32:14 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:32:14 OK: 12617 distinct packages available 20:32:15 OK: 217 MiB in 51 packages 20:32:17 Removing intermediate container c11893c71f51 20:32:17 ---> 482cb27fccd3 20:32:17 Step 7/29 : COPY . . 20:32:18 Removing intermediate container 6f11e763eb4a 20:32:18 ---> e51d74352ce9 20:32:18 Step 6/23 : COPY go.mod . 20:32:20 ---> 5b1198a9aa2c 20:32:20 Step 7/23 : RUN go mod download 20:32:20 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 20:32:20 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:32:20 ---> 178d0bbfb680 20:32:20 Step 3/20 : WORKDIR /edgex-go 20:32:20 ---> Using cache 20:32:20 ---> 980464961f2d 20:32:20 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:20 ---> Using cache 20:32:20 ---> ba2ddd2aa41d 20:32:20 Step 5/20 : RUN apk update && apk add make git 20:32:20 ---> Using cache 20:32:20 ---> 39fbefb99408 20:32:20 Step 6/20 : COPY go.mod . 20:32:20 ---> Using cache 20:32:20 ---> 62f563c82c8f 20:32:20 Step 7/20 : RUN go mod download 20:32:20 ---> Using cache 20:32:20 ---> a6472dfd2fab 20:32:20 Step 8/20 : COPY . . 20:32:20 ---> Running in c5f14a91ccaa 20:32:29 Removing intermediate container c5f14a91ccaa 20:32:29 ---> 6f0acb28c83d 20:32:29 Step 8/23 : COPY . . 20:32:36 Removing intermediate container d1878d7a2184 20:32:36 ---> 4a7cdac2676c 20:32:36 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:32:36 ---> Running in ed4a88117375 20:32:37 ---> e77abf0d8187 20:32:37 Step 9/21 : RUN make cmd/core-command/core-command 20:32:38 ---> Running in 328da9df96b2 20:32:39 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 20:32:40 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 20:32:46 Removing intermediate container ed4a88117375 20:32:46 ---> 66369874399e 20:32:46 20:32:46 Step 11/26 : FROM docker:latest 20:32:46 ---> ce9d55ae87f1 20:32:46 Step 12/26 : RUN apk add --no-cache bash 20:32:46 ---> Running in a029601202d7 20:32:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:49 ---> c0d5037ea147 20:32:49 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 20:32:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:50 ---> Running in 92936108308e 20:32:50 (1/2) Installing readline (8.0.4-r0) 20:32:50 (2/2) Installing bash (5.0.17-r0) 20:32:50 Executing bash-5.0.17-r0.post-install 20:32:50 Executing busybox-1.31.1-r16.trigger 20:32:50 OK: 12 MiB in 22 packages 20:32:53 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 20:32:53 ---> 405dc8941767 20:32:53 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 20:32:53 Removing intermediate container a029601202d7 20:32:53 ---> 0c46aba66820 20:32:53 Step 13/26 : RUN rm -rf /var/cache/apk/* 20:32:53 ---> Running in 0d3fe7bc2d7c 20:32:53 ---> Running in 5ec9386419c6 20:32:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:32:59 Removing intermediate container 5ec9386419c6 20:32:59 ---> 39e09b33e908 20:32:59 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:32:59 ---> Running in 1a19bb06f45e 20:33:00 ---> 05a038f818d7 20:33:00 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:33:00 ---> Running in 1f7c28e0d65f 20:33:00 Removing intermediate container 1a19bb06f45e 20:33:00 ---> c99d10fc38df 20:33:00 Step 15/26 : ENV APP_PORT=48090 20:33:01 ---> Running in e7b91f986ea3 20:33:01 Removing intermediate container e7b91f986ea3 20:33:01 ---> 7fd4641c1d26 20:33:01 Step 16/26 : EXPOSE $APP_PORT 20:33:02 ---> Running in 9299389f681e 20:33:03 Removing intermediate container 9299389f681e 20:33:03 ---> 23c1495a463a 20:33:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:33:04 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 20:33:05 ---> 3521064b259f 20:33:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:33:06 ---> 9a059fbaa3f5 20:33:06 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:33:07 ---> bfb5d43ad2b8 20:33:07 Step 20/26 : RUN apk --no-cache add py-pip 20:33:07 ---> Running in c30ea4fca589 20:33:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:33:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:33:10 (1/33) Installing libbz2 (1.0.8-r1) 20:33:10 (2/33) Installing expat (2.2.9-r1) 20:33:10 (3/33) Installing libffi (3.3-r2) 20:33:10 (4/33) Installing gdbm (1.13-r1) 20:33:10 (5/33) Installing xz-libs (5.2.5-r0) 20:33:10 (6/33) Installing sqlite-libs (3.32.1-r0) 20:33:10 (7/33) Installing python3 (3.8.5-r0) 20:33:13 (8/33) Installing py3-appdirs (1.4.4-r1) 20:33:13 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:33:13 (10/33) Installing py3-parsing (2.4.7-r0) 20:33:13 (11/33) Installing py3-six (1.15.0-r0) 20:33:13 (12/33) Installing py3-packaging (20.4-r0) 20:33:13 (13/33) Installing py3-setuptools (47.0.0-r0) 20:33:13 (14/33) Installing py3-chardet (3.0.4-r4) 20:33:13 (15/33) Installing py3-idna (2.9-r0) 20:33:13 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:33:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:33:13 (18/33) Installing py3-requests (2.23.0-r0) 20:33:13 (19/33) Installing py3-msgpack (1.0.0-r0) 20:33:13 (20/33) Installing py3-lockfile (0.12.2-r3) 20:33:13 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:33:13 (22/33) Installing py3-colorama (0.4.3-r0) 20:33:13 (23/33) Installing py3-distlib (0.3.0-r0) 20:33:13 (24/33) Installing py3-distro (1.5.0-r1) 20:33:13 (25/33) Installing py3-webencodings (0.5.1-r3) 20:33:13 (26/33) Installing py3-html5lib (1.0.1-r4) 20:33:13 (27/33) Installing py3-pytoml (0.1.21-r0) 20:33:13 (28/33) Installing py3-pep517 (0.8.2-r0) 20:33:13 (29/33) Installing py3-progress (1.5-r0) 20:33:13 (30/33) Installing py3-toml (0.10.1-r0) 20:33:13 (31/33) Installing py3-retrying (1.3.3-r0) 20:33:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:33:13 (33/33) Installing py3-pip (20.1.1-r0) 20:33:13 Executing busybox-1.31.1-r16.trigger 20:33:14 OK: 71 MiB in 55 packages 20:33:24 Removing intermediate container c30ea4fca589 20:33:24 ---> cf005bbf4dba 20:33:24 Step 21/26 : RUN pip install docker-compose==1.23.2 20:33:24 ---> Running in 1b222d02aa2b 20:33:30 Collecting docker-compose==1.23.2 20:33:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:33:32 Collecting PyYAML<4,>=3.10 20:33:32 Downloading PyYAML-3.13.tar.gz (270 kB) 20:33:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:33:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:33:38 Collecting cached-property<2,>=1.2.0 20:33:38 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 20:33: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) 20:33:38 Collecting dockerpty<0.5,>=0.4.1 20:33:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:33:42 Collecting jsonschema<3,>=2.5.1 20:33:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:33:42 Collecting docopt<0.7,>=0.6.1 20:33:42 Downloading docopt-0.6.2.tar.gz (25 kB) 20:33:46 Collecting docker<4.0,>=3.6.0 20:33:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:33:47 Collecting websocket-client<1.0,>=0.32.0 20:33:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:33:47 Collecting texttable<0.10,>=0.9.0 20:33:47 Downloading texttable-0.9.1.tar.gz (11 kB) 20:33:50 Collecting urllib3<1.25,>=1.21.1 20:33:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:33:50 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) 20:33:50 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) 20:33:50 Collecting idna<2.8,>=2.5 20:33:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:33:51 Collecting docker-pycreds>=0.4.0 20:33:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:33:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:33:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:33:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:33:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:33:52 Installing collected packages: PyYAML, urllib3, idna, requests, cached-property, dockerpty, jsonschema, docopt, docker-pycreds, websocket-client, docker, texttable, docker-compose 20:33:52 Running setup.py install for PyYAML: started 20:33:56 Running setup.py install for PyYAML: finished with status 'done' 20:33:56 Attempting uninstall: urllib3 20:33:56 Found existing installation: urllib3 1.25.9 20:33:56 Uninstalling urllib3-1.25.9: 20:33:56 Successfully uninstalled urllib3-1.25.9 20:33:57 Attempting uninstall: idna 20:33:57 Found existing installation: idna 2.9 20:33:57 Uninstalling idna-2.9: 20:33:57 Successfully uninstalled idna-2.9 20:33:58 Attempting uninstall: requests 20:33:58 Found existing installation: requests 2.23.0 20:33:58 Uninstalling requests-2.23.0: 20:33:58 Successfully uninstalled requests-2.23.0 20:33:58 Running setup.py install for dockerpty: started 20:34:02 Running setup.py install for dockerpty: finished with status 'done' 20:34:02 Running setup.py install for docopt: started 20:34:04 Running setup.py install for docopt: finished with status 'done' 20:34:06 Running setup.py install for texttable: started 20:34:09 Running setup.py install for texttable: finished with status 'done' 20:34:11 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 20:34:12 Removing intermediate container 92936108308e 20:34:12 ---> 15037f0d8e69 20:34:12 20:34:12 Step 9/29 : FROM alpine:latest 20:34:12 ---> 62ee0e9f8440 20:34:12 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 20:34:12 ---> Running in 8c0e12182ee7 20:34:13 Removing intermediate container 8c0e12182ee7 20:34:13 ---> 5495aaf3f915 20:34:13 Step 11/29 : USER root 20:34:13 ---> Running in be8ed1a29bf9 20:34:14 Removing intermediate container be8ed1a29bf9 20:34:14 ---> 86cd90850bb2 20:34:14 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 20:34:14 ---> Running in 58210c5404d0 20:34:18 Removing intermediate container 1b222d02aa2b 20:34:18 ---> 268aead64b58 20:34:18 Step 22/26 : RUN apk --no-cache add curl 20:34:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:34:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:34:18 ---> Running in b1b6ace67dac 20:34:19 v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:34:19 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:34:19 OK: 12617 distinct packages available 20:34:19 (1/2) Installing ca-certificates (20191127-r4) 20:34:19 (2/2) Installing dumb-init (1.2.2-r1) 20:34:19 Executing busybox-1.31.1-r16.trigger 20:34:19 Executing ca-certificates-20191127-r4.trigger 20:34:20 OK: 6 MiB in 16 packages 20:34:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:34:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:34:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:34:21 (2/3) Installing libcurl (7.69.1-r0) 20:34:21 (3/3) Installing curl (7.69.1-r0) 20:34:21 Executing busybox-1.31.1-r16.trigger 20:34:22 OK: 71 MiB in 58 packages 20:34:22 Removing intermediate container 328da9df96b2 20:34:22 ---> 72890b526c3c 20:34:22 20:34:22 Step 10/21 : FROM scratch 20:34:22 ---> 20:34:22 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:34:22 Removing intermediate container 0d3fe7bc2d7c 20:34:22 ---> fff767f12a04 20:34:22 20:34:22 Step 10/20 : FROM alpine 20:34:22 ---> 62ee0e9f8440 20:34:22 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 20:34:23 ---> Using cache 20:34:23 ---> eff5f158f699 20:34:23 Step 12/21 : ENV APP_PORT=48082 20:34:23 ---> Running in 365467cb641c 20:34:23 ---> Running in b7735b3de5c3 20:34:23 Removing intermediate container 58210c5404d0 20:34:23 ---> 38cdf0715e80 20:34:23 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 20:34:24 ---> Running in 9360f455d443 20:34:24 Removing intermediate container b7735b3de5c3 20:34:24 ---> a03c9f1307c0 20:34:24 Step 13/21 : EXPOSE $APP_PORT 20:34:24 Removing intermediate container b1b6ace67dac 20:34:24 ---> b80abfce7773 20:34:24 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:34:24 ---> Running in 24494e4b9660 20:34:24 ---> Running in 3c42212590f2 20:34:25 Removing intermediate container 9360f455d443 20:34:25 ---> d010b82a4ec5 20:34:25 Step 14/29 : WORKDIR $BASE_DIR 20:34:25 ---> Running in 11192c1a2978 20:34:25 Removing intermediate container 24494e4b9660 20:34:25 ---> 7c591e1d228d 20:34:25 Step 14/21 : WORKDIR / 20:34:25 ---> Running in 086dd8309bf4 20:34:26 Removing intermediate container 3c42212590f2 20:34:26 ---> 1864bf831112 20:34:26 Step 24/26 : LABEL arch=arm64 20:34:26 ---> Running in 466e8a57e65a 20:34:26 Removing intermediate container 11192c1a2978 20:34:26 ---> 59cc90caec43 20:34:26 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 20:34:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:34:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:34:26 ---> Running in 2b157a91054a 20:34:26 Removing intermediate container 086dd8309bf4 20:34:26 ---> da728daafa7b 20:34:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 20:34:27 Removing intermediate container 466e8a57e65a 20:34:27 ---> ed764204bc06 20:34:27 Step 25/26 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:34:27 v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:34:27 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:34:27 OK: 12617 distinct packages available 20:34:27 ---> Running in c502dfb13a99 20:34:28 (1/4) Installing ca-certificates (20191127-r4) 20:34:28 Removing intermediate container c502dfb13a99 20:34:28 ---> 4bc7f254eb15 20:34:28 Step 26/26 : LABEL version=0.0.0 20:34:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:34:28 (3/4) Installing libcurl (7.69.1-r0) 20:34:28 (4/4) Installing curl (7.69.1-r0) 20:34:28 Executing busybox-1.31.1-r16.trigger 20:34:28 Executing ca-certificates-20191127-r4.trigger 20:34:28 ---> 6c2afb6c02ba 20:34:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:34:28 ---> Running in f84502c8fe51 20:34:28 OK: 7 MiB in 18 packages 20:34:29 Removing intermediate container f84502c8fe51 20:34:29 ---> 4f6e7f84bc3b 20:34:29 20:34:30 Successfully built 4f6e7f84bc3b 20:34:30 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:34:30  Building docker-sys-mgmt-agent-go ... done  ---> 3812d5967803 20:34:30 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:34:31 Removing intermediate container 365467cb641c 20:34:31 ---> c90276b0cfea 20:34:31 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:34:31 Removing intermediate container 2b157a91054a 20:34:31 ---> 12d7a8894808 20:34:31 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 20:34:31 ---> Running in e0d54c4dc2be 20:34:31 Removing intermediate container e0d54c4dc2be 20:34:31 ---> 4a851d74d5d6 20:34:31 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:34:31 ---> ce2701d817ed 20:34:31 Step 13/20 : WORKDIR /edgex 20:34:32 ---> Running in c60269af0cbe 20:34:32 ---> Running in bbd32eca9ca4 20:34:32 ---> b38adf23528d 20:34:32 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 20:34:32 Removing intermediate container c60269af0cbe 20:34:32 Removing intermediate container bbd32eca9ca4 20:34:32 ---> 2fe0450a5cdf 20:34:32 Step 19/21 : LABEL arch=arm64 20:34:32 ---> 47b7b25f979a 20:34:32 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:34:33 ---> Running in ae7d2434561f 20:34:33 ---> e111f6883573 20:34:33 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 20:34:33 Removing intermediate container ae7d2434561f 20:34:33 ---> cd48a37c7cee 20:34:33 Step 20/21 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:34:33 ---> f07fd991f2ba 20:34:33 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:34:33 ---> Running in 8a2bd0973c97 20:34:34 Removing intermediate container 8a2bd0973c97 20:34:34 ---> ae827222cd2a 20:34:34 Step 21/21 : LABEL version=0.0.0 20:34:34 ---> 3214d4f51333 20:34:34 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 20:34:34 ---> Running in 80fc1c251104 20:34:35 ---> 61b00d84147b 20:34:35 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:34:35 Removing intermediate container 80fc1c251104 20:34:35 ---> d5aad1e71f33 20:34:35 20:34:35 ---> Running in 98da9448288d 20:34:35 ---> 5495eb9c0fc4 20:34:35 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 20:34:36 Successfully built d5aad1e71f33 20:34:36 Successfully tagged docker-core-command-go-arm64:latest 20:34:36  Building docker-core-command-go ... done Removing intermediate container 98da9448288d 20:34:36 ---> f8b6a80f1e11 20:34:36 Step 17/20 : CMD ["--init=true"] 20:34:36 ---> Running in e4f693f7afd9 20:34:36 ---> b25671d7fd44 20:34:36 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 20:34:36 ---> Running in 7cea49f0e4f3 20:34:37 Removing intermediate container e4f693f7afd9 20:34:37 ---> ff72fbcc6a88 20:34:37 Step 18/20 : LABEL arch=arm64 20:34:37 ---> Running in bc79e0ec037c 20:34:38 Removing intermediate container bc79e0ec037c 20:34:38 ---> 0451194bf048 20:34:38 Step 19/20 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:34:38 ---> Running in f93a56e85204 20:34:38 Removing intermediate container f93a56e85204 20:34:38 ---> b1a710087613 20:34:38 Step 20/20 : LABEL version=0.0.0 20:34:39 ---> Running in 9524701f803e 20:34:39 Removing intermediate container 1f7c28e0d65f 20:34:39 ---> 3f0ad28c0f6e 20:34:39 20:34:39 Step 10/23 : FROM scratch 20:34:39 ---> 20:34:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:34:39 ---> Using cache 20:34:39 ---> dbe41435ae07 20:34:39 Step 12/23 : ENV APP_PORT=48060 20:34:39 ---> Running in 0226e33884cb 20:34:39 Removing intermediate container 9524701f803e 20:34:39 ---> b52d49619352 20:34:39 20:34:40 Successfully built b52d49619352 20:34:40 Removing intermediate container 7cea49f0e4f3 20:34:40 ---> 3658b6033b47 20:34:40 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 20:34:40 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:34:40  Building docker-security-proxy-setup-go ... done Removing intermediate container 0226e33884cb 20:34:40 ---> 3bb66fb63c80 20:34:40 Step 13/23 : EXPOSE $APP_PORT 20:34:40 ---> Running in 6d34c4773ccb 20:34:40 Removing intermediate container 6d34c4773ccb 20:34:40 ---> e6d46cd7781b 20:34:40 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 20:34:41 ---> d9487a465574 20:34:41 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:34:41 ---> Running in 73ff071b3d5e 20:34:41 ---> 7f21b6be49dc 20:34:41 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:34:43 ---> 091c485c4248 20:34:43 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 20:34:44 ---> 890e077a2c9c 20:34:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 20:34:44 Removing intermediate container 73ff071b3d5e 20:34:44 ---> 52281a9562da 20:34:44 Step 24/29 : RUN chmod 755 security-secrets-setup 20:34:44 ---> Running in 0c698086fa8d 20:34:44 ---> a8f2c35ce5a8 20:34:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:34:46 ---> 65b51207c4d7 20:34:46 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:34:47 ---> b058a4dd4548 20:34:47 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:34:47 ---> Running in 1eff71ef5f47 20:34:47 Removing intermediate container 0c698086fa8d 20:34:47 ---> c42b159edf66 20:34:47 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 20:34:47 ---> Running in 2d19e1ff0025 20:34:47 Removing intermediate container 1eff71ef5f47 20:34:47 ---> 4142307ae925 20:34:47 Step 21/23 : LABEL arch=arm64 20:34:47 ---> Running in 60465e16fbd1 20:34:48 Removing intermediate container 2d19e1ff0025 20:34:48 ---> 962bc7dbf1e9 20:34:48 Step 26/29 : CMD [ "generate" ] 20:34:48 ---> Running in a2dba30be2b3 20:34:48 Removing intermediate container 60465e16fbd1 20:34:48 ---> 167afddeb076 20:34:48 Step 22/23 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:34:48 ---> Running in caabf18a240c 20:34:48 Removing intermediate container a2dba30be2b3 20:34:48 ---> fab797194c5a 20:34:48 Step 27/29 : LABEL arch=arm64 20:34:48 ---> Running in fb6a2c63048b 20:34:48 Removing intermediate container caabf18a240c 20:34:48 ---> 6f318ac9dad7 20:34:48 Step 23/23 : LABEL version=0.0.0 20:34:49 ---> Running in 0b9128198111 20:34:49 Removing intermediate container fb6a2c63048b 20:34:49 ---> aa063277c8ab 20:34:49 Step 28/29 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f 20:34:49 ---> Running in 6fb32ee5235f 20:34:49 Removing intermediate container 0b9128198111 20:34:49 ---> b48127442bbc 20:34:49 20:34:50 Successfully built b48127442bbc 20:34:50 Successfully tagged docker-support-notifications-go-arm64:latest 20:34:50  Building docker-support-notifications-go ... done Removing intermediate container 6fb32ee5235f 20:34:50 ---> f61794c91dd2 20:34:50 Step 29/29 : LABEL version=0.0.0 20:34:50 ---> Running in 72e65068efde 20:34:50 Removing intermediate container 72e65068efde 20:34:50 ---> 85ed54985aef 20:34:50 20:34:51 Successfully built 85ed54985aef 20:34:51 Successfully tagged docker-security-secrets-setup-go-arm64:latest 20:34:51  Building docker-security-secrets-setup-go ... done  [Pipeline] } 20:34:51 $ docker stop --time=1 900072e769c7f5b6f9c8b8b76cca17f62b428ef9d967b93aba4bcb6d6b61bc3d 20:34:53 $ docker rm -f 900072e769c7f5b6f9c8b8b76cca17f62b428ef9d967b93aba4bcb6d6b61bc3d [Pipeline] // withDockerContainer [Pipeline] sh 20:34:53 + + dockergrep images docker 20:34:53 20:34:54 docker-security-secrets-setup-go-arm64 latest 85ed54985aef 3 seconds ago 24.2MB 20:34:54 docker-support-notifications-go-arm64 latest b48127442bbc 4 seconds ago 13.9MB 20:34:54 docker-security-proxy-setup-go-arm64 latest b52d49619352 14 seconds ago 15.8MB 20:34:54 docker-core-command-go-arm64 latest d5aad1e71f33 18 seconds ago 12.4MB 20:34:54 docker-sys-mgmt-agent-go-arm64 latest 4f6e7f84bc3b 24 seconds ago 266MB 20:34:54 docker-core-data-go-arm64 latest d00d1bdc518d 3 minutes ago 22.6MB 20:34:54 docker-security-secretstore-setup-go-arm64 latest 3cd1cfa56abc 3 minutes ago 32.6MB 20:34:54 docker-core-metadata-go-arm64 latest bd2af3119551 3 minutes ago 13.8MB 20:34:54 docker-support-scheduler-go-arm64 latest 5c0b0f8b067c 3 minutes ago 12.6MB 20:34:54 docker-support-logging-go-arm64 latest cf667e4e6f48 4 minutes ago 11.4MB 20:34:54 docker latest ce9d55ae87f1 7 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 20:34:55 provisioning config files... 20:34:55 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config1442190354585125073tmp [Pipeline] { [Pipeline] sh 20:34:56 + curl -s https://codecov.io/bash 20:34:56 + bash -s - -t @/w/workspace/edgex-go/6@tmp/config1442190354585125073tmp [Pipeline] } 20:34:56 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 20:34:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:34:58 ---> package-listing.sh 20:34:58 ++ facter osfamily 20:34:58 ++ tr '[:upper:]' '[:lower:]' 20:34:58 + OS_FAMILY=redhat 20:34:58 + workspace=/w/workspace/edgex-go/6 20:34:58 + START_PACKAGES=/tmp/packages_start.txt 20:34:58 + END_PACKAGES=/tmp/packages_end.txt 20:34:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:34:58 + PACKAGES=/tmp/packages_start.txt 20:34:58 + '[' /w/workspace/edgex-go/6 ']' 20:34:58 + PACKAGES=/tmp/packages_end.txt 20:34:58 + case "${OS_FAMILY}" in 20:34:58 + rpm -qa 20:34:58 + sort 20:35:02 + '[' -f /tmp/packages_start.txt ']' 20:35:02 + '[' -f /tmp/packages_end.txt ']' 20:35:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:35:02 + '[' /w/workspace/edgex-go/6 ']' 20:35:02 + mkdir -p /w/workspace/edgex-go/6/archives/ 20:35:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] isUnix [Pipeline] sh 20:35:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:35:03 20:35:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:35:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:35:03 alpine: Pulling from edgex-lftools-log-publisher 20:35:03 c9b1b535fdd9: Pulling fs layer 20:35:03 2cc5ad85d9ab: Pulling fs layer 20:35:03 756a868c4378: Pulling fs layer 20:35:03 444b2fc9a129: Pulling fs layer 20:35:03 ea15f1150254: Pulling fs layer 20:35:03 41b27a9f41bf: Pulling fs layer 20:35:03 28c525ee5125: Pulling fs layer 20:35:03 094b1ea09ed8: Pulling fs layer 20:35:03 138eaada9080: Pulling fs layer 20:35:03 0622d0fa9048: Pulling fs layer 20:35:03 28c525ee5125: Waiting 20:35:03 094b1ea09ed8: Waiting 20:35:03 138eaada9080: Waiting 20:35:03 0622d0fa9048: Waiting 20:35:03 444b2fc9a129: Waiting 20:35:03 ea15f1150254: Waiting 20:35:03 2cc5ad85d9ab: Verifying Checksum 20:35:03 2cc5ad85d9ab: Download complete 20:35:03 444b2fc9a129: Verifying Checksum 20:35:03 444b2fc9a129: Download complete 20:35:03 c9b1b535fdd9: Verifying Checksum 20:35:04 ea15f1150254: Verifying Checksum 20:35:04 ea15f1150254: Download complete 20:35:04 28c525ee5125: Verifying Checksum 20:35:04 28c525ee5125: Download complete 20:35:04 756a868c4378: Verifying Checksum 20:35:04 756a868c4378: Download complete 20:35:04 c9b1b535fdd9: Pull complete 20:35:04 138eaada9080: Verifying Checksum 20:35:04 138eaada9080: Download complete 20:35:04 0622d0fa9048: Verifying Checksum 20:35:04 0622d0fa9048: Download complete 20:35:04 094b1ea09ed8: Verifying Checksum 20:35:04 094b1ea09ed8: Download complete 20:35:04 2cc5ad85d9ab: Pull complete 20:35:05 41b27a9f41bf: Verifying Checksum 20:35:05 41b27a9f41bf: Download complete 20:35:07 756a868c4378: Pull complete 20:35:07 444b2fc9a129: Pull complete 20:35:07 ea15f1150254: Pull complete 20:35:12 41b27a9f41bf: Pull complete 20:35:12 28c525ee5125: Pull complete 20:35:14 094b1ea09ed8: Pull complete 20:35:14 138eaada9080: Pull complete 20:35:14 0622d0fa9048: Pull complete 20:35:14 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 20:35:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:35:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:35:14 prd-centos7-docker-4c-2g-304 does not seem to be running inside a container 20:35:14 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:10003/edgex-lftools-log-publisher:alpine cat 20:35:20 $ docker top a46cdcfb60842ec3c26b5503c52a2c893bdac27949c993463bd806213d489489 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:35:20 provisioning config files... 20:35:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config7085524484515537416tmp [Pipeline] { [Pipeline] echo 20:35:21 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:35:21 ---> create-netrc.sh [Pipeline] echo 20:35:21 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:35:21 ---> logs-deploy.sh 20:35:21 + ARCHIVE_ARTIFACTS= 20:35:21 + LOGS_SERVER=https://logs.edgexfoundry.org 20:35:21 + '[' https://logs.edgexfoundry.org == None ']' 20:35:21 + NEXUS_URL=https://nexus.edgexfoundry.org 20:35:21 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/6 20:35:21 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2661/6/ 20:35:21 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/6 /w/workspace/edgex-go/6 20:35:22 Archives upload complete. 20:35:22 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2661/6/