Pull request #2658 opened 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 cherrycl for edgexfoundry/edgex-go Loading trusted files from base branch master at 2f18d68ce33577a025edc322deb728338e3be43f rather than 9f0651306d868a93c4f6d04f573f0b50f68ed542 Obtained Jenkinsfile from 2f18d68ce33577a025edc322deb728338e3be43f Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2658/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-3263 in /w/workspace/edgexfoundry_edgex-go_PR-2658 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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/2658/head:refs/remotes/origin/PR-2658 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 9f0651306d868a93c4f6d04f573f0b50f68ed542 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2658/head:refs/remotes/origin/PR-2658 # 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/2658/head:refs/remotes/origin/PR-2658 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f0651306d868a93c4f6d04f573f0b50f68ed542 # timeout=10 Merge succeeded, producing 9f0651306d868a93c4f6d04f573f0b50f68ed542 Checking out Revision 9f0651306d868a93c4f6d04f573f0b50f68ed542 (PR-2658) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f0651306d868a93c4f6d04f573f0b50f68ed542 # timeout=10 Commit message: "Add service and profile in device schema of v1 core-metadata yaml file" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:21:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:21:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:21:29 ========================================================= 13:21:29 EdgeX Global Pipelines Version Info 13:21:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:21:31 ------------------- 13:21:31 stable info: 13:21:31 ------------------- 13:21:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:21:31 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 13:21:31 Message: update stable to v1.0.106 13:21:32 ------------------- 13:21:32 experimental info: 13:21:32 ------------------- 13:21:32 Commited By: **** collab-it+edgex@linuxfoundation.org 13:21:32 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 13:21:32 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 13:21:34 ++ 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 13:21:34 + for file in '`ls cmd/**/Dockerfile`' 13:21:34 ++ dirname cmd/core-command/Dockerfile 13:21:34 ++ cut -d/ -f2 13:21:34 + echo core-command,cmd/core-command/Dockerfile 13:21:34 + for file in '`ls cmd/**/Dockerfile`' 13:21:34 ++ dirname cmd/core-data/Dockerfile 13:21:34 ++ cut -d/ -f2 13:21:34 + echo core-data,cmd/core-data/Dockerfile 13:21:34 + for file in '`ls cmd/**/Dockerfile`' 13:21:34 ++ dirname cmd/core-metadata/Dockerfile 13:21:34 ++ cut -d/ -f2 13:21:34 + echo core-metadata,cmd/core-metadata/Dockerfile 13:21:34 + for file in '`ls cmd/**/Dockerfile`' 13:21:34 ++ dirname cmd/security-proxy-setup/Dockerfile 13:21:34 ++ cut -d/ -f2 13:21:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:21:34 + for file in '`ls cmd/**/Dockerfile`' 13:21:34 ++ dirname cmd/security-secrets-setup/Dockerfile 13:21:34 ++ cut -d/ -f2 13:21:34 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 13:21:34 + for file in '`ls cmd/**/Dockerfile`' 13:21:34 ++ dirname cmd/security-secretstore-setup/Dockerfile 13:21:34 ++ cut -d/ -f2 13:21:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:21:34 + for file in '`ls cmd/**/Dockerfile`' 13:21:34 ++ dirname cmd/support-logging/Dockerfile 13:21:34 ++ cut -d/ -f2 13:21:34 + echo support-logging,cmd/support-logging/Dockerfile 13:21:34 + for file in '`ls cmd/**/Dockerfile`' 13:21:34 ++ dirname cmd/support-notifications/Dockerfile 13:21:34 ++ cut -d/ -f2 13:21:34 + echo support-notifications,cmd/support-notifications/Dockerfile 13:21:34 + for file in '`ls cmd/**/Dockerfile`' 13:21:34 ++ cut -d/ -f2 13:21:34 ++ dirname cmd/support-scheduler/Dockerfile 13:21:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:21:34 + for file in '`ls cmd/**/Dockerfile`' 13:21:34 ++ dirname cmd/sys-mgmt-agent/Dockerfile 13:21:34 ++ cut -d/ -f2 13:21:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:21:34 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 13:21:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:21:35 13:21:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:21:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:21:35 latest: Pulling from edgex-devops/git-semver 13:21:35 31603596830f: Pulling fs layer 13:21:35 2a8b12db71e7: Pulling fs layer 13:21:35 6ca5941a6612: Pulling fs layer 13:21:35 ecc8261a40a4: Pulling fs layer 13:21:35 ecc8261a40a4: Waiting 13:21:35 2a8b12db71e7: Verifying Checksum 13:21:35 2a8b12db71e7: Download complete 13:21:36 31603596830f: Download complete 13:21:36 ecc8261a40a4: Verifying Checksum 13:21:36 ecc8261a40a4: Download complete 13:21:36 6ca5941a6612: Verifying Checksum 13:21:36 6ca5941a6612: Download complete 13:21:36 31603596830f: Pull complete 13:21:36 2a8b12db71e7: Pull complete 13:21:37 6ca5941a6612: Pull complete 13:21:37 ecc8261a40a4: Pull complete 13:21:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:21:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:21:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:21:37 prd-centos7-docker-4c-2g-3263 does not seem to be running inside a container 13:21:37 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:21:40 $ docker top 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:21:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:21:40 [ssh-agent] Looking for ssh-agent implementation... 13:21:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:21:40 $ docker exec 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 ssh-agent 13:21:41 SSH_AUTH_SOCK=/tmp/ssh-WTI3eFr2dhxl/agent.11 13:21:41 SSH_AGENT_PID=17 13:21:41 Running ssh-add (command line suppressed) 13:21:41 Identity added: /w/workspace/edgex-go/1@tmp/private_key_9076960120980172157.key (/w/workspace/edgex-go/1@tmp/private_key_9076960120980172157.key) 13:21:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:21:41 + git describe --exact-match --tags HEAD 13:21:41 fatal: No names found, cannot describe anything. [Pipeline] } 13:21:41 $ docker exec --env ******** --env ******** 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 ssh-agent -k 13:21:41 unset SSH_AUTH_SOCK; 13:21:41 unset SSH_AGENT_PID; 13:21:41 echo Agent pid 17 killed; 13:21:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 13:21:42 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 13:21:42 This usually means this commit has not been tagged. [Pipeline] sshagent 13:21:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:21:42 [ssh-agent] Looking for ssh-agent implementation... 13:21:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:21:42 $ docker exec 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 ssh-agent 13:21:42 SSH_AUTH_SOCK=/tmp/ssh-x9gWQYkASMvc/agent.46 13:21:42 SSH_AGENT_PID=52 13:21:42 Running ssh-add (command line suppressed) 13:21:42 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3238807543629754671.key (/w/workspace/edgex-go/1@tmp/private_key_3238807543629754671.key) 13:21:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:21:43 + git semver init 13:21:43 # -> Open(): unable to determine branch for HEAD 13:21:43 # $GIT_DIR = /w/workspace/edgex-go/1/.git 13:21:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 13:21:43 # $SEMVER_REMOTE_NAME = origin 13:21:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:21:43 # $SEMVER_USER_NAME = edgex-jenkins 13:21:43 # $SEMVER_BRANCH = PR-2658 13:21:43 # $SEMVER_TEMP = /tmp/semver-296959918 13:21:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 13:22:01 # '/tmp/semver-296959918' -> '/w/workspace/edgex-go/1/.semver' 13:22:01 # -> Force: false 13:22:01 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 13:22:01 $ docker exec --env ******** --env ******** 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 ssh-agent -k 13:22:01 unset SSH_AUTH_SOCK; 13:22:01 unset SSH_AGENT_PID; 13:22:01 echo Agent pid 52 killed; 13:22:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:22:02 + git semver [Pipeline] } 13:22:02 $ docker stop --time=1 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 13:22:03 $ docker rm -f 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 13:22:19 Stashed 30 file(s) [Pipeline] echo 13:22:19 [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 13:22:20 ========================================================= 13:22:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 13:22:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:22:20 + 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 . 13:22:23 Sending build context to Docker daemon 323MB 13:22:23 Step 1/7 : ARG BASE=golang:1.13-alpine 13:22:23 Step 2/7 : FROM ${BASE} 13:22:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 13:22:23 df20fa9351a1: Pulling fs layer 13:22:23 ed8968b2872e: Pulling fs layer 13:22:23 a92cc7c5fd73: Pulling fs layer 13:22:23 2dd03ba5bac4: Pulling fs layer 13:22:23 1e091d79d1de: Pulling fs layer 13:22:23 481702a1767f: Pulling fs layer 13:22:23 f64a6f60c768: Pulling fs layer 13:22:23 e78d2573fc39: Pulling fs layer 13:22:23 e876d2f968b6: Pulling fs layer 13:22:23 ce8a83651883: Pulling fs layer 13:22:23 07967f4d0e4b: Pulling fs layer 13:22:23 2dd03ba5bac4: Waiting 13:22:23 1e091d79d1de: Waiting 13:22:23 481702a1767f: Waiting 13:22:23 f64a6f60c768: Waiting 13:22:23 ce8a83651883: Waiting 13:22:23 07967f4d0e4b: Waiting 13:22:23 e78d2573fc39: Waiting 13:22:23 e876d2f968b6: Waiting 13:22:23 a92cc7c5fd73: Download complete 13:22:23 ed8968b2872e: Download complete 13:22:23 1e091d79d1de: Verifying Checksum 13:22:23 1e091d79d1de: Download complete 13:22:23 481702a1767f: Download complete 13:22:23 df20fa9351a1: Verifying Checksum 13:22:23 df20fa9351a1: Download complete 13:22:24 df20fa9351a1: Pull complete 13:22:24 f64a6f60c768: Verifying Checksum 13:22:24 f64a6f60c768: Download complete 13:22:24 e876d2f968b6: Verifying Checksum 13:22:24 e876d2f968b6: Download complete 13:22:25 e78d2573fc39: Verifying Checksum 13:22:25 e78d2573fc39: Download complete 13:22:25 07967f4d0e4b: Verifying Checksum 13:22:25 07967f4d0e4b: Download complete 13:22:25 ce8a83651883: Verifying Checksum 13:22:25 ce8a83651883: Download complete 13:22:25 2dd03ba5bac4: Verifying Checksum 13:22:25 2dd03ba5bac4: Download complete 13:22:27 ed8968b2872e: Pull complete 13:22:27 a92cc7c5fd73: Pull complete 13:22:32 2dd03ba5bac4: Pull complete 13:22:32 1e091d79d1de: Pull complete 13:22:32 481702a1767f: Pull complete 13:22:34 Still waiting to schedule task 13:22:34 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 13:22:37 f64a6f60c768: Pull complete 13:22:42 e78d2573fc39: Pull complete 13:22:42 e876d2f968b6: Pull complete 13:22:42 ce8a83651883: Pull complete 13:22:43 07967f4d0e4b: Pull complete 13:22:43 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 13:22:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 13:22:43 ---> 5d7c900382c6 13:22:43 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 13:22:44 ---> Running in c220d236a6c2 13:22:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:22:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:22:46 (1/12) Installing libmagic (5.38-r0) 13:22:46 (2/12) Installing file (5.38-r0) 13:22:46 (3/12) Installing libc-dev (0.7.2-r3) 13:22:46 (4/12) Installing g++ (9.3.0-r2) 13:22:48 (5/12) Installing fortify-headers (1.1-r0) 13:22:48 (6/12) Installing patch (2.7.6-r6) 13:22:48 (7/12) Installing build-base (0.5-r2) 13:22:48 (8/12) Installing libsodium (1.0.18-r0) 13:22:48 (9/12) Installing pkgconf (1.7.2-r0) 13:22:48 (10/12) Installing libsodium-dev (1.0.18-r0) 13:22:48 (11/12) Installing libzmq (4.3.2-r0) 13:22:48 (12/12) Installing zeromq-dev (4.3.2-r0) 13:22:48 Executing busybox-1.31.1-r16.trigger 13:22:48 OK: 233 MiB in 51 packages 13:22:53 Removing intermediate container c220d236a6c2 13:22:53 ---> 7a1077ac1bf6 13:22:53 Step 4/7 : WORKDIR /edgex-go 13:22:53 ---> Running in 00c79833785b 13:22:53 Removing intermediate container 00c79833785b 13:22:53 ---> 81df14a957ae 13:22:53 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 13:22:53 latest: Pulling from library/docker 13:22:53 df20fa9351a1: Already exists 13:22:53 25ad7478873d: Pulling fs layer 13:22:53 4684f6177b5d: Pulling fs layer 13:22:53 46e300cec669: Pulling fs layer 13:22:53 63038576ad94: Pulling fs layer 13:22:53 0fdb76c4706c: Pulling fs layer 13:22:53 cb7edeffdfd5: Pulling fs layer 13:22:53 63038576ad94: Waiting 13:22:53 0fdb76c4706c: Waiting 13:22:53 cb7edeffdfd5: Waiting 13:22:53 4684f6177b5d: Verifying Checksum 13:22:53 4684f6177b5d: Download complete 13:22:53 25ad7478873d: Verifying Checksum 13:22:53 25ad7478873d: Pull complete 13:22:53 63038576ad94: Verifying Checksum 13:22:53 63038576ad94: Download complete 13:22:53 4684f6177b5d: Pull complete 13:22:54 cb7edeffdfd5: Verifying Checksum 13:22:54 cb7edeffdfd5: Download complete 13:22:54 46e300cec669: Verifying Checksum 13:22:54 46e300cec669: Download complete 13:22:54 0fdb76c4706c: Verifying Checksum 13:22:54 0fdb76c4706c: Download complete 13:22:56 46e300cec669: Pull complete 13:22:56 63038576ad94: Pull complete 13:22:56 0fdb76c4706c: Pull complete 13:22:56 cb7edeffdfd5: Pull complete 13:22:56 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 13:22:56 Status: Downloaded newer image for docker:latest 13:22:58 ---> 4b55ed2a3c08 13:22:58 Step 6/7 : COPY go.mod . 13:22:58 ---> bab8de83ddd1 13:22:58 Step 7/7 : RUN go mod download 13:22:58 ---> Running in 68fb5e3d263c 13:23:01 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:23:01 go: finding github.com/BurntSushi/toml v0.3.1 13:23:01 go: finding github.com/OneOfOne/xxhash v1.2.5 13:23:01 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 13:23:01 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:23:01 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 13:23:01 go: finding github.com/bgentry/speakeasy v0.1.0 13:23:01 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 13:23:01 go: finding github.com/cloudflare/gokey v0.1.0 13:23:01 go: finding github.com/davecgh/go-spew v1.1.1 13:23:01 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:23:01 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 13:23:01 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 13:23:01 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 13:23:01 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 13:23:01 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 13:23:01 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 13:23:01 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 13:23:01 go: finding github.com/fatih/color v1.7.0 13:23:01 go: finding github.com/fsnotify/fsnotify v1.4.7 13:23:01 go: finding github.com/fxamacker/cbor/v2 v2.2.0 13:23:01 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 13:23:01 go: finding github.com/go-kit/kit v0.8.0 13:23:01 go: finding github.com/go-logfmt/logfmt v0.4.0 13:23:01 go: finding github.com/go-redis/redis/v7 v7.2.0 13:23:01 go: finding github.com/go-stack/stack v1.8.0 13:23:01 go: finding github.com/golang/protobuf v1.3.2 13:23:01 go: finding github.com/gomodule/redigo v2.0.0+incompatible 13:23:01 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 13:23:01 go: finding github.com/google/uuid v1.1.0 13:23:01 go: finding github.com/gorilla/mux v1.7.1 13:23:01 go: finding github.com/hashicorp/consul/api v1.1.0 13:23:02 go: finding github.com/hashicorp/consul/sdk v0.1.1 13:23:02 go: finding github.com/hashicorp/errwrap v1.0.0 13:23:02 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 13:23:02 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 13:23:02 go: finding github.com/hashicorp/go-msgpack v0.5.3 13:23:02 go: finding github.com/hashicorp/go-multierror v1.0.0 13:23:02 go: finding github.com/hashicorp/go-rootcerts v1.0.0 13:23:02 go: finding github.com/hashicorp/go-sockaddr v1.0.0 13:23:02 go: finding github.com/hashicorp/go-syslog v1.0.0 13:23:02 go: finding github.com/hashicorp/go-uuid v1.0.1 13:23:02 go: finding github.com/hashicorp/go.net v0.0.1 13:23:02 go: finding github.com/hashicorp/golang-lru v0.5.0 13:23:02 go: finding github.com/hashicorp/logutils v1.0.0 13:23:02 go: finding github.com/hashicorp/mdns v1.0.0 13:23:02 go: finding github.com/hashicorp/memberlist v0.1.3 13:23:02 go: finding github.com/hashicorp/serf v0.8.2 13:23:02 go: finding github.com/hpcloud/tail v1.0.0 13:23:02 go: finding github.com/imdario/mergo v0.3.6 13:23:02 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 13:23:02 go: finding github.com/kr/pretty v0.1.0 13:23:02 go: finding github.com/kr/pty v1.1.1 13:23:02 go: finding github.com/kr/text v0.1.0 13:23:02 go: finding github.com/mattn/go-colorable v0.0.9 13:23:02 go: finding github.com/mattn/go-isatty v0.0.3 13:23:02 go: finding github.com/miekg/dns v1.0.14 13:23:02 go: finding github.com/mitchellh/cli v1.0.0 13:23:02 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:23:02 go: finding github.com/mitchellh/copystructure v1.0.0 13:23:02 go: finding github.com/mitchellh/go-homedir v1.0.0 13:23:02 go: finding github.com/mitchellh/go-testing-interface v1.0.0 13:23:02 go: finding github.com/mitchellh/gox v0.4.0 13:23:02 go: finding github.com/mitchellh/iochan v1.0.0 13:23:02 go: finding github.com/mitchellh/mapstructure v1.1.2 13:23:02 go: finding github.com/mitchellh/reflectwalk v1.0.0 13:23:02 go: finding github.com/onsi/ginkgo v1.10.1 13:23:02 go: finding github.com/onsi/gomega v1.7.0 13:23:02 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 13:23:02 go: finding github.com/pebbe/zmq4 v1.0.0 13:23:02 go: finding github.com/pelletier/go-toml v1.2.0 13:23:02 go: finding github.com/pkg/errors v0.8.1 13:23:02 go: finding github.com/pmezard/go-difflib v1.0.0 13:23:02 go: finding github.com/posener/complete v1.1.1 13:23:02 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:23:03 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 13:23:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:23:03 go: finding github.com/stretchr/objx v0.1.0 13:23:03 go: finding github.com/stretchr/testify v1.5.1 13:23:03 go: finding github.com/ugorji/go v1.1.4 13:23:03 go: finding github.com/x448/float16 v0.8.4 13:23:03 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 13:23:03 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 13:23:03 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 13:23:03 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 13:23:03 go: finding golang.org/x/text v0.3.2 13:23:03 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 13:23:03 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 13:23:03 go: finding gopkg.in/eapache/queue.v1 v1.1.0 13:23:03 go: finding gopkg.in/fsnotify.v1 v1.4.7 13:23:03 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 13:23:03 go: finding gopkg.in/yaml.v2 v2.2.8 13:23:18 Removing intermediate container 68fb5e3d263c 13:23:18 ---> 3dbc824b2d2a 13:23:18 Successfully built 3dbc824b2d2a 13:23:18 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 13:23:19 + docker inspect -f . ci-base-image-x86_64 13:23:19 . [Pipeline] withDockerContainer 13:23:19 prd-centos7-docker-4c-2g-3263 does not seem to be running inside a container 13:23:19 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 13:23:20 $ docker top 9d3bcaec10a5286d7e53f3431aba200bc2419544325b81b2b58b52d2d7514e60 -eo pid,comm [Pipeline] { [Pipeline] sh 13:23:20 + go version 13:23:20 go version go1.13.13 linux/amd64 [Pipeline] echo 13:23:20 ========================================================= 13:23:20 [edgeXBuildGoParallel] Running Tests and Build... 13:23:20 ========================================================= [Pipeline] sh 13:23:21 + make test 13:23:21 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:23:24 ? github.com/edgexfoundry/edgex-go [no test files] 13:23:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:23:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:23:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:23:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:23:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:23:40 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.012s 13:23:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 13:23:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:23:40 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 13:23:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:23:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:23:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:23:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:23:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:23:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements 13:23:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:23:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:23:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:23:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:23:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.118s coverage: 27.3% of statements 13:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.011s coverage: 100.0% of statements 13:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.010s coverage: 100.0% of statements 13:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:23:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.136s coverage: 28.6% of statements 13:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:23:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.029s coverage: 100.0% of statements 13:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:23:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 13:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:23:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.025s coverage: 89.8% of statements 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:23:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.032s coverage: 97.5% of statements 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:23:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.020s coverage: 100.0% of statements 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:23:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:23:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.008s coverage: 58.8% of statements 13:23:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.051s coverage: 63.5% of statements 13:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:23:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.008s coverage: 100.0% of statements 13:23:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.108s coverage: 55.9% of statements 13:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 13:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 13:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.977s coverage: 86.3% of statements 13:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 13:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.275s coverage: 72.2% of statements 13:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.094s coverage: 72.1% of statements 13:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.022s coverage: 82.4% of statements 13:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements 13:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 13:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 13:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 13:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements 13:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 13:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.037s coverage: 96.8% of statements 13:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 13:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.063s coverage: 26.9% of statements 13:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:24:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.090s coverage: 84.1% of statements 13:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.014s coverage: 100.0% of statements 13:24:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements 13:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 13:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 13:24:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements 13:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 13:24:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.016s coverage: 83.8% of statements 13:24:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 13:24:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.064s coverage: 45.1% of statements 13:24:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:24:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:24:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements 13:24:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:24:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:24:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:24:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.010s coverage: 100.0% of statements 13:24:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:24:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.020s coverage: 100.0% of statements 13:24:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:24:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.050s coverage: 29.1% of statements 13:24:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:24:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:24:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:24:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:24:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:24:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.024s coverage: 99.0% of statements 13:24:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:24:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.006s coverage: 100.0% of statements 13:24:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:24:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements 13:24:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:24:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements 13:24:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:24:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:24:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:24:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:24:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.023s coverage: 87.9% of statements 13:24:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:24:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:24:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.009s coverage: 100.0% of statements 13:24:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.007s coverage: 32.1% of statements 13:24:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.010s coverage: 100.0% of statements 13:24:06 GO111MODULE=on go vet ./... 13:24:14 gofmt -l . 13:24:14 [ "`gofmt -l .`" = "" ] 13:24:14 ./bin/test-go-mod-tidy.sh 13:24:15 ./bin/test-attribution-txt.sh [Pipeline] sh 13:24:17 + ls -al . 13:24:17 total 556 13:24:17 drwxrwxr-x 10 1001 1001 4096 Aug 10 13:24 . 13:24:17 drwxr-xr-x 4 root root 28 Aug 10 13:23 .. 13:24:17 -rw-rw-r-- 1 1001 1001 11 Aug 10 13:21 .dockerignore 13:24:17 drwxrwxr-x 8 1001 1001 179 Aug 10 13:21 .git 13:24:17 drwxrwxr-x 3 1001 1001 60 Aug 10 13:21 .github 13:24:17 -rw-rw-r-- 1 1001 1001 932 Aug 10 13:21 .gitignore 13:24:17 drwx------ 3 1001 1001 47 Aug 10 13:22 .semver 13:24:17 -rw-rw-r-- 1 1001 1001 166 Aug 10 13:21 .sonarcloud.properties 13:24:17 -rw-rw-r-- 1 1001 1001 3804 Aug 10 13:21 CONTRIBUTING.md 13:24:17 -rw-rw-r-- 1 1001 1001 1035 Aug 10 13:21 Dockerfile.build 13:24:17 -rw-rw-r-- 1 1001 1001 865 Aug 10 13:21 Jenkinsfile 13:24:17 -rw-rw-r-- 1 1001 1001 10775 Aug 10 13:21 LICENSE 13:24:17 -rw-rw-r-- 1 1001 1001 6237 Aug 10 13:21 Makefile 13:24:17 -rw-rw-r-- 1 1001 1001 5652 Aug 10 13:21 README.md 13:24:17 -rw-rw-r-- 1 1001 1001 7111 Aug 10 13:21 SECURITY.md 13:24:17 -rw-rw-r-- 1 1001 1001 5 Aug 10 13:22 VERSION 13:24:17 -rw-rw-r-- 1 1001 1001 4131 Aug 10 13:21 ZMQWindows.md 13:24:17 drwxrwxr-x 2 1001 1001 117 Aug 10 13:21 bin 13:24:17 drwxrwxr-x 15 1001 1001 4096 Aug 10 13:21 cmd 13:24:17 -rw-r--r-- 1 root root 455803 Aug 10 13:24 coverage.out 13:24:17 -rw-r--r-- 1 root root 1019 Aug 10 13:24 go.mod 13:24:17 -rw-r--r-- 1 root root 18146 Aug 10 13:24 go.sum 13:24:17 drwxrwxr-x 8 1001 1001 127 Aug 10 13:21 internal 13:24:17 drwxrwxr-x 4 1001 1001 26 Aug 10 13:21 openapi 13:24:17 drwxrwxr-x 4 1001 1001 71 Aug 10 13:21 snap 13:24:17 -rw-rw-r-- 1 1001 1001 168 Aug 10 13:21 version.go [Pipeline] sh 13:24:18 + '[' -e coverage.out ] 13:24:18 + chown 1001:1001 coverage.out [Pipeline] stash 13:24:18 Stashed 1 file(s) [Pipeline] sh 13:24:18 + make build 13:24:18 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 13:24:27 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 13:24:30 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 13:24:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 13:24:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3264 in /w/workspace/edgexfoundry_edgex-go_PR-2658 [Pipeline] { [Pipeline] ws 13:24:34 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 13:24:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:24:36 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 13:24:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:24:38 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 13:24:39 using credential edgex-jenkins-ssh 13:24:39 Cloning the remote Git repository 13:24:39 Cloning with configured refspecs honoured and without tags 13:24:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 13:24:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:24:39 > git init /w/workspace/edgex-go/1 # timeout=10 13:24:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:24:39 > git --version # timeout=10 13:24:39 using GIT_SSH to set credentials SSH Credentials for GitHub 13:24:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2658/head:refs/remotes/origin/PR-2658 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:24:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:24:43 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 13:24:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:24:46 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] } 13:24:47 $ docker stop --time=1 9d3bcaec10a5286d7e53f3431aba200bc2419544325b81b2b58b52d2d7514e60 13:24:49 $ docker rm -f 9d3bcaec10a5286d7e53f3431aba200bc2419544325b81b2b58b52d2d7514e60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:24:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:24:52 13:24:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 13:24:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:24:52 latest: Pulling from edgex-devops/edgex-compose 13:24:52 cbdbe7a5bc2a: Pulling fs layer 13:24:52 ca9280d653b3: Pulling fs layer 13:24:52 7e9c9ca2126c: Pulling fs layer 13:24:52 cbdbe7a5bc2a: Verifying Checksum 13:24:52 cbdbe7a5bc2a: Download complete 13:24:53 ca9280d653b3: Verifying Checksum 13:24:53 ca9280d653b3: Download complete 13:24:53 cbdbe7a5bc2a: Pull complete 13:24:54 7e9c9ca2126c: Download complete 13:24:54 Fetching without tags 13:24:54 ca9280d653b3: Pull complete 13:24:54 Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 9f0651306d868a93c4f6d04f573f0b50f68ed542 13:24:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:24:54 > git config --add remote.origin.fetch +refs/pull/2658/head:refs/remotes/origin/PR-2658 # timeout=10 13:24:54 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 13:24:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:24:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:24:54 using GIT_SSH to set credentials SSH Credentials for GitHub 13:24:54 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2658/head:refs/remotes/origin/PR-2658 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:24:54 > git config core.sparsecheckout # timeout=10 13:24:55 Merge succeeded, producing 9f0651306d868a93c4f6d04f573f0b50f68ed542 13:24:55 Checking out Revision 9f0651306d868a93c4f6d04f573f0b50f68ed542 (PR-2658) 13:24:54 > git checkout -f 9f0651306d868a93c4f6d04f573f0b50f68ed542 # timeout=10 13:24:55 > git remote # timeout=10 13:24:55 > git config --get remote.origin.url # timeout=10 13:24:55 using GIT_SSH to set credentials SSH Credentials for GitHub 13:24:55 > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 13:24:55 > git rev-parse HEAD^{commit} # timeout=10 13:24:55 > git config core.sparsecheckout # timeout=10 13:24:55 > git checkout -f 9f0651306d868a93c4f6d04f573f0b50f68ed542 # timeout=10 13:24:59 Commit message: "Add service and profile in device schema of v1 core-metadata yaml file" 13:24:59 > git --version # timeout=10 13:24:59 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 13:25:02 7e9c9ca2126c: Pull complete 13:25:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:25:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:25:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:25:03 prd-centos7-docker-4c-2g-3263 does not seem to be running inside a container 13:25:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat 13:25:04 $ docker top b4a4f8b56a0527426c9bbab29576022ef9484c3e778c4ed6b8130841be1961b6 -eo pid,comm [Pipeline] { [Pipeline] sh 13:25:04 + docker-compose build --help 13:25:04 + grep parallel 13:25:05 --parallel Build images in parallel. [Pipeline] } 13:25:05 $ docker stop --time=1 b4a4f8b56a0527426c9bbab29576022ef9484c3e778c4ed6b8130841be1961b6 13:25:07 $ docker rm -f b4a4f8b56a0527426c9bbab29576022ef9484c3e778c4ed6b8130841be1961b6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:25:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:25:08 . [Pipeline] withDockerContainer 13:25:08 prd-centos7-docker-4c-2g-3263 does not seem to be running inside a container 13:25:08 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose:latest cat 13:25:09 $ docker top 876c2d1e00f5186fd9f98a66be73db9a02400f1494ec981c49d5c5b8e7e4a942 -eo pid,comm [Pipeline] { [Pipeline] sh 13:25:10 + docker-compose -f ./docker-compose-build.yml build --parallel 13:25:11 Building docker-core-command-go ... 13:25:11 Building docker-core-data-go ... 13:25:11 Building docker-core-metadata-go ... 13:25:11 Building docker-security-proxy-setup-go ... 13:25:11 Building docker-security-secrets-setup-go ... 13:25:11 Building docker-security-secretstore-setup-go ... 13:25:11 Building docker-support-logging-go ... 13:25:11 Building docker-support-notifications-go ... 13:25:11 Building docker-support-scheduler-go ... 13:25:11 Building docker-sys-mgmt-agent-go ... 13:25:11 Building docker-security-proxy-setup-go 13:25:11 Building docker-support-scheduler-go 13:25:11 Building docker-support-logging-go 13:25:11 Building docker-security-secretstore-setup-go 13:25:11 Building docker-core-data-go [Pipeline] echo 13:25:11 ========================================================= 13:25:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 13:25:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:25:12 + 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 . 13:25:16 Sending build context to Docker daemon 323MB 13:25:16 Step 1/7 : ARG BASE=golang:1.13-alpine 13:25:16 Step 2/7 : FROM ${BASE} 13:25:16 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:25:16 b538f80385f9: Pulling fs layer 13:25:16 74f711af9a0d: Pulling fs layer 13:25:16 99f96fe45779: Pulling fs layer 13:25:16 fd7a069fd194: Pulling fs layer 13:25:16 66aa3694b03b: Pulling fs layer 13:25:16 170f70906a0f: Pulling fs layer 13:25:16 ad7c5574e4b9: Pulling fs layer 13:25:16 e772456be8f7: Pulling fs layer 13:25:16 c890913d741a: Pulling fs layer 13:25:16 2480fcc9aa5a: Pulling fs layer 13:25:16 09adf4765672: Pulling fs layer 13:25:16 fd7a069fd194: Waiting 13:25:16 66aa3694b03b: Waiting 13:25:16 170f70906a0f: Waiting 13:25:16 ad7c5574e4b9: Waiting 13:25:16 2480fcc9aa5a: Waiting 13:25:16 09adf4765672: Waiting 13:25:16 c890913d741a: Waiting 13:25:16 e772456be8f7: Waiting 13:25:16 99f96fe45779: Verifying Checksum 13:25:16 99f96fe45779: Download complete 13:25:16 74f711af9a0d: Verifying Checksum 13:25:16 74f711af9a0d: Download complete 13:25:16 66aa3694b03b: Verifying Checksum 13:25:16 66aa3694b03b: Download complete 13:25:16 170f70906a0f: Verifying Checksum 13:25:16 170f70906a0f: Download complete 13:25:16 b538f80385f9: Verifying Checksum 13:25:17 b538f80385f9: Pull complete 13:25:17 74f711af9a0d: Pull complete 13:25:18 99f96fe45779: Pull complete 13:25:19 ad7c5574e4b9: Verifying Checksum 13:25:19 ad7c5574e4b9: Download complete 13:25:19 c890913d741a: Verifying Checksum 13:25:19 c890913d741a: Download complete 13:25:21 2480fcc9aa5a: Verifying Checksum 13:25:21 2480fcc9aa5a: Download complete 13:25:21 09adf4765672: Download complete 13:25:21 e772456be8f7: Verifying Checksum 13:25:21 e772456be8f7: Download complete 13:25:22 fd7a069fd194: Download complete 13:25:34 fd7a069fd194: Pull complete 13:25:34 66aa3694b03b: Pull complete 13:25:34 170f70906a0f: Pull complete 13:25:37 ad7c5574e4b9: Pull complete 13:25:42 e772456be8f7: Pull complete 13:25:42 c890913d741a: Pull complete 13:25:43 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:25:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:25:43 ---> 3dbc824b2d2a 13:25:43 Step 3/21 : WORKDIR /edgex-go 13:25:43 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:25:43 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:25:43 ---> 3dbc824b2d2a 13:25:43 Step 3/20 : WORKDIR /edgex-go 13:25:43 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:25:43 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpineStep 2/26 : FROM ${BUILDER_BASE} AS builderStep 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:25:43 13:25:43 ---> 3dbc824b2d2a 13:25:43 13:25:43 Step 3/26 : WORKDIR /edgex-go 13:25:43 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/20 : FROM ${BUILDER_BASE} AS builder 13:25:43 13:25:43 ---> 3dbc824b2d2a 13:25:43 ---> 3dbc824b2d2a 13:25:43 Step 3/20 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go 13:25:43 13:25:43 ---> Running in e935de85bb36 13:25:43 ---> Running in ae33ea47a057 13:25:43 ---> Running in a8f16d25b5ec 13:25:43 ---> Running in bc75de29fd74 13:25:43 ---> Running in 5c91e871d7f2 13:25:43 Removing intermediate container e935de85bb36 13:25:43 ---> 7a065551f2b4 13:25:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:43 Removing intermediate container 5c91e871d7f2 13:25:43 ---> f81d6991d6a5 13:25:43 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:43 Removing intermediate container a8f16d25b5ec 13:25:43 ---> 598dc866b4e2 13:25:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:43 Removing intermediate container ae33ea47a057 13:25:43 ---> c89ea53c0692 13:25:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:43 Removing intermediate container bc75de29fd74 13:25:43 ---> a1b084a42070 13:25:43 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:43 ---> Running in d669778a1550 13:25:43 ---> Running in c67a3e92dd9e 13:25:43 ---> Running in 04c84af3107f 13:25:43 ---> Running in 4f3086203af7 13:25:43 ---> Running in 8d1e13ecbb5b 13:25:44 Removing intermediate container d669778a1550 13:25:44 ---> 8c0e138df879 13:25:44 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 13:25:44 ---> Running in bd5e66412c7d 13:25:44 Removing intermediate container 04c84af3107f 13:25:44 ---> 1c011aa24825 13:25:44 Step 5/26 : RUN apk update && apk add make git 13:25:45 ---> Running in 22dbac3f09d8 13:25:45 2480fcc9aa5a: Pull complete 13:25:45 Removing intermediate container c67a3e92dd9e 13:25:45 ---> 84f391157e84 13:25:45 Step 5/20 : RUN apk update && apk add make git 13:25:45 Removing intermediate container 4f3086203af7 13:25:45 ---> 35c0738a6de2 13:25:45 Step 5/21 : RUN apk update && apk add make && apk add bash git 13:25:45 09adf4765672: Pull complete 13:25:45 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 13:25:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 13:25:45 ---> 2248a725d1cf 13:25:45 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 13:25:45 ---> Running in abcb8c711775 13:25:45 ---> Running in 9c9fdcbfbb4c 13:25:46 Removing intermediate container 8d1e13ecbb5b 13:25:46 ---> fa09f1c47704 13:25:46 Step 5/20 : RUN apk update && apk add make git 13:25:46 ---> Running in a1f656db7ba4 13:25:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:25:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:25:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:25:47 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:25:47 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:25:47 OK: 12749 distinct packages available 13:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:25:47 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:25:47 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:25:47 OK: 12749 distinct packages available 13:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:25:47 OK: 233 MiB in 51 packages 13:25:47 OK: 233 MiB in 51 packages 13:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:25:47 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:25:47 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:25:47 OK: 12749 distinct packages available 13:25:48 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:25:48 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:25:48 OK: 12749 distinct packages available 13:25:48 OK: 233 MiB in 51 packages 13:25:48 OK: 233 MiB in 51 packages 13:25:48 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:25:48 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:25:48 OK: 12749 distinct packages available 13:25:48 Removing intermediate container bd5e66412c7d 13:25:48 ---> 9638e068cd58 13:25:48 Step 6/22 : COPY go.mod . 13:25:48 Removing intermediate container 22dbac3f09d8 13:25:48 ---> efbdbff9d6d4 13:25:48 Step 6/26 : COPY go.mod . 13:25:49 OK: 233 MiB in 51 packages 13:25:49 ---> b3e81c418dcf 13:25:49 Step 7/26 : RUN go mod download 13:25:49 ---> 381f0bd7b299 13:25:49 Step 7/22 : RUN go mod download 13:25:49 OK: 233 MiB in 51 packages 13:25:49 ---> Running in 757d8b75b5d7 13:25:49 ---> Running in 87db9448391d 13:25:49 Removing intermediate container abcb8c711775 13:25:49 ---> 065165f2e4a9 13:25:49 Step 6/20 : COPY go.mod . 13:25:49 Removing intermediate container a1f656db7ba4 13:25:49 ---> 5fdfea2a154d 13:25:49 Step 6/20 : COPY go.mod . 13:25:49 ---> 90c02fe5fa71 13:25:49 Step 7/20 : RUN go mod download 13:25:50 ---> Running in ffd21c7982a9 13:25:50 ---> 0b6697d9bf1f 13:25:50 Step 7/20 : RUN go mod download 13:25:50 ---> Running in 67a24fb4f3b0 13:25:50 Removing intermediate container 9c9fdcbfbb4c 13:25:50 ---> 58dc45e5bcf0 13:25:50 Step 6/21 : COPY go.mod . 13:25:51 ---> b23dd1c3d2e1 13:25:51 Step 7/21 : RUN go mod download 13:25:51 ---> Running in 17c7a0a316a3 13:25:52 ---> Running in 59145374d23d 13:25:52 Removing intermediate container ffd21c7982a9 13:25:52 ---> 8aa8426a0e48 13:25:52 Step 8/20 : COPY . . 13:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:25:53 Removing intermediate container 87db9448391d 13:25:53 ---> 3557d7277010 13:25:53 Step 8/22 : COPY . . 13:25:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:25:54 Removing intermediate container 67a24fb4f3b0 13:25:54 ---> 4294486b9c21 13:25:54 Step 8/20 : COPY . . 13:25:54 (1/12) Installing libmagic (5.38-r0) 13:25:54 (2/12) Installing file (5.38-r0) 13:25:54 (3/12) Installing libc-dev (0.7.2-r3) 13:25:55 Removing intermediate container 757d8b75b5d7 13:25:55 ---> d490881eacc1 13:25:55 Step 8/26 : COPY . . 13:25:55 (4/12) Installing g++ (9.3.0-r2) 13:25:58 (5/12) Installing fortify-headers (1.1-r0) 13:25:58 (6/12) Installing patch (2.7.6-r6) 13:25:58 (7/12) Installing build-base (0.5-r2) 13:25:58 (8/12) Installing libsodium (1.0.18-r0) 13:25:58 (9/12) Installing pkgconf (1.7.2-r0) 13:25:58 (10/12) Installing libsodium-dev (1.0.18-r0) 13:25:58 (11/12) Installing libzmq (4.3.2-r0) 13:25:58 (12/12) Installing zeromq-dev (4.3.2-r0) 13:25:58 Executing busybox-1.31.1-r16.trigger 13:25:58 OK: 217 MiB in 51 packages 13:26:00 Removing intermediate container 17c7a0a316a3 13:26:00 ---> 3769eada1ef5 13:26:00 Step 8/21 : COPY . . 13:26:03 Removing intermediate container 59145374d23d 13:26:03 ---> 96505f7b3d0d 13:26:03 Step 4/7 : WORKDIR /edgex-go 13:26:03 ---> Running in 2526b76aaf3b 13:26:03 Removing intermediate container 2526b76aaf3b 13:26:03 ---> 9c723afefec9 13:26:03 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 13:26:04 latest: Pulling from library/docker 13:26:04 b538f80385f9: Already exists 13:26:04 259a493cd78d: Pulling fs layer 13:26:04 b8e66b5100f5: Pulling fs layer 13:26:04 39dc9c94d07c: Pulling fs layer 13:26:04 551b823b3b82: Pulling fs layer 13:26:04 3c52a74df98c: Pulling fs layer 13:26:04 6c9b121b6998: Pulling fs layer 13:26:04 3c52a74df98c: Waiting 13:26:04 551b823b3b82: Waiting 13:26:04 b8e66b5100f5: Verifying Checksum 13:26:04 b8e66b5100f5: Download complete 13:26:04 259a493cd78d: Verifying Checksum 13:26:04 259a493cd78d: Download complete 13:26:04 551b823b3b82: Verifying Checksum 13:26:04 551b823b3b82: Download complete 13:26:04 3c52a74df98c: Verifying Checksum 13:26:04 3c52a74df98c: Download complete 13:26:04 6c9b121b6998: Verifying Checksum 13:26:04 6c9b121b6998: Download complete 13:26:04 259a493cd78d: Pull complete 13:26:05 b8e66b5100f5: Pull complete 13:26:05 39dc9c94d07c: Verifying Checksum 13:26:05 39dc9c94d07c: Download complete 13:26:08 39dc9c94d07c: Pull complete 13:26:08 551b823b3b82: Pull complete 13:26:09 3c52a74df98c: Pull complete 13:26:09 6c9b121b6998: Pull complete 13:26:09 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 13:26:09 Status: Downloaded newer image for docker:latest 13:26:12 ---> 0515e30de8f9 13:26:12 Step 6/7 : COPY go.mod . 13:26:14 ---> fd50808397be 13:26:14 Step 7/7 : RUN go mod download 13:26:14 ---> Running in ea2da9758091 13:26:17 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:26:17 go: finding github.com/BurntSushi/toml v0.3.1 13:26:17 go: finding github.com/OneOfOne/xxhash v1.2.5 13:26:17 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 13:26:17 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:26:17 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 13:26:17 go: finding github.com/bgentry/speakeasy v0.1.0 13:26:17 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 13:26:17 go: finding github.com/cloudflare/gokey v0.1.0 13:26:17 go: finding github.com/davecgh/go-spew v1.1.1 13:26:17 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:26:17 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 13:26:17 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 13:26:17 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 13:26:17 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 13:26:17 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 13:26:17 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 13:26:17 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 13:26:17 go: finding github.com/fatih/color v1.7.0 13:26:17 go: finding github.com/fsnotify/fsnotify v1.4.7 13:26:17 go: finding github.com/fxamacker/cbor/v2 v2.2.0 13:26:17 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 13:26:17 go: finding github.com/go-kit/kit v0.8.0 13:26:17 go: finding github.com/go-logfmt/logfmt v0.4.0 13:26:17 go: finding github.com/go-redis/redis/v7 v7.2.0 13:26:17 go: finding github.com/go-stack/stack v1.8.0 13:26:17 go: finding github.com/golang/protobuf v1.3.2 13:26:17 go: finding github.com/gomodule/redigo v2.0.0+incompatible 13:26:17 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 13:26:17 go: finding github.com/google/uuid v1.1.0 13:26:17 go: finding github.com/gorilla/mux v1.7.1 13:26:17 go: finding github.com/hashicorp/consul/api v1.1.0 13:26:17 go: finding github.com/hashicorp/consul/sdk v0.1.1 13:26:17 go: finding github.com/hashicorp/errwrap v1.0.0 13:26:17 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 13:26:17 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 13:26:17 go: finding github.com/hashicorp/go-msgpack v0.5.3 13:26:18 go: finding github.com/hashicorp/go-multierror v1.0.0 13:26:18 go: finding github.com/hashicorp/go-rootcerts v1.0.0 13:26:18 go: finding github.com/hashicorp/go-sockaddr v1.0.0 13:26:18 go: finding github.com/hashicorp/go-syslog v1.0.0 13:26:18 go: finding github.com/hashicorp/go-uuid v1.0.1 13:26:18 go: finding github.com/hashicorp/go.net v0.0.1 13:26:18 go: finding github.com/hashicorp/golang-lru v0.5.0 13:26:18 go: finding github.com/hashicorp/logutils v1.0.0 13:26:18 go: finding github.com/hashicorp/mdns v1.0.0 13:26:18 go: finding github.com/hashicorp/memberlist v0.1.3 13:26:18 go: finding github.com/hashicorp/serf v0.8.2 13:26:18 go: finding github.com/hpcloud/tail v1.0.0 13:26:18 go: finding github.com/imdario/mergo v0.3.6 13:26:18 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 13:26:18 go: finding github.com/kr/pretty v0.1.0 13:26:18 go: finding github.com/kr/pty v1.1.1 13:26:18 go: finding github.com/kr/text v0.1.0 13:26:18 go: finding github.com/mattn/go-colorable v0.0.9 13:26:18 go: finding github.com/mattn/go-isatty v0.0.3 13:26:18 go: finding github.com/miekg/dns v1.0.14 13:26:18 go: finding github.com/mitchellh/cli v1.0.0 13:26:18 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:26:18 go: finding github.com/mitchellh/copystructure v1.0.0 13:26:18 go: finding github.com/mitchellh/go-homedir v1.0.0 13:26:18 go: finding github.com/mitchellh/go-testing-interface v1.0.0 13:26:18 go: finding github.com/mitchellh/gox v0.4.0 13:26:18 go: finding github.com/mitchellh/iochan v1.0.0 13:26:18 go: finding github.com/mitchellh/mapstructure v1.1.2 13:26:18 go: finding github.com/mitchellh/reflectwalk v1.0.0 13:26:18 go: finding github.com/onsi/ginkgo v1.10.1 13:26:18 go: finding github.com/onsi/gomega v1.7.0 13:26:18 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 13:26:18 go: finding github.com/pebbe/zmq4 v1.0.0 13:26:18 go: finding github.com/pelletier/go-toml v1.2.0 13:26:19 go: finding github.com/pkg/errors v0.8.1 13:26:19 go: finding github.com/pmezard/go-difflib v1.0.0 13:26:19 go: finding github.com/posener/complete v1.1.1 13:26:19 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:26:19 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 13:26:19 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:26:19 go: finding github.com/stretchr/objx v0.1.0 13:26:19 go: finding github.com/stretchr/testify v1.5.1 13:26:19 go: finding github.com/ugorji/go v1.1.4 13:26:19 go: finding github.com/x448/float16 v0.8.4 13:26:19 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 13:26:19 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 13:26:19 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 13:26:19 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 13:26:19 go: finding golang.org/x/text v0.3.2 13:26:19 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 13:26:19 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 13:26:19 go: finding gopkg.in/eapache/queue.v1 v1.1.0 13:26:19 go: finding gopkg.in/fsnotify.v1 v1.4.7 13:26:19 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 13:26:19 go: finding gopkg.in/yaml.v2 v2.2.8 13:26:33 ---> b74a88343516 13:26:33 Step 9/22 : RUN make cmd/core-data/core-data 13:26:33 ---> b051d6530008 13:26:33 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 13:26:33 ---> Running in e4dbe3981ca2 13:26:33 ---> 91654581864e 13:26:33 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 13:26:33 ---> d5b278266c69 13:26:33 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 13:26:33 ---> Running in 8bc78a34012c 13:26:33 ---> Running in f362ff8cc082 13:26:33 ---> 04c7aa324a37 13:26:33 Step 9/21 : RUN make cmd/support-logging/support-logging 13:26:33 ---> Running in d7c0cab82591 13:26:33 ---> Running in 577ba41f474e 13:26: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 13:26:33 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 13:26:34 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 13:26:34 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 13:26:34 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 13:26:37 Removing intermediate container ea2da9758091 13:26:37 ---> 6301abeaaf71 13:26:37 Successfully built 6301abeaaf71 13:26:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:26:38 + docker inspect -f . ci-base-image-arm64 13:26:38 . [Pipeline] withDockerContainer 13:26:38 prd-ubuntu18.04-docker-arm64-4c-16g-3264 does not seem to be running inside a container 13:26:38 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 13:26:40 $ docker top 194672fd94ef1510e9eca7c94ff15e7597dccd0a6df6b17b22a8aad36e95b119 -eo pid,comm [Pipeline] { [Pipeline] sh 13:26:41 + go version 13:26:41 go version go1.13.13 linux/arm64 [Pipeline] echo 13:26:41 ========================================================= 13:26:41 [edgeXBuildGoParallel] Running Tests and Build... 13:26:41 ========================================================= [Pipeline] sh 13:26:42 + make test 13:26:42 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:26:44 ? github.com/edgexfoundry/edgex-go [no test files] 13:27:01 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 13:27:03 Removing intermediate container d7c0cab82591 13:27:03 ---> 4b70d27014f3 13:27:03 13:27:03 Step 10/20 : FROM alpine 13:27:03 latest: Pulling from library/alpine 13:27:06 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 13:27:06 Removing intermediate container 577ba41f474e 13:27:06 ---> f81f77781cfc 13:27:06 13:27:06 Step 10/21 : FROM scratch 13:27:06 ---> 13:27:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:27:06 Status: Downloaded newer image for alpine:latest 13:27:06 ---> a24bb4013296 13:27:06 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 13:27:06 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 13:27:07 ---> Running in 17a1f321aeab 13:27:07 ---> Running in 886d47a23d43 13:27:07 Removing intermediate container 17a1f321aeab 13:27:07 ---> 0b6d4e1190dd 13:27:07 Step 12/21 : ENV APP_PORT=48061 13:27:07 ---> Running in f862a8299c4c 13:27:07 Removing intermediate container f862a8299c4c 13:27:07 ---> 9d98f2f2bc70 13:27:07 Step 13/21 : EXPOSE $APP_PORT 13:27:07 ---> Running in 37ecf79e8eeb 13:27:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:27:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:27:09 v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:27:09 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:27:09 OK: 12749 distinct packages available 13:27:10 (1/4) Installing ca-certificates (20191127-r4) 13:27:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:27:10 (3/4) Installing libcurl (7.69.1-r0) 13:27:10 (4/4) Installing curl (7.69.1-r0) 13:27:10 Executing busybox-1.31.1-r16.trigger 13:27:10 Executing ca-certificates-20191127-r4.trigger 13:27:10 OK: 7 MiB in 18 packages 13:27:10 Removing intermediate container 37ecf79e8eeb 13:27:10 ---> 9061e10692d2 13:27:10 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 13:27:11 Removing intermediate container 8bc78a34012c 13:27:11 ---> 7664c97f92c3 13:27:11 13:27:11 Step 10/20 : FROM scratch 13:27:11 ---> 13:27:11 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:27:11 ---> fcd0f19407c7 13:27:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 13:27:11 ---> Running in 29eee59bb168 13:27:13 Removing intermediate container 29eee59bb168 13:27:13 ---> b3f6c5834bca 13:27:13 Step 12/20 : ENV APP_PORT=48085 13:27:13 Removing intermediate container 886d47a23d43 13:27:13 ---> c97f09f8af73 13:27:13 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:27:14 ---> fe5f6b490e2a 13:27:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 13:27:14 ---> Running in bbcdca07f222 13:27:14 ---> Running in 918ba503ba99 13:27:14 Removing intermediate container f362ff8cc082 13:27:14 ---> 1bd2cc69b43a 13:27:14 13:27:14 Step 10/26 : FROM alpine:3.10 13:27:14 3.10: Pulling from library/alpine 13:27:15 Removing intermediate container e4dbe3981ca2 13:27:15 ---> acc77a7d09af 13:27:15 13:27:15 Step 10/22 : FROM alpine 13:27:15 ---> a24bb4013296 13:27:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:27:15 Removing intermediate container bbcdca07f222 13:27:15 ---> 3f393542704d 13:27:15 Step 13/20 : EXPOSE $APP_PORT 13:27:15 Removing intermediate container 918ba503ba99 13:27:15 ---> ca79e3bca7d3 13:27:15 Step 13/20 : WORKDIR /edgex 13:27:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 13:27:15 ---> Running in 03fa28df29d4 13:27:15 Status: Downloaded newer image for alpine:3.10 13:27:15 ---> be4e4bea2c2e 13:27:15 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 13:27:15 ---> 8b438c0cb2cc 13:27:15 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 13:27:15 ---> Running in dc74d2109950 13:27:16 ---> Running in 2bb5316422f1 13:27:16 ---> Running in 663abc8bb078 13:27:16 Removing intermediate container 03fa28df29d4 13:27:16 ---> 0a433a4b85fd 13:27:16 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 13:27:16 Removing intermediate container dc74d2109950 13:27:16 ---> 20d4f954b1b5 13:27:16 Step 12/22 : ENV APP_PORT=48080 13:27:16 ---> d190aff5684b 13:27:16 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:27:16 Removing intermediate container 2bb5316422f1 13:27:16 ---> f75a5a5fc48d 13:27:16 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:27:16 ---> Running in 8c537c6f8889 13:27:16 ---> Running in fecff3c74f49 13:27:16 ---> a9cfcbf52407 13:27:16 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:27:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:27:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 13:27:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 13:27:17 v3.10.5-68-gfeae60ca03 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 13:27:17 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 13:27:17 OK: 10346 distinct packages available 13:27:17 (1/5) Installing ca-certificates (20191127-r2) 13:27:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 13:27:17 (3/5) Installing libcurl (7.66.0-r0) 13:27:17 (4/5) Installing curl (7.66.0-r0) 13:27:17 (5/5) Installing dumb-init (1.2.2-r1) 13:27:17 Executing busybox-1.30.1-r3.trigger 13:27:17 Executing ca-certificates-20191127-r2.trigger 13:27:18 OK: 7 MiB in 19 packages 13:27:18 Removing intermediate container 8c537c6f8889 13:27:18 ---> ab5affbe2d4d 13:27:18 Step 13/22 : EXPOSE $APP_PORT 13:27:18 Removing intermediate container fecff3c74f49 13:27:18 ---> c57a173683bc 13:27:18 Step 19/21 : LABEL arch=x86_64 13:27:18 ---> fbb4de445309 13:27:18 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:27:18 ---> 6f52c62c98e8 13:27:18 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:27:18 ---> Running in 7996fb58c6e5 13:27:18 ---> Running in f46d4c1cffc0 13:27:19 Removing intermediate container 7996fb58c6e5 13:27:19 ---> f664083c2411 13:27:19 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:27:19 Removing intermediate container f46d4c1cffc0 13:27:19 ---> fdf628b5aed1 13:27:19 Step 20/21 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:27:19 ---> 1e12dec883ef 13:27:19 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:27:19 ---> Running in a3cbddc11d61 13:27:19 Removing intermediate container 663abc8bb078 13:27:19 ---> 5dd72d79d327 13:27:19 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:27:19 ---> 7f4de66344e8 13:27:19 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:27:19 ---> Running in 965c8e03d5f0 13:27:20 ---> Running in 653dc8090f15 13:27:20 ---> Running in e9534fc02b8f 13:27:20 ---> Running in 39a922e9ba5b 13:27:20 Removing intermediate container 965c8e03d5f0 13:27:20 ---> 821577c7e421 13:27:20 Step 18/20 : LABEL arch=x86_64 13:27:20 Removing intermediate container 653dc8090f15 13:27:20 ---> 4ad652e2d052 13:27:20 Step 21/21 : LABEL version=0.0.0 13:27:20 Removing intermediate container e9534fc02b8f 13:27:20 ---> fd60bb49b595 13:27:20 Step 13/26 : WORKDIR / 13:27:20 ---> Running in b0cd6205c7d5 13:27:20 ---> Running in 27953d901d58 13:27:20 ---> Running in 44c262e1eac2 13:27:20 Removing intermediate container 39a922e9ba5b 13:27:20 ---> 1a8850cecf67 13:27:20 Step 17/20 : CMD ["--init=true"] 13:27:20 ---> Running in 00e5856113da 13:27:20 Removing intermediate container b0cd6205c7d5 13:27:20 ---> f0707afe0872 13:27:20 Step 19/20 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:27:20 Removing intermediate container 27953d901d58 13:27:20 ---> 967c2a3cf5fe 13:27:20 13:27:20 Removing intermediate container 44c262e1eac2 13:27:20 ---> 2daefe8f5c6a 13:27:20 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:27:21 ---> Running in f99589c45153 13:27:21 Removing intermediate container 00e5856113da 13:27:21 ---> eb4bb7e1e3c1 13:27:21 Step 18/20 : LABEL arch=x86_64 13:27:21 Successfully built 967c2a3cf5fe 13:27:21 Successfully tagged docker-support-logging-go:latest 13:27:21  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 13:27:21 Removing intermediate container a3cbddc11d61 13:27:21 ---> f9241dbf77c2 13:27:21 Step 15/22 : RUN apk --no-cache add zeromq 13:27:21 ---> Running in b4281e949ac6 13:27:21 ---> bcc9dcc6aee5 13:27:21 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:27:21 ---> Running in ab9badf8fbea 13:27:21 Removing intermediate container f99589c45153 13:27:21 ---> 55ca9953e677 13:27:21 Step 20/20 : LABEL version=0.0.0 13:27:22 Removing intermediate container b4281e949ac6 13:27:22 ---> f2f6548150e0 13:27:22 Step 19/20 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:27:22 ---> Running in 875de42b7221 13:27:22 ---> b4c19f44af20 13:27:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:27:22 ---> Running in dd1e5efde435 13:27:25 Removing intermediate container 875de42b7221 13:27:25 ---> 8d663c4e21b0 13:27:25 13:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:27:25 Successfully built 8d663c4e21b0 13:27:25 Successfully tagged docker-support-scheduler-go:latest 13:27:25  Building docker-support-scheduler-go ... done Building docker-core-command-go 13:27:25 Removing intermediate container dd1e5efde435 13:27:25 ---> 19ba609fe747 13:27:25 Step 20/20 : LABEL version=0.0.0 13:27:25 ---> 6bf9fecc938a 13:27:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 13:27:25 ---> Running in 9d786dd10631 13:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:27:26 (1/5) Installing libgcc (9.3.0-r2) 13:27:26 (2/5) Installing libsodium (1.0.18-r0) 13:27:26 (3/5) Installing libstdc++ (9.3.0-r2) 13:27:26 (4/5) Installing libzmq (4.3.2-r0) 13:27:27 (5/5) Installing zeromq (4.3.2-r0) 13:27:27 Executing busybox-1.31.1-r16.trigger 13:27:27 OK: 8 MiB in 19 packages 13:27:30 Removing intermediate container 9d786dd10631 13:27:30 ---> 862a477ec177 13:27:30 13:27:30 ---> 64449e3a2d8d 13:27:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:27:30 Successfully built 862a477ec177 13:27:31 Successfully tagged docker-security-proxy-setup-go:latest 13:27:31 Building docker-support-notifications-go 13:27:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:27:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:27:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:27:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:27:32 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.048s 13:27:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 13:27:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:27:32 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 13:27:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:27:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:27:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:27:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:27:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:27:39  Building docker-security-proxy-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:27:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:27:39 ---> 3dbc824b2d2a 13:27:39 Step 3/26 : WORKDIR /edgex-go 13:27:40 ---> Using cache 13:27:40 ---> a1b084a42070 13:27:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:27:40 ---> Using cache 13:27:40 ---> fa09f1c47704 13:27:40 Step 5/26 : RUN apk update && apk add make bash git 13:27:40 Removing intermediate container ab9badf8fbea 13:27:40 ---> c8f07f5bf6b7 13:27:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 13:27:40 ---> d70fce966604 13:27:40 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:27:40 ---> Running in 541baac3a1a3 13:27:42 ---> 96717a49b6b3 13:27:42 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 13:27:42 ---> 1446b108b3b8 13:27:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:27:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements 13:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:27:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:27:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:27:44 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:27:44 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:27:44 OK: 12749 distinct packages available 13:27:44 OK: 233 MiB in 51 packages 13:27:45 ---> 037c910080c6 13:27:45 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:27:45 ---> d524b65756a7 13:27:45 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:27:45 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:27:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:27:45 ---> 3dbc824b2d2a 13:27:45 Step 3/21 : WORKDIR /edgex-go 13:27:45 ---> Using cache 13:27:45 ---> a1b084a42070 13:27:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:27:45 ---> Using cache 13:27:45 ---> fa09f1c47704 13:27:45 Step 5/21 : RUN apk update && apk add make git 13:27:45 ---> Using cache 13:27:45 ---> 5fdfea2a154d 13:27:45 Step 6/21 : COPY go.mod . 13:27:45 ---> Using cache 13:27:45 ---> 0b6697d9bf1f 13:27:45 Step 7/21 : RUN go mod download 13:27:45 ---> Using cache 13:27:45 ---> 4294486b9c21 13:27:45 Step 8/21 : COPY . . 13:27:45 ---> Using cache 13:27:45 ---> 91654581864e 13:27:45 Step 9/21 : RUN make cmd/core-command/core-command 13:27:46 ---> Running in b935b6b33f02 13:27:46 ---> af86fe8dc22b 13:27:46 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:27:46 ---> f549d2edb361 13:27:46 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:27:47 ---> Running in 817c59573b57 13:27:48 ---> Running in 8d9d24e3ec90 13:27:48 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 13:27:48 Removing intermediate container 541baac3a1a3 13:27:48 ---> 54c127b98945 13:27:48 Step 6/26 : COPY go.mod . 13:27:49 Removing intermediate container 817c59573b57 13:27:49 ---> 640873c869d8 13:27:49 Step 20/22 : LABEL arch=x86_64 13:27:49 ---> 44c9262c93c2 13:27:49 Step 7/26 : RUN go mod download 13:27:49 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 13:27:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:27:49 ---> 3dbc824b2d2a 13:27:49 Step 3/23 : WORKDIR /edgex-go 13:27:49 ---> Using cache 13:27:49 ---> a1b084a42070 13:27:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:27:49 ---> Using cache 13:27:49 ---> fa09f1c47704 13:27:49 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 13:27:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.3% of statements 13:27:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:27:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:27:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:27:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:27:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:27:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:27:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements 13:27:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:27:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements 13:27:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:27:50 ---> Running in f53f1b64884a 13:27:51 ---> Running in 1523a89c5558 13:27:51 ---> Running in d0ed366e11b9 13:27:51 Removing intermediate container f53f1b64884a 13:27:51 ---> b7a77856b35a 13:27:51 Step 21/22 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:27:51 ---> Running in 3e887d03bb6c 13:27:52 Removing intermediate container 3e887d03bb6c 13:27:52 ---> ff7364284f4c 13:27:52 Step 22/22 : LABEL version=0.0.0 13:27:52 Removing intermediate container 8d9d24e3ec90 13:27:52 ---> f6af4d7f8176 13:27:52 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 13:27:52 ---> Running in 50f29454621d 13:27:52 ---> Running in 42c2cedc3243 13:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:27:52 Removing intermediate container 50f29454621d 13:27:52 ---> 250cedf744da 13:27:52 13:27:52 Removing intermediate container 42c2cedc3243 13:27:52 ---> dde97342725f 13:27:52 Step 24/26 : LABEL arch=x86_64 13:27:52 Successfully built 250cedf744da 13:27:52 Successfully tagged docker-core-data-go:latest 13:27:52 Building docker-core-metadata-go 13:27:52  Building docker-core-data-go ... done  ---> Running in 611200f8f628 13:27:53 Removing intermediate container 611200f8f628 13:27:53 ---> acb3e2b81943 13:27:53 Step 25/26 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:27:53 ---> Running in eb504614b32b 13:27:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:27:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements 13:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:27:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements 13:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:27:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 13:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:27:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 89.8% of statements 13:27:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:27:54 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:27:54 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:27:54 OK: 12749 distinct packages available 13:27:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.092s coverage: 97.5% of statements 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:27:55 Removing intermediate container eb504614b32b 13:27:55 ---> 917e15436a9a 13:27:55 Step 26/26 : LABEL version=0.0.0 13:27:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.114s coverage: 100.0% of statements 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:27:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:27:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.024s coverage: 58.8% of statements 13:27:55 OK: 233 MiB in 51 packages 13:27:57 ---> Running in 39df8e7e009d 13:27:57 Removing intermediate container 1523a89c5558 13:27:57 ---> c1ca9435458d 13:27:57 Step 8/26 : COPY . . 13:27:57 Removing intermediate container 39df8e7e009d 13:27:57 ---> 5d1b9aa7b384 13:27:57 13:27:58 Successfully built 5d1b9aa7b384 13:27:59 Successfully tagged docker-security-secretstore-setup-go:latest 13:27:59 Building docker-security-secrets-setup-go 13:28:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.256s coverage: 63.5% of statements 13:28:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:28:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:28:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 13:28:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.330s coverage: 55.9% of statements 13:28:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:28:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:28:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 13:28:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 13:28:02  Building docker-security-secretstore-setup-go ... done Removing intermediate container d0ed366e11b9 13:28:02 ---> 889787e445b5 13:28:02 Step 6/23 : COPY go.mod . 13:28:08 ---> 7f8a22e78478 13:28:08 Step 7/23 : RUN go mod download 13:28:08 ---> Running in a6854ac632e1 13:28:12 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:28:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:28:12 ---> 3dbc824b2d2a 13:28:12 Step 3/21 : WORKDIR /edgex-go 13:28:12 ---> Using cache 13:28:12 ---> a1b084a42070 13:28:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:28:12 ---> Using cache 13:28:12 ---> fa09f1c47704 13:28:12 Step 5/21 : RUN apk update && apk add make git 13:28:12 ---> Using cache 13:28:12 ---> 5fdfea2a154d 13:28:12 Step 6/21 : COPY go.mod . 13:28:12 ---> Using cache 13:28:12 ---> 0b6697d9bf1f 13:28:12 Step 7/21 : RUN go mod download 13:28:12 ---> Using cache 13:28:12 ---> 4294486b9c21 13:28:12 Step 8/21 : COPY . . 13:28:12 ---> Using cache 13:28:12 ---> 91654581864e 13:28:12 Step 9/21 : RUN make cmd/core-metadata/core-metadata 13:28:13 ---> Running in 8a469c0ff9cf 13:28:19 Removing intermediate container a6854ac632e1 13:28:19 ---> 1e7b876149b1 13:28:19 Step 8/23 : COPY . . 13:28:19 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 13:28:20 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 13:28:20 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 13:28:20 ---> 3dbc824b2d2a 13:28:20 Step 3/29 : WORKDIR /edgex-go 13:28:20 ---> Using cache 13:28:20 ---> a1b084a42070 13:28:20 Step 4/29 : RUN apk update && apk add make git 13:28:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.066s coverage: 86.3% of statements 13:28:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 13:28:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.033s coverage: 72.2% of statements 13:28:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.410s coverage: 72.1% of statements 13:28:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.044s coverage: 82.4% of statements 13:28:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.033s coverage: 48.4% of statements 13:28:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 13:28:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 13:28:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 13:28:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements 13:28:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 13:28:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.031s coverage: 96.8% of statements 13:28:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 13:28:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 26.9% of statements 13:28:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:28:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:28:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.1% of statements 13:28:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 13:28:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.043s coverage: 42.9% of statements 13:28:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 13:28:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 13:28:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements 13:28:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 13:28:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.055s coverage: 83.8% of statements 13:28:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 13:28:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.095s coverage: 46.1% of statements 13:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:28:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements 13:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:28:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.035s coverage: 100.0% of statements 13:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:28:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements 13:28:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:28:24 ---> Running in b38b4b9c5248 13:28:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:28:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:28:28 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:28:28 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:28:28 OK: 12749 distinct packages available 13:28:28 OK: 233 MiB in 51 packages 13:28:28 Removing intermediate container b935b6b33f02 13:28:28 ---> 677199c3d9f6 13:28:28 13:28:28 Step 10/21 : FROM scratch 13:28:28 ---> 13:28:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:28:28 ---> 68990051a324 13:28:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:28:29 ---> Running in 9d05a586f120 13:28:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.219s coverage: 29.1% of statements 13:28:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:28:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:28:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:28:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:28:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:28:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.050s coverage: 99.0% of statements 13:28:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:28:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.074s coverage: 100.0% of statements 13:28:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:28:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements 13:28:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:28:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements 13:28:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:28:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:28:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:28:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:28:30 ---> Using cache 13:28:30 ---> b3f6c5834bca 13:28:30 Step 12/21 : ENV APP_PORT=48082 13:28:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.020s coverage: 87.9% of statements 13:28:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:28:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:28:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements 13:28:31 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 13:28:31 ---> Running in 6f96f1207904 13:28:31 Removing intermediate container b38b4b9c5248 13:28:31 ---> a2ba9165b673 13:28:31 Step 5/29 : COPY go.mod . 13:28:32 Removing intermediate container 6f96f1207904 13:28:32 ---> e4e3dee5709d 13:28:32 Step 13/21 : EXPOSE $APP_PORT 13:28:32 ---> Running in 9d7f477188d6 13:28:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.014s coverage: 32.1% of statements 13:28:33 ---> fb9249bf0810 13:28:33 Step 6/29 : RUN go mod download 13:28:33 Removing intermediate container 9d7f477188d6 13:28:33 ---> f118bcf17cf7 13:28:33 Step 14/21 : WORKDIR / 13:28:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements 13:28:34 GO111MODULE=on go vet ./... 13:28:34 ---> Running in ab9b2fed8b38 13:28:34 ---> Running in de9ade01479a 13:28:37 Removing intermediate container de9ade01479a 13:28:37 ---> 03d613f51ed0 13:28:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 13:28:38 ---> 8772a779ef65 13:28:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:28:41 ---> 202945e46525 13:28:41 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:28:41 ---> 0e52b5611c8c 13:28:41 Step 9/23 : RUN make cmd/support-notifications/support-notifications 13:28:41 Removing intermediate container ab9b2fed8b38 13:28:41 ---> 3da54ba9c683 13:28:41 Step 7/29 : COPY . . 13:28:41 ---> Running in 5c5f03a91d9c 13:28:41 ---> 1265e8b486cb 13:28:41 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:28:41 ---> Running in 527ddf0ea106 13:28:42 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 13:28:43 Removing intermediate container 527ddf0ea106 13:28:43 ---> 0ba9d71fcf39 13:28:43 Step 19/21 : LABEL arch=x86_64 13:28:46 ---> Running in 2f7e733e151e 13:28:48 Removing intermediate container 2f7e733e151e 13:28:48 ---> 8d15b83d68b4 13:28:48 Step 20/21 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:28:50 ---> Running in 319953e036e1 13:28:51 Removing intermediate container 319953e036e1 13:28:51 ---> a11dfe8b3206 13:28:51 Step 21/21 : LABEL version=0.0.0 13:28:52 gofmt -l . 13:28:52 [ "`gofmt -l .`" = "" ] 13:28:53 ---> Running in d2ffbcbbea39 13:28:55 ./bin/test-go-mod-tidy.sh 13:28:55 ./bin/test-attribution-txt.sh 13:28:55 Removing intermediate container d2ffbcbbea39 13:28:55 ---> 2fd2a2285271 13:28:55 13:28:55 Successfully built 2fd2a2285271 13:28:55 Successfully tagged docker-core-command-go:latest [Pipeline] sh 13:28:58 + ls -al . 13:28:58 total 588 13:28:58 drwxrwxr-x 10 1001 1001 4096 Aug 10 13:28 . 13:28:58 drwxr-xr-x 4 root root 4096 Aug 10 13:26 .. 13:28:58 -rw-rw-r-- 1 1001 1001 11 Aug 10 13:24 .dockerignore 13:28:58 drwxrwxr-x 8 1001 1001 4096 Aug 10 13:24 .git 13:28:58 drwxrwxr-x 3 1001 1001 4096 Aug 10 13:24 .github 13:28:58 -rw-rw-r-- 1 1001 1001 932 Aug 10 13:24 .gitignore 13:28:58 drwxrwxr-x 3 1001 1001 4096 Aug 10 13:25 .semver 13:28:58 -rw-rw-r-- 1 1001 1001 166 Aug 10 13:24 .sonarcloud.properties 13:28:58 -rw-rw-r-- 1 1001 1001 3804 Aug 10 13:24 CONTRIBUTING.md 13:28:58 -rw-rw-r-- 1 1001 1001 1035 Aug 10 13:24 Dockerfile.build 13:28:58 -rw-rw-r-- 1 1001 1001 865 Aug 10 13:24 Jenkinsfile 13:28:58 -rw-rw-r-- 1 1001 1001 10775 Aug 10 13:24 LICENSE 13:28:58 -rw-rw-r-- 1 1001 1001 6237 Aug 10 13:24 Makefile 13:28:58 -rw-rw-r-- 1 1001 1001 5652 Aug 10 13:24 README.md 13:28:58 -rw-rw-r-- 1 1001 1001 7111 Aug 10 13:24 SECURITY.md 13:28:58 -rw-rw-r-- 1 1001 1001 5 Aug 10 13:22 VERSION 13:28:58 -rw-rw-r-- 1 1001 1001 4131 Aug 10 13:24 ZMQWindows.md 13:28:58 drwxrwxr-x 2 1001 1001 4096 Aug 10 13:24 bin 13:28:58 drwxrwxr-x 15 1001 1001 4096 Aug 10 13:24 cmd 13:28:58 -rw-r--r-- 1 root root 455803 Aug 10 13:28 coverage.out 13:28:58 -rw-r--r-- 1 root root 1019 Aug 10 13:28 go.mod 13:28:58 -rw-r--r-- 1 root root 18146 Aug 10 13:28 go.sum 13:28:58 drwxrwxr-x 8 1001 1001 4096 Aug 10 13:24 internal 13:28:58 drwxrwxr-x 4 1001 1001 4096 Aug 10 13:24 openapi 13:28:58 drwxrwxr-x 4 1001 1001 4096 Aug 10 13:24 snap 13:28:58 -rw-rw-r-- 1 1001 1001 168 Aug 10 13:24 version.go [Pipeline] sh 13:28:59  Building docker-core-command-go ... done Removing intermediate container 8a469c0ff9cf 13:28:59 ---> 9f167ef20b97 13:28:59 13:28:59 Step 10/21 : FROM scratch 13:28:59 ---> 13:28:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:28:59 ---> Using cache 13:28:59 ---> b3f6c5834bca 13:28:59 Step 12/21 : ENV APP_PORT=48081 13:28:59 + '[' -e coverage.out ] 13:28:59 + chown 1001:1001 coverage.out [Pipeline] stash 13:28:59 Warning: overwriting stash ‘coverage-report’ 13:29:00 ---> Running in be5bc0375408 13:29:00 Stashed 1 file(s) [Pipeline] sh 13:29:01 + make build 13:29:01 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 13:29:04 Removing intermediate container be5bc0375408 13:29:04 ---> 57c448054263 13:29:04 Step 13/21 : EXPOSE $APP_PORT 13:29:04 Removing intermediate container 9d05a586f120 13:29:04 ---> 04ac32a7a3ff 13:29:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:29:04 ---> Running in 6d2dc6341d6a 13:29:06 ---> Running in f9668dabd6a3 13:29:07 Removing intermediate container 6d2dc6341d6a 13:29:07 ---> 3cc4e3ba02ad 13:29:07 Step 14/21 : WORKDIR / 13:29:07 ---> Running in e69624262195 13:29:07 ---> bf5570fc6317 13:29:07 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 13:29:07 ---> Running in c5539f20850d 13:29:08 Removing intermediate container e69624262195 13:29:08 ---> 531e404606a7 13:29:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 13:29:08 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 13:29:08 ---> 25aee85dbd44 13:29:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:29:08 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 13:29:10 ---> 9e094f86e644 13:29:10 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:29:10 Removing intermediate container 5c5f03a91d9c 13:29:10 ---> 1f092d45d9c6 13:29:10 13:29:10 Step 10/23 : FROM scratch 13:29:10 ---> 13:29:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:29:10 ---> Using cache 13:29:10 ---> 0b6d4e1190dd 13:29:10 Step 12/23 : ENV APP_PORT=48060 13:29:10 ---> Running in 0eda6971d70f 13:29:11 ---> d8dfd88b877a 13:29:11 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:29:11 ---> Running in be4e502286f5 13:29:11 Removing intermediate container 0eda6971d70f 13:29:11 ---> 88509393c6ea 13:29:11 Step 13/23 : EXPOSE $APP_PORT 13:29:11 Removing intermediate container f9668dabd6a3 13:29:11 ---> 53236bfce2e9 13:29:11 13:29:11 Step 11/26 : FROM docker:latest 13:29:11 ---> 81f5749c9058 13:29:11 Step 12/26 : RUN apk add --no-cache bash 13:29:11 ---> Running in 739d1f5eed9e 13:29:11 Removing intermediate container be4e502286f5 13:29:11 ---> fc4f5bc3e6a5 13:29:11 Step 19/21 : LABEL arch=x86_64 13:29:11 ---> Running in 6ce51320c1b6 13:29:11 ---> Running in 8d32d816efea 13:29:12 Removing intermediate container 739d1f5eed9e 13:29:12 ---> b48db3dbb965 13:29:12 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 13:29:12 Removing intermediate container 8d32d816efea 13:29:12 ---> 1b9d70583458 13:29:12 Step 20/21 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:29:12 ---> Running in 290f0b886696 13:29:12 ---> 1efc5aa251b3 13:29:12 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 13:29:12 Removing intermediate container 290f0b886696 13:29:12 ---> c29d60f1d6f8 13:29:12 Step 21/21 : LABEL version=0.0.0 13:29:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:29:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:29:12 ---> Running in e2783e0255a4 13:29:13 (1/2) Installing readline (8.0.4-r0) 13:29:13 (2/2) Installing bash (5.0.17-r0) 13:29:13 Removing intermediate container e2783e0255a4 13:29:13 ---> 792ddf7cb8f0 13:29:13 13:29:13 Executing bash-5.0.17-r0.post-install 13:29:13 Executing busybox-1.31.1-r16.trigger 13:29:13 OK: 12 MiB in 22 packages 13:29:13 Successfully built 792ddf7cb8f0 13:29:14 Successfully tagged docker-core-metadata-go:latest 13:29:14  Building docker-core-metadata-go ... done  ---> 723c99351887 13:29:14 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 13:29:15 Removing intermediate container 6ce51320c1b6 13:29:15 ---> 49587628704d 13:29:15 Step 13/26 : RUN rm -rf /var/cache/apk/* 13:29:15 ---> c4a64dbd70d5 13:29:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 13:29:15 ---> Running in 792dde3c58f9 13:29:15 ---> f6688557abae 13:29:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:29:16 ---> d11d1b9c4e26 13:29:16 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:29:17 Removing intermediate container 792dde3c58f9 13:29:17 ---> edd022225967 13:29:17 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:29:18 ---> Running in 11e142a3f0e4 13:29:18 ---> 0c8aed30f37b 13:29:18 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:29:18 ---> Running in 3c9a10a427be 13:29:18 Removing intermediate container 11e142a3f0e4 13:29:18 ---> 796eb060174b 13:29:18 Step 15/26 : ENV APP_PORT=48090 13:29:18 ---> Running in 46fe13a1819d 13:29:18 Removing intermediate container 3c9a10a427be 13:29:18 ---> 316406d2ed65 13:29:18 Step 21/23 : LABEL arch=x86_64 13:29:18 ---> Running in 52ddee576004 13:29:18 Removing intermediate container 46fe13a1819d 13:29:18 ---> c84c8126bbc4 13:29:18 Step 16/26 : EXPOSE $APP_PORT 13:29:18 ---> Running in f162dc79641b 13:29:19 Removing intermediate container 52ddee576004 13:29:19 ---> 88a80b165580 13:29:19 Step 22/23 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:29:19 ---> Running in 26f7639e33b2 13:29:19 Removing intermediate container f162dc79641b 13:29:19 ---> d7bae38e15b9 13:29:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:29:19 Removing intermediate container 26f7639e33b2 13:29:19 ---> 8d664054f294 13:29:19 Step 23/23 : LABEL version=0.0.0 13:29:19 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 13:29:19 ---> Running in 055e1161dc03 13:29:20 Removing intermediate container 055e1161dc03 13:29:20 ---> c3ae79c34d23 13:29:20 13:29:20 Successfully built c3ae79c34d23 13:29:20 Successfully tagged docker-support-notifications-go:latest 13:29:20  Building docker-support-notifications-go ... done  ---> a4d08e460bf7 13:29:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:29:20 ---> b408bb1adbdc 13:29:20 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:29:21 ---> 82021e1cb469 13:29:21 Step 20/26 : RUN apk --no-cache add py-pip 13:29:21 ---> Running in f48b8c2537ec 13:29:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:29:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:29:22 (1/33) Installing libbz2 (1.0.8-r1) 13:29:22 (2/33) Installing expat (2.2.9-r1) 13:29:22 (3/33) Installing libffi (3.3-r2) 13:29:22 (4/33) Installing gdbm (1.13-r1) 13:29:22 (5/33) Installing xz-libs (5.2.5-r0) 13:29:22 (6/33) Installing sqlite-libs (3.32.1-r0) 13:29:22 (7/33) Installing python3 (3.8.5-r0) 13:29:22 Removing intermediate container c5539f20850d 13:29:22 ---> d6aff5b00c3a 13:29:22 13:29:22 Step 9/29 : FROM alpine:latest 13:29:22 ---> a24bb4013296 13:29:22 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 13:29:25 ---> Running in 5408cf51a26f 13:29:25 (8/33) Installing py3-appdirs (1.4.4-r1) 13:29:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:29:25 (10/33) Installing py3-parsing (2.4.7-r0) 13:29:25 (11/33) Installing py3-six (1.15.0-r0) 13:29:26 (12/33) Installing py3-packaging (20.4-r0) 13:29:27 (13/33) Installing py3-setuptools (47.0.0-r0) 13:29:27 Removing intermediate container 5408cf51a26f 13:29:27 ---> a8cca21b528d 13:29:27 Step 11/29 : USER root 13:29:27 (14/33) Installing py3-chardet (3.0.4-r4) 13:29:27 (15/33) Installing py3-idna (2.9-r0) 13:29:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:29:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:29:28 ---> Running in 509e2340c4b1 13:29:28 (18/33) Installing py3-requests (2.23.0-r0) 13:29:28 (19/33) Installing py3-msgpack (1.0.0-r0) 13:29:28 (20/33) Installing py3-lockfile (0.12.2-r3) 13:29:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:29:28 (22/33) Installing py3-colorama (0.4.3-r0) 13:29:28 (23/33) Installing py3-distlib (0.3.0-r0) 13:29:28 (24/33) Installing py3-distro (1.5.0-r1) 13:29:28 (25/33) Installing py3-webencodings (0.5.1-r3) 13:29:28 (26/33) Installing py3-html5lib (1.0.1-r4) 13:29:29 (27/33) Installing py3-pytoml (0.1.21-r0) 13:29:29 (28/33) Installing py3-pep517 (0.8.2-r0) 13:29:29 Removing intermediate container 509e2340c4b1 13:29:29 ---> 731724bf79aa 13:29:29 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 13:29:29 (29/33) Installing py3-progress (1.5-r0) 13:29:29 (30/33) Installing py3-toml (0.10.1-r0) 13:29:29 (31/33) Installing py3-retrying (1.3.3-r0) 13:29:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:29:29 (33/33) Installing py3-pip (20.1.1-r0) 13:29:29 ---> Running in c960f004d0d3 13:29:29 Executing busybox-1.31.1-r16.trigger 13:29:29 OK: 71 MiB in 55 packages 13:29:29 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 13:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:29:30 v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:29:30 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:29:30 OK: 12749 distinct packages available 13:29:30 (1/2) Installing ca-certificates (20191127-r4) 13:29:30 (2/2) Installing dumb-init (1.2.2-r1) 13:29:30 Executing busybox-1.31.1-r16.trigger 13:29:30 Executing ca-certificates-20191127-r4.trigger 13:29:30 OK: 6 MiB in 16 packages 13:29:34 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 13:29:35 Removing intermediate container f48b8c2537ec 13:29:35 ---> f059e2361193 13:29:35 Step 21/26 : RUN pip install docker-compose==1.23.2 13:29:35 Removing intermediate container c960f004d0d3 13:29:35 ---> ce6aeb71d2ae 13:29:35 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 13:29:35 ---> Running in 65dd1a3d187c 13:29:35 ---> Running in 282882a05252 13:29:35 Removing intermediate container 282882a05252 13:29:35 ---> 03a981665f52 13:29:35 Step 14/29 : WORKDIR $BASE_DIR 13:29:35 ---> Running in ed818b43f1b7 13:29:36 Removing intermediate container ed818b43f1b7 13:29:36 ---> 075a32806324 13:29:36 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 13:29:36 ---> Running in 6e4a385047db 13:29:37 Removing intermediate container 6e4a385047db 13:29:37 ---> 4b5959b193cb 13:29:37 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 13:29:37 Collecting docker-compose==1.23.2 13:29:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:29:37 Collecting PyYAML<4,>=3.10 13:29:37 Downloading PyYAML-3.13.tar.gz (270 kB) 13:29:38 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 13:29:38 ---> f26994e57144 13:29:38 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 13:29:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:29:39 ---> 75a80f6173d0 13:29:39 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 13:29:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:29:39 Collecting docker<4.0,>=3.6.0 13:29:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:29:39 Collecting dockerpty<0.5,>=0.4.1 13:29:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:29:39 ---> d78aa1e77634 13:29:39 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 13:29:39 ---> b9d2af4b0518 13:29:39 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 13:29:40 Collecting cached-property<2,>=1.2.0 13:29:40 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 13:29:40 Collecting docopt<0.7,>=0.6.1 13:29:40 Downloading docopt-0.6.2.tar.gz (25 kB) 13:29:40 ---> 01d4020e2435 13:29:40 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 13:29:40 ---> Running in ce1df2315233 13:29:40 Collecting jsonschema<3,>=2.5.1 13:29:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:29:40 Collecting texttable<0.10,>=0.9.0 13:29:40 Downloading texttable-0.9.1.tar.gz (11 kB) 13:29:41 Removing intermediate container ce1df2315233 13:29:41 ---> 79a7cb783c36 13:29:41 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 13:29:41 Collecting websocket-client<1.0,>=0.32.0 13:29:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 13:29:41 ---> 91744ac68a62 13:29:41 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:29:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:29:41 ---> Running in 0e2761025a6b 13:29:41 Collecting urllib3<1.25,>=1.21.1 13:29:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:29:41 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 13:29:41 Collecting idna<2.8,>=2.5 13:29:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:29:41 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) 13:29:42 Collecting docker-pycreds>=0.4.0 13:29:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:29:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:29:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:29:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:29:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:29:42 Installing collected packages: PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, cached-property, docopt, jsonschema, texttable, docker-compose 13:29:42 Running setup.py install for PyYAML: started 13:29:42 Removing intermediate container 0e2761025a6b 13:29:42 ---> 680fe418beb7 13:29:42 Step 24/29 : RUN chmod 755 security-secrets-setup 13:29:42 ---> Running in 256116b3913f 13:29:42 Running setup.py install for PyYAML: finished with status 'done' 13:29:42 Attempting uninstall: urllib3 13:29:42 Found existing installation: urllib3 1.25.9 13:29:42 Uninstalling urllib3-1.25.9: 13:29:42 Successfully uninstalled urllib3-1.25.9 13:29:42 Attempting uninstall: idna 13:29:42 Found existing installation: idna 2.9 13:29:43 Uninstalling idna-2.9: 13:29:43 Successfully uninstalled idna-2.9 13:29:43 Attempting uninstall: requests 13:29:43 Found existing installation: requests 2.23.0 13:29:43 Uninstalling requests-2.23.0: 13:29:43 Successfully uninstalled requests-2.23.0 13:29:45 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 13:29:45 Running setup.py install for dockerpty: started 13:29:45 Removing intermediate container 256116b3913f 13:29:45 ---> a9e073e21776 13:29:45 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 13:29:45 ---> Running in 732dcff393ec 13:29:45 Removing intermediate container 732dcff393ec 13:29:45 ---> 058d7fc31b2b 13:29:45 Step 26/29 : CMD [ "generate" ] 13:29:45 Running setup.py install for dockerpty: finished with status 'done' 13:29:45 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 13:29:45 Running setup.py install for docopt: started 13:29:45 ---> Running in ce6fd670d3e2 13:29:45 Removing intermediate container ce6fd670d3e2 13:29:45 ---> 189d7bf1cddf 13:29:45 Step 27/29 : LABEL arch=x86_64 13:29:45 ---> Running in cccd3b990e3f 13:29:45 Removing intermediate container cccd3b990e3f 13:29:45 ---> afa725ffb3f7 13:29:45 Step 28/29 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:29:45 ---> Running in 7336ec2784d7 13:29:45 Running setup.py install for docopt: finished with status 'done' 13:29:46 Running setup.py install for texttable: started 13:29:46 Removing intermediate container 7336ec2784d7 13:29:46 ---> 82c25b489986 13:29:46 Step 29/29 : LABEL version=0.0.0 13:29:46 ---> Running in 23482925a191 13:29:46 Removing intermediate container 23482925a191 13:29:46 ---> 15fb898bc904 13:29:46 13:29:46 Successfully built 15fb898bc904 13:29:46 Successfully tagged docker-security-secrets-setup-go:latest 13:29:46  Building docker-security-secrets-setup-go ... done  Running setup.py install for texttable: finished with status 'done' 13:29:46 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 13:29:49 Removing intermediate container 65dd1a3d187c 13:29:49 ---> 439611ebcb96 13:29:49 Step 22/26 : RUN apk --no-cache add curl 13:29:49 ---> Running in ab9484eb5ab4 13:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:29:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:29:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:29:49 (2/3) Installing libcurl (7.69.1-r0) 13:29:49 (3/3) Installing curl (7.69.1-r0) 13:29:49 Executing busybox-1.31.1-r16.trigger 13:29:49 OK: 72 MiB in 58 packages 13:29:50 Removing intermediate container ab9484eb5ab4 13:29:50 ---> a71563d8e310 13:29:50 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:29:50 ---> Running in 37734cacd89b 13:29:50 Removing intermediate container 37734cacd89b 13:29:50 ---> de46f438b629 13:29:50 Step 24/26 : LABEL arch=x86_64 13:29:50 ---> Running in b6f81940b785 13:29:50 Removing intermediate container b6f81940b785 13:29:50 ---> a9dad1c810dd 13:29:50 Step 25/26 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:29:50 ---> Running in 29b99f745671 13:29:50 Removing intermediate container 29b99f745671 13:29:50 ---> dda3e687823f 13:29:50 Step 26/26 : LABEL version=0.0.0 13:29:51 ---> Running in 3a2844030e2e 13:29:51 Removing intermediate container 3a2844030e2e 13:29:51 ---> 6357caddf356 13:29:51 13:29:51 Successfully built 6357caddf356 13:29:51 Successfully tagged docker-sys-mgmt-agent-go:latest 13:29:51  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:29:51 $ docker stop --time=1 876c2d1e00f5186fd9f98a66be73db9a02400f1494ec981c49d5c5b8e7e4a942 13:29:53 $ docker rm -f 876c2d1e00f5186fd9f98a66be73db9a02400f1494ec981c49d5c5b8e7e4a942 [Pipeline] // withDockerContainer [Pipeline] sh 13:29:54 + docker images 13:29:54 + grep docker 13:29:54 docker-sys-mgmt-agent-go latest 6357caddf356 3 seconds ago 284MB 13:29:54 docker-security-secrets-setup-go latest 15fb898bc904 8 seconds ago 25.1MB 13:29:54 docker-support-notifications-go latest c3ae79c34d23 35 seconds ago 14.4MB 13:29:54 docker-core-metadata-go latest 792ddf7cb8f0 41 seconds ago 14.4MB 13:29:54 docker-core-command-go latest 2fd2a2285271 About a minute ago 13MB 13:29:54 docker-security-secretstore-setup-go latest 5d1b9aa7b384 About a minute ago 33.9MB 13:29:54 docker-core-data-go latest 250cedf744da 2 minutes ago 23.8MB 13:29:54 docker-security-proxy-setup-go latest 862a477ec177 2 minutes ago 16.4MB 13:29:54 docker-support-scheduler-go latest 8d663c4e21b0 2 minutes ago 13.1MB 13:29:54 docker-support-logging-go latest 967c2a3cf5fe 2 minutes ago 11.8MB 13:29:54 docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script 13:29:55 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 [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] } 13:29:59 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 13:30:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13: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 13:30: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 [Pipeline] } 13:30:15 $ docker stop --time=1 194672fd94ef1510e9eca7c94ff15e7597dccd0a6df6b17b22a8aad36e95b119 13:30:17 $ docker rm -f 194672fd94ef1510e9eca7c94ff15e7597dccd0a6df6b17b22a8aad36e95b119 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:30:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:30:19 13:30:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:30:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:30:20 latest: Pulling from edgex-devops/edgex-compose-arm64 13:30:20 29e5d40040c1: Pulling fs layer 13:30:20 1ce36da41761: Pulling fs layer 13:30:20 25b303627fd3: Pulling fs layer 13:30:20 29e5d40040c1: Verifying Checksum 13:30:20 29e5d40040c1: Download complete 13:30:21 1ce36da41761: Verifying Checksum 13:30:21 1ce36da41761: Download complete 13:30:21 29e5d40040c1: Pull complete 13:30:22 1ce36da41761: Pull complete 13:30:23 25b303627fd3: Verifying Checksum 13:30:23 25b303627fd3: Download complete 13:30:33 25b303627fd3: Pull complete 13:30:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:30:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:30:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 13:30:33 prd-ubuntu18.04-docker-arm64-4c-16g-3264 does not seem to be running inside a container 13:30:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose-arm64:latest cat 13:30:36 $ docker top 68914bdd823d946e72396f481269fe59f9d82cef313a3ddb1dbec5863490af2d -eo pid,comm [Pipeline] { [Pipeline] sh 13:30:38 + docker-compose build --help 13:30:38 + grep parallel 13:30:41 --parallel Build images in parallel. [Pipeline] } 13:30:41 $ docker stop --time=1 68914bdd823d946e72396f481269fe59f9d82cef313a3ddb1dbec5863490af2d 13:30:43 $ docker rm -f 68914bdd823d946e72396f481269fe59f9d82cef313a3ddb1dbec5863490af2d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:30:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:30:44 . [Pipeline] withDockerContainer 13:30:45 prd-ubuntu18.04-docker-arm64-4c-16g-3264 does not seem to be running inside a container 13:30:45 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose-arm64:latest cat 13:30:46 $ docker top e2c8f62d8add73507760718dde894aafd2450d3eb874a402134c42361395b976 -eo pid,comm [Pipeline] { [Pipeline] sh 13:30:47 + docker-compose -f ./docker-compose-build.yml build --parallel 13:30:51 Building docker-core-command-go ... 13:30:51 Building docker-core-data-go ... 13:30:51 Building docker-core-metadata-go ... 13:30:51 Building docker-security-proxy-setup-go ... 13:30:51 Building docker-security-secrets-setup-go ... 13:30:51 Building docker-security-secretstore-setup-go ... 13:30:51 Building docker-support-logging-go ... 13:30:51 Building docker-support-notifications-go ... 13:30:51 Building docker-support-scheduler-go ... 13:30:51 Building docker-sys-mgmt-agent-go ... 13:30:51 Building docker-core-command-go 13:30:51 Building docker-support-scheduler-go 13:30:51 Building docker-core-metadata-go 13:30:51 Building docker-security-secrets-setup-go 13:30:51 Building docker-sys-mgmt-agent-go 13:32:58 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 13:32:58 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 13:32:58 ---> 6301abeaaf71 13:32:58 Step 3/29 : WORKDIR /edgex-go 13:32:58 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:32:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:32:58 ---> 6301abeaaf71 13:32:58 Step 3/21 : WORKDIR /edgex-go 13:32:58 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:32:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:32:58 ---> 6301abeaaf71 13:32:58 Step 3/21 : WORKDIR /edgex-go 13:32:58 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:32:58 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:32:58 ---> 6301abeaaf71 13:32:58 Step 3/20 : WORKDIR /edgex-go 13:32:58 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:32:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:32:58 ---> 6301abeaaf71 13:32:58 Step 3/26 : WORKDIR /edgex-go 13:32:58 ---> Running in 0ed886eb998e 13:32:58 ---> Running in 6e974bc65fa0 13:32:58 ---> Running in a3296ed4da0c 13:32:58 ---> Running in 1a117b0f0489 13:32:58 ---> Running in cd1181e0a09f 13:32:58 Removing intermediate container 6e974bc65fa0 13:32:58 ---> 92028fc1e4d6 13:32:58 Removing intermediate container a3296ed4da0c 13:32:58 ---> 1f277be9f642 13:32:58 Removing intermediate container cd1181e0a09f 13:32:58 ---> c53f68e32540 13:32:58 Step 4/29 : RUN apk update && apk add make git 13:32:58 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:32:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:32:58 Removing intermediate container 0ed886eb998e 13:32:58 ---> aca17da15306 13:32:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:32:58 Removing intermediate container 1a117b0f0489 13:32:58 ---> 5f92c525865b 13:32:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:32:58 ---> Running in b20e077ec0f1 13:32:58 ---> Running in 618f46738502 13:32:58 ---> Running in 4df535ce933e 13:32:58 ---> Running in b4b62c161ffa 13:32:58 ---> Running in cfd03e7e4b9c 13:32:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:32:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:32:58 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:32:58 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:32:58 OK: 12620 distinct packages available 13:32:58 Removing intermediate container 618f46738502 13:32:58 ---> 1e44dd9ddda6 13:32:58 Step 5/21 : RUN apk update && apk add make git 13:32:58 Removing intermediate container b4b62c161ffa 13:32:58 ---> bd4e21e2f9e7 13:32:58 Step 5/21 : RUN apk update && apk add make git 13:32:58 ---> Running in 0c5abd8f4daf 13:32:58 ---> Running in 5aee64a360d0 13:32:58 OK: 217 MiB in 51 packages 13:32:58 Removing intermediate container 4df535ce933e 13:32:58 ---> 6d7cb08b4107 13:32:58 Step 5/20 : RUN apk update && apk add make git 13:32:58 Removing intermediate container cfd03e7e4b9c 13:32:58 ---> 76eaceb1de61 13:32:58 Step 5/26 : RUN apk update && apk add make bash git 13:32:58 ---> Running in e2d03233a7e1 13:32:58 ---> Running in 4a2f5b9854d1 13:32:58 Removing intermediate container b20e077ec0f1 13:32:58 ---> 90941e580c72 13:32:58 Step 5/29 : COPY go.mod . 13:32:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:32:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:32:58 ---> 30364b8aaf5f 13:32:58 Step 6/29 : RUN go mod download 13:32:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:32:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:32:58 ---> Running in 18ac68a30086 13:32:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:32:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:32:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:32:59 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:32:59 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:32:59 OK: 12620 distinct packages available 13:32:59 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:32:59 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:32:59 OK: 12620 distinct packages available 13:32:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:33:00 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:33:00 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:33:00 OK: 12620 distinct packages available 13:33:00 OK: 217 MiB in 51 packages 13:33:00 OK: 217 MiB in 51 packages 13:33:00 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:33:00 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:33:00 OK: 12620 distinct packages available 13:33:01 OK: 217 MiB in 51 packages 13:33:02 OK: 217 MiB in 51 packages 13:33:02 Removing intermediate container 0c5abd8f4daf 13:33:02 ---> 277925062591 13:33:02 Step 6/21 : COPY go.mod . 13:33:03 Removing intermediate container 5aee64a360d0 13:33:03 Removing intermediate container e2d03233a7e1 13:33:03 ---> 87d2546bbd2b 13:33:03 Step 6/21 : COPY go.mod . 13:33:03 ---> a1dd4a9880ec 13:33:03 Step 6/20 : COPY go.mod . 13:33:03 Removing intermediate container 4a2f5b9854d1 13:33:03 ---> 633579850a00 13:33:03 Step 6/26 : COPY go.mod . 13:33:03 Removing intermediate container 18ac68a30086 13:33:03 ---> 435d32cd56ad 13:33:03 Step 7/29 : COPY . . 13:33:03 ---> f23bf9c3f357 13:33:03 Step 7/21 : RUN go mod download 13:33:04 ---> Running in fd7464e6e875 13:33:04 ---> 527c16160b62 13:33:04 Step 7/21 : RUN go mod download 13:33:04 ---> 21add3ea92f5 13:33:04 Step 7/20 : RUN go mod download 13:33:08 ---> Running in fa0383d31ed2 13:33:08 ---> Running in 10bc8670bd3c 13:33:08 ---> b581a91737fa 13:33:08 Step 7/26 : RUN go mod download 13:33:08 ---> Running in ea5f810ebf2b 13:33:12 Removing intermediate container fd7464e6e875 13:33:12 ---> eb7d842e999b 13:33:12 Step 8/21 : COPY . . 13:33:13 Removing intermediate container 10bc8670bd3c 13:33:13 ---> 767d9f16743a 13:33:13 Step 8/20 : COPY . . 13:33:13 Removing intermediate container ea5f810ebf2b 13:33:13 ---> a20448c2e091 13:33:13 Step 8/26 : COPY . . 13:33:14 Removing intermediate container fa0383d31ed2 13:33:14 ---> 20161c963dad 13:33:14 Step 8/21 : COPY . . 13:33:32 ---> 189639930095 13:33:32 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 13:33:37 ---> Running in af62bbe47203 13:33:37 ---> c6228c7b4281 13:33:37 Step 9/21 : RUN make cmd/core-command/core-command 13:33:37 ---> c933ea0546e6 13:33:37 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 13:33:37 ---> 938dccec3d77 13:33:37 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:33:38 ---> Running in c2a7e909822c 13:33:38 ---> 4750b2894cf1 13:33:38 Step 9/21 : RUN make cmd/core-metadata/core-metadata 13:33:38 ---> Running in 5b15b8fcd112 13:33:38 ---> Running in b3809758b966 13:33:38 ---> Running in f9f9d9db7096 13:33:39 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 13:33:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 13:33:41 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 13:33:41 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 13:33:41 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 13:35:03 Removing intermediate container af62bbe47203 13:35:03 ---> 16973041da14 13:35:03 13:35:03 Step 9/29 : FROM alpine:latest 13:35:03 latest: Pulling from library/alpine 13:35:03 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 13:35:03 Status: Downloaded newer image for alpine:latest 13:35:03 ---> 62ee0e9f8440 13:35:03 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 13:35:03 ---> Running in 5a16efddb877 13:35:03 Removing intermediate container 5a16efddb877 13:35:03 ---> 094d98b028e1 13:35:03 Step 11/29 : USER root 13:35:03 ---> Running in fc41aa12d4c1 13:35:03 Removing intermediate container fc41aa12d4c1 13:35:03 ---> 2d792fbdcbf6 13:35:03 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 13:35:03 ---> Running in 49bc25f78033 13:35:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:35:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:35:04 v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:35:04 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:35:04 OK: 12620 distinct packages available 13:35:04 (1/2) Installing ca-certificates (20191127-r4) 13:35:05 (2/2) Installing dumb-init (1.2.2-r1) 13:35:05 Executing busybox-1.31.1-r16.trigger 13:35:05 Executing ca-certificates-20191127-r4.trigger 13:35:05 OK: 6 MiB in 16 packages 13:35:08 Removing intermediate container 49bc25f78033 13:35:08 ---> 02525aa9e39f 13:35:08 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 13:35:08 ---> Running in f05e103a4201 13:35:09 Removing intermediate container f05e103a4201 13:35:09 ---> 9b8a6c0b65d6 13:35:09 Step 14/29 : WORKDIR $BASE_DIR 13:35:09 ---> Running in 6bc2dcad3c5e 13:35:09 Removing intermediate container 6bc2dcad3c5e 13:35:09 ---> 0bb1668e415c 13:35:09 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 13:35:09 ---> Running in 7d01a7d2ed1f 13:35:15 Removing intermediate container 7d01a7d2ed1f 13:35:15 ---> 3deec1ec9a07 13:35:15 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 13:35:17 ---> 96c84b381838 13:35:17 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 13:35:18 Removing intermediate container b3809758b966 13:35:18 ---> 0d7fed484fe0 13:35:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:35:18 ---> Running in 12df39d48161 13:35:19 ---> e2e12f890a6c 13:35:19 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 13:35:20 ---> 136f909e02be 13:35:20 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 13:35:22 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 13:35:22 ---> c3e5abd6d2d2 13:35:22 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 13:35:23 ---> c115840c592f 13:35:23 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 13:35:23 ---> Running in 517b133dfc07 13:35:28 Removing intermediate container 517b133dfc07 13:35:28 ---> 512006ff3862 13:35:28 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 13:35:29 ---> 3425f4275304 13:35:29 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:35:29 ---> Running in 2f662e0954be 13:35:29 Removing intermediate container 12df39d48161 13:35:29 ---> 2a722403fa84 13:35:29 13:35:29 Step 11/26 : FROM docker:latest 13:35:29 ---> ce9d55ae87f1 13:35:29 Step 12/26 : RUN apk add --no-cache bash 13:35:30 ---> Running in fde205b79446 13:35:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:35:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:35:34 (1/2) Installing readline (8.0.4-r0) 13:35:34 (2/2) Installing bash (5.0.17-r0) 13:35:34 Executing bash-5.0.17-r0.post-install 13:35:34 Executing busybox-1.31.1-r16.trigger 13:35:34 OK: 12 MiB in 22 packages 13:35:34 Removing intermediate container c2a7e909822c 13:35:34 ---> b0c1f77175cf 13:35:34 13:35:34 Step 10/21 : FROM scratch 13:35:34 ---> 13:35:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:35:34 Removing intermediate container 2f662e0954be 13:35:34 ---> 3d78d4a69ac9 13:35:34 Step 24/29 : RUN chmod 755 security-secrets-setup 13:35:34 ---> Running in 3f12ff8c2955 13:35:35 ---> Running in a444fe1af6c2 13:35:35 Removing intermediate container 5b15b8fcd112 13:35:35 ---> 80e4a95ae22f 13:35:35 13:35:35 Step 10/20 : FROM scratch 13:35:35 ---> 13:35:35 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:35:35 ---> Using cache 13:35:35 ---> 4ffead270b1d 13:35:35 Step 12/20 : ENV APP_PORT=48085 13:35:35 Removing intermediate container 3f12ff8c2955 13:35:35 ---> 4ffead270b1d 13:35:35 Step 12/21 : ENV APP_PORT=48082 13:35:35 ---> Running in 93830954759b 13:35:36 ---> Running in d816379c86e5 13:35:36 Removing intermediate container fde205b79446 13:35:36 ---> e79636f30ebf 13:35:36 Step 13/26 : RUN rm -rf /var/cache/apk/* 13:35:36 ---> Running in 80d9bee702d8 13:35:36 Removing intermediate container d816379c86e5 13:35:36 ---> 75a595107b4c 13:35:36 Removing intermediate container 93830954759b 13:35:36 ---> b38db2adb70f 13:35:36 Step 13/21 : EXPOSE $APP_PORT 13:35:36 Step 13/20 : EXPOSE $APP_PORT 13:35:37 ---> Running in ae5c4dd29222 13:35:37 ---> Running in 83993cb43fa3 13:35:38 Removing intermediate container 83993cb43fa3 13:35:38 ---> 63044455c23c 13:35:38 Step 14/21 : WORKDIR / 13:35:38 Removing intermediate container ae5c4dd29222 13:35:38 ---> 53e72a33587b 13:35:38 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 13:35:38 ---> Running in 8bb7699763d6 13:35:39 Removing intermediate container 8bb7699763d6 13:35:39 ---> f758e3fc6cbc 13:35:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 13:35:40 ---> 1242e7636b37 13:35:40 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:35:40 Removing intermediate container 80d9bee702d8 13:35:40 ---> 0113053ef5db 13:35:40 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:35:40 Removing intermediate container a444fe1af6c2 13:35:40 ---> ab2fbb8ef88c 13:35:40 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 13:35:40 Removing intermediate container f9f9d9db7096 13:35:40 ---> 1d2b1c2ab936 13:35:40 13:35:40 Step 10/21 : FROM scratch 13:35:40 ---> 13:35:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:35:40 ---> Using cache 13:35:40 ---> 4ffead270b1d 13:35:40 Step 12/21 : ENV APP_PORT=48081 13:35:40 ---> Running in 992206a4bbc0 13:35:40 ---> Running in 123b9f320c64 13:35:40 ---> Running in 6a86d0fbbb5d 13:35:41 ---> 7d51974f4cb8 13:35:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:35:41 Removing intermediate container 123b9f320c64 13:35:41 ---> 523d8bf3ae42 13:35:41 Step 26/29 : CMD [ "generate" ] 13:35:41 Removing intermediate container 6a86d0fbbb5d 13:35:41 ---> a5ef4a91ab37 13:35:41 Step 13/21 : EXPOSE $APP_PORT 13:35:41 ---> b578c5e826f0 13:35:41 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:35:42 Removing intermediate container 992206a4bbc0 13:35:42 ---> 9a2e6686151c 13:35:42 Step 15/26 : ENV APP_PORT=48090 13:35:42 ---> Running in 8b4e44cb060a 13:35:42 ---> Running in 7e3544c24aa9 13:35:42 ---> Running in 2233e4949957 13:35:42 ---> 6c634ad21b9a 13:35:42 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:35:42 Removing intermediate container 8b4e44cb060a 13:35:42 ---> b49b36fe154d 13:35:42 Step 27/29 : LABEL arch=arm64 13:35:42 Removing intermediate container 2233e4949957 13:35:42 ---> e00de7c2874a 13:35:42 Step 16/26 : EXPOSE $APP_PORT 13:35:42 Removing intermediate container 7e3544c24aa9 13:35:42 ---> 51d95289ec8c 13:35:42 Step 14/21 : WORKDIR / 13:35:42 ---> 1dee094c878f 13:35:42 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:35:43 ---> Running in 885ea43fddcf 13:35:43 ---> Running in 20c0b9e80ebd 13:35:43 ---> Running in 551881eb0b31 13:35:43 ---> Running in 6f18f3f52dda 13:35:43 ---> 89134c3978d2 13:35:43 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:35:43 ---> Running in 2ac0d3d677b1 13:35:43 Removing intermediate container 20c0b9e80ebd 13:35:43 ---> 2279da8ffb99 13:35:43 Step 28/29 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:35:44 Removing intermediate container 885ea43fddcf 13:35:44 ---> bddb03850cab 13:35:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 13:35:44 Removing intermediate container 551881eb0b31 13:35:44 Removing intermediate container 6f18f3f52dda 13:35:44 ---> 1d785733a2b2 13:35:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:35:44 ---> 350539c8563c 13:35:44 Step 18/20 : LABEL arch=arm64 13:35:44 ---> Running in 299f8e4f558b 13:35:44 ---> Running in 6dcd050fb290 13:35:44 Removing intermediate container 2ac0d3d677b1 13:35:44 ---> f39a45082bbf 13:35:44 Step 19/21 : LABEL arch=arm64 13:35:44 ---> Running in bff6ab684614 13:35:44 Removing intermediate container 299f8e4f558b 13:35:44 ---> fc25b5e2571c 13:35:44 Step 29/29 : LABEL version=0.0.0 13:35:45 ---> 4c84f55e73ca 13:35:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:35:45 Removing intermediate container 6dcd050fb290 13:35:45 ---> 1d6167afc01a 13:35:45 Step 19/20 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:35:45 ---> Running in b481663548bc 13:35:45 ---> Running in 16742c80b9cd 13:35:45 Removing intermediate container bff6ab684614 13:35:45 ---> 45a23f52ea94 13:35:45 Step 20/21 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:35:45 ---> 705aa2afe055 13:35:45 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:35:46 ---> Running in 8d211de2afc2 13:35:46 Removing intermediate container b481663548bc 13:35:46 Removing intermediate container 16742c80b9cd 13:35:46 ---> d16c8f87ff8d 13:35:46 Step 20/20 : LABEL version=0.0.0 13:35:46 ---> 7633ca085c6d 13:35:46 13:35:46 ---> Running in ee3e2ca4911b 13:35:46 ---> cbe72cb915d9 13:35:46 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:35:46 Removing intermediate container 8d211de2afc2 13:35:46 ---> 2dd05e01b053 13:35:46 Step 21/21 : LABEL version=0.0.0 13:35:47 Successfully built 7633ca085c6d 13:35:47 Successfully tagged docker-security-secrets-setup-go-arm64:latest 13:35:47  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go 13:35:47 ---> 6ddd3f6bcfb2 13:35:47 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:35:47 ---> Running in 8d188d14538b 13:35:47 Removing intermediate container ee3e2ca4911b 13:35:47 ---> e806bfda5df3 13:35:47 13:35:48 Successfully built e806bfda5df3 13:35:48 Successfully tagged docker-support-scheduler-go-arm64:latest 13:35:48 Building docker-core-data-go 13:35:48  Building docker-support-scheduler-go ... done  ---> f0d672329041 13:35:48 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:35:48 Removing intermediate container 8d188d14538b 13:35:48 ---> c0646b68b0f9 13:35:48 13:35:48 ---> Running in 9df5269e2045 13:35:48 ---> c2c1a9d78569 13:35:48 Step 20/26 : RUN apk --no-cache add py-pip 13:35:49 Successfully built c0646b68b0f9 13:35:49 ---> Running in e6cb9aa3524a 13:35:49 Successfully tagged docker-core-command-go-arm64:latest 13:35:49  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 13:35:50 Removing intermediate container 9df5269e2045 13:35:50 ---> fdc033372603 13:35:50 Step 19/21 : LABEL arch=arm64 13:35:50 ---> Running in c034351628dc 13:35:51 Removing intermediate container c034351628dc 13:35:51 ---> 1b2241b451a2 13:35:51 Step 20/21 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:35:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:35:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:35:52 (1/33) Installing libbz2 (1.0.8-r1) 13:35:52 (2/33) Installing expat (2.2.9-r1) 13:35:52 (3/33) Installing libffi (3.3-r2) 13:35:52 (4/33) Installing gdbm (1.13-r1) 13:35:52 (5/33) Installing xz-libs (5.2.5-r0) 13:35:52 (6/33) Installing sqlite-libs (3.32.1-r0) 13:35:52 (7/33) Installing python3 (3.8.5-r0) 13:35:53 ---> Running in 8dc7d4c984e9 13:35:55 (8/33) Installing py3-appdirs (1.4.4-r1) 13:35:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:35:55 (10/33) Installing py3-parsing (2.4.7-r0) 13:35:55 (11/33) Installing py3-six (1.15.0-r0) 13:35:55 (12/33) Installing py3-packaging (20.4-r0) 13:35:55 (13/33) Installing py3-setuptools (47.0.0-r0) 13:35:55 (14/33) Installing py3-chardet (3.0.4-r4) 13:35:55 (15/33) Installing py3-idna (2.9-r0) 13:35:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:35:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:35:55 (18/33) Installing py3-requests (2.23.0-r0) 13:35:55 (19/33) Installing py3-msgpack (1.0.0-r0) 13:35:55 (20/33) Installing py3-lockfile (0.12.2-r3) 13:35:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:35:55 (22/33) Installing py3-colorama (0.4.3-r0) 13:35:55 (23/33) Installing py3-distlib (0.3.0-r0) 13:35:55 (24/33) Installing py3-distro (1.5.0-r1) 13:35:55 (25/33) Installing py3-webencodings (0.5.1-r3) 13:35:55 (26/33) Installing py3-html5lib (1.0.1-r4) 13:35:55 (27/33) Installing py3-pytoml (0.1.21-r0) 13:35:55 (28/33) Installing py3-pep517 (0.8.2-r0) 13:35:55 (29/33) Installing py3-progress (1.5-r0) 13:35:55 (30/33) Installing py3-toml (0.10.1-r0) 13:35:55 (31/33) Installing py3-retrying (1.3.3-r0) 13:35:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:35:55 (33/33) Installing py3-pip (20.1.1-r0) 13:35:55 Removing intermediate container 8dc7d4c984e9 13:35:55 ---> 18c1ee87b6a2 13:35:55 Step 21/21 : LABEL version=0.0.0 13:35:55 Executing busybox-1.31.1-r16.trigger 13:35:55 OK: 71 MiB in 55 packages 13:35:58 ---> Running in 8b6efdaa43dd 13:35:59 Removing intermediate container 8b6efdaa43dd 13:35:59 ---> f2b930be9541 13:35:59 13:36:00 Successfully built f2b930be9541 13:36:00 Successfully tagged docker-core-metadata-go-arm64:latest 13:36:00  Building docker-core-metadata-go ... done Building docker-support-notifications-go 13:36:07 Removing intermediate container e6cb9aa3524a 13:36:07 ---> 8e7d760df53a 13:36:07 Step 21/26 : RUN pip install docker-compose==1.23.2 13:36:08 ---> Running in 91406b9d9d87 13:36:14 Collecting docker-compose==1.23.2 13:36:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:36:14 Collecting websocket-client<1.0,>=0.32.0 13:36:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 13:36:15 Collecting dockerpty<0.5,>=0.4.1 13:36:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:36:17 Collecting texttable<0.10,>=0.9.0 13:36:17 Downloading texttable-0.9.1.tar.gz (11 kB) 13:36:20 Collecting PyYAML<4,>=3.10 13:36:20 Downloading PyYAML-3.13.tar.gz (270 kB) 13:36:23 Collecting docker<4.0,>=3.6.0 13:36:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:36:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:36:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:36:26 Collecting docopt<0.7,>=0.6.1 13:36:26 Downloading docopt-0.6.2.tar.gz (25 kB) 13:36:29 Collecting cached-property<2,>=1.2.0 13:36:29 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 13:36:29 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:36:29 Collecting jsonschema<3,>=2.5.1 13:36:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:36:29 Collecting docker-pycreds>=0.4.0 13:36:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:36:29 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 13:36:30 Collecting idna<2.8,>=2.5 13:36:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:36:31 Collecting urllib3<1.25,>=1.21.1 13:36:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:36:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 13:36:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:36:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:36:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:36:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:36:32 Installing collected packages: websocket-client, dockerpty, texttable, PyYAML, idna, urllib3, requests, docker-pycreds, docker, docopt, cached-property, jsonschema, docker-compose 13:36:32 Running setup.py install for dockerpty: started 13:36:34 Running setup.py install for dockerpty: finished with status 'done' 13:36:34 Running setup.py install for texttable: started 13:36:37 Running setup.py install for texttable: finished with status 'done' 13:36:37 Running setup.py install for PyYAML: started 13:36:41 Running setup.py install for PyYAML: finished with status 'done' 13:36:41 Attempting uninstall: idna 13:36:41 Found existing installation: idna 2.9 13:36:41 Uninstalling idna-2.9: 13:36:41 Successfully uninstalled idna-2.9 13:36:41 Attempting uninstall: urllib3 13:36:41 Found existing installation: urllib3 1.25.9 13:36:41 Uninstalling urllib3-1.25.9: 13:36:41 Successfully uninstalled urllib3-1.25.9 13:36:42 Attempting uninstall: requests 13:36:42 Found existing installation: requests 2.23.0 13:36:42 Uninstalling requests-2.23.0: 13:36:42 Successfully uninstalled requests-2.23.0 13:36:43 Running setup.py install for docopt: started 13:36:46 Running setup.py install for docopt: finished with status 'done' 13:36:49 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 13:36:52 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:36:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:36:52 ---> 6301abeaaf71 13:36:52 Step 3/21 : WORKDIR /edgex-go 13:36:52 ---> Using cache 13:36:52 ---> 5f92c525865b 13:36:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:36:52 ---> Using cache 13:36:52 ---> 76eaceb1de61 13:36:52 Step 5/21 : RUN apk update && apk add make && apk add bash git 13:36:53 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 13:36:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:36:53 ---> 6301abeaaf71 13:36:53 Step 3/22 : WORKDIR /edgex-go 13:36:53 ---> Using cache 13:36:53 ---> 5f92c525865b 13:36:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:36:53 ---> Using cache 13:36:53 ---> 76eaceb1de61 13:36:53 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 13:36:54 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:36:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:36:54 ---> 6301abeaaf71 13:36:54 Step 3/26 : WORKDIR /edgex-go 13:36:54 ---> Using cache 13:36:54 ---> 5f92c525865b 13:36:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:36:54 ---> Using cache 13:36:54 ---> 76eaceb1de61 13:36:54 Step 5/26 : RUN apk update && apk add make git 13:36:57 ---> Running in 0d46f2b69320 13:36:57 ---> Running in ad59d12a0330 13:36:57 ---> Running in 83fb5a24d312 13:36:59 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 13:36:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:36:59 ---> 6301abeaaf71 13:36:59 Step 3/23 : WORKDIR /edgex-go 13:36:59 ---> Using cache 13:36:59 ---> 5f92c525865b 13:36:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:36:59 ---> Using cache 13:36:59 ---> 76eaceb1de61 13:36:59 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 13:36:59 ---> Running in 4b5a8b21614c 13:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:36:59 Removing intermediate container 91406b9d9d87 13:36:59 ---> a7a7a5625071 13:36:59 Step 22/26 : RUN apk --no-cache add curl 13:37:00 ---> Running in c834ff784d19 13:37:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:37:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:37:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:37:01 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:37:01 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:37:01 OK: 12620 distinct packages available 13:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:37:02 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:37:02 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:37:02 OK: 12620 distinct packages available 13:37:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:37:02 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:37:02 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:37:02 OK: 12620 distinct packages available 13:37:02 OK: 217 MiB in 51 packages 13:37:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:37:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:37:02 OK: 217 MiB in 51 packages 13:37:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:37:03 (2/3) Installing libcurl (7.69.1-r0) 13:37:03 (3/3) Installing curl (7.69.1-r0) 13:37:03 Executing busybox-1.31.1-r16.trigger 13:37:03 OK: 217 MiB in 51 packages 13:37:03 OK: 71 MiB in 58 packages 13:37:03 OK: 217 MiB in 51 packages 13:37:03 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:37:03 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 13:37:03 OK: 12620 distinct packages available 13:37:04 OK: 217 MiB in 51 packages 13:37:04 Removing intermediate container ad59d12a0330 13:37:04 ---> a739f236b3fb 13:37:04 Step 6/26 : COPY go.mod . 13:37:05 Removing intermediate container c834ff784d19 13:37:05 ---> 0563ce0a6ad7 13:37:05 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:37:05 Removing intermediate container 83fb5a24d312 13:37:05 ---> b57e7b59f49e 13:37:05 Step 6/21 : COPY go.mod .Removing intermediate container 0d46f2b69320 13:37:05 13:37:05 ---> 5ff8d9d871e9 13:37:05 Step 6/22 : COPY go.mod . 13:37:05 ---> e11cccd40d95 13:37:05 Step 7/26 : RUN go mod download 13:37:05 ---> Running in 64ce84f25132 13:37:05 ---> Running in c430f3d9597f 13:37:06 Removing intermediate container 4b5a8b21614c 13:37:06 ---> e5643bf117a4 13:37:06 Step 6/23 : COPY go.mod . 13:37:06 Removing intermediate container 64ce84f25132 13:37:06 ---> bbf3240d9044 13:37:06 Step 24/26 : LABEL arch=arm64 13:37:06 ---> 5441e18df09d 13:37:06 Step 7/21 : RUN go mod download 13:37:06 ---> 2bbe0b871379 13:37:06 Step 7/22 : RUN go mod download 13:37:06 ---> Running in c478d37882d0 13:37:06 ---> Running in f7cc417faedb 13:37:06 ---> Running in 4d2ededf0bfe 13:37:07 ---> eed9350898a2 13:37:07 Step 7/23 : RUN go mod download 13:37:07 Removing intermediate container c478d37882d0 13:37:07 ---> 935797649031 13:37:07 Step 25/26 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:37:07 ---> Running in 91fdcd83cb96 13:37:07 ---> Running in 08a56ffa10af 13:37:08 Removing intermediate container 08a56ffa10af 13:37:08 ---> 30321a43822a 13:37:08 Step 26/26 : LABEL version=0.0.0 13:37:08 ---> Running in e454ebe7aabc 13:37:09 Removing intermediate container e454ebe7aabc 13:37:09 ---> 7eb78a665cd0 13:37:09 13:37:10 Removing intermediate container c430f3d9597f 13:37:10 ---> f41921ebbe75 13:37:10 Step 8/26 : COPY . . 13:37:10 Successfully built 7eb78a665cd0 13:37:10 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:37:10 Building docker-security-proxy-setup-go 13:37:12  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f7cc417faedb 13:37:12 ---> 68ced4232b68 13:37:12 Step 8/21 : COPY . . 13:37:12 Removing intermediate container 4d2ededf0bfe 13:37:12 ---> 0f72b7a4b032 13:37:12 Step 8/22 : COPY . . 13:37:13 Removing intermediate container 91fdcd83cb96 13:37:13 ---> eecf87b8bec0 13:37:13 Step 8/23 : COPY . . 13:37:35 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:37:35 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:37:35 ---> 6301abeaaf71 13:37:35 Step 3/20 : WORKDIR /edgex-go 13:37:35 ---> Using cache 13:37:35 ---> 5f92c525865b 13:37:35 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:37:35 ---> Using cache 13:37:35 ---> 76eaceb1de61 13:37:35 Step 5/20 : RUN apk update && apk add make git 13:37:35 ---> Using cache 13:37:35 ---> a739f236b3fb 13:37:35 Step 6/20 : COPY go.mod . 13:37:35 ---> Using cache 13:37:35 ---> e11cccd40d95 13:37:35 Step 7/20 : RUN go mod download 13:37:35 ---> Using cache 13:37:35 ---> f41921ebbe75 13:37:35 Step 8/20 : COPY . . 13:37:45 ---> 3fe6016098bf 13:37:45 Step 9/21 : RUN make cmd/support-logging/support-logging 13:37:45 ---> d88e519dfe5b 13:37:45 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 13:37:45 ---> f44a6350616e 13:37:45 Step 9/22 : RUN make cmd/core-data/core-data 13:37:45 ---> be332eabfaf6 13:37:45 Step 9/23 : RUN make cmd/support-notifications/support-notifications 13:37:46 ---> Running in 1639f9a8d9e9 13:37:46 ---> Running in af2f890dc779 13:37:46 ---> Running in 044e0cac4080 13:37:46 ---> Running in 3b0e1d7284d3 13:37: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 13:37: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 13:37: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 13:37: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 13:37:57 ---> ce38f67fc908 13:37:57 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 13:37:57 ---> Running in 35ac3908edb7 13:37:59 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 13:39:08 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 13:39:18 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 13:39:25 Removing intermediate container 35ac3908edb7 13:39:25 ---> 55f2689e03d2 13:39:25 13:39:25 Step 10/20 : FROM alpine 13:39:25 ---> 62ee0e9f8440 13:39:25 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 13:39:25 ---> Running in 86c2a667d6e0 13:39:25 Removing intermediate container af2f890dc779 13:39:25 ---> 5232b9ed6140 13:39:25 13:39:25 Step 10/21 : FROM scratch 13:39:25 ---> 13:39:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:39:25 ---> Running in 30ee5d48c9bd 13:39:26 Removing intermediate container 30ee5d48c9bd 13:39:26 ---> 4625f24388b4 13:39:26 Step 12/21 : ENV APP_PORT=48061 13:39:26 ---> Running in d5c71f783152 13:39:27 Removing intermediate container d5c71f783152 13:39:27 ---> 898998a9dcea 13:39:27 Step 13/21 : EXPOSE $APP_PORT 13:39:27 ---> Running in 8b459f4bcc93 13:39:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:39:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:39:27 Removing intermediate container 8b459f4bcc93 13:39:27 ---> 95f2da6760fe 13:39:27 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 13:39:28 v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:39:28 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:39:28 OK: 12620 distinct packages available 13:39:29 ---> 74bf55e89991 13:39:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 13:39:29 (1/4) Installing ca-certificates (20191127-r4) 13:39:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:39:29 (3/4) Installing libcurl (7.69.1-r0) 13:39:29 (4/4) Installing curl (7.69.1-r0) 13:39:29 Executing busybox-1.31.1-r16.trigger 13:39:29 Executing ca-certificates-20191127-r4.trigger 13:39:30 OK: 7 MiB in 18 packages 13:39:30 ---> 5e96e0a003d6 13:39:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 13:39:34 Removing intermediate container 86c2a667d6e0 13:39:34 ---> 79373e40b78f 13:39:34 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:39:34 ---> 23d423253dbd 13:39:34 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 13:39:34 ---> Running in 0ae1cad27871 13:39:34 Removing intermediate container 1639f9a8d9e9 13:39:34 ---> 7ff90b262f00 13:39:34 13:39:34 Step 10/26 : FROM alpine:3.10 13:39:34 3.10: Pulling from library/alpine 13:39:34 Removing intermediate container 0ae1cad27871 13:39:34 ---> 8ba24fb447b5 13:39:34 Step 13/20 : WORKDIR /edgex 13:39:35 ---> Running in 9a31557e0ce4 13:39:35 ---> c8eeff506bad 13:39:35 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:39:35 ---> Running in 3a8ac1a906bf 13:39:35 Removing intermediate container 9a31557e0ce4 13:39:35 ---> bc7afc27961c 13:39:35 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:39:36 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 13:39:36 Status: Downloaded newer image for alpine:3.10 13:39:36 ---> 536a684cf733 13:39:36 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 13:39:37 Removing intermediate container 3a8ac1a906bf 13:39:37 ---> cbf411ebc7a3 13:39:37 Step 19/21 : LABEL arch=arm64 13:39:37 ---> Running in 3fbb61f80a12 13:39:37 ---> d0e741772e73 13:39:37 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:39:37 ---> Running in 418ed63cc1e3 13:39:37 Removing intermediate container 418ed63cc1e3 13:39:37 ---> 47e17ee38786 13:39:37 Step 20/21 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:39:38 ---> Running in 9e78ff34ad88 13:39:39 Removing intermediate container 9e78ff34ad88 13:39:39 ---> f91e9317dea1 13:39:39 Step 21/21 : LABEL version=0.0.0 13:39:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 13:39:39 ---> b83fd177c822 13:39:39 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:39:39 ---> Running in b382a8f4de05 13:39:39 ---> Running in 60d0d5159601 13:39:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 13:39:39 Removing intermediate container b382a8f4de05 13:39:39 ---> 6c0732a98db7 13:39:39 13:39:40 Removing intermediate container 60d0d5159601 13:39:40 ---> f17a5067c8ac 13:39:40 Step 17/20 : CMD ["--init=true"] 13:39:40 v3.10.5-68-gfeae60ca03 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 13:39:40 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 13:39:40 OK: 10167 distinct packages available 13:39:40 ---> Running in 33716bf2ef85 13:39:40 Successfully built 6c0732a98db7 13:39:41 Successfully tagged docker-support-logging-go-arm64:latest 13:39:41  Building docker-support-logging-go ... done (1/5) Installing ca-certificates (20191127-r2) 13:39:41 (2/5) Installing nghttp2-libs (1.39.2-r1) 13:39:41 (3/5) Installing libcurl (7.66.0-r0) 13:39:41 (4/5) Installing curl (7.66.0-r0) 13:39:41 (5/5) Installing dumb-init (1.2.2-r1) 13:39:41 Executing busybox-1.30.1-r3.trigger 13:39:41 Executing ca-certificates-20191127-r2.trigger 13:39:41 Removing intermediate container 3b0e1d7284d3 13:39:41 ---> 2242d705a433 13:39:41 13:39:41 Step 10/23 : FROM scratch 13:39:41 ---> 13:39:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:39:41 Removing intermediate container 33716bf2ef85 13:39:41 ---> 305282887ebb 13:39:41 Step 18/20 : LABEL arch=arm64 13:39:41 ---> Using cache 13:39:41 ---> 4625f24388b4 13:39:41 Step 12/23 : ENV APP_PORT=48060 13:39:41 OK: 7 MiB in 19 packages 13:39:41 ---> Running in 97d1bbc0b3a0 13:39:41 ---> Running in 8184eaaf5086 13:39:42 Removing intermediate container 97d1bbc0b3a0 13:39:42 ---> 4d8a6c3baf52 13:39:42 Step 13/23 : EXPOSE $APP_PORT 13:39:42 ---> Running in b61cf4f8176e 13:39:42 Removing intermediate container 8184eaaf5086 13:39:42 ---> 6314a51215de 13:39:42 Step 19/20 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:39:43 ---> Running in 10f07965a1b9 13:39:43 Removing intermediate container b61cf4f8176e 13:39:43 ---> ed98aa20ecf1 13:39:43 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 13:39:43 Removing intermediate container 3fbb61f80a12 13:39:43 ---> 2ab3ab0c306c 13:39:43 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:39:43 Removing intermediate container 10f07965a1b9 13:39:43 ---> c287846f1666 13:39:43 Step 20/20 : LABEL version=0.0.0 13:39:43 ---> Running in f4a5bb5ead5c 13:39:43 ---> Running in 15f1cfeb2e2d 13:39:44 ---> aacca85511d1 13:39:44 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 13:39:44 Removing intermediate container f4a5bb5ead5c 13:39:44 ---> 836b341a9a4d 13:39:44 Step 13/26 : WORKDIR / 13:39:44 Removing intermediate container 15f1cfeb2e2d 13:39:44 ---> 2f8d9b7897b5 13:39:44 13:39:44 ---> Running in d0ce7255f1ef 13:39:45 Successfully built 2f8d9b7897b5 13:39:45 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:39:45  Building docker-security-proxy-setup-go ... done Removing intermediate container d0ce7255f1ef 13:39:45 ---> 37103cb2b911 13:39:45 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:39:45 ---> 4e4e6e48925b 13:39:45 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 13:39:46 ---> fb7d3df67de7 13:39:46 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:39:47 ---> f908f751ea85 13:39:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 13:39:47 ---> 58a1d887fa94 13:39:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:39:48 ---> a2847a8b79ec 13:39:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:39:48 ---> dce8e5828f32 13:39:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 13:39:49 ---> 5958373df718 13:39:49 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:39:49 ---> f65028854c6b 13:39:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:39:50 ---> 85620c6fe5ff 13:39:50 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:39:51 ---> Running in 0517e0d5a6df 13:39:51 ---> b32edf81c2fc 13:39:51 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:39:52 Removing intermediate container 0517e0d5a6df 13:39:52 ---> 11b117391556 13:39:52 Step 21/23 : LABEL arch=arm64 13:39:52 ---> Running in 746f6a68f480 13:39:52 ---> 6a944990a8a9 13:39:52 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 13:39:52 Removing intermediate container 746f6a68f480 13:39:52 ---> 928bf953ab70 13:39:52 Step 22/23 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:39:53 Removing intermediate container 044e0cac4080 13:39:53 ---> 092338719a4b 13:39:53 13:39:53 Step 10/22 : FROM alpine 13:39:53 ---> 62ee0e9f8440 13:39:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:39:53 ---> Running in 1e719228ece8 13:39:53 ---> Running in c26ad3110191 13:39:54 Removing intermediate container c26ad3110191 13:39:54 Removing intermediate container 1e719228ece8 13:39:54 ---> 4950789deedf 13:39:54 Step 23/23 : LABEL version=0.0.0 13:39:54 ---> 6d83ed0d662c 13:39:54 Step 12/22 : ENV APP_PORT=48080 13:39:54 ---> 7887274332d6 13:39:54 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:39:54 ---> Running in 44f6e8270bfa 13:39:54 ---> Running in c4d15c34a0aa 13:39:54 Removing intermediate container c4d15c34a0aa 13:39:54 ---> 3af858279720 13:39:54 13:39:54 Removing intermediate container 44f6e8270bfa 13:39:54 ---> 97194d4b19e2 13:39:54 Step 13/22 : EXPOSE $APP_PORT 13:39:54 ---> 0bcee395dbb3 13:39:54 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:39:54 ---> Running in 294493ba230f 13:39:55 ---> Running in 250f5161e891 13:39:55 Successfully built 3af858279720 13:39:55 Successfully tagged docker-support-notifications-go-arm64:latest 13:39:55  Building docker-support-notifications-go ... done Removing intermediate container 294493ba230f 13:39:55 ---> 013e9aecd096 13:39:55 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:39:55 ---> Running in c72d68eb727e 13:39:57 Removing intermediate container 250f5161e891 13:39:57 ---> ee291849fac4 13:39:57 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 13:39:57 ---> Running in 32913a698d36 13:39:58 Removing intermediate container c72d68eb727e 13:39:58 ---> 948d2f202fac 13:39:58 Step 15/22 : RUN apk --no-cache add zeromq 13:39:58 ---> Running in 74961e3a98b6 13:39:58 Removing intermediate container 32913a698d36 13:39:58 ---> 39da856818c0 13:39:58 Step 24/26 : LABEL arch=arm64 13:39:58 ---> Running in a2b008f6032a 13:39:59 Removing intermediate container a2b008f6032a 13:39:59 ---> 561818ab8fe4 13:39:59 Step 25/26 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:39:59 ---> Running in c1071473c9d3 13:40:00 Removing intermediate container c1071473c9d3 13:40:00 ---> 135ca9da4be3 13:40:00 Step 26/26 : LABEL version=0.0.0 13:40:00 ---> Running in 4cc2069fedab 13:40:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:40:00 Removing intermediate container 4cc2069fedab 13:40:00 ---> ae45d235e2ed 13:40:00 13:40:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:40:01 Successfully built ae45d235e2ed 13:40:01 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:40:01  Building docker-security-secretstore-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) 13:40:01 (2/5) Installing libsodium (1.0.18-r0) 13:40:01 (3/5) Installing libstdc++ (9.3.0-r2) 13:40:02 (4/5) Installing libzmq (4.3.2-r0) 13:40:02 (5/5) Installing zeromq (4.3.2-r0) 13:40:02 Executing busybox-1.31.1-r16.trigger 13:40:02 OK: 8 MiB in 19 packages 13:40:03 Removing intermediate container 74961e3a98b6 13:40:03 ---> 40ac16232a98 13:40:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 13:40:04 ---> 270422d00fd2 13:40:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:40:05 ---> d55b2d7ead33 13:40:05 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:40:06 ---> 4e016bd491ce 13:40:06 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:40:06 ---> Running in 2f65e8ecdc97 13:40:06 Removing intermediate container 2f65e8ecdc97 13:40:06 ---> dcf9a999ec55 13:40:06 Step 20/22 : LABEL arch=arm64 13:40:06 ---> Running in 7317584fa50d 13:40:07 Removing intermediate container 7317584fa50d 13:40:07 ---> f368c0cb5161 13:40:07 Step 21/22 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 13:40:07 ---> Running in c1cc8ecc1f36 13:40:08 Removing intermediate container c1cc8ecc1f36 13:40:08 ---> d97f1e153a57 13:40:08 Step 22/22 : LABEL version=0.0.0 13:40:08 ---> Running in 0181f73e0b6b 13:40:08 Removing intermediate container 0181f73e0b6b 13:40:08 ---> 9e6c5ed58508 13:40:08 13:40:09 Successfully built 9e6c5ed58508 13:40:09 Successfully tagged docker-core-data-go-arm64:latest 13:40:09  Building docker-core-data-go ... done  [Pipeline] } 13:40:09 $ docker stop --time=1 e2c8f62d8add73507760718dde894aafd2450d3eb874a402134c42361395b976 13:40:11 $ docker rm -f e2c8f62d8add73507760718dde894aafd2450d3eb874a402134c42361395b976 [Pipeline] // withDockerContainer [Pipeline] sh 13:40:12 + + grepdocker docker images 13:40:12 13:40:12 docker-core-data-go-arm64 latest 9e6c5ed58508 4 seconds ago 22.6MB 13:40:12 docker-security-secretstore-setup-go-arm64 latest ae45d235e2ed 12 seconds ago 32.6MB 13:40:12 docker-support-notifications-go-arm64 latest 3af858279720 18 seconds ago 13.9MB 13:40:12 docker-security-proxy-setup-go-arm64 latest 2f8d9b7897b5 28 seconds ago 15.8MB 13:40:12 docker-support-logging-go-arm64 latest 6c0732a98db7 33 seconds ago 11.4MB 13:40:12 docker-sys-mgmt-agent-go-arm64 latest 7eb78a665cd0 3 minutes ago 266MB 13:40:12 docker-core-metadata-go-arm64 latest f2b930be9541 4 minutes ago 13.8MB 13:40:12 docker-core-command-go-arm64 latest c0646b68b0f9 4 minutes ago 12.4MB 13:40:12 docker-support-scheduler-go-arm64 latest e806bfda5df3 4 minutes ago 12.6MB 13:40:12 docker-security-secrets-setup-go-arm64 latest 7633ca085c6d 4 minutes ago 24.2MB 13:40:12 docker latest ce9d55ae87f1 6 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 13:40:15 provisioning config files... 13:40:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5768416342189908312tmp [Pipeline] { [Pipeline] sh 13:40:15 + curl -s https://codecov.io/bash 13:40:15 + bash -s - -t @/w/workspace/edgex-go/1@tmp/config5768416342189908312tmp [Pipeline] } 13:40:16 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 13:40:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:40:19 ---> package-listing.sh 13:40:19 ++ facter osfamily 13:40:19 ++ tr '[:upper:]' '[:lower:]' 13:40:19 + OS_FAMILY=redhat 13:40:19 + workspace=/w/workspace/edgex-go/1 13:40:19 + START_PACKAGES=/tmp/packages_start.txt 13:40:19 + END_PACKAGES=/tmp/packages_end.txt 13:40:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:40:19 + PACKAGES=/tmp/packages_start.txt 13:40:19 + '[' /w/workspace/edgex-go/1 ']' 13:40:19 + PACKAGES=/tmp/packages_end.txt 13:40:19 + case "${OS_FAMILY}" in 13:40:19 + rpm -qa 13:40:19 + sort 13:40:23 + '[' -f /tmp/packages_start.txt ']' 13:40:23 + '[' -f /tmp/packages_end.txt ']' 13:40:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:40:23 + '[' /w/workspace/edgex-go/1 ']' 13:40:23 + mkdir -p /w/workspace/edgex-go/1/archives/ 13:40:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh 13:40:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:40:24 13:40:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:40:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:40:24 alpine: Pulling from edgex-lftools-log-publisher 13:40:24 c9b1b535fdd9: Pulling fs layer 13:40:24 2cc5ad85d9ab: Pulling fs layer 13:40:24 756a868c4378: Pulling fs layer 13:40:24 444b2fc9a129: Pulling fs layer 13:40:24 ea15f1150254: Pulling fs layer 13:40:24 41b27a9f41bf: Pulling fs layer 13:40:24 28c525ee5125: Pulling fs layer 13:40:24 094b1ea09ed8: Pulling fs layer 13:40:24 138eaada9080: Pulling fs layer 13:40:24 0622d0fa9048: Pulling fs layer 13:40:24 444b2fc9a129: Waiting 13:40:24 ea15f1150254: Waiting 13:40:24 41b27a9f41bf: Waiting 13:40:24 28c525ee5125: Waiting 13:40:24 094b1ea09ed8: Waiting 13:40:24 138eaada9080: Waiting 13:40:24 0622d0fa9048: Waiting 13:40:24 2cc5ad85d9ab: Verifying Checksum 13:40:24 2cc5ad85d9ab: Download complete 13:40:24 444b2fc9a129: Verifying Checksum 13:40:24 444b2fc9a129: Download complete 13:40:24 c9b1b535fdd9: Download complete 13:40:24 ea15f1150254: Verifying Checksum 13:40:24 ea15f1150254: Download complete 13:40:24 28c525ee5125: Verifying Checksum 13:40:24 28c525ee5125: Download complete 13:40:25 756a868c4378: Verifying Checksum 13:40:25 756a868c4378: Download complete 13:40:25 c9b1b535fdd9: Pull complete 13:40:25 138eaada9080: Verifying Checksum 13:40:25 138eaada9080: Download complete 13:40:25 094b1ea09ed8: Verifying Checksum 13:40:25 094b1ea09ed8: Download complete 13:40:25 0622d0fa9048: Verifying Checksum 13:40:25 0622d0fa9048: Download complete 13:40:25 2cc5ad85d9ab: Pull complete 13:40:25 41b27a9f41bf: Verifying Checksum 13:40:25 41b27a9f41bf: Download complete 13:40:28 756a868c4378: Pull complete 13:40:28 444b2fc9a129: Pull complete 13:40:28 ea15f1150254: Pull complete 13:40:33 41b27a9f41bf: Pull complete 13:40:33 28c525ee5125: Pull complete 13:40:36 094b1ea09ed8: Pull complete 13:40:37 138eaada9080: Pull complete 13:40:37 0622d0fa9048: Pull complete 13:40:37 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 13:40:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:40:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:40:37 prd-centos7-docker-4c-2g-3263 does not seem to be running inside a container 13:40:37 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:40:42 $ docker top 047d59d31694d41b3925273f4a4b482824cb9644de68ac4ec6ea8799507a7832 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:40:43 provisioning config files... 13:40:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1658640388720527831tmp [Pipeline] { [Pipeline] echo 13:40:43 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:40:43 ---> create-netrc.sh [Pipeline] echo 13:40:43 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:40:44 ---> logs-deploy.sh 13:40:44 + ARCHIVE_ARTIFACTS= 13:40:44 + LOGS_SERVER=https://logs.edgexfoundry.org 13:40:44 + '[' https://logs.edgexfoundry.org == None ']' 13:40:44 + NEXUS_URL=https://nexus.edgexfoundry.org 13:40:44 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2658/1 13:40:44 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2658/1/ 13:40:44 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2658/1 /w/workspace/edgex-go/1 13:40:44 Archives upload complete. 13:40:45 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2658/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2658/1/