Pull request #2653 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from 2a0aa0a464e015e3dadee497a498bc5f1d727e62+2f18d68ce33577a025edc322deb728338e3be43f (0de8ed8d721a6e632c1f2dd08b93825e4d840381) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3332 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 2a0aa0a464e015e3dadee497a498bc5f1d727e62 Merge succeeded, producing 2a0aa0a464e015e3dadee497a498bc5f1d727e62 Checking out Revision 2a0aa0a464e015e3dadee497a498bc5f1d727e62 (PR-2653) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # timeout=10 Commit message: "Update V2 API core data swagger file" First time build. Skipping changelog. > git rev-list --no-walk ef4108114ed512538c6b52ede24f1ae2708c446e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:44:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:44:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:44:07 ========================================================= 01:44:07 EdgeX Global Pipelines Version Info 01:44:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:44:08 ------------------- 01:44:08 stable info: 01:44:08 ------------------- 01:44:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:44:08 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 01:44:08 Message: update stable to v1.0.106 01:44:09 ------------------- 01:44:09 experimental info: 01:44:09 ------------------- 01:44:09 Commited By: **** collab-it+edgex@linuxfoundation.org 01:44:09 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 01:44:09 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 01:44:11 ++ 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 01:44:11 + for file in '`ls cmd/**/Dockerfile`' 01:44:11 ++ dirname cmd/core-command/Dockerfile 01:44:11 ++ cut -d/ -f2 01:44:11 + echo core-command,cmd/core-command/Dockerfile 01:44:11 + for file in '`ls cmd/**/Dockerfile`' 01:44:11 ++ dirname cmd/core-data/Dockerfile 01:44:11 ++ cut -d/ -f2 01:44:11 + echo core-data,cmd/core-data/Dockerfile 01:44:11 + for file in '`ls cmd/**/Dockerfile`' 01:44:11 ++ dirname cmd/core-metadata/Dockerfile 01:44:11 ++ cut -d/ -f2 01:44:11 + echo core-metadata,cmd/core-metadata/Dockerfile 01:44:11 + for file in '`ls cmd/**/Dockerfile`' 01:44:11 ++ dirname cmd/security-proxy-setup/Dockerfile 01:44:11 ++ cut -d/ -f2 01:44:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:44:11 + for file in '`ls cmd/**/Dockerfile`' 01:44:11 ++ dirname cmd/security-secrets-setup/Dockerfile 01:44:11 ++ cut -d/ -f2 01:44:11 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 01:44:11 + for file in '`ls cmd/**/Dockerfile`' 01:44:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:44:11 ++ cut -d/ -f2 01:44:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:44:11 + for file in '`ls cmd/**/Dockerfile`' 01:44:11 ++ dirname cmd/support-logging/Dockerfile 01:44:11 ++ cut -d/ -f2 01:44:11 + echo support-logging,cmd/support-logging/Dockerfile 01:44:11 + for file in '`ls cmd/**/Dockerfile`' 01:44:11 ++ dirname cmd/support-notifications/Dockerfile 01:44:11 ++ cut -d/ -f2 01:44:11 + echo support-notifications,cmd/support-notifications/Dockerfile 01:44:11 + for file in '`ls cmd/**/Dockerfile`' 01:44:11 ++ dirname cmd/support-scheduler/Dockerfile 01:44:11 ++ cut -d/ -f2 01:44:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:44:11 + for file in '`ls cmd/**/Dockerfile`' 01:44:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:44:11 ++ cut -d/ -f2 01:44:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:44:11 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 01:44:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:44:12 01:44:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:44:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:44:12 latest: Pulling from edgex-devops/git-semver 01:44:12 31603596830f: Pulling fs layer 01:44:12 2a8b12db71e7: Pulling fs layer 01:44:12 6ca5941a6612: Pulling fs layer 01:44:12 ecc8261a40a4: Pulling fs layer 01:44:12 ecc8261a40a4: Waiting 01:44:12 2a8b12db71e7: Verifying Checksum 01:44:12 2a8b12db71e7: Download complete 01:44:12 31603596830f: Verifying Checksum 01:44:12 31603596830f: Download complete 01:44:13 ecc8261a40a4: Verifying Checksum 01:44:13 ecc8261a40a4: Download complete 01:44:13 6ca5941a6612: Download complete 01:44:13 31603596830f: Pull complete 01:44:13 2a8b12db71e7: Pull complete 01:44:14 6ca5941a6612: Pull complete 01:44:14 ecc8261a40a4: Pull complete 01:44:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:44:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:44:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:44:14 prd-centos7-docker-4c-2g-3332 does not seem to be running inside a container 01:44:14 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:44:17 $ docker top 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:44:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:44:17 [ssh-agent] Looking for ssh-agent implementation... 01:44:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:44:17 $ docker exec 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 ssh-agent 01:44:17 SSH_AUTH_SOCK=/tmp/ssh-6NUYutHOlvq8/agent.11 01:44:17 SSH_AGENT_PID=16 01:44:17 Running ssh-add (command line suppressed) 01:44:17 Identity added: /w/workspace/edgex-go/3@tmp/private_key_616848894757928208.key (/w/workspace/edgex-go/3@tmp/private_key_616848894757928208.key) 01:44:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:44:18 + git describe --exact-match --tags HEAD 01:44:18 fatal: No names found, cannot describe anything. [Pipeline] } 01:44:18 $ docker exec --env ******** --env ******** 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 ssh-agent -k 01:44:18 unset SSH_AUTH_SOCK; 01:44:18 unset SSH_AGENT_PID; 01:44:18 echo Agent pid 16 killed; 01:44:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 01:44:18 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 01:44:18 This usually means this commit has not been tagged. [Pipeline] sshagent 01:44:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:44:18 [ssh-agent] Looking for ssh-agent implementation... 01:44:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:44:18 $ docker exec 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 ssh-agent 01:44:18 SSH_AUTH_SOCK=/tmp/ssh-6aiG90VxFzuO/agent.45 01:44:18 SSH_AGENT_PID=50 01:44:18 Running ssh-add (command line suppressed) 01:44:19 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7103597513541517576.key (/w/workspace/edgex-go/3@tmp/private_key_7103597513541517576.key) 01:44:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:44:19 + git semver init 01:44:19 # -> Open(): unable to determine branch for HEAD 01:44:19 # $GIT_DIR = /w/workspace/edgex-go/3/.git 01:44:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 01:44:19 # $SEMVER_REMOTE_NAME = origin 01:44:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:44:19 # $SEMVER_USER_NAME = edgex-jenkins 01:44:19 # $SEMVER_BRANCH = PR-2653 01:44:19 # $SEMVER_TEMP = /tmp/semver-936982710 01:44:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:44:37 # '/tmp/semver-936982710' -> '/w/workspace/edgex-go/3/.semver' 01:44:37 # -> Force: false 01:44:37 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 01:44:37 $ docker exec --env ******** --env ******** 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 ssh-agent -k 01:44:38 unset SSH_AUTH_SOCK; 01:44:38 unset SSH_AGENT_PID; 01:44:38 echo Agent pid 50 killed; 01:44:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:44:38 + git semver [Pipeline] } 01:44:38 $ docker stop --time=1 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 01:44:40 $ docker rm -f 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 01:44:53 Stashed 30 file(s) [Pipeline] echo 01:44:53 [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 01:44:53 ========================================================= 01:44:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 01:44:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:44:54 + 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 . 01:44:56 Sending build context to Docker daemon 323MB 01:44:57 Step 1/7 : ARG BASE=golang:1.13-alpine 01:44:57 Step 2/7 : FROM ${BASE} 01:44:57 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 01:44:57 df20fa9351a1: Pulling fs layer 01:44:57 ed8968b2872e: Pulling fs layer 01:44:57 a92cc7c5fd73: Pulling fs layer 01:44:57 2dd03ba5bac4: Pulling fs layer 01:44:57 1e091d79d1de: Pulling fs layer 01:44:57 481702a1767f: Pulling fs layer 01:44:57 f64a6f60c768: Pulling fs layer 01:44:57 e78d2573fc39: Pulling fs layer 01:44:57 2dd03ba5bac4: Waiting 01:44:57 1e091d79d1de: Waiting 01:44:57 481702a1767f: Waiting 01:44:57 f64a6f60c768: Waiting 01:44:57 e876d2f968b6: Pulling fs layer 01:44:57 ce8a83651883: Pulling fs layer 01:44:57 07967f4d0e4b: Pulling fs layer 01:44:57 ce8a83651883: Waiting 01:44:57 e78d2573fc39: Waiting 01:44:57 07967f4d0e4b: Waiting 01:44:57 e876d2f968b6: Waiting 01:44:57 a92cc7c5fd73: Verifying Checksum 01:44:57 a92cc7c5fd73: Download complete 01:44:57 ed8968b2872e: Verifying Checksum 01:44:57 ed8968b2872e: Download complete 01:44:57 1e091d79d1de: Verifying Checksum 01:44:57 1e091d79d1de: Download complete 01:44:57 481702a1767f: Download complete 01:44:57 df20fa9351a1: Verifying Checksum 01:44:57 df20fa9351a1: Download complete 01:44:57 df20fa9351a1: Pull complete 01:44:58 f64a6f60c768: Verifying Checksum 01:44:58 f64a6f60c768: Download complete 01:44:58 e876d2f968b6: Download complete 01:44:58 e78d2573fc39: Verifying Checksum 01:44:58 e78d2573fc39: Download complete 01:44:59 07967f4d0e4b: Verifying Checksum 01:44:59 07967f4d0e4b: Download complete 01:44:59 ce8a83651883: Verifying Checksum 01:44:59 ce8a83651883: Download complete 01:44:59 2dd03ba5bac4: Verifying Checksum 01:44:59 2dd03ba5bac4: Download complete 01:45:00 ed8968b2872e: Pull complete 01:45:00 a92cc7c5fd73: Pull complete 01:45:06 2dd03ba5bac4: Pull complete 01:45:06 1e091d79d1de: Pull complete 01:45:06 481702a1767f: Pull complete 01:45:08 Still waiting to schedule task 01:45:08 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3329’ 01:45:12 f64a6f60c768: Pull complete 01:45:15 e78d2573fc39: Pull complete 01:45:15 e876d2f968b6: Pull complete 01:45:16 ce8a83651883: Pull complete 01:45:16 07967f4d0e4b: Pull complete 01:45:16 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 01:45:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 01:45:16 ---> 5d7c900382c6 01:45:16 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 01:45:18 ---> Running in 17ed033da0bc 01:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:45:19 (1/12) Installing libmagic (5.38-r0) 01:45:20 (2/12) Installing file (5.38-r0) 01:45:20 (3/12) Installing libc-dev (0.7.2-r3) 01:45:20 (4/12) Installing g++ (9.3.0-r2) 01:45:22 (5/12) Installing fortify-headers (1.1-r0) 01:45:22 (6/12) Installing patch (2.7.6-r6) 01:45:22 (7/12) Installing build-base (0.5-r2) 01:45:22 (8/12) Installing libsodium (1.0.18-r0) 01:45:22 (9/12) Installing pkgconf (1.7.2-r0) 01:45:22 (10/12) Installing libsodium-dev (1.0.18-r0) 01:45:23 (11/12) Installing libzmq (4.3.2-r0) 01:45:23 (12/12) Installing zeromq-dev (4.3.2-r0) 01:45:23 Executing busybox-1.31.1-r16.trigger 01:45:23 OK: 233 MiB in 51 packages 01:45:26 Removing intermediate container 17ed033da0bc 01:45:26 ---> bb4633747280 01:45:26 Step 4/7 : WORKDIR /edgex-go 01:45:26 ---> Running in 5494cbdc430a 01:45:26 Removing intermediate container 5494cbdc430a 01:45:26 ---> 1c2f7cb6aecf 01:45:26 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 01:45:26 latest: Pulling from library/docker 01:45:27 df20fa9351a1: Already exists 01:45:27 25ad7478873d: Pulling fs layer 01:45:27 4684f6177b5d: Pulling fs layer 01:45:27 46e300cec669: Pulling fs layer 01:45:27 63038576ad94: Pulling fs layer 01:45:27 0fdb76c4706c: Pulling fs layer 01:45:27 cb7edeffdfd5: Pulling fs layer 01:45:27 63038576ad94: Waiting 01:45:27 0fdb76c4706c: Waiting 01:45:27 cb7edeffdfd5: Waiting 01:45:27 4684f6177b5d: Verifying Checksum 01:45:27 4684f6177b5d: Download complete 01:45:27 25ad7478873d: Verifying Checksum 01:45:27 25ad7478873d: Download complete 01:45:27 63038576ad94: Download complete 01:45:27 0fdb76c4706c: Verifying Checksum 01:45:27 0fdb76c4706c: Download complete 01:45:27 25ad7478873d: Pull complete 01:45:27 4684f6177b5d: Pull complete 01:45:27 cb7edeffdfd5: Verifying Checksum 01:45:27 cb7edeffdfd5: Download complete 01:45:28 46e300cec669: Verifying Checksum 01:45:28 46e300cec669: Download complete 01:45:30 46e300cec669: Pull complete 01:45:30 63038576ad94: Pull complete 01:45:30 0fdb76c4706c: Pull complete 01:45:30 cb7edeffdfd5: Pull complete 01:45:30 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 01:45:30 Status: Downloaded newer image for docker:latest 01:45:32 ---> a07cbca1ebde 01:45:32 Step 6/7 : COPY go.mod . 01:45:32 ---> caa28845a195 01:45:32 Step 7/7 : RUN go mod download 01:45:32 ---> Running in bf568ff34c28 01:45:35 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:45:35 go: finding github.com/BurntSushi/toml v0.3.1 01:45:35 go: finding github.com/OneOfOne/xxhash v1.2.5 01:45:35 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 01:45:35 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:45:35 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 01:45:35 go: finding github.com/bgentry/speakeasy v0.1.0 01:45:35 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 01:45:35 go: finding github.com/cloudflare/gokey v0.1.0 01:45:35 go: finding github.com/davecgh/go-spew v1.1.1 01:45:35 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:45:35 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 01:45:35 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 01:45:35 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 01:45:35 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 01:45:35 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 01:45:35 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 01:45:35 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 01:45:35 go: finding github.com/fatih/color v1.7.0 01:45:35 go: finding github.com/fsnotify/fsnotify v1.4.7 01:45:35 go: finding github.com/fxamacker/cbor/v2 v2.2.0 01:45:35 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 01:45:35 go: finding github.com/go-kit/kit v0.8.0 01:45:35 go: finding github.com/go-logfmt/logfmt v0.4.0 01:45:35 go: finding github.com/go-redis/redis/v7 v7.2.0 01:45:35 go: finding github.com/go-stack/stack v1.8.0 01:45:35 go: finding github.com/golang/protobuf v1.3.2 01:45:35 go: finding github.com/gomodule/redigo v2.0.0+incompatible 01:45:35 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 01:45:35 go: finding github.com/google/uuid v1.1.0 01:45:35 go: finding github.com/gorilla/mux v1.7.1 01:45:35 go: finding github.com/hashicorp/consul/api v1.1.0 01:45:35 go: finding github.com/hashicorp/consul/sdk v0.1.1 01:45:35 go: finding github.com/hashicorp/errwrap v1.0.0 01:45:35 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 01:45:35 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 01:45:35 go: finding github.com/hashicorp/go-msgpack v0.5.3 01:45:35 go: finding github.com/hashicorp/go-multierror v1.0.0 01:45:35 go: finding github.com/hashicorp/go-rootcerts v1.0.0 01:45:35 go: finding github.com/hashicorp/go-sockaddr v1.0.0 01:45:35 go: finding github.com/hashicorp/go-syslog v1.0.0 01:45:35 go: finding github.com/hashicorp/go-uuid v1.0.1 01:45:35 go: finding github.com/hashicorp/go.net v0.0.1 01:45:35 go: finding github.com/hashicorp/golang-lru v0.5.0 01:45:35 go: finding github.com/hashicorp/logutils v1.0.0 01:45:35 go: finding github.com/hashicorp/mdns v1.0.0 01:45:35 go: finding github.com/hashicorp/memberlist v0.1.3 01:45:36 go: finding github.com/hashicorp/serf v0.8.2 01:45:36 go: finding github.com/hpcloud/tail v1.0.0 01:45:36 go: finding github.com/imdario/mergo v0.3.6 01:45:36 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 01:45:36 go: finding github.com/kr/pretty v0.1.0 01:45:36 go: finding github.com/kr/pty v1.1.1 01:45:36 go: finding github.com/kr/text v0.1.0 01:45:36 go: finding github.com/mattn/go-colorable v0.0.9 01:45:36 go: finding github.com/mattn/go-isatty v0.0.3 01:45:36 go: finding github.com/miekg/dns v1.0.14 01:45:36 go: finding github.com/mitchellh/cli v1.0.0 01:45:36 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:45:36 go: finding github.com/mitchellh/copystructure v1.0.0 01:45:36 go: finding github.com/mitchellh/go-homedir v1.0.0 01:45:36 go: finding github.com/mitchellh/go-testing-interface v1.0.0 01:45:36 go: finding github.com/mitchellh/gox v0.4.0 01:45:36 go: finding github.com/mitchellh/iochan v1.0.0 01:45:36 go: finding github.com/mitchellh/mapstructure v1.1.2 01:45:36 go: finding github.com/mitchellh/reflectwalk v1.0.0 01:45:36 go: finding github.com/onsi/ginkgo v1.10.1 01:45:36 go: finding github.com/onsi/gomega v1.7.0 01:45:36 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 01:45:36 go: finding github.com/pebbe/zmq4 v1.0.0 01:45:36 go: finding github.com/pelletier/go-toml v1.2.0 01:45:36 go: finding github.com/pkg/errors v0.8.1 01:45:36 go: finding github.com/pmezard/go-difflib v1.0.0 01:45:36 go: finding github.com/posener/complete v1.1.1 01:45:36 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:45:36 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 01:45:36 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 01:45:36 go: finding github.com/stretchr/objx v0.1.0 01:45:36 go: finding github.com/stretchr/testify v1.5.1 01:45:36 go: finding github.com/ugorji/go v1.1.4 01:45:36 go: finding github.com/x448/float16 v0.8.4 01:45:36 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 01:45:36 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:45:36 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 01:45:36 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 01:45:36 go: finding golang.org/x/text v0.3.2 01:45:36 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 01:45:36 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 01:45:36 go: finding gopkg.in/eapache/queue.v1 v1.1.0 01:45:36 go: finding gopkg.in/fsnotify.v1 v1.4.7 01:45:36 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 01:45:36 go: finding gopkg.in/yaml.v2 v2.2.8 01:45:49 Removing intermediate container bf568ff34c28 01:45:49 ---> b574158c87ce 01:45:49 Successfully built b574158c87ce 01:45:49 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 01:45:49 + docker inspect -f . ci-base-image-x86_64 01:45:49 . [Pipeline] withDockerContainer 01:45:50 prd-centos7-docker-4c-2g-3332 does not seem to be running inside a container 01:45:50 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:45:50 $ docker top b072072f25672fedbcc4bebba88e9eac9d4f6ab3e909cd6698a242dec80e5f2e -eo pid,comm [Pipeline] { [Pipeline] sh 01:45:51 + go version 01:45:51 go version go1.13.13 linux/amd64 [Pipeline] echo 01:45:51 ========================================================= 01:45:51 [edgeXBuildGoParallel] Running Tests and Build... 01:45:51 ========================================================= [Pipeline] sh 01:45:51 + make test 01:45:51 GO111MODULE=on go test -coverprofile=coverage.out ./... 01:45:54 ? github.com/edgexfoundry/edgex-go [no test files] 01:46:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:46:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:46:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:46:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:46:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:46:10 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s 01:46:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 01:46:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:46:10 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 01:46:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:46:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:46:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:46:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:46:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:46:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.030s coverage: 46.6% of statements 01:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:46:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.052s coverage: 27.3% of statements 01:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:46:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements 01:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:46:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 01:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:46:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.131s coverage: 28.6% of statements 01:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:46:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.033s coverage: 100.0% of statements 01:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:46:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.007s coverage: 100.0% of statements 01:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:46:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.017s coverage: 89.8% of statements 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:46:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.031s coverage: 97.5% of statements 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:46:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.011s coverage: 100.0% of statements 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:46:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:46:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements 01:46:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.059s coverage: 63.5% of statements 01:46:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:46:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:46:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements 01:46:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.144s coverage: 55.9% of statements 01:46:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:46:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:46:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 01:46:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.381s coverage: 86.3% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.315s coverage: 72.2% of statements 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.126s coverage: 72.1% of statements 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.026s coverage: 82.4% of statements 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.025s coverage: 28.8% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.012s coverage: 96.8% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.031s coverage: 26.9% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.071s coverage: 84.1% of statements 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.021s coverage: 100.0% of statements 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.018s coverage: 42.9% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.013s coverage: 100.0% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.018s coverage: 46.1% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.009s coverage: 100.0% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.015s coverage: 100.0% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.021s coverage: 99.0% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.013s coverage: 100.0% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.008s coverage: 100.0% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:46:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.014s coverage: 100.0% of statements 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 01:46:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 01:46:31 GO111MODULE=on go vet ./... 01:46:38 gofmt -l . 01:46:38 [ "`gofmt -l .`" = "" ] 01:46:39 ./bin/test-go-mod-tidy.sh 01:46:39 ./bin/test-attribution-txt.sh [Pipeline] sh 01:46:41 + ls -al . 01:46:41 total 556 01:46:41 drwxrwxr-x 10 1001 1001 4096 Aug 11 01:46 . 01:46:41 drwxr-xr-x 4 root root 28 Aug 11 01:45 .. 01:46:41 -rw-rw-r-- 1 1001 1001 11 Aug 11 01:44 .dockerignore 01:46:41 drwxrwxr-x 8 1001 1001 179 Aug 11 01:44 .git 01:46:41 drwxrwxr-x 3 1001 1001 60 Aug 11 01:44 .github 01:46:41 -rw-rw-r-- 1 1001 1001 932 Aug 11 01:44 .gitignore 01:46:41 drwx------ 3 1001 1001 47 Aug 11 01:44 .semver 01:46:41 -rw-rw-r-- 1 1001 1001 166 Aug 11 01:44 .sonarcloud.properties 01:46:41 -rw-rw-r-- 1 1001 1001 3804 Aug 11 01:44 CONTRIBUTING.md 01:46:41 -rw-rw-r-- 1 1001 1001 1035 Aug 11 01:44 Dockerfile.build 01:46:41 -rw-rw-r-- 1 1001 1001 865 Aug 11 01:44 Jenkinsfile 01:46:41 -rw-rw-r-- 1 1001 1001 10775 Aug 11 01:44 LICENSE 01:46:41 -rw-rw-r-- 1 1001 1001 6237 Aug 11 01:44 Makefile 01:46:41 -rw-rw-r-- 1 1001 1001 5652 Aug 11 01:44 README.md 01:46:41 -rw-rw-r-- 1 1001 1001 7111 Aug 11 01:44 SECURITY.md 01:46:41 -rw-rw-r-- 1 1001 1001 5 Aug 11 01:44 VERSION 01:46:41 -rw-rw-r-- 1 1001 1001 4131 Aug 11 01:44 ZMQWindows.md 01:46:41 drwxrwxr-x 2 1001 1001 117 Aug 11 01:44 bin 01:46:41 drwxrwxr-x 15 1001 1001 4096 Aug 11 01:44 cmd 01:46:41 -rw-r--r-- 1 root root 455803 Aug 11 01:46 coverage.out 01:46:41 -rw-r--r-- 1 root root 1019 Aug 11 01:46 go.mod 01:46:41 -rw-r--r-- 1 root root 18146 Aug 11 01:46 go.sum 01:46:41 drwxrwxr-x 8 1001 1001 127 Aug 11 01:44 internal 01:46:41 drwxrwxr-x 4 1001 1001 26 Aug 11 01:44 openapi 01:46:41 drwxrwxr-x 4 1001 1001 71 Aug 11 01:44 snap 01:46:41 -rw-rw-r-- 1 1001 1001 168 Aug 11 01:44 version.go [Pipeline] sh 01:46:41 + '[' -e coverage.out ] 01:46:41 + chown 1001:1001 coverage.out [Pipeline] stash 01:46:41 Stashed 1 file(s) [Pipeline] sh 01:46:42 + make build 01:46:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:46: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 01:46:51 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 01:46:52 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 01:46:54 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 01:46:56 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 01:46:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:46:59 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 01:47:00 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 01:47:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:47:02 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 01:47:05 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 01:47: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 [Pipeline] } 01:47:07 $ docker stop --time=1 b072072f25672fedbcc4bebba88e9eac9d4f6ab3e909cd6698a242dec80e5f2e 01:47:09 $ docker rm -f b072072f25672fedbcc4bebba88e9eac9d4f6ab3e909cd6698a242dec80e5f2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:47:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:47:12 01:47:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:47:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:47:12 latest: Pulling from edgex-devops/edgex-compose 01:47:12 cbdbe7a5bc2a: Pulling fs layer 01:47:12 ca9280d653b3: Pulling fs layer 01:47:12 7e9c9ca2126c: Pulling fs layer 01:47:12 cbdbe7a5bc2a: Verifying Checksum 01:47:12 cbdbe7a5bc2a: Download complete 01:47:13 ca9280d653b3: Verifying Checksum 01:47:13 ca9280d653b3: Download complete 01:47:13 cbdbe7a5bc2a: Pull complete 01:47:13 7e9c9ca2126c: Download complete 01:47:14 ca9280d653b3: Pull complete 01:47:19 7e9c9ca2126c: Pull complete 01:47:19 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:47:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:47:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:47:19 prd-centos7-docker-4c-2g-3332 does not seem to be running inside a container 01:47:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:47:22 $ docker top 3556b25885e2537bac97999e74bea33d5e0463ddf45b23986ff894d7708a17db -eo pid,comm [Pipeline] { [Pipeline] sh 01:47:23 + docker-compose build --help 01:47:23 + grep parallel 01:47:24 --parallel Build images in parallel. [Pipeline] } 01:47:24 $ docker stop --time=1 3556b25885e2537bac97999e74bea33d5e0463ddf45b23986ff894d7708a17db 01:47:25 $ docker rm -f 3556b25885e2537bac97999e74bea33d5e0463ddf45b23986ff894d7708a17db [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:47:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:47:26 . [Pipeline] withDockerContainer 01:47:26 prd-centos7-docker-4c-2g-3332 does not seem to be running inside a container 01:47:26 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:47:26 $ docker top 81c6ddd5fb1cea8c0103fde66d9ca8fb95320d010b116a4989a938d82125fdfd -eo pid,comm [Pipeline] { [Pipeline] sh 01:47:27 + docker-compose -f ./docker-compose-build.yml build --parallel 01:47:28 Building docker-core-command-go ... 01:47:28 Building docker-core-data-go ... 01:47:28 Building docker-core-metadata-go ... 01:47:28 Building docker-security-proxy-setup-go ... 01:47:28 Building docker-security-secrets-setup-go ... 01:47:28 Building docker-security-secretstore-setup-go ... 01:47:28 Building docker-support-logging-go ... 01:47:28 Building docker-support-notifications-go ... 01:47:28 Building docker-support-scheduler-go ... 01:47:28 Building docker-sys-mgmt-agent-go ... 01:47:28 Building docker-core-data-go 01:47:28 Building docker-security-secretstore-setup-go 01:47:28 Building docker-support-scheduler-go 01:47:28 Building docker-security-proxy-setup-go 01:47:28 Building docker-support-logging-go 01:47:54 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 01:47:54 Step 2/20 : FROM ${BUILDER_BASE} AS builder 01:47:54 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 01:47:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:47:54 ---> b574158c87ce 01:47:54 Step 3/20 : WORKDIR /edgex-go 01:47:54 ---> b574158c87ce 01:47:54 Step 3/22 : WORKDIR /edgex-go 01:47:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 01:47:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:47:54 ---> b574158c87ce 01:47:54 Step 3/21 : WORKDIR /edgex-go 01:47:54 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 01:47:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:47:54 ---> b574158c87ce 01:47:54 Step 3/26 : WORKDIR /edgex-go 01:47:54 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 01:47:54 Step 2/20 : FROM ${BUILDER_BASE} AS builder 01:47:54 ---> b574158c87ce 01:47:54 Step 3/20 : WORKDIR /edgex-go 01:47:55 ---> Running in 2342b39cb2d3 01:47:55 ---> Running in 48f668164ddb 01:47:55 ---> Running in e205795eda86 01:47:55 ---> Running in 124f69b69038 01:47:55 ---> Running in 4d1bee9e584a 01:47:55 Removing intermediate container 4d1bee9e584a 01:47:55 ---> 357b789b58a1 01:47:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:47:55 Removing intermediate container 2342b39cb2d3 01:47:55 ---> 72411c8e9495 01:47:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:47:55 Removing intermediate container 48f668164ddb 01:47:55 ---> f0b4cab68dce 01:47:55 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:47:55 Removing intermediate container e205795eda86 01:47:55 ---> 957d5f127514 01:47:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:47:55 ---> Running in 0cff7807b4dc 01:47:55 Removing intermediate container 124f69b69038 01:47:55 ---> 4bc3a05709c3 01:47:55 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:47:55 ---> Running in 900202fbe3b6 01:47:55 ---> Running in 16e6841823d1 01:47:55 ---> Running in 41b4b3d60c94 01:47:55 ---> Running in 207e906a299d 01:47:57 Removing intermediate container 0cff7807b4dc 01:47:57 ---> 529ab5aed303 01:47:57 Step 5/26 : RUN apk update && apk add make git 01:47:57 Removing intermediate container 16e6841823d1 01:47:57 ---> 92a87796f1b0 01:47:57 Step 5/20 : RUN apk update && apk add make git 01:47:57 ---> Running in 10fd24451c96 01:47:57 Removing intermediate container 900202fbe3b6 01:47:57 ---> 1239f394adf1 01:47:57 Step 5/21 : RUN apk update && apk add make && apk add bash git 01:47:58 ---> Running in e5bb2eb0129a 01:47:58 ---> Running in 55c420d75de4 01:47:58 Removing intermediate container 41b4b3d60c94 01:47:58 ---> 6ac60a5936a9 01:47:58 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 01:47:58 Removing intermediate container 207e906a299d 01:47:58 ---> 5a8bbcd294de 01:47:58 Step 5/20 : RUN apk update && apk add make git 01:47:58 ---> Running in 6e5b5f7ac1ea 01:47:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:47:58 ---> Running in 9143e36f3ce4 01:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:47:59 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:47:59 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:47:59 OK: 12749 distinct packages available 01:48:00 OK: 233 MiB in 51 packages 01:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:48:00 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:48:00 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:48:00 OK: 12749 distinct packages available 01:48:00 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:48:00 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:48:00 OK: 12749 distinct packages available 01:48:00 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:48:00 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:48:00 OK: 12749 distinct packages available 01:48:00 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:48:00 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:48:00 OK: 12749 distinct packages available 01:48:00 Removing intermediate container 10fd24451c96 01:48:00 ---> fba05ba5face 01:48:00 Step 6/26 : COPY go.mod . 01:48:00 OK: 233 MiB in 51 packages 01:48:00 OK: 233 MiB in 51 packages 01:48:00 OK: 233 MiB in 51 packages 01:48:00 OK: 233 MiB in 51 packages 01:48:01 OK: 233 MiB in 51 packages 01:48:01 ---> 442a6de54bb1 01:48:01 Step 7/26 : RUN go mod download 01:48:01 ---> Running in 90ab34c8e4ca 01:48:01 Removing intermediate container e5bb2eb0129a 01:48:01 ---> e11b25268e41 01:48:01 Step 6/20 : COPY go.mod . 01:48:01 Removing intermediate container 9143e36f3ce4 01:48:01 ---> d5711bda143d 01:48:01 Step 6/20 : COPY go.mod . 01:48:02 ---> fe814daba3cd 01:48:02 Step 7/20 : RUN go mod download 01:48:02 ---> Running in d618ac5aeb3b 01:48:02 Removing intermediate container 6e5b5f7ac1ea 01:48:02 ---> c3795c31cf98 01:48:02 Step 6/22 : COPY go.mod . 01:48:02 Removing intermediate container 55c420d75de4 01:48:02 ---> fc0e1f886cf5 01:48:02 Step 6/21 : COPY go.mod . 01:48:02 ---> 046d1f6d5418 01:48:02 Step 7/20 : RUN go mod download 01:48:02 ---> Running in f46b8d94c4a5 01:48:02 ---> 781bfa443fa2 01:48:02 Step 7/22 : RUN go mod download 01:48:02 ---> d40a0d8ce8d3 01:48:02 Step 7/21 : RUN go mod download 01:48:02 ---> Running in 2079b875e952 01:48:02 ---> Running in b9ee83266f6f 01:48:04 Removing intermediate container d618ac5aeb3b 01:48:04 ---> 3b52f3ac2842 01:48:04 Step 8/20 : COPY . . 01:48:04 Removing intermediate container 90ab34c8e4ca 01:48:04 ---> d61793835347 01:48:04 Step 8/26 : COPY . . 01:48:08 Removing intermediate container f46b8d94c4a5 01:48:08 ---> f9993d85ff37 01:48:08 Step 8/20 : COPY . . 01:48:11 Removing intermediate container 2079b875e952 01:48:11 ---> 6a3ca9da0daf 01:48:11 Step 8/22 : COPY . . 01:48:13 Removing intermediate container b9ee83266f6f 01:48:13 ---> fa5e96ceab9e 01:48:13 Step 8/21 : COPY . . 01:48:45 ---> ddd1a8afcb73 01:48:45 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 01:48:45 ---> 7d1ee59e22bc 01:48: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 01:48:45 ---> cbcc53b7f3d3 01:48:45 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 01:48:45 ---> Running in eaa8bf088005 01:48:45 ---> Running in 6bffa68f5c43 01:48:45 ---> Running in 1300e0c10f59 01:48:45 ---> 6ae1c6566c42 01:48:45 Step 9/22 : RUN make cmd/core-data/core-data 01:48:45 ---> Running in 983ae411bb4c 01:48:45 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 01:48:45 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 01:48:45 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 01:48:45 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 01:48:45 ---> 7fa4fcfcd83d 01:48:45 Step 9/21 : RUN make cmd/support-logging/support-logging 01:48:45 ---> Running in d178e1a04f4c 01:48:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3333 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { 01:48:46 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 [Pipeline] ws 01:48:46 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 01:48:51 using credential edgex-jenkins-ssh 01:48:51 Cloning the remote Git repository 01:48:51 Cloning with configured refspecs honoured and without tags 01:48:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:48:51 > git init /w/workspace/edgex-go/3 # timeout=10 01:48:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:48:52 > git --version # timeout=10 01:48:52 using GIT_SSH to set credentials SSH Credentials for GitHub 01:48:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:49:06 Fetching without tags 01:49:06 Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 2a0aa0a464e015e3dadee497a498bc5f1d727e62 01:49:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:49:06 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # timeout=10 01:49:06 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:49:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:49:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:49:06 using GIT_SSH to set credentials SSH Credentials for GitHub 01:49:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:49:06 > git config core.sparsecheckout # timeout=10 01:49:06 > git checkout -f 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # timeout=10 01:49:07 Merge succeeded, producing 2a0aa0a464e015e3dadee497a498bc5f1d727e62 01:49:07 Checking out Revision 2a0aa0a464e015e3dadee497a498bc5f1d727e62 (PR-2653) 01:49: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 01:49:07 > git remote # timeout=10 01:49:07 > git config --get remote.origin.url # timeout=10 01:49:07 using GIT_SSH to set credentials SSH Credentials for GitHub 01:49:07 > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 01:49:07 > git rev-parse HEAD^{commit} # timeout=10 01:49:07 > git config core.sparsecheckout # timeout=10 01:49:07 > git checkout -f 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # timeout=10 01:49:11 Commit message: "Update V2 API core data swagger file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 01:49:12 Removing intermediate container eaa8bf088005 01:49:12 ---> 7809df17b371 01:49:12 01:49:12 Step 10/20 : FROM alpine 01:49:12 latest: Pulling from library/alpine 01:49:13 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 01:49:13 Status: Downloaded newer image for alpine:latest 01:49:13 ---> a24bb4013296 01:49:13 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 01:49:13 ---> Running in c2728d223ba8 01:49:15 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 01:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:49:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:49:16 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 01:49:16 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 01:49:16 OK: 12749 distinct packages available 01:49:16 (1/4) Installing ca-certificates (20191127-r4) 01:49:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:49:16 (3/4) Installing libcurl (7.69.1-r0) 01:49:16 (4/4) Installing curl (7.69.1-r0) 01:49:16 Executing busybox-1.31.1-r16.trigger 01:49:16 Executing ca-certificates-20191127-r4.trigger 01:49:16 OK: 7 MiB in 18 packages 01:49:17 Removing intermediate container d178e1a04f4c 01:49:17 ---> f8b8a03af3ae 01:49:17 01:49:17 Step 10/21 : FROM scratch 01:49:17 ---> 01:49:17 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 01:49:18 ---> Running in 48848355e229 01:49:18 Removing intermediate container 48848355e229 01:49:18 ---> 2261983e8e98 01:49:18 Step 12/21 : ENV APP_PORT=48061 01:49:19 Removing intermediate container c2728d223ba8 01:49:19 ---> 7afdf80a5188 01:49:19 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:49:21 ---> Running in 1b0be0edb4d5 01:49:22 ---> Running in 0b55a1d6df17 01:49:22 Removing intermediate container 1b0be0edb4d5 01:49:22 ---> 197f8a78fc98 01:49:22 Step 13/21 : EXPOSE $APP_PORT 01:49:22 Removing intermediate container 1300e0c10f59 01:49:22 ---> 525b57f7d4d3 01:49:22 01:49:22 Step 10/26 : FROM alpine:3.10 01:49:22 ---> Running in 55678c9f76a1 01:49:22 Removing intermediate container 6bffa68f5c43 01:49:22 ---> 895005251339 01:49:22 01:49:22 Step 10/20 : FROM scratch 01:49:22 ---> 01:49:22 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:49:22 ---> Running in 073cadde24ff 01:49:22 Removing intermediate container 0b55a1d6df17 01:49:22 ---> 43a084e65809 01:49:22 Step 13/20 : WORKDIR /edgex 01:49:22 3.10: Pulling from library/alpine 01:49:22 Removing intermediate container 55678c9f76a1 01:49:22 ---> be8fb9bda27d 01:49:22 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 01:49:24 ---> Running in 6b3f7f6efd6c [Pipeline] echo 01:49:24 ========================================================= 01:49:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 01:49:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:49:25 Removing intermediate container 073cadde24ff 01:49:25 ---> 7f0b52912327 01:49:25 Step 12/20 : ENV APP_PORT=48085 01:49:25 + 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 . 01:49:25 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 01:49:26 ---> 17eb681b160f 01:49:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 01:49:26 Status: Downloaded newer image for alpine:3.10 01:49:26 ---> Running in da90fb56ef58 01:49:26 ---> be4e4bea2c2e 01:49:26 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 01:49:26 Removing intermediate container 6b3f7f6efd6c 01:49:26 ---> e05acba9e07e 01:49:26 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:49:26 ---> Running in 676fdb0b8064 01:49:26 Removing intermediate container 983ae411bb4c 01:49:26 ---> adb6caa72fee 01:49:26 01:49:26 Step 10/22 : FROM alpine 01:49:26 ---> a24bb4013296 01:49:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:49:26 Removing intermediate container da90fb56ef58 01:49:26 ---> 918a3fefbf49 01:49:26 Step 13/20 : EXPOSE $APP_PORT 01:49:26 ---> 1bd56bf48776 01:49:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 01:49:26 ---> Running in 9c0831b3295b 01:49:26 ---> Running in d7da4a28598b 01:49:26 ---> e35dc90a26f1 01:49:26 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 01:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 01:49:27 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 01:49:27 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 01:49:27 OK: 10346 distinct packages available 01:49:27 (1/5) Installing ca-certificates (20191127-r2) 01:49:27 (2/5) Installing nghttp2-libs (1.39.2-r1) 01:49:27 (3/5) Installing libcurl (7.66.0-r0) 01:49:27 (4/5) Installing curl (7.66.0-r0) 01:49:27 (5/5) Installing dumb-init (1.2.2-r1) 01:49:27 Executing busybox-1.30.1-r3.trigger 01:49:27 Executing ca-certificates-20191127-r2.trigger 01:49:28 OK: 7 MiB in 19 packages 01:49:28 Removing intermediate container d7da4a28598b 01:49:28 ---> 32a11da9c25a 01:49:28 Step 12/22 : ENV APP_PORT=48080 01:49:28 Removing intermediate container 9c0831b3295b 01:49:28 ---> 5e4fb6cdedda 01:49:28 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 01:49:28 ---> 10821730717b 01:49:28 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 01:49:28 ---> 9512bf650fde 01:49:28 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:49:28 ---> Running in 3a3ac3ca6a43 01:49:28 ---> 4af0a983ae71 01:49:28 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:49:28 ---> Running in 764c3ab2e8b5 01:49:28 ---> 531e9330bb99 01:49:28 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:49:29 ---> Running in e36dc1935f8c 01:49:29 Removing intermediate container 3a3ac3ca6a43 01:49:29 ---> 095f4253f335 01:49:29 Step 13/22 : EXPOSE $APP_PORT 01:49:29 Removing intermediate container 764c3ab2e8b5 01:49:29 ---> 9b80bff86d85 01:49:29 Step 17/20 : CMD ["--init=true"] 01:49:29 ---> Running in 9aab260516c1 01:49:29 Removing intermediate container 676fdb0b8064 01:49:29 ---> aa4f13bc76fe 01:49:29 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:49:29 ---> 373046e43e24 01:49:29 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:49:30 Sending build context to Docker daemon 323MB 01:49:30 Step 1/7 : ARG BASE=golang:1.13-alpine 01:49:30 Step 2/7 : FROM ${BASE} 01:49:30 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:49:30 b538f80385f9: Pulling fs layer 01:49:30 74f711af9a0d: Pulling fs layer 01:49:30 99f96fe45779: Pulling fs layer 01:49:30 fd7a069fd194: Pulling fs layer 01:49:30 66aa3694b03b: Pulling fs layer 01:49:30 fd7a069fd194: Waiting 01:49:30 170f70906a0f: Pulling fs layer 01:49:30 ad7c5574e4b9: Pulling fs layer 01:49:30 e772456be8f7: Pulling fs layer 01:49:30 c890913d741a: Pulling fs layer 01:49:30 2480fcc9aa5a: Pulling fs layer 01:49:30 09adf4765672: Pulling fs layer 01:49:30 ad7c5574e4b9: Waiting 01:49:30 e772456be8f7: Waiting 01:49:30 c890913d741a: Waiting 01:49:30 2480fcc9aa5a: Waiting 01:49:30 09adf4765672: Waiting 01:49:30 66aa3694b03b: Waiting 01:49:30 170f70906a0f: Waiting 01:49:30 99f96fe45779: Download complete 01:49:30 74f711af9a0d: Verifying Checksum 01:49:30 74f711af9a0d: Download complete 01:49:30 66aa3694b03b: Verifying Checksum 01:49:30 66aa3694b03b: Download complete 01:49:30 170f70906a0f: Download complete 01:49:30 b538f80385f9: Verifying Checksum 01:49:30 b538f80385f9: Download complete 01:49:30 Removing intermediate container e36dc1935f8c 01:49:30 ---> 2dc14238abb8 01:49:30 Step 19/21 : LABEL arch=x86_64 01:49:30 ---> Running in b5dbd7c5d793 01:49:30 ---> Running in a5779bc53d17 01:49:30 b538f80385f9: Pull complete 01:49:31 ---> Running in e29d41b52259 01:49:31 Removing intermediate container 9aab260516c1 01:49:31 ---> 6c46df2b399c 01:49:31 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:49:31 ---> dae7265b6765 01:49:31 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:49:31 Removing intermediate container b5dbd7c5d793 01:49:31 ---> 9d6904503b78 01:49:31 Step 18/20 : LABEL arch=x86_64 01:49:31 ---> Running in 699eaa532c95 01:49:31 ---> Running in 39fa45334dbb 01:49:31 ---> Running in a72ffc6891b6 01:49:31 74f711af9a0d: Pull complete 01:49:31 Removing intermediate container a5779bc53d17 01:49:31 ---> 1b15f4002f9d 01:49:31 Step 13/26 : WORKDIR / 01:49:31 Removing intermediate container e29d41b52259 01:49:31 ---> 08603cc08f79 01:49:31 Step 20/21 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 01:49:31 ---> Running in 7a90ad6730cc 01:49:31 ---> Running in 1b1d63b68d86 01:49:31 Removing intermediate container 39fa45334dbb 01:49:31 ---> c0e8ffc4c3cd 01:49:31 Step 18/20 : LABEL arch=x86_64 01:49:31 Removing intermediate container a72ffc6891b6 01:49:31 ---> 7fcbe583fe1b 01:49:31 Step 19/20 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 01:49:31 ---> Running in 33ba754a2ce4 01:49:32 ---> Running in 32c7a54ca061 01:49:32 Removing intermediate container 7a90ad6730cc 01:49:32 ---> 37d2dd82d185 01:49:32 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:49:32 Removing intermediate container 1b1d63b68d86 01:49:32 ---> df859673fda4 01:49:32 Step 21/21 : LABEL version=0.0.0 01:49:32 99f96fe45779: Pull complete 01:49:32 Removing intermediate container 33ba754a2ce4 01:49:32 ---> e75827aaaf82 01:49:32 Step 19/20 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 01:49:32 ---> Running in 27aea0741084 01:49:32 ---> Running in 7baba60aded4 01:49:32 Removing intermediate container 32c7a54ca061 01:49:32 ---> c5bdec23f7ff 01:49:32 Step 20/20 : LABEL version=0.0.0 01:49:32 ---> 23029a46a07b 01:49:32 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:49:32 ---> Running in ec491599d932 01:49:33 Removing intermediate container 27aea0741084 01:49:33 ---> 88a4327c6d36 01:49:33 01:49:33 Removing intermediate container 7baba60aded4 01:49:33 ---> 6334ecec8044 01:49:33 Step 20/20 : LABEL version=0.0.0 01:49:33 Removing intermediate container 699eaa532c95 01:49:33 ---> fa6ae57c8f69 01:49:33 Step 15/22 : RUN apk --no-cache add zeromq 01:49:33 Successfully built 88a4327c6d36 01:49:33 Successfully tagged docker-support-logging-go:latest 01:49:33 Removing intermediate container ec491599d932 01:49:33 ---> 8996c7b6aae9 01:49:33 01:49:33  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 01:49:33 ---> c4fa1ca26126 01:49:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:49:33 ---> Running in 202aba4291f1 01:49:33 ---> Running in 37d4b6c8de99 01:49:33 Successfully built 8996c7b6aae9 01:49:33 Successfully tagged docker-security-proxy-setup-go:latest 01:49:33 Building docker-core-command-go 01:49:33 ad7c5574e4b9: Verifying Checksum 01:49:33 ad7c5574e4b9: Download complete 01:49:33 c890913d741a: Verifying Checksum 01:49:33 c890913d741a: Download complete 01:49:33  Building docker-security-proxy-setup-go ... done Removing intermediate container 202aba4291f1 01:49:33 ---> aa8749ef2636 01:49:33 01:49:33 ---> f1b39c5a52a2 01:49:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 01:49:33 Successfully built aa8749ef2636 01:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:49:35 e772456be8f7: Verifying Checksum 01:49:35 e772456be8f7: Download complete 01:49:35 2480fcc9aa5a: Verifying Checksum 01:49:35 2480fcc9aa5a: Download complete 01:49:35 09adf4765672: Verifying Checksum 01:49:35 09adf4765672: Download complete 01:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:49:35 fd7a069fd194: Verifying Checksum 01:49:35 fd7a069fd194: Download complete 01:49:36 Successfully tagged docker-support-scheduler-go:latest 01:49:36 Building docker-support-notifications-go 01:49:38  Building docker-support-scheduler-go ... done (1/5) Installing libgcc (9.3.0-r2) 01:49:38 (2/5) Installing libsodium (1.0.18-r0) 01:49:38 (3/5) Installing libstdc++ (9.3.0-r2) 01:49:39 (4/5) Installing libzmq (4.3.2-r0) 01:49:39 (5/5) Installing zeromq (4.3.2-r0) 01:49:39 Executing busybox-1.31.1-r16.trigger 01:49:39 OK: 8 MiB in 19 packages 01:49:42 ---> f5a4758e9d5e 01:49:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:49:43 Removing intermediate container 37d4b6c8de99 01:49:43 ---> 970f3e5792d8 01:49:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 01:49:43 ---> 744dc2f4f549 01:49:43 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:49:44 ---> 32ee9cec3e52 01:49:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:49:47 ---> 1269e1aafa06 01:49:47 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 01:49:48 fd7a069fd194: Pull complete 01:49:48 66aa3694b03b: Pull complete 01:49:48 170f70906a0f: Pull complete 01:49:50 ---> fa1d64c9f27f 01:49:50 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:49:51 ---> 21a4b6ab098d 01:49:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:49:51 ad7c5574e4b9: Pull complete 01:49:52 ---> fe1579f17e5f 01:49:52 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:49:54 ---> Running in 2acfa9508ead 01:49:54 ---> 776b89b78698 01:49:54 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:49:54 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 01:49:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:49:54 ---> b574158c87ce 01:49:54 Step 3/26 : WORKDIR /edgex-go 01:49:54 ---> Using cache 01:49:54 ---> 72411c8e9495 01:49:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:49:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 01:49:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:49:54 ---> b574158c87ce 01:49:54 Step 3/21 : WORKDIR /edgex-go 01:49:54 ---> Using cache 01:49:54 ---> 72411c8e9495 01:49:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:49:54 ---> Using cache 01:49:54 ---> 1239f394adf1 01:49:54 Step 5/21 : RUN apk update && apk add make git 01:49:54 ---> Using cache 01:49:54 ---> 1239f394adf1 01:49:54 Step 5/26 : RUN apk update && apk add make bash git 01:49:55 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 01:49:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:49:55 ---> b574158c87ce 01:49:55 Step 3/23 : WORKDIR /edgex-go 01:49:55 ---> Using cache 01:49:55 ---> 72411c8e9495 01:49:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:49:55 ---> Using cache 01:49:55 ---> 1239f394adf1 01:49:55 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 01:49:56 ---> Running in 517d26b0a471 01:49:56 ---> Running in 959f4e575e94 01:49:56 ---> Running in 51fb9d5ba95f 01:49:56 Removing intermediate container 2acfa9508ead 01:49:56 ---> e1df4c3afe0d 01:49:56 Step 20/22 : LABEL arch=x86_64 01:49:56 ---> Running in 31848c3001e4 01:49:56 ---> Running in ff52c1854913 01:49:56 e772456be8f7: Pull complete 01:49:56 c890913d741a: Pull complete 01:49:57 Removing intermediate container ff52c1854913 01:49:57 ---> 568b983aecf6 01:49:57 Step 21/22 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 01:49:57 ---> Running in 7054442d2267 01:49:57 Removing intermediate container 7054442d2267 01:49:57 ---> b547af02b70b 01:49:57 Step 22/22 : LABEL version=0.0.0 01:49:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:49:57 ---> Running in 96e247523940 01:49:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:49:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:49:57 Removing intermediate container 96e247523940 01:49:57 ---> ec986887aa15 01:49:57 01:49:57 Successfully built ec986887aa15 01:49:57 Successfully tagged docker-core-data-go:latest 01:49:57  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 01:49:57 Removing intermediate container 959f4e575e94 01:49:57 ---> 51e15fe884e0 01:49:57 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 01:49:58 ---> Running in 2e6b19a44eb7 01:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:49:58 Removing intermediate container 2e6b19a44eb7 01:49:58 ---> 28dd431e674c 01:49:58 Step 24/26 : LABEL arch=x86_64 01:49:58 ---> Running in 75065e497714 01:49:58 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:49:58 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:49:58 OK: 12749 distinct packages available 01:49:58 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:49:58 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:49:58 OK: 12749 distinct packages available 01:49:58 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:49:58 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:49:58 OK: 12749 distinct packages available 01:49:58 OK: 233 MiB in 51 packages 01:49:58 Removing intermediate container 75065e497714 01:49:58 ---> 777635cbc1f4 01:49:58 Step 25/26 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 01:49:58 2480fcc9aa5a: Pull complete 01:49:59 OK: 233 MiB in 51 packages 01:49:59 OK: 233 MiB in 51 packages 01:49:59 09adf4765672: Pull complete 01:49:59 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 01:49:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 01:49:59 ---> 2248a725d1cf 01:49:59 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 01:50:02 ---> Running in c4510eab734a 01:50:03 Removing intermediate container c4510eab734a 01:50:03 ---> d8eb346252c0 01:50:03 Step 26/26 : LABEL version=0.0.0 01:50:05 ---> Running in b30897adc5cc 01:50:05 Removing intermediate container 51fb9d5ba95f 01:50:05 ---> 1c542a77154a 01:50:05 Step 6/26 : COPY go.mod . 01:50:06 Removing intermediate container 517d26b0a471 01:50:06 ---> 42bd14645e5f 01:50:06 Step 6/21 : COPY go.mod . 01:50:06 Removing intermediate container b30897adc5cc 01:50:06 ---> 1b0a842d3112 01:50:06 01:50:06 Removing intermediate container 31848c3001e4 01:50:06 ---> b9737faeea70 01:50:06 Step 6/23 : COPY go.mod . 01:50:06 ---> Running in ce362ad61433 01:50:06 ---> 82a75dbb086c 01:50:06 Step 7/26 : RUN go mod download 01:50:06 Successfully built 1b0a842d3112 01:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:50:07 Successfully tagged docker-security-secretstore-setup-go:latest 01:50:07  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 01:50:07 ---> 706af4daf799 01:50:07 Step 7/21 : RUN go mod download 01:50:07 ---> Running in 57066fd0be1f 01:50:07 ---> 953711cd0285 01:50:07 Step 7/23 : RUN go mod download 01:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:50:08 (1/12) Installing libmagic (5.38-r0) 01:50:08 (2/12) Installing file (5.38-r0) 01:50:08 (3/12) Installing libc-dev (0.7.2-r3) 01:50:08 (4/12) Installing g++ (9.3.0-r2) 01:50:09 ---> Running in 4002e7c100b9 01:50:10 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 01:50:10 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 01:50:10 ---> b574158c87ce 01:50:10 Step 3/29 : WORKDIR /edgex-go 01:50:10 ---> Using cache 01:50:10 ---> 72411c8e9495 01:50:10 Step 4/29 : RUN apk update && apk add make git 01:50:11 (5/12) Installing fortify-headers (1.1-r0) 01:50:11 (6/12) Installing patch (2.7.6-r6) 01:50:11 (7/12) Installing build-base (0.5-r2) 01:50:11 (8/12) Installing libsodium (1.0.18-r0) 01:50:11 (9/12) Installing pkgconf (1.7.2-r0) 01:50:11 (10/12) Installing libsodium-dev (1.0.18-r0) 01:50:11 (11/12) Installing libzmq (4.3.2-r0) 01:50:11 (12/12) Installing zeromq-dev (4.3.2-r0) 01:50:11 ---> Running in 1cff2827b1d0 01:50:11 ---> Running in 076f204eec25 01:50:11 Executing busybox-1.31.1-r16.trigger 01:50:11 OK: 217 MiB in 51 packages 01:50:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:50:13 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:50:13 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:50:13 OK: 12749 distinct packages available 01:50:13 OK: 233 MiB in 51 packages 01:50:15 Removing intermediate container 4002e7c100b9 01:50:15 ---> b24840db4a94 01:50:15 Step 8/21 : COPY . . 01:50:16 Removing intermediate container ce362ad61433 01:50:16 ---> 71cc290b3e8f 01:50:16 Step 4/7 : WORKDIR /edgex-go 01:50:16 ---> Running in e93732a76ed2 01:50:16 Removing intermediate container e93732a76ed2 01:50:16 ---> 999e00e95882 01:50:16 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 01:50:17 latest: Pulling from library/docker 01:50:17 b538f80385f9: Already exists 01:50:17 259a493cd78d: Pulling fs layer 01:50:17 b8e66b5100f5: Pulling fs layer 01:50:17 39dc9c94d07c: Pulling fs layer 01:50:17 551b823b3b82: Pulling fs layer 01:50:17 3c52a74df98c: Pulling fs layer 01:50:17 6c9b121b6998: Pulling fs layer 01:50:17 551b823b3b82: Waiting 01:50:17 3c52a74df98c: Waiting 01:50:17 6c9b121b6998: Waiting 01:50:17 Removing intermediate container 1cff2827b1d0 01:50:17 ---> af74b10e903f 01:50:17 Step 8/23 : COPY . . 01:50:18 b8e66b5100f5: Download complete 01:50:18 551b823b3b82: Verifying Checksum 01:50:18 551b823b3b82: Download complete 01:50:18 Removing intermediate container 57066fd0be1f 01:50:18 ---> 40ce8a887b88 01:50:18 Step 8/26 : COPY . . 01:50:18 3c52a74df98c: Verifying Checksum 01:50:18 259a493cd78d: Verifying Checksum 01:50:18 259a493cd78d: Download complete 01:50:19 259a493cd78d: Pull complete 01:50:19 b8e66b5100f5: Pull complete 01:50:20 6c9b121b6998: Verifying Checksum 01:50:20 6c9b121b6998: Download complete 01:50:25 39dc9c94d07c: Download complete 01:50:26 Removing intermediate container 076f204eec25 01:50:26 ---> b1fe6c408251 01:50:26 Step 5/29 : COPY go.mod . 01:50:26 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 01:50:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:50:26 ---> b574158c87ce 01:50:26 Step 3/21 : WORKDIR /edgex-go 01:50:26 ---> Using cache 01:50:26 ---> 72411c8e9495 01:50:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:50:26 ---> Using cache 01:50:26 ---> 1239f394adf1 01:50:26 Step 5/21 : RUN apk update && apk add make git 01:50:26 ---> Using cache 01:50:26 ---> 42bd14645e5f 01:50:26 Step 6/21 : COPY go.mod . 01:50:26 ---> Using cache 01:50:26 ---> 706af4daf799 01:50:26 Step 7/21 : RUN go mod download 01:50:26 ---> Using cache 01:50:26 ---> b24840db4a94 01:50:26 Step 8/21 : COPY . . 01:50:28 39dc9c94d07c: Pull complete 01:50:28 551b823b3b82: Pull complete 01:50:28 3c52a74df98c: Pull complete 01:50:29 6c9b121b6998: Pull complete 01:50:29 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 01:50:29 Status: Downloaded newer image for docker:latest 01:50:31 ---> 178a4fff3580 01:50:31 Step 6/29 : RUN go mod download 01:50:32 ---> 0f92bf7a5144 01:50:32 Step 6/7 : COPY go.mod . 01:50:33 ---> 1becbe2e1bb7 01:50:33 Step 7/7 : RUN go mod download 01:50:33 ---> Running in f58edc8649af 01:50:36 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:50:36 go: finding github.com/BurntSushi/toml v0.3.1 01:50:36 go: finding github.com/OneOfOne/xxhash v1.2.5 01:50:36 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 01:50:36 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:50:36 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 01:50:36 go: finding github.com/bgentry/speakeasy v0.1.0 01:50:36 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 01:50:36 go: finding github.com/cloudflare/gokey v0.1.0 01:50:36 go: finding github.com/davecgh/go-spew v1.1.1 01:50:36 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:50:36 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 01:50:36 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 01:50:36 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 01:50:36 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 01:50:36 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 01:50:36 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 01:50:36 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 01:50:36 go: finding github.com/fatih/color v1.7.0 01:50:36 go: finding github.com/fsnotify/fsnotify v1.4.7 01:50:36 go: finding github.com/fxamacker/cbor/v2 v2.2.0 01:50:36 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 01:50:36 go: finding github.com/go-kit/kit v0.8.0 01:50:36 go: finding github.com/go-logfmt/logfmt v0.4.0 01:50:36 go: finding github.com/go-redis/redis/v7 v7.2.0 01:50:36 go: finding github.com/go-stack/stack v1.8.0 01:50:37 go: finding github.com/golang/protobuf v1.3.2 01:50:37 go: finding github.com/gomodule/redigo v2.0.0+incompatible 01:50:37 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 01:50:37 go: finding github.com/google/uuid v1.1.0 01:50:37 go: finding github.com/gorilla/mux v1.7.1 01:50:37 go: finding github.com/hashicorp/consul/api v1.1.0 01:50:37 go: finding github.com/hashicorp/consul/sdk v0.1.1 01:50:37 go: finding github.com/hashicorp/errwrap v1.0.0 01:50:37 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 01:50:37 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 01:50:37 go: finding github.com/hashicorp/go-msgpack v0.5.3 01:50:37 go: finding github.com/hashicorp/go-multierror v1.0.0 01:50:37 go: finding github.com/hashicorp/go-rootcerts v1.0.0 01:50:37 go: finding github.com/hashicorp/go-sockaddr v1.0.0 01:50:37 go: finding github.com/hashicorp/go-syslog v1.0.0 01:50:37 go: finding github.com/hashicorp/go-uuid v1.0.1 01:50:37 go: finding github.com/hashicorp/go.net v0.0.1 01:50:37 go: finding github.com/hashicorp/golang-lru v0.5.0 01:50:37 go: finding github.com/hashicorp/logutils v1.0.0 01:50:37 go: finding github.com/hashicorp/mdns v1.0.0 01:50:37 go: finding github.com/hashicorp/memberlist v0.1.3 01:50:37 go: finding github.com/hashicorp/serf v0.8.2 01:50:37 go: finding github.com/hpcloud/tail v1.0.0 01:50:37 go: finding github.com/imdario/mergo v0.3.6 01:50:37 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 01:50:37 go: finding github.com/kr/pretty v0.1.0 01:50:37 go: finding github.com/kr/pty v1.1.1 01:50:37 go: finding github.com/kr/text v0.1.0 01:50:37 go: finding github.com/mattn/go-colorable v0.0.9 01:50:37 go: finding github.com/mattn/go-isatty v0.0.3 01:50:37 go: finding github.com/miekg/dns v1.0.14 01:50:37 go: finding github.com/mitchellh/cli v1.0.0 01:50:37 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:50:37 go: finding github.com/mitchellh/copystructure v1.0.0 01:50:37 go: finding github.com/mitchellh/go-homedir v1.0.0 01:50:37 go: finding github.com/mitchellh/go-testing-interface v1.0.0 01:50:37 go: finding github.com/mitchellh/gox v0.4.0 01:50:37 go: finding github.com/mitchellh/iochan v1.0.0 01:50:37 go: finding github.com/mitchellh/mapstructure v1.1.2 01:50:37 go: finding github.com/mitchellh/reflectwalk v1.0.0 01:50:37 go: finding github.com/onsi/ginkgo v1.10.1 01:50:37 go: finding github.com/onsi/gomega v1.7.0 01:50:37 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 01:50:37 go: finding github.com/pebbe/zmq4 v1.0.0 01:50:38 go: finding github.com/pelletier/go-toml v1.2.0 01:50:38 go: finding github.com/pkg/errors v0.8.1 01:50:38 go: finding github.com/pmezard/go-difflib v1.0.0 01:50:38 go: finding github.com/posener/complete v1.1.1 01:50:38 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:50:38 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 01:50:38 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 01:50:38 go: finding github.com/stretchr/objx v0.1.0 01:50:38 go: finding github.com/stretchr/testify v1.5.1 01:50:38 go: finding github.com/ugorji/go v1.1.4 01:50:38 go: finding github.com/x448/float16 v0.8.4 01:50:38 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 01:50:38 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:50:38 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 01:50:38 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 01:50:38 go: finding golang.org/x/text v0.3.2 01:50:38 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 01:50:38 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 01:50:38 go: finding gopkg.in/eapache/queue.v1 v1.1.0 01:50:38 go: finding gopkg.in/fsnotify.v1 v1.4.7 01:50:38 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 01:50:38 go: finding gopkg.in/yaml.v2 v2.2.8 01:50:38 ---> Running in 5ab4056d066f 01:50:53 ---> 681b496f41bb 01:50:53 Step 9/21 : RUN make cmd/core-command/core-command 01:50:53 ---> e514717d84b2 01:50:53 Step 9/23 : RUN make cmd/support-notifications/support-notifications 01:50:53 ---> Running in 21d165393d0e 01:50:54 ---> db7808ac5855 01:50:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:50:54 ---> Running in 42f3ab37c9be 01:50:54 Removing intermediate container 5ab4056d066f 01:50:54 ---> 155f72bb0e4e 01:50:54 Step 7/29 : COPY . . 01:50:55 ---> Running in b1b6cbfdd492 01:50:55 ---> ed8bdbbab8e1 01:50:55 Step 9/21 : RUN make cmd/core-metadata/core-metadata 01:50:55 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 01:50:56 ---> Running in 8065c2895740 01:50:56 Removing intermediate container f58edc8649af 01:50:56 ---> f06c15f145d2 01:50:56 Successfully built f06c15f145d2 01:50:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:50:57 + docker inspect -f . ci-base-image-arm64 01:50:57 . [Pipeline] withDockerContainer 01:50:57 prd-ubuntu18.04-docker-arm64-4c-16g-3333 does not seem to be running inside a container 01:50:57 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:50:58 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 01:50:59 $ docker top 78dbe3f021c3e3da2b7a32e17a8f965365e1775bbae3c214b5918d528765a58d -eo pid,comm 01:50:59 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 [Pipeline] { [Pipeline] sh 01:50:59 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 01:51:00 + go version 01:51:00 go version go1.13.13 linux/arm64 [Pipeline] echo 01:51:00 ========================================================= 01:51:00 [edgeXBuildGoParallel] Running Tests and Build... 01:51:00 ========================================================= [Pipeline] sh 01:51:00 + make test 01:51:00 GO111MODULE=on go test -coverprofile=coverage.out ./... 01:51:02 ? github.com/edgexfoundry/edgex-go [no test files] 01:51:18 ---> 2f27611bdc66 01:51:18 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 01:51:18 ---> Running in db9ab03685c6 01:51:18 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 01:51:30 Removing intermediate container b1b6cbfdd492 01:51:30 ---> ca9b7fe29cdd 01:51:30 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:51:30 ---> Running in 37a647c51d5a 01:51:33 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 01:51:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:51:37 Removing intermediate container 21d165393d0e 01:51:37 ---> 6055d557a5d4 01:51:37 01:51:37 Step 10/21 : FROM scratch 01:51:37 ---> 01:51:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:51:37 ---> Using cache 01:51:37 ---> 7f0b52912327 01:51:37 Step 12/21 : ENV APP_PORT=48082 01:51:37 ---> Running in 0731e871fcfa 01:51:39 Removing intermediate container 37a647c51d5a 01:51:39 ---> 979ae150e84b 01:51:39 01:51:39 Step 11/26 : FROM docker:latest 01:51:39 ---> 81f5749c9058 01:51:39 Step 12/26 : RUN apk add --no-cache bash 01:51:39 Removing intermediate container 0731e871fcfa 01:51:39 ---> 76b80f19c313 01:51:39 Step 13/21 : EXPOSE $APP_PORT 01:51:39 ---> Running in 8251f9643d4d 01:51:39 ---> Running in b306ec8c8689 01:51:39 Removing intermediate container 42f3ab37c9be 01:51:39 ---> 3041b8343e64 01:51:39 01:51:39 Step 10/23 : FROM scratch 01:51:39 ---> 01:51:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 01:51:39 ---> Using cache 01:51:39 ---> 2261983e8e98 01:51:39 Step 12/23 : ENV APP_PORT=48060 01:51:40 ---> Running in dd0bcd4e683a 01:51:40 Removing intermediate container b306ec8c8689 01:51:40 ---> 09bb27e0b240 01:51:40 Step 14/21 : WORKDIR / 01:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:51:41 (1/2) Installing readline (8.0.4-r0) 01:51:41 (2/2) Installing bash (5.0.17-r0) 01:51:41 Executing bash-5.0.17-r0.post-install 01:51:41 Executing busybox-1.31.1-r16.trigger 01:51:41 OK: 12 MiB in 22 packages 01:51:43 ---> Running in 3b5279d79a30 01:51:43 Removing intermediate container dd0bcd4e683a 01:51:43 ---> 0bf230e654fa 01:51:43 Step 13/23 : EXPOSE $APP_PORT 01:51:43 Removing intermediate container 8065c2895740 01:51:43 ---> f077abd3464b 01:51:43 01:51:43 Step 10/21 : FROM scratch 01:51:43 ---> 01:51:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:51:43 ---> Running in 226a98e00c25 01:51:43 ---> Using cache 01:51:43 ---> 7f0b52912327 01:51:43 Step 12/21 : ENV APP_PORT=48081 01:51:43 ---> Running in 149b8e2ec763 01:51:43 Removing intermediate container 3b5279d79a30 01:51:43 ---> aa58ecb8464b 01:51:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 01:51:43 Removing intermediate container 226a98e00c25 01:51:43 ---> b8c00c857e13 01:51:43 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 01:51:44 Removing intermediate container 149b8e2ec763 01:51:44 ---> 524dbc1c05ac 01:51:44 Step 13/21 : EXPOSE $APP_PORT 01:51:44 Removing intermediate container 8251f9643d4d 01:51:44 ---> 981d1679d0eb 01:51:44 Step 13/26 : RUN rm -rf /var/cache/apk/* 01:51:46 ---> Running in cca022f821fd 01:51:46 ---> f9ad5cefd6f6 01:51:46 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 01:51:46 ---> 5b8526537f6b 01:51:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:51:46 ---> Running in a69bd9b1fae1 01:51:46 Removing intermediate container db9ab03685c6 01:51:46 ---> 030e5ee7f926 01:51:46 01:51:46 Step 9/29 : FROM alpine:latest 01:51:46 ---> a24bb4013296 01:51:46 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 01:51:46 Removing intermediate container cca022f821fd 01:51:46 ---> 665ea492b26f 01:51:46 Step 14/21 : WORKDIR / 01:51:46 ---> Running in ec96a85c616f 01:51:47 ---> Running in 6790012add7f 01:51:47 ---> e4b577d2d78c 01:51:47 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:51:47 ---> 92c62379a311 01:51:47 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 01:51:47 Removing intermediate container ec96a85c616f 01:51:47 ---> b89bbff2cfdb 01:51:47 Step 11/29 : USER root 01:51:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:51:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:51:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:51:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:51:47 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s 01:51:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 01:51:47 ---> Running in 4aee68b86353 01:51:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:51:47 Removing intermediate container 6790012add7f 01:51:47 ---> 6ff5d4546fa3 01:51:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 01:51:47 ---> da9b1f35b26f 01:51:47 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:51:48 ---> 985df052e660 01:51:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 01:51:48 Removing intermediate container 4aee68b86353 01:51:48 ---> 03a4026e682e 01:51:48 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 01:51:48 ---> Running in 41819083ed75 01:51:48 ---> 1bd0ba20f722 01:51:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:51:48 Removing intermediate container a69bd9b1fae1 01:51:48 ---> a3cbf3d71a91 01:51:48 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:51:48 ---> Running in 8b4a3503bd74 01:51:48 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 01:51:49 ---> Running in aed3054c3fed 01:51:49 ---> 7c9e864c18a8 01:51:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:51:49 Removing intermediate container 41819083ed75 01:51:49 ---> 87c9da0ad58d 01:51:49 Step 19/21 : LABEL arch=x86_64 01:51:49 ---> Running in b476d4f12e03 01:51:49 ---> 5b3563399435 01:51:49 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:51:49 Removing intermediate container aed3054c3fed 01:51:49 ---> 38a41f18dd11 01:51:49 Step 15/26 : ENV APP_PORT=48090 01:51:49 ---> Running in 907b14ebd839 01:51:49 Removing intermediate container b476d4f12e03 01:51:49 ---> 924a55a6df77 01:51:49 Step 20/21 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 01:51:49 ---> bc4f688c5b63 01:51:49 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:51:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:51:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:51:50 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 01:51:50 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 01:51:50 OK: 12749 distinct packages available 01:51:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:51:50 (1/2) Installing ca-certificates (20191127-r4) 01:51:50 (2/2) Installing dumb-init (1.2.2-r1) 01:51:50 Executing busybox-1.31.1-r16.trigger 01:51:50 Executing ca-certificates-20191127-r4.trigger 01:51:50 OK: 6 MiB in 16 packages 01:51:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:51:51 ---> Running in 98bb6ac19e99 01:51:51 Removing intermediate container 907b14ebd839 01:51:51 ---> 045f11cd962c 01:51:51 Step 16/26 : EXPOSE $APP_PORT 01:51:51 ---> 896f9c783006 01:51:51 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:51:51 ---> 6226e3fddadd 01:51:51 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:51:51 ---> Running in 7a693278457b 01:51:51 ---> Running in f8836d374445 01:51:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:51:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:51:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:51:51 ---> Running in 6939847dc825 01:51:51 Removing intermediate container 98bb6ac19e99 01:51:51 ---> af2c95f96273 01:51:51 Step 21/21 : LABEL version=0.0.0 01:51:52 Removing intermediate container 7a693278457b 01:51:52 ---> 39a743139cb7 01:51:52 Step 19/21 : LABEL arch=x86_64 01:51:52 ---> Running in 42dd12c0f3ea 01:51:52 Removing intermediate container f8836d374445 01:51:52 ---> ea6ef9c9a4b6 01:51:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:51:52 Removing intermediate container 8b4a3503bd74 01:51:52 ---> 3322e6c687b4 01:51:52 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 01:51:52 Removing intermediate container 6939847dc825 01:51:52 ---> e49aaed604a2 01:51:52 Step 21/23 : LABEL arch=x86_64 01:51:52 ---> Running in 5ca67eab05cc 01:51:52 ---> Running in de55a4848f56 01:51:52 ---> Running in 8a85a4170a08 01:51:52 Removing intermediate container 42dd12c0f3ea 01:51:52 ---> 2c3d933ca814 01:51:52 01:51:52 Successfully built 2c3d933ca814 01:51:52 ---> 821184406a8d 01:51:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:51:52 Successfully tagged docker-core-command-go:latest 01:51:52  Building docker-core-command-go ... done Removing intermediate container 5ca67eab05cc 01:51:52 ---> 8279c162e147 01:51:52 Step 20/21 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 01:51:53 Removing intermediate container 8a85a4170a08 01:51:53 ---> dad9b5d6faa9 01:51:53 Step 14/29 : WORKDIR $BASE_DIR 01:51:53 Removing intermediate container de55a4848f56 01:51:53 ---> 0ae552c17df9 01:51:53 Step 22/23 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 01:51:53 ---> Running in 39bbef0b6422 01:51:53 ---> Running in 16c184651440 01:51:53 ---> Running in d28035deef28 01:51:53 ---> 886884c4e5ac 01:51:53 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:51:53 Removing intermediate container 39bbef0b6422 01:51:53 ---> e4df081231cf 01:51:53 Step 21/21 : LABEL version=0.0.0 01:51:53 Removing intermediate container 16c184651440 01:51:53 ---> 172d28cb3429 01:51:53 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 01:51:53 Removing intermediate container d28035deef28 01:51:53 ---> 322f3749e7c1 01:51:53 Step 23/23 : LABEL version=0.0.0 01:51:53 ---> Running in 55b6fc5bc55f 01:51:54 ---> Running in 9f1495d4fd14 01:51:54 ---> Running in 0664b49c4125 01:51:54 ---> bf06ed32bb0b 01:51:54 Step 20/26 : RUN apk --no-cache add py-pip 01:51:54 ---> Running in 6ebea29bf04f 01:51:54 Removing intermediate container 55b6fc5bc55f 01:51:54 ---> 5b85a856a818 01:51:54 01:51:54 Removing intermediate container 0664b49c4125 01:51:54 ---> 69761c8a9542 01:51:54 01:51:54 Successfully built 5b85a856a818 01:51:54 Successfully tagged docker-core-metadata-go:latest 01:51:54  Building docker-core-metadata-go ... done Successfully built 69761c8a9542 01:51:54 Successfully tagged docker-support-notifications-go:latest 01:51:54  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:51:55 Removing intermediate container 9f1495d4fd14 01:51:55 ---> b3ae0dd2e50e 01:51:55 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 01:51:55 (1/33) Installing libbz2 (1.0.8-r1) 01:51:55 (2/33) Installing expat (2.2.9-r1) 01:51:55 (3/33) Installing libffi (3.3-r2) 01:51:55 (4/33) Installing gdbm (1.13-r1) 01:51:55 (5/33) Installing xz-libs (5.2.5-r0) 01:51:55 (6/33) Installing sqlite-libs (3.32.1-r0) 01:51:55 (7/33) Installing python3 (3.8.5-r0) 01:51:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.059s coverage: 46.6% of statements 01:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:52:00 ---> 49f9af798a15 01:52:00 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 01:52:00 (8/33) Installing py3-appdirs (1.4.4-r1) 01:52:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:52:00 (10/33) Installing py3-parsing (2.4.7-r0) 01:52:00 (11/33) Installing py3-six (1.15.0-r0) 01:52:00 (12/33) Installing py3-packaging (20.4-r0) 01:52:00 (13/33) Installing py3-setuptools (47.0.0-r0) 01:52:00 (14/33) Installing py3-chardet (3.0.4-r4) 01:52:00 (15/33) Installing py3-idna (2.9-r0) 01:52:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:52:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:52:00 (18/33) Installing py3-requests (2.23.0-r0) 01:52:00 (19/33) Installing py3-msgpack (1.0.0-r0) 01:52:00 (20/33) Installing py3-lockfile (0.12.2-r3) 01:52:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:52:00 (22/33) Installing py3-colorama (0.4.3-r0) 01:52:00 (23/33) Installing py3-distlib (0.3.0-r0) 01:52:01 (24/33) Installing py3-distro (1.5.0-r1) 01:52:01 (25/33) Installing py3-webencodings (0.5.1-r3) 01:52:01 (26/33) Installing py3-html5lib (1.0.1-r4) 01:52:01 ---> 1d59a37f97c9 01:52:01 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 01:52:01 (27/33) Installing py3-pytoml (0.1.21-r0) 01:52:01 (28/33) Installing py3-pep517 (0.8.2-r0) 01:52:01 (29/33) Installing py3-progress (1.5-r0) 01:52:01 (30/33) Installing py3-toml (0.10.1-r0) 01:52:01 (31/33) Installing py3-retrying (1.3.3-r0) 01:52:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:52:01 (33/33) Installing py3-pip (20.1.1-r0) 01:52:01 Executing busybox-1.31.1-r16.trigger 01:52:01 OK: 71 MiB in 55 packages 01:52:02 ---> 133cb2a44b62 01:52:02 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 01:52:02 ---> 148835e14359 01:52:02 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 01:52:05 ---> 543a81f557bf 01:52:05 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 01:52:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.239s coverage: 27.3% of statements 01:52:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:52:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:52:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:52:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:52:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:52:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:52:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.028s coverage: 100.0% of statements 01:52:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:52:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 01:52:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:52:07 ---> Running in 88d5ce6482f2 01:52:08 Removing intermediate container 6ebea29bf04f 01:52:08 ---> e10f16a654be 01:52:08 Step 21/26 : RUN pip install docker-compose==1.23.2 01:52:08 ---> Running in 3d9f4d6036a1 01:52:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.296s coverage: 28.6% of statements 01:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:52:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.043s coverage: 100.0% of statements 01:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:52:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.020s coverage: 100.0% of statements 01:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:52:09 Removing intermediate container 88d5ce6482f2 01:52:09 ---> 48fc216e7120 01:52:09 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 01:52:09 ---> d3f4eb4db286 01:52:09 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:52:09 ---> Running in 6df662b68c0c 01:52:09 Collecting docker-compose==1.23.2 01:52:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:52:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:52:09 Collecting cached-property<2,>=1.2.0 01:52:09 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 01:52:09 Collecting websocket-client<1.0,>=0.32.0 01:52:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:52:10 Collecting docker<4.0,>=3.6.0 01:52:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:52:10 Removing intermediate container 6df662b68c0c 01:52:10 ---> 15a2f3c966d1 01:52:10 Step 24/29 : RUN chmod 755 security-secrets-setup 01:52:10 ---> Running in 9bc4c539c864 01:52:10 Collecting PyYAML<4,>=3.10 01:52:10 Downloading PyYAML-3.13.tar.gz (270 kB) 01:52:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.135s coverage: 89.8% of statements 01:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:52:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.094s coverage: 97.5% of statements 01:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:52:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:52:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:52:12 Collecting dockerpty<0.5,>=0.4.1 01:52:12 Removing intermediate container 9bc4c539c864 01:52:12 ---> 4ef265e9a022 01:52:12 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 01:52:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:52:12 ---> Running in d10deaab19fe 01:52:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 100.0% of statements 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:52:12 Removing intermediate container d10deaab19fe 01:52:12 ---> b67781ee9942 01:52:12 Step 26/29 : CMD [ "generate" ] 01:52:12 ---> Running in 40d4a16785f9 01:52:12 Removing intermediate container 40d4a16785f9 01:52:12 ---> 5993dec590f8 01:52:12 Step 27/29 : LABEL arch=x86_64 01:52:12 Collecting texttable<0.10,>=0.9.0 01:52:12 Downloading texttable-0.9.1.tar.gz (11 kB) 01:52:12 ---> Running in 60541761fe15 01:52:12 Removing intermediate container 60541761fe15 01:52:12 ---> 86642237148d 01:52:12 Step 28/29 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 01:52:12 ---> Running in b485a381719b 01:52:13 Removing intermediate container b485a381719b 01:52:13 ---> 0162302bb44a 01:52:13 Step 29/29 : LABEL version=0.0.0 01:52:13 Collecting jsonschema<3,>=2.5.1 01:52:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:52:13 Collecting docopt<0.7,>=0.6.1 01:52:13 ---> Running in fdf7ae1d32a7 01:52:13 Downloading docopt-0.6.2.tar.gz (25 kB) 01:52:13 Removing intermediate container fdf7ae1d32a7 01:52:13 ---> e7ec0193645a 01:52:13 01:52:13 Successfully built e7ec0193645a 01:52:13 Successfully tagged docker-security-secrets-setup-go:latest 01:52:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 01:52:14  Building docker-security-secrets-setup-go ... done Collecting docker-pycreds>=0.4.0 01:52:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:52:14 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) 01:52:14 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) 01:52:14 Collecting idna<2.8,>=2.5 01:52:14 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:52:14 Collecting urllib3<1.25,>=1.21.1 01:52:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:52:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:52:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:52:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:52:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:52:14 Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, dockerpty, texttable, jsonschema, docopt, docker-compose 01:52:14 Attempting uninstall: idna 01:52:14 Found existing installation: idna 2.9 01:52:14 Uninstalling idna-2.9: 01:52:14 Successfully uninstalled idna-2.9 01:52:14 Attempting uninstall: urllib3 01:52:14 Found existing installation: urllib3 1.25.9 01:52:14 Uninstalling urllib3-1.25.9: 01:52:15 Successfully uninstalled urllib3-1.25.9 01:52:15 Attempting uninstall: requests 01:52:15 Found existing installation: requests 2.23.0 01:52:15 Uninstalling requests-2.23.0: 01:52:15 Successfully uninstalled requests-2.23.0 01:52:15 Running setup.py install for PyYAML: started 01:52:16 Running setup.py install for PyYAML: finished with status 'done' 01:52:16 Running setup.py install for dockerpty: started 01:52:16 Running setup.py install for dockerpty: finished with status 'done' 01:52:16 Running setup.py install for texttable: started 01:52:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 63.5% of statements 01:52:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:52:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:52:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements 01:52:17 Running setup.py install for texttable: finished with status 'done' 01:52:17 Running setup.py install for docopt: started 01:52:17 Running setup.py install for docopt: finished with status 'done' 01:52:17 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 01:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.320s coverage: 55.9% of statements 01:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 01:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 01:52:21 Removing intermediate container 3d9f4d6036a1 01:52:21 ---> 40fe899a8cb8 01:52:21 Step 22/26 : RUN apk --no-cache add curl 01:52:21 ---> Running in 0b32c295424d 01:52:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:52:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:52:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:52:21 (2/3) Installing libcurl (7.69.1-r0) 01:52:21 (3/3) Installing curl (7.69.1-r0) 01:52:21 Executing busybox-1.31.1-r16.trigger 01:52:21 OK: 72 MiB in 58 packages 01:52:22 Removing intermediate container 0b32c295424d 01:52:22 ---> b4a0f362a181 01:52:22 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:52:22 ---> Running in 5280a7de1da4 01:52:22 Removing intermediate container 5280a7de1da4 01:52:22 ---> a29bc36cce94 01:52:22 Step 24/26 : LABEL arch=x86_64 01:52:22 ---> Running in 99d550f3d08c 01:52:22 Removing intermediate container 99d550f3d08c 01:52:22 ---> f7aa54742505 01:52:22 Step 25/26 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 01:52:22 ---> Running in 9548c89433c8 01:52:22 Removing intermediate container 9548c89433c8 01:52:22 ---> 335c71f9623f 01:52:22 Step 26/26 : LABEL version=0.0.0 01:52:22 ---> Running in 1803aa8c841d 01:52:23 Removing intermediate container 1803aa8c841d 01:52:23 ---> ca40e22b1a56 01:52:23 01:52:23 Successfully built ca40e22b1a56 01:52:23 Successfully tagged docker-sys-mgmt-agent-go:latest 01:52:24  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 01:52:24 $ docker stop --time=1 81c6ddd5fb1cea8c0103fde66d9ca8fb95320d010b116a4989a938d82125fdfd 01:52:25 $ docker rm -f 81c6ddd5fb1cea8c0103fde66d9ca8fb95320d010b116a4989a938d82125fdfd [Pipeline] // withDockerContainer [Pipeline] sh 01:52:26 + docker images 01:52:26 + grep docker 01:52:26 docker-sys-mgmt-agent-go latest ca40e22b1a56 4 seconds ago 284MB 01:52:26 docker-security-secrets-setup-go latest e7ec0193645a 13 seconds ago 25.1MB 01:52:26 docker-core-metadata-go latest 5b85a856a818 32 seconds ago 14.4MB 01:52:26 docker-support-notifications-go latest 69761c8a9542 32 seconds ago 14.4MB 01:52:26 docker-core-command-go latest 2c3d933ca814 34 seconds ago 13MB 01:52:26 docker-security-secretstore-setup-go latest 1b0a842d3112 2 minutes ago 33.9MB 01:52:26 docker-core-data-go latest ec986887aa15 2 minutes ago 23.8MB 01:52:26 docker-support-scheduler-go latest aa8749ef2636 2 minutes ago 13.1MB 01:52:26 docker-support-logging-go latest 88a4327c6d36 2 minutes ago 11.8MB 01:52:26 docker-security-proxy-setup-go latest 8996c7b6aae9 2 minutes ago 16.4MB 01:52:26 docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 30.717s coverage: 86.3% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.017s coverage: 72.2% of statements 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.401s coverage: 72.1% of statements 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.034s coverage: 28.8% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.047s coverage: 96.8% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 26.9% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.271s coverage: 84.1% of statements 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.025s coverage: 100.0% of statements 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.040s coverage: 42.9% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.044s coverage: 83.8% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 46.1% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.202s coverage: 29.1% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.121s coverage: 99.0% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.021s coverage: 100.0% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:52:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 01:52:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements 01:52:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements 01:52:53 GO111MODULE=on go vet ./... 01:53:12 gofmt -l . 01:53:12 [ "`gofmt -l .`" = "" ] 01:53:13 ./bin/test-go-mod-tidy.sh 01:53:14 ./bin/test-attribution-txt.sh [Pipeline] sh 01:53:18 + ls -al . 01:53:18 total 588 01:53:18 drwxrwxr-x 10 1001 1001 4096 Aug 11 01:53 . 01:53:18 drwxr-xr-x 4 root root 4096 Aug 11 01:50 .. 01:53:18 -rw-rw-r-- 1 1001 1001 11 Aug 11 01:49 .dockerignore 01:53:18 drwxrwxr-x 8 1001 1001 4096 Aug 11 01:49 .git 01:53:18 drwxrwxr-x 3 1001 1001 4096 Aug 11 01:49 .github 01:53:18 -rw-rw-r-- 1 1001 1001 932 Aug 11 01:49 .gitignore 01:53:18 drwxrwxr-x 3 1001 1001 4096 Aug 11 01:49 .semver 01:53:18 -rw-rw-r-- 1 1001 1001 166 Aug 11 01:49 .sonarcloud.properties 01:53:18 -rw-rw-r-- 1 1001 1001 3804 Aug 11 01:49 CONTRIBUTING.md 01:53:18 -rw-rw-r-- 1 1001 1001 1035 Aug 11 01:49 Dockerfile.build 01:53:18 -rw-rw-r-- 1 1001 1001 865 Aug 11 01:49 Jenkinsfile 01:53:18 -rw-rw-r-- 1 1001 1001 10775 Aug 11 01:49 LICENSE 01:53:18 -rw-rw-r-- 1 1001 1001 6237 Aug 11 01:49 Makefile 01:53:18 -rw-rw-r-- 1 1001 1001 5652 Aug 11 01:49 README.md 01:53:18 -rw-rw-r-- 1 1001 1001 7111 Aug 11 01:49 SECURITY.md 01:53:18 -rw-rw-r-- 1 1001 1001 5 Aug 11 01:44 VERSION 01:53:18 -rw-rw-r-- 1 1001 1001 4131 Aug 11 01:49 ZMQWindows.md 01:53:18 drwxrwxr-x 2 1001 1001 4096 Aug 11 01:49 bin 01:53:18 drwxrwxr-x 15 1001 1001 4096 Aug 11 01:49 cmd 01:53:18 -rw-r--r-- 1 root root 455803 Aug 11 01:52 coverage.out 01:53:18 -rw-r--r-- 1 root root 1019 Aug 11 01:53 go.mod 01:53:18 -rw-r--r-- 1 root root 18146 Aug 11 01:53 go.sum 01:53:18 drwxrwxr-x 8 1001 1001 4096 Aug 11 01:49 internal 01:53:18 drwxrwxr-x 4 1001 1001 4096 Aug 11 01:49 openapi 01:53:18 drwxrwxr-x 4 1001 1001 4096 Aug 11 01:49 snap 01:53:18 -rw-rw-r-- 1 1001 1001 168 Aug 11 01:49 version.go [Pipeline] sh 01:53:19 + '[' -e coverage.out ] 01:53:19 + chown 1001:1001 coverage.out [Pipeline] stash 01:53:19 Warning: overwriting stash ‘coverage-report’ 01:53:20 Stashed 1 file(s) [Pipeline] sh 01:53:21 + make build 01:53:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:53:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:53:49 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 01:53:55 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 01:53:59 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 01:54:06 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 01:54:07 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 01:54:11 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 01:54:16 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 01:54:21 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 01:54:25 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 01:54:30 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 01:54:34 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] } 01:54:38 $ docker stop --time=1 78dbe3f021c3e3da2b7a32e17a8f965365e1775bbae3c214b5918d528765a58d 01:54:40 $ docker rm -f 78dbe3f021c3e3da2b7a32e17a8f965365e1775bbae3c214b5918d528765a58d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:54:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:54:42 01:54:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:54:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:54:43 latest: Pulling from edgex-devops/edgex-compose-arm64 01:54:43 29e5d40040c1: Pulling fs layer 01:54:43 1ce36da41761: Pulling fs layer 01:54:43 25b303627fd3: Pulling fs layer 01:54:43 29e5d40040c1: Verifying Checksum 01:54:43 29e5d40040c1: Download complete 01:54:43 1ce36da41761: Verifying Checksum 01:54:43 1ce36da41761: Download complete 01:54:43 29e5d40040c1: Pull complete 01:54:44 1ce36da41761: Pull complete 01:54:45 25b303627fd3: Verifying Checksum 01:54:45 25b303627fd3: Download complete 01:54:55 25b303627fd3: Pull complete 01:54:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:54:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:54:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:54:55 prd-ubuntu18.04-docker-arm64-4c-16g-3333 does not seem to be running inside a container 01:54:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:54:59 $ docker top 26dc6e567eea3c6d1dd1081ffbf0dedf9e6c7fbaa6be9e9b41b0279a276c50a9 -eo pid,comm [Pipeline] { [Pipeline] sh 01:55:00 + docker-compose build --help 01:55:00 + grep parallel 01:55:04 --parallel Build images in parallel. [Pipeline] } 01:55:04 $ docker stop --time=1 26dc6e567eea3c6d1dd1081ffbf0dedf9e6c7fbaa6be9e9b41b0279a276c50a9 01:55:06 $ docker rm -f 26dc6e567eea3c6d1dd1081ffbf0dedf9e6c7fbaa6be9e9b41b0279a276c50a9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:55:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:55:07 . [Pipeline] withDockerContainer 01:55:07 prd-ubuntu18.04-docker-arm64-4c-16g-3333 does not seem to be running inside a container 01:55:07 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:55:08 $ docker top 9cc20b32f14275a009a2ce35f6e188dc6658ad8d16f16f3e4ceaefc4ed72224f -eo pid,comm [Pipeline] { [Pipeline] sh 01:55:09 + docker-compose -f ./docker-compose-build.yml build --parallel 01:55:13 Building docker-core-command-go ... 01:55:13 Building docker-core-data-go ... 01:55:13 Building docker-core-metadata-go ... 01:55:13 Building docker-security-proxy-setup-go ... 01:55:13 Building docker-security-secrets-setup-go ... 01:55:13 Building docker-security-secretstore-setup-go ... 01:55:13 Building docker-support-logging-go ... 01:55:13 Building docker-support-notifications-go ... 01:55:13 Building docker-support-scheduler-go ... 01:55:13 Building docker-sys-mgmt-agent-go ... 01:55:13 Building docker-security-proxy-setup-go 01:55:13 Building docker-security-secrets-setup-go 01:55:13 Building docker-support-notifications-go 01:55:13 Building docker-core-data-go 01:55:13 Building docker-security-secretstore-setup-go 01:57:05 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 01:57:05 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 01:57:05 ---> f06c15f145d2 01:57:05 Step 3/29 : WORKDIR /edgex-go 01:57:05 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 01:57:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:57:05 ---> f06c15f145d2 01:57:05 Step 3/23 : WORKDIR /edgex-go 01:57:05 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 01:57:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:57:05 ---> f06c15f145d2 01:57:05 Step 3/22 : WORKDIR /edgex-go 01:57:05 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 01:57:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:57:05 ---> f06c15f145d2 01:57:05 Step 3/26 : WORKDIR /edgex-go 01:57:05 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 01:57:05 Step 2/20 : FROM ${BUILDER_BASE} AS builder 01:57:05 ---> f06c15f145d2 01:57:05 Step 3/20 : WORKDIR /edgex-go 01:57:07 ---> Running in 0a6dc596fb58 01:57:07 ---> Running in 4fa29ebcf7fe 01:57:07 ---> Running in 6d3a07cb8cd9 01:57:07 ---> Running in aedb00ce31c2 01:57:07 ---> Running in f8e52d170936 01:57:07 Removing intermediate container aedb00ce31c2 01:57:07 ---> 542ecf8a2606 01:57:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:57:07 Removing intermediate container f8e52d170936 01:57:07 ---> ff30c8face55 01:57:07 Step 4/29 : RUN apk update && apk add make git 01:57:07 Removing intermediate container 6d3a07cb8cd9 01:57:07 ---> 24484f6057a5 01:57:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 0a6dc596fb58 01:57:07 01:57:07 ---> 1a32e252e0a1 01:57:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:57:07 Removing intermediate container 4fa29ebcf7fe 01:57:07 ---> a4a970502e3a 01:57:07 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:57:07 ---> Running in 26822b63a484 01:57:07 ---> Running in e30dd8ca3285 01:57:07 ---> Running in 95e29d390b6a 01:57:07 ---> Running in 61f1c1907d7d 01:57:07 ---> Running in bba418039130 01:57:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:57:11 Removing intermediate container 26822b63a484 01:57:11 ---> 7ab5ead9f357 01:57:11 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 01:57:11 ---> Running in a8980925fd66 01:57:12 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:57:12 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:57:12 OK: 12620 distinct packages available 01:57:12 Removing intermediate container 95e29d390b6a 01:57:12 ---> f025c6545f7f 01:57:12 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 01:57:12 ---> Running in 6f563e8b9521 01:57:12 Removing intermediate container 61f1c1907d7d 01:57:12 Removing intermediate container bba418039130 01:57:12 ---> 346b32c52373 01:57:12 ---> 6eb823a49ee9 01:57:12 Step 5/20 : RUN apk update && apk add make git 01:57:12 Step 5/26 : RUN apk update && apk add make git 01:57:12 OK: 217 MiB in 51 packages 01:57:13 ---> Running in a1af84277e32 01:57:13 ---> Running in 557c69b98d2d 01:57:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:57:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:57:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:57:15 Removing intermediate container e30dd8ca3285 01:57:15 ---> 43b594c7decb 01:57:15 Step 5/29 : COPY go.mod . 01:57:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:57:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:57:15 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:57:15 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:57:15 OK: 12620 distinct packages available 01:57:15 ---> 22c31a85799a 01:57:15 Step 6/29 : RUN go mod download 01:57:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:57:16 ---> Running in d17af4dada02 01:57:16 OK: 217 MiB in 51 packages 01:57:16 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:57:16 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:57:16 OK: 12620 distinct packages available 01:57:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:57:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:57:17 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:57:17 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:57:17 OK: 12620 distinct packages available 01:57:17 OK: 217 MiB in 51 packages 01:57:17 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 01:57:17 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 01:57:17 OK: 12620 distinct packages available 01:57:18 OK: 217 MiB in 51 packages 01:57:18 Removing intermediate container a8980925fd66 01:57:18 ---> 8fc04a54c0b9 01:57:18 Step 6/22 : COPY go.mod . 01:57:18 OK: 217 MiB in 51 packages 01:57:20 Removing intermediate container 6f563e8b9521 01:57:20 ---> c25b752af0e1 01:57:20 Step 6/23 : COPY go.mod . 01:57:20 ---> aa21aafd8354 01:57:20 Step 7/22 : RUN go mod download 01:57:20 Removing intermediate container 557c69b98d2d 01:57:20 ---> 97bf419a1c69 01:57:20 Step 6/26 : COPY go.mod . 01:57:20 ---> Running in f1380f2f5ab0 01:57:20 Removing intermediate container a1af84277e32 01:57:20 ---> 29fcf86be3a1 01:57:20 Step 6/20 : COPY go.mod . 01:57:20 Removing intermediate container d17af4dada02 01:57:20 ---> e30ba6a16f26 01:57:20 Step 7/29 : COPY . . 01:57:20 ---> a2e9ad9756ac 01:57:20 Step 7/23 : RUN go mod download 01:57:21 ---> Running in 60e3e850c00b 01:57:21 ---> caea81a9388b 01:57:21 Step 7/26 : RUN go mod download 01:57:21 ---> Running in 9de37377a79a 01:57:21 ---> 1416ce28a011 01:57:21 Step 7/20 : RUN go mod download 01:57:22 ---> Running in f531c755cb0b 01:57:25 Removing intermediate container f1380f2f5ab0 01:57:25 ---> 3e6cf653ac06 01:57:25 Step 8/22 : COPY . . 01:57:26 Removing intermediate container 60e3e850c00b 01:57:26 ---> 4239f08d2e9c 01:57:26 Step 8/23 : COPY . . 01:57:27 Removing intermediate container 9de37377a79a 01:57:27 ---> 14442012215f 01:57:27 Step 8/26 : COPY . . 01:57:28 Removing intermediate container f531c755cb0b 01:57:28 ---> 1e3cd2f3639a 01:57:28 Step 8/20 : COPY . . 01:58:00 ---> f94239770dac 01:58:00 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 01:58:00 ---> 9eebc6a912b3 01:58:00 Step 9/23 : RUN make cmd/support-notifications/support-notifications 01:58:00 ---> Running in 8ed87ba22454 01:58:00 ---> ba24bb7f49d7 01:58:00 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 01:58:00 ---> Running in 86623bc1fb2d 01:58:00 ---> ea8ccfa51dd1 01:58:00 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 01:58:00 ---> 939327566cc0 01:58:00 Step 9/22 : RUN make cmd/core-data/core-data 01:58:00 ---> Running in 7d2afa2c06bf 01:58:00 ---> Running in 3bbc1282c342 01:58:00 ---> Running in 8602e5e0bde9 01:58:00 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 01:58:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:58:00 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 01:58:00 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 01:58:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:59:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:59:22 Removing intermediate container 8ed87ba22454 01:59:22 ---> 982faca295fd 01:59:22 01:59:22 Step 9/29 : FROM alpine:latest 01:59:22 Removing intermediate container 7d2afa2c06bf 01:59:22 ---> 163bdcb00142 01:59:22 01:59:22 Step 10/20 : FROM alpine 01:59:22 latest: Pulling from library/alpine 01:59:22 latest: Pulling from library/alpine 01:59:22 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 01:59:22 Status: Downloaded newer image for alpine:latest 01:59:22 ---> 62ee0e9f8440 01:59:22 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 01:59:22 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 01:59:22 Status: Image is up to date for alpine:latest 01:59:22 ---> 62ee0e9f8440 01:59:22 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 01:59:22 ---> Running in 0e0a2e5cdf3f 01:59:22 ---> Running in 9d5ac9ffb835 01:59:22 Removing intermediate container 9d5ac9ffb835 01:59:22 ---> e7350c322135 01:59:22 Step 11/29 : USER root 01:59:22 ---> Running in 111a81906b58 01:59:23 Removing intermediate container 111a81906b58 01:59:23 ---> 0b0fad4c16e2 01:59:23 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 01:59:23 ---> Running in 6c5f8442af63 01:59:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:59:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:59:25 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 01:59:25 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 01:59:25 OK: 12620 distinct packages available 01:59:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:59:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:59:26 (1/4) Installing ca-certificates (20191127-r4) 01:59:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:59:27 (3/4) Installing libcurl (7.69.1-r0) 01:59:27 (4/4) Installing curl (7.69.1-r0) 01:59:27 Executing busybox-1.31.1-r16.trigger 01:59:27 Executing ca-certificates-20191127-r4.trigger 01:59:27 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 01:59:27 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 01:59:27 OK: 12620 distinct packages available 01:59:27 OK: 7 MiB in 18 packages 01:59:27 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 01:59:28 (1/2) Installing ca-certificates (20191127-r4) 01:59:28 (2/2) Installing dumb-init (1.2.2-r1) 01:59:28 Executing busybox-1.31.1-r16.trigger 01:59:28 Executing ca-certificates-20191127-r4.trigger 01:59:28 OK: 6 MiB in 16 packages 01:59:30 Removing intermediate container 0e0a2e5cdf3f 01:59:30 ---> e93b1941b5bf 01:59:30 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:59:30 ---> Running in 81fe1a4a65bd 01:59:31 Removing intermediate container 6c5f8442af63 01:59:31 ---> 2c77f9c4864c 01:59:31 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 01:59:31 Removing intermediate container 81fe1a4a65bd 01:59:31 ---> 28a7f6b5d863 01:59:31 Step 13/20 : WORKDIR /edgex 01:59:32 ---> Running in 1c27f39ae8d5 01:59:32 ---> Running in 8104a4589a1f 01:59:33 Removing intermediate container 1c27f39ae8d5 01:59:33 ---> da3572d46f4a 01:59:33 Step 14/29 : WORKDIR $BASE_DIR 01:59:33 Removing intermediate container 8104a4589a1f 01:59:33 ---> 1f217b6c1a3a 01:59:33 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:59:33 ---> Running in b2ef4b3cc371 01:59:34 Removing intermediate container b2ef4b3cc371 01:59:34 ---> b6e0e91f3eab 01:59:34 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 01:59:34 ---> Running in a8fa4ebaf146 01:59:34 ---> 49e834150e8c 01:59:34 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:59:36 ---> 682d1cf6ef33 01:59:36 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:59:37 ---> Running in b9c82c0ddd09 01:59:38 Removing intermediate container b9c82c0ddd09 01:59:38 ---> a4f7c5ab5c07 01:59:38 Step 17/20 : CMD ["--init=true"] 01:59:38 ---> Running in 4e548698d942 01:59:39 Removing intermediate container a8fa4ebaf146 01:59:39 ---> f70b6fd9e9a2 01:59:39 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 01:59:40 Removing intermediate container 4e548698d942 01:59:40 ---> 3f8b0e5c8713 01:59:40 Step 18/20 : LABEL arch=arm64 01:59:40 ---> Running in 17f9819b66db 01:59:41 Removing intermediate container 17f9819b66db 01:59:41 ---> 6a0e2899f1b6 01:59:41 Step 19/20 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 01:59:41 ---> 4daabebeb327 01:59:41 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 01:59:42 ---> Running in e644c397657c 01:59:42 Removing intermediate container 3bbc1282c342 01:59:42 ---> 1749928b3d14 01:59:42 01:59:42 Step 10/26 : FROM alpine:3.10 01:59:42 3.10: Pulling from library/alpine 01:59:42 Removing intermediate container e644c397657c 01:59:42 ---> 7c8b23cac0a4 01:59:42 Step 20/20 : LABEL version=0.0.0 01:59:43 ---> d06a493a12a4 01:59:43 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 01:59:43 ---> Running in 857031dddd49 01:59:44 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 01:59:44 Status: Downloaded newer image for alpine:3.10 01:59:44 ---> 536a684cf733 01:59:44 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 01:59:44 Removing intermediate container 857031dddd49 01:59:44 ---> cd3d06b6b3a4 01:59:44 01:59:45 ---> Running in b30bd5ced56a 01:59:45 ---> bb1196d9e71c 01:59:45 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 01:59:46 Successfully built cd3d06b6b3a4 01:59:46 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:59:46 Building docker-core-metadata-go 01:59:47  Building docker-security-proxy-setup-go ... done  ---> 7c32c868515e 01:59:47 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 01:59:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 01:59:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 01:59:48 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 01:59:48 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 01:59:48 OK: 10167 distinct packages available 01:59:49 (1/5) Installing ca-certificates (20191127-r2) 01:59:49 (2/5) Installing nghttp2-libs (1.39.2-r1) 01:59:49 (3/5) Installing libcurl (7.66.0-r0) 01:59:49 (4/5) Installing curl (7.66.0-r0) 01:59:49 (5/5) Installing dumb-init (1.2.2-r1) 01:59:49 Executing busybox-1.30.1-r3.trigger 01:59:49 Executing ca-certificates-20191127-r2.trigger 01:59:49 OK: 7 MiB in 19 packages 01:59:50 ---> b7e78ba89148 01:59:50 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 01:59:50 Removing intermediate container 86623bc1fb2d 01:59:50 ---> 8129dce5a778 01:59:50 01:59:50 Step 10/23 : FROM scratch 01:59:50 ---> 01:59:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 01:59:51 ---> Running in e65e3b5a269b 01:59:51 ---> Running in 4a638b021c53 01:59:52 Removing intermediate container e65e3b5a269b 01:59:53 ---> 1a3a901c04ab 01:59:53 Step 12/23 : ENV APP_PORT=48060 01:59:53 ---> Running in 512f939090fb 01:59:53 Removing intermediate container b30bd5ced56a 01:59:53 ---> ab4d71f43b4d 01:59:53 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:59:54 ---> Running in abb660382bbd 01:59:54 Removing intermediate container 512f939090fb 01:59:54 ---> bfdf171c66e1 01:59:54 Step 13/23 : EXPOSE $APP_PORT 01:59:54 ---> Running in c4185276fe37 01:59:54 Removing intermediate container abb660382bbd 01:59:54 ---> 6f93aad15fc5 01:59:54 Step 13/26 : WORKDIR / 01:59:55 ---> Running in 888562eca0fc 01:59:55 Removing intermediate container 4a638b021c53 01:59:55 ---> baed98762121 01:59:55 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 01:59:55 Removing intermediate container c4185276fe37 01:59:55 ---> b3f7429155b7 01:59:55 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 01:59:56 Removing intermediate container 888562eca0fc 01:59:56 ---> 63ac620882d9 01:59:56 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:59:56 ---> 6db43b99a3e5 01:59:56 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:59:57 ---> 764faceab4a3 01:59:57 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 01:59:57 ---> Running in f96f0875be23 01:59:57 ---> e60f67978a6a 01:59:57 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:59:59 ---> 4f9e4883a429 01:59:59 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 02:00:00 ---> c216d8885957 02:00:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:00:02 ---> f730ddd1b56d 02:00:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 02:00:02 ---> aa3b4cd490f7 02:00:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 02:00:02 Removing intermediate container f96f0875be23 02:00:02 ---> c8bc89216041 02:00:02 Step 24/29 : RUN chmod 755 security-secrets-setup 02:00:03 ---> 5daf886c6e3a 02:00:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:00:03 ---> Running in 5ed3c0eba820 02:00:04 ---> a642d048b8bf 02:00:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:00:05 Removing intermediate container 8602e5e0bde9 02:00:05 ---> d049320111b9 02:00:05 02:00:05 Step 10/22 : FROM alpine 02:00:05 ---> 62ee0e9f8440 02:00:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:00:05 ---> f83cf55a4089 02:00:05 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:00:05 ---> Running in 54fc84570516 02:00:06 ---> d1e2f7da4741 02:00:06 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:00:07 ---> c7ff1638cc68 02:00:07 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:00:07 Removing intermediate container 54fc84570516 02:00:07 ---> 2302676dae89 02:00:07 Step 12/22 : ENV APP_PORT=48080 02:00:07 ---> Running in 6f28097b7dd1 02:00:07 ---> Running in 4b32bdd379ab 02:00:08 ---> 8b7257306484 02:00:08 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 02:00:08 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 02:00:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:00:08 ---> f06c15f145d2 02:00:08 Step 3/21 : WORKDIR /edgex-go 02:00:08 ---> Using cache 02:00:08 ---> 1a32e252e0a1 02:00:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:00:08 ---> Using cache 02:00:08 ---> 346b32c52373 02:00:08 Step 5/21 : RUN apk update && apk add make git 02:00:08 ---> Using cache 02:00:08 ---> 97bf419a1c69 02:00:08 Step 6/21 : COPY go.mod . 02:00:08 ---> Using cache 02:00:08 ---> caea81a9388b 02:00:08 Step 7/21 : RUN go mod download 02:00:08 ---> Using cache 02:00:08 ---> 14442012215f 02:00:08 Step 8/21 : COPY . . 02:00:08 ---> Using cache 02:00:08 ---> ba24bb7f49d7 02:00:08 Step 9/21 : RUN make cmd/core-metadata/core-metadata 02:00:08 ---> Running in 21490a91e17c 02:00:08 Removing intermediate container 4b32bdd379ab 02:00:08 ---> b37569a0e2a2 02:00:08 Step 21/23 : LABEL arch=arm64 02:00:08 Removing intermediate container 6f28097b7dd1 02:00:08 ---> 1931270aabdf 02:00:08 Step 13/22 : EXPOSE $APP_PORT 02:00:09 ---> Running in 4352952110fb 02:00:09 Removing intermediate container 5ed3c0eba820 02:00:09 ---> b2310896f823 02:00:09 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 02:00:09 ---> Running in 06d28bf31a65 02:00:09 ---> Running in 0c836eca94c1 02:00:09 ---> b2700a7cda3b 02:00:09 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:00:10 Removing intermediate container 4352952110fb 02:00:10 ---> 9f0bf5a97ce3 02:00:10 Step 22/23 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 02:00:10 Removing intermediate container 06d28bf31a65 02:00:10 ---> 102f9f73298d 02:00:10 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:00:10 Removing intermediate container 0c836eca94c1 02:00:10 ---> a07734b9eacb 02:00:10 Step 26/29 : CMD [ "generate" ] 02:00:10 ---> Running in 048d3cc2b5dc 02:00:10 ---> Running in daaa5c81a7de 02:00:10 ---> Running in f4b568c14935 02:00:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:00:11 ---> 0dfcb26af8fb 02:00:11 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:00:11 Removing intermediate container 048d3cc2b5dc 02:00:11 ---> 7f55b068d16c 02:00:11 Step 23/23 : LABEL version=0.0.0 02:00:11 Removing intermediate container daaa5c81a7de 02:00:11 ---> c913a97bf831 02:00:11 Step 27/29 : LABEL arch=arm64 02:00:11 ---> Running in 6560e090dc39 02:00:11 ---> Running in 6bca1727d720 02:00:11 ---> Running in 7234473e67f1 02:00:12 Removing intermediate container 6bca1727d720 02:00:12 ---> 3df01fffe4e7 02:00:12 02:00:12 Removing intermediate container 7234473e67f1 02:00:12 ---> 954ec269cb1f 02:00:12 Step 28/29 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 02:00:12 ---> Running in e328eb84a564 02:00:13 Successfully built 3df01fffe4e7 02:00:13 Successfully tagged docker-support-notifications-go-arm64:latest 02:00:13  Building docker-support-notifications-go ... done Building docker-core-command-go 02:00:13 Removing intermediate container e328eb84a564 02:00:13 ---> 4bd876a09b23 02:00:13 Step 29/29 : LABEL version=0.0.0 02:00:13 ---> Running in 9ae12d5b2874 02:00:14 Removing intermediate container f4b568c14935 02:00:14 ---> 526d5116a182 02:00:14 Step 15/22 : RUN apk --no-cache add zeromq 02:00:14 ---> Running in cf62eba244b9 02:00:14 Removing intermediate container 9ae12d5b2874 02:00:14 ---> 6430ccc771ca 02:00:14 02:00:15 Successfully built 6430ccc771ca 02:00:15 Successfully tagged docker-security-secrets-setup-go-arm64:latest 02:00:15  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go 02:00:16 Removing intermediate container 6560e090dc39 02:00:16 ---> ab28769b88af 02:00:16 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 02:00:16 ---> Running in f8eda5287390 02:00:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:00:17 Removing intermediate container f8eda5287390 02:00:17 ---> d291ab2d2217 02:00:17 Step 24/26 : LABEL arch=arm64 02:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:00:18 (1/5) Installing libgcc (9.3.0-r2) 02:00:18 (2/5) Installing libsodium (1.0.18-r0) 02:00:18 ---> Running in dccf32661c5a 02:00:18 (3/5) Installing libstdc++ (9.3.0-r2) 02:00:19 (4/5) Installing libzmq (4.3.2-r0) 02:00:19 (5/5) Installing zeromq (4.3.2-r0) 02:00:19 Executing busybox-1.31.1-r16.trigger 02:00:19 OK: 8 MiB in 19 packages 02:00:20 Removing intermediate container dccf32661c5a 02:00:20 ---> 6a9468137f33 02:00:20 Step 25/26 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 02:00:21 ---> Running in 21edb15a76cb 02:00:23 Removing intermediate container 21edb15a76cb 02:00:23 ---> b49e84fecc8f 02:00:23 Step 26/26 : LABEL version=0.0.0 02:00:23 Removing intermediate container cf62eba244b9 02:00:23 ---> 244dadea9ce3 02:00:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 02:00:24 ---> Running in adb526dd4181 02:00:25 ---> f56d0241cd04 02:00:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:00:25 Removing intermediate container adb526dd4181 02:00:25 ---> 1bf85a11f345 02:00:25 02:00:26 Successfully built 1bf85a11f345 02:00:26 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 02:00:26  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 02:00:28 ---> cbf77517496c 02:00:28 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:00:29 ---> 907502a9f4e8 02:00:29 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:00:30 ---> Running in ed5147cb726d 02:00:31 Removing intermediate container ed5147cb726d 02:00:31 ---> 1bd27623197b 02:00:31 Step 20/22 : LABEL arch=arm64 02:00:32 ---> Running in 70cf8d2b7349 02:00:33 Removing intermediate container 70cf8d2b7349 02:00:33 ---> 5b275220f902 02:00:33 Step 21/22 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 02:00:33 ---> Running in 764c5353a213 02:00:34 Removing intermediate container 764c5353a213 02:00:34 ---> d92598c7d182 02:00:34 Step 22/22 : LABEL version=0.0.0 02:00:34 ---> Running in b166b1a9e186 02:00:35 Removing intermediate container b166b1a9e186 02:00:35 ---> f876ee7aa768 02:00:35 02:00:36 Successfully built f876ee7aa768 02:00:36 Successfully tagged docker-core-data-go-arm64:latest 02:00:36  Building docker-core-data-go ... done Building docker-support-scheduler-go 02:01:08 Removing intermediate container 21490a91e17c 02:01:08 ---> f9977ae3dc88 02:01:08 02:01:08 Step 10/21 : FROM scratch 02:01:08 ---> 02:01:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:01:08 ---> Running in a0f42b129a89 02:01:09 Removing intermediate container a0f42b129a89 02:01:09 ---> 2e97694f2d98 02:01:09 Step 12/21 : ENV APP_PORT=48081 02:01:09 ---> Running in 5c66348c9e96 02:01:09 Removing intermediate container 5c66348c9e96 02:01:09 ---> 964b337bb72c 02:01:09 Step 13/21 : EXPOSE $APP_PORT 02:01:09 ---> Running in 51b4ce3d2d4f 02:01:10 Removing intermediate container 51b4ce3d2d4f 02:01:10 ---> 79fd5c54f38d 02:01:10 Step 14/21 : WORKDIR / 02:01:10 ---> Running in 0ba544b2712f 02:01:11 Removing intermediate container 0ba544b2712f 02:01:11 ---> a31bdb552368 02:01:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 02:01:12 ---> 8a03c044061b 02:01:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:01:14 ---> 6040d8f8e357 02:01:14 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:01:15 ---> f4fe1d349699 02:01:15 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:01:15 ---> Running in 2b0da7eb923e 02:01:16 Removing intermediate container 2b0da7eb923e 02:01:16 ---> 43de5440a446 02:01:16 Step 19/21 : LABEL arch=arm64 02:01:16 ---> Running in 8eef69c0fab4 02:01:17 Removing intermediate container 8eef69c0fab4 02:01:17 ---> b9d459a40f38 02:01:17 Step 20/21 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 02:01:17 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 02:01:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:01:17 ---> f06c15f145d2 02:01:17 Step 3/21 : WORKDIR /edgex-go 02:01:17 ---> Using cache 02:01:17 ---> 1a32e252e0a1 02:01:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:01:17 ---> Using cache 02:01:17 ---> 346b32c52373 02:01:17 Step 5/21 : RUN apk update && apk add make git 02:01:17 ---> Using cache 02:01:17 ---> 97bf419a1c69 02:01:17 Step 6/21 : COPY go.mod . 02:01:17 ---> Using cache 02:01:17 ---> caea81a9388b 02:01:17 Step 7/21 : RUN go mod download 02:01:17 ---> Using cache 02:01:17 ---> 14442012215f 02:01:17 Step 8/21 : COPY . . 02:01:17 ---> Using cache 02:01:17 ---> ba24bb7f49d7 02:01:17 Step 9/21 : RUN make cmd/core-command/core-command 02:01:17 ---> Running in 3e2c31efe96e 02:01:17 ---> Running in 803ccccc24da 02:01:18 Removing intermediate container 3e2c31efe96e 02:01:18 ---> 162305842300 02:01:18 Step 21/21 : LABEL version=0.0.0 02:01:18 ---> Running in 5a4938e52834 02:01:19 Removing intermediate container 5a4938e52834 02:01:19 ---> 68282014665f 02:01:19 02:01:19 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 02:01:20 Successfully built 68282014665f 02:01:20 Successfully tagged docker-core-metadata-go-arm64:latest 02:01:21  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 02:01:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:01:21 ---> f06c15f145d2 02:01:21 Step 3/26 : WORKDIR /edgex-go 02:01:21 ---> Using cache 02:01:21 ---> 1a32e252e0a1 02:01:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:01:21 ---> Using cache 02:01:21 ---> 346b32c52373 02:01:21 Step 5/26 : RUN apk update && apk add make bash git 02:01:22 ---> Running in 66cc5d96be72 02:01:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:01:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:01:26 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 02:01:26 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 02:01:26 OK: 12620 distinct packages available 02:01:28 OK: 217 MiB in 51 packages 02:01:32 Removing intermediate container 66cc5d96be72 02:01:32 ---> 15288db18838 02:01:32 Step 6/26 : COPY go.mod . 02:01:33 ---> d36da1dc79f1 02:01:33 Step 7/26 : RUN go mod download 02:01:33 ---> Running in 9e570b882970 02:01:33 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 02:01:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:01:33 ---> f06c15f145d2 02:01:33 Step 3/21 : WORKDIR /edgex-go 02:01:33 ---> Using cache 02:01:33 ---> 1a32e252e0a1 02:01:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:01:33 ---> Using cache 02:01:33 ---> 346b32c52373 02:01:33 Step 5/21 : RUN apk update && apk add make && apk add bash git 02:01:33 ---> Running in 6e9aeeac41ec 02:01:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:01:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:01:38 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 02:01:38 Step 2/20 : FROM ${BUILDER_BASE} AS builder 02:01:38 ---> f06c15f145d2 02:01:38 Step 3/20 : WORKDIR /edgex-go 02:01:38 ---> Using cache 02:01:38 ---> 1a32e252e0a1 02:01:38 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:01:38 ---> Using cache 02:01:38 ---> 346b32c52373 02:01:38 Step 5/20 : RUN apk update && apk add make git 02:01:38 ---> Using cache 02:01:38 ---> 97bf419a1c69 02:01:38 Step 6/20 : COPY go.mod . 02:01:38 ---> Using cache 02:01:38 ---> caea81a9388b 02:01:38 Step 7/20 : RUN go mod download 02:01:38 ---> Using cache 02:01:38 ---> 14442012215f 02:01:38 Step 8/20 : COPY . . 02:01:38 ---> Using cache 02:01:38 ---> ba24bb7f49d7 02:01:38 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 02:01:38 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 02:01:38 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 02:01:38 OK: 12620 distinct packages available 02:01:39 ---> Running in 6950b15a636a 02:01:39 OK: 217 MiB in 51 packages 02:01:40 Removing intermediate container 9e570b882970 02:01:40 ---> 02841ab39f2b 02:01:40 Step 8/26 : COPY . . 02:01:40 OK: 217 MiB in 51 packages 02:01: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 02:01:43 Removing intermediate container 6e9aeeac41ec 02:01:43 ---> ad0f4eac13b1 02:01:43 Step 6/21 : COPY go.mod . 02:01:44 ---> 1d23aef5bb83 02:01:44 Step 7/21 : RUN go mod download 02:01:45 ---> Running in 0b757a0c1032 02:01:51 Removing intermediate container 0b757a0c1032 02:01:51 ---> ef9be09667d3 02:01:51 Step 8/21 : COPY . . 02:02:10 ---> 563396d4e5a7 02:02:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:02:10 ---> Running in f7ad5b05b625 02:02:13 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 02:02:20 ---> 9e808dfbbb1f 02:02:20 Step 9/21 : RUN make cmd/support-logging/support-logging 02:02:20 ---> Running in 18d39749e211 02:02:23 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 02:02:31 Removing intermediate container 803ccccc24da 02:02:31 ---> 2782db58dd3a 02:02:31 02:02:31 Step 10/21 : FROM scratch 02:02:31 ---> 02:02:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:02:31 ---> Using cache 02:02:31 ---> 2e97694f2d98 02:02:31 Step 12/21 : ENV APP_PORT=48082 02:02:31 ---> Running in 615408f17ac8 02:02:32 Removing intermediate container 615408f17ac8 02:02:32 ---> 450e6823b8e1 02:02:32 Step 13/21 : EXPOSE $APP_PORT 02:02:32 ---> Running in 77df0b1e8462 02:02:32 Removing intermediate container 77df0b1e8462 02:02:32 ---> baf9d9339ffb 02:02:32 Step 14/21 : WORKDIR / 02:02:33 ---> Running in a34383b50d30 02:02:34 Removing intermediate container a34383b50d30 02:02:34 ---> b2f80acb7f5f 02:02:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 02:02:35 ---> 5e80bafa76ce 02:02:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:02:37 ---> e0111e1d9798 02:02:37 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:02:38 ---> 4df2bfc21d37 02:02:38 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:02:38 ---> Running in 542b93fe772c 02:02:39 Removing intermediate container 542b93fe772c 02:02:39 ---> 8e6459a49450 02:02:39 Step 19/21 : LABEL arch=arm64 02:02:39 ---> Running in 36e3abd60001 02:02:39 Removing intermediate container 36e3abd60001 02:02:39 ---> a3ef3565530f 02:02:39 Step 20/21 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 02:02:40 ---> Running in 34c759cbb0e0 02:02:40 Removing intermediate container 34c759cbb0e0 02:02:40 ---> a4d2b5806e29 02:02:40 Step 21/21 : LABEL version=0.0.0 02:02:40 ---> Running in ac40e8937a25 02:02:41 Removing intermediate container ac40e8937a25 02:02:41 ---> 15886f179435 02:02:41 02:02:42 Successfully built 15886f179435 02:02:42 Successfully tagged docker-core-command-go-arm64:latest 02:03:00  Building docker-core-command-go ... done Removing intermediate container 6950b15a636a 02:03:00 ---> 1b5b6706886f 02:03:00 02:03:00 Step 10/20 : FROM scratch 02:03:00 ---> 02:03:00 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:03:00 ---> Using cache 02:03:00 ---> 2e97694f2d98 02:03:00 Step 12/20 : ENV APP_PORT=48085 02:03:00 ---> Running in 48648ed6bf19 02:03:00 Removing intermediate container 48648ed6bf19 02:03:00 ---> b259120bcd52 02:03:00 Step 13/20 : EXPOSE $APP_PORT 02:03:00 ---> Running in 43c372dee8be 02:03:00 Removing intermediate container 43c372dee8be 02:03:00 ---> 350b33795d8c 02:03:00 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 02:03:01 ---> 7efd356331c1 02:03:01 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:03:03 ---> 58d995844c3a 02:03:03 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:03:04 ---> d3185e80740e 02:03:04 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:03:04 ---> Running in 01efe0b7797b 02:03:05 Removing intermediate container 01efe0b7797b 02:03:05 ---> 28a65158bb31 02:03:05 Step 18/20 : LABEL arch=arm64 02:03:05 ---> Running in 91b97c33d0ea 02:03:06 Removing intermediate container 91b97c33d0ea 02:03:06 ---> 6da879ca6c25 02:03:06 Step 19/20 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 02:03:06 ---> Running in 1b0aae71bde9 02:03:07 Removing intermediate container 1b0aae71bde9 02:03:07 ---> 98df689dd9a1 02:03:07 Step 20/20 : LABEL version=0.0.0 02:03:07 ---> Running in e5437162b46d 02:03:08 Removing intermediate container e5437162b46d 02:03:08 ---> 7fc493bb6d4a 02:03:08 02:03:08 Successfully built 7fc493bb6d4a 02:03:08 Successfully tagged docker-support-scheduler-go-arm64:latest 02:03:15  Building docker-support-scheduler-go ... done Removing intermediate container f7ad5b05b625 02:03:15 ---> 2efb94503c22 02:03:15 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:03:15 ---> Running in df8b65e5f12f 02:03:16 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 02:03:18 Removing intermediate container 18d39749e211 02:03:18 ---> af7e0f4f7954 02:03:18 02:03:18 Step 10/21 : FROM scratch 02:03:18 ---> 02:03:18 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:03:18 ---> Using cache 02:03:18 ---> 1a3a901c04ab 02:03:18 Step 12/21 : ENV APP_PORT=48061 02:03:18 ---> Running in 759cf1c5923f 02:03:19 Removing intermediate container 759cf1c5923f 02:03:19 ---> 4503d4233c7a 02:03:19 Step 13/21 : EXPOSE $APP_PORT 02:03:19 ---> Running in b5550220b571 02:03:19 Removing intermediate container b5550220b571 02:03:19 ---> ca9bbb7f0f87 02:03:19 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 02:03:20 Removing intermediate container df8b65e5f12f 02:03:20 ---> 9d37e80f68e7 02:03:20 02:03:20 Step 11/26 : FROM docker:latest 02:03:20 ---> ce9d55ae87f1 02:03:20 Step 12/26 : RUN apk add --no-cache bash 02:03:20 ---> Running in 98274a99f700 02:03:20 ---> b6d6c0192f1f 02:03:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 02:03:21 ---> c6d304c84074 02:03:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 02:03:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:03:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:03:22 ---> 00ef0a143f40 02:03:22 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 02:03:22 (1/2) Installing readline (8.0.4-r0) 02:03:22 (2/2) Installing bash (5.0.17-r0) 02:03:22 Executing bash-5.0.17-r0.post-install 02:03:22 Executing busybox-1.31.1-r16.trigger 02:03:22 OK: 12 MiB in 22 packages 02:03:23 ---> b8fdbc25dc1b 02:03:23 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:03:23 ---> Running in 9fa008aa33f1 02:03:23 Removing intermediate container 9fa008aa33f1 02:03:23 ---> 9220c873afd2 02:03:23 Step 19/21 : LABEL arch=arm64 02:03:23 Removing intermediate container 98274a99f700 02:03:23 ---> aad9b650b622 02:03:23 Step 13/26 : RUN rm -rf /var/cache/apk/* 02:03:23 ---> Running in 7b2017924884 02:03:23 ---> Running in 687ccd773a39 02:03:24 Removing intermediate container 7b2017924884 02:03:24 ---> 58e940b78939 02:03:24 Step 20/21 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 02:03:24 ---> Running in 141ed0c9cfc0 02:03:25 Removing intermediate container 141ed0c9cfc0 02:03:25 ---> 3ab87d62fa77 02:03:25 Step 21/21 : LABEL version=0.0.0 02:03:25 ---> Running in b4b692bd7eb8 02:03:25 Removing intermediate container b4b692bd7eb8 02:03:25 ---> 01345115d391 02:03:25 02:03:26 Successfully built 01345115d391 02:03:26 Successfully tagged docker-support-logging-go-arm64:latest 02:03:26  Building docker-support-logging-go ... done Removing intermediate container 687ccd773a39 02:03:26 ---> a6b1e09304f6 02:03:26 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:03:26 ---> Running in 2f958a9aca6b 02:03:27 Removing intermediate container 2f958a9aca6b 02:03:27 ---> e6912def3a71 02:03:27 Step 15/26 : ENV APP_PORT=48090 02:03:27 ---> Running in 3210102faecd 02:03:28 Removing intermediate container 3210102faecd 02:03:28 ---> 316505e35d43 02:03:28 Step 16/26 : EXPOSE $APP_PORT 02:03:28 ---> Running in d5a175e1192c 02:03:28 Removing intermediate container d5a175e1192c 02:03:28 ---> 1ec20da167d1 02:03:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:03:29 ---> 29758b29e2b3 02:03:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:03:30 ---> b1d6d1bb2b04 02:03:30 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:03:31 ---> c2333c408aea 02:03:31 Step 20/26 : RUN apk --no-cache add py-pip 02:03:31 ---> Running in df62ef5c8bd1 02:03:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:03:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:03:33 (1/33) Installing libbz2 (1.0.8-r1) 02:03:33 (2/33) Installing expat (2.2.9-r1) 02:03:33 (3/33) Installing libffi (3.3-r2) 02:03:33 (4/33) Installing gdbm (1.13-r1) 02:03:33 (5/33) Installing xz-libs (5.2.5-r0) 02:03:33 (6/33) Installing sqlite-libs (3.32.1-r0) 02:03:33 (7/33) Installing python3 (3.8.5-r0) 02:03:35 (8/33) Installing py3-appdirs (1.4.4-r1) 02:03:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:03:35 (10/33) Installing py3-parsing (2.4.7-r0) 02:03:35 (11/33) Installing py3-six (1.15.0-r0) 02:03:35 (12/33) Installing py3-packaging (20.4-r0) 02:03:35 (13/33) Installing py3-setuptools (47.0.0-r0) 02:03:35 (14/33) Installing py3-chardet (3.0.4-r4) 02:03:35 (15/33) Installing py3-idna (2.9-r0) 02:03:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:03:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:03:35 (18/33) Installing py3-requests (2.23.0-r0) 02:03:35 (19/33) Installing py3-msgpack (1.0.0-r0) 02:03:35 (20/33) Installing py3-lockfile (0.12.2-r3) 02:03:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:03:35 (22/33) Installing py3-colorama (0.4.3-r0) 02:03:35 (23/33) Installing py3-distlib (0.3.0-r0) 02:03:35 (24/33) Installing py3-distro (1.5.0-r1) 02:03:35 (25/33) Installing py3-webencodings (0.5.1-r3) 02:03:35 (26/33) Installing py3-html5lib (1.0.1-r4) 02:03:36 (27/33) Installing py3-pytoml (0.1.21-r0) 02:03:36 (28/33) Installing py3-pep517 (0.8.2-r0) 02:03:36 (29/33) Installing py3-progress (1.5-r0) 02:03:36 (30/33) Installing py3-toml (0.10.1-r0) 02:03:36 (31/33) Installing py3-retrying (1.3.3-r0) 02:03:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:03:36 (33/33) Installing py3-pip (20.1.1-r0) 02:03:36 Executing busybox-1.31.1-r16.trigger 02:03:36 OK: 71 MiB in 55 packages 02:03:44 Removing intermediate container df62ef5c8bd1 02:03:44 ---> c9bd78a77cec 02:03:44 Step 21/26 : RUN pip install docker-compose==1.23.2 02:03:44 ---> Running in 260c59f344a9 02:03:48 Collecting docker-compose==1.23.2 02:03:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:03:48 Collecting cached-property<2,>=1.2.0 02:03:48 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 02:03:48 Collecting texttable<0.10,>=0.9.0 02:03:48 Downloading texttable-0.9.1.tar.gz (11 kB) 02:03:50 Collecting docopt<0.7,>=0.6.1 02:03:50 Downloading docopt-0.6.2.tar.gz (25 kB) 02:03:52 Collecting dockerpty<0.5,>=0.4.1 02:03:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:03:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:03:54 Collecting docker<4.0,>=3.6.0 02:03:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:03:55 Collecting jsonschema<3,>=2.5.1 02:03:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:03:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:03:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:03:58 Collecting websocket-client<1.0,>=0.32.0 02:03:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:03:58 Collecting PyYAML<4,>=3.10 02:03:58 Downloading PyYAML-3.13.tar.gz (270 kB) 02:04:02 Collecting docker-pycreds>=0.4.0 02:04:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:04:02 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 02:04:02 Collecting idna<2.8,>=2.5 02:04:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:04:02 Collecting urllib3<1.25,>=1.21.1 02:04:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:04:02 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 02:04:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:04:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:04:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:04:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:04:03 Installing collected packages: cached-property, texttable, docopt, dockerpty, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, PyYAML, docker-compose 02:04:03 Running setup.py install for texttable: started 02:04:05 Running setup.py install for texttable: finished with status 'done' 02:04:05 Running setup.py install for docopt: started 02:04:07 Running setup.py install for docopt: finished with status 'done' 02:04:07 Running setup.py install for dockerpty: started 02:04:09 Running setup.py install for dockerpty: finished with status 'done' 02:04:09 Attempting uninstall: idna 02:04:09 Found existing installation: idna 2.9 02:04:09 Uninstalling idna-2.9: 02:04:09 Successfully uninstalled idna-2.9 02:04:10 Attempting uninstall: urllib3 02:04:10 Found existing installation: urllib3 1.25.9 02:04:10 Uninstalling urllib3-1.25.9: 02:04:10 Successfully uninstalled urllib3-1.25.9 02:04:10 Attempting uninstall: requests 02:04:10 Found existing installation: requests 2.23.0 02:04:10 Uninstalling requests-2.23.0: 02:04:10 Successfully uninstalled requests-2.23.0 02:04:12 Running setup.py install for PyYAML: started 02:04:14 Running setup.py install for PyYAML: finished with status 'done' 02:04:15 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 02:04:18 Removing intermediate container 260c59f344a9 02:04:18 ---> 9fccb526c44c 02:04:18 Step 22/26 : RUN apk --no-cache add curl 02:04:19 ---> Running in 08d806c8b970 02:04:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:04:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:04:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:04:21 (2/3) Installing libcurl (7.69.1-r0) 02:04:21 (3/3) Installing curl (7.69.1-r0) 02:04:21 Executing busybox-1.31.1-r16.trigger 02:04:21 OK: 71 MiB in 58 packages 02:04:22 Removing intermediate container 08d806c8b970 02:04:22 ---> b350aed2ea81 02:04:22 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 02:04:22 ---> Running in 46a3482f0f98 02:04:23 Removing intermediate container 46a3482f0f98 02:04:23 ---> bab2d7a13475 02:04:23 Step 24/26 : LABEL arch=arm64 02:04:23 ---> Running in 177a8c287634 02:04:23 Removing intermediate container 177a8c287634 02:04:23 ---> 66a12ee7d5f1 02:04:23 Step 25/26 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 02:04:23 ---> Running in 829e8b0193bf 02:04:24 Removing intermediate container 829e8b0193bf 02:04:24 ---> e82082b35b27 02:04:24 Step 26/26 : LABEL version=0.0.0 02:04:24 ---> Running in 6ed6cc4c4135 02:04:25 Removing intermediate container 6ed6cc4c4135 02:04:25 ---> 0c1eb44acefb 02:04:25 02:04:25 Successfully built 0c1eb44acefb 02:04:25 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 02:04:25  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:04:25 $ docker stop --time=1 9cc20b32f14275a009a2ce35f6e188dc6658ad8d16f16f3e4ceaefc4ed72224f 02:04:27 $ docker rm -f 9cc20b32f14275a009a2ce35f6e188dc6658ad8d16f16f3e4ceaefc4ed72224f [Pipeline] // withDockerContainer [Pipeline] sh 02:04:28 + + grep docker 02:04:28 docker images 02:04:28 docker-sys-mgmt-agent-go-arm64 latest 0c1eb44acefb 4 seconds ago 266MB 02:04:28 docker-support-logging-go-arm64 latest 01345115d391 About a minute ago 11.4MB 02:04:28 docker-support-scheduler-go-arm64 latest 7fc493bb6d4a About a minute ago 12.6MB 02:04:28 docker-core-command-go-arm64 latest 15886f179435 About a minute ago 12.4MB 02:04:28 docker-core-metadata-go-arm64 latest 68282014665f 3 minutes ago 13.8MB 02:04:28 docker-core-data-go-arm64 latest f876ee7aa768 3 minutes ago 22.6MB 02:04:28 docker-security-secretstore-setup-go-arm64 latest 1bf85a11f345 4 minutes ago 32.6MB 02:04:28 docker-security-secrets-setup-go-arm64 latest 6430ccc771ca 4 minutes ago 24.2MB 02:04:28 docker-support-notifications-go-arm64 latest 3df01fffe4e7 4 minutes ago 13.9MB 02:04:28 docker-security-proxy-setup-go-arm64 latest cd3d06b6b3a4 4 minutes ago 15.8MB 02:04:28 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 02:04:30 provisioning config files... 02:04:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config2790630093039618236tmp [Pipeline] { [Pipeline] sh 02:04:30 + curl -s https://codecov.io/bash 02:04:30 + bash -s - -t @/w/workspace/edgex-go/3@tmp/config2790630093039618236tmp [Pipeline] } 02:04:31 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 02:04:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:04:33 ---> package-listing.sh 02:04:33 ++ facter osfamily 02:04:33 ++ tr '[:upper:]' '[:lower:]' 02:04:33 + OS_FAMILY=redhat 02:04:33 + workspace=/w/workspace/edgex-go/3 02:04:33 + START_PACKAGES=/tmp/packages_start.txt 02:04:33 + END_PACKAGES=/tmp/packages_end.txt 02:04:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:04:33 + PACKAGES=/tmp/packages_start.txt 02:04:33 + '[' /w/workspace/edgex-go/3 ']' 02:04:33 + PACKAGES=/tmp/packages_end.txt 02:04:33 + case "${OS_FAMILY}" in 02:04:33 + rpm -qa 02:04:33 + sort 02:04:37 + '[' -f /tmp/packages_start.txt ']' 02:04:37 + '[' -f /tmp/packages_end.txt ']' 02:04:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:04:37 + '[' /w/workspace/edgex-go/3 ']' 02:04:37 + mkdir -p /w/workspace/edgex-go/3/archives/ 02:04:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] isUnix [Pipeline] sh 02:04:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:04:38 02:04:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:04:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:04:38 alpine: Pulling from edgex-lftools-log-publisher 02:04:38 c9b1b535fdd9: Pulling fs layer 02:04:38 2cc5ad85d9ab: Pulling fs layer 02:04:38 756a868c4378: Pulling fs layer 02:04:38 444b2fc9a129: Pulling fs layer 02:04:38 ea15f1150254: Pulling fs layer 02:04:38 41b27a9f41bf: Pulling fs layer 02:04:38 28c525ee5125: Pulling fs layer 02:04:38 094b1ea09ed8: Pulling fs layer 02:04:38 138eaada9080: Pulling fs layer 02:04:38 0622d0fa9048: Pulling fs layer 02:04:38 094b1ea09ed8: Waiting 02:04:38 41b27a9f41bf: Waiting 02:04:38 ea15f1150254: Waiting 02:04:38 28c525ee5125: Waiting 02:04:38 138eaada9080: Waiting 02:04:38 0622d0fa9048: Waiting 02:04:38 2cc5ad85d9ab: Verifying Checksum 02:04:38 2cc5ad85d9ab: Download complete 02:04:38 444b2fc9a129: Verifying Checksum 02:04:38 444b2fc9a129: Download complete 02:04:38 c9b1b535fdd9: Verifying Checksum 02:04:38 c9b1b535fdd9: Download complete 02:04:39 ea15f1150254: Verifying Checksum 02:04:39 ea15f1150254: Download complete 02:04:39 28c525ee5125: Verifying Checksum 02:04:39 28c525ee5125: Download complete 02:04:39 756a868c4378: Verifying Checksum 02:04:39 756a868c4378: Download complete 02:04:39 c9b1b535fdd9: Pull complete 02:04:39 138eaada9080: Verifying Checksum 02:04:39 138eaada9080: Download complete 02:04:39 0622d0fa9048: Verifying Checksum 02:04:39 0622d0fa9048: Download complete 02:04:39 094b1ea09ed8: Verifying Checksum 02:04:39 094b1ea09ed8: Download complete 02:04:39 2cc5ad85d9ab: Pull complete 02:04:39 41b27a9f41bf: Verifying Checksum 02:04:39 41b27a9f41bf: Download complete 02:04:42 756a868c4378: Pull complete 02:04:42 444b2fc9a129: Pull complete 02:04:42 ea15f1150254: Pull complete 02:04:47 41b27a9f41bf: Pull complete 02:04:47 28c525ee5125: Pull complete 02:04:50 094b1ea09ed8: Pull complete 02:04:50 138eaada9080: Pull complete 02:04:51 0622d0fa9048: Pull complete 02:04:51 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 02:04:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:04:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:04:51 prd-centos7-docker-4c-2g-3332 does not seem to be running inside a container 02:04:51 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:04:55 $ docker top b5f2285fdf923c45638c7c98e86757664bb36b8a7889f14459f63172f796ed2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:04:56 provisioning config files... 02:04:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8706968376203936108tmp [Pipeline] { [Pipeline] echo 02:04:56 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:04:56 ---> create-netrc.sh [Pipeline] echo 02:04:56 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:04:56 ---> logs-deploy.sh 02:04:56 + ARCHIVE_ARTIFACTS= 02:04:56 + LOGS_SERVER=https://logs.edgexfoundry.org 02:04:56 + '[' https://logs.edgexfoundry.org == None ']' 02:04:56 + NEXUS_URL=https://nexus.edgexfoundry.org 02:04:56 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/3 02:04:56 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/3/ 02:04:56 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/3 /w/workspace/edgex-go/3 02:04:57 Archives upload complete. 02:04:58 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/3/