Pull request #2610 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 b9762f6d0b1df116d690a2f4aef82c3adfce24ec+2f18d68ce33577a025edc322deb728338e3be43f (6fca0b2cf487a6701b940068299d5d816dbd4cd6) 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 Running on prd-centos7-docker-4c-2g-2042 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/27 [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/27 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit b9762f6d0b1df116d690a2f4aef82c3adfce24ec Merge succeeded, producing 25e59cffca2c2f6df748f7f038ff5de50c20b783 Checking out Revision 25e59cffca2c2f6df748f7f038ff5de50c20b783 (PR-2610) > git config core.sparsecheckout # timeout=10 > git checkout -f b9762f6d0b1df116d690a2f4aef82c3adfce24ec # 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 25e59cffca2c2f6df748f7f038ff5de50c20b783 # timeout=10 Commit message: "Merge commit '2f18d68ce33577a025edc322deb728338e3be43f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:41:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:41:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:41:49 ========================================================= 07:41:49 EdgeX Global Pipelines Version Info 07:41:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7357c0e613a5b77866d6e88290208b565c3e7996 # timeout=10 07:41:50 ------------------- 07:41:50 stable info: 07:41:50 ------------------- 07:41:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:41:50 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 07:41:50 Message: update stable to v1.0.106 07:41:51 ------------------- 07:41:51 experimental info: 07:41:51 ------------------- 07:41:51 Commited By: **** collab-it+edgex@linuxfoundation.org 07:41:51 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 07:41:51 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 07:41:53 ++ 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 07:41:53 + for file in '`ls cmd/**/Dockerfile`' 07:41:53 ++ dirname cmd/core-command/Dockerfile 07:41:53 ++ cut -d/ -f2 07:41:53 + echo core-command,cmd/core-command/Dockerfile 07:41:53 + for file in '`ls cmd/**/Dockerfile`' 07:41:53 ++ dirname cmd/core-data/Dockerfile 07:41:53 ++ cut -d/ -f2 07:41:53 + echo core-data,cmd/core-data/Dockerfile 07:41:53 + for file in '`ls cmd/**/Dockerfile`' 07:41:53 ++ dirname cmd/core-metadata/Dockerfile 07:41:53 ++ cut -d/ -f2 07:41:53 + echo core-metadata,cmd/core-metadata/Dockerfile 07:41:53 + for file in '`ls cmd/**/Dockerfile`' 07:41:53 ++ dirname cmd/security-proxy-setup/Dockerfile 07:41:53 ++ cut -d/ -f2 07:41:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:41:53 + for file in '`ls cmd/**/Dockerfile`' 07:41:53 ++ dirname cmd/security-secrets-setup/Dockerfile 07:41:53 ++ cut -d/ -f2 07:41:53 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 07:41:53 + for file in '`ls cmd/**/Dockerfile`' 07:41:53 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:41:53 ++ cut -d/ -f2 07:41:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:41:53 + for file in '`ls cmd/**/Dockerfile`' 07:41:53 ++ dirname cmd/support-logging/Dockerfile 07:41:53 ++ cut -d/ -f2 07:41:53 + echo support-logging,cmd/support-logging/Dockerfile 07:41:53 + for file in '`ls cmd/**/Dockerfile`' 07:41:53 ++ dirname cmd/support-notifications/Dockerfile 07:41:53 ++ cut -d/ -f2 07:41:53 + echo support-notifications,cmd/support-notifications/Dockerfile 07:41:53 + for file in '`ls cmd/**/Dockerfile`' 07:41:53 ++ dirname cmd/support-scheduler/Dockerfile 07:41:53 ++ cut -d/ -f2 07:41:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:41:53 + for file in '`ls cmd/**/Dockerfile`' 07:41:53 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:41:53 ++ cut -d/ -f2 07:41:53 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:41:53 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 07:41:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:41:54 07:41:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:41:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:41:54 latest: Pulling from edgex-devops/git-semver 07:41:54 31603596830f: Pulling fs layer 07:41:54 2a8b12db71e7: Pulling fs layer 07:41:54 6ca5941a6612: Pulling fs layer 07:41:54 ecc8261a40a4: Pulling fs layer 07:41:54 ecc8261a40a4: Waiting 07:41:54 2a8b12db71e7: Verifying Checksum 07:41:54 2a8b12db71e7: Download complete 07:41:54 31603596830f: Verifying Checksum 07:41:54 31603596830f: Download complete 07:41:54 6ca5941a6612: Verifying Checksum 07:41:54 6ca5941a6612: Download complete 07:41:54 ecc8261a40a4: Verifying Checksum 07:41:54 ecc8261a40a4: Download complete 07:41:55 31603596830f: Pull complete 07:41:55 2a8b12db71e7: Pull complete 07:41:55 6ca5941a6612: Pull complete 07:41:55 ecc8261a40a4: Pull complete 07:41:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:41:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:41:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:41:56 prd-centos7-docker-4c-2g-2042 does not seem to be running inside a container 07:41:56 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:41:58 $ docker top e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:41:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:41:58 [ssh-agent] Looking for ssh-agent implementation... 07:41:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:41:58 $ docker exec e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e ssh-agent 07:41:58 SSH_AUTH_SOCK=/tmp/ssh-Yj0ZTCGVyVs3/agent.13 07:41:58 SSH_AGENT_PID=19 07:41:58 Running ssh-add (command line suppressed) 07:41:59 Identity added: /w/workspace/edgex-go/27@tmp/private_key_8627817838590917450.key (/w/workspace/edgex-go/27@tmp/private_key_8627817838590917450.key) 07:41:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:41:59 + git describe --exact-match --tags HEAD 07:41:59 fatal: No names found, cannot describe anything. [Pipeline] } 07:41:59 $ docker exec --env ******** --env ******** e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e ssh-agent -k 07:41:59 unset SSH_AUTH_SOCK; 07:41:59 unset SSH_AGENT_PID; 07:41:59 echo Agent pid 19 killed; 07:41:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:41:59 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:41:59 This usually means this commit has not been tagged. [Pipeline] sshagent 07:41:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:41:59 [ssh-agent] Looking for ssh-agent implementation... 07:41:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:41:59 $ docker exec e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e ssh-agent 07:42:00 SSH_AUTH_SOCK=/tmp/ssh-FbtAwBLue3VM/agent.47 07:42:00 SSH_AGENT_PID=52 07:42:00 Running ssh-add (command line suppressed) 07:42:00 Identity added: /w/workspace/edgex-go/27@tmp/private_key_936326928497689115.key (/w/workspace/edgex-go/27@tmp/private_key_936326928497689115.key) 07:42:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:42:00 + git semver init 07:42:00 # -> Open(): unable to determine branch for HEAD 07:42:00 # $GIT_DIR = /w/workspace/edgex-go/27/.git 07:42:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/27 07:42:00 # $SEMVER_REMOTE_NAME = origin 07:42:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:42:00 # $SEMVER_USER_NAME = edgex-jenkins 07:42:00 # $SEMVER_BRANCH = PR-2610 07:42:00 # $SEMVER_TEMP = /tmp/semver-752000877 07:42:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:42:18 # '/tmp/semver-752000877' -> '/w/workspace/edgex-go/27/.semver' 07:42:18 # -> Force: false 07:42:18 # $SEMVER_DIR = /w/workspace/edgex-go/27/.semver [Pipeline] } 07:42:18 $ docker exec --env ******** --env ******** e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e ssh-agent -k 07:42:19 unset SSH_AUTH_SOCK; 07:42:19 unset SSH_AGENT_PID; 07:42:19 echo Agent pid 52 killed; 07:42:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:42:19 + git semver [Pipeline] } 07:42:19 $ docker stop --time=1 e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e 07:42:21 $ docker rm -f e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:42:34 Stashed 30 file(s) [Pipeline] echo 07:42:34 [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 07:42:35 ========================================================= 07:42:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 07:42:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:42:35 + 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 . 07:42:38 Sending build context to Docker daemon 323.1MB 07:42:38 Step 1/7 : ARG BASE=golang:1.13-alpine 07:42:38 Step 2/7 : FROM ${BASE} 07:42:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 07:42:38 df20fa9351a1: Pulling fs layer 07:42:38 ed8968b2872e: Pulling fs layer 07:42:38 a92cc7c5fd73: Pulling fs layer 07:42:38 2dd03ba5bac4: Pulling fs layer 07:42:38 1e091d79d1de: Pulling fs layer 07:42:38 481702a1767f: Pulling fs layer 07:42:38 f64a6f60c768: Pulling fs layer 07:42:38 e78d2573fc39: Pulling fs layer 07:42:38 e876d2f968b6: Pulling fs layer 07:42:38 ce8a83651883: Pulling fs layer 07:42:38 07967f4d0e4b: Pulling fs layer 07:42:38 f64a6f60c768: Waiting 07:42:38 e78d2573fc39: Waiting 07:42:38 e876d2f968b6: Waiting 07:42:38 ce8a83651883: Waiting 07:42:38 07967f4d0e4b: Waiting 07:42:38 2dd03ba5bac4: Waiting 07:42:38 1e091d79d1de: Waiting 07:42:38 a92cc7c5fd73: Verifying Checksum 07:42:38 a92cc7c5fd73: Download complete 07:42:38 ed8968b2872e: Verifying Checksum 07:42:38 ed8968b2872e: Download complete 07:42:38 1e091d79d1de: Verifying Checksum 07:42:38 1e091d79d1de: Download complete 07:42:38 481702a1767f: Verifying Checksum 07:42:38 481702a1767f: Download complete 07:42:38 df20fa9351a1: Verifying Checksum 07:42:38 df20fa9351a1: Download complete 07:42:39 df20fa9351a1: Pull complete 07:42:39 ed8968b2872e: Pull complete 07:42:39 f64a6f60c768: Verifying Checksum 07:42:39 f64a6f60c768: Download complete 07:42:39 e876d2f968b6: Verifying Checksum 07:42:39 e876d2f968b6: Download complete 07:42:40 2dd03ba5bac4: Verifying Checksum 07:42:40 2dd03ba5bac4: Download complete 07:42:40 07967f4d0e4b: Verifying Checksum 07:42:40 07967f4d0e4b: Download complete 07:42:40 e78d2573fc39: Verifying Checksum 07:42:40 e78d2573fc39: Download complete 07:42:40 ce8a83651883: Verifying Checksum 07:42:40 ce8a83651883: Download complete 07:42:41 a92cc7c5fd73: Pull complete 07:42:46 2dd03ba5bac4: Pull complete 07:42:46 1e091d79d1de: Pull complete 07:42:46 481702a1767f: Pull complete 07:42:50 Still waiting to schedule task 07:42:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:42:52 f64a6f60c768: Pull complete 07:42:55 e78d2573fc39: Pull complete 07:42:55 e876d2f968b6: Pull complete 07:42:56 ce8a83651883: Pull complete 07:42:56 07967f4d0e4b: Pull complete 07:42:56 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 07:42:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 07:42:56 ---> 5d7c900382c6 07:42:56 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 07:42:57 ---> Running in c00771835f6d 07:42:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:42:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:42:59 (1/12) Installing libmagic (5.38-r0) 07:42:59 (2/12) Installing file (5.38-r0) 07:42:59 (3/12) Installing libc-dev (0.7.2-r3) 07:42:59 (4/12) Installing g++ (9.3.0-r2) 07:43:01 (5/12) Installing fortify-headers (1.1-r0) 07:43:01 (6/12) Installing patch (2.7.6-r6) 07:43:01 (7/12) Installing build-base (0.5-r2) 07:43:01 (8/12) Installing libsodium (1.0.18-r0) 07:43:01 (9/12) Installing pkgconf (1.7.2-r0) 07:43:01 (10/12) Installing libsodium-dev (1.0.18-r0) 07:43:01 (11/12) Installing libzmq (4.3.2-r0) 07:43:01 (12/12) Installing zeromq-dev (4.3.2-r0) 07:43:01 Executing busybox-1.31.1-r16.trigger 07:43:01 OK: 233 MiB in 51 packages 07:43:06 Removing intermediate container c00771835f6d 07:43:06 ---> e4e711384b1c 07:43:06 Step 4/7 : WORKDIR /edgex-go 07:43:06 ---> Running in ab7498e78d23 07:43:06 Removing intermediate container ab7498e78d23 07:43:06 ---> bdc851cc9fd2 07:43:06 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:43:06 latest: Pulling from library/docker 07:43:06 df20fa9351a1: Already exists 07:43:06 25ad7478873d: Pulling fs layer 07:43:06 4684f6177b5d: Pulling fs layer 07:43:06 46e300cec669: Pulling fs layer 07:43:06 63038576ad94: Pulling fs layer 07:43:06 0fdb76c4706c: Pulling fs layer 07:43:06 cb7edeffdfd5: Pulling fs layer 07:43:06 63038576ad94: Waiting 07:43:06 0fdb76c4706c: Waiting 07:43:06 cb7edeffdfd5: Waiting 07:43:06 4684f6177b5d: Download complete 07:43:06 25ad7478873d: Verifying Checksum 07:43:06 25ad7478873d: Download complete 07:43:06 63038576ad94: Verifying Checksum 07:43:06 63038576ad94: Download complete 07:43:06 0fdb76c4706c: Verifying Checksum 07:43:06 0fdb76c4706c: Download complete 07:43:06 cb7edeffdfd5: Verifying Checksum 07:43:06 cb7edeffdfd5: Download complete 07:43:06 25ad7478873d: Pull complete 07:43:06 4684f6177b5d: Pull complete 07:43:06 46e300cec669: Verifying Checksum 07:43:06 46e300cec669: Download complete 07:43:09 46e300cec669: Pull complete 07:43:09 63038576ad94: Pull complete 07:43:09 0fdb76c4706c: Pull complete 07:43:09 cb7edeffdfd5: Pull complete 07:43:09 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 07:43:09 Status: Downloaded newer image for docker:latest 07:43:10 ---> 3c152a4a2fbb 07:43:10 Step 6/7 : COPY go.mod . 07:43:11 ---> 1426286fde3f 07:43:11 Step 7/7 : RUN go mod download 07:43:11 ---> Running in 7a8cf75c9c6b 07:43:13 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:43:13 go: finding github.com/BurntSushi/toml v0.3.1 07:43:13 go: finding github.com/OneOfOne/xxhash v1.2.5 07:43:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:43:13 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:43:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:43:13 go: finding github.com/bgentry/speakeasy v0.1.0 07:43:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:43:13 go: finding github.com/cloudflare/gokey v0.1.0 07:43:13 go: finding github.com/davecgh/go-spew v1.1.1 07:43:13 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:43:13 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:43:13 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 07:43:13 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:43:13 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 07:43:13 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 07:43:13 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 07:43:13 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:43:14 go: finding github.com/fatih/color v1.7.0 07:43:14 go: finding github.com/fsnotify/fsnotify v1.4.7 07:43:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:43:14 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 07:43:14 go: finding github.com/go-kit/kit v0.8.0 07:43:14 go: finding github.com/go-logfmt/logfmt v0.4.0 07:43:14 go: finding github.com/go-playground/assert/v2 v2.0.1 07:43:14 go: finding github.com/go-playground/locales v0.13.0 07:43:14 go: finding github.com/go-playground/universal-translator v0.17.0 07:43:14 go: finding github.com/go-playground/validator/v10 v10.3.0 07:43:14 go: finding github.com/go-redis/redis/v7 v7.2.0 07:43:14 go: finding github.com/go-stack/stack v1.8.0 07:43:14 go: finding github.com/golang/protobuf v1.3.2 07:43:14 go: finding github.com/gomodule/redigo v2.0.0+incompatible 07:43:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:43:14 go: finding github.com/google/uuid v1.1.0 07:43:14 go: finding github.com/gorilla/mux v1.7.1 07:43:14 go: finding github.com/hashicorp/consul/api v1.1.0 07:43:14 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:43:14 go: finding github.com/hashicorp/errwrap v1.0.0 07:43:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:43:14 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:43:14 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:43:14 go: finding github.com/hashicorp/go-multierror v1.0.0 07:43:14 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:43:14 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:43:14 go: finding github.com/hashicorp/go-syslog v1.0.0 07:43:14 go: finding github.com/hashicorp/go-uuid v1.0.1 07:43:14 go: finding github.com/hashicorp/go.net v0.0.1 07:43:14 go: finding github.com/hashicorp/golang-lru v0.5.0 07:43:14 go: finding github.com/hashicorp/logutils v1.0.0 07:43:14 go: finding github.com/hashicorp/mdns v1.0.0 07:43:14 go: finding github.com/hashicorp/memberlist v0.1.3 07:43:14 go: finding github.com/hashicorp/serf v0.8.2 07:43:14 go: finding github.com/hpcloud/tail v1.0.0 07:43:14 go: finding github.com/imdario/mergo v0.3.6 07:43:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:43:14 go: finding github.com/kr/pretty v0.1.0 07:43:14 go: finding github.com/kr/pty v1.1.1 07:43:14 go: finding github.com/kr/text v0.1.0 07:43:14 go: finding github.com/leodido/go-urn v1.2.0 07:43:14 go: finding github.com/mattn/go-colorable v0.0.9 07:43:14 go: finding github.com/mattn/go-isatty v0.0.3 07:43:14 go: finding github.com/miekg/dns v1.0.14 07:43:14 go: finding github.com/mitchellh/cli v1.0.0 07:43:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:43:15 go: finding github.com/mitchellh/copystructure v1.0.0 07:43:15 go: finding github.com/mitchellh/go-homedir v1.0.0 07:43:15 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:43:15 go: finding github.com/mitchellh/gox v0.4.0 07:43:15 go: finding github.com/mitchellh/iochan v1.0.0 07:43:15 go: finding github.com/mitchellh/mapstructure v1.1.2 07:43:15 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:43:15 go: finding github.com/onsi/ginkgo v1.10.1 07:43:15 go: finding github.com/onsi/gomega v1.7.0 07:43:15 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:43:15 go: finding github.com/pebbe/zmq4 v1.0.0 07:43:15 go: finding github.com/pelletier/go-toml v1.2.0 07:43:15 go: finding github.com/pkg/errors v0.8.1 07:43:15 go: finding github.com/pmezard/go-difflib v1.0.0 07:43:15 go: finding github.com/posener/complete v1.1.1 07:43:15 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:43:15 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:43:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:43:15 go: finding github.com/stretchr/objx v0.1.0 07:43:15 go: finding github.com/stretchr/testify v1.5.1 07:43:15 go: finding github.com/ugorji/go v1.1.4 07:43:15 go: finding github.com/x448/float16 v0.8.4 07:43:15 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 07:43:15 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:43:15 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:43:15 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 07:43:15 go: finding golang.org/x/text v0.3.2 07:43:15 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 07:43:15 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:43:15 go: finding gopkg.in/eapache/queue.v1 v1.1.0 07:43:15 go: finding gopkg.in/fsnotify.v1 v1.4.7 07:43:15 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 07:43:16 go: finding gopkg.in/yaml.v2 v2.2.8 07:43:34 Removing intermediate container 7a8cf75c9c6b 07:43:34 ---> 2934c903caea 07:43:34 Successfully built 2934c903caea 07:43:34 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 07:43:34 + docker inspect -f . ci-base-image-x86_64 07:43:34 . [Pipeline] withDockerContainer 07:43:34 prd-centos7-docker-4c-2g-2042 does not seem to be running inside a container 07:43:34 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 ******** ci-base-image-x86_64 cat 07:43:35 $ docker top 220f468382ba62a2cf03ec09891eb52014143dfe8d5a40c671b6c9da81f79ca9 -eo pid,comm [Pipeline] { [Pipeline] sh 07:43:36 + go version 07:43:36 go version go1.13.13 linux/amd64 [Pipeline] echo 07:43:36 ========================================================= 07:43:36 [edgeXBuildGoParallel] Running Tests and Build... 07:43:36 ========================================================= [Pipeline] sh 07:43:36 + make test 07:43:36 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:43:38 ? github.com/edgexfoundry/edgex-go [no test files] 07:43:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:43:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:43:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:43:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:43:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:43:55 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s 07:43:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 07:43:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:43:55 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 07:43:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:43:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:43:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:43:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:43:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:44:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements 07:44:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:44:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:44:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:44:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:44:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:44:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.067s coverage: 27.2% of statements 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:44:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:44:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.011s coverage: 100.0% of statements 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:44:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.015s coverage: 80.0% of statements 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:44:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.103s coverage: 28.6% of statements 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:44:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:44:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:44:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.022s coverage: 89.8% of statements 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:44:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.021s coverage: 97.5% of statements 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:44:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.012s coverage: 100.0% of statements 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:44:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 07:44:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 07:44:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.054s coverage: 63.5% of statements 07:44:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:44:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:44:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.012s coverage: 100.0% of statements 07:44:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.160s coverage: 55.9% of statements 07:44:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:44:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:44:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 07:44:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.574s coverage: 86.3% of statements 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.289s coverage: 72.2% of statements 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.109s coverage: 72.1% of statements 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.011s coverage: 28.8% of statements 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.045s coverage: 26.9% of statements 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.070s coverage: 84.1% of statements 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.018s coverage: 100.0% of statements 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.050s coverage: 42.9% of statements 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.054s coverage: 83.8% of statements 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 07:44:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.031s coverage: 46.1% of statements 07:44:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:44:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:44:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.053s coverage: 100.0% of statements 07:44:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:44:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:44:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:44:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.013s coverage: 100.0% of statements 07:44:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:44:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements 07:44:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:44:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.069s coverage: 29.1% of statements 07:44:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:44:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:44:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:44:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:44:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:44:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements 07:44:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:44:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.031s coverage: 100.0% of statements 07:44:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:44:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.008s coverage: 0.0% of statements 07:44:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:44:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 07:44:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:44:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:44:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:44:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:44:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.013s coverage: 87.9% of statements 07:44:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:44:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:44:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 07:44:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 07:44:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 07:44:17 GO111MODULE=on go vet ./... 07:44:24 gofmt -l . 07:44:24 [ "`gofmt -l .`" = "" ] 07:44:25 ./bin/test-go-mod-tidy.sh 07:44:26 ./bin/test-attribution-txt.sh [Pipeline] sh 07:44:28 + ls -al . 07:44:28 total 556 07:44:28 drwxrwxr-x 10 1001 1001 4096 Aug 4 07:44 . 07:44:28 drwxr-xr-x 4 root root 30 Aug 4 07:43 .. 07:44:28 -rw-rw-r-- 1 1001 1001 11 Aug 4 07:41 .dockerignore 07:44:28 drwxrwxr-x 8 1001 1001 179 Aug 4 07:41 .git 07:44:28 drwxrwxr-x 3 1001 1001 60 Aug 4 07:41 .github 07:44:28 -rw-rw-r-- 1 1001 1001 932 Aug 4 07:41 .gitignore 07:44:28 drwx------ 3 1001 1001 47 Aug 4 07:42 .semver 07:44:28 -rw-rw-r-- 1 1001 1001 166 Aug 4 07:41 .sonarcloud.properties 07:44:28 -rw-rw-r-- 1 1001 1001 3804 Aug 4 07:41 CONTRIBUTING.md 07:44:28 -rw-rw-r-- 1 1001 1001 1035 Aug 4 07:41 Dockerfile.build 07:44:28 -rw-rw-r-- 1 1001 1001 865 Aug 4 07:41 Jenkinsfile 07:44:28 -rw-rw-r-- 1 1001 1001 10775 Aug 4 07:41 LICENSE 07:44:28 -rw-rw-r-- 1 1001 1001 6237 Aug 4 07:41 Makefile 07:44:28 -rw-rw-r-- 1 1001 1001 5652 Aug 4 07:41 README.md 07:44:28 -rw-rw-r-- 1 1001 1001 7111 Aug 4 07:41 SECURITY.md 07:44:28 -rw-rw-r-- 1 1001 1001 5 Aug 4 07:42 VERSION 07:44:28 -rw-rw-r-- 1 1001 1001 4131 Aug 4 07:41 ZMQWindows.md 07:44:28 drwxrwxr-x 2 1001 1001 117 Aug 4 07:41 bin 07:44:28 drwxrwxr-x 15 1001 1001 4096 Aug 4 07:41 cmd 07:44:28 -rw-r--r-- 1 root root 457707 Aug 4 07:44 coverage.out 07:44:28 -rw-r--r-- 1 root root 1019 Aug 4 07:44 go.mod 07:44:28 -rw-r--r-- 1 root root 19185 Aug 4 07:44 go.sum 07:44:28 drwxrwxr-x 8 1001 1001 127 Aug 4 07:41 internal 07:44:28 drwxrwxr-x 4 1001 1001 26 Aug 4 07:41 openapi 07:44:28 drwxrwxr-x 4 1001 1001 71 Aug 4 07:41 snap 07:44:28 -rw-rw-r-- 1 1001 1001 168 Aug 4 07:41 version.go [Pipeline] sh 07:44:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2043 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { 07:44:28 + '[' -e coverage.out ] 07:44:28 + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] ws 07:44:28 Running in /w/workspace/edgex-go/27 [Pipeline] { 07:44:28 Stashed 1 file(s) [Pipeline] checkout [Pipeline] sh 07:44:29 + make build 07:44:29 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 07:44:33 using credential edgex-jenkins-ssh 07:44:33 Cloning the remote Git repository 07:44:33 Cloning with configured refspecs honoured and without tags 07:44:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:44:33 > git init /w/workspace/edgex-go/27 # timeout=10 07:44:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:44:33 > git --version # timeout=10 07:44:34 using GIT_SSH to set credentials SSH Credentials for GitHub 07:44:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:44:35 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 07:44:38 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 07:44:39 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 07:44:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:44:43 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 07:44:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:44:46 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 07:44:47 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 07:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:44:50 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 07:44:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:44:50 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 07:44:50 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:44:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:44:51 Fetching without tags 07:44:51 Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit b9762f6d0b1df116d690a2f4aef82c3adfce24ec 07:44:51 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 07:44:52 Merge succeeded, producing 20c390fe78875d1f16d6aa0b6d8af2da54743310 07:44:52 Checking out Revision 20c390fe78875d1f16d6aa0b6d8af2da54743310 (PR-2610) 07:44:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:44:51 using GIT_SSH to set credentials SSH Credentials for GitHub 07:44:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:44:51 > git config core.sparsecheckout # timeout=10 07:44:51 > git checkout -f b9762f6d0b1df116d690a2f4aef82c3adfce24ec # timeout=10 07:44:51 > git remote # timeout=10 07:44:51 > git config --get remote.origin.url # timeout=10 07:44:51 using GIT_SSH to set credentials SSH Credentials for GitHub 07:44:51 > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 07:44:52 > git rev-parse HEAD^{commit} # timeout=10 07:44:52 > git config core.sparsecheckout # timeout=10 07:44:52 > git checkout -f 20c390fe78875d1f16d6aa0b6d8af2da54743310 # timeout=10 07:44:54 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] } 07:44:55 $ docker stop --time=1 220f468382ba62a2cf03ec09891eb52014143dfe8d5a40c671b6c9da81f79ca9 07:44:56 Commit message: "Merge commit '2f18d68ce33577a025edc322deb728338e3be43f' into HEAD" 07:44:56 First time build. Skipping changelog. 07:44:57 $ docker rm -f 220f468382ba62a2cf03ec09891eb52014143dfe8d5a40c671b6c9da81f79ca9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 07:44:56 > git rev-list --no-walk 7357c0e613a5b77866d6e88290208b565c3e7996 # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash 07:45:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:45:00 07:45:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:45:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:45:00 latest: Pulling from edgex-devops/edgex-compose 07:45:00 cbdbe7a5bc2a: Pulling fs layer 07:45:00 ca9280d653b3: Pulling fs layer 07:45:00 7e9c9ca2126c: Pulling fs layer 07:45:00 cbdbe7a5bc2a: Verifying Checksum 07:45:00 cbdbe7a5bc2a: Download complete 07:45:00 ca9280d653b3: Verifying Checksum 07:45:00 ca9280d653b3: Download complete 07:45:00 cbdbe7a5bc2a: Pull complete 07:45:01 7e9c9ca2126c: Download complete 07:45:01 ca9280d653b3: Pull complete 07:45:08 7e9c9ca2126c: Pull complete 07:45:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:45:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:45:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:45:08 prd-centos7-docker-4c-2g-2042 does not seem to be running inside a container 07:45:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:45:11 $ docker top aac5c95926b87a31d65e740ef10a2b456134ff035e9c9d93cfc0781700b1612d -eo pid,comm [Pipeline] { [Pipeline] echo 07:45:11 ========================================================= 07:45:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 07:45:11 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 07:45:11 + docker-compose build --help 07:45:11 + grep parallel 07:45:12 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 07:45:12 --parallel Build images in parallel. [Pipeline] } 07:45:12 $ docker stop --time=1 aac5c95926b87a31d65e740ef10a2b456134ff035e9c9d93cfc0781700b1612d 07:45:13 $ docker rm -f aac5c95926b87a31d65e740ef10a2b456134ff035e9c9d93cfc0781700b1612d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:45:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:45:14 . [Pipeline] withDockerContainer 07:45:14 prd-centos7-docker-4c-2g-2042 does not seem to be running inside a container 07:45:14 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 07:45:15 $ docker top 2e76757b3f6bfb42665769e0e311abd74a3f8c04b523555adef5f1dbe2db3571 -eo pid,comm [Pipeline] { [Pipeline] sh 07:45:15 + docker-compose -f ./docker-compose-build.yml build --parallel 07:45:16 Sending build context to Docker daemon 323.1MB 07:45:16 Step 1/7 : ARG BASE=golang:1.13-alpine 07:45:16 Step 2/7 : FROM ${BASE} 07:45:16 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:45:16 b538f80385f9: Pulling fs layer 07:45:16 74f711af9a0d: Pulling fs layer 07:45:16 99f96fe45779: Pulling fs layer 07:45:16 fd7a069fd194: Pulling fs layer 07:45:16 66aa3694b03b: Pulling fs layer 07:45:16 170f70906a0f: Pulling fs layer 07:45:16 ad7c5574e4b9: Pulling fs layer 07:45:16 e772456be8f7: Pulling fs layer 07:45:16 c890913d741a: Pulling fs layer 07:45:16 2480fcc9aa5a: Pulling fs layer 07:45:16 09adf4765672: Pulling fs layer 07:45:16 fd7a069fd194: Waiting 07:45:16 66aa3694b03b: Waiting 07:45:16 170f70906a0f: Waiting 07:45:16 ad7c5574e4b9: Waiting 07:45:16 e772456be8f7: Waiting 07:45:16 c890913d741a: Waiting 07:45:16 2480fcc9aa5a: Waiting 07:45:16 09adf4765672: Waiting 07:45:16 99f96fe45779: Download complete 07:45:16 Building docker-core-command-go ... 07:45:16 Building docker-core-data-go ... 07:45:16 Building docker-core-metadata-go ... 07:45:16 Building docker-security-proxy-setup-go ... 07:45:16 Building docker-security-secrets-setup-go ... 07:45:16 Building docker-security-secretstore-setup-go ... 07:45:16 Building docker-support-logging-go ... 07:45:16 Building docker-support-notifications-go ... 07:45:16 Building docker-support-scheduler-go ... 07:45:16 Building docker-sys-mgmt-agent-go ... 07:45:16 Building docker-support-scheduler-go 07:45:16 Building docker-core-metadata-go 07:45:16 Building docker-support-notifications-go 07:45:16 Building docker-sys-mgmt-agent-go 07:45:16 Building docker-core-data-go 07:45:16 74f711af9a0d: Verifying Checksum 07:45:16 74f711af9a0d: Download complete 07:45:16 66aa3694b03b: Download complete 07:45:16 170f70906a0f: Verifying Checksum 07:45:16 170f70906a0f: Download complete 07:45:16 b538f80385f9: Verifying Checksum 07:45:16 b538f80385f9: Download complete 07:45:17 b538f80385f9: Pull complete 07:45:17 74f711af9a0d: Pull complete 07:45:18 99f96fe45779: Pull complete 07:45:19 ad7c5574e4b9: Verifying Checksum 07:45:19 ad7c5574e4b9: Download complete 07:45:19 c890913d741a: Verifying Checksum 07:45:19 c890913d741a: Download complete 07:45:22 e772456be8f7: Verifying Checksum 07:45:22 e772456be8f7: Download complete 07:45:22 09adf4765672: Verifying Checksum 07:45:22 09adf4765672: Download complete 07:45:22 2480fcc9aa5a: Verifying Checksum 07:45:22 2480fcc9aa5a: Download complete 07:45:22 fd7a069fd194: Download complete 07:45:34 fd7a069fd194: Pull complete 07:45:34 66aa3694b03b: Pull complete 07:45:34 170f70906a0f: Pull complete 07:45:38 ad7c5574e4b9: Pull complete 07:45:42 e772456be8f7: Pull complete 07:45:42 c890913d741a: Pull complete 07:45:45 2480fcc9aa5a: Pull complete 07:45:45 09adf4765672: Pull complete 07:45:45 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 07:45:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 07:45:45 ---> 2248a725d1cf 07:45:45 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:45:48 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 07:45:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:45:48 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 07:45:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:45:48 ---> 2934c903caea 07:45:48 Step 3/26 : WORKDIR /edgex-go 07:45:48 ---> 2934c903caea 07:45:48 Step 3/22 : WORKDIR /edgex-go 07:45:48 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 07:45:48 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:45:48 ---> 2934c903caea 07:45:48 Step 3/20 : WORKDIR /edgex-go 07:45:48 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 07:45:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:45:48 ---> 2934c903caea 07:45:48 Step 3/23 : WORKDIR /edgex-go 07:45:48 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:45:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:45:48 ---> 2934c903caea 07:45:48 Step 3/21 : WORKDIR /edgex-go 07:45:48 ---> Running in 1473313dd968 07:45:48 ---> Running in 6dabe56f02e7 07:45:48 ---> Running in df0544b3f5c3 07:45:48 ---> Running in d4b27f15f6c8 07:45:48 ---> Running in 30e302f0f910 07:45:49 Removing intermediate container 30e302f0f910 07:45:49 ---> c178cf42cf54 07:45:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:49 Removing intermediate container 6dabe56f02e7 07:45:49 ---> c4c0d77e18f2 07:45:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:49 Removing intermediate container d4b27f15f6c8 07:45:49 ---> 3eb6b87c94d5 07:45:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:49 Removing intermediate container df0544b3f5c3 07:45:49 ---> 4d82db4914fe 07:45:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:49 Removing intermediate container 1473313dd968 07:45:49 ---> cfe8ef214ce0 07:45:49 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:49 ---> Running in 847ed9618e60 07:45:49 ---> Running in 19b42cd7407b 07:45:49 ---> Running in 75a8b48559dc 07:45:49 ---> Running in c5d5f24f52e5 07:45:49 ---> Running in 8178b00067cc 07:45:51 Removing intermediate container 19b42cd7407b 07:45:51 ---> 784b8498dda2 07:45:51 Step 5/21 : RUN apk update && apk add make git 07:45:51 ---> Running in 129b7753b5f2 07:45:51 Removing intermediate container 847ed9618e60 07:45:51 ---> 49885e5d15f7 07:45:51 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 07:45:51 Removing intermediate container 75a8b48559dc 07:45:51 ---> 6551594fcdfb 07:45:51 Step 5/26 : RUN apk update && apk add make bash git 07:45:51 ---> Running in eae7c66e4e7c 07:45:51 ---> Running in 9180ee26f14c 07:45:51 Removing intermediate container 8178b00067cc 07:45:51 ---> b57c1a4bcdc3 07:45:51 Step 5/20 : RUN apk update && apk add make git 07:45:52 ---> Running in 341460e0f328 07:45:52 ---> Running in 6e9601bb24c6 07:45:52 Removing intermediate container c5d5f24f52e5 07:45:52 ---> f2d573f4dfef 07:45:52 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:45:52 ---> Running in 9203f6bfa039 07:45:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:53 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:45:53 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:45:53 OK: 12749 distinct packages available 07:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:54 OK: 233 MiB in 51 packages 07:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:54 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:45:54 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:45:54 OK: 12749 distinct packages available 07:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:54 Removing intermediate container 129b7753b5f2 07:45:54 ---> 2d97a15b7c3b 07:45:54 Step 6/21 : COPY go.mod . 07:45:54 OK: 233 MiB in 51 packages 07:45:55 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:45:55 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:45:55 OK: 12749 distinct packages available 07:45:55 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:45:55 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:45:55 OK: 12749 distinct packages available 07:45:55 ---> 794bccb49179 07:45:55 Step 7/21 : RUN go mod download 07:45:55 ---> Running in af46bb5d5cf5 07:45:55 (1/12) Installing libmagic (5.38-r0) 07:45:55 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:45:55 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:45:55 OK: 12749 distinct packages available 07:45:55 OK: 233 MiB in 51 packages 07:45:55 OK: 233 MiB in 51 packages 07:45:55 (2/12) Installing file (5.38-r0) 07:45:55 (3/12) Installing libc-dev (0.7.2-r3) 07:45:55 (4/12) Installing g++ (9.3.0-r2) 07:45:55 OK: 233 MiB in 51 packages 07:45:55 Removing intermediate container eae7c66e4e7c 07:45:55 ---> bd7d5724ed5d 07:45:55 Step 6/23 : COPY go.mod . 07:45:56 ---> db33200aee36 07:45:56 Step 7/23 : RUN go mod download 07:45:56 Removing intermediate container 6e9601bb24c6 07:45:56 ---> e3c80806ade9 07:45:56 Step 6/20 : COPY go.mod . 07:45:56 ---> Running in e322e56f8002 07:45:56 Removing intermediate container 9203f6bfa039 07:45:56 ---> c643915de27b 07:45:56 Step 6/22 : COPY go.mod . 07:45:56 Removing intermediate container 9180ee26f14c 07:45:56 ---> a4c1b870a984 07:45:56 Step 6/26 : COPY go.mod . 07:45:56 ---> 0712caa9f4e9 07:45:56 Step 7/20 : RUN go mod download 07:45:56 ---> Running in 67cdfc5c2553 07:45:56 ---> f4dc568dada0 07:45:56 Step 7/22 : RUN go mod download 07:45:56 ---> Running in ecfa821cb6d1 07:45:56 ---> f6470b837ed9 07:45:56 Step 7/26 : RUN go mod download 07:45:57 ---> Running in 99fc7f3b121c 07:45:57 Removing intermediate container af46bb5d5cf5 07:45:57 ---> 1c3916c82b03 07:45:57 Step 8/21 : COPY . . 07:45:58 Removing intermediate container e322e56f8002 07:45:58 ---> 00a552de3e5e 07:45:58 Step 8/23 : COPY . . 07:45:59 (5/12) Installing fortify-headers (1.1-r0) 07:45:59 (6/12) Installing patch (2.7.6-r6) 07:45:59 (7/12) Installing build-base (0.5-r2) 07:45:59 (8/12) Installing libsodium (1.0.18-r0) 07:45:59 (9/12) Installing pkgconf (1.7.2-r0) 07:45:59 (10/12) Installing libsodium-dev (1.0.18-r0) 07:45:59 (11/12) Installing libzmq (4.3.2-r0) 07:45:59 (12/12) Installing zeromq-dev (4.3.2-r0) 07:46:00 Executing busybox-1.31.1-r16.trigger 07:46:00 OK: 217 MiB in 51 packages 07:46:04 Removing intermediate container 341460e0f328 07:46:04 ---> a8a3b80cba3f 07:46:04 Step 4/7 : WORKDIR /edgex-go 07:46:04 ---> Running in 4bdbbc31b496 07:46:04 Removing intermediate container 4bdbbc31b496 07:46:04 ---> 3f1a1c070909 07:46:04 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:46:05 latest: Pulling from library/docker 07:46:05 b538f80385f9: Already exists 07:46:05 259a493cd78d: Pulling fs layer 07:46:05 b8e66b5100f5: Pulling fs layer 07:46:05 39dc9c94d07c: Pulling fs layer 07:46:05 551b823b3b82: Pulling fs layer 07:46:05 3c52a74df98c: Pulling fs layer 07:46:05 6c9b121b6998: Pulling fs layer 07:46:05 3c52a74df98c: Waiting 07:46:05 6c9b121b6998: Waiting 07:46:05 551b823b3b82: Waiting 07:46:05 551b823b3b82: Verifying Checksum 07:46:05 551b823b3b82: Download complete 07:46:05 259a493cd78d: Verifying Checksum 07:46:05 259a493cd78d: Download complete 07:46:05 6c9b121b6998: Verifying Checksum 07:46:05 6c9b121b6998: Download complete 07:46:05 3c52a74df98c: Verifying Checksum 07:46:05 3c52a74df98c: Download complete 07:46:06 259a493cd78d: Pull complete 07:46:06 b8e66b5100f5: Pull complete 07:46:06 39dc9c94d07c: Verifying Checksum 07:46:06 39dc9c94d07c: Download complete 07:46:06 Removing intermediate container 67cdfc5c2553 07:46:06 ---> 2ecebb7793b9 07:46:06 Step 8/20 : COPY . . 07:46:06 Removing intermediate container ecfa821cb6d1 07:46:06 ---> c4158791c6aa 07:46:06 Step 8/22 : COPY . . 07:46:10 39dc9c94d07c: Pull complete 07:46:10 551b823b3b82: Pull complete 07:46:10 3c52a74df98c: Pull complete 07:46:11 Removing intermediate container 99fc7f3b121c 07:46:11 ---> 42a8d50a165f 07:46:11 Step 8/26 : COPY . . 07:46:11 6c9b121b6998: Pull complete 07:46:11 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 07:46:11 Status: Downloaded newer image for docker:latest 07:46:14 ---> 5cef7486a9d7 07:46:14 Step 6/7 : COPY go.mod . 07:46:15 ---> 196d1e1ff260 07:46:15 Step 7/7 : RUN go mod download 07:46:15 ---> Running in bd7754530b79 07:46:18 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:46:18 go: finding github.com/BurntSushi/toml v0.3.1 07:46:18 go: finding github.com/OneOfOne/xxhash v1.2.5 07:46:18 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:46:18 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:46:18 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:46:18 go: finding github.com/bgentry/speakeasy v0.1.0 07:46:18 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:46:18 go: finding github.com/cloudflare/gokey v0.1.0 07:46:18 go: finding github.com/davecgh/go-spew v1.1.1 07:46:18 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:46:18 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:46:18 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 07:46:18 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:46:18 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 07:46:18 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 07:46:18 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 07:46:18 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:46:18 go: finding github.com/fatih/color v1.7.0 07:46:18 go: finding github.com/fsnotify/fsnotify v1.4.7 07:46:19 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:46:19 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 07:46:19 go: finding github.com/go-kit/kit v0.8.0 07:46:19 go: finding github.com/go-logfmt/logfmt v0.4.0 07:46:19 go: finding github.com/go-playground/assert/v2 v2.0.1 07:46:19 go: finding github.com/go-playground/locales v0.13.0 07:46:19 go: finding github.com/go-playground/universal-translator v0.17.0 07:46:19 go: finding github.com/go-playground/validator/v10 v10.3.0 07:46:19 go: finding github.com/go-redis/redis/v7 v7.2.0 07:46:19 go: finding github.com/go-stack/stack v1.8.0 07:46:19 go: finding github.com/golang/protobuf v1.3.2 07:46:19 go: finding github.com/gomodule/redigo v2.0.0+incompatible 07:46:19 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:46:19 go: finding github.com/google/uuid v1.1.0 07:46:19 go: finding github.com/gorilla/mux v1.7.1 07:46:19 go: finding github.com/hashicorp/consul/api v1.1.0 07:46:19 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:46:19 go: finding github.com/hashicorp/errwrap v1.0.0 07:46:19 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:46:19 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:46:19 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:46:19 go: finding github.com/hashicorp/go-multierror v1.0.0 07:46:19 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:46:19 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:46:19 go: finding github.com/hashicorp/go-syslog v1.0.0 07:46:19 go: finding github.com/hashicorp/go-uuid v1.0.1 07:46:19 go: finding github.com/hashicorp/go.net v0.0.1 07:46:19 go: finding github.com/hashicorp/golang-lru v0.5.0 07:46:19 go: finding github.com/hashicorp/logutils v1.0.0 07:46:19 go: finding github.com/hashicorp/mdns v1.0.0 07:46:19 go: finding github.com/hashicorp/memberlist v0.1.3 07:46:19 go: finding github.com/hashicorp/serf v0.8.2 07:46:19 go: finding github.com/hpcloud/tail v1.0.0 07:46:19 go: finding github.com/imdario/mergo v0.3.6 07:46:19 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:46:19 go: finding github.com/kr/pretty v0.1.0 07:46:19 go: finding github.com/kr/pty v1.1.1 07:46:19 go: finding github.com/kr/text v0.1.0 07:46:19 go: finding github.com/leodido/go-urn v1.2.0 07:46:19 go: finding github.com/mattn/go-colorable v0.0.9 07:46:19 go: finding github.com/mattn/go-isatty v0.0.3 07:46:19 go: finding github.com/miekg/dns v1.0.14 07:46:19 go: finding github.com/mitchellh/cli v1.0.0 07:46:19 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:46:20 go: finding github.com/mitchellh/copystructure v1.0.0 07:46:20 go: finding github.com/mitchellh/go-homedir v1.0.0 07:46:20 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:46:20 go: finding github.com/mitchellh/gox v0.4.0 07:46:20 go: finding github.com/mitchellh/iochan v1.0.0 07:46:20 go: finding github.com/mitchellh/mapstructure v1.1.2 07:46:20 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:46:20 go: finding github.com/onsi/ginkgo v1.10.1 07:46:20 go: finding github.com/onsi/gomega v1.7.0 07:46:20 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:46:20 go: finding github.com/pebbe/zmq4 v1.0.0 07:46:20 go: finding github.com/pelletier/go-toml v1.2.0 07:46:20 go: finding github.com/pkg/errors v0.8.1 07:46:20 go: finding github.com/pmezard/go-difflib v1.0.0 07:46:20 go: finding github.com/posener/complete v1.1.1 07:46:20 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:46:20 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:46:20 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:46:20 go: finding github.com/stretchr/objx v0.1.0 07:46:20 go: finding github.com/stretchr/testify v1.5.1 07:46:20 go: finding github.com/ugorji/go v1.1.4 07:46:20 go: finding github.com/x448/float16 v0.8.4 07:46:20 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 07:46:20 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:46:20 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:46:20 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 07:46:20 go: finding golang.org/x/text v0.3.2 07:46:20 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 07:46:20 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:46:20 go: finding gopkg.in/eapache/queue.v1 v1.1.0 07:46:20 go: finding gopkg.in/fsnotify.v1 v1.4.7 07:46:20 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 07:46:20 go: finding gopkg.in/yaml.v2 v2.2.8 07:46:38 ---> d3bb19b70385 07:46:38 Step 9/21 : RUN make cmd/core-metadata/core-metadata 07:46:38 ---> ae0d62a654fd 07:46:38 Step 9/23 : RUN make cmd/support-notifications/support-notifications 07:46:38 ---> Running in 138fc2fde528 07:46:38 ---> Running in 2f773d73dd4f 07:46:39 ---> c2f6754147bf 07:46:39 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 07:46:39 ---> e971d24d891f 07:46:39 Step 9/22 : RUN make cmd/core-data/core-data 07:46:39 ---> Running in 08c565573d0d 07:46:39 ---> Running in f6558b7d5699 07:46:39 ---> f668e775c326 07:46:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:46:40 ---> Running in 160af65d11aa 07:46:40 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 07:46:40 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 07:46:40 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 07:46: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 07:46:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:46:42 Removing intermediate container bd7754530b79 07:46:42 ---> 8bb1ae1a5832 07:46:42 Successfully built 8bb1ae1a5832 07:46:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:46:43 + docker inspect -f . ci-base-image-arm64 07:46:43 . [Pipeline] withDockerContainer 07:46:43 prd-ubuntu18.04-docker-arm64-4c-16g-2043 does not seem to be running inside a container 07:46:43 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 07:46:45 $ docker top 59b7d8418162bf722d159259473cc7f6bdb5f8e522145e813d43a47b4ec0ad43 -eo pid,comm [Pipeline] { [Pipeline] sh 07:46:46 + go version 07:46:46 go version go1.13.13 linux/arm64 [Pipeline] echo 07:46:46 ========================================================= 07:46:46 [edgeXBuildGoParallel] Running Tests and Build... 07:46:46 ========================================================= [Pipeline] sh 07:46:47 + make test 07:46:47 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:46:49 ? github.com/edgexfoundry/edgex-go [no test files] 07:47:19 Removing intermediate container 160af65d11aa 07:47:19 ---> 46ff318dd12d 07:47:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:47:19 ---> Running in 4db4b2177fbe 07:47:19 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 07:47:20 Removing intermediate container 2f773d73dd4f 07:47:20 ---> 2ed88d81a22f 07:47:20 07:47:20 Step 10/23 : FROM scratch 07:47:20 ---> 07:47:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:47:20 Removing intermediate container f6558b7d5699 07:47:20 ---> f5c573f126ef 07:47:20 07:47:20 Step 10/20 : FROM scratch 07:47:20 ---> 07:47:20 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:47:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:47:25 ---> Running in f75703ff55ab 07:47:25 ---> Running in 0f66718badb2 07:47:25 Removing intermediate container 138fc2fde528 07:47:25 ---> 31afa1c91bca 07:47:25 07:47:25 Step 10/21 : FROM scratch 07:47:25 ---> 07:47:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:47:25 Removing intermediate container f75703ff55ab 07:47:25 ---> 656b24acd025 07:47:25 Step 12/23 : ENV APP_PORT=48060 07:47:25 Removing intermediate container 0f66718badb2 07:47:25 ---> 83f6ccdf3ad9 07:47:25 Step 12/20 : ENV APP_PORT=48085 07:47:25 Removing intermediate container 4db4b2177fbe 07:47:25 ---> 3cceeb9bf87c 07:47:25 07:47:25 Step 11/26 : FROM docker:latest 07:47:25 ---> 81f5749c9058 07:47:25 Step 12/26 : RUN apk add --no-cache bash 07:47:25 ---> Running in fcc66bf2f9fa 07:47:25 ---> Running in e4f06375fdf8 07:47:25 ---> Running in 281d73dec8ac 07:47:25 ---> Running in 91263642a887 07:47:25 Removing intermediate container fcc66bf2f9fa 07:47:25 ---> da1ee60fd0d4 07:47:25 Step 12/21 : ENV APP_PORT=48081 07:47:26 ---> Running in 5761c40b13e5 07:47:26 Removing intermediate container e4f06375fdf8 07:47:26 ---> a4e78292144f 07:47:26 Step 13/23 : EXPOSE $APP_PORT 07:47:26 Removing intermediate container 281d73dec8ac 07:47:26 ---> d402d6e0ffa1 07:47:26 Step 13/20 : EXPOSE $APP_PORT 07:47:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:47:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:47:27 (1/2) Installing readline (8.0.4-r0) 07:47:27 (2/2) Installing bash (5.0.17-r0) 07:47:27 Executing bash-5.0.17-r0.post-install 07:47:27 Executing busybox-1.31.1-r16.trigger 07:47:27 OK: 12 MiB in 22 packages 07:47:27 ---> Running in 0c669cf6cccd 07:47:28 ---> Running in b44c6d55d6fe 07:47:28 Removing intermediate container 5761c40b13e5 07:47:28 ---> a9718ffd6316 07:47:28 Step 13/21 : EXPOSE $APP_PORT 07:47:28 ---> Running in 3d397425cf20 07:47:28 Removing intermediate container 08c565573d0d 07:47:28 ---> 9a1ccf7e4e2b 07:47:28 07:47:28 Step 10/22 : FROM alpine 07:47:28 Removing intermediate container 0c669cf6cccd 07:47:28 ---> de87b9bd2cd4 07:47:28 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 07:47:28 Removing intermediate container b44c6d55d6fe 07:47:28 ---> 9e7e95d4e296 07:47:28 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:47:28 Removing intermediate container 3d397425cf20 07:47:28 ---> 89eccef26047 07:47:28 Step 14/21 : WORKDIR / 07:47:28 latest: Pulling from library/alpine 07:47:29 ---> Running in e3762e834ec1 07:47:29 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 07:47:29 Status: Downloaded newer image for alpine:latest 07:47:29 ---> a24bb4013296 07:47:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:47:29 ---> 52dfc6fe0294 07:47:29 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:47:29 ---> 0e133b9e44f8 07:47:29 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:47:29 Removing intermediate container 91263642a887 07:47:29 ---> 52d3ae465729 07:47:29 Step 13/26 : RUN rm -rf /var/cache/apk/* 07:47:29 ---> Running in 304be2d5939b 07:47:29 ---> Running in b8d22e1ba560 07:47:29 Removing intermediate container e3762e834ec1 07:47:29 ---> 3ff002daed58 07:47:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:47:30 Removing intermediate container 304be2d5939b 07:47:30 ---> 5f04c4058cc0 07:47:30 Step 12/22 : ENV APP_PORT=48080 07:47:30 ---> 4a3d7efa160a 07:47:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:47:30 ---> Running in 424f7e77c399 07:47:30 ---> 9431d8a74d7f 07:47:30 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:47:31 ---> 3978ad4bdd0b 07:47:31 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 07:47:31 Removing intermediate container 424f7e77c399 07:47:31 ---> 550a112fcb1b 07:47:31 Step 13/22 : EXPOSE $APP_PORT 07:47:31 ---> 09d3e17f188a 07:47:31 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:47:31 ---> Running in ab37dcd907a8 07:47:31 ---> ac7022035421 07:47:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:47:32 ---> 1c8a073ed76e 07:47:32 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:47:32 ---> Running in 89d99540d6ca 07:47:32 Removing intermediate container b8d22e1ba560 07:47:32 ---> 9021910c5f61 07:47:32 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:47:32 Removing intermediate container ab37dcd907a8 07:47:32 ---> 9165b5cd50cf 07:47:32 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:47:32 ---> Running in 10c69efc6d45 07:47:33 Removing intermediate container 89d99540d6ca 07:47:33 ---> f1426cb3a647 07:47:33 Step 18/20 : LABEL arch=x86_64 07:47:33 ---> Running in f6fee07e8aac 07:47:33 ---> 6f8fbe736058 07:47:33 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:47:33 ---> 5d2b01d6f843 07:47:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:47:33 Removing intermediate container 10c69efc6d45 07:47:33 ---> 27de68f353db 07:47:33 Step 15/26 : ENV APP_PORT=48090 07:47:33 ---> Running in 10749afb5d54 07:47:33 ---> Running in 4450d8579351 07:47:33 ---> Running in 6aa38f11e22e 07:47:33 Removing intermediate container 10749afb5d54 07:47:33 ---> efcc4217054a 07:47:33 Step 19/20 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:47:33 Removing intermediate container 4450d8579351 07:47:33 ---> 0b00883631fc 07:47:33 Step 19/21 : LABEL arch=x86_64 07:47:34 ---> Running in 1a71cafcafdc 07:47:34 ---> Running in eb47fcc1ee91 07:47:34 ---> e3bd680d2aa4 07:47:34 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:47:34 Removing intermediate container 6aa38f11e22e 07:47:34 ---> 12e972f243cb 07:47:34 Step 16/26 : EXPOSE $APP_PORT 07:47:34 ---> Running in 0ab72808b474 07:47:34 Removing intermediate container 1a71cafcafdc 07:47:34 ---> 140e98867277 07:47:34 Step 20/20 : LABEL version=0.0.0 07:47:34 Removing intermediate container eb47fcc1ee91 07:47:34 ---> c44e55e68056 07:47:34 Step 20/21 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:47:34 ---> Running in 90c7ec6afe7a 07:47:34 ---> 411387f82b10 07:47:34 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:47:34 Removing intermediate container 0ab72808b474 07:47:34 ---> e70427e786e1 07:47:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:47:34 ---> Running in 052760dd1408 07:47:34 ---> Running in 2aad4f7c8a54 07:47:34 Removing intermediate container f6fee07e8aac 07:47:34 ---> 1e6b09de95ba 07:47:34 Step 15/22 : RUN apk --no-cache add zeromq 07:47:35 Removing intermediate container 90c7ec6afe7a 07:47:35 ---> 8d0a7cb2d2e0 07:47:35 07:47:35 ---> Running in bf5643bd4103 07:47:35 Successfully built 8d0a7cb2d2e0 07:47:35 Removing intermediate container 052760dd1408 07:47:35 ---> 070445300558 07:47:35 Step 21/21 : LABEL version=0.0.0 07:47:35 Successfully tagged docker-support-scheduler-go:latest 07:47:35  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 07:47:35 Removing intermediate container 2aad4f7c8a54 07:47:35 ---> 2fe3593c22f1 07:47:35 Step 21/23 : LABEL arch=x86_64 07:47:35 ---> 492d233c7965 07:47:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:47:35 ---> Running in 589cad5427bf 07:47:35 ---> Running in 6069fa0a6c79 07:47:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:47:36 Removing intermediate container 589cad5427bf 07:47:36 ---> 21830ac545ec 07:47:36 07:47:36 Removing intermediate container 6069fa0a6c79 07:47:36 ---> 0fdde78ebb69 07:47:36 Step 22/23 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:47:36 ---> acea533e9124 07:47:36 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:47:36 Successfully built 21830ac545ec 07:47:36 Successfully tagged docker-core-metadata-go:latest 07:47:36 Building docker-core-command-go 07:47:36  Building docker-core-metadata-go ... done  ---> Running in ed1c29d884f8 07:47:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:47:36 Removing intermediate container ed1c29d884f8 07:47:36 ---> 2372b6ac52b9 07:47:36 Step 23/23 : LABEL version=0.0.0 07:47:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:47:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:47:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:47:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:47:37 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.028s 07:47:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 07:47:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:47:37 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 07:47:37 (1/5) Installing libgcc (9.3.0-r2) 07:47:38 (2/5) Installing libsodium (1.0.18-r0) 07:47:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:47:38 (3/5) Installing libstdc++ (9.3.0-r2) 07:47:39 (4/5) Installing libzmq (4.3.2-r0) 07:47:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:47:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:47:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:47:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:47:40 (5/5) Installing zeromq (4.3.2-r0) 07:47:40 Executing busybox-1.31.1-r16.trigger 07:47:40 OK: 8 MiB in 19 packages 07:47:42 ---> Running in a05b9922e7a1 07:47:42 ---> 407f0e1e4e51 07:47:42 Step 20/26 : RUN apk --no-cache add py-pip 07:47:43 ---> Running in eb9ee7eab35a 07:47:43 Removing intermediate container a05b9922e7a1 07:47:43 ---> 2c06bf4aec74 07:47:43 07:47:43 Successfully built 2c06bf4aec74 07:47:43 Successfully tagged docker-support-notifications-go:latest 07:47:43 Building docker-security-secretstore-setup-go 07:47:45  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:47:45 (1/33) Installing libbz2 (1.0.8-r1) 07:47:45 (2/33) Installing expat (2.2.9-r1) 07:47:45 (3/33) Installing libffi (3.3-r2) 07:47:45 (4/33) Installing gdbm (1.13-r1) 07:47:45 (5/33) Installing xz-libs (5.2.5-r0) 07:47:45 (6/33) Installing sqlite-libs (3.32.1-r0) 07:47:45 (7/33) Installing python3 (3.8.5-r0) 07:47:49 Removing intermediate container bf5643bd4103 07:47:49 ---> d555559c9fa7 07:47:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:47:50 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 46.6% of statements 07:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:47:54 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 07:47:54 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:47:54 ---> 2934c903caea 07:47:54 Step 3/20 : WORKDIR /edgex-go 07:47:54 ---> Using cache 07:47:54 ---> c178cf42cf54 07:47:54 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:47:54 ---> Using cache 07:47:54 ---> 49885e5d15f7 07:47:54 Step 5/20 : RUN apk update && apk add make git 07:47:54 (8/33) Installing py3-appdirs (1.4.4-r1) 07:47:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:47:54 (10/33) Installing py3-parsing (2.4.7-r0) 07:47:54 (11/33) Installing py3-six (1.15.0-r0) 07:47:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:47:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:47:54 ---> 2934c903caea 07:47:54 Step 3/21 : WORKDIR /edgex-go 07:47:54 ---> Using cache 07:47:54 ---> c178cf42cf54 07:47:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:47:54 ---> Using cache 07:47:54 ---> 49885e5d15f7 07:47:54 Step 5/21 : RUN apk update && apk add make git 07:47:55 (12/33) Installing py3-packaging (20.4-r0) 07:47:56 (13/33) Installing py3-setuptools (47.0.0-r0) 07:47:56 (14/33) Installing py3-chardet (3.0.4-r4) 07:47:56 (15/33) Installing py3-idna (2.9-r0) 07:47:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:47:56 ---> Running in 4777641af69d 07:47:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.163s coverage: 27.2% of statements 07:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:47:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements 07:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:47:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements 07:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:47:57 ---> Running in c471afa8f3ad 07:47:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:47:57 (18/33) Installing py3-requests (2.23.0-r0) 07:47:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.352s coverage: 82.0% of statements 07:47:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:47:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:47:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 07:47:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:47:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:47:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:47:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:47:57 ---> 7db21ac3f890 07:47:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:47:57 (19/33) Installing py3-msgpack (1.0.0-r0) 07:47:57 (20/33) Installing py3-lockfile (0.12.2-r3) 07:47:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:47:58 (22/33) Installing py3-colorama (0.4.3-r0) 07:47:58 (23/33) Installing py3-distlib (0.3.0-r0) 07:47:58 (24/33) Installing py3-distro (1.5.0-r1) 07:47:58 (25/33) Installing py3-webencodings (0.5.1-r3) 07:47:58 (26/33) Installing py3-html5lib (1.0.1-r4) 07:47:59 (27/33) Installing py3-pytoml (0.1.21-r0) 07:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:48:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.415s coverage: 28.6% of statements 07:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:48:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 07:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:48:00 (28/33) Installing py3-pep517 (0.8.2-r0) 07:48:00 (29/33) Installing py3-progress (1.5-r0) 07:48:00 (30/33) Installing py3-toml (0.10.1-r0) 07:48:00 (31/33) Installing py3-retrying (1.3.3-r0) 07:48:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:48:00 (33/33) Installing py3-pip (20.1.1-r0) 07:48:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements 07:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:48:01 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:48:01 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:48:01 OK: 12749 distinct packages available 07:48:01 ---> eeb56a6ddd0f 07:48:01 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:48:01 Executing busybox-1.31.1-r16.trigger 07:48:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:48:01 OK: 71 MiB in 55 packages 07:48:01 OK: 233 MiB in 51 packages 07:48:02 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:48:02 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:48:02 OK: 12749 distinct packages available 07:48:02 OK: 233 MiB in 51 packages 07:48:02 ---> be9f55c1eec5 07:48:02 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:48:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.090s coverage: 89.8% of statements 07:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:48:03 ---> Running in 9166fe74350d 07:48:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements 07:48:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:48:04 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 07:48:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:48:04 ---> 2934c903caea 07:48:04 Step 3/26 : WORKDIR /edgex-go 07:48:04 ---> Using cache 07:48:04 ---> c178cf42cf54 07:48:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:48:04 ---> Using cache 07:48:04 ---> 49885e5d15f7 07:48:04 Step 5/26 : RUN apk update && apk add make git 07:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.040s coverage: 100.0% of statements 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:48:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 07:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 07:48:05 ---> Running in 8a38f8e8ce62 07:48:06 Removing intermediate container 9166fe74350d 07:48:06 ---> 769fa8eb16f8 07:48:06 Step 20/22 : LABEL arch=x86_64 07:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements 07:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements 07:48:08 ---> Running in d90bd6b0ee01 07:48:08 Removing intermediate container 4777641af69d 07:48:08 ---> a78d3f5bb343 07:48:08 Step 6/20 : COPY go.mod . 07:48:08 Removing intermediate container c471afa8f3ad 07:48:08 ---> 128ec4be7136 07:48:08 Step 6/21 : COPY go.mod . 07:48:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:48:08 Removing intermediate container d90bd6b0ee01 07:48:08 ---> 935e1c21074a 07:48:08 Step 21/22 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:48:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:48:09 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:48:09 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:48:09 OK: 12749 distinct packages available 07:48:09 OK: 233 MiB in 51 packages 07:48:09 ---> 2ecf344ff8a9 07:48:09 Step 7/20 : RUN go mod download 07:48:09 ---> ca05419cdca0 07:48:09 Step 7/21 : RUN go mod download 07:48:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.303s coverage: 55.9% of statements 07:48:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:48:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:48:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 07:48:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:48:11 ---> Running in 3296eccf56b6 07:48:11 ---> Running in 9dcfc7d99c8e 07:48:11 ---> Running in 04aba0693690 07:48:12 Removing intermediate container 3296eccf56b6 07:48:12 ---> c41d98a6b995 07:48:12 Step 22/22 : LABEL version=0.0.0 07:48:12 Removing intermediate container eb9ee7eab35a 07:48:12 ---> 14e533f353db 07:48:12 Step 21/26 : RUN pip install docker-compose==1.23.2 07:48:12 ---> Running in 6ad651c8a2e0 07:48:12 Removing intermediate container 8a38f8e8ce62 07:48:12 ---> b7ec2a696159 07:48:12 Step 6/26 : COPY go.mod . 07:48:12 ---> Running in 844925bffac4 07:48:12 Removing intermediate container 6ad651c8a2e0 07:48:12 ---> 78837b977630 07:48:12 07:48:13 Successfully built 78837b977630 07:48:13 Successfully tagged docker-core-data-go:latest 07:48:13 Building docker-support-logging-go 07:48:13  Building docker-core-data-go ... done  ---> 15f7e71b7b0b 07:48:13 Step 7/26 : RUN go mod download 07:48:13 ---> Running in 26e2c96a005a 07:48:17 Collecting docker-compose==1.23.2 07:48:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:48:17 Collecting docopt<0.7,>=0.6.1 07:48:17 Downloading docopt-0.6.2.tar.gz (25 kB) 07:48:18 Collecting jsonschema<3,>=2.5.1 07:48:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:48:19 Collecting cached-property<2,>=1.2.0 07:48:19 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 07:48:19 Removing intermediate container 9dcfc7d99c8e 07:48:19 ---> 52156d30c537 07:48:19 Step 8/21 : COPY . . 07:48:19 Removing intermediate container 04aba0693690 07:48:19 ---> 569284f596fb 07:48:19 Step 8/20 : COPY . . 07:48:20 Collecting docker<4.0,>=3.6.0 07:48:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:48:20 Removing intermediate container 26e2c96a005a 07:48:20 ---> 0ce5d2c79be3 07:48:20 Step 8/26 : COPY . . 07:48:22 Collecting websocket-client<1.0,>=0.32.0 07:48:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:48:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:48:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:48:27 Collecting PyYAML<4,>=3.10 07:48:27 Downloading PyYAML-3.13.tar.gz (270 kB) 07:48:30 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:48:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:48:30 ---> 2934c903caea 07:48:30 Step 3/21 : WORKDIR /edgex-go 07:48:30 ---> Using cache 07:48:30 ---> c178cf42cf54 07:48:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:48:30 ---> Using cache 07:48:30 ---> 49885e5d15f7 07:48:30 Step 5/21 : RUN apk update && apk add make && apk add bash git 07:48:32 Collecting dockerpty<0.5,>=0.4.1 07:48:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:48:34 Collecting texttable<0.10,>=0.9.0 07:48:34 Downloading texttable-0.9.1.tar.gz (11 kB) 07:48:34 ---> Running in fde0d7cf5b04 07:48:34 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:48:34 Collecting docker-pycreds>=0.4.0 07:48:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:48:34 Collecting idna<2.8,>=2.5 07:48:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:48:36 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) 07:48:36 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) 07:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:48:37 Collecting urllib3<1.25,>=1.21.1 07:48:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:48:38 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:48:38 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:48:38 OK: 12749 distinct packages available 07:48:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:48:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:48:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:48:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:48:38 OK: 233 MiB in 51 packages 07:48:38 Installing collected packages: docopt, jsonschema, cached-property, idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, dockerpty, texttable, docker-compose 07:48:38 Running setup.py install for docopt: started 07:48:39 OK: 233 MiB in 51 packages 07:48:42 Running setup.py install for docopt: finished with status 'done' 07:48:43 Attempting uninstall: idna 07:48:43 Found existing installation: idna 2.9 07:48:43 Uninstalling idna-2.9: 07:48:43 Successfully uninstalled idna-2.9 07:48:43 Attempting uninstall: urllib3 07:48:43 Found existing installation: urllib3 1.25.9 07:48:43 Uninstalling urllib3-1.25.9: 07:48:44 Successfully uninstalled urllib3-1.25.9 07:48:46 Removing intermediate container fde0d7cf5b04 07:48:46 ---> 10cb6dd15c35 07:48:46 Step 6/21 : COPY go.mod . 07:48:46 Attempting uninstall: requests 07:48:46 Found existing installation: requests 2.23.0 07:48:46 Uninstalling requests-2.23.0: 07:48:46 Successfully uninstalled requests-2.23.0 07:48:47 ---> 3eb9aecd1537 07:48:47 Step 7/21 : RUN go mod download 07:48:50 ---> Running in 55e7c9548219 07:48:50 Running setup.py install for PyYAML: started 07:48:50 ---> 20b49d3f402d 07:48:50 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 07:48:51 ---> d465d9789708 07:48:51 Step 9/21 : RUN make cmd/core-command/core-command 07:48:51 Running setup.py install for PyYAML: finished with status 'done' 07:48:51 Running setup.py install for dockerpty: started 07:48:51 ---> Running in dd9816dff877 07:48:52 Running setup.py install for dockerpty: finished with status 'done' 07:48:52 Running setup.py install for texttable: started 07:48:52 ---> Running in 7e731b0c007d 07:48:52 ---> 3917d91d81ce 07:48:52 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 07:48:52 Running setup.py install for texttable: finished with status 'done' 07:48:52 ---> Running in c6a455c0c820 07:48:52 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 07:48:53 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 07:48:53 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 07:48:53 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 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 43.620s coverage: 86.3% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.978s coverage: 72.2% of statements 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.461s coverage: 72.1% of statements 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.078s coverage: 82.4% of statements 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.029s coverage: 96.8% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 26.9% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.392s coverage: 84.1% of statements 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.029s coverage: 100.0% of statements 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.024s coverage: 42.9% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.022s coverage: 100.0% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.043s coverage: 83.8% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 46.1% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.036s coverage: 100.0% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.154s coverage: 29.1% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.048s coverage: 99.0% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.011s coverage: 0.0% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.028s coverage: 87.9% of statements 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:48:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.021s coverage: 100.0% of statements 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements 07:48:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 07:48:56 GO111MODULE=on go vet ./... 07:48:56 Removing intermediate container 55e7c9548219 07:48:56 ---> 19f79618c20b 07:48:56 Step 8/21 : COPY . . 07:49:01 Removing intermediate container 844925bffac4 07:49:01 ---> c5b51f78b8a3 07:49:01 Step 22/26 : RUN apk --no-cache add curl 07:49:04 ---> Running in 0d1fd9d8be03 07:49:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:49:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:49:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:49:06 (2/3) Installing libcurl (7.69.1-r0) 07:49:06 (3/3) Installing curl (7.69.1-r0) 07:49:06 Executing busybox-1.31.1-r16.trigger 07:49:06 OK: 72 MiB in 58 packages 07:49:11 Removing intermediate container 0d1fd9d8be03 07:49:11 ---> d16aafc9a239 07:49:11 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:49:11 ---> Running in a66eea04dcec 07:49:11 Removing intermediate container a66eea04dcec 07:49:11 ---> c5e5208f58f8 07:49:11 Step 24/26 : LABEL arch=x86_64 07:49:11 gofmt -l . 07:49:11 ---> Running in d80f30308f09 07:49:13 [ "`gofmt -l .`" = "" ] 07:49:14 Removing intermediate container d80f30308f09 07:49:14 ---> b0e9d767c8e0 07:49:14 Step 25/26 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:49:15 ./bin/test-go-mod-tidy.sh 07:49:16 ---> Running in c103939cd1ed 07:49:16 ./bin/test-attribution-txt.sh 07:49:19 Removing intermediate container c103939cd1ed 07:49:19 ---> a69dadb254b7 07:49:19 Step 26/26 : LABEL version=0.0.0 [Pipeline] sh 07:49:20 ---> Running in fd07c17b9ef0 07:49:20 ---> 4d281ff3399c 07:49:20 Step 9/21 : RUN make cmd/support-logging/support-logging 07:49:20 Removing intermediate container fd07c17b9ef0 07:49:20 ---> 64ad0cd6eb67 07:49:20 07:49:20 + ls -al . 07:49:20 total 588 07:49:20 drwxrwxr-x 10 1001 1001 4096 Aug 4 07:49 . 07:49:20 drwxr-xr-x 4 root root 4096 Aug 4 07:46 .. 07:49:20 -rw-rw-r-- 1 1001 1001 11 Aug 4 07:44 .dockerignore 07:49:20 drwxrwxr-x 8 1001 1001 4096 Aug 4 07:44 .git 07:49:20 drwxrwxr-x 3 1001 1001 4096 Aug 4 07:44 .github 07:49:20 -rw-rw-r-- 1 1001 1001 932 Aug 4 07:44 .gitignore 07:49:20 drwxrwxr-x 3 1001 1001 4096 Aug 4 07:45 .semver 07:49:20 -rw-rw-r-- 1 1001 1001 166 Aug 4 07:44 .sonarcloud.properties 07:49:20 -rw-rw-r-- 1 1001 1001 3804 Aug 4 07:44 CONTRIBUTING.md 07:49:20 -rw-rw-r-- 1 1001 1001 1035 Aug 4 07:44 Dockerfile.build 07:49:20 -rw-rw-r-- 1 1001 1001 865 Aug 4 07:44 Jenkinsfile 07:49:20 -rw-rw-r-- 1 1001 1001 10775 Aug 4 07:44 LICENSE 07:49:20 -rw-rw-r-- 1 1001 1001 6237 Aug 4 07:44 Makefile 07:49:20 -rw-rw-r-- 1 1001 1001 5652 Aug 4 07:44 README.md 07:49:20 -rw-rw-r-- 1 1001 1001 7111 Aug 4 07:44 SECURITY.md 07:49:20 -rw-rw-r-- 1 1001 1001 5 Aug 4 07:42 VERSION 07:49:20 -rw-rw-r-- 1 1001 1001 4131 Aug 4 07:44 ZMQWindows.md 07:49:20 drwxrwxr-x 2 1001 1001 4096 Aug 4 07:44 bin 07:49:20 drwxrwxr-x 15 1001 1001 4096 Aug 4 07:44 cmd 07:49:20 -rw-r--r-- 1 root root 457707 Aug 4 07:48 coverage.out 07:49:20 -rw-r--r-- 1 root root 1019 Aug 4 07:49 go.mod 07:49:20 -rw-r--r-- 1 root root 19185 Aug 4 07:49 go.sum 07:49:20 drwxrwxr-x 8 1001 1001 4096 Aug 4 07:44 internal 07:49:20 drwxrwxr-x 4 1001 1001 4096 Aug 4 07:44 openapi 07:49:20 drwxrwxr-x 4 1001 1001 4096 Aug 4 07:44 snap 07:49:20 -rw-rw-r-- 1 1001 1001 168 Aug 4 07:44 version.go [Pipeline] sh 07:49:20 ---> Running in 8aa856bd3db0 07:49:20 Successfully built 64ad0cd6eb67 07:49:20 Successfully tagged docker-sys-mgmt-agent-go:latest 07:49:20 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 07:49:20  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go 07:49:21 + '[' -e coverage.out ] 07:49:21 + chown 1001:1001 coverage.out [Pipeline] stash 07:49:21 Warning: overwriting stash ‘coverage-report’ 07:49:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 07:49:22 Stashed 1 file(s) [Pipeline] sh 07:49:23 + make build 07:49:23 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 07:49:30 Removing intermediate container dd9816dff877 07:49:30 ---> 694b7d5eaf24 07:49:30 07:49:30 Step 10/20 : FROM alpine 07:49:30 ---> a24bb4013296 07:49:30 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:49:30 ---> Running in 7f5a20ad6762 07:49:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:49:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:49:32 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:49:32 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:49:32 OK: 12749 distinct packages available 07:49:32 (1/4) Installing ca-certificates (20191127-r4) 07:49:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:49:32 (3/4) Installing libcurl (7.69.1-r0) 07:49:32 (4/4) Installing curl (7.69.1-r0) 07:49:32 Executing busybox-1.31.1-r16.trigger 07:49:33 Executing ca-certificates-20191127-r4.trigger 07:49:33 OK: 7 MiB in 18 packages 07:49:36 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 07:49:37 Removing intermediate container 7e731b0c007d 07:49:37 ---> 7188aededd5b 07:49:37 07:49:37 Step 10/21 : FROM scratch 07:49:37 ---> 07:49:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:49:41 ---> Using cache 07:49:41 ---> da1ee60fd0d4 07:49:41 Step 12/21 : ENV APP_PORT=48082 07:49:41 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 07:49:42 Removing intermediate container 7f5a20ad6762 07:49:42 ---> 69841dfaa6d4 07:49:42 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:49:42 ---> Running in 245c7f3ec5cb 07:49:42 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 07:49:42 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:49:42 ---> 2934c903caea 07:49:42 Step 3/29 : WORKDIR /edgex-go 07:49:42 ---> Using cache 07:49:42 ---> c178cf42cf54 07:49:42 Step 4/29 : RUN apk update && apk add make git 07:49:43 ---> Running in 765ecfdf9f44 07:49:44 ---> Running in 4967c58bdbe7 07:49:44 Removing intermediate container 245c7f3ec5cb 07:49:44 ---> a25d1aec6e72 07:49:44 Step 13/21 : EXPOSE $APP_PORT 07:49:44 ---> Running in 908597e397f9 07:49:44 Removing intermediate container 765ecfdf9f44 07:49:44 ---> 78706bea43ed 07:49:44 Step 13/20 : WORKDIR /edgex 07:49:44 Removing intermediate container 908597e397f9 07:49:44 ---> 98ea4d20742f 07:49:44 Step 14/21 : WORKDIR / 07:49:44 ---> Running in 9fd2c503a254 07:49:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:49:45 ---> Running in 8e3356382fca 07:49:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:49:46 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:49:46 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:49:46 OK: 12749 distinct packages available 07:49:46 Removing intermediate container 9fd2c503a254 07:49:46 ---> 47b483e0b195 07:49:46 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:49:46 OK: 233 MiB in 51 packages 07:49:46 Removing intermediate container 8e3356382fca 07:49:46 ---> 779d052d1c2c 07:49:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:49:46 Removing intermediate container c6a455c0c820 07:49:46 ---> 3275cffe3cfe 07:49:46 07:49:46 Step 10/26 : FROM alpine:3.10 07:49:46 3.10: Pulling from library/alpine 07:49:48 ---> 3636a67ece27 07:49:48 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:49:48 ---> fd6957865fd1 07:49:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:49:48 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:49:48 Status: Downloaded newer image for alpine:3.10 07:49:48 ---> be4e4bea2c2e 07:49:48 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:49:48 Removing intermediate container 4967c58bdbe7 07:49:48 ---> 812777208070 07:49:48 Step 5/29 : COPY go.mod . 07:49:49 Removing intermediate container 8aa856bd3db0 07:49:49 ---> d8655c1bcc74 07:49:49 07:49:49 Step 10/21 : FROM scratch 07:49:49 ---> 07:49:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:49:49 ---> Using cache 07:49:49 ---> 656b24acd025 07:49:49 Step 12/21 : ENV APP_PORT=48061 07:49:49 ---> Running in edb4c23d2631 07:49:49 ---> Running in 9e4eef36f87c 07:49:49 ---> 7a9deb7a4e1f 07:49:49 Step 6/29 : RUN go mod download 07:49:49 ---> 11938320c9f3 07:49:49 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:49:49 ---> f837872815b2 07:49:49 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:49:50 ---> Running in 23b21b8f7b76 07:49:50 ---> Running in 948e9d24a649 07:49:50 Removing intermediate container 9e4eef36f87c 07:49:50 ---> 71f4b7f6dce9 07:49:50 Step 13/21 : EXPOSE $APP_PORT 07:49:50 ---> Running in 3b8e079d57a7 07:49:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 07:49:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 07:49:50 ---> cb92fc43d0c2 07:49:50 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:49:50 Removing intermediate container 23b21b8f7b76 07:49:50 ---> a27304657b22 07:49:50 Step 17/20 : CMD ["--init=true"] 07:49:50 Removing intermediate container 3b8e079d57a7 07:49:50 ---> 91e6eb51033a 07:49:50 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 07:49:50 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:49:50 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:49:50 OK: 10346 distinct packages available 07:49:50 ---> Running in e683710b5288 07:49:50 ---> Running in 4b2978286c00 07:49:50 (1/5) Installing ca-certificates (20191127-r2) 07:49:50 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:49:50 (3/5) Installing libcurl (7.66.0-r0) 07:49:50 (4/5) Installing curl (7.66.0-r0) 07:49:50 (5/5) Installing dumb-init (1.2.2-r1) 07:49:50 Executing busybox-1.30.1-r3.trigger 07:49:50 Executing ca-certificates-20191127-r2.trigger 07:49:51 OK: 7 MiB in 19 packages 07:49:51 Removing intermediate container e683710b5288 07:49:51 ---> 83afbf953eed 07:49:51 Step 19/21 : LABEL arch=x86_64 07:49:51 Removing intermediate container 4b2978286c00 07:49:51 ---> 55084b55946e 07:49:51 Step 18/20 : LABEL arch=x86_64 07:49:51 ---> 3099bb38aea3 07:49:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 07:49: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 07:49:52 ---> Running in 5a86f05180a5 07:49:52 ---> Running in 7f1ad858592f 07:49:52 ---> 9175a583f45f 07:49:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 07:49:52 Removing intermediate container 7f1ad858592f 07:49:52 ---> c32ae48a1873 07:49:52 Step 19/20 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:49:53 Removing intermediate container 5a86f05180a5 07:49:53 ---> 82d7dc0947c1 07:49:53 Step 20/21 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:49:53 ---> Running in 4f6b4f01a381 07:49:53 Removing intermediate container 948e9d24a649 07:49:53 ---> 128915975c38 07:49:53 Step 7/29 : COPY . . 07:49:53 ---> Running in f51f2727ff89 07:49:53 Removing intermediate container edb4c23d2631 07:49:53 ---> cf8a5c5367e8 07:49:53 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:49:53 ---> aa5f811d0f26 07:49:53 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 07:49:55 ---> Running in ccdf5a7c4c2c 07:49:55 Removing intermediate container 4f6b4f01a381 07:49:55 ---> 190f860d6170 07:49:55 Step 20/20 : LABEL version=0.0.0 07:49:55 ---> 51cc9f1acb20 07:49:55 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:49:56 Removing intermediate container f51f2727ff89 07:49:56 ---> 1af708389a29 07:49:56 Step 21/21 : LABEL version=0.0.0 07:49:56 ---> Running in d620c1cf6c36 07:49:56 Removing intermediate container ccdf5a7c4c2c 07:49:56 ---> bdf49e919479 07:49:56 Step 13/26 : WORKDIR / 07:49:56 ---> Running in e25127f37e1f 07:49:56 ---> Running in 628543bd62d7 07:49:56 ---> Running in 229b3ca7e107 07:49:57 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 07:49:58 Removing intermediate container d620c1cf6c36 07:49:58 ---> c027c62c21d8 07:49:58 07:49:58 Successfully built c027c62c21d8 07:49:58 Removing intermediate container e25127f37e1f 07:49:58 ---> c6aa849687f0 07:49:58 Step 19/21 : LABEL arch=x86_64 07:49:58 Successfully tagged docker-security-proxy-setup-go:latest 07:49:59  Building docker-security-proxy-setup-go ... done Removing intermediate container 628543bd62d7 07:49:59 ---> d8de37fdf541 07:49:59 07:49:59 Removing intermediate container 229b3ca7e107 07:49:59 ---> e5eda6f043cb 07:49:59 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:50:00 ---> Running in 4a499630268b 07:50:01 Successfully built d8de37fdf541 07:50:01 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 07:50:03 Successfully tagged docker-core-command-go:latest 07:50:03  Building docker-core-command-go ... done  ---> 1ff82f195d4b 07:50:03 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:50:04 Removing intermediate container 4a499630268b 07:50:04 ---> 74ecd4e8b82e 07:50:04 Step 20/21 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:50:05 ---> Running in c5382c9c4d3e 07:50:06 ---> 4751958fa6d6 07:50:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:50:07 Removing intermediate container c5382c9c4d3e 07:50:07 ---> 3c5e4dd3990b 07:50:07 Step 21/21 : LABEL version=0.0.0 07:50:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:50:08 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 07:50:08 ---> 3ec7449bcb8e 07:50:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 07:50:08 ---> Running in a369c31bc51b 07:50:08 ---> 8bb6a89ca9e8 07:50:08 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:50:09 ---> Running in dd807d5ad7ae 07:50:09 Removing intermediate container a369c31bc51b 07:50:09 ---> 17300ce86362 07:50:09 07:50:09 Successfully built 17300ce86362 07:50:09 ---> 1ee3280a735a 07:50:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:50:09 Successfully tagged docker-support-logging-go:latest 07:50:09  Building docker-support-logging-go ... done 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 07:50:09 ---> 72f6747c78ec 07:50:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:50:10 ---> a06161268e98 07:50:10 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 07:50:11 ---> 8e4a1779c2f9 07:50:11 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:50:11 ---> cef8aca38c0a 07:50:11 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:50:11 ---> Running in 5ec40a997120 07:50:13 Removing intermediate container 5ec40a997120 07:50:13 ---> 0df65075c971 07:50:13 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:50:13 ---> Running in 069a6140b9f5 07:50:13 Removing intermediate container 069a6140b9f5 07:50:13 ---> 1aa94f7215a5 07:50:13 Step 24/26 : LABEL arch=x86_64 07:50:13 ---> Running in 5f5dc991dda2 07:50:13 Removing intermediate container 5f5dc991dda2 07:50:13 ---> d66081213a18 07:50:13 Step 25/26 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:50:13 ---> Running in 3b74f7029341 07:50:14 Removing intermediate container 3b74f7029341 07:50:14 ---> ddcb32f89b0d 07:50:14 Step 26/26 : LABEL version=0.0.0 07:50:14 ---> Running in aad2c6e4c382 07:50:14 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 07:50:14 Removing intermediate container aad2c6e4c382 07:50:14 ---> eb0c913b3b6f 07:50:14 07:50:14 Successfully built eb0c913b3b6f 07:50:14 Successfully tagged docker-security-secretstore-setup-go:latest 07:50:19 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 07:50:20  Building docker-security-secretstore-setup-go ... done Removing intermediate container dd807d5ad7ae 07:50:20 ---> 0c901f4f0b8c 07:50:20 07:50:20 Step 9/29 : FROM alpine:latest 07:50:20 ---> a24bb4013296 07:50:20 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:50:20 ---> Running in 05ecfe5e244f 07:50:20 Removing intermediate container 05ecfe5e244f 07:50:20 ---> c40fb301be07 07:50:20 Step 11/29 : USER root 07:50:20 ---> Running in 3e139e24d3c3 07:50:20 Removing intermediate container 3e139e24d3c3 07:50:20 ---> e2002464a8ae 07:50:20 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:50:20 ---> Running in e6b3b39e29e7 07:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:50:21 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:50:21 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:50:21 OK: 12749 distinct packages available 07:50:21 (1/2) Installing ca-certificates (20191127-r4) 07:50:21 (2/2) Installing dumb-init (1.2.2-r1) 07:50:21 Executing busybox-1.31.1-r16.trigger 07:50:21 Executing ca-certificates-20191127-r4.trigger 07:50:21 OK: 6 MiB in 16 packages 07:50:22 Removing intermediate container e6b3b39e29e7 07:50:22 ---> f5542c1bac5e 07:50:22 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:50:22 ---> Running in 1473ff5f9b98 07:50:22 Removing intermediate container 1473ff5f9b98 07:50:22 ---> 44934cf3f832 07:50:22 Step 14/29 : WORKDIR $BASE_DIR 07:50:22 ---> Running in 1328796b2a99 07:50:22 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 07:50:23 Removing intermediate container 1328796b2a99 07:50:23 ---> bd29a3039681 07:50:23 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:50:23 ---> Running in cfa372cc82a8 07:50:24 Removing intermediate container cfa372cc82a8 07:50:24 ---> 8f1859019744 07:50:24 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:50:25 ---> fccd1d26124b 07:50:25 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:50:25 ---> c72055d356cd 07:50:25 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:50:25 ---> 5e898f64c48c 07:50:25 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:50:26 ---> 34c18bd0c98e 07:50:26 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 07:50:26 ---> 9b708a72655f 07:50:26 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:50:26 ---> Running in 3e6b64195db1 07:50:27 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 07:50:27 Removing intermediate container 3e6b64195db1 07:50:27 ---> 3f1e88530ca4 07:50:27 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:50:27 ---> 6d2b63a528b8 07:50:27 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:50:27 ---> Running in e4f17ef133f9 07:50:28 Removing intermediate container e4f17ef133f9 07:50:28 ---> 3bbe42d1d89c 07:50:28 Step 24/29 : RUN chmod 755 security-secrets-setup 07:50:28 ---> Running in 0b2e6261ebb9 07:50:29 Removing intermediate container 0b2e6261ebb9 07:50:29 ---> 0e300dd8fb24 07:50:29 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:50:29 ---> Running in 1aa250d79c44 07:50:29 Removing intermediate container 1aa250d79c44 07:50:29 ---> 31fcb283b400 07:50:29 Step 26/29 : CMD [ "generate" ] 07:50:29 ---> Running in ba0a127304ed 07:50:29 Removing intermediate container ba0a127304ed 07:50:29 ---> 3a715ed613fc 07:50:29 Step 27/29 : LABEL arch=x86_64 07:50:30 ---> Running in 447be82dd4b3 07:50:30 Removing intermediate container 447be82dd4b3 07:50:30 ---> b6a084423c5f 07:50:30 Step 28/29 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:50:30 ---> Running in 2bc163e9c8dd 07:50:30 Removing intermediate container 2bc163e9c8dd 07:50:30 ---> a39edabac567 07:50:30 Step 29/29 : LABEL version=0.0.0 07:50:30 ---> Running in 6cc348e8e250 07:50:30 Removing intermediate container 6cc348e8e250 07:50:30 ---> 72cd9b48f7f8 07:50:30 07:50:31 Successfully built 72cd9b48f7f8 07:50:31 Successfully tagged docker-security-secrets-setup-go:latest 07:50:31 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 07:50:31  Building docker-security-secrets-setup-go ... done  [Pipeline] } 07:50:31 $ docker stop --time=1 2e76757b3f6bfb42665769e0e311abd74a3f8c04b523555adef5f1dbe2db3571 07:50:33 $ docker rm -f 2e76757b3f6bfb42665769e0e311abd74a3f8c04b523555adef5f1dbe2db3571 [Pipeline] // withDockerContainer [Pipeline] sh 07:50:34 + docker images 07:50:34 + grep docker 07:50:34 docker-security-secrets-setup-go latest 72cd9b48f7f8 4 seconds ago 25.1MB 07:50:34 docker-security-secretstore-setup-go latest eb0c913b3b6f 20 seconds ago 33.9MB 07:50:34 docker-support-logging-go latest 17300ce86362 26 seconds ago 11.8MB 07:50:34 docker-core-command-go latest d8de37fdf541 36 seconds ago 13MB 07:50:34 docker-security-proxy-setup-go latest c027c62c21d8 38 seconds ago 16.4MB 07:50:34 docker-sys-mgmt-agent-go latest 64ad0cd6eb67 About a minute ago 284MB 07:50:34 docker-core-data-go latest 78837b977630 2 minutes ago 24.4MB 07:50:34 docker-support-notifications-go latest 2c06bf4aec74 2 minutes ago 14.5MB 07:50:34 docker-core-metadata-go latest 21830ac545ec 2 minutes ago 14.4MB 07:50:34 docker-support-scheduler-go latest 8d0a7cb2d2e0 3 minutes ago 13.1MB 07:50:34 docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 07:50: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 Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } 07:50:38 $ docker stop --time=1 59b7d8418162bf722d159259473cc7f6bdb5f8e522145e813d43a47b4ec0ad43 07:50:40 $ docker rm -f 59b7d8418162bf722d159259473cc7f6bdb5f8e522145e813d43a47b4ec0ad43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:50:42 07:50:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:50:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:50:43 latest: Pulling from edgex-devops/edgex-compose-arm64 07:50:43 29e5d40040c1: Pulling fs layer 07:50:43 1ce36da41761: Pulling fs layer 07:50:43 25b303627fd3: Pulling fs layer 07:50:43 29e5d40040c1: Verifying Checksum 07:50:43 29e5d40040c1: Download complete 07:50:43 1ce36da41761: Verifying Checksum 07:50:43 1ce36da41761: Download complete 07:50:43 29e5d40040c1: Pull complete 07:50:45 1ce36da41761: Pull complete 07:50:45 25b303627fd3: Verifying Checksum 07:50:45 25b303627fd3: Download complete 07:50:55 25b303627fd3: Pull complete 07:50:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:50:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:50:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:50:55 prd-ubuntu18.04-docker-arm64-4c-16g-2043 does not seem to be running inside a container 07:50:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 07:50:59 $ docker top a1ab6cb8311f8f6c558a98c517e8867c17151bb9c3f3c21f4e7d783ad70ef488 -eo pid,comm [Pipeline] { [Pipeline] sh 07:51:00 + docker-compose build --help 07:51:00 + grep parallel 07:51:04 --parallel Build images in parallel. [Pipeline] } 07:51:04 $ docker stop --time=1 a1ab6cb8311f8f6c558a98c517e8867c17151bb9c3f3c21f4e7d783ad70ef488 07:51:06 $ docker rm -f a1ab6cb8311f8f6c558a98c517e8867c17151bb9c3f3c21f4e7d783ad70ef488 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:51:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:51:07 . [Pipeline] withDockerContainer 07:51:07 prd-ubuntu18.04-docker-arm64-4c-16g-2043 does not seem to be running inside a container 07:51: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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 07:51:09 $ docker top 46c70215fc98daa429a66c43c0a250eb5bebc087beaa62f0950e2c66dff2f43c -eo pid,comm [Pipeline] { [Pipeline] sh 07:51:10 + docker-compose -f ./docker-compose-build.yml build --parallel 07:51:14 Building docker-core-command-go ... 07:51:14 Building docker-core-data-go ... 07:51:14 Building docker-core-metadata-go ... 07:51:14 Building docker-security-proxy-setup-go ... 07:51:14 Building docker-security-secrets-setup-go ... 07:51:14 Building docker-security-secretstore-setup-go ... 07:51:14 Building docker-support-logging-go ... 07:51:14 Building docker-support-notifications-go ... 07:51:14 Building docker-support-scheduler-go ... 07:51:14 Building docker-sys-mgmt-agent-go ... 07:51:14 Building docker-core-data-go 07:51:14 Building docker-security-secretstore-setup-go 07:51:14 Building docker-sys-mgmt-agent-go 07:51:14 Building docker-security-proxy-setup-go 07:51:14 Building docker-support-scheduler-go 07:53:06 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 07:53:06 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:53:06 ---> 8bb1ae1a5832 07:53:06 Step 3/20 : WORKDIR /edgex-go 07:53:06 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 07:53:06 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:53:06 ---> 8bb1ae1a5832 07:53:06 Step 3/20 : WORKDIR /edgex-go 07:53:06 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 07:53:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:53:06 ---> 8bb1ae1a5832 07:53:06 Step 3/26 : WORKDIR /edgex-go 07:53:06 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 07:53:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:53:06 ---> 8bb1ae1a5832 07:53:06 Step 3/26 : WORKDIR /edgex-go 07:53:06 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 07:53:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:53:06 ---> 8bb1ae1a5832 07:53:06 Step 3/22 : WORKDIR /edgex-go 07:53:06 ---> Running in f22b9d8d7783 07:53:06 ---> Running in a06fd9ebc872 07:53:06 ---> Running in a70f2539c4c5 07:53:06 ---> Running in 13e0f065026e 07:53:06 ---> Running in ef33e1bffce5 07:53:06 Removing intermediate container ef33e1bffce5 07:53:06 ---> 4c1d2ce530fd 07:53:06 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:06 Removing intermediate container 13e0f065026e 07:53:06 ---> 8c904e91f220 07:53:06 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:06 Removing intermediate container a06fd9ebc872 07:53:06 ---> 2a7158fad502 07:53:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:06 Removing intermediate container a70f2539c4c5 07:53:06 ---> 96dcdd5b52e0 07:53:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:06 Removing intermediate container f22b9d8d7783 07:53:06 ---> 607b4d47bbbb 07:53:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:06 ---> Running in d402a7384f82 07:53:06 ---> Running in bae6a3a3f804 07:53:06 ---> Running in 7f8b572154c5 07:53:06 ---> Running in d40194fc1c37 07:53:06 ---> Running in ce4a285c5844 07:53:08 Removing intermediate container d402a7384f82 07:53:08 ---> 9beab255be43 07:53:08 Step 5/20 : RUN apk update && apk add make git 07:53:09 ---> Running in 4d8a5280d2c3 07:53:09 Removing intermediate container bae6a3a3f804 07:53:09 ---> da1e0d71190c 07:53:09 Step 5/20 : RUN apk update && apk add make git 07:53:09 ---> Running in 286ebed43f21 07:53:09 Removing intermediate container 7f8b572154c5 07:53:09 ---> ac7f5420ba3b 07:53:09 Step 5/26 : RUN apk update && apk add make git 07:53:09 Removing intermediate container d40194fc1c37 07:53:09 ---> 346ce46ee1ed 07:53:09 Step 5/26 : RUN apk update && apk add make bash git 07:53:09 Removing intermediate container ce4a285c5844 07:53:09 ---> c02444ecef19 07:53:09 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:53:09 ---> Running in 30a4f1eef836 07:53:10 ---> Running in 9597a4f7d5f2 07:53:10 ---> Running in aac8f58c1721 07:53:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:53:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:53:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:53:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:53:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:53:14 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:53:14 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:53:14 OK: 12620 distinct packages available 07:53:14 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:53:14 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:53:14 OK: 12620 distinct packages available 07:53:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:53:14 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:53:14 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:53:14 OK: 12620 distinct packages available 07:53:14 OK: 217 MiB in 51 packages 07:53:15 OK: 217 MiB in 51 packages 07:53:15 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:53:15 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:53:15 OK: 12620 distinct packages available 07:53:15 OK: 217 MiB in 51 packages 07:53:15 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:53:15 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:53:15 OK: 12620 distinct packages available 07:53:16 OK: 217 MiB in 51 packages 07:53:16 OK: 217 MiB in 51 packages 07:53:16 Removing intermediate container 4d8a5280d2c3 07:53:16 ---> 9a57539e6398 07:53:16 Step 6/20 : COPY go.mod . 07:53:17 Removing intermediate container aac8f58c1721 07:53:17 ---> d732f7a419ec 07:53:17 Step 6/22 : COPY go.mod . 07:53:17 Removing intermediate container 9597a4f7d5f2 07:53:17 ---> afc28ee1853b 07:53:17 Step 6/26 : COPY go.mod . 07:53:17 ---> e42093979e3a 07:53:17 Step 7/20 : RUN go mod download 07:53:18 ---> Running in d940ec818dc4 07:53:18 ---> 689b9971b71b 07:53:18 Step 7/22 : RUN go mod download 07:53:18 ---> d991659d1326 07:53:18 Step 7/26 : RUN go mod download 07:53:18 Removing intermediate container 286ebed43f21 07:53:18 Removing intermediate container 30a4f1eef836 07:53:18 ---> 3a5ef50d7919 07:53:18 ---> 78d197ff578c 07:53:18 Step 6/20 : COPY go.mod . 07:53:18 Step 6/26 : COPY go.mod . 07:53:18 ---> Running in 5e150942faea 07:53:18 ---> Running in 92137b8733aa 07:53:19 ---> b153b6bf0474 07:53:19 Step 7/20 : RUN go mod download 07:53:20 ---> 4fa43f32ce62 07:53:20 Step 7/26 : RUN go mod download 07:53:20 ---> Running in aaf846610be6 07:53:20 ---> Running in 4fbdc17bfe2c 07:53:23 Removing intermediate container d940ec818dc4 07:53:23 ---> 9f4b28123773 07:53:23 Step 8/20 : COPY . . 07:53:23 Removing intermediate container 92137b8733aa 07:53:23 ---> 43d0d3e0afc2 07:53:23 Step 8/26 : COPY . . 07:53:24 Removing intermediate container 5e150942faea 07:53:24 ---> dc043873e412 07:53:24 Step 8/22 : COPY . . 07:53:25 Removing intermediate container aaf846610be6 07:53:25 ---> aa61efc789c8 07:53:25 Step 8/20 : COPY . . 07:53:29 Removing intermediate container 4fbdc17bfe2c 07:53:29 ---> 8b6cc4743c07 07:53:29 Step 8/26 : COPY . . 07:53:55 ---> ed98193e0c98 07:53:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:53:55 ---> b474aba2420b 07:53:55 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 07:53:56 ---> 9a8cf59afbfc 07:53:56 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 07:53:56 ---> 7439a4c36876 07:53:56 Step 9/22 : RUN make cmd/core-data/core-data 07:53:56 ---> Running in 788c27022897 07:53:56 ---> Running in 12013d938aad 07:53:56 ---> f550c9044732 07:53:56 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 07:53:56 ---> Running in 1ad80187220b 07:53:56 ---> Running in c43a6b7bc551 07:53:56 ---> Running in b0fd20b79375 07:53: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 07:53:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:53: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 07:53:59 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 07:53:59 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 07:55:21 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 07:55:28 Removing intermediate container 12013d938aad 07:55:28 ---> bfad4ebab020 07:55:28 07:55:28 Step 10/20 : FROM alpine 07:55:28 latest: Pulling from library/alpine 07:55:28 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 07:55:28 Status: Downloaded newer image for alpine:latest 07:55:28 ---> 62ee0e9f8440 07:55:28 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:55:28 ---> Running in 91894624b087 07:55:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:55:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:55:31 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:55:31 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:55:31 OK: 12620 distinct packages available 07:55:32 (1/4) Installing ca-certificates (20191127-r4) 07:55:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:55:32 (3/4) Installing libcurl (7.69.1-r0) 07:55:32 (4/4) Installing curl (7.69.1-r0) 07:55:32 Executing busybox-1.31.1-r16.trigger 07:55:32 Executing ca-certificates-20191127-r4.trigger 07:55:32 OK: 7 MiB in 18 packages 07:55:36 Removing intermediate container 91894624b087 07:55:36 ---> a78849578911 07:55:36 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:55:36 ---> Running in ae3eacb0e7ce 07:55:36 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 07:55:37 Removing intermediate container ae3eacb0e7ce 07:55:37 ---> 5e8ba8909d1a 07:55:37 Step 13/20 : WORKDIR /edgex 07:55:37 ---> Running in 6e924cb8811a 07:55:39 Removing intermediate container 6e924cb8811a 07:55:39 ---> 008f16b2059a 07:55:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:55:40 Removing intermediate container 788c27022897 07:55:40 ---> ce83cb68fe91 07:55:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:55:40 ---> Running in cef86c8636de 07:55:40 ---> e7141f2313f2 07:55:40 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:55:43 ---> 37c5c9b3721e 07:55:43 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:55:43 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 07:55:43 ---> Running in 379dd41598e2 07:55:43 Removing intermediate container 379dd41598e2 07:55:43 ---> b6736d3d34ac 07:55:43 Step 17/20 : CMD ["--init=true"] 07:55:44 ---> Running in b5340d117dc7 07:55:44 Removing intermediate container b5340d117dc7 07:55:44 ---> 915ae6ae792b 07:55:44 Step 18/20 : LABEL arch=arm64 07:55:44 ---> Running in 50f3b5739a03 07:55:45 Removing intermediate container 50f3b5739a03 07:55:45 ---> 871b8e318613 07:55:45 Step 19/20 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:55:46 ---> Running in 9dfb90b2de22 07:55:46 Removing intermediate container 9dfb90b2de22 07:55:46 ---> 872fbac7394f 07:55:46 Step 20/20 : LABEL version=0.0.0 07:55:47 ---> Running in bce890a4cc56 07:55:48 Removing intermediate container bce890a4cc56 07:55:48 ---> b793810e10c5 07:55:48 07:55:50 Successfully built b793810e10c5 07:55:50 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:55:50 Building docker-support-logging-go 07:55:50  Building docker-security-proxy-setup-go ... done Removing intermediate container cef86c8636de 07:55:50 ---> 3813b778fa8a 07:55:50 07:55:50 Step 11/26 : FROM docker:latest 07:55:50 ---> ce9d55ae87f1 07:55:50 Step 12/26 : RUN apk add --no-cache bash 07:55:51 ---> Running in f4ec39be94c7 07:55:52 Removing intermediate container b0fd20b79375 07:55:52 ---> 1a1307990584 07:55:52 07:55:52 Step 10/26 : FROM alpine:3.10 07:55:52 3.10: Pulling from library/alpine 07:55:54 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:55:54 Status: Downloaded newer image for alpine:3.10 07:55:54 ---> 536a684cf733 07:55:54 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:55:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:55:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:55:55 (1/2) Installing readline (8.0.4-r0) 07:55:55 (2/2) Installing bash (5.0.17-r0) 07:55:55 Executing bash-5.0.17-r0.post-install 07:55:55 Executing busybox-1.31.1-r16.trigger 07:55:55 OK: 12 MiB in 22 packages 07:55:56 ---> Running in 2f4ad002b963 07:55:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 07:55:58 Removing intermediate container f4ec39be94c7 07:55:58 ---> 44f3f5d838a4 07:55:58 Step 13/26 : RUN rm -rf /var/cache/apk/* 07:55:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 07:55:59 Removing intermediate container 1ad80187220b 07:55:59 ---> 3b28573d473c 07:55:59 07:55:59 Step 10/20 : FROM scratch 07:55:59 ---> 07:55:59 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:55:59 ---> Running in 614927b1e334 07:55:59 ---> Running in eaac4d77954c 07:55:59 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:55:59 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:55:59 OK: 10167 distinct packages available 07:56:00 Removing intermediate container 614927b1e334 07:56:00 ---> 7cb4d3fbf2bf 07:56:00 Step 12/20 : ENV APP_PORT=48085 07:56:00 (1/5) Installing ca-certificates (20191127-r2) 07:56:00 ---> Running in 10d411686e57 07:56:00 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:56:00 (3/5) Installing libcurl (7.66.0-r0) 07:56:00 (4/5) Installing curl (7.66.0-r0) 07:56:00 (5/5) Installing dumb-init (1.2.2-r1) 07:56:00 Executing busybox-1.30.1-r3.trigger 07:56:00 Executing ca-certificates-20191127-r2.trigger 07:56:00 OK: 7 MiB in 19 packages 07:56:01 Removing intermediate container 10d411686e57 07:56:01 ---> 2e9e461c4d34 07:56:01 Step 13/20 : EXPOSE $APP_PORT 07:56:01 ---> Running in c0f3180709e3 07:56:02 Removing intermediate container c0f3180709e3 07:56:02 ---> 6989d567b711 07:56:02 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:56:03 Removing intermediate container 2f4ad002b963 07:56:03 ---> e753f564e819 07:56:03 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:56:04 ---> db3f3a1bf887 07:56:04 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:56:04 Removing intermediate container eaac4d77954c 07:56:04 ---> f851fc6ab7c3 07:56:04 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:56:05 ---> Running in 361407f97d8c 07:56:05 ---> Running in 24201773233f 07:56:06 Removing intermediate container 361407f97d8c 07:56:06 ---> 7ee9eefbc6d2 07:56:06 Step 13/26 : WORKDIR / 07:56:06 Removing intermediate container 24201773233f 07:56:06 ---> 042524e6f7d2 07:56:06 Step 15/26 : ENV APP_PORT=48090 07:56:07 ---> Running in 18408a5b6dba 07:56:07 ---> c773da8c6d14 07:56:07 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:56:07 ---> Running in 63140ca6877e 07:56:08 Removing intermediate container 18408a5b6dba 07:56:08 ---> 98ffe9a2a3bd 07:56:08 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:56:08 Removing intermediate container 63140ca6877e 07:56:08 ---> 82d7d87edfde 07:56:08 Step 16/26 : EXPOSE $APP_PORT 07:56:09 ---> 1dcc4d09e8ec 07:56:09 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:56:09 ---> Running in 93200d49e8b2 07:56:09 ---> Running in 4a91bbcbcf71 07:56:09 ---> 2303c36a9c2f 07:56:09 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:56:10 Removing intermediate container 93200d49e8b2 07:56:10 ---> 3119665994ac 07:56:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:56:10 Removing intermediate container 4a91bbcbcf71 07:56:10 ---> 95fa098e6ffc 07:56:10 Step 18/20 : LABEL arch=arm64 07:56:11 ---> Running in 5fa8118f3bd0 07:56:11 ---> acb030b4c0e3 07:56:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:56:12 ---> 17fc223e9bdb 07:56:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:56:13 Removing intermediate container 5fa8118f3bd0 07:56:13 ---> 8e7a7b069879 07:56:13 Step 19/20 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:56:13 ---> 431404522b55 07:56:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 07:56:13 ---> Running in 267b5c3ebeba 07:56:14 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:56:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:56:14 ---> 8bb1ae1a5832 07:56:14 Step 3/21 : WORKDIR /edgex-go 07:56:14 ---> Using cache 07:56:14 ---> 607b4d47bbbb 07:56:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:56:14 ---> Using cache 07:56:14 ---> c02444ecef19 07:56:14 Step 5/21 : RUN apk update && apk add make && apk add bash git 07:56:14 ---> Running in 5d09a510db63 07:56:14 ---> 73e6698b08df 07:56:14 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:56:14 Removing intermediate container 267b5c3ebeba 07:56:14 ---> a0566b5e9513 07:56:14 Step 20/20 : LABEL version=0.0.0 07:56:14 ---> Running in f847a9923e9f 07:56:14 ---> c36be163cf55 07:56:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:56:15 Removing intermediate container f847a9923e9f 07:56:15 ---> a696f2915f58 07:56:15 07:56:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:56:16 ---> 20d2446c55c4 07:56:16 Step 20/26 : RUN apk --no-cache add py-pip 07:56:16 Successfully built a696f2915f58 07:56:16 Successfully tagged docker-support-scheduler-go-arm64:latest 07:56:16  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 07:56:17 ---> Running in a32ea9749e7c 07:56:17 ---> e45313ffb10a 07:56:17 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:56:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:56:17 Removing intermediate container c43a6b7bc551 07:56:17 ---> 1d49b315cf16 07:56:17 07:56:17 Step 10/22 : FROM alpine 07:56:17 ---> 62ee0e9f8440 07:56:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:56:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:56:19 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:56:19 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:56:19 OK: 12620 distinct packages available 07:56:19 ---> Running in 44b06cfe01fe 07:56:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:56:19 OK: 217 MiB in 51 packages 07:56:19 ---> 4cb117697880 07:56:19 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 07:56:20 Removing intermediate container 44b06cfe01fe 07:56:20 ---> 8e7deed9afc0 07:56:20 Step 12/22 : ENV APP_PORT=48080 07:56:20 (1/33) Installing libbz2 (1.0.8-r1) 07:56:20 (2/33) Installing expat (2.2.9-r1) 07:56:20 (3/33) Installing libffi (3.3-r2) 07:56:20 (4/33) Installing gdbm (1.13-r1) 07:56:20 (5/33) Installing xz-libs (5.2.5-r0) 07:56:20 (6/33) Installing sqlite-libs (3.32.1-r0) 07:56:20 (7/33) Installing python3 (3.8.5-r0) 07:56:21 OK: 217 MiB in 51 packages 07:56:22 ---> Running in e4dfdb089d5c 07:56:22 ---> 7b78dcde4a72 07:56:22 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:56:23 (8/33) Installing py3-appdirs (1.4.4-r1) 07:56:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:56:23 (10/33) Installing py3-parsing (2.4.7-r0) 07:56:23 (11/33) Installing py3-six (1.15.0-r0) 07:56:23 (12/33) Installing py3-packaging (20.4-r0) 07:56:23 (13/33) Installing py3-setuptools (47.0.0-r0) 07:56:23 (14/33) Installing py3-chardet (3.0.4-r4) 07:56:23 (15/33) Installing py3-idna (2.9-r0) 07:56:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:56:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:56:23 (18/33) Installing py3-requests (2.23.0-r0) 07:56:23 (19/33) Installing py3-msgpack (1.0.0-r0) 07:56:24 (20/33) Installing py3-lockfile (0.12.2-r3) 07:56:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:56:24 (22/33) Installing py3-colorama (0.4.3-r0) 07:56:24 Removing intermediate container e4dfdb089d5c 07:56:24 ---> 5a7823c13671 07:56:24 Step 13/22 : EXPOSE $APP_PORT 07:56:24 (23/33) Installing py3-distlib (0.3.0-r0) 07:56:24 (24/33) Installing py3-distro (1.5.0-r1) 07:56:24 (25/33) Installing py3-webencodings (0.5.1-r3) 07:56:24 (26/33) Installing py3-html5lib (1.0.1-r4) 07:56:24 (27/33) Installing py3-pytoml (0.1.21-r0) 07:56:24 (28/33) Installing py3-pep517 (0.8.2-r0) 07:56:24 (29/33) Installing py3-progress (1.5-r0) 07:56:24 (30/33) Installing py3-toml (0.10.1-r0) 07:56:24 (31/33) Installing py3-retrying (1.3.3-r0) 07:56:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:56:24 (33/33) Installing py3-pip (20.1.1-r0) 07:56:24 Executing busybox-1.31.1-r16.trigger 07:56:24 OK: 71 MiB in 55 packages 07:56:24 ---> 57138cd5b3c7 07:56:24 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:56:24 Removing intermediate container 5d09a510db63 07:56:24 ---> 1fa36a5cb075 07:56:24 Step 6/21 : COPY go.mod . 07:56:24 ---> Running in 6a3bc49fdbb3 07:56:24 ---> Running in cd0f7305c6e8 07:56:25 Removing intermediate container 6a3bc49fdbb3 07:56:25 ---> 2a5fbe86fc26 07:56:25 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:56:25 ---> db3075c68052 07:56:25 Step 7/21 : RUN go mod download 07:56:25 ---> Running in 15dc2e95c737 07:56:26 ---> Running in 413d5b67d8c0 07:56:31 Removing intermediate container cd0f7305c6e8 07:56:31 ---> 843cc5b9c71f 07:56:31 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:56:31 ---> Running in e47e4c21f346 07:56:31 Removing intermediate container 15dc2e95c737 07:56:31 ---> fbea00cde877 07:56:31 Step 15/22 : RUN apk --no-cache add zeromq 07:56:31 Removing intermediate container 413d5b67d8c0 07:56:31 ---> 8ea4254acd88 07:56:31 Step 8/21 : COPY . . 07:56:32 ---> Running in 7d6ea330a9d6 07:56:32 Removing intermediate container e47e4c21f346 07:56:32 ---> 62379c45085a 07:56:32 Step 24/26 : LABEL arch=arm64 07:56:33 ---> Running in e4e1238be5cd 07:56:34 Removing intermediate container a32ea9749e7c 07:56:34 ---> d357931e711b 07:56:34 Step 21/26 : RUN pip install docker-compose==1.23.2 07:56:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:56:35 Removing intermediate container e4e1238be5cd 07:56:35 ---> e0f14ffbf76b 07:56:35 Step 25/26 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:56:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:56:35 ---> Running in 6e473d534e0b 07:56:37 ---> Running in 61272087c2f6 07:56:38 (1/5) Installing libgcc (9.3.0-r2) 07:56:38 (2/5) Installing libsodium (1.0.18-r0) 07:56:38 (3/5) Installing libstdc++ (9.3.0-r2) 07:56:38 Removing intermediate container 61272087c2f6 07:56:38 ---> 8ed434cb8fcd 07:56:38 Step 26/26 : LABEL version=0.0.0 07:56:40 (4/5) Installing libzmq (4.3.2-r0) 07:56:40 ---> Running in c4c2cf2ed2ca 07:56:40 (5/5) Installing zeromq (4.3.2-r0) 07:56:40 Executing busybox-1.31.1-r16.trigger 07:56:40 OK: 8 MiB in 19 packages 07:56:41 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 07:56:41 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:56:41 ---> 8bb1ae1a5832 07:56:41 Step 3/29 : WORKDIR /edgex-go 07:56:41 ---> Using cache 07:56:41 ---> 607b4d47bbbb 07:56:41 Step 4/29 : RUN apk update && apk add make git 07:56:42 ---> Running in fe5e29112b9d 07:56:42 Removing intermediate container c4c2cf2ed2ca 07:56:42 ---> 2098f54b9068 07:56:42 07:56:43 Successfully built 2098f54b9068 07:56:43 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:56:43 Building docker-core-command-go 07:56:43  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7d6ea330a9d6 07:56:43 ---> 2fae81d9606e 07:56:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:56:44 Collecting docker-compose==1.23.2 07:56:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:56:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:56:46 Collecting dockerpty<0.5,>=0.4.1 07:56:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:56:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:56:48 ---> 27f91f1ea28d 07:56:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:56:50 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:56:50 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:56:50 OK: 12620 distinct packages available 07:56:50 Collecting cached-property<2,>=1.2.0 07:56:50 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 07:56:51 OK: 217 MiB in 51 packages 07:56:52 Collecting PyYAML<4,>=3.10 07:56:52 Downloading PyYAML-3.13.tar.gz (270 kB) 07:56:53 ---> 30313872ce0a 07:56:53 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:56:54 Removing intermediate container fe5e29112b9d 07:56:54 ---> 992dd663fb28 07:56:54 Step 5/29 : COPY go.mod . 07:56:54 ---> 48ec70044dae 07:56:54 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:56:55 ---> Running in a183295564b9 07:56:55 ---> ffbba00de81a 07:56:55 Step 6/29 : RUN go mod download 07:56:55 Removing intermediate container a183295564b9 07:56:55 ---> 5143a8124faa 07:56:55 Step 20/22 : LABEL arch=arm64 07:56:55 ---> Running in 0a57b089f520 07:56:56 ---> Running in cb2a95fb32c2 07:56:57 Removing intermediate container cb2a95fb32c2 07:56:57 ---> 98e034436d73 07:56:57 Step 21/22 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:56:57 ---> Running in 0a7b1e16baac 07:56:57 ---> 6526cb15a967 07:56:57 Step 9/21 : RUN make cmd/support-logging/support-logging 07:56:57 Collecting docker<4.0,>=3.6.0 07:56:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:56:58 ---> Running in fb9855f65c0c 07:56:58 Removing intermediate container 0a7b1e16baac 07:56:58 ---> 5edec4dd07ae 07:56:58 Step 22/22 : LABEL version=0.0.0 07:56:58 ---> Running in b70b9074dfca 07:56:58 Collecting texttable<0.10,>=0.9.0 07:56:58 Downloading texttable-0.9.1.tar.gz (11 kB) 07:56:59 Removing intermediate container b70b9074dfca 07:56:59 ---> e8652c5c91d7 07:56:59 07:57:00 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 07:57:00 Successfully built e8652c5c91d7 07:57:00 Successfully tagged docker-core-data-go-arm64:latest 07:57:00 Building docker-support-notifications-go 07:57:01  Building docker-core-data-go ... done Removing intermediate container 0a57b089f520 07:57:01 ---> 392f49c561be 07:57:01 Step 7/29 : COPY . . 07:57:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:57:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:57:04 Collecting jsonschema<3,>=2.5.1 07:57:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:57:04 Collecting docopt<0.7,>=0.6.1 07:57:04 Downloading docopt-0.6.2.tar.gz (25 kB) 07:57:08 Collecting websocket-client<1.0,>=0.32.0 07:57:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:57:08 Collecting docker-pycreds>=0.4.0 07:57:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:57:09 Collecting urllib3<1.25,>=1.21.1 07:57:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:57:10 Collecting idna<2.8,>=2.5 07:57:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:57:10 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) 07:57:10 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) 07:57:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:57:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:57:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:57:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:57:12 Installing collected packages: dockerpty, cached-property, PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, jsonschema, docopt, docker-compose 07:57:12 Running setup.py install for dockerpty: started 07:57:14 Running setup.py install for dockerpty: finished with status 'done' 07:57:14 Running setup.py install for PyYAML: started 07:57:15 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:57:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:57:15 ---> 8bb1ae1a5832 07:57:15 Step 3/21 : WORKDIR /edgex-go 07:57:15 ---> Using cache 07:57:15 ---> 607b4d47bbbb 07:57:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:57:15 ---> Using cache 07:57:15 ---> c02444ecef19 07:57:15 Step 5/21 : RUN apk update && apk add make git 07:57:18 Running setup.py install for PyYAML: finished with status 'done' 07:57:18 Attempting uninstall: urllib3 07:57:18 Found existing installation: urllib3 1.25.9 07:57:18 Uninstalling urllib3-1.25.9: 07:57:19 Successfully uninstalled urllib3-1.25.9 07:57:21 Attempting uninstall: idna 07:57:21 Found existing installation: idna 2.9 07:57:21 Uninstalling idna-2.9: 07:57:21 Successfully uninstalled idna-2.9 07:57:22 Attempting uninstall: requests 07:57:22 Found existing installation: requests 2.23.0 07:57:22 Uninstalling requests-2.23.0: 07:57:22 ---> Running in 8927c570c6c7 07:57:22 Successfully uninstalled requests-2.23.0 07:57:25 Running setup.py install for texttable: started 07:57:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:57:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:57:28 Running setup.py install for texttable: finished with status 'done' 07:57:28 Running setup.py install for docopt: started 07:57:29 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:57:29 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:57:29 OK: 12620 distinct packages available 07:57:30 OK: 217 MiB in 51 packages 07:57:32 Running setup.py install for docopt: finished with status 'done' 07:57:34 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 07:57:35 Removing intermediate container 8927c570c6c7 07:57:35 ---> 2034c8bd27c2 07:57:35 Step 6/21 : COPY go.mod . 07:57:35 ---> 61d5c6b59343 07:57:35 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:57:35 ---> Running in a23d70d05f2f 07:57:37 ---> 3071f75cc2c2 07:57:37 Step 7/21 : RUN go mod download 07:57:37 ---> Running in 0d61bacbd7f0 07:57:38 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 07:57:41 Removing intermediate container 6e473d534e0b 07:57:41 ---> c1940aa7955f 07:57:41 Step 22/26 : RUN apk --no-cache add curl 07:57:41 ---> Running in d5e6fc0d279d 07:57:45 Removing intermediate container 0d61bacbd7f0 07:57:45 ---> 1c566f2bed08 07:57:45 Step 8/21 : COPY . . 07:57:45 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 07:57:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:57:45 ---> 8bb1ae1a5832 07:57:45 Step 3/23 : WORKDIR /edgex-go 07:57:45 ---> Using cache 07:57:45 ---> 607b4d47bbbb 07:57:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:57:45 ---> Using cache 07:57:45 ---> c02444ecef19 07:57:45 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 07:57:45 ---> Running in 14d8079c8fea 07:57:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:57:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:57:47 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:57:47 (2/3) Installing libcurl (7.69.1-r0) 07:57:47 (3/3) Installing curl (7.69.1-r0) 07:57:47 Executing busybox-1.31.1-r16.trigger 07:57:47 OK: 71 MiB in 58 packages 07:57:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:57:50 Removing intermediate container d5e6fc0d279d 07:57:50 ---> d067e6f06bac 07:57:50 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:57:50 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:57:50 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:57:50 OK: 12620 distinct packages available 07:57:51 ---> Running in 620249b78040 07:57:52 OK: 217 MiB in 51 packages 07:57:52 Removing intermediate container 620249b78040 07:57:52 ---> 0056edfa5eb4 07:57:52 Step 24/26 : LABEL arch=arm64 07:57:52 ---> Running in 60862fd209f7 07:57:54 Removing intermediate container 60862fd209f7 07:57:54 ---> 7471953b7ed8 07:57:54 Step 25/26 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:57:54 ---> Running in 62ee80c48d29 07:57:54 Removing intermediate container 14d8079c8fea 07:57:54 ---> df91f56a62a5 07:57:54 Step 6/23 : COPY go.mod . 07:57:55 Removing intermediate container 62ee80c48d29 07:57:55 ---> 471978adaca0 07:57:55 Step 26/26 : LABEL version=0.0.0 07:57:56 ---> Running in b69b37f68d6f 07:57:57 ---> e2b20dad66c0 07:57:57 Step 7/23 : RUN go mod download 07:57:57 ---> Running in 45f96fb40b65 07:57:57 Removing intermediate container b69b37f68d6f 07:57:57 ---> 972aa5ad3d47 07:57:57 07:57:59 Successfully built 972aa5ad3d47 07:57:59 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:57:59  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 07:58:07 Removing intermediate container 45f96fb40b65 07:58:07 ---> 1160a277dedc 07:58:07 Step 8/23 : COPY . . 07:58:19 ---> 904ad38fb6f4 07:58:19 Step 9/21 : RUN make cmd/core-command/core-command 07:58:19 ---> Running in 6fa4096e2448 07:58:22 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 07:58:30 Removing intermediate container fb9855f65c0c 07:58:30 ---> 0333c1f8d6a5 07:58:30 07:58:30 Step 10/21 : FROM scratch 07:58:30 ---> 07:58:30 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:58:30 ---> Running in ea6f88a3a7a3 07:58:32 Removing intermediate container ea6f88a3a7a3 07:58:32 ---> 218d2541c474 07:58:32 Step 12/21 : ENV APP_PORT=48061 07:58:32 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:58:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:58:32 ---> 8bb1ae1a5832 07:58:32 Step 3/21 : WORKDIR /edgex-go 07:58:32 ---> Using cache 07:58:32 ---> 607b4d47bbbb 07:58:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:58:32 ---> Using cache 07:58:32 ---> c02444ecef19 07:58:32 Step 5/21 : RUN apk update && apk add make git 07:58:32 ---> Using cache 07:58:32 ---> 2034c8bd27c2 07:58:32 Step 6/21 : COPY go.mod . 07:58:32 ---> Using cache 07:58:32 ---> 3071f75cc2c2 07:58:32 Step 7/21 : RUN go mod download 07:58:32 ---> Using cache 07:58:32 ---> 1c566f2bed08 07:58:32 Step 8/21 : COPY . . 07:58:32 ---> Using cache 07:58:32 ---> 904ad38fb6f4 07:58:32 Step 9/21 : RUN make cmd/core-metadata/core-metadata 07:58:32 ---> Running in 01029382aec6 07:58:32 ---> Running in d7c54e424167 07:58:33 Removing intermediate container 01029382aec6 07:58:33 ---> 5499cce2625e 07:58:33 Step 13/21 : EXPOSE $APP_PORT 07:58:33 ---> Running in 50d8c7461c93 07:58:35 Removing intermediate container 50d8c7461c93 07:58:35 ---> a303257cc3da 07:58:35 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 07:58:36 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 07:58:37 ---> 26aafd07a54d 07:58:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 07:58:39 ---> 7a530a88c14d 07:58:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 07:58:41 ---> f3855e5a1504 07:58:41 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 07:58:43 ---> 9016f863cfed 07:58:43 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:58:43 ---> Running in c9447e7fcec6 07:58:43 ---> 8d792099e890 07:58:43 Step 9/23 : RUN make cmd/support-notifications/support-notifications 07:58:44 ---> Running in c2e7e4a3de8e 07:58:44 Removing intermediate container c9447e7fcec6 07:58:44 ---> 65da7958d56e 07:58:44 Step 19/21 : LABEL arch=arm64 07:58:44 ---> Running in 619f54c23509 07:58:45 Removing intermediate container 619f54c23509 07:58:45 ---> 46554edb3d39 07:58:45 Step 20/21 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:58:46 ---> Running in 576e6a6f550f 07:58:46 Removing intermediate container 576e6a6f550f 07:58:46 ---> c397acb90766 07:58:46 Step 21/21 : LABEL version=0.0.0 07:58:47 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 07:58:47 ---> Running in e8f7d68718e0 07:58:48 Removing intermediate container e8f7d68718e0 07:58:48 ---> f7e19742c79b 07:58:48 07:58:49 Successfully built f7e19742c79b 07:58:49 Successfully tagged docker-support-logging-go-arm64:latest 07:58:51  Building docker-support-logging-go ... done Removing intermediate container a23d70d05f2f 07:58:51 ---> 554cb9237c7c 07:58:51 07:58:51 Step 9/29 : FROM alpine:latest 07:58:51 ---> 62ee0e9f8440 07:58:51 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:58:51 ---> Running in da657e437c2b 07:58:52 Removing intermediate container da657e437c2b 07:58:52 ---> dcb4f01ef254 07:58:52 Step 11/29 : USER root 07:58:52 ---> Running in 95f0e44816f2 07:58:53 Removing intermediate container 95f0e44816f2 07:58:53 ---> 5d80197f703d 07:58:53 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:58:53 ---> Running in a96e8c3ffff9 07:58:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:56 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:58:56 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:58:56 OK: 12620 distinct packages available 07:58:58 (1/2) Installing ca-certificates (20191127-r4) 07:58:58 (2/2) Installing dumb-init (1.2.2-r1) 07:58:58 Executing busybox-1.31.1-r16.trigger 07:58:58 Executing ca-certificates-20191127-r4.trigger 07:58:58 OK: 6 MiB in 16 packages 07:59:01 Removing intermediate container a96e8c3ffff9 07:59:01 ---> 3d266e821c66 07:59:01 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:59:01 ---> Running in 6695804dce3a 07:59:01 Removing intermediate container 6695804dce3a 07:59:01 ---> 3b02aad8fae6 07:59:01 Step 14/29 : WORKDIR $BASE_DIR 07:59:02 ---> Running in 1f804f0f9fc8 07:59:03 Removing intermediate container 1f804f0f9fc8 07:59:03 ---> f73c784a99ec 07:59:03 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:59:03 ---> Running in d2705642d7a1 07:59:07 Removing intermediate container d2705642d7a1 07:59:07 ---> 1f34ac30c60e 07:59:07 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:59:08 ---> 4ed0768537a2 07:59:08 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:59:10 ---> bd0de3beff74 07:59:10 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:59:11 ---> afe1aaaa6870 07:59:11 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:59:12 ---> b709853c30b7 07:59:12 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 07:59:13 ---> 794bd33b36bd 07:59:13 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:59:13 ---> Running in 39a7042d7333 07:59:18 Removing intermediate container 39a7042d7333 07:59:18 ---> 5c34bf8edaa5 07:59:18 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:59:19 ---> 2fd531af1224 07:59:19 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:59:19 ---> Running in f0ea1cca9ab6 07:59:23 Removing intermediate container f0ea1cca9ab6 07:59:23 ---> 58ddf6ac5b32 07:59:23 Step 24/29 : RUN chmod 755 security-secrets-setup 07:59:23 ---> Running in 720981ed4cc2 07:59:27 Removing intermediate container 720981ed4cc2 07:59:27 ---> 7b7911b6a29f 07:59:27 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:59:28 ---> Running in d6754281f7e8 07:59:28 Removing intermediate container d6754281f7e8 07:59:28 ---> 114e520f3dac 07:59:28 Step 26/29 : CMD [ "generate" ] 07:59:28 ---> Running in 2abeaeb4b406 07:59:29 Removing intermediate container 2abeaeb4b406 07:59:29 ---> 7234dd508d69 07:59:29 Step 27/29 : LABEL arch=arm64 07:59:29 ---> Running in 64181c07a9a3 07:59:30 Removing intermediate container 64181c07a9a3 07:59:30 ---> 5c678602d770 07:59:30 Step 28/29 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 07:59:30 ---> Running in 017670028aeb 07:59:31 Removing intermediate container 017670028aeb 07:59:31 ---> 39b4ae60e499 07:59:31 Step 29/29 : LABEL version=0.0.0 07:59:31 ---> Running in bf9871b78246 07:59:32 Removing intermediate container bf9871b78246 07:59:32 ---> b13771e4857c 07:59:32 07:59:32 Successfully built b13771e4857c 07:59:32 Successfully tagged docker-security-secrets-setup-go-arm64:latest 07:59:59  Building docker-security-secrets-setup-go ... done Removing intermediate container 6fa4096e2448 07:59:59 ---> 43b57cc20c2b 07:59:59 07:59:59 Step 10/21 : FROM scratch 07:59:59 ---> 07:59:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:59:59 ---> Using cache 07:59:59 ---> 7cb4d3fbf2bf 07:59:59 Step 12/21 : ENV APP_PORT=48082 07:59:59 ---> Running in 8306a851e68c 07:59:59 Removing intermediate container 8306a851e68c 07:59:59 ---> bb990cb6ed3e 07:59:59 Step 13/21 : EXPOSE $APP_PORT 07:59:59 ---> Running in 6d33f778c183 08:00:00 Removing intermediate container 6d33f778c183 08:00:00 ---> 6ab740ff6961 08:00:00 Step 14/21 : WORKDIR / 08:00:00 ---> Running in c62b15da940c 08:00:00 Removing intermediate container c62b15da940c 08:00:00 ---> 79ab3d1566d1 08:00:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:00:01 ---> 403486bdd0f7 08:00:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:00:03 ---> ffb935732b33 08:00:03 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:00:04 ---> acfd3516390a 08:00:04 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:00:04 ---> Running in 408579a43baa 08:00:05 Removing intermediate container 408579a43baa 08:00:05 ---> 71c11eadfd05 08:00:05 Step 19/21 : LABEL arch=arm64 08:00:05 ---> Running in 2c86260ef57e 08:00:05 Removing intermediate container 2c86260ef57e 08:00:05 ---> 80b296b3885d 08:00:05 Step 20/21 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 08:00:05 ---> Running in 0f2529e2afa7 08:00:06 Removing intermediate container 0f2529e2afa7 08:00:06 ---> 60c9408c2dde 08:00:06 Step 21/21 : LABEL version=0.0.0 08:00:06 ---> Running in 484981d837bd 08:00:06 Removing intermediate container 484981d837bd 08:00:06 ---> 958da0e6485d 08:00:06 08:00:07 Successfully built 958da0e6485d 08:00:07 Successfully tagged docker-core-command-go-arm64:latest 08:00:11  Building docker-core-command-go ... done Removing intermediate container c2e7e4a3de8e 08:00:11 ---> 05458f1af7be 08:00:11 08:00:11 Step 10/23 : FROM scratch 08:00:11 ---> 08:00:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:00:11 ---> Using cache 08:00:11 ---> 218d2541c474 08:00:11 Step 12/23 : ENV APP_PORT=48060 08:00:11 ---> Running in d0bf75e5913f 08:00:11 Removing intermediate container d7c54e424167 08:00:11 ---> ac40c1dbef10 08:00:11 08:00:11 Step 10/21 : FROM scratch 08:00:11 ---> 08:00:11 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:00:12 ---> Using cache 08:00:12 ---> 7cb4d3fbf2bf 08:00:12 Step 12/21 : ENV APP_PORT=48081 08:00:12 Removing intermediate container d0bf75e5913f 08:00:12 ---> ec0e8a96a2af 08:00:12 Step 13/23 : EXPOSE $APP_PORT 08:00:12 ---> Running in f5f19952b120 08:00:12 ---> Running in 79210c4bc2dd 08:00:12 Removing intermediate container f5f19952b120 08:00:12 ---> 1cb3e879192e 08:00:12 Step 13/21 : EXPOSE $APP_PORT 08:00:12 Removing intermediate container 79210c4bc2dd 08:00:12 ---> 16b2107d49eb 08:00:12 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 08:00:12 ---> Running in bbaed6127473 08:00:13 Removing intermediate container bbaed6127473 08:00:13 ---> a8c6050a0a7b 08:00:13 Step 14/21 : WORKDIR / 08:00:13 ---> Running in af024f87028d 08:00:13 ---> 54e22a6c9295 08:00:13 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:00:13 Removing intermediate container af024f87028d 08:00:13 ---> e25f25ca880d 08:00:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:00:14 ---> 80fc4d4da281 08:00:14 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 08:00:14 ---> 57eb2a68bbb6 08:00:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:00:16 ---> 5e26c77899e1 08:00:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:00:16 ---> 0fff7f71bea9 08:00:16 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:00:16 ---> e2129ccc7f3d 08:00:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:00:16 ---> 1505825ec740 08:00:16 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:00:17 ---> Running in 5377cc0208ab 08:00:17 Removing intermediate container 5377cc0208ab 08:00:17 ---> df2b065514de 08:00:17 Step 19/21 : LABEL arch=arm64 08:00:18 ---> Running in b9f10f8d779e 08:00:18 ---> 1bc0e6546145 08:00:18 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:00:18 Removing intermediate container b9f10f8d779e 08:00:18 ---> 959f53b245c7 08:00:18 Step 20/21 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 08:00:18 ---> Running in 322bea957657 08:00:19 ---> 158eea012bb7 08:00:19 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:00:19 ---> Running in 01546bb15bf7 08:00:19 Removing intermediate container 322bea957657 08:00:19 ---> 320c927efa8d 08:00:19 Step 21/21 : LABEL version=0.0.0 08:00:19 ---> Running in b33857a6db6b 08:00:20 Removing intermediate container 01546bb15bf7 08:00:20 ---> 66c4ac4e367b 08:00:20 Step 21/23 : LABEL arch=arm64 08:00:20 ---> Running in 6ddd1c14d62d 08:00:20 Removing intermediate container b33857a6db6b 08:00:20 ---> a70c6f1e4b05 08:00:20 08:00:20 Successfully built a70c6f1e4b05 08:00:20 Successfully tagged docker-core-metadata-go-arm64:latest 08:00:20  Building docker-core-metadata-go ... done Removing intermediate container 6ddd1c14d62d 08:00:20 ---> e8561a61f5ee 08:00:20 Step 22/23 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 08:00:20 ---> Running in b534d936866a 08:00:21 Removing intermediate container b534d936866a 08:00:21 ---> 8f15a195cda4 08:00:21 Step 23/23 : LABEL version=0.0.0 08:00:21 ---> Running in cda9ea501a55 08:00:22 Removing intermediate container cda9ea501a55 08:00:22 ---> 3c3361ad24c3 08:00:22 08:00:22 Successfully built 3c3361ad24c3 08:00:22 Successfully tagged docker-support-notifications-go-arm64:latest 08:00:22  Building docker-support-notifications-go ... done  [Pipeline] } 08:00:22 $ docker stop --time=1 46c70215fc98daa429a66c43c0a250eb5bebc087beaa62f0950e2c66dff2f43c 08:00:24 $ docker rm -f 46c70215fc98daa429a66c43c0a250eb5bebc087beaa62f0950e2c66dff2f43c [Pipeline] // withDockerContainer [Pipeline] sh 08:00:25 + grep docker 08:00:25 + docker images 08:00:25 docker-support-notifications-go-arm64 latest 3c3361ad24c3 4 seconds ago 13.9MB 08:00:25 docker-core-metadata-go-arm64 latest a70c6f1e4b05 6 seconds ago 13.8MB 08:00:25 docker-core-command-go-arm64 latest 958da0e6485d 19 seconds ago 12.4MB 08:00:25 docker-security-secrets-setup-go-arm64 latest b13771e4857c 54 seconds ago 24.2MB 08:00:25 docker-support-logging-go-arm64 latest f7e19742c79b About a minute ago 11.4MB 08:00:25 docker-sys-mgmt-agent-go-arm64 latest 972aa5ad3d47 2 minutes ago 266MB 08:00:25 docker-core-data-go-arm64 latest e8652c5c91d7 3 minutes ago 23.3MB 08:00:25 docker-security-secretstore-setup-go-arm64 latest 2098f54b9068 3 minutes ago 32.6MB 08:00:25 docker-support-scheduler-go-arm64 latest a696f2915f58 4 minutes ago 12.6MB 08:00:25 docker-security-proxy-setup-go-arm64 latest b793810e10c5 4 minutes ago 15.8MB 08:00:25 docker latest ce9d55ae87f1 5 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 08:00:27 provisioning config files... 08:00:27 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/27@tmp/config7608453539403352710tmp [Pipeline] { [Pipeline] sh 08:00:28 + curl -s https://codecov.io/bash 08:00:28 + bash -s - -t @/w/workspace/edgex-go/27@tmp/config7608453539403352710tmp [Pipeline] } 08:00:28 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 08:00:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:00:31 ---> package-listing.sh 08:00:31 ++ facter osfamily 08:00:31 ++ tr '[:upper:]' '[:lower:]' 08:00:31 + OS_FAMILY=redhat 08:00:31 + workspace=/w/workspace/edgex-go/27 08:00:31 + START_PACKAGES=/tmp/packages_start.txt 08:00:31 + END_PACKAGES=/tmp/packages_end.txt 08:00:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:00:31 + PACKAGES=/tmp/packages_start.txt 08:00:31 + '[' /w/workspace/edgex-go/27 ']' 08:00:31 + PACKAGES=/tmp/packages_end.txt 08:00:31 + case "${OS_FAMILY}" in 08:00:31 + rpm -qa 08:00:31 + sort 08:00:35 + '[' -f /tmp/packages_start.txt ']' 08:00:35 + '[' -f /tmp/packages_end.txt ']' 08:00:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:00:35 + '[' /w/workspace/edgex-go/27 ']' 08:00:35 + mkdir -p /w/workspace/edgex-go/27/archives/ 08:00:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/27/archives/ [Pipeline] isUnix [Pipeline] sh 08:00:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:00:36 08:00:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:00:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:00:36 alpine: Pulling from edgex-lftools-log-publisher 08:00:36 c9b1b535fdd9: Pulling fs layer 08:00:36 2cc5ad85d9ab: Pulling fs layer 08:00:36 756a868c4378: Pulling fs layer 08:00:36 444b2fc9a129: Pulling fs layer 08:00:36 ea15f1150254: Pulling fs layer 08:00:36 41b27a9f41bf: Pulling fs layer 08:00:36 28c525ee5125: Pulling fs layer 08:00:36 094b1ea09ed8: Pulling fs layer 08:00:36 138eaada9080: Pulling fs layer 08:00:36 0622d0fa9048: Pulling fs layer 08:00:36 ea15f1150254: Waiting 08:00:36 41b27a9f41bf: Waiting 08:00:36 28c525ee5125: Waiting 08:00:36 094b1ea09ed8: Waiting 08:00:36 138eaada9080: Waiting 08:00:36 0622d0fa9048: Waiting 08:00:36 444b2fc9a129: Waiting 08:00:36 2cc5ad85d9ab: Download complete 08:00:36 444b2fc9a129: Verifying Checksum 08:00:36 444b2fc9a129: Download complete 08:00:36 c9b1b535fdd9: Verifying Checksum 08:00:36 c9b1b535fdd9: Download complete 08:00:36 ea15f1150254: Download complete 08:00:36 28c525ee5125: Verifying Checksum 08:00:36 28c525ee5125: Download complete 08:00:36 756a868c4378: Verifying Checksum 08:00:36 756a868c4378: Download complete 08:00:36 c9b1b535fdd9: Pull complete 08:00:36 138eaada9080: Verifying Checksum 08:00:36 138eaada9080: Download complete 08:00:37 0622d0fa9048: Verifying Checksum 08:00:37 0622d0fa9048: Download complete 08:00:37 094b1ea09ed8: Verifying Checksum 08:00:37 094b1ea09ed8: Download complete 08:00:37 2cc5ad85d9ab: Pull complete 08:00:37 41b27a9f41bf: Verifying Checksum 08:00:37 41b27a9f41bf: Download complete 08:00:39 756a868c4378: Pull complete 08:00:39 444b2fc9a129: Pull complete 08:00:39 ea15f1150254: Pull complete 08:00:46 41b27a9f41bf: Pull complete 08:00:46 28c525ee5125: Pull complete 08:00:47 094b1ea09ed8: Pull complete 08:00:47 138eaada9080: Pull complete 08:00:49 0622d0fa9048: Pull complete 08:00:49 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 08:00:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:00:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:00:49 prd-centos7-docker-4c-2g-2042 does not seem to be running inside a container 08:00:49 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:00:53 $ docker top a2444791c64b4b41958f6736ef6807d2ea39624c546efe74ac98fd332f23435a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:00:54 provisioning config files... 08:00:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/27@tmp/config2202473984415036568tmp [Pipeline] { [Pipeline] echo 08:00:54 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:00:54 ---> create-netrc.sh [Pipeline] echo 08:00:54 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:00:54 ---> logs-deploy.sh 08:00:54 + ARCHIVE_ARTIFACTS= 08:00:54 + LOGS_SERVER=https://logs.edgexfoundry.org 08:00:54 + '[' https://logs.edgexfoundry.org == None ']' 08:00:54 + NEXUS_URL=https://nexus.edgexfoundry.org 08:00:54 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/27 08:00:54 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/27/ 08:00:54 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/27 /w/workspace/edgex-go/27 08:00:55 Archives upload complete. 08:00:56 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/27 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/27/