Pull request #2645 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 ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 4b5963896521f000c9ac6a6ab22533f77291d058+04784571c64111dd2069565982d29e4bcbbafa66 (2898ad0756b027b6c0a621e6e7695ef97a991396) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [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 raml_verify 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: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-1159 in /w/workspace/edgexfoundry_edgex-go_PR-2645 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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/2645/head:refs/remotes/origin/PR-2645 +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/2645/head:refs/remotes/origin/PR-2645 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 4b5963896521f000c9ac6a6ab22533f77291d058 Merge succeeded, producing 4b5963896521f000c9ac6a6ab22533f77291d058 Checking out Revision 4b5963896521f000c9ac6a6ab22533f77291d058 (PR-2645) > git config core.sparsecheckout # timeout=10 > git checkout -f 4b5963896521f000c9ac6a6ab22533f77291d058 # 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 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b5963896521f000c9ac6a6ab22533f77291d058 # timeout=10 Commit message: "build: remove VERSION file as git-semver now manages version" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:57:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:57:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:57:58 ========================================================= 20:57:58 EdgeX Global Pipelines Version Info 20:57:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 20d69cf472830a87156b00195b977e95db74ba98 # timeout=10 20:58:00 ------------------- 20:58:00 stable info: 20:58:00 ------------------- 20:58:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:58:00 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 20:58:00 Message: update stable to v1.0.106 20:58:01 ------------------- 20:58:01 experimental info: 20:58:01 ------------------- 20:58:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:58:01 Commit SHA: 30a0a69b1d8223a6590fc13400a32918a7eece87 20:58:01 Message: update experimental to v1.0.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 20:58:03 ++ 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 20:58:03 + for file in '`ls cmd/**/Dockerfile`' 20:58:03 ++ dirname cmd/core-command/Dockerfile 20:58:03 ++ cut -d/ -f2 20:58:03 + echo core-command,cmd/core-command/Dockerfile 20:58:03 + for file in '`ls cmd/**/Dockerfile`' 20:58:03 ++ dirname cmd/core-data/Dockerfile 20:58:03 ++ cut -d/ -f2 20:58:03 + echo core-data,cmd/core-data/Dockerfile 20:58:03 + for file in '`ls cmd/**/Dockerfile`' 20:58:03 ++ dirname cmd/core-metadata/Dockerfile 20:58:03 ++ cut -d/ -f2 20:58:03 + echo core-metadata,cmd/core-metadata/Dockerfile 20:58:03 + for file in '`ls cmd/**/Dockerfile`' 20:58:03 ++ dirname cmd/security-proxy-setup/Dockerfile 20:58:03 ++ cut -d/ -f2 20:58:03 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:58:03 + for file in '`ls cmd/**/Dockerfile`' 20:58:03 ++ dirname cmd/security-secrets-setup/Dockerfile 20:58:03 ++ cut -d/ -f2 20:58:03 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 20:58:03 + for file in '`ls cmd/**/Dockerfile`' 20:58:03 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:58:03 ++ cut -d/ -f2 20:58:03 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:58:03 + for file in '`ls cmd/**/Dockerfile`' 20:58:03 ++ dirname cmd/support-logging/Dockerfile 20:58:03 ++ cut -d/ -f2 20:58:03 + echo support-logging,cmd/support-logging/Dockerfile 20:58:03 + for file in '`ls cmd/**/Dockerfile`' 20:58:03 ++ dirname cmd/support-notifications/Dockerfile 20:58:03 ++ cut -d/ -f2 20:58:03 + echo support-notifications,cmd/support-notifications/Dockerfile 20:58:03 + for file in '`ls cmd/**/Dockerfile`' 20:58:03 ++ dirname cmd/support-scheduler/Dockerfile 20:58:03 ++ cut -d/ -f2 20:58:03 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:58:03 + for file in '`ls cmd/**/Dockerfile`' 20:58:03 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:58:03 ++ cut -d/ -f2 20:58:03 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:58:03 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 20:58:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:58:04 20:58:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:58:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:58:04 latest: Pulling from edgex-devops/git-semver 20:58:04 31603596830f: Pulling fs layer 20:58:04 2a8b12db71e7: Pulling fs layer 20:58:04 6ca5941a6612: Pulling fs layer 20:58:04 ecc8261a40a4: Pulling fs layer 20:58:04 ecc8261a40a4: Waiting 20:58:04 2a8b12db71e7: Download complete 20:58:04 31603596830f: Verifying Checksum 20:58:04 31603596830f: Download complete 20:58:04 ecc8261a40a4: Verifying Checksum 20:58:04 ecc8261a40a4: Download complete 20:58:04 6ca5941a6612: Verifying Checksum 20:58:04 6ca5941a6612: Download complete 20:58:04 31603596830f: Pull complete 20:58:04 2a8b12db71e7: Pull complete 20:58:05 6ca5941a6612: Pull complete 20:58:06 ecc8261a40a4: Pull complete 20:58:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:58:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:58:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:58:06 prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container 20:58:06 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:58:08 $ docker top 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:58:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:58:08 [ssh-agent] Looking for ssh-agent implementation... 20:58:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:58:09 $ docker exec 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 ssh-agent 20:58:09 SSH_AUTH_SOCK=/tmp/ssh-B5U0jkXJv8c9/agent.13 20:58:09 SSH_AGENT_PID=18 20:58:09 Running ssh-add (command line suppressed) 20:58:09 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8378073978571404215.key (/w/workspace/edgex-go/2@tmp/private_key_8378073978571404215.key) 20:58:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:58:09 + git describe --exact-match --tags HEAD 20:58:09 fatal: No names found, cannot describe anything. [Pipeline] } 20:58:09 $ docker exec --env ******** --env ******** 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 ssh-agent -k 20:58:09 unset SSH_AUTH_SOCK; 20:58:09 unset SSH_AGENT_PID; 20:58:09 echo Agent pid 18 killed; 20:58:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:58:10 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:58:10 This usually means this commit has not been tagged. [Pipeline] sshagent 20:58:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:58:10 [ssh-agent] Looking for ssh-agent implementation... 20:58:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:58:10 $ docker exec 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 ssh-agent 20:58:10 SSH_AUTH_SOCK=/tmp/ssh-z17NfVxjblPa/agent.46 20:58:10 SSH_AGENT_PID=51 20:58:10 Running ssh-add (command line suppressed) 20:58:10 Identity added: /w/workspace/edgex-go/2@tmp/private_key_358591303150956517.key (/w/workspace/edgex-go/2@tmp/private_key_358591303150956517.key) 20:58:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:58:11 + git semver init 20:58:11 # -> Open(): unable to determine branch for HEAD 20:58:11 # $GIT_DIR = /w/workspace/edgex-go/2/.git 20:58:11 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 20:58:11 # $SEMVER_REMOTE_NAME = origin 20:58:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:58:11 # $SEMVER_USER_NAME = edgex-jenkins 20:58:11 # $SEMVER_BRANCH = PR-2645 20:58:11 # $SEMVER_TEMP = /tmp/semver-963559083 20:58:11 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:58:29 # '/tmp/semver-963559083' -> '/w/workspace/edgex-go/2/.semver' 20:58:29 # -> Force: false 20:58:29 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 20:58:29 $ docker exec --env ******** --env ******** 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 ssh-agent -k 20:58:29 unset SSH_AUTH_SOCK; 20:58:29 unset SSH_AGENT_PID; 20:58:29 echo Agent pid 51 killed; 20:58:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:58:29 + git semver [Pipeline] } 20:58:29 $ docker stop --time=1 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 20:58:31 $ docker rm -f 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:58:45 Stashed 25 file(s) [Pipeline] echo 20:58:45 [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 20:58:46 ========================================================= 20:58:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:58:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:58:46 + 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 . 20:58:49 Sending build context to Docker daemon 323.2MB 20:58:49 Step 1/7 : ARG BASE=golang:1.13-alpine 20:58:49 Step 2/7 : FROM ${BASE} 20:58:49 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:58:49 df20fa9351a1: Pulling fs layer 20:58:49 ed8968b2872e: Pulling fs layer 20:58:49 a92cc7c5fd73: Pulling fs layer 20:58:49 2dd03ba5bac4: Pulling fs layer 20:58:49 1e091d79d1de: Pulling fs layer 20:58:49 481702a1767f: Pulling fs layer 20:58:49 f64a6f60c768: Pulling fs layer 20:58:49 e78d2573fc39: Pulling fs layer 20:58:49 e876d2f968b6: Pulling fs layer 20:58:49 ce8a83651883: Pulling fs layer 20:58:49 07967f4d0e4b: Pulling fs layer 20:58:49 481702a1767f: Waiting 20:58:49 2dd03ba5bac4: Waiting 20:58:49 1e091d79d1de: Waiting 20:58:49 f64a6f60c768: Waiting 20:58:49 ce8a83651883: Waiting 20:58:49 e78d2573fc39: Waiting 20:58:49 e876d2f968b6: Waiting 20:58:49 07967f4d0e4b: Waiting 20:58:49 a92cc7c5fd73: Verifying Checksum 20:58:49 a92cc7c5fd73: Download complete 20:58:49 ed8968b2872e: Download complete 20:58:49 1e091d79d1de: Verifying Checksum 20:58:49 1e091d79d1de: Download complete 20:58:49 481702a1767f: Download complete 20:58:49 df20fa9351a1: Verifying Checksum 20:58:49 df20fa9351a1: Download complete 20:58:49 df20fa9351a1: Pull complete 20:58:50 f64a6f60c768: Verifying Checksum 20:58:50 f64a6f60c768: Download complete 20:58:50 e876d2f968b6: Verifying Checksum 20:58:50 e876d2f968b6: Download complete 20:58:51 ce8a83651883: Verifying Checksum 20:58:51 ce8a83651883: Download complete 20:58:51 2dd03ba5bac4: Verifying Checksum 20:58:51 2dd03ba5bac4: Download complete 20:58:51 07967f4d0e4b: Verifying Checksum 20:58:51 07967f4d0e4b: Download complete 20:58:51 e78d2573fc39: Verifying Checksum 20:58:51 e78d2573fc39: Download complete 20:58:52 ed8968b2872e: Pull complete 20:58:52 a92cc7c5fd73: Pull complete 20:58:58 2dd03ba5bac4: Pull complete 20:58:58 1e091d79d1de: Pull complete 20:58:58 481702a1767f: Pull complete 20:59:01 Still waiting to schedule task 20:59:01 ‘prd-centos7-builder-2c-1g-725’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-724’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1160’ is offline 20:59:04 f64a6f60c768: Pull complete 20:59:08 e78d2573fc39: Pull complete 20:59:08 e876d2f968b6: Pull complete 20:59:09 ce8a83651883: Pull complete 20:59:09 07967f4d0e4b: Pull complete 20:59:09 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 20:59:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:59:09 ---> 5d7c900382c6 20:59:09 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 20:59:10 ---> Running in 271dc01d6058 20:59:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:12 (1/12) Installing libmagic (5.38-r0) 20:59:12 (2/12) Installing file (5.38-r0) 20:59:12 (3/12) Installing libc-dev (0.7.2-r3) 20:59:12 (4/12) Installing g++ (9.3.0-r2) 20:59:16 (5/12) Installing fortify-headers (1.1-r0) 20:59:16 (6/12) Installing patch (2.7.6-r6) 20:59:16 (7/12) Installing build-base (0.5-r2) 20:59:16 (8/12) Installing libsodium (1.0.18-r0) 20:59:16 (9/12) Installing pkgconf (1.7.2-r0) 20:59:16 (10/12) Installing libsodium-dev (1.0.18-r0) 20:59:16 (11/12) Installing libzmq (4.3.2-r0) 20:59:16 (12/12) Installing zeromq-dev (4.3.2-r0) 20:59:16 Executing busybox-1.31.1-r16.trigger 20:59:16 OK: 233 MiB in 51 packages 20:59:21 Removing intermediate container 271dc01d6058 20:59:21 ---> f4149f363ef2 20:59:21 Step 4/7 : WORKDIR /edgex-go 20:59:21 ---> Running in 27de57c974fe 20:59:21 Removing intermediate container 27de57c974fe 20:59:21 ---> b2f174eb64cf 20:59:21 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:59:21 latest: Pulling from library/docker 20:59:21 df20fa9351a1: Already exists 20:59:21 25ad7478873d: Pulling fs layer 20:59:21 4684f6177b5d: Pulling fs layer 20:59:21 46e300cec669: Pulling fs layer 20:59:21 63038576ad94: Pulling fs layer 20:59:21 0fdb76c4706c: Pulling fs layer 20:59:21 cb7edeffdfd5: Pulling fs layer 20:59:21 63038576ad94: Waiting 20:59:21 0fdb76c4706c: Waiting 20:59:21 cb7edeffdfd5: Waiting 20:59:21 4684f6177b5d: Verifying Checksum 20:59:21 4684f6177b5d: Download complete 20:59:21 25ad7478873d: Verifying Checksum 20:59:21 25ad7478873d: Download complete 20:59:21 63038576ad94: Verifying Checksum 20:59:21 63038576ad94: Download complete 20:59:21 0fdb76c4706c: Download complete 20:59:21 cb7edeffdfd5: Verifying Checksum 20:59:21 cb7edeffdfd5: Download complete 20:59:21 25ad7478873d: Pull complete 20:59:21 4684f6177b5d: Pull complete 20:59:21 46e300cec669: Verifying Checksum 20:59:21 46e300cec669: Download complete 20:59:24 46e300cec669: Pull complete 20:59:24 63038576ad94: Pull complete 20:59:24 0fdb76c4706c: Pull complete 20:59:24 cb7edeffdfd5: Pull complete 20:59:24 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 20:59:24 Status: Downloaded newer image for docker:latest 20:59:25 ---> 51be1cd98ae8 20:59:25 Step 6/7 : COPY go.mod . 20:59:26 ---> 1db1b818dc91 20:59:26 Step 7/7 : RUN go mod download 20:59:26 ---> Running in a45145fc2534 20:59:28 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:59:28 go: finding github.com/BurntSushi/toml v0.3.1 20:59:28 go: finding github.com/OneOfOne/xxhash v1.2.5 20:59:28 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:59:28 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:59:28 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:59:28 go: finding github.com/bgentry/speakeasy v0.1.0 20:59:28 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:59:28 go: finding github.com/cloudflare/gokey v0.1.0 20:59:28 go: finding github.com/davecgh/go-spew v1.1.1 20:59:28 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:59:28 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:59:28 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:59:28 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:59:28 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:59:28 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:59:28 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 20:59:28 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:59:28 go: finding github.com/fatih/color v1.7.0 20:59:28 go: finding github.com/fsnotify/fsnotify v1.4.7 20:59:28 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:59:28 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 20:59:28 go: finding github.com/go-kit/kit v0.8.0 20:59:28 go: finding github.com/go-logfmt/logfmt v0.4.0 20:59:28 go: finding github.com/go-redis/redis/v7 v7.2.0 20:59:28 go: finding github.com/go-stack/stack v1.8.0 20:59:28 go: finding github.com/golang/protobuf v1.3.2 20:59:28 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:59:28 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:59:28 go: finding github.com/google/uuid v1.1.0 20:59:28 go: finding github.com/gorilla/mux v1.7.1 20:59:28 go: finding github.com/hashicorp/consul/api v1.1.0 20:59:28 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:59:28 go: finding github.com/hashicorp/errwrap v1.0.0 20:59:28 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:59:28 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:59:28 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:59:29 go: finding github.com/hashicorp/go-multierror v1.0.0 20:59:29 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:59:29 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:59:29 go: finding github.com/hashicorp/go-syslog v1.0.0 20:59:29 go: finding github.com/hashicorp/go-uuid v1.0.1 20:59:29 go: finding github.com/hashicorp/go.net v0.0.1 20:59:29 go: finding github.com/hashicorp/golang-lru v0.5.0 20:59:29 go: finding github.com/hashicorp/logutils v1.0.0 20:59:29 go: finding github.com/hashicorp/mdns v1.0.0 20:59:29 go: finding github.com/hashicorp/memberlist v0.1.3 20:59:29 go: finding github.com/hashicorp/serf v0.8.2 20:59:29 go: finding github.com/hpcloud/tail v1.0.0 20:59:29 go: finding github.com/imdario/mergo v0.3.6 20:59:29 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:59:29 go: finding github.com/kr/pretty v0.1.0 20:59:29 go: finding github.com/kr/pty v1.1.1 20:59:29 go: finding github.com/kr/text v0.1.0 20:59:29 go: finding github.com/mattn/go-colorable v0.0.9 20:59:29 go: finding github.com/mattn/go-isatty v0.0.3 20:59:29 go: finding github.com/miekg/dns v1.0.14 20:59:29 go: finding github.com/mitchellh/cli v1.0.0 20:59:29 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:59:29 go: finding github.com/mitchellh/copystructure v1.0.0 20:59:29 go: finding github.com/mitchellh/go-homedir v1.0.0 20:59:29 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:59:29 go: finding github.com/mitchellh/gox v0.4.0 20:59:29 go: finding github.com/mitchellh/iochan v1.0.0 20:59:29 go: finding github.com/mitchellh/mapstructure v1.1.2 20:59:29 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:59:29 go: finding github.com/onsi/ginkgo v1.10.1 20:59:29 go: finding github.com/onsi/gomega v1.7.0 20:59:29 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:59:29 go: finding github.com/pebbe/zmq4 v1.0.0 20:59:29 go: finding github.com/pelletier/go-toml v1.2.0 20:59:29 go: finding github.com/pkg/errors v0.8.1 20:59:29 go: finding github.com/pmezard/go-difflib v1.0.0 20:59:29 go: finding github.com/posener/complete v1.1.1 20:59:29 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:59:29 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:59:29 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:59:29 go: finding github.com/stretchr/objx v0.1.0 20:59:29 go: finding github.com/stretchr/testify v1.5.1 20:59:29 go: finding github.com/ugorji/go v1.1.4 20:59:29 go: finding github.com/x448/float16 v0.8.4 20:59:29 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 20:59:29 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:59:29 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:59:29 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:59:29 go: finding golang.org/x/text v0.3.2 20:59:30 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:59:30 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:59:30 go: finding gopkg.in/eapache/queue.v1 v1.1.0 20:59:30 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:59:30 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:59:30 go: finding gopkg.in/yaml.v2 v2.2.8 20:59:45 Removing intermediate container a45145fc2534 20:59:45 ---> c2fb5433f0d9 20:59:45 Successfully built c2fb5433f0d9 20:59:45 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 20:59:45 + docker inspect -f . ci-base-image-x86_64 20:59:45 . [Pipeline] withDockerContainer 20:59:45 prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container 20:59:45 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:59:46 $ docker top 0db5b2063637437e4caae4638ce7c1a5939419ad3da6882c3cdccf9e8db87b20 -eo pid,comm [Pipeline] { [Pipeline] sh 20:59:47 + go version 20:59:47 go version go1.13.13 linux/amd64 [Pipeline] echo 20:59:47 ========================================================= 20:59:47 [edgeXBuildGoParallel] Running Tests and Build... 20:59:47 ========================================================= [Pipeline] sh 20:59:47 + make test raml_verify 20:59:47 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:59:49 ? github.com/edgexfoundry/edgex-go [no test files] 20:59:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:00:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:00:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:00:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:00:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:00:03 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s 21:00:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 21:00:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:00:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.024s coverage: 46.6% of statements 21:00:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:00:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:00:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:00:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:00:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:00:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.058s coverage: 27.4% of statements 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:00:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:00:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:00:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.064s coverage: 29.3% of statements 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:00:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.009s coverage: 100.0% of statements 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:00:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:00:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.023s coverage: 89.8% of statements 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:00:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.038s coverage: 97.5% of statements 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:00:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.012s coverage: 100.0% of statements 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:00:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:00:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.006s coverage: 58.8% of statements 21:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.046s coverage: 63.5% of statements 21:00:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:00:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.014s coverage: 100.0% of statements 21:00:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.115s coverage: 55.9% of statements 21:00:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:00:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:00:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 21:00:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.726s coverage: 86.3% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.352s coverage: 72.2% of statements 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.124s coverage: 72.1% of statements 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.017s coverage: 82.4% of statements 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.072s coverage: 26.9% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.069s coverage: 84.1% of statements 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.011s coverage: 100.0% of statements 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.016s coverage: 43.1% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.034s coverage: 100.0% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.016s coverage: 83.8% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.038s coverage: 45.9% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.057s coverage: 100.0% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.039s coverage: 100.0% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.053s coverage: 29.1% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.013s coverage: 100.0% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.018s coverage: 87.9% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.008s coverage: 100.0% of statements 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 21:00:28 GO111MODULE=on go vet ./... 21:00:33 gofmt -l . 21:00:34 [ "`gofmt -l .`" = "" ] 21:00:34 ./bin/test-go-mod-tidy.sh 21:00:35 ./bin/test-attribution-txt.sh 21:00:37 docker run --rm --privileged \ 21:00:37 -v /w/workspace/edgex-go/2:/raml-verification -w /raml-verification \ 21:00:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 21:00:37 /scripts/raml-verify.sh 21:00:37 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 21:00:37 x86_64: Pulling from edgex-devops/edgex-docs-builder 21:00:37 cbdbe7a5bc2a: Pulling fs layer 21:00:37 bd07af9ed1a4: Pulling fs layer 21:00:37 3556ccf180b2: Pulling fs layer 21:00:37 089d4748da74: Pulling fs layer 21:00:37 c6eb57c77bc5: Pulling fs layer 21:00:37 0364d5097239: Pulling fs layer 21:00:37 089d4748da74: Waiting 21:00:37 c6eb57c77bc5: Waiting 21:00:37 0364d5097239: Waiting 21:00:37 3556ccf180b2: Verifying Checksum 21:00:37 3556ccf180b2: Download complete 21:00:37 cbdbe7a5bc2a: Verifying Checksum 21:00:37 089d4748da74: Verifying Checksum 21:00:37 089d4748da74: Download complete 21:00:37 0364d5097239: Verifying Checksum 21:00:37 0364d5097239: Download complete 21:00:37 c6eb57c77bc5: Verifying Checksum 21:00:37 c6eb57c77bc5: Download complete 21:00:38 bd07af9ed1a4: Verifying Checksum 21:00:38 bd07af9ed1a4: Download complete 21:00:38 cbdbe7a5bc2a: Pull complete 21:00:40 bd07af9ed1a4: Pull complete 21:00:40 3556ccf180b2: Pull complete 21:00:40 089d4748da74: Pull complete 21:00:42 c6eb57c77bc5: Pull complete 21:00:42 0364d5097239: Pull complete 21:00:42 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 21:00:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 21:00:52 Verifying ./api/raml/core-command.raml... 21:00:52 OK 21:00:52 Verifying ./api/raml/core-data.raml... 21:00:53 OK 21:00:53 Verifying ./api/raml/core-metadata.raml... 21:00:55 OK 21:00:55 Verifying ./api/raml/support-logging.raml... 21:00:56 OK 21:00:56 Verifying ./api/raml/support-notifications.raml... 21:00:57 OK 21:00:57 Verifying ./api/raml/support-scheduler.raml... 21:00:58 OK 21:00:58 Verifying ./api/raml/system-agent.raml... 21:00:58 OK [Pipeline] sh 21:00:59 + ls -al . 21:00:59 total 556 21:00:59 drwxrwxr-x 10 1001 1001 4096 Jul 27 21:00 . 21:00:59 drwxr-xr-x 4 root root 28 Jul 27 20:59 .. 21:00:59 -rw-rw-r-- 1 1001 1001 11 Jul 27 20:57 .dockerignore 21:00:59 drwxrwxr-x 8 1001 1001 179 Jul 27 20:57 .git 21:00:59 drwxrwxr-x 3 1001 1001 60 Jul 27 20:57 .github 21:00:59 -rw-rw-r-- 1 1001 1001 932 Jul 27 20:57 .gitignore 21:00:59 drwx------ 3 1001 1001 47 Jul 27 20:58 .semver 21:00:59 -rw-rw-r-- 1 1001 1001 178 Jul 27 20:57 .sonarcloud.properties 21:00:59 -rw-rw-r-- 1 1001 1001 3804 Jul 27 20:57 CONTRIBUTING.md 21:00:59 -rw-rw-r-- 1 1001 1001 1035 Jul 27 20:57 Dockerfile.build 21:00:59 -rw-rw-r-- 1 1001 1001 824 Jul 27 20:57 Jenkinsfile 21:00:59 -rw-rw-r-- 1 1001 1001 10775 Jul 27 20:57 LICENSE 21:00:59 -rw-rw-r-- 1 1001 1001 6443 Jul 27 20:57 Makefile 21:00:59 -rw-rw-r-- 1 1001 1001 5652 Jul 27 20:57 README.md 21:00:59 -rw-rw-r-- 1 1001 1001 7111 Jul 27 20:57 SECURITY.md 21:00:59 -rw-rw-r-- 1 1001 1001 5 Jul 27 20:58 VERSION 21:00:59 -rw-rw-r-- 1 1001 1001 4131 Jul 27 20:57 ZMQWindows.md 21:00:59 drwxrwxr-x 4 1001 1001 33 Jul 27 20:57 api 21:00:59 drwxrwxr-x 2 1001 1001 117 Jul 27 20:57 bin 21:00:59 drwxrwxr-x 15 1001 1001 4096 Jul 27 20:57 cmd 21:00:59 -rw-r--r-- 1 root root 456067 Jul 27 21:00 coverage.out 21:00:59 -rw-r--r-- 1 root root 1019 Jul 27 21:00 go.mod 21:00:59 -rw-r--r-- 1 root root 18146 Jul 27 21:00 go.sum 21:00:59 drwxrwxr-x 8 1001 1001 127 Jul 27 20:57 internal 21:00:59 drwxrwxr-x 4 1001 1001 71 Jul 27 20:57 snap 21:00:59 -rw-rw-r-- 1 1001 1001 168 Jul 27 20:57 version.go [Pipeline] sh 21:00:59 + '[' -e coverage.out ] 21:00:59 + chown 1001:1001 coverage.out [Pipeline] stash 21:00:59 Stashed 1 file(s) [Pipeline] sh 21:00:59 + make build 21:00:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:01:08 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 21:01:10 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 21:01:12 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 21:01:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1161 in /w/workspace/edgexfoundry_edgex-go_PR-2645 [Pipeline] { [Pipeline] ws 21:01:13 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 21:01:13 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 21:01:15 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 21:01:15 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 21:01:17 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 21:01:18 using credential edgex-jenkins-ssh 21:01:18 Cloning the remote Git repository 21:01:18 Cloning with configured refspecs honoured and without tags 21:01:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:01:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:01:18 > git init /w/workspace/edgex-go/2 # timeout=10 21:01:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:01:18 > git --version # timeout=10 21:01:18 using GIT_SSH to set credentials SSH Credentials for GitHub 21:01:18 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:01:19 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 21:01:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:01:22 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 21:01:24 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] } 21:01:25 $ docker stop --time=1 0db5b2063637437e4caae4638ce7c1a5939419ad3da6882c3cdccf9e8db87b20 21:01:26 $ docker rm -f 0db5b2063637437e4caae4638ce7c1a5939419ad3da6882c3cdccf9e8db87b20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:01:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:01:29 21:01:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:01:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:01:30 latest: Pulling from edgex-devops/edgex-compose 21:01:30 cbdbe7a5bc2a: Already exists 21:01:30 ca9280d653b3: Pulling fs layer 21:01:30 7e9c9ca2126c: Pulling fs layer 21:01:30 ca9280d653b3: Verifying Checksum 21:01:30 ca9280d653b3: Download complete 21:01:31 7e9c9ca2126c: Verifying Checksum 21:01:31 7e9c9ca2126c: Download complete 21:01:31 ca9280d653b3: Pull complete 21:01:39 Fetching without tags 21:01:39 Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 4b5963896521f000c9ac6a6ab22533f77291d058 21:01:39 7e9c9ca2126c: Pull complete 21:01:39 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:01:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:01:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:01:40 prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container 21:01:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:01:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:01:38 > git config --add remote.origin.fetch +refs/pull/2645/head:refs/remotes/origin/PR-2645 # timeout=10 21:01:38 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:01:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:01:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:01:39 using GIT_SSH to set credentials SSH Credentials for GitHub 21:01:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:01:39 > git config core.sparsecheckout # timeout=10 21:01:39 > git checkout -f 4b5963896521f000c9ac6a6ab22533f77291d058 # timeout=10 21:01:39 > git remote # timeout=10 21:01:39 > git config --get remote.origin.url # timeout=10 21:01:39 using GIT_SSH to set credentials SSH Credentials for GitHub 21:01:39 > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 21:01:40 > git rev-parse HEAD^{commit} # timeout=10 21:01:40 Merge succeeded, producing 4b5963896521f000c9ac6a6ab22533f77291d058 21:01:40 Checking out Revision 4b5963896521f000c9ac6a6ab22533f77291d058 (PR-2645) 21:01:41 $ docker top 1bf94ad68d7daa38d3dddf99ef95490e9250bf9f7d5dc4fb7f744022f28c1959 -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:42 + docker-compose build --help 21:01:42 + grep parallel 21:01:40 > git config core.sparsecheckout # timeout=10 21:01:40 > git checkout -f 4b5963896521f000c9ac6a6ab22533f77291d058 # timeout=10 21:01:43 --parallel Build images in parallel. [Pipeline] } 21:01:43 $ docker stop --time=1 1bf94ad68d7daa38d3dddf99ef95490e9250bf9f7d5dc4fb7f744022f28c1959 21:01:44 Commit message: "build: remove VERSION file as git-semver now manages version" 21:01:44 $ docker rm -f 1bf94ad68d7daa38d3dddf99ef95490e9250bf9f7d5dc4fb7f744022f28c1959 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 21:01:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:01:45 . [Pipeline] stage [Pipeline] { (Prep) [Pipeline] withDockerContainer 21:01:45 prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container 21:01:45 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:01:45 $ docker top 89b8c778dc8213d6680c0ef40d6836b782496c225a4e32305e61d08ca578d4f8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash 21:01:46 + docker-compose -f ./docker-compose-build.yml build --parallel 21:01:47 Building docker-core-command-go ... 21:01:47 Building docker-core-data-go ... 21:01:47 Building docker-core-metadata-go ... 21:01:47 Building docker-security-proxy-setup-go ... 21:01:47 Building docker-security-secrets-setup-go ... 21:01:47 Building docker-security-secretstore-setup-go ... 21:01:47 Building docker-support-logging-go ... 21:01:47 Building docker-support-notifications-go ... 21:01:47 Building docker-support-scheduler-go ... 21:01:47 Building docker-sys-mgmt-agent-go ... 21:01:47 Building docker-core-data-go 21:01:47 Building docker-support-scheduler-go 21:01:47 Building docker-security-secrets-setup-go 21:01:47 Building docker-support-logging-go 21:01:47 Building docker-security-proxy-setup-go [Pipeline] echo 21:01:57 ========================================================= 21:01:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 21:01:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:01:58 + 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 . 21:02:02 Sending build context to Docker daemon 323.2MB 21:02:02 Step 1/7 : ARG BASE=golang:1.13-alpine 21:02:02 Step 2/7 : FROM ${BASE} 21:02:02 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:02:02 b538f80385f9: Pulling fs layer 21:02:02 74f711af9a0d: Pulling fs layer 21:02:02 99f96fe45779: Pulling fs layer 21:02:02 fd7a069fd194: Pulling fs layer 21:02:02 66aa3694b03b: Pulling fs layer 21:02:02 170f70906a0f: Pulling fs layer 21:02:02 ad7c5574e4b9: Pulling fs layer 21:02:02 e772456be8f7: Pulling fs layer 21:02:02 c890913d741a: Pulling fs layer 21:02:02 2480fcc9aa5a: Pulling fs layer 21:02:02 09adf4765672: Pulling fs layer 21:02:02 170f70906a0f: Waiting 21:02:02 ad7c5574e4b9: Waiting 21:02:02 e772456be8f7: Waiting 21:02:02 c890913d741a: Waiting 21:02:02 09adf4765672: Waiting 21:02:02 2480fcc9aa5a: Waiting 21:02:02 fd7a069fd194: Waiting 21:02:02 66aa3694b03b: Waiting 21:02:02 99f96fe45779: Verifying Checksum 21:02:02 99f96fe45779: Download complete 21:02:02 74f711af9a0d: Verifying Checksum 21:02:02 66aa3694b03b: Verifying Checksum 21:02:02 66aa3694b03b: Download complete 21:02:02 170f70906a0f: Verifying Checksum 21:02:02 170f70906a0f: Download complete 21:02:02 b538f80385f9: Download complete 21:02:03 b538f80385f9: Pull complete 21:02:04 74f711af9a0d: Pull complete 21:02:04 99f96fe45779: Pull complete 21:02:05 ad7c5574e4b9: Verifying Checksum 21:02:05 ad7c5574e4b9: Download complete 21:02:05 c890913d741a: Verifying Checksum 21:02:05 c890913d741a: Download complete 21:02:07 2480fcc9aa5a: Verifying Checksum 21:02:07 2480fcc9aa5a: Download complete 21:02:07 09adf4765672: Verifying Checksum 21:02:07 09adf4765672: Download complete 21:02:08 fd7a069fd194: Verifying Checksum 21:02:08 fd7a069fd194: Download complete 21:02:08 e772456be8f7: Verifying Checksum 21:02:08 e772456be8f7: Download complete 21:02:19 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 21:02:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:02:19 ---> c2fb5433f0d9 21:02:19 Step 3/22 : WORKDIR /edgex-go 21:02:19 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 21:02:19 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:02:19 ---> c2fb5433f0d9 21:02:19 Step 3/29 : WORKDIR /edgex-go 21:02:19 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 21:02:19 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:02:19 ---> c2fb5433f0d9 21:02:19 Step 3/20 : WORKDIR /edgex-go 21:02:19 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 21:02:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:02:19 ---> c2fb5433f0d9 21:02:19 Step 3/21 : WORKDIR /edgex-goStep 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 21:02:19 21:02:19 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:02:19 ---> c2fb5433f0d9 21:02:19 Step 3/20 : WORKDIR /edgex-go 21:02:19 ---> Running in 1d8eee1cb0ee 21:02:19 ---> Running in 65ca679a430a 21:02:19 ---> Running in a10c4910c5f9 21:02:19 ---> Running in d2cf5d26c3f5 21:02:19 ---> Running in 00100d95c053 21:02:19 Removing intermediate container 1d8eee1cb0ee 21:02:19 ---> 491adce9c9b7 21:02:19 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:19 Removing intermediate container a10c4910c5f9 21:02:19 ---> 406902679f4e 21:02:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:19 Removing intermediate container 65ca679a430a 21:02:19 ---> 5200e813da48 21:02:19 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:19 Removing intermediate container 00100d95c053 21:02:19 ---> 46211d81d9b5 21:02:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:19 Removing intermediate container d2cf5d26c3f5 21:02:19 ---> d66a12760a34 21:02:19 Step 4/29 : RUN apk update && apk add make git 21:02:19 ---> Running in 796e285ad1d0 21:02:19 ---> Running in 9c402b7e79b7 21:02:19 ---> Running in 3b953e057f41 21:02:19 ---> Running in b5eb706ff148 21:02:19 ---> Running in d49b7fbcab2d 21:02:20 fd7a069fd194: Pull complete 21:02:20 66aa3694b03b: Pull complete 21:02:20 170f70906a0f: Pull complete 21:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:21 Removing intermediate container 796e285ad1d0 21:02:21 ---> 7bed46728a34 21:02:21 Step 5/20 : RUN apk update && apk add make git 21:02:21 ---> Running in e3b4b19ca72c 21:02:21 Removing intermediate container 9c402b7e79b7 21:02:21 ---> b344b887b868 21:02:21 Step 5/21 : RUN apk update && apk add make && apk add bash git 21:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:21 Removing intermediate container 3b953e057f41 21:02:21 ---> 18b37f8d67af 21:02:21 Step 5/20 : RUN apk update && apk add make git 21:02:21 ---> Running in 75b36630b1ec 21:02:21 ---> Running in f522f38c673c 21:02:21 Removing intermediate container b5eb706ff148 21:02:21 ---> b55722dbe262 21:02:21 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:02:22 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:02:22 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:02:22 OK: 12749 distinct packages available 21:02:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:22 ---> Running in 2f51f789ab54 21:02:22 OK: 233 MiB in 51 packages 21:02:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:23 Removing intermediate container d49b7fbcab2d 21:02:23 ---> d2bf05d61356 21:02:23 Step 5/29 : COPY go.mod . 21:02:23 ---> 8b29450101a0 21:02:23 Step 6/29 : RUN go mod download 21:02:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:23 ---> Running in ee9d9a37abee 21:02:23 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:02:23 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:02:23 OK: 12749 distinct packages available 21:02:23 OK: 233 MiB in 51 packages 21:02:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:23 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:02:23 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:02:23 OK: 12749 distinct packages available 21:02:24 ad7c5574e4b9: Pull complete 21:02:24 Removing intermediate container e3b4b19ca72c 21:02:24 ---> da13f30adc5a 21:02:24 Step 6/20 : COPY go.mod . 21:02:24 OK: 233 MiB in 51 packages 21:02:24 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:02:24 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:02:24 OK: 12749 distinct packages available 21:02:24 OK: 233 MiB in 51 packages 21:02:24 ---> 511539c4c986 21:02:24 Step 7/20 : RUN go mod download 21:02:24 ---> Running in 954f3a97c2ae 21:02:24 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:02:24 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:02:24 OK: 12749 distinct packages available 21:02:24 OK: 233 MiB in 51 packages 21:02:24 OK: 233 MiB in 51 packages 21:02:25 Removing intermediate container ee9d9a37abee 21:02:25 ---> 5b8689c9434c 21:02:25 Step 7/29 : COPY . . 21:02:25 Removing intermediate container 75b36630b1ec 21:02:25 ---> ed4f4c6e9d6d 21:02:25 Step 6/21 : COPY go.mod . 21:02:25 Removing intermediate container f522f38c673c 21:02:25 ---> 7c16f4077562 21:02:25 Step 6/20 : COPY go.mod . 21:02:27 ---> 3eb34be206e7 21:02:27 Step 7/21 : RUN go mod download 21:02:28 Removing intermediate container 2f51f789ab54 21:02:28 ---> d46d119b61fa 21:02:28 Step 6/22 : COPY go.mod . 21:02:28 Removing intermediate container 954f3a97c2ae 21:02:28 ---> 0281491a1d57 21:02:28 Step 8/20 : COPY . . 21:02:28 ---> 5b1b966a7b9f 21:02:28 Step 7/20 : RUN go mod download 21:02:29 e772456be8f7: Pull complete 21:02:29 c890913d741a: Pull complete 21:02:30 ---> Running in 79f774c80126 21:02:31 2480fcc9aa5a: Pull complete 21:02:32 09adf4765672: Pull complete 21:02:32 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 21:02:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 21:02:32 ---> 2248a725d1cf 21:02:32 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 21:02:32 ---> 3001dc5e962b 21:02:32 Step 7/22 : RUN go mod download 21:02:33 ---> Running in 2f5807b4808a 21:02:33 ---> Running in 70b00b881ec9 21:02:38 ---> Running in 199243627e1e 21:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:02:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:02:41 (1/12) Installing libmagic (5.38-r0) 21:02:41 (2/12) Installing file (5.38-r0) 21:02:41 (3/12) Installing libc-dev (0.7.2-r3) 21:02:41 (4/12) Installing g++ (9.3.0-r2) 21:02:42 Removing intermediate container 79f774c80126 21:02:42 ---> 6b1d8f436674 21:02:42 Step 8/21 : COPY . . 21:02:42 Removing intermediate container 2f5807b4808a 21:02:42 ---> 0541c9cae591 21:02:42 Step 8/20 : COPY . . 21:02:45 (5/12) Installing fortify-headers (1.1-r0) 21:02:45 (6/12) Installing patch (2.7.6-r6) 21:02:45 (7/12) Installing build-base (0.5-r2) 21:02:45 (8/12) Installing libsodium (1.0.18-r0) 21:02:45 (9/12) Installing pkgconf (1.7.2-r0) 21:02:45 (10/12) Installing libsodium-dev (1.0.18-r0) 21:02:45 (11/12) Installing libzmq (4.3.2-r0) 21:02:45 (12/12) Installing zeromq-dev (4.3.2-r0) 21:02:46 Executing busybox-1.31.1-r16.trigger 21:02:46 OK: 217 MiB in 51 packages 21:02:50 Removing intermediate container 199243627e1e 21:02:50 ---> 8f70634be34f 21:02:50 Step 4/7 : WORKDIR /edgex-go 21:02:50 ---> Running in cda63750af3b 21:02:51 Removing intermediate container cda63750af3b 21:02:51 ---> 26e98e7e1515 21:02:51 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:02:51 latest: Pulling from library/docker 21:02:51 b538f80385f9: Already exists 21:02:51 259a493cd78d: Pulling fs layer 21:02:51 b8e66b5100f5: Pulling fs layer 21:02:51 39dc9c94d07c: Pulling fs layer 21:02:51 551b823b3b82: Pulling fs layer 21:02:51 3c52a74df98c: Pulling fs layer 21:02:51 6c9b121b6998: Pulling fs layer 21:02:51 551b823b3b82: Waiting 21:02:51 3c52a74df98c: Waiting 21:02:51 6c9b121b6998: Waiting 21:02:51 b8e66b5100f5: Download complete 21:02:51 259a493cd78d: Verifying Checksum 21:02:51 259a493cd78d: Download complete 21:02:51 551b823b3b82: Verifying Checksum 21:02:51 551b823b3b82: Download complete 21:02:51 3c52a74df98c: Verifying Checksum 21:02:51 3c52a74df98c: Download complete 21:02:51 6c9b121b6998: Verifying Checksum 21:02:51 6c9b121b6998: Download complete 21:02:52 259a493cd78d: Pull complete 21:02:52 Removing intermediate container 70b00b881ec9 21:02:52 ---> b8962a6af8ba 21:02:52 Step 8/22 : COPY . . 21:02:52 ---> 650b3f74e723 21:02:52 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:02:52 b8e66b5100f5: Pull complete 21:02:52 39dc9c94d07c: Verifying Checksum 21:02:52 39dc9c94d07c: Download complete 21:02:54 ---> ecd50bf900d3 21:02:54 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 21:02:56 39dc9c94d07c: Pull complete 21:02:56 551b823b3b82: Pull complete 21:02:56 3c52a74df98c: Pull complete 21:02:56 6c9b121b6998: Pull complete 21:02:56 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 21:02:56 Status: Downloaded newer image for docker:latest 21:03:01 ---> 268841feedf8 21:03:01 Step 6/7 : COPY go.mod . 21:03:01 ---> de0d117f6abc 21:03:01 Step 7/7 : RUN go mod download 21:03:01 ---> Running in 8b2e71fe45dd 21:03:01 ---> Running in af7586da3c07 21:03:01 ---> Running in 952229bd7267 21:03:04 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:03:04 go: finding github.com/BurntSushi/toml v0.3.1 21:03:04 go: finding github.com/OneOfOne/xxhash v1.2.5 21:03:04 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:03:04 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:03:04 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:03:04 go: finding github.com/bgentry/speakeasy v0.1.0 21:03:04 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:03:04 go: finding github.com/cloudflare/gokey v0.1.0 21:03:04 go: finding github.com/davecgh/go-spew v1.1.1 21:03:04 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:03:04 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 21:03:04 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 21:03:04 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:03:04 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:03:04 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 21:03:04 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 21:03:04 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:03:04 go: finding github.com/fatih/color v1.7.0 21:03:04 go: finding github.com/fsnotify/fsnotify v1.4.7 21:03:04 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:03:04 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 21:03:04 go: finding github.com/go-kit/kit v0.8.0 21:03:04 go: finding github.com/go-logfmt/logfmt v0.4.0 21:03:04 go: finding github.com/go-redis/redis/v7 v7.2.0 21:03:04 go: finding github.com/go-stack/stack v1.8.0 21:03:04 go: finding github.com/golang/protobuf v1.3.2 21:03:04 go: finding github.com/gomodule/redigo v2.0.0+incompatible 21:03:04 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:03:04 go: finding github.com/google/uuid v1.1.0 21:03:04 go: finding github.com/gorilla/mux v1.7.1 21:03:04 go: finding github.com/hashicorp/consul/api v1.1.0 21:03:04 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:03:05 go: finding github.com/hashicorp/errwrap v1.0.0 21:03:05 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:03:05 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:03:05 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:03:05 go: finding github.com/hashicorp/go-multierror v1.0.0 21:03:05 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:03:05 go: finding github.com/hashicorp/go-sockaddr v1.0.0 21:03:05 go: finding github.com/hashicorp/go-syslog v1.0.0 21:03:05 go: finding github.com/hashicorp/go-uuid v1.0.1 21:03:05 go: finding github.com/hashicorp/go.net v0.0.1 21:03:05 go: finding github.com/hashicorp/golang-lru v0.5.0 21:03:05 go: finding github.com/hashicorp/logutils v1.0.0 21:03:05 go: finding github.com/hashicorp/mdns v1.0.0 21:03:05 go: finding github.com/hashicorp/memberlist v0.1.3 21:03:05 go: finding github.com/hashicorp/serf v0.8.2 21:03:05 go: finding github.com/hpcloud/tail v1.0.0 21:03:05 go: finding github.com/imdario/mergo v0.3.6 21:03:05 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:03:05 go: finding github.com/kr/pretty v0.1.0 21:03:05 go: finding github.com/kr/pty v1.1.1 21:03:05 go: finding github.com/kr/text v0.1.0 21:03:05 go: finding github.com/mattn/go-colorable v0.0.9 21:03:05 go: finding github.com/mattn/go-isatty v0.0.3 21:03:05 go: finding github.com/miekg/dns v1.0.14 21:03:05 go: finding github.com/mitchellh/cli v1.0.0 21:03:05 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:03:05 go: finding github.com/mitchellh/copystructure v1.0.0 21:03:05 go: finding github.com/mitchellh/go-homedir v1.0.0 21:03:05 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:03:05 go: finding github.com/mitchellh/gox v0.4.0 21:03:05 go: finding github.com/mitchellh/iochan v1.0.0 21:03:05 go: finding github.com/mitchellh/mapstructure v1.1.2 21:03:05 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:03:05 go: finding github.com/onsi/ginkgo v1.10.1 21:03:05 go: finding github.com/onsi/gomega v1.7.0 21:03:05 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:03:05 go: finding github.com/pebbe/zmq4 v1.0.0 21:03:05 go: finding github.com/pelletier/go-toml v1.2.0 21:03:05 go: finding github.com/pkg/errors v0.8.1 21:03:05 go: finding github.com/pmezard/go-difflib v1.0.0 21:03:05 go: finding github.com/posener/complete v1.1.1 21:03:05 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:03:05 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 21:03:05 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:03:05 go: finding github.com/stretchr/objx v0.1.0 21:03:05 go: finding github.com/stretchr/testify v1.5.1 21:03:05 go: finding github.com/ugorji/go v1.1.4 21:03:05 go: finding github.com/x448/float16 v0.8.4 21:03:06 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 21:03:06 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:03:06 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:03:06 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 21:03:06 go: finding golang.org/x/text v0.3.2 21:03:06 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 21:03:06 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 21:03:06 go: finding gopkg.in/eapache/queue.v1 v1.1.0 21:03:06 go: finding gopkg.in/fsnotify.v1 v1.4.7 21:03:06 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 21:03:06 go: finding gopkg.in/yaml.v2 v2.2.8 21:03:08 ---> 6fbb6a108e37 21:03:08 Step 9/21 : RUN make cmd/support-logging/support-logging 21:03:08 ---> 8c0f0667771d 21:03:08 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 21:03:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:03:08 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 21:03:08 ---> Running in ed73e0a6be74 21:03:08 ---> Running in 293a09d08f7e 21:03:09 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 21:03:10 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 21:03:13 ---> e952f4c03710 21:03:13 Step 9/22 : RUN make cmd/core-data/core-data 21:03:14 ---> Running in 9a91df57ff1e 21:03:15 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 21:03:24 Removing intermediate container 8b2e71fe45dd 21:03:24 ---> 6a4725d9a815 21:03:24 Successfully built 6a4725d9a815 21:03:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:03:25 + docker inspect -f . ci-base-image-arm64 21:03:25 . [Pipeline] withDockerContainer 21:03:25 prd-ubuntu18.04-docker-arm64-4c-16g-1161 does not seem to be running inside a container 21:03:25 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:03:27 $ docker top 1e866c3f875bfea54da30625df360f7b5780b264edb814e215ba03750ab01478 -eo pid,comm [Pipeline] { [Pipeline] sh 21:03:28 + go version 21:03:28 go version go1.13.13 linux/arm64 [Pipeline] echo 21:03:28 ========================================================= 21:03:28 [edgeXBuildGoParallel] Running Tests and Build... 21:03:28 ========================================================= [Pipeline] sh 21:03:28 + make test raml_verify 21:03:28 GO111MODULE=on go test -coverprofile=coverage.out ./... 21:03:31 ? github.com/edgexfoundry/edgex-go [no test files] 21:03:41 Removing intermediate container 952229bd7267 21:03:41 ---> 54fb8d2923da 21:03:41 21:03:41 Step 10/20 : FROM alpine 21:03:41 Removing intermediate container af7586da3c07 21:03:41 ---> e066354a65bd 21:03:41 21:03:41 Step 9/29 : FROM alpine:latest 21:03:41 latest: Pulling from library/alpine 21:03:41 latest: Pulling from library/alpine 21:03:41 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:03:41 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:03:41 Status: Downloaded newer image for alpine:latest 21:03:41 ---> a24bb4013296 21:03:41 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:03:41 Status: Downloaded newer image for alpine:latest 21:03:41 ---> a24bb4013296 21:03:41 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:03:41 ---> Running in 409d4ba4944e 21:03:41 ---> Running in 647e35a08207 21:03:41 Removing intermediate container 409d4ba4944e 21:03:41 ---> 4d7ec965b883 21:03:41 Step 11/29 : USER root 21:03:41 ---> Running in bb6ec4259ef1 21:03:42 Removing intermediate container bb6ec4259ef1 21:03:42 ---> c7a2f5c4ec85 21:03:42 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:03:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:42 v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:03:42 v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:03:42 OK: 12749 distinct packages available 21:03:43 (1/4) Installing ca-certificates (20191127-r4) 21:03:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:03:43 (3/4) Installing libcurl (7.69.1-r0) 21:03:43 (4/4) Installing curl (7.69.1-r0) 21:03:43 Executing busybox-1.31.1-r16.trigger 21:03:43 Executing ca-certificates-20191127-r4.trigger 21:03:43 OK: 7 MiB in 18 packages 21:03:43 Removing intermediate container ed73e0a6be74 21:03:43 ---> b20d9840b7a1 21:03:43 21:03:43 Step 10/21 : FROM scratch 21:03:43 ---> 21:03:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:03:43 ---> Running in 4ec73feee8d6 21:03:44 Removing intermediate container 293a09d08f7e 21:03:44 ---> 3aa25378b995 21:03:44 21:03:44 Step 10/20 : FROM scratch 21:03:44 ---> 21:03:44 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:03:44 ---> Running in 981517a654ce 21:03:44 ---> Running in d94b65450f70 21:03:45 Removing intermediate container 981517a654ce 21:03:45 ---> 8ffbc4963bad 21:03:45 Step 12/20 : ENV APP_PORT=48085 21:03:45 Removing intermediate container d94b65450f70 21:03:45 ---> 65919af23be9 21:03:45 Step 12/21 : ENV APP_PORT=48061 21:03:45 Removing intermediate container 647e35a08207 21:03:45 ---> 360c24c504ed 21:03:45 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:03:45 ---> Running in aaf1660a83c9 21:03:45 ---> Running in 1312793dcd09 21:03:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:45 v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:03:45 v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:03:45 OK: 12749 distinct packages available 21:03:45 (1/2) Installing ca-certificates (20191127-r4) 21:03:46 ---> Running in 146f82318610 21:03:46 (2/2) Installing dumb-init (1.2.2-r1) 21:03:46 Executing busybox-1.31.1-r16.trigger 21:03:46 Executing ca-certificates-20191127-r4.trigger 21:03:46 OK: 6 MiB in 16 packages 21:03:47 Removing intermediate container aaf1660a83c9 21:03:47 ---> 620ba545d8e7 21:03:47 Step 13/20 : EXPOSE $APP_PORT 21:03:47 Removing intermediate container 1312793dcd09 21:03:47 ---> d6be2248c3c2 21:03:47 Step 13/21 : EXPOSE $APP_PORT 21:03:47 Removing intermediate container 146f82318610 21:03:47 ---> 288e1bd5fa7d 21:03:47 Step 13/20 : WORKDIR /edgex 21:03:47 ---> Running in 3dabbfd74fcd 21:03:47 ---> Running in c701231a94ce 21:03:47 ---> Running in 9630436536d0 21:03:48 Removing intermediate container 3dabbfd74fcd 21:03:48 ---> 51003e8dd8d3 21:03:48 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:03:48 Removing intermediate container c701231a94ce 21:03:48 ---> 492f82575e87 21:03:48 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 21:03:48 Removing intermediate container 9630436536d0 21:03:48 ---> 25446668019a 21:03:48 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:03:48 Removing intermediate container 4ec73feee8d6 21:03:48 ---> c3553f054aef 21:03:48 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:03:48 ---> 8eeb0e705477 21:03:48 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:03:48 ---> Running in a19d6b56ae51 21:03:50 ---> 04b575dc2b23 21:03:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 21:03:50 ---> d282ae0c2117 21:03:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:03:50 ---> 446b05b711ff 21:03:50 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:03:50 Removing intermediate container 9a91df57ff1e 21:03:50 ---> 158c779bd8c4 21:03:50 21:03:50 Step 10/22 : FROM alpine 21:03:50 ---> a24bb4013296 21:03:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:03:50 Removing intermediate container a19d6b56ae51 21:03:50 ---> 78d6f2bae819 21:03:50 Step 14/29 : WORKDIR $BASE_DIR 21:03:50 ---> Running in 08efede606b6 21:03:50 ---> Running in 1c1128dcc470 21:03:50 ---> ffcd53d74c30 21:03:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 21:03:51 ---> 34474837245f 21:03:51 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:03:51 ---> 6f2052d5a0ec 21:03:51 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:03:51 ---> Running in a18d3ca39743 21:03:51 Removing intermediate container 1c1128dcc470 21:03:51 ---> 188218aa09db 21:03:51 Step 12/22 : ENV APP_PORT=48080 21:03:51 ---> Running in 97a80ffa450a 21:03:51 Removing intermediate container 08efede606b6 21:03:51 ---> 2687afd1d417 21:03:51 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:03:51 ---> b120e08f43fe 21:03:51 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 21:03:51 ---> Running in 161dad8df7af 21:03:51 ---> Running in 6f2a746f775e 21:03:52 Removing intermediate container a18d3ca39743 21:03:52 ---> ffd46b62f13d 21:03:52 Step 18/20 : LABEL arch=x86_64 21:03:52 Removing intermediate container 97a80ffa450a 21:03:52 ---> 9ffc50b97620 21:03:52 Step 17/20 : CMD ["--init=true"] 21:03:52 Removing intermediate container 161dad8df7af 21:03:52 ---> 6eb735f002b1 21:03:52 Step 13/22 : EXPOSE $APP_PORT 21:03:52 ---> 4c1afecb0a36 21:03:52 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:03:52 ---> Running in 3202fc7b0b53 21:03:52 ---> Running in bfab90699c93 21:03:52 ---> Running in f9df5cebb77c 21:03:52 ---> Running in ce8a687805f2 21:03:52 Removing intermediate container bfab90699c93 21:03:52 ---> fc1b8ab50409 21:03:52 Step 18/20 : LABEL arch=x86_64 21:03:52 Removing intermediate container 3202fc7b0b53 21:03:52 ---> 22d3b5f1ab6b 21:03:52 Step 19/20 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:03:53 ---> Running in 0c3e3a4af396 21:03:53 Removing intermediate container f9df5cebb77c 21:03:53 ---> 2650db0186fb 21:03:53 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:53 Removing intermediate container ce8a687805f2 21:03:53 ---> 4776bc70212b 21:03:53 Step 19/21 : LABEL arch=x86_64 21:03:53 ---> Running in f2c184b139ae 21:03:53 ---> Running in ca13a0a5c3ad 21:03:53 ---> Running in cc325f93be81 21:03:53 Removing intermediate container 0c3e3a4af396 21:03:53 ---> 031a23ab72b5 21:03:53 Step 19/20 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:03:53 Removing intermediate container f2c184b139ae 21:03:53 ---> 443e6d97ec24 21:03:53 Step 20/20 : LABEL version=0.0.0 21:03:53 ---> Running in f0954170df93 21:03:54 Removing intermediate container 6f2a746f775e 21:03:54 ---> 44b1d9ada2e0 21:03:54 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:03:54 Removing intermediate container cc325f93be81 21:03:54 ---> 3365265fc468 21:03:54 Step 20/21 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:03:54 ---> Running in 3e597c8a7da4 21:03:54 Removing intermediate container f0954170df93 21:03:54 ---> 626135697539 21:03:54 Step 20/20 : LABEL version=0.0.0 21:03:54 ---> Running in 9b0ed1f8c014 21:03:54 ---> Running in 64edd23aaa40 21:03:54 Removing intermediate container 3e597c8a7da4 21:03:54 ---> e13a49478a7b 21:03:54 21:03:55 Removing intermediate container 9b0ed1f8c014 21:03:55 ---> 4b1843d3dae3 21:03:55 Step 21/21 : LABEL version=0.0.0 21:03:55 ---> 792b19dd9119 21:03:55 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:03:55 Successfully built e13a49478a7b 21:03:55 ---> Running in 522cd5e3b59f 21:03:55 Successfully tagged docker-support-scheduler-go:latest 21:03:55  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 21:03:55 Removing intermediate container 64edd23aaa40 21:03:55 ---> dccdcb68d510 21:03:55 21:03:55 Successfully built dccdcb68d510 21:03:55 Removing intermediate container ca13a0a5c3ad 21:03:55 ---> 9a46bfdf1789 21:03:55 Step 15/22 : RUN apk --no-cache add zeromq 21:03:55 Successfully tagged docker-security-proxy-setup-go:latest 21:03:55 Building docker-support-notifications-go 21:03:55  Building docker-security-proxy-setup-go ... done  ---> 582686e72eea 21:03:55 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:03:55 Removing intermediate container 522cd5e3b59f 21:03:55 ---> 88b965ce5035 21:03:55 21:03:56 Successfully built 88b965ce5035 21:03:56 Successfully tagged docker-support-logging-go:latest 21:03:56 Building docker-sys-mgmt-agent-go 21:03:56 ---> Running in dd94ac7a8f25 21:03:56  Building docker-support-logging-go ... done  ---> bdfa5a7132fb 21:03:56 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:03:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:57 (1/5) Installing libgcc (9.3.0-r2) 21:03:57 (2/5) Installing libsodium (1.0.18-r0) 21:03:57 (3/5) Installing libstdc++ (9.3.0-r2) 21:03:58 (4/5) Installing libzmq (4.3.2-r0) 21:03:58 (5/5) Installing zeromq (4.3.2-r0) 21:03:58 Executing busybox-1.31.1-r16.trigger 21:03:59 OK: 8 MiB in 19 packages 21:04:03 ---> feb02e14277a 21:04:03 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:04:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:04:05 ---> 0a97e23d1d5c 21:04:05 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:04:05 ---> Running in 1f4cae8a3113 21:04:05 Removing intermediate container dd94ac7a8f25 21:04:05 ---> 4d12b55e395f 21:04:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:04:13 ---> c5742f7c6e34 21:04:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:04:18 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 21:04:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:04:18 ---> c2fb5433f0d9 21:04:18 Step 3/23 : WORKDIR /edgex-go 21:04:18 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 21:04:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:04:18 ---> c2fb5433f0d9 21:04:18 Step 3/21 : WORKDIR /edgex-go 21:04:18 ---> Using cache 21:04:18 ---> d66a12760a34 21:04:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:18 ---> Using cache 21:04:18 ---> d66a12760a34 21:04:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:04:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:04:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:04:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:04:18 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.054s 21:04:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 21:04:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:04:18 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 21:04:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:04:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:04:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:04:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:04:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:04:19 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 21:04:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:04:19 ---> c2fb5433f0d9 21:04:19 Step 3/26 : WORKDIR /edgex-go 21:04:19 ---> Using cache 21:04:19 ---> d66a12760a34 21:04:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:20 ---> b48857b894d7 21:04:20 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:04:20 ---> Running in f33ad8be992d 21:04:20 ---> Running in b73e9050e9f9 21:04:20 ---> Running in f293e95cf2a7 21:04:20 Removing intermediate container 1f4cae8a3113 21:04:20 ---> 0dbc2e2bdbe1 21:04:20 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:04:20 ---> 008e74c3f1ce 21:04:20 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:04:20 ---> Running in f02a074bd98e 21:04:20 ---> fd014476cfe6 21:04:20 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:04:20 ---> Running in 51e92cf6c91c 21:04:21 Removing intermediate container f02a074bd98e 21:04:21 ---> 7a6bf58a7f94 21:04:21 Step 20/22 : LABEL arch=x86_64 21:04:21 ---> Running in 0b1935c39ccf 21:04:21 Removing intermediate container 0b1935c39ccf 21:04:21 ---> 61a50c1bba33 21:04:21 Step 21/22 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:04:21 ---> Running in cc2a91ae9318 21:04:21 Removing intermediate container cc2a91ae9318 21:04:21 ---> dae22ab70d74 21:04:21 Step 22/22 : LABEL version=0.0.0 21:04:22 ---> Running in d01741a7bdc1 21:04:22 Removing intermediate container b73e9050e9f9 21:04:22 ---> 96b2671cd6a5 21:04:22 Step 5/21 : RUN apk update && apk add make git 21:04:22 ---> Running in 11ff0278b446 21:04:22 Removing intermediate container f33ad8be992d 21:04:22 ---> 9d9cc7e06ab1 21:04:22 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 21:04:22 Removing intermediate container f293e95cf2a7 21:04:22 ---> f0bf7c313214 21:04:22 Step 5/26 : RUN apk update && apk add make bash git 21:04:22 Removing intermediate container d01741a7bdc1 21:04:22 ---> e99b19346766 21:04:22 21:04:22 Successfully built e99b19346766 21:04:22 ---> Running in 10ce933a94ac 21:04:22 ---> Running in fcec24c75ac8 21:04:22 Successfully tagged docker-core-data-go:latest 21:04:22  Building docker-core-data-go ... done Building docker-core-command-go 21:04:22 Removing intermediate container 51e92cf6c91c 21:04:22 ---> 10b8b02ca72b 21:04:22 Step 24/29 : RUN chmod 755 security-secrets-setup 21:04:22 ---> Running in bc86a81779af 21:04:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:24 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:04:24 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:04:24 OK: 12749 distinct packages available 21:04:24 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:04:24 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:04:24 OK: 12749 distinct packages available 21:04:25 OK: 233 MiB in 51 packages 21:04:25 OK: 233 MiB in 51 packages 21:04:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements 21:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:04:28 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:04:28 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:04:28 OK: 12749 distinct packages available 21:04:28 OK: 233 MiB in 51 packages 21:04:28 Removing intermediate container 11ff0278b446 21:04:28 ---> 276e91188da8 21:04:28 Step 6/21 : COPY go.mod . 21:04:28 Removing intermediate container 10ce933a94ac 21:04:28 ---> 462a3411b6b6 21:04:28 Step 6/23 : COPY go.mod . 21:04:28 Removing intermediate container bc86a81779af 21:04:28 ---> 82e77ef6d024 21:04:28 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:04:29 ---> ebf96f52962a 21:04:29 Step 7/21 : RUN go mod download 21:04:29 ---> Running in 347df964437b 21:04:29 ---> 33239cc29e5b 21:04:29 Step 7/23 : RUN go mod download 21:04:29 ---> Running in 0fea0b4f9fc7 21:04:30 ---> Running in c91efd48c910 21:04:30 Removing intermediate container fcec24c75ac8 21:04:30 ---> 3f4a64af8bc4 21:04:30 Step 6/26 : COPY go.mod . 21:04:30 Removing intermediate container 347df964437b 21:04:30 ---> 4cec909fe05a 21:04:30 Step 26/29 : CMD [ "generate" ] 21:04:32 ---> 30447837fcee 21:04:32 Step 7/26 : RUN go mod download 21:04:32 ---> Running in 4a3badd04c2e 21:04:32 ---> Running in 5e7ce12c5410 21:04:33 Removing intermediate container 4a3badd04c2e 21:04:33 ---> 2aca86443fd5 21:04:33 Step 27/29 : LABEL arch=x86_64 21:04:33 ---> Running in 50ca3d290f53 21:04:34 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 21:04:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:04:34 ---> c2fb5433f0d9 21:04:34 Step 3/21 : WORKDIR /edgex-go 21:04:34 ---> Using cache 21:04:34 ---> d66a12760a34 21:04:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:34 ---> Using cache 21:04:34 ---> f0bf7c313214 21:04:34 Step 5/21 : RUN apk update && apk add make git 21:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.4% of statements 21:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements 21:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements 21:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:04:35 Removing intermediate container 50ca3d290f53 21:04:35 ---> dae03aec4043 21:04:35 Step 28/29 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:04:35 ---> Running in f067cbd4165c 21:04:35 ---> Running in 783fbf64ed9b 21:04:35 Removing intermediate container 0fea0b4f9fc7 21:04:35 ---> 994ef114330e 21:04:35 Step 8/21 : COPY . . 21:04:35 Removing intermediate container 783fbf64ed9b 21:04:35 ---> 3800c1dd642c 21:04:35 Step 29/29 : LABEL version=0.0.0 21:04:35 Removing intermediate container c91efd48c910 21:04:35 ---> 144ab1341f33 21:04:35 Step 8/23 : COPY . . 21:04:35 ---> Running in f00b30a22bce 21:04:35 Removing intermediate container 5e7ce12c5410 21:04:35 ---> 38283e568c91 21:04:35 Step 8/26 : COPY . . 21:04:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.283s coverage: 29.3% of statements 21:04:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:04:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:04:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:04:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:04:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:04:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.049s coverage: 100.0% of statements 21:04:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:04:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements 21:04:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:04:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.072s coverage: 89.8% of statements 21:04:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:04:38 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:04:38 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:04:38 OK: 12749 distinct packages available 21:04:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:04:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.043s coverage: 100.0% of statements 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:04:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:04:39 OK: 233 MiB in 51 packages 21:04:40 Removing intermediate container f00b30a22bce 21:04:40 ---> 6fedc13aae39 21:04:40 21:04:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 21:04:42 Successfully built 6fedc13aae39 21:04:44 Successfully tagged docker-security-secrets-setup-go:latest 21:04:44  Building docker-security-secrets-setup-go ... done Building docker-security-secretstore-setup-go 21:04:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements 21:04:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:04:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:04:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements 21:04:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.352s coverage: 55.9% of statements 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 21:04:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 21:04:52 Removing intermediate container f067cbd4165c 21:04:52 ---> a867cfe91df6 21:04:52 Step 6/21 : COPY go.mod . 21:04:57 ---> 57406a4a7ca9 21:04:57 Step 7/21 : RUN go mod download 21:04:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.278s coverage: 86.3% of statements 21:04:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 21:04:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.002s coverage: 72.2% of statements 21:04:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.381s coverage: 72.1% of statements 21:04:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements 21:04:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.033s coverage: 48.4% of statements 21:04:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 21:04:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 21:04:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 21:04:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements 21:04:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 21:04:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.069s coverage: 96.8% of statements 21:04:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 21:04:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 26.9% of statements 21:04:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:04:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:04:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.311s coverage: 84.1% of statements 21:04:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements 21:04:59 ---> Running in 18669a2b68a0 21:05:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.063s coverage: 43.1% of statements 21:05:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 21:05:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 21:05:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.015s coverage: 100.0% of statements 21:05:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 21:05:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.032s coverage: 83.8% of statements 21:05:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 21:05:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.193s coverage: 46.1% of statements 21:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:05:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.030s coverage: 100.0% of statements 21:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:05:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 21:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:05:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 21:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:05:07 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 21:05:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:05:07 ---> c2fb5433f0d9 21:05:07 Step 3/26 : WORKDIR /edgex-go 21:05:07 ---> Using cache 21:05:07 ---> d66a12760a34 21:05:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:07 ---> Using cache 21:05:07 ---> f0bf7c313214 21:05:07 Step 5/26 : RUN apk update && apk add make git 21:05:07 ---> Using cache 21:05:07 ---> a867cfe91df6 21:05:07 Step 6/26 : COPY go.mod . 21:05:07 ---> Using cache 21:05:07 ---> 57406a4a7ca9 21:05:07 Step 7/26 : RUN go mod download 21:05:07 ---> Running in 6bfd61dc0ba4 21:05:08 Removing intermediate container 18669a2b68a0 21:05:08 ---> 75e0f8aea020 21:05:08 Step 8/21 : COPY . . 21:05:08 ---> 14fa08def42c 21:05:08 Step 9/21 : RUN make cmd/core-metadata/core-metadata 21:05:08 ---> 3b40ee53f98e 21:05:08 Step 9/23 : RUN make cmd/support-notifications/support-notifications 21:05:08 ---> 50b4f38cd055 21:05:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:05:08 ---> Running in e997b5ecf94b 21:05:08 ---> Running in ab229afb4be2 21:05:08 ---> Running in 059d10e6d3f4 21:05:09 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 21:05:11 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 21:05:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.247s coverage: 29.1% of statements 21:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:05:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 21:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:05:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements 21:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:05:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements 21:05:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:05:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 21:05:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:05:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:05:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:05:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:05:12 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 21:05:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 21:05:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:05:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:05:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 21:05:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.018s coverage: 32.1% of statements 21:05:14 Removing intermediate container 6bfd61dc0ba4 21:05:14 ---> 4d91283ab086 21:05:14 Step 8/26 : COPY . . 21:05:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.026s coverage: 100.0% of statements 21:05:16 GO111MODULE=on go vet ./... 21:05:33 ---> b3c32183844a 21:05:33 Step 9/21 : RUN make cmd/core-command/core-command 21:05:33 ---> Running in c102284af23a 21:05:33 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 21:05:35 gofmt -l . 21:05:35 [ "`gofmt -l .`" = "" ] 21:05:36 ./bin/test-go-mod-tidy.sh 21:05:37 ./bin/test-attribution-txt.sh 21:05:40 docker run --rm --privileged \ 21:05:40 -v /w/workspace/edgex-go/2:/raml-verification -w /raml-verification \ 21:05:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ 21:05:40 /scripts/raml-verify.sh 21:05:40 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally 21:05:40 aarch64: Pulling from edgex-devops/edgex-docs-builder 21:05:40 29e5d40040c1: Pulling fs layer 21:05:40 8c46fbeab2c7: Pulling fs layer 21:05:40 8ba552a4e5fe: Pulling fs layer 21:05:40 1fb62381901b: Pulling fs layer 21:05:40 147fb30a95d9: Pulling fs layer 21:05:40 3ccc99ad11dc: Pulling fs layer 21:05:40 1fb62381901b: Waiting 21:05:40 147fb30a95d9: Waiting 21:05:40 3ccc99ad11dc: Waiting 21:05:40 8ba552a4e5fe: Verifying Checksum 21:05:40 8ba552a4e5fe: Download complete 21:05:40 1fb62381901b: Verifying Checksum 21:05:40 1fb62381901b: Download complete 21:05:40 29e5d40040c1: Verifying Checksum 21:05:40 29e5d40040c1: Download complete 21:05:40 3ccc99ad11dc: Verifying Checksum 21:05:40 3ccc99ad11dc: Download complete 21:05:40 147fb30a95d9: Verifying Checksum 21:05:40 147fb30a95d9: Download complete 21:05:41 ---> efecffea06bd 21:05:41 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 21:05:41 ---> Running in 58dca831cf94 21:05:41 29e5d40040c1: Pull complete 21:05:41 8c46fbeab2c7: Verifying Checksum 21:05:41 8c46fbeab2c7: Download complete 21:05:42 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 21:05:45 8c46fbeab2c7: Pull complete 21:05:46 8ba552a4e5fe: Pull complete 21:05:46 1fb62381901b: Pull complete 21:05:48 Removing intermediate container e997b5ecf94b 21:05:48 ---> 1b5b8b6731b5 21:05:48 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:05:48 Removing intermediate container ab229afb4be2 21:05:48 ---> 236a9abd6ab2 21:05:48 21:05:48 Step 10/23 : FROM scratch 21:05:48 ---> 21:05:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:05:48 ---> Running in 5d86937813ab 21:05:48 ---> Using cache 21:05:48 ---> 65919af23be9 21:05:48 Step 12/23 : ENV APP_PORT=48060 21:05:49 ---> Running in dac2dadd0a19 21:05: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 21:05:49 Removing intermediate container dac2dadd0a19 21:05:49 ---> 7bfe965e51e0 21:05:49 Step 13/23 : EXPOSE $APP_PORT 21:05:51 147fb30a95d9: Pull complete 21:05:51 3ccc99ad11dc: Pull complete 21:05:51 ---> Running in 4861ed33ace8 21:05:51 Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 21:05:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 21:05:52 Removing intermediate container 059d10e6d3f4 21:05:52 ---> 94dd00ff8beb 21:05:52 21:05:52 Step 10/21 : FROM scratch 21:05:52 ---> 21:05:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:05:52 ---> Using cache 21:05:52 ---> 8ffbc4963bad 21:05:52 Step 12/21 : ENV APP_PORT=48081 21:05:52 Removing intermediate container 4861ed33ace8 21:05:52 ---> fce4f19c75b1 21:05:52 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 21:05:52 ---> Running in 6adecb1e2a19 21:05:53 Removing intermediate container 6adecb1e2a19 21:05:53 ---> 79ff41a85d64 21:05:53 Step 13/21 : EXPOSE $APP_PORT 21:05:53 ---> 6296714059ad 21:05:53 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:05:53 ---> Running in f9235e885448 21:05:53 Removing intermediate container f9235e885448 21:05:53 ---> 35d7311123eb 21:05:53 Step 14/21 : WORKDIR / 21:05:53 ---> Running in 765e6dbf1d0b 21:05:53 Removing intermediate container 5d86937813ab 21:05:53 ---> b3314d49cefc 21:05:53 21:05:53 Step 11/26 : FROM docker:latest 21:05:53 ---> 81f5749c9058 21:05:53 Step 12/26 : RUN apk add --no-cache bash 21:05:53 ---> Running in b99e8f2cb47c 21:05:54 Verifying ./api/raml/core-command.raml... 21:05:54 Removing intermediate container 765e6dbf1d0b 21:05:54 ---> be556ed4a11d 21:05:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:05:56 ---> 8894bd2b3463 21:05:56 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 21:05:56 ---> ccec55470eef 21:05:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:05:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:56 (1/2) Installing readline (8.0.4-r0) 21:05:56 (2/2) Installing bash (5.0.17-r0) 21:05:56 Executing bash-5.0.17-r0.post-install 21:05:56 Executing busybox-1.31.1-r16.trigger 21:05:56 OK: 12 MiB in 22 packages 21:05:57 ---> fd260449cbe2 21:05:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:05:57 ---> dc3eb33701cd 21:05:57 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:05:57 OK 21:05:57 Verifying ./api/raml/core-metadata.raml... 21:05:57 ---> 22535fc09087 21:05:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:05:58 ---> dc5897e381f0 21:05:58 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:05:59 Removing intermediate container b99e8f2cb47c 21:05:59 ---> 0eee9d6595d7 21:05:59 Step 13/26 : RUN rm -rf /var/cache/apk/* 21:05:59 ---> Running in 3e600ddffba1 21:05:59 ---> d065e5afe4ac 21:05:59 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:05:59 ---> Running in 5b0af64d24cc 21:05:59 Removing intermediate container 3e600ddffba1 21:05:59 ---> 0b4c1ae80751 21:05:59 Step 19/21 : LABEL arch=x86_64 21:06:00 ---> Running in 184bd5259c93 21:06:00 ---> b22d6c0275a4 21:06:00 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:06:00 ---> Running in 354a167bd1cb 21:06:00 Removing intermediate container 184bd5259c93 21:06:00 ---> ad19979d961f 21:06:00 Step 20/21 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:06:00 ---> Running in 17ac2089b141 21:06:00 Removing intermediate container 354a167bd1cb 21:06:00 ---> 400db42ab82c 21:06:00 Step 21/23 : LABEL arch=x86_64 21:06:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:06:02 ---> Running in 2562a159ff3c 21:06:02 Removing intermediate container 17ac2089b141 21:06:02 ---> b6dc4c6e4030 21:06:02 Step 21/21 : LABEL version=0.0.0 21:06:02 Removing intermediate container c102284af23a 21:06:02 ---> f141c654baf8 21:06:02 21:06:02 Step 10/21 : FROM scratch 21:06:02 ---> 21:06:02 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:06:02 ---> Running in 0f1f7db0124d 21:06:02 ---> Using cache 21:06:02 ---> 8ffbc4963bad 21:06:02 Step 12/21 : ENV APP_PORT=48082 21:06:03 Removing intermediate container 2562a159ff3c 21:06:03 ---> f72b0f9546a8 21:06:03 Step 22/23 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:06:03 Removing intermediate container 5b0af64d24cc 21:06:03 ---> 6dd63808fa7d 21:06:03 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:06:03 ---> Running in 5ffa99ad9d94 21:06:03 ---> Running in a8ddb0c393ac 21:06:03 ---> Running in 1875aad9a354 21:06:03 Removing intermediate container 0f1f7db0124d 21:06:03 ---> df7d2d434eb7 21:06:03 21:06:03 Removing intermediate container 5ffa99ad9d94 21:06:03 ---> 326e4dbf4555 21:06:03 Step 13/21 : EXPOSE $APP_PORT 21:06:03 Successfully built df7d2d434eb7 21:06:03 ---> Running in 582d5cfa03f7 21:06:03 Successfully tagged docker-core-metadata-go:latest 21:06:03  Building docker-core-metadata-go ... done Removing intermediate container a8ddb0c393ac 21:06:03 ---> 0477fd10dce7 21:06:03 Step 23/23 : LABEL version=0.0.0 21:06:03 Removing intermediate container 1875aad9a354 21:06:03 ---> 1651b6e243c7 21:06:03 Step 15/26 : ENV APP_PORT=48090 21:06:03 ---> Running in ca5dd53a8ed6 21:06:03 ---> Running in 7e36e5fbbd61 21:06:04 Removing intermediate container 582d5cfa03f7 21:06:04 ---> 1e846850a88a 21:06:04 Step 14/21 : WORKDIR / 21:06:04 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 21:06:04 ---> Running in 0f944d136484 21:06:04 OK 21:06:04 Verifying ./api/raml/support-logging.raml... 21:06:04 Removing intermediate container ca5dd53a8ed6 21:06:04 ---> 79c892ec00a3 21:06:04 21:06:04 Removing intermediate container 7e36e5fbbd61 21:06:04 ---> 5a7e18533b39 21:06:04 Step 16/26 : EXPOSE $APP_PORT 21:06:05 Successfully built 79c892ec00a3 21:06:05 ---> Running in 1db03ca66a78 21:06:05 Successfully tagged docker-support-notifications-go:latest 21:06:05  Building docker-support-notifications-go ... done Removing intermediate container 0f944d136484 21:06:05 ---> f9b81441708b 21:06:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:06:05 Removing intermediate container 1db03ca66a78 21:06:05 ---> 43931a571e23 21:06:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:06:05 ---> 0b2f7409cf26 21:06:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:06:06 ---> 38531d3ec416 21:06:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:06:06 ---> 09bf8afcca02 21:06:06 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:06:06 ---> a7829ea955cf 21:06:06 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:06:07 OK 21:06:07 Verifying ./api/raml/support-scheduler.raml... 21:06:07 ---> ed785b2416a7 21:06:07 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:06:07 ---> Running in 247ef7bbf4cd 21:06:07 ---> dd96f7e1dfc7 21:06:07 Step 20/26 : RUN apk --no-cache add py-pip 21:06:07 Removing intermediate container 247ef7bbf4cd 21:06:07 ---> 78b402041b23 21:06:07 Step 19/21 : LABEL arch=x86_64 21:06:07 ---> Running in e3b2d89a5437 21:06:07 ---> Running in 46ad689c4615 21:06:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:08 (1/33) Installing libbz2 (1.0.8-r1) 21:06:08 (2/33) Installing expat (2.2.9-r1) 21:06:08 (3/33) Installing libffi (3.3-r2) 21:06:08 (4/33) Installing gdbm (1.13-r1) 21:06:09 (5/33) Installing xz-libs (5.2.5-r0) 21:06:09 (6/33) Installing sqlite-libs (3.32.1-r0) 21:06:09 (7/33) Installing python3 (3.8.5-r0) 21:06:09 OK 21:06:09 Verifying ./api/raml/core-data.raml... 21:06:10 Removing intermediate container 46ad689c4615 21:06:10 ---> 6c0d67f61af6 21:06:10 Step 20/21 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:06:13 ---> Running in 526f402e1e0a 21:06:13 (8/33) Installing py3-appdirs (1.4.4-r1) 21:06:13 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:06:13 (10/33) Installing py3-parsing (2.4.7-r0) 21:06:13 Removing intermediate container 58dca831cf94 21:06:13 ---> 201a4ad8452b 21:06:13 21:06:13 Step 10/26 : FROM alpine:3.10(11/33) Installing py3-six (1.15.0-r0) 21:06:13 21:06:13 (12/33) Installing py3-packaging (20.4-r0) 21:06:13 (13/33) Installing py3-setuptools (47.0.0-r0) 21:06:13 (14/33) Installing py3-chardet (3.0.4-r4) 21:06:13 (15/33) Installing py3-idna (2.9-r0) 21:06:13 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:06:13 3.10: Pulling from library/alpine 21:06:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:06:13 OK 21:06:13 Verifying ./api/raml/support-notifications.raml... 21:06:14 (18/33) Installing py3-requests (2.23.0-r0) 21:06:14 Removing intermediate container 526f402e1e0a 21:06:14 ---> 568c97802cd1 21:06:14 Step 21/21 : LABEL version=0.0.0 21:06:14 (19/33) Installing py3-msgpack (1.0.0-r0) 21:06:14 (20/33) Installing py3-lockfile (0.12.2-r3) 21:06:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:06:14 (22/33) Installing py3-colorama (0.4.3-r0) 21:06:14 (23/33) Installing py3-distlib (0.3.0-r0) 21:06:15 (24/33) Installing py3-distro (1.5.0-r1) 21:06:15 (25/33) Installing py3-webencodings (0.5.1-r3) 21:06:15 ---> Running in 52a33867bee5 21:06:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:06:15 (26/33) Installing py3-html5lib (1.0.1-r4) 21:06:15 Status: Downloaded newer image for alpine:3.10 21:06:15 ---> be4e4bea2c2e 21:06:15 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:06:15 (27/33) Installing py3-pytoml (0.1.21-r0) 21:06:15 (28/33) Installing py3-pep517 (0.8.2-r0) 21:06:15 (29/33) Installing py3-progress (1.5-r0) 21:06:15 (30/33) Installing py3-toml (0.10.1-r0) 21:06:16 (31/33) Installing py3-retrying (1.3.3-r0) 21:06:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:06:16 (33/33) Installing py3-pip (20.1.1-r0) 21:06:17 ---> Running in 1454e1d4f2b1 21:06:17 Executing busybox-1.31.1-r16.trigger 21:06:17 OK: 71 MiB in 55 packages 21:06:17 Removing intermediate container 52a33867bee5 21:06:17 ---> 3641b906b87d 21:06:17 21:06:17 Successfully built 3641b906b87d 21:06:17 Successfully tagged docker-core-command-go:latest 21:06:17  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 21:06:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 21:06:17 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:06:17 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:06:17 OK: 10346 distinct packages available 21:06:18 (1/5) Installing ca-certificates (20191127-r2) 21:06:18 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:06:18 (3/5) Installing libcurl (7.66.0-r0) 21:06:18 (4/5) Installing curl (7.66.0-r0) 21:06:18 (5/5) Installing dumb-init (1.2.2-r1) 21:06:18 Executing busybox-1.30.1-r3.trigger 21:06:18 Executing ca-certificates-20191127-r2.trigger 21:06:18 OK: 7 MiB in 19 packages 21:06:18 OK 21:06:18 Verifying ./api/raml/system-agent.raml... 21:06:20 OK [Pipeline] sh 21:06:21 + ls -al . 21:06:21 total 588 21:06:21 drwxrwxr-x 10 1001 1001 4096 Jul 27 21:05 . 21:06:21 drwxr-xr-x 4 root root 4096 Jul 27 21:03 .. 21:06:21 -rw-rw-r-- 1 1001 1001 11 Jul 27 21:01 .dockerignore 21:06:21 drwxrwxr-x 8 1001 1001 4096 Jul 27 21:01 .git 21:06:21 drwxrwxr-x 3 1001 1001 4096 Jul 27 21:01 .github 21:06:21 -rw-rw-r-- 1 1001 1001 932 Jul 27 21:01 .gitignore 21:06:21 drwxrwxr-x 3 1001 1001 4096 Jul 27 21:01 .semver 21:06:21 -rw-rw-r-- 1 1001 1001 178 Jul 27 21:01 .sonarcloud.properties 21:06:21 -rw-rw-r-- 1 1001 1001 3804 Jul 27 21:01 CONTRIBUTING.md 21:06:21 -rw-rw-r-- 1 1001 1001 1035 Jul 27 21:01 Dockerfile.build 21:06:21 -rw-rw-r-- 1 1001 1001 824 Jul 27 21:01 Jenkinsfile 21:06:21 -rw-rw-r-- 1 1001 1001 10775 Jul 27 21:01 LICENSE 21:06:21 -rw-rw-r-- 1 1001 1001 6443 Jul 27 21:01 Makefile 21:06:21 -rw-rw-r-- 1 1001 1001 5652 Jul 27 21:01 README.md 21:06:21 -rw-rw-r-- 1 1001 1001 7111 Jul 27 21:01 SECURITY.md 21:06:21 -rw-rw-r-- 1 1001 1001 5 Jul 27 20:58 VERSION 21:06:21 -rw-rw-r-- 1 1001 1001 4131 Jul 27 21:01 ZMQWindows.md 21:06:21 drwxrwxr-x 4 1001 1001 4096 Jul 27 21:01 api 21:06:21 drwxrwxr-x 2 1001 1001 4096 Jul 27 21:01 bin 21:06:21 drwxrwxr-x 15 1001 1001 4096 Jul 27 21:01 cmd 21:06:21 -rw-r--r-- 1 root root 456067 Jul 27 21:05 coverage.out 21:06:21 -rw-r--r-- 1 root root 1019 Jul 27 21:05 go.mod 21:06:21 -rw-r--r-- 1 root root 18146 Jul 27 21:05 go.sum 21:06:21 drwxrwxr-x 8 1001 1001 4096 Jul 27 21:01 internal 21:06:21 drwxrwxr-x 4 1001 1001 4096 Jul 27 21:01 snap 21:06:21 -rw-rw-r-- 1 1001 1001 168 Jul 27 21:01 version.go [Pipeline] sh 21:06:21 + '[' -e coverage.out ] 21:06:21 + chown 1001:1001 coverage.out [Pipeline] stash 21:06:21 Warning: overwriting stash ‘coverage-report’ 21:06:22 Stashed 1 file(s) [Pipeline] sh 21:06:23 Removing intermediate container e3b2d89a5437 21:06:23 ---> 4abab1c78a3a 21:06:23 Step 21/26 : RUN pip install docker-compose==1.23.2 21:06:23 + make build 21:06:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:06:23 Removing intermediate container 1454e1d4f2b1 21:06:23 ---> 577c3291b7f1 21:06:23 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:06:23 ---> Running in f4d188c0b4c9 21:06:23 ---> Running in fb83d10b64a8 21:06:23 Removing intermediate container fb83d10b64a8 21:06:23 ---> 6a51f70bff61 21:06:23 Step 13/26 : WORKDIR / 21:06:24 ---> Running in 002dd69278a4 21:06:24 Removing intermediate container 002dd69278a4 21:06:24 ---> 36b77f93176a 21:06:24 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:06:24 ---> 90836cfbecfb 21:06:24 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:06:24 ---> 4efdd094e161 21:06:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:06:24 ---> ff049903ec8f 21:06:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 21:06:25 Collecting docker-compose==1.23.2 21:06:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:06:25 ---> 970348c7c0d1 21:06:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:06:25 Collecting jsonschema<3,>=2.5.1 21:06:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:06:25 Collecting docopt<0.7,>=0.6.1 21:06:25 Downloading docopt-0.6.2.tar.gz (25 kB) 21:06:26 ---> 052ecc2780ee 21:06:26 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:06:26 Collecting websocket-client<1.0,>=0.32.0 21:06:26 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:06:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:06:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:06:26 ---> 4d84dd6dbc8a 21:06:26 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 21:06:26 Collecting texttable<0.10,>=0.9.0 21:06:26 Downloading texttable-0.9.1.tar.gz (11 kB) 21:06:27 ---> 3ebbd5739c6c 21:06:27 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:06:27 Collecting docker<4.0,>=3.6.0 21:06:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:06:27 ---> d56d238ca087 21:06:27 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:06:27 Collecting cached-property<2,>=1.2.0 21:06:27 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 21:06:27 ---> Running in f91c8fa60c63 21:06:27 Collecting PyYAML<4,>=3.10 21:06:27 Downloading PyYAML-3.13.tar.gz (270 kB) 21:06:30 Collecting dockerpty<0.5,>=0.4.1 21:06:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:06:30 Removing intermediate container f91c8fa60c63 21:06:30 ---> fcda45f8d4ff 21:06:30 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:06:30 ---> Running in 2a7b7bfb8bb1 21:06:30 Removing intermediate container 2a7b7bfb8bb1 21:06:30 ---> 895d38f59d6c 21:06:30 Step 24/26 : LABEL arch=x86_64 21:06:30 ---> Running in 50fa852bb5e2 21:06:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:06:30 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) 21:06:30 Collecting idna<2.8,>=2.5 21:06:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:06:30 Removing intermediate container 50fa852bb5e2 21:06:30 ---> 80556c50e676 21:06:30 Step 25/26 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:06:30 Collecting urllib3<1.25,>=1.21.1 21:06:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:06:30 ---> Running in 0d5ee903c33b 21:06:30 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) 21:06:30 Collecting docker-pycreds>=0.4.0 21:06:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:06:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:06:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:06:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:06:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:06:30 Removing intermediate container 0d5ee903c33b 21:06:30 ---> 5349e0dfe91c 21:06:30 Step 26/26 : LABEL version=0.0.0 21:06:30 ---> Running in 5660f5a0f9d8 21:06:31 Installing collected packages: jsonschema, docopt, websocket-client, idna, urllib3, requests, texttable, docker-pycreds, docker, cached-property, PyYAML, dockerpty, docker-compose 21:06:31 Running setup.py install for docopt: started 21:06:31 Removing intermediate container 5660f5a0f9d8 21:06:31 ---> 630ee07d34b5 21:06:31 21:06:31 Successfully built 630ee07d34b5 21:06:31 Successfully tagged docker-security-secretstore-setup-go:latest 21:06:31  Building docker-security-secretstore-setup-go ... done  Running setup.py install for docopt: finished with status 'done' 21:06:31 Attempting uninstall: idna 21:06:31 Found existing installation: idna 2.9 21:06:31 Uninstalling idna-2.9: 21:06:31 Successfully uninstalled idna-2.9 21:06:31 Attempting uninstall: urllib3 21:06:31 Found existing installation: urllib3 1.25.9 21:06:31 Uninstalling urllib3-1.25.9: 21:06:31 Successfully uninstalled urllib3-1.25.9 21:06:32 Attempting uninstall: requests 21:06:32 Found existing installation: requests 2.23.0 21:06:32 Uninstalling requests-2.23.0: 21:06:32 Successfully uninstalled requests-2.23.0 21:06:32 Running setup.py install for texttable: started 21:06:32 Running setup.py install for texttable: finished with status 'done' 21:06:32 Running setup.py install for PyYAML: started 21:06:33 Running setup.py install for PyYAML: finished with status 'done' 21:06:33 Running setup.py install for dockerpty: started 21:06:34 Running setup.py install for dockerpty: finished with status 'done' 21:06:34 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 21:06:37 Removing intermediate container f4d188c0b4c9 21:06:37 ---> d53881867062 21:06:37 Step 22/26 : RUN apk --no-cache add curl 21:06:37 ---> Running in 7d97ed39dba1 21:06:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:06:37 (2/3) Installing libcurl (7.69.1-r0) 21:06:37 (3/3) Installing curl (7.69.1-r0) 21:06:37 Executing busybox-1.31.1-r16.trigger 21:06:37 OK: 72 MiB in 58 packages 21:06:38 Removing intermediate container 7d97ed39dba1 21:06:38 ---> 94c33c15e7b0 21:06:38 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:06:38 ---> Running in cd0994007410 21:06:38 Removing intermediate container cd0994007410 21:06:38 ---> 1efbe8d0288d 21:06:38 Step 24/26 : LABEL arch=x86_64 21:06:38 ---> Running in d0ff96b6ccb2 21:06:38 Removing intermediate container d0ff96b6ccb2 21:06:38 ---> 543093b35ae0 21:06:38 Step 25/26 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:06:38 ---> Running in d3983030572b 21:06:38 Removing intermediate container d3983030572b 21:06:38 ---> 923237bbeca5 21:06:38 Step 26/26 : LABEL version=0.0.0 21:06:38 ---> Running in da826d8ab84c 21:06:39 Removing intermediate container da826d8ab84c 21:06:39 ---> a323e0bdf500 21:06:39 21:06:39 Successfully built a323e0bdf500 21:06:40 Successfully tagged docker-sys-mgmt-agent-go:latest 21:06:40  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:06:40 $ docker stop --time=1 89b8c778dc8213d6680c0ef40d6836b782496c225a4e32305e61d08ca578d4f8 21:06:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:06:42 $ docker rm -f 89b8c778dc8213d6680c0ef40d6836b782496c225a4e32305e61d08ca578d4f8 [Pipeline] // withDockerContainer [Pipeline] sh 21:06:42 + docker images 21:06:42 + grep docker 21:06:42 docker-sys-mgmt-agent-go latest a323e0bdf500 4 seconds ago 284MB 21:06:42 docker-security-secretstore-setup-go latest 630ee07d34b5 12 seconds ago 33.9MB 21:06:42 docker-core-command-go latest 3641b906b87d 27 seconds ago 13MB 21:06:42 docker-support-notifications-go latest 79c892ec00a3 38 seconds ago 14.4MB 21:06:42 docker-core-metadata-go latest df7d2d434eb7 39 seconds ago 14.4MB 21:06:42 docker-security-secrets-setup-go latest 6fedc13aae39 2 minutes ago 25.1MB 21:06:42 docker-core-data-go latest e99b19346766 2 minutes ago 23.8MB 21:06:42 docker-support-logging-go latest 88b965ce5035 2 minutes ago 11.8MB 21:06:42 docker-security-proxy-setup-go latest dccdcb68d510 2 minutes ago 16.4MB 21:06:42 docker-support-scheduler-go latest e13a49478a7b 2 minutes ago 13.1MB 21:06:42 docker latest 81f5749c9058 4 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] } 21:06:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:06:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 21:07:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:07:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:07:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:07:13 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 21:07:17 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 21:07:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:07:26 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 21:07:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:07:35 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] } 21:07:39 $ docker stop --time=1 1e866c3f875bfea54da30625df360f7b5780b264edb814e215ba03750ab01478 21:07:41 $ docker rm -f 1e866c3f875bfea54da30625df360f7b5780b264edb814e215ba03750ab01478 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:07:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:07:43 21:07:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:07:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:07:43 latest: Pulling from edgex-devops/edgex-compose-arm64 21:07:43 29e5d40040c1: Already exists 21:07:44 1ce36da41761: Pulling fs layer 21:07:44 25b303627fd3: Pulling fs layer 21:07:44 1ce36da41761: Verifying Checksum 21:07:44 1ce36da41761: Download complete 21:07:45 1ce36da41761: Pull complete 21:07:46 25b303627fd3: Verifying Checksum 21:07:46 25b303627fd3: Download complete 21:07:56 25b303627fd3: Pull complete 21:07:56 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:07:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:07:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:07:56 prd-ubuntu18.04-docker-arm64-4c-16g-1161 does not seem to be running inside a container 21:07:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:08:00 $ docker top e44e3d2e530dcf1841757d9ca19e952d8899cff8578a0eac057ac12dee6a5735 -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:01 + docker-compose build --help 21:08:01 + grep parallel 21:08:05 --parallel Build images in parallel. [Pipeline] } 21:08:05 $ docker stop --time=1 e44e3d2e530dcf1841757d9ca19e952d8899cff8578a0eac057ac12dee6a5735 21:08:07 $ docker rm -f e44e3d2e530dcf1841757d9ca19e952d8899cff8578a0eac057ac12dee6a5735 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:08:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:08:08 . [Pipeline] withDockerContainer 21:08:08 prd-ubuntu18.04-docker-arm64-4c-16g-1161 does not seem to be running inside a container 21:08:08 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:08:09 $ docker top 924f77bfcdc61ef6ae224c87ad92801a8991043d67bb5239998f2674687a78b4 -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:10 + docker-compose -f ./docker-compose-build.yml build --parallel 21:08:14 Building docker-core-command-go ... 21:08:14 Building docker-core-data-go ... 21:08:14 Building docker-core-metadata-go ... 21:08:14 Building docker-security-proxy-setup-go ... 21:08:14 Building docker-security-secrets-setup-go ... 21:08:14 Building docker-security-secretstore-setup-go ... 21:08:14 Building docker-support-logging-go ... 21:08:14 Building docker-support-notifications-go ... 21:08:14 Building docker-support-scheduler-go ... 21:08:14 Building docker-sys-mgmt-agent-go ... 21:08:14 Building docker-core-data-go 21:08:14 Building docker-sys-mgmt-agent-go 21:08:14 Building docker-support-scheduler-go 21:08:14 Building docker-core-metadata-go 21:08:14 Building docker-security-proxy-setup-go 21:10:20 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 21:10:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:10:20 ---> 6a4725d9a815 21:10:20 Step 3/22 : WORKDIR /edgex-go 21:10:20 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 21:10:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:10:20 ---> 6a4725d9a815 21:10:20 Step 3/21 : WORKDIR /edgex-go 21:10:20 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 21:10:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:10:20 ---> 6a4725d9a815 21:10:20 Step 3/26 : WORKDIR /edgex-go 21:10:20 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 21:10:20 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:10:20 ---> 6a4725d9a815 21:10:20 Step 3/20 : WORKDIR /edgex-go 21:10:20 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 21:10:20 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:10:20 ---> 6a4725d9a815 21:10:20 Step 3/20 : WORKDIR /edgex-go 21:10:20 ---> Running in 17cf182c7d1f 21:10:20 ---> Running in 5ba4e9d1de79 21:10:20 ---> Running in 076289cc794c 21:10:20 ---> Running in 162d6d800459 21:10:20 ---> Running in e0d43d876072 21:10:20 Removing intermediate container 17cf182c7d1f 21:10:20 ---> 9f7b4588fae2 21:10:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:20 Removing intermediate container 5ba4e9d1de79 21:10:20 ---> 4a44d6ec674a 21:10:20 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:20 Removing intermediate container e0d43d876072 21:10:20 ---> bc47408287e1 21:10:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:20 Removing intermediate container 076289cc794c 21:10:20 ---> bbbe2625bb69 21:10:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:20 Removing intermediate container 162d6d800459 21:10:20 ---> 64f0fc941104 21:10:20 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:20 ---> Running in b0936d47552b 21:10:20 ---> Running in 836aafd12ea2 21:10:20 ---> Running in 730b5015caf7 21:10:20 ---> Running in 1c1da0961fc8 21:10:20 ---> Running in 2a9b7fc3f9a7 21:10:20 Removing intermediate container b0936d47552b 21:10:20 ---> 1f5f5b9b37b4 21:10:20 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:10:20 ---> Running in 1f1da83c3525 21:10:20 Removing intermediate container 836aafd12ea2 21:10:20 ---> 7a68f28cb278 21:10:20 Step 5/20 : RUN apk update && apk add make git 21:10:20 ---> Running in 08589a69e073 21:10:20 Removing intermediate container 730b5015caf7 21:10:20 ---> 13dc07ff4d66 21:10:20 Step 5/21 : RUN apk update && apk add make git 21:10:20 ---> Running in c44560fad4c2 21:10:20 Removing intermediate container 2a9b7fc3f9a7 21:10:20 ---> 1aaa303ffbe1 21:10:20 Step 5/20 : RUN apk update && apk add make git 21:10:20 Removing intermediate container 1c1da0961fc8 21:10:20 ---> 02dfcfd543ae 21:10:20 Step 5/26 : RUN apk update && apk add make bash git 21:10:20 ---> Running in b460f2379ac3 21:10:20 ---> Running in 173a24fdc7d3 21:10:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:21 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:10:21 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:10:21 OK: 12620 distinct packages available 21:10:22 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:10:22 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:10:22 OK: 12620 distinct packages available 21:10:22 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:10:22 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:10:22 OK: 12620 distinct packages available 21:10:22 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:10:22 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:10:22 OK: 12620 distinct packages available 21:10:22 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:10:22 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:10:22 OK: 12620 distinct packages available 21:10:22 OK: 217 MiB in 51 packages 21:10:23 OK: 217 MiB in 51 packages 21:10:23 OK: 217 MiB in 51 packages 21:10:23 OK: 217 MiB in 51 packages 21:10:23 OK: 217 MiB in 51 packages 21:10:24 Removing intermediate container 08589a69e073 21:10:24 ---> 7343b9afba07 21:10:24 Step 6/20 : COPY go.mod . 21:10:24 Removing intermediate container c44560fad4c2 21:10:24 ---> 1471201e4b7e 21:10:24 Step 6/21 : COPY go.mod . 21:10:25 Removing intermediate container b460f2379ac3 21:10:25 ---> e95f967c4ca9 21:10:25 Step 6/20 : COPY go.mod . 21:10:25 Removing intermediate container 173a24fdc7d3 21:10:25 ---> a288c66391ea 21:10:25 Step 6/26 : COPY go.mod . 21:10:25 Removing intermediate container 1f1da83c3525 21:10:25 ---> 514257243f8f 21:10:25 Step 6/22 : COPY go.mod . 21:10:25 ---> aa5d37ca580d 21:10:25 Step 7/20 : RUN go mod download 21:10:26 ---> 217facfd8d16 21:10:26 Step 7/21 : RUN go mod download 21:10:26 ---> Running in 8e609d47820c 21:10:26 ---> 91b4d8c3fd5d 21:10:26 Step 7/20 : RUN go mod download 21:10:26 ---> Running in d81afbfa4982 21:10:26 ---> Running in 1767abc6d783 21:10:26 ---> c69518dbff55 21:10:26 Step 7/22 : RUN go mod download 21:10:26 ---> 360ba3dca843 21:10:26 Step 7/26 : RUN go mod download 21:10:26 ---> Running in f80ea8935eac 21:10:26 ---> Running in ae75d7fa5d17 21:10:31 Removing intermediate container 8e609d47820c 21:10:31 ---> 065bb0b417a0 21:10:31 Step 8/20 : COPY . . 21:10:31 Removing intermediate container d81afbfa4982 21:10:31 ---> ec4d4fb4f8be 21:10:31 Step 8/21 : COPY . . 21:10:31 Removing intermediate container 1767abc6d783 21:10:31 ---> bb1b3242989e 21:10:31 Step 8/20 : COPY . . 21:10:32 Removing intermediate container f80ea8935eac 21:10:32 ---> 2c0edc86be5a 21:10:32 Step 8/22 : COPY . . 21:10:32 Removing intermediate container ae75d7fa5d17 21:10:32 ---> c292c22b0412 21:10:32 Step 8/26 : COPY . . 21:11:05 ---> 8757d01801fd 21:11:05 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 21:11:05 ---> Running in 9b191f2f4fdb 21:11:05 ---> ca5d70629160 21:11:05 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:11:05 ---> 2a8b80a4d73c 21:11:05 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 21:11:05 ---> ab125cdebdad 21:11:05 Step 9/21 : RUN make cmd/core-metadata/core-metadata 21:11:05 ---> 3fff3ee48cad 21:11:05 Step 9/22 : RUN make cmd/core-data/core-data 21:11:05 ---> Running in 88839a9bec67 21:11:05 ---> Running in c76f5537a891 21:11:05 ---> Running in 741ee952b252 21:11:05 ---> Running in 5523a58ec5ae 21:11:05 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 21:11:06 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 21:11:06 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 21:11:07 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 21:11:07 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 21:12:44 Removing intermediate container 88839a9bec67 21:12:44 ---> f9fce40b1e48 21:12:44 21:12:44 Step 10/20 : FROM alpine 21:12:44 latest: Pulling from library/alpine 21:12:44 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:12:44 Status: Downloaded newer image for alpine:latest 21:12:44 ---> 62ee0e9f8440 21:12:44 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:12:44 ---> Running in 2ae38cbcf58d 21:12:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:44 v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:12:44 v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:12:44 OK: 12620 distinct packages available 21:12:44 (1/4) Installing ca-certificates (20191127-r4) 21:12:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:12:44 (3/4) Installing libcurl (7.69.1-r0) 21:12:44 (4/4) Installing curl (7.69.1-r0) 21:12:44 Executing busybox-1.31.1-r16.trigger 21:12:44 Executing ca-certificates-20191127-r4.trigger 21:12:44 OK: 7 MiB in 18 packages 21:12:44 Removing intermediate container c76f5537a891 21:12:44 ---> 6685d2813016 21:12:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:12:44 ---> Running in d052a1ec9c38 21:12:44 Removing intermediate container 2ae38cbcf58d 21:12:44 ---> 5a397e5b9933 21:12:44 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:12:44 ---> Running in 79737f847943 21:12:44 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 21:12:44 Removing intermediate container 79737f847943 21:12:44 ---> 653d1ed6e5a2 21:12:44 Step 13/20 : WORKDIR /edgex 21:12:44 ---> Running in 29ac41bc4ae9 21:12:44 Removing intermediate container 29ac41bc4ae9 21:12:44 ---> 76b5d96a4ea7 21:12:44 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:12:44 ---> 94c68fe38c9e 21:12:44 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:12:46 ---> 7abeb98214e7 21:12:46 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:12:46 ---> Running in df2bce756f62 21:12:47 Removing intermediate container df2bce756f62 21:12:47 ---> 5e3856e7f1e9 21:12:47 Step 17/20 : CMD ["--init=true"] 21:12:47 ---> Running in 210c62e159c7 21:12:48 Removing intermediate container 210c62e159c7 21:12:48 ---> 63efb983bb17 21:12:48 Step 18/20 : LABEL arch=arm64 21:12:48 Removing intermediate container d052a1ec9c38 21:12:48 ---> 6511c73d7d92 21:12:48 21:12:48 Step 11/26 : FROM docker:latest 21:12:48 ---> ce9d55ae87f1 21:12:48 Step 12/26 : RUN apk add --no-cache bash 21:12:48 ---> Running in 814ffae8713a 21:12:48 ---> Running in 4757f42dea00 21:12:49 Removing intermediate container 814ffae8713a 21:12:49 ---> 989b6e220828 21:12:49 Step 19/20 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:12:49 ---> Running in 66f0f4e3675f 21:12:50 Removing intermediate container 66f0f4e3675f 21:12:50 ---> df74ac9d172f 21:12:50 Step 20/20 : LABEL version=0.0.0 21:12:50 ---> Running in 7e76c48ae01b 21:12:51 Removing intermediate container 7e76c48ae01b 21:12:51 ---> cb135b0a9593 21:12:51 21:12:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:51 Successfully built cb135b0a9593 21:12:51 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:12:51 Building docker-security-secrets-setup-go 21:12:52  Building docker-security-proxy-setup-go ... done (1/2) Installing readline (8.0.4-r0) 21:12:52 (2/2) Installing bash (5.0.17-r0) 21:12:52 Executing bash-5.0.17-r0.post-install 21:12:52 Executing busybox-1.31.1-r16.trigger 21:12:52 OK: 12 MiB in 22 packages 21:12:56 Removing intermediate container 4757f42dea00 21:12:56 ---> e0cf397beee5 21:12:56 Step 13/26 : RUN rm -rf /var/cache/apk/* 21:12:57 ---> Running in 6efd70ab69d5 21:13:02 Removing intermediate container 9b191f2f4fdb 21:13:02 ---> 84280f3054b0 21:13:02 21:13:02 Step 10/20 : FROM scratch 21:13:02 ---> 21:13:02 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:13:02 Removing intermediate container 6efd70ab69d5 21:13:02 ---> 741ddcca9dbd 21:13:02 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:13:02 ---> Running in 56c16f96965c 21:13:02 ---> Running in 5efd6186f427 21:13:03 Removing intermediate container 56c16f96965c 21:13:03 ---> 883b741b8ad9 21:13:03 Step 12/20 : ENV APP_PORT=48085 21:13:04 Removing intermediate container 5efd6186f427 21:13:04 ---> db925569000e 21:13:04 Step 15/26 : ENV APP_PORT=48090 21:13:04 ---> Running in 0d34876e0478 21:13:04 ---> Running in 476a79dba103 21:13:04 Removing intermediate container 0d34876e0478 21:13:04 ---> 8dda1b247fbb 21:13:04 Step 13/20 : EXPOSE $APP_PORT 21:13:05 Removing intermediate container 476a79dba103 21:13:05 ---> 6272a77d89a2 21:13:05 Step 16/26 : EXPOSE $APP_PORT 21:13:05 ---> Running in 0ac31b75f5a8 21:13:05 ---> Running in 6b8c3370dcaa 21:13:06 Removing intermediate container 0ac31b75f5a8 21:13:06 ---> 26269790e70a 21:13:06 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:13:06 Removing intermediate container 6b8c3370dcaa 21:13:06 ---> 95802ecfef66 21:13:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:13:08 ---> e92f2265cbd8 21:13:08 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:13:08 ---> 0c2bad3f8c6c 21:13:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:13:09 Removing intermediate container 741ee952b252 21:13:09 ---> f12c2bacedfd 21:13:09 21:13:09 Step 10/21 : FROM scratch 21:13:09 ---> 21:13:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:13:09 ---> Using cache 21:13:09 ---> 883b741b8ad9 21:13:09 Step 12/21 : ENV APP_PORT=48081 21:13:09 ---> Running in ab46c1783965 21:13:10 ---> 2e0af5423d4e 21:13:10 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:13:10 ---> e5614aba2d59 21:13:10 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:13:10 Removing intermediate container ab46c1783965 21:13:10 ---> 693039f64f05 21:13:10 Step 13/21 : EXPOSE $APP_PORT 21:13:10 ---> Running in 87a886e2149b 21:13:11 ---> e19c8db30da0 21:13:11 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:13:11 Removing intermediate container 87a886e2149b 21:13:11 ---> f60ca113d690 21:13:11 Step 14/21 : WORKDIR / 21:13:12 ---> 3ecd7398110e 21:13:12 Step 20/26 : RUN apk --no-cache add py-pip 21:13:12 ---> Running in 6ea338f39438 21:13:12 ---> Running in 38c4995bd318 21:13:12 ---> Running in 8244ca0f9d00 21:13:13 Removing intermediate container 38c4995bd318 21:13:13 ---> 540745352e0d 21:13:13 Step 18/20 : LABEL arch=arm64 21:13:13 Removing intermediate container 6ea338f39438 21:13:13 ---> 4f1c92a55791 21:13:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:13:13 ---> Running in 1a59548d36e1 21:13:14 Removing intermediate container 1a59548d36e1 21:13:14 ---> f100a93ee6e2 21:13:14 Step 19/20 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:13:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:13:14 ---> f291d0734f80 21:13:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:13:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:13:15 ---> Running in 32f13f328d53 21:13:15 (1/33) Installing libbz2 (1.0.8-r1) 21:13:15 (2/33) Installing expat (2.2.9-r1) 21:13:15 (3/33) Installing libffi (3.3-r2) 21:13:15 (4/33) Installing gdbm (1.13-r1) 21:13:15 (5/33) Installing xz-libs (5.2.5-r0) 21:13:15 (6/33) Installing sqlite-libs (3.32.1-r0) 21:13:15 (7/33) Installing python3 (3.8.5-r0) 21:13:16 Removing intermediate container 32f13f328d53 21:13:16 ---> 4746cdf9b65f 21:13:16 Step 20/20 : LABEL version=0.0.0 21:13:16 Removing intermediate container 5523a58ec5ae 21:13:16 ---> a29cd2d2f41e 21:13:16 21:13:16 Step 10/22 : FROM alpine 21:13:16 ---> 62ee0e9f8440 21:13:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:13:16 ---> Running in cecb882aedb3 21:13:17 ---> Running in 9330f62fe8e3 21:13:17 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 21:13:17 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:13:17 ---> 6a4725d9a815 21:13:17 Step 3/29 : WORKDIR /edgex-go 21:13:17 ---> Using cache 21:13:17 ---> 64f0fc941104 21:13:17 Step 4/29 : RUN apk update && apk add make git 21:13:17 ---> Running in dd39dee7cc18 21:13:17 ---> b1e12a191078 21:13:17 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:13:17 (8/33) Installing py3-appdirs (1.4.4-r1) 21:13:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:13:17 (10/33) Installing py3-parsing (2.4.7-r0) 21:13:18 (11/33) Installing py3-six (1.15.0-r0) 21:13:18 (12/33) Installing py3-packaging (20.4-r0) 21:13:18 (13/33) Installing py3-setuptools (47.0.0-r0) 21:13:18 Removing intermediate container cecb882aedb3 21:13:18 ---> 76640ea35cc2 21:13:18 21:13:18 Removing intermediate container 9330f62fe8e3 21:13:18 ---> 6ec169448422 21:13:18 Step 12/22 : ENV APP_PORT=48080 21:13:18 (14/33) Installing py3-chardet (3.0.4-r4) 21:13:18 (15/33) Installing py3-idna (2.9-r0) 21:13:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:13:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:13:18 (18/33) Installing py3-requests (2.23.0-r0) 21:13:18 (19/33) Installing py3-msgpack (1.0.0-r0) 21:13:18 ---> ce1e285d1914 21:13:18 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:13:18 (20/33) Installing py3-lockfile (0.12.2-r3) 21:13:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:13:18 (22/33) Installing py3-colorama (0.4.3-r0) 21:13:18 (23/33) Installing py3-distlib (0.3.0-r0) 21:13:18 (24/33) Installing py3-distro (1.5.0-r1) 21:13:18 ---> Running in ce36c260f438 21:13:18 (25/33) Installing py3-webencodings (0.5.1-r3) 21:13:18 (26/33) Installing py3-html5lib (1.0.1-r4) 21:13:18 (27/33) Installing py3-pytoml (0.1.21-r0) 21:13:18 ---> Running in 6221802b2826 21:13:18 (28/33) Installing py3-pep517 (0.8.2-r0) 21:13:18 (29/33) Installing py3-progress (1.5-r0) 21:13:18 (30/33) Installing py3-toml (0.10.1-r0) 21:13:18 (31/33) Installing py3-retrying (1.3.3-r0) 21:13:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:13:18 (33/33) Installing py3-pip (20.1.1-r0) 21:13:18 Successfully built 76640ea35cc2 21:13:18 Successfully tagged docker-support-scheduler-go-arm64:latest 21:13:18  Building docker-support-scheduler-go ... done Building docker-support-logging-go 21:13:18 Executing busybox-1.31.1-r16.trigger 21:13:18 OK: 71 MiB in 55 packages 21:13:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:13:19 Removing intermediate container ce36c260f438 21:13:19 ---> 8107ca97d15e 21:13:19 Step 13/22 : EXPOSE $APP_PORT 21:13:19 Removing intermediate container 6221802b2826 21:13:19 ---> c5d277a524a3 21:13:19 Step 19/21 : LABEL arch=arm64 21:13:19 ---> Running in 290f93acc484 21:13:19 ---> Running in 22602a0cb7f3 21:13:19 Removing intermediate container 290f93acc484 21:13:19 ---> 31bca5dac703 21:13:19 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:19 Removing intermediate container 22602a0cb7f3 21:13:19 ---> 6e3156bf5771 21:13:19 Step 20/21 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:13:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:13:20 ---> Running in 031baf494da9 21:13:20 ---> Running in aadf1defa07d 21:13:21 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:13:21 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:13:21 OK: 12620 distinct packages available 21:13:22 Removing intermediate container aadf1defa07d 21:13:22 ---> a596b8845027 21:13:22 Step 21/21 : LABEL version=0.0.0 21:13:22 OK: 217 MiB in 51 packages 21:13:22 ---> Running in b4f03839de2c 21:13:23 Removing intermediate container b4f03839de2c 21:13:23 ---> f3ea516ea347 21:13:23 21:13:24 Successfully built f3ea516ea347 21:13:24 Successfully tagged docker-core-metadata-go-arm64:latest 21:13:24  Building docker-core-metadata-go ... done Building docker-support-notifications-go 21:13:24 Removing intermediate container dd39dee7cc18 21:13:24 ---> ad087249712c 21:13:24 Step 5/29 : COPY go.mod . 21:13:25 Removing intermediate container 031baf494da9 21:13:25 ---> 6341e02a0421 21:13:25 Step 15/22 : RUN apk --no-cache add zeromq 21:13:25 ---> 473fd31ad49d 21:13:25 Step 6/29 : RUN go mod download 21:13:25 ---> Running in 59bfdb9529ef 21:13:25 ---> Running in c845929be0e2 21:13:27 Removing intermediate container 8244ca0f9d00 21:13:27 ---> 5c0f29cb0476 21:13:27 Step 21/26 : RUN pip install docker-compose==1.23.2 21:13:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:13:28 ---> Running in 8bc70e2f51fb 21:13:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:13:29 (1/5) Installing libgcc (9.3.0-r2) 21:13:29 (2/5) Installing libsodium (1.0.18-r0) 21:13:29 (3/5) Installing libstdc++ (9.3.0-r2) 21:13:30 (4/5) Installing libzmq (4.3.2-r0) 21:13:30 (5/5) Installing zeromq (4.3.2-r0) 21:13:30 Executing busybox-1.31.1-r16.trigger 21:13:30 OK: 8 MiB in 19 packages 21:13:30 Removing intermediate container c845929be0e2 21:13:30 ---> 8f3145afde2b 21:13:30 Step 7/29 : COPY . . 21:13:32 Removing intermediate container 59bfdb9529ef 21:13:32 ---> 54a6a42aa496 21:13:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:13:35 ---> cb912a652366 21:13:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:13:35 Collecting docker-compose==1.23.2 21:13:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:13:36 Collecting texttable<0.10,>=0.9.0 21:13:36 Downloading texttable-0.9.1.tar.gz (11 kB) 21:13:39 Collecting jsonschema<3,>=2.5.1 21:13:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:13:39 ---> d420059e87a0 21:13:39 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:13:40 Collecting PyYAML<4,>=3.10 21:13:40 Downloading PyYAML-3.13.tar.gz (270 kB) 21:13:42 ---> 325516068803 21:13:42 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:13:42 ---> Running in a9634029cdad 21:13:44 Removing intermediate container a9634029cdad 21:13:44 ---> 6184c3145a58 21:13:44 Step 20/22 : LABEL arch=arm64 21:13:44 Collecting docker<4.0,>=3.6.0 21:13:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:13:45 ---> Running in a42efd62e6ec 21:13:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:13:46 Removing intermediate container a42efd62e6ec 21:13:46 ---> 4416a91ff6f5 21:13:46 Step 21/22 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:13:46 Collecting dockerpty<0.5,>=0.4.1 21:13:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:13:46 ---> Running in ade1e998878e 21:13:49 Removing intermediate container ade1e998878e 21:13:49 ---> e0ca152e55dc 21:13:49 Step 22/22 : LABEL version=0.0.0 21:13:49 Collecting websocket-client<1.0,>=0.32.0 21:13:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:13:49 ---> Running in 0c7b3efed185 21:13:49 Collecting cached-property<2,>=1.2.0 21:13:49 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 21:13:50 Removing intermediate container 0c7b3efed185 21:13:50 ---> 444198db9efb 21:13:50 21:13:50 Collecting docopt<0.7,>=0.6.1 21:13:50 Downloading docopt-0.6.2.tar.gz (25 kB) 21:13:51 Successfully built 444198db9efb 21:13:51 Successfully tagged docker-core-data-go-arm64:latest 21:13:51 Building docker-core-command-go 21:13:52  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 21:13:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:13:52 ---> 6a4725d9a815 21:13:52 Step 3/21 : WORKDIR /edgex-go 21:13:52 ---> Using cache 21:13:52 ---> 64f0fc941104 21:13:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:52 ---> Using cache 21:13:52 ---> 1aaa303ffbe1 21:13:52 Step 5/21 : RUN apk update && apk add make && apk add bash git 21:13:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:13:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:13:55 ---> Running in 36955b16427a 21:13:55 Collecting docker-pycreds>=0.4.0 21:13:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:13:56 ---> 83cd7d69b8a1 21:13:56 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:13:56 Collecting urllib3<1.25,>=1.21.1 21:13:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:13:57 Collecting idna<2.8,>=2.5 21:13:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:13:57 ---> Running in 8ad0b4def6f6 21:13:57 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) 21:13:57 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) 21:13:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:13:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:13:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:13:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:13:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:13:59 Installing collected packages: texttable, jsonschema, PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, cached-property, docopt, docker-compose 21:13:59 Running setup.py install for texttable: started 21:13:59 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 21:13:59 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:13:59 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:13:59 OK: 12620 distinct packages available 21:14:00 OK: 217 MiB in 51 packages 21:14:01 Running setup.py install for texttable: finished with status 'done' 21:14:01 OK: 217 MiB in 51 packages 21:14:01 Running setup.py install for PyYAML: started 21:14:03 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 21:14:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:14:03 ---> 6a4725d9a815 21:14:03 Step 3/23 : WORKDIR /edgex-go 21:14:03 ---> Using cache 21:14:03 ---> 64f0fc941104 21:14:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:03 ---> Using cache 21:14:03 ---> 1aaa303ffbe1 21:14:03 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 21:14:05 Running setup.py install for PyYAML: finished with status 'done' 21:14:05 Attempting uninstall: urllib3 21:14:05 Found existing installation: urllib3 1.25.9 21:14:05 Uninstalling urllib3-1.25.9: 21:14:05 ---> Running in 9f6a466d0919 21:14:05 Successfully uninstalled urllib3-1.25.9 21:14:06 Attempting uninstall: idna 21:14:06 Found existing installation: idna 2.9 21:14:06 Uninstalling idna-2.9: 21:14:06 Successfully uninstalled idna-2.9 21:14:06 Removing intermediate container 36955b16427a 21:14:06 ---> c454b736a2ac 21:14:06 Step 6/21 : COPY go.mod . 21:14:07 Attempting uninstall: requests 21:14:07 Found existing installation: requests 2.23.0 21:14:07 Uninstalling requests-2.23.0: 21:14:07 Successfully uninstalled requests-2.23.0 21:14:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:08 ---> 2ae202634d5a 21:14:08 Step 7/21 : RUN go mod download 21:14:08 ---> Running in 9621ef3b4a31 21:14:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:10 Running setup.py install for dockerpty: started 21:14:10 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:14:10 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:14:10 OK: 12620 distinct packages available 21:14:11 OK: 217 MiB in 51 packages 21:14:13 Running setup.py install for dockerpty: finished with status 'done' 21:14:13 Running setup.py install for docopt: started 21:14:14 Removing intermediate container 9f6a466d0919 21:14:14 ---> 4999169bd5ba 21:14:14 Step 6/23 : COPY go.mod . 21:14:15 Removing intermediate container 9621ef3b4a31 21:14:15 ---> 49f704a73c02 21:14:15 Step 8/21 : COPY . . 21:14:16 ---> 645afd615ca3 21:14:16 Step 7/23 : RUN go mod download 21:14:16 Running setup.py install for docopt: finished with status 'done' 21:14:16 ---> Running in be64ce274c46 21:14:17 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 21:14:26 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 21:14:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:14:26 ---> 6a4725d9a815 21:14:26 Step 3/21 : WORKDIR /edgex-go 21:14:26 ---> Using cache 21:14:26 ---> 64f0fc941104 21:14:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:26 ---> Using cache 21:14:26 ---> 1aaa303ffbe1 21:14:26 Step 5/21 : RUN apk update && apk add make git 21:14:26 ---> Using cache 21:14:26 ---> e95f967c4ca9 21:14:26 Step 6/21 : COPY go.mod . 21:14:26 ---> Using cache 21:14:26 ---> 91b4d8c3fd5d 21:14:26 Step 7/21 : RUN go mod download 21:14:26 ---> Using cache 21:14:26 ---> bb1b3242989e 21:14:26 Step 8/21 : COPY . . 21:14:26 ---> Using cache 21:14:26 ---> 2a8b80a4d73c 21:14:26 Step 9/21 : RUN make cmd/core-command/core-command 21:14:26 Removing intermediate container be64ce274c46 21:14:26 ---> 90009f1718f5 21:14:26 Step 8/23 : COPY . . 21:14:26 ---> Running in 89e6c869fd7e 21:14:26 Removing intermediate container 8bc70e2f51fb 21:14:26 ---> b0a7e5a23d9d 21:14:26 Step 22/26 : RUN apk --no-cache add curl 21:14:27 ---> Running in 6bd0bd912371 21:14:28 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 21:14:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:14:31 (2/3) Installing libcurl (7.69.1-r0) 21:14:31 (3/3) Installing curl (7.69.1-r0) 21:14:31 Executing busybox-1.31.1-r16.trigger 21:14:31 OK: 71 MiB in 58 packages 21:14:37 Removing intermediate container 6bd0bd912371 21:14:37 ---> d405d7971cfe 21:14:37 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:14:38 ---> Running in 82856f902516 21:14:39 Removing intermediate container 82856f902516 21:14:39 ---> 9db5687f10f6 21:14:39 Step 24/26 : LABEL arch=arm64 21:14:39 ---> Running in 24e8a0b17622 21:14:41 Removing intermediate container 24e8a0b17622 21:14:41 ---> 37020323ec51 21:14:41 Step 25/26 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:14:41 ---> Running in ed8af380edfa 21:14:42 Removing intermediate container ed8af380edfa 21:14:42 ---> 69e2d9462421 21:14:42 Step 26/26 : LABEL version=0.0.0 21:14:42 ---> Running in c62466ff7230 21:14:43 Removing intermediate container c62466ff7230 21:14:43 ---> 163b10c89bf0 21:14:43 21:14:45 Successfully built 163b10c89bf0 21:14:45 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:14:45  Building docker-sys-mgmt-agent-go ... done Building docker-security-secretstore-setup-go 21:14:55 ---> 729de512b836 21:14:55 Step 9/21 : RUN make cmd/support-logging/support-logging 21:14:55 ---> Running in f298e92f446f 21:14:58 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 21:15:00 Removing intermediate container 8ad0b4def6f6 21:15:00 ---> 463125afa070 21:15:00 21:15:00 Step 9/29 : FROM alpine:latest 21:15:00 ---> 62ee0e9f8440 21:15:00 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:15:01 ---> 57b254bfe06f 21:15:01 Step 9/23 : RUN make cmd/support-notifications/support-notifications 21:15:01 ---> Running in f74bd92da1a8 21:15:01 ---> Running in 8f40fdb9d40c 21:15:02 Removing intermediate container f74bd92da1a8 21:15:02 ---> 790f76854a9b 21:15:02 Step 11/29 : USER root 21:15:02 ---> Running in a3fc13a58c57 21:15:04 Removing intermediate container a3fc13a58c57 21:15:04 ---> 22f741d2859b 21:15:04 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:15:04 ---> Running in 08996f0c1b66 21:15:04 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 21:15:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:15:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:15:08 v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:15:08 v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:15:08 OK: 12620 distinct packages available 21:15:10 (1/2) Installing ca-certificates (20191127-r4) 21:15:10 (2/2) Installing dumb-init (1.2.2-r1) 21:15:10 Executing busybox-1.31.1-r16.trigger 21:15:10 Executing ca-certificates-20191127-r4.trigger 21:15:10 OK: 6 MiB in 16 packages 21:15:15 Removing intermediate container 08996f0c1b66 21:15:15 ---> 3039b146f271 21:15:15 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:15:15 ---> Running in 8b5266a71527 21:15:15 Removing intermediate container 8b5266a71527 21:15:15 ---> cd20bdfb957e 21:15:15 Step 14/29 : WORKDIR $BASE_DIR 21:15:15 ---> Running in 5829c477edc5 21:15:16 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 21:15:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:15:16 ---> 6a4725d9a815 21:15:16 Step 3/26 : WORKDIR /edgex-go 21:15:16 ---> Using cache 21:15:16 ---> 64f0fc941104 21:15:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:15:16 ---> Using cache 21:15:16 ---> 1aaa303ffbe1 21:15:16 Step 5/26 : RUN apk update && apk add make git 21:15:16 ---> Using cache 21:15:16 ---> e95f967c4ca9 21:15:16 Step 6/26 : COPY go.mod . 21:15:16 ---> Using cache 21:15:16 ---> 91b4d8c3fd5d 21:15:16 Step 7/26 : RUN go mod download 21:15:16 ---> Using cache 21:15:16 ---> bb1b3242989e 21:15:16 Step 8/26 : COPY . . 21:15:16 ---> Using cache 21:15:16 ---> 2a8b80a4d73c 21:15:16 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 21:15:16 ---> Running in 707f9d904b44 21:15:17 Removing intermediate container 5829c477edc5 21:15:17 ---> c3047f046701 21:15:17 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:15:17 ---> Running in 8edca42305a6 21:15:19 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 21:15:21 Removing intermediate container 8edca42305a6 21:15:21 ---> 4fc62a6bab6a 21:15:21 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:15:23 ---> 973af94c757a 21:15:23 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:15:24 ---> 28581f4828d7 21:15:24 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:15:25 ---> b309c75b9923 21:15:25 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:15:27 ---> 8beaff231821 21:15:27 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:15:28 ---> d9e199526b89 21:15:28 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:15:28 ---> Running in d59365105232 21:15:32 Removing intermediate container d59365105232 21:15:32 ---> f00f6a32844d 21:15:32 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:15:33 ---> 8ba650d560f9 21:15:33 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:15:33 ---> Running in 1b9cd460995b 21:15:37 Removing intermediate container 1b9cd460995b 21:15:37 ---> 849b46b601c7 21:15:37 Step 24/29 : RUN chmod 755 security-secrets-setup 21:15:37 ---> Running in b68594e5b26a 21:15:42 Removing intermediate container b68594e5b26a 21:15:42 ---> 23c4f41d234e 21:15:42 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:15:42 ---> Running in ceb9f47170b7 21:15:42 Removing intermediate container ceb9f47170b7 21:15:42 ---> 53cec870f5db 21:15:42 Step 26/29 : CMD [ "generate" ] 21:15:42 ---> Running in 7a66d13352c1 21:15:43 Removing intermediate container 7a66d13352c1 21:15:43 ---> 2237190b3c70 21:15:43 Step 27/29 : LABEL arch=arm64 21:15:43 ---> Running in dded2e2a0e32 21:15:44 Removing intermediate container dded2e2a0e32 21:15:44 ---> d911a872a583 21:15:44 Step 28/29 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:15:44 ---> Running in acf77f22ea6f 21:15:45 Removing intermediate container acf77f22ea6f 21:15:45 ---> 2c6ee5109791 21:15:45 Step 29/29 : LABEL version=0.0.0 21:15:45 ---> Running in 56b98a6e6232 21:15:46 Removing intermediate container 56b98a6e6232 21:15:46 ---> 7d52a2ab1f53 21:15:46 21:15:46 Successfully built 7d52a2ab1f53 21:15:46 Successfully tagged docker-security-secrets-setup-go-arm64:latest 21:16:05  Building docker-security-secrets-setup-go ... done Removing intermediate container 89e6c869fd7e 21:16:05 ---> 751c4b34b7de 21:16:05 21:16:05 Step 10/21 : FROM scratch 21:16:05 ---> 21:16:05 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:16:05 ---> Using cache 21:16:05 ---> 883b741b8ad9 21:16:05 Step 12/21 : ENV APP_PORT=48082 21:16:05 ---> Running in 33a1bc6b1f98 21:16:05 Removing intermediate container 33a1bc6b1f98 21:16:05 ---> 7eace8d89eef 21:16:05 Step 13/21 : EXPOSE $APP_PORT 21:16:05 ---> Running in 06d74dfc20c0 21:16:05 Removing intermediate container 06d74dfc20c0 21:16:05 ---> 4839c2020399 21:16:05 Step 14/21 : WORKDIR / 21:16:05 ---> Running in ec4422f67a28 21:16:05 Removing intermediate container ec4422f67a28 21:16:05 ---> 5e288f02e275 21:16:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:16:06 ---> f22d19ff8534 21:16:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:16:08 ---> a3c7e44bcc48 21:16:08 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:16:09 ---> 6a9d54a3b2a3 21:16:09 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:16:10 ---> Running in 617ed7413e4d 21:16:10 Removing intermediate container 617ed7413e4d 21:16:10 ---> 030ed7aebd4f 21:16:10 Step 19/21 : LABEL arch=arm64 21:16:10 ---> Running in 68d79b41d218 21:16:11 Removing intermediate container 68d79b41d218 21:16:11 ---> 6deb16a07c6f 21:16:11 Step 20/21 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:16:11 ---> Running in 469352db0eba 21:16:12 Removing intermediate container 469352db0eba 21:16:12 ---> f70a7a6d2fe8 21:16:12 Step 21/21 : LABEL version=0.0.0 21:16:12 ---> Running in 1e34cde37dfb 21:16:13 Removing intermediate container 1e34cde37dfb 21:16:13 ---> d510c1fd1ed0 21:16:13 21:16:13 Successfully built d510c1fd1ed0 21:16:13 Successfully tagged docker-core-command-go-arm64:latest 21:16:24  Building docker-core-command-go ... done Removing intermediate container f298e92f446f 21:16:24 ---> ee268a4a5eab 21:16:24 21:16:24 Step 10/21 : FROM scratch 21:16:24 ---> 21:16:24 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:16: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 21:16:24 ---> Running in 9afb802ec207 21:16:25 Removing intermediate container 9afb802ec207 21:16:25 ---> 108764bb8e8a 21:16:25 Step 12/21 : ENV APP_PORT=48061 21:16:25 ---> Running in c9154864ab90 21:16:25 Removing intermediate container c9154864ab90 21:16:25 ---> c88c79b4e8f5 21:16:25 Step 13/21 : EXPOSE $APP_PORT 21:16:25 ---> Running in b18b7e83d320 21:16:26 Removing intermediate container b18b7e83d320 21:16:26 ---> c09d312e16ab 21:16:26 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 21:16:27 ---> 1afaab6e2b6e 21:16:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 21:16:28 ---> 696086d403fd 21:16:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 21:16:29 ---> f1eb3f952588 21:16:29 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 21:16:30 ---> eb53404cab58 21:16:30 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:16:30 ---> Running in a1b1bf2fd380 21:16:31 Removing intermediate container a1b1bf2fd380 21:16:31 ---> 3d7d92c19145 21:16:31 Step 19/21 : LABEL arch=arm64 21:16: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 21:16:31 ---> Running in d8eb8aa02867 21:16:32 Removing intermediate container d8eb8aa02867 21:16:32 ---> 89f5bce3e418 21:16:32 Step 20/21 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:16:32 ---> Running in bdebf101aa9f 21:16:33 Removing intermediate container bdebf101aa9f 21:16:33 ---> 90b6e9c14ef9 21:16:33 Step 21/21 : LABEL version=0.0.0 21:16:33 ---> Running in bf900633e9a4 21:16:33 Removing intermediate container bf900633e9a4 21:16:33 ---> b5bbb1009484 21:16:33 21:16:34 Removing intermediate container 8f40fdb9d40c 21:16:34 ---> 2ae1c014108f 21:16:34 21:16:34 Step 10/23 : FROM scratch 21:16:34 ---> 21:16:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:16:34 Successfully built b5bbb1009484 21:16:34 Successfully tagged docker-support-logging-go-arm64:latest 21:16:34  Building docker-support-logging-go ... done  ---> Using cache 21:16:34 ---> 108764bb8e8a 21:16:34 Step 12/23 : ENV APP_PORT=48060 21:16:34 ---> Running in 6431aaf7da60 21:16:34 Removing intermediate container 6431aaf7da60 21:16:34 ---> 2231ddb569b7 21:16:34 Step 13/23 : EXPOSE $APP_PORT 21:16:34 ---> Running in 61c1e87454c8 21:16:35 Removing intermediate container 61c1e87454c8 21:16:35 ---> b8a2114623d4 21:16:35 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 21:16:36 ---> 89b07d372c5c 21:16:36 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:16:37 ---> ef9f5981a634 21:16:37 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 21:16:39 Removing intermediate container 707f9d904b44 21:16:39 ---> c4fe93ac49d7 21:16:39 21:16:39 Step 10/26 : FROM alpine:3.10 21:16:39 ---> 8f1525255db3 21:16:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:16:39 3.10: Pulling from library/alpine 21:16:39 ---> 2bfc75999b78 21:16:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:16:40 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:16:40 Status: Downloaded newer image for alpine:3.10 21:16:40 ---> 536a684cf733 21:16:40 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:16:40 ---> Running in fe568c99a5c7 21:16:40 ---> d3bd05178706 21:16:40 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:16:41 ---> 03b450f589a4 21:16:41 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 21:16:41 ---> Running in d408b4097d1d 21:16:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 21:16:42 Removing intermediate container d408b4097d1d 21:16:42 ---> c7e5cc253ffb 21:16:42 Step 21/23 : LABEL arch=arm64 21:16:42 ---> Running in 24d71a182d80 21:16:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 21:16:42 Removing intermediate container 24d71a182d80 21:16:42 ---> a7d111bb5947 21:16:42 Step 22/23 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:16:42 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:16:42 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:16:42 OK: 10167 distinct packages available 21:16:42 ---> Running in f8c6ac99e5d7 21:16:43 Removing intermediate container f8c6ac99e5d7 21:16:43 ---> 99abba7deedc 21:16:43 Step 23/23 : LABEL version=0.0.0 21:16:43 (1/5) Installing ca-certificates (20191127-r2) 21:16:43 ---> Running in 5765367ec383 21:16:43 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:16:43 (3/5) Installing libcurl (7.66.0-r0) 21:16:43 (4/5) Installing curl (7.66.0-r0) 21:16:43 (5/5) Installing dumb-init (1.2.2-r1) 21:16:43 Executing busybox-1.30.1-r3.trigger 21:16:43 Executing ca-certificates-20191127-r2.trigger 21:16:43 OK: 7 MiB in 19 packages 21:16:44 Removing intermediate container 5765367ec383 21:16:44 ---> d5665320ac44 21:16:44 21:16:44 Successfully built d5665320ac44 21:16:44 Successfully tagged docker-support-notifications-go-arm64:latest 21:16:45  Building docker-support-notifications-go ... done Removing intermediate container fe568c99a5c7 21:16:45 ---> ba1520763973 21:16:45 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:16:45 ---> Running in a5329671e200 21:16:46 Removing intermediate container a5329671e200 21:16:46 ---> 123586d462f0 21:16:46 Step 13/26 : WORKDIR / 21:16:46 ---> Running in 0ebc54e8f64f 21:16:46 Removing intermediate container 0ebc54e8f64f 21:16:46 ---> 5ce3e7e5d19e 21:16:46 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:16:47 ---> aa581f033f37 21:16:47 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:16:48 ---> 58a409329034 21:16:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:16:48 ---> 492ff0e606cf 21:16:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 21:16:49 ---> 11ae0b4d6cbc 21:16:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:16:50 ---> 4f5304c82043 21:16:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:16:51 ---> 55df306ead28 21:16:51 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 21:16:52 ---> fdfac5b84fd0 21:16:52 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:16:53 ---> bf6105837e26 21:16:53 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:16:53 ---> Running in 672431c0ce3d 21:16:56 Removing intermediate container 672431c0ce3d 21:16:56 ---> c0619cee4822 21:16:56 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:16:56 ---> Running in f196f17a4f92 21:16:56 Removing intermediate container f196f17a4f92 21:16:56 ---> 489b8b652130 21:16:56 Step 24/26 : LABEL arch=arm64 21:16:57 ---> Running in 895a42ac5fcd 21:16:57 Removing intermediate container 895a42ac5fcd 21:16:57 ---> e682c82798b0 21:16:57 Step 25/26 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 21:16:57 ---> Running in 8d8303f35f83 21:16:57 Removing intermediate container 8d8303f35f83 21:16:57 ---> fbc3ba812e64 21:16:57 Step 26/26 : LABEL version=0.0.0 21:16:58 ---> Running in 5dcedaf5e8f1 21:16:58 Removing intermediate container 5dcedaf5e8f1 21:16:58 ---> 72f8493226c7 21:16:58 21:16:59 Successfully built 72f8493226c7 21:16:59 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:16:59  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 21:16:59 $ docker stop --time=1 924f77bfcdc61ef6ae224c87ad92801a8991043d67bb5239998f2674687a78b4 21:17:01 $ docker rm -f 924f77bfcdc61ef6ae224c87ad92801a8991043d67bb5239998f2674687a78b4 [Pipeline] // withDockerContainer [Pipeline] sh 21:17:01 + docker images 21:17:01 + grep docker 21:17:02 docker-security-secretstore-setup-go-arm64 latest 72f8493226c7 4 seconds ago 32.6MB 21:17:02 docker-support-notifications-go-arm64 latest d5665320ac44 19 seconds ago 13.9MB 21:17:02 docker-support-logging-go-arm64 latest b5bbb1009484 29 seconds ago 11.4MB 21:17:02 docker-core-command-go-arm64 latest d510c1fd1ed0 50 seconds ago 12.4MB 21:17:02 docker-security-secrets-setup-go-arm64 latest 7d52a2ab1f53 About a minute ago 24.2MB 21:17:02 docker-sys-mgmt-agent-go-arm64 latest 163b10c89bf0 2 minutes ago 266MB 21:17:02 docker-core-data-go-arm64 latest 444198db9efb 3 minutes ago 22.6MB 21:17:02 docker-core-metadata-go-arm64 latest f3ea516ea347 3 minutes ago 13.8MB 21:17:02 docker-support-scheduler-go-arm64 latest 76640ea35cc2 3 minutes ago 12.6MB 21:17:02 docker-security-proxy-setup-go-arm64 latest cb135b0a9593 4 minutes ago 15.8MB 21:17:02 docker latest ce9d55ae87f1 4 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 21:17:04 provisioning config files... 21:17:04 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5217985242277956813tmp [Pipeline] { [Pipeline] sh 21:17:04 + curl -s https://codecov.io/bash 21:17:04 + bash -s - -t @/w/workspace/edgex-go/2@tmp/config5217985242277956813tmp [Pipeline] } 21:17:05 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 21:17:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:17:07 ---> package-listing.sh 21:17:07 ++ facter osfamily 21:17:07 ++ tr '[:upper:]' '[:lower:]' 21:17:07 + OS_FAMILY=redhat 21:17:07 + workspace=/w/workspace/edgex-go/2 21:17:07 + START_PACKAGES=/tmp/packages_start.txt 21:17:07 + END_PACKAGES=/tmp/packages_end.txt 21:17:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:17:07 + PACKAGES=/tmp/packages_start.txt 21:17:07 + '[' /w/workspace/edgex-go/2 ']' 21:17:07 + PACKAGES=/tmp/packages_end.txt 21:17:07 + case "${OS_FAMILY}" in 21:17:07 + rpm -qa 21:17:07 + sort 21:17:11 + '[' -f /tmp/packages_start.txt ']' 21:17:11 + '[' -f /tmp/packages_end.txt ']' 21:17:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:17:11 + '[' /w/workspace/edgex-go/2 ']' 21:17:11 + mkdir -p /w/workspace/edgex-go/2/archives/ 21:17:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] isUnix [Pipeline] sh 21:17:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:17:12 21:17:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:17:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:17:12 alpine: Pulling from edgex-lftools-log-publisher 21:17:12 c9b1b535fdd9: Pulling fs layer 21:17:12 2cc5ad85d9ab: Pulling fs layer 21:17:12 756a868c4378: Pulling fs layer 21:17:12 444b2fc9a129: Pulling fs layer 21:17:12 ea15f1150254: Pulling fs layer 21:17:12 41b27a9f41bf: Pulling fs layer 21:17:12 28c525ee5125: Pulling fs layer 21:17:12 094b1ea09ed8: Pulling fs layer 21:17:12 138eaada9080: Pulling fs layer 21:17:12 0622d0fa9048: Pulling fs layer 21:17:12 41b27a9f41bf: Waiting 21:17:12 28c525ee5125: Waiting 21:17:12 094b1ea09ed8: Waiting 21:17:12 138eaada9080: Waiting 21:17:12 444b2fc9a129: Waiting 21:17:12 ea15f1150254: Waiting 21:17:12 0622d0fa9048: Waiting 21:17:12 2cc5ad85d9ab: Verifying Checksum 21:17:12 2cc5ad85d9ab: Download complete 21:17:12 444b2fc9a129: Verifying Checksum 21:17:12 444b2fc9a129: Download complete 21:17:12 c9b1b535fdd9: Verifying Checksum 21:17:12 c9b1b535fdd9: Download complete 21:17:12 ea15f1150254: Verifying Checksum 21:17:12 ea15f1150254: Download complete 21:17:13 28c525ee5125: Verifying Checksum 21:17:13 28c525ee5125: Download complete 21:17:13 756a868c4378: Verifying Checksum 21:17:13 756a868c4378: Download complete 21:17:13 094b1ea09ed8: Verifying Checksum 21:17:13 094b1ea09ed8: Download complete 21:17:13 138eaada9080: Verifying Checksum 21:17:13 138eaada9080: Download complete 21:17:13 0622d0fa9048: Verifying Checksum 21:17:13 0622d0fa9048: Download complete 21:17:13 c9b1b535fdd9: Pull complete 21:17:13 2cc5ad85d9ab: Pull complete 21:17:13 41b27a9f41bf: Verifying Checksum 21:17:13 41b27a9f41bf: Download complete 21:17:15 756a868c4378: Pull complete 21:17:15 444b2fc9a129: Pull complete 21:17:15 ea15f1150254: Pull complete 21:17:21 41b27a9f41bf: Pull complete 21:17:22 28c525ee5125: Pull complete 21:17:25 094b1ea09ed8: Pull complete 21:17:25 138eaada9080: Pull complete 21:17:25 0622d0fa9048: Pull complete 21:17:25 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 21:17:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:17:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:17:25 prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container 21:17:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:17:30 $ docker top 3fb10f6e6439887dd94c121573f9b9ce752df9614ba72b4467e03f404741137a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:17:30 provisioning config files... 21:17:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7557962947801800523tmp [Pipeline] { [Pipeline] echo 21:17:30 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:17:30 ---> create-netrc.sh [Pipeline] echo 21:17:30 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:17:31 ---> logs-deploy.sh 21:17:31 + ARCHIVE_ARTIFACTS= 21:17:31 + LOGS_SERVER=https://logs.edgexfoundry.org 21:17:31 + '[' https://logs.edgexfoundry.org == None ']' 21:17:31 + NEXUS_URL=https://nexus.edgexfoundry.org 21:17:31 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/2 21:17:31 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2645/2/ 21:17:31 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/2 /w/workspace/edgex-go/2 21:17:32 Archives upload complete. 21:17:32 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2645/2/