Pull request #2649 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from b75f1018b31de6149a2b2208f2cb81438f14dccc+9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 (f5fb9d17df82960015e3ccb6d047c471282a55c0) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2649/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1642 in /w/workspace/edgexfoundry_edgex-go_PR-2649 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2649/head:refs/remotes/origin/PR-2649 +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/2649/head:refs/remotes/origin/PR-2649 # 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 Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit b75f1018b31de6149a2b2208f2cb81438f14dccc Merge succeeded, producing b75f1018b31de6149a2b2208f2cb81438f14dccc Checking out Revision b75f1018b31de6149a2b2208f2cb81438f14dccc (PR-2649) 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/2649/head:refs/remotes/origin/PR-2649 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b75f1018b31de6149a2b2208f2cb81438f14dccc # 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 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b75f1018b31de6149a2b2208f2cb81438f14dccc # timeout=10 Commit message: "Merge branch 'master' into startup" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:42:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:42:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:42:05 ========================================================= 00:42:05 EdgeX Global Pipelines Version Info 00:42:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:42:07 ------------------- 00:42:07 stable info: 00:42:07 ------------------- 00:42:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:42:07 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 00:42:07 Message: update stable to v1.0.106 00:42:08 ------------------- 00:42:08 experimental info: 00:42:08 ------------------- 00:42:08 Commited By: **** collab-it+edgex@linuxfoundation.org 00:42:08 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 00:42:08 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 00:42:10 ++ 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 00:42:10 + for file in '`ls cmd/**/Dockerfile`' 00:42:10 ++ dirname cmd/core-command/Dockerfile 00:42:10 ++ cut -d/ -f2 00:42:10 + echo core-command,cmd/core-command/Dockerfile 00:42:10 + for file in '`ls cmd/**/Dockerfile`' 00:42:10 ++ dirname cmd/core-data/Dockerfile 00:42:10 ++ cut -d/ -f2 00:42:10 + echo core-data,cmd/core-data/Dockerfile 00:42:10 + for file in '`ls cmd/**/Dockerfile`' 00:42:10 ++ dirname cmd/core-metadata/Dockerfile 00:42:10 ++ cut -d/ -f2 00:42:10 + echo core-metadata,cmd/core-metadata/Dockerfile 00:42:10 + for file in '`ls cmd/**/Dockerfile`' 00:42:10 ++ dirname cmd/security-proxy-setup/Dockerfile 00:42:10 ++ cut -d/ -f2 00:42:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:42:10 + for file in '`ls cmd/**/Dockerfile`' 00:42:10 ++ dirname cmd/security-secrets-setup/Dockerfile 00:42:10 ++ cut -d/ -f2 00:42:10 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:42:10 + for file in '`ls cmd/**/Dockerfile`' 00:42:10 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:42:10 ++ cut -d/ -f2 00:42:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:42:10 + for file in '`ls cmd/**/Dockerfile`' 00:42:10 ++ dirname cmd/support-logging/Dockerfile 00:42:10 ++ cut -d/ -f2 00:42:10 + echo support-logging,cmd/support-logging/Dockerfile 00:42:10 + for file in '`ls cmd/**/Dockerfile`' 00:42:10 ++ dirname cmd/support-notifications/Dockerfile 00:42:10 ++ cut -d/ -f2 00:42:10 + echo support-notifications,cmd/support-notifications/Dockerfile 00:42:10 + for file in '`ls cmd/**/Dockerfile`' 00:42:10 ++ dirname cmd/support-scheduler/Dockerfile 00:42:10 ++ cut -d/ -f2 00:42:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:42:10 + for file in '`ls cmd/**/Dockerfile`' 00:42:10 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:42:10 ++ cut -d/ -f2 00:42:10 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:42:10 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 00:42:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:42:11 00:42:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:42:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:42:12 latest: Pulling from edgex-devops/git-semver 00:42:12 31603596830f: Pulling fs layer 00:42:12 2a8b12db71e7: Pulling fs layer 00:42:12 6ca5941a6612: Pulling fs layer 00:42:12 ecc8261a40a4: Pulling fs layer 00:42:12 ecc8261a40a4: Waiting 00:42:12 2a8b12db71e7: Download complete 00:42:12 31603596830f: Verifying Checksum 00:42:12 31603596830f: Download complete 00:42:12 ecc8261a40a4: Verifying Checksum 00:42:12 ecc8261a40a4: Download complete 00:42:12 6ca5941a6612: Verifying Checksum 00:42:12 6ca5941a6612: Download complete 00:42:12 31603596830f: Pull complete 00:42:12 2a8b12db71e7: Pull complete 00:42:13 6ca5941a6612: Pull complete 00:42:13 ecc8261a40a4: Pull complete 00:42:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:42:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:42:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:42:13 prd-centos7-docker-4c-2g-1642 does not seem to be running inside a container 00:42:13 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:42:16 $ docker top 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:42:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:42:16 [ssh-agent] Looking for ssh-agent implementation... 00:42:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:42:16 $ docker exec 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 ssh-agent 00:42:17 SSH_AUTH_SOCK=/tmp/ssh-3t0iNe16zowm/agent.11 00:42:17 SSH_AGENT_PID=16 00:42:17 Running ssh-add (command line suppressed) 00:42:17 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5299145383554038690.key (/w/workspace/edgex-go/1@tmp/private_key_5299145383554038690.key) 00:42:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:42:17 + git describe --exact-match --tags HEAD 00:42:17 fatal: No names found, cannot describe anything. [Pipeline] } 00:42:17 $ docker exec --env ******** --env ******** 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 ssh-agent -k 00:42:17 unset SSH_AUTH_SOCK; 00:42:17 unset SSH_AGENT_PID; 00:42:17 echo Agent pid 16 killed; 00:42:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:42:18 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:42:18 This usually means this commit has not been tagged. [Pipeline] sshagent 00:42:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:42:18 [ssh-agent] Looking for ssh-agent implementation... 00:42:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:42:18 $ docker exec 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 ssh-agent 00:42:18 SSH_AUTH_SOCK=/tmp/ssh-aNQ9IRoIWJKw/agent.45 00:42:18 SSH_AGENT_PID=51 00:42:18 Running ssh-add (command line suppressed) 00:42:18 Identity added: /w/workspace/edgex-go/1@tmp/private_key_188424932744687342.key (/w/workspace/edgex-go/1@tmp/private_key_188424932744687342.key) 00:42:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:42:19 + git semver init 00:42:19 # -> Open(): unable to determine branch for HEAD 00:42:19 # $GIT_DIR = /w/workspace/edgex-go/1/.git 00:42:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 00:42:19 # $SEMVER_REMOTE_NAME = origin 00:42:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:42:19 # $SEMVER_USER_NAME = edgex-jenkins 00:42:19 # $SEMVER_BRANCH = PR-2649 00:42:19 # $SEMVER_TEMP = /tmp/semver-806762404 00:42:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:42:37 # '/tmp/semver-806762404' -> '/w/workspace/edgex-go/1/.semver' 00:42:37 # -> Force: false 00:42:37 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 00:42:37 $ docker exec --env ******** --env ******** 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 ssh-agent -k 00:42:37 unset SSH_AUTH_SOCK; 00:42:37 unset SSH_AGENT_PID; 00:42:37 echo Agent pid 51 killed; 00:42:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:42:37 + git semver [Pipeline] } 00:42:38 $ docker stop --time=1 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 00:42:39 $ docker rm -f 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:42:53 Stashed 28 file(s) [Pipeline] echo 00:42:53 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 00:42:54 ========================================================= 00:42:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:42:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:42:54 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 00:42:57 Sending build context to Docker daemon 323MB 00:42:57 Step 1/7 : ARG BASE=golang:1.13-alpine 00:42:57 Step 2/7 : FROM ${BASE} 00:42:57 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:42:57 df20fa9351a1: Pulling fs layer 00:42:57 ed8968b2872e: Pulling fs layer 00:42:57 a92cc7c5fd73: Pulling fs layer 00:42:57 2dd03ba5bac4: Pulling fs layer 00:42:57 1e091d79d1de: Pulling fs layer 00:42:57 481702a1767f: Pulling fs layer 00:42:57 f64a6f60c768: Pulling fs layer 00:42:57 e78d2573fc39: Pulling fs layer 00:42:57 e876d2f968b6: Pulling fs layer 00:42:57 ce8a83651883: Pulling fs layer 00:42:57 07967f4d0e4b: Pulling fs layer 00:42:57 f64a6f60c768: Waiting 00:42:57 1e091d79d1de: Waiting 00:42:57 e78d2573fc39: Waiting 00:42:57 481702a1767f: Waiting 00:42:57 e876d2f968b6: Waiting 00:42:57 07967f4d0e4b: Waiting 00:42:57 ce8a83651883: Waiting 00:42:57 2dd03ba5bac4: Waiting 00:42:57 a92cc7c5fd73: Verifying Checksum 00:42:57 a92cc7c5fd73: Download complete 00:42:57 ed8968b2872e: Download complete 00:42:57 1e091d79d1de: Verifying Checksum 00:42:57 1e091d79d1de: Download complete 00:42:57 481702a1767f: Download complete 00:42:57 df20fa9351a1: Verifying Checksum 00:42:57 df20fa9351a1: Download complete 00:42:58 df20fa9351a1: Pull complete 00:42:58 f64a6f60c768: Verifying Checksum 00:42:58 f64a6f60c768: Download complete 00:42:58 e876d2f968b6: Verifying Checksum 00:42:58 e876d2f968b6: Download complete 00:42:58 ed8968b2872e: Pull complete 00:42:59 e78d2573fc39: Verifying Checksum 00:42:59 e78d2573fc39: Download complete 00:42:59 07967f4d0e4b: Verifying Checksum 00:42:59 07967f4d0e4b: Download complete 00:42:59 ce8a83651883: Verifying Checksum 00:42:59 ce8a83651883: Download complete 00:42:59 2dd03ba5bac4: Verifying Checksum 00:42:59 2dd03ba5bac4: Download complete 00:42:59 a92cc7c5fd73: Pull complete 00:43:05 2dd03ba5bac4: Pull complete 00:43:05 1e091d79d1de: Pull complete 00:43:05 481702a1767f: Pull complete 00:43:08 Still waiting to schedule task 00:43:08 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1641’ 00:43:12 f64a6f60c768: Pull complete 00:43:15 e78d2573fc39: Pull complete 00:43:15 e876d2f968b6: Pull complete 00:43:16 ce8a83651883: Pull complete 00:43:16 07967f4d0e4b: Pull complete 00:43:16 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:43:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:43:16 ---> 5d7c900382c6 00:43:16 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:43:17 ---> Running in f35ed2d92bda 00:43:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:51 (1/12) Installing libmagic (5.38-r0) 00:44:01 (2/12) Installing file (5.38-r0) 00:44:01 (3/12) Installing libc-dev (0.7.2-r3) 00:44:01 (4/12) Installing g++ (9.3.0-r2) 00:46:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1643 in /w/workspace/edgexfoundry_edgex-go_PR-2649 [Pipeline] { [Pipeline] ws 00:46:36 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 00:46:41 using credential edgex-jenkins-ssh 00:46:41 Cloning the remote Git repository 00:46:41 Cloning with configured refspecs honoured and without tags 00:46:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:46:41 > git init /w/workspace/edgex-go/1 # timeout=10 00:46:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:46:41 > git --version # timeout=10 00:46:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:46:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2649/head:refs/remotes/origin/PR-2649 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:46:56 Fetching without tags 00:46:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:46:56 > git config --add remote.origin.fetch +refs/pull/2649/head:refs/remotes/origin/PR-2649 # timeout=10 00:46:56 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:46:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:46:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:46:56 using GIT_SSH to set credentials SSH Credentials for GitHub 00:46:57 Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit b75f1018b31de6149a2b2208f2cb81438f14dccc 00:46:57 Merge succeeded, producing b75f1018b31de6149a2b2208f2cb81438f14dccc 00:46:57 Checking out Revision b75f1018b31de6149a2b2208f2cb81438f14dccc (PR-2649) 00:46:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2649/head:refs/remotes/origin/PR-2649 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:46:57 > git config core.sparsecheckout # timeout=10 00:46:57 > git checkout -f b75f1018b31de6149a2b2208f2cb81438f14dccc # timeout=10 00:46:57 > git remote # timeout=10 00:46:57 > git config --get remote.origin.url # timeout=10 00:46:57 using GIT_SSH to set credentials SSH Credentials for GitHub 00:46:57 > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 00:46:57 > git rev-parse HEAD^{commit} # timeout=10 00:46:57 > git config core.sparsecheckout # timeout=10 00:46:57 > git checkout -f b75f1018b31de6149a2b2208f2cb81438f14dccc # timeout=10 00:47:02 Commit message: "Merge branch 'master' into startup" 00:47:02 > git --version # timeout=10 00:47:02 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:47:14 ========================================================= 00:47:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:47:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:47:15 + 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 . 00:47:19 Sending build context to Docker daemon 323MB 00:47:19 Step 1/7 : ARG BASE=golang:1.13-alpine 00:47:19 Step 2/7 : FROM ${BASE} 00:47:19 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:47:19 b538f80385f9: Pulling fs layer 00:47:19 74f711af9a0d: Pulling fs layer 00:47:19 99f96fe45779: Pulling fs layer 00:47:19 fd7a069fd194: Pulling fs layer 00:47:19 66aa3694b03b: Pulling fs layer 00:47:19 170f70906a0f: Pulling fs layer 00:47:19 ad7c5574e4b9: Pulling fs layer 00:47:19 e772456be8f7: Pulling fs layer 00:47:19 c890913d741a: Pulling fs layer 00:47:19 2480fcc9aa5a: Pulling fs layer 00:47:19 09adf4765672: Pulling fs layer 00:47:19 fd7a069fd194: Waiting 00:47:19 66aa3694b03b: Waiting 00:47:19 170f70906a0f: Waiting 00:47:19 ad7c5574e4b9: Waiting 00:47:19 e772456be8f7: Waiting 00:47:19 c890913d741a: Waiting 00:47:19 2480fcc9aa5a: Waiting 00:47:19 09adf4765672: Waiting 00:47:19 99f96fe45779: Verifying Checksum 00:47:19 99f96fe45779: Download complete 00:47:19 74f711af9a0d: Verifying Checksum 00:47:19 66aa3694b03b: Verifying Checksum 00:47:19 66aa3694b03b: Download complete 00:47:19 170f70906a0f: Verifying Checksum 00:47:19 170f70906a0f: Download complete 00:47:19 b538f80385f9: Verifying Checksum 00:47:19 b538f80385f9: Download complete 00:47:20 b538f80385f9: Pull complete 00:47:21 74f711af9a0d: Pull complete 00:47:21 99f96fe45779: Pull complete 00:47:22 ad7c5574e4b9: Verifying Checksum 00:47:22 ad7c5574e4b9: Download complete 00:47:22 c890913d741a: Download complete 00:47:23 2480fcc9aa5a: Verifying Checksum 00:47:23 2480fcc9aa5a: Download complete 00:47:23 09adf4765672: Download complete 00:47:24 fd7a069fd194: Verifying Checksum 00:47:24 fd7a069fd194: Download complete 00:47:25 e772456be8f7: Verifying Checksum 00:47:25 e772456be8f7: Download complete 00:47:35 fd7a069fd194: Pull complete 00:47:35 66aa3694b03b: Pull complete 00:47:36 170f70906a0f: Pull complete 00:47:40 ad7c5574e4b9: Pull complete 00:47:44 e772456be8f7: Pull complete 00:47:44 c890913d741a: Pull complete 00:47:47 2480fcc9aa5a: Pull complete 00:47:48 09adf4765672: Pull complete 00:47:48 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:47:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:47:48 ---> 2248a725d1cf 00:47:48 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 00:47:54 ---> Running in fe046b512b1c 00:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:40 (1/12) Installing libmagic (5.38-r0) 00:48:46 (2/12) Installing file (5.38-r0) 00:48:47 (3/12) Installing libc-dev (0.7.2-r3) 00:48:47 (4/12) Installing g++ (9.3.0-r2) 00:51:38 (5/12) Installing fortify-headers (1.1-r0) 00:51:38 (6/12) Installing patch (2.7.6-r6) 00:51:38 (7/12) Installing build-base (0.5-r2) 00:51:38 (8/12) Installing libsodium (1.0.18-r0) 00:51:39 (9/12) Installing pkgconf (1.7.2-r0) 00:51:40 (10/12) Installing libsodium-dev (1.0.18-r0) 00:51:41 (11/12) Installing libzmq (4.3.2-r0) 00:51:45 (12/12) Installing zeromq-dev (4.3.2-r0) 00:51:46 Executing busybox-1.31.1-r16.trigger 00:51:46 OK: 233 MiB in 51 packages 00:51:49 Removing intermediate container f35ed2d92bda 00:51:49 ---> 06d3e9829b8b 00:51:49 Step 4/7 : WORKDIR /edgex-go 00:51:49 ---> Running in 59b2fcbab96a 00:51:49 Removing intermediate container 59b2fcbab96a 00:51:49 ---> 3ec487540680 00:51:49 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:51:50 latest: Pulling from library/docker 00:51:50 df20fa9351a1: Already exists 00:51:50 25ad7478873d: Pulling fs layer 00:51:50 4684f6177b5d: Pulling fs layer 00:51:50 46e300cec669: Pulling fs layer 00:51:50 63038576ad94: Pulling fs layer 00:51:50 0fdb76c4706c: Pulling fs layer 00:51:50 cb7edeffdfd5: Pulling fs layer 00:51:50 0fdb76c4706c: Waiting 00:51:50 cb7edeffdfd5: Waiting 00:51:50 63038576ad94: Waiting 00:51:50 4684f6177b5d: Verifying Checksum 00:51:50 4684f6177b5d: Download complete 00:51:50 25ad7478873d: Verifying Checksum 00:51:50 25ad7478873d: Download complete 00:51:50 63038576ad94: Verifying Checksum 00:51:50 63038576ad94: Download complete 00:51:50 0fdb76c4706c: Verifying Checksum 00:51:50 0fdb76c4706c: Download complete 00:51:50 cb7edeffdfd5: Verifying Checksum 00:51:50 cb7edeffdfd5: Download complete 00:51:50 25ad7478873d: Pull complete 00:51:50 4684f6177b5d: Pull complete 00:51:51 46e300cec669: Verifying Checksum 00:51:51 46e300cec669: Download complete 00:51:53 46e300cec669: Pull complete 00:51:53 63038576ad94: Pull complete 00:51:53 0fdb76c4706c: Pull complete 00:51:53 cb7edeffdfd5: Pull complete 00:51:53 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:51:53 Status: Downloaded newer image for docker:latest 00:51:55 ---> d0a43c9b9373 00:51:55 Step 6/7 : COPY go.mod . 00:51:55 ---> 4c5647b68bd9 00:51:55 Step 7/7 : RUN go mod download 00:51:55 ---> Running in 3b394f3000e2 00:51:58 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:51:58 go: finding github.com/BurntSushi/toml v0.3.1 00:51:58 go: finding github.com/OneOfOne/xxhash v1.2.5 00:51:58 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:51:58 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:51:58 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:51:58 go: finding github.com/bgentry/speakeasy v0.1.0 00:51:58 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:51:58 go: finding github.com/cloudflare/gokey v0.1.0 00:51:58 go: finding github.com/davecgh/go-spew v1.1.1 00:51:58 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:51:58 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:51:58 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:51:58 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:51:58 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:51:58 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:51:58 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:51:58 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:51:58 go: finding github.com/fatih/color v1.7.0 00:51:58 go: finding github.com/fsnotify/fsnotify v1.4.7 00:51:58 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:51:58 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:51:58 go: finding github.com/go-kit/kit v0.8.0 00:51:58 go: finding github.com/go-logfmt/logfmt v0.4.0 00:51:58 go: finding github.com/go-redis/redis/v7 v7.2.0 00:51:58 go: finding github.com/go-stack/stack v1.8.0 00:51:58 go: finding github.com/golang/protobuf v1.3.2 00:51:58 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:51:58 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:51:58 go: finding github.com/google/uuid v1.1.0 00:51:58 go: finding github.com/gorilla/mux v1.7.1 00:51:58 go: finding github.com/hashicorp/consul/api v1.1.0 00:51:58 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:51:58 go: finding github.com/hashicorp/errwrap v1.0.0 00:51:58 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:51:58 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:51:58 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:51:58 go: finding github.com/hashicorp/go-multierror v1.0.0 00:51:58 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:51:58 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:51:58 go: finding github.com/hashicorp/go-syslog v1.0.0 00:51:59 go: finding github.com/hashicorp/go-uuid v1.0.1 00:51:59 go: finding github.com/hashicorp/go.net v0.0.1 00:51:59 go: finding github.com/hashicorp/golang-lru v0.5.0 00:51:59 go: finding github.com/hashicorp/logutils v1.0.0 00:51:59 go: finding github.com/hashicorp/mdns v1.0.0 00:51:59 go: finding github.com/hashicorp/memberlist v0.1.3 00:51:59 go: finding github.com/hashicorp/serf v0.8.2 00:51:59 go: finding github.com/hpcloud/tail v1.0.0 00:51:59 go: finding github.com/imdario/mergo v0.3.6 00:51:59 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:51:59 go: finding github.com/kr/pretty v0.1.0 00:51:59 go: finding github.com/kr/pty v1.1.1 00:51:59 go: finding github.com/kr/text v0.1.0 00:51:59 go: finding github.com/mattn/go-colorable v0.0.9 00:51:59 go: finding github.com/mattn/go-isatty v0.0.3 00:51:59 go: finding github.com/miekg/dns v1.0.14 00:51:59 go: finding github.com/mitchellh/cli v1.0.0 00:51:59 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:51:59 go: finding github.com/mitchellh/copystructure v1.0.0 00:51:59 go: finding github.com/mitchellh/go-homedir v1.0.0 00:51:59 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:51:59 go: finding github.com/mitchellh/gox v0.4.0 00:51:59 go: finding github.com/mitchellh/iochan v1.0.0 00:51:59 go: finding github.com/mitchellh/mapstructure v1.1.2 00:51:59 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:51:59 go: finding github.com/onsi/ginkgo v1.10.1 00:51:59 go: finding github.com/onsi/gomega v1.7.0 00:51:59 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:51:59 go: finding github.com/pebbe/zmq4 v1.0.0 00:51:59 go: finding github.com/pelletier/go-toml v1.2.0 00:51:59 go: finding github.com/pkg/errors v0.8.1 00:51:59 go: finding github.com/pmezard/go-difflib v1.0.0 00:51:59 go: finding github.com/posener/complete v1.1.1 00:51:59 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:51:59 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:51:59 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:51:59 go: finding github.com/stretchr/objx v0.1.0 00:51:59 go: finding github.com/stretchr/testify v1.5.1 00:51:59 go: finding github.com/ugorji/go v1.1.4 00:51:59 go: finding github.com/x448/float16 v0.8.4 00:51:59 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 00:51:59 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:51:59 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:52:00 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:52:00 go: finding golang.org/x/text v0.3.2 00:52:00 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:52:00 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:52:00 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:52:00 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:52:00 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:52:00 go: finding gopkg.in/yaml.v2 v2.2.8 00:52:12 Removing intermediate container 3b394f3000e2 00:52:12 ---> d992e7d218c2 00:52:12 Successfully built d992e7d218c2 00:52:12 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 00:52:13 + docker inspect -f . ci-base-image-x86_64 00:52:13 . [Pipeline] withDockerContainer 00:52:13 prd-centos7-docker-4c-2g-1642 does not seem to be running inside a container 00:52:13 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:52:14 $ docker top 7a61946243030dc005070084f181da35de7b0db3cb84658d420e0948e7fa8549 -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:14 + go version 00:52:14 go version go1.13.13 linux/amd64 [Pipeline] echo 00:52:14 ========================================================= 00:52:14 [edgeXBuildGoParallel] Running Tests and Build... 00:52:14 ========================================================= [Pipeline] sh 00:52:15 + make test 00:52:15 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:52:18 ? github.com/edgexfoundry/edgex-go [no test files] 00:52:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:52:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:52:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:52:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:52:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:52:32 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.032s 00:52:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:52:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:52:32 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:52:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:52:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:52:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:52:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:52:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.022s coverage: 46.6% of statements 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.037s coverage: 27.3% of statements 00:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.015s coverage: 100.0% of statements 00:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.008s coverage: 100.0% of statements 00:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.079s coverage: 28.6% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.017s coverage: 100.0% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.019s coverage: 89.8% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.037s coverage: 97.5% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.016s coverage: 100.0% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.008s coverage: 58.8% of statements 00:52:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.035s coverage: 63.5% of statements 00:52:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:52:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:52:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements 00:52:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.118s coverage: 55.9% of statements 00:52:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:52:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:52:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:52:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 1.562s coverage: 86.3% of statements 00:52:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.306s coverage: 72.2% of statements 00:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.125s coverage: 72.1% of statements 00:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.021s coverage: 82.4% of statements 00:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements 00:52:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:52:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:52:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements 00:52:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:52:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.620s coverage: 96.8% of statements 00:52:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:52:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.045s coverage: 26.9% of statements 00:52:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:52:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:52:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.084s coverage: 84.1% of statements 00:52:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.011s coverage: 100.0% of statements 00:52:49 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.010s coverage: 42.9% of statements 00:52:49 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:52:49 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 00:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements 00:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.042s coverage: 45.1% of statements 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.037s coverage: 100.0% of statements 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.028s coverage: 100.0% of statements 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:52:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.062s coverage: 29.1% of statements 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:52:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:52:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.015s coverage: 100.0% of statements 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:52:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:52:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:52:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:52:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:52:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.021s coverage: 100.0% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 00:52:55 GO111MODULE=on go vet ./... 00:53:02 gofmt -l . 00:53:02 [ "`gofmt -l .`" = "" ] 00:53:02 ./bin/test-go-mod-tidy.sh 00:53:03 ./bin/test-attribution-txt.sh [Pipeline] sh 00:53:04 + ls -al . 00:53:04 total 556 00:53:04 drwxrwxr-x 10 1001 1001 4096 Jul 31 00:53 . 00:53:04 drwxr-xr-x 4 root root 28 Jul 31 00:52 .. 00:53:04 -rw-rw-r-- 1 1001 1001 11 Jul 31 00:42 .dockerignore 00:53:04 drwxrwxr-x 8 1001 1001 179 Jul 31 00:42 .git 00:53:04 drwxrwxr-x 3 1001 1001 60 Jul 31 00:42 .github 00:53:04 -rw-rw-r-- 1 1001 1001 932 Jul 31 00:42 .gitignore 00:53:04 drwx------ 3 1001 1001 47 Jul 31 00:42 .semver 00:53:04 -rw-rw-r-- 1 1001 1001 166 Jul 31 00:42 .sonarcloud.properties 00:53:04 -rw-rw-r-- 1 1001 1001 3804 Jul 31 00:42 CONTRIBUTING.md 00:53:04 -rw-rw-r-- 1 1001 1001 1035 Jul 31 00:42 Dockerfile.build 00:53:04 -rw-rw-r-- 1 1001 1001 865 Jul 31 00:42 Jenkinsfile 00:53:04 -rw-rw-r-- 1 1001 1001 10775 Jul 31 00:42 LICENSE 00:53:04 -rw-rw-r-- 1 1001 1001 6237 Jul 31 00:42 Makefile 00:53:04 -rw-rw-r-- 1 1001 1001 5652 Jul 31 00:42 README.md 00:53:04 -rw-rw-r-- 1 1001 1001 7111 Jul 31 00:42 SECURITY.md 00:53:04 -rw-rw-r-- 1 1001 1001 5 Jul 31 00:42 VERSION 00:53:04 -rw-rw-r-- 1 1001 1001 4131 Jul 31 00:42 ZMQWindows.md 00:53:04 drwxrwxr-x 2 1001 1001 117 Jul 31 00:42 bin 00:53:04 drwxrwxr-x 15 1001 1001 4096 Jul 31 00:42 cmd 00:53:04 -rw-r--r-- 1 root root 455803 Jul 31 00:52 coverage.out 00:53:04 -rw-r--r-- 1 root root 1019 Jul 31 00:53 go.mod 00:53:04 -rw-r--r-- 1 root root 18146 Jul 31 00:53 go.sum 00:53:04 drwxrwxr-x 8 1001 1001 127 Jul 31 00:42 internal 00:53:04 drwxrwxr-x 4 1001 1001 26 Jul 31 00:42 openapi 00:53:04 drwxrwxr-x 4 1001 1001 71 Jul 31 00:42 snap 00:53:04 -rw-rw-r-- 1 1001 1001 168 Jul 31 00:42 version.go [Pipeline] sh 00:53:05 + '[' -e coverage.out ] 00:53:05 + chown 1001:1001 coverage.out [Pipeline] stash 00:53:05 Stashed 1 file(s) [Pipeline] sh 00:53:05 + make build 00:53:05 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 00:53:12 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 00:53:14 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 00:53:16 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 00:53:17 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 00:53:20 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 00:53:20 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 00:53:23 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 00:53:24 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 00:53:25 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 00:53: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 00:53:28 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 00:53:29 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] } 00:53:31 $ docker stop --time=1 7a61946243030dc005070084f181da35de7b0db3cb84658d420e0948e7fa8549 00:53:32 $ docker rm -f 7a61946243030dc005070084f181da35de7b0db3cb84658d420e0948e7fa8549 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:53:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:53:35 00:53:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:53:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:53:36 latest: Pulling from edgex-devops/edgex-compose 00:53:36 cbdbe7a5bc2a: Pulling fs layer 00:53:36 ca9280d653b3: Pulling fs layer 00:53:36 7e9c9ca2126c: Pulling fs layer 00:53:36 cbdbe7a5bc2a: Verifying Checksum 00:53:36 cbdbe7a5bc2a: Download complete 00:53:36 ca9280d653b3: Verifying Checksum 00:53:36 ca9280d653b3: Download complete 00:53:36 cbdbe7a5bc2a: Pull complete 00:53:37 7e9c9ca2126c: Download complete 00:53:37 ca9280d653b3: Pull complete 00:53:45 7e9c9ca2126c: Pull complete 00:53:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:53:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:53:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:53:45 prd-centos7-docker-4c-2g-1642 does not seem to be running inside a container 00:53:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:53:46 $ docker top 99a396d5123bccaf249beb5d43d91df86d85e40c647d97cac87aecc19a2cefcf -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:47 + docker-compose build --help 00:53:47 + grep parallel 00:53:48 --parallel Build images in parallel. [Pipeline] } 00:53:48 $ docker stop --time=1 99a396d5123bccaf249beb5d43d91df86d85e40c647d97cac87aecc19a2cefcf 00:53:50 $ docker rm -f 99a396d5123bccaf249beb5d43d91df86d85e40c647d97cac87aecc19a2cefcf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:53:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:53:50 . [Pipeline] withDockerContainer 00:53:51 prd-centos7-docker-4c-2g-1642 does not seem to be running inside a container 00:53:51 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:53:51 $ docker top 86eab599a1fb0aa6f4ae10919dd5ad05734a54bc6b8ea7b0380d31b4afc53899 -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:52 + docker-compose -f ./docker-compose-build.yml build --parallel 00:53:53 Building docker-core-command-go ... 00:53:53 Building docker-core-data-go ... 00:53:53 Building docker-core-metadata-go ... 00:53:53 Building docker-security-proxy-setup-go ... 00:53:53 Building docker-security-secrets-setup-go ... 00:53:53 Building docker-security-secretstore-setup-go ... 00:53:53 Building docker-support-logging-go ... 00:53:53 Building docker-support-notifications-go ... 00:53:53 Building docker-support-scheduler-go ... 00:53:53 Building docker-sys-mgmt-agent-go ... 00:53:53 Building docker-support-scheduler-go 00:53:53 Building docker-core-data-go 00:53:53 Building docker-sys-mgmt-agent-go 00:53:53 Building docker-security-secrets-setup-go 00:53:53 Building docker-core-metadata-go 00:54:25 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:54:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:54:25 ---> d992e7d218c2 00:54:25 Step 3/22 : WORKDIR /edgex-go 00:54:25 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:54:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:54:25 ---> d992e7d218c2 00:54:25 Step 3/21 : WORKDIR /edgex-go 00:54:25 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:54:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:54:25 ---> d992e7d218c2 00:54:25 Step 3/26 : WORKDIR /edgex-go 00:54:25 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:54:25 00:54:25 Step 2/29 : FROM ${BUILDER_BASE} AS build-envStep 2/20 : FROM ${BUILDER_BASE} AS builder 00:54:25 ---> d992e7d218c2 00:54:25 Step 3/29 : WORKDIR /edgex-go 00:54:25 00:54:25 ---> d992e7d218c2 00:54:25 Step 3/20 : WORKDIR /edgex-go 00:54:25 ---> Running in cb946f6159a3 00:54:25 ---> Running in 04ce84589d79 00:54:25 ---> Running in b84f7c803677 00:54:25 ---> Running in 3257ae8816cd 00:54:25 ---> Running in 23199700f9da 00:54:25 Removing intermediate container 3257ae8816cd 00:54:25 ---> ce14adf5280b 00:54:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:25 Removing intermediate container 23199700f9da 00:54:25 ---> 3966208ee99a 00:54:25 Step 4/29 : RUN apk update && apk add make git 00:54:25 Removing intermediate container cb946f6159a3 00:54:25 ---> 75dab94429f4 00:54:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:25 Removing intermediate container b84f7c803677 00:54:25 ---> 0d9cb4d2e102 00:54:25 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:25 Removing intermediate container 04ce84589d79 00:54:25 ---> 9af044b108c9 00:54:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:25 ---> Running in 6fa8de6316d3 00:54:25 ---> Running in 66eddd5396a4 00:54:25 ---> Running in 5eb5fc646670 00:54:25 ---> Running in 600fbeddf7c1 00:54:25 ---> Running in 50a850b6ee83 00:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:25 Removing intermediate container 600fbeddf7c1 00:54:25 ---> fb80d5eeb9a0 00:54:25 Step 5/20 : RUN apk update && apk add make git 00:54:25 ---> Running in b0e95aec5c0a 00:54:25 Removing intermediate container 6fa8de6316d3 00:54:25 ---> 4bf71617c25e 00:54:25 Step 5/26 : RUN apk update && apk add make bash git 00:54:25 ---> Running in 4ce0dab2fcad 00:54:25 Removing intermediate container 50a850b6ee83 00:54:25 ---> 0648bb4e1c3c 00:54:25 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:54:25 Removing intermediate container 66eddd5396a4 00:54:25 ---> 5c8f907cdec8 00:54:25 Step 5/21 : RUN apk update && apk add make git 00:54:25 ---> Running in 06e4d2911c6f 00:54:25 ---> Running in e5791a5aba0d 00:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:05 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:55:05 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:55:05 OK: 12749 distinct packages available 00:55:05 OK: 233 MiB in 51 packages 00:55:06 Removing intermediate container 5eb5fc646670 00:55:06 ---> 35ad83f166cb 00:55:06 Step 5/29 : COPY go.mod . 00:55:06 ---> f87e80072692 00:55:06 Step 6/29 : RUN go mod download 00:55:06 ---> Running in e59699831e2f 00:55:08 Removing intermediate container e59699831e2f 00:55:08 ---> 7177d6bf712c 00:55:08 Step 7/29 : COPY . . 00:55:10 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:55:10 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:55:10 OK: 12749 distinct packages available 00:55:10 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:55:10 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:55:10 OK: 12749 distinct packages available 00:55:10 OK: 233 MiB in 51 packages 00:55:10 OK: 233 MiB in 51 packages 00:55:12 Removing intermediate container 4ce0dab2fcad 00:55:12 ---> 191208ebc080 00:55:12 Step 6/26 : COPY go.mod . 00:55:13 Removing intermediate container 06e4d2911c6f 00:55:13 ---> 40ddece22335 00:55:13 Step 6/22 : COPY go.mod . 00:55:13 ---> 2c2db6ae11cb 00:55:13 Step 7/26 : RUN go mod download 00:55:14 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:55:14 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:55:14 OK: 12749 distinct packages available 00:55:14 OK: 233 MiB in 51 packages 00:55:16 ---> 5c0de8fcdc7b 00:55:16 Step 7/22 : RUN go mod download 00:55:16 ---> Running in 08621fe4d1f8 00:55:16 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:55:16 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:55:16 OK: 12749 distinct packages available 00:55:16 OK: 233 MiB in 51 packages 00:55:17 ---> Running in 610cb57ce33b 00:55:18 Removing intermediate container e5791a5aba0d 00:55:18 ---> 832a4b8b8aa5 00:55:18 Step 6/21 : COPY go.mod . 00:55:19 ---> 2089d9bc79dc 00:55:19 Step 7/21 : RUN go mod download 00:55:19 ---> Running in d23cd576d4a0 00:55:19 Removing intermediate container b0e95aec5c0a 00:55:19 ---> e9ed5a296cce 00:55:19 Step 6/20 : COPY go.mod . 00:55:20 ---> d92fe73c61a0 00:55:20 Step 7/20 : RUN go mod download 00:55:20 ---> Running in 69cf939ac0fc 00:55:21 Removing intermediate container 08621fe4d1f8 00:55:21 ---> d417171d22a0 00:55:21 Step 8/26 : COPY . . 00:55:24 Removing intermediate container 610cb57ce33b 00:55:24 ---> 6afa1692d7f9 00:55:24 Step 8/22 : COPY . . 00:55:24 ---> 236080e057a6 00:55:24 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:55:25 ---> Running in 10655fa27bf1 00:55:30 Removing intermediate container d23cd576d4a0 00:55:30 ---> ff184d1d1fe5 00:55:30 Step 8/21 : COPY . . 00:55:31 Removing intermediate container 69cf939ac0fc 00:55:31 ---> 808c2a86a1d1 00:55:31 Step 8/20 : COPY . . 00:55:32 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 00:55:54 ---> 425bab0b6cf9 00:55:54 Step 9/22 : RUN make cmd/core-data/core-data 00:55:54 ---> c612219c7740 00:55:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:55:54 ---> Running in 072ae85eb7ff 00:55:54 ---> Running in 4230d4640dc7 00:55:54 (5/12) Installing fortify-headers (1.1-r0) 00:55:54 (6/12) Installing patch (2.7.6-r6) 00:55:54 (7/12) Installing build-base (0.5-r2) 00:55:54 (8/12) Installing libsodium (1.0.18-r0) 00:55:55 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 00:55:55 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 00:55:58 (9/12) Installing pkgconf (1.7.2-r0) 00:56:00 (10/12) Installing libsodium-dev (1.0.18-r0) 00:56:00 (11/12) Installing libzmq (4.3.2-r0) 00:56:02 ---> f4274005a9b7 00:56:02 Step 9/21 : RUN make cmd/core-metadata/core-metadata 00:56:02 ---> Running in 5464fc75ab0c 00:56:02 ---> fd71333905d7 00:56:02 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 00:56:02 ---> Running in 995b586196eb 00:56:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:56:03 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 00:56:04 Removing intermediate container 10655fa27bf1 00:56:04 ---> 6989f0e5b649 00:56:04 00:56:04 Step 9/29 : FROM alpine:latest 00:56:04 latest: Pulling from library/alpine 00:56:05 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:56:05 Status: Downloaded newer image for alpine:latest 00:56:05 ---> a24bb4013296 00:56:05 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:56:05 ---> Running in 2fceb7826db8 00:56:05 Removing intermediate container 2fceb7826db8 00:56:05 ---> 3d109035f108 00:56:05 Step 11/29 : USER root 00:56:05 ---> Running in 39c418a43445 00:56:06 Removing intermediate container 39c418a43445 00:56:06 ---> 420b3cba9768 00:56:06 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:56:06 (12/12) Installing zeromq-dev (4.3.2-r0) 00:56:06 ---> Running in 29e66c710bda 00:56:06 Executing busybox-1.31.1-r16.trigger 00:56:06 OK: 217 MiB in 51 packages 00:56:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:09 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:56:09 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:56:09 OK: 12749 distinct packages available 00:56:09 (1/2) Installing ca-certificates (20191127-r4) 00:56:09 (2/2) Installing dumb-init (1.2.2-r1) 00:56:09 Executing busybox-1.31.1-r16.trigger 00:56:09 Executing ca-certificates-20191127-r4.trigger 00:56:09 OK: 6 MiB in 16 packages 00:56:10 Removing intermediate container fe046b512b1c 00:56:10 ---> b8b836109bef 00:56:10 Step 4/7 : WORKDIR /edgex-go 00:56:10 ---> Running in 6596cbcd181f 00:56:10 Removing intermediate container 6596cbcd181f 00:56:10 ---> 5b1988f4e7b8 00:56:10 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:56:11 latest: Pulling from library/docker 00:56:11 b538f80385f9: Already exists 00:56:11 259a493cd78d: Pulling fs layer 00:56:11 b8e66b5100f5: Pulling fs layer 00:56:11 39dc9c94d07c: Pulling fs layer 00:56:11 551b823b3b82: Pulling fs layer 00:56:11 3c52a74df98c: Pulling fs layer 00:56:11 6c9b121b6998: Pulling fs layer 00:56:11 551b823b3b82: Waiting 00:56:11 3c52a74df98c: Waiting 00:56:11 6c9b121b6998: Waiting 00:56:11 b8e66b5100f5: Verifying Checksum 00:56:11 b8e66b5100f5: Download complete 00:56:11 259a493cd78d: Verifying Checksum 00:56:11 551b823b3b82: Verifying Checksum 00:56:11 551b823b3b82: Download complete 00:56:11 3c52a74df98c: Verifying Checksum 00:56:11 3c52a74df98c: Download complete 00:56:11 6c9b121b6998: Verifying Checksum 00:56:11 6c9b121b6998: Download complete 00:56:12 259a493cd78d: Pull complete 00:56:12 Removing intermediate container 29e66c710bda 00:56:12 ---> 7b4bb7e8ee39 00:56:12 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:56:12 ---> Running in 12ab66ee8d24 00:56:12 Removing intermediate container 12ab66ee8d24 00:56:12 ---> 5ae5dab6f918 00:56:12 Step 14/29 : WORKDIR $BASE_DIR 00:56:12 ---> Running in dc74c3980f9e 00:56:12 Removing intermediate container dc74c3980f9e 00:56:12 ---> da681ad1a941 00:56:12 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:56:13 b8e66b5100f5: Pull complete 00:56:13 39dc9c94d07c: Verifying Checksum 00:56:13 39dc9c94d07c: Download complete 00:56:13 ---> Running in fe7e8a54ad3a 00:56:15 Removing intermediate container fe7e8a54ad3a 00:56:15 ---> c81e395fe7ee 00:56:15 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:56:16 ---> d54fde6292b2 00:56:16 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:56:16 39dc9c94d07c: Pull complete 00:56:16 551b823b3b82: Pull complete 00:56:16 3c52a74df98c: Pull complete 00:56:16 ---> f72d9e2cb9e9 00:56:16 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:56:17 6c9b121b6998: Pull complete 00:56:17 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:56:17 Status: Downloaded newer image for docker:latest 00:56:17 ---> b2b229be0829 00:56:17 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:56:20 ---> 8b97d53680c8 00:56:20 Step 6/7 : COPY go.mod . 00:56:21 ---> bc8b031d60ee 00:56:21 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:56:21 Removing intermediate container 072ae85eb7ff 00:56:21 ---> 5bf0946ad6c6 00:56:21 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:56:21 ---> 38950768124c 00:56:21 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:56:21 ---> Running in 4cdf4e1e1318 00:56:21 ---> 564e33337261 00:56:21 Step 7/7 : RUN go mod download 00:56:21 ---> Running in 232f40363512 00:56:21 ---> Running in 3e427e4dfd8e 00:56:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:56:24 Removing intermediate container 3e427e4dfd8e 00:56:24 ---> 4d31b98d9581 00:56:24 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:56:24 ---> 4117c47bcd47 00:56:24 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:56:24 ---> Running in d5ec947f517c 00:56:25 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:56:25 go: finding github.com/BurntSushi/toml v0.3.1 00:56:25 go: finding github.com/OneOfOne/xxhash v1.2.5 00:56:25 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:56:25 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:56:25 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:56:25 go: finding github.com/bgentry/speakeasy v0.1.0 00:56:25 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:56:25 go: finding github.com/cloudflare/gokey v0.1.0 00:56:25 go: finding github.com/davecgh/go-spew v1.1.1 00:56:25 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:56:25 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:56:25 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:56:25 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:56:25 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:56:25 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:56:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:56:25 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:56:25 go: finding github.com/fatih/color v1.7.0 00:56:25 go: finding github.com/fsnotify/fsnotify v1.4.7 00:56:25 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:56:25 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:56:25 go: finding github.com/go-kit/kit v0.8.0 00:56:25 go: finding github.com/go-logfmt/logfmt v0.4.0 00:56:25 go: finding github.com/go-redis/redis/v7 v7.2.0 00:56:25 go: finding github.com/go-stack/stack v1.8.0 00:56:25 go: finding github.com/golang/protobuf v1.3.2 00:56:25 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:56:25 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:56:25 go: finding github.com/google/uuid v1.1.0 00:56:25 go: finding github.com/gorilla/mux v1.7.1 00:56:25 go: finding github.com/hashicorp/consul/api v1.1.0 00:56:25 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:56:25 go: finding github.com/hashicorp/errwrap v1.0.0 00:56:25 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:56:25 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:56:25 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:56:25 go: finding github.com/hashicorp/go-multierror v1.0.0 00:56:25 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:56:25 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:56:25 go: finding github.com/hashicorp/go-syslog v1.0.0 00:56:25 go: finding github.com/hashicorp/go-uuid v1.0.1 00:56:25 go: finding github.com/hashicorp/go.net v0.0.1 00:56:25 go: finding github.com/hashicorp/golang-lru v0.5.0 00:56:25 go: finding github.com/hashicorp/logutils v1.0.0 00:56:25 go: finding github.com/hashicorp/mdns v1.0.0 00:56:25 go: finding github.com/hashicorp/memberlist v0.1.3 00:56:25 go: finding github.com/hashicorp/serf v0.8.2 00:56:25 go: finding github.com/hpcloud/tail v1.0.0 00:56:25 Removing intermediate container 4cdf4e1e1318 00:56:25 ---> 2e756bc39bd8 00:56:25 00:56:25 Step 11/26 : FROM docker:latest 00:56:25 ---> 81f5749c9058 00:56:25 Step 12/26 : RUN apk add --no-cache bash 00:56:25 go: finding github.com/imdario/mergo v0.3.6 00:56:25 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:56:25 go: finding github.com/kr/pretty v0.1.0 00:56:25 go: finding github.com/kr/pty v1.1.1 00:56:25 go: finding github.com/kr/text v0.1.0 00:56:25 go: finding github.com/mattn/go-colorable v0.0.9 00:56:25 go: finding github.com/mattn/go-isatty v0.0.3 00:56:25 go: finding github.com/miekg/dns v1.0.14 00:56:25 go: finding github.com/mitchellh/cli v1.0.0 00:56:25 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:56:25 go: finding github.com/mitchellh/copystructure v1.0.0 00:56:25 go: finding github.com/mitchellh/go-homedir v1.0.0 00:56:25 ---> Running in 913265367b4b 00:56:26 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:56:26 go: finding github.com/mitchellh/gox v0.4.0 00:56:26 go: finding github.com/mitchellh/iochan v1.0.0 00:56:26 go: finding github.com/mitchellh/mapstructure v1.1.2 00:56:26 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:56:26 go: finding github.com/onsi/ginkgo v1.10.1 00:56:26 go: finding github.com/onsi/gomega v1.7.0 00:56:26 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:56:26 go: finding github.com/pebbe/zmq4 v1.0.0 00:56:26 go: finding github.com/pelletier/go-toml v1.2.0 00:56:26 go: finding github.com/pkg/errors v0.8.1 00:56:26 go: finding github.com/pmezard/go-difflib v1.0.0 00:56:26 go: finding github.com/posener/complete v1.1.1 00:56:26 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:56:26 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:56:26 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:56:26 go: finding github.com/stretchr/objx v0.1.0 00:56:26 go: finding github.com/stretchr/testify v1.5.1 00:56:26 go: finding github.com/ugorji/go v1.1.4 00:56:26 go: finding github.com/x448/float16 v0.8.4 00:56:26 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 00:56:26 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:56:26 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:56:26 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:56:26 go: finding golang.org/x/text v0.3.2 00:56:26 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:56:26 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:56:26 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:56:26 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:56:26 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:56:26 go: finding gopkg.in/yaml.v2 v2.2.8 00:56:26 Removing intermediate container d5ec947f517c 00:56:26 ---> 9bb939460bea 00:56:26 Step 24/29 : RUN chmod 755 security-secrets-setup 00:56:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:26 ---> Running in cf69e1310db0 00:56:27 (1/2) Installing readline (8.0.4-r0) 00:56:27 (2/2) Installing bash (5.0.17-r0) 00:56:27 Executing bash-5.0.17-r0.post-install 00:56:27 Executing busybox-1.31.1-r16.trigger 00:56:27 OK: 12 MiB in 22 packages 00:56:31 Removing intermediate container 913265367b4b 00:56:31 ---> cae2b4ba69aa 00:56:31 Step 13/26 : RUN rm -rf /var/cache/apk/* 00:56:31 ---> Running in 19f470542354 00:56:31 Removing intermediate container cf69e1310db0 00:56:31 ---> 79273d0a36b2 00:56:31 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:56:34 ---> Running in 958a6db2f076 00:56:34 Removing intermediate container 995b586196eb 00:56:34 ---> 6b003abedc7a 00:56:34 00:56:34 Step 10/20 : FROM scratch 00:56:34 ---> 00:56:34 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:56:34 Removing intermediate container 4230d4640dc7 00:56:34 ---> 3486f775629b 00:56:34 00:56:34 Step 10/22 : FROM alpine 00:56:34 ---> a24bb4013296 00:56:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:56:35 ---> Running in a88da78b254e 00:56:36 Removing intermediate container 958a6db2f076 00:56:36 ---> f4d231a27151 00:56:36 Step 26/29 : CMD [ "generate" ] 00:56:36 ---> Running in d7fc120b5a80 00:56:37 Removing intermediate container 19f470542354 00:56:37 ---> 3cac715ee677 00:56:37 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:56:37 ---> Running in e62f95350f8e 00:56:37 Removing intermediate container a88da78b254e 00:56:37 ---> c68e0fbf1e37 00:56:37 Step 12/20 : ENV APP_PORT=48085 00:56:38 ---> Running in e0ef034e238b 00:56:38 Removing intermediate container d7fc120b5a80 00:56:38 ---> d112334a629f 00:56:38 Step 12/22 : ENV APP_PORT=48080 00:56:38 ---> Running in dcd0525e396e 00:56:38 Removing intermediate container 5464fc75ab0c 00:56:38 ---> a0bfb70a49e1 00:56:38 00:56:38 Step 10/21 : FROM scratch 00:56:38 ---> 00:56:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:56:38 ---> Running in 13afcc05c1e6 00:56:38 ---> Using cache 00:56:38 ---> c68e0fbf1e37 00:56:38 Step 12/21 : ENV APP_PORT=48081 00:56:38 Removing intermediate container e62f95350f8e 00:56:38 ---> 3dfe765906a5 00:56:38 Step 27/29 : LABEL arch=x86_64 00:56:38 ---> Running in ec9246c44e23 00:56:38 Removing intermediate container e0ef034e238b 00:56:38 ---> 2a67be7b1599 00:56:38 Step 15/26 : ENV APP_PORT=48090 00:56:38 Removing intermediate container dcd0525e396e 00:56:38 ---> 941bfdb3504f 00:56:38 Step 13/20 : EXPOSE $APP_PORT 00:56:38 ---> Running in 23e66c110972 00:56:38 Removing intermediate container 13afcc05c1e6 00:56:38 ---> 54e795568c52 00:56:38 Step 13/22 : EXPOSE $APP_PORT 00:56:38 ---> Running in 34539b589ae6 00:56:39 ---> Running in 63db605bec99 00:56:39 Removing intermediate container ec9246c44e23 00:56:39 ---> ce1986fa9d83 00:56:39 Step 13/21 : EXPOSE $APP_PORT 00:56:39 ---> Running in e6749fcf6b02 00:56:39 ---> Running in a86a9974dd9a 00:56:39 Removing intermediate container 34539b589ae6 00:56:39 ---> 7d0ef92cbf4a 00:56:39 Step 16/26 : EXPOSE $APP_PORT 00:56:39 Removing intermediate container 23e66c110972 00:56:39 ---> fc7663f4cc88 00:56:39 Step 28/29 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 00:56:39 Removing intermediate container 63db605bec99 00:56:39 ---> 85ce6272017d 00:56:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:56:39 ---> Running in e605a58c9990 00:56:39 ---> Running in fcae43d01585 00:56:39 Removing intermediate container e6749fcf6b02 00:56:39 ---> 6fd0f8a20f5c 00:56:39 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:56:39 Removing intermediate container a86a9974dd9a 00:56:39 ---> 7726478640f9 00:56:39 Step 14/21 : WORKDIR / 00:56:39 ---> Running in 93806ac748cc 00:56:39 ---> 0c475a88053a 00:56:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:56:40 ---> Running in 7cdf32f17a4a 00:56:40 Removing intermediate container e605a58c9990 00:56:40 ---> 7e4f6acb0f8b 00:56:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:56:40 Removing intermediate container fcae43d01585 00:56:40 ---> 431c56c806c1 00:56:40 Step 29/29 : LABEL version=0.0.0 00:56:40 ---> Running in 0aa2dc94ae15 00:56:40 Removing intermediate container 7cdf32f17a4a 00:56:40 ---> e24f8ada2478 00:56:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:56:40 ---> 3e11cc5dce6f 00:56:40 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:56:40 ---> aa4fc0a337f7 00:56:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:56:41 Removing intermediate container 0aa2dc94ae15 00:56:41 ---> c008f0871ec0 00:56:41 00:56:41 ---> cfdc4337a0ef 00:56:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:56:41 Successfully built c008f0871ec0 00:56:42 ---> 94ad86cf0892 00:56:42 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:56:42 Successfully tagged docker-security-secrets-setup-go:latest 00:56:42 Building docker-security-secretstore-setup-go 00:56:42  Building docker-security-secrets-setup-go ... done  ---> 2985c738d025 00:56:42 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:56:42 ---> 2a4987ba2145 00:56:42 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:56:42 ---> Running in 12d2de165ae5 00:56:42 Removing intermediate container 93806ac748cc 00:56:42 ---> ffd8e38cb6b9 00:56:42 Step 15/22 : RUN apk --no-cache add zeromq 00:56:42 Removing intermediate container 12d2de165ae5 00:56:42 ---> a93a75e4b686 00:56:42 Step 18/20 : LABEL arch=x86_64 00:56:42 ---> Running in ccf6941cd0a1 00:56:43 ---> 2fc428596cf4 00:56:43 Step 20/26 : RUN apk --no-cache add py-pip 00:56:43 ---> dd85fd2012c9 00:56:43 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:56:43 ---> Running in dc7ad8b1eb88 00:56:44 Removing intermediate container 232f40363512 00:56:44 ---> df26bdb060ca 00:56:44 Successfully built df26bdb060ca 00:56:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:56:45 ---> Running in ea6bfa2d3c09 00:56:45 + docker inspect -f . ci-base-image-arm64 00:56:45 . [Pipeline] withDockerContainer 00:56:46 ---> Running in 2434d8a44138 00:56:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:46 prd-ubuntu18.04-docker-arm64-4c-16g-1643 does not seem to be running inside a container 00:56:46 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:56:46 Removing intermediate container dc7ad8b1eb88 00:56:46 ---> 25d245ca7aea 00:56:46 Step 19/20 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 00:56:46 Removing intermediate container 2434d8a44138 00:56:46 ---> 8a450d583230 00:56:46 Step 19/21 : LABEL arch=x86_64 00:56:46 ---> Running in 6de9dc7e21a7 00:56:47 ---> Running in 92b16ed24a5f 00:56:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:47 Removing intermediate container 6de9dc7e21a7 00:56:47 ---> 13918597d757 00:56:47 Step 20/20 : LABEL version=0.0.0 00:56:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:47 $ docker top 251f844a405bacfdf4322dc3b6bcdce555904e541fb73f2b27097fedb73ed014 -eo pid,comm 00:56:47 ---> Running in b7f3de58a199 00:56:47 Removing intermediate container 92b16ed24a5f 00:56:47 ---> 4cdcde384348 00:56:47 Step 20/21 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 00:56:47 (1/33) Installing libbz2 (1.0.8-r1) 00:56:47 (2/33) Installing expat (2.2.9-r1) 00:56:47 (3/33) Installing libffi (3.3-r2) 00:56:47 (4/33) Installing gdbm (1.13-r1) 00:56:48 (5/33) Installing xz-libs (5.2.5-r0) 00:56:48 (6/33) Installing sqlite-libs (3.32.1-r0) 00:56:48 (7/33) Installing python3 (3.8.5-r0) [Pipeline] { [Pipeline] sh 00:56:48 ---> Running in dceac9c205e5 00:56:48 + go version 00:56:48 go version go1.13.13 linux/arm64 [Pipeline] echo 00:56:48 ========================================================= 00:56:48 [edgeXBuildGoParallel] Running Tests and Build... 00:56:48 ========================================================= [Pipeline] sh 00:56:49 + make test 00:56:49 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:56:51 Removing intermediate container b7f3de58a199 00:56:51 ---> 8cd57978be1a 00:56:51 00:56:52 ? github.com/edgexfoundry/edgex-go [no test files] 00:56:53 Successfully built 8cd57978be1a 00:56:53 (8/33) Installing py3-appdirs (1.4.4-r1) 00:56:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:56:53 (10/33) Installing py3-parsing (2.4.7-r0) 00:56:53 Successfully tagged docker-support-scheduler-go:latest 00:56:53 Building docker-support-notifications-go 00:56:53  Building docker-support-scheduler-go ... done (11/33) Installing py3-six (1.15.0-r0) 00:56:53 (12/33) Installing py3-packaging (20.4-r0) 00:56:53 (13/33) Installing py3-setuptools (47.0.0-r0) 00:56:53 (14/33) Installing py3-chardet (3.0.4-r4) 00:56:54 (15/33) Installing py3-idna (2.9-r0) 00:56:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:56:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:56:56 Removing intermediate container dceac9c205e5 00:56:56 ---> a78579c44feb 00:56:56 Step 21/21 : LABEL version=0.0.0 00:56:57 (18/33) Installing py3-requests (2.23.0-r0) 00:56:57 (19/33) Installing py3-msgpack (1.0.0-r0) 00:56:58 (20/33) Installing py3-lockfile (0.12.2-r3) 00:56:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:56:59 (22/33) Installing py3-colorama (0.4.3-r0) 00:56:59 (23/33) Installing py3-distlib (0.3.0-r0) 00:57:00 (24/33) Installing py3-distro (1.5.0-r1) 00:57:00 (25/33) Installing py3-webencodings (0.5.1-r3) 00:57:01 (26/33) Installing py3-html5lib (1.0.1-r4) 00:57:01 ---> Running in f313c582137d 00:57:01 (27/33) Installing py3-pytoml (0.1.21-r0) 00:57:01 (28/33) Installing py3-pep517 (0.8.2-r0) 00:57:01 (29/33) Installing py3-progress (1.5-r0) 00:57:01 (30/33) Installing py3-toml (0.10.1-r0) 00:57:01 (31/33) Installing py3-retrying (1.3.3-r0) 00:57:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:57:01 (33/33) Installing py3-pip (20.1.1-r0) 00:57:02 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:57:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:57:02 ---> d992e7d218c2 00:57:02 Step 3/26 : WORKDIR /edgex-go 00:57:02 ---> Using cache 00:57:02 ---> 9af044b108c9 00:57:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:02 ---> Using cache 00:57:02 ---> 0648bb4e1c3c 00:57:02 Step 5/26 : RUN apk update && apk add make git 00:57:03 Executing busybox-1.31.1-r16.trigger 00:57:03 OK: 71 MiB in 55 packages 00:57:03 ---> Running in e63efcfc8311 00:57:03 Removing intermediate container f313c582137d 00:57:03 ---> 1e870f22e9f0 00:57:03 00:57:04 Successfully built 1e870f22e9f0 00:57:04 Successfully tagged docker-core-metadata-go:latest 00:57:04  Building docker-core-metadata-go ... done Building docker-core-command-go 00:57:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:57:13 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:57:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:57:13 ---> d992e7d218c2 00:57:13 Step 3/23 : WORKDIR /edgex-go 00:57:13 ---> Using cache 00:57:13 ---> 9af044b108c9 00:57:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:13 ---> Using cache 00:57:13 ---> 0648bb4e1c3c 00:57:13 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 00:57:13 ---> Running in 9bb9cf48ef0b 00:57:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:57:18 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:57:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:57:18 ---> d992e7d218c2 00:57:18 Step 3/21 : WORKDIR /edgex-go 00:57:18 ---> Using cache 00:57:18 ---> 9af044b108c9 00:57:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:18 ---> Using cache 00:57:18 ---> 0648bb4e1c3c 00:57:18 Step 5/21 : RUN apk update && apk add make git 00:57:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:57:19 ---> Running in 8ba4e025e354 00:57:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:57:21 Removing intermediate container ea6bfa2d3c09 00:57:21 ---> dd094de87de7 00:57:21 Step 21/26 : RUN pip install docker-compose==1.23.2 00:57:21 ---> Running in b845b75fb32f 00:57:23 Collecting docker-compose==1.23.2 00:57:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:57:23 Collecting dockerpty<0.5,>=0.4.1 00:57:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:57:24 Collecting jsonschema<3,>=2.5.1 00:57:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:57:24 Collecting docopt<0.7,>=0.6.1 00:57:24 Downloading docopt-0.6.2.tar.gz (25 kB) 00:57:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:57:24 Collecting cached-property<2,>=1.2.0 00:57:24 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:57:24 Collecting websocket-client<1.0,>=0.32.0 00:57:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:57:24 Collecting texttable<0.10,>=0.9.0 00:57:24 Downloading texttable-0.9.1.tar.gz (11 kB) 00:57:25 Collecting PyYAML<4,>=3.10 00:57:25 Downloading PyYAML-3.13.tar.gz (270 kB) 00:57:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:57:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:57:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:57:26 Collecting docker<4.0,>=3.6.0 00:57:26 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:57:26 Collecting idna<2.8,>=2.5 00:57:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:57:26 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) 00:57:26 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) 00:57:26 Collecting urllib3<1.25,>=1.21.1 00:57:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:57:26 Collecting docker-pycreds>=0.4.0 00:57:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:57:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:57:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:57:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:57:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:57:27 Installing collected packages: dockerpty, jsonschema, docopt, cached-property, websocket-client, texttable, PyYAML, idna, urllib3, requests, docker-pycreds, docker, docker-compose 00:57:27 Running setup.py install for dockerpty: started 00:57:27 Running setup.py install for dockerpty: finished with status 'done' 00:57:27 Running setup.py install for docopt: started 00:57:28 Running setup.py install for docopt: finished with status 'done' 00:57:28 Running setup.py install for texttable: started 00:57:28 Running setup.py install for texttable: finished with status 'done' 00:57:28 Running setup.py install for PyYAML: started 00:57:29 Running setup.py install for PyYAML: finished with status 'done' 00:57:29 Attempting uninstall: idna 00:57:29 Found existing installation: idna 2.9 00:57:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:57:29 Uninstalling idna-2.9: 00:57:29 Successfully uninstalled idna-2.9 00:57:29 Attempting uninstall: urllib3 00:57:29 Found existing installation: urllib3 1.25.9 00:57:29 Uninstalling urllib3-1.25.9: 00:57:29 Successfully uninstalled urllib3-1.25.9 00:57:29 Attempting uninstall: requests 00:57:29 Found existing installation: requests 2.23.0 00:57:29 Uninstalling requests-2.23.0: 00:57:29 Successfully uninstalled requests-2.23.0 00:57:30 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 00:57:34 Removing intermediate container b845b75fb32f 00:57:34 ---> 6d5239093c0a 00:57:34 Step 22/26 : RUN apk --no-cache add curl 00:57:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:57:34 ---> Running in 9374dfad3e92 00:57:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:57:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:57:34 (1/5) Installing libgcc (9.3.0-r2) 00:57:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:57:35 (2/3) Installing libcurl (7.69.1-r0) 00:57:35 (3/3) Installing curl (7.69.1-r0) 00:57:35 Executing busybox-1.31.1-r16.trigger 00:57:35 OK: 72 MiB in 58 packages 00:57:35 Removing intermediate container 9374dfad3e92 00:57:35 ---> 8fe339f07d2a 00:57:35 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:57:35 ---> Running in 8960f95c4566 00:57:35 Removing intermediate container 8960f95c4566 00:57:35 ---> 689c27bcf4c8 00:57:35 Step 24/26 : LABEL arch=x86_64 00:57:36 (2/5) Installing libsodium (1.0.18-r0) 00:57:36 ---> Running in cdceefc77171 00:57:36 Removing intermediate container cdceefc77171 00:57:36 ---> 0e412aa7b76a 00:57:36 Step 25/26 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 00:57:36 ---> Running in 0dc86645874a 00:57:36 Removing intermediate container 0dc86645874a 00:57:36 ---> 5e210d2c4f1b 00:57:36 Step 26/26 : LABEL version=0.0.0 00:57:36 ---> Running in c18bfe7a9fad 00:57:36 Removing intermediate container c18bfe7a9fad 00:57:36 ---> 701a3c7861a5 00:57:36 00:57:36 Successfully built 701a3c7861a5 00:57:36 Successfully tagged docker-sys-mgmt-agent-go:latest 00:57:36  Building docker-sys-mgmt-agent-go ... done Building docker-support-logging-go 00:57:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:57:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:57:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:57:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:57:39 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.042s 00:57:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:57:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:57:39 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:57:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:57:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:57:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:57:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:57:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:57:40 (3/5) Installing libstdc++ (9.3.0-r2) 00:57:46 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:57:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:57:46 ---> d992e7d218c2 00:57:46 Step 3/21 : WORKDIR /edgex-go 00:57:46 ---> Using cache 00:57:46 ---> 9af044b108c9 00:57:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:46 ---> Using cache 00:57:46 ---> 0648bb4e1c3c 00:57:46 Step 5/21 : RUN apk update && apk add make && apk add bash git 00:57:46 ---> Running in 32f1124c6802 00:57:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:57:47 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:57:47 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:57:47 OK: 12749 distinct packages available 00:57:47 OK: 233 MiB in 51 packages 00:57:48 Removing intermediate container e63efcfc8311 00:57:48 ---> 9588a21bf10f 00:57:48 Step 6/26 : COPY go.mod . 00:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.155s coverage: 46.6% of statements 00:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:57:48 ---> 9c107d3e670e 00:57:48 Step 7/26 : RUN go mod download 00:57:48 ---> Running in fdc94b6a6e26 00:57:50 Removing intermediate container fdc94b6a6e26 00:57:50 ---> 8fab00d1769e 00:57:50 Step 8/26 : COPY . . 00:57:51 (4/5) Installing libzmq (4.3.2-r0) 00:57:55 (5/5) Installing zeromq (4.3.2-r0) 00:57:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.242s coverage: 27.3% of statements 00:57:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:57:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:57:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:57:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:57:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:57:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:57:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 00:57:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:57:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements 00:57:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:57:55 Executing busybox-1.31.1-r16.trigger 00:57:55 OK: 8 MiB in 19 packages 00:57:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.416s coverage: 28.6% of statements 00:57:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:57:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:57:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:57:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:57:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:57:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements 00:57:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:57:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 00:57:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:57:58 Removing intermediate container ccf6941cd0a1 00:57:58 ---> 9442891e999a 00:57:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:57:58 ---> eb9593bdeebb 00:57:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:57:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 89.8% of statements 00:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:57:59 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:57:59 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:57:59 OK: 12749 distinct packages available 00:57:59 OK: 233 MiB in 51 packages 00:58:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.166s coverage: 97.5% of statements 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:58:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 100.0% of statements 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:58:01 ---> d14186adbae3 00:58:01 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:58:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 00:58:02 ---> bed61cebfa08 00:58:02 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:58:02 Removing intermediate container 9bb9cf48ef0b 00:58:02 ---> f17951156ddd 00:58:02 Step 6/23 : COPY go.mod . 00:58:02 ---> f2f986a300fc 00:58:02 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 00:58:02 ---> Running in 55e56fa20d3a 00:58:02 ---> Running in a71218e1bd92 00:58:02 ---> 8f52cfac4c84 00:58:02 Step 7/23 : RUN go mod download 00:58:02 Removing intermediate container 55e56fa20d3a 00:58:02 ---> 9a57be65ed07 00:58:02 Step 20/22 : LABEL arch=x86_64 00:58:02 ---> Running in 654fe79c9c98 00:58:03 ---> Running in ef86d67d6412 00:58:03 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 00:58:03 Removing intermediate container ef86d67d6412 00:58:03 ---> f570098f734d 00:58:03 Step 21/22 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 00:58:03 ---> Running in 1b56992e474b 00:58:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:58:03 Removing intermediate container 1b56992e474b 00:58:03 ---> 8c64e33dd079 00:58:03 Step 22/22 : LABEL version=0.0.0 00:58:03 ---> Running in b9db905865be 00:58:04 Removing intermediate container b9db905865be 00:58:04 ---> adc9805d5921 00:58:04 00:58:04 Successfully built adc9805d5921 00:58:04 Successfully tagged docker-core-data-go:latest 00:58:04 Building docker-security-proxy-setup-go 00:58:04  Building docker-core-data-go ... done Removing intermediate container 654fe79c9c98 00:58:04 ---> 7fc14dd356a7 00:58:04 Step 8/23 : COPY . . 00:58:04 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:58:04 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:58:04 OK: 12749 distinct packages available 00:58:04 OK: 233 MiB in 51 packages 00:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.5% of statements 00:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 00:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.326s coverage: 55.9% of statements 00:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:58:16 Removing intermediate container 8ba4e025e354 00:58:16 ---> 9f4b31edc128 00:58:16 Step 6/21 : COPY go.mod . 00:58:16 ---> dd08214cc692 00:58:16 Step 7/21 : RUN go mod download 00:58:19 ---> Running in f9d5ccb2939a 00:58:22 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:58:22 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:58:22 ---> d992e7d218c2 00:58:22 Step 3/20 : WORKDIR /edgex-go 00:58:22 ---> Using cache 00:58:22 ---> 9af044b108c9 00:58:22 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:58:22 ---> Using cache 00:58:22 ---> 0648bb4e1c3c 00:58:22 Step 5/20 : RUN apk update && apk add make git 00:58:22 ---> Using cache 00:58:22 ---> 9f4b31edc128 00:58:22 Step 6/20 : COPY go.mod . 00:58:22 ---> Using cache 00:58:22 ---> dd08214cc692 00:58:22 Step 7/20 : RUN go mod download 00:58:23 ---> Running in 87a2c27d293a 00:58:23 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 00:58:24 Removing intermediate container f9d5ccb2939a 00:58:24 ---> 0f004ec7df86 00:58:24 Step 8/21 : COPY . . 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 21.677s coverage: 86.3% of statements 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.935s coverage: 72.2% of statements 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.331s coverage: 72.1% of statements 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.078s coverage: 48.4% of statements 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.020s coverage: 28.8% of statements 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 26.9% of statements 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.316s coverage: 84.1% of statements 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.049s coverage: 42.9% of statements 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.051s coverage: 83.8% of statements 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.163s coverage: 46.1% of statements 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.030s coverage: 100.0% of statements 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:58:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements 00:58:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:58:29 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:58:29 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:58:29 OK: 12749 distinct packages available 00:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements 00:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:58:30 OK: 233 MiB in 51 packages 00:58:30 OK: 233 MiB in 51 packages 00:58:31 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 00:58:33 Removing intermediate container 87a2c27d293a 00:58:33 ---> e1221b0027a5 00:58:33 Step 8/20 : COPY . . 00:58:33 ---> 214bb9c80232 00:58:33 Step 9/23 : RUN make cmd/support-notifications/support-notifications 00:58:33 Removing intermediate container 32f1124c6802 00:58:33 ---> d80868ab6a53 00:58:33 Step 6/21 : COPY go.mod . 00:58:34 ---> Running in 5e17365c2868 00:58:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.154s coverage: 29.1% of statements 00:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:58:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.126s coverage: 99.0% of statements 00:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:58:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements 00:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:58:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.010s coverage: 0.0% of statements 00:58:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:58:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.021s coverage: 100.0% of statements 00:58:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:58:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:58:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:58:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:58:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 00:58:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:58:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:58:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 00:58:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements 00:58:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements 00:58:40 GO111MODULE=on go vet ./... 00:58:40 ---> 2c3419373427 00:58:40 Step 7/21 : RUN go mod download 00:58: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 00:58:41 ---> Running in 5f94e2d48db2 00:58:46 ---> 9bf5c6a3f3e1 00:58:46 Step 9/21 : RUN make cmd/core-command/core-command 00:58:46 ---> Running in e23e9b9e70a1 00:58:47 Removing intermediate container a71218e1bd92 00:58:47 ---> c8fa6315e6e3 00:58:47 00:58:47 Step 10/26 : FROM alpine:3.10 00:58:47 Removing intermediate container 5f94e2d48db2 00:58:47 ---> cda05f9bfee7 00:58:47 Step 8/21 : COPY . . 00:58:47 3.10: Pulling from library/alpine 00:58:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:58:55 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:58:57 Status: Downloaded newer image for alpine:3.10 00:58:57 ---> be4e4bea2c2e 00:58:57 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:58:58 gofmt -l . 00:58:58 [ "`gofmt -l .`" = "" ] 00:58:58 ---> Running in 2dfec3646dfa 00:59:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:59:00 ./bin/test-go-mod-tidy.sh 00:59:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:59:00 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:59:00 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:59:00 OK: 10346 distinct packages available 00:59:01 ./bin/test-attribution-txt.sh 00:59:01 (1/5) Installing ca-certificates (20191127-r2) 00:59:01 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:59:01 (3/5) Installing libcurl (7.66.0-r0) 00:59:01 (4/5) Installing curl (7.66.0-r0) 00:59:01 (5/5) Installing dumb-init (1.2.2-r1) 00:59:01 Executing busybox-1.30.1-r3.trigger 00:59:01 Executing ca-certificates-20191127-r2.trigger 00:59:01 OK: 7 MiB in 19 packages [Pipeline] sh 00:59:03 ---> c15ef6bc1b17 00:59:03 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:59:04 + ls -al . 00:59:04 total 588 00:59:04 drwxrwxr-x 10 1001 1001 4096 Jul 31 00:59 . 00:59:04 drwxr-xr-x 4 root root 4096 Jul 31 00:56 .. 00:59:04 -rw-rw-r-- 1 1001 1001 11 Jul 31 00:46 .dockerignore 00:59:04 drwxrwxr-x 8 1001 1001 4096 Jul 31 00:47 .git 00:59:04 drwxrwxr-x 3 1001 1001 4096 Jul 31 00:46 .github 00:59:04 -rw-rw-r-- 1 1001 1001 932 Jul 31 00:46 .gitignore 00:59:04 drwxrwxr-x 3 1001 1001 4096 Jul 31 00:47 .semver 00:59:04 -rw-rw-r-- 1 1001 1001 166 Jul 31 00:46 .sonarcloud.properties 00:59:04 -rw-rw-r-- 1 1001 1001 3804 Jul 31 00:46 CONTRIBUTING.md 00:59:04 -rw-rw-r-- 1 1001 1001 1035 Jul 31 00:46 Dockerfile.build 00:59:04 -rw-rw-r-- 1 1001 1001 865 Jul 31 00:46 Jenkinsfile 00:59:04 -rw-rw-r-- 1 1001 1001 10775 Jul 31 00:46 LICENSE 00:59:04 -rw-rw-r-- 1 1001 1001 6237 Jul 31 00:46 Makefile 00:59:04 -rw-rw-r-- 1 1001 1001 5652 Jul 31 00:46 README.md 00:59:04 -rw-rw-r-- 1 1001 1001 7111 Jul 31 00:46 SECURITY.md 00:59:04 -rw-rw-r-- 1 1001 1001 5 Jul 31 00:42 VERSION 00:59:04 -rw-rw-r-- 1 1001 1001 4131 Jul 31 00:46 ZMQWindows.md 00:59:04 drwxrwxr-x 2 1001 1001 4096 Jul 31 00:46 bin 00:59:04 drwxrwxr-x 15 1001 1001 4096 Jul 31 00:46 cmd 00:59:04 -rw-r--r-- 1 root root 455803 Jul 31 00:58 coverage.out 00:59:04 -rw-r--r-- 1 root root 1019 Jul 31 00:59 go.mod 00:59:04 -rw-r--r-- 1 root root 18146 Jul 31 00:59 go.sum 00:59:04 drwxrwxr-x 8 1001 1001 4096 Jul 31 00:46 internal 00:59:04 drwxrwxr-x 4 1001 1001 4096 Jul 31 00:46 openapi 00:59:04 drwxrwxr-x 4 1001 1001 4096 Jul 31 00:46 snap 00:59:04 -rw-rw-r-- 1 1001 1001 168 Jul 31 00:46 version.go [Pipeline] sh 00:59:05 + '[' -e coverage.out ] 00:59:05 + chown 1001:1001 coverage.out [Pipeline] stash 00:59:05 Warning: overwriting stash ‘coverage-report’ 00:59:06 Stashed 1 file(s) [Pipeline] sh 00:59:06 + make build 00:59:06 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 00:59:10 ---> Running in 68fd5046464e 00:59:11 Removing intermediate container 2dfec3646dfa 00:59:11 ---> 0f645663a127 00:59:11 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:59:11 ---> Running in 26ce9b96e22b 00:59:12 ---> d76a1e3e3c1e 00:59:12 Step 9/21 : RUN make cmd/support-logging/support-logging 00:59:12 ---> Running in f8a4d87f3a89 00:59:12 Removing intermediate container 26ce9b96e22b 00:59:12 ---> 73ce744ebef4 00:59:12 Step 13/26 : WORKDIR / 00:59:12 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 00:59:12 ---> Running in f29774df29b5 00:59:13 Removing intermediate container f29774df29b5 00:59:13 ---> 7f33ea35bf3f 00:59:13 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:59:13 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 00:59:16 Removing intermediate container 5e17365c2868 00:59:16 ---> 551b2a0a488c 00:59:16 00:59:16 Step 10/23 : FROM scratch 00:59:16 ---> 00:59:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:59:16 ---> cf46da62cf97 00:59:16 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:59:16 ---> 63123a1cf5a5 00:59:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:59:16 ---> Running in ef7d8e45d147 00:59:17 Removing intermediate container ef7d8e45d147 00:59:17 ---> 0db623ff1b33 00:59:17 Step 12/23 : ENV APP_PORT=48060 00:59:17 ---> Running in 26cb00c578c7 00:59:22 ---> 8ad5838d5b23 00:59:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:59:22 Removing intermediate container 26cb00c578c7 00:59:22 ---> 9e5165352ed7 00:59:22 Step 13/23 : EXPOSE $APP_PORT 00:59:22 ---> Running in 6d252792e03b 00:59:22 Removing intermediate container e23e9b9e70a1 00:59:22 ---> 782eef5a85ee 00:59:22 00:59:22 Step 10/21 : FROM scratch 00:59:22 ---> 00:59:22 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:59:22 ---> Using cache 00:59:22 ---> c68e0fbf1e37 00:59:22 Step 12/21 : ENV APP_PORT=48082 00:59:22 ---> ab549212479c 00:59:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:59:22 ---> Running in 8fd0c8af0786 00:59:22 Removing intermediate container 6d252792e03b 00:59:22 ---> f0a5718bbba9 00:59:22 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 00:59:22 Removing intermediate container 8fd0c8af0786 00:59:22 ---> c59190da514c 00:59:22 Step 13/21 : EXPOSE $APP_PORT 00:59:22 ---> Running in 5398c6624c9f 00:59:23 ---> f353cee8ba19 00:59:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:59:23 Removing intermediate container 5398c6624c9f 00:59:23 ---> 2e6ce59dfcf8 00:59:23 Step 14/21 : WORKDIR / 00:59:23 ---> 1c06d6cb8e0f 00:59:23 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:59:23 ---> Running in fca434b28320 00:59:23 Removing intermediate container fca434b28320 00:59:23 ---> 9f10e1ef58d2 00:59:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:59:23 ---> 802c6a743f6a 00:59:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:59:24 ---> db69b9fde8b8 00:59:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:59:25 ---> c58bf4324f62 00:59:25 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 00:59:25 ---> 85a6ae694bc1 00:59:25 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:59:25 ---> ead84a87ff58 00:59:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:59:25 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 00:59:25 ---> 2f523336b195 00:59:25 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:59:25 ---> 40b6872c48c6 00:59:25 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:59:26 ---> Running in a78e2b537b37 00:59:26 ---> b1171569537f 00:59:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:59:26 ---> Running in 9edb8dc0c505 00:59:26 Removing intermediate container 9edb8dc0c505 00:59:26 ---> 5feb0445653f 00:59:26 Step 19/21 : LABEL arch=x86_64 00:59:27 ---> Running in 741896dc8901 00:59:28 ---> a4a1e4242453 00:59:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:59:28 Removing intermediate container 741896dc8901 00:59:28 ---> 75f21f77bece 00:59:28 Step 20/21 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 00:59:28 ---> Running in ad670ca3427c 00:59:29 ---> 1521df9ebb50 00:59:29 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:59:29 Removing intermediate container a78e2b537b37 00:59:29 ---> 6460e4d774de 00:59:29 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:59:29 Removing intermediate container ad670ca3427c 00:59:29 ---> 0256e51dd3dc 00:59:29 Step 21/21 : LABEL version=0.0.0 00:59:29 ---> Running in fa112391314a 00:59:29 ---> 1f0fb3d4bf4b 00:59:29 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:59:29 ---> Running in 81d62870e71c 00:59:30 ---> Running in a1014f46df63 00:59:30 Removing intermediate container 81d62870e71c 00:59:30 ---> 5d3052e865bf 00:59:30 00:59:30 Removing intermediate container fa112391314a 00:59:30 ---> ff6d43a3e3fa 00:59:30 Step 24/26 : LABEL arch=x86_64 00:59:30 Successfully built 5d3052e865bf 00:59:30 ---> Running in c165f8ec6310 00:59:30 Removing intermediate container a1014f46df63 00:59:30 ---> b3569e523570 00:59:30 Step 21/23 : LABEL arch=x86_64 00:59:30 Successfully tagged docker-core-command-go:latest 00:59:30  Building docker-core-command-go ... done  ---> Running in 9f5834401e38 00:59:30 Removing intermediate container c165f8ec6310 00:59:30 ---> 005d2a49b1a1 00:59:30 Step 25/26 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 00:59:31 ---> Running in a957ef82c6b0 00:59:31 Removing intermediate container 9f5834401e38 00:59:31 ---> 70139ab4d15e 00:59:31 Step 22/23 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 00:59:31 ---> Running in 3ad856613b7f 00:59:32 Removing intermediate container a957ef82c6b0 00:59:32 ---> 4b77bfe771d6 00:59:32 Step 26/26 : LABEL version=0.0.0 00:59:32 ---> Running in f03923531c2a 00:59:32 Removing intermediate container 3ad856613b7f 00:59:32 ---> 7fdb7a6f89fa 00:59:32 Step 23/23 : LABEL version=0.0.0 00:59:33 Removing intermediate container 68fd5046464e 00:59:33 ---> 6607bd3865c0 00:59:33 00:59:33 Step 10/20 : FROM alpine 00:59:33 ---> a24bb4013296 00:59:33 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:59:33 ---> Running in 18a263331e90 00:59:34 ---> Running in 02013ac4d8a1 00:59:34 Removing intermediate container f03923531c2a 00:59:34 ---> 597b54645f9c 00:59:34 00:59:34 Successfully built 597b54645f9c 00:59:35 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 00:59:35 Successfully tagged docker-security-secretstore-setup-go:latest 00:59:35  Building docker-security-secretstore-setup-go ... done Removing intermediate container 18a263331e90 00:59:35 ---> d50f8d485098 00:59:35 00:59:35 Removing intermediate container f8a4d87f3a89 00:59:35 ---> ad855045417a 00:59:35 00:59:35 Step 10/21 : FROM scratch 00:59:35 ---> 00:59:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:59:35 Successfully built d50f8d485098 00:59:35 ---> Using cache 00:59:35 ---> 0db623ff1b33 00:59:35 Step 12/21 : ENV APP_PORT=48061 00:59:35 Successfully tagged docker-support-notifications-go:latest 00:59:35  Building docker-support-notifications-go ... done  ---> Running in 383f7641fac6 00:59:36 Removing intermediate container 383f7641fac6 00:59:36 ---> 6e02ed3081a1 00:59:36 Step 13/21 : EXPOSE $APP_PORT 00:59:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:59:36 ---> Running in 62040f8a35fb 00:59:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:59:36 Removing intermediate container 62040f8a35fb 00:59:36 ---> 30e0012d7705 00:59:36 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 00:59:36 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:59:36 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:59:36 OK: 12749 distinct packages available 00:59:36 ---> 88422a6154cb 00:59:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:59:36 (1/4) Installing ca-certificates (20191127-r4) 00:59:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:59:36 (3/4) Installing libcurl (7.69.1-r0) 00:59:36 (4/4) Installing curl (7.69.1-r0) 00:59:36 Executing busybox-1.31.1-r16.trigger 00:59:36 Executing ca-certificates-20191127-r4.trigger 00:59:36 OK: 7 MiB in 18 packages 00:59:37 ---> b7debfee0e47 00:59:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:59:38 Removing intermediate container 02013ac4d8a1 00:59:38 ---> 3e8f34e51893 00:59:38 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:59:38 ---> Running in 3e5b60a06e3a 00:59:38 ---> b02a9647ce6a 00:59:38 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:59:39 Removing intermediate container 3e5b60a06e3a 00:59:39 ---> 8e748bcfcdaf 00:59:39 Step 13/20 : WORKDIR /edgex 00:59:39 ---> Running in b361a529350a 00:59:39 ---> 9c565b0a55ea 00:59:39 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:59:39 ---> Running in c3421cd8036f 00:59:39 Removing intermediate container b361a529350a 00:59:39 ---> bf49103eebbd 00:59:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:59:39 Removing intermediate container c3421cd8036f 00:59:39 ---> 0f1763fe37dd 00:59:39 Step 19/21 : LABEL arch=x86_64 00:59: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 00:59:39 ---> Running in cd09f2f9474d 00:59:39 ---> 22ed453a5257 00:59:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:59:39 Removing intermediate container cd09f2f9474d 00:59:39 ---> 9c1e18a55601 00:59:39 Step 20/21 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 00:59:39 ---> Running in eb0bcff2a479 00:59:39 Removing intermediate container eb0bcff2a479 00:59:39 ---> eba4a67b6910 00:59:39 Step 21/21 : LABEL version=0.0.0 00:59:39 ---> 6d91cc856e3f 00:59:39 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:59:40 ---> Running in 2f94a1226a30 00:59:40 ---> Running in 15aca529fcfd 00:59:40 Removing intermediate container 2f94a1226a30 00:59:40 ---> 2fe70726717f 00:59:40 00:59:40 Removing intermediate container 15aca529fcfd 00:59:40 ---> 8582bc9a82ab 00:59:40 Step 17/20 : CMD ["--init=true"] 00:59:41 Successfully built 2fe70726717f 00:59:41 Successfully tagged docker-support-logging-go:latest 00:59:41  Building docker-support-logging-go ... done  ---> Running in 1527b70d1cfc 00:59:41 Removing intermediate container 1527b70d1cfc 00:59:41 ---> 76c41c881b5c 00:59:41 Step 18/20 : LABEL arch=x86_64 00:59:41 ---> Running in 4f95aaa5596a 00:59:41 Removing intermediate container 4f95aaa5596a 00:59:41 ---> d5838feb3c5e 00:59:41 Step 19/20 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 00:59:41 ---> Running in 235ecb72dc19 00:59:41 Removing intermediate container 235ecb72dc19 00:59:41 ---> 4fa12fe48b1e 00:59:41 Step 20/20 : LABEL version=0.0.0 00:59:41 ---> Running in 7279b38eaf95 00:59:42 Removing intermediate container 7279b38eaf95 00:59:42 ---> 76b07e0bd5a4 00:59:42 00:59:42 Successfully built 76b07e0bd5a4 00:59:42 Successfully tagged docker-security-proxy-setup-go:latest 00:59:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:59:42  Building docker-security-proxy-setup-go ... done  [Pipeline] } 00:59:43 $ docker stop --time=1 86eab599a1fb0aa6f4ae10919dd5ad05734a54bc6b8ea7b0380d31b4afc53899 00:59:44 $ docker rm -f 86eab599a1fb0aa6f4ae10919dd5ad05734a54bc6b8ea7b0380d31b4afc53899 [Pipeline] // withDockerContainer [Pipeline] sh 00:59:45 + docker images 00:59:45 + grep docker 00:59:45 docker-security-proxy-setup-go latest 76b07e0bd5a4 4 seconds ago 16.4MB 00:59:45 docker-support-logging-go latest 2fe70726717f 6 seconds ago 11.8MB 00:59:45 docker-support-notifications-go latest d50f8d485098 11 seconds ago 14.4MB 00:59:45 docker-security-secretstore-setup-go latest 597b54645f9c 12 seconds ago 33.9MB 00:59:45 docker-core-command-go latest 5d3052e865bf 16 seconds ago 13MB 00:59:45 docker-core-data-go latest adc9805d5921 About a minute ago 23.8MB 00:59:45 docker-sys-mgmt-agent-go latest 701a3c7861a5 2 minutes ago 284MB 00:59:45 docker-core-metadata-go latest 1e870f22e9f0 2 minutes ago 14.4MB 00:59:45 docker-support-scheduler-go latest 8cd57978be1a 2 minutes ago 13.1MB 00:59:45 docker-security-secrets-setup-go latest c008f0871ec0 3 minutes ago 25.1MB 00:59:45 docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:59:49 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 00:59:51 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 00:59:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:00:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 01:00:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:00:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:00:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:00:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 01:00:22 $ docker stop --time=1 251f844a405bacfdf4322dc3b6bcdce555904e541fb73f2b27097fedb73ed014 01:00:25 $ docker rm -f 251f844a405bacfdf4322dc3b6bcdce555904e541fb73f2b27097fedb73ed014 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:00:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:00:26 01:00:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:00:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:00:27 latest: Pulling from edgex-devops/edgex-compose-arm64 01:00:27 29e5d40040c1: Pulling fs layer 01:00:27 1ce36da41761: Pulling fs layer 01:00:27 25b303627fd3: Pulling fs layer 01:00:27 29e5d40040c1: Verifying Checksum 01:00:27 29e5d40040c1: Download complete 01:00:28 1ce36da41761: Verifying Checksum 01:00:28 1ce36da41761: Download complete 01:00:28 29e5d40040c1: Pull complete 01:00:29 1ce36da41761: Pull complete 01:00:29 25b303627fd3: Verifying Checksum 01:00:29 25b303627fd3: Download complete 01:00:39 25b303627fd3: Pull complete 01:00:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:00:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:00:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:00:40 prd-ubuntu18.04-docker-arm64-4c-16g-1643 does not seem to be running inside a container 01:00:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:00:43 $ docker top e9a67a5fde3d9b42ca3f62c76434893fbc66736a34932ad1ac2f50707a63d32f -eo pid,comm [Pipeline] { [Pipeline] sh 01:00:45 + docker-compose build --help 01:00:45 + grep parallel 01:00:48 --parallel Build images in parallel. [Pipeline] } 01:00:48 $ docker stop --time=1 e9a67a5fde3d9b42ca3f62c76434893fbc66736a34932ad1ac2f50707a63d32f 01:00:50 $ docker rm -f e9a67a5fde3d9b42ca3f62c76434893fbc66736a34932ad1ac2f50707a63d32f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:00:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:00:51 . [Pipeline] withDockerContainer 01:00:51 prd-ubuntu18.04-docker-arm64-4c-16g-1643 does not seem to be running inside a container 01:00:52 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:00:53 $ docker top 05541cb2dcf4756c236f779d7de3b6d9de4ad53b775efa5bf36941395cb30cec -eo pid,comm [Pipeline] { [Pipeline] sh 01:00:54 + docker-compose -f ./docker-compose-build.yml build --parallel 01:00:57 Building docker-core-command-go ... 01:00:57 Building docker-core-data-go ... 01:00:57 Building docker-core-metadata-go ... 01:00:57 Building docker-security-proxy-setup-go ... 01:00:57 Building docker-security-secrets-setup-go ... 01:00:57 Building docker-security-secretstore-setup-go ... 01:00:57 Building docker-support-logging-go ... 01:00:57 Building docker-support-notifications-go ... 01:00:57 Building docker-support-scheduler-go ... 01:00:57 Building docker-sys-mgmt-agent-go ... 01:00:57 Building docker-security-proxy-setup-go 01:00:57 Building docker-core-metadata-go 01:00:58 Building docker-security-secrets-setup-go 01:00:58 Building docker-support-notifications-go 01:00:58 Building docker-core-data-go 01:02:49 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 01:02:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:02:49 ---> df26bdb060ca 01:02:49 Step 3/22 : WORKDIR /edgex-go 01:02:49 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 01:02:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:02:49 ---> df26bdb060ca 01:02:49 Step 3/23 : WORKDIR /edgex-go 01:02:49 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 01:02:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:02:49 ---> df26bdb060ca 01:02:49 Step 3/21 : WORKDIR /edgex-go 01:02:49 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 01:02:49 Step 2/20 : FROM ${BUILDER_BASE} AS builder 01:02:49 ---> df26bdb060ca 01:02:49 Step 3/20 : WORKDIR /edgex-go 01:02:49 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 01:02:49 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 01:02:49 ---> df26bdb060ca 01:02:49 Step 3/29 : WORKDIR /edgex-go 01:02:49 ---> Running in fc060c0dd803 01:02:49 ---> Running in 77571a09c6e3 01:02:49 ---> Running in a0f3aedc073c 01:02:49 ---> Running in c0bc9d938414 01:02:49 ---> Running in d57ff2edd0f9 01:02:50 Removing intermediate container c0bc9d938414 01:02:50 ---> 8072127f9aac 01:02:50 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:50 Removing intermediate container 77571a09c6e3 01:02:50 ---> dbf1f0485075 01:02:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:50 Removing intermediate container a0f3aedc073c 01:02:50 ---> 88dba6a3838c 01:02:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:50 Removing intermediate container d57ff2edd0f9 01:02:50 ---> 78160dd6995b 01:02:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:50 Removing intermediate container fc060c0dd803 01:02:50 ---> 615dbfea0d8d 01:02:50 Step 4/29 : RUN apk update && apk add make git 01:02:50 ---> Running in 613f298f513d 01:02:50 ---> Running in 12b9fe43f8c7 01:02:50 ---> Running in 7d44d23cf92f 01:02:51 ---> Running in c60a55fb5a58 01:02:51 ---> Running in a683ef69a190 01:02:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:02:54 Removing intermediate container 613f298f513d 01:02:54 ---> 1594ca78ca07 01:02:54 Step 5/20 : RUN apk update && apk add make git 01:02:55 ---> Running in 922356bf8c7b 01:02:55 Removing intermediate container 12b9fe43f8c7 01:02:55 ---> 4358db15b3db 01:02:55 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 01:02:55 ---> Running in 7987f1950192 01:02:55 Removing intermediate container 7d44d23cf92f 01:02:55 ---> 2dc63f4d1fd6 01:02:55 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 01:02:55 Removing intermediate container c60a55fb5a58 01:02:55 ---> 6ee31a0e500b 01:02:55 Step 5/21 : RUN apk update && apk add make git 01:02:55 ---> Running in 61c27a40e6ba 01:02:56 ---> Running in 9d86031061b4 01:02:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:02:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:02:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:02:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:03:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:03:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:03:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:03:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:03:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:03:40 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 01:03:40 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 01:03:40 OK: 12620 distinct packages available 01:03:40 OK: 217 MiB in 51 packages 01:03:40 Removing intermediate container a683ef69a190 01:03:40 ---> a663bc2d14d6 01:03:40 Step 5/29 : COPY go.mod . 01:03:41 ---> 480864a02343 01:03:41 Step 6/29 : RUN go mod download 01:03:41 ---> Running in a8d0a89edd59 01:03:43 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 01:03:43 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 01:03:43 OK: 12620 distinct packages available 01:03:43 OK: 217 MiB in 51 packages 01:03:43 Removing intermediate container a8d0a89edd59 01:03:43 ---> e7df114a92a1 01:03:43 Step 7/29 : COPY . . 01:03:44 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 01:03:44 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 01:03:44 OK: 12620 distinct packages available 01:03:45 OK: 217 MiB in 51 packages 01:03:45 Removing intermediate container 9d86031061b4 01:03:45 ---> 906bfbf67877 01:03:45 Step 6/21 : COPY go.mod . 01:03:47 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 01:03:47 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 01:03:47 OK: 12620 distinct packages available 01:03:47 ---> 6cda29028408 01:03:47 Step 7/21 : RUN go mod download 01:03:47 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 01:03:47 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 01:03:47 OK: 12620 distinct packages available 01:03:47 ---> Running in 14864e498ad3 01:03:47 OK: 217 MiB in 51 packages 01:03:47 Removing intermediate container 61c27a40e6ba 01:03:47 ---> ad3de3d81f13 01:03:47 Step 6/22 : COPY go.mod . 01:03:47 OK: 217 MiB in 51 packages 01:03:49 ---> 6c90694045d1 01:03:49 Step 7/22 : RUN go mod download 01:03:49 ---> Running in 9b7f3e2df933 01:03:49 Removing intermediate container 7987f1950192 01:03:49 ---> d80054b88bda 01:03:49 Step 6/23 : COPY go.mod . 01:03:50 Removing intermediate container 922356bf8c7b 01:03:50 ---> aaf04acbcec9 01:03:50 Step 6/20 : COPY go.mod . 01:03:51 ---> f8afab58a579 01:03:51 Step 7/23 : RUN go mod download 01:03:51 ---> Running in d49c61318042 01:03:52 ---> 47734eb7dcc4 01:03:52 Step 7/20 : RUN go mod download 01:03:52 Removing intermediate container 14864e498ad3 01:03:52 ---> 74b94053f26c 01:03:52 Step 8/21 : COPY . . 01:03:52 ---> Running in d6eadfa8bf88 01:03:55 Removing intermediate container 9b7f3e2df933 01:03:55 ---> 72e15699603e 01:03:55 Step 8/22 : COPY . . 01:03:57 Removing intermediate container d49c61318042 01:03:57 ---> 1d2eb1c0ea9a 01:03:57 Step 8/23 : COPY . . 01:03:58 Removing intermediate container d6eadfa8bf88 01:03:58 ---> 8f0d507b60e8 01:03:58 Step 8/20 : COPY . . 01:04:25 ---> a2a8186d6556 01:04:25 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 01:04:25 ---> Running in c577d036a7f2 01:04:25 ---> 90c44fe65376 01:04:25 Step 9/22 : RUN make cmd/core-data/core-data 01:04:25 ---> 33e0cd4f7ba5 01:04:25 Step 9/21 : RUN make cmd/core-metadata/core-metadata 01:04:25 ---> 622512660ec7 01:04:25 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 01:04:25 ---> Running in 1359feab8071 01:04:25 ---> Running in 0b98fff064b7 01:04:25 ---> Running in 424e360523e4 01:04:25 ---> 2de40fef5a08 01:04:25 Step 9/23 : RUN make cmd/support-notifications/support-notifications 01:04:25 ---> Running in a9fafd22abd9 01:04:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 01:04:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:04:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:04:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:04:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:06:03 Removing intermediate container c577d036a7f2 01:06:03 ---> 0431649b0223 01:06:03 01:06:03 Step 9/29 : FROM alpine:latest 01:06:03 Removing intermediate container 424e360523e4 01:06:03 ---> eeeabb55c58f 01:06:03 01:06:03 Step 10/20 : FROM alpine 01:06:03 latest: Pulling from library/alpine 01:06:03 latest: Pulling from library/alpine 01:06:03 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 01:06:03 Status: Downloaded newer image for alpine:latest 01:06:03 ---> 62ee0e9f8440 01:06:03 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 01:06:03 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 01:06:03 Status: Image is up to date for alpine:latest 01:06:03 ---> 62ee0e9f8440 01:06:03 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 01:06:03 ---> Running in 2006ccb955a1 01:06:03 ---> Running in 4ca92635513d 01:06:03 Removing intermediate container 2006ccb955a1 01:06:03 ---> 4291c0f1812e 01:06:03 Step 11/29 : USER root 01:06:03 ---> Running in e5024cd5d8b7 01:06:03 Removing intermediate container e5024cd5d8b7 01:06:03 ---> 9dc89295d354 01:06:03 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 01:06:03 ---> Running in 99c7ac079012 01:06:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:03 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 01:06:03 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 01:06:03 OK: 12620 distinct packages available 01:06:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:03 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 01:06:03 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 01:06:03 OK: 12620 distinct packages available 01:06:03 (1/4) Installing ca-certificates (20191127-r4) 01:06:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:06:03 (3/4) Installing libcurl (7.69.1-r0) 01:06:03 (4/4) Installing curl (7.69.1-r0) 01:06:03 Executing busybox-1.31.1-r16.trigger 01:06:03 Executing ca-certificates-20191127-r4.trigger 01:06:03 OK: 7 MiB in 18 packages 01:06:03 (1/2) Installing ca-certificates (20191127-r4) 01:06:03 (2/2) Installing dumb-init (1.2.2-r1) 01:06:03 Executing busybox-1.31.1-r16.trigger 01:06:03 Executing ca-certificates-20191127-r4.trigger 01:06:03 OK: 6 MiB in 16 packages 01:06:03 Removing intermediate container 4ca92635513d 01:06:03 ---> ed4b34929f6c 01:06:03 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:06:03 ---> Running in 35fe951fffe9 01:06:03 Removing intermediate container 99c7ac079012 01:06:03 ---> 990a88841da9 01:06:03 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 01:06:03 ---> Running in bd633df31343 01:06:03 Removing intermediate container 35fe951fffe9 01:06:03 ---> a0c2b418c77f 01:06:03 Step 13/20 : WORKDIR /edgex 01:06:03 ---> Running in c3ddefa2e831 01:06:03 Removing intermediate container bd633df31343 01:06:03 ---> fa99263e5c12 01:06:03 Step 14/29 : WORKDIR $BASE_DIR 01:06:03 ---> Running in 842133643c9c 01:06:03 Removing intermediate container c3ddefa2e831 01:06:03 ---> d7b19bc84a3a 01:06:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:06:03 Removing intermediate container 842133643c9c 01:06:03 ---> 29d485107a51 01:06:03 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 01:06:03 ---> da8964fef6e4 01:06:03 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:06:04 ---> Running in d1f4432bdd07 01:06:06 ---> 299351b068ef 01:06:06 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:06:06 ---> Running in 6d48942a4f30 01:06:07 Removing intermediate container 6d48942a4f30 01:06:07 ---> 8bfd02840ec4 01:06:07 Step 17/20 : CMD ["--init=true"] 01:06:08 ---> Running in 981d6f0cce48 01:06:08 Removing intermediate container d1f4432bdd07 01:06:08 ---> 0dfb6f3d7d2a 01:06:08 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 01:06:09 Removing intermediate container 981d6f0cce48 01:06:09 ---> 0303d3320e9d 01:06:09 Step 18/20 : LABEL arch=arm64 01:06:09 ---> Running in ca935df63080 01:06:10 ---> f2eaad64552f 01:06:10 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 01:06:10 Removing intermediate container ca935df63080 01:06:10 ---> 7c64783f5c00 01:06:10 Step 19/20 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 01:06:10 ---> Running in ccffcba01554 01:06:11 Removing intermediate container ccffcba01554 01:06:11 ---> 7452cbdd5c09 01:06:11 Step 20/20 : LABEL version=0.0.0 01:06:11 ---> bf56a0548754 01:06:11 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 01:06:11 ---> Running in 718c9bd7d82c 01:06:12 Removing intermediate container 718c9bd7d82c 01:06:12 ---> d73e978e003c 01:06:12 01:06:13 ---> 5ea779dbe34c 01:06:13 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 01:06:14 Successfully built d73e978e003c 01:06:14 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:06:14  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 01:06:14 ---> f0cd316fecbc 01:06:14 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 01:06:18 ---> aa506d6c7cdc 01:06:18 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 01:06:19 ---> Running in c8be4a1910f5 01:06:19 Removing intermediate container a9fafd22abd9 01:06:19 ---> c6710397cc8a 01:06:19 01:06:19 Step 10/23 : FROM scratch 01:06:19 ---> 01:06:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 01:06:20 ---> Running in aa7ed7b63ca5 01:06:22 Removing intermediate container aa7ed7b63ca5 01:06:22 ---> ad2789f0838b 01:06:22 Step 12/23 : ENV APP_PORT=48060 01:06:22 ---> Running in d382fb5d07be 01:06:23 Removing intermediate container d382fb5d07be 01:06:23 ---> 7d972ce47dad 01:06:23 Step 13/23 : EXPOSE $APP_PORT 01:06:24 ---> Running in b8ffe3024d5b 01:06:24 Removing intermediate container c8be4a1910f5 01:06:24 ---> d0da8cbe9eed 01:06:24 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 01:06:25 Removing intermediate container b8ffe3024d5b 01:06:25 ---> bb57969292fb 01:06:25 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 01:06:26 ---> 92c5d8445890 01:06:26 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:06:26 Removing intermediate container 1359feab8071 01:06:26 ---> b42ecc4c6edc 01:06:26 01:06:26 Step 10/21 : FROM scratch 01:06:26 ---> 01:06:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:06:27 ---> a178c58c8ab9 01:06:27 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 01:06:27 ---> Running in c903495e7b7e 01:06:27 ---> Running in a487ab58e18e 01:06:28 Removing intermediate container a487ab58e18e 01:06:28 ---> f141b984fd40 01:06:28 Step 12/21 : ENV APP_PORT=48081 01:06:29 ---> Running in 07fb7cc6fd22 01:06:29 ---> 84ade8023284 01:06:29 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 01:06:30 Removing intermediate container 07fb7cc6fd22 01:06:30 ---> 6d638b92aa9b 01:06:30 Step 13/21 : EXPOSE $APP_PORT 01:06:30 ---> Running in 6a45782accea 01:06:31 ---> 28d2c3dbb26a 01:06:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 01:06:32 Removing intermediate container c903495e7b7e 01:06:32 ---> 213d343beea9 01:06:32 Step 24/29 : RUN chmod 755 security-secrets-setup 01:06:32 Removing intermediate container 6a45782accea 01:06:32 ---> a484d845b185 01:06:32 Step 14/21 : WORKDIR / 01:06:33 ---> Running in 4a29f2ad1279 01:06:33 ---> Running in a4c4e2fdd9eb 01:06:34 ---> 81b47d1e4fdf 01:06:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:06:35 Removing intermediate container 0b98fff064b7 01:06:35 ---> 61648a75effb 01:06:35 01:06:35 Step 10/22 : FROM alpine 01:06:35 ---> 62ee0e9f8440 01:06:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:06:35 Removing intermediate container 4a29f2ad1279 01:06:35 ---> 1ace7a5f4a1b 01:06:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 01:06:35 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 01:06:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:06:35 ---> df26bdb060ca 01:06:35 Step 3/26 : WORKDIR /edgex-go 01:06:35 ---> Using cache 01:06:35 ---> 615dbfea0d8d 01:06:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:35 ---> Running in 43c7c1700f85 01:06:35 ---> Running in a2dea0d1c0e3 01:06:36 ---> 78a63aff87e2 01:06:36 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:06:36 ---> 574d40233a40 01:06:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:06:36 Removing intermediate container 43c7c1700f85 01:06:36 ---> 0d197ccd7d0a 01:06:36 Step 12/22 : ENV APP_PORT=48080 01:06:36 ---> Running in d55b1eec657d 01:06:37 Removing intermediate container d55b1eec657d 01:06:37 ---> 7c72ec1d963f 01:06:37 Step 13/22 : EXPOSE $APP_PORT 01:06:37 ---> d11e3a9e3470 01:06:37 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:06:37 ---> Running in 77a6c0ef29a4 01:06:38 ---> Running in 6bd98bba17ef 01:06:38 ---> 873b456e1219 01:06:38 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:06:38 Removing intermediate container 77a6c0ef29a4 01:06:38 ---> c6bef86cc084 01:06:38 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:38 Removing intermediate container 6bd98bba17ef 01:06:38 ---> 20451d841185 01:06:38 Step 21/23 : LABEL arch=arm64 01:06:38 ---> Running in 256640b34536 01:06:39 Removing intermediate container a4c4e2fdd9eb 01:06:39 ---> a35cacca0d9c 01:06:39 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 01:06:39 Removing intermediate container a2dea0d1c0e3 01:06:39 ---> 05fb13ced9f8 01:06:39 Step 5/26 : RUN apk update && apk add make git 01:06:39 ---> Running in 0c12256fd4b6 01:06:39 ---> Running in bdc9688ea194 01:06:39 ---> Running in e2dccb1cc6f7 01:06:39 ---> d8d9e1851783 01:06:39 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:06:39 ---> Running in ba80a7635b3c 01:06:39 Removing intermediate container 0c12256fd4b6 01:06:39 ---> 4f9728391560 01:06:39 Step 22/23 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 01:06:40 ---> Running in e8c44638c7f4 01:06:40 Removing intermediate container bdc9688ea194 01:06:40 ---> 057bfca184d4 01:06:40 Step 26/29 : CMD [ "generate" ] 01:06:40 Removing intermediate container ba80a7635b3c 01:06:40 ---> e73d14213c93 01:06:40 Step 19/21 : LABEL arch=arm64 01:06:40 ---> Running in 551a2cdfda67 01:06:40 ---> Running in 12029c936930 01:06:40 Removing intermediate container e8c44638c7f4 01:06:40 ---> 181a231d37a0 01:06:40 Step 23/23 : LABEL version=0.0.0 01:06:41 ---> Running in 6b4a17eea1c5 01:06:41 Removing intermediate container 551a2cdfda67 01:06:41 ---> 18ec6a407017 01:06:41 Step 27/29 : LABEL arch=arm64 01:06:41 Removing intermediate container 12029c936930 01:06:41 ---> 01cc67dfc20b 01:06:41 Step 20/21 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 01:06:41 ---> Running in 1697550cf3ba 01:06:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:41 ---> Running in e87ce227bf26 01:06:41 Removing intermediate container 6b4a17eea1c5 01:06:41 ---> eed3aa5a0aa5 01:06:41 01:06:42 Successfully built eed3aa5a0aa5 01:06:42 Removing intermediate container e87ce227bf26 01:06:42 ---> fb9417afa28a 01:06:42 Step 28/29 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 01:06:42 Successfully tagged docker-support-notifications-go-arm64:latest 01:06:42 Removing intermediate container 1697550cf3ba 01:06:42 ---> 705229cae58e 01:06:42 Step 21/21 : LABEL version=0.0.0 01:06:42  Building docker-support-notifications-go ... done Building docker-core-command-go 01:06:42 ---> Running in 3c05f11ecf15 01:06:42 ---> Running in add7fd445065 01:06:42 Removing intermediate container 256640b34536 01:06:42 ---> 10b05ff986f0 01:06:42 Step 15/22 : RUN apk --no-cache add zeromq 01:06:42 ---> Running in a55e32502614 01:06:42 Removing intermediate container add7fd445065 01:06:42 ---> 5c459c792a5e 01:06:42 Step 29/29 : LABEL version=0.0.0 01:06:42 Removing intermediate container 3c05f11ecf15 01:06:42 ---> e051a3ead38f 01:06:42 01:06:43 Successfully built e051a3ead38f 01:06:43 Successfully tagged docker-core-metadata-go-arm64:latest 01:06:43 Building docker-sys-mgmt-agent-go 01:06:43  Building docker-core-metadata-go ... done  ---> Running in aab66024d251 01:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:44 Removing intermediate container aab66024d251 01:06:44 ---> 68efad977378 01:06:44 01:06:45 Successfully built 68efad977378 01:06:45 Successfully tagged docker-security-secrets-setup-go-arm64:latest 01:06:45  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go 01:07:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:07:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:07:41 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 01:07:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:07:41 ---> df26bdb060ca 01:07:41 Step 3/21 : WORKDIR /edgex-go 01:07:41 ---> Using cache 01:07:41 ---> 615dbfea0d8d 01:07:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:07:41 ---> Using cache 01:07:41 ---> 05fb13ced9f8 01:07:41 Step 5/21 : RUN apk update && apk add make git 01:07:41 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 01:07:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:07:41 ---> df26bdb060ca 01:07:41 Step 3/26 : WORKDIR /edgex-go 01:07:41 ---> Using cache 01:07:41 ---> 615dbfea0d8d 01:07:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:07:41 ---> Using cache 01:07:41 ---> 05fb13ced9f8 01:07:41 Step 5/26 : RUN apk update && apk add make bash git 01:07:41 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 01:07:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:07:41 ---> df26bdb060ca 01:07:41 Step 3/21 : WORKDIR /edgex-go 01:07:41 ---> Using cache 01:07:41 ---> 615dbfea0d8d 01:07:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:07:41 ---> Using cache 01:07:41 ---> 05fb13ced9f8 01:07:41 Step 5/21 : RUN apk update && apk add make && apk add bash git 01:07:41 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 01:07:41 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 01:07:41 OK: 12620 distinct packages available 01:07:41 ---> Running in d20349881071 01:07:41 ---> Running in 5c83f003b85e 01:07:41 ---> Running in 9622deaffd34 01:07:41 OK: 217 MiB in 51 packages 01:07:42 Removing intermediate container e2dccb1cc6f7 01:07:42 ---> ce091ca91362 01:07:42 Step 6/26 : COPY go.mod . 01:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:07:43 ---> 887cac5b7fa0 01:07:43 Step 7/26 : RUN go mod download 01:07:43 ---> Running in 2653936c9b1d 01:07:46 Removing intermediate container 2653936c9b1d 01:07:46 ---> ee1fa62cf6e9 01:07:46 Step 8/26 : COPY . . 01:07:48 (1/5) Installing libgcc (9.3.0-r2) 01:07:50 (2/5) Installing libsodium (1.0.18-r0) 01:07:57 (3/5) Installing libstdc++ (9.3.0-r2) 01:08:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:08:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:08:03 ---> 4bea142d0816 01:08:03 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 01:08:03 ---> Running in 7601b87573dd 01:08:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:08:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:08:09 (4/5) Installing libzmq (4.3.2-r0) 01:08:16 (5/5) Installing zeromq (4.3.2-r0) 01:08:16 Executing busybox-1.31.1-r16.trigger 01:08:16 OK: 8 MiB in 19 packages 01:08:17 Removing intermediate container a55e32502614 01:08:17 ---> 49e84ef7f165 01:08:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 01:08:18 ---> 6d1fcc05605e 01:08:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:08:20 ---> aba980adb25b 01:08:20 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:08:21 ---> a79a328203b0 01:08:21 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:08:21 ---> Running in 3e5eeea4e6fc 01:08:22 Removing intermediate container 3e5eeea4e6fc 01:08:22 ---> 19bb5b59ef59 01:08:22 Step 20/22 : LABEL arch=arm64 01:08:22 ---> Running in dd067a6f7cb0 01:08:22 Removing intermediate container dd067a6f7cb0 01:08:22 ---> c996bd4db493 01:08:22 Step 21/22 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 01:08:22 ---> Running in 6f0be1b46f9e 01:08:23 Removing intermediate container 6f0be1b46f9e 01:08:23 ---> b83ed9bf51ac 01:08:23 Step 22/22 : LABEL version=0.0.0 01:08:23 ---> Running in c21ac986e13b 01:08:24 Removing intermediate container c21ac986e13b 01:08:24 ---> 0227d45a4bf7 01:08:24 01:08:24 Successfully built 0227d45a4bf7 01:08:24 Successfully tagged docker-core-data-go-arm64:latest 01:08:24  Building docker-core-data-go ... done Building docker-support-scheduler-go 01:08:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:08:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 01:08:32 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 01:08:32 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 01:08:32 OK: 12620 distinct packages available 01:08:33 OK: 217 MiB in 51 packages 01:08:34 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 01:08:34 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 01:08:34 OK: 12620 distinct packages available 01:08:35 OK: 217 MiB in 51 packages 01:08:35 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 01:08:35 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 01:08:35 OK: 12620 distinct packages available 01:08:36 OK: 217 MiB in 51 packages 01:08:36 OK: 217 MiB in 51 packages 01:08:38 Removing intermediate container d20349881071 01:08:38 ---> 0abcd1254993 01:08:38 Step 6/26 : COPY go.mod . 01:08:39 Removing intermediate container 9622deaffd34 01:08:39 ---> bf2a3a74eee4 01:08:39 Step 6/21 : COPY go.mod . 01:08:39 Removing intermediate container 5c83f003b85e 01:08:39 ---> 70c39561ace6 01:08:39 Step 6/21 : COPY go.mod . 01:08:39 ---> 6f6715f03c27 01:08:39 Step 7/26 : RUN go mod download 01:08:40 ---> Running in d79413d16166 01:08:40 ---> cd7b28aa7020 01:08:40 Step 7/21 : RUN go mod download 01:08:41 ---> Running in d10d381d7179 01:08:41 ---> 90aa28b8b216 01:08:41 Step 7/21 : RUN go mod download 01:08:41 ---> Running in 3128b33ec353 01:08:45 Removing intermediate container 7601b87573dd 01:08:45 ---> 3a62ebcafc5b 01:08:45 01:08:45 Step 10/26 : FROM alpine:3.10 01:08:45 3.10: Pulling from library/alpine 01:08:46 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 01:08:46 Step 2/20 : FROM ${BUILDER_BASE} AS builder 01:08:46 ---> df26bdb060ca 01:08:46 Step 3/20 : WORKDIR /edgex-go 01:08:46 ---> Using cache 01:08:46 ---> 615dbfea0d8d 01:08:46 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:46 ---> Using cache 01:08:46 ---> 05fb13ced9f8 01:08:46 Step 5/20 : RUN apk update && apk add make git 01:08:46 ---> Using cache 01:08:46 ---> 70c39561ace6 01:08:46 Step 6/20 : COPY go.mod . 01:08:46 ---> Using cache 01:08:46 ---> 90aa28b8b216 01:08:46 Step 7/20 : RUN go mod download 01:08:46 ---> Running in c8afe15952d3 01:08:46 Removing intermediate container d79413d16166 01:08:46 ---> 729993c9315d 01:08:46 Step 8/26 : COPY . . 01:08:47 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 01:08:47 Removing intermediate container 3128b33ec353 01:08:47 ---> 96851462a425 01:08:47 Step 8/21 : COPY . . 01:08:47 Status: Downloaded newer image for alpine:3.10 01:08:47 ---> 536a684cf733 01:08:47 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 01:08:48 ---> Running in 890afb375667 01:08:48 Removing intermediate container d10d381d7179 01:08:48 ---> de1b6bf58378 01:08:48 Step 8/21 : COPY . . 01:08:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 01:08:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 01:08:51 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 01:08:51 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 01:08:51 OK: 10167 distinct packages available 01:08:51 (1/5) Installing ca-certificates (20191127-r2) 01:08:51 (2/5) Installing nghttp2-libs (1.39.2-r1) 01:08:51 (3/5) Installing libcurl (7.66.0-r0) 01:08:51 (4/5) Installing curl (7.66.0-r0) 01:08:51 (5/5) Installing dumb-init (1.2.2-r1) 01:08:51 Executing busybox-1.30.1-r3.trigger 01:08:51 Executing ca-certificates-20191127-r2.trigger 01:08:51 OK: 7 MiB in 19 packages 01:08:55 Removing intermediate container c8afe15952d3 01:08:55 ---> 07864c026994 01:08:55 Step 8/20 : COPY . . 01:08:58 Removing intermediate container 890afb375667 01:08:58 ---> 43ad75fc2900 01:08:58 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:08:59 ---> Running in 7786dfad7e39 01:09:00 Removing intermediate container 7786dfad7e39 01:09:00 ---> bee65b2b9233 01:09:00 Step 13/26 : WORKDIR / 01:09:01 ---> Running in 1c9a72acb797 01:09:03 Removing intermediate container 1c9a72acb797 01:09:03 ---> 5f244fc46257 01:09:03 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:09:06 ---> 4ea0d3861903 01:09:06 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:09:10 ---> 8a275e2a67c2 01:09:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:09:10 ---> ed81cc6f7772 01:09:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:09:11 ---> 7d96b1f2d794 01:09:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 01:09:11 ---> Running in 37dc12897e31 01:09:12 ---> 54caa2415163 01:09:12 Step 9/21 : RUN make cmd/support-logging/support-logging 01:09:12 ---> 300455267888 01:09:12 Step 9/21 : RUN make cmd/core-command/core-command 01:09:12 ---> Running in a657bb0c0fe5 01:09:13 ---> ac22c6ce7334 01:09:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:09:13 ---> Running in a22a5008a81a 01:09:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:09:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 01:09:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:09:15 ---> 713e5a2ccd2b 01:09:15 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:09:19 ---> 1d4e702d7b20 01:09:19 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 01:09:21 ---> 33565f5e0e7f 01:09:21 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:09:22 ---> 89cf88e304ad 01:09:22 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 01:09:22 ---> Running in 05409b6513d4 01:09:22 ---> 0cf32d5f34bd 01:09:22 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:09:22 ---> Running in 035ad9b3d93e 01:09:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:09:27 Removing intermediate container 035ad9b3d93e 01:09:27 ---> 1331dfec1a32 01:09:27 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 01:09:27 ---> Running in 4447e17646c5 01:09:28 Removing intermediate container 4447e17646c5 01:09:28 ---> 6ba0534eb95a 01:09:28 Step 24/26 : LABEL arch=arm64 01:09:28 ---> Running in fc108e7fc335 01:09:28 Removing intermediate container fc108e7fc335 01:09:28 ---> fcdeaff7eece 01:09:28 Step 25/26 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 01:09:28 ---> Running in 649fca766241 01:09:29 Removing intermediate container 649fca766241 01:09:29 ---> c9d6a6deedd1 01:09:29 Step 26/26 : LABEL version=0.0.0 01:09:29 ---> Running in c38d2d1b65d5 01:09:30 Removing intermediate container c38d2d1b65d5 01:09:30 ---> 03ff5c304859 01:09:30 01:09:31 Successfully built 03ff5c304859 01:09:31 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:10:39  Building docker-security-secretstore-setup-go ... done Removing intermediate container 37dc12897e31 01:10:39 ---> 6afe0acaad93 01:10:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:10:39 ---> Running in dffca87b73b1 01:10:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:10:39 Removing intermediate container dffca87b73b1 01:10:39 ---> bc8b38a2fbf0 01:10:39 01:10:39 Step 11/26 : FROM docker:latest 01:10:39 ---> ce9d55ae87f1 01:10:39 Step 12/26 : RUN apk add --no-cache bash 01:10:39 ---> Running in d70dfd5041ce 01:10:39 Removing intermediate container a657bb0c0fe5 01:10:39 ---> 60c5291a57df 01:10:39 01:10:39 Step 10/21 : FROM scratch 01:10:39 ---> 01:10:39 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 01:10:39 ---> Using cache 01:10:39 ---> ad2789f0838b 01:10:39 Step 12/21 : ENV APP_PORT=48061 01:10:39 ---> Running in 36f81b0961f9 01:10:39 Removing intermediate container 36f81b0961f9 01:10:39 ---> ec1baa69aa7a 01:10:39 Step 13/21 : EXPOSE $APP_PORT 01:10:39 ---> Running in 28e6e965ea18 01:10:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:10:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:10:40 Removing intermediate container 28e6e965ea18 01:10:40 ---> 1a581340ee21 01:10:40 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 01:10:40 (1/2) Installing readline (8.0.4-r0) 01:10:40 (2/2) Installing bash (5.0.17-r0) 01:10:40 Executing bash-5.0.17-r0.post-install 01:10:40 Executing busybox-1.31.1-r16.trigger 01:10:41 OK: 12 MiB in 22 packages 01:10:41 ---> 77d06ca286a5 01:10:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 01:10:42 ---> 25969ae59db2 01:10:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 01:10:42 Removing intermediate container d70dfd5041ce 01:10:42 ---> 44b0c4f40cbd 01:10:42 Step 13/26 : RUN rm -rf /var/cache/apk/* 01:10:43 ---> Running in c9983ca60180 01:10:44 ---> 9ab9976571e7 01:10:44 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 01:10:45 ---> 05f7b6241bb0 01:10:45 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:10:45 ---> Running in 60d28b956e8a 01:10:46 Removing intermediate container 60d28b956e8a 01:10:46 ---> e96854fe57e0 01:10:46 Step 19/21 : LABEL arch=arm64 01:10:46 ---> Running in 793424ad43be 01:10:46 Removing intermediate container c9983ca60180 01:10:46 ---> 347a003dd6cc 01:10:46 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:10:47 ---> Running in d564b0f995da 01:10:47 Removing intermediate container 793424ad43be 01:10:47 ---> 1055594ee70f 01:10:47 Step 20/21 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 01:10:48 ---> Running in 15ea66b7fe60 01:10:48 Removing intermediate container d564b0f995da 01:10:48 ---> 1ebc8770f3b4 01:10:48 Step 15/26 : ENV APP_PORT=48090 01:10:48 ---> Running in dc90fec5b5b6 01:10:48 Removing intermediate container 15ea66b7fe60 01:10:48 ---> 5002972e5759 01:10:48 Step 21/21 : LABEL version=0.0.0 01:10:48 ---> Running in d5c24b03db9d 01:10:49 Removing intermediate container a22a5008a81a 01:10:49 ---> 17ac22055033 01:10:49 01:10:49 Step 10/21 : FROM scratch 01:10:49 ---> 01:10:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:10:49 Removing intermediate container dc90fec5b5b6 01:10:49 ---> c675720c3220 01:10:49 Step 16/26 : EXPOSE $APP_PORT 01:10:49 ---> Using cache 01:10:49 ---> f141b984fd40 01:10:49 Step 12/21 : ENV APP_PORT=48082 01:10:49 ---> Running in 6dd2ca51bca6 01:10:49 ---> Running in abf9bc73bf7b 01:10:49 Removing intermediate container d5c24b03db9d 01:10:49 ---> d4b4ed46e678 01:10:49 01:10:50 Successfully built d4b4ed46e678 01:10:50 Successfully tagged docker-support-logging-go-arm64:latest 01:10:50  Building docker-support-logging-go ... done Removing intermediate container abf9bc73bf7b 01:10:50 ---> 19bec955e948 01:10:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:10:50 Removing intermediate container 6dd2ca51bca6 01:10:50 ---> 4858433f23c2 01:10:50 Step 13/21 : EXPOSE $APP_PORT 01:10:50 ---> Running in 3604ad47beff 01:10:51 Removing intermediate container 05409b6513d4 01:10:51 ---> fddf745d871b 01:10:51 01:10:51 Step 10/20 : FROM scratch 01:10:51 ---> 01:10:51 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:10:51 ---> Using cache 01:10:51 ---> f141b984fd40 01:10:51 Step 12/20 : ENV APP_PORT=48085 01:10:51 Removing intermediate container 3604ad47beff 01:10:51 ---> 606ccdcde6e4 01:10:51 Step 14/21 : WORKDIR / 01:10:51 ---> Running in 09d1971fe0d1 01:10:51 ---> Running in a188e05230a9 01:10:51 ---> bfff1fdb760f 01:10:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:10:51 Removing intermediate container 09d1971fe0d1 01:10:51 ---> 6ab88637d004 01:10:51 Step 13/20 : EXPOSE $APP_PORT 01:10:51 Removing intermediate container a188e05230a9 01:10:51 ---> cf67c7cb16d4 01:10:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 01:10:52 ---> Running in 99658d747f11 01:10:52 ---> fd67671beb30 01:10:52 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:10:52 Removing intermediate container 99658d747f11 01:10:52 ---> ec6d4492c42f 01:10:52 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 01:10:52 ---> f811ebd3c5d0 01:10:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:10:53 ---> 42b97271626f 01:10:53 ---> 6d81e17e6f2d 01:10:53 Step 20/26 : RUN apk --no-cache add py-pip 01:10:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:10:53 ---> Running in 04ff1a987bb5 01:10:54 ---> 9a7afa3a7942 01:10:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:10:55 ---> 1bde6e8f56c5 01:10:55 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:10:55 ---> e28bf2418292 01:10:55 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:10:55 ---> Running in 7e4b616da3ed 01:10:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:10:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:10:55 Removing intermediate container 7e4b616da3ed 01:10:55 ---> c80f121b2129 01:10:55 Step 19/21 : LABEL arch=arm64 01:10:55 ---> Running in 4ce693900c11 01:10:56 ---> 76efd7f9b03e 01:10:56 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:10:56 ---> Running in 112d13d803de 01:10:56 (1/33) Installing libbz2 (1.0.8-r1) 01:10:56 (2/33) Installing expat (2.2.9-r1) 01:10:56 (3/33) Installing libffi (3.3-r2) 01:10:56 (4/33) Installing gdbm (1.13-r1) 01:10:56 (5/33) Installing xz-libs (5.2.5-r0) 01:10:56 (6/33) Installing sqlite-libs (3.32.1-r0) 01:10:56 (7/33) Installing python3 (3.8.5-r0) 01:10:56 Removing intermediate container 4ce693900c11 01:10:56 ---> 3d87e6f63475 01:10:56 Step 20/21 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 01:10:56 Removing intermediate container 112d13d803de 01:10:56 ---> 09d941497530 01:10:56 Step 18/20 : LABEL arch=arm64 01:10:57 ---> Running in 37c6075f08c2 01:10:57 ---> Running in f7079b755fee 01:10:57 Removing intermediate container 37c6075f08c2 01:10:57 ---> 806908454ba7 01:10:57 Step 21/21 : LABEL version=0.0.0 01:10:58 Removing intermediate container f7079b755fee 01:10:58 ---> 6fe3a092a597 01:10:58 Step 19/20 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 01:10:58 ---> Running in 2816dda62b82 01:10:58 (8/33) Installing py3-appdirs (1.4.4-r1) 01:10:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:10:58 (10/33) Installing py3-parsing (2.4.7-r0) 01:10:58 (11/33) Installing py3-six (1.15.0-r0) 01:10:58 (12/33) Installing py3-packaging (20.4-r0) 01:10:58 ---> Running in faec9d063f0c 01:10:58 (13/33) Installing py3-setuptools (47.0.0-r0) 01:10:58 (14/33) Installing py3-chardet (3.0.4-r4) 01:10:58 (15/33) Installing py3-idna (2.9-r0) 01:10:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:10:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:10:58 (18/33) Installing py3-requests (2.23.0-r0) 01:10:58 (19/33) Installing py3-msgpack (1.0.0-r0) 01:10:58 (20/33) Installing py3-lockfile (0.12.2-r3) 01:10:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:10:58 (22/33) Installing py3-colorama (0.4.3-r0) 01:10:58 (23/33) Installing py3-distlib (0.3.0-r0) 01:10:58 (24/33) Installing py3-distro (1.5.0-r1) 01:10:58 Removing intermediate container 2816dda62b82 01:10:58 ---> c2be9ba8df4d 01:10:58 01:10:58 (25/33) Installing py3-webencodings (0.5.1-r3) 01:10:58 (26/33) Installing py3-html5lib (1.0.1-r4) 01:10:58 (27/33) Installing py3-pytoml (0.1.21-r0) 01:10:58 (28/33) Installing py3-pep517 (0.8.2-r0) 01:10:58 (29/33) Installing py3-progress (1.5-r0) 01:10:58 (30/33) Installing py3-toml (0.10.1-r0) 01:10:58 (31/33) Installing py3-retrying (1.3.3-r0) 01:10:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:10:58 (33/33) Installing py3-pip (20.1.1-r0) 01:10:59 Removing intermediate container faec9d063f0c 01:10:59 ---> d35dd3966acd 01:10:59 Step 20/20 : LABEL version=0.0.0 01:10:59 Executing busybox-1.31.1-r16.trigger 01:10:59 OK: 71 MiB in 55 packages 01:10:59 Successfully built c2be9ba8df4d 01:10:59 Successfully tagged docker-core-command-go-arm64:latest 01:10:59  Building docker-core-command-go ... done  ---> Running in 5c5401f14bd6 01:10:59 Removing intermediate container 5c5401f14bd6 01:10:59 ---> c304cb9cd4c2 01:10:59 01:11:00 Successfully built c304cb9cd4c2 01:11:00 Successfully tagged docker-support-scheduler-go-arm64:latest 01:11:05  Building docker-support-scheduler-go ... done Removing intermediate container 04ff1a987bb5 01:11:05 ---> f93574a28f09 01:11:05 Step 21/26 : RUN pip install docker-compose==1.23.2 01:11:05 ---> Running in 1ebe2d15107e 01:11:09 Collecting docker-compose==1.23.2 01:11:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:11:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:11:10 Collecting jsonschema<3,>=2.5.1 01:11:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:11:11 Collecting texttable<0.10,>=0.9.0 01:11:11 Downloading texttable-0.9.1.tar.gz (11 kB) 01:11:13 Collecting PyYAML<4,>=3.10 01:11:13 Downloading PyYAML-3.13.tar.gz (270 kB) 01:11:16 Collecting cached-property<2,>=1.2.0 01:11:16 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 01:11:16 Collecting docopt<0.7,>=0.6.1 01:11:16 Downloading docopt-0.6.2.tar.gz (25 kB) 01:11:19 Collecting websocket-client<1.0,>=0.32.0 01:11:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:11:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:11:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:11:20 Collecting docker<4.0,>=3.6.0 01:11:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:11:20 Collecting dockerpty<0.5,>=0.4.1 01:11:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:11:22 Collecting idna<2.8,>=2.5 01:11:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:11:23 Collecting urllib3<1.25,>=1.21.1 01:11:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:11:23 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 01:11:23 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 01:11:23 Collecting docker-pycreds>=0.4.0 01:11:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:11:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:11:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:11:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:11:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:11:24 Installing collected packages: jsonschema, texttable, PyYAML, cached-property, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docker-compose 01:11:24 Running setup.py install for texttable: started 01:11:26 Running setup.py install for texttable: finished with status 'done' 01:11:26 Running setup.py install for PyYAML: started 01:11:28 Running setup.py install for PyYAML: finished with status 'done' 01:11:28 Running setup.py install for docopt: started 01:11:30 Running setup.py install for docopt: finished with status 'done' 01:11:30 Attempting uninstall: idna 01:11:30 Found existing installation: idna 2.9 01:11:30 Uninstalling idna-2.9: 01:11:31 Successfully uninstalled idna-2.9 01:11:31 Attempting uninstall: urllib3 01:11:31 Found existing installation: urllib3 1.25.9 01:11:31 Uninstalling urllib3-1.25.9: 01:11:31 Successfully uninstalled urllib3-1.25.9 01:11:32 Attempting uninstall: requests 01:11:32 Found existing installation: requests 2.23.0 01:11:32 Uninstalling requests-2.23.0: 01:11:32 Successfully uninstalled requests-2.23.0 01:11:33 Running setup.py install for dockerpty: started 01:11:35 Running setup.py install for dockerpty: finished with status 'done' 01:11:36 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 01:11:39 Removing intermediate container 1ebe2d15107e 01:11:39 ---> c9452e16d316 01:11:39 Step 22/26 : RUN apk --no-cache add curl 01:11:40 ---> Running in 7830b83cacd5 01:11:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:11:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:11:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:11:42 (2/3) Installing libcurl (7.69.1-r0) 01:11:42 (3/3) Installing curl (7.69.1-r0) 01:11:42 Executing busybox-1.31.1-r16.trigger 01:11:42 OK: 71 MiB in 58 packages 01:11:43 Removing intermediate container 7830b83cacd5 01:11:43 ---> 529e55ff5b7e 01:11:43 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 01:11:43 ---> Running in 6c1e524686e6 01:11:44 Removing intermediate container 6c1e524686e6 01:11:44 ---> 04bc4852f82f 01:11:44 Step 24/26 : LABEL arch=arm64 01:11:44 ---> Running in 697cd160fbfd 01:11:45 Removing intermediate container 697cd160fbfd 01:11:45 ---> 0112c43ef018 01:11:45 Step 25/26 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc 01:11:45 ---> Running in 251b7f4d66b5 01:11:45 Removing intermediate container 251b7f4d66b5 01:11:45 ---> 8bb2c237326e 01:11:45 Step 26/26 : LABEL version=0.0.0 01:11:46 ---> Running in 563f87b44640 01:11:46 Removing intermediate container 563f87b44640 01:11:46 ---> 28af38803c6d 01:11:46 01:11:46 Successfully built 28af38803c6d 01:11:46 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:11:47  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 01:11:47 $ docker stop --time=1 05541cb2dcf4756c236f779d7de3b6d9de4ad53b775efa5bf36941395cb30cec 01:11:49 $ docker rm -f 05541cb2dcf4756c236f779d7de3b6d9de4ad53b775efa5bf36941395cb30cec [Pipeline] // withDockerContainer [Pipeline] sh 01:11:49 + docker images 01:11:49 + grep docker 01:11:50 docker-sys-mgmt-agent-go-arm64 latest 28af38803c6d 3 seconds ago 266MB 01:11:50 docker-support-scheduler-go-arm64 latest c304cb9cd4c2 50 seconds ago 12.6MB 01:11:50 docker-core-command-go-arm64 latest c2be9ba8df4d 51 seconds ago 12.4MB 01:11:50 docker-support-logging-go-arm64 latest d4b4ed46e678 About a minute ago 11.4MB 01:11:50 docker-security-secretstore-setup-go-arm64 latest 03ff5c304859 2 minutes ago 32.6MB 01:11:50 docker-core-data-go-arm64 latest 0227d45a4bf7 3 minutes ago 22.6MB 01:11:50 docker-security-secrets-setup-go-arm64 latest 68efad977378 5 minutes ago 24.2MB 01:11:50 docker-core-metadata-go-arm64 latest e051a3ead38f 5 minutes ago 13.8MB 01:11:50 docker-support-notifications-go-arm64 latest eed3aa5a0aa5 5 minutes ago 13.9MB 01:11:50 docker-security-proxy-setup-go-arm64 latest d73e978e003c 5 minutes ago 15.8MB 01:11:50 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 01:11:52 provisioning config files... 01:11:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config879098309809718197tmp [Pipeline] { [Pipeline] sh 01:11:53 + curl -s https://codecov.io/bash 01:11:53 + bash -s - -t @/w/workspace/edgex-go/1@tmp/config879098309809718197tmp [Pipeline] } 01:11:53 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 01:11:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:11:56 ---> package-listing.sh 01:11:56 ++ facter osfamily 01:11:56 ++ tr '[:upper:]' '[:lower:]' 01:11:56 + OS_FAMILY=redhat 01:11:56 + workspace=/w/workspace/edgex-go/1 01:11:56 + START_PACKAGES=/tmp/packages_start.txt 01:11:56 + END_PACKAGES=/tmp/packages_end.txt 01:11:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:11:56 + PACKAGES=/tmp/packages_start.txt 01:11:56 + '[' /w/workspace/edgex-go/1 ']' 01:11:56 + PACKAGES=/tmp/packages_end.txt 01:11:56 + case "${OS_FAMILY}" in 01:11:56 + rpm -qa 01:11:56 + sort 01:12:00 + '[' -f /tmp/packages_start.txt ']' 01:12:00 + '[' -f /tmp/packages_end.txt ']' 01:12:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:12:00 + '[' /w/workspace/edgex-go/1 ']' 01:12:00 + mkdir -p /w/workspace/edgex-go/1/archives/ 01:12:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh 01:12:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:12:01 01:12:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:12:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:12:01 alpine: Pulling from edgex-lftools-log-publisher 01:12:01 c9b1b535fdd9: Pulling fs layer 01:12:01 2cc5ad85d9ab: Pulling fs layer 01:12:01 756a868c4378: Pulling fs layer 01:12:01 444b2fc9a129: Pulling fs layer 01:12:01 ea15f1150254: Pulling fs layer 01:12:01 41b27a9f41bf: Pulling fs layer 01:12:01 28c525ee5125: Pulling fs layer 01:12:01 094b1ea09ed8: Pulling fs layer 01:12:01 138eaada9080: Pulling fs layer 01:12:01 0622d0fa9048: Pulling fs layer 01:12:01 41b27a9f41bf: Waiting 01:12:01 28c525ee5125: Waiting 01:12:01 094b1ea09ed8: Waiting 01:12:01 138eaada9080: Waiting 01:12:01 0622d0fa9048: Waiting 01:12:01 444b2fc9a129: Waiting 01:12:01 ea15f1150254: Waiting 01:12:01 2cc5ad85d9ab: Verifying Checksum 01:12:01 2cc5ad85d9ab: Download complete 01:12:01 444b2fc9a129: Verifying Checksum 01:12:01 444b2fc9a129: Download complete 01:12:01 c9b1b535fdd9: Download complete 01:12:02 ea15f1150254: Verifying Checksum 01:12:02 ea15f1150254: Download complete 01:12:02 28c525ee5125: Verifying Checksum 01:12:02 28c525ee5125: Download complete 01:12:02 756a868c4378: Verifying Checksum 01:12:02 756a868c4378: Download complete 01:12:02 138eaada9080: Verifying Checksum 01:12:02 138eaada9080: Download complete 01:12:02 c9b1b535fdd9: Pull complete 01:12:02 0622d0fa9048: Verifying Checksum 01:12:02 0622d0fa9048: Download complete 01:12:02 094b1ea09ed8: Verifying Checksum 01:12:02 094b1ea09ed8: Download complete 01:12:02 41b27a9f41bf: Verifying Checksum 01:12:02 41b27a9f41bf: Download complete 01:12:03 2cc5ad85d9ab: Pull complete 01:12:05 756a868c4378: Pull complete 01:12:05 444b2fc9a129: Pull complete 01:12:06 ea15f1150254: Pull complete 01:12:12 41b27a9f41bf: Pull complete 01:12:12 28c525ee5125: Pull complete 01:12:15 094b1ea09ed8: Pull complete 01:12:15 138eaada9080: Pull complete 01:12:15 0622d0fa9048: Pull complete 01:12:15 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 01:12:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:12:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:12:15 prd-centos7-docker-4c-2g-1642 does not seem to be running inside a container 01:12:15 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:12:21 $ docker top 137dc342dc53e3a592f98a84b222a7e9db6c1020146784f8ce6a4094a25a12a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:12:21 provisioning config files... 01:12:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8027265002460488102tmp [Pipeline] { [Pipeline] echo 01:12:21 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:12:21 ---> create-netrc.sh [Pipeline] echo 01:12:21 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:12:22 ---> logs-deploy.sh 01:12:22 + ARCHIVE_ARTIFACTS= 01:12:22 + LOGS_SERVER=https://logs.edgexfoundry.org 01:12:22 + '[' https://logs.edgexfoundry.org == None ']' 01:12:22 + NEXUS_URL=https://nexus.edgexfoundry.org 01:12:22 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2649/1 01:12:22 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2649/1/ 01:12:22 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2649/1 /w/workspace/edgex-go/1 01:12:23 Archives upload complete. 01:12:23 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2649/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2649/1/