Pull request #2625 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 anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 1732536b2be7da8f5d082537ddc0d5b62d50b6e8+2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf (c441387365f3b9d53d15b3815c491026e180f9ec) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-392 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf into PR head commit 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 Merge succeeded, producing 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 Checking out Revision 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 # 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 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 # timeout=10 Commit message: "snapcraft.yaml, many: use setpriv instead of drop" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:17:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:17:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:17:17 ========================================================= 15:17:17 EdgeX Global Pipelines Version Info 15:17:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5f58bbf663fa13630c0da133cf0e655e8ffdc207 # timeout=10 15:17:19 ------------------- 15:17:19 stable info: 15:17:19 ------------------- 15:17:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:17:19 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 15:17:19 Message: update stable to v1.0.106 15:17:20 ------------------- 15:17:20 experimental info: 15:17:20 ------------------- 15:17:20 Commited By: **** collab-it+edgex@linuxfoundation.org 15:17:20 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 15:17:20 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 15:17:23 ++ 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 15:17:23 + for file in '`ls cmd/**/Dockerfile`' 15:17:23 ++ dirname cmd/core-command/Dockerfile 15:17:23 ++ cut -d/ -f2 15:17:23 + echo core-command,cmd/core-command/Dockerfile 15:17:23 + for file in '`ls cmd/**/Dockerfile`' 15:17:23 ++ dirname cmd/core-data/Dockerfile 15:17:23 ++ cut -d/ -f2 15:17:23 + echo core-data,cmd/core-data/Dockerfile 15:17:23 + for file in '`ls cmd/**/Dockerfile`' 15:17:23 ++ dirname cmd/core-metadata/Dockerfile 15:17:23 ++ cut -d/ -f2 15:17:23 + echo core-metadata,cmd/core-metadata/Dockerfile 15:17:23 + for file in '`ls cmd/**/Dockerfile`' 15:17:23 ++ dirname cmd/security-proxy-setup/Dockerfile 15:17:23 ++ cut -d/ -f2 15:17:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:17:23 + for file in '`ls cmd/**/Dockerfile`' 15:17:23 ++ dirname cmd/security-secrets-setup/Dockerfile 15:17:23 ++ cut -d/ -f2 15:17:23 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 15:17:23 + for file in '`ls cmd/**/Dockerfile`' 15:17:23 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:17:23 ++ cut -d/ -f2 15:17:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:17:23 + for file in '`ls cmd/**/Dockerfile`' 15:17:23 ++ dirname cmd/support-logging/Dockerfile 15:17:23 ++ cut -d/ -f2 15:17:23 + echo support-logging,cmd/support-logging/Dockerfile 15:17:23 + for file in '`ls cmd/**/Dockerfile`' 15:17:23 ++ dirname cmd/support-notifications/Dockerfile 15:17:23 ++ cut -d/ -f2 15:17:23 + echo support-notifications,cmd/support-notifications/Dockerfile 15:17:23 + for file in '`ls cmd/**/Dockerfile`' 15:17:23 ++ dirname cmd/support-scheduler/Dockerfile 15:17:23 ++ cut -d/ -f2 15:17:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:17:23 + for file in '`ls cmd/**/Dockerfile`' 15:17:23 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:17:23 ++ cut -d/ -f2 15:17:23 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:17:23 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 15:17:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:17:24 15:17:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:17:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:17:24 latest: Pulling from edgex-devops/git-semver 15:17:24 31603596830f: Pulling fs layer 15:17:24 2a8b12db71e7: Pulling fs layer 15:17:24 6ca5941a6612: Pulling fs layer 15:17:24 ecc8261a40a4: Pulling fs layer 15:17:24 ecc8261a40a4: Waiting 15:17:24 2a8b12db71e7: Verifying Checksum 15:17:24 2a8b12db71e7: Download complete 15:17:24 31603596830f: Verifying Checksum 15:17:24 31603596830f: Download complete 15:17:24 ecc8261a40a4: Verifying Checksum 15:17:24 ecc8261a40a4: Download complete 15:17:24 6ca5941a6612: Verifying Checksum 15:17:24 6ca5941a6612: Download complete 15:17:25 31603596830f: Pull complete 15:17:25 2a8b12db71e7: Pull complete 15:17:26 6ca5941a6612: Pull complete 15:17:26 ecc8261a40a4: Pull complete 15:17:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:17:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:17:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:17:26 prd-centos7-docker-4c-2g-392 does not seem to be running inside a container 15:17:26 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 15:17:28 $ docker top 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:17:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:17:29 [ssh-agent] Looking for ssh-agent implementation... 15:17:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:17:29 $ docker exec 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe ssh-agent 15:17:29 SSH_AUTH_SOCK=/tmp/ssh-vujYmBpH8i6y/agent.12 15:17:29 SSH_AGENT_PID=17 15:17:29 Running ssh-add (command line suppressed) 15:17:29 Identity added: /w/workspace/edgex-go/19@tmp/private_key_8039546827760814984.key (/w/workspace/edgex-go/19@tmp/private_key_8039546827760814984.key) 15:17:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:17:30 + git describe --exact-match --tags HEAD 15:17:30 fatal: No names found, cannot describe anything. [Pipeline] } 15:17:30 $ docker exec --env ******** --env ******** 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe ssh-agent -k 15:17:30 unset SSH_AUTH_SOCK; 15:17:30 unset SSH_AGENT_PID; 15:17:30 echo Agent pid 17 killed; 15:17:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:17:30 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:17:30 This usually means this commit has not been tagged. [Pipeline] sshagent 15:17:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:17:30 [ssh-agent] Looking for ssh-agent implementation... 15:17:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:17:30 $ docker exec 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe ssh-agent 15:17:31 SSH_AUTH_SOCK=/tmp/ssh-xIxilcLWCiRU/agent.45 15:17:31 SSH_AGENT_PID=50 15:17:31 Running ssh-add (command line suppressed) 15:17:31 Identity added: /w/workspace/edgex-go/19@tmp/private_key_7087411973504483287.key (/w/workspace/edgex-go/19@tmp/private_key_7087411973504483287.key) 15:17:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:17:31 + git semver init 15:17:31 # -> Open(): unable to determine branch for HEAD 15:17:31 # $GIT_DIR = /w/workspace/edgex-go/19/.git 15:17:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/19 15:17:31 # $SEMVER_REMOTE_NAME = origin 15:17:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:17:31 # $SEMVER_USER_NAME = edgex-jenkins 15:17:31 # $SEMVER_BRANCH = PR-2625 15:17:31 # $SEMVER_TEMP = /tmp/semver-339602441 15:17:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:18:10 # '/tmp/semver-339602441' -> '/w/workspace/edgex-go/19/.semver' 15:18:10 # -> Force: false 15:18:10 # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } 15:18:10 $ docker exec --env ******** --env ******** 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe ssh-agent -k 15:18:10 unset SSH_AUTH_SOCK; 15:18:10 unset SSH_AGENT_PID; 15:18:10 echo Agent pid 50 killed; 15:18:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:18:11 + git semver [Pipeline] } 15:18:11 $ docker stop --time=1 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe 15:18:13 $ docker rm -f 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:18:26 Stashed 34 file(s) [Pipeline] echo 15:18:26 [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 15:18:27 ========================================================= 15:18:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 15:18:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:18:27 + 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 . 15:18:31 Sending build context to Docker daemon 323.1MB 15:18:31 Step 1/7 : ARG BASE=golang:1.13-alpine 15:18:31 Step 2/7 : FROM ${BASE} 15:18:31 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 15:18:31 df20fa9351a1: Pulling fs layer 15:18:31 ed8968b2872e: Pulling fs layer 15:18:31 a92cc7c5fd73: Pulling fs layer 15:18:31 2dd03ba5bac4: Pulling fs layer 15:18:31 1e091d79d1de: Pulling fs layer 15:18:31 481702a1767f: Pulling fs layer 15:18:31 f64a6f60c768: Pulling fs layer 15:18:31 e78d2573fc39: Pulling fs layer 15:18:31 e876d2f968b6: Pulling fs layer 15:18:31 ce8a83651883: Pulling fs layer 15:18:31 07967f4d0e4b: Pulling fs layer 15:18:31 f64a6f60c768: Waiting 15:18:31 e78d2573fc39: Waiting 15:18:31 e876d2f968b6: Waiting 15:18:31 ce8a83651883: Waiting 15:18:31 07967f4d0e4b: Waiting 15:18:31 2dd03ba5bac4: Waiting 15:18:31 481702a1767f: Waiting 15:18:31 a92cc7c5fd73: Download complete 15:18:31 ed8968b2872e: Download complete 15:18:31 1e091d79d1de: Verifying Checksum 15:18:31 1e091d79d1de: Download complete 15:18:31 481702a1767f: Verifying Checksum 15:18:31 481702a1767f: Download complete 15:18:31 df20fa9351a1: Verifying Checksum 15:18:31 df20fa9351a1: Download complete 15:18:31 df20fa9351a1: Pull complete 15:18:31 f64a6f60c768: Verifying Checksum 15:18:31 f64a6f60c768: Download complete 15:18:31 e876d2f968b6: Verifying Checksum 15:18:31 e876d2f968b6: Download complete 15:18:32 e78d2573fc39: Verifying Checksum 15:18:32 e78d2573fc39: Download complete 15:18:32 ce8a83651883: Verifying Checksum 15:18:32 ce8a83651883: Download complete 15:18:32 2dd03ba5bac4: Verifying Checksum 15:18:32 2dd03ba5bac4: Download complete 15:18:32 07967f4d0e4b: Verifying Checksum 15:18:32 07967f4d0e4b: Download complete 15:18:32 ed8968b2872e: Pull complete 15:18:33 a92cc7c5fd73: Pull complete 15:18:38 2dd03ba5bac4: Pull complete 15:18:38 1e091d79d1de: Pull complete 15:18:38 481702a1767f: Pull complete 15:18:42 Still waiting to schedule task 15:18:42 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 15:18:42 f64a6f60c768: Pull complete 15:18:46 e78d2573fc39: Pull complete 15:18:46 e876d2f968b6: Pull complete 15:18:47 ce8a83651883: Pull complete 15:18:47 07967f4d0e4b: Pull complete 15:18:47 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 15:18:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 15:18:47 ---> 5d7c900382c6 15:18:47 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 15:18:49 ---> Running in 3a8d4b50c0f5 15:18:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:18:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:18:51 (1/12) Installing libmagic (5.38-r0) 15:18:51 (2/12) Installing file (5.38-r0) 15:18:51 (3/12) Installing libc-dev (0.7.2-r3) 15:18:51 (4/12) Installing g++ (9.3.0-r2) 15:18:58 (5/12) Installing fortify-headers (1.1-r0) 15:18:58 (6/12) Installing patch (2.7.6-r6) 15:18:58 (7/12) Installing build-base (0.5-r2) 15:18:58 (8/12) Installing libsodium (1.0.18-r0) 15:18:58 (9/12) Installing pkgconf (1.7.2-r0) 15:18:58 (10/12) Installing libsodium-dev (1.0.18-r0) 15:18:58 (11/12) Installing libzmq (4.3.2-r0) 15:18:58 (12/12) Installing zeromq-dev (4.3.2-r0) 15:18:58 Executing busybox-1.31.1-r16.trigger 15:18:58 OK: 233 MiB in 51 packages 15:19:02 Removing intermediate container 3a8d4b50c0f5 15:19:02 ---> 2ad1f9c69d28 15:19:02 Step 4/7 : WORKDIR /edgex-go 15:19:02 ---> Running in 3dc3c26c0ed5 15:19:02 Removing intermediate container 3dc3c26c0ed5 15:19:02 ---> b2edea18313e 15:19:02 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:19:02 latest: Pulling from library/docker 15:19:02 df20fa9351a1: Already exists 15:19:02 25ad7478873d: Pulling fs layer 15:19:02 4684f6177b5d: Pulling fs layer 15:19:02 46e300cec669: Pulling fs layer 15:19:02 63038576ad94: Pulling fs layer 15:19:02 0fdb76c4706c: Pulling fs layer 15:19:02 cb7edeffdfd5: Pulling fs layer 15:19:02 63038576ad94: Waiting 15:19:02 0fdb76c4706c: Waiting 15:19:02 cb7edeffdfd5: Waiting 15:19:03 25ad7478873d: Verifying Checksum 15:19:03 25ad7478873d: Download complete 15:19:04 4684f6177b5d: Verifying Checksum 15:19:04 4684f6177b5d: Download complete 15:19:04 25ad7478873d: Pull complete 15:19:04 0fdb76c4706c: Verifying Checksum 15:19:04 0fdb76c4706c: Download complete 15:19:04 4684f6177b5d: Pull complete 15:19:04 cb7edeffdfd5: Verifying Checksum 15:19:04 cb7edeffdfd5: Download complete 15:19:04 46e300cec669: Download complete 15:19:04 63038576ad94: Verifying Checksum 15:19:04 63038576ad94: Download complete 15:19:06 46e300cec669: Pull complete 15:19:07 63038576ad94: Pull complete 15:19:07 0fdb76c4706c: Pull complete 15:19:07 cb7edeffdfd5: Pull complete 15:19:07 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 15:19:07 Status: Downloaded newer image for docker:latest 15:19:08 ---> 03a087dc2c77 15:19:08 Step 6/7 : COPY go.mod . 15:19:09 ---> a7757d1ada62 15:19:09 Step 7/7 : RUN go mod download 15:19:09 ---> Running in 6e0152d84dab 15:19:12 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:19:12 go: finding github.com/BurntSushi/toml v0.3.1 15:19:12 go: finding github.com/OneOfOne/xxhash v1.2.5 15:19:12 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:19:12 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:19:12 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:19:12 go: finding github.com/bgentry/speakeasy v0.1.0 15:19:12 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:19:12 go: finding github.com/cloudflare/gokey v0.1.0 15:19:12 go: finding github.com/davecgh/go-spew v1.1.1 15:19:12 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:19:12 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:19:12 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 15:19:12 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:19:12 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 15:19:12 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:19:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 15:19:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:19:12 go: finding github.com/fatih/color v1.7.0 15:19:12 go: finding github.com/fsnotify/fsnotify v1.4.7 15:19:12 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:19:12 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 15:19:12 go: finding github.com/go-kit/kit v0.8.0 15:19:12 go: finding github.com/go-logfmt/logfmt v0.4.0 15:19:12 go: finding github.com/go-playground/assert/v2 v2.0.1 15:19:12 go: finding github.com/go-playground/locales v0.13.0 15:19:12 go: finding github.com/go-playground/universal-translator v0.17.0 15:19:12 go: finding github.com/go-playground/validator/v10 v10.3.0 15:19:12 go: finding github.com/go-redis/redis/v7 v7.2.0 15:19:12 go: finding github.com/go-stack/stack v1.8.0 15:19:12 go: finding github.com/golang/protobuf v1.3.2 15:19:12 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:19:13 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:19:13 go: finding github.com/google/uuid v1.1.0 15:19:13 go: finding github.com/gorilla/mux v1.7.1 15:19:13 go: finding github.com/hashicorp/consul/api v1.1.0 15:19:13 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:19:13 go: finding github.com/hashicorp/errwrap v1.0.0 15:19:13 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:19:13 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:19:13 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:19:13 go: finding github.com/hashicorp/go-multierror v1.0.0 15:19:13 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:19:13 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:19:13 go: finding github.com/hashicorp/go-syslog v1.0.0 15:19:13 go: finding github.com/hashicorp/go-uuid v1.0.1 15:19:13 go: finding github.com/hashicorp/go.net v0.0.1 15:19:13 go: finding github.com/hashicorp/golang-lru v0.5.0 15:19:13 go: finding github.com/hashicorp/logutils v1.0.0 15:19:13 go: finding github.com/hashicorp/mdns v1.0.0 15:19:13 go: finding github.com/hashicorp/memberlist v0.1.3 15:19:14 go: finding github.com/hashicorp/serf v0.8.2 15:19:14 go: finding github.com/hpcloud/tail v1.0.0 15:19:14 go: finding github.com/imdario/mergo v0.3.6 15:19:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:19:14 go: finding github.com/kr/pretty v0.1.0 15:19:14 go: finding github.com/kr/pty v1.1.1 15:19:14 go: finding github.com/kr/text v0.1.0 15:19:14 go: finding github.com/leodido/go-urn v1.2.0 15:19:14 go: finding github.com/mattn/go-colorable v0.0.9 15:19:14 go: finding github.com/mattn/go-isatty v0.0.3 15:19:14 go: finding github.com/miekg/dns v1.0.14 15:19:14 go: finding github.com/mitchellh/cli v1.0.0 15:19:14 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:19:14 go: finding github.com/mitchellh/copystructure v1.0.0 15:19:14 go: finding github.com/mitchellh/go-homedir v1.0.0 15:19:14 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:19:14 go: finding github.com/mitchellh/gox v0.4.0 15:19:14 go: finding github.com/mitchellh/iochan v1.0.0 15:19:14 go: finding github.com/mitchellh/mapstructure v1.1.2 15:19:14 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:19:15 go: finding github.com/onsi/ginkgo v1.10.1 15:19:15 go: finding github.com/onsi/gomega v1.7.0 15:19:15 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:19:15 go: finding github.com/pebbe/zmq4 v1.0.0 15:19:15 go: finding github.com/pelletier/go-toml v1.2.0 15:19:15 go: finding github.com/pkg/errors v0.8.1 15:19:15 go: finding github.com/pmezard/go-difflib v1.0.0 15:19:15 go: finding github.com/posener/complete v1.1.1 15:19:15 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:19:15 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:19:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:19:15 go: finding github.com/stretchr/objx v0.1.0 15:19:15 go: finding github.com/stretchr/testify v1.5.1 15:19:15 go: finding github.com/ugorji/go v1.1.4 15:19:15 go: finding github.com/x448/float16 v0.8.4 15:19:15 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 15:19:15 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:19:15 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:19:15 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 15:19:15 go: finding golang.org/x/text v0.3.2 15:19:15 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:19:15 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:19:15 go: finding gopkg.in/eapache/queue.v1 v1.1.0 15:19:15 go: finding gopkg.in/fsnotify.v1 v1.4.7 15:19:15 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 15:19:15 go: finding gopkg.in/yaml.v2 v2.2.8 15:19:33 Removing intermediate container 6e0152d84dab 15:19:33 ---> fb72fbbdd49d 15:19:33 Successfully built fb72fbbdd49d 15:19:33 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 15:19:34 + docker inspect -f . ci-base-image-x86_64 15:19:34 . [Pipeline] withDockerContainer 15:19:34 prd-centos7-docker-4c-2g-392 does not seem to be running inside a container 15:19:34 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 15:19:35 $ docker top ff6d54745c6e066205857bdc0cfc41ce390e37b6bdc86db6f638f7ba65c89271 -eo pid,comm [Pipeline] { [Pipeline] sh 15:19:36 + go version 15:19:36 go version go1.13.13 linux/amd64 [Pipeline] echo 15:19:36 ========================================================= 15:19:36 [edgeXBuildGoParallel] Running Tests and Build... 15:19:36 ========================================================= [Pipeline] sh 15:19:36 + make test 15:19:36 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:19:38 ? github.com/edgexfoundry/edgex-go [no test files] 15:19:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:19:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:19:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:19:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:19:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:19:55 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.005s 15:19:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 15:19:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:19:55 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 15:19:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:19:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:19:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:19:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:19:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:20:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.034s coverage: 46.6% of statements 15:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:20:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:20:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.055s coverage: 27.2% of statements 15:20:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:20:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:20:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:20:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:20:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:20:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:20:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements 15:20:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:20:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements 15:20:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:20:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:20:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.317s coverage: 82.5% of statements 15:20:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:20:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:20:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.016s coverage: 92.9% of statements 15:20:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:20:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:20:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:20:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:20:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.120s coverage: 28.6% of statements 15:20:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:20:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:20:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:20:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:20:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:20:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.038s coverage: 100.0% of statements 15:20:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:20:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.015s coverage: 100.0% of statements 15:20:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:20:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.022s coverage: 89.8% of statements 15:20:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:20:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.060s coverage: 97.5% of statements 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:20:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.013s coverage: 100.0% of statements 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:20:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 15:20:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 15:20:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.077s coverage: 63.5% of statements 15:20:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:20:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:20:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 15:20:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.109s coverage: 55.9% of statements 15:20:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:20:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:20:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 15:20:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.585s coverage: 86.3% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.275s coverage: 72.2% of statements 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.102s coverage: 72.1% of statements 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.014s coverage: 82.4% of statements 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.008s coverage: 28.8% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.030s coverage: 96.8% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.045s coverage: 26.9% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.092s coverage: 84.1% of statements 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.014s coverage: 100.0% of statements 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.017s coverage: 42.9% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.015s coverage: 100.0% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.040s coverage: 45.1% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.006s coverage: 100.0% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.042s coverage: 29.1% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.026s coverage: 99.0% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/system 0.002s coverage: 0.0% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:20:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 15:20:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 15:20:20 GO111MODULE=on go vet ./... 15:20:26 gofmt -l . 15:20:26 [ "`gofmt -l .`" = "" ] 15:20:27 ./bin/test-go-mod-tidy.sh 15:20:27 ./bin/test-attribution-txt.sh [Pipeline] sh 15:20:30 + ls -al . 15:20:30 total 552 15:20:30 drwxrwxr-x 10 1001 1001 4096 Aug 18 15:20 . 15:20:30 drwxr-xr-x 4 root root 30 Aug 18 15:19 .. 15:20:30 -rw-rw-r-- 1 1001 1001 11 Aug 18 15:17 .dockerignore 15:20:30 drwxrwxr-x 8 1001 1001 179 Aug 18 15:17 .git 15:20:30 drwxrwxr-x 3 1001 1001 60 Aug 18 15:17 .github 15:20:30 -rw-rw-r-- 1 1001 1001 932 Aug 18 15:17 .gitignore 15:20:30 drwx------ 3 1001 1001 47 Aug 18 15:18 .semver 15:20:30 -rw-rw-r-- 1 1001 1001 166 Aug 18 15:17 .sonarcloud.properties 15:20:30 -rw-rw-r-- 1 1001 1001 3804 Aug 18 15:17 CONTRIBUTING.md 15:20:30 -rw-rw-r-- 1 1001 1001 1035 Aug 18 15:17 Dockerfile.build 15:20:30 -rw-rw-r-- 1 1001 1001 865 Aug 18 15:17 Jenkinsfile 15:20:30 -rw-rw-r-- 1 1001 1001 10775 Aug 18 15:17 LICENSE 15:20:30 -rw-rw-r-- 1 1001 1001 6237 Aug 18 15:17 Makefile 15:20:30 -rw-rw-r-- 1 1001 1001 5652 Aug 18 15:17 README.md 15:20:30 -rw-rw-r-- 1 1001 1001 259 Aug 18 15:17 SECURITY.md 15:20:30 -rw-rw-r-- 1 1001 1001 5 Aug 18 15:18 VERSION 15:20:30 -rw-rw-r-- 1 1001 1001 4131 Aug 18 15:17 ZMQWindows.md 15:20:30 drwxrwxr-x 2 1001 1001 117 Aug 18 15:17 bin 15:20:30 drwxrwxr-x 15 1001 1001 4096 Aug 18 15:17 cmd 15:20:30 -rw-r--r-- 1 root root 458658 Aug 18 15:20 coverage.out 15:20:30 -rw-r--r-- 1 root root 1019 Aug 18 15:20 go.mod 15:20:30 -rw-r--r-- 1 root root 19185 Aug 18 15:20 go.sum 15:20:30 drwxrwxr-x 8 1001 1001 127 Aug 18 15:17 internal 15:20:30 drwxrwxr-x 4 1001 1001 26 Aug 18 15:17 openapi 15:20:30 drwxrwxr-x 4 1001 1001 71 Aug 18 15:17 snap 15:20:30 -rw-rw-r-- 1 1001 1001 168 Aug 18 15:17 version.go [Pipeline] sh 15:20:30 + '[' -e coverage.out ] 15:20:30 + chown 1001:1001 coverage.out [Pipeline] stash 15:20:30 Stashed 1 file(s) [Pipeline] sh 15:20:30 + make build 15:20:30 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 15:20:37 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 15:20:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:20:41 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 15:20:43 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 15:20:46 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 15:20:46 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 15:20:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:20:50 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 15:20:52 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 15:20:53 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 15:20:54 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 15:20:56 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] } 15:20:57 $ docker stop --time=1 ff6d54745c6e066205857bdc0cfc41ce390e37b6bdc86db6f638f7ba65c89271 15:20:58 $ docker rm -f ff6d54745c6e066205857bdc0cfc41ce390e37b6bdc86db6f638f7ba65c89271 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:21:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:21:00 15:21:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:21:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:21:00 latest: Pulling from edgex-devops/edgex-compose 15:21:00 cbdbe7a5bc2a: Pulling fs layer 15:21:00 ca9280d653b3: Pulling fs layer 15:21:00 7e9c9ca2126c: Pulling fs layer 15:21:00 cbdbe7a5bc2a: Verifying Checksum 15:21:00 cbdbe7a5bc2a: Download complete 15:21:00 ca9280d653b3: Verifying Checksum 15:21:00 ca9280d653b3: Download complete 15:21:01 cbdbe7a5bc2a: Pull complete 15:21:01 7e9c9ca2126c: Verifying Checksum 15:21:01 7e9c9ca2126c: Download complete 15:21:02 ca9280d653b3: Pull complete 15:21:08 7e9c9ca2126c: Pull complete 15:21:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:21:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:21:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:21:08 prd-centos7-docker-4c-2g-392 does not seem to be running inside a container 15:21:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 15:21:11 $ docker top 3bf62d6cdc9cceb3e53d31bcd6ab6d0972430b28d0e3791858fa6bb3c9fb5d33 -eo pid,comm [Pipeline] { [Pipeline] sh 15:21:12 + docker-compose build --help 15:21:12 + grep parallel 15:21:13 --parallel Build images in parallel. [Pipeline] } 15:21:13 $ docker stop --time=1 3bf62d6cdc9cceb3e53d31bcd6ab6d0972430b28d0e3791858fa6bb3c9fb5d33 15:21:15 $ docker rm -f 3bf62d6cdc9cceb3e53d31bcd6ab6d0972430b28d0e3791858fa6bb3c9fb5d33 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:21:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:21:15 . [Pipeline] withDockerContainer 15:21:15 prd-centos7-docker-4c-2g-392 does not seem to be running inside a container 15:21:15 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 15:21:16 $ docker top 756a304838aa82de37e9172c53cd105a95ed1fed0b9f2158ce508d9660d4d12d -eo pid,comm [Pipeline] { [Pipeline] sh 15:21:17 + docker-compose -f ./docker-compose-build.yml build --parallel 15:21:18 Building docker-core-command-go ... 15:21:18 Building docker-core-data-go ... 15:21:18 Building docker-core-metadata-go ... 15:21:18 Building docker-security-proxy-setup-go ... 15:21:18 Building docker-security-secrets-setup-go ... 15:21:18 Building docker-security-secretstore-setup-go ... 15:21:18 Building docker-support-logging-go ... 15:21:18 Building docker-support-notifications-go ... 15:21:18 Building docker-support-scheduler-go ... 15:21:18 Building docker-sys-mgmt-agent-go ... 15:21:18 Building docker-core-data-go 15:21:18 Building docker-core-metadata-go 15:21:18 Building docker-security-secretstore-setup-go 15:21:18 Building docker-security-proxy-setup-go 15:21:18 Building docker-security-secrets-setup-go 15:21:44 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:21:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:21:44 ---> fb72fbbdd49d 15:21:44 Step 3/22 : WORKDIR /edgex-go 15:21:44 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 15:21:44 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:21:44 ---> fb72fbbdd49d 15:21:44 Step 3/29 : WORKDIR /edgex-go 15:21:44 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:21:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:21:44 ---> fb72fbbdd49d 15:21:44 Step 3/26 : WORKDIR /edgex-go 15:21:44 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:21:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:21:44 ---> fb72fbbdd49d 15:21:44 Step 3/21 : WORKDIR /edgex-go 15:21:45 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:21:45 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:21:45 ---> fb72fbbdd49d 15:21:45 Step 3/20 : WORKDIR /edgex-go 15:21:45 ---> Running in c7a35a678633 15:21:45 ---> Running in e9e5af29fca1 15:21:45 ---> Running in c55648fbb799 15:21:45 ---> Running in 58b148285ff3 15:21:45 ---> Running in 5c5183232fda 15:21:46 Removing intermediate container c55648fbb799 15:21:46 ---> 8230b0300cf8 15:21:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:21:46 Removing intermediate container e9e5af29fca1 15:21:46 ---> 43dfcbd96c6d 15:21:46 Step 4/29 : RUN apk update && apk add make git 15:21:46 Removing intermediate container c7a35a678633 15:21:46 ---> 6f2f617c676b 15:21:46 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:21:46 Removing intermediate container 5c5183232fda 15:21:46 ---> 4c74c4dc94c2 15:21:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:21:46 Removing intermediate container 58b148285ff3 15:21:46 ---> e82cc0d3837a 15:21:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:21:46 ---> Running in f6ab9de33c8e 15:21:46 ---> Running in 7d48e7d42ea2 15:21:46 ---> Running in 644c043482b5 15:21:46 ---> Running in fcb0dd695f1e 15:21:46 ---> Running in a66b07d7d3a1 15:21:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:21:48 Removing intermediate container 7d48e7d42ea2 15:21:48 ---> ce1f4d3fdc13 15:21:48 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:21:48 Removing intermediate container f6ab9de33c8e 15:21:48 ---> 24f5ab50a467 15:21:48 Step 5/20 : RUN apk update && apk add make git 15:21:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:21:48 ---> Running in 064bc755c2ed 15:21:48 Removing intermediate container fcb0dd695f1e 15:21:48 ---> 35c3a2c77f91 15:21:48 Step 5/26 : RUN apk update && apk add make git 15:21:48 ---> Running in a41f66b63b4b 15:21:48 ---> Running in cfcd9145aaa5 15:21:48 Removing intermediate container a66b07d7d3a1 15:21:48 ---> d15e187dbfb3 15:21:48 Step 5/21 : RUN apk update && apk add make git 15:21:48 ---> Running in d93176d7e9a1 15:21:49 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:21:49 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:21:49 OK: 12746 distinct packages available 15:21:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:21:49 OK: 233 MiB in 51 packages 15:21:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:21:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:21:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:21:49 Removing intermediate container 644c043482b5 15:21:49 ---> 52d0466d1aae 15:21:49 Step 5/29 : COPY go.mod . 15:21:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:21:50 ---> 8918b2d7c0f5 15:21:50 Step 6/29 : RUN go mod download 15:21:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:21:50 ---> Running in 75821f36e0ac 15:21:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:21:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:21:51 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:21:51 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:21:51 OK: 12746 distinct packages available 15:21:51 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:21:51 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:21:51 OK: 12746 distinct packages available 15:21:51 OK: 233 MiB in 51 packages 15:21:51 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:21:51 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:21:51 OK: 12746 distinct packages available 15:21:51 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:21:51 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:21:51 OK: 12746 distinct packages available 15:21:51 OK: 233 MiB in 51 packages 15:21:51 OK: 233 MiB in 51 packages 15:21:51 OK: 233 MiB in 51 packages 15:21:51 Removing intermediate container 064bc755c2ed 15:21:51 ---> 1a7cab76e86c 15:21:51 Step 6/22 : COPY go.mod . 15:21:52 Removing intermediate container a41f66b63b4b 15:21:52 ---> 27425dd67e32 15:21:52 Step 6/20 : COPY go.mod . 15:21:52 ---> 79f53d644ac7 15:21:52 Step 7/22 : RUN go mod download 15:21:52 ---> Running in 3550cd0c7eda 15:21:52 Removing intermediate container 75821f36e0ac 15:21:52 ---> 827021479e73 15:21:52 Step 7/29 : COPY . . 15:21:52 Removing intermediate container d93176d7e9a1 15:21:52 ---> 848e8650367b 15:21:52 Step 6/21 : COPY go.mod . 15:21:52 ---> ff0437fd7a0d 15:21:52 Step 7/20 : RUN go mod download 15:21:52 Removing intermediate container cfcd9145aaa5 15:21:52 ---> e574f8f6f947 15:21:52 Step 6/26 : COPY go.mod . 15:21:53 ---> Running in e52677c9a07e 15:21:53 ---> c5f69e903b01 15:21:53 Step 7/21 : RUN go mod download 15:21:55 ---> Running in f5656840e783 15:21:55 ---> ebff3364d6e7 15:21:55 Step 7/26 : RUN go mod download 15:21:56 ---> Running in 230606e0e30c 15:21:57 Removing intermediate container 3550cd0c7eda 15:21:57 ---> 6133bdc75b2c 15:21:57 Step 8/22 : COPY . . 15:22:04 Removing intermediate container e52677c9a07e 15:22:04 ---> 17bde484656d 15:22:04 Step 8/20 : COPY . . 15:22:06 Removing intermediate container f5656840e783 15:22:06 ---> c7b534f57834 15:22:06 Step 8/21 : COPY . . 15:22:15 Removing intermediate container 230606e0e30c 15:22:15 ---> ef58c17266af 15:22:15 Step 8/26 : COPY . . 15:22:25 ---> 61a10cb67c3d 15:22:25 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:22:28 ---> Running in 89b95d77ce7f 15:22:30 ---> e27f2fada443 15:22:30 Step 9/22 : RUN make cmd/core-data/core-data 15:22:32 ---> Running in 6233a6554506 15:22:33 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 15:22:34 ---> 123f598d444f 15:22:34 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 15:22:34 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 15:22:34 ---> Running in d0852810a531 15:22:36 ---> 8387a66a92ac 15:22:36 Step 9/21 : RUN make cmd/core-metadata/core-metadata 15:22:37 ---> Running in 4f42e0cc850e 15:22:37 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 15:22:38 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 15:22:39 ---> 62f58131ac16 15:22:39 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 15:22:39 ---> Running in 4448835f6af3 15:22:40 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 15:22:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-393 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws 15:22:57 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 15:22:58 Removing intermediate container 89b95d77ce7f 15:22:58 ---> a58dd73ae5b7 15:22:58 15:22:58 Step 9/29 : FROM alpine:latest 15:22:58 latest: Pulling from library/alpine 15:22:58 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:22:59 Status: Downloaded newer image for alpine:latest 15:22:59 ---> a24bb4013296 15:22:59 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:22:59 ---> Running in d95f3d682faa 15:22:59 Removing intermediate container d95f3d682faa 15:22:59 ---> 601509e2f0b8 15:22:59 Step 11/29 : USER root 15:23:00 ---> Running in becda3440b65 15:23:00 Removing intermediate container becda3440b65 15:23:00 ---> a482e14b576f 15:23:00 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:23:00 ---> Running in 66bc115eb0b2 15:23:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:23:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:23:01 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:23:01 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:23:01 OK: 12746 distinct packages available 15:23:02 (1/2) Installing ca-certificates (20191127-r4) 15:23:02 (2/2) Installing dumb-init (1.2.2-r1) 15:23:02 Executing busybox-1.31.1-r16.trigger 15:23:02 Executing ca-certificates-20191127-r4.trigger 15:23:02 OK: 6 MiB in 16 packages 15:23:02 using credential edgex-jenkins-ssh 15:23:02 Cloning the remote Git repository 15:23:02 Cloning with configured refspecs honoured and without tags 15:23:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:23:02 > git init /w/workspace/edgex-go/19 # timeout=10 15:23:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:23:03 > git --version # timeout=10 15:23:03 using GIT_SSH to set credentials SSH Credentials for GitHub 15:23:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:23:04 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 15:23:05 Removing intermediate container 66bc115eb0b2 15:23:05 ---> c90ce224f868 15:23:05 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:23:06 ---> Running in 3e22b130082f 15:23:06 Removing intermediate container d0852810a531 15:23:06 ---> 370cb28566f2 15:23:06 15:23:06 Step 10/20 : FROM alpine 15:23:06 ---> a24bb4013296 15:23:06 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:23:06 ---> Running in 5c22b792b259 15:23:07 Removing intermediate container 3e22b130082f 15:23:07 ---> 7727e8052f2a 15:23:07 Step 14/29 : WORKDIR $BASE_DIR 15:23:07 ---> Running in 66ddc4117280 15:23:07 Removing intermediate container 66ddc4117280 15:23:07 ---> 38116938fa14 15:23:07 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:23:07 ---> Running in 007fe8a38419 15:23:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:23:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:23:08 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:23:08 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:23:08 OK: 12746 distinct packages available 15:23:08 (1/4) Installing ca-certificates (20191127-r4) 15:23:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:23:10 (3/4) Installing libcurl (7.69.1-r0) 15:23:10 (4/4) Installing curl (7.69.1-r0) 15:23:10 Executing busybox-1.31.1-r16.trigger 15:23:10 Executing ca-certificates-20191127-r4.trigger 15:23:10 OK: 7 MiB in 18 packages 15:23:10 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 15:23:12 Removing intermediate container 007fe8a38419 15:23:12 ---> 5d85af213123 15:23:12 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:23:12 Removing intermediate container 5c22b792b259 15:23:12 ---> e14e8582f3f3 15:23:12 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:23:12 ---> Running in 58e274e8ddf4 15:23:13 ---> 53a92f3cf8e9 15:23:13 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:23:16 Removing intermediate container 58e274e8ddf4 15:23:16 ---> 4e6227206b13 15:23:16 Step 13/20 : WORKDIR /edgex 15:23:16 ---> 64d00af45a3a 15:23:16 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:23:16 ---> Running in 8696cea8c775 15:23:16 Removing intermediate container 4f42e0cc850e 15:23:16 ---> 0323e12596c1 15:23:16 15:23:16 Step 10/21 : FROM scratch 15:23:16 ---> 15:23:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:23:17 Removing intermediate container 8696cea8c775 15:23:17 ---> 14ca1d90cc42 15:23:17 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:23:17 ---> b45c6da6ba97 15:23:17 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:23:17 ---> Running in fe108dc40080 15:23:18 Fetching without tags 15:23:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:23:17 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 15:23:17 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:23:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:23:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:23:18 using GIT_SSH to set credentials SSH Credentials for GitHub 15:23:18 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:23:18 Merging remotes/origin/master commit 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf into PR head commit 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:23:19 Removing intermediate container 4448835f6af3 15:23:19 ---> f6bd658e5294 15:23:19 15:23:19 Step 10/26 : FROM alpine:3.10 15:23:19 Merge succeeded, producing 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:23:19 Checking out Revision 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 (PR-2625) 15:23:19 3.10: Pulling from library/alpine 15:23:19 Removing intermediate container fe108dc40080 15:23:19 ---> 64240644c6c7 15:23:19 Step 12/21 : ENV APP_PORT=48081 15:23:19 ---> 6c501bc63e29 15:23:19 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:23:19 ---> 61ad9055f4e1 15:23:19 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:23:19 ---> Running in ee3eb6d08feb 15:23:19 Removing intermediate container 6233a6554506 15:23:19 ---> 66c36ff68c3e 15:23:19 15:23:19 Step 10/22 : FROM alpine 15:23:19 ---> a24bb4013296 15:23:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:23:18 > git config core.sparsecheckout # timeout=10 15:23:18 > git checkout -f 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 # timeout=10 15:23:18 > git remote # timeout=10 15:23:18 > git config --get remote.origin.url # timeout=10 15:23:19 using GIT_SSH to set credentials SSH Credentials for GitHub 15:23:19 > git merge 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf # timeout=10 15:23:19 > git rev-parse HEAD^{commit} # timeout=10 15:23:19 > git config core.sparsecheckout # timeout=10 15:23:19 > git checkout -f 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 # timeout=10 15:23:21 ---> Running in 0b780fbba1d0 15:23:21 Removing intermediate container ee3eb6d08feb 15:23:21 ---> 64cdfc978bba 15:23:21 Step 13/21 : EXPOSE $APP_PORT 15:23:21 ---> 356a3a3d978a 15:23:21 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:23:21 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:23:21 ---> 0f6c85f42707 15:23:21 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:23:21 Status: Downloaded newer image for alpine:3.10 15:23:21 ---> be4e4bea2c2e 15:23:21 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:23:21 ---> Running in ed2d92938763 15:23:21 ---> Running in 3a6eb72d73fc 15:23:21 ---> Running in f00312bd50fa 15:23:21 ---> Running in b0b5124c58ea 15:23:21 Removing intermediate container 0b780fbba1d0 15:23:21 ---> 0f72b4a77814 15:23:21 Step 12/22 : ENV APP_PORT=48080 15:23:22 Removing intermediate container ed2d92938763 15:23:22 ---> 0d51d94d5a0c 15:23:22 Step 14/21 : WORKDIR / 15:23:22 ---> Running in 8fa6f1ec23eb 15:23:22 ---> Running in bd39015928a2 15:23:22 Removing intermediate container f00312bd50fa 15:23:22 ---> b19df2b35743 15:23:22 Step 17/20 : CMD ["--init=true"] 15:23:22 ---> Running in f195d0dd6b31 15:23:22 Removing intermediate container 8fa6f1ec23eb 15:23:22 ---> 160c919abe0c 15:23:22 Step 13/22 : EXPOSE $APP_PORT 15:23:22 ---> Running in 88b3a679a4ec 15:23:22 Removing intermediate container bd39015928a2 15:23:22 ---> 3cfc2425b525 15:23:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:23:22 Removing intermediate container f195d0dd6b31 15:23:22 ---> 464f6c30266a 15:23:22 Step 18/20 : LABEL arch=x86_64 15:23:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 15:23:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 15:23:23 ---> Running in fdff1c9e2bfb 15:23:23 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:23:23 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:23:23 OK: 10346 distinct packages available 15:23:23 Removing intermediate container 88b3a679a4ec 15:23:23 ---> 4c9b322b4c4f 15:23:23 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:23:23 ---> d6de8aa2c202 15:23:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:23:23 (1/5) Installing ca-certificates (20191127-r2) 15:23:23 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:23:23 (3/5) Installing libcurl (7.66.0-r0) 15:23:23 (4/5) Installing curl (7.66.0-r0) 15:23:23 (5/5) Installing dumb-init (1.2.2-r1) 15:23:23 ---> Running in f7b4d415f1e3 15:23:23 Executing busybox-1.30.1-r3.trigger 15:23:23 Executing ca-certificates-20191127-r2.trigger 15:23:23 OK: 7 MiB in 19 packages 15:23:23 Commit message: "snapcraft.yaml, many: use setpriv instead of drop" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 15:23:24 Removing intermediate container fdff1c9e2bfb 15:23:24 ---> a2a21a6655a9 15:23:24 Step 19/20 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:23:25 ---> Running in bc7b9b6f8886 15:23:25 Removing intermediate container 3a6eb72d73fc 15:23:25 ---> 2241f9639780 15:23:25 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:23:25 ---> 7fdf0d99a081 15:23:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:23:25 Removing intermediate container bc7b9b6f8886 15:23:25 ---> 61386c0c7f22 15:23:25 Step 20/20 : LABEL version=0.0.0 15:23:26 ---> b7f34ae9b43d 15:23:26 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:23:26 ---> 5078fdef16d4 15:23:26 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:23:26 ---> Running in b0a77a322e88 15:23:26 ---> Running in fea8a7e8e72e 15:23:26 ---> Running in dcc1b7d28971 15:23:26 Removing intermediate container b0b5124c58ea 15:23:26 ---> aacdf823a769 15:23:26 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:23:26 ---> Running in 904129f2c925 15:23:26 Removing intermediate container b0a77a322e88 15:23:26 ---> 7b6c0aea4329 15:23:26 15:23:26 Removing intermediate container fea8a7e8e72e 15:23:26 ---> 578ccf8dda28 15:23:26 Step 19/21 : LABEL arch=x86_64 15:23:26 Successfully built 7b6c0aea4329 15:23:26 Successfully tagged docker-security-proxy-setup-go:latest 15:23:26 ---> Running in 93e2cf2c5895 15:23:26  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 15:23:26 Removing intermediate container 904129f2c925 15:23:26 ---> 1c801cf00949 15:23:26 Step 13/26 : WORKDIR / 15:23:27 ---> Running in a9cf0730e9cd 15:23:27 Removing intermediate container 93e2cf2c5895 15:23:27 ---> a7039c830e62 15:23:27 Step 20/21 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:23:27 Removing intermediate container f7b4d415f1e3 15:23:27 ---> 3e09a23c15e2 15:23:27 Step 15/22 : RUN apk --no-cache add zeromq 15:23:28 ---> Running in 8d4105331ee8 15:23:28 Removing intermediate container a9cf0730e9cd 15:23:28 ---> a6b7cfdfe4e3 15:23:28 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:23:28 ---> Running in c740154fcd0a 15:23:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:23:31 Removing intermediate container 8d4105331ee8 15:23:31 ---> 4ce5d8cf3174 15:23:31 Step 21/21 : LABEL version=0.0.0 15:23:31 ---> 459a3f96022a 15:23:31 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:23:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:23:31 ---> Running in 68256bb5b334 15:23:31 ---> d8ddc5a5c88b 15:23:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:23:31 Removing intermediate container dcc1b7d28971 15:23:31 ---> 3943281ad532 15:23:31 Step 24/29 : RUN chmod 755 security-secrets-setup 15:23:32 Removing intermediate container 68256bb5b334 15:23:32 ---> 27e488c841ff 15:23:32 15:23:32 ---> Running in 3b6a46050e48 15:23:32 (1/5) Installing libgcc (9.3.0-r2) 15:23:32 (2/5) Installing libsodium (1.0.18-r0) 15:23:32 (3/5) Installing libstdc++ (9.3.0-r2) 15:23:33 (4/5) Installing libzmq (4.3.2-r0) 15:23:33 Successfully built 27e488c841ff 15:23:33 Successfully tagged docker-core-metadata-go:latest 15:23:33  Building docker-core-metadata-go ... done Building docker-support-notifications-go 15:23:33 (5/5) Installing zeromq (4.3.2-r0) 15:23:33 Executing busybox-1.31.1-r16.trigger 15:23:33 OK: 8 MiB in 19 packages [Pipeline] echo 15:23:34 ========================================================= 15:23:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 15:23:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:23:35 + 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 . 15:23:36 ---> 2b41f41686ee 15:23:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 15:23:38 ---> e25a212128aa 15:23:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:23:39 Removing intermediate container c740154fcd0a 15:23:39 ---> 9847cf26a78b 15:23:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:23:40 Sending build context to Docker daemon 323.1MB 15:23:40 Step 1/7 : ARG BASE=golang:1.13-alpine 15:23:40 Step 2/7 : FROM ${BASE} 15:23:40 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:23:40 b538f80385f9: Pulling fs layer 15:23:40 74f711af9a0d: Pulling fs layer 15:23:40 99f96fe45779: Pulling fs layer 15:23:40 fd7a069fd194: Pulling fs layer 15:23:40 66aa3694b03b: Pulling fs layer 15:23:40 170f70906a0f: Pulling fs layer 15:23:40 ad7c5574e4b9: Pulling fs layer 15:23:40 e772456be8f7: Pulling fs layer 15:23:40 c890913d741a: Pulling fs layer 15:23:40 2480fcc9aa5a: Pulling fs layer 15:23:40 09adf4765672: Pulling fs layer 15:23:40 fd7a069fd194: Waiting 15:23:40 66aa3694b03b: Waiting 15:23:40 170f70906a0f: Waiting 15:23:40 ad7c5574e4b9: Waiting 15:23:40 e772456be8f7: Waiting 15:23:40 c890913d741a: Waiting 15:23:40 2480fcc9aa5a: Waiting 15:23:40 09adf4765672: Waiting 15:23:40 99f96fe45779: Verifying Checksum 15:23:40 99f96fe45779: Download complete 15:23:40 74f711af9a0d: Verifying Checksum 15:23:40 74f711af9a0d: Download complete 15:23:40 66aa3694b03b: Verifying Checksum 15:23:40 66aa3694b03b: Download complete 15:23:40 170f70906a0f: Verifying Checksum 15:23:40 b538f80385f9: Download complete 15:23:40 ---> 69aeb6600aac 15:23:40 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:23:41 b538f80385f9: Pull complete 15:23:41 Removing intermediate container 3b6a46050e48 15:23:41 ---> cabeec14fce4 15:23:41 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:23:41 74f711af9a0d: Pull complete 15:23:41 99f96fe45779: Pull complete 15:23:41 ---> Running in ca256c86f7af 15:23:41 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:23:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:23:41 ---> fb72fbbdd49d 15:23:41 Step 3/26 : WORKDIR /edgex-go 15:23:41 ---> Using cache 15:23:41 ---> e82cc0d3837a 15:23:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:23:41 ---> Using cache 15:23:41 ---> d15e187dbfb3 15:23:41 Step 5/26 : RUN apk update && apk add make bash git 15:23:42 ad7c5574e4b9: Verifying Checksum 15:23:42 ad7c5574e4b9: Download complete 15:23:42 c890913d741a: Download complete 15:23:42 ---> 116ed6d1dcbe 15:23:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:23:43 ---> Running in d67eeaf45171 15:23:43 ---> 7ddcc8321a75 15:23:43 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 15:23:43 Removing intermediate container ca256c86f7af 15:23:43 ---> bce4dfb2d1f3 15:23:43 Step 26/29 : CMD [ "generate" ] 15:23:45 2480fcc9aa5a: Verifying Checksum 15:23:45 2480fcc9aa5a: Download complete 15:23:45 e772456be8f7: Verifying Checksum 15:23:45 e772456be8f7: Download complete 15:23:45 09adf4765672: Verifying Checksum 15:23:45 09adf4765672: Download complete 15:23:46 ---> Running in 95bc7d39d5a7 15:23:46 fd7a069fd194: Verifying Checksum 15:23:46 fd7a069fd194: Download complete 15:23:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:23:46 ---> 3811710007fd 15:23:46 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:23:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:23:47 ---> bd9b77d6ce94 15:23:47 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:23:47 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:23:47 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:23:47 OK: 12746 distinct packages available 15:23:48 OK: 233 MiB in 51 packages 15:23:48 Removing intermediate container 95bc7d39d5a7 15:23:48 ---> 4ac1f8d4581a 15:23:48 Step 27/29 : LABEL arch=x86_64 15:23:48 ---> 361f24af6b68 15:23:48 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:23:49 ---> Running in 02929494e7e5 15:23:50 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 15:23:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:23:50 ---> fb72fbbdd49d 15:23:50 Step 3/23 : WORKDIR /edgex-go 15:23:50 ---> Using cache 15:23:50 ---> e82cc0d3837a 15:23:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:23:50 ---> Using cache 15:23:50 ---> d15e187dbfb3 15:23:50 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 15:23:51 ---> Running in 6c538a385355 15:23:51 ---> 36b5b4c53273 15:23:51 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:23:51 ---> Running in b5c5e202f4fa 15:23:51 Removing intermediate container 02929494e7e5 15:23:51 ---> cd5eef4ebdc3 15:23:51 Step 28/29 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:23:51 ---> Running in 378ad5f3c8b6 15:23:51 ---> Running in 7c738beaf23a 15:23:51 Removing intermediate container 6c538a385355 15:23:51 ---> c614281ef39f 15:23:51 Step 20/22 : LABEL arch=x86_64 15:23:51 Removing intermediate container d67eeaf45171 15:23:51 ---> 7a6b00208030 15:23:51 Step 6/26 : COPY go.mod . 15:23:51 ---> Running in 43eceb6475db 15:23:51 Removing intermediate container 7c738beaf23a 15:23:51 ---> eca21c2357e8 15:23:51 Step 29/29 : LABEL version=0.0.0 15:23:51 ---> e50f10701fb8 15:23:51 Step 7/26 : RUN go mod download 15:23:51 ---> Running in 6d2a9216e990 15:23:51 ---> Running in ba17efc3b9b0 15:23:51 Removing intermediate container 43eceb6475db 15:23:51 ---> e1eda7c625c0 15:23:51 Step 21/22 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:23:52 ---> Running in 5b908b977665 15:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:23:52 Removing intermediate container 6d2a9216e990 15:23:52 ---> a9fe05115080 15:23:52 15:23:52 Removing intermediate container 5b908b977665 15:23:52 ---> 1f59b2920cf3 15:23:52 Step 22/22 : LABEL version=0.0.0 15:23:52 Successfully built a9fe05115080 15:23:52 Successfully tagged docker-security-secrets-setup-go:latest 15:23:52 ---> Running in 4282ba6de8bc 15:23:52  Building docker-security-secrets-setup-go ... done Building docker-core-command-go 15:23:53 Removing intermediate container 4282ba6de8bc 15:23:53 ---> 196de28c8ced 15:23:53 15:23:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:23:53 Successfully built 196de28c8ced 15:23:53 Successfully tagged docker-core-data-go:latest 15:23:53  Building docker-core-data-go ... done Building docker-support-logging-go 15:23:53 Removing intermediate container 378ad5f3c8b6 15:23:53 ---> b138234ea92a 15:23:53 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 15:23:53 ---> Running in 94dcde49e05c 15:23:53 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:23:53 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:23:53 OK: 12746 distinct packages available 15:23:53 Removing intermediate container 94dcde49e05c 15:23:53 ---> c721575f0edb 15:23:53 Step 24/26 : LABEL arch=x86_64 15:23:54 OK: 233 MiB in 51 packages 15:23:56 ---> Running in e34fe9a7c7e7 15:23:58 fd7a069fd194: Pull complete 15:23:58 66aa3694b03b: Pull complete 15:23:58 170f70906a0f: Pull complete 15:23:59 Removing intermediate container e34fe9a7c7e7 15:23:59 ---> d5f15b0aafa3 15:23:59 Step 25/26 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:23:59 Removing intermediate container ba17efc3b9b0 15:23:59 ---> 17f069042f98 15:23:59 Step 8/26 : COPY . . 15:23:59 ---> Running in 5c04340fce35 15:23:59 Removing intermediate container b5c5e202f4fa 15:23:59 ---> 6586121b01e1 15:23:59 Step 6/23 : COPY go.mod . 15:24:01 ad7c5574e4b9: Pull complete 15:24:04 Removing intermediate container 5c04340fce35 15:24:04 ---> aa52bc3307af 15:24:04 Step 26/26 : LABEL version=0.0.0 15:24:06 e772456be8f7: Pull complete 15:24:06 c890913d741a: Pull complete 15:24:07 ---> d63e9d3a93a5 15:24:07 Step 7/23 : RUN go mod download 15:24:07 ---> Running in e04a276508f6 15:24:09 ---> Running in f559b76742a9 15:24:09 2480fcc9aa5a: Pull complete 15:24:09 09adf4765672: Pull complete 15:24:09 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 15:24:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 15:24:09 ---> 2248a725d1cf 15:24: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 15:24:10 Removing intermediate container e04a276508f6 15:24:10 ---> d52e57f63a0a 15:24:10 15:24:10 Successfully built d52e57f63a0a 15:24:10 Successfully tagged docker-security-secretstore-setup-go:latest 15:24:10  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 15:24:11 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:24:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:24:11 ---> fb72fbbdd49d 15:24:11 Step 3/21 : WORKDIR /edgex-go 15:24:11 ---> Using cache 15:24:11 ---> e82cc0d3837a 15:24:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:24:11 ---> Using cache 15:24:11 ---> d15e187dbfb3 15:24:11 Step 5/21 : RUN apk update && apk add make git 15:24:11 ---> Using cache 15:24:11 ---> 848e8650367b 15:24:11 Step 6/21 : COPY go.mod . 15:24:11 ---> Using cache 15:24:11 ---> c5f69e903b01 15:24:11 Step 7/21 : RUN go mod download 15:24:11 ---> Using cache 15:24:11 ---> c7b534f57834 15:24:11 Step 8/21 : COPY . . 15:24:11 ---> Using cache 15:24:11 ---> 8387a66a92ac 15:24:11 Step 9/21 : RUN make cmd/core-command/core-command 15:24:11 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:24:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:24:11 ---> fb72fbbdd49d 15:24:11 Step 3/21 : WORKDIR /edgex-go 15:24:11 ---> Using cache 15:24:11 ---> e82cc0d3837a 15:24:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:24:11 ---> Using cache 15:24:11 ---> d15e187dbfb3 15:24:11 Step 5/21 : RUN apk update && apk add make && apk add bash git 15:24:14 ---> Running in cc041bc8d7cc 15:24:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:24:16 ---> Running in c2c99cdab278 15:24:16 ---> Running in 78fa990d9de0 15:24:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:24:18 (1/12) Installing libmagic (5.38-r0) 15:24:18 (2/12) Installing file (5.38-r0) 15:24:18 Removing intermediate container f559b76742a9 15:24:18 ---> 4a51dc505a19 15:24:18 Step 8/23 : COPY . . 15:24:18 (3/12) Installing libc-dev (0.7.2-r3) 15:24:18 (4/12) Installing g++ (9.3.0-r2) 15:24:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:24:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:24:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:24:21 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:24:21 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:24:21 OK: 12746 distinct packages available 15:24:21 OK: 233 MiB in 51 packages 15:24:21 (5/12) Installing fortify-headers (1.1-r0) 15:24:21 OK: 233 MiB in 51 packages 15:24:21 (6/12) Installing patch (2.7.6-r6) 15:24:21 (7/12) Installing build-base (0.5-r2) 15:24:21 (8/12) Installing libsodium (1.0.18-r0) 15:24:22 (9/12) Installing pkgconf (1.7.2-r0) 15:24:22 (10/12) Installing libsodium-dev (1.0.18-r0) 15:24:22 (11/12) Installing libzmq (4.3.2-r0) 15:24:22 (12/12) Installing zeromq-dev (4.3.2-r0) 15:24:22 Executing busybox-1.31.1-r16.trigger 15:24:22 OK: 217 MiB in 51 packages 15:24:26 Removing intermediate container cc041bc8d7cc 15:24:26 ---> 8a3a54ca65d0 15:24:26 Step 4/7 : WORKDIR /edgex-go 15:24:26 ---> Running in 831d4570bb02 15:24:27 Removing intermediate container 831d4570bb02 15:24:27 ---> df95f5452c64 15:24:27 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:24:27 latest: Pulling from library/docker 15:24:27 b538f80385f9: Already exists 15:24:27 259a493cd78d: Pulling fs layer 15:24:27 b8e66b5100f5: Pulling fs layer 15:24:27 39dc9c94d07c: Pulling fs layer 15:24:27 551b823b3b82: Pulling fs layer 15:24:27 3c52a74df98c: Pulling fs layer 15:24:27 6c9b121b6998: Pulling fs layer 15:24:27 6c9b121b6998: Waiting 15:24:27 551b823b3b82: Waiting 15:24:27 3c52a74df98c: Waiting 15:24:27 b8e66b5100f5: Download complete 15:24:28 259a493cd78d: Verifying Checksum 15:24:28 259a493cd78d: Download complete 15:24:28 551b823b3b82: Verifying Checksum 15:24:28 551b823b3b82: Download complete 15:24:28 3c52a74df98c: Verifying Checksum 15:24:28 3c52a74df98c: Download complete 15:24:28 6c9b121b6998: Verifying Checksum 15:24:28 6c9b121b6998: Download complete 15:24:28 259a493cd78d: Pull complete 15:24:29 b8e66b5100f5: Pull complete 15:24:29 39dc9c94d07c: Verifying Checksum 15:24:29 39dc9c94d07c: Download complete 15:24:30 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:24:30 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:24:30 ---> fb72fbbdd49d 15:24:30 Step 3/20 : WORKDIR /edgex-go 15:24:30 ---> Using cache 15:24:30 ---> e82cc0d3837a 15:24:30 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:24:30 ---> Using cache 15:24:30 ---> d15e187dbfb3 15:24:30 Step 5/20 : RUN apk update && apk add make git 15:24:30 ---> Using cache 15:24:30 ---> 848e8650367b 15:24:30 Step 6/20 : COPY go.mod . 15:24:30 ---> Using cache 15:24:30 ---> c5f69e903b01 15:24:30 Step 7/20 : RUN go mod download 15:24:30 ---> Using cache 15:24:30 ---> c7b534f57834 15:24:30 Step 8/20 : COPY . . 15:24:30 ---> Using cache 15:24:30 ---> 8387a66a92ac 15:24:30 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 15:24:30 Removing intermediate container 78fa990d9de0 15:24:30 ---> e1c3613def47 15:24:30 Step 6/21 : COPY go.mod . 15:24:30 ---> 7d3dbf42c0b0 15:24:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:24:30 ---> Running in 53a7b877833b 15:24:31 ---> Running in 8b82789df37e 15:24:31 ---> 24f794651cde 15:24:31 Step 7/21 : RUN go mod download 15:24:31 ---> Running in eacea90cfa09 15:24:32 39dc9c94d07c: Pull complete 15:24:32 551b823b3b82: Pull complete 15:24:33 3c52a74df98c: Pull complete 15:24:33 6c9b121b6998: Pull complete 15:24:33 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 15:24:33 Status: Downloaded newer image for docker:latest 15:24:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:24:33 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 15:24:36 ---> 7b99f012f37c 15:24:36 Step 6/7 : COPY go.mod . 15:24:37 ---> edc75b0ea585 15:24:37 Step 7/7 : RUN go mod download 15:24:37 ---> Running in b6cbbe8ff1ea 15:24:38 Removing intermediate container eacea90cfa09 15:24:38 ---> 62ab1d26cd1e 15:24:38 Step 8/21 : COPY . . 15:24:41 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:24:41 go: finding github.com/BurntSushi/toml v0.3.1 15:24:41 go: finding github.com/OneOfOne/xxhash v1.2.5 15:24:41 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:24:41 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:24:41 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:24:41 go: finding github.com/bgentry/speakeasy v0.1.0 15:24:41 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:24:41 go: finding github.com/cloudflare/gokey v0.1.0 15:24:41 go: finding github.com/davecgh/go-spew v1.1.1 15:24:41 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:24:41 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:24:41 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 15:24:41 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:24:41 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 15:24:41 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:24:41 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 15:24:41 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:24:41 go: finding github.com/fatih/color v1.7.0 15:24:41 go: finding github.com/fsnotify/fsnotify v1.4.7 15:24:41 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:24:41 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 15:24:41 go: finding github.com/go-kit/kit v0.8.0 15:24:41 go: finding github.com/go-logfmt/logfmt v0.4.0 15:24:42 go: finding github.com/go-playground/assert/v2 v2.0.1 15:24:42 go: finding github.com/go-playground/locales v0.13.0 15:24:42 go: finding github.com/go-playground/universal-translator v0.17.0 15:24:42 go: finding github.com/go-playground/validator/v10 v10.3.0 15:24:42 go: finding github.com/go-redis/redis/v7 v7.2.0 15:24:42 go: finding github.com/go-stack/stack v1.8.0 15:24:42 go: finding github.com/golang/protobuf v1.3.2 15:24:42 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:24:42 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:24:42 go: finding github.com/google/uuid v1.1.0 15:24:42 go: finding github.com/gorilla/mux v1.7.1 15:24:42 go: finding github.com/hashicorp/consul/api v1.1.0 15:24:42 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:24:42 go: finding github.com/hashicorp/errwrap v1.0.0 15:24:42 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:24:42 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:24:42 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:24:42 go: finding github.com/hashicorp/go-multierror v1.0.0 15:24:42 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:24:42 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:24:42 go: finding github.com/hashicorp/go-syslog v1.0.0 15:24:42 go: finding github.com/hashicorp/go-uuid v1.0.1 15:24:42 go: finding github.com/hashicorp/go.net v0.0.1 15:24:42 go: finding github.com/hashicorp/golang-lru v0.5.0 15:24:42 go: finding github.com/hashicorp/logutils v1.0.0 15:24:42 go: finding github.com/hashicorp/mdns v1.0.0 15:24:42 go: finding github.com/hashicorp/memberlist v0.1.3 15:24:42 go: finding github.com/hashicorp/serf v0.8.2 15:24:43 go: finding github.com/hpcloud/tail v1.0.0 15:24:43 go: finding github.com/imdario/mergo v0.3.6 15:24:43 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:24:43 go: finding github.com/kr/pretty v0.1.0 15:24:43 go: finding github.com/kr/pty v1.1.1 15:24:43 go: finding github.com/kr/text v0.1.0 15:24:43 go: finding github.com/leodido/go-urn v1.2.0 15:24:43 go: finding github.com/mattn/go-colorable v0.0.9 15:24:43 go: finding github.com/mattn/go-isatty v0.0.3 15:24:43 go: finding github.com/miekg/dns v1.0.14 15:24:43 go: finding github.com/mitchellh/cli v1.0.0 15:24:43 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:24:43 go: finding github.com/mitchellh/copystructure v1.0.0 15:24:43 go: finding github.com/mitchellh/go-homedir v1.0.0 15:24:43 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:24:43 go: finding github.com/mitchellh/gox v0.4.0 15:24:43 go: finding github.com/mitchellh/iochan v1.0.0 15:24:43 go: finding github.com/mitchellh/mapstructure v1.1.2 15:24:43 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:24:43 go: finding github.com/onsi/ginkgo v1.10.1 15:24:43 go: finding github.com/onsi/gomega v1.7.0 15:24:44 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:24:44 go: finding github.com/pebbe/zmq4 v1.0.0 15:24:44 go: finding github.com/pelletier/go-toml v1.2.0 15:24:44 go: finding github.com/pkg/errors v0.8.1 15:24:44 go: finding github.com/pmezard/go-difflib v1.0.0 15:24:44 go: finding github.com/posener/complete v1.1.1 15:24:44 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:24:44 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:24:44 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:24:44 go: finding github.com/stretchr/objx v0.1.0 15:24:44 go: finding github.com/stretchr/testify v1.5.1 15:24:44 go: finding github.com/ugorji/go v1.1.4 15:24:44 go: finding github.com/x448/float16 v0.8.4 15:24:44 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 15:24:44 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:24:44 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:24:44 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 15:24:44 go: finding golang.org/x/text v0.3.2 15:24:44 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:24:44 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:24:44 go: finding gopkg.in/eapache/queue.v1 v1.1.0 15:24:44 go: finding gopkg.in/fsnotify.v1 v1.4.7 15:24:44 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 15:24:44 go: finding gopkg.in/yaml.v2 v2.2.8 15:24:48 ---> 4be8992ce828 15:24:48 Step 9/23 : RUN make cmd/support-notifications/support-notifications 15:24:48 ---> Running in 19e89949312a 15:24:50 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 15:25:00 ---> 80eff30d8e7c 15:25:00 Step 9/21 : RUN make cmd/support-logging/support-logging 15:25:00 ---> Running in 49eca22b57d3 15:25:01 Removing intermediate container c2c99cdab278 15:25:01 ---> 4844b8c3f561 15:25:01 15:25:01 Step 10/21 : FROM scratch 15:25:01 ---> 15:25:01 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:25:01 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 15:25:02 ---> Using cache 15:25:02 ---> 64240644c6c7 15:25:02 Step 12/21 : ENV APP_PORT=48082 15:25:02 ---> Running in c54b7da24243 15:25:02 Removing intermediate container c54b7da24243 15:25:02 ---> a3e15043a6c7 15:25:02 Step 13/21 : EXPOSE $APP_PORT 15:25:02 ---> Running in d91ab2e0c554 15:25:03 Removing intermediate container d91ab2e0c554 15:25:03 ---> a156ee92ba2f 15:25:03 Step 14/21 : WORKDIR / 15:25:03 ---> Running in ca93dd9969c5 15:25:06 Removing intermediate container ca93dd9969c5 15:25:06 ---> dd96344b4616 15:25:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:25:07 Removing intermediate container b6cbbe8ff1ea 15:25:07 ---> e2e0b923b588 15:25:07 Successfully built e2e0b923b588 15:25:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:25:07 + docker inspect -f . ci-base-image-arm64 15:25:07 . [Pipeline] withDockerContainer 15:25:07 ---> 907e831eb644 15:25:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:25:07 Removing intermediate container 8b82789df37e 15:25:07 ---> 871a148ea2a9 15:25:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:25:08 prd-ubuntu18.04-docker-arm64-4c-16g-393 does not seem to be running inside a container 15:25:08 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 15:25:08 ---> Running in c6801a336649 15:25:09 $ docker top 57fae6639c08baa4c352e9b2a74ec5b904ac6d60360fa8137bc2fd00a6f84574 -eo pid,comm 15:25:09 ---> 5d801472edc5 15:25:09 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [Pipeline] { [Pipeline] sh 15:25:10 Removing intermediate container 53a7b877833b 15:25:10 ---> 9cba3b0a3819 15:25:10 15:25:10 Step 10/20 : FROM scratch 15:25:10 ---> 15:25:10 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:25:10 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 15:25:10 + go version 15:25:10 go version go1.13.13 linux/arm64 [Pipeline] echo 15:25:10 ========================================================= 15:25:10 [edgeXBuildGoParallel] Running Tests and Build... 15:25:10 ========================================================= [Pipeline] sh 15:25:11 ---> Using cache 15:25:11 ---> 64240644c6c7 15:25:11 Step 12/20 : ENV APP_PORT=48085 15:25:11 + make test 15:25:11 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:25:11 ---> 4fa3022c61b7 15:25:11 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:25:11 ---> Running in aa2063ef8b83 15:25:11 ---> Running in 2191660d47d9 15:25:12 Removing intermediate container aa2063ef8b83 15:25:12 ---> 7a2329e4f41c 15:25:12 Step 13/20 : EXPOSE $APP_PORT 15:25:12 ---> Running in 37a935791ff4 15:25:12 Removing intermediate container 2191660d47d9 15:25:12 ---> 5bbf050b5b5c 15:25:12 Step 19/21 : LABEL arch=x86_64 15:25:12 ---> Running in 179d9dc6e5fc 15:25:12 Removing intermediate container 37a935791ff4 15:25:12 ---> 1ed77c254c28 15:25:12 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:25:13 Removing intermediate container 179d9dc6e5fc 15:25:13 ---> 9701cfe90c95 15:25:13 Step 20/21 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:25:13 ---> Running in 252e7ed22203 15:25:13 ---> 6223a068e958 15:25:13 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:25:14 ? github.com/edgexfoundry/edgex-go [no test files] 15:25:16 Removing intermediate container 252e7ed22203 15:25:16 ---> 0579089e69b1 15:25:16 Step 21/21 : LABEL version=0.0.0 15:25:16 Removing intermediate container c6801a336649 15:25:16 ---> 5dd9095e6649 15:25:16 15:25:16 Step 11/26 : FROM docker:latest 15:25:16 ---> 81f5749c9058 15:25:16 Step 12/26 : RUN apk add --no-cache bash 15:25:16 ---> Running in 25dbedf2718a 15:25:16 ---> Running in df7d80fad235 15:25:16 ---> 87b45576861d 15:25:16 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:25:17 Removing intermediate container 25dbedf2718a 15:25:17 ---> 49629d015901 15:25:17 15:25:17 ---> e6866b19fdfb 15:25:17 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:25:17 Successfully built 49629d015901 15:25:17 Successfully tagged docker-core-command-go:latest 15:25:17  Building docker-core-command-go ... done  ---> Running in f894ee6e883c 15:25:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:25:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:25:17 Removing intermediate container f894ee6e883c 15:25:17 ---> 4a7fe2f478c1 15:25:17 Step 18/20 : LABEL arch=x86_64 15:25:17 (1/2) Installing readline (8.0.4-r0) 15:25:17 (2/2) Installing bash (5.0.17-r0) 15:25:17 Executing bash-5.0.17-r0.post-install 15:25:17 Executing busybox-1.31.1-r16.trigger 15:25:17 OK: 12 MiB in 22 packages 15:25:18 ---> Running in 972028d1c014 15:25:19 Removing intermediate container 972028d1c014 15:25:19 ---> ac4e5f55b189 15:25:19 Step 19/20 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:25:19 Removing intermediate container 19e89949312a 15:25:19 ---> c4c547ce9ed1 15:25:19 15:25:19 Step 10/23 : FROM scratch 15:25:19 ---> 15:25:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:25:19 ---> Running in e7e8bf107312 15:25:19 ---> Running in 705fb599a792 15:25:19 Removing intermediate container df7d80fad235 15:25:19 ---> c756e296c233 15:25:19 Step 13/26 : RUN rm -rf /var/cache/apk/* 15:25:19 Removing intermediate container e7e8bf107312 15:25:19 ---> 2833121b69cb 15:25:19 Step 20/20 : LABEL version=0.0.0 15:25:19 Removing intermediate container 705fb599a792 15:25:19 ---> c5f0cebc2f37 15:25:19 Step 12/23 : ENV APP_PORT=48060 15:25:19 ---> Running in a25f60a80836 15:25:20 ---> Running in 11e3c02461eb 15:25:20 ---> Running in 4c2bf292078b 15:25:22 Removing intermediate container 11e3c02461eb 15:25:22 ---> 1425b9be8b7f 15:25:22 Step 13/23 : EXPOSE $APP_PORT 15:25:22 Removing intermediate container 4c2bf292078b 15:25:22 ---> ae2ea33d20c2 15:25:22 15:25:22 Successfully built ae2ea33d20c2 15:25:22 ---> Running in 0351fbafe034 15:25:22 Successfully tagged docker-support-scheduler-go:latest 15:25:22  Building docker-support-scheduler-go ... done Removing intermediate container 49eca22b57d3 15:25:22 ---> 7f451d90324a 15:25:22 15:25:22 Step 10/21 : FROM scratch 15:25:22 ---> 15:25:22 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:25:22 ---> Using cache 15:25:22 ---> c5f0cebc2f37 15:25:22 Step 12/21 : ENV APP_PORT=48061 15:25:23 Removing intermediate container 0351fbafe034 15:25:23 ---> f9caa23cfcf5 15:25:23 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 15:25:23 ---> Running in ca642cf3d4fa 15:25:23 Removing intermediate container a25f60a80836 15:25:23 ---> 53e4b141196e 15:25:23 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:25:23 ---> Running in c64512a2fd41 15:25:23 Removing intermediate container ca642cf3d4fa 15:25:23 ---> 9127fad40fa0 15:25:23 Step 13/21 : EXPOSE $APP_PORT 15:25:23 ---> Running in 5610628637b3 15:25:23 ---> 09a176eebdcd 15:25:23 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:25:23 Removing intermediate container c64512a2fd41 15:25:23 ---> 3085fc7faec1 15:25:23 Step 15/26 : ENV APP_PORT=48090 15:25:23 ---> Running in f3251418489a 15:25:23 Removing intermediate container 5610628637b3 15:25:23 ---> d390fa16fb3e 15:25:23 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 15:25:24 Removing intermediate container f3251418489a 15:25:24 ---> 6e099365f5f6 15:25:24 Step 16/26 : EXPOSE $APP_PORT 15:25:24 ---> debff388c2af 15:25:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 15:25:24 ---> Running in 722b4403c079 15:25:24 ---> 8e6f29264477 15:25:24 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 15:25:25 Removing intermediate container 722b4403c079 15:25:25 ---> 7f1af146b49b 15:25:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:25:25 ---> 5a25a6a9ed0a 15:25:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 15:25:26 ---> ee6286c77ad0 15:25:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:25:26 ---> 6d5477bdb194 15:25:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:25:26 ---> 4ca34c713437 15:25:26 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 15:25:26 ---> 4c49fd5a25f4 15:25:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:25:26 ---> cacb901c3867 15:25:26 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:25:26 ---> 7869edffaf4d 15:25:26 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:25:26 ---> Running in c44897ae2e35 15:25:27 Removing intermediate container c44897ae2e35 15:25:27 ---> be262ecc72ad 15:25:27 Step 19/21 : LABEL arch=x86_64 15:25:27 ---> Running in 5da64d3e7a66 15:25:27 ---> ec814343174c 15:25:27 Step 20/26 : RUN apk --no-cache add py-pip 15:25:27 ---> Running in ee32260948f8 15:25:27 ---> 64526334bee5 15:25:27 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:25:27 Removing intermediate container 5da64d3e7a66 15:25:27 ---> 4db2b9bf233c 15:25:27 Step 20/21 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:25:27 ---> Running in eff436a21277 15:25:27 ---> 487e9426eefc 15:25:27 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:25:27 ---> Running in 92ad7c1a92bd 15:25:27 Removing intermediate container eff436a21277 15:25:27 ---> 5ad78a1a4179 15:25:27 Step 21/21 : LABEL version=0.0.0 15:25:28 ---> Running in 11a155021486 15:25:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:25:28 Removing intermediate container 92ad7c1a92bd 15:25:28 ---> a075a5593282 15:25:28 Step 21/23 : LABEL arch=x86_64 15:25:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:25:28 ---> Running in f5a9b7207029 15:25:28 Removing intermediate container 11a155021486 15:25:28 ---> 08b8dc035776 15:25:28 15:25:28 (1/33) Installing libbz2 (1.0.8-r1) 15:25:28 (2/33) Installing expat (2.2.9-r1) 15:25:28 (3/33) Installing libffi (3.3-r2) 15:25:28 (4/33) Installing gdbm (1.13-r1) 15:25:28 (5/33) Installing xz-libs (5.2.5-r0) 15:25:28 (6/33) Installing sqlite-libs (3.32.1-r0) 15:25:28 Successfully built 08b8dc035776 15:25:28 (7/33) Installing python3 (3.8.5-r0) 15:25:28 Successfully tagged docker-support-logging-go:latest 15:25:28  Building docker-support-logging-go ... done Removing intermediate container f5a9b7207029 15:25:28 ---> dbb1a4caeaff 15:25:28 Step 22/23 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:25:32 ---> Running in 3f80d4ec1682 15:25:32 (8/33) Installing py3-appdirs (1.4.4-r1) 15:25:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:25:32 (10/33) Installing py3-parsing (2.4.7-r0) 15:25:32 (11/33) Installing py3-six (1.15.0-r0) 15:25:32 (12/33) Installing py3-packaging (20.4-r0) 15:25:32 (13/33) Installing py3-setuptools (47.0.0-r0) 15:25:32 (14/33) Installing py3-chardet (3.0.4-r4) 15:25:32 (15/33) Installing py3-idna (2.9-r0) 15:25:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:25:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:25:33 (18/33) Installing py3-requests (2.23.0-r0) 15:25:33 (19/33) Installing py3-msgpack (1.0.0-r0) 15:25:33 Removing intermediate container 3f80d4ec1682 15:25:33 ---> 4916c16e9b1b 15:25:33 Step 23/23 : LABEL version=0.0.0 15:25:33 (20/33) Installing py3-lockfile (0.12.2-r3) 15:25:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:25:33 (22/33) Installing py3-colorama (0.4.3-r0) 15:25:33 (23/33) Installing py3-distlib (0.3.0-r0) 15:25:33 (24/33) Installing py3-distro (1.5.0-r1) 15:25:33 (25/33) Installing py3-webencodings (0.5.1-r3) 15:25:33 ---> Running in 594ef6aa9587 15:25:33 (26/33) Installing py3-html5lib (1.0.1-r4) 15:25:33 (27/33) Installing py3-pytoml (0.1.21-r0) 15:25:33 (28/33) Installing py3-pep517 (0.8.2-r0) 15:25:33 (29/33) Installing py3-progress (1.5-r0) 15:25:33 (30/33) Installing py3-toml (0.10.1-r0) 15:25:33 (31/33) Installing py3-retrying (1.3.3-r0) 15:25:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:25:33 (33/33) Installing py3-pip (20.1.1-r0) 15:25:34 Executing busybox-1.31.1-r16.trigger 15:25:34 OK: 71 MiB in 55 packages 15:25:35 Removing intermediate container 594ef6aa9587 15:25:35 ---> 0ec6ec3aa6c9 15:25:35 15:25:35 Successfully built 0ec6ec3aa6c9 15:25:35 Successfully tagged docker-support-notifications-go:latest 15:25:40  Building docker-support-notifications-go ... done Removing intermediate container ee32260948f8 15:25:40 ---> 7b5a65dd64b4 15:25:40 Step 21/26 : RUN pip install docker-compose==1.23.2 15:25:40 ---> Running in bd1786fa8d9f 15:25:42 Collecting docker-compose==1.23.2 15:25:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:25:42 Collecting texttable<0.10,>=0.9.0 15:25:42 Downloading texttable-0.9.1.tar.gz (11 kB) 15:25:42 Collecting docopt<0.7,>=0.6.1 15:25:42 Downloading docopt-0.6.2.tar.gz (25 kB) 15:25:43 Collecting websocket-client<1.0,>=0.32.0 15:25:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:25:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:25:43 Collecting PyYAML<4,>=3.10 15:25:43 Downloading PyYAML-3.13.tar.gz (270 kB) 15:25:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:25:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:25:44 Collecting docker<4.0,>=3.6.0 15:25:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:25:44 Collecting jsonschema<3,>=2.5.1 15:25:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:25:46 Collecting dockerpty<0.5,>=0.4.1 15:25:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:25:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:25:46 Collecting cached-property<2,>=1.2.0 15:25:46 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 15:25:46 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) 15:25:46 Collecting idna<2.8,>=2.5 15:25:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:25:46 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) 15:25:47 Collecting urllib3<1.25,>=1.21.1 15:25:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:25:47 Collecting docker-pycreds>=0.4.0 15:25:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:25:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:25:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:25:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:25:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:25:47 Installing collected packages: texttable, docopt, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, jsonschema, dockerpty, cached-property, docker-compose 15:25:47 Running setup.py install for texttable: started 15:25:47 Running setup.py install for texttable: finished with status 'done' 15:25:47 Running setup.py install for docopt: started 15:25:48 Running setup.py install for docopt: finished with status 'done' 15:25:48 Running setup.py install for PyYAML: started 15:25:48 Running setup.py install for PyYAML: finished with status 'done' 15:25:48 Attempting uninstall: idna 15:25:48 Found existing installation: idna 2.9 15:25:48 Uninstalling idna-2.9: 15:25:48 Successfully uninstalled idna-2.9 15:25:49 Attempting uninstall: urllib3 15:25:49 Found existing installation: urllib3 1.25.9 15:25:49 Uninstalling urllib3-1.25.9: 15:25:49 Successfully uninstalled urllib3-1.25.9 15:25:49 Attempting uninstall: requests 15:25:49 Found existing installation: requests 2.23.0 15:25:49 Uninstalling requests-2.23.0: 15:25:49 Successfully uninstalled requests-2.23.0 15:25:49 Running setup.py install for dockerpty: started 15:25:50 Running setup.py install for dockerpty: finished with status 'done' 15:25:50 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 15:25:53 Removing intermediate container bd1786fa8d9f 15:25:53 ---> e0a1c1bf8b88 15:25:53 Step 22/26 : RUN apk --no-cache add curl 15:25:53 ---> Running in bf28fbdcaf22 15:25:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:25:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:25:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:25:54 (2/3) Installing libcurl (7.69.1-r0) 15:25:54 (3/3) Installing curl (7.69.1-r0) 15:25:54 Executing busybox-1.31.1-r16.trigger 15:25:54 OK: 72 MiB in 58 packages 15:25:54 Removing intermediate container bf28fbdcaf22 15:25:54 ---> a733f5c12f53 15:25:54 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:25:54 ---> Running in 10e2a7345592 15:25:54 Removing intermediate container 10e2a7345592 15:25:54 ---> 88ac12e7e81e 15:25:54 Step 24/26 : LABEL arch=x86_64 15:25:55 ---> Running in 0156f641a45c 15:25:55 Removing intermediate container 0156f641a45c 15:25:55 ---> dda8a3c6f161 15:25:55 Step 25/26 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:25:55 ---> Running in 82ed09d345b9 15:25:55 Removing intermediate container 82ed09d345b9 15:25:55 ---> 5376ad4c4818 15:25:55 Step 26/26 : LABEL version=0.0.0 15:25:55 ---> Running in 64c98944b29d 15:25:55 Removing intermediate container 64c98944b29d 15:25:55 ---> 1d616878f774 15:25:55 15:25:55 Successfully built 1d616878f774 15:25:55 Successfully tagged docker-sys-mgmt-agent-go:latest 15:25:56  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:25:56 $ docker stop --time=1 756a304838aa82de37e9172c53cd105a95ed1fed0b9f2158ce508d9660d4d12d 15:25:57 $ docker rm -f 756a304838aa82de37e9172c53cd105a95ed1fed0b9f2158ce508d9660d4d12d [Pipeline] // withDockerContainer [Pipeline] sh 15:25:58 + docker images 15:25:58 + grep docker 15:25:58 docker-sys-mgmt-agent-go latest 1d616878f774 3 seconds ago 284MB 15:25:58 docker-support-notifications-go latest 0ec6ec3aa6c9 25 seconds ago 14.5MB 15:25:58 docker-support-logging-go latest 08b8dc035776 30 seconds ago 11.8MB 15:25:58 docker-support-scheduler-go latest ae2ea33d20c2 37 seconds ago 13.1MB 15:25:58 docker-core-command-go latest 49629d015901 42 seconds ago 13MB 15:25:58 docker-security-secretstore-setup-go latest d52e57f63a0a About a minute ago 33.9MB 15:25:58 docker-core-data-go latest 196de28c8ced 2 minutes ago 24.5MB 15:25:58 docker-security-secrets-setup-go latest a9fe05115080 2 minutes ago 25.1MB 15:25:58 docker-core-metadata-go latest 27e488c841ff 2 minutes ago 14.4MB 15:25:58 docker-security-proxy-setup-go latest 7b6c0aea4329 2 minutes ago 16.4MB 15:25:58 docker latest 81f5749c9058 7 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] } 15:25:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:25:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:25:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:25:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:26:01 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.051s 15:26:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 15:26:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:26:01 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 15:26:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:26:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:26:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:26:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:26:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:26:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.079s coverage: 46.6% of statements 15:26:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:26:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:26:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:26:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:26:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:26:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.2% of statements 15:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:26:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 15:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:26:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 15:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:26:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.394s coverage: 82.5% of statements 15:26:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:26:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:26:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.419s coverage: 92.9% of statements 15:26:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:26:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:26:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:26:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:26:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.440s coverage: 28.6% of statements 15:26:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:26:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:26:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:26:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:26:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:26:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.110s coverage: 100.0% of statements 15:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:26:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 15:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:26:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.092s coverage: 89.8% of statements 15:26:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:26:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:26:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.041s coverage: 100.0% of statements 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:26:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 15:26:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.5% of statements 15:26:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:26:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:26:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 15:26:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.274s coverage: 55.9% of statements 15:26:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:26:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:26:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 15:26:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.802s coverage: 86.3% of statements 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.012s coverage: 72.2% of statements 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.387s coverage: 72.1% of statements 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.029s coverage: 48.4% of statements 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.041s coverage: 28.8% of statements 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.145s coverage: 26.9% of statements 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.362s coverage: 84.1% of statements 15:26:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.030s coverage: 100.0% of statements 15:26:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.049s coverage: 42.9% of statements 15:26:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 15:26:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 15:26:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements 15:26:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 15:26:51 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.088s coverage: 83.8% of statements 15:26:51 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 15:26:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.239s coverage: 46.1% of statements 15:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:26:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.021s coverage: 100.0% of statements 15:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:26:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements 15:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:26:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements 15:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:27:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.170s coverage: 29.1% of statements 15:27:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:27:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:27:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:27:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:27:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:27:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements 15:27:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:27:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements 15:27:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:27:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.017s coverage: 0.0% of statements 15:27:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:27:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 15:27:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:27:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:27:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:27:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:27:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.021s coverage: 87.9% of statements 15:27:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:27:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:27:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements 15:27:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements 15:27:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 15:27:07 GO111MODULE=on go vet ./... 15:27:25 gofmt -l . 15:27:26 [ "`gofmt -l .`" = "" ] 15:27:28 ./bin/test-go-mod-tidy.sh 15:27:28 ./bin/test-attribution-txt.sh [Pipeline] sh 15:27:33 + ls -al . 15:27:33 total 584 15:27:33 drwxrwxr-x 10 1001 1001 4096 Aug 18 15:27 . 15:27:33 drwxr-xr-x 4 root root 4096 Aug 18 15:25 .. 15:27:33 -rw-rw-r-- 1 1001 1001 11 Aug 18 15:23 .dockerignore 15:27:33 drwxrwxr-x 8 1001 1001 4096 Aug 18 15:23 .git 15:27:33 drwxrwxr-x 3 1001 1001 4096 Aug 18 15:23 .github 15:27:33 -rw-rw-r-- 1 1001 1001 932 Aug 18 15:23 .gitignore 15:27:33 drwxrwxr-x 3 1001 1001 4096 Aug 18 15:23 .semver 15:27:33 -rw-rw-r-- 1 1001 1001 166 Aug 18 15:23 .sonarcloud.properties 15:27:33 -rw-rw-r-- 1 1001 1001 3804 Aug 18 15:23 CONTRIBUTING.md 15:27:33 -rw-rw-r-- 1 1001 1001 1035 Aug 18 15:23 Dockerfile.build 15:27:33 -rw-rw-r-- 1 1001 1001 865 Aug 18 15:23 Jenkinsfile 15:27:33 -rw-rw-r-- 1 1001 1001 10775 Aug 18 15:23 LICENSE 15:27:33 -rw-rw-r-- 1 1001 1001 6237 Aug 18 15:23 Makefile 15:27:33 -rw-rw-r-- 1 1001 1001 5652 Aug 18 15:23 README.md 15:27:33 -rw-rw-r-- 1 1001 1001 259 Aug 18 15:23 SECURITY.md 15:27:33 -rw-rw-r-- 1 1001 1001 5 Aug 18 15:18 VERSION 15:27:33 -rw-rw-r-- 1 1001 1001 4131 Aug 18 15:23 ZMQWindows.md 15:27:33 drwxrwxr-x 2 1001 1001 4096 Aug 18 15:23 bin 15:27:33 drwxrwxr-x 15 1001 1001 4096 Aug 18 15:23 cmd 15:27:33 -rw-r--r-- 1 root root 458658 Aug 18 15:27 coverage.out 15:27:33 -rw-r--r-- 1 root root 1019 Aug 18 15:27 go.mod 15:27:33 -rw-r--r-- 1 root root 19185 Aug 18 15:27 go.sum 15:27:33 drwxrwxr-x 8 1001 1001 4096 Aug 18 15:23 internal 15:27:33 drwxrwxr-x 4 1001 1001 4096 Aug 18 15:23 openapi 15:27:33 drwxrwxr-x 4 1001 1001 4096 Aug 18 15:23 snap 15:27:33 -rw-rw-r-- 1 1001 1001 168 Aug 18 15:23 version.go [Pipeline] sh 15:27:33 + '[' -e coverage.out ] 15:27:33 + chown 1001:1001 coverage.out [Pipeline] stash 15:27:33 Warning: overwriting stash ‘coverage-report’ 15:27:34 Stashed 1 file(s) [Pipeline] sh 15:27:35 + make build 15:27:35 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 15:27:53 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 15:28:06 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 15:28: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 15:28:14 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 15:28:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:28:21 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 15:28:26 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 15:28:31 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 15:28:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:28:39 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 15:28:43 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 15:28:47 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] } 15:28:51 $ docker stop --time=1 57fae6639c08baa4c352e9b2a74ec5b904ac6d60360fa8137bc2fd00a6f84574 15:28:53 $ docker rm -f 57fae6639c08baa4c352e9b2a74ec5b904ac6d60360fa8137bc2fd00a6f84574 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:28:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:28:54 15:28:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:28:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:28:55 latest: Pulling from edgex-devops/edgex-compose-arm64 15:28:55 29e5d40040c1: Pulling fs layer 15:28:55 1ce36da41761: Pulling fs layer 15:28:55 25b303627fd3: Pulling fs layer 15:28:55 29e5d40040c1: Verifying Checksum 15:28:55 29e5d40040c1: Download complete 15:28:56 1ce36da41761: Verifying Checksum 15:28:56 1ce36da41761: Download complete 15:28:56 29e5d40040c1: Pull complete 15:28:57 1ce36da41761: Pull complete 15:28:57 25b303627fd3: Verifying Checksum 15:28:57 25b303627fd3: Download complete 15:29:08 25b303627fd3: Pull complete 15:29:08 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:29:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:29:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:29:08 prd-ubuntu18.04-docker-arm64-4c-16g-393 does not seem to be running inside a container 15:29:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 15:29:11 $ docker top 0efc7d37dcfa3495588b4453bad74e16bdabedb675dba219d2244e5f46b281e6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:29:13 + docker-compose build --help 15:29:13 + grep parallel 15:29:16 --parallel Build images in parallel. [Pipeline] } 15:29:16 $ docker stop --time=1 0efc7d37dcfa3495588b4453bad74e16bdabedb675dba219d2244e5f46b281e6 15:29:18 $ docker rm -f 0efc7d37dcfa3495588b4453bad74e16bdabedb675dba219d2244e5f46b281e6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:29:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:29:19 . [Pipeline] withDockerContainer 15:29:19 prd-ubuntu18.04-docker-arm64-4c-16g-393 does not seem to be running inside a container 15:29:19 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 15:29:21 $ docker top 00c88a9761d58a9786d8b0634637a2b38c1883e9c4592b1ce954d5c869ab68eb -eo pid,comm [Pipeline] { [Pipeline] sh 15:29:22 + docker-compose -f ./docker-compose-build.yml build --parallel 15:29:26 Building docker-core-command-go ... 15:29:26 Building docker-core-data-go ... 15:29:26 Building docker-core-metadata-go ... 15:29:26 Building docker-security-proxy-setup-go ... 15:29:26 Building docker-security-secrets-setup-go ... 15:29:26 Building docker-security-secretstore-setup-go ... 15:29:26 Building docker-support-logging-go ... 15:29:26 Building docker-support-notifications-go ... 15:29:26 Building docker-support-scheduler-go ... 15:29:26 Building docker-sys-mgmt-agent-go ... 15:29:26 Building docker-sys-mgmt-agent-go 15:29:26 Building docker-security-secrets-setup-go 15:29:26 Building docker-security-secretstore-setup-go 15:29:26 Building docker-support-notifications-go 15:29:26 Building docker-support-scheduler-go 15:31:33 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 15:31:33 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:31:33 ---> e2e0b923b588 15:31:33 Step 3/29 : WORKDIR /edgex-go 15:31:33 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 15:31:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:31:33 ---> e2e0b923b588 15:31:33 Step 3/23 : WORKDIR /edgex-go 15:31:33 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:31:33 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:31:33 ---> e2e0b923b588 15:31:33 Step 3/20 : WORKDIR /edgex-go 15:31:33 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:31:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:31:33 ---> e2e0b923b588 15:31:33 Step 3/26 : WORKDIR /edgex-go 15:31:33 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:31:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:31:33 ---> e2e0b923b588 15:31:33 Step 3/26 : WORKDIR /edgex-go 15:31:33 ---> Running in dd6345cd0095 15:31:33 ---> Running in 0fdec3f569b3 15:31:33 ---> Running in a78cece79af4 15:31:33 ---> Running in d41c09bf2adb 15:31:33 ---> Running in eb49108c3a7b 15:31:33 Removing intermediate container d41c09bf2adb 15:31:33 ---> 08a2f3bb2b89 15:31:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:31:33 Removing intermediate container a78cece79af4 15:31:33 ---> 5be08bcdb492 15:31:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:31:33 Removing intermediate container 0fdec3f569b3 15:31:33 Removing intermediate container dd6345cd0095 15:31:33 ---> 96968c410a0a 15:31:33 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:31:33 ---> fdcada799acb 15:31:33 Step 4/29 : RUN apk update && apk add make git 15:31:33 Removing intermediate container eb49108c3a7b 15:31:33 ---> a0c306d1c048 15:31:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:31:33 ---> Running in 40792326c712 15:31:33 ---> Running in 869497c985e4 15:31:33 ---> Running in 300830f96b16 15:31:33 ---> Running in 9c9b1221765f 15:31:33 ---> Running in 09c7131f7325 15:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:33 Removing intermediate container 40792326c712 15:31:33 ---> 3da52e48d54f 15:31:33 Step 5/26 : RUN apk update && apk add make git 15:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:33 ---> Running in 12b892014df1 15:31:33 Removing intermediate container 869497c985e4 15:31:33 ---> fd4935f2d378 15:31:33 Step 5/26 : RUN apk update && apk add make bash git 15:31:33 ---> Running in 59ab35985baa 15:31:33 Removing intermediate container 300830f96b16 15:31:33 ---> 57d14169f3a8 15:31:33 Step 5/20 : RUN apk update && apk add make git 15:31:33 Removing intermediate container 09c7131f7325 15:31:33 ---> b8c3c212a374 15:31:33 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 15:31:33 ---> Running in 4371be94eae3 15:31:33 ---> Running in 49e1b390c427 15:31:33 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:31:33 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:31:33 OK: 12617 distinct packages available 15:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:33 OK: 217 MiB in 51 packages 15:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:33 Removing intermediate container 9c9b1221765f 15:31:33 ---> 826e608e54b9 15:31:33 Step 5/29 : COPY go.mod . 15:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:33 ---> 944706393bfe 15:31:33 Step 6/29 : RUN go mod download 15:31:33 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:31:33 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:31:33 OK: 12617 distinct packages available 15:31:33 ---> Running in fd89c3804898 15:31:33 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:31:33 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:31:33 OK: 12617 distinct packages available 15:31:33 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:31:33 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:31:33 OK: 12617 distinct packages available 15:31:33 OK: 217 MiB in 51 packages 15:31:33 OK: 217 MiB in 51 packages 15:31:33 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:31:33 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:31:33 OK: 12617 distinct packages available 15:31:34 OK: 217 MiB in 51 packages 15:31:34 OK: 217 MiB in 51 packages 15:31:35 Removing intermediate container 12b892014df1 15:31:35 ---> e17f50b560c2 15:31:35 Step 6/26 : COPY go.mod . 15:31:35 Removing intermediate container 59ab35985baa 15:31:35 ---> 1349576d3096 15:31:35 Step 6/26 : COPY go.mod . 15:31:35 Removing intermediate container 49e1b390c427 15:31:35 ---> eea4c31f2c1e 15:31:35 Step 6/23 : COPY go.mod . 15:31:36 Removing intermediate container 4371be94eae3 15:31:36 ---> d2ad1123a5e9 15:31:36 Step 6/20 : COPY go.mod . 15:31:36 ---> a3ce57d9354b 15:31:36 Step 7/26 : RUN go mod download 15:31:36 Removing intermediate container fd89c3804898 15:31:36 ---> 5f33106783db 15:31:36 Step 7/29 : COPY . . 15:31:36 ---> Running in 0a7219c0ed20 15:31:37 ---> 367824259c06 15:31:37 Step 7/26 : RUN go mod download 15:31:37 ---> 280c4c06640f 15:31:37 Step 7/23 : RUN go mod download 15:31:37 ---> Running in 72660e3e9d10 15:31:37 ---> Running in 462a7ea041fa 15:31:37 ---> 9084ca709a78 15:31:37 Step 7/20 : RUN go mod download 15:31:38 ---> Running in ada8a1b42fe6 15:31:43 Removing intermediate container 0a7219c0ed20 15:31:43 ---> 7ac18c88b06c 15:31:43 Step 8/26 : COPY . . 15:31:43 Removing intermediate container 72660e3e9d10 15:31:43 ---> 8ebb53641d91 15:31:43 Step 8/26 : COPY . . 15:31:43 Removing intermediate container 462a7ea041fa 15:31:43 ---> c6613a0e08c2 15:31:43 Step 8/23 : COPY . . 15:31:43 Removing intermediate container ada8a1b42fe6 15:31:43 ---> d15dc209bdca 15:31:43 Step 8/20 : COPY . . 15:32:10 ---> 43490867b511 15:32:10 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:32:10 ---> 18db87a673a7 15:32:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:32:10 ---> 497afb612a83 15:32:10 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 15:32:10 ---> Running in 0cadecc86424 15:32:10 ---> e2e1004032e1 15:32:10 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 15:32:10 ---> 59ee77eb0f4d 15:32:10 Step 9/23 : RUN make cmd/support-notifications/support-notifications 15:32:10 ---> Running in 8974c08eada6 15:32:10 ---> Running in c878c7ff74cc 15:32:10 ---> Running in 4dc15fe7aeff 15:32:10 ---> Running in 4efe54a0debb 15:32:13 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 15:32: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 15:32:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:32: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 15:32:13 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 15:33:35 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 15:33:35 Removing intermediate container 0cadecc86424 15:33:35 ---> eb18695a1464 15:33:35 15:33:35 Step 9/29 : FROM alpine:latest 15:33:35 latest: Pulling from library/alpine 15:33:35 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:33:35 Status: Downloaded newer image for alpine:latest 15:33:35 ---> 62ee0e9f8440 15:33:35 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:33:35 ---> Running in 443435cbbb89 15:33:35 Removing intermediate container 443435cbbb89 15:33:35 ---> 6c5f1ea4efdf 15:33:35 Step 11/29 : USER root 15:33:35 ---> Running in 97e3e56462f1 15:33:35 Removing intermediate container 97e3e56462f1 15:33:35 ---> 5b040b96ea4c 15:33:35 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:33:35 ---> Running in 0dd598950684 15:33:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:33:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:33:40 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:33:40 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:33:40 OK: 12617 distinct packages available 15:33:41 (1/2) Installing ca-certificates (20191127-r4) 15:33:41 (2/2) Installing dumb-init (1.2.2-r1) 15:33:41 Executing busybox-1.31.1-r16.trigger 15:33:41 Executing ca-certificates-20191127-r4.trigger 15:33:41 OK: 6 MiB in 16 packages 15:33:43 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 15:33:44 Removing intermediate container 8974c08eada6 15:33:44 ---> f7c02b2ec434 15:33:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:33:44 ---> Running in 4fec7f455128 15:33:44 Removing intermediate container 0dd598950684 15:33:44 ---> eb952ec61822 15:33:44 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:33:44 ---> Running in 8e6414a9ad89 15:33:45 Removing intermediate container 8e6414a9ad89 15:33:45 ---> 7d3102a1befd 15:33:45 Step 14/29 : WORKDIR $BASE_DIR 15:33:46 ---> Running in 1704c1415afc 15:33:47 Removing intermediate container 1704c1415afc 15:33:47 ---> 038b5f42c6e1 15:33:47 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:33:47 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 15:33:47 ---> Running in 70ccc01d088e 15:33:51 Removing intermediate container 70ccc01d088e 15:33:51 ---> 868e56864b78 15:33:51 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:33:53 ---> 6596d74d09cd 15:33:53 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:33:53 Removing intermediate container 4fec7f455128 15:33:53 ---> 9f30c8c7a758 15:33:53 15:33:53 Step 11/26 : FROM docker:latest 15:33:53 ---> ce9d55ae87f1 15:33:53 Step 12/26 : RUN apk add --no-cache bash 15:33:53 ---> Running in 78eda83cdff3 15:33:55 ---> 1dd5363ad256 15:33:55 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:33:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:33:56 ---> 970407388e46 15:33:56 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:33:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:33:57 (1/2) Installing readline (8.0.4-r0) 15:33:57 (2/2) Installing bash (5.0.17-r0) 15:33:57 Executing bash-5.0.17-r0.post-install 15:33:57 Executing busybox-1.31.1-r16.trigger 15:33:57 OK: 12 MiB in 22 packages 15:33:58 Removing intermediate container c878c7ff74cc 15:33:58 ---> f018b2547765 15:33:58 15:33:58 Step 10/26 : FROM alpine:3.10 15:33:58 ---> 1ad9ff8f6484 15:33:58 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:33:58 3.10: Pulling from library/alpine 15:34:00 ---> 741f4111ee25 15:34:00 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:34:00 ---> Running in aa9affea3d29 15:34:00 Removing intermediate container 78eda83cdff3 15:34:00 ---> d0ac8dbc14a8 15:34:00 Step 13/26 : RUN rm -rf /var/cache/apk/* 15:34:00 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:34:01 Status: Downloaded newer image for alpine:3.10 15:34:01 ---> 536a684cf733 15:34:01 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:34:01 ---> Running in 8d452e954cba 15:34:01 ---> Running in 19410df0e63d 15:34:04 Removing intermediate container 4dc15fe7aeff 15:34:04 ---> 0a72ba674684 15:34:04 15:34:04 Step 10/20 : FROM scratch 15:34:04 ---> 15:34:04 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:34:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 15:34:04 Removing intermediate container 4efe54a0debb 15:34:04 ---> 74bfec0ca889 15:34:04 15:34:04 Step 10/23 : FROM scratch 15:34:04 ---> 15:34:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:34:04 ---> Running in 8a719d6c87c4 15:34:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 15:34:04 ---> Running in db5ff7b8cc00 15:34:04 Removing intermediate container aa9affea3d29 15:34:04 ---> 7ab7dcb4815c 15:34:04 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:34:05 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:34:05 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:34:05 OK: 10167 distinct packages available 15:34:05 Removing intermediate container 8d452e954cba 15:34:05 ---> 083985ca95aa 15:34:05 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:34:05 Removing intermediate container 8a719d6c87c4 15:34:05 ---> 370e61dcd3c6 15:34:05 Step 12/20 : ENV APP_PORT=48085 15:34:05 Removing intermediate container db5ff7b8cc00 15:34:05 ---> 96af43a66557 15:34:05 Step 12/23 : ENV APP_PORT=48060 15:34:05 ---> Running in d4ba32be7443 15:34:05 ---> Running in 59af386dbd68 15:34:06 (1/5) Installing ca-certificates (20191127-r2) 15:34:06 ---> Running in eaf343d5b5c1 15:34:06 ---> 7deab5e26023 15:34:06 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:34:06 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:34:06 (3/5) Installing libcurl (7.66.0-r0) 15:34:06 (4/5) Installing curl (7.66.0-r0) 15:34:06 (5/5) Installing dumb-init (1.2.2-r1) 15:34:06 Executing busybox-1.30.1-r3.trigger 15:34:06 Executing ca-certificates-20191127-r2.trigger 15:34:06 OK: 7 MiB in 19 packages 15:34:06 ---> Running in 456e80fe1e50 15:34:06 Removing intermediate container d4ba32be7443 15:34:06 ---> aac5ad2f634a 15:34:06 Step 13/20 : EXPOSE $APP_PORT 15:34:06 Removing intermediate container 59af386dbd68 15:34:06 ---> 85ae02479b48 15:34:06 Step 15/26 : ENV APP_PORT=48090 15:34:06 ---> Running in a829f4782a7c 15:34:06 Removing intermediate container eaf343d5b5c1 15:34:06 ---> 1ff7e58dcc46 15:34:06 Step 13/23 : EXPOSE $APP_PORT 15:34:06 ---> Running in ddd585dcea8b 15:34:07 ---> Running in bb7071dd5be0 15:34:07 Removing intermediate container a829f4782a7c 15:34:07 ---> 195ab3cebc70 15:34:07 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:34:07 Removing intermediate container ddd585dcea8b 15:34:07 ---> 2e893e8fcfa4 15:34:07 Step 16/26 : EXPOSE $APP_PORT 15:34:07 Removing intermediate container bb7071dd5be0 15:34:07 ---> e69b12253b53 15:34:07 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 15:34:07 ---> Running in d87d8ec3f74a 15:34:08 ---> c32883187148 15:34:08 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:34:08 Removing intermediate container 19410df0e63d 15:34:08 ---> 3ab64b9d92bc 15:34:08 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:34:08 Removing intermediate container d87d8ec3f74a 15:34:08 ---> 15cc1d5325c0 15:34:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:34:09 ---> adf59de9e40d 15:34:09 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:34:09 ---> Running in a746dd395004 15:34:10 Removing intermediate container a746dd395004 15:34:10 ---> b87ef25b5ab5 15:34:10 Step 13/26 : WORKDIR / 15:34:10 ---> Running in a4b5e4da1f91 15:34:10 Removing intermediate container 456e80fe1e50 15:34:10 ---> acb6e94cb7ee 15:34:10 Step 24/29 : RUN chmod 755 security-secrets-setup 15:34:11 ---> edd63e903980 15:34:11 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:34:11 ---> cba86a59a61b 15:34:11 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 15:34:11 ---> de6304feedde 15:34:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:34:11 ---> Running in 6131bc3b79fe 15:34:11 Removing intermediate container a4b5e4da1f91 15:34:11 ---> 47fc8809c191 15:34:11 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:34:12 ---> 90c7ed58e64d 15:34:12 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:34:12 ---> Running in b690c43059d5 15:34:12 ---> a48322be1f9c 15:34:12 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:34:12 ---> cf3f2e8e293d 15:34:12 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:34:13 ---> 057673af6b59 15:34:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:34:13 Removing intermediate container b690c43059d5 15:34:13 ---> d587ffcc25a9 15:34:13 Step 18/20 : LABEL arch=arm64 15:34:13 ---> Running in 7003588bb119 15:34:13 ---> 4aa85915ab3b 15:34:13 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:34:14 ---> 57d7558d5e79 15:34:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:34:14 ---> bc9819e7483a 15:34:14 Step 20/26 : RUN apk --no-cache add py-pip 15:34:14 Removing intermediate container 7003588bb119 15:34:14 ---> f711ffa234a2 15:34:14 Step 19/20 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:34:14 ---> Running in 77036896629b 15:34:15 ---> Running in 1318d5b62fe9 15:34:15 ---> a4619910be0e 15:34:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 15:34:15 Removing intermediate container 6131bc3b79fe 15:34:15 ---> 5310f61888f1 15:34:15 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:34:15 ---> Running in f0875c37cb09 15:34:15 ---> c28d11680d82 15:34:15 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:34:15 Removing intermediate container 1318d5b62fe9 15:34:16 ---> 77f746e1071c 15:34:16 Step 20/20 : LABEL version=0.0.0 15:34:16 ---> Running in 95de48ea1223 15:34:16 ---> 321d0760791b 15:34:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:34:16 Removing intermediate container f0875c37cb09 15:34:16 ---> 48e9e4e38257 15:34:16 Step 26/29 : CMD [ "generate" ] 15:34:16 ---> Running in fa3a33563fca 15:34:16 Removing intermediate container 95de48ea1223 15:34:16 ---> 8e9f15e67766 15:34:16 15:34:16 ---> 1bf594a0de9f 15:34:16 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:34:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:34:17 ---> Running in 719a46cc1dcc 15:34:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:34:17 Removing intermediate container fa3a33563fca 15:34:17 ---> 7196413470ce 15:34:17 Step 27/29 : LABEL arch=arm64 15:34:17 Successfully built 8e9f15e67766 15:34:17 Successfully tagged docker-support-scheduler-go-arm64:latest 15:34:17 Building docker-core-command-go 15:34:18  Building docker-support-scheduler-go ... done (1/33) Installing libbz2 (1.0.8-r1) 15:34:18 (2/33) Installing expat (2.2.9-r1) 15:34:18 ---> Running in 5637067c437f 15:34:18 (3/33) Installing libffi (3.3-r2) 15:34:18 (4/33) Installing gdbm (1.13-r1) 15:34:18 (5/33) Installing xz-libs (5.2.5-r0) 15:34:18 (6/33) Installing sqlite-libs (3.32.1-r0) 15:34:18 (7/33) Installing python3 (3.8.5-r0) 15:34:18 Removing intermediate container 719a46cc1dcc 15:34:18 ---> 644f83fa5e54 15:34:18 Step 21/23 : LABEL arch=arm64 15:34:18 ---> 4ad814f8ed05 15:34:18 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:34:18 ---> Running in d2885ffcd1d5 15:34:19 Removing intermediate container 5637067c437f 15:34:19 ---> 69c38fdc6afa 15:34:19 Step 28/29 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:34:20 (8/33) Installing py3-appdirs (1.4.4-r1) 15:34:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:34:20 (10/33) Installing py3-parsing (2.4.7-r0) 15:34:20 (11/33) Installing py3-six (1.15.0-r0) 15:34:20 (12/33) Installing py3-packaging (20.4-r0) 15:34:20 (13/33) Installing py3-setuptools (47.0.0-r0) 15:34:20 (14/33) Installing py3-chardet (3.0.4-r4) 15:34:20 Removing intermediate container d2885ffcd1d5 15:34:20 ---> 661c0b6c7cd2 15:34:20 Step 22/23 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:34:20 (15/33) Installing py3-idna (2.9-r0) 15:34:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:34:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:34:20 (18/33) Installing py3-requests (2.23.0-r0) 15:34:20 (19/33) Installing py3-msgpack (1.0.0-r0) 15:34:20 (20/33) Installing py3-lockfile (0.12.2-r3) 15:34:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:34:20 (22/33) Installing py3-colorama (0.4.3-r0) 15:34:20 (23/33) Installing py3-distlib (0.3.0-r0) 15:34:20 (24/33) Installing py3-distro (1.5.0-r1) 15:34:20 (25/33) Installing py3-webencodings (0.5.1-r3) 15:34:20 (26/33) Installing py3-html5lib (1.0.1-r4) 15:34:20 (27/33) Installing py3-pytoml (0.1.21-r0) 15:34:20 (28/33) Installing py3-pep517 (0.8.2-r0) 15:34:20 (29/33) Installing py3-progress (1.5-r0) 15:34:20 (30/33) Installing py3-toml (0.10.1-r0) 15:34:20 (31/33) Installing py3-retrying (1.3.3-r0) 15:34:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:34:20 (33/33) Installing py3-pip (20.1.1-r0) 15:34:20 Executing busybox-1.31.1-r16.trigger 15:34:20 OK: 71 MiB in 55 packages 15:34:21 ---> Running in 9e55bf437474 15:34:21 ---> 991494083b5f 15:34:21 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 15:34:21 ---> Running in ed30914c3b19 15:34:21 Removing intermediate container 9e55bf437474 15:34:21 ---> 6c533b76c080 15:34:21 Step 29/29 : LABEL version=0.0.0 15:34:22 Removing intermediate container ed30914c3b19 15:34:22 ---> a4c8be06e397 15:34:22 Step 23/23 : LABEL version=0.0.0 15:34:22 ---> Running in 5df1e63130b8 15:34:23 ---> Running in 09f56992d48c 15:34:23 ---> 32881877941b 15:34:23 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:34:23 Removing intermediate container 5df1e63130b8 15:34:23 ---> a5c93874b03e 15:34:23 15:34:24 Successfully built a5c93874b03e 15:34:24 Successfully tagged docker-security-secrets-setup-go-arm64:latest 15:34:24 Building docker-core-data-go 15:34:24  Building docker-security-secrets-setup-go ... done Removing intermediate container 09f56992d48c 15:34:24 ---> a9e160411d8c 15:34:24 15:34:25 Successfully built a9e160411d8c 15:34:25 ---> baa55d8fe7f8 15:34:25 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:34:25 Successfully tagged docker-support-notifications-go-arm64:latest 15:34:25  Building docker-support-notifications-go ... done Building docker-support-logging-go 15:34:25 ---> Running in 9ba7e098bbb3 15:34:28 Removing intermediate container 77036896629b 15:34:28 ---> 8c706b29e1ea 15:34:28 Step 21/26 : RUN pip install docker-compose==1.23.2 15:34:28 ---> Running in 99d88885b2ec 15:34:30 Removing intermediate container 9ba7e098bbb3 15:34:30 ---> 841d81791ae4 15:34:30 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 15:34:31 ---> Running in 9336bfc7e86e 15:34:32 Removing intermediate container 9336bfc7e86e 15:34:32 ---> 90c07ca42204 15:34:32 Step 24/26 : LABEL arch=arm64 15:34:32 ---> Running in 5e5e3af41ff3 15:34:34 Removing intermediate container 5e5e3af41ff3 15:34:34 ---> 4ac3c6f3f0d6 15:34:34 Step 25/26 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:34:34 ---> Running in d77475c902f6 15:34:35 Collecting docker-compose==1.23.2 15:34:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:34:35 Removing intermediate container d77475c902f6 15:34:35 ---> 70fd1f73ddd1 15:34:35 Step 26/26 : LABEL version=0.0.0 15:34:36 ---> Running in 10a9c2c93f28 15:34:36 Collecting cached-property<2,>=1.2.0 15:34:36 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 15:34:37 Removing intermediate container 10a9c2c93f28 15:34:37 ---> a711c3529786 15:34:37 15:34:37 Collecting docker<4.0,>=3.6.0 15:34:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:34:37 Successfully built a711c3529786 15:34:37 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:34:37  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 15:34:38 Collecting jsonschema<3,>=2.5.1 15:34:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:34:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:34:39 Collecting PyYAML<4,>=3.10 15:34:39 Downloading PyYAML-3.13.tar.gz (270 kB) 15:34:43 Collecting websocket-client<1.0,>=0.32.0 15:34:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:34:43 Collecting dockerpty<0.5,>=0.4.1 15:34:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:34:46 Collecting docopt<0.7,>=0.6.1 15:34:46 Downloading docopt-0.6.2.tar.gz (25 kB) 15:34:48 Collecting texttable<0.10,>=0.9.0 15:34:48 Downloading texttable-0.9.1.tar.gz (11 kB) 15:34:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:34:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:34:51 Collecting docker-pycreds>=0.4.0 15:34:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:34:52 Collecting urllib3<1.25,>=1.21.1 15:34:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:34:52 Collecting idna<2.8,>=2.5 15:34:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:34:52 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) 15:34:52 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) 15:34:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:34:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:34:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:34:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:34:54 Installing collected packages: cached-property, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, PyYAML, dockerpty, docopt, texttable, docker-compose 15:34:54 Attempting uninstall: urllib3 15:34:54 Found existing installation: urllib3 1.25.9 15:34:54 Uninstalling urllib3-1.25.9: 15:34:54 Successfully uninstalled urllib3-1.25.9 15:34:55 Attempting uninstall: idna 15:34:55 Found existing installation: idna 2.9 15:34:55 Uninstalling idna-2.9: 15:34:55 Successfully uninstalled idna-2.9 15:34:55 Attempting uninstall: requests 15:34:55 Found existing installation: requests 2.23.0 15:34:55 Uninstalling requests-2.23.0: 15:34:56 Successfully uninstalled requests-2.23.0 15:34:57 Running setup.py install for PyYAML: started 15:35:00 Running setup.py install for PyYAML: finished with status 'done' 15:35:00 Running setup.py install for dockerpty: started 15:35:02 Running setup.py install for dockerpty: finished with status 'done' 15:35:02 Running setup.py install for docopt: started 15:35:04 Running setup.py install for docopt: finished with status 'done' 15:35:04 Running setup.py install for texttable: started 15:35:07 Running setup.py install for texttable: finished with status 'done' 15:35:09 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 15:35:14 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:35:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:35:14 ---> e2e0b923b588 15:35:14 Step 3/21 : WORKDIR /edgex-go 15:35:14 ---> Using cache 15:35:14 ---> a0c306d1c048 15:35:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:14 ---> Using cache 15:35:14 ---> b8c3c212a374 15:35:14 Step 5/21 : RUN apk update && apk add make git 15:35:16 ---> Running in 04a599d86b1f 15:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:20 Removing intermediate container 99d88885b2ec 15:35:20 ---> f7ee48e714e9 15:35:20 Step 22/26 : RUN apk --no-cache add curl 15:35:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:20 ---> Running in e81d567afa2c 15:35:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:22 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:35:22 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:35:22 OK: 12617 distinct packages available 15:35:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:35:23 (2/3) Installing libcurl (7.69.1-r0) 15:35:23 (3/3) Installing curl (7.69.1-r0) 15:35:23 Executing busybox-1.31.1-r16.trigger 15:35:23 OK: 71 MiB in 58 packages 15:35:23 OK: 217 MiB in 51 packages 15:35:26 Removing intermediate container e81d567afa2c 15:35:26 ---> fcdf69fa40a7 15:35:26 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:35:26 Removing intermediate container 04a599d86b1f 15:35:26 ---> 8832dff359c6 15:35:26 Step 6/21 : COPY go.mod . 15:35:26 ---> Running in 43a0c9fb9edf 15:35:27 Removing intermediate container 43a0c9fb9edf 15:35:27 ---> b46cb7ed0708 15:35:27 Step 24/26 : LABEL arch=arm64 15:35:27 ---> 5045985cfdb5 15:35:27 Step 7/21 : RUN go mod download 15:35:27 ---> Running in 26a82b3f4a9e 15:35:27 ---> Running in f0f19ccc4e6c 15:35:28 Removing intermediate container 26a82b3f4a9e 15:35:28 ---> 9bb0bdc04d35 15:35:28 Step 25/26 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:35:28 ---> Running in c7adad7e249d 15:35:29 Removing intermediate container c7adad7e249d 15:35:29 ---> 38377e711b65 15:35:29 Step 26/26 : LABEL version=0.0.0 15:35:29 ---> Running in 90432c29f1bb 15:35:30 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:35:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:35:30 ---> e2e0b923b588 15:35:30 Step 3/22 : WORKDIR /edgex-go 15:35:30 ---> Using cache 15:35:30 ---> a0c306d1c048 15:35:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:30 ---> Using cache 15:35:30 ---> b8c3c212a374 15:35:30 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:35:30 ---> Running in 8890c1d3cbda 15:35:30 Removing intermediate container 90432c29f1bb 15:35:30 ---> 1e0d08a95539 15:35:30 15:35:31 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:35:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:35:31 ---> e2e0b923b588 15:35:31 Step 3/21 : WORKDIR /edgex-go 15:35:31 ---> Using cache 15:35:31 ---> a0c306d1c048 15:35:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:31 ---> Using cache 15:35:31 ---> b8c3c212a374 15:35:31 Step 5/21 : RUN apk update && apk add make && apk add bash git 15:35:31 ---> Running in 06ac44dbf304 15:35:31 Successfully built 1e0d08a95539 15:35:31 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:35:31  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 15:35:32 Removing intermediate container f0f19ccc4e6c 15:35:32 ---> e62bc16f36a6 15:35:32 Step 8/21 : COPY . . 15:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:34 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:35:34 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:35:34 OK: 12617 distinct packages available 15:35:35 OK: 217 MiB in 51 packages 15:35:35 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 15:35:35 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:35:35 OK: 12617 distinct packages available 15:35:36 OK: 217 MiB in 51 packages 15:35:37 OK: 217 MiB in 51 packages 15:35:39 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:35:39 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:35:39 ---> e2e0b923b588 15:35:39 Step 3/20 : WORKDIR /edgex-go 15:35:39 ---> Using cache 15:35:39 ---> a0c306d1c048 15:35:39 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:39 ---> Using cache 15:35:39 ---> b8c3c212a374 15:35:39 Step 5/20 : RUN apk update && apk add make git 15:35:39 ---> Using cache 15:35:39 ---> 8832dff359c6 15:35:39 Step 6/20 : COPY go.mod . 15:35:39 ---> Using cache 15:35:39 ---> 5045985cfdb5 15:35:39 Step 7/20 : RUN go mod download 15:35:39 ---> Using cache 15:35:39 ---> e62bc16f36a6 15:35:39 Step 8/20 : COPY . . 15:35:44 Removing intermediate container 8890c1d3cbda 15:35:44 ---> 78c55b36c09f 15:35:44 Step 6/22 : COPY go.mod . 15:35:44 Removing intermediate container 06ac44dbf304 15:35:44 ---> 3dc0cd0ec07d 15:35:44 Step 6/21 : COPY go.mod . 15:35:44 ---> 60266c597cfa 15:35:44 Step 7/22 : RUN go mod download 15:35:45 ---> 6dc4c283108f 15:35:45 Step 7/21 : RUN go mod download 15:35:45 ---> Running in b66bad699396 15:35:45 ---> Running in deefbc416baf 15:35:52 Removing intermediate container b66bad699396 15:35:52 ---> b0c0e10cb2ae 15:35:52 Step 8/22 : COPY . . 15:35:52 Removing intermediate container deefbc416baf 15:35:52 ---> 430eb9517104 15:35:52 Step 8/21 : COPY . . 15:35:59 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:35:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:35:59 ---> e2e0b923b588 15:35:59 Step 3/21 : WORKDIR /edgex-go 15:35:59 ---> Using cache 15:35:59 ---> a0c306d1c048 15:35:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:59 ---> Using cache 15:35:59 ---> b8c3c212a374 15:35:59 Step 5/21 : RUN apk update && apk add make git 15:35:59 ---> Using cache 15:35:59 ---> 8832dff359c6 15:35:59 Step 6/21 : COPY go.mod . 15:35:59 ---> Using cache 15:35:59 ---> 5045985cfdb5 15:35:59 Step 7/21 : RUN go mod download 15:35:59 ---> Using cache 15:35:59 ---> e62bc16f36a6 15:35:59 Step 8/21 : COPY . . 15:35:59 ---> Using cache 15:35:59 ---> e4c8bc01204a 15:35:59 Step 9/21 : RUN make cmd/core-metadata/core-metadata 15:35:59 ---> e4c8bc01204a 15:35:59 Step 9/21 : RUN make cmd/core-command/core-command 15:36:00 ---> Running in 7cf7c806a86a 15:36:00 ---> Running in c07b2fbaa878 15:36:02 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 15:36:02 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 15:36:09 ---> 818a88f26f2b 15:36:09 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 15:36:09 ---> Running in 3ac1c9d85cc6 15:36:13 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 15:36:28 ---> d1f243e4361a 15:36:28 Step 9/21 : RUN make cmd/support-logging/support-logging 15:36:28 ---> 015f298dd84f 15:36:28 Step 9/22 : RUN make cmd/core-data/core-data 15:36:28 ---> Running in 6c7e6a9663c8 15:36:28 ---> Running in 93160c045a25 15:36:29 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 15:36:29 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 15:37:38 Removing intermediate container 3ac1c9d85cc6 15:37:38 ---> d1382541d3d4 15:37:38 15:37:38 Step 10/20 : FROM alpine 15:37:38 ---> 62ee0e9f8440 15:37:38 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:37:38 ---> Running in 82721cdadae7 15:37:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:37:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:37:38 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:37:38 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:37:38 OK: 12617 distinct packages available 15:37:38 (1/4) Installing ca-certificates (20191127-r4) 15:37:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:37:38 (3/4) Installing libcurl (7.69.1-r0) 15:37:38 (4/4) Installing curl (7.69.1-r0) 15:37:38 Executing busybox-1.31.1-r16.trigger 15:37:38 Executing ca-certificates-20191127-r4.trigger 15:37:38 OK: 7 MiB in 18 packages 15:37:39 Removing intermediate container 82721cdadae7 15:37:39 ---> 08caa5970ee3 15:37:39 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:37:39 ---> Running in 9266931ac5ea 15:37:39 Removing intermediate container 9266931ac5ea 15:37:39 ---> a40701782e06 15:37:39 Step 13/20 : WORKDIR /edgex 15:37:40 ---> Running in 1645d4552d6e 15:37:40 Removing intermediate container 1645d4552d6e 15:37:40 ---> 2650deb15e15 15:37:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:37:42 ---> 156bb29e1e47 15:37:42 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:37:44 ---> 14035f342489 15:37:44 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:37:44 ---> Running in 4e5f41c795a7 15:37:44 Removing intermediate container 4e5f41c795a7 15:37:44 ---> 542503c27549 15:37:44 Step 17/20 : CMD ["--init=true"] 15:37:44 ---> Running in d8df5b8f9e7c 15:37:45 Removing intermediate container d8df5b8f9e7c 15:37:45 ---> adbf6aa1907b 15:37:45 Step 18/20 : LABEL arch=arm64 15:37:46 ---> Running in dff99f920627 15:37:46 Removing intermediate container dff99f920627 15:37:46 ---> 79e47d1ac346 15:37:46 Step 19/20 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:37:46 ---> Running in 4b46e48c2a52 15:37:47 Removing intermediate container 4b46e48c2a52 15:37:47 ---> 83e17797f126 15:37:47 Step 20/20 : LABEL version=0.0.0 15:37:47 ---> Running in d845cbedcc63 15:37:48 Removing intermediate container d845cbedcc63 15:37:48 ---> a32062830ccf 15:37:48 15:37:49 Successfully built a32062830ccf 15:37:49 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:37:54  Building docker-security-proxy-setup-go ... done Removing intermediate container c07b2fbaa878 15:37:54 ---> 51d4e2c64405 15:37:54 15:37:54 Step 10/21 : FROM scratch 15:37:54 ---> 15:37:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:37:54 ---> Using cache 15:37:54 ---> 370e61dcd3c6 15:37:54 Step 12/21 : ENV APP_PORT=48082 15:37:54 ---> Running in 5833813277b0 15:37:55 Removing intermediate container 5833813277b0 15:37:55 ---> 7f432f703d60 15:37:55 Step 13/21 : EXPOSE $APP_PORT 15:37:55 ---> Running in c235de81c60a 15:37:56 Removing intermediate container c235de81c60a 15:37:56 ---> 7364d1530651 15:37:56 Step 14/21 : WORKDIR / 15:37:56 ---> Running in 165bcf4a6e95 15:37:57 Removing intermediate container 165bcf4a6e95 15:37:57 ---> bf33a3dde842 15:37:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:37:58 ---> 1e8c292ab5a8 15:37:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:38:02 ---> 445106161abc 15:38:02 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:38:03 Removing intermediate container 7cf7c806a86a 15:38:03 ---> 1be4233f33c9 15:38:03 15:38:03 Step 10/21 : FROM scratch 15:38:03 ---> 15:38:03 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:38:03 ---> Using cache 15:38:03 ---> 370e61dcd3c6 15:38:03 Step 12/21 : ENV APP_PORT=48081 15:38:04 ---> 43c701414fab 15:38:04 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:38:04 ---> Running in 674b505dab47 15:38:04 ---> Running in 9328f266c3cb 15:38:05 Removing intermediate container 674b505dab47 15:38:05 ---> db9fcadb35fb 15:38:05 Step 13/21 : EXPOSE $APP_PORT 15:38:05 ---> Running in 8b5a645a81ed 15:38:05 Removing intermediate container 9328f266c3cb 15:38:05 ---> 88ed12b84376 15:38:05 Step 19/21 : LABEL arch=arm64 15:38:05 ---> Running in 10836dfc5665 15:38:05 Removing intermediate container 6c7e6a9663c8 15:38:05 ---> 086f0023c1a2 15:38:05 15:38:06 Step 10/21 : FROM scratch 15:38:06 ---> 15:38:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:38:06 Removing intermediate container 8b5a645a81ed 15:38:06 ---> b861f0ddbe72 15:38:06 Step 14/21 : WORKDIR / 15:38:06 ---> Running in d3e83956b3de 15:38:06 ---> Using cache 15:38:06 ---> 96af43a66557 15:38:06 Step 12/21 : ENV APP_PORT=48061 15:38:06 ---> Running in f8ccbf6e86c7 15:38:06 Removing intermediate container 10836dfc5665 15:38:06 ---> 392106464238 15:38:06 Step 20/21 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:38:07 ---> Running in 51dceed332e1 15:38:07 Removing intermediate container d3e83956b3de 15:38:07 ---> 2a08161681ec 15:38:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:38:07 Removing intermediate container f8ccbf6e86c7 15:38:07 ---> f1d0283beae6 15:38:07 Step 13/21 : EXPOSE $APP_PORT 15:38:07 ---> Running in d78944d4e296 15:38:07 Removing intermediate container 51dceed332e1 15:38:07 ---> 2e72ec4dad64 15:38:07 Step 21/21 : LABEL version=0.0.0 15:38:08 ---> Running in c86aaace7c1a 15:38:08 Removing intermediate container d78944d4e296 15:38:08 ---> c51b2a8e803f 15:38:08 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 15:38:08 ---> 4c4a2e675d8a 15:38:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:38:08 Removing intermediate container c86aaace7c1a 15:38:08 ---> 15d555eae9d2 15:38:08 15:38:09 Successfully built 15d555eae9d2 15:38:09 Successfully tagged docker-core-command-go-arm64:latest 15:38:09  Building docker-core-command-go ... done  ---> c6bfd8b9ca15 15:38:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 15:38:10 ---> df8119de74ce 15:38:10 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:38:10 ---> e50f28b83f33 15:38:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 15:38:11 ---> 7d04edd36e0a 15:38:11 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:38:11 ---> Running in b788038f8530 15:38:12 ---> 06b491ba995d 15:38:12 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 15:38:12 Removing intermediate container b788038f8530 15:38:12 ---> 0d6c53b1fe03 15:38:12 Step 19/21 : LABEL arch=arm64 15:38:12 ---> Running in b05c8fd11cc7 15:38:13 Removing intermediate container b05c8fd11cc7 15:38:13 ---> 9a669e0a85e1 15:38:13 Step 20/21 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:38:13 ---> 57a93625337e 15:38:13 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:38:13 ---> Running in dd4ff9a5cc20 15:38:13 ---> Running in d3d4db727cd5 15:38:13 Removing intermediate container dd4ff9a5cc20 15:38:13 ---> a74524efab0c 15:38:13 Step 21/21 : LABEL version=0.0.0 15:38:13 Removing intermediate container d3d4db727cd5 15:38:13 ---> fd1c5c260c91 15:38:13 Step 19/21 : LABEL arch=arm64 15:38:13 ---> Running in a9fdde07f4fa 15:38:13 ---> Running in c36032866516 15:38:14 Removing intermediate container c36032866516 15:38:14 ---> 1b743583dc27 15:38:14 Step 20/21 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:38:14 Removing intermediate container a9fdde07f4fa 15:38:14 ---> 962a526f6b0a 15:38:14 15:38:14 ---> Running in 9d52b251b45c 15:38:15 Successfully built 962a526f6b0a 15:38:15 Successfully tagged docker-core-metadata-go-arm64:latest 15:38:15  Building docker-core-metadata-go ... done Removing intermediate container 9d52b251b45c 15:38:15 ---> 140150665dea 15:38:15 Step 21/21 : LABEL version=0.0.0 15:38:15 ---> Running in 56517059cbd2 15:38:15 Removing intermediate container 56517059cbd2 15:38:15 ---> 3fc0490b68a0 15:38:15 15:38:16 Successfully built 3fc0490b68a0 15:38:16 Successfully tagged docker-support-logging-go-arm64:latest 15:38:28  Building docker-support-logging-go ... done Removing intermediate container 93160c045a25 15:38:28 ---> 3780557cc2c8 15:38:28 15:38:28 Step 10/22 : FROM alpine 15:38:28 ---> 62ee0e9f8440 15:38:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:38:28 ---> Running in 4c390710d119 15:38:28 Removing intermediate container 4c390710d119 15:38:28 ---> b2adf26fa516 15:38:28 Step 12/22 : ENV APP_PORT=48080 15:38:28 ---> Running in 2e8fd6f804a1 15:38:28 Removing intermediate container 2e8fd6f804a1 15:38:28 ---> 3de1e1a920df 15:38:28 Step 13/22 : EXPOSE $APP_PORT 15:38:28 ---> Running in 9f29b2bcc8ca 15:38:29 Removing intermediate container 9f29b2bcc8ca 15:38:29 ---> 230c0101c694 15:38:29 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:38:29 ---> Running in 844df11e30fc 15:38:31 Removing intermediate container 844df11e30fc 15:38:31 ---> de9f779155cd 15:38:31 Step 15/22 : RUN apk --no-cache add zeromq 15:38:31 ---> Running in 5f0efe40fa12 15:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:38:34 (1/5) Installing libgcc (9.3.0-r2) 15:38:34 (2/5) Installing libsodium (1.0.18-r0) 15:38:35 (3/5) Installing libstdc++ (9.3.0-r2) 15:38:35 (4/5) Installing libzmq (4.3.2-r0) 15:38:35 (5/5) Installing zeromq (4.3.2-r0) 15:38:35 Executing busybox-1.31.1-r16.trigger 15:38:35 OK: 8 MiB in 19 packages 15:38:37 Removing intermediate container 5f0efe40fa12 15:38:37 ---> 7732b1ec0ce2 15:38:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:38:37 ---> 27c1cc590942 15:38:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:38:39 ---> a143ee80f37c 15:38:39 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:38:40 ---> e2d968e9fa60 15:38:40 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:38:40 ---> Running in 05cb1c4db955 15:38:40 Removing intermediate container 05cb1c4db955 15:38:40 ---> d91cc1445ecc 15:38:40 Step 20/22 : LABEL arch=arm64 15:38:40 ---> Running in 2a12771933de 15:38:40 Removing intermediate container 2a12771933de 15:38:40 ---> ddd039cbb280 15:38:40 Step 21/22 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 15:38:41 ---> Running in c7af044b0b60 15:38:41 Removing intermediate container c7af044b0b60 15:38:41 ---> fe22cdc80201 15:38:41 Step 22/22 : LABEL version=0.0.0 15:38:41 ---> Running in 2f6e58181a75 15:38:42 Removing intermediate container 2f6e58181a75 15:38:42 ---> 91de2f296d46 15:38:42 15:38:42 Successfully built 91de2f296d46 15:38:42 Successfully tagged docker-core-data-go-arm64:latest 15:38:42  Building docker-core-data-go ... done  [Pipeline] } 15:38:42 $ docker stop --time=1 00c88a9761d58a9786d8b0634637a2b38c1883e9c4592b1ce954d5c869ab68eb 15:38:44 $ docker rm -f 00c88a9761d58a9786d8b0634637a2b38c1883e9c4592b1ce954d5c869ab68eb [Pipeline] // withDockerContainer [Pipeline] sh 15:38:45 + + dockergrep images docker 15:38:45 15:38:45 docker-core-data-go-arm64 latest 91de2f296d46 4 seconds ago 23.3MB 15:38:45 docker-support-logging-go-arm64 latest 3fc0490b68a0 30 seconds ago 11.4MB 15:38:45 docker-core-metadata-go-arm64 latest 962a526f6b0a 31 seconds ago 13.8MB 15:38:45 docker-core-command-go-arm64 latest 15d555eae9d2 37 seconds ago 12.4MB 15:38:45 docker-security-proxy-setup-go-arm64 latest a32062830ccf 57 seconds ago 15.8MB 15:38:45 docker-sys-mgmt-agent-go-arm64 latest 1e0d08a95539 3 minutes ago 266MB 15:38:45 docker-security-secretstore-setup-go-arm64 latest a711c3529786 4 minutes ago 32.6MB 15:38:45 docker-security-secrets-setup-go-arm64 latest a5c93874b03e 4 minutes ago 24.2MB 15:38:45 docker-support-notifications-go-arm64 latest a9e160411d8c 4 minutes ago 13.9MB 15:38:45 docker-support-scheduler-go-arm64 latest 8e9f15e67766 4 minutes ago 12.6MB 15:38:45 docker latest ce9d55ae87f1 7 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 15:38:47 provisioning config files... 15:38:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config6356838098142959008tmp [Pipeline] { [Pipeline] sh 15:38:47 + curl -s https://codecov.io/bash 15:38:47 + bash -s - -t @/w/workspace/edgex-go/19@tmp/config6356838098142959008tmp [Pipeline] } 15:38:48 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 15:38:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:38:50 ---> package-listing.sh 15:38:50 ++ facter osfamily 15:38:50 ++ tr '[:upper:]' '[:lower:]' 15:38:50 + OS_FAMILY=redhat 15:38:50 + workspace=/w/workspace/edgex-go/19 15:38:50 + START_PACKAGES=/tmp/packages_start.txt 15:38:50 + END_PACKAGES=/tmp/packages_end.txt 15:38:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:38:50 + PACKAGES=/tmp/packages_start.txt 15:38:50 + '[' /w/workspace/edgex-go/19 ']' 15:38:50 + PACKAGES=/tmp/packages_end.txt 15:38:50 + case "${OS_FAMILY}" in 15:38:50 + rpm -qa 15:38:50 + sort 15:38:55 + '[' -f /tmp/packages_start.txt ']' 15:38:55 + '[' -f /tmp/packages_end.txt ']' 15:38:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:38:55 + '[' /w/workspace/edgex-go/19 ']' 15:38:55 + mkdir -p /w/workspace/edgex-go/19/archives/ 15:38:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] isUnix [Pipeline] sh 15:38:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:38:55 15:38:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:38:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:38:55 alpine: Pulling from edgex-lftools-log-publisher 15:38:55 c9b1b535fdd9: Pulling fs layer 15:38:55 2cc5ad85d9ab: Pulling fs layer 15:38:55 756a868c4378: Pulling fs layer 15:38:55 444b2fc9a129: Pulling fs layer 15:38:55 ea15f1150254: Pulling fs layer 15:38:55 41b27a9f41bf: Pulling fs layer 15:38:55 28c525ee5125: Pulling fs layer 15:38:55 094b1ea09ed8: Pulling fs layer 15:38:55 138eaada9080: Pulling fs layer 15:38:55 0622d0fa9048: Pulling fs layer 15:38:55 444b2fc9a129: Waiting 15:38:55 ea15f1150254: Waiting 15:38:55 41b27a9f41bf: Waiting 15:38:55 28c525ee5125: Waiting 15:38:55 094b1ea09ed8: Waiting 15:38:55 138eaada9080: Waiting 15:38:55 0622d0fa9048: Waiting 15:38:55 2cc5ad85d9ab: Verifying Checksum 15:38:55 2cc5ad85d9ab: Download complete 15:38:55 444b2fc9a129: Verifying Checksum 15:38:55 444b2fc9a129: Download complete 15:38:55 c9b1b535fdd9: Verifying Checksum 15:38:55 c9b1b535fdd9: Download complete 15:38:56 ea15f1150254: Verifying Checksum 15:38:56 ea15f1150254: Download complete 15:38:56 28c525ee5125: Verifying Checksum 15:38:56 28c525ee5125: Download complete 15:38:56 756a868c4378: Verifying Checksum 15:38:56 756a868c4378: Download complete 15:38:56 c9b1b535fdd9: Pull complete 15:38:56 138eaada9080: Verifying Checksum 15:38:56 138eaada9080: Download complete 15:38:56 094b1ea09ed8: Verifying Checksum 15:38:56 094b1ea09ed8: Download complete 15:38:56 0622d0fa9048: Verifying Checksum 15:38:56 0622d0fa9048: Download complete 15:38:56 2cc5ad85d9ab: Pull complete 15:38:56 41b27a9f41bf: Verifying Checksum 15:38:56 41b27a9f41bf: Download complete 15:38:58 756a868c4378: Pull complete 15:38:58 444b2fc9a129: Pull complete 15:38:58 ea15f1150254: Pull complete 15:39:03 41b27a9f41bf: Pull complete 15:39:03 28c525ee5125: Pull complete 15:39:06 094b1ea09ed8: Pull complete 15:39:06 138eaada9080: Pull complete 15:39:06 0622d0fa9048: Pull complete 15:39:06 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 15:39:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:39:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:39:07 prd-centos7-docker-4c-2g-392 does not seem to be running inside a container 15:39:07 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 15:39:12 $ docker top 5543d5fa9cf840a90d94bd5b7c45a303cf9fdf83f0897f36beff03ea063ac9fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:39:12 provisioning config files... 15:39:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config1598424722058670122tmp [Pipeline] { [Pipeline] echo 15:39:12 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:39:12 ---> create-netrc.sh [Pipeline] echo 15:39:12 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:39:13 ---> logs-deploy.sh 15:39:13 + ARCHIVE_ARTIFACTS= 15:39:13 + LOGS_SERVER=https://logs.edgexfoundry.org 15:39:13 + '[' https://logs.edgexfoundry.org == None ']' 15:39:13 + NEXUS_URL=https://nexus.edgexfoundry.org 15:39:13 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/19 15:39:13 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/19/ 15:39:13 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/19 /w/workspace/edgex-go/19 15:39:14 Archives upload complete. 15:39:14 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/19 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/19/