Pull request #2641 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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3+0672e6f59fd969661fa2c563f9aa380a05eba899 (7012622563120fb2e7706443b18de92e1a91d715) 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 # timeout=10 Commit message: "Merge pull request #218 from ernestojeda/add-geneva-release-stream" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test raml_verify BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-885 in /w/workspace/edgexfoundry_edgex-go_PR-2641 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2641/head:refs/remotes/origin/PR-2641 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0672e6f59fd969661fa2c563f9aa380a05eba899 into PR head commit 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 Merge succeeded, producing 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 Checking out Revision 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 (PR-2641) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2641/head:refs/remotes/origin/PR-2641 # 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/2641/head:refs/remotes/origin/PR-2641 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 # 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 0672e6f59fd969661fa2c563f9aa380a05eba899 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 # timeout=10 Commit message: "Merge branch 'master' into issue-2640" > git rev-list --no-walk 471b83686cffcd57be19e200ad135412c5e6aa99 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:31:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:31:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:31:53 ========================================================= 17:31:53 EdgeX Global Pipelines Version Info 17:31:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:31:56 ------------------- 17:31:56 stable info: 17:31:56 ------------------- 17:31:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:31:56 Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 17:31:56 Message: update stable to v1.0.105 17:31:57 ------------------- 17:31:57 experimental info: 17:31:57 ------------------- 17:31:57 Commited By: **** collab-it+edgex@linuxfoundation.org 17:31:57 Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 17:31:57 Message: update experimental to v1.0.105 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 17:31:58 ++ 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 17:31:58 + for file in '`ls cmd/**/Dockerfile`' 17:31:58 ++ cut -d/ -f2 17:31:58 ++ dirname cmd/core-command/Dockerfile 17:31:58 + echo core-command,cmd/core-command/Dockerfile 17:31:58 + for file in '`ls cmd/**/Dockerfile`' 17:31:58 ++ cut -d/ -f2 17:31:58 ++ dirname cmd/core-data/Dockerfile 17:31:58 + echo core-data,cmd/core-data/Dockerfile 17:31:58 + for file in '`ls cmd/**/Dockerfile`' 17:31:58 ++ dirname cmd/core-metadata/Dockerfile 17:31:58 ++ cut -d/ -f2 17:31:58 + echo core-metadata,cmd/core-metadata/Dockerfile 17:31:58 + for file in '`ls cmd/**/Dockerfile`' 17:31:58 ++ dirname cmd/security-proxy-setup/Dockerfile 17:31:58 ++ cut -d/ -f2 17:31:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:31:58 + for file in '`ls cmd/**/Dockerfile`' 17:31:58 ++ dirname cmd/security-secrets-setup/Dockerfile 17:31:58 ++ cut -d/ -f2 17:31:58 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 17:31:58 + for file in '`ls cmd/**/Dockerfile`' 17:31:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:31:58 ++ cut -d/ -f2 17:31:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:31:58 + for file in '`ls cmd/**/Dockerfile`' 17:31:58 ++ cut -d/ -f2 17:31:58 ++ dirname cmd/support-logging/Dockerfile 17:31:58 + echo support-logging,cmd/support-logging/Dockerfile 17:31:58 + for file in '`ls cmd/**/Dockerfile`' 17:31:58 ++ dirname cmd/support-notifications/Dockerfile 17:31:58 ++ cut -d/ -f2 17:31:58 + echo support-notifications,cmd/support-notifications/Dockerfile 17:31:58 + for file in '`ls cmd/**/Dockerfile`' 17:31:58 ++ dirname cmd/support-scheduler/Dockerfile 17:31:58 ++ cut -d/ -f2 17:31:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:31:58 + for file in '`ls cmd/**/Dockerfile`' 17:31:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:31:58 ++ cut -d/ -f2 17:31:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:31:58 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 17:31:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:31:59 17:31:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:32:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:32:00 latest: Pulling from edgex-devops/git-semver 17:32:00 31603596830f: Pulling fs layer 17:32:00 2a8b12db71e7: Pulling fs layer 17:32:00 6ca5941a6612: Pulling fs layer 17:32:00 ecc8261a40a4: Pulling fs layer 17:32:00 ecc8261a40a4: Waiting 17:32:00 2a8b12db71e7: Verifying Checksum 17:32:00 2a8b12db71e7: Download complete 17:32:00 31603596830f: Verifying Checksum 17:32:00 31603596830f: Download complete 17:32:00 6ca5941a6612: Verifying Checksum 17:32:00 6ca5941a6612: Download complete 17:32:00 ecc8261a40a4: Download complete 17:32:01 31603596830f: Pull complete 17:32:01 2a8b12db71e7: Pull complete 17:32:03 6ca5941a6612: Pull complete 17:32:04 ecc8261a40a4: Pull complete 17:32:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:32:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:32:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:32:05 prd-centos7-docker-4c-2g-885 does not seem to be running inside a container 17:32:05 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:32:08 $ docker top f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:32:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:32:08 [ssh-agent] Looking for ssh-agent implementation... 17:32:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:32:08 $ docker exec f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d ssh-agent 17:32:09 SSH_AUTH_SOCK=/tmp/ssh-wobj2ZoBLmZm/agent.11 17:32:09 SSH_AGENT_PID=16 17:32:09 Running ssh-add (command line suppressed) 17:32:09 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2288172046020913507.key (/w/workspace/edgex-go/2@tmp/private_key_2288172046020913507.key) 17:32:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:32:10 + git describe --exact-match --tags HEAD 17:32:10 fatal: No names found, cannot describe anything. [Pipeline] } 17:32:10 $ docker exec --env ******** --env ******** f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d ssh-agent -k 17:32:10 unset SSH_AUTH_SOCK; 17:32:10 unset SSH_AGENT_PID; 17:32:10 echo Agent pid 16 killed; 17:32:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:32:10 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:32:10 This usually means this commit has not been tagged. [Pipeline] sshagent 17:32:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:32:10 [ssh-agent] Looking for ssh-agent implementation... 17:32:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:32:11 $ docker exec f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d ssh-agent 17:32:11 SSH_AUTH_SOCK=/tmp/ssh-wLv7lomHWMEa/agent.44 17:32:11 SSH_AGENT_PID=49 17:32:11 Running ssh-add (command line suppressed) 17:32:12 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6975388331806806119.key (/w/workspace/edgex-go/2@tmp/private_key_6975388331806806119.key) 17:32:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:32:12 + git semver init 17:32:12 # -> Open(): unable to determine branch for HEAD 17:32:12 # $GIT_DIR = /w/workspace/edgex-go/2/.git 17:32:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 17:32:12 # $SEMVER_REMOTE_NAME = origin 17:32:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:32:12 # $SEMVER_USER_NAME = edgex-jenkins 17:32:12 # $SEMVER_BRANCH = PR-2641 17:32:12 # $SEMVER_TEMP = /tmp/semver-696957652 17:32:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:32:46 # '/tmp/semver-696957652' -> '/w/workspace/edgex-go/2/.semver' 17:32:46 # -> Force: false 17:32:46 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 17:32:46 $ docker exec --env ******** --env ******** f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d ssh-agent -k 17:32:46 unset SSH_AUTH_SOCK; 17:32:46 unset SSH_AGENT_PID; 17:32:46 echo Agent pid 49 killed; 17:32:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:32:47 + git semver [Pipeline] } 17:32:47 $ docker stop --time=1 f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d 17:32:49 $ docker rm -f f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:33:18 Stashed 24 file(s) [Pipeline] echo 17:33:18 [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 17:33:18 ========================================================= 17:33:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:33:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:33:18 + 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 . 17:33:26 Sending build context to Docker daemon 323.2MB 17:33:26 Step 1/7 : ARG BASE=golang:1.13-alpine 17:33:26 Step 2/7 : FROM ${BASE} 17:33:26 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:33:26 df20fa9351a1: Pulling fs layer 17:33:26 ed8968b2872e: Pulling fs layer 17:33:26 a92cc7c5fd73: Pulling fs layer 17:33:26 2dd03ba5bac4: Pulling fs layer 17:33:26 1e091d79d1de: Pulling fs layer 17:33:26 481702a1767f: Pulling fs layer 17:33:26 f64a6f60c768: Pulling fs layer 17:33:26 e78d2573fc39: Pulling fs layer 17:33:26 e876d2f968b6: Pulling fs layer 17:33:26 ce8a83651883: Pulling fs layer 17:33:26 07967f4d0e4b: Pulling fs layer 17:33:26 f64a6f60c768: Waiting 17:33:26 e78d2573fc39: Waiting 17:33:26 e876d2f968b6: Waiting 17:33:26 ce8a83651883: Waiting 17:33:26 07967f4d0e4b: Waiting 17:33:26 2dd03ba5bac4: Waiting 17:33:26 1e091d79d1de: Waiting 17:33:26 481702a1767f: Waiting 17:33:26 a92cc7c5fd73: Verifying Checksum 17:33:26 a92cc7c5fd73: Download complete 17:33:26 ed8968b2872e: Verifying Checksum 17:33:26 ed8968b2872e: Download complete 17:33:26 1e091d79d1de: Verifying Checksum 17:33:26 1e091d79d1de: Download complete 17:33:26 481702a1767f: Verifying Checksum 17:33:26 481702a1767f: Download complete 17:33:26 df20fa9351a1: Verifying Checksum 17:33:26 df20fa9351a1: Pull complete 17:33:27 ed8968b2872e: Pull complete 17:33:27 a92cc7c5fd73: Pull complete 17:33:31 2dd03ba5bac4: Verifying Checksum 17:33:31 2dd03ba5bac4: Download complete 17:33:31 e876d2f968b6: Verifying Checksum 17:33:31 e876d2f968b6: Download complete 17:33:31 f64a6f60c768: Verifying Checksum 17:33:31 f64a6f60c768: Download complete 17:33:31 e78d2573fc39: Verifying Checksum 17:33:31 e78d2573fc39: Download complete 17:33:31 07967f4d0e4b: Verifying Checksum 17:33:31 07967f4d0e4b: Download complete 17:33:31 ce8a83651883: Verifying Checksum 17:33:31 ce8a83651883: Download complete 17:33:33 Still waiting to schedule task 17:33:33 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:33:44 2dd03ba5bac4: Pull complete 17:33:44 1e091d79d1de: Pull complete 17:33:44 481702a1767f: Pull complete 17:33:47 f64a6f60c768: Pull complete 17:33:53 e78d2573fc39: Pull complete 17:33:53 e876d2f968b6: Pull complete 17:33:55 ce8a83651883: Pull complete 17:33:55 07967f4d0e4b: Pull complete 17:33:55 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 17:33:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:33:55 ---> 5d7c900382c6 17:33:55 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 17:33:57 ---> Running in dd287bcc32bd 17:33:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:00 (1/12) Installing libmagic (5.38-r0) 17:34:01 (2/12) Installing file (5.38-r0) 17:34:01 (3/12) Installing libc-dev (0.7.2-r3) 17:34:01 (4/12) Installing g++ (9.3.0-r2) 17:34:07 (5/12) Installing fortify-headers (1.1-r0) 17:34:07 (6/12) Installing patch (2.7.6-r6) 17:34:07 (7/12) Installing build-base (0.5-r2) 17:34:07 (8/12) Installing libsodium (1.0.18-r0) 17:34:07 (9/12) Installing pkgconf (1.7.2-r0) 17:34:07 (10/12) Installing libsodium-dev (1.0.18-r0) 17:34:07 (11/12) Installing libzmq (4.3.2-r0) 17:34:07 (12/12) Installing zeromq-dev (4.3.2-r0) 17:34:08 Executing busybox-1.31.1-r16.trigger 17:34:08 OK: 233 MiB in 51 packages 17:34:11 Removing intermediate container dd287bcc32bd 17:34:11 ---> f4ba5409a108 17:34:11 Step 4/7 : WORKDIR /edgex-go 17:34:11 ---> Running in 86058a00eacb 17:34:11 Removing intermediate container 86058a00eacb 17:34:11 ---> e23c6b4bc3b7 17:34:11 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:34:12 latest: Pulling from library/docker 17:34:12 df20fa9351a1: Already exists 17:34:12 25ad7478873d: Pulling fs layer 17:34:12 4684f6177b5d: Pulling fs layer 17:34:12 46e300cec669: Pulling fs layer 17:34:12 63038576ad94: Pulling fs layer 17:34:12 0fdb76c4706c: Pulling fs layer 17:34:12 cb7edeffdfd5: Pulling fs layer 17:34:12 63038576ad94: Waiting 17:34:12 0fdb76c4706c: Waiting 17:34:12 cb7edeffdfd5: Waiting 17:34:12 25ad7478873d: Download complete 17:34:12 25ad7478873d: Pull complete 17:34:12 63038576ad94: Verifying Checksum 17:34:12 63038576ad94: Download complete 17:34:13 0fdb76c4706c: Verifying Checksum 17:34:13 0fdb76c4706c: Download complete 17:34:14 cb7edeffdfd5: Verifying Checksum 17:34:14 cb7edeffdfd5: Download complete 17:34:14 46e300cec669: Verifying Checksum 17:34:14 46e300cec669: Download complete 17:34:16 4684f6177b5d: Verifying Checksum 17:34:16 4684f6177b5d: Download complete 17:34:16 4684f6177b5d: Pull complete 17:34:20 46e300cec669: Pull complete 17:34:20 63038576ad94: Pull complete 17:34:20 0fdb76c4706c: Pull complete 17:34:20 cb7edeffdfd5: Pull complete 17:34:20 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 17:34:20 Status: Downloaded newer image for docker:latest 17:34:22 ---> f8fb5f340422 17:34:22 Step 6/7 : COPY go.mod . 17:34:22 ---> 228ce0ccd880 17:34:22 Step 7/7 : RUN go mod download 17:34:22 ---> Running in d0c3695740b6 17:34:25 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:34:25 go: finding github.com/BurntSushi/toml v0.3.1 17:34:25 go: finding github.com/OneOfOne/xxhash v1.2.5 17:34:25 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:34:25 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:34:25 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:34:25 go: finding github.com/bgentry/speakeasy v0.1.0 17:34:25 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:34:25 go: finding github.com/cloudflare/gokey v0.1.0 17:34:25 go: finding github.com/davecgh/go-spew v1.1.1 17:34:25 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:34:25 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 17:34:25 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 17:34:25 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:34:25 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:34:25 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 17:34:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 17:34:25 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:34:25 go: finding github.com/fatih/color v1.7.0 17:34:26 go: finding github.com/fsnotify/fsnotify v1.4.7 17:34:26 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:34:26 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 17:34:26 go: finding github.com/go-kit/kit v0.8.0 17:34:26 go: finding github.com/go-logfmt/logfmt v0.4.0 17:34:26 go: finding github.com/go-redis/redis/v7 v7.2.0 17:34:26 go: finding github.com/go-stack/stack v1.8.0 17:34:26 go: finding github.com/golang/protobuf v1.3.2 17:34:26 go: finding github.com/gomodule/redigo v2.0.0+incompatible 17:34:26 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:34:26 go: finding github.com/google/uuid v1.1.0 17:34:26 go: finding github.com/gorilla/mux v1.7.1 17:34:26 go: finding github.com/hashicorp/consul/api v1.1.0 17:34:26 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:34:26 go: finding github.com/hashicorp/errwrap v1.0.0 17:34:26 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:34:26 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:34:26 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:34:26 go: finding github.com/hashicorp/go-multierror v1.0.0 17:34:26 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:34:26 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:34:26 go: finding github.com/hashicorp/go-syslog v1.0.0 17:34:26 go: finding github.com/hashicorp/go-uuid v1.0.1 17:34:26 go: finding github.com/hashicorp/go.net v0.0.1 17:34:26 go: finding github.com/hashicorp/golang-lru v0.5.0 17:34:26 go: finding github.com/hashicorp/logutils v1.0.0 17:34:26 go: finding github.com/hashicorp/mdns v1.0.0 17:34:26 go: finding github.com/hashicorp/memberlist v0.1.3 17:34:26 go: finding github.com/hashicorp/serf v0.8.2 17:34:26 go: finding github.com/hpcloud/tail v1.0.0 17:34:26 go: finding github.com/imdario/mergo v0.3.6 17:34:27 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:34:27 go: finding github.com/kr/pretty v0.1.0 17:34:27 go: finding github.com/kr/pty v1.1.1 17:34:27 go: finding github.com/kr/text v0.1.0 17:34:27 go: finding github.com/mattn/go-colorable v0.0.9 17:34:27 go: finding github.com/mattn/go-isatty v0.0.3 17:34:27 go: finding github.com/miekg/dns v1.0.14 17:34:27 go: finding github.com/mitchellh/cli v1.0.0 17:34:27 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:34:27 go: finding github.com/mitchellh/copystructure v1.0.0 17:34:27 go: finding github.com/mitchellh/go-homedir v1.0.0 17:34:27 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:34:27 go: finding github.com/mitchellh/gox v0.4.0 17:34:27 go: finding github.com/mitchellh/iochan v1.0.0 17:34:27 go: finding github.com/mitchellh/mapstructure v1.1.2 17:34:27 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:34:27 go: finding github.com/onsi/ginkgo v1.10.1 17:34:27 go: finding github.com/onsi/gomega v1.7.0 17:34:27 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:34:27 go: finding github.com/pebbe/zmq4 v1.0.0 17:34:27 go: finding github.com/pelletier/go-toml v1.2.0 17:34:27 go: finding github.com/pkg/errors v0.8.1 17:34:27 go: finding github.com/pmezard/go-difflib v1.0.0 17:34:27 go: finding github.com/posener/complete v1.1.1 17:34:27 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:34:27 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:34:27 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:34:27 go: finding github.com/stretchr/objx v0.1.0 17:34:27 go: finding github.com/stretchr/testify v1.5.1 17:34:27 go: finding github.com/ugorji/go v1.1.4 17:34:27 go: finding github.com/x448/float16 v0.8.4 17:34:27 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 17:34:27 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:34:27 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:34:27 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 17:34:27 go: finding golang.org/x/text v0.3.2 17:34:27 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 17:34:27 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 17:34:27 go: finding gopkg.in/eapache/queue.v1 v1.1.0 17:34:27 go: finding gopkg.in/fsnotify.v1 v1.4.7 17:34:27 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 17:34:27 go: finding gopkg.in/yaml.v2 v2.2.8 17:34:46 Removing intermediate container d0c3695740b6 17:34:46 ---> 11cd44d53fb8 17:34:46 Successfully built 11cd44d53fb8 17:34:46 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 17:34:47 + docker inspect -f . ci-base-image-x86_64 17:34:47 . [Pipeline] withDockerContainer 17:34:47 prd-centos7-docker-4c-2g-885 does not seem to be running inside a container 17:34:47 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:34:49 $ docker top 8026864d4b56c605d77dfd2db7b669182f4f3a8d2e3b9f4cf3b85f89a92da922 -eo pid,comm [Pipeline] { [Pipeline] sh 17:34:49 + go version 17:34:49 go version go1.13.13 linux/amd64 [Pipeline] echo 17:34:49 ========================================================= 17:34:49 [edgeXBuildGoParallel] Running Tests and Build... 17:34:49 ========================================================= [Pipeline] sh 17:34:50 + make test raml_verify 17:34:50 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:34:55 ? github.com/edgexfoundry/edgex-go [no test files] 17:35:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:35:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:35:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:35:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:35:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:35:18 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s 17:35:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 17:35:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:35:18 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 17:35:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:35:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:35:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:35:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:35:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements 17:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:35:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.129s coverage: 27.4% of statements 17:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:35:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.014s coverage: 100.0% of statements 17:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:35:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements 17:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:35:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.129s coverage: 29.3% of statements 17:35:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:35:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:35:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:35:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:35:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:35:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.038s coverage: 100.0% of statements 17:35:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:35:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements 17:35:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:35:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.050s coverage: 89.8% of statements 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:35:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.026s coverage: 97.5% of statements 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:35:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.015s coverage: 100.0% of statements 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:35:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 17:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.076s coverage: 63.5% of statements 17:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements 17:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.214s coverage: 55.9% of statements 17:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 17:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 17:35:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.790s coverage: 86.3% of statements 17:35:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 17:35:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.508s coverage: 72.2% of statements 17:35:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.288s coverage: 72.1% of statements 17:35:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.061s coverage: 82.4% of statements 17:35:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements 17:35:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 17:35:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 17:35:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 17:35:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements 17:35:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 17:35:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.104s coverage: 96.8% of statements 17:35:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 17:35:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.078s coverage: 26.9% of statements 17:35:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:35:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:35:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.1% of statements 17:35:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements 17:35:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.066s coverage: 43.1% of statements 17:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 17:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 17:35:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.026s coverage: 100.0% of statements 17:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 17:35:46 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.031s coverage: 83.8% of statements 17:35:46 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 17:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.038s coverage: 46.1% of statements 17:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.266s coverage: 100.0% of statements 17:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 17:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.011s coverage: 100.0% of statements 17:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:35:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.154s coverage: 29.1% of statements 17:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:35:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.025s coverage: 99.0% of statements 17:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:35:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.011s coverage: 100.0% of statements 17:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:35:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 17:35:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:35:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements 17:35:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:35:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:35:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:35:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:35:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.169s coverage: 87.9% of statements 17:35:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:35:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:35:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 17:35:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.008s coverage: 32.1% of statements 17:35:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.008s coverage: 100.0% of statements 17:35:58 GO111MODULE=on go vet ./... 17:36:08 gofmt -l . 17:36:11 [ "`gofmt -l .`" = "" ] 17:36:12 ./bin/test-go-mod-tidy.sh 17:36:17 ./bin/test-attribution-txt.sh 17:36:21 docker run --rm --privileged \ 17:36:21 -v /w/workspace/edgex-go/2:/raml-verification -w /raml-verification \ 17:36:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 17:36:21 /scripts/raml-verify.sh 17:36:22 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 17:36:22 x86_64: Pulling from edgex-devops/edgex-docs-builder 17:36:22 cbdbe7a5bc2a: Pulling fs layer 17:36:22 bd07af9ed1a4: Pulling fs layer 17:36:22 3556ccf180b2: Pulling fs layer 17:36:22 089d4748da74: Pulling fs layer 17:36:22 c6eb57c77bc5: Pulling fs layer 17:36:22 0364d5097239: Pulling fs layer 17:36:22 089d4748da74: Waiting 17:36:22 c6eb57c77bc5: Waiting 17:36:22 0364d5097239: Waiting 17:36:22 3556ccf180b2: Verifying Checksum 17:36:22 3556ccf180b2: Download complete 17:36:23 089d4748da74: Verifying Checksum 17:36:23 089d4748da74: Download complete 17:36:23 cbdbe7a5bc2a: Verifying Checksum 17:36:23 cbdbe7a5bc2a: Download complete 17:36:23 0364d5097239: Verifying Checksum 17:36:23 0364d5097239: Download complete 17:36:23 c6eb57c77bc5: Verifying Checksum 17:36:23 c6eb57c77bc5: Download complete 17:36:23 cbdbe7a5bc2a: Pull complete 17:36:23 bd07af9ed1a4: Verifying Checksum 17:36:23 bd07af9ed1a4: Download complete 17:36:26 bd07af9ed1a4: Pull complete 17:36:27 3556ccf180b2: Pull complete 17:36:27 089d4748da74: Pull complete 17:36:32 c6eb57c77bc5: Pull complete 17:36:32 0364d5097239: Pull complete 17:36:32 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 17:36:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 17:36:36 Verifying ./api/raml/core-command.raml... 17:36:37 OK 17:36:37 Verifying ./api/raml/core-data.raml... 17:36:39 OK 17:36:39 Verifying ./api/raml/core-metadata.raml... 17:36:41 OK 17:36:41 Verifying ./api/raml/support-logging.raml... 17:36:42 OK 17:36:42 Verifying ./api/raml/support-notifications.raml... 17:36:43 OK 17:36:43 Verifying ./api/raml/support-scheduler.raml... 17:36:45 OK 17:36:45 Verifying ./api/raml/system-agent.raml... 17:36:46 OK [Pipeline] sh 17:36:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-888 in /w/workspace/edgexfoundry_edgex-go_PR-2641 [Pipeline] { [Pipeline] ws 17:36:48 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 17:36:48 + ls -al . 17:36:48 total 556 17:36:48 drwxrwxr-x 10 1001 1001 4096 Jul 24 17:36 . 17:36:48 drwxr-xr-x 4 root root 28 Jul 24 17:34 .. 17:36:48 -rw-rw-r-- 1 1001 1001 11 Jul 24 17:31 .dockerignore 17:36:48 drwxrwxr-x 8 1001 1001 179 Jul 24 17:31 .git 17:36:48 drwxrwxr-x 3 1001 1001 60 Jul 24 17:31 .github 17:36:48 -rw-rw-r-- 1 1001 1001 924 Jul 24 17:31 .gitignore 17:36:48 drwx------ 3 1001 1001 47 Jul 24 17:32 .semver 17:36:48 -rw-rw-r-- 1 1001 1001 178 Jul 24 17:31 .sonarcloud.properties 17:36:48 -rw-rw-r-- 1 1001 1001 3804 Jul 24 17:31 CONTRIBUTING.md 17:36:48 -rw-rw-r-- 1 1001 1001 1035 Jul 24 17:31 Dockerfile.build 17:36:48 -rw-rw-r-- 1 1001 1001 824 Jul 24 17:31 Jenkinsfile 17:36:48 -rw-rw-r-- 1 1001 1001 10775 Jul 24 17:31 LICENSE 17:36:48 -rw-rw-r-- 1 1001 1001 6417 Jul 24 17:31 Makefile 17:36:48 -rw-rw-r-- 1 1001 1001 5652 Jul 24 17:31 README.md 17:36:48 -rw-rw-r-- 1 1001 1001 7111 Jul 24 17:31 SECURITY.md 17:36:48 -rw-rw-r-- 1 1001 1001 5 Jul 24 17:32 VERSION 17:36:48 -rw-rw-r-- 1 1001 1001 4131 Jul 24 17:31 ZMQWindows.md 17:36:48 drwxrwxr-x 4 1001 1001 33 Jul 24 17:31 api 17:36:48 drwxrwxr-x 2 1001 1001 117 Jul 24 17:31 bin 17:36:48 drwxrwxr-x 15 1001 1001 4096 Jul 24 17:31 cmd 17:36:48 -rw-r--r-- 1 root root 456067 Jul 24 17:35 coverage.out 17:36:48 -rw-r--r-- 1 root root 1019 Jul 24 17:36 go.mod 17:36:48 -rw-r--r-- 1 root root 18146 Jul 24 17:36 go.sum 17:36:48 drwxrwxr-x 8 1001 1001 127 Jul 24 17:31 internal 17:36:48 drwxrwxr-x 4 1001 1001 71 Jul 24 17:31 snap 17:36:48 -rw-rw-r-- 1 1001 1001 168 Jul 24 17:31 version.go [Pipeline] sh 17:36:49 + '[' -e coverage.out ] 17:36:49 + chown 1001:1001 coverage.out [Pipeline] stash 17:36:50 Stashed 1 file(s) [Pipeline] sh 17:36:51 + make build 17:36:51 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 17:36:53 using credential edgex-jenkins-ssh 17:36:53 Cloning the remote Git repository 17:36:53 Cloning with configured refspecs honoured and without tags 17:36:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:36:53 > git init /w/workspace/edgex-go/2 # timeout=10 17:36:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:36:53 > git --version # timeout=10 17:36:53 using GIT_SSH to set credentials SSH Credentials for GitHub 17:36:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2641/head:refs/remotes/origin/PR-2641 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:37:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:37:11 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 17:37:14 Fetching without tags 17:37:15 Merging remotes/origin/master commit 0672e6f59fd969661fa2c563f9aa380a05eba899 into PR head commit 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:37:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 17:37:15 Merge succeeded, producing 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:37:15 Checking out Revision 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 (PR-2641) 17:37:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:37:14 > git config --add remote.origin.fetch +refs/pull/2641/head:refs/remotes/origin/PR-2641 # timeout=10 17:37:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:37:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:37:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:37:14 using GIT_SSH to set credentials SSH Credentials for GitHub 17:37:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2641/head:refs/remotes/origin/PR-2641 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:37:15 > git config core.sparsecheckout # timeout=10 17:37:15 > git checkout -f 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 # timeout=10 17:37:15 > git remote # timeout=10 17:37:15 > git config --get remote.origin.url # timeout=10 17:37:15 using GIT_SSH to set credentials SSH Credentials for GitHub 17:37:15 > git merge 0672e6f59fd969661fa2c563f9aa380a05eba899 # timeout=10 17:37:15 > git rev-parse HEAD^{commit} # timeout=10 17:37:15 > git config core.sparsecheckout # timeout=10 17:37:15 > git checkout -f 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 # timeout=10 17:37:18 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 17:37:20 Commit message: "Merge branch 'master' into issue-2640" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 17:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:37:23 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 17:37: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 17:37:28 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 17:37:31 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 [Pipeline] echo 17:37:32 ========================================================= 17:37:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 17:37:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:37:33 + 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 . 17:37:34 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 17:37:36 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 17:37:37 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 17:37:37 Sending build context to Docker daemon 323.2MB 17:37:37 Step 1/7 : ARG BASE=golang:1.13-alpine 17:37:37 Step 2/7 : FROM ${BASE} 17:37:37 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:37:37 b538f80385f9: Pulling fs layer 17:37:37 74f711af9a0d: Pulling fs layer 17:37:37 99f96fe45779: Pulling fs layer 17:37:37 fd7a069fd194: Pulling fs layer 17:37:37 66aa3694b03b: Pulling fs layer 17:37:37 170f70906a0f: Pulling fs layer 17:37:37 ad7c5574e4b9: Pulling fs layer 17:37:37 e772456be8f7: Pulling fs layer 17:37:37 c890913d741a: Pulling fs layer 17:37:37 2480fcc9aa5a: Pulling fs layer 17:37:37 09adf4765672: Pulling fs layer 17:37:37 170f70906a0f: Waiting 17:37:37 ad7c5574e4b9: Waiting 17:37:37 e772456be8f7: Waiting 17:37:37 c890913d741a: Waiting 17:37:37 2480fcc9aa5a: Waiting 17:37:37 09adf4765672: Waiting 17:37:37 fd7a069fd194: Waiting 17:37:37 66aa3694b03b: Waiting 17:37:37 99f96fe45779: Verifying Checksum 17:37:37 99f96fe45779: Download complete 17:37:37 74f711af9a0d: Verifying Checksum 17:37:37 74f711af9a0d: Download complete 17:37:38 66aa3694b03b: Download complete 17:37:38 170f70906a0f: Verifying Checksum 17:37:38 170f70906a0f: Download complete 17:37:38 b538f80385f9: Verifying Checksum 17:37:38 b538f80385f9: Download complete 17:37:38 b538f80385f9: Pull complete [Pipeline] } 17:37:39 $ docker stop --time=1 8026864d4b56c605d77dfd2db7b669182f4f3a8d2e3b9f4cf3b85f89a92da922 17:37:39 74f711af9a0d: Pull complete 17:37:40 99f96fe45779: Pull complete 17:37:41 ad7c5574e4b9: Verifying Checksum 17:37:41 ad7c5574e4b9: Download complete 17:37:41 c890913d741a: Verifying Checksum 17:37:41 c890913d741a: Download complete 17:37:41 $ docker rm -f 8026864d4b56c605d77dfd2db7b669182f4f3a8d2e3b9f4cf3b85f89a92da922 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 17:37:42 2480fcc9aa5a: Verifying Checksum 17:37:42 2480fcc9aa5a: Download complete 17:37:42 09adf4765672: Verifying Checksum 17:37:42 09adf4765672: Download complete 17:37:42 e772456be8f7: Verifying Checksum 17:37:42 e772456be8f7: Download complete [Pipeline] isUnix [Pipeline] sh 17:37:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:37:43 17:37:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:37:43 fd7a069fd194: Verifying Checksum 17:37:43 fd7a069fd194: Download complete 17:37:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:37:43 latest: Pulling from edgex-devops/edgex-compose 17:37:43 cbdbe7a5bc2a: Already exists 17:37:43 ca9280d653b3: Pulling fs layer 17:37:43 7e9c9ca2126c: Pulling fs layer 17:37:44 ca9280d653b3: Verifying Checksum 17:37:44 ca9280d653b3: Download complete 17:37:45 7e9c9ca2126c: Verifying Checksum 17:37:45 7e9c9ca2126c: Download complete 17:37:47 ca9280d653b3: Pull complete 17:37:56 fd7a069fd194: Pull complete 17:37:56 66aa3694b03b: Pull complete 17:37:56 170f70906a0f: Pull complete 17:37:57 7e9c9ca2126c: Pull complete 17:37:57 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:37:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:37:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:37:57 prd-centos7-docker-4c-2g-885 does not seem to be running inside a container 17:37:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:37:59 ad7c5574e4b9: Pull complete 17:38:01 $ docker top 2766deea875b8725f3c756cc41e6d1f7a8cd4affa6d8b902d039a44486e59e5f -eo pid,comm [Pipeline] { [Pipeline] sh 17:38:01 + grep parallel 17:38:01 + docker-compose build --help 17:38:03 --parallel Build images in parallel. [Pipeline] } 17:38:03 $ docker stop --time=1 2766deea875b8725f3c756cc41e6d1f7a8cd4affa6d8b902d039a44486e59e5f 17:38:03 e772456be8f7: Pull complete 17:38:03 c890913d741a: Pull complete 17:38:05 $ docker rm -f 2766deea875b8725f3c756cc41e6d1f7a8cd4affa6d8b902d039a44486e59e5f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:38:06 2480fcc9aa5a: Pull complete 17:38:06 09adf4765672: Pull complete 17:38:06 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 17:38:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:38:06 . [Pipeline] withDockerContainer 17:38:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 17:38:06 ---> 2248a725d1cf 17:38:06 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 17:38:07 prd-centos7-docker-4c-2g-885 does not seem to be running inside a container 17:38:07 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:38:08 $ docker top 3c76339f71b4b9ac470992fbf76f3457ab2cbed9b4f69295ecc8b63e0f02d7dc -eo pid,comm [Pipeline] { [Pipeline] sh 17:38:09 + docker-compose -f ./docker-compose-build.yml build --parallel 17:38:11 Building docker-core-command-go ... 17:38:11 Building docker-core-data-go ... 17:38:11 Building docker-core-metadata-go ... 17:38:11 Building docker-security-proxy-setup-go ... 17:38:11 Building docker-security-secrets-setup-go ... 17:38:11 Building docker-security-secretstore-setup-go ... 17:38:11 Building docker-support-logging-go ... 17:38:11 Building docker-support-notifications-go ... 17:38:11 Building docker-support-scheduler-go ... 17:38:11 Building docker-sys-mgmt-agent-go ... 17:38:11 Building docker-security-secretstore-setup-go 17:38:11 Building docker-support-notifications-go 17:38:11 Building docker-core-metadata-go 17:38:11 Building docker-support-scheduler-go 17:38:11 Building docker-security-secrets-setup-go 17:38:13 ---> Running in 5baefb09c0a6 17:38:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:38:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:38:16 (1/12) Installing libmagic (5.38-r0) 17:38:16 (2/12) Installing file (5.38-r0) 17:38:16 (3/12) Installing libc-dev (0.7.2-r3) 17:38:17 (4/12) Installing g++ (9.3.0-r2) 17:38:39 (5/12) Installing fortify-headers (1.1-r0) 17:38:39 (6/12) Installing patch (2.7.6-r6) 17:38:39 (7/12) Installing build-base (0.5-r2) 17:38:39 (8/12) Installing libsodium (1.0.18-r0) 17:38:39 (9/12) Installing pkgconf (1.7.2-r0) 17:38:39 (10/12) Installing libsodium-dev (1.0.18-r0) 17:38:39 (11/12) Installing libzmq (4.3.2-r0) 17:38:40 (12/12) Installing zeromq-dev (4.3.2-r0) 17:38:40 Executing busybox-1.31.1-r16.trigger 17:38:40 OK: 217 MiB in 51 packages 17:38:44 Removing intermediate container 5baefb09c0a6 17:38:44 ---> 21ca8b804180 17:38:44 Step 4/7 : WORKDIR /edgex-go 17:38:44 ---> Running in f8b679e34c64 17:38:45 Removing intermediate container f8b679e34c64 17:38:45 ---> 6817fd7d5507 17:38:45 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:38:45 latest: Pulling from library/docker 17:38:45 b538f80385f9: Already exists 17:38:45 259a493cd78d: Pulling fs layer 17:38:45 b8e66b5100f5: Pulling fs layer 17:38:45 39dc9c94d07c: Pulling fs layer 17:38:45 551b823b3b82: Pulling fs layer 17:38:45 3c52a74df98c: Pulling fs layer 17:38:45 6c9b121b6998: Pulling fs layer 17:38:45 3c52a74df98c: Waiting 17:38:45 551b823b3b82: Waiting 17:38:45 b8e66b5100f5: Download complete 17:38:45 259a493cd78d: Verifying Checksum 17:38:45 259a493cd78d: Download complete 17:38:45 551b823b3b82: Download complete 17:38:45 3c52a74df98c: Verifying Checksum 17:38:45 3c52a74df98c: Download complete 17:38:45 6c9b121b6998: Verifying Checksum 17:38:45 6c9b121b6998: Download complete 17:38:46 259a493cd78d: Pull complete 17:38:46 b8e66b5100f5: Pull complete 17:38:47 39dc9c94d07c: Verifying Checksum 17:38:47 39dc9c94d07c: Download complete 17:38:50 39dc9c94d07c: Pull complete 17:38:50 551b823b3b82: Pull complete 17:38:50 3c52a74df98c: Pull complete 17:38:51 6c9b121b6998: Pull complete 17:38:51 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 17:38:51 Status: Downloaded newer image for docker:latest 17:38:54 ---> 635cb55eb7bb 17:38:54 Step 6/7 : COPY go.mod . 17:38:55 ---> f8fcb36bc4c4 17:38:55 Step 7/7 : RUN go mod download 17:38:55 ---> Running in 688650baabb3 17:38:58 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:38:58 go: finding github.com/BurntSushi/toml v0.3.1 17:38:58 go: finding github.com/OneOfOne/xxhash v1.2.5 17:38:58 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:38:58 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:38:58 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:38:58 go: finding github.com/bgentry/speakeasy v0.1.0 17:38:58 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:38:58 go: finding github.com/cloudflare/gokey v0.1.0 17:38:58 go: finding github.com/davecgh/go-spew v1.1.1 17:38:58 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:38:58 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 17:38:58 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 17:38:58 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:38:58 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:38:58 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 17:38:58 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 17:38:58 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:38:58 go: finding github.com/fatih/color v1.7.0 17:38:58 go: finding github.com/fsnotify/fsnotify v1.4.7 17:38:59 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:38:59 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 17:38:59 go: finding github.com/go-kit/kit v0.8.0 17:38:59 go: finding github.com/go-logfmt/logfmt v0.4.0 17:38:59 go: finding github.com/go-redis/redis/v7 v7.2.0 17:38:59 go: finding github.com/go-stack/stack v1.8.0 17:38:59 go: finding github.com/golang/protobuf v1.3.2 17:38:59 go: finding github.com/gomodule/redigo v2.0.0+incompatible 17:38:59 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:38:59 go: finding github.com/google/uuid v1.1.0 17:38:59 go: finding github.com/gorilla/mux v1.7.1 17:38:59 go: finding github.com/hashicorp/consul/api v1.1.0 17:38:59 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:38:59 go: finding github.com/hashicorp/errwrap v1.0.0 17:38:59 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:38:59 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:38:59 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:38:59 go: finding github.com/hashicorp/go-multierror v1.0.0 17:38:59 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:38:59 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:38:59 go: finding github.com/hashicorp/go-syslog v1.0.0 17:38:59 go: finding github.com/hashicorp/go-uuid v1.0.1 17:38:59 go: finding github.com/hashicorp/go.net v0.0.1 17:38:59 go: finding github.com/hashicorp/golang-lru v0.5.0 17:38:59 go: finding github.com/hashicorp/logutils v1.0.0 17:38:59 go: finding github.com/hashicorp/mdns v1.0.0 17:38:59 go: finding github.com/hashicorp/memberlist v0.1.3 17:38:59 go: finding github.com/hashicorp/serf v0.8.2 17:38:59 go: finding github.com/hpcloud/tail v1.0.0 17:38:59 go: finding github.com/imdario/mergo v0.3.6 17:38:59 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:38:59 go: finding github.com/kr/pretty v0.1.0 17:38:59 go: finding github.com/kr/pty v1.1.1 17:38:59 go: finding github.com/kr/text v0.1.0 17:38:59 go: finding github.com/mattn/go-colorable v0.0.9 17:38:59 go: finding github.com/mattn/go-isatty v0.0.3 17:38:59 go: finding github.com/miekg/dns v1.0.14 17:38:59 go: finding github.com/mitchellh/cli v1.0.0 17:38:59 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:38:59 go: finding github.com/mitchellh/copystructure v1.0.0 17:38:59 go: finding github.com/mitchellh/go-homedir v1.0.0 17:38:59 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:38:59 go: finding github.com/mitchellh/gox v0.4.0 17:38:59 go: finding github.com/mitchellh/iochan v1.0.0 17:38:59 go: finding github.com/mitchellh/mapstructure v1.1.2 17:38:59 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:38:59 go: finding github.com/onsi/ginkgo v1.10.1 17:38:59 go: finding github.com/onsi/gomega v1.7.0 17:39:00 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:39:00 go: finding github.com/pebbe/zmq4 v1.0.0 17:39:00 go: finding github.com/pelletier/go-toml v1.2.0 17:39:00 go: finding github.com/pkg/errors v0.8.1 17:39:00 go: finding github.com/pmezard/go-difflib v1.0.0 17:39:00 go: finding github.com/posener/complete v1.1.1 17:39:00 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:39:00 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:39:00 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:39:00 go: finding github.com/stretchr/objx v0.1.0 17:39:00 go: finding github.com/stretchr/testify v1.5.1 17:39:00 go: finding github.com/ugorji/go v1.1.4 17:39:00 go: finding github.com/x448/float16 v0.8.4 17:39:00 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 17:39:00 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:39:00 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:39:00 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 17:39:00 go: finding golang.org/x/text v0.3.2 17:39:00 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 17:39:00 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 17:39:00 go: finding gopkg.in/eapache/queue.v1 v1.1.0 17:39:00 go: finding gopkg.in/fsnotify.v1 v1.4.7 17:39:00 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 17:39:00 go: finding gopkg.in/yaml.v2 v2.2.8 17:39:10 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:39:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:39:10 ---> 11cd44d53fb8 17:39:10 Step 3/21 : WORKDIR /edgex-go 17:39:10 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 17:39:10 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:39:10 ---> 11cd44d53fb8 17:39:10 Step 3/20 : WORKDIR /edgex-go 17:39:10 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 17:39:10 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 17:39:10 ---> 11cd44d53fb8 17:39:10 Step 3/29 : WORKDIR /edgex-go 17:39:10 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 17:39:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:39:10 ---> 11cd44d53fb8 17:39:10 Step 3/26 : WORKDIR /edgex-go 17:39:10 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 17:39:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:39:10 ---> 11cd44d53fb8 17:39:10 Step 3/23 : WORKDIR /edgex-go 17:39:10 ---> Running in 6795f495eb5f 17:39:10 ---> Running in fddbdcf6948d 17:39:10 ---> Running in f8a788118a80 17:39:10 ---> Running in 16777c6af4d8 17:39:10 ---> Running in 7b7ba719d2cc 17:39:10 Removing intermediate container f8a788118a80 17:39:10 ---> d28e61f0c787 17:39:10 Step 4/29 : RUN apk update && apk add make git 17:39:10 Removing intermediate container fddbdcf6948d 17:39:10 ---> b0b318ffcdb3 17:39:10 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:39:10 Removing intermediate container 7b7ba719d2cc 17:39:10 ---> f04ff90543f5 17:39:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:39:10 Removing intermediate container 16777c6af4d8 17:39:10 ---> 6218beb2b12b 17:39:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:39:10 Removing intermediate container 6795f495eb5f 17:39:10 ---> 3a92796b317e 17:39:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:39:10 ---> Running in e206b1bc83f5 17:39:10 ---> Running in c3d1bf8b7607 17:39:10 ---> Running in 14fb63002d5c 17:39:10 ---> Running in 0c90edbb9eac 17:39:10 ---> Running in d7ffa70f1034 17:39:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:39:10 Removing intermediate container 14fb63002d5c 17:39:10 ---> be97087639f9 17:39:10 Step 5/26 : RUN apk update && apk add make git 17:39:10 ---> Running in 5aafca3bd891 17:39:10 Removing intermediate container 0c90edbb9eac 17:39:10 ---> e260697db74c 17:39:10 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 17:39:10 Removing intermediate container c3d1bf8b7607 17:39:10 ---> 69b8d63ad9d0 17:39:10 Step 5/20 : RUN apk update && apk add make git 17:39:10 ---> Running in e7d443629e6b 17:39:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:39:11 Removing intermediate container d7ffa70f1034 17:39:11 ---> d8673a119306 17:39:11 Step 5/21 : RUN apk update && apk add make git 17:39:11 ---> Running in 291afffea85e 17:39:11 ---> Running in c9bf1fbed9aa 17:39:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:39:12 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:39:12 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:39:12 OK: 12749 distinct packages available 17:39:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:39:13 OK: 233 MiB in 51 packages 17:39:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:39:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:39:14 Removing intermediate container e206b1bc83f5 17:39:14 ---> d4ea24df51d1 17:39:14 Step 5/29 : COPY go.mod . 17:39:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:39:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:39:14 ---> 3e14cdd88018 17:39:14 Step 6/29 : RUN go mod download 17:39:14 ---> Running in 133890764d94 17:39:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:39:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:39:15 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:39:15 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:39:15 OK: 12749 distinct packages available 17:39:15 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:39:15 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:39:15 OK: 12749 distinct packages available 17:39:15 OK: 233 MiB in 51 packages 17:39:16 OK: 233 MiB in 51 packages 17:39:16 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:39:16 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:39:16 OK: 12749 distinct packages available 17:39:16 OK: 233 MiB in 51 packages 17:39:17 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:39:17 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:39:17 OK: 12749 distinct packages available 17:39:17 Removing intermediate container e7d443629e6b 17:39:17 ---> 86c9e9fd72f0 17:39:17 Step 6/23 : COPY go.mod . 17:39:17 Removing intermediate container 291afffea85e 17:39:17 ---> d2646a7c4aa7 17:39:17 Step 6/20 : COPY go.mod . 17:39:17 OK: 233 MiB in 51 packages 17:39:18 ---> 8d65608d777e 17:39:18 Step 7/23 : RUN go mod download 17:39:18 Removing intermediate container 5aafca3bd891 17:39:18 ---> f0bb65a580c7 17:39:18 Step 6/26 : COPY go.mod . 17:39:18 ---> 17f72022cef0 17:39:18 Step 7/20 : RUN go mod download 17:39:18 ---> Running in 49d227b28aa0 17:39:18 Removing intermediate container 133890764d94 17:39:18 ---> b3d2591d8b10 17:39:18 Step 7/29 : COPY . . 17:39:18 ---> Running in 5e324fbedd67 17:39:18 Removing intermediate container 688650baabb3 17:39:18 ---> ae8707223463 17:39:18 Successfully built ae8707223463 17:39:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 17:39:19 ---> fc7eeff2641e 17:39:19 Step 7/26 : RUN go mod download 17:39:19 Removing intermediate container c9bf1fbed9aa 17:39:19 ---> 7be5827a3683 17:39:19 Step 6/21 : COPY go.mod . [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:39:19 + docker inspect -f . ci-base-image-arm64 17:39:19 . [Pipeline] withDockerContainer 17:39:19 prd-ubuntu18.04-docker-arm64-4c-16g-888 does not seem to be running inside a container 17:39:19 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:39:21 $ docker top 77d5b7beb5f6d45b7d5c59866b37caa7596919954a39235a413e20e9bdcaac24 -eo pid,comm [Pipeline] { [Pipeline] sh 17:39:22 + go version 17:39:22 go version go1.13.13 linux/arm64 [Pipeline] echo 17:39:22 ========================================================= 17:39:22 [edgeXBuildGoParallel] Running Tests and Build... 17:39:22 ========================================================= [Pipeline] sh 17:39:22 ---> Running in 138635a86fda 17:39:22 + make test raml_verify 17:39:22 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:39:24 ---> 0d26a4d991d6 17:39:24 Step 7/21 : RUN go mod download 17:39:25 ? github.com/edgexfoundry/edgex-go [no test files] 17:39:26 ---> Running in 24cab84970e9 17:39:28 Removing intermediate container 49d227b28aa0 17:39:28 ---> 109c230b5299 17:39:28 Step 8/23 : COPY . . 17:39:29 Removing intermediate container 5e324fbedd67 17:39:29 ---> b118eb1d4969 17:39:29 Step 8/20 : COPY . . 17:39:42 Removing intermediate container 138635a86fda 17:39:42 ---> 7e3f64d6eb81 17:39:42 Step 8/26 : COPY . . 17:39:42 Removing intermediate container 24cab84970e9 17:39:42 ---> 495dd3d7ac4a 17:39:42 Step 8/21 : COPY . . 17:39:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:40:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:40:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:40:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:40:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:40:13 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s 17:40:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 17:40:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:40:13 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 17:40:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:40:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:40:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:40:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:40:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:40:23 ---> ca647cca1eb6 17:40:23 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 17:40:23 ---> Running in aa47f9c5d439 17:40:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.076s coverage: 46.6% of statements 17:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:40:30 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 17:40:30 ---> e07748df36e3 17:40:30 Step 9/23 : RUN make cmd/support-notifications/support-notifications 17:40:31 ---> 1eeefe930f7f 17:40:31 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 17:40:32 ---> Running in 6251671f5c4d 17:40:32 ---> Running in e4ea563b8520 17:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.141s coverage: 27.4% of statements 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.017s coverage: 100.0% of statements 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:40:33 ---> ebc1db2c2ec1 17:40:33 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 17:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.410s coverage: 29.3% of statements 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.043s coverage: 100.0% of statements 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.025s coverage: 100.0% of statements 17:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.070s coverage: 89.8% of statements 17:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:40:34 ---> e067c218a441 17:40:34 Step 9/21 : RUN make cmd/core-metadata/core-metadata 17:40:34 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 17:40:34 ---> Running in 618f55911068 17:40:35 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 17:40:35 ---> Running in d002785cc98e 17:40:37 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 17:40:37 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 17:40:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:40:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 100.0% of statements 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:40:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:40:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 17:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.165s coverage: 63.5% of statements 17:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements 17:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.306s coverage: 55.9% of statements 17:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 17:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 24.895s coverage: 86.3% of statements 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.047s coverage: 72.2% of statements 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.366s coverage: 72.1% of statements 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.027s coverage: 82.4% of statements 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.021s coverage: 28.8% of statements 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.051s coverage: 96.8% of statements 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 26.9% of statements 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.310s coverage: 84.1% of statements 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.030s coverage: 100.0% of statements 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.022s coverage: 43.1% of statements 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.065s coverage: 100.0% of statements 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.026s coverage: 83.8% of statements 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.086s coverage: 46.1% of statements 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:41:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 17:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:41:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.165s coverage: 29.1% of statements 17:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:41:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.051s coverage: 99.0% of statements 17:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:41:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.028s coverage: 100.0% of statements 17:41:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:41:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements 17:41:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:41:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 17:41:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:41:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:41:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:41:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:41:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 17:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:41:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 17:41:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements 17:41:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 17:41:13 GO111MODULE=on go vet ./... 17:41:16 Removing intermediate container aa47f9c5d439 17:41:16 ---> c9fb3fd905a6 17:41:16 17:41:16 Step 9/29 : FROM alpine:latest 17:41:16 latest: Pulling from library/alpine 17:41:16 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 17:41:16 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 17:41:16 Status: Downloaded newer image for alpine:latest 17:41:16 ---> a24bb4013296 17:41:16 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 17:41:17 ---> Running in ee2cb7aca85b 17:41:19 Removing intermediate container ee2cb7aca85b 17:41:19 ---> e9d91d15d0dd 17:41:19 Step 11/29 : USER root 17:41:19 ---> Running in 5681419cf053 17:41:19 Removing intermediate container 5681419cf053 17:41:19 ---> e3c6f7fb7b91 17:41:19 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 17:41:19 ---> Running in 6cbe48b51cf4 17:41:23 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 17:41:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:41:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:41:25 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:41:25 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:41:25 OK: 12749 distinct packages available 17:41:25 (1/2) Installing ca-certificates (20191127-r4) 17:41:25 (2/2) Installing dumb-init (1.2.2-r1) 17:41:25 Executing busybox-1.31.1-r16.trigger 17:41:25 Executing ca-certificates-20191127-r4.trigger 17:41:25 OK: 6 MiB in 16 packages 17:41:30 Removing intermediate container 6251671f5c4d 17:41:30 ---> cfdd9103d449 17:41:30 17:41:30 Step 10/23 : FROM scratch 17:41:30 ---> 17:41:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:41:30 Removing intermediate container e4ea563b8520 17:41:30 ---> b685f0773c78 17:41:30 17:41:30 Step 10/20 : FROM scratch 17:41:30 ---> 17:41:30 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:41:30 Removing intermediate container d002785cc98e 17:41:30 ---> cab0fa53bb22 17:41:30 17:41:30 Step 10/21 : FROM scratch 17:41:30 ---> 17:41:30 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:41:31 ---> Running in b056495ddc61 17:41:31 ---> Running in 26cc6ea654c3 17:41:31 ---> Running in cf7f7f0e08e3 17:41:31 Removing intermediate container 6cbe48b51cf4 17:41:31 ---> 09eb4cad08a5 17:41:31 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 17:41:32 gofmt -l . 17:41:32 [ "`gofmt -l .`" = "" ] 17:41:32 ---> Running in edbed428601b 17:41:32 Removing intermediate container cf7f7f0e08e3 17:41:32 ---> b145a3c3deef 17:41:32 Step 12/21 : ENV APP_PORT=48081 17:41:32 Removing intermediate container 26cc6ea654c3 17:41:32 ---> 690c8c30357f 17:41:32 Step 12/20 : ENV APP_PORT=48085 17:41:32 Removing intermediate container b056495ddc61 17:41:32 ---> 2796bb6c186f 17:41:32 Step 12/23 : ENV APP_PORT=48060 17:41:33 ---> Running in 71a8a5dd8085 17:41:33 ---> Running in 0fe5cd5007d8 17:41:33 Removing intermediate container 618f55911068 17:41:33 ---> 7427c350449b 17:41:33 17:41:33 Step 10/26 : FROM alpine:3.10 17:41:33 ---> Running in ec3780e8b04e 17:41:33 Removing intermediate container edbed428601b 17:41:33 ---> 11eede43bf26 17:41:33 Step 14/29 : WORKDIR $BASE_DIR 17:41:33 ---> Running in 752902ca00f1 17:41:33 Removing intermediate container 71a8a5dd8085 17:41:33 ---> 645b6ec2a710 17:41:33 Step 13/20 : EXPOSE $APP_PORT 17:41:33 Removing intermediate container 0fe5cd5007d8 17:41:33 ---> 29c79a34e4de 17:41:33 Step 13/21 : EXPOSE $APP_PORT 17:41:33 3.10: Pulling from library/alpine 17:41:33 ./bin/test-go-mod-tidy.sh 17:41:34 ---> Running in 415d905aef17 17:41:34 Removing intermediate container ec3780e8b04e 17:41:34 ---> 7f8d6556bc16 17:41:34 Step 13/23 : EXPOSE $APP_PORT 17:41:34 ---> Running in bd9011daccaf 17:41:34 ./bin/test-attribution-txt.sh 17:41:35 ---> Running in b1407c2c1ed2 17:41:35 Removing intermediate container 415d905aef17 17:41:35 ---> e5422cedde76 17:41:35 Step 14/21 : WORKDIR / 17:41:35 Removing intermediate container 752902ca00f1 17:41:35 ---> fcaecb028ab7 17:41:35 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 17:41:35 Removing intermediate container bd9011daccaf 17:41:35 ---> 165bf50a4319 17:41:35 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 17:41:35 ---> Running in 9b1a428a86e7 17:41:35 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 17:41:35 Removing intermediate container b1407c2c1ed2 17:41:35 ---> 8ac66179b0bd 17:41:35 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 17:41:35 Status: Downloaded newer image for alpine:3.10 17:41:35 ---> be4e4bea2c2e 17:41:35 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 17:41:35 ---> Running in f6363792d218 17:41:36 ---> Running in 25353aead161 17:41:36 ---> bfd8ac750833 17:41:36 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:41:36 Removing intermediate container 9b1a428a86e7 17:41:36 ---> 16320fbcf08b 17:41:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:41:36 ---> d781f678fb6f 17:41:36 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:41:37 ---> 1af7f5c895cd 17:41:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:41:37 docker run --rm --privileged \ 17:41:37 -v /w/workspace/edgex-go/2:/raml-verification -w /raml-verification \ 17:41:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ 17:41:37 /scripts/raml-verify.sh 17:41:37 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally 17:41:37 ---> 17ad124b4a0f 17:41:37 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:41:37 aarch64: Pulling from edgex-devops/edgex-docs-builder 17:41:37 29e5d40040c1: Pulling fs layer 17:41:37 8c46fbeab2c7: Pulling fs layer 17:41:37 8ba552a4e5fe: Pulling fs layer 17:41:37 1fb62381901b: Pulling fs layer 17:41:37 147fb30a95d9: Pulling fs layer 17:41:37 3ccc99ad11dc: Pulling fs layer 17:41:37 1fb62381901b: Waiting 17:41:37 147fb30a95d9: Waiting 17:41:37 3ccc99ad11dc: Waiting 17:41:37 8ba552a4e5fe: Verifying Checksum 17:41:37 8ba552a4e5fe: Download complete 17:41:37 1fb62381901b: Verifying Checksum 17:41:37 1fb62381901b: Download complete 17:41:37 29e5d40040c1: Download complete 17:41:37 3ccc99ad11dc: Verifying Checksum 17:41:37 3ccc99ad11dc: Download complete 17:41:37 ---> a65fec54c7b1 17:41:37 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 17:41:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 17:41:37 147fb30a95d9: Verifying Checksum 17:41:37 147fb30a95d9: Download complete 17:41:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 17:41:38 29e5d40040c1: Pull complete 17:41:38 8c46fbeab2c7: Download complete 17:41:38 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 17:41:38 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 17:41:38 OK: 10346 distinct packages available 17:41:38 (1/5) Installing ca-certificates (20191127-r2) 17:41:38 (2/5) Installing nghttp2-libs (1.39.2-r1) 17:41:38 (3/5) Installing libcurl (7.66.0-r0) 17:41:38 (4/5) Installing curl (7.66.0-r0) 17:41:38 (5/5) Installing dumb-init (1.2.2-r1) 17:41:38 Executing busybox-1.30.1-r3.trigger 17:41:38 Executing ca-certificates-20191127-r2.trigger 17:41:38 OK: 7 MiB in 19 packages 17:41:38 ---> 9a820ed6c813 17:41:38 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:41:39 ---> 02ecf92feef1 17:41:39 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:41:39 ---> 49c7cbbb28f8 17:41:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 17:41:39 ---> Running in 3cc9f49471f6 17:41:39 Removing intermediate container f6363792d218 17:41:39 ---> a7fac09f19cd 17:41:39 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 17:41:39 Removing intermediate container 3cc9f49471f6 17:41:39 ---> 1464590ba107 17:41:39 Step 18/20 : LABEL arch=x86_64 17:41:39 ---> 696146e781b8 17:41:39 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:41:39 ---> 7a9776791442 17:41:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:41:40 ---> Running in 90204d33dcea 17:41:40 ---> Running in f69ff764e8c9 17:41:40 Removing intermediate container 90204d33dcea 17:41:40 ---> a0dfc5f95377 17:41:40 Step 19/20 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:41:41 Removing intermediate container 25353aead161 17:41:41 ---> 46493a10ef1d 17:41:41 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:41:41 Removing intermediate container f69ff764e8c9 17:41:41 ---> e229ad7eeaa6 17:41:41 Step 19/21 : LABEL arch=x86_64 17:41:41 ---> Running in eb128be6deb3 17:41:41 ---> 7201e843cefe 17:41:41 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 17:41:41 ---> fbe29f46567f 17:41:41 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:41:41 ---> Running in 71657a31d81d 17:41:41 ---> Running in 38cdd67e0043 17:41:41 Removing intermediate container eb128be6deb3 17:41:41 ---> cc4299bafbc4 17:41:41 Step 20/20 : LABEL version=0.0.0 17:41:41 Removing intermediate container 71657a31d81d 17:41:41 ---> 335de63ae489 17:41:41 Step 20/21 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:41:41 Removing intermediate container 38cdd67e0043 17:41:41 ---> 932c643c3041 17:41:41 Step 13/26 : WORKDIR / 17:41:41 ---> eb4bcb9ca1a3 17:41:41 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 17:41:42 ---> Running in de3d8c4c945a 17:41:42 ---> 66f7ac1790de 17:41:42 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:41:42 ---> Running in af70bab08b8a 17:41:42 ---> Running in 75291f38a89e 17:41:42 ---> Running in bb41fc2b89ea 17:41:42 Removing intermediate container de3d8c4c945a 17:41:42 ---> 30974bbb1391 17:41:42 17:41:42 ---> 83c6d84e5704 17:41:42 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 17:41:42 8c46fbeab2c7: Pull complete 17:41:42 Removing intermediate container 75291f38a89e 17:41:42 ---> 7da68453073b 17:41:42 Step 21/21 : LABEL version=0.0.0 17:41:42 8ba552a4e5fe: Pull complete 17:41:43 Removing intermediate container bb41fc2b89ea 17:41:43 ---> ed1a2361e2f7 17:41:43 Step 21/23 : LABEL arch=x86_64 17:41:43 Successfully built 30974bbb1391 17:41:43 Removing intermediate container af70bab08b8a 17:41:43 ---> f5c33eeb5f85 17:41:43 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:41:43 Successfully tagged docker-support-scheduler-go:latest 17:41:43  Building docker-support-scheduler-go ... done Building docker-support-logging-go 17:41:43 ---> Running in b6d0c0646a3c 17:41:43 ---> Running in 1c842eb92ce0 17:41:43 ---> fc699e5cfd9f 17:41:43 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 17:41:43 1fb62381901b: Pull complete 17:41:43 Removing intermediate container b6d0c0646a3c 17:41:43 ---> 8e7198a242db 17:41:43 17:41:43 ---> 903bc3a6100e 17:41:43 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:41:43 Removing intermediate container 1c842eb92ce0 17:41:43 ---> 98a8b937ea70 17:41:43 Step 22/23 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:41:43 Successfully built 8e7198a242db 17:41:43 ---> 62466541765b 17:41:43 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 17:41:44 Successfully tagged docker-core-metadata-go:latest 17:41:44 Building docker-core-data-go 17:41:44  Building docker-core-metadata-go ... done  ---> Running in 392bdbc07b7c 17:41:44 ---> Running in fcee989d3caa 17:41:44 ---> 2305b762e9fb 17:41:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:41:44 Removing intermediate container 392bdbc07b7c 17:41:44 ---> 7daa32f9a492 17:41:44 Step 23/23 : LABEL version=0.0.0 17:41:47 147fb30a95d9: Pull complete 17:41:48 3ccc99ad11dc: Pull complete 17:41:48 Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 17:41:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 17:41:49 ---> Running in 03aca3f8bf5b 17:41:49 ---> f92d5eaf58b0 17:41:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 17:41:50 Removing intermediate container 03aca3f8bf5b 17:41:50 ---> 8492f8b1435e 17:41:50 17:41:50 ---> 1124a35b3958 17:41:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:41:50 Successfully built 8492f8b1435e 17:41:50 Successfully tagged docker-support-notifications-go:latest 17:41:50  Building docker-support-notifications-go ... done Building docker-core-command-go 17:41:51 Verifying ./api/raml/core-command.raml... 17:41:53 ---> f78d1de983d5 17:41:53 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:41:54 OK 17:41:54 Verifying ./api/raml/core-metadata.raml... 17:41:54 Removing intermediate container fcee989d3caa 17:41:54 ---> d8466a8574a6 17:41:54 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 17:41:57 ---> d483bbf86ce9 17:41:57 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 17:41:57 ---> 1befe55dccf4 17:41:57 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:41:57 ---> Running in 02795b06ee78 17:41:57 ---> 6c2da6e3ee15 17:41:57 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:42:00 ---> 740438f1e745 17:42:00 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:42:00 OK 17:42:00 Verifying ./api/raml/support-logging.raml... 17:42:02 ---> Running in d1afd81106ef 17:42:03 OK 17:42:03 Verifying ./api/raml/support-scheduler.raml... 17:42:06 OK 17:42:06 Verifying ./api/raml/core-data.raml... 17:42:11 OK 17:42:11 Verifying ./api/raml/support-notifications.raml... 17:42:12 Removing intermediate container 02795b06ee78 17:42:12 ---> 106ce8ee8a9f 17:42:12 Step 24/29 : RUN chmod 755 security-secrets-setup 17:42:12 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 17:42:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:42:12 ---> 11cd44d53fb8 17:42:12 Step 3/22 : WORKDIR /edgex-go 17:42:13 ---> Using cache 17:42:13 ---> b0b318ffcdb3 17:42:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:13 ---> Using cache 17:42:13 ---> 69b8d63ad9d0 17:42:13 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 17:42:13 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:42:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:42:13 ---> 11cd44d53fb8 17:42:13 Step 3/21 : WORKDIR /edgex-go 17:42:13 ---> Using cache 17:42:13 ---> b0b318ffcdb3 17:42:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:13 ---> Using cache 17:42:13 ---> 69b8d63ad9d0 17:42:13 Step 5/21 : RUN apk update && apk add make && apk add bash git 17:42:14 ---> Running in 5d2fc2d52233 17:42:14 ---> Running in 9d3c84490e14 17:42:15 ---> Running in f1a5a250b379 17:42:15 Removing intermediate container d1afd81106ef 17:42:15 ---> d4a635b51395 17:42:15 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 17:42:15 OK 17:42:15 Verifying ./api/raml/system-agent.raml... 17:42:16 ---> Running in 641cf608834f 17:42:17 OK [Pipeline] sh 17:42:18 + ls -al . 17:42:18 total 588 17:42:18 drwxrwxr-x 10 1001 1001 4096 Jul 24 17:41 . 17:42:18 drwxr-xr-x 4 root root 4096 Jul 24 17:39 .. 17:42:18 -rw-rw-r-- 1 1001 1001 11 Jul 24 17:37 .dockerignore 17:42:18 drwxrwxr-x 8 1001 1001 4096 Jul 24 17:37 .git 17:42:18 drwxrwxr-x 3 1001 1001 4096 Jul 24 17:37 .github 17:42:18 -rw-rw-r-- 1 1001 1001 924 Jul 24 17:37 .gitignore 17:42:18 drwxrwxr-x 3 1001 1001 4096 Jul 24 17:37 .semver 17:42:18 -rw-rw-r-- 1 1001 1001 178 Jul 24 17:37 .sonarcloud.properties 17:42:18 -rw-rw-r-- 1 1001 1001 3804 Jul 24 17:37 CONTRIBUTING.md 17:42:18 -rw-rw-r-- 1 1001 1001 1035 Jul 24 17:37 Dockerfile.build 17:42:18 -rw-rw-r-- 1 1001 1001 824 Jul 24 17:37 Jenkinsfile 17:42:18 -rw-rw-r-- 1 1001 1001 10775 Jul 24 17:37 LICENSE 17:42:18 -rw-rw-r-- 1 1001 1001 6417 Jul 24 17:37 Makefile 17:42:18 -rw-rw-r-- 1 1001 1001 5652 Jul 24 17:37 README.md 17:42:18 -rw-rw-r-- 1 1001 1001 7111 Jul 24 17:37 SECURITY.md 17:42:18 -rw-rw-r-- 1 1001 1001 5 Jul 24 17:32 VERSION 17:42:18 -rw-rw-r-- 1 1001 1001 4131 Jul 24 17:37 ZMQWindows.md 17:42:18 drwxrwxr-x 4 1001 1001 4096 Jul 24 17:37 api 17:42:18 drwxrwxr-x 2 1001 1001 4096 Jul 24 17:37 bin 17:42:18 drwxrwxr-x 15 1001 1001 4096 Jul 24 17:37 cmd 17:42:18 -rw-r--r-- 1 root root 456067 Jul 24 17:41 coverage.out 17:42:18 -rw-r--r-- 1 root root 1019 Jul 24 17:41 go.mod 17:42:18 -rw-r--r-- 1 root root 18146 Jul 24 17:41 go.sum 17:42:18 drwxrwxr-x 8 1001 1001 4096 Jul 24 17:37 internal 17:42:18 drwxrwxr-x 4 1001 1001 4096 Jul 24 17:37 snap 17:42:18 -rw-rw-r-- 1 1001 1001 168 Jul 24 17:37 version.go [Pipeline] sh 17:42:19 + '[' -e coverage.out ] 17:42:19 + chown 1001:1001 coverage.out [Pipeline] stash 17:42:19 Warning: overwriting stash ‘coverage-report’ 17:42:19 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:42:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:42:19 ---> 11cd44d53fb8 17:42:19 Step 3/21 : WORKDIR /edgex-go 17:42:19 ---> Using cache 17:42:19 ---> b0b318ffcdb3 17:42:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:19 ---> Using cache 17:42:19 ---> 69b8d63ad9d0 17:42:19 Step 5/21 : RUN apk update && apk add make git 17:42:19 ---> Using cache 17:42:19 ---> d2646a7c4aa7 17:42:19 Step 6/21 : COPY go.mod . 17:42:19 ---> Using cache 17:42:19 ---> 17f72022cef0 17:42:19 Step 7/21 : RUN go mod download 17:42:19 ---> Using cache 17:42:19 ---> b118eb1d4969 17:42:19 Step 8/21 : COPY . . 17:42:20 ---> Using cache 17:42:20 ---> 1eeefe930f7f 17:42:20 Step 9/21 : RUN make cmd/core-command/core-command 17:42:20 Removing intermediate container 641cf608834f 17:42:20 ---> b61d40144393 17:42:20 Step 24/26 : LABEL arch=x86_64 17:42:20 ---> Running in 8d9eada1819b 17:42:20 Stashed 1 file(s) [Pipeline] sh 17:42:20 ---> Running in 0a774b97696a 17:42:21 Removing intermediate container 0a774b97696a 17:42:21 ---> b057530002dc 17:42:21 Step 25/26 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:42:21 Removing intermediate container 5d2fc2d52233 17:42:21 ---> 6f31cd1a048c 17:42:21 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 17:42:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:42:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:42:21 ---> Running in 4a96c97d1fed 17:42:21 + make build 17:42:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:42:21 ---> Running in a599e9d4c715 17:42:21 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 17:42:21 Removing intermediate container 4a96c97d1fed 17:42:21 ---> 54249b1296b6 17:42:21 Step 26/26 : LABEL version=0.0.0 17:42:21 Removing intermediate container a599e9d4c715 17:42:21 ---> 0e1a6aac882b 17:42:21 Step 26/29 : CMD [ "generate" ] 17:42:21 ---> Running in 54f9bd431db5 17:42:21 ---> Running in 8cb05fb2e6b4 17:42:22 Removing intermediate container 54f9bd431db5 17:42:22 ---> c8b3b6af443d 17:42:22 17:42:23 Removing intermediate container 8cb05fb2e6b4 17:42:23 ---> 527fa5398f64 17:42:23 Step 27/29 : LABEL arch=x86_64 17:42:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:42:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:42:23 Successfully built c8b3b6af443d 17:42:23 Successfully tagged docker-security-secretstore-setup-go:latest 17:42:23  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 17:42:23 ---> Running in d94ec110c29e 17:42:23 Removing intermediate container d94ec110c29e 17:42:23 ---> 489ce1463efa 17:42:23 Step 28/29 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:42:24 ---> Running in 6581968a025a 17:42:25 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:42:25 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:42:25 OK: 12749 distinct packages available 17:42:25 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:42:25 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:42:25 OK: 12749 distinct packages available 17:42:26 OK: 233 MiB in 51 packages 17:42:27 OK: 233 MiB in 51 packages 17:42:27 OK: 233 MiB in 51 packages 17:42:29 Removing intermediate container 6581968a025a 17:42:29 ---> 08b5302545d1 17:42:29 Step 29/29 : LABEL version=0.0.0 17:42:30 ---> Running in 748ad285cbc9 17:42:33 Removing intermediate container 748ad285cbc9 17:42:33 ---> 0ea2a10ff6b8 17:42:33 17:42:33 Successfully built 0ea2a10ff6b8 17:42:34 Successfully tagged docker-security-secrets-setup-go:latest 17:42:34 Building docker-security-proxy-setup-go 17:42:34 Removing intermediate container 9d3c84490e14 17:42:34 ---> 84c559f39642 17:42:34 Step 6/22 : COPY go.mod . 17:42:34  Building docker-security-secrets-setup-go ... done Removing intermediate container f1a5a250b379 17:42:34 ---> ad307f241640 17:42:34 Step 6/21 : COPY go.mod . 17:42:37 ---> 82c914b3ef7d 17:42:37 Step 7/21 : RUN go mod download 17:42:38 ---> 149687b182d1 17:42:38 Step 7/22 : RUN go mod download 17:42:38 ---> Running in 0553bd425ad3 17:42:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:42:40 ---> Running in 4c14dc424891 17:42:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:42:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 17:42:58 Removing intermediate container 4c14dc424891 17:42:58 ---> bfe67f74c3ab 17:42:58 Step 8/22 : COPY . . 17:42:58 Removing intermediate container 0553bd425ad3 17:42:58 ---> 925af1b1b091 17:42:58 Step 8/21 : COPY . . 17:43:00 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 17:43:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:43:00 ---> 11cd44d53fb8 17:43:00 Step 3/26 : WORKDIR /edgex-go 17:43:01 ---> Using cache 17:43:01 ---> b0b318ffcdb3 17:43:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:01 ---> Using cache 17:43:01 ---> 69b8d63ad9d0 17:43:01 Step 5/26 : RUN apk update && apk add make bash git 17:43:02 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 17:43:05 ---> Running in 75ff74a15aa6 17:43:09 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 17:43:10 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 17:43:12 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 17:43:12 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:43:12 ---> 11cd44d53fb8 17:43:12 Step 3/20 : WORKDIR /edgex-go 17:43:12 ---> Using cache 17:43:12 ---> b0b318ffcdb3 17:43:12 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:12 ---> Using cache 17:43:12 ---> 69b8d63ad9d0 17:43:12 Step 5/20 : RUN apk update && apk add make git 17:43:12 ---> Using cache 17:43:12 ---> d2646a7c4aa7 17:43:12 Step 6/20 : COPY go.mod . 17:43:12 ---> Using cache 17:43:12 ---> 17f72022cef0 17:43:12 Step 7/20 : RUN go mod download 17:43:12 ---> Using cache 17:43:12 ---> b118eb1d4969 17:43:12 Step 8/20 : COPY . . 17:43:13 ---> Using cache 17:43:13 ---> 1eeefe930f7f 17:43:13 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 17:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:43:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:43:15 ---> Running in 086b88b26063 17:43:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:43:16 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:43:16 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:43:16 OK: 12749 distinct packages available 17:43:16 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 17:43:16 OK: 233 MiB in 51 packages 17:43:21 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 17:43:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:43:27 Removing intermediate container 8d9eada1819b 17:43:27 ---> 42497fed820f 17:43:27 17:43:27 Step 10/21 : FROM scratch 17:43:27 ---> 17:43:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:43:27 Removing intermediate container 75ff74a15aa6 17:43:27 ---> d9af28bcb399 17:43:27 Step 6/26 : COPY go.mod . 17:43:30 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 17:43:33 ---> Using cache 17:43:33 ---> 690c8c30357f 17:43:33 Step 12/21 : ENV APP_PORT=48082 17:43:34 ---> dae250b52dba 17:43:34 Step 7/26 : RUN go mod download 17:43:36 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 17:43:37 ---> Running in 9ad9dbd53035 17:43:38 ---> Running in 4b56c5469259 17:43:40 Removing intermediate container 9ad9dbd53035 17:43:40 ---> f03064afbc7a 17:43:40 Step 13/21 : EXPOSE $APP_PORT 17:43:40 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 17:43:41 ---> Running in 30bc7b53a9a5 17:43:42 Removing intermediate container 30bc7b53a9a5 17:43:42 ---> be70c04190c2 17:43:42 Step 14/21 : WORKDIR / 17:43:43 ---> Running in d8f3ee95345a [Pipeline] } 17:43:43 $ docker stop --time=1 77d5b7beb5f6d45b7d5c59866b37caa7596919954a39235a413e20e9bdcaac24 17:43:45 ---> bd1fdff777be 17:43:45 Step 9/21 : RUN make cmd/support-logging/support-logging 17:43:45 Removing intermediate container d8f3ee95345a 17:43:45 ---> b279bd0c99d6 17:43:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 17:43:45 ---> aaa2e56e0285 17:43:45 Step 9/22 : RUN make cmd/core-data/core-data 17:43:45 ---> Running in dc40fcf3c9d9 17:43:45 ---> Running in 13e8656f87b1 17:43:45 ---> 31ba39d4121e 17:43:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:43:46 Removing intermediate container 4b56c5469259 17:43:46 ---> d0214486275b 17:43:46 Step 8/26 : COPY . . 17:43:46 $ docker rm -f 77d5b7beb5f6d45b7d5c59866b37caa7596919954a39235a413e20e9bdcaac24 17:43:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 17:43:47 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:43:47 ---> c4cdc54a59de 17:43:47 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:43:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:43:48 17:43:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:43:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:43:48 latest: Pulling from edgex-devops/edgex-compose-arm64 17:43:48 29e5d40040c1: Already exists 17:43:48 1ce36da41761: Pulling fs layer 17:43:48 25b303627fd3: Pulling fs layer 17:43:49 1ce36da41761: Verifying Checksum 17:43:49 1ce36da41761: Download complete 17:43:50 ---> affb1d057e08 17:43:50 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:43:50 1ce36da41761: Pull complete 17:43:51 25b303627fd3: Verifying Checksum 17:43:51 25b303627fd3: Download complete 17:43:53 ---> Running in 92309048825b 17:43:57 Removing intermediate container 92309048825b 17:43:57 ---> c8cbe4eb2df2 17:43:57 Step 19/21 : LABEL arch=x86_64 17:43:58 ---> Running in 15b7780c4965 17:43:59 Removing intermediate container 086b88b26063 17:43:59 ---> ee6fa5862b01 17:43:59 17:43:59 Step 10/20 : FROM alpine 17:43:59 ---> a24bb4013296 17:43:59 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 17:44:01 ---> Running in d6e0b6a3bbbf 17:44:01 Removing intermediate container 15b7780c4965 17:44:01 ---> 0cbd650f6e7c 17:44:01 Step 20/21 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:44:01 25b303627fd3: Pull complete 17:44:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:44:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:44:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:44:01 prd-ubuntu18.04-docker-arm64-4c-16g-888 does not seem to be running inside a container 17:44:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:44:02 ---> Running in 4eda7f0ff9d7 17:44:04 Removing intermediate container 4eda7f0ff9d7 17:44:04 ---> 8ad3b59030f6 17:44:04 Step 21/21 : LABEL version=0.0.0 17:44:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:44:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:44:04 ---> Running in aa4a04871536 17:44:05 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:44:05 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:44:05 OK: 12749 distinct packages available 17:44:05 $ docker top 029bc6167d37f0190b278ca34ed61953bb473cf476fb2e9fefd26258266cf4dc -eo pid,comm [Pipeline] { 17:44:05 (1/4) Installing ca-certificates (20191127-r4) 17:44:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:44:05 (3/4) Installing libcurl (7.69.1-r0) 17:44:05 (4/4) Installing curl (7.69.1-r0) 17:44:05 Executing busybox-1.31.1-r16.trigger [Pipeline] sh 17:44:06 Executing ca-certificates-20191127-r4.trigger 17:44:06 OK: 7 MiB in 18 packages 17:44:06 + docker-compose build --help 17:44:06 + grep parallel 17:44:07 Removing intermediate container aa4a04871536 17:44:07 ---> 3d79e80641ee 17:44:07 17:44:09 Successfully built 3d79e80641ee 17:44:09 Successfully tagged docker-core-command-go:latest 17:44:11 --parallel Build images in parallel. [Pipeline] } 17:44:11 $ docker stop --time=1 029bc6167d37f0190b278ca34ed61953bb473cf476fb2e9fefd26258266cf4dc 17:44:12  Building docker-core-command-go ... done Removing intermediate container d6e0b6a3bbbf 17:44:12 ---> 98b647e8a78f 17:44:12 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:44:13 $ docker rm -f 029bc6167d37f0190b278ca34ed61953bb473cf476fb2e9fefd26258266cf4dc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:44:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:44:13 . [Pipeline] withDockerContainer 17:44:14 prd-ubuntu18.04-docker-arm64-4c-16g-888 does not seem to be running inside a container 17:44:14 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:44:14 ---> Running in 7b4aeabbcb6a 17:44:15 $ docker top d80585e2383688a6a259f242b7d693cc45d11f721a2d71af0a1b0dac060bb249 -eo pid,comm [Pipeline] { [Pipeline] sh 17:44:16 + docker-compose -f ./docker-compose-build.yml build --parallel 17:44:17 Removing intermediate container 7b4aeabbcb6a 17:44:17 ---> f3c27890d45d 17:44:17 Step 13/20 : WORKDIR /edgex 17:44:19 ---> Running in 50d764ef92ac 17:44:21 Building docker-core-command-go ... 17:44:21 Building docker-core-data-go ... 17:44:21 Building docker-core-metadata-go ... 17:44:21 Building docker-security-proxy-setup-go ... 17:44:21 Building docker-security-secrets-setup-go ... 17:44:21 Building docker-security-secretstore-setup-go ... 17:44:21 Building docker-support-logging-go ... 17:44:21 Building docker-support-notifications-go ... 17:44:21 Building docker-support-scheduler-go ... 17:44:21 Building docker-sys-mgmt-agent-go ... 17:44:21 Building docker-security-secretstore-setup-go 17:44:21 Building docker-support-notifications-go 17:44:21 Building docker-core-metadata-go 17:44:21 Building docker-support-scheduler-go 17:44:21 Building docker-security-secrets-setup-go 17:44:23 Removing intermediate container 50d764ef92ac 17:44:23 ---> c2f300daca77 17:44:23 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:44:25 ---> 758058fdf474 17:44:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:44:29 ---> 4cecf153dc70 17:44:29 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:44:29 ---> Running in 4a71e567481a 17:44:30 Removing intermediate container dc40fcf3c9d9 17:44:30 ---> c471e0a33582 17:44:30 17:44:30 Step 10/21 : FROM scratch 17:44:30 ---> 17:44:30 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:44:30 ---> c0a802747464 17:44:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:44:30 ---> Running in c9b481791d64 17:44:31 ---> Using cache 17:44:31 ---> 2796bb6c186f 17:44:31 Step 12/21 : ENV APP_PORT=48061 17:44:31 Removing intermediate container 4a71e567481a 17:44:31 ---> af9b7d4834f8 17:44:31 Step 17/20 : CMD ["--init=true"] 17:44:31 ---> Running in 8afb7f7eead2 17:44:31 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 17:44:31 ---> Running in 82e44550f6d1 17:44:33 Removing intermediate container 8afb7f7eead2 17:44:33 ---> 4790b83ec009 17:44:33 Step 13/21 : EXPOSE $APP_PORT 17:44:33 Removing intermediate container 82e44550f6d1 17:44:33 ---> 41f0dede9b7e 17:44:33 Step 18/20 : LABEL arch=x86_64 17:44:34 ---> Running in 36b5ebc1fc51 17:44:34 ---> Running in 07e5ff5237c2 17:44:34 Removing intermediate container 36b5ebc1fc51 17:44:34 ---> 811575ba8931 17:44:34 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 17:44:37 Removing intermediate container 13e8656f87b1 17:44:37 ---> 915cd6d470aa 17:44:37 17:44:37 Step 10/22 : FROM alpine 17:44:37 ---> a24bb4013296 17:44:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:44:37 ---> Running in 4b82c37fde50 17:44:37 Removing intermediate container 07e5ff5237c2 17:44:37 ---> bd4823fe644c 17:44:37 Step 19/20 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:44:37 ---> 29b038b1f449 17:44:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 17:44:37 ---> Running in 325a051f69a9 17:44:37 Removing intermediate container 4b82c37fde50 17:44:37 ---> c80d08d45a12 17:44:37 Step 12/22 : ENV APP_PORT=48080 17:44:37 ---> Running in 7b0220a96410 17:44:37 Removing intermediate container 325a051f69a9 17:44:37 ---> 24b33b41d0f3 17:44:37 Step 20/20 : LABEL version=0.0.0 17:44:38 ---> 29280b839463 17:44:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 17:44:38 ---> Running in fcc6716942c5 17:44:38 Removing intermediate container 7b0220a96410 17:44:38 ---> 6b2e764aed44 17:44:38 Step 13/22 : EXPOSE $APP_PORT 17:44:38 ---> Running in 2168bebbcb9b 17:44:38 Removing intermediate container fcc6716942c5 17:44:38 ---> 4fac2bc2fd22 17:44:38 17:44:38 Successfully built 4fac2bc2fd22 17:44:38 Successfully tagged docker-security-proxy-setup-go:latest 17:44:38  Building docker-security-proxy-setup-go ... done Removing intermediate container 2168bebbcb9b 17:44:38 ---> eef5a63e58d2 17:44:38 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:44:39 ---> 3d92883c02c1 17:44:39 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 17:44:39 ---> Running in dba206530706 17:44:39 ---> c614262b521b 17:44:39 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:44:40 ---> Running in 998a4733d252 17:44:40 Removing intermediate container 998a4733d252 17:44:40 ---> e463d935d1bd 17:44:40 Step 19/21 : LABEL arch=x86_64 17:44:40 ---> Running in 57b38b34cfbe 17:44:41 Removing intermediate container 57b38b34cfbe 17:44:41 ---> 3dc90d92a216 17:44:41 Step 20/21 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:44:41 ---> Running in 506f2e0663b4 17:44:42 Removing intermediate container dba206530706 17:44:42 ---> ee02388752eb 17:44:42 Step 15/22 : RUN apk --no-cache add zeromq 17:44:42 Removing intermediate container 506f2e0663b4 17:44:42 ---> 5e685cd939eb 17:44:42 Step 21/21 : LABEL version=0.0.0 17:44:42 ---> Running in 8b48ee65b0c4 17:44:42 ---> Running in 02fd95ed6536 17:44:42 Removing intermediate container 02fd95ed6536 17:44:42 ---> 48d0a7de7d51 17:44:42 17:44:43 Successfully built 48d0a7de7d51 17:44:43 Successfully tagged docker-support-logging-go:latest 17:44:44  Building docker-support-logging-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:44:45 (1/5) Installing libgcc (9.3.0-r2) 17:44:45 (2/5) Installing libsodium (1.0.18-r0) 17:44:45 (3/5) Installing libstdc++ (9.3.0-r2) 17:44:46 (4/5) Installing libzmq (4.3.2-r0) 17:44:46 (5/5) Installing zeromq (4.3.2-r0) 17:44:46 Executing busybox-1.31.1-r16.trigger 17:44:46 OK: 8 MiB in 19 packages 17:44:47 Removing intermediate container 8b48ee65b0c4 17:44:47 ---> 7e008d76d97d 17:44:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 17:44:48 ---> 184f7682628f 17:44:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:44:48 ---> 317cc0c24ad5 17:44:48 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:44:49 ---> 8165fe68e705 17:44:49 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:44:50 ---> Running in 73a2a66779a2 17:44:50 Removing intermediate container 73a2a66779a2 17:44:50 ---> f975299b5f7b 17:44:50 Step 20/22 : LABEL arch=x86_64 17:44:50 ---> Running in 928f44a4b191 17:44:51 Removing intermediate container 928f44a4b191 17:44:51 ---> eb830b916e0d 17:44:51 Step 21/22 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:44:51 ---> Running in 70045207ad6b 17:44:53 Removing intermediate container 70045207ad6b 17:44:53 ---> bd2c7de40d22 17:44:53 Step 22/22 : LABEL version=0.0.0 17:44:53 ---> Running in 0c65e4062fe7 17:44:53 Removing intermediate container c9b481791d64 17:44:53 ---> 30bf28efa8df 17:44:53 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:44:53 ---> Running in 7eaac7c7b798 17:44:54 Removing intermediate container 0c65e4062fe7 17:44:54 ---> 262cc469bdaa 17:44:54 17:44:54 Successfully built 262cc469bdaa 17:44:54 Successfully tagged docker-core-data-go:latest 17:44:54  Building docker-core-data-go ... done 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 17:44:56 Removing intermediate container 7eaac7c7b798 17:44:56 ---> 547b73bfa887 17:44:56 17:44:56 Step 11/26 : FROM docker:latest 17:44:56 ---> 81f5749c9058 17:44:56 Step 12/26 : RUN apk add --no-cache bash 17:44:56 ---> Running in 941a0f911524 17:44:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:44:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:44:57 (1/2) Installing readline (8.0.4-r0) 17:44:57 (2/2) Installing bash (5.0.17-r0) 17:44:57 Executing bash-5.0.17-r0.post-install 17:44:57 Executing busybox-1.31.1-r16.trigger 17:44:57 OK: 12 MiB in 22 packages 17:44:58 Removing intermediate container 941a0f911524 17:44:58 ---> 51edaf34c126 17:44:58 Step 13/26 : RUN rm -rf /var/cache/apk/* 17:44:58 ---> Running in b4303f3ad6ba 17:45:00 Removing intermediate container b4303f3ad6ba 17:45:00 ---> b4eb5d435b59 17:45:00 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:45:00 ---> Running in cc7f9ef59fcd 17:45:00 Removing intermediate container cc7f9ef59fcd 17:45:00 ---> 49c72952396c 17:45:00 Step 15/26 : ENV APP_PORT=48090 17:45:00 ---> Running in 3441ab5910a9 17:45:00 Removing intermediate container 3441ab5910a9 17:45:00 ---> a2000f7403a0 17:45:00 Step 16/26 : EXPOSE $APP_PORT 17:45:00 ---> Running in f1c0924b62dd 17:45:01 Removing intermediate container f1c0924b62dd 17:45:01 ---> 056f8f181d98 17:45:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:45:02 ---> dca86917e069 17:45:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:45:02 ---> d6be2227e5a1 17:45:02 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:45:03 ---> abc794a9c60c 17:45:03 Step 20/26 : RUN apk --no-cache add py-pip 17:45:03 ---> Running in 4b4a5175b205 17:45:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:45:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:45:04 (1/33) Installing libbz2 (1.0.8-r1) 17:45:05 (2/33) Installing expat (2.2.9-r1) 17:45:05 (3/33) Installing libffi (3.3-r2) 17:45:05 (4/33) Installing gdbm (1.13-r1) 17:45:05 (5/33) Installing xz-libs (5.2.5-r0) 17:45:05 (6/33) Installing sqlite-libs (3.32.1-r0) 17:45:05 (7/33) Installing python3 (3.8.5-r0) 17:45:06 (8/33) Installing py3-appdirs (1.4.4-r1) 17:45:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:45:06 (10/33) Installing py3-parsing (2.4.7-r0) 17:45:06 (11/33) Installing py3-six (1.15.0-r0) 17:45:06 (12/33) Installing py3-packaging (20.4-r0) 17:45:06 (13/33) Installing py3-setuptools (47.0.0-r0) 17:45:06 (14/33) Installing py3-chardet (3.0.4-r4) 17:45:06 (15/33) Installing py3-idna (2.9-r0) 17:45:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:45:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:45:07 (18/33) Installing py3-requests (2.23.0-r0) 17:45:07 (19/33) Installing py3-msgpack (1.0.0-r0) 17:45:07 (20/33) Installing py3-lockfile (0.12.2-r3) 17:45:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:45:07 (22/33) Installing py3-colorama (0.4.3-r0) 17:45:07 (23/33) Installing py3-distlib (0.3.0-r0) 17:45:07 (24/33) Installing py3-distro (1.5.0-r1) 17:45:07 (25/33) Installing py3-webencodings (0.5.1-r3) 17:45:07 (26/33) Installing py3-html5lib (1.0.1-r4) 17:45:07 (27/33) Installing py3-pytoml (0.1.21-r0) 17:45:07 (28/33) Installing py3-pep517 (0.8.2-r0) 17:45:07 (29/33) Installing py3-progress (1.5-r0) 17:45:07 (30/33) Installing py3-toml (0.10.1-r0) 17:45:07 (31/33) Installing py3-retrying (1.3.3-r0) 17:45:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:45:07 (33/33) Installing py3-pip (20.1.1-r0) 17:45:07 Executing busybox-1.31.1-r16.trigger 17:45:07 OK: 71 MiB in 55 packages 17:45:18 Removing intermediate container 4b4a5175b205 17:45:18 ---> e2ea711b7a19 17:45:18 Step 21/26 : RUN pip install docker-compose==1.23.2 17:45:18 ---> Running in c8c49e75aa57 17:45:18 Collecting docker-compose==1.23.2 17:45:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:45:19 Collecting websocket-client<1.0,>=0.32.0 17:45:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:45:19 Collecting cached-property<2,>=1.2.0 17:45:19 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 17:45:19 Collecting docker<4.0,>=3.6.0 17:45:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:45:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:45:19 Collecting jsonschema<3,>=2.5.1 17:45:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:45:19 Collecting PyYAML<4,>=3.10 17:45:19 Downloading PyYAML-3.13.tar.gz (270 kB) 17:45:21 Collecting texttable<0.10,>=0.9.0 17:45:21 Downloading texttable-0.9.1.tar.gz (11 kB) 17:45:22 Collecting docopt<0.7,>=0.6.1 17:45:22 Downloading docopt-0.6.2.tar.gz (25 kB) 17:45:23 Collecting dockerpty<0.5,>=0.4.1 17:45:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:45:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:45:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:45:24 Collecting docker-pycreds>=0.4.0 17:45:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:45:24 Collecting urllib3<1.25,>=1.21.1 17:45:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:45:24 Collecting idna<2.8,>=2.5 17:45:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:45:24 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) 17:45:24 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) 17:45:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:45:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:45:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:45:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:45:24 Installing collected packages: websocket-client, cached-property, docker-pycreds, urllib3, idna, requests, docker, jsonschema, PyYAML, texttable, docopt, dockerpty, docker-compose 17:45:24 Attempting uninstall: urllib3 17:45:24 Found existing installation: urllib3 1.25.9 17:45:24 Uninstalling urllib3-1.25.9: 17:45:25 Successfully uninstalled urllib3-1.25.9 17:45:25 Attempting uninstall: idna 17:45:25 Found existing installation: idna 2.9 17:45:25 Uninstalling idna-2.9: 17:45:25 Successfully uninstalled idna-2.9 17:45:25 Attempting uninstall: requests 17:45:25 Found existing installation: requests 2.23.0 17:45:25 Uninstalling requests-2.23.0: 17:45:25 Successfully uninstalled requests-2.23.0 17:45:26 Running setup.py install for PyYAML: started 17:45:27 Running setup.py install for PyYAML: finished with status 'done' 17:45:27 Running setup.py install for texttable: started 17:45:27 Running setup.py install for texttable: finished with status 'done' 17:45:27 Running setup.py install for docopt: started 17:45:28 Running setup.py install for docopt: finished with status 'done' 17:45:28 Running setup.py install for dockerpty: started 17:45:29 Running setup.py install for dockerpty: finished with status 'done' 17:45:29 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 17:45:33 Removing intermediate container c8c49e75aa57 17:45:33 ---> 01b3cfd21ff6 17:45:33 Step 22/26 : RUN apk --no-cache add curl 17:45:33 ---> Running in 33598ade0b08 17:45:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:45:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:45:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:45:34 (2/3) Installing libcurl (7.69.1-r0) 17:45:34 (3/3) Installing curl (7.69.1-r0) 17:45:34 Executing busybox-1.31.1-r16.trigger 17:45:34 OK: 72 MiB in 58 packages 17:45:36 Removing intermediate container 33598ade0b08 17:45:36 ---> 9d4e8336c42a 17:45:36 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:45:36 ---> Running in 35c9738e61b5 17:45:36 Removing intermediate container 35c9738e61b5 17:45:36 ---> 769839a461be 17:45:36 Step 24/26 : LABEL arch=x86_64 17:45:36 ---> Running in bbb61a1c7750 17:45:37 Removing intermediate container bbb61a1c7750 17:45:37 ---> 0fc0ee17b3fe 17:45:37 Step 25/26 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:45:37 ---> Running in a24bb2d88832 17:45:37 Removing intermediate container a24bb2d88832 17:45:37 ---> e969fd618977 17:45:37 Step 26/26 : LABEL version=0.0.0 17:45:37 ---> Running in c6963c2df22b 17:45:37 Removing intermediate container c6963c2df22b 17:45:37 ---> d5e9da5fb128 17:45:37 17:45:37 Successfully built d5e9da5fb128 17:45:37 Successfully tagged docker-sys-mgmt-agent-go:latest 17:45:38  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:45:38 $ docker stop --time=1 3c76339f71b4b9ac470992fbf76f3457ab2cbed9b4f69295ecc8b63e0f02d7dc 17:45:40 $ docker rm -f 3c76339f71b4b9ac470992fbf76f3457ab2cbed9b4f69295ecc8b63e0f02d7dc [Pipeline] // withDockerContainer [Pipeline] sh 17:45:41 + docker images 17:45:41 + grep docker 17:45:41 docker-sys-mgmt-agent-go latest d5e9da5fb128 4 seconds ago 284MB 17:45:41 docker-core-data-go latest 262cc469bdaa 48 seconds ago 23.8MB 17:45:41 docker-support-logging-go latest 48d0a7de7d51 59 seconds ago 11.8MB 17:45:41 docker-security-proxy-setup-go latest 4fac2bc2fd22 About a minute ago 16.4MB 17:45:41 docker-core-command-go latest 3d79e80641ee About a minute ago 13MB 17:45:41 docker-security-secrets-setup-go latest 0ea2a10ff6b8 3 minutes ago 25.1MB 17:45:41 docker-security-secretstore-setup-go latest c8b3b6af443d 3 minutes ago 33.9MB 17:45:41 docker-support-notifications-go latest 8492f8b1435e 3 minutes ago 14.4MB 17:45:41 docker-core-metadata-go latest 8e7198a242db 3 minutes ago 14.4MB 17:45:41 docker-support-scheduler-go latest 30974bbb1391 3 minutes ago 13.1MB 17:45:41 docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:46:12 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 17:46:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:46:12 ---> ae8707223463 17:46:12 Step 3/23 : WORKDIR /edgex-go 17:46:12 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 17:46:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:46:12 ---> ae8707223463 17:46:12 Step 3/26 : WORKDIR /edgex-go 17:46:12 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 17:46:12 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:46:12 ---> ae8707223463 17:46:12 Step 3/20 : WORKDIR /edgex-go 17:46:12 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 17:46:12 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 17:46:12 ---> ae8707223463 17:46:12 Step 3/29 : WORKDIR /edgex-go 17:46:12 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:46:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:46:12 ---> ae8707223463 17:46:12 Step 3/21 : WORKDIR /edgex-go 17:46:12 ---> Running in c437ff727b09 17:46:12 ---> Running in c91d2c2e63bb 17:46:12 ---> Running in 8414e371b064 17:46:12 ---> Running in c31d2e326e63 17:46:12 ---> Running in 9399e087d565 17:46:12 Removing intermediate container 9399e087d565 17:46:12 ---> 8557ac251148 17:46:12 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:12 Removing intermediate container c437ff727b09 17:46:12 ---> 0e902050ba97 17:46:12 Step 4/29 : RUN apk update && apk add make git 17:46:12 Removing intermediate container 8414e371b064 17:46:12 ---> 200597f45221 17:46:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:12 Removing intermediate container c91d2c2e63bb 17:46:12 ---> e5514bf4e780 17:46:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:12 Removing intermediate container c31d2e326e63 17:46:12 ---> 54bb56db83ef 17:46:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:12 ---> Running in 0a71df1b8bff 17:46:12 ---> Running in 2eca37c4dabe 17:46:12 ---> Running in edcd7826e33d 17:46:12 ---> Running in d206c3c978ba 17:46:12 ---> Running in 2eff24f6cde8 17:46:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:46:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:46:12 Removing intermediate container 0a71df1b8bff 17:46:12 ---> 8d40859fde6c 17:46:12 Step 5/20 : RUN apk update && apk add make git 17:46:12 Removing intermediate container edcd7826e33d 17:46:12 ---> 12b4c0aace0c 17:46:12 Step 5/26 : RUN apk update && apk add make git 17:46:13 ---> Running in f096d2439dfd 17:46:13 ---> Running in 7b166e4fdb77 17:46:13 Removing intermediate container d206c3c978ba 17:46:13 ---> 7b69827454a0 17:46:13 Step 5/21 : RUN apk update && apk add make git 17:46:13 Removing intermediate container 2eff24f6cde8 17:46:13 ---> 5176519f31fc 17:46:13 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 17:46:13 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:46:13 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:46:13 OK: 12620 distinct packages available 17:46:13 ---> Running in fdd2aeb55871 17:46:13 ---> Running in 635e21eb5411 17:46:14 OK: 217 MiB in 51 packages 17:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:46:16 Removing intermediate container 2eca37c4dabe 17:46:16 ---> af44e45b873f 17:46:16 Step 5/29 : COPY go.mod . 17:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:46:17 ---> bbd8eca9175a 17:46:17 Step 6/29 : RUN go mod download 17:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:46:17 ---> Running in e5c674795d10 17:46:18 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:46:18 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:46:18 OK: 12620 distinct packages available 17:46:18 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:46:18 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:46:18 OK: 12620 distinct packages available 17:46:18 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:46:18 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:46:18 OK: 12620 distinct packages available 17:46:18 OK: 217 MiB in 51 packages 17:46:18 OK: 217 MiB in 51 packages 17:46:19 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:46:19 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:46:19 OK: 12620 distinct packages available 17:46:19 OK: 217 MiB in 51 packages 17:46:20 OK: 217 MiB in 51 packages 17:46:21 Removing intermediate container f096d2439dfd 17:46:21 ---> 6525a3b5c96a 17:46:21 Step 6/20 : COPY go.mod . 17:46:21 Removing intermediate container 7b166e4fdb77 17:46:21 ---> 7ed731bf8021 17:46:21 Step 6/26 : COPY go.mod . 17:46:21 Removing intermediate container 635e21eb5411 17:46:21 ---> 36388275b484 17:46:21 Step 6/21 : COPY go.mod . 17:46:22 ---> 2693b2dd3d66 17:46:22 Step 7/20 : RUN go mod download 17:46:22 Removing intermediate container fdd2aeb55871 17:46:22 ---> 80c66cf44b37 17:46:22 Step 6/23 : COPY go.mod . 17:46:22 ---> 57dd86d0556f 17:46:22 Step 7/26 : RUN go mod download 17:46:22 Removing intermediate container e5c674795d10 17:46:22 ---> 5b3a53cc8370 17:46:22 Step 7/29 : COPY . . 17:46:22 ---> Running in 8ccb1f027f35 17:46:22 ---> Running in 80649905263a 17:46:22 ---> 7cd5426a5f04 17:46:22 Step 7/21 : RUN go mod download 17:46:22 ---> Running in 5be4cff9cc1d 17:46:23 ---> 96c5687f823d 17:46:23 Step 7/23 : RUN go mod download 17:46:23 ---> Running in a2eaf653886e 17:46:30 Removing intermediate container 80649905263a 17:46:30 ---> 0ba1ed80a02e 17:46:30 Step 8/26 : COPY . . 17:46:30 Removing intermediate container 5be4cff9cc1d 17:46:30 ---> 4e728dd88512 17:46:30 Step 8/21 : COPY . . 17:46:30 Removing intermediate container a2eaf653886e 17:46:30 ---> 2fbc0c41b523 17:46:30 Step 8/23 : COPY . . 17:46:30 Removing intermediate container 8ccb1f027f35 17:46:30 ---> f53b80e2e4f5 17:46:30 Step 8/20 : COPY . . 17:47:02 ---> 0d76382e84d8 17:47:02 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 17:47:02 ---> 90c0718483db 17:47:02 Step 9/21 : RUN make cmd/core-metadata/core-metadata 17:47:02 ---> 2b9f37ffc6d9 17:47:02 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 17:47:02 ---> Running in 42cf81b1395c 17:47:02 ---> c7565518d7df 17:47:02 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 17:47:02 ---> 2f02f0d35479 17:47:02 Step 9/23 : RUN make cmd/support-notifications/support-notifications 17:47:02 ---> Running in 4b1efe38a407 17:47:02 ---> Running in 71a368be1968 17:47:02 ---> Running in e05b57437038 17:47:02 ---> Running in 33fa163ddf54 17:47:02 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 17:47: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 17:47:02 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 17:47:02 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 17:47:02 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 17:48:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:48:24 Removing intermediate container 42cf81b1395c 17:48:24 ---> f4f6319e9488 17:48:24 17:48:24 Step 9/29 : FROM alpine:latest 17:48:24 latest: Pulling from library/alpine 17:48:24 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 17:48:24 Status: Downloaded newer image for alpine:latest 17:48:24 ---> 62ee0e9f8440 17:48:24 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 17:48:24 ---> Running in 5c2a3d2fbf65 17:48:24 Removing intermediate container 5c2a3d2fbf65 17:48:24 ---> 3c34fb5d8445 17:48:24 Step 11/29 : USER root 17:48:24 ---> Running in 66c15dc6a07d 17:48:24 Removing intermediate container 66c15dc6a07d 17:48:24 ---> 6e266046e29e 17:48:24 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 17:48:24 ---> Running in 2afc800d8d14 17:48:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:48:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:48:24 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:48:24 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:48:24 OK: 12620 distinct packages available 17:48:25 (1/2) Installing ca-certificates (20191127-r4) 17:48:25 (2/2) Installing dumb-init (1.2.2-r1) 17:48:25 Executing busybox-1.31.1-r16.trigger 17:48:25 Executing ca-certificates-20191127-r4.trigger 17:48:25 OK: 6 MiB in 16 packages 17:48:28 Removing intermediate container 2afc800d8d14 17:48:28 ---> d4035d2be87f 17:48:28 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 17:48:28 ---> Running in 494ce8825faa 17:48:29 Removing intermediate container 494ce8825faa 17:48:29 ---> 8f1bbcb6e1cb 17:48:29 Step 14/29 : WORKDIR $BASE_DIR 17:48:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 17:48:29 ---> Running in 700c6138e27f 17:48:30 Removing intermediate container 700c6138e27f 17:48:30 ---> 22e90dd050be 17:48:30 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 17:48:30 ---> Running in a8a6510fd8ba 17:48:34 Removing intermediate container a8a6510fd8ba 17:48:34 ---> eb702b465ab3 17:48:34 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 17:48:36 ---> 48bf313baf11 17:48:36 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 17:48:37 ---> dc782562df78 17:48:37 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 17:48:38 ---> 5948f2931a1b 17:48:38 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 17:48:39 ---> cc64f50a813d 17:48:39 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 17:48:40 ---> 796e32b9fb34 17:48:40 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 17:48:41 ---> Running in 7afdbc5546d1 17:48:45 Removing intermediate container e05b57437038 17:48:45 ---> e2a8a2e11770 17:48:45 17:48:45 Step 10/26 : FROM alpine:3.10 17:48:45 3.10: Pulling from library/alpine 17:48:46 Removing intermediate container 7afdbc5546d1 17:48:46 ---> 37fc5cb58020 17:48:46 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 17:48:47 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 17:48:47 Status: Downloaded newer image for alpine:3.10 17:48:47 ---> 536a684cf733 17:48:47 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 17:48:47 ---> Running in c7ff498b2587 17:48:48 ---> b696f5c9a2b6 17:48:48 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:48:48 ---> Running in eb6d869f20b2 17:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 17:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 17:48:52 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 17:48:52 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 17:48:52 OK: 10167 distinct packages available 17:48:52 (1/5) Installing ca-certificates (20191127-r2) 17:48:52 (2/5) Installing nghttp2-libs (1.39.2-r1) 17:48:52 (3/5) Installing libcurl (7.66.0-r0) 17:48:52 (4/5) Installing curl (7.66.0-r0) 17:48:52 (5/5) Installing dumb-init (1.2.2-r1) 17:48:52 Executing busybox-1.30.1-r3.trigger 17:48:52 Executing ca-certificates-20191127-r2.trigger 17:48:52 Removing intermediate container eb6d869f20b2 17:48:52 ---> ce5c9236d667 17:48:52 Step 24/29 : RUN chmod 755 security-secrets-setup 17:48:52 OK: 7 MiB in 19 packages 17:48:53 Removing intermediate container 71a368be1968 17:48:53 ---> f39abe33c7d7 17:48:53 17:48:53 Step 10/20 : FROM scratch 17:48:53 ---> 17:48:53 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:48:54 ---> Running in b015d7f6a9a8 17:48:54 ---> Running in e7e8a60214cc 17:48:54 Removing intermediate container 33fa163ddf54 17:48:54 ---> b6d93e43405c 17:48:54 17:48:54 Step 10/23 : FROM scratch 17:48:54 ---> 17:48:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:48:55 ---> Running in 7dba1b442036 17:48:55 Removing intermediate container b015d7f6a9a8 17:48:55 ---> b9dff9463a2a 17:48:55 Step 12/20 : ENV APP_PORT=48085 17:48:55 ---> Running in 83881b594587 17:48:56 Removing intermediate container 7dba1b442036 17:48:56 ---> 582b44584dd9 17:48:56 Step 12/23 : ENV APP_PORT=48060 17:48:56 Removing intermediate container 83881b594587 17:48:56 ---> 10a8b0a6fce3 17:48:56 Step 13/20 : EXPOSE $APP_PORT 17:48:56 ---> Running in cceca51533ae 17:48:56 ---> Running in 20b4aefc5e2f 17:48:56 Removing intermediate container c7ff498b2587 17:48:56 ---> b7f36e6b7126 17:48:56 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:48:57 Removing intermediate container cceca51533ae 17:48:57 ---> b94e00fd0bad 17:48:57 Step 13/23 : EXPOSE $APP_PORT 17:48:57 ---> Running in 4d776d27f1f8 17:48:57 ---> Running in 35c86a3ea2fb 17:48:57 Removing intermediate container 20b4aefc5e2f 17:48:57 ---> 0a40152e4e92 17:48:57 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 17:48:58 Removing intermediate container 4d776d27f1f8 17:48:58 ---> da95f901351a 17:48:58 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 17:48:58 Removing intermediate container 35c86a3ea2fb 17:48:58 ---> 5c5be538dc2e 17:48:58 Step 13/26 : WORKDIR / 17:48:58 ---> Running in fd3870885383 17:48:58 ---> 4ecac5201c92 17:48:58 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:48:58 Removing intermediate container e7e8a60214cc 17:48:58 ---> 6930a7ea4a75 17:48:59 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 17:48:59 Removing intermediate container 4b1efe38a407 17:48:59 ---> d25c59f04e08 17:48:59 17:48:59 Step 10/21 : FROM scratch 17:48:59 ---> 17:48:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:48:59 Removing intermediate container fd3870885383 17:48:59 ---> f8e7bd472d5a 17:48:59 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:48:59 ---> Running in 7aedc264dbb1 17:48:59 ---> Using cache 17:48:59 ---> b9dff9463a2a 17:48:59 Step 12/21 : ENV APP_PORT=48081 17:48:59 ---> e656b1b803c0 17:48:59 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:48:59 ---> Running in 542b8772d80c 17:49:00 Removing intermediate container 7aedc264dbb1 17:49:00 ---> 5f6eafc2f493 17:49:00 Step 26/29 : CMD [ "generate" ] 17:49:00 ---> Running in 6968ebf18ec0 17:49:00 Removing intermediate container 542b8772d80c 17:49:00 ---> 1a9cbb4df050 17:49:00 Step 13/21 : EXPOSE $APP_PORT 17:49:00 ---> f9abd4f6a913 17:49:00 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:49:00 ---> 9f287f1304bf 17:49:00 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:49:00 ---> Running in 03b0beaa494a 17:49:01 Removing intermediate container 6968ebf18ec0 17:49:01 ---> 3f1222fc43db 17:49:01 Step 27/29 : LABEL arch=arm64 17:49:01 ---> 5305f2172bcf 17:49:01 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 17:49:01 ---> Running in 5005ce9b291f 17:49:01 Removing intermediate container 03b0beaa494a 17:49:01 ---> 3ac0824a47ea 17:49:01 Step 14/21 : WORKDIR / 17:49:01 ---> Running in e09606aeccbe 17:49:01 ---> 5377a78b76c7 17:49:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:49:01 ---> f9de72c1a58a 17:49:01 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:49:01 Removing intermediate container 5005ce9b291f 17:49:01 ---> cf6f35bd467e 17:49:01 Step 28/29 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:49:02 ---> Running in 2339662be1e2 17:49:02 ---> Running in 029f5f50ab13 17:49:02 Removing intermediate container e09606aeccbe 17:49:02 ---> 9d94c221b11b 17:49:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:49:02 ---> 110c45997a87 17:49:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 17:49:02 Removing intermediate container 2339662be1e2 17:49:02 ---> e6e0ad678d5a 17:49:02 Step 18/20 : LABEL arch=arm64 17:49:02 ---> 9b5c9aaefafb 17:49:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 17:49:03 Removing intermediate container 029f5f50ab13 17:49:03 ---> 521211debb86 17:49:03 Step 29/29 : LABEL version=0.0.0 17:49:03 ---> Running in eddef707aa04 17:49:03 ---> Running in 8195ee0a6d7b 17:49:03 ---> bacbf6a54a53 17:49:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:49:03 ---> cb0ae63860ad 17:49:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:49:03 Removing intermediate container 8195ee0a6d7b 17:49:03 ---> 618939d9aaf9 17:49:03 17:49:03 Removing intermediate container eddef707aa04 17:49:03 ---> 8744f86645e5 17:49:03 Step 19/20 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:49:03 ---> 35eb814ce7e5 17:49:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:49:04 ---> Running in df657f72cc7e 17:49:04 Successfully built 618939d9aaf9 17:49:04 Successfully tagged docker-security-secrets-setup-go-arm64:latest 17:49:04  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go 17:49:05 Removing intermediate container df657f72cc7e 17:49:05 ---> f4cd550aed4e 17:49:05 Step 20/20 : LABEL version=0.0.0 ---> d5fdedfe92d1 17:49:05 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:49:05 17:49:05 ---> Running in 7d54f446ef14 17:49:06 ---> 02f3f8714c28 17:49:06 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:49:06 ---> efde6ce24690 17:49:06 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:49:07 Removing intermediate container 7d54f446ef14 17:49:07 ---> ea2117228863 17:49:07 17:49:07 ---> c04133ee00cb 17:49:07 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 17:49:07 Successfully built ea2117228863 17:49:07 Successfully tagged docker-support-scheduler-go-arm64:latest 17:49:07 Building docker-core-data-go 17:49:08  Building docker-support-scheduler-go ... done  ---> 8027ac553758 17:49:08 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:49:08 ---> 9b63b27a9a5b 17:49:08 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:49:08 ---> Running in e1476ca32a39 17:49:08 ---> Running in 3e487734b0d7 17:49:08 ---> fcfc56405646 17:49:08 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:49:10 Removing intermediate container e1476ca32a39 17:49:10 Removing intermediate container 3e487734b0d7 17:49:10 ---> dc917c8240b5 17:49:10 ---> a3f5bdd193e7 17:49:10 Step 21/23 : LABEL arch=arm64 17:49:10 Step 19/21 : LABEL arch=arm64 17:49:11 ---> c0f657161b4f 17:49:11 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:49:12 ---> Running in b6fe946861d4 17:49:12 ---> Running in b3b2c9fd0f52 17:49:12 ---> Running in b57269f4ad86 17:49:14 Removing intermediate container b3b2c9fd0f52 17:49:14 ---> 0edda37a7a11 17:49:14 Step 22/23 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:49:14 Removing intermediate container b6fe946861d4 17:49:14 ---> 9ee287ce43c1 17:49:14 Step 20/21 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:49:14 ---> Running in 011487b982ec 17:49:14 ---> Running in 0c898025162b 17:49:15 Removing intermediate container 011487b982ec 17:49:15 ---> 2c567be51572 17:49:15 Step 23/23 : LABEL version=0.0.0 17:49:15 Removing intermediate container 0c898025162b 17:49:15 ---> 44eb75c12fca 17:49:15 Step 21/21 : LABEL version=0.0.0 17:49:15 ---> Running in dbd9dd260bef 17:49:15 ---> Running in 3d49064e4c7c 17:49:17 Removing intermediate container dbd9dd260bef 17:49:17 ---> 473a76497dc4 17:49:17 17:49:17 Removing intermediate container 3d49064e4c7c 17:49:17 ---> 57661ba265b7 17:49:17 17:49:17 Successfully built 57661ba265b7 17:49:17 Successfully built 473a76497dc4 17:49:18 Successfully tagged docker-core-metadata-go-arm64:latest 17:49:18 Successfully tagged docker-support-notifications-go-arm64:latest 17:49:18  Building docker-core-metadata-go ... done Building docker-core-command-go 17:49:18  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 17:49:18 Removing intermediate container b57269f4ad86 17:49:18 ---> b0a683c5ec7d 17:49:18 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 17:49:19 ---> Running in 0048deeb6922 17:49:19 Removing intermediate container 0048deeb6922 17:49:19 ---> 2a424d81ba0d 17:49:19 Step 24/26 : LABEL arch=arm64 17:49:20 ---> Running in 9d48d39733eb 17:49:20 Removing intermediate container 9d48d39733eb 17:49:20 ---> 7c12d41e22d8 17:49:20 Step 25/26 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:49:20 ---> Running in 49de07c4efa8 17:49:22 Removing intermediate container 49de07c4efa8 17:49:22 ---> 20435a0d2058 17:49:22 Step 26/26 : LABEL version=0.0.0 17:49:22 ---> Running in 644dd20d0597 17:49:23 Removing intermediate container 644dd20d0597 17:49:23 ---> 525b727aaca5 17:49:23 17:49:23 Successfully built 525b727aaca5 17:49:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:49:23  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 17:50:20 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:50:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:50:20 ---> ae8707223463 17:50:20 Step 3/21 : WORKDIR /edgex-go 17:50:20 ---> Using cache 17:50:20 ---> 54bb56db83ef 17:50:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:50:20 ---> Using cache 17:50:20 ---> 5176519f31fc 17:50:20 Step 5/21 : RUN apk update && apk add make && apk add bash git 17:50:22 ---> Running in 37b5fd8b6972 17:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:50:25 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:50:25 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:50:25 OK: 12620 distinct packages available 17:50:26 OK: 217 MiB in 51 packages 17:50:27 OK: 217 MiB in 51 packages 17:50:28 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 17:50:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:50:28 ---> ae8707223463 17:50:28 Step 3/22 : WORKDIR /edgex-go 17:50:28 ---> Using cache 17:50:28 ---> 54bb56db83ef 17:50:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:50:28 ---> Using cache 17:50:28 ---> 5176519f31fc 17:50:28 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 17:50:29 ---> Running in cc43c91038fa 17:50:31 Removing intermediate container 37b5fd8b6972 17:50:31 ---> 05a6693511a7 17:50:31 Step 6/21 : COPY go.mod . 17:50:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:50:32 ---> e80587947f90 17:50:32 Step 7/21 : RUN go mod download 17:50:32 ---> Running in e30e850fdc5f 17:50:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:50:33 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:50:33 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:50:33 OK: 12620 distinct packages available 17:50:34 OK: 217 MiB in 51 packages 17:50:36 Removing intermediate container cc43c91038fa 17:50:36 ---> f552c86da84c 17:50:36 Step 6/22 : COPY go.mod . 17:50:37 Removing intermediate container e30e850fdc5f 17:50:37 ---> 94eb6fca35c2 17:50:37 Step 8/21 : COPY . . 17:50:37 ---> 80071cae6861 17:50:37 Step 7/22 : RUN go mod download 17:50:38 ---> Running in ebfea5e04258 17:50:41 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:50:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:50:41 ---> ae8707223463 17:50:41 Step 3/21 : WORKDIR /edgex-go 17:50:41 ---> Using cache 17:50:41 ---> 54bb56db83ef 17:50:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:50:41 ---> Using cache 17:50:41 ---> 5176519f31fc 17:50:41 Step 5/21 : RUN apk update && apk add make git 17:50:41 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 17:50:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:50:42 ---> ae8707223463 17:50:42 Step 3/26 : WORKDIR /edgex-go 17:50:42 ---> Using cache 17:50:42 ---> 54bb56db83ef 17:50:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:50:42 ---> Using cache 17:50:42 ---> 5176519f31fc 17:50:42 Step 5/26 : RUN apk update && apk add make bash git 17:50:42 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 17:50:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:50:42 ---> ae8707223463 17:50:42 Step 3/20 : WORKDIR /edgex-go 17:50:42 ---> Using cache 17:50:42 ---> 54bb56db83ef 17:50:42 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:50:42 ---> Using cache 17:50:42 ---> 5176519f31fc 17:50:42 Step 5/20 : RUN apk update && apk add make git 17:50:44 ---> Running in 02788e8fbe92 17:50:44 ---> Running in 550ae295ff55 17:50:44 ---> Running in 4586df5e9731 17:50:44 Removing intermediate container ebfea5e04258 17:50:44 ---> 87c393bd57be 17:50:44 Step 8/22 : COPY . . 17:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:50:48 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:50:48 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:50:48 OK: 12620 distinct packages available 17:50:48 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:50:48 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:50:48 OK: 12620 distinct packages available 17:50:48 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 17:50:48 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:50:48 OK: 12620 distinct packages available 17:50:49 OK: 217 MiB in 51 packages 17:50:49 OK: 217 MiB in 51 packages 17:50:49 OK: 217 MiB in 51 packages 17:50:56 Removing intermediate container 550ae295ff55 17:50:56 ---> a01488dd53cc 17:50:56 Step 6/20 : COPY go.mod . 17:50:56 Removing intermediate container 4586df5e9731 17:50:56 ---> 7372e7db62b1 17:50:56 Step 6/21 : COPY go.mod . 17:50:56 Removing intermediate container 02788e8fbe92 17:50:56 ---> 4c1d66df515d 17:50:56 Step 6/26 : COPY go.mod . 17:50:57 ---> 22c00c52105e 17:50:57 Step 7/21 : RUN go mod download 17:50:57 ---> fdd74ecd0f4a 17:50:57 Step 7/20 : RUN go mod download 17:50:57 ---> 89941a8e3492 17:50:57 Step 7/26 : RUN go mod download 17:50:57 ---> Running in d5c11d10e7d4 17:50:57 ---> Running in 188ca15d0040 17:50:58 ---> Running in a37627a61928 17:50:59 ---> 072e007aa12d 17:50:59 Step 9/21 : RUN make cmd/support-logging/support-logging 17:50:59 ---> Running in 5526e3d2a177 17:51:02 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 17:51:03 Removing intermediate container d5c11d10e7d4 17:51:03 ---> 2ded140b337f 17:51:03 Step 8/21 : COPY . . 17:51:04 Removing intermediate container 188ca15d0040 17:51:04 ---> c0474b25a78d 17:51:04 Step 8/20 : COPY . . 17:51:04 Removing intermediate container a37627a61928 17:51:04 ---> 318db832bd39 17:51:04 Step 8/26 : COPY . . 17:51:13 ---> a23d2086dac3 17:51:13 Step 9/22 : RUN make cmd/core-data/core-data 17:51:15 ---> Running in a249957f4af3 17:51:17 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 17:51:50 ---> de977845649e 17:51:50 Step 9/21 : RUN make cmd/core-command/core-command 17:51:50 ---> Running in afeaeca78886 17:51:50 ---> cdcd38ec3c20 17:51:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:51:50 ---> 2c7d6dd29a69 17:51:50 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 17:51:50 ---> Running in 01398e4c2ea7 17:51:50 ---> Running in c1766a997b21 17:51:50 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 17:51:50 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 17:51:50 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 17:52:05 Removing intermediate container 5526e3d2a177 17:52:05 ---> 540d741522de 17:52:05 17:52:05 Step 10/21 : FROM scratch 17:52:05 ---> 17:52:05 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:52:05 ---> Using cache 17:52:05 ---> 582b44584dd9 17:52:05 Step 12/21 : ENV APP_PORT=48061 17:52:05 ---> Running in e647405c1da5 17:52:05 Removing intermediate container e647405c1da5 17:52:05 ---> 63f35cc8bac6 17:52:05 Step 13/21 : EXPOSE $APP_PORT 17:52:05 ---> Running in 2986e74d84e5 17:52:05 Removing intermediate container 2986e74d84e5 17:52:05 ---> 6e1cab89ac51 17:52:05 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 17:52:06 ---> 293cc53f6e33 17:52:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 17:52:07 ---> ceabaf4ab81c 17:52:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 17:52:08 ---> 999e7fe7580f 17:52:08 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 17:52:09 ---> cb0a1e3dbbc0 17:52:09 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:52:10 ---> Running in 5f49548cdd03 17:52:10 Removing intermediate container 5f49548cdd03 17:52:10 ---> 8343e2d3e3fd 17:52:10 Step 19/21 : LABEL arch=arm64 17:52:10 ---> Running in 2934e8724e0d 17:52:11 Removing intermediate container 2934e8724e0d 17:52:11 ---> 922466f5b20f 17:52:11 Step 20/21 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:52:11 ---> Running in 1900dbf196c8 17:52:12 Removing intermediate container 1900dbf196c8 17:52:12 ---> 77f85742ce74 17:52:12 Step 21/21 : LABEL version=0.0.0 17:52:12 ---> Running in d2fde13fd474 17:52:12 Removing intermediate container d2fde13fd474 17:52:12 ---> 8d7d23de7704 17:52:12 17:52:13 Successfully built 8d7d23de7704 17:52:13 Successfully tagged docker-support-logging-go-arm64:latest 17:53:10  Building docker-support-logging-go ... done Removing intermediate container c1766a997b21 17:53:10 ---> ffb917948abc 17:53:10 17:53:10 Step 10/20 : FROM alpine 17:53:10 ---> 62ee0e9f8440 17:53:10 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 17:53:10 ---> Running in b14c33891a09 17:53:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:53:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:53:10 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:53:10 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:53:10 OK: 12620 distinct packages available 17:53:10 (1/4) Installing ca-certificates (20191127-r4) 17:53:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:53:10 (3/4) Installing libcurl (7.69.1-r0) 17:53:10 (4/4) Installing curl (7.69.1-r0) 17:53:10 Executing busybox-1.31.1-r16.trigger 17:53:10 Executing ca-certificates-20191127-r4.trigger 17:53:10 OK: 7 MiB in 18 packages 17:53:10 Removing intermediate container a249957f4af3 17:53:10 ---> cf2e1680b74b 17:53:10 17:53:10 Step 10/22 : FROM alpine 17:53:10 ---> 62ee0e9f8440 17:53:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:53:10 Removing intermediate container 01398e4c2ea7 17:53:10 ---> cadb97b7f3df 17:53:10 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:53:10 ---> Running in 3f25b2d65f72 17:53:10 ---> Running in f26b2aef5294 17:53:10 Removing intermediate container b14c33891a09 17:53:10 ---> 8bb9e7344807 17:53:10 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:53:10 Removing intermediate container 3f25b2d65f72 17:53:10 ---> 39c8126bf881 17:53:10 Step 12/22 : ENV APP_PORT=48080 17:53:10 ---> Running in f1aa0aaca0e3 17:53:10 ---> Running in 46e927cef53b 17:53:11 Removing intermediate container f1aa0aaca0e3 17:53:11 ---> a24383e75d3f 17:53:11 Step 13/20 : WORKDIR /edgex 17:53:11 ---> Running in 45623e00b91a 17:53:11 Removing intermediate container 46e927cef53b 17:53:11 ---> 5d8bc81fb94d 17:53:11 Step 13/22 : EXPOSE $APP_PORT 17:53:11 ---> Running in 83dbf416cb69 17:53:12 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 17:53:12 Removing intermediate container 45623e00b91a 17:53:12 ---> a264d30ef1b4 17:53:12 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:53:12 Removing intermediate container 83dbf416cb69 17:53:12 ---> 567bf49c7c49 17:53:12 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:53:12 ---> Running in a298897a2a3f 17:53:13 ---> e010f8e01d00 17:53:13 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:53:14 ---> 41c4af9419b1 17:53:14 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:53:15 ---> Running in 3f06bd8ead0c 17:53:16 Removing intermediate container 3f06bd8ead0c 17:53:16 ---> 1bfa94860b63 17:53:16 Step 17/20 : CMD ["--init=true"] 17:53:16 ---> Running in 1fd687ed880b 17:53:16 Removing intermediate container a298897a2a3f 17:53:16 ---> 63145c543cba 17:53:16 Step 15/22 : RUN apk --no-cache add zeromq 17:53:16 Removing intermediate container f26b2aef5294 17:53:16 ---> fbb00fece584 17:53:16 17:53:16 Step 11/26 : FROM docker:latest 17:53:16 ---> ce9d55ae87f1 17:53:16 Step 12/26 : RUN apk add --no-cache bash 17:53:16 ---> Running in 41c6a65bebc6 17:53:16 Removing intermediate container 1fd687ed880b 17:53:16 ---> b289a1255350 17:53:16 Step 18/20 : LABEL arch=arm64 17:53:17 ---> Running in d67578faa76e 17:53:17 ---> Running in c6ef01fe127f 17:53:17 Removing intermediate container afeaeca78886 17:53:17 ---> a17df7ef112c 17:53:17 17:53:17 Step 10/21 : FROM scratch 17:53:17 ---> 17:53:17 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:53:18 ---> Using cache 17:53:18 ---> b9dff9463a2a 17:53:18 Step 12/21 : ENV APP_PORT=48082 17:53:18 Removing intermediate container c6ef01fe127f 17:53:18 ---> db82e500d8df 17:53:18 Step 19/20 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:53:18 ---> Running in c66e4fb1aff6 17:53:18 ---> Running in 6b9838c67622 17:53:18 Removing intermediate container c66e4fb1aff6 17:53:18 ---> 384771a31dc7 17:53:18 Step 13/21 : EXPOSE $APP_PORT 17:53:18 Removing intermediate container 6b9838c67622 17:53:18 ---> 9286c7beeb63 17:53:18 Step 20/20 : LABEL version=0.0.0 17:53:18 ---> Running in 21ac95168ec8 17:53:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:53:19 ---> Running in 65c41abfbf2f 17:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:53:19 Removing intermediate container 21ac95168ec8 17:53:19 ---> 10833c282285 17:53:19 Step 14/21 : WORKDIR / 17:53:19 ---> Running in beb512cd4936 17:53:19 Removing intermediate container 65c41abfbf2f 17:53:19 ---> ccae70304429 17:53:19 17:53:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:53:19 (1/2) Installing readline (8.0.4-r0) 17:53:19 (2/2) Installing bash (5.0.17-r0) 17:53:19 Executing bash-5.0.17-r0.post-install 17:53:19 Executing busybox-1.31.1-r16.trigger 17:53:19 OK: 12 MiB in 22 packages 17:53:20 Successfully built ccae70304429 17:53:20 Removing intermediate container beb512cd4936 17:53:20 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:53:20  Building docker-security-proxy-setup-go ... done  ---> 2a15918834f1 17:53:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 17:53:20 (1/5) Installing libgcc (9.3.0-r2) 17:53:20 (2/5) Installing libsodium (1.0.18-r0) 17:53:20 (3/5) Installing libstdc++ (9.3.0-r2) 17:53:21 (4/5) Installing libzmq (4.3.2-r0) 17:53:21 ---> 7be96788fb4a 17:53:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:53:21 (5/5) Installing zeromq (4.3.2-r0) 17:53:21 Executing busybox-1.31.1-r16.trigger 17:53:21 OK: 8 MiB in 19 packages 17:53:21 Removing intermediate container d67578faa76e 17:53:21 ---> 6255d4d22036 17:53:21 Step 13/26 : RUN rm -rf /var/cache/apk/* 17:53:21 ---> Running in d7885680bab2 17:53:22 ---> 9a32a9660524 17:53:22 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:53:22 Removing intermediate container 41c6a65bebc6 17:53:22 ---> 79cd67724d1c 17:53:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 17:53:23 ---> ceb83fb017b0 17:53:23 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:53:23 ---> Running in 6b2744500336 17:53:23 ---> 1fb741c5823c 17:53:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:53:23 Removing intermediate container 6b2744500336 17:53:23 ---> 5414a275d788 17:53:23 Step 19/21 : LABEL arch=arm64 17:53:24 ---> Running in 95f8b825af73 17:53:24 Removing intermediate container 95f8b825af73 17:53:24 Removing intermediate container d7885680bab2 17:53:24 ---> 60228cda3989 17:53:24 ---> b9cb8a1961f4 17:53:24 Step 20/21 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:53:24 17:53:24 ---> e7fdf1efbdd2 17:53:24 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:53:24 ---> Running in 8eb92a636b1c 17:53:24 ---> Running in 767a334ddc52 17:53:25 Removing intermediate container 767a334ddc52 17:53:25 ---> 5ba727a8ca13 17:53:25 Step 21/21 : LABEL version=0.0.0 17:53:25 Removing intermediate container 8eb92a636b1c 17:53:25 ---> 08939a109442 17:53:25 Step 15/26 : ENV APP_PORT=48090 17:53:25 ---> Running in ced3bdf58c84 17:53:25 ---> Running in 84f6540f7752 17:53:25 ---> 7db1c48f043f 17:53:25 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:53:25 ---> Running in d86b4213153f 17:53:26 Removing intermediate container 84f6540f7752 17:53:26 ---> 1a1b6495c9c3 17:53:26 Step 16/26 : EXPOSE $APP_PORT 17:53:26 Removing intermediate container ced3bdf58c84 17:53:26 ---> 14d795b69a69 17:53:26 17:53:26 Removing intermediate container d86b4213153f 17:53:26 ---> 1532544e1f59 17:53:26 Step 20/22 : LABEL arch=arm64 17:53:26 ---> Running in 6c40bfed201b 17:53:26 ---> Running in e5bb896af43b 17:53:26 Successfully built 14d795b69a69 17:53:26 Successfully tagged docker-core-command-go-arm64:latest 17:53:26  Building docker-core-command-go ... done Removing intermediate container 6c40bfed201b 17:53:26 ---> f72bdc071d1d 17:53:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:53:27 Removing intermediate container e5bb896af43b 17:53:27 ---> 7db421bdd9e0 17:53:27 Step 21/22 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:53:27 ---> Running in 1fbe2db532ed 17:53:28 Removing intermediate container 1fbe2db532ed 17:53:28 ---> 0fe825b64305 17:53:28 Step 22/22 : LABEL version=0.0.0 17:53:28 ---> d933e0cac85f 17:53:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:53:28 ---> Running in daa0365a547d 17:53:28 Removing intermediate container daa0365a547d 17:53:28 ---> d1712a7078df 17:53:28 17:53:29 Successfully built d1712a7078df 17:53:29 ---> c1eb7c7b7f5c 17:53:29 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:53:29 Successfully tagged docker-core-data-go-arm64:latest 17:53:30  Building docker-core-data-go ... done  ---> b9af99be1120 17:53:30 Step 20/26 : RUN apk --no-cache add py-pip 17:53:30 ---> Running in 951f542d557d 17:53:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:53:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:53:32 (1/33) Installing libbz2 (1.0.8-r1) 17:53:32 (2/33) Installing expat (2.2.9-r1) 17:53:32 (3/33) Installing libffi (3.3-r2) 17:53:32 (4/33) Installing gdbm (1.13-r1) 17:53:32 (5/33) Installing xz-libs (5.2.5-r0) 17:53:32 (6/33) Installing sqlite-libs (3.32.1-r0) 17:53:32 (7/33) Installing python3 (3.8.5-r0) 17:53:34 (8/33) Installing py3-appdirs (1.4.4-r1) 17:53:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:53:34 (10/33) Installing py3-parsing (2.4.7-r0) 17:53:34 (11/33) Installing py3-six (1.15.0-r0) 17:53:34 (12/33) Installing py3-packaging (20.4-r0) 17:53:34 (13/33) Installing py3-setuptools (47.0.0-r0) 17:53:34 (14/33) Installing py3-chardet (3.0.4-r4) 17:53:34 (15/33) Installing py3-idna (2.9-r0) 17:53:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:53:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:53:34 (18/33) Installing py3-requests (2.23.0-r0) 17:53:34 (19/33) Installing py3-msgpack (1.0.0-r0) 17:53:34 (20/33) Installing py3-lockfile (0.12.2-r3) 17:53:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:53:34 (22/33) Installing py3-colorama (0.4.3-r0) 17:53:34 (23/33) Installing py3-distlib (0.3.0-r0) 17:53:34 (24/33) Installing py3-distro (1.5.0-r1) 17:53:34 (25/33) Installing py3-webencodings (0.5.1-r3) 17:53:34 (26/33) Installing py3-html5lib (1.0.1-r4) 17:53:34 (27/33) Installing py3-pytoml (0.1.21-r0) 17:53:34 (28/33) Installing py3-pep517 (0.8.2-r0) 17:53:34 (29/33) Installing py3-progress (1.5-r0) 17:53:34 (30/33) Installing py3-toml (0.10.1-r0) 17:53:34 (31/33) Installing py3-retrying (1.3.3-r0) 17:53:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:53:34 (33/33) Installing py3-pip (20.1.1-r0) 17:53:35 Executing busybox-1.31.1-r16.trigger 17:53:35 OK: 71 MiB in 55 packages 17:53:41 Removing intermediate container 951f542d557d 17:53:41 ---> 502a43fba163 17:53:41 Step 21/26 : RUN pip install docker-compose==1.23.2 17:53:42 ---> Running in 844af8a91a62 17:53:48 Collecting docker-compose==1.23.2 17:53:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:53:48 Collecting docopt<0.7,>=0.6.1 17:53:49 Downloading docopt-0.6.2.tar.gz (25 kB) 17:53:51 Collecting dockerpty<0.5,>=0.4.1 17:53:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:53:54 Collecting PyYAML<4,>=3.10 17:53:54 Downloading PyYAML-3.13.tar.gz (270 kB) 17:53:57 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:53:57 Collecting cached-property<2,>=1.2.0 17:53:57 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 17:53:58 Collecting texttable<0.10,>=0.9.0 17:53:58 Downloading texttable-0.9.1.tar.gz (11 kB) 17:54:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:54:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:54:02 Collecting websocket-client<1.0,>=0.32.0 17:54:02 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:54:03 Collecting jsonschema<3,>=2.5.1 17:54:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:54:04 Collecting docker<4.0,>=3.6.0 17:54:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:54:04 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) 17:54:04 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) 17:54:04 Collecting idna<2.8,>=2.5 17:54:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:54:05 Collecting urllib3<1.25,>=1.21.1 17:54:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:54:06 Collecting docker-pycreds>=0.4.0 17:54:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:54:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:54:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:54:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:54:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:54:07 Installing collected packages: docopt, dockerpty, PyYAML, cached-property, texttable, idna, urllib3, requests, websocket-client, jsonschema, docker-pycreds, docker, docker-compose 17:54:07 Running setup.py install for docopt: started 17:54:10 Running setup.py install for docopt: finished with status 'done' 17:54:10 Running setup.py install for dockerpty: started 17:54:12 Running setup.py install for dockerpty: finished with status 'done' 17:54:12 Running setup.py install for PyYAML: started 17:54:14 Running setup.py install for PyYAML: finished with status 'done' 17:54:14 Running setup.py install for texttable: started 17:54:17 Running setup.py install for texttable: finished with status 'done' 17:54:17 Attempting uninstall: idna 17:54:17 Found existing installation: idna 2.9 17:54:17 Uninstalling idna-2.9: 17:54:17 Successfully uninstalled idna-2.9 17:54:17 Attempting uninstall: urllib3 17:54:17 Found existing installation: urllib3 1.25.9 17:54:17 Uninstalling urllib3-1.25.9: 17:54:18 Successfully uninstalled urllib3-1.25.9 17:54:18 Attempting uninstall: requests 17:54:18 Found existing installation: requests 2.23.0 17:54:18 Uninstalling requests-2.23.0: 17:54:18 Successfully uninstalled requests-2.23.0 17:54:22 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 17:54:25 Removing intermediate container 844af8a91a62 17:54:25 ---> 4f06428272d2 17:54:25 Step 22/26 : RUN apk --no-cache add curl 17:54:25 ---> Running in 5dde6dfe266b 17:54:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:54:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:54:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:54:27 (2/3) Installing libcurl (7.69.1-r0) 17:54:27 (3/3) Installing curl (7.69.1-r0) 17:54:27 Executing busybox-1.31.1-r16.trigger 17:54:27 OK: 71 MiB in 58 packages 17:54:29 Removing intermediate container 5dde6dfe266b 17:54:29 ---> 12db5512b316 17:54:29 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 17:54:29 ---> Running in 0cb4b0d020ee 17:54:29 Removing intermediate container 0cb4b0d020ee 17:54:29 ---> 940396735e27 17:54:29 Step 24/26 : LABEL arch=arm64 17:54:29 ---> Running in 84a536eafa85 17:54:30 Removing intermediate container 84a536eafa85 17:54:30 ---> da92357d4b1d 17:54:30 Step 25/26 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 17:54:30 ---> Running in 32e9dd3f7d70 17:54:31 Removing intermediate container 32e9dd3f7d70 17:54:31 ---> f5870431e621 17:54:31 Step 26/26 : LABEL version=0.0.0 17:54:31 ---> Running in 29e10d654fc8 17:54:31 Removing intermediate container 29e10d654fc8 17:54:31 ---> 0d7668c1240e 17:54:31 17:54:32 Successfully built 0d7668c1240e 17:54:32 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:54:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:54:32 $ docker stop --time=1 d80585e2383688a6a259f242b7d693cc45d11f721a2d71af0a1b0dac060bb249 17:54:34 $ docker rm -f d80585e2383688a6a259f242b7d693cc45d11f721a2d71af0a1b0dac060bb249 [Pipeline] // withDockerContainer [Pipeline] sh 17:54:35 + docker images 17:54:35 + grep docker 17:54:35 docker-sys-mgmt-agent-go-arm64 latest 0d7668c1240e 4 seconds ago 266MB 17:54:35 docker-core-data-go-arm64 latest d1712a7078df About a minute ago 22.6MB 17:54:35 docker-core-command-go-arm64 latest 14d795b69a69 About a minute ago 12.4MB 17:54:35 docker-security-proxy-setup-go-arm64 latest ccae70304429 About a minute ago 15.8MB 17:54:35 docker-support-logging-go-arm64 latest 8d7d23de7704 2 minutes ago 11.4MB 17:54:35 docker-security-secretstore-setup-go-arm64 latest 525b727aaca5 5 minutes ago 32.6MB 17:54:35 docker-core-metadata-go-arm64 latest 57661ba265b7 5 minutes ago 13.8MB 17:54:35 docker-support-notifications-go-arm64 latest 473a76497dc4 5 minutes ago 13.9MB 17:54:35 docker-support-scheduler-go-arm64 latest ea2117228863 5 minutes ago 12.6MB 17:54:35 docker-security-secrets-setup-go-arm64 latest 618939d9aaf9 5 minutes ago 24.2MB 17:54:35 docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:54:37 provisioning config files... 17:54:37 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2408059992955274542tmp [Pipeline] { [Pipeline] sh 17:54:37 + curl -s https://codecov.io/bash 17:54:37 + bash -s - -t @/w/workspace/edgex-go/2@tmp/config2408059992955274542tmp [Pipeline] } 17:54:38 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 17:54:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:54:40 ---> package-listing.sh 17:54:40 ++ facter osfamily 17:54:40 ++ tr '[:upper:]' '[:lower:]' 17:54:41 + OS_FAMILY=redhat 17:54:41 + workspace=/w/workspace/edgex-go/2 17:54:41 + START_PACKAGES=/tmp/packages_start.txt 17:54:41 + END_PACKAGES=/tmp/packages_end.txt 17:54:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:54:41 + PACKAGES=/tmp/packages_start.txt 17:54:41 + '[' /w/workspace/edgex-go/2 ']' 17:54:41 + PACKAGES=/tmp/packages_end.txt 17:54:41 + case "${OS_FAMILY}" in 17:54:41 + sort 17:54:41 + rpm -qa 17:54:46 + '[' -f /tmp/packages_start.txt ']' 17:54:46 + '[' -f /tmp/packages_end.txt ']' 17:54:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:54:46 + '[' /w/workspace/edgex-go/2 ']' 17:54:46 + mkdir -p /w/workspace/edgex-go/2/archives/ 17:54:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] isUnix [Pipeline] sh 17:54:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:54:47 17:54:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:54:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:54:48 alpine: Pulling from edgex-lftools-log-publisher 17:54:48 c9b1b535fdd9: Pulling fs layer 17:54:48 2cc5ad85d9ab: Pulling fs layer 17:54:48 756a868c4378: Pulling fs layer 17:54:48 444b2fc9a129: Pulling fs layer 17:54:48 444b2fc9a129: Waiting 17:54:48 ea15f1150254: Pulling fs layer 17:54:48 41b27a9f41bf: Pulling fs layer 17:54:48 28c525ee5125: Pulling fs layer 17:54:48 094b1ea09ed8: Pulling fs layer 17:54:48 138eaada9080: Pulling fs layer 17:54:48 0622d0fa9048: Pulling fs layer 17:54:48 ea15f1150254: Waiting 17:54:48 41b27a9f41bf: Waiting 17:54:48 28c525ee5125: Waiting 17:54:48 094b1ea09ed8: Waiting 17:54:48 138eaada9080: Waiting 17:54:48 0622d0fa9048: Waiting 17:54:48 2cc5ad85d9ab: Verifying Checksum 17:54:48 2cc5ad85d9ab: Download complete 17:54:48 444b2fc9a129: Verifying Checksum 17:54:48 444b2fc9a129: Download complete 17:54:48 c9b1b535fdd9: Verifying Checksum 17:54:48 c9b1b535fdd9: Download complete 17:54:48 ea15f1150254: Verifying Checksum 17:54:48 ea15f1150254: Download complete 17:54:48 28c525ee5125: Verifying Checksum 17:54:48 28c525ee5125: Download complete 17:54:49 756a868c4378: Verifying Checksum 17:54:49 756a868c4378: Download complete 17:54:49 c9b1b535fdd9: Pull complete 17:54:50 2cc5ad85d9ab: Pull complete 17:54:50 138eaada9080: Verifying Checksum 17:54:50 138eaada9080: Download complete 17:54:50 094b1ea09ed8: Verifying Checksum 17:54:50 094b1ea09ed8: Download complete 17:54:50 0622d0fa9048: Verifying Checksum 17:54:50 0622d0fa9048: Download complete 17:54:51 41b27a9f41bf: Verifying Checksum 17:54:51 41b27a9f41bf: Download complete 17:54:53 756a868c4378: Pull complete 17:54:54 444b2fc9a129: Pull complete 17:54:54 ea15f1150254: Pull complete 17:55:01 41b27a9f41bf: Pull complete 17:55:01 28c525ee5125: Pull complete 17:55:08 094b1ea09ed8: Pull complete 17:55:08 138eaada9080: Pull complete 17:55:08 0622d0fa9048: Pull complete 17:55:08 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 17:55:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:55:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:55:09 prd-centos7-docker-4c-2g-885 does not seem to be running inside a container 17:55:09 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:55:13 $ docker top 7acd54e50b86f271d9d2ccdf054a8abe0ef956a572f7a7f87a63481a381e7eb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:55:14 provisioning config files... 17:55:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config220697825959774168tmp [Pipeline] { [Pipeline] echo 17:55:14 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:55:14 ---> create-netrc.sh [Pipeline] echo 17:55:14 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:55:14 ---> logs-deploy.sh 17:55:14 + ARCHIVE_ARTIFACTS= 17:55:14 + LOGS_SERVER=https://logs.edgexfoundry.org 17:55:14 + '[' https://logs.edgexfoundry.org == None ']' 17:55:14 + NEXUS_URL=https://nexus.edgexfoundry.org 17:55:14 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2641/2 17:55:14 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2641/2/ 17:55:14 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2641/2 /w/workspace/edgex-go/2 17:55:16 Archives upload complete. 17:55:16 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2641/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2641/2/