Pull request #2625 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 anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 5f58bbf663fa13630c0da133cf0e655e8ffdc207+a7ec3a865ede80db86ffd188b897ddab9785937f (8cad7c5cd16b8060d48387350b58204f338c613f) 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-385 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit 5f58bbf663fa13630c0da133cf0e655e8ffdc207 Merge succeeded, producing 5f58bbf663fa13630c0da133cf0e655e8ffdc207 Checking out Revision 5f58bbf663fa13630c0da133cf0e655e8ffdc207 (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f58bbf663fa13630c0da133cf0e655e8ffdc207 # 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 a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f58bbf663fa13630c0da133cf0e655e8ffdc207 # timeout=10 Commit message: "snapcraft.yaml, many: use setpriv instead of drop" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:27:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:27:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:27:03 ========================================================= 14:27:03 EdgeX Global Pipelines Version Info 14:27:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ff7b7f5aaa042c4a3c3e15a9a884cca004407cc7 # timeout=10 14:27:05 ------------------- 14:27:05 stable info: 14:27:05 ------------------- 14:27:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:27:05 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 14:27:05 Message: update stable to v1.0.106 14:27:06 ------------------- 14:27:06 experimental info: 14:27:06 ------------------- 14:27:06 Commited By: **** collab-it+edgex@linuxfoundation.org 14:27:06 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 14:27:06 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 14:27:08 ++ 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 14:27:08 + for file in '`ls cmd/**/Dockerfile`' 14:27:08 ++ dirname cmd/core-command/Dockerfile 14:27:08 ++ cut -d/ -f2 14:27:08 + echo core-command,cmd/core-command/Dockerfile 14:27:08 + for file in '`ls cmd/**/Dockerfile`' 14:27:08 ++ dirname cmd/core-data/Dockerfile 14:27:08 ++ cut -d/ -f2 14:27:08 + echo core-data,cmd/core-data/Dockerfile 14:27:08 + for file in '`ls cmd/**/Dockerfile`' 14:27:08 ++ dirname cmd/core-metadata/Dockerfile 14:27:08 ++ cut -d/ -f2 14:27:08 + echo core-metadata,cmd/core-metadata/Dockerfile 14:27:08 + for file in '`ls cmd/**/Dockerfile`' 14:27:08 ++ dirname cmd/security-proxy-setup/Dockerfile 14:27:08 ++ cut -d/ -f2 14:27:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:27:08 + for file in '`ls cmd/**/Dockerfile`' 14:27:08 ++ dirname cmd/security-secrets-setup/Dockerfile 14:27:08 ++ cut -d/ -f2 14:27:08 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 14:27:08 + for file in '`ls cmd/**/Dockerfile`' 14:27:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:27:08 ++ cut -d/ -f2 14:27:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:27:08 + for file in '`ls cmd/**/Dockerfile`' 14:27:08 ++ dirname cmd/support-logging/Dockerfile 14:27:08 ++ cut -d/ -f2 14:27:08 + echo support-logging,cmd/support-logging/Dockerfile 14:27:08 + for file in '`ls cmd/**/Dockerfile`' 14:27:08 ++ dirname cmd/support-notifications/Dockerfile 14:27:08 ++ cut -d/ -f2 14:27:08 + echo support-notifications,cmd/support-notifications/Dockerfile 14:27:08 + for file in '`ls cmd/**/Dockerfile`' 14:27:08 ++ dirname cmd/support-scheduler/Dockerfile 14:27:08 ++ cut -d/ -f2 14:27:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:27:08 + for file in '`ls cmd/**/Dockerfile`' 14:27:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:27:08 ++ cut -d/ -f2 14:27:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:27:08 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 14:27:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:27:09 14:27:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:27:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:27:09 latest: Pulling from edgex-devops/git-semver 14:27:09 31603596830f: Pulling fs layer 14:27:09 2a8b12db71e7: Pulling fs layer 14:27:09 6ca5941a6612: Pulling fs layer 14:27:09 ecc8261a40a4: Pulling fs layer 14:27:09 ecc8261a40a4: Waiting 14:27:09 2a8b12db71e7: Verifying Checksum 14:27:09 2a8b12db71e7: Download complete 14:27:09 31603596830f: Verifying Checksum 14:27:09 31603596830f: Download complete 14:27:09 ecc8261a40a4: Verifying Checksum 14:27:09 ecc8261a40a4: Download complete 14:27:09 6ca5941a6612: Verifying Checksum 14:27:09 6ca5941a6612: Download complete 14:27:10 31603596830f: Pull complete 14:27:10 2a8b12db71e7: Pull complete 14:27:11 6ca5941a6612: Pull complete 14:27:11 ecc8261a40a4: Pull complete 14:27:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:27:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:27:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:27:11 prd-centos7-docker-4c-2g-385 does not seem to be running inside a container 14:27:11 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 14:27:14 $ docker top fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:27:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:27:14 [ssh-agent] Looking for ssh-agent implementation... 14:27:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:27:14 $ docker exec fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d ssh-agent 14:27:14 SSH_AUTH_SOCK=/tmp/ssh-o0WGbNr0IYyT/agent.13 14:27:14 SSH_AGENT_PID=18 14:27:14 Running ssh-add (command line suppressed) 14:27:14 Identity added: /w/workspace/edgex-go/18@tmp/private_key_4680637095582888102.key (/w/workspace/edgex-go/18@tmp/private_key_4680637095582888102.key) 14:27:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:27:15 + git describe --exact-match --tags HEAD 14:27:15 fatal: No names found, cannot describe anything. [Pipeline] } 14:27:15 $ docker exec --env ******** --env ******** fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d ssh-agent -k 14:27:15 unset SSH_AUTH_SOCK; 14:27:15 unset SSH_AGENT_PID; 14:27:15 echo Agent pid 18 killed; 14:27:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:27:15 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 14:27:15 This usually means this commit has not been tagged. [Pipeline] sshagent 14:27:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:27:15 [ssh-agent] Looking for ssh-agent implementation... 14:27:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:27:15 $ docker exec fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d ssh-agent 14:27:16 SSH_AUTH_SOCK=/tmp/ssh-ukAgbUb53rE0/agent.49 14:27:16 SSH_AGENT_PID=54 14:27:16 Running ssh-add (command line suppressed) 14:27:16 Identity added: /w/workspace/edgex-go/18@tmp/private_key_2396204830182541485.key (/w/workspace/edgex-go/18@tmp/private_key_2396204830182541485.key) 14:27:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:27:16 + git semver init 14:27:16 # -> Open(): unable to determine branch for HEAD 14:27:16 # $GIT_DIR = /w/workspace/edgex-go/18/.git 14:27:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/18 14:27:16 # $SEMVER_REMOTE_NAME = origin 14:27:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:27:16 # $SEMVER_USER_NAME = edgex-jenkins 14:27:16 # $SEMVER_BRANCH = PR-2625 14:27:16 # $SEMVER_TEMP = /tmp/semver-400640690 14:27:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:27:34 # '/tmp/semver-400640690' -> '/w/workspace/edgex-go/18/.semver' 14:27:34 # -> Force: false 14:27:34 # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } 14:27:34 $ docker exec --env ******** --env ******** fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d ssh-agent -k 14:27:34 unset SSH_AUTH_SOCK; 14:27:34 unset SSH_AGENT_PID; 14:27:34 echo Agent pid 54 killed; 14:27:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:27:35 + git semver [Pipeline] } 14:27:35 $ docker stop --time=1 fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d 14:27:37 $ docker rm -f fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 14:27:50 Stashed 34 file(s) [Pipeline] echo 14:27:50 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 14:27:50 ========================================================= 14:27:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 14:27:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:27:51 + 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 . 14:27:54 Sending build context to Docker daemon 323MB 14:27:54 Step 1/7 : ARG BASE=golang:1.13-alpine 14:27:54 Step 2/7 : FROM ${BASE} 14:27:54 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 14:27:54 df20fa9351a1: Pulling fs layer 14:27:54 ed8968b2872e: Pulling fs layer 14:27:54 a92cc7c5fd73: Pulling fs layer 14:27:54 2dd03ba5bac4: Pulling fs layer 14:27:54 1e091d79d1de: Pulling fs layer 14:27:54 481702a1767f: Pulling fs layer 14:27:54 f64a6f60c768: Pulling fs layer 14:27:54 e78d2573fc39: Pulling fs layer 14:27:54 e876d2f968b6: Pulling fs layer 14:27:54 ce8a83651883: Pulling fs layer 14:27:54 07967f4d0e4b: Pulling fs layer 14:27:54 2dd03ba5bac4: Waiting 14:27:54 1e091d79d1de: Waiting 14:27:54 481702a1767f: Waiting 14:27:54 f64a6f60c768: Waiting 14:27:54 e78d2573fc39: Waiting 14:27:54 e876d2f968b6: Waiting 14:27:54 ce8a83651883: Waiting 14:27:54 07967f4d0e4b: Waiting 14:27:54 a92cc7c5fd73: Verifying Checksum 14:27:54 a92cc7c5fd73: Download complete 14:27:54 ed8968b2872e: Verifying Checksum 14:27:54 ed8968b2872e: Download complete 14:27:54 1e091d79d1de: Verifying Checksum 14:27:54 1e091d79d1de: Download complete 14:27:54 481702a1767f: Verifying Checksum 14:27:54 481702a1767f: Download complete 14:27:54 df20fa9351a1: Verifying Checksum 14:27:54 df20fa9351a1: Download complete 14:27:54 df20fa9351a1: Pull complete 14:27:55 f64a6f60c768: Verifying Checksum 14:27:55 f64a6f60c768: Download complete 14:27:55 e876d2f968b6: Verifying Checksum 14:27:55 e876d2f968b6: Download complete 14:27:55 2dd03ba5bac4: Verifying Checksum 14:27:55 2dd03ba5bac4: Download complete 14:27:55 07967f4d0e4b: Verifying Checksum 14:27:55 07967f4d0e4b: Download complete 14:27:55 e78d2573fc39: Verifying Checksum 14:27:55 e78d2573fc39: Download complete 14:27:56 ce8a83651883: Verifying Checksum 14:27:56 ce8a83651883: Download complete 14:27:57 ed8968b2872e: Pull complete 14:27:57 a92cc7c5fd73: Pull complete 14:28:02 2dd03ba5bac4: Pull complete 14:28:02 1e091d79d1de: Pull complete 14:28:02 481702a1767f: Pull complete 14:28:05 Still waiting to schedule task 14:28:05 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-384’ 14:28:07 f64a6f60c768: Pull complete 14:28:10 e78d2573fc39: Pull complete 14:28:10 e876d2f968b6: Pull complete 14:28:11 ce8a83651883: Pull complete 14:28:11 07967f4d0e4b: Pull complete 14:28:11 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 14:28:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 14:28:11 ---> 5d7c900382c6 14:28:11 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 14:28:12 ---> Running in b0cea6ac7e11 14:28:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:28:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:28:14 (1/12) Installing libmagic (5.38-r0) 14:28:14 (2/12) Installing file (5.38-r0) 14:28:14 (3/12) Installing libc-dev (0.7.2-r3) 14:28:14 (4/12) Installing g++ (9.3.0-r2) 14:28:16 (5/12) Installing fortify-headers (1.1-r0) 14:28:16 (6/12) Installing patch (2.7.6-r6) 14:28:16 (7/12) Installing build-base (0.5-r2) 14:28:16 (8/12) Installing libsodium (1.0.18-r0) 14:28:16 (9/12) Installing pkgconf (1.7.2-r0) 14:28:16 (10/12) Installing libsodium-dev (1.0.18-r0) 14:28:16 (11/12) Installing libzmq (4.3.2-r0) 14:28:17 (12/12) Installing zeromq-dev (4.3.2-r0) 14:28:17 Executing busybox-1.31.1-r16.trigger 14:28:17 OK: 233 MiB in 51 packages 14:28:20 Removing intermediate container b0cea6ac7e11 14:28:20 ---> deb6bbb783ab 14:28:20 Step 4/7 : WORKDIR /edgex-go 14:28:20 ---> Running in 894c99d7ae68 14:28:20 Removing intermediate container 894c99d7ae68 14:28:20 ---> 5a7b17f0e677 14:28:20 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:28:20 latest: Pulling from library/docker 14:28:21 df20fa9351a1: Already exists 14:28:21 25ad7478873d: Pulling fs layer 14:28:21 4684f6177b5d: Pulling fs layer 14:28:21 46e300cec669: Pulling fs layer 14:28:21 63038576ad94: Pulling fs layer 14:28:21 0fdb76c4706c: Pulling fs layer 14:28:21 cb7edeffdfd5: Pulling fs layer 14:28:21 63038576ad94: Waiting 14:28:21 0fdb76c4706c: Waiting 14:28:21 cb7edeffdfd5: Waiting 14:28:21 4684f6177b5d: Verifying Checksum 14:28:21 4684f6177b5d: Download complete 14:28:21 25ad7478873d: Verifying Checksum 14:28:21 25ad7478873d: Download complete 14:28:21 63038576ad94: Verifying Checksum 14:28:21 63038576ad94: Download complete 14:28:21 cb7edeffdfd5: Verifying Checksum 14:28:21 cb7edeffdfd5: Download complete 14:28:21 25ad7478873d: Pull complete 14:28:21 4684f6177b5d: Pull complete 14:28:21 0fdb76c4706c: Verifying Checksum 14:28:21 0fdb76c4706c: Download complete 14:28:22 46e300cec669: Verifying Checksum 14:28:22 46e300cec669: Download complete 14:28:24 46e300cec669: Pull complete 14:28:24 63038576ad94: Pull complete 14:28:24 0fdb76c4706c: Pull complete 14:28:24 cb7edeffdfd5: Pull complete 14:28:24 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 14:28:24 Status: Downloaded newer image for docker:latest 14:28:26 ---> 61386fb331a5 14:28:26 Step 6/7 : COPY go.mod . 14:28:26 ---> b11e6d930a7b 14:28:26 Step 7/7 : RUN go mod download 14:28:26 ---> Running in 0140fe202e3e 14:28:34 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:28:34 go: finding github.com/BurntSushi/toml v0.3.1 14:28:34 go: finding github.com/OneOfOne/xxhash v1.2.5 14:28:34 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:28:34 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:28:34 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 14:28:34 go: finding github.com/bgentry/speakeasy v0.1.0 14:28:34 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 14:28:34 go: finding github.com/cloudflare/gokey v0.1.0 14:28:34 go: finding github.com/davecgh/go-spew v1.1.1 14:28:34 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:28:34 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 14:28:34 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 14:28:34 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 14:28:34 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 14:28:34 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 14:28:34 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 14:28:34 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 14:28:34 go: finding github.com/fatih/color v1.7.0 14:28:34 go: finding github.com/fsnotify/fsnotify v1.4.7 14:28:35 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:28:35 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 14:28:35 go: finding github.com/go-kit/kit v0.8.0 14:28:35 go: finding github.com/go-logfmt/logfmt v0.4.0 14:28:35 go: finding github.com/go-redis/redis/v7 v7.2.0 14:28:35 go: finding github.com/go-stack/stack v1.8.0 14:28:35 go: finding github.com/golang/protobuf v1.3.2 14:28:35 go: finding github.com/gomodule/redigo v2.0.0+incompatible 14:28:35 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 14:28:35 go: finding github.com/google/uuid v1.1.0 14:28:35 go: finding github.com/gorilla/mux v1.7.1 14:28:35 go: finding github.com/hashicorp/consul/api v1.1.0 14:28:35 go: finding github.com/hashicorp/consul/sdk v0.1.1 14:28:35 go: finding github.com/hashicorp/errwrap v1.0.0 14:28:35 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 14:28:35 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:28:35 go: finding github.com/hashicorp/go-msgpack v0.5.3 14:28:35 go: finding github.com/hashicorp/go-multierror v1.0.0 14:28:35 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:28:35 go: finding github.com/hashicorp/go-sockaddr v1.0.0 14:28:35 go: finding github.com/hashicorp/go-syslog v1.0.0 14:28:35 go: finding github.com/hashicorp/go-uuid v1.0.1 14:28:35 go: finding github.com/hashicorp/go.net v0.0.1 14:28:35 go: finding github.com/hashicorp/golang-lru v0.5.0 14:28:35 go: finding github.com/hashicorp/logutils v1.0.0 14:28:35 go: finding github.com/hashicorp/mdns v1.0.0 14:28:35 go: finding github.com/hashicorp/memberlist v0.1.3 14:28:36 go: finding github.com/hashicorp/serf v0.8.2 14:28:36 go: finding github.com/hpcloud/tail v1.0.0 14:28:36 go: finding github.com/imdario/mergo v0.3.6 14:28:36 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:28:36 go: finding github.com/kr/pretty v0.1.0 14:28:36 go: finding github.com/kr/pty v1.1.1 14:28:36 go: finding github.com/kr/text v0.1.0 14:28:36 go: finding github.com/mattn/go-colorable v0.0.9 14:28:36 go: finding github.com/mattn/go-isatty v0.0.3 14:28:36 go: finding github.com/miekg/dns v1.0.14 14:28:36 go: finding github.com/mitchellh/cli v1.0.0 14:28:36 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:28:36 go: finding github.com/mitchellh/copystructure v1.0.0 14:28:36 go: finding github.com/mitchellh/go-homedir v1.0.0 14:28:36 go: finding github.com/mitchellh/go-testing-interface v1.0.0 14:28:36 go: finding github.com/mitchellh/gox v0.4.0 14:28:36 go: finding github.com/mitchellh/iochan v1.0.0 14:28:36 go: finding github.com/mitchellh/mapstructure v1.1.2 14:28:36 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:28:36 go: finding github.com/onsi/ginkgo v1.10.1 14:28:37 go: finding github.com/onsi/gomega v1.7.0 14:28:37 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 14:28:37 go: finding github.com/pebbe/zmq4 v1.0.0 14:28:37 go: finding github.com/pelletier/go-toml v1.2.0 14:28:37 go: finding github.com/pkg/errors v0.8.1 14:28:37 go: finding github.com/pmezard/go-difflib v1.0.0 14:28:37 go: finding github.com/posener/complete v1.1.1 14:28:37 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:28:37 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 14:28:37 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:28:37 go: finding github.com/stretchr/objx v0.1.0 14:28:37 go: finding github.com/stretchr/testify v1.5.1 14:28:37 go: finding github.com/ugorji/go v1.1.4 14:28:37 go: finding github.com/x448/float16 v0.8.4 14:28:37 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 14:28:37 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 14:28:37 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:28:37 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 14:28:37 go: finding golang.org/x/text v0.3.2 14:28:37 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 14:28:37 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 14:28:37 go: finding gopkg.in/eapache/queue.v1 v1.1.0 14:28:37 go: finding gopkg.in/fsnotify.v1 v1.4.7 14:28:37 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 14:28:37 go: finding gopkg.in/yaml.v2 v2.2.8 14:28:52 Removing intermediate container 0140fe202e3e 14:28:52 ---> ae10965ce422 14:28:52 Successfully built ae10965ce422 14:28:52 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 14:28:53 + docker inspect -f . ci-base-image-x86_64 14:28:53 . [Pipeline] withDockerContainer 14:28:53 prd-centos7-docker-4c-2g-385 does not seem to be running inside a container 14:28:53 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 14:28:54 $ docker top 4d954fab3cf3729ec2e4020e85dbf6e46c555f94d168e4efd37eb200c1376309 -eo pid,comm [Pipeline] { [Pipeline] sh 14:28:54 + go version 14:28:54 go version go1.13.13 linux/amd64 [Pipeline] echo 14:28:54 ========================================================= 14:28:54 [edgeXBuildGoParallel] Running Tests and Build... 14:28:54 ========================================================= [Pipeline] sh 14:28:55 + make test 14:28:55 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:28:57 ? github.com/edgexfoundry/edgex-go [no test files] 14:29:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:29:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:29:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:29:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:29:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:29:12 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.013s 14:29:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 14:29:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:29:12 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 14:29:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:29:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:29:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:29:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:29:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:29:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.025s coverage: 46.6% of statements 14:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.109s coverage: 27.3% of statements 14:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 14:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements 14:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.121s coverage: 28.6% of statements 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.009s coverage: 100.0% of statements 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 89.8% of statements 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.017s coverage: 100.0% of statements 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:29:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:29:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.004s coverage: 58.8% of statements 14:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.058s coverage: 63.5% of statements 14:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements 14:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.071s coverage: 55.9% of statements 14:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 14:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 14:29:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.789s coverage: 86.3% of statements 14:29:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 14:29:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.257s coverage: 72.2% of statements 14:29:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.101s coverage: 72.1% of statements 14:29:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.017s coverage: 82.4% of statements 14:29:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements 14:29:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 14:29:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 14:29:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 14:29:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements 14:29:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 14:29:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.031s coverage: 96.8% of statements 14:29:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 14:29:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.039s coverage: 26.9% of statements 14:29:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:29:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:29:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.116s coverage: 84.1% of statements 14:29:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.024s coverage: 100.0% of statements 14:29:29 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.016s coverage: 42.9% of statements 14:29:29 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 14:29:29 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 14:29:29 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.008s coverage: 100.0% of statements 14:29:29 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 14:29:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.012s coverage: 83.8% of statements 14:29:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 14:29:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.021s coverage: 46.1% of statements 14:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:29:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.029s coverage: 100.0% of statements 14:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:29:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.023s coverage: 100.0% of statements 14:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:29:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 14:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:29:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.046s coverage: 29.1% of statements 14:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:29:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.020s coverage: 99.0% of statements 14:29:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:29:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.015s coverage: 100.0% of statements 14:29:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:29:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 14:29:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:29:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.009s coverage: 100.0% of statements 14:29:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:29:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:29:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:29:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:29:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements 14:29:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:29:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:29:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements 14:29:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 14:29:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 14:29:35 GO111MODULE=on go vet ./... 14:29:40 gofmt -l . 14:29:41 [ "`gofmt -l .`" = "" ] 14:29:41 ./bin/test-go-mod-tidy.sh 14:29:42 ./bin/test-attribution-txt.sh [Pipeline] sh 14:29:43 + ls -al . 14:29:43 total 552 14:29:43 drwxrwxr-x 10 1001 1001 4096 Aug 18 14:29 . 14:29:43 drwxr-xr-x 4 root root 30 Aug 18 14:28 .. 14:29:43 -rw-rw-r-- 1 1001 1001 11 Aug 18 14:26 .dockerignore 14:29:43 drwxrwxr-x 8 1001 1001 179 Aug 18 14:27 .git 14:29:43 drwxrwxr-x 3 1001 1001 60 Aug 18 14:26 .github 14:29:43 -rw-rw-r-- 1 1001 1001 932 Aug 18 14:26 .gitignore 14:29:43 drwx------ 3 1001 1001 47 Aug 18 14:27 .semver 14:29:43 -rw-rw-r-- 1 1001 1001 166 Aug 18 14:26 .sonarcloud.properties 14:29:43 -rw-rw-r-- 1 1001 1001 3804 Aug 18 14:26 CONTRIBUTING.md 14:29:43 -rw-rw-r-- 1 1001 1001 1035 Aug 18 14:26 Dockerfile.build 14:29:43 -rw-rw-r-- 1 1001 1001 865 Aug 18 14:26 Jenkinsfile 14:29:43 -rw-rw-r-- 1 1001 1001 10775 Aug 18 14:26 LICENSE 14:29:43 -rw-rw-r-- 1 1001 1001 6237 Aug 18 14:26 Makefile 14:29:43 -rw-rw-r-- 1 1001 1001 5652 Aug 18 14:26 README.md 14:29:43 -rw-rw-r-- 1 1001 1001 259 Aug 18 14:26 SECURITY.md 14:29:43 -rw-rw-r-- 1 1001 1001 5 Aug 18 14:27 VERSION 14:29:43 -rw-rw-r-- 1 1001 1001 4131 Aug 18 14:26 ZMQWindows.md 14:29:43 drwxrwxr-x 2 1001 1001 117 Aug 18 14:26 bin 14:29:43 drwxrwxr-x 15 1001 1001 4096 Aug 18 14:26 cmd 14:29:43 -rw-r--r-- 1 root root 455803 Aug 18 14:29 coverage.out 14:29:43 -rw-r--r-- 1 root root 1019 Aug 18 14:29 go.mod 14:29:43 -rw-r--r-- 1 root root 18146 Aug 18 14:29 go.sum 14:29:43 drwxrwxr-x 8 1001 1001 127 Aug 18 14:26 internal 14:29:43 drwxrwxr-x 4 1001 1001 26 Aug 18 14:26 openapi 14:29:43 drwxrwxr-x 4 1001 1001 71 Aug 18 14:26 snap 14:29:43 -rw-rw-r-- 1 1001 1001 168 Aug 18 14:26 version.go [Pipeline] sh 14:29:43 + '[' -e coverage.out ] 14:29:43 + chown 1001:1001 coverage.out [Pipeline] stash 14:29:43 Stashed 1 file(s) [Pipeline] sh 14:29:44 + make build 14:29: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 14:29:50 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 14:29:52 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 14:29:54 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 14:29:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:29:58 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 14:29:58 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 14:30:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:30:03 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 14:30:04 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 14: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 14:30:07 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 14:30:08 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] } 14:30:09 $ docker stop --time=1 4d954fab3cf3729ec2e4020e85dbf6e46c555f94d168e4efd37eb200c1376309 14:30:11 $ docker rm -f 4d954fab3cf3729ec2e4020e85dbf6e46c555f94d168e4efd37eb200c1376309 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:30:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:30:14 14:30:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:30:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:30:14 latest: Pulling from edgex-devops/edgex-compose 14:30:14 cbdbe7a5bc2a: Pulling fs layer 14:30:14 ca9280d653b3: Pulling fs layer 14:30:14 7e9c9ca2126c: Pulling fs layer 14:30:14 cbdbe7a5bc2a: Verifying Checksum 14:30:14 cbdbe7a5bc2a: Download complete 14:30:15 ca9280d653b3: Verifying Checksum 14:30:15 ca9280d653b3: Download complete 14:30:15 cbdbe7a5bc2a: Pull complete 14:30:15 7e9c9ca2126c: Download complete 14:30:16 ca9280d653b3: Pull complete 14:30:22 7e9c9ca2126c: Pull complete 14:30:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:30:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:30:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:30:22 prd-centos7-docker-4c-2g-385 does not seem to be running inside a container 14:30:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 14:30:25 $ docker top 3726a29027598ebcfae9ae6335d1d2c926394548e5113c5c2bee4de1c39c0a20 -eo pid,comm [Pipeline] { [Pipeline] sh 14:30:26 + docker-compose build --help 14:30:26 + grep parallel 14:30:27 --parallel Build images in parallel. [Pipeline] } 14:30:27 $ docker stop --time=1 3726a29027598ebcfae9ae6335d1d2c926394548e5113c5c2bee4de1c39c0a20 14:30:28 $ docker rm -f 3726a29027598ebcfae9ae6335d1d2c926394548e5113c5c2bee4de1c39c0a20 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:30:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:30:29 . [Pipeline] withDockerContainer 14:30:29 prd-centos7-docker-4c-2g-385 does not seem to be running inside a container 14:30:29 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 14:30:29 $ docker top f0c360f5cd096c24737f0ade2627c8a71b1b8e877b37ba8312e843271d8291f6 -eo pid,comm [Pipeline] { [Pipeline] sh 14:30:30 + docker-compose -f ./docker-compose-build.yml build --parallel 14:30:31 Building docker-core-command-go ... 14:30:31 Building docker-core-data-go ... 14:30:31 Building docker-core-metadata-go ... 14:30:31 Building docker-security-proxy-setup-go ... 14:30:31 Building docker-security-secrets-setup-go ... 14:30:31 Building docker-security-secretstore-setup-go ... 14:30:31 Building docker-support-logging-go ... 14:30:31 Building docker-support-notifications-go ... 14:30:31 Building docker-support-scheduler-go ... 14:30:31 Building docker-sys-mgmt-agent-go ... 14:30:31 Building docker-security-proxy-setup-go 14:30:31 Building docker-support-logging-go 14:30:31 Building docker-sys-mgmt-agent-go 14:30:31 Building docker-security-secretstore-setup-go 14:30:31 Building docker-core-data-go 14:30:58 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 14:30:58 14:30:58 Step 2/20 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder 14:30:58 14:30:58 ---> ae10965ce422 14:30:58 Step 3/20 : WORKDIR /edgex-go 14:30:58 ---> ae10965ce422 14:30:58 Step 3/26 : WORKDIR /edgex-go 14:30:58 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 14:30:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:30:58 ---> ae10965ce422 14:30:58 Step 3/22 : WORKDIR /edgex-go 14:30:58 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 14:30:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:30:58 ---> ae10965ce422 14:30:58 Step 3/26 : WORKDIR /edgex-go 14:30:58 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 14:30:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:30:58 ---> ae10965ce422 14:30:58 Step 3/21 : WORKDIR /edgex-go 14:30:58 ---> Running in 2e81c9e135b2 14:30:58 ---> Running in bf0d7859fb94 14:30:58 ---> Running in a2b618be4f80 14:30:58 ---> Running in c78ed08c8a32 14:30:58 ---> Running in 5cfaf4fefcde 14:30:58 Removing intermediate container a2b618be4f80 14:30:58 ---> 72c77ee332cb 14:30:58 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:30:58 Removing intermediate container 5cfaf4fefcde 14:30:58 ---> 0006ba7de238 14:30:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:30:58 Removing intermediate container c78ed08c8a32 14:30:58 ---> e09d2cc522e8 14:30:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:30:58 Removing intermediate container bf0d7859fb94 14:30:58 ---> 75244335e3cd 14:30:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:30:58 Removing intermediate container 2e81c9e135b2 14:30:58 ---> 30afdf6f0f53 14:30:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:30:58 ---> Running in 8d4b12c537a4 14:30:58 ---> Running in 989d38bb28ed 14:30:58 ---> Running in e7d7f1dab8c7 14:30:58 ---> Running in 4e975eee15f4 14:30:58 ---> Running in 47794444a3f6 14:30:59 Removing intermediate container 8d4b12c537a4 14:30:59 ---> 59a0bad941dc 14:30:59 Step 5/20 : RUN apk update && apk add make git 14:30:59 Removing intermediate container 989d38bb28ed 14:30:59 ---> f1cef82909e3 14:30:59 Step 5/21 : RUN apk update && apk add make && apk add bash git 14:30:59 ---> Running in 796edc16624e 14:30:59 ---> Running in 77284ebf23d9 14:30:59 Removing intermediate container e7d7f1dab8c7 14:30:59 ---> 422b59df702e 14:30:59 Step 5/26 : RUN apk update && apk add make bash git 14:30:59 Removing intermediate container 4e975eee15f4 14:30:59 ---> 30743ef40809 14:30:59 Step 5/26 : RUN apk update && apk add make git 14:31:00 Removing intermediate container 47794444a3f6 14:31:00 ---> dfbfdb4ac82b 14:31:00 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 14:31:00 ---> Running in 09bbe20710da 14:31:00 ---> Running in d32fda5c90c3 14:31:00 ---> Running in 798e65ad2cf4 14:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:01 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:31:01 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:31:01 OK: 12746 distinct packages available 14:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:01 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:31:01 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:31:01 OK: 12746 distinct packages available 14:31:02 OK: 233 MiB in 51 packages 14:31:02 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:31:02 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:31:02 OK: 12746 distinct packages available 14:31:02 OK: 233 MiB in 51 packages 14:31:02 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:31:02 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:31:02 OK: 12746 distinct packages available 14:31:02 OK: 233 MiB in 51 packages 14:31:02 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:31:02 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:31:02 OK: 12746 distinct packages available 14:31:02 OK: 233 MiB in 51 packages 14:31:02 OK: 233 MiB in 51 packages 14:31:02 OK: 233 MiB in 51 packages 14:31:03 Removing intermediate container 796edc16624e 14:31:03 ---> 8efcf419283f 14:31:03 Step 6/20 : COPY go.mod . 14:31:03 ---> 65eaf3227c5c 14:31:03 Step 7/20 : RUN go mod download 14:31:03 Removing intermediate container 09bbe20710da 14:31:03 ---> 70b30fad291f 14:31:03 Step 6/26 : COPY go.mod . 14:31:03 ---> Running in 806138797db3 14:31:03 Removing intermediate container 77284ebf23d9 14:31:03 ---> 5b3b447e76ec 14:31:03 Step 6/21 : COPY go.mod . 14:31:03 Removing intermediate container d32fda5c90c3 14:31:03 ---> 4936ae2684da 14:31:03 Step 6/26 : COPY go.mod . 14:31:04 Removing intermediate container 798e65ad2cf4 14:31:04 ---> a30fe6581487 14:31:04 Step 6/22 : COPY go.mod . 14:31:04 ---> e08e888d92ef 14:31:04 Step 7/26 : RUN go mod download 14:31:04 ---> Running in 7e33446d0cf7 14:31:04 ---> c971f61b8821 14:31:04 Step 7/21 : RUN go mod download 14:31:04 ---> c0b93cd5589f 14:31:04 Step 7/26 : RUN go mod download 14:31:04 ---> baa824f415c3 14:31:04 Step 7/22 : RUN go mod download 14:31:04 ---> Running in 77b824140432 14:31:05 ---> Running in 464994e0e1ae 14:31:05 ---> Running in 6bead293cf13 14:31:05 Removing intermediate container 806138797db3 14:31:05 ---> 51f3a73e052c 14:31:05 Step 8/20 : COPY . . 14:31:06 Removing intermediate container 7e33446d0cf7 14:31:06 ---> d5561692d298 14:31:06 Step 8/26 : COPY . . 14:31:11 Removing intermediate container 77b824140432 14:31:11 ---> 67811e556093 14:31:11 Step 8/26 : COPY . . 14:31:14 Removing intermediate container 464994e0e1ae 14:31:14 ---> 9fda4745cd3f 14:31:14 Step 8/21 : COPY . . 14:31:15 Removing intermediate container 6bead293cf13 14:31:15 ---> f5b79297a7a1 14:31:15 Step 8/22 : COPY . . 14:31:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-386 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws 14:31:37 Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout 14:31:41 using credential edgex-jenkins-ssh 14:31:41 Cloning the remote Git repository 14:31:41 Cloning with configured refspecs honoured and without tags 14:31:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:31:42 > git init /w/workspace/edgex-go/18 # timeout=10 14:31:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:31:42 > git --version # timeout=10 14:31:42 using GIT_SSH to set credentials SSH Credentials for GitHub 14:31:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:31:48 ---> ca66ba79a180 14:31:48 ---> ff91e6068e2e 14:31:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:31:48 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 14:31:48 ---> ff487c182e84 14:31:48 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 14:31:48 ---> Running in 841fca2dbc30 14:31:48 ---> Running in 40dd5990265b 14:31:48 ---> Running in 27cefc219c3d 14:31:48 ---> ea337cfbd115 14:31:48 Step 9/21 : RUN make cmd/support-logging/support-logging 14:31:48 ---> 54f422a680cd 14:31:48 Step 9/22 : RUN make cmd/core-data/core-data 14:31:48 ---> Running in d3eac748acaf 14:31:48 ---> Running in ca37399a2dde 14:31:48 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 14:31:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:31:48 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 14:31: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 14:31:48 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 14:31:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:31:59 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 14:31:59 Fetching without tags 14:32:00 Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit 5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:32:00 Merge succeeded, producing 5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:32:00 Checking out Revision 5f58bbf663fa13630c0da133cf0e655e8ffdc207 (PR-2625) 14:31:59 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:31:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:31:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:31:59 using GIT_SSH to set credentials SSH Credentials for GitHub 14:31:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:32:00 > git config core.sparsecheckout # timeout=10 14:32:00 > git checkout -f 5f58bbf663fa13630c0da133cf0e655e8ffdc207 # timeout=10 14:32:00 > git remote # timeout=10 14:32:00 > git config --get remote.origin.url # timeout=10 14:32:00 using GIT_SSH to set credentials SSH Credentials for GitHub 14:32:00 > git merge a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 14:32:00 > git rev-parse HEAD^{commit} # timeout=10 14:32:00 > git config core.sparsecheckout # timeout=10 14:32:00 > git checkout -f 5f58bbf663fa13630c0da133cf0e655e8ffdc207 # timeout=10 14:32:04 Commit message: "snapcraft.yaml, many: use setpriv instead of drop" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 14:32:14 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 [Pipeline] echo 14:32:16 ========================================================= 14:32:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 14:32:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:32:16 Removing intermediate container 27cefc219c3d 14:32:16 ---> 25d6ec53d3b5 14:32:16 14:32:16 Step 10/20 : FROM alpine 14:32:17 latest: Pulling from library/alpine 14:32:17 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 14:32:17 Status: Downloaded newer image for alpine:latest 14:32:17 ---> a24bb4013296 14:32:17 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 14:32:17 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 14:32:21 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 14:32:21 ---> Running in 92d4eccc00b8 14:32:21 Sending build context to Docker daemon 323MB 14:32:21 Step 1/7 : ARG BASE=golang:1.13-alpine 14:32:21 Step 2/7 : FROM ${BASE} 14:32:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:32:21 b538f80385f9: Pulling fs layer 14:32:21 74f711af9a0d: Pulling fs layer 14:32:21 99f96fe45779: Pulling fs layer 14:32:21 fd7a069fd194: Pulling fs layer 14:32:21 66aa3694b03b: Pulling fs layer 14:32:21 170f70906a0f: Pulling fs layer 14:32:21 fd7a069fd194: Waiting 14:32:21 ad7c5574e4b9: Pulling fs layer 14:32:21 66aa3694b03b: Waiting 14:32:21 170f70906a0f: Waiting 14:32:21 e772456be8f7: Pulling fs layer 14:32:21 c890913d741a: Pulling fs layer 14:32:21 2480fcc9aa5a: Pulling fs layer 14:32:21 09adf4765672: Pulling fs layer 14:32:21 ad7c5574e4b9: Waiting 14:32:21 e772456be8f7: Waiting 14:32:21 2480fcc9aa5a: Waiting 14:32:21 09adf4765672: Waiting 14:32:21 c890913d741a: Waiting 14:32:21 99f96fe45779: Download complete 14:32:21 74f711af9a0d: Verifying Checksum 14:32:21 74f711af9a0d: Download complete 14:32:21 66aa3694b03b: Verifying Checksum 14:32:21 66aa3694b03b: Download complete 14:32:21 b538f80385f9: Verifying Checksum 14:32:21 b538f80385f9: Download complete 14:32:21 Removing intermediate container 841fca2dbc30 14:32:21 ---> 733d6fdb3dc8 14:32:21 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:32:22 170f70906a0f: Verifying Checksum 14:32:22 170f70906a0f: Download complete 14:32:22 Removing intermediate container ca37399a2dde 14:32:22 ---> 32f0a393294b 14:32:22 14:32:22 Step 10/21 : FROM scratch 14:32:22 ---> 14:32:22 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:32:22 ---> Running in e81890946716 14:32:22 ---> Running in 812ffe7430a7 14:32:22 b538f80385f9: Pull complete 14:32:23 74f711af9a0d: Pull complete 14:32:23 99f96fe45779: Pull complete 14:32:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:32:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:32:24 Removing intermediate container 812ffe7430a7 14:32:24 ---> 39160fa29840 14:32:24 Step 12/21 : ENV APP_PORT=48061 14:32:24 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 14:32:24 ---> Running in bde0e2b338df 14:32:24 Removing intermediate container bde0e2b338df 14:32:24 ---> fc4f37095ef5 14:32:24 Step 13/21 : EXPOSE $APP_PORT 14:32:24 ---> Running in b32722238d8e 14:32:24 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:32:24 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:32:24 OK: 12746 distinct packages available 14:32:24 Removing intermediate container b32722238d8e 14:32:24 ---> 37edac981ac9 14:32:24 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 14:32:25 ad7c5574e4b9: Verifying Checksum 14:32:25 ad7c5574e4b9: Download complete 14:32:25 c890913d741a: Verifying Checksum 14:32:25 c890913d741a: Download complete 14:32:25 (1/4) Installing ca-certificates (20191127-r4) 14:32:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:32:25 (3/4) Installing libcurl (7.69.1-r0) 14:32:25 (4/4) Installing curl (7.69.1-r0) 14:32:25 Executing busybox-1.31.1-r16.trigger 14:32:25 Executing ca-certificates-20191127-r4.trigger 14:32:25 OK: 7 MiB in 18 packages 14:32:25 ---> 28453710cb70 14:32:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 14:32:26 2480fcc9aa5a: Download complete 14:32:26 09adf4765672: Verifying Checksum 14:32:26 09adf4765672: Download complete 14:32:27 e772456be8f7: Download complete 14:32:27 fd7a069fd194: Verifying Checksum 14:32:27 fd7a069fd194: Download complete 14:32:27 ---> e9aa67131088 14:32:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 14:32:27 Removing intermediate container 40dd5990265b 14:32:27 ---> 7f274904ed15 14:32:27 14:32:27 Step 10/26 : FROM alpine:3.10 14:32:27 Removing intermediate container d3eac748acaf 14:32:27 ---> 40839a658e42 14:32:27 14:32:27 Step 10/22 : FROM alpine 14:32:27 ---> a24bb4013296 14:32:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:32:28 3.10: Pulling from library/alpine 14:32:28 ---> Running in 30972547180c 14:32:28 Removing intermediate container e81890946716 14:32:28 ---> fffb217c9cd3 14:32:28 14:32:28 Step 11/26 : FROM docker:latest 14:32:28 ---> 81f5749c9058 14:32:28 Step 12/26 : RUN apk add --no-cache bash 14:32:28 Removing intermediate container 92d4eccc00b8 14:32:28 ---> fe80885dc0c8 14:32:28 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:32:28 ---> 9a06ae8d6ca6 14:32:28 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 14:32:28 ---> Running in d9b6e4e409ba 14:32:28 ---> Running in da3e0487dda2 14:32:28 Removing intermediate container 30972547180c 14:32:28 ---> 021fafca4c2d 14:32:28 Step 12/22 : ENV APP_PORT=48080 14:32:29 ---> Running in 07dbb1d67a64 14:32:29 ---> 19c303684603 14:32:29 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:32:29 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 14:32:29 Removing intermediate container d9b6e4e409ba 14:32:29 ---> e86ef1b4985b 14:32:29 Step 13/20 : WORKDIR /edgex 14:32:29 Status: Downloaded newer image for alpine:3.10 14:32:30 ---> be4e4bea2c2e 14:32:30 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 14:32:30 ---> Running in 5822d1f09a1a 14:32:30 Removing intermediate container 07dbb1d67a64 14:32:30 ---> 9ce920b85a36 14:32:30 Step 13/22 : EXPOSE $APP_PORT 14:32:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:32:30 ---> Running in d776374002d7 14:32:30 ---> Running in 45164166402f 14:32:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:32:30 ---> Running in ebc0eb40cc4a 14:32:30 (1/2) Installing readline (8.0.4-r0) 14:32:30 (2/2) Installing bash (5.0.17-r0) 14:32:30 Executing bash-5.0.17-r0.post-install 14:32:30 Executing busybox-1.31.1-r16.trigger 14:32:30 OK: 12 MiB in 22 packages 14:32:30 Removing intermediate container 5822d1f09a1a 14:32:30 ---> 03654f1b4363 14:32:30 Step 19/21 : LABEL arch=x86_64 14:32:30 Removing intermediate container d776374002d7 14:32:30 ---> 64dd15ec986d 14:32:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:32:30 ---> Running in 505e868b9ee2 14:32:30 Removing intermediate container ebc0eb40cc4a 14:32:30 ---> 31f002949c11 14:32:30 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:32:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 14:32:31 ---> Running in 53f683529729 14:32:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 14:32:31 Removing intermediate container 505e868b9ee2 14:32:31 ---> fc463fe6501c 14:32:31 Step 20/21 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:32:31 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 14:32:31 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 14:32:31 OK: 10346 distinct packages available 14:32:31 ---> e249aaa5cdf6 14:32:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:32:31 (1/5) Installing ca-certificates (20191127-r2) 14:32:31 Removing intermediate container da3e0487dda2 14:32:31 ---> ff9b25006db3 14:32:31 Step 13/26 : RUN rm -rf /var/cache/apk/* 14:32:31 ---> Running in ce1a5c4be045 14:32:31 (2/5) Installing nghttp2-libs (1.39.2-r1) 14:32:31 (3/5) Installing libcurl (7.66.0-r0) 14:32:31 (4/5) Installing curl (7.66.0-r0) 14:32:31 (5/5) Installing dumb-init (1.2.2-r1) 14:32:31 Executing busybox-1.30.1-r3.trigger 14:32:31 Executing ca-certificates-20191127-r2.trigger 14:32:31 OK: 7 MiB in 19 packages 14:32:32 ---> Running in c491942918de 14:32:32 ---> 6a9ba4e152e2 14:32:32 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:32:32 Removing intermediate container ce1a5c4be045 14:32:32 ---> eb0cb6e75bd3 14:32:32 Step 21/21 : LABEL version=0.0.0 14:32:32 ---> Running in d07545e18912 14:32:32 ---> Running in 471b7d3fb6b6 14:32:34 Removing intermediate container 45164166402f 14:32:34 ---> df686248e3c4 14:32:34 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:32:34 Removing intermediate container d07545e18912 14:32:34 ---> 84a703690299 14:32:34 Step 17/20 : CMD ["--init=true"] 14:32:34 Removing intermediate container 471b7d3fb6b6 14:32:34 ---> 03154e4a419b 14:32:34 14:32:34 ---> Running in 7b47fdde5325 14:32:34 Successfully built 03154e4a419b 14:32:34 ---> Running in afe0644da2e9 14:32:34 Successfully tagged docker-support-logging-go:latest 14:32:34 Building docker-core-metadata-go 14:32:34  Building docker-support-logging-go ... done Removing intermediate container 53f683529729 14:32:34 ---> 74b1fa7e85f6 14:32:34 Step 15/22 : RUN apk --no-cache add zeromq 14:32:34 Removing intermediate container 7b47fdde5325 14:32:34 ---> bf9c9214ad9c 14:32:34 Step 13/26 : WORKDIR / 14:32:35 ---> Running in 5215404451db 14:32:35 Removing intermediate container afe0644da2e9 14:32:35 ---> f888de1bc646 14:32:35 Step 18/20 : LABEL arch=x86_64 14:32:35 Removing intermediate container c491942918de 14:32:35 ---> 15879d291656 14:32:35 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:32:35 ---> Running in 8f0a256622ac 14:32:35 ---> Running in 7d396440bc25 14:32:35 ---> Running in 0c774aaf6219 14:32:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:32:39 Removing intermediate container 7d396440bc25 14:32:39 ---> f93fa87fa940 14:32:39 Step 19/20 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:32:39 Removing intermediate container 8f0a256622ac 14:32:39 ---> f65395109556 14:32:39 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:32:39 Removing intermediate container 0c774aaf6219 14:32:39 ---> be24a7f4c522 14:32:39 Step 15/26 : ENV APP_PORT=48090 14:32:39 ---> Running in 714f963f2301 14:32:39 ---> Running in 4900c8f5b98c 14:32:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:32:39 Removing intermediate container 714f963f2301 14:32:39 ---> ca335dd38bb2 14:32:39 Step 20/20 : LABEL version=0.0.0 14:32:39 Removing intermediate container 4900c8f5b98c 14:32:39 ---> 19dd1e91d2c2 14:32:39 Step 16/26 : EXPOSE $APP_PORT 14:32:39 ---> 2a93fbbabb34 14:32:39 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:32:39 (1/5) Installing libgcc (9.3.0-r2) 14:32:39 (2/5) Installing libsodium (1.0.18-r0) 14:32:39 ---> Running in 0dc1d739342c 14:32:39 ---> Running in f2527109bbfb 14:32:39 (3/5) Installing libstdc++ (9.3.0-r2) 14:32:40 fd7a069fd194: Pull complete 14:32:40 66aa3694b03b: Pull complete 14:32:40 170f70906a0f: Pull complete 14:32:40 (4/5) Installing libzmq (4.3.2-r0) 14:32:40 (5/5) Installing zeromq (4.3.2-r0) 14:32:40 Executing busybox-1.31.1-r16.trigger 14:32:40 OK: 8 MiB in 19 packages 14:32:42 Removing intermediate container 0dc1d739342c 14:32:42 ---> 8ad104ba7b56 14:32:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:32:42 ---> f50de542b908 14:32:42 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:32:42 Removing intermediate container f2527109bbfb 14:32:42 ---> 83815c890227 14:32:42 14:32:43 ad7c5574e4b9: Pull complete 14:32:43 Successfully built 83815c890227 14:32:43 Successfully tagged docker-security-proxy-setup-go:latest 14:32:43  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 14:32:44 ---> 625f04653d83 14:32:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:32:46 ---> 71727268e2f7 14:32:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 14:32:46 Removing intermediate container 5215404451db 14:32:46 ---> b1095581aecc 14:32:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 14:32:47 e772456be8f7: Pull complete 14:32:48 c890913d741a: Pull complete 14:32:48 ---> 1044065dcc44 14:32:48 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:32:49 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 14:32:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:32:49 ---> ae10965ce422 14:32:49 Step 3/21 : WORKDIR /edgex-go 14:32:49 ---> Using cache 14:32:49 ---> 30afdf6f0f53 14:32:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:32:49 ---> Using cache 14:32:49 ---> dfbfdb4ac82b 14:32:49 Step 5/21 : RUN apk update && apk add make git 14:32:50 ---> 2c25f60de793 14:32:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:32:50 ---> 6903afbdc90e 14:32:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:32:50 2480fcc9aa5a: Pull complete 14:32:50 09adf4765672: Pull complete 14:32:50 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 14:32:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 14:32:50 ---> 2248a725d1cf 14:32:50 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 14:32:50 ---> Running in 698c959d9f39 14:32:50 ---> b5f768d98c4d 14:32:50 Step 20/26 : RUN apk --no-cache add py-pip 14:32:52 ---> Running in d124349986af 14:32:52 ---> 208d9a7f955f 14:32:52 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:32:53 ---> 19b1273374aa 14:32:53 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:32:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:32:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:32:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:32:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:32:54 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:32:54 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:32:54 OK: 12746 distinct packages available 14:32:54 (1/33) Installing libbz2 (1.0.8-r1) 14:32:54 (2/33) Installing expat (2.2.9-r1) 14:32:54 (3/33) Installing libffi (3.3-r2) 14:32:54 (4/33) Installing gdbm (1.13-r1) 14:32:54 ---> cf18ae031b25 14:32:54 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:32:55 OK: 233 MiB in 51 packages 14:32:55 (5/33) Installing xz-libs (5.2.5-r0) 14:32:55 (6/33) Installing sqlite-libs (3.32.1-r0) 14:32:55 (7/33) Installing python3 (3.8.5-r0) 14:32:55 ---> 8cd6a2ee9d1b 14:32:55 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 14:32:56 ---> Running in b5164da5123d 14:32:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:32:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:32:59 ---> Running in 8ecfe385fcc2 14:32:59 (1/12) Installing libmagic (5.38-r0) 14:32:59 (2/12) Installing file (5.38-r0) 14:32:59 (3/12) Installing libc-dev (0.7.2-r3) 14:32:59 (4/12) Installing g++ (9.3.0-r2) 14:33:00 (8/33) Installing py3-appdirs (1.4.4-r1) 14:33:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:33:00 (10/33) Installing py3-parsing (2.4.7-r0) 14:33:00 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 14:33:00 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:33:00 ---> ae10965ce422 14:33:00 Step 3/20 : WORKDIR /edgex-go 14:33:00 ---> Using cache 14:33:00 ---> 30afdf6f0f53 14:33:00 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:33:00 ---> Using cache 14:33:00 ---> dfbfdb4ac82b 14:33:00 Step 5/20 : RUN apk update && apk add make git 14:33:01 (11/33) Installing py3-six (1.15.0-r0) 14:33:01 (12/33) Installing py3-packaging (20.4-r0) 14:33:01 ---> 0648bd86f4df 14:33:01 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:33:01 (13/33) Installing py3-setuptools (47.0.0-r0) 14:33:01 (14/33) Installing py3-chardet (3.0.4-r4) 14:33:02 (15/33) Installing py3-idna (2.9-r0) 14:33:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:33:02 ---> Running in 6da5313f9384 14:33:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:33:02 Removing intermediate container 698c959d9f39 14:33:02 ---> 6fc6f0b3ed54 14:33:02 Step 6/21 : COPY go.mod . 14:33:02 (18/33) Installing py3-requests (2.23.0-r0) 14:33:02 Removing intermediate container 8ecfe385fcc2 14:33:02 ---> 8451d6069182 14:33:02 Step 20/22 : LABEL arch=x86_64 14:33:02 (19/33) Installing py3-msgpack (1.0.0-r0) 14:33:02 (20/33) Installing py3-lockfile (0.12.2-r3) 14:33:02 (5/12) Installing fortify-headers (1.1-r0) 14:33:02 (6/12) Installing patch (2.7.6-r6) 14:33:02 (7/12) Installing build-base (0.5-r2) 14:33:02 (8/12) Installing libsodium (1.0.18-r0) 14:33:03 (9/12) Installing pkgconf (1.7.2-r0) 14:33:03 (10/12) Installing libsodium-dev (1.0.18-r0) 14:33:03 (11/12) Installing libzmq (4.3.2-r0) 14:33:03 (12/12) Installing zeromq-dev (4.3.2-r0) 14:33:03 Executing busybox-1.31.1-r16.trigger 14:33:03 OK: 217 MiB in 51 packages 14:33:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:33:04 (22/33) Installing py3-colorama (0.4.3-r0) 14:33:04 ---> a470c3a56538 14:33:04 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:33:04 (23/33) Installing py3-distlib (0.3.0-r0) 14:33:04 (24/33) Installing py3-distro (1.5.0-r1) 14:33:04 (25/33) Installing py3-webencodings (0.5.1-r3) 14:33:04 (26/33) Installing py3-html5lib (1.0.1-r4) 14:33:04 ---> Running in 1c4c157a29e3 14:33:04 ---> 90aeb763ff5e 14:33:04 Step 7/21 : RUN go mod download 14:33:04 (27/33) Installing py3-pytoml (0.1.21-r0) 14:33:04 ---> Running in 0c01c0d87060 14:33:04 (28/33) Installing py3-pep517 (0.8.2-r0) 14:33:04 (29/33) Installing py3-progress (1.5-r0) 14:33:04 (30/33) Installing py3-toml (0.10.1-r0) 14:33:04 (31/33) Installing py3-retrying (1.3.3-r0) 14:33:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:33:04 (33/33) Installing py3-pip (20.1.1-r0) 14:33:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:05 Executing busybox-1.31.1-r16.trigger 14:33:05 ---> Running in b09cd917b9cc 14:33:05 OK: 71 MiB in 55 packages 14:33:05 Removing intermediate container 1c4c157a29e3 14:33:05 ---> e9b82e748676 14:33:05 Step 21/22 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:33:06 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:33:06 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:33:06 OK: 12746 distinct packages available 14:33:06 ---> Running in 979cbb558522 14:33:06 OK: 233 MiB in 51 packages 14:33:06 Removing intermediate container 979cbb558522 14:33:06 ---> ca98d31788a4 14:33:06 Step 22/22 : LABEL version=0.0.0 14:33:06 ---> Running in e31b8f7fb45b 14:33:07 Removing intermediate container b5164da5123d 14:33:07 ---> 59a704200388 14:33:07 Step 4/7 : WORKDIR /edgex-go 14:33:07 ---> Running in b53ceaab4e67 14:33:08 Removing intermediate container e31b8f7fb45b 14:33:08 ---> 6e8fd1c635fc 14:33:08 14:33:08 Removing intermediate container b53ceaab4e67 14:33:08 ---> d9852c153167 14:33:08 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:33:08 Successfully built 6e8fd1c635fc 14:33:08 latest: Pulling from library/docker 14:33:08 b538f80385f9: Already exists 14:33:08 259a493cd78d: Pulling fs layer 14:33:08 b8e66b5100f5: Pulling fs layer 14:33:08 39dc9c94d07c: Pulling fs layer 14:33:08 551b823b3b82: Pulling fs layer 14:33:08 3c52a74df98c: Pulling fs layer 14:33:08 6c9b121b6998: Pulling fs layer 14:33:08 3c52a74df98c: Waiting 14:33:08 6c9b121b6998: Waiting 14:33:08 551b823b3b82: Waiting 14:33:08 b8e66b5100f5: Verifying Checksum 14:33:08 b8e66b5100f5: Download complete 14:33:08 Successfully tagged docker-core-data-go:latest 14:33:08  Building docker-core-data-go ... done Building docker-core-command-go 14:33:09 259a493cd78d: Verifying Checksum 14:33:09 259a493cd78d: Download complete 14:33:09 551b823b3b82: Download complete 14:33:09 3c52a74df98c: Verifying Checksum 14:33:09 3c52a74df98c: Download complete 14:33:09 6c9b121b6998: Verifying Checksum 14:33:09 6c9b121b6998: Download complete 14:33:09 259a493cd78d: Pull complete 14:33:09 b8e66b5100f5: Pull complete 14:33:10 39dc9c94d07c: Verifying Checksum 14:33:10 39dc9c94d07c: Download complete 14:33:12 Removing intermediate container 6da5313f9384 14:33:12 ---> 5266c9d8013c 14:33:12 Step 6/20 : COPY go.mod . 14:33:12 Removing intermediate container 0c01c0d87060 14:33:12 ---> 2d1715a25518 14:33:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 14:33:13 39dc9c94d07c: Pull complete 14:33:13 551b823b3b82: Pull complete 14:33:13 3c52a74df98c: Pull complete 14:33:14 6c9b121b6998: Pull complete 14:33:14 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 14:33:14 Status: Downloaded newer image for docker:latest 14:33:15 ---> Running in aa8c8c4031d2 14:33:15 Removing intermediate container b09cd917b9cc 14:33:15 ---> bcd8e330b997 14:33:15 Step 8/21 : COPY . . 14:33:15 ---> 9cf11b4384e3 14:33:15 Step 7/20 : RUN go mod download 14:33:15 Removing intermediate container d124349986af 14:33:15 ---> 0650900179bc 14:33:15 Step 21/26 : RUN pip install docker-compose==1.23.2 14:33:16 ---> Running in 34778137c076 14:33:16 ---> Running in 0fe244ea409c 14:33:17 Removing intermediate container aa8c8c4031d2 14:33:17 ---> 1f0f3f107385 14:33:17 Step 24/26 : LABEL arch=x86_64 14:33:17 ---> 45124a194978 14:33:17 Step 6/7 : COPY go.mod . 14:33:18 ---> 1d514a65b03b 14:33:18 Step 7/7 : RUN go mod download 14:33:18 ---> Running in e1697e66e61b 14:33:20 ---> Running in 874e66edc9d4 14:33:22 Removing intermediate container 874e66edc9d4 14:33:22 ---> a50025bbd22d 14:33:22 Step 25/26 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:33:23 ---> Running in 59c4b553695b 14:33:26 Removing intermediate container 59c4b553695b 14:33:26 ---> e5280351c5ac 14:33:26 Step 26/26 : LABEL version=0.0.0 14:33:26 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 14:33:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:33:26 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:33:26 go: finding github.com/BurntSushi/toml v0.3.1 14:33:26 go: finding github.com/OneOfOne/xxhash v1.2.5 14:33:26 ---> ae10965ce422 14:33:26 Step 3/21 : WORKDIR /edgex-go 14:33:26 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:33:26 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:33:26 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 14:33:26 go: finding github.com/bgentry/speakeasy v0.1.0 14:33:26 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 14:33:26 go: finding github.com/cloudflare/gokey v0.1.0 14:33:26 go: finding github.com/davecgh/go-spew v1.1.1 14:33:27 ---> Using cache 14:33:27 ---> 30afdf6f0f53 14:33:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:33:27 ---> Using cache 14:33:27 ---> dfbfdb4ac82b 14:33:27 Step 5/21 : RUN apk update && apk add make git 14:33:27 ---> Using cache 14:33:27 ---> 5266c9d8013c 14:33:27 Step 6/21 : COPY go.mod . 14:33:27 ---> Using cache 14:33:27 ---> 9cf11b4384e3 14:33:27 Step 7/21 : RUN go mod download 14:33:27 ---> Using cache 14:33:27 ---> 8a34e889e147 14:33:27 Step 8/21 : COPY . . 14:33:27 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:33:27 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 14:33:27 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 14:33:27 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 14:33:27 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 14:33:27 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 14:33:27 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 14:33:27 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 14:33:27 go: finding github.com/fatih/color v1.7.0 14:33:27 go: finding github.com/fsnotify/fsnotify v1.4.7 14:33:27 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:33:27 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 14:33:27 go: finding github.com/go-kit/kit v0.8.0 14:33:27 go: finding github.com/go-logfmt/logfmt v0.4.0 14:33:27 go: finding github.com/go-redis/redis/v7 v7.2.0 14:33:27 go: finding github.com/go-stack/stack v1.8.0 14:33:27 go: finding github.com/golang/protobuf v1.3.2 14:33:27 go: finding github.com/gomodule/redigo v2.0.0+incompatible 14:33:27 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 14:33:27 go: finding github.com/google/uuid v1.1.0 14:33:27 go: finding github.com/gorilla/mux v1.7.1 14:33:28 go: finding github.com/hashicorp/consul/api v1.1.0 14:33:28 go: finding github.com/hashicorp/consul/sdk v0.1.1 14:33:28 go: finding github.com/hashicorp/errwrap v1.0.0 14:33:28 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 14:33:28 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:33:28 go: finding github.com/hashicorp/go-msgpack v0.5.3 14:33:28 go: finding github.com/hashicorp/go-multierror v1.0.0 14:33:28 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:33:28 go: finding github.com/hashicorp/go-sockaddr v1.0.0 14:33:28 go: finding github.com/hashicorp/go-syslog v1.0.0 14:33:28 go: finding github.com/hashicorp/go-uuid v1.0.1 14:33:28 go: finding github.com/hashicorp/go.net v0.0.1 14:33:28 go: finding github.com/hashicorp/golang-lru v0.5.0 14:33:28 go: finding github.com/hashicorp/logutils v1.0.0 14:33:28 Removing intermediate container 34778137c076 14:33:28 ---> 8a34e889e147 14:33:28 Step 8/20 : COPY . . 14:33:28 go: finding github.com/hashicorp/mdns v1.0.0 14:33:28 go: finding github.com/hashicorp/memberlist v0.1.3 14:33:28 go: finding github.com/hashicorp/serf v0.8.2 14:33:28 go: finding github.com/hpcloud/tail v1.0.0 14:33:28 go: finding github.com/imdario/mergo v0.3.6 14:33:28 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:33:28 go: finding github.com/kr/pretty v0.1.0 14:33:28 go: finding github.com/kr/pty v1.1.1 14:33:28 go: finding github.com/kr/text v0.1.0 14:33:28 go: finding github.com/mattn/go-colorable v0.0.9 14:33:28 go: finding github.com/mattn/go-isatty v0.0.3 14:33:28 go: finding github.com/miekg/dns v1.0.14 14:33:28 go: finding github.com/mitchellh/cli v1.0.0 14:33:28 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:33:29 ---> Running in 3a7c2dbe8553 14:33:29 go: finding github.com/mitchellh/copystructure v1.0.0 14:33:29 go: finding github.com/mitchellh/go-homedir v1.0.0 14:33:29 go: finding github.com/mitchellh/go-testing-interface v1.0.0 14:33:29 go: finding github.com/mitchellh/gox v0.4.0 14:33:29 go: finding github.com/mitchellh/iochan v1.0.0 14:33:29 go: finding github.com/mitchellh/mapstructure v1.1.2 14:33:29 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:33:29 go: finding github.com/onsi/ginkgo v1.10.1 14:33:29 go: finding github.com/onsi/gomega v1.7.0 14:33:29 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 14:33:29 go: finding github.com/pebbe/zmq4 v1.0.0 14:33:29 go: finding github.com/pelletier/go-toml v1.2.0 14:33:29 go: finding github.com/pkg/errors v0.8.1 14:33:29 go: finding github.com/pmezard/go-difflib v1.0.0 14:33:29 go: finding github.com/posener/complete v1.1.1 14:33:29 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:33:29 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 14:33:29 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:33:29 go: finding github.com/stretchr/objx v0.1.0 14:33:29 go: finding github.com/stretchr/testify v1.5.1 14:33:29 go: finding github.com/ugorji/go v1.1.4 14:33:29 go: finding github.com/x448/float16 v0.8.4 14:33:29 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 14:33:29 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 14:33:29 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:33:29 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 14:33:29 go: finding golang.org/x/text v0.3.2 14:33:30 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 14:33:30 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 14:33:30 go: finding gopkg.in/eapache/queue.v1 v1.1.0 14:33:30 go: finding gopkg.in/fsnotify.v1 v1.4.7 14:33:30 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 14:33:30 go: finding gopkg.in/yaml.v2 v2.2.8 14:33:34 Removing intermediate container 3a7c2dbe8553 14:33:34 ---> 4fefbe475004 14:33:34 14:33:34 Successfully built 4fefbe475004 14:33:36 Successfully tagged docker-security-secretstore-setup-go:latest 14:33:36  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 14:33:36 Collecting docker-compose==1.23.2 14:33:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:33:38 Collecting texttable<0.10,>=0.9.0 14:33:38 Downloading texttable-0.9.1.tar.gz (11 kB) 14:33:42 Collecting docker<4.0,>=3.6.0 14:33:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:33:44 Collecting docopt<0.7,>=0.6.1 14:33:44 Downloading docopt-0.6.2.tar.gz (25 kB) 14:33:45 ---> 4712b32a0832 14:33:45 Step 9/21 : RUN make cmd/core-metadata/core-metadata 14:33:48 ---> Running in f89d780733dd 14:33:48 Removing intermediate container e1697e66e61b 14:33:48 ---> 73f0c7d75e59 14:33:48 Successfully built 73f0c7d75e59 14:33:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:33:49 + docker inspect -f . ci-base-image-arm64 14:33:49 . [Pipeline] withDockerContainer 14:33:49 prd-ubuntu18.04-docker-arm64-4c-16g-386 does not seem to be running inside a container 14:33:49 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:33:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:33:50 Collecting cached-property<2,>=1.2.0 14:33:50 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 14:33:51 $ docker top 63225c22cdb50959a236a3fd563ef8778d738acb6b8d0079dc541a1b617ab85f -eo pid,comm 14:33:51 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 14:33:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [Pipeline] { [Pipeline] sh 14:33:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:33:52 + go version 14:33:52 go version go1.13.13 linux/arm64 14:33:52 Collecting PyYAML<4,>=3.10 14:33:52 Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] echo 14:33:52 ========================================================= 14:33:52 [edgeXBuildGoParallel] Running Tests and Build... 14:33:52 ========================================================= [Pipeline] sh 14:33:52 + make test 14:33:52 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:33:55 ? github.com/edgexfoundry/edgex-go [no test files] 14:33:57 Collecting dockerpty<0.5,>=0.4.1 14:33:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:33:57 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 14:33:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:33:57 ---> ae10965ce422 14:33:57 Step 3/23 : WORKDIR /edgex-go 14:33:57 ---> Using cache 14:33:57 ---> 30afdf6f0f53 14:33:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:33:57 ---> Using cache 14:33:57 ---> dfbfdb4ac82b 14:33:57 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 14:33:58 Collecting websocket-client<1.0,>=0.32.0 14:33:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 14:34:00 ---> Running in 8ed3ead449a7 14:34:00 Collecting jsonschema<3,>=2.5.1 14:34:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:34:00 Collecting docker-pycreds>=0.4.0 14:34:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:34:00 ---> 206550164475 14:34:00 Step 9/21 : RUN make cmd/core-command/core-command 14:34:00 ---> 5254731a6bdf 14:34:00 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 14:34:00 Collecting urllib3<1.25,>=1.21.1 14:34:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:34:00 ---> Running in 414a2dbaf1c1 14:34:00 ---> Running in f832a605930d 14:34:00 Collecting idna<2.8,>=2.5 14:34:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:34:00 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) 14:34:00 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) 14:34:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:34:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:34:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:34:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:34:01 Installing collected packages: texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, cached-property, PyYAML, dockerpty, jsonschema, docker-compose 14:34:01 Running setup.py install for texttable: started 14:34:02 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 14:34:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:34:02 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 14:34:02 Running setup.py install for texttable: finished with status 'done' 14:34:02 Attempting uninstall: urllib3 14:34:02 Found existing installation: urllib3 1.25.9 14:34:02 Uninstalling urllib3-1.25.9: 14:34:02 Successfully uninstalled urllib3-1.25.9 14:34:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:34:02 Attempting uninstall: idna 14:34:02 Found existing installation: idna 2.9 14:34:02 Uninstalling idna-2.9: 14:34:02 Successfully uninstalled idna-2.9 14:34:03 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:34:03 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:34:03 OK: 12746 distinct packages available 14:34:03 Attempting uninstall: requests 14:34:03 Found existing installation: requests 2.23.0 14:34:03 Uninstalling requests-2.23.0: 14:34:03 Successfully uninstalled requests-2.23.0 14:34:03 OK: 233 MiB in 51 packages 14:34:04 Running setup.py install for docopt: started 14:34:05 Running setup.py install for docopt: finished with status 'done' 14:34:06 Running setup.py install for PyYAML: started 14:34:07 Removing intermediate container 8ed3ead449a7 14:34:07 ---> a89fc98facaf 14:34:07 Step 6/23 : COPY go.mod . 14:34:07 Running setup.py install for PyYAML: finished with status 'done' 14:34:07 Running setup.py install for dockerpty: started 14:34:07 ---> 9d8d47a3bf5d 14:34:07 Step 7/23 : RUN go mod download 14:34:08 ---> Running in 3bf88e7c0432 14:34:08 Running setup.py install for dockerpty: finished with status 'done' 14:34:09 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 14:34:11 Removing intermediate container 3bf88e7c0432 14:34:11 ---> 5724698adc25 14:34:11 Step 8/23 : COPY . . 14:34:18 Removing intermediate container 0fe244ea409c 14:34:18 ---> 3aeeba93ac1e 14:34:18 Step 22/26 : RUN apk --no-cache add curl 14:34:21 ---> Running in 6d906020bc84 14:34:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:34:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:34:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:34:23 (2/3) Installing libcurl (7.69.1-r0) 14:34:23 (3/3) Installing curl (7.69.1-r0) 14:34:23 Executing busybox-1.31.1-r16.trigger 14:34:23 OK: 72 MiB in 58 packages 14:34:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:34:31 Removing intermediate container 6d906020bc84 14:34:31 ---> ca3bcebdd160 14:34:31 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:34:33 ---> Running in bceb558b3016 14:34:35 Removing intermediate container bceb558b3016 14:34:35 ---> c5894dc1506c 14:34:35 Step 24/26 : LABEL arch=x86_64 14:34:35 ---> 71f6c72833ed 14:34:35 Step 9/23 : RUN make cmd/support-notifications/support-notifications 14:34:36 ---> Running in 95443a103b6c 14:34:36 ---> Running in 0cec03897c25 14:34:38 Removing intermediate container f89d780733dd 14:34:38 ---> 50a4cb5d7a46 14:34:38 14:34:38 Step 10/21 : FROM scratch 14:34:38 ---> 14:34:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:34:39 Removing intermediate container 95443a103b6c 14:34:39 ---> faefa796f970 14:34:39 Step 25/26 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:34:41 ---> Running in acfe743f283f 14:34: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 14:34:41 ---> Running in a3515cac9a30 14:34:41 Removing intermediate container f832a605930d 14:34:41 ---> 30146a2bbf62 14:34:41 14:34:41 Step 10/20 : FROM scratch 14:34:41 ---> 14:34:41 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:34:41 ---> Using cache 14:34:41 ---> 51dd8ca028d3 14:34:41 Step 12/20 : ENV APP_PORT=48085 14:34:42 Removing intermediate container acfe743f283f 14:34:42 ---> 51dd8ca028d3 14:34:42 Step 12/21 : ENV APP_PORT=48081 14:34:42 ---> Running in f3d2208665ec 14:34:42 ---> Running in bf78baa58e37 14:34:42 Removing intermediate container a3515cac9a30 14:34:42 ---> cc9fddc20399 14:34:42 Step 26/26 : LABEL version=0.0.0 14:34:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:34:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:34:42 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.028s 14:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 14:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:34:42 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 14:34:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:34:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:34:43 Removing intermediate container 414a2dbaf1c1 14:34:43 ---> 0de2851ce8a8 14:34:43 14:34:43 Step 10/21 : FROM scratch 14:34:43 ---> 14:34:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:34:43 ---> Running in 76bebee2fed5 14:34:43 ---> Using cache 14:34:43 ---> 51dd8ca028d3 14:34:43 Step 12/21 : ENV APP_PORT=48082 14:34:43 ---> Running in f371dab72a4a 14:34:43 Removing intermediate container f3d2208665ec 14:34:43 ---> 30b77ab28998 14:34:43 Step 13/20 : EXPOSE $APP_PORT 14:34:43 Removing intermediate container bf78baa58e37 14:34:43 ---> 20a64dd1ae55 14:34:43 Step 13/21 : EXPOSE $APP_PORT 14:34:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:34:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:34:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:34:44 ---> Running in b1317b9f7efa 14:34:44 Removing intermediate container 76bebee2fed5 14:34:44 ---> 09bbb067d3ae 14:34:44 14:34:44 ---> Running in 4f6334fdf04c 14:34:44 Removing intermediate container f371dab72a4a 14:34:44 ---> 2d93a780e7ed 14:34:44 Step 13/21 : EXPOSE $APP_PORT 14:34:44 Successfully built 09bbb067d3ae 14:34:44 Successfully tagged docker-sys-mgmt-agent-go:latest 14:34:44 Building docker-security-secrets-setup-go 14:34:44  Building docker-sys-mgmt-agent-go ... done  ---> Running in dec96190b8e6 14:34:46 Removing intermediate container b1317b9f7efa 14:34:46 ---> da8f24695647 14:34:46 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 14:34:46 Removing intermediate container 4f6334fdf04c 14:34:46 ---> 8a7582ba4469 14:34:46 Step 14/21 : WORKDIR / 14:34:50 Removing intermediate container dec96190b8e6 14:34:50 ---> 69b3a7df33ec 14:34:50 Step 14/21 : WORKDIR / 14:34:50 ---> Running in dbe86466b949 14:34:50 ---> c1a471d56fd7 14:34:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:34:50 ---> Running in dcb99d53611d 14:34:51 ---> 3aa6630a2333 14:34:51 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:34:51 Removing intermediate container dbe86466b949 14:34:51 ---> 9b12008dd795 14:34:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 14:34:51 Removing intermediate container dcb99d53611d 14:34:51 ---> ba730b60095f 14:34:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 14:34:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements 14:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:34:52 ---> 194f09181977 14:34:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:34:52 ---> 43c4f2d4323b 14:34:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:34:54 ---> 3de0c783ed19 14:34:54 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:34:56 ---> Running in a18c8ff1b886 14:34:56 ---> cad6571d3641 14:34:56 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:34:56 ---> f7a62628bb45 14:34:56 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:34:57 Removing intermediate container a18c8ff1b886 14:34:57 ---> 755828c089fd 14:34:57 Step 18/20 : LABEL arch=x86_64 14:34:58 ---> ce23c020b2fb 14:34:58 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:34:58 ---> Running in ab2931605dbd 14:34:58 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 14:34:58 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 14:34:58 ---> ae10965ce422 14:34:58 Step 3/29 : WORKDIR /edgex-go 14:34:58 ---> Using cache 14:34:58 ---> 30afdf6f0f53 14:34:58 Step 4/29 : RUN apk update && apk add make git 14:34:59 ---> Running in 2ad8959f4c0b 14:34:59 ---> fe96705f71a7 14:34:59 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:34:59 ---> Running in c84ed7815e69 14:34:59 Removing intermediate container ab2931605dbd 14:34:59 ---> 4a271141a888 14:34:59 Step 19/20 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:34:59 ---> Running in e161455d0153 14:34:59 Removing intermediate container 2ad8959f4c0b 14:34:59 ---> c18fe4cece5a 14:34:59 Step 19/21 : LABEL arch=x86_64 14:35:00 ---> Running in 7921649b6a1a 14:35:00 ---> Running in 016937528c1d 14:35:00 Removing intermediate container e161455d0153 14:35:00 ---> e32137bca843 14:35:00 Step 19/21 : LABEL arch=x86_64 14:35:00 Removing intermediate container 7921649b6a1a 14:35:00 ---> 677c7806a469 14:35:00 Step 20/20 : LABEL version=0.0.0 14:35:00 ---> Running in 26af7da62193 14:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.131s coverage: 27.3% of statements 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:35:00 ---> Running in 7e4e4000696a 14:35:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:35:00 Removing intermediate container 016937528c1d 14:35:00 ---> 88aabb3f4f09 14:35:00 Step 20/21 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:35:00 Removing intermediate container 26af7da62193 14:35:00 ---> 23dd86ebd2a2 14:35:00 Step 20/21 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.384s coverage: 28.6% of statements 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements 14:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:35:00 ---> Running in cc3aa4c5fc70 14:35:00 Removing intermediate container 7e4e4000696a 14:35:00 ---> a923edf05a09 14:35:00 14:35:00 ---> Running in 934ecdc9b3e9 14:35:01 Successfully built a923edf05a09 14:35:01 Removing intermediate container cc3aa4c5fc70 14:35:01 ---> f4da4e41ecb9 14:35:01 Step 21/21 : LABEL version=0.0.0 14:35:01 Successfully tagged docker-support-scheduler-go:latest 14:35:01  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:35:01 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:35:01 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:35:01 OK: 12746 distinct packages available 14:35:02 OK: 233 MiB in 51 packages 14:35:02 ---> Running in f98ebd577a46 14:35:02 Removing intermediate container 934ecdc9b3e9 14:35:02 ---> 484610bbe956 14:35:02 Step 21/21 : LABEL version=0.0.0 14:35:02 ---> Running in a99c70874040 14:35:02 Removing intermediate container 0cec03897c25 14:35:02 ---> 523c0f07ed49 14:35:02 14:35:02 Step 10/23 : FROM scratch 14:35:02 ---> 14:35:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:35:02 Removing intermediate container f98ebd577a46 14:35:02 ---> dd8dc8357ded 14:35:02 14:35:02 ---> Using cache 14:35:02 ---> 39160fa29840 14:35:02 Step 12/23 : ENV APP_PORT=48060 14:35:02 ---> Running in bc5d1d6afde9 14:35:02 Successfully built dd8dc8357ded 14:35:02 Successfully tagged docker-core-command-go:latest 14:35:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.075s coverage: 89.8% of statements 14:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:35:03  Building docker-core-command-go ... done Removing intermediate container a99c70874040 14:35:03 ---> 5790478d629f 14:35:03 14:35:03 Removing intermediate container c84ed7815e69 14:35:03 ---> f684f54b51db 14:35:03 Step 5/29 : COPY go.mod . 14:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements 14:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:35:05 Successfully built 5790478d629f 14:35:05 Successfully tagged docker-core-metadata-go:latest 14:35:05  Building docker-core-metadata-go ... done Removing intermediate container bc5d1d6afde9 14:35:05 ---> 31d4156c7518 14:35:05 Step 13/23 : EXPOSE $APP_PORT 14:35:05 ---> b1f5308a3564 14:35:05 Step 6/29 : RUN go mod download 14:35:05 ---> Running in 719756011cb8 14:35:05 ---> Running in aa0738ab28ab 14:35:05 Removing intermediate container 719756011cb8 14:35:05 ---> fb24e1ec8a7d 14:35:05 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 14:35:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.126s coverage: 100.0% of statements 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:35:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:35:05 ---> a463dc779d39 14:35:05 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 14:35:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 14:35:06 ---> 6a78e633067d 14:35:06 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 14:35:06 Removing intermediate container aa0738ab28ab 14:35:06 ---> 28cf60f8e217 14:35:06 Step 7/29 : COPY . . 14:35:07 ---> 48f04d4de64b 14:35:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 14:35:08 ---> 539d97c1dff9 14:35:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:35:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 63.5% of statements 14:35:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:35:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:35:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 14:35:11 ---> 51b88741e8cf 14:35:11 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.269s coverage: 55.9% of statements 14:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 14:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 14:35:12 ---> 8fec456fa78d 14:35:12 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:35:14 ---> Running in 88fcb41e7354 14:35:15 Removing intermediate container 88fcb41e7354 14:35:15 ---> a90ee8f7c674 14:35:15 Step 21/23 : LABEL arch=x86_64 14:35:16 ---> Running in 4c5370cbe28a 14:35:16 Removing intermediate container 4c5370cbe28a 14:35:16 ---> c5049e5e0cdc 14:35:16 Step 22/23 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:35:17 ---> Running in 843cc12901a7 14:35:18 Removing intermediate container 843cc12901a7 14:35:18 ---> 9ac5a5666966 14:35:18 Step 23/23 : LABEL version=0.0.0 14:35:18 ---> Running in fd574a8eb098 14:35:19 Removing intermediate container fd574a8eb098 14:35:19 ---> acb9e7dfd570 14:35:19 14:35:19 Successfully built acb9e7dfd570 14:35:19 Successfully tagged docker-support-notifications-go:latest 14:35:21  Building docker-support-notifications-go ... done  ---> 657dbb4a4d09 14:35:21 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 14:35:21 ---> Running in 3e8ffe756457 14:35:21 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 14:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.474s coverage: 86.3% of statements 14:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 14:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.167s coverage: 72.2% of statements 14:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.397s coverage: 72.1% of statements 14:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements 14:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements 14:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 14:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 14:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 14:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.042s coverage: 28.8% of statements 14:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 14:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements 14:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 14:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 26.9% of statements 14:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.340s coverage: 84.1% of statements 14:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements 14:35:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.079s coverage: 42.9% of statements 14:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 14:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 14:35:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.048s coverage: 100.0% of statements 14:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 14:35:27 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.047s coverage: 83.8% of statements 14:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 14:35:31 Removing intermediate container 3e8ffe756457 14:35:31 ---> 31aa06359910 14:35:31 14:35:31 Step 9/29 : FROM alpine:latest 14:35:31 ---> a24bb4013296 14:35:31 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 14:35:31 ---> Running in 4c7a53ed5b71 14:35:31 Removing intermediate container 4c7a53ed5b71 14:35:31 ---> b282f3995a58 14:35:31 Step 11/29 : USER root 14:35:31 ---> Running in 429068d5754d 14:35:31 Removing intermediate container 429068d5754d 14:35:31 ---> 12f7662663ce 14:35:31 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 14:35:31 ---> Running in 931170b8eb43 14:35:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:35:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:35:31 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:35:31 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:35:31 OK: 12746 distinct packages available 14:35:31 (1/2) Installing ca-certificates (20191127-r4) 14:35:31 (2/2) Installing dumb-init (1.2.2-r1) 14:35:31 Executing busybox-1.31.1-r16.trigger 14:35:31 Executing ca-certificates-20191127-r4.trigger 14:35:31 OK: 6 MiB in 16 packages 14:35:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.176s coverage: 46.1% of statements 14:35:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:35:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:35:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements 14:35:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:35:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:35:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:35:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.036s coverage: 100.0% of statements 14:35:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:35:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.071s coverage: 100.0% of statements 14:35:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:35:33 Removing intermediate container 931170b8eb43 14:35:33 ---> e3b2ea8e7cee 14:35:33 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 14:35:33 ---> Running in e86a544810fe 14:35:33 Removing intermediate container e86a544810fe 14:35:33 ---> c03fe0e34463 14:35:33 Step 14/29 : WORKDIR $BASE_DIR 14:35:33 ---> Running in ec2b0df345ee 14:35:34 Removing intermediate container ec2b0df345ee 14:35:34 ---> 9f2495562f31 14:35:34 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 14:35:35 ---> Running in 03c13c53be53 14:35:36 Removing intermediate container 03c13c53be53 14:35:36 ---> 7eacc0a301e1 14:35:36 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 14:35:36 ---> 140ebcd12faf 14:35:36 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 14:35:36 ---> 4ab0bf608c8b 14:35:36 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 14:35:36 ---> c04b90768cc8 14:35:36 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 14:35:37 ---> 09d594f5fa34 14:35:37 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 14:35:37 ---> a82c1b26120b 14:35:37 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 14:35:37 ---> Running in a8a4cae06b72 14:35:38 Removing intermediate container a8a4cae06b72 14:35:38 ---> ec09f1e53cb3 14:35:38 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 14:35:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.221s coverage: 29.1% of statements 14:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:35:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 14:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:35:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.032s coverage: 100.0% of statements 14:35:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:35:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 14:35:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:35:38 ---> 325c4836d350 14:35:38 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:35:38 ---> Running in c0a0b907ac48 14:35:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements 14:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:35:39 Removing intermediate container c0a0b907ac48 14:35:39 ---> 471fae4778d6 14:35:39 Step 24/29 : RUN chmod 755 security-secrets-setup 14:35:39 ---> Running in 6d4fa135109f 14:35:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.061s coverage: 87.9% of statements 14:35:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:35:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:35:40 Removing intermediate container 6d4fa135109f 14:35:40 ---> a58f57ccfaa9 14:35:40 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 14:35:40 ---> Running in 8350735da3d4 14:35:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.024s coverage: 100.0% of statements 14:35:40 Removing intermediate container 8350735da3d4 14:35:40 ---> 950363ef42b0 14:35:40 Step 26/29 : CMD [ "generate" ] 14:35:40 ---> Running in d7e76020c69a 14:35:41 Removing intermediate container d7e76020c69a 14:35:41 ---> 28fbb222f60a 14:35:41 Step 27/29 : LABEL arch=x86_64 14:35:41 ---> Running in a5074f1776a3 14:35:41 Removing intermediate container a5074f1776a3 14:35:41 ---> d24351df0704 14:35:41 Step 28/29 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:35:41 ---> Running in e43b46532742 14:35:41 Removing intermediate container e43b46532742 14:35:41 ---> 1af0a2c3e7e4 14:35:41 Step 29/29 : LABEL version=0.0.0 14:35:41 ---> Running in 0261f16aedf0 14:35:41 Removing intermediate container 0261f16aedf0 14:35:41 ---> e17be76358f9 14:35:41 14:35:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 14:35:41 Successfully built e17be76358f9 14:35:41 Successfully tagged docker-security-secrets-setup-go:latest 14:35:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements 14:35:43 GO111MODULE=on go vet ./... 14:35:43  Building docker-security-secrets-setup-go ... done  [Pipeline] } 14:35:43 $ docker stop --time=1 f0c360f5cd096c24737f0ade2627c8a71b1b8e877b37ba8312e843271d8291f6 14:35:45 $ docker rm -f f0c360f5cd096c24737f0ade2627c8a71b1b8e877b37ba8312e843271d8291f6 [Pipeline] // withDockerContainer [Pipeline] sh 14:35:45 + docker images 14:35:45 + grep docker 14:35:46 docker-security-secrets-setup-go latest e17be76358f9 5 seconds ago 25.1MB 14:35:46 docker-support-notifications-go latest acb9e7dfd570 28 seconds ago 14.4MB 14:35:46 docker-core-command-go latest dd8dc8357ded 44 seconds ago 13MB 14:35:46 docker-core-metadata-go latest 5790478d629f 44 seconds ago 14.4MB 14:35:46 docker-support-scheduler-go latest a923edf05a09 46 seconds ago 13.1MB 14:35:46 docker-sys-mgmt-agent-go latest 09bbb067d3ae About a minute ago 284MB 14:35:46 docker-security-secretstore-setup-go latest 4fefbe475004 2 minutes ago 33.9MB 14:35:46 docker-core-data-go latest 6e8fd1c635fc 2 minutes ago 23.8MB 14:35:46 docker-security-proxy-setup-go latest 83815c890227 3 minutes ago 16.4MB 14:35:46 docker-support-logging-go latest 03154e4a419b 3 minutes ago 11.8MB 14:35:46 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] } 14:36:01 gofmt -l . 14:36:01 [ "`gofmt -l .`" = "" ] 14:36:03 ./bin/test-go-mod-tidy.sh 14:36:04 ./bin/test-attribution-txt.sh [Pipeline] sh 14:36:07 + ls -al . 14:36:07 total 584 14:36:07 drwxrwxr-x 10 1001 1001 4096 Aug 18 14:36 . 14:36:07 drwxr-xr-x 4 root root 4096 Aug 18 14:33 .. 14:36:07 -rw-rw-r-- 1 1001 1001 11 Aug 18 14:32 .dockerignore 14:36:07 drwxrwxr-x 8 1001 1001 4096 Aug 18 14:32 .git 14:36:07 drwxrwxr-x 3 1001 1001 4096 Aug 18 14:32 .github 14:36:07 -rw-rw-r-- 1 1001 1001 932 Aug 18 14:32 .gitignore 14:36:07 drwxrwxr-x 3 1001 1001 4096 Aug 18 14:32 .semver 14:36:07 -rw-rw-r-- 1 1001 1001 166 Aug 18 14:32 .sonarcloud.properties 14:36:07 -rw-rw-r-- 1 1001 1001 3804 Aug 18 14:32 CONTRIBUTING.md 14:36:07 -rw-rw-r-- 1 1001 1001 1035 Aug 18 14:32 Dockerfile.build 14:36:07 -rw-rw-r-- 1 1001 1001 865 Aug 18 14:32 Jenkinsfile 14:36:07 -rw-rw-r-- 1 1001 1001 10775 Aug 18 14:32 LICENSE 14:36:07 -rw-rw-r-- 1 1001 1001 6237 Aug 18 14:32 Makefile 14:36:07 -rw-rw-r-- 1 1001 1001 5652 Aug 18 14:32 README.md 14:36:07 -rw-rw-r-- 1 1001 1001 259 Aug 18 14:32 SECURITY.md 14:36:07 -rw-rw-r-- 1 1001 1001 5 Aug 18 14:27 VERSION 14:36:07 -rw-rw-r-- 1 1001 1001 4131 Aug 18 14:32 ZMQWindows.md 14:36:07 drwxrwxr-x 2 1001 1001 4096 Aug 18 14:32 bin 14:36:07 drwxrwxr-x 15 1001 1001 4096 Aug 18 14:32 cmd 14:36:07 -rw-r--r-- 1 root root 455803 Aug 18 14:35 coverage.out 14:36:07 -rw-r--r-- 1 root root 1019 Aug 18 14:36 go.mod 14:36:07 -rw-r--r-- 1 root root 18146 Aug 18 14:36 go.sum 14:36:07 drwxrwxr-x 8 1001 1001 4096 Aug 18 14:32 internal 14:36:07 drwxrwxr-x 4 1001 1001 4096 Aug 18 14:32 openapi 14:36:07 drwxrwxr-x 4 1001 1001 4096 Aug 18 14:32 snap 14:36:07 -rw-rw-r-- 1 1001 1001 168 Aug 18 14:32 version.go [Pipeline] sh 14:36:08 + '[' -e coverage.out ] 14:36:08 + chown 1001:1001 coverage.out [Pipeline] stash 14:36:08 Warning: overwriting stash ‘coverage-report’ 14:36:09 Stashed 1 file(s) [Pipeline] sh 14:36:10 + make build 14:36:10 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 14:36:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:36:41 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 14:36:43 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 14:36:48 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 14:36:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:36:56 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 14:37:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:37:04 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 14:37:09 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 14:37:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:37:17 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 14:37:21 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] } 14:37:24 $ docker stop --time=1 63225c22cdb50959a236a3fd563ef8778d738acb6b8d0079dc541a1b617ab85f 14:37:26 $ docker rm -f 63225c22cdb50959a236a3fd563ef8778d738acb6b8d0079dc541a1b617ab85f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:37:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:37:28 14:37:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:37:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:37:29 latest: Pulling from edgex-devops/edgex-compose-arm64 14:37:29 29e5d40040c1: Pulling fs layer 14:37:29 1ce36da41761: Pulling fs layer 14:37:29 25b303627fd3: Pulling fs layer 14:37:29 29e5d40040c1: Verifying Checksum 14:37:29 29e5d40040c1: Download complete 14:37:29 1ce36da41761: Verifying Checksum 14:37:29 1ce36da41761: Download complete 14:37:30 29e5d40040c1: Pull complete 14:37:31 1ce36da41761: Pull complete 14:37:31 25b303627fd3: Download complete 14:37:41 25b303627fd3: Pull complete 14:37:41 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:37:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:37:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:37:41 prd-ubuntu18.04-docker-arm64-4c-16g-386 does not seem to be running inside a container 14:37:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 14:37:45 $ docker top 12945bd47d1a6c7033662efd18300e80804fa707fd6b46af751bd4bf5709e657 -eo pid,comm [Pipeline] { [Pipeline] sh 14:37:47 + docker-compose build --help 14:37:47 + grep parallel 14:37:51 --parallel Build images in parallel. [Pipeline] } 14:37:51 $ docker stop --time=1 12945bd47d1a6c7033662efd18300e80804fa707fd6b46af751bd4bf5709e657 14:37:53 $ docker rm -f 12945bd47d1a6c7033662efd18300e80804fa707fd6b46af751bd4bf5709e657 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:37:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:37:54 . [Pipeline] withDockerContainer 14:37:54 prd-ubuntu18.04-docker-arm64-4c-16g-386 does not seem to be running inside a container 14:37:54 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:37:55 $ docker top b69e2d330983cae41fd24f9fc59857b8f2732ac3951f779ff8039c80650bfb3d -eo pid,comm [Pipeline] { [Pipeline] sh 14:37:56 + docker-compose -f ./docker-compose-build.yml build --parallel 14:38:01 Building docker-core-command-go ... 14:38:01 Building docker-core-data-go ... 14:38:01 Building docker-core-metadata-go ... 14:38:01 Building docker-security-proxy-setup-go ... 14:38:01 Building docker-security-secrets-setup-go ... 14:38:01 Building docker-security-secretstore-setup-go ... 14:38:01 Building docker-support-logging-go ... 14:38:01 Building docker-support-notifications-go ... 14:38:01 Building docker-support-scheduler-go ... 14:38:01 Building docker-sys-mgmt-agent-go ... 14:38:01 Building docker-security-secretstore-setup-go 14:38:01 Building docker-security-proxy-setup-go 14:38:01 Building docker-core-metadata-go 14:38:01 Building docker-support-scheduler-go 14:38:01 Building docker-security-secrets-setup-go 14:39:52 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 14:39:52 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:39:52 ---> 73f0c7d75e59 14:39:52 Step 3/20 : WORKDIR /edgex-go 14:39:52 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 14:39:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:39:52 ---> 73f0c7d75e59 14:39:52 Step 3/21 : WORKDIR /edgex-go 14:39:52 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 14:39:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:39:52 ---> 73f0c7d75e59 14:39:52 Step 3/26 : WORKDIR /edgex-go 14:39:52 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 14:39:52 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:39:52 ---> 73f0c7d75e59 14:39:52 Step 3/20 : WORKDIR /edgex-go 14:39:52 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 14:39:52 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 14:39:52 ---> 73f0c7d75e59 14:39:52 Step 3/29 : WORKDIR /edgex-go 14:39:52 ---> Running in 3d86361bfb9d 14:39:52 ---> Running in eaebcbcbd1b9 14:39:52 ---> Running in 9234c24746f1 14:39:52 ---> Running in 5d38b5d61283 14:39:52 ---> Running in c8cc5cd3957f 14:39:52 Removing intermediate container 3d86361bfb9d 14:39:52 ---> a914e0c21d10 14:39:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:39:52 Removing intermediate container 9234c24746f1 14:39:52 ---> 81a67ccb4402 14:39:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:39:52 Removing intermediate container 5d38b5d61283 14:39:52 ---> 418d0f352439 14:39:52 Step 4/29 : RUN apk update && apk add make git 14:39:52 Removing intermediate container eaebcbcbd1b9 14:39:52 ---> d1b2b1e0bfc3 14:39:52 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:39:52 Removing intermediate container c8cc5cd3957f 14:39:52 ---> 816fe73e59b7 14:39:52 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:39:52 ---> Running in 4481646ad668 14:39:52 ---> Running in 8329103d80ec 14:39:52 ---> Running in f08ee661f185 14:39:52 ---> Running in b2d5c8616952 14:39:52 ---> Running in a8c2614a0d2a 14:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:39:52 Removing intermediate container 8329103d80ec 14:39:52 ---> a9ae348a6984 14:39:52 Step 5/21 : RUN apk update && apk add make git 14:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:39:52 Removing intermediate container 4481646ad668 14:39:52 ---> 0f2e7ba123c3 14:39:52 Step 5/26 : RUN apk update && apk add make git 14:39:52 ---> Running in 55a5b93fe7f6 14:39:52 ---> Running in 592d2a08f2de 14:39:52 Removing intermediate container b2d5c8616952 14:39:52 ---> 1bfe9f5ae301 14:39:52 Step 5/20 : RUN apk update && apk add make git 14:39:52 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:39:52 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:39:52 OK: 12617 distinct packages available 14:39:52 Removing intermediate container a8c2614a0d2a 14:39:52 ---> 471583ff23f0 14:39:52 Step 5/20 : RUN apk update && apk add make git 14:39:52 ---> Running in 48a1112cd821 14:39:52 ---> Running in b86530a15475 14:39:52 OK: 217 MiB in 51 packages 14:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:39:52 Removing intermediate container f08ee661f185 14:39:52 ---> bf92e6b0d97b 14:39:52 Step 5/29 : COPY go.mod . 14:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:39:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:39:53 ---> f8caa53ca1d2 14:39:53 Step 6/29 : RUN go mod download 14:39:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:39:53 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:39:53 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:39:53 OK: 12617 distinct packages available 14:39:53 ---> Running in d2095c505897 14:39:54 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:39:54 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:39:54 OK: 12617 distinct packages available 14:39:54 OK: 217 MiB in 51 packages 14:39:54 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:39:54 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:39:54 OK: 12617 distinct packages available 14:39:54 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:39:54 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:39:54 OK: 12617 distinct packages available 14:39:54 OK: 217 MiB in 51 packages 14:39:55 OK: 217 MiB in 51 packages 14:39:55 OK: 217 MiB in 51 packages 14:39:56 Removing intermediate container 55a5b93fe7f6 14:39:56 ---> f7423fab837c 14:39:56 Step 6/21 : COPY go.mod . 14:39:57 Removing intermediate container 592d2a08f2de 14:39:57 ---> 231833ce9e80 14:39:57 Step 6/26 : COPY go.mod . 14:39:57 Removing intermediate container 48a1112cd821 14:39:57 ---> 8f4a4ab7eb78 14:39:57 Step 6/20 : COPY go.mod . 14:39:57 Removing intermediate container b86530a15475 14:39:57 ---> 4b66eb9cbd03 14:39:57 Step 6/20 : COPY go.mod . 14:39:58 ---> ab4bb45688aa 14:39:58 Step 7/21 : RUN go mod download 14:39:58 ---> c3b16365cc9b 14:39:58 Step 7/26 : RUN go mod download 14:39:58 ---> Running in bc787cc0e845 14:39:58 ---> Running in 51829e74f8b8 14:39:58 Removing intermediate container d2095c505897 14:39:58 ---> 7f154515d1de 14:39:58 Step 7/29 : COPY . . 14:39:58 ---> d1479db29f1d 14:39:58 Step 7/20 : RUN go mod download 14:39:59 ---> 28e43de0bf1f 14:39:59 Step 7/20 : RUN go mod download 14:39:59 ---> Running in eed5ac221cfa 14:39:59 ---> Running in 496e4a3744aa 14:40:06 Removing intermediate container bc787cc0e845 14:40:06 ---> 2c55209edecb 14:40:06 Step 8/21 : COPY . . 14:40:06 Removing intermediate container eed5ac221cfa 14:40:06 ---> 6c16b237e91c 14:40:06 Step 8/20 : COPY . . 14:40:06 Removing intermediate container 51829e74f8b8 14:40:06 ---> 5bf6e10bd9bf 14:40:06 Step 8/26 : COPY . . 14:40:06 Removing intermediate container 496e4a3744aa 14:40:06 ---> 09172f3717f8 14:40:06 Step 8/20 : COPY . . 14:40:33 ---> b555cb1e21b7 14:40:33 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 14:40:33 ---> Running in 0c39d2135eef 14:40:34 ---> 5b5cdeef4eea 14:40:34 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 14:40:34 ---> 39a07b25bde0 14:40:34 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 14:40:34 ---> b073602e1e8c 14:40:34 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 14:40:34 ---> 705ed67df57d 14:40:34 Step 9/21 : RUN make cmd/core-metadata/core-metadata 14:40:34 ---> Running in edbbc986576f 14:40:34 ---> Running in 4827a1388f19 14:40:34 ---> Running in e8bd8fc323d5 14:40:34 ---> Running in 78b08dae6cc0 14:40:36 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 14:40:37 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 14:40:37 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 14:40:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:40: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 14:42:00 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 14:42:01 Removing intermediate container 0c39d2135eef 14:42:01 ---> 33b87ca76255 14:42:01 14:42:01 Step 9/29 : FROM alpine:latest 14:42:02 latest: Pulling from library/alpine 14:42:04 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 14:42:04 Status: Downloaded newer image for alpine:latest 14:42:04 ---> 62ee0e9f8440 14:42:04 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 14:42:04 Removing intermediate container edbbc986576f 14:42:04 ---> 79635516ac71 14:42:04 14:42:04 Step 10/20 : FROM alpine 14:42:04 ---> 62ee0e9f8440 14:42:04 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 14:42:04 ---> Running in 08cb3e253505 14:42:04 ---> Running in b8d9a587a7d8 14:42:05 Removing intermediate container 08cb3e253505 14:42:05 ---> 0fef230e3ddd 14:42:05 Step 11/29 : USER root 14:42:05 ---> Running in e6a60b1195a7 14:42:06 Removing intermediate container e6a60b1195a7 14:42:06 ---> 6387c36d24d4 14:42:06 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 14:42:06 ---> Running in 9a0daf6e49bb 14:42:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:42:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:42:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:42:09 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:42:09 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:42:09 OK: 12617 distinct packages available 14:42:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:42:10 (1/4) Installing ca-certificates (20191127-r4) 14:42:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:42:10 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 14:42:10 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 14:42:10 OK: 12617 distinct packages available 14:42:10 (3/4) Installing libcurl (7.69.1-r0) 14:42:10 (4/4) Installing curl (7.69.1-r0) 14:42:10 Executing busybox-1.31.1-r16.trigger 14:42:10 Executing ca-certificates-20191127-r4.trigger 14:42:11 OK: 7 MiB in 18 packages 14:42:11 (1/2) Installing ca-certificates (20191127-r4) 14:42:11 (2/2) Installing dumb-init (1.2.2-r1) 14:42:11 Executing busybox-1.31.1-r16.trigger 14:42:11 Executing ca-certificates-20191127-r4.trigger 14:42:11 OK: 6 MiB in 16 packages 14:42:12 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 14:42:14 Removing intermediate container b8d9a587a7d8 14:42:14 ---> 96497cfcce6e 14:42:14 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:42:14 Removing intermediate container 9a0daf6e49bb 14:42:14 ---> 4d5a9a3a2754 14:42:14 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 14:42:14 ---> Running in 29ad41d9812c 14:42:15 ---> Running in 6d40378f5283 14:42:15 Removing intermediate container 29ad41d9812c 14:42:15 ---> 6914b3bf399e 14:42:15 Step 13/20 : WORKDIR /edgex 14:42:15 Removing intermediate container 6d40378f5283 14:42:15 ---> ee287f465d81 14:42:15 Step 14/29 : WORKDIR $BASE_DIR 14:42:15 ---> Running in 09f5af2e33c8 14:42:15 ---> Running in 913e940ad658 14:42:16 Removing intermediate container 09f5af2e33c8 14:42:16 ---> 997ce30d8a35 14:42:16 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:42:16 Removing intermediate container 913e940ad658 14:42:16 ---> 458dd6a44d6e 14:42:16 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 14:42:17 ---> Running in 3c900cbd901c 14:42:18 ---> c7b88f190286 14:42:18 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:42:20 ---> edd971ee805d 14:42:20 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:42:20 ---> Running in a05761e9c1e7 14:42:21 Removing intermediate container 3c900cbd901c 14:42:21 ---> 4b969e6991f8 14:42:21 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 14:42:22 Removing intermediate container a05761e9c1e7 14:42:22 ---> f50c26136674 14:42:22 Step 17/20 : CMD ["--init=true"] 14:42:22 ---> Running in c7112af8a5a3 14:42:24 Removing intermediate container c7112af8a5a3 14:42:24 ---> 21e40550ac20 14:42:24 Step 18/20 : LABEL arch=arm64 14:42:24 ---> Running in 0cf5b007efbc 14:42:24 ---> a3ff0ecf6806 14:42:24 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 14:42:25 Removing intermediate container 0cf5b007efbc 14:42:25 ---> 11c92fbeb76e 14:42:25 Step 19/20 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:42:25 Removing intermediate container e8bd8fc323d5 14:42:25 ---> 5feda1897063 14:42:25 14:42:25 Step 10/26 : FROM alpine:3.10 14:42:26 ---> Running in 71505909b0db 14:42:26 3.10: Pulling from library/alpine 14:42:26 ---> 8547e54dd4e7 14:42:26 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 14:42:26 Removing intermediate container 71505909b0db 14:42:26 ---> d24f2b930f58 14:42:26 Step 20/20 : LABEL version=0.0.0 14:42:27 ---> Running in a4d666ad882e 14:42:27 ---> c62909e1f587 14:42:27 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 14:42:28 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 14:42:28 Status: Downloaded newer image for alpine:3.10 14:42:28 ---> 536a684cf733 14:42:28 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 14:42:28 Removing intermediate container a4d666ad882e 14:42:28 ---> 62fef1bf3df6 14:42:28 14:42:28 ---> Running in a2e6028954d9 14:42:29 Successfully built 62fef1bf3df6 14:42:30 Successfully tagged docker-security-proxy-setup-go-arm64:latest 14:42:30  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 14:42:30 ---> 3009f97547ac 14:42:30 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 14:42:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 14:42:30 Removing intermediate container 4827a1388f19 14:42:30 ---> 0fbfb1dfe426 14:42:30 14:42:30 Step 10/20 : FROM scratch 14:42:30 ---> 14:42:30 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:42:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 14:42:31 ---> Running in 1c2da4c81b20 14:42:31 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 14:42:31 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 14:42:31 OK: 10167 distinct packages available 14:42:32 (1/5) Installing ca-certificates (20191127-r2) 14:42:32 (2/5) Installing nghttp2-libs (1.39.2-r1) 14:42:32 (3/5) Installing libcurl (7.66.0-r0) 14:42:32 (4/5) Installing curl (7.66.0-r0) 14:42:32 (5/5) Installing dumb-init (1.2.2-r1) 14:42:32 Executing busybox-1.30.1-r3.trigger 14:42:32 Executing ca-certificates-20191127-r2.trigger 14:42:32 OK: 7 MiB in 19 packages 14:42:32 ---> 64f87c709b84 14:42:32 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 14:42:33 Removing intermediate container 1c2da4c81b20 14:42:33 ---> 2519eba40056 14:42:33 Step 12/20 : ENV APP_PORT=48085 14:42:33 ---> Running in 9ade4645941f 14:42:33 ---> Running in da061438874c 14:42:36 Removing intermediate container 9ade4645941f 14:42:36 ---> 348dd145ab93 14:42:36 Step 13/20 : EXPOSE $APP_PORT 14:42:36 ---> Running in 1930c7ab6184 14:42:37 Removing intermediate container a2e6028954d9 14:42:37 ---> 2f7110314f2d 14:42:37 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:42:37 Removing intermediate container 1930c7ab6184 14:42:37 ---> 6961e84b72b7 14:42:37 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 14:42:37 ---> Running in 8d13eb87f54c 14:42:38 Removing intermediate container 78b08dae6cc0 14:42:38 ---> 718c63c23809 14:42:38 14:42:38 Step 10/21 : FROM scratch 14:42:38 ---> 14:42:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:42:38 ---> Using cache 14:42:38 ---> 2519eba40056 14:42:38 Step 12/21 : ENV APP_PORT=48081 14:42:38 ---> Running in dd3bb79cda9f 14:42:38 Removing intermediate container da061438874c 14:42:38 ---> 72b03ffc8056 14:42:38 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 14:42:38 Removing intermediate container 8d13eb87f54c 14:42:38 ---> 1d8a3e536636 14:42:38 Step 13/26 : WORKDIR / 14:42:39 ---> da360a9fc7a1 14:42:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:42:39 ---> Running in 301f315c24de 14:42:39 Removing intermediate container dd3bb79cda9f 14:42:39 ---> bb8066387163 14:42:39 Step 13/21 : EXPOSE $APP_PORT 14:42:39 ---> Running in 9ce82019d0e3 14:42:39 Removing intermediate container 301f315c24de 14:42:39 ---> 047dd7e5c2c4 14:42:39 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:42:40 ---> b3bb7beed5f7 14:42:40 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:42:40 Removing intermediate container 9ce82019d0e3 14:42:40 ---> 606833e58cd4 14:42:40 Step 14/21 : WORKDIR / 14:42:41 ---> Running in e93d7b209f28 14:42:41 ---> 1b2bf0b4513d 14:42:41 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:42:41 ---> Running in 4ca7e892a926 14:42:41 ---> 1ac2a01d1f37 14:42:41 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:42:42 Removing intermediate container 4ca7e892a926 14:42:42 ---> 37a9e0af8df5 14:42:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 14:42:42 ---> f1a3076b4034 14:42:42 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:42:43 ---> Running in b4ee47688d2d 14:42:43 ---> 9e8bbd14a970 14:42:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:42:43 ---> 286d5b41b536 14:42:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:42:44 Removing intermediate container b4ee47688d2d 14:42:44 ---> 2558ed6fec22 14:42:44 Step 18/20 : LABEL arch=arm64 14:42:44 ---> Running in 83a0d1a60401 14:42:45 ---> 50bffa46c10e 14:42:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 14:42:46 Removing intermediate container e93d7b209f28 14:42:46 ---> 29d615519baf 14:42:46 Step 24/29 : RUN chmod 755 security-secrets-setup 14:42:46 ---> e8f2912383e1 14:42:46 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:42:46 Removing intermediate container 83a0d1a60401 14:42:46 ---> 619023a17835 14:42:46 Step 19/20 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:42:46 ---> Running in 15b65b9fc3ff 14:42:46 ---> Running in 319a1f1aefea 14:42:47 ---> dec652af7af5 14:42:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:42:47 ---> 20fb7bdd623c 14:42:47 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:42:47 Removing intermediate container 319a1f1aefea 14:42:47 ---> 5a2a8d9287fa 14:42:47 Step 20/20 : LABEL version=0.0.0 14:42:47 ---> Running in 705df4b535a5 14:42:47 ---> Running in 1a3ba3f5f480 14:42:49 Removing intermediate container 705df4b535a5 14:42:49 ---> 1758f55d88f9 14:42:49 14:42:49 Removing intermediate container 1a3ba3f5f480 14:42:49 ---> 3a6ffc6c25cd 14:42:49 Step 19/21 : LABEL arch=arm64 14:42:49 ---> 25c9569f05d9 14:42:49 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:42:50 ---> Running in 2ba610609ce7 14:42:50 Successfully built 1758f55d88f9 14:42:50 Successfully tagged docker-support-scheduler-go-arm64:latest 14:42:50  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 14:42:51 Removing intermediate container 2ba610609ce7 14:42:51 ---> 7f5a2a0e8887 14:42:51 Step 20/21 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:42:51 ---> Running in 5c8ec49e2cfc 14:42:51 Removing intermediate container 15b65b9fc3ff 14:42:51 ---> f39916897338 14:42:51 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 14:42:52 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 14:42:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:42:52 ---> 73f0c7d75e59 14:42:52 Step 3/22 : WORKDIR /edgex-go 14:42:52 ---> Running in 18843b5bce47 14:42:52 ---> Using cache 14:42:52 ---> 816fe73e59b7 14:42:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:42:52 ---> Using cache 14:42:52 ---> 471583ff23f0 14:42:52 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 14:42:53 Removing intermediate container 5c8ec49e2cfc 14:42:53 ---> d232893bc0a9 14:42:53 Step 21/21 : LABEL version=0.0.0 14:42:53 ---> 8f28b9a5a17d 14:42:53 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 14:42:53 ---> Running in ecdf4f7f3c9a 14:42:54 ---> Running in 869b3d12f72c 14:42:54 Removing intermediate container 18843b5bce47 14:42:54 ---> 7ee645388871 14:42:54 Step 26/29 : CMD [ "generate" ] 14:42:55 ---> Running in da43ed35f3e7 14:42:55 Removing intermediate container 869b3d12f72c 14:42:55 ---> a4466be7790a 14:42:55 14:42:55 ---> 356b5c7ec2df 14:42:55 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:42:55 Removing intermediate container da43ed35f3e7 14:42:55 ---> b7edaf6ba822 14:42:55 Step 27/29 : LABEL arch=arm64 14:42:56 Successfully built a4466be7790a 14:42:56 Successfully tagged docker-core-metadata-go-arm64:latest 14:42:56  Building docker-core-metadata-go ... done Building docker-core-command-go 14:42:56 ---> Running in a74becbff9fc 14:42:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:42:57 ---> 911f57321ed3 14:42:57 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:42:57 ---> Running in 16fa6576c0c1 14:42:57 Removing intermediate container a74becbff9fc 14:42:57 ---> c36cb5273011 14:42:57 Step 28/29 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:42:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:42:58 ---> Running in 1db966b6ad36 14:42:58 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:42:58 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:42:58 OK: 12617 distinct packages available 14:42:59 OK: 217 MiB in 51 packages 14:42:59 Removing intermediate container 1db966b6ad36 14:42:59 ---> 936b6aac5bcf 14:42:59 Step 29/29 : LABEL version=0.0.0 14:43:01 ---> Running in e9b2b2a84959 14:43:01 Removing intermediate container e9b2b2a84959 14:43:01 ---> 98ab2d02605a 14:43:01 14:43:02 Removing intermediate container ecdf4f7f3c9a 14:43:02 ---> f4c823850728 14:43:02 Step 6/22 : COPY go.mod . 14:43:02 Successfully built 98ab2d02605a 14:43:02 Successfully tagged docker-security-secrets-setup-go-arm64:latest 14:43:02  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go 14:43:02 Removing intermediate container 16fa6576c0c1 14:43:02 ---> 11414a7458d8 14:43:02 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 14:43:02 ---> Running in 0a88943b1ccf 14:43:02 ---> 8cc8d236a327 14:43:02 Step 7/22 : RUN go mod download 14:43:03 ---> Running in 8ce7d4896c2e 14:43:03 Removing intermediate container 0a88943b1ccf 14:43:03 ---> b779c402a4a7 14:43:03 Step 24/26 : LABEL arch=arm64 14:43:03 ---> Running in dca87e449a77 14:43:04 Removing intermediate container dca87e449a77 14:43:04 ---> 38d3d736be51 14:43:04 Step 25/26 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:43:05 ---> Running in 14abedaf547a 14:43:06 Removing intermediate container 14abedaf547a 14:43:06 ---> 437d6ec37abd 14:43:06 Step 26/26 : LABEL version=0.0.0 14:43:08 ---> Running in e4ec95056c0c 14:43:09 Removing intermediate container e4ec95056c0c 14:43:09 ---> 3f00cced8717 14:43:09 14:43:10 Successfully built 3f00cced8717 14:43:10 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:43:10 Removing intermediate container 8ce7d4896c2e 14:43:10 ---> 63f295eb7507 14:43:10  Building docker-security-secretstore-setup-go ... done Step 8/22 : COPY . . 14:43:10 Building docker-support-logging-go 14:43:32 ---> 3eff31618ec7 14:43:32 Step 9/22 : RUN make cmd/core-data/core-data 14:43:32 ---> Running in 946008aa9557 14:43:33 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:43:48 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 14:43:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:43:48 ---> 73f0c7d75e59 14:43:48 Step 3/23 : WORKDIR /edgex-go 14:43:48 ---> Using cache 14:43:48 ---> 816fe73e59b7 14:43:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:43:48 ---> Using cache 14:43:48 ---> 471583ff23f0 14:43:48 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 14:43:48 ---> Running in 19c9918463f6 14:43:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:43:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:43:53 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:43:53 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:43:53 OK: 12617 distinct packages available 14:43:54 OK: 217 MiB in 51 packages 14:43:59 Removing intermediate container 19c9918463f6 14:43:59 ---> 8480d660fdc2 14:43:59 Step 6/23 : COPY go.mod . 14:43:59 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 14:43:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:43:59 ---> 73f0c7d75e59 14:43:59 Step 3/21 : WORKDIR /edgex-go 14:43:59 ---> Using cache 14:43:59 ---> 816fe73e59b7 14:43:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:43:59 ---> Using cache 14:43:59 ---> 471583ff23f0 14:43:59 Step 5/21 : RUN apk update && apk add make git 14:43:59 ---> Using cache 14:43:59 ---> 4b66eb9cbd03 14:43:59 Step 6/21 : COPY go.mod . 14:43:59 ---> Using cache 14:43:59 ---> 28e43de0bf1f 14:43:59 Step 7/21 : RUN go mod download 14:43:59 ---> Using cache 14:43:59 ---> 09172f3717f8 14:43:59 Step 8/21 : COPY . . 14:43:59 ---> Using cache 14:43:59 ---> 39a07b25bde0 14:43:59 Step 9/21 : RUN make cmd/core-command/core-command 14:43:59 ---> Running in ad45bcbbbf75 14:44:01 ---> f96bbd5c03a6 14:44:01 Step 7/23 : RUN go mod download 14:44:02 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 14:44:02 ---> Running in 654bf2f08958 14:44:04 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 14:44:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:44:04 ---> 73f0c7d75e59 14:44:04 Step 3/26 : WORKDIR /edgex-go 14:44:04 ---> Using cache 14:44:04 ---> 816fe73e59b7 14:44:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:44:04 ---> Using cache 14:44:04 ---> 471583ff23f0 14:44:04 Step 5/26 : RUN apk update && apk add make bash git 14:44:04 ---> Running in a8b41fc6fd67 14:44:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:44:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:44:08 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:44:08 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:44:08 OK: 12617 distinct packages available 14:44:09 Removing intermediate container 654bf2f08958 14:44:09 ---> 8f81852bd181 14:44:09 Step 8/23 : COPY . . 14:44:09 OK: 217 MiB in 51 packages 14:44:11 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 14:44:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:44:11 ---> 73f0c7d75e59 14:44:11 Step 3/21 : WORKDIR /edgex-go 14:44:11 ---> Using cache 14:44:11 ---> 816fe73e59b7 14:44:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:44:11 ---> Using cache 14:44:11 ---> 471583ff23f0 14:44:11 Step 5/21 : RUN apk update && apk add make && apk add bash git 14:44:11 ---> Running in bfd4aa5c2ab0 14:44:13 Removing intermediate container a8b41fc6fd67 14:44:13 ---> 91360f028e43 14:44:13 Step 6/26 : COPY go.mod . 14:44:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:44:15 ---> b3cc5d42a02f 14:44:15 Step 7/26 : RUN go mod download 14:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:44:16 ---> Running in 3de80037e3ca 14:44:17 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 14:44:17 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 14:44:17 OK: 12617 distinct packages available 14:44:18 OK: 217 MiB in 51 packages 14:44:19 OK: 217 MiB in 51 packages 14:44:22 Removing intermediate container bfd4aa5c2ab0 14:44:22 ---> 3148cd0900fc 14:44:22 Step 6/21 : COPY go.mod . 14:44:23 Removing intermediate container 3de80037e3ca 14:44:23 ---> 60b843191784 14:44:23 Step 8/26 : COPY . . 14:44:24 ---> f31191bf703e 14:44:24 Step 7/21 : RUN go mod download 14:44:24 ---> Running in aa3e21dfc427 14:44:31 Removing intermediate container aa3e21dfc427 14:44:31 ---> 70aff794087b 14:44:31 Step 8/21 : COPY . . 14:44:44 ---> 14c526f9362e 14:44:44 Step 9/23 : RUN make cmd/support-notifications/support-notifications 14:44:44 ---> Running in 8436fe37c179 14:44:46 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 14:45:04 ---> bdaf8786d180 14:45:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:45:04 ---> Running in 95c68ccf6fe6 14:45:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:45:06 Removing intermediate container 946008aa9557 14:45:06 ---> b2d680556c0e 14:45:06 14:45:06 Step 10/22 : FROM alpine 14:45:06 ---> 62ee0e9f8440 14:45:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:45:06 ---> Running in dd36f19a16f6 14:45:07 ---> e2e0bf30f2aa 14:45:07 Step 9/21 : RUN make cmd/support-logging/support-logging 14:45:07 ---> Running in bcd04e24ffa6 14:45:08 Removing intermediate container dd36f19a16f6 14:45:08 ---> ab8ebcae8094 14:45:08 Step 12/22 : ENV APP_PORT=48080 14:45:08 ---> Running in dbd2ed68d37a 14:45:08 Removing intermediate container dbd2ed68d37a 14:45:08 ---> 32c4b3bbb805 14:45:08 Step 13/22 : EXPOSE $APP_PORT 14:45:09 ---> Running in 3ad7ff76b449 14:45:10 Removing intermediate container 3ad7ff76b449 14:45:10 ---> 843e60c8f045 14:45:10 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:45:10 ---> Running in 8dfb7b1b9af2 14:45:10 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 14:45:14 Removing intermediate container 8dfb7b1b9af2 14:45:14 ---> dd70307f2603 14:45:14 Step 15/22 : RUN apk --no-cache add zeromq 14:45:14 ---> Running in fe36a256c943 14:45:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:45:18 (1/5) Installing libgcc (9.3.0-r2) 14:45:18 (2/5) Installing libsodium (1.0.18-r0) 14:45:18 (3/5) Installing libstdc++ (9.3.0-r2) 14:45:19 (4/5) Installing libzmq (4.3.2-r0) 14:45:19 (5/5) Installing zeromq (4.3.2-r0) 14:45:19 Executing busybox-1.31.1-r16.trigger 14:45:19 OK: 8 MiB in 19 packages 14:45:21 Removing intermediate container fe36a256c943 14:45:21 ---> 504497ad7cc9 14:45:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 14:45:22 ---> 613678080129 14:45:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:45:24 ---> 3661c00b0a11 14:45:24 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:45:25 ---> 7abaf224af28 14:45:25 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:45:25 ---> Running in 5fba19b2a2b8 14:45:26 Removing intermediate container 5fba19b2a2b8 14:45:26 ---> 51b2b24f0a96 14:45:26 Step 20/22 : LABEL arch=arm64 14:45:26 ---> Running in 3fdd5379b5c9 14:45:27 Removing intermediate container 3fdd5379b5c9 14:45:27 ---> 5da7433fc6f4 14:45:27 Step 21/22 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:45:27 ---> Running in d36579e4da2d 14:45:28 Removing intermediate container d36579e4da2d 14:45:28 ---> 346cfc4b0b69 14:45:28 Step 22/22 : LABEL version=0.0.0 14:45:28 ---> Running in 5a8e9f7ae7bb 14:45:28 Removing intermediate container 5a8e9f7ae7bb 14:45:28 ---> 92da9c244c62 14:45:28 14:45:29 Successfully built 92da9c244c62 14:45:29 Successfully tagged docker-core-data-go-arm64:latest 14:45:36  Building docker-core-data-go ... done Removing intermediate container ad45bcbbbf75 14:45:36 ---> 4e72abb8c140 14:45:36 14:45:36 Step 10/21 : FROM scratch 14:45:36 ---> 14:45:36 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:45:36 ---> Using cache 14:45:36 ---> 2519eba40056 14:45:36 Step 12/21 : ENV APP_PORT=48082 14:45:36 ---> Running in b26fa2e4201e 14:45:36 Removing intermediate container b26fa2e4201e 14:45:36 ---> 529d2cd62cd3 14:45:36 Step 13/21 : EXPOSE $APP_PORT 14:45:36 ---> Running in ae326eafb165 14:45:36 Removing intermediate container ae326eafb165 14:45:36 ---> b582659c2a0e 14:45:36 Step 14/21 : WORKDIR / 14:45:36 ---> Running in 55926c25abb9 14:45:37 Removing intermediate container 55926c25abb9 14:45:37 ---> e78d707a34fa 14:45:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 14:45:38 ---> e34e3eb7f202 14:45:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:45:40 ---> 96ad98b1e723 14:45:40 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:45:41 ---> 3b437383bc10 14:45:41 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:45:41 ---> Running in db8f2d9db360 14:45:42 Removing intermediate container db8f2d9db360 14:45:42 ---> e047ed4ee4b2 14:45:42 Step 19/21 : LABEL arch=arm64 14:45:42 ---> Running in 0e2c36d4fe10 14:45:43 Removing intermediate container 0e2c36d4fe10 14:45:43 ---> 1ef3635d363f 14:45:43 Step 20/21 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:45:43 ---> Running in cfe2dcde3644 14:45:44 Removing intermediate container cfe2dcde3644 14:45:44 ---> aaf13a290ab2 14:45:44 Step 21/21 : LABEL version=0.0.0 14:45:44 ---> Running in 4c619400a628 14:45:45 Removing intermediate container 4c619400a628 14:45:45 ---> 4ec1b585e6aa 14:45:45 14:45:45 Successfully built 4ec1b585e6aa 14:45:45 Successfully tagged docker-core-command-go-arm64:latest 14:46:18  Building docker-core-command-go ... done Removing intermediate container 8436fe37c179 14:46:18 ---> c63394cf3a20 14:46:18 14:46:18 Step 10/23 : FROM scratch 14:46:18 ---> 14:46:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:46:18 ---> Running in 04609f4b2e37 14:46:18 Removing intermediate container 04609f4b2e37 14:46:18 ---> 5aeeec357b50 14:46:18 Step 12/23 : ENV APP_PORT=48060 14:46:18 ---> Running in cebe15be4254 14:46:18 Removing intermediate container cebe15be4254 14:46:18 ---> da32bc13a2b2 14:46:18 Step 13/23 : EXPOSE $APP_PORT 14:46:18 Removing intermediate container 95c68ccf6fe6 14:46:18 ---> 9a5600339485 14:46:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:46:18 ---> Running in 65de663754fe 14:46:18 ---> Running in cfedd30170f6 14:46:18 Removing intermediate container 65de663754fe 14:46:18 ---> 24afb43737d4 14:46:18 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 14:46:18 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 14:46:18 ---> 81af6581a892 14:46:18 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 14:46:18 Removing intermediate container bcd04e24ffa6 14:46:18 ---> c97db2b9d483 14:46:18 14:46:18 Step 10/21 : FROM scratch 14:46:18 ---> 14:46:18 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 14:46:19 ---> Using cache 14:46:19 ---> 5aeeec357b50 14:46:19 Step 12/21 : ENV APP_PORT=48061 14:46:19 ---> Running in 1c2eb99162ef 14:46:19 ---> 349a48601a97 14:46:19 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 14:46:19 Removing intermediate container 1c2eb99162ef 14:46:19 ---> c7fd37a6dd72 14:46:19 Step 13/21 : EXPOSE $APP_PORT 14:46:20 ---> Running in 5a972b57aac1 14:46:20 Removing intermediate container 5a972b57aac1 14:46:20 ---> b7954a30cc43 14:46:20 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 14:46:20 ---> ceb1113e9923 14:46:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 14:46:21 ---> 33a2a44580bd 14:46:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 14:46:21 Removing intermediate container cfedd30170f6 14:46:21 ---> 448dc47f3d0f 14:46:21 14:46:21 Step 11/26 : FROM docker:latest 14:46:21 ---> ce9d55ae87f1 14:46:21 Step 12/26 : RUN apk add --no-cache bash 14:46:21 ---> Running in 4d90beeb1ed9 14:46:22 ---> 6074049b33f3 14:46:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:46:23 ---> 61a45c5d4653 14:46:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 14:46:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:46:24 ---> 4221b00f158a 14:46:24 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:46:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:46:24 ---> e8c8ff481cf3 14:46:24 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 14:46:25 (1/2) Installing readline (8.0.4-r0) 14:46:25 (2/2) Installing bash (5.0.17-r0) 14:46:25 ---> 203d059bb92a 14:46:25 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:46:25 Executing bash-5.0.17-r0.post-install 14:46:25 Executing busybox-1.31.1-r16.trigger 14:46:25 OK: 12 MiB in 22 packages 14:46:25 ---> Running in fd90d82479e4 14:46:25 ---> 2f1a7e634811 14:46:25 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:46:25 ---> Running in cd656c7e63c2 14:46:25 Removing intermediate container fd90d82479e4 14:46:25 ---> 1efa2afddd53 14:46:25 Step 21/23 : LABEL arch=arm64 14:46:26 ---> Running in 50b2c1df502b 14:46:26 Removing intermediate container cd656c7e63c2 14:46:26 ---> 83ddf767ee00 14:46:26 Step 19/21 : LABEL arch=arm64 14:46:26 ---> Running in 01043d1baaed 14:46:26 Removing intermediate container 50b2c1df502b 14:46:26 ---> afa717b01e54 14:46:26 Step 22/23 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:46:26 Removing intermediate container 4d90beeb1ed9 14:46:26 ---> 62ca8be49a0c 14:46:26 Step 13/26 : RUN rm -rf /var/cache/apk/* 14:46:26 ---> Running in 031d18b695e5 14:46:27 Removing intermediate container 01043d1baaed 14:46:27 ---> d8b02f6a1141 14:46:27 Step 20/21 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:46:27 ---> Running in bc28e0005cdd 14:46:27 ---> Running in 7d163e5c5fdb 14:46:27 Removing intermediate container 031d18b695e5 14:46:27 ---> 7b11c46c3ebc 14:46:27 Step 23/23 : LABEL version=0.0.0 14:46:27 ---> Running in 983b17dd9dac 14:46:27 Removing intermediate container 7d163e5c5fdb 14:46:27 ---> 32f9d47898db 14:46:27 Step 21/21 : LABEL version=0.0.0 14:46:27 ---> Running in 132ec3edb98a 14:46:28 Removing intermediate container 983b17dd9dac 14:46:28 ---> 8ca58782b404 14:46:28 14:46:28 Successfully built 8ca58782b404 14:46:28 Removing intermediate container 132ec3edb98a 14:46:28 ---> af2f62b58c65 14:46:28 14:46:28 Successfully tagged docker-support-notifications-go-arm64:latest 14:46:29  Building docker-support-notifications-go ... done Successfully built af2f62b58c65 14:46:29 Successfully tagged docker-support-logging-go-arm64:latest 14:46:29  Building docker-support-logging-go ... done Removing intermediate container bc28e0005cdd 14:46:29 ---> 9f1ab8bdfbf2 14:46:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:46:30 ---> Running in f7984083f91c 14:46:30 Removing intermediate container f7984083f91c 14:46:30 ---> 6feb99ca329a 14:46:30 Step 15/26 : ENV APP_PORT=48090 14:46:30 ---> Running in ed2e26c1958c 14:46:31 Removing intermediate container ed2e26c1958c 14:46:31 ---> ef3886ee94dc 14:46:31 Step 16/26 : EXPOSE $APP_PORT 14:46:31 ---> Running in 60715f4bdcde 14:46:31 Removing intermediate container 60715f4bdcde 14:46:31 ---> fe57582333e5 14:46:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:46:32 ---> f5dac70416c8 14:46:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:46:33 ---> 65df40467cc8 14:46:33 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:46:34 ---> 35496e52106f 14:46:34 Step 20/26 : RUN apk --no-cache add py-pip 14:46:34 ---> Running in 646313d19342 14:46:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:46:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:46:37 (1/33) Installing libbz2 (1.0.8-r1) 14:46:37 (2/33) Installing expat (2.2.9-r1) 14:46:37 (3/33) Installing libffi (3.3-r2) 14:46:37 (4/33) Installing gdbm (1.13-r1) 14:46:37 (5/33) Installing xz-libs (5.2.5-r0) 14:46:37 (6/33) Installing sqlite-libs (3.32.1-r0) 14:46:37 (7/33) Installing python3 (3.8.5-r0) 14:46:39 (8/33) Installing py3-appdirs (1.4.4-r1) 14:46:39 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:46:39 (10/33) Installing py3-parsing (2.4.7-r0) 14:46:39 (11/33) Installing py3-six (1.15.0-r0) 14:46:39 (12/33) Installing py3-packaging (20.4-r0) 14:46:39 (13/33) Installing py3-setuptools (47.0.0-r0) 14:46:39 (14/33) Installing py3-chardet (3.0.4-r4) 14:46:39 (15/33) Installing py3-idna (2.9-r0) 14:46:39 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:46:39 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:46:39 (18/33) Installing py3-requests (2.23.0-r0) 14:46:39 (19/33) Installing py3-msgpack (1.0.0-r0) 14:46:39 (20/33) Installing py3-lockfile (0.12.2-r3) 14:46:39 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:46:39 (22/33) Installing py3-colorama (0.4.3-r0) 14:46:39 (23/33) Installing py3-distlib (0.3.0-r0) 14:46:39 (24/33) Installing py3-distro (1.5.0-r1) 14:46:39 (25/33) Installing py3-webencodings (0.5.1-r3) 14:46:39 (26/33) Installing py3-html5lib (1.0.1-r4) 14:46:39 (27/33) Installing py3-pytoml (0.1.21-r0) 14:46:39 (28/33) Installing py3-pep517 (0.8.2-r0) 14:46:39 (29/33) Installing py3-progress (1.5-r0) 14:46:39 (30/33) Installing py3-toml (0.10.1-r0) 14:46:39 (31/33) Installing py3-retrying (1.3.3-r0) 14:46:39 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:46:39 (33/33) Installing py3-pip (20.1.1-r0) 14:46:39 Executing busybox-1.31.1-r16.trigger 14:46:39 OK: 71 MiB in 55 packages 14:46:46 Removing intermediate container 646313d19342 14:46:46 ---> bc3adcf5d21d 14:46:46 Step 21/26 : RUN pip install docker-compose==1.23.2 14:46:46 ---> Running in cce3336bacfd 14:46:52 Collecting docker-compose==1.23.2 14:46:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:46:52 Collecting cached-property<2,>=1.2.0 14:46:53 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 14:46:53 Collecting docker<4.0,>=3.6.0 14:46:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:46:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:46:54 Collecting dockerpty<0.5,>=0.4.1 14:46:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:46:57 Collecting jsonschema<3,>=2.5.1 14:46:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:46:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:46:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:46:58 Collecting texttable<0.10,>=0.9.0 14:46:58 Downloading texttable-0.9.1.tar.gz (11 kB) 14:47:01 Collecting websocket-client<1.0,>=0.32.0 14:47:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 14:47:01 Collecting docopt<0.7,>=0.6.1 14:47:01 Downloading docopt-0.6.2.tar.gz (25 kB) 14:47:03 Collecting PyYAML<4,>=3.10 14:47:03 Downloading PyYAML-3.13.tar.gz (270 kB) 14:47:07 Collecting docker-pycreds>=0.4.0 14:47:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:47:07 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) 14:47:07 Collecting urllib3<1.25,>=1.21.1 14:47:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:47:07 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) 14:47:08 Collecting idna<2.8,>=2.5 14:47:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:47:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:47:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:47:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:47:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:47:09 Installing collected packages: cached-property, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, texttable, docopt, PyYAML, docker-compose 14:47:09 Attempting uninstall: urllib3 14:47:09 Found existing installation: urllib3 1.25.9 14:47:09 Uninstalling urllib3-1.25.9: 14:47:09 Successfully uninstalled urllib3-1.25.9 14:47:10 Attempting uninstall: idna 14:47:10 Found existing installation: idna 2.9 14:47:10 Uninstalling idna-2.9: 14:47:10 Successfully uninstalled idna-2.9 14:47:10 Attempting uninstall: requests 14:47:10 Found existing installation: requests 2.23.0 14:47:10 Uninstalling requests-2.23.0: 14:47:11 Successfully uninstalled requests-2.23.0 14:47:12 Running setup.py install for dockerpty: started 14:47:14 Running setup.py install for dockerpty: finished with status 'done' 14:47:14 Running setup.py install for texttable: started 14:47:16 Running setup.py install for texttable: finished with status 'done' 14:47:16 Running setup.py install for docopt: started 14:47:19 Running setup.py install for docopt: finished with status 'done' 14:47:19 Running setup.py install for PyYAML: started 14:47:22 Running setup.py install for PyYAML: finished with status 'done' 14:47: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 14:47:26 Removing intermediate container cce3336bacfd 14:47:26 ---> d5e92cd0d38e 14:47:26 Step 22/26 : RUN apk --no-cache add curl 14:47:26 ---> Running in e3031299e90f 14:47:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:47:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:47:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:47:28 (2/3) Installing libcurl (7.69.1-r0) 14:47:28 (3/3) Installing curl (7.69.1-r0) 14:47:28 Executing busybox-1.31.1-r16.trigger 14:47:28 OK: 71 MiB in 58 packages 14:47:29 Removing intermediate container e3031299e90f 14:47:29 ---> c88594171b91 14:47:29 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 14:47:29 ---> Running in 42297832233e 14:47:30 Removing intermediate container 42297832233e 14:47:30 ---> 6aa894aabf4c 14:47:30 Step 24/26 : LABEL arch=arm64 14:47:30 ---> Running in 5cfaa4ada8ad 14:47:30 Removing intermediate container 5cfaa4ada8ad 14:47:30 ---> f4e2a1a80d44 14:47:30 Step 25/26 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 14:47:31 ---> Running in e44072462b76 14:47:31 Removing intermediate container e44072462b76 14:47:31 ---> 13c9f7bc5473 14:47:31 Step 26/26 : LABEL version=0.0.0 14:47:31 ---> Running in 2b08bdf88406 14:47:31 Removing intermediate container 2b08bdf88406 14:47:31 ---> fe42081d7ef5 14:47:31 14:47:32 Successfully built fe42081d7ef5 14:47:32 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 14:47:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:47:32 $ docker stop --time=1 b69e2d330983cae41fd24f9fc59857b8f2732ac3951f779ff8039c80650bfb3d 14:47:34 $ docker rm -f b69e2d330983cae41fd24f9fc59857b8f2732ac3951f779ff8039c80650bfb3d [Pipeline] // withDockerContainer [Pipeline] sh 14:47:35 + + dockergrep images docker 14:47:35 14:47:35 docker-sys-mgmt-agent-go-arm64 latest fe42081d7ef5 4 seconds ago 266MB 14:47:35 docker-support-logging-go-arm64 latest af2f62b58c65 About a minute ago 11.4MB 14:47:35 docker-support-notifications-go-arm64 latest 8ca58782b404 About a minute ago 13.9MB 14:47:35 docker-core-command-go-arm64 latest 4ec1b585e6aa About a minute ago 12.4MB 14:47:35 docker-core-data-go-arm64 latest 92da9c244c62 2 minutes ago 22.6MB 14:47:35 docker-security-secretstore-setup-go-arm64 latest 3f00cced8717 4 minutes ago 32.6MB 14:47:35 docker-security-secrets-setup-go-arm64 latest 98ab2d02605a 4 minutes ago 24.2MB 14:47:35 docker-core-metadata-go-arm64 latest a4466be7790a 4 minutes ago 13.8MB 14:47:35 docker-support-scheduler-go-arm64 latest 1758f55d88f9 4 minutes ago 12.6MB 14:47:35 docker-security-proxy-setup-go-arm64 latest 62fef1bf3df6 5 minutes ago 15.8MB 14:47:35 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 14:47:37 provisioning config files... 14:47:37 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config1936845963537058188tmp [Pipeline] { [Pipeline] sh 14:47:38 + curl -s https://codecov.io/bash 14:47:38 + bash -s - -t @/w/workspace/edgex-go/18@tmp/config1936845963537058188tmp [Pipeline] } 14:47:38 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 14:47:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:47:41 ---> package-listing.sh 14:47:41 ++ facter osfamily 14:47:41 ++ tr '[:upper:]' '[:lower:]' 14:47:41 + OS_FAMILY=redhat 14:47:41 + workspace=/w/workspace/edgex-go/18 14:47:41 + START_PACKAGES=/tmp/packages_start.txt 14:47:41 + END_PACKAGES=/tmp/packages_end.txt 14:47:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:47:41 + PACKAGES=/tmp/packages_start.txt 14:47:41 + '[' /w/workspace/edgex-go/18 ']' 14:47:41 + PACKAGES=/tmp/packages_end.txt 14:47:41 + case "${OS_FAMILY}" in 14:47:41 + rpm -qa 14:47:41 + sort 14:47:45 + '[' -f /tmp/packages_start.txt ']' 14:47:45 + '[' -f /tmp/packages_end.txt ']' 14:47:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:47:45 + '[' /w/workspace/edgex-go/18 ']' 14:47:45 + mkdir -p /w/workspace/edgex-go/18/archives/ 14:47:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] isUnix [Pipeline] sh 14:47:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:47:46 14:47:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:47:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:47:46 alpine: Pulling from edgex-lftools-log-publisher 14:47:46 c9b1b535fdd9: Pulling fs layer 14:47:46 2cc5ad85d9ab: Pulling fs layer 14:47:46 756a868c4378: Pulling fs layer 14:47:46 444b2fc9a129: Pulling fs layer 14:47:46 ea15f1150254: Pulling fs layer 14:47:46 41b27a9f41bf: Pulling fs layer 14:47:46 28c525ee5125: Pulling fs layer 14:47:46 094b1ea09ed8: Pulling fs layer 14:47:46 138eaada9080: Pulling fs layer 14:47:46 0622d0fa9048: Pulling fs layer 14:47:46 444b2fc9a129: Waiting 14:47:46 28c525ee5125: Waiting 14:47:46 094b1ea09ed8: Waiting 14:47:46 138eaada9080: Waiting 14:47:46 41b27a9f41bf: Waiting 14:47:46 ea15f1150254: Waiting 14:47:46 0622d0fa9048: Waiting 14:47:46 2cc5ad85d9ab: Download complete 14:47:46 444b2fc9a129: Verifying Checksum 14:47:46 444b2fc9a129: Download complete 14:47:46 c9b1b535fdd9: Verifying Checksum 14:47:46 c9b1b535fdd9: Download complete 14:47:46 ea15f1150254: Verifying Checksum 14:47:46 ea15f1150254: Download complete 14:47:46 28c525ee5125: Verifying Checksum 14:47:46 28c525ee5125: Download complete 14:47:47 756a868c4378: Verifying Checksum 14:47:47 756a868c4378: Download complete 14:47:47 138eaada9080: Verifying Checksum 14:47:47 138eaada9080: Download complete 14:47:47 c9b1b535fdd9: Pull complete 14:47:47 0622d0fa9048: Verifying Checksum 14:47:47 0622d0fa9048: Download complete 14:47:47 094b1ea09ed8: Verifying Checksum 14:47:47 094b1ea09ed8: Download complete 14:47:47 2cc5ad85d9ab: Pull complete 14:47:47 41b27a9f41bf: Verifying Checksum 14:47:47 41b27a9f41bf: Download complete 14:47:48 756a868c4378: Pull complete 14:47:49 444b2fc9a129: Pull complete 14:47:49 ea15f1150254: Pull complete 14:47:54 41b27a9f41bf: Pull complete 14:47:54 28c525ee5125: Pull complete 14:47:57 094b1ea09ed8: Pull complete 14:47:57 138eaada9080: Pull complete 14:47:57 0622d0fa9048: Pull complete 14:47:57 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 14:47:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:47:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:47:58 prd-centos7-docker-4c-2g-385 does not seem to be running inside a container 14:47:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 14:48:02 $ docker top e68352a9f019579268a38995bd4b85870d7e087f8f9e27540030a9e581f13754 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:48:02 provisioning config files... 14:48:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config4331801740768356068tmp [Pipeline] { [Pipeline] echo 14:48:03 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:48:03 ---> create-netrc.sh [Pipeline] echo 14:48:03 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:48:03 ---> logs-deploy.sh 14:48:03 + ARCHIVE_ARTIFACTS= 14:48:03 + LOGS_SERVER=https://logs.edgexfoundry.org 14:48:03 + '[' https://logs.edgexfoundry.org == None ']' 14:48:03 + NEXUS_URL=https://nexus.edgexfoundry.org 14:48:03 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/18 14:48:03 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/18/ 14:48:03 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/18 /w/workspace/edgex-go/18 14:48:04 Archives upload complete. 14:48:04 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/18 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/18/