Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 24fe4be10d7a1552c86e1c1b8276c694f532d3a6+9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 (b4ca4bb4304cbac374e2ada4ec877a91e855f604) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1659 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 Merge succeeded, producing df9404b267e3d4051e1228b402954b4cff0090a2 Checking out Revision df9404b267e3d4051e1228b402954b4cff0090a2 (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df9404b267e3d4051e1228b402954b4cff0090a2 # timeout=10 Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:32 ========================================================= 04:30:32 EdgeX Global Pipelines Version Info 04:30:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:30:34 ------------------- 04:30:34 stable info: 04:30:34 ------------------- 04:30:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:34 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:30:34 Message: update stable to v1.0.106 > git rev-list --no-walk fce16038f03eda102e52e13461e64f8b593b6edc # timeout=10 04:30:35 ------------------- 04:30:35 experimental info: 04:30:35 ------------------- 04:30:35 Commited By: **** collab-it+edgex@linuxfoundation.org 04:30:35 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:30:35 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:30:36 ++ 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 04:30:36 + for file in '`ls cmd/**/Dockerfile`' 04:30:36 ++ dirname cmd/core-command/Dockerfile 04:30:36 ++ cut -d/ -f2 04:30:36 + echo core-command,cmd/core-command/Dockerfile 04:30:36 + for file in '`ls cmd/**/Dockerfile`' 04:30:36 ++ dirname cmd/core-data/Dockerfile 04:30:36 ++ cut -d/ -f2 04:30:36 + echo core-data,cmd/core-data/Dockerfile 04:30:36 + for file in '`ls cmd/**/Dockerfile`' 04:30:36 ++ dirname cmd/core-metadata/Dockerfile 04:30:36 ++ cut -d/ -f2 04:30:36 + echo core-metadata,cmd/core-metadata/Dockerfile 04:30:36 + for file in '`ls cmd/**/Dockerfile`' 04:30:36 ++ dirname cmd/security-proxy-setup/Dockerfile 04:30:36 ++ cut -d/ -f2 04:30:36 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:30:36 + for file in '`ls cmd/**/Dockerfile`' 04:30:36 ++ dirname cmd/security-secrets-setup/Dockerfile 04:30:36 ++ cut -d/ -f2 04:30:36 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:30:36 + for file in '`ls cmd/**/Dockerfile`' 04:30:36 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:30:36 ++ cut -d/ -f2 04:30:36 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:30:36 + for file in '`ls cmd/**/Dockerfile`' 04:30:36 ++ dirname cmd/support-logging/Dockerfile 04:30:36 ++ cut -d/ -f2 04:30:36 + echo support-logging,cmd/support-logging/Dockerfile 04:30:36 + for file in '`ls cmd/**/Dockerfile`' 04:30:36 ++ dirname cmd/support-notifications/Dockerfile 04:30:36 ++ cut -d/ -f2 04:30:36 + echo support-notifications,cmd/support-notifications/Dockerfile 04:30:36 + for file in '`ls cmd/**/Dockerfile`' 04:30:36 ++ dirname cmd/support-scheduler/Dockerfile 04:30:36 ++ cut -d/ -f2 04:30:36 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:30:36 + for file in '`ls cmd/**/Dockerfile`' 04:30:36 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:30:36 ++ cut -d/ -f2 04:30:36 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:30:36 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 04:30:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:37 04:30:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:38 latest: Pulling from edgex-devops/git-semver 04:30:38 31603596830f: Pulling fs layer 04:30:38 2a8b12db71e7: Pulling fs layer 04:30:38 6ca5941a6612: Pulling fs layer 04:30:38 ecc8261a40a4: Pulling fs layer 04:30:38 ecc8261a40a4: Waiting 04:30:38 2a8b12db71e7: Verifying Checksum 04:30:38 2a8b12db71e7: Download complete 04:30:38 31603596830f: Verifying Checksum 04:30:38 31603596830f: Download complete 04:30:38 ecc8261a40a4: Verifying Checksum 04:30:38 ecc8261a40a4: Download complete 04:30:38 6ca5941a6612: Verifying Checksum 04:30:38 6ca5941a6612: Download complete 04:30:38 31603596830f: Pull complete 04:30:38 2a8b12db71e7: Pull complete 04:30:39 6ca5941a6612: Pull complete 04:30:39 ecc8261a40a4: Pull complete 04:30:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:30:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:30:39 prd-centos7-docker-4c-2g-1659 does not seem to be running inside a container 04:30:39 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 04:30:41 $ docker top ace7b65ad66961e47e36862327e9d64583fec4ed606f65511abb2e926c244e62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:42 [ssh-agent] Looking for ssh-agent implementation... 04:30:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:42 $ docker exec ace7b65ad66961e47e36862327e9d64583fec4ed606f65511abb2e926c244e62 ssh-agent 04:30:42 SSH_AUTH_SOCK=/tmp/ssh-VnBpeyCWfEXm/agent.11 04:30:42 SSH_AGENT_PID=16 04:30:42 Running ssh-add (command line suppressed) 04:30:42 Identity added: /w/workspace/edgex-go/10@tmp/private_key_7409349308419701435.key (/w/workspace/edgex-go/10@tmp/private_key_7409349308419701435.key) 04:30:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:43 + git describe --exact-match --tags HEAD 04:30:43 fatal: No names found, cannot describe anything. [Pipeline] } 04:30:43 $ docker exec --env ******** --env ******** ace7b65ad66961e47e36862327e9d64583fec4ed606f65511abb2e926c244e62 ssh-agent -k 04:30:43 unset SSH_AUTH_SOCK; 04:30:43 unset SSH_AGENT_PID; 04:30:43 echo Agent pid 16 killed; 04:30:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:30:43 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:30:43 This usually means this commit has not been tagged. [Pipeline] sshagent 04:30:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:43 [ssh-agent] Looking for ssh-agent implementation... 04:30:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:43 $ docker exec ace7b65ad66961e47e36862327e9d64583fec4ed606f65511abb2e926c244e62 ssh-agent 04:30:43 SSH_AUTH_SOCK=/tmp/ssh-ZHUcrunMFrz8/agent.45 04:30:43 SSH_AGENT_PID=50 04:30:43 Running ssh-add (command line suppressed) 04:30:43 Identity added: /w/workspace/edgex-go/10@tmp/private_key_3913355077210270871.key (/w/workspace/edgex-go/10@tmp/private_key_3913355077210270871.key) 04:30:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:44 + git semver init 04:30:44 # -> Open(): unable to determine branch for HEAD 04:30:44 # $GIT_DIR = /w/workspace/edgex-go/10/.git 04:30:44 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 04:30:44 # $SEMVER_REMOTE_NAME = origin 04:30:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:30:44 # $SEMVER_USER_NAME = edgex-jenkins 04:30:44 # $SEMVER_BRANCH = PR-2625 04:30:44 # $SEMVER_TEMP = /tmp/semver-989271397 04:30:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:31:10 # '/tmp/semver-989271397' -> '/w/workspace/edgex-go/10/.semver' 04:31:10 # -> Force: false 04:31:10 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 04:31:10 $ docker exec --env ******** --env ******** ace7b65ad66961e47e36862327e9d64583fec4ed606f65511abb2e926c244e62 ssh-agent -k 04:31:11 unset SSH_AUTH_SOCK; 04:31:11 unset SSH_AGENT_PID; 04:31:11 echo Agent pid 50 killed; 04:31:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:11 + git semver [Pipeline] } 04:31:11 $ docker stop --time=1 ace7b65ad66961e47e36862327e9d64583fec4ed606f65511abb2e926c244e62 04:31:13 $ docker rm -f ace7b65ad66961e47e36862327e9d64583fec4ed606f65511abb2e926c244e62 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:31:27 Stashed 28 file(s) [Pipeline] echo 04:31:27 [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 04:31:27 ========================================================= 04:31:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:31:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:31:27 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:31:31 Sending build context to Docker daemon 323MB 04:31:31 Step 1/7 : ARG BASE=golang:1.13-alpine 04:31:31 Step 2/7 : FROM ${BASE} 04:31:31 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:31:31 df20fa9351a1: Pulling fs layer 04:31:31 ed8968b2872e: Pulling fs layer 04:31:31 a92cc7c5fd73: Pulling fs layer 04:31:31 2dd03ba5bac4: Pulling fs layer 04:31:31 1e091d79d1de: Pulling fs layer 04:31:31 481702a1767f: Pulling fs layer 04:31:31 f64a6f60c768: Pulling fs layer 04:31:31 e78d2573fc39: Pulling fs layer 04:31:31 e876d2f968b6: Pulling fs layer 04:31:31 ce8a83651883: Pulling fs layer 04:31:31 07967f4d0e4b: Pulling fs layer 04:31:31 2dd03ba5bac4: Waiting 04:31:31 1e091d79d1de: Waiting 04:31:31 481702a1767f: Waiting 04:31:31 f64a6f60c768: Waiting 04:31:31 e78d2573fc39: Waiting 04:31:31 e876d2f968b6: Waiting 04:31:31 ce8a83651883: Waiting 04:31:31 07967f4d0e4b: Waiting 04:31:31 a92cc7c5fd73: Verifying Checksum 04:31:31 a92cc7c5fd73: Download complete 04:31:31 ed8968b2872e: Verifying Checksum 04:31:31 ed8968b2872e: Download complete 04:31:31 1e091d79d1de: Verifying Checksum 04:31:31 1e091d79d1de: Download complete 04:31:31 481702a1767f: Download complete 04:31:31 df20fa9351a1: Verifying Checksum 04:31:31 df20fa9351a1: Download complete 04:31:31 df20fa9351a1: Pull complete 04:31:31 f64a6f60c768: Verifying Checksum 04:31:31 f64a6f60c768: Download complete 04:31:32 2dd03ba5bac4: Verifying Checksum 04:31:32 2dd03ba5bac4: Download complete 04:31:32 e78d2573fc39: Verifying Checksum 04:31:32 e78d2573fc39: Download complete 04:31:32 e876d2f968b6: Verifying Checksum 04:31:32 e876d2f968b6: Download complete 04:31:32 07967f4d0e4b: Verifying Checksum 04:31:32 07967f4d0e4b: Download complete 04:31:33 ce8a83651883: Download complete 04:31:33 ed8968b2872e: Pull complete 04:31:33 a92cc7c5fd73: Pull complete 04:31:39 2dd03ba5bac4: Pull complete 04:31:39 1e091d79d1de: Pull complete 04:31:39 481702a1767f: Pull complete 04:31:42 Still waiting to schedule task 04:31:42 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:31:47 f64a6f60c768: Pull complete 04:31:49 e78d2573fc39: Pull complete 04:31:49 e876d2f968b6: Pull complete 04:31:50 ce8a83651883: Pull complete 04:31:50 07967f4d0e4b: Pull complete 04:31:50 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:31:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:31:50 ---> 5d7c900382c6 04:31:50 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 04:31:52 ---> Running in 8fb7208d247a 04:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:26 (1/12) Installing libmagic (5.38-r0) 04:32:34 (2/12) Installing file (5.38-r0) 04:32:34 (3/12) Installing libc-dev (0.7.2-r3) 04:32:34 (4/12) Installing g++ (9.3.0-r2) 04:34:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1664 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws 04:34:21 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 04:34:26 using credential edgex-jenkins-ssh 04:34:26 Cloning the remote Git repository 04:34:26 Cloning with configured refspecs honoured and without tags 04:34:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:34:26 > git init /w/workspace/edgex-go/10 # timeout=10 04:34:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:34:26 > git --version # timeout=10 04:34:26 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:50 Fetching without tags 04:34:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:34:50 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 04:34:50 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:34:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:34:50 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:50 Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 04:34:51 Merge succeeded, producing a2edee045abb99e003b2573180e299f3296d77f9 04:34:51 Checking out Revision a2edee045abb99e003b2573180e299f3296d77f9 (PR-2625) 04:34:50 > git config core.sparsecheckout # timeout=10 04:34:50 > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 04:34:50 > git remote # timeout=10 04:34:51 > git config --get remote.origin.url # timeout=10 04:34:51 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:51 > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 04:34:51 > git rev-parse HEAD^{commit} # timeout=10 04:34:51 > git config core.sparsecheckout # timeout=10 04:34:51 > git checkout -f a2edee045abb99e003b2573180e299f3296d77f9 # timeout=10 04:34:55 Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" 04:34:55 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:34:55 > git rev-list --no-walk fce16038f03eda102e52e13461e64f8b593b6edc # timeout=10 [Pipeline] echo 04:35:07 ========================================================= 04:35:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:35:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:35:08 + 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 . 04:35:13 Sending build context to Docker daemon 323MB 04:35:13 Step 1/7 : ARG BASE=golang:1.13-alpine 04:35:13 Step 2/7 : FROM ${BASE} 04:35:13 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:35:13 b538f80385f9: Pulling fs layer 04:35:13 74f711af9a0d: Pulling fs layer 04:35:13 99f96fe45779: Pulling fs layer 04:35:13 fd7a069fd194: Pulling fs layer 04:35:13 66aa3694b03b: Pulling fs layer 04:35:13 170f70906a0f: Pulling fs layer 04:35:13 ad7c5574e4b9: Pulling fs layer 04:35:13 e772456be8f7: Pulling fs layer 04:35:13 c890913d741a: Pulling fs layer 04:35:13 2480fcc9aa5a: Pulling fs layer 04:35:13 09adf4765672: Pulling fs layer 04:35:13 fd7a069fd194: Waiting 04:35:13 66aa3694b03b: Waiting 04:35:13 170f70906a0f: Waiting 04:35:13 ad7c5574e4b9: Waiting 04:35:13 e772456be8f7: Waiting 04:35:13 c890913d741a: Waiting 04:35:13 2480fcc9aa5a: Waiting 04:35:13 09adf4765672: Waiting 04:35:13 99f96fe45779: Verifying Checksum 04:35:13 99f96fe45779: Download complete 04:35:13 74f711af9a0d: Download complete 04:35:13 66aa3694b03b: Verifying Checksum 04:35:13 66aa3694b03b: Download complete 04:35:13 170f70906a0f: Verifying Checksum 04:35:13 170f70906a0f: Download complete 04:35:13 b538f80385f9: Verifying Checksum 04:35:13 b538f80385f9: Download complete 04:35:13 b538f80385f9: Pull complete 04:35:14 74f711af9a0d: Pull complete 04:35:14 99f96fe45779: Pull complete 04:35:16 ad7c5574e4b9: Verifying Checksum 04:35:16 ad7c5574e4b9: Download complete 04:35:16 c890913d741a: Verifying Checksum 04:35:16 c890913d741a: Download complete 04:35:18 e772456be8f7: Verifying Checksum 04:35:18 e772456be8f7: Download complete 04:35:18 09adf4765672: Verifying Checksum 04:35:18 09adf4765672: Download complete 04:35:18 2480fcc9aa5a: Verifying Checksum 04:35:18 2480fcc9aa5a: Download complete 04:35:18 fd7a069fd194: Verifying Checksum 04:35:18 fd7a069fd194: Download complete 04:35:31 fd7a069fd194: Pull complete 04:35:31 66aa3694b03b: Pull complete 04:35:31 170f70906a0f: Pull complete 04:35:34 ad7c5574e4b9: Pull complete 04:35:39 e772456be8f7: Pull complete 04:35:39 c890913d741a: Pull complete 04:35:42 2480fcc9aa5a: Pull complete 04:35:43 09adf4765672: Pull complete 04:35:43 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:35:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:35:43 ---> 2248a725d1cf 04:35:43 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 04:35:49 ---> Running in 7d42b81259bd 04:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:36:22 (1/12) Installing libmagic (5.38-r0) 04:36:30 (2/12) Installing file (5.38-r0) 04:36:30 (3/12) Installing libc-dev (0.7.2-r3) 04:36:30 (4/12) Installing g++ (9.3.0-r2) 04:39:41 (5/12) Installing fortify-headers (1.1-r0) 04:39:41 (6/12) Installing patch (2.7.6-r6) 04:39:41 (7/12) Installing build-base (0.5-r2) 04:39:41 (8/12) Installing libsodium (1.0.18-r0) 04:39:41 (9/12) Installing pkgconf (1.7.2-r0) 04:39:41 (10/12) Installing libsodium-dev (1.0.18-r0) 04:39:41 (11/12) Installing libzmq (4.3.2-r0) 04:39:41 (12/12) Installing zeromq-dev (4.3.2-r0) 04:39:41 Executing busybox-1.31.1-r16.trigger 04:39:41 OK: 233 MiB in 51 packages 04:39:43 Removing intermediate container 8fb7208d247a 04:39:43 ---> 1d78a87d8070 04:39:43 Step 4/7 : WORKDIR /edgex-go 04:39:43 ---> Running in a6abe3a59076 04:39:43 Removing intermediate container a6abe3a59076 04:39:43 ---> a2856c42ee7e 04:39:43 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:39:44 latest: Pulling from library/docker 04:39:44 df20fa9351a1: Already exists 04:39:44 25ad7478873d: Pulling fs layer 04:39:44 4684f6177b5d: Pulling fs layer 04:39:44 46e300cec669: Pulling fs layer 04:39:44 63038576ad94: Pulling fs layer 04:39:44 0fdb76c4706c: Pulling fs layer 04:39:44 cb7edeffdfd5: Pulling fs layer 04:39:44 63038576ad94: Waiting 04:39:44 cb7edeffdfd5: Waiting 04:39:44 0fdb76c4706c: Waiting 04:39:44 4684f6177b5d: Verifying Checksum 04:39:44 4684f6177b5d: Download complete 04:39:44 63038576ad94: Verifying Checksum 04:39:44 63038576ad94: Download complete 04:39:44 0fdb76c4706c: Download complete 04:39:44 25ad7478873d: Verifying Checksum 04:39:44 25ad7478873d: Download complete 04:39:44 cb7edeffdfd5: Verifying Checksum 04:39:44 cb7edeffdfd5: Download complete 04:39:44 25ad7478873d: Pull complete 04:39:45 4684f6177b5d: Pull complete 04:39:45 46e300cec669: Verifying Checksum 04:39:45 46e300cec669: Download complete 04:39:47 46e300cec669: Pull complete 04:39:47 63038576ad94: Pull complete 04:39:47 0fdb76c4706c: Pull complete 04:39:48 cb7edeffdfd5: Pull complete 04:39:48 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:39:48 Status: Downloaded newer image for docker:latest 04:39:49 ---> aa4e5a8f29ce 04:39:49 Step 6/7 : COPY go.mod . 04:39:49 ---> 025df10155c8 04:39:49 Step 7/7 : RUN go mod download 04:39:49 ---> Running in bccfc9f29412 04:39:52 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:39:52 go: finding github.com/BurntSushi/toml v0.3.1 04:39:52 go: finding github.com/OneOfOne/xxhash v1.2.5 04:39:52 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:39:52 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:39:52 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:39:52 go: finding github.com/bgentry/speakeasy v0.1.0 04:39:52 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:39:52 go: finding github.com/cloudflare/gokey v0.1.0 04:39:52 go: finding github.com/davecgh/go-spew v1.1.1 04:39:52 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:39:52 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:39:52 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:39:52 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:39:52 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:39:52 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:39:52 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:39:52 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:39:52 go: finding github.com/fatih/color v1.7.0 04:39:52 go: finding github.com/fsnotify/fsnotify v1.4.7 04:39:52 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:39:52 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:39:52 go: finding github.com/go-kit/kit v0.8.0 04:39:52 go: finding github.com/go-logfmt/logfmt v0.4.0 04:39:52 go: finding github.com/go-redis/redis/v7 v7.2.0 04:39:52 go: finding github.com/go-stack/stack v1.8.0 04:39:52 go: finding github.com/golang/protobuf v1.3.2 04:39:52 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:39:52 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:39:52 go: finding github.com/google/uuid v1.1.0 04:39:52 go: finding github.com/gorilla/mux v1.7.1 04:39:52 go: finding github.com/hashicorp/consul/api v1.1.0 04:39:52 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:39:52 go: finding github.com/hashicorp/errwrap v1.0.0 04:39:52 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:39:52 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:39:52 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:39:52 go: finding github.com/hashicorp/go-multierror v1.0.0 04:39:52 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:39:52 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:39:52 go: finding github.com/hashicorp/go-syslog v1.0.0 04:39:52 go: finding github.com/hashicorp/go-uuid v1.0.1 04:39:52 go: finding github.com/hashicorp/go.net v0.0.1 04:39:52 go: finding github.com/hashicorp/golang-lru v0.5.0 04:39:52 go: finding github.com/hashicorp/logutils v1.0.0 04:39:53 go: finding github.com/hashicorp/mdns v1.0.0 04:39:53 go: finding github.com/hashicorp/memberlist v0.1.3 04:39:53 go: finding github.com/hashicorp/serf v0.8.2 04:39:53 go: finding github.com/hpcloud/tail v1.0.0 04:39:53 go: finding github.com/imdario/mergo v0.3.6 04:39:53 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:39:53 go: finding github.com/kr/pretty v0.1.0 04:39:53 go: finding github.com/kr/pty v1.1.1 04:39:53 go: finding github.com/kr/text v0.1.0 04:39:53 go: finding github.com/mattn/go-colorable v0.0.9 04:39:53 go: finding github.com/mattn/go-isatty v0.0.3 04:39:53 go: finding github.com/miekg/dns v1.0.14 04:39:53 go: finding github.com/mitchellh/cli v1.0.0 04:39:53 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:39:53 go: finding github.com/mitchellh/copystructure v1.0.0 04:39:53 go: finding github.com/mitchellh/go-homedir v1.0.0 04:39:53 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:39:53 go: finding github.com/mitchellh/gox v0.4.0 04:39:53 go: finding github.com/mitchellh/iochan v1.0.0 04:39:53 go: finding github.com/mitchellh/mapstructure v1.1.2 04:39:53 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:39:53 go: finding github.com/onsi/ginkgo v1.10.1 04:39:53 go: finding github.com/onsi/gomega v1.7.0 04:39:53 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:39:53 go: finding github.com/pebbe/zmq4 v1.0.0 04:39:53 go: finding github.com/pelletier/go-toml v1.2.0 04:39:53 go: finding github.com/pkg/errors v0.8.1 04:39:53 go: finding github.com/pmezard/go-difflib v1.0.0 04:39:53 go: finding github.com/posener/complete v1.1.1 04:39:53 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:39:53 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:39:53 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:39:53 go: finding github.com/stretchr/objx v0.1.0 04:39:53 go: finding github.com/stretchr/testify v1.5.1 04:39:53 go: finding github.com/ugorji/go v1.1.4 04:39:53 go: finding github.com/x448/float16 v0.8.4 04:39:53 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:39:53 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:39:53 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:39:53 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:39:53 go: finding golang.org/x/text v0.3.2 04:39:53 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:39:53 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:39:53 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:39:54 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:39:54 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:39:54 go: finding gopkg.in/yaml.v2 v2.2.8 04:40:09 Removing intermediate container bccfc9f29412 04:40:09 ---> 9d3450e022b4 04:40:09 Successfully built 9d3450e022b4 04:40:09 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 04:40:09 + docker inspect -f . ci-base-image-x86_64 04:40:09 . [Pipeline] withDockerContainer 04:40:09 prd-centos7-docker-4c-2g-1659 does not seem to be running inside a container 04:40:09 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 04:40:10 $ docker top 13e734add0a860d2409a02a82688d7fd882db48bf96c5490377a25891fa9a977 -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:10 + go version 04:40:10 go version go1.13.13 linux/amd64 [Pipeline] echo 04:40:10 ========================================================= 04:40:10 [edgeXBuildGoParallel] Running Tests and Build... 04:40:10 ========================================================= [Pipeline] sh 04:40:11 + make test 04:40:11 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:40:13 ? github.com/edgexfoundry/edgex-go [no test files] 04:40:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:40:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:40:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:40:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:40:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:40:29 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s 04:40:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:40:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:40:29 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:40:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:40:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:40:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:40:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:40:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:40:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.023s coverage: 46.6% of statements 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:40:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.109s coverage: 27.4% of statements 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:40:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:40:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:40:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.063s coverage: 28.6% of statements 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:40:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.029s coverage: 100.0% of statements 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:40:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.016s coverage: 100.0% of statements 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.017s coverage: 89.8% of statements 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.036s coverage: 97.5% of statements 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.010s coverage: 100.0% of statements 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:40:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements 04:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.052s coverage: 63.5% of statements 04:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.013s coverage: 100.0% of statements 04:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.138s coverage: 55.9% of statements 04:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 1.471s coverage: 86.3% of statements 04:40:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.304s coverage: 72.2% of statements 04:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.140s coverage: 72.1% of statements 04:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.013s coverage: 82.4% of statements 04:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements 04:40:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:40:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:40:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements 04:40:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.014s coverage: 96.8% of statements 04:40:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.059s coverage: 26.9% of statements 04:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.122s coverage: 84.1% of statements 04:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.013s coverage: 100.0% of statements 04:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.010s coverage: 43.1% of statements 04:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 04:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:40:46 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements 04:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:40:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.030s coverage: 46.1% of statements 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:40:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.004s coverage: 100.0% of statements 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:40:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.020s coverage: 100.0% of statements 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:40:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.025s coverage: 100.0% of statements 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:40:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.043s coverage: 29.1% of statements 04:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:40:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.021s coverage: 99.0% of statements 04:40:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:40:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.006s coverage: 100.0% of statements 04:40:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:40:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.015s coverage: 0.0% of statements 04:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:40:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements 04:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:40:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.009s coverage: 87.9% of statements 04:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:40:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:40:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.010s coverage: 100.0% of statements 04:40:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 04:40:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 04:40:50 GO111MODULE=on go vet ./... 04:40:57 gofmt -l . 04:40:58 [ "`gofmt -l .`" = "" ] 04:40:58 ./bin/test-go-mod-tidy.sh 04:40:59 ./bin/test-attribution-txt.sh [Pipeline] sh 04:41:01 + ls -al . 04:41:01 total 556 04:41:01 drwxrwxr-x 10 1001 1001 4096 Jul 31 04:41 . 04:41:01 drwxr-xr-x 4 root root 30 Jul 31 04:40 .. 04:41:01 -rw-rw-r-- 1 1001 1001 11 Jul 31 04:30 .dockerignore 04:41:01 drwxrwxr-x 8 1001 1001 179 Jul 31 04:30 .git 04:41:01 drwxrwxr-x 3 1001 1001 60 Jul 31 04:30 .github 04:41:01 -rw-rw-r-- 1 1001 1001 932 Jul 31 04:30 .gitignore 04:41:01 drwx------ 3 1001 1001 47 Jul 31 04:31 .semver 04:41:01 -rw-rw-r-- 1 1001 1001 166 Jul 31 04:30 .sonarcloud.properties 04:41:01 -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:30 CONTRIBUTING.md 04:41:01 -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:30 Dockerfile.build 04:41:01 -rw-rw-r-- 1 1001 1001 865 Jul 31 04:30 Jenkinsfile 04:41:01 -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:30 LICENSE 04:41:01 -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:30 Makefile 04:41:01 -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:30 README.md 04:41:01 -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:30 SECURITY.md 04:41:01 -rw-rw-r-- 1 1001 1001 5 Jul 31 04:31 VERSION 04:41:01 -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:30 ZMQWindows.md 04:41:01 drwxrwxr-x 2 1001 1001 117 Jul 31 04:30 bin 04:41:01 drwxrwxr-x 15 1001 1001 4096 Jul 31 04:30 cmd 04:41:01 -rw-r--r-- 1 root root 455496 Jul 31 04:40 coverage.out 04:41:01 -rw-r--r-- 1 root root 1019 Jul 31 04:40 go.mod 04:41:01 -rw-r--r-- 1 root root 18146 Jul 31 04:40 go.sum 04:41:01 drwxrwxr-x 8 1001 1001 127 Jul 31 04:30 internal 04:41:01 drwxrwxr-x 4 1001 1001 26 Jul 31 04:30 openapi 04:41:01 drwxrwxr-x 4 1001 1001 71 Jul 31 04:30 snap 04:41:01 -rw-rw-r-- 1 1001 1001 168 Jul 31 04:30 version.go [Pipeline] sh 04:41:01 + '[' -e coverage.out ] 04:41:01 + chown 1001:1001 coverage.out [Pipeline] stash 04:41:01 Stashed 1 file(s) [Pipeline] sh 04:41:02 + make build 04:41: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 04:41: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 04:41:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:41:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:41:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:41:16 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 04:41:16 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 04:41:18 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 04:41:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:41:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:41:22 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 04:41:24 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 04:41:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:41:27 $ docker stop --time=1 13e734add0a860d2409a02a82688d7fd882db48bf96c5490377a25891fa9a977 04:41:28 $ docker rm -f 13e734add0a860d2409a02a82688d7fd882db48bf96c5490377a25891fa9a977 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:29 04:41:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:41:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:30 latest: Pulling from edgex-devops/edgex-compose 04:41:30 cbdbe7a5bc2a: Pulling fs layer 04:41:30 ca9280d653b3: Pulling fs layer 04:41:30 7e9c9ca2126c: Pulling fs layer 04:41:30 cbdbe7a5bc2a: Download complete 04:41:30 ca9280d653b3: Verifying Checksum 04:41:30 ca9280d653b3: Download complete 04:41:30 cbdbe7a5bc2a: Pull complete 04:41:31 7e9c9ca2126c: Verifying Checksum 04:41:31 7e9c9ca2126c: Download complete 04:41:31 ca9280d653b3: Pull complete 04:41:43 7e9c9ca2126c: Pull complete 04:41:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:41:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:41:44 prd-centos7-docker-4c-2g-1659 does not seem to be running inside a container 04:41:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 04:41:44 $ docker top 52c2d6d1970e6efde72378f050b36f41d44c0aa6fffc9faa76bb07aab942a650 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:45 + docker-compose build --help 04:41:45 + grep parallel 04:41:46 --parallel Build images in parallel. [Pipeline] } 04:41:46 $ docker stop --time=1 52c2d6d1970e6efde72378f050b36f41d44c0aa6fffc9faa76bb07aab942a650 04:41:47 $ docker rm -f 52c2d6d1970e6efde72378f050b36f41d44c0aa6fffc9faa76bb07aab942a650 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:48 . [Pipeline] withDockerContainer 04:41:48 prd-centos7-docker-4c-2g-1659 does not seem to be running inside a container 04:41:48 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 04:41:49 $ docker top fdfd1cc81689c04d6eb8c937dadc5c72072722c4a68503c67337be2386cc934b -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:49 + docker-compose -f ./docker-compose-build.yml build --parallel 04:41:50 Building docker-core-command-go ... 04:41:50 Building docker-core-data-go ... 04:41:50 Building docker-core-metadata-go ... 04:41:50 Building docker-security-proxy-setup-go ... 04:41:50 Building docker-security-secrets-setup-go ... 04:41:50 Building docker-security-secretstore-setup-go ... 04:41:50 Building docker-support-logging-go ... 04:41:50 Building docker-support-notifications-go ... 04:41:50 Building docker-support-scheduler-go ... 04:41:50 Building docker-sys-mgmt-agent-go ... 04:41:50 Building docker-core-metadata-go 04:41:50 Building docker-support-logging-go 04:41:50 Building docker-core-data-go 04:41:50 Building docker-security-secrets-setup-go 04:41:50 Building docker-security-secretstore-setup-go 04:42:07 (5/12) Installing fortify-headers (1.1-r0) 04:42:07 (6/12) Installing patch (2.7.6-r6) 04:42:07 (7/12) Installing build-base (0.5-r2) 04:42:07 (8/12) Installing libsodium (1.0.18-r0) 04:42:07 (9/12) Installing pkgconf (1.7.2-r0) 04:42:07 (10/12) Installing libsodium-dev (1.0.18-r0) 04:42:07 (11/12) Installing libzmq (4.3.2-r0) 04:42:07 (12/12) Installing zeromq-dev (4.3.2-r0) 04:42:07 Executing busybox-1.31.1-r16.trigger 04:42:07 OK: 217 MiB in 51 packages 04:42:07 Removing intermediate container 7d42b81259bd 04:42:07 ---> 5795a2575e1f 04:42:07 Step 4/7 : WORKDIR /edgex-go 04:42:07 ---> Running in 5e218b1949a5 04:42:07 Removing intermediate container 5e218b1949a5 04:42:07 ---> a76b9938136b 04:42:07 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:42:07 latest: Pulling from library/docker 04:42:07 b538f80385f9: Already exists 04:42:07 259a493cd78d: Pulling fs layer 04:42:07 b8e66b5100f5: Pulling fs layer 04:42:07 39dc9c94d07c: Pulling fs layer 04:42:07 551b823b3b82: Pulling fs layer 04:42:07 3c52a74df98c: Pulling fs layer 04:42:07 6c9b121b6998: Pulling fs layer 04:42:07 551b823b3b82: Waiting 04:42:07 3c52a74df98c: Waiting 04:42:07 6c9b121b6998: Waiting 04:42:07 b8e66b5100f5: Verifying Checksum 04:42:07 b8e66b5100f5: Download complete 04:42:07 259a493cd78d: Verifying Checksum 04:42:07 259a493cd78d: Download complete 04:42:07 551b823b3b82: Download complete 04:42:07 3c52a74df98c: Verifying Checksum 04:42:07 3c52a74df98c: Download complete 04:42:07 6c9b121b6998: Verifying Checksum 04:42:07 6c9b121b6998: Download complete 04:42:07 259a493cd78d: Pull complete 04:42:07 b8e66b5100f5: Pull complete 04:42:07 39dc9c94d07c: Download complete 04:42:10 39dc9c94d07c: Pull complete 04:42:10 551b823b3b82: Pull complete 04:42:10 3c52a74df98c: Pull complete 04:42:10 6c9b121b6998: Pull complete 04:42:10 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:42:10 Status: Downloaded newer image for docker:latest 04:42:14 ---> 336a8ce44d99 04:42:14 Step 6/7 : COPY go.mod . 04:42:15 ---> 6da428917a28 04:42:15 Step 7/7 : RUN go mod download 04:42:15 ---> Running in c7a61b32f12a 04:42:18 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:42:18 go: finding github.com/BurntSushi/toml v0.3.1 04:42:18 go: finding github.com/OneOfOne/xxhash v1.2.5 04:42:18 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:42:18 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:42:18 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:42:18 go: finding github.com/bgentry/speakeasy v0.1.0 04:42:18 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:42:18 go: finding github.com/cloudflare/gokey v0.1.0 04:42:18 go: finding github.com/davecgh/go-spew v1.1.1 04:42:18 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:42:18 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:42:18 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:42:18 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:42:18 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:42:18 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:42:18 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:42:18 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:42:18 go: finding github.com/fatih/color v1.7.0 04:42:18 go: finding github.com/fsnotify/fsnotify v1.4.7 04:42:18 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:42:18 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:42:18 go: finding github.com/go-kit/kit v0.8.0 04:42:18 go: finding github.com/go-logfmt/logfmt v0.4.0 04:42:18 go: finding github.com/go-redis/redis/v7 v7.2.0 04:42:18 go: finding github.com/go-stack/stack v1.8.0 04:42:18 go: finding github.com/golang/protobuf v1.3.2 04:42:18 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:42:18 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:42:18 go: finding github.com/google/uuid v1.1.0 04:42:18 go: finding github.com/gorilla/mux v1.7.1 04:42:18 go: finding github.com/hashicorp/consul/api v1.1.0 04:42:18 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:42:18 go: finding github.com/hashicorp/errwrap v1.0.0 04:42:18 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:42:18 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:42:18 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:42:18 go: finding github.com/hashicorp/go-multierror v1.0.0 04:42:19 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:42:19 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:42:19 go: finding github.com/hashicorp/go-syslog v1.0.0 04:42:19 go: finding github.com/hashicorp/go-uuid v1.0.1 04:42:19 go: finding github.com/hashicorp/go.net v0.0.1 04:42:19 go: finding github.com/hashicorp/golang-lru v0.5.0 04:42:19 go: finding github.com/hashicorp/logutils v1.0.0 04:42:19 go: finding github.com/hashicorp/mdns v1.0.0 04:42:19 go: finding github.com/hashicorp/memberlist v0.1.3 04:42:19 go: finding github.com/hashicorp/serf v0.8.2 04:42:19 go: finding github.com/hpcloud/tail v1.0.0 04:42:19 go: finding github.com/imdario/mergo v0.3.6 04:42:19 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:42:19 go: finding github.com/kr/pretty v0.1.0 04:42:19 go: finding github.com/kr/pty v1.1.1 04:42:19 go: finding github.com/kr/text v0.1.0 04:42:19 go: finding github.com/mattn/go-colorable v0.0.9 04:42:19 go: finding github.com/mattn/go-isatty v0.0.3 04:42:19 go: finding github.com/miekg/dns v1.0.14 04:42:19 go: finding github.com/mitchellh/cli v1.0.0 04:42:19 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:42:19 go: finding github.com/mitchellh/copystructure v1.0.0 04:42:19 go: finding github.com/mitchellh/go-homedir v1.0.0 04:42:19 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:42:19 go: finding github.com/mitchellh/gox v0.4.0 04:42:19 go: finding github.com/mitchellh/iochan v1.0.0 04:42:19 go: finding github.com/mitchellh/mapstructure v1.1.2 04:42:19 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:42:19 go: finding github.com/onsi/ginkgo v1.10.1 04:42:19 go: finding github.com/onsi/gomega v1.7.0 04:42:19 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:42:19 go: finding github.com/pebbe/zmq4 v1.0.0 04:42:19 go: finding github.com/pelletier/go-toml v1.2.0 04:42:19 go: finding github.com/pkg/errors v0.8.1 04:42:19 go: finding github.com/pmezard/go-difflib v1.0.0 04:42:19 go: finding github.com/posener/complete v1.1.1 04:42:19 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:42:19 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:42:19 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:42:19 go: finding github.com/stretchr/objx v0.1.0 04:42:19 go: finding github.com/stretchr/testify v1.5.1 04:42:19 go: finding github.com/ugorji/go v1.1.4 04:42:19 go: finding github.com/x448/float16 v0.8.4 04:42:19 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:42:19 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:42:20 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:42:20 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:42:20 go: finding golang.org/x/text v0.3.2 04:42:20 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:42:20 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:42:20 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:42:20 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:42:20 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:42:20 go: finding gopkg.in/yaml.v2 v2.2.8 04:42:22 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:42:22 ---> 9d3450e022b4 04:42:22 Step 3/22 : WORKDIR /edgex-go 04:42:22 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:22 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:42:22 ---> 9d3450e022b4 04:42:22 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpineStep 3/29 : WORKDIR /edgex-go 04:42:22 04:42:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:42:22 ---> 9d3450e022b4 04:42:22 Step 3/26 : WORKDIR /edgex-go 04:42:22 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:42:22 ---> 9d3450e022b4 04:42:22 Step 3/21 : WORKDIR /edgex-go 04:42:22 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:42:22 ---> 9d3450e022b4 04:42:22 Step 3/21 : WORKDIR /edgex-go 04:42:22 ---> Running in 2befb44e7eb4 04:42:22 ---> Running in eb22df03fa2e 04:42:22 ---> Running in 11e12d65b6b6 04:42:22 ---> Running in ecb78276ec27 04:42:22 ---> Running in 8b490523a4f3 04:42:22 Removing intermediate container 2befb44e7eb4 04:42:22 ---> 2fb6255aaa22 04:42:22 Step 4/29 : RUN apk update && apk add make git 04:42:22 Removing intermediate container ecb78276ec27 04:42:22 ---> 384a2b82fc69 04:42:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:22 Removing intermediate container eb22df03fa2e 04:42:22 ---> 3d645daacc21 04:42:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:22 Removing intermediate container 11e12d65b6b6 04:42:22 ---> 5c2aaf2c6451 04:42:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:22 Removing intermediate container 8b490523a4f3 04:42:22 ---> f37aaf7e7a29 04:42:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:22 ---> Running in 2ec2b18faff8 04:42:22 ---> Running in b4e8d9311f1d 04:42:22 ---> Running in 30d5ed03dca7 04:42:22 ---> Running in 7b81a34a8054 04:42:22 ---> Running in ab10a5c7db46 04:42:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:23 Removing intermediate container 2ec2b18faff8 04:42:23 ---> a0c1ca58377f 04:42:23 Step 5/21 : RUN apk update && apk add make git 04:42:23 ---> Running in a09017bfb500 04:42:24 Removing intermediate container 30d5ed03dca7 04:42:24 ---> 0ce11af7217b 04:42:24 Step 5/26 : RUN apk update && apk add make git 04:42:24 Removing intermediate container 7b81a34a8054 04:42:24 ---> a557f90b82b1 04:42:24 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:42:24 ---> Running in a456dc613828 04:42:24 Removing intermediate container ab10a5c7db46 04:42:24 ---> 73a66e1075c5 04:42:24 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:42:24 ---> Running in 3755b28a5f06 04:42:24 ---> Running in d42657720e9a 04:42:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:38 Removing intermediate container c7a61b32f12a 04:42:38 ---> af6bad2cbe67 04:42:38 Successfully built af6bad2cbe67 04:42:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:39 + docker inspect -f . ci-base-image-arm64 04:42:39 . [Pipeline] withDockerContainer 04:42:39 prd-ubuntu18.04-docker-arm64-4c-16g-1664 does not seem to be running inside a container 04:42:39 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 04:42:41 $ docker top 017052c98c5863c07640c793c8dd8852596400bf5a1f539dac47eb66acff77fd -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:42 + go version 04:42:42 go version go1.13.13 linux/arm64 [Pipeline] echo 04:42:42 ========================================================= 04:42:42 [edgeXBuildGoParallel] Running Tests and Build... 04:42:42 ========================================================= [Pipeline] sh 04:42:42 + make test 04:42:42 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:42:45 ? github.com/edgexfoundry/edgex-go [no test files] 04:42:55 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:55 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:55 OK: 12749 distinct packages available 04:42:55 OK: 233 MiB in 51 packages 04:42:55 Removing intermediate container a09017bfb500 04:42:55 ---> 146246942768 04:42:55 Step 6/21 : COPY go.mod . 04:42:55 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:55 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:55 OK: 12749 distinct packages available 04:42:55 ---> 2c29025da0a3 04:42:55 Step 7/21 : RUN go mod download 04:42:55 ---> Running in bad19d575067 04:42:55 OK: 233 MiB in 51 packages 04:42:55 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:55 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:55 OK: 12749 distinct packages available 04:42:55 OK: 233 MiB in 51 packages 04:42:55 OK: 233 MiB in 51 packages 04:42:55 Removing intermediate container 3755b28a5f06 04:42:55 ---> 5535a3620a1a 04:42:55 Step 6/21 : COPY go.mod . 04:42:56 ---> 5856c44f6273 04:42:56 Step 7/21 : RUN go mod download 04:42:56 Removing intermediate container b4e8d9311f1d 04:42:56 ---> f23df6017368 04:42:56 Step 5/29 : COPY go.mod . 04:42:56 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:56 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:56 OK: 12749 distinct packages available 04:42:56 ---> Running in 2fa862b053d4 04:42:56 OK: 233 MiB in 51 packages 04:42:56 ---> 5bf9a029b1e1 04:42:56 Step 6/29 : RUN go mod download 04:42:56 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:56 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:56 OK: 12749 distinct packages available 04:42:56 ---> Running in 36c09ec0e771 04:42:56 OK: 233 MiB in 51 packages 04:42:57 Removing intermediate container bad19d575067 04:42:57 ---> 4f4f2ac6af98 04:42:57 Step 8/21 : COPY . . 04:42:57 Removing intermediate container d42657720e9a 04:42:57 ---> f31020921c5a 04:42:57 Step 6/22 : COPY go.mod . 04:42:59 ---> eaf7081a2d4b 04:42:59 Step 7/22 : RUN go mod download 04:43:00 Removing intermediate container a456dc613828 04:43:00 ---> 634a268d02e6 04:43:00 Step 6/26 : COPY go.mod . 04:43:00 ---> Running in b9c986cf911f 04:43:00 Removing intermediate container 2fa862b053d4 04:43:00 ---> 1859914afd09 04:43:00 Step 8/21 : COPY . . 04:43:02 Removing intermediate container 36c09ec0e771 04:43:02 ---> 94cd23928c22 04:43:02 Step 7/29 : COPY . . 04:43:02 ---> f0b5a88d50f6 04:43:02 Step 7/26 : RUN go mod download 04:43:05 ---> Running in 972ec8c743e7 04:43:17 Removing intermediate container b9c986cf911f 04:43:17 ---> b7bfe364a5c7 04:43:17 Step 8/22 : COPY . . 04:43:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:43:23 Removing intermediate container 972ec8c743e7 04:43:23 ---> 76e000b8caa7 04:43:23 Step 8/26 : COPY . . 04:43:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:43:30 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s 04:43:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:43:31 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:43:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:43:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:43:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:43:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:43:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:43:38 ---> f94e6449e193 04:43:38 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:43:38 ---> 450bd7acf0d7 04:43:38 Step 9/21 : RUN make cmd/support-logging/support-logging 04:43:38 ---> d5661ce32013 04:43:38 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:43:38 ---> Running in 2d1350b0fd2d 04:43:39 ---> Running in 8852d3360a76 04:43:39 ---> Running in 8fd7cba033f5 04:43:41 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 04:43:41 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 04:43:41 ---> 27ae3b66f274 04:43:41 Step 9/22 : RUN make cmd/core-data/core-data 04:43:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:43:42 ---> Running in 5585df140035 04:43:44 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 04:43:44 ---> 4c716eb33702 04:43:44 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 04:43:44 ---> Running in 5b119fe705d8 04:43:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 46.6% of statements 04:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:43:45 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 04:43:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.204s coverage: 27.4% of statements 04:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:43:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 04:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:43:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.029s coverage: 100.0% of statements 04:43:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:43:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements 04:43:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:43:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:43:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:43:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:43:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:43:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements 04:43:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:43:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements 04:43:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:43:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.076s coverage: 89.8% of statements 04:43:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:43:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:43:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 100.0% of statements 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:43:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:43:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.021s coverage: 58.8% of statements 04:44:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.240s coverage: 63.5% of statements 04:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:44:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 04:44:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.400s coverage: 55.9% of statements 04:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:44:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:44:12 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 04:44:12 Removing intermediate container 8852d3360a76 04:44:12 ---> e9d7caec6d82 04:44:12 04:44:12 Step 9/29 : FROM alpine:latest 04:44:12 latest: Pulling from library/alpine 04:44:12 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:44:12 Status: Downloaded newer image for alpine:latest 04:44:12 ---> a24bb4013296 04:44:12 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:44:12 ---> Running in 7525e5b36424 04:44:12 Removing intermediate container 7525e5b36424 04:44:12 ---> ad8d77c09a94 04:44:12 Step 11/29 : USER root 04:44:12 ---> Running in 6b1a0e620114 04:44:13 Removing intermediate container 8fd7cba033f5 04:44:13 ---> e2ed585ab27e 04:44:13 04:44:13 Step 10/21 : FROM scratch 04:44:13 ---> 04:44:13 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:44:13 Removing intermediate container 6b1a0e620114 04:44:13 ---> 1e553a4f8218 04:44:13 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:44:13 ---> Running in af8a629690ef 04:44:13 ---> Running in 4e1a74872c69 04:44:13 Removing intermediate container 4e1a74872c69 04:44:13 ---> 70c49a52462b 04:44:13 Step 12/21 : ENV APP_PORT=48061 04:44:14 ---> Running in 69a0639fb16a 04:44:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:14 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:44:14 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:44:14 OK: 12749 distinct packages available 04:44:14 (1/2) Installing ca-certificates (20191127-r4) 04:44:14 (2/2) Installing dumb-init (1.2.2-r1) 04:44:14 Executing busybox-1.31.1-r16.trigger 04:44:14 Executing ca-certificates-20191127-r4.trigger 04:44:14 OK: 6 MiB in 16 packages 04:44:15 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 04:44:19 Removing intermediate container 69a0639fb16a 04:44:19 ---> 47a1c2af53cb 04:44:19 Step 13/21 : EXPOSE $APP_PORT 04:44:20 ---> Running in fab3747fd56f 04:44:20 Removing intermediate container 2d1350b0fd2d 04:44:20 ---> 9ce57b7f5b81 04:44:20 04:44:20 Step 10/21 : FROM scratch 04:44:20 ---> 04:44:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:20 Removing intermediate container fab3747fd56f 04:44:20 ---> d0b521dfef01 04:44:20 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:44:20 Removing intermediate container af8a629690ef 04:44:20 ---> b17c0944c773 04:44:20 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:44:20 ---> Running in a55e471618fd 04:44:20 ---> Running in 9a0bd2989f8c 04:44:21 ---> f9462c6daa23 04:44:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:44:21 Removing intermediate container a55e471618fd 04:44:21 ---> 918555d3c487 04:44:21 Step 12/21 : ENV APP_PORT=48081 04:44:21 ---> Running in e91f05b05534 04:44:21 Removing intermediate container 9a0bd2989f8c 04:44:21 ---> 08968bd9be84 04:44:21 Step 14/29 : WORKDIR $BASE_DIR 04:44:21 ---> Running in bf2d8d38dfc5 04:44:24 Removing intermediate container e91f05b05534 04:44:24 ---> 92f942af459d 04:44:24 Step 13/21 : EXPOSE $APP_PORT 04:44:24 ---> 172282fd6c50 04:44:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:44:24 ---> Running in 64b5151299db 04:44:24 Removing intermediate container bf2d8d38dfc5 04:44:24 ---> c320ac304018 04:44:24 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:44:24 Removing intermediate container 5b119fe705d8 04:44:24 ---> 8e61d290cbdc 04:44:24 04:44:24 Step 10/26 : FROM alpine:3.10 04:44:24 3.10: Pulling from library/alpine 04:44:24 Removing intermediate container 5585df140035 04:44:24 ---> f476bccef436 04:44:24 04:44:24 Step 10/22 : FROM alpine 04:44:24 ---> a24bb4013296 04:44:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:25 ---> Running in 3eec2c9ec1d3 04:44:25 ---> Running in 4b9421a7e7d5 04:44:25 Removing intermediate container 64b5151299db 04:44:25 ---> 1033804a561b 04:44:25 Step 14/21 : WORKDIR / 04:44:25 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:44:25 ---> 346b127a26d8 04:44:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:44:25 Status: Downloaded newer image for alpine:3.10 04:44:25 ---> be4e4bea2c2e 04:44:25 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:44:27 ---> Running in 91b438184cbe 04:44:27 ---> Running in d1666e87ad18 04:44:27 Removing intermediate container 4b9421a7e7d5 04:44:27 ---> 67c0c564df6d 04:44:27 Step 12/22 : ENV APP_PORT=48080 04:44:27 ---> 20247405b90e 04:44:27 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:27 ---> Running in 60d88235610b 04:44:27 ---> Running in 72282b71425d 04:44:27 Removing intermediate container 91b438184cbe 04:44:27 ---> a8af82b21d6f 04:44:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:44:27 Removing intermediate container 60d88235610b 04:44:27 ---> d336c7d8e859 04:44:27 Step 19/21 : LABEL arch=x86_64 04:44:28 Removing intermediate container 72282b71425d 04:44:28 ---> 6fa39ef65be5 04:44:28 Step 13/22 : EXPOSE $APP_PORT 04:44:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:44:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:44:28 ---> Running in 8860935cc93e 04:44:28 ---> e9defaedf932 04:44:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:44:28 ---> Running in bd27f177b2da 04:44:28 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:44:28 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:44:28 OK: 10346 distinct packages available 04:44:28 Removing intermediate container 3eec2c9ec1d3 04:44:28 ---> 9db19441d55c 04:44:28 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:44:28 Removing intermediate container 8860935cc93e 04:44:28 ---> 8f16723ae40c 04:44:28 Step 20/21 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:44:28 (1/5) Installing ca-certificates (20191127-r2) 04:44:28 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:44:28 (3/5) Installing libcurl (7.66.0-r0) 04:44:28 (4/5) Installing curl (7.66.0-r0) 04:44:28 Removing intermediate container bd27f177b2da 04:44:28 ---> 12e0c1aebd4f 04:44:28 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:28 (5/5) Installing dumb-init (1.2.2-r1) 04:44:28 Executing busybox-1.30.1-r3.trigger 04:44:28 Executing ca-certificates-20191127-r2.trigger 04:44:28 OK: 7 MiB in 19 packages 04:44:29 ---> Running in 79e2ee3df17c 04:44:29 ---> Running in 2e3c90ebd07e 04:44:29 ---> 6337a0e6363e 04:44:29 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:44:29 ---> 5bf40d3652e1 04:44:29 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:44:29 Removing intermediate container 79e2ee3df17c 04:44:29 ---> adfa3f2090c2 04:44:29 Step 21/21 : LABEL version=0.0.0 04:44:30 ---> Running in 0abe9b717b5a 04:44:30 ---> 686836ff40ec 04:44:30 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:44:30 ---> d69f1877f078 04:44:30 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:30 Removing intermediate container d1666e87ad18 04:44:30 ---> 8f668f3a65ee 04:44:30 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:30 ---> Running in 2c80b4db9a1f 04:44:30 ---> Running in 5ce4a94b3487 04:44:30 Removing intermediate container 0abe9b717b5a 04:44:30 ---> 29ca87228156 04:44:30 04:44:30 ---> 733680ff3cd9 04:44:30 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:44:31 Successfully built 29ca87228156 04:44:31 Removing intermediate container 5ce4a94b3487 04:44:31 ---> 5c90673e3327 04:44:31 Step 13/26 : WORKDIR / 04:44:31 Successfully tagged docker-support-logging-go:latest 04:44:31 Building docker-core-command-go 04:44:31  Building docker-support-logging-go ... done Removing intermediate container 2c80b4db9a1f 04:44:31 ---> ce6ba1452761 04:44:31 Step 19/21 : LABEL arch=x86_64 04:44:31 ---> Running in da1f1266dc8d 04:44:31 ---> Running in a3666014d8a2 04:44:31 Removing intermediate container 2e3c90ebd07e 04:44:31 ---> ce333ae81c82 04:44:31 Step 15/22 : RUN apk --no-cache add zeromq 04:44:31 ---> e76ed41418c2 04:44:31 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:44:31 ---> Running in b56c6fcb2032 04:44:34 Removing intermediate container a3666014d8a2 04:44:34 ---> 97c00a4b0447 04:44:34 Step 20/21 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:44:34 Removing intermediate container da1f1266dc8d 04:44:34 ---> e6bcc542d04d 04:44:34 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:44:35 ---> Running in abfa97e08afd 04:44:35 ---> a3ec285fd210 04:44:35 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:44:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:36 ---> Running in 824869e4323c 04:44:36 ---> 283bf5c1554c 04:44:36 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:44:36 Removing intermediate container abfa97e08afd 04:44:36 ---> 86baf63b5a8a 04:44:36 Step 21/21 : LABEL version=0.0.0 04:44:36 ---> Running in babde9f97b67 04:44:36 ---> 2e011098b351 04:44:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:44:37 Removing intermediate container babde9f97b67 04:44:37 ---> 4f4b5ffe7bf2 04:44:37 04:44:37 ---> 3f0c74258531 04:44:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:44:37 Successfully built 4f4b5ffe7bf2 04:44:37 Successfully tagged docker-core-metadata-go:latest 04:44:37 Building docker-sys-mgmt-agent-go 04:44:42  Building docker-core-metadata-go ... done  ---> c93bb2c964c2 04:44:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:44:43 Removing intermediate container 824869e4323c 04:44:43 ---> 3330f7e29423 04:44:43 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:44 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:44:45 ---> 62582504935f 04:44:45 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:44:45 ---> 9d3450e022b4 04:44:45 Step 3/21 : WORKDIR /edgex-go 04:44:45 ---> Using cache 04:44:45 ---> f37aaf7e7a29 04:44:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:45 ---> Using cache 04:44:45 ---> 73a66e1075c5 04:44:45 Step 5/21 : RUN apk update && apk add make git 04:44:46 ---> e2b8889f23a9 04:44:46 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:44:46 ---> Running in 12468fb676d6 04:44:46 ---> Running in e8be9dbf5604 04:44:47 ---> 9cae76bcff5a 04:44:47 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 42.094s coverage: 86.3% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.128s coverage: 72.2% of statements 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.384s coverage: 72.1% of statements 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.086s coverage: 82.4% of statements 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.027s coverage: 48.4% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 26.9% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.361s coverage: 84.1% of statements 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.035s coverage: 43.1% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.029s coverage: 100.0% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.038s coverage: 83.8% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 46.1% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.084s coverage: 100.0% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.227s coverage: 29.1% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.030s coverage: 100.0% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.013s coverage: 0.0% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.025s coverage: 87.9% of statements 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:44:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 04:44:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements 04:44:50 GO111MODULE=on go vet ./... 04:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:50 ---> 34724222c5c3 04:44:50 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:44:52 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:44:52 ---> 9d3450e022b4 04:44:52 Step 3/26 : WORKDIR /edgex-go 04:44:52 ---> Using cache 04:44:52 ---> f37aaf7e7a29 04:44:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:52 ---> Using cache 04:44:52 ---> 73a66e1075c5 04:44:52 Step 5/26 : RUN apk update && apk add make bash git 04:44:53 ---> c73236eb1ee3 04:44:53 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:44:53 ---> Running in ef4df056904d 04:44:53 ---> Running in 3d6adc9451f1 04:44:53 Removing intermediate container e8be9dbf5604 04:44:53 ---> 1194ded44201 04:44:53 Step 24/29 : RUN chmod 755 security-secrets-setup 04:44:53 ---> Running in 5d2d0b5f41f2 04:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:54 Removing intermediate container 3d6adc9451f1 04:44:54 ---> 616dd5a676ff 04:44:54 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:44:54 ---> Running in e27bb2abc8c2 04:44:54 Removing intermediate container 5d2d0b5f41f2 04:44:54 ---> c5b48022bec8 04:44:54 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:44:54 ---> Running in 54b2af3b7195 04:44:54 Removing intermediate container e27bb2abc8c2 04:44:54 ---> 58e2bee2a682 04:44:54 Step 24/26 : LABEL arch=x86_64 04:44:55 ---> Running in 9ba4f5772b00 04:44:55 Removing intermediate container 54b2af3b7195 04:44:55 ---> 1c09d6db4c95 04:44:55 Step 26/29 : CMD [ "generate" ] 04:44:55 Removing intermediate container 9ba4f5772b00 04:44:55 ---> 692db4c69d26 04:44:55 Step 25/26 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:44:55 ---> Running in 07780cdbba7c 04:44:55 ---> Running in 61c1c0ba12c8 04:44:55 Removing intermediate container 07780cdbba7c 04:44:55 ---> 526b92f62c4c 04:44:55 Step 27/29 : LABEL arch=x86_64 04:44:55 ---> Running in cf2c6f05c2bd 04:44:55 Removing intermediate container 61c1c0ba12c8 04:44:55 ---> 75f924b2ea88 04:44:55 Step 26/26 : LABEL version=0.0.0 04:44:56 ---> Running in d8acdda72c9c 04:44:56 Removing intermediate container cf2c6f05c2bd 04:44:56 ---> 6a39a826c65a 04:44:56 Step 28/29 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:44:56 ---> Running in b91d82929748 04:44:56 Removing intermediate container d8acdda72c9c 04:44:56 ---> f13d7b8231c7 04:44:56 04:44:56 Removing intermediate container b91d82929748 04:44:56 ---> 5bdb42c1b7e1 04:44:56 Step 29/29 : LABEL version=0.0.0 04:44:56 Successfully built f13d7b8231c7 04:44:56 Successfully tagged docker-security-secretstore-setup-go:latest 04:44:56  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 04:44:56 ---> Running in 84a862c052a8 04:44:56 Removing intermediate container 84a862c052a8 04:44:56 ---> c522769914ce 04:44:56 04:44:56 Successfully built c522769914ce 04:44:56 Successfully tagged docker-security-secrets-setup-go:latest 04:44:56 Building docker-security-proxy-setup-go 04:45:03  Building docker-security-secrets-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:05 gofmt -l . 04:45:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:07 (1/5) Installing libgcc (9.3.0-r2) 04:45:07 (2/5) Installing libsodium (1.0.18-r0) 04:45:08 [ "`gofmt -l .`" = "" ] 04:45:10 ./bin/test-go-mod-tidy.sh 04:45:11 (3/5) Installing libstdc++ (9.3.0-r2) 04:45:11 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:45:11 ---> 9d3450e022b4 04:45:11 Step 3/23 : WORKDIR /edgex-go 04:45:11 ---> Using cache 04:45:11 ---> f37aaf7e7a29 04:45:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:11 ---> Using cache 04:45:11 ---> 73a66e1075c5 04:45:11 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:45:11 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:45:11 ---> 9d3450e022b4 04:45:11 Step 3/20 : WORKDIR /edgex-go 04:45:11 ---> Using cache 04:45:11 ---> f37aaf7e7a29 04:45:11 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:11 ---> Using cache 04:45:11 ---> 73a66e1075c5 04:45:11 Step 5/20 : RUN apk update && apk add make git 04:45:11 ./bin/test-attribution-txt.sh 04:45:12 ---> Running in 5e3043a9221b 04:45:12 ---> Running in c892ee608b62 04:45:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] sh 04:45:15 + ls -al . 04:45:15 total 588 04:45:15 drwxrwxr-x 10 1001 1001 4096 Jul 31 04:45 . 04:45:15 drwxr-xr-x 4 root root 4096 Jul 31 04:42 .. 04:45:15 -rw-rw-r-- 1 1001 1001 11 Jul 31 04:34 .dockerignore 04:45:15 drwxrwxr-x 8 1001 1001 4096 Jul 31 04:34 .git 04:45:15 drwxrwxr-x 3 1001 1001 4096 Jul 31 04:34 .github 04:45:15 -rw-rw-r-- 1 1001 1001 932 Jul 31 04:34 .gitignore 04:45:15 drwxrwxr-x 3 1001 1001 4096 Jul 31 04:35 .semver 04:45:15 -rw-rw-r-- 1 1001 1001 166 Jul 31 04:34 .sonarcloud.properties 04:45:15 -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:34 CONTRIBUTING.md 04:45:15 -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:34 Dockerfile.build 04:45:15 -rw-rw-r-- 1 1001 1001 865 Jul 31 04:34 Jenkinsfile 04:45:15 -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:34 LICENSE 04:45:15 -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:34 Makefile 04:45:15 -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:34 README.md 04:45:15 -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:34 SECURITY.md 04:45:15 -rw-rw-r-- 1 1001 1001 5 Jul 31 04:31 VERSION 04:45:15 -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:34 ZMQWindows.md 04:45:15 drwxrwxr-x 2 1001 1001 4096 Jul 31 04:34 bin 04:45:15 drwxrwxr-x 15 1001 1001 4096 Jul 31 04:34 cmd 04:45:15 -rw-r--r-- 1 root root 455496 Jul 31 04:44 coverage.out 04:45:15 -rw-r--r-- 1 root root 1019 Jul 31 04:45 go.mod 04:45:15 -rw-r--r-- 1 root root 18146 Jul 31 04:45 go.sum 04:45:15 drwxrwxr-x 8 1001 1001 4096 Jul 31 04:34 internal 04:45:15 drwxrwxr-x 4 1001 1001 4096 Jul 31 04:34 openapi 04:45:15 drwxrwxr-x 4 1001 1001 4096 Jul 31 04:34 snap 04:45:15 -rw-rw-r-- 1 1001 1001 168 Jul 31 04:34 version.go [Pipeline] sh 04:45:16 + '[' -e coverage.out ] 04:45:16 + chown 1001:1001 coverage.out [Pipeline] stash 04:45:16 Warning: overwriting stash ‘coverage-report’ 04:45:17 Stashed 1 file(s) [Pipeline] sh 04:45:18 + make build 04:45:18 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 04:45:22 (4/5) Installing libzmq (4.3.2-r0) 04:45:24 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:24 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:24 OK: 12749 distinct packages available 04:45:24 OK: 233 MiB in 51 packages 04:45:24 (5/5) Installing zeromq (4.3.2-r0) 04:45:24 Executing busybox-1.31.1-r16.trigger 04:45:24 OK: 8 MiB in 19 packages 04:45:25 Removing intermediate container 12468fb676d6 04:45:25 ---> bd1cf897880f 04:45:25 Step 6/21 : COPY go.mod . 04:45:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:25 ---> 1bfa07336bb7 04:45:25 Step 7/21 : RUN go mod download 04:45:25 Removing intermediate container b56c6fcb2032 04:45:25 ---> 957d11c97964 04:45:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:45:25 ---> Running in 96398d1f8a98 04:45:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:26 ---> 5f0fb5af9a27 04:45:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:45:27 ---> f8583a126809 04:45:27 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:45:27 ---> 32723a841bc1 04:45:27 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:27 ---> Running in 9230339932f0 04:45:27 Removing intermediate container 9230339932f0 04:45:27 ---> b10037ff5fb0 04:45:27 Step 20/22 : LABEL arch=x86_64 04:45:27 ---> Running in 37661f9929ba 04:45:27 Removing intermediate container 96398d1f8a98 04:45:27 ---> 0b9187a42d04 04:45:27 Step 8/21 : COPY . . 04:45:28 Removing intermediate container 37661f9929ba 04:45:28 ---> 00a310228a34 04:45:28 Step 21/22 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:45:28 ---> Running in 43e8e093d593 04:45:30 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:30 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:30 OK: 12749 distinct packages available 04:45:30 OK: 233 MiB in 51 packages 04:45:31 Removing intermediate container 43e8e093d593 04:45:31 ---> 4342ad586809 04:45:31 Step 22/22 : LABEL version=0.0.0 04:45:32 ---> Running in 943dfe21a317 04:45:33 Removing intermediate container 943dfe21a317 04:45:33 ---> 4fef676380ed 04:45:33 04:45:33 Removing intermediate container ef4df056904d 04:45:33 ---> c1bd80ba9b35 04:45:33 Step 6/26 : COPY go.mod . 04:45:33 Successfully built 4fef676380ed 04:45:33 Successfully tagged docker-core-data-go:latest 04:45:33 Building docker-support-scheduler-go 04:45:34  Building docker-core-data-go ... done  ---> c94296ce99b3 04:45:34 Step 7/26 : RUN go mod download 04:45:39 ---> Running in f3d933ff37ab 04:45:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:45:44 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:44 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:44 OK: 12749 distinct packages available 04:45:44 OK: 233 MiB in 51 packages 04:45:44 Removing intermediate container f3d933ff37ab 04:45:44 ---> c386d1ba32ae 04:45:44 Step 8/26 : COPY . . 04:45:46 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:46 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:46 OK: 12749 distinct packages available 04:45:46 OK: 233 MiB in 51 packages 04:45: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 04:45:51 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:51 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:45:51 ---> 9d3450e022b4 04:45:51 Step 3/20 : WORKDIR /edgex-go 04:45:51 ---> Using cache 04:45:51 ---> f37aaf7e7a29 04:45:51 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:51 ---> Using cache 04:45:51 ---> 73a66e1075c5 04:45:51 Step 5/20 : RUN apk update && apk add make git 04:45:51 ---> Using cache 04:45:51 ---> bd1cf897880f 04:45:51 Step 6/20 : COPY go.mod . 04:45:51 ---> Using cache 04:45:51 ---> 1bfa07336bb7 04:45:51 Step 7/20 : RUN go mod download 04:45:51 ---> Using cache 04:45:51 ---> 0b9187a42d04 04:45:51 Step 8/20 : COPY . . 04:45:51 ---> Using cache 04:45:51 ---> 0a0d4e5b99f9 04:45:51 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:45:52 ---> 0a0d4e5b99f9 04:45:52 Step 9/21 : RUN make cmd/core-command/core-command 04:45:53 ---> Running in a2251cf0422f 04:45:53 Removing intermediate container c892ee608b62 04:45:53 ---> 8cc5c8d90534 04:45:53 Step 6/20 : COPY go.mod . 04:45:54 ---> Running in 1cddc16fa2d6 04:45:56 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 04:45:57 ---> 462d4e8567c6 04:45:57 Step 7/20 : RUN go mod download 04:45:57 Removing intermediate container 5e3043a9221b 04:45:57 ---> 12193627f7d0 04:45:57 Step 6/23 : COPY go.mod . 04:45:57 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 04:45:58 ---> Running in 48875ab3cc30 04:45:58 ---> 84b675c4004e 04:45:58 Step 7/23 : RUN go mod download 04:45:59 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 04:45:59 ---> Running in 4e328dac4be7 04:46:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:46:04 Removing intermediate container 48875ab3cc30 04:46:04 ---> c59dd188e5b0 04:46:04 Step 8/20 : COPY . . 04:46:04 Removing intermediate container 4e328dac4be7 04:46:04 ---> 180fc82018ef 04:46:04 Step 8/23 : COPY . . 04:46:04 ---> d28ab1557da9 04:46:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:46:04 ---> Running in a9c6f43e6df7 04:46:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:46:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:46: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 04:46:15 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 04:46:20 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 04:46:24 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 04:46:29 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 04:46:31 ---> 80e01a474a6d 04:46:31 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:46:31 ---> 1b7826fa5fc6 04:46:31 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:46:31 ---> Running in d69b90819d98 04:46:31 ---> Running in cfb89b4994f6 04:46:33 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 04:46:34 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 04:46:35 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 04:46:36 Removing intermediate container 1cddc16fa2d6 04:46:36 ---> 764789fa1761 04:46:36 04:46:36 Step 10/21 : FROM scratch 04:46:36 ---> 04:46:36 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:36 Removing intermediate container a2251cf0422f 04:46:36 ---> 188a06f8a121 04:46:36 04:46:36 Step 10/20 : FROM scratch 04:46:36 ---> 04:46:36 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:36 ---> Using cache 04:46:36 ---> 918555d3c487 04:46:36 Step 12/21 : ENV APP_PORT=48082 04:46:36 ---> Using cache 04:46:36 ---> 918555d3c487 04:46:36 Step 12/20 : ENV APP_PORT=48085 04:46:37 ---> Running in b25a20ff1065 04:46: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 04:46:37 ---> Running in 0343c49f4226 04:46:38 Removing intermediate container a9c6f43e6df7 04:46:38 ---> 368f02833eb3 04:46:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:46:38 Removing intermediate container b25a20ff1065 04:46:38 ---> 96e8998950f3 04:46:38 Step 13/21 : EXPOSE $APP_PORT 04:46:38 ---> Running in 3fd1d2fb5c0d 04:46:38 Removing intermediate container 0343c49f4226 04:46:38 ---> 882b91cb66a7 04:46:38 Step 13/20 : EXPOSE $APP_PORT 04:46:38 ---> Running in e67023c27bbe 04:46:39 ---> Running in 0db1bc053183 04:46:39 Removing intermediate container e67023c27bbe 04:46:39 ---> 247c64a9f3e5 04:46:39 Step 14/21 : WORKDIR / 04:46:39 ---> Running in d9eca9570eb0 04:46:39 Removing intermediate container 0db1bc053183 04:46:39 ---> e3a43e9ef11a 04:46:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:46:39 Removing intermediate container d9eca9570eb0 04:46:39 ---> 59a737bfeddc 04:46:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:46:40 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 04:46:40 ---> 6a5861cb7b9f 04:46:40 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:46:40 ---> 84c1297b27da 04:46:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:46:40 ---> a2eb81d499c3 04:46:40 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] } 04:46:41 $ docker stop --time=1 017052c98c5863c07640c793c8dd8852596400bf5a1f539dac47eb66acff77fd 04:46:42 ---> c05449f3c454 04:46:42 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:42 ---> a5456a301d4f 04:46:42 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:46:42 ---> Running in 83f831d1bb96 04:46:42 ---> d0a99e1384f7 04:46:42 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:42 ---> Running in 26400066ade8 04:46:42 Removing intermediate container 83f831d1bb96 04:46:42 ---> 6001d0e1cc7a 04:46:42 Step 18/20 : LABEL arch=x86_64 04:46:42 ---> Running in 7654c5f9de45 04:46:43 Removing intermediate container 3fd1d2fb5c0d 04:46:43 ---> b701b5cd60bc 04:46:43 04:46:43 Step 11/26 : FROM docker:latest 04:46:43 ---> 81f5749c9058 04:46:43 Step 12/26 : RUN apk add --no-cache bash 04:46:43 Removing intermediate container 26400066ade8 04:46:43 ---> 7413ba8ff972 04:46:43 Step 19/21 : LABEL arch=x86_64 04:46:43 Removing intermediate container 7654c5f9de45 04:46:43 ---> 931bf971808b 04:46:43 Step 19/20 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:46:43 ---> Running in 3b823e29e646 04:46:43 ---> Running in 82256e236555 04:46:43 ---> Running in b18cf7bf1483 04:46:43 Removing intermediate container 3b823e29e646 04:46:43 ---> 4c74801b4b43 04:46:43 Step 20/21 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:46:43 $ docker rm -f 017052c98c5863c07640c793c8dd8852596400bf5a1f539dac47eb66acff77fd 04:46:43 Removing intermediate container b18cf7bf1483 04:46:43 ---> 34c7d7594049 04:46:43 Step 20/20 : LABEL version=0.0.0 04:46:43 ---> Running in dd7a274d2ce8 04:46:43 ---> Running in e6da57992347 04:46:44 Removing intermediate container dd7a274d2ce8 04:46:44 ---> 193c010894cb 04:46:44 Step 21/21 : LABEL version=0.0.0 [Pipeline] // withDockerContainer 04:46:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:44 ---> Running in b0a4c42d3fd3 04:46:44 Removing intermediate container e6da57992347 04:46:44 ---> 6813cb080fab 04:46:44 04:46:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 04:46:45 (1/2) Installing readline (8.0.4-r0) 04:46:45 (2/2) Installing bash (5.0.17-r0) 04:46:45 Executing bash-5.0.17-r0.post-install 04:46:45 Successfully built 6813cb080fab 04:46:45 Executing busybox-1.31.1-r16.trigger [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:46:45 OK: 12 MiB in 22 packages 04:46:45 Successfully tagged docker-support-scheduler-go:latest 04:46:45  Building docker-support-scheduler-go ... done Removing intermediate container b0a4c42d3fd3 04:46:45 ---> 7617beb1d356 04:46:45 04:46:45 Successfully built 7617beb1d356 04:46:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:46:45 04:46:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:46:45 Successfully tagged docker-core-command-go:latest [Pipeline] isUnix [Pipeline] sh 04:46:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:46:46 latest: Pulling from edgex-devops/edgex-compose-arm64 04:46:46 29e5d40040c1: Pulling fs layer 04:46:46 1ce36da41761: Pulling fs layer 04:46:46 25b303627fd3: Pulling fs layer 04:46:46 29e5d40040c1: Verifying Checksum 04:46:46 29e5d40040c1: Download complete 04:46:46  Building docker-core-command-go ... done Removing intermediate container 82256e236555 04:46:46 ---> b77c0290d994 04:46:46 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:46:46 ---> Running in 30d5305d97cc 04:46:46 1ce36da41761: Verifying Checksum 04:46:46 1ce36da41761: Download complete 04:46:47 29e5d40040c1: Pull complete 04:46:48 1ce36da41761: Pull complete 04:46:48 25b303627fd3: Verifying Checksum 04:46:48 25b303627fd3: Download complete 04:46:48 Removing intermediate container 30d5305d97cc 04:46:48 ---> 70a0a6b3adb9 04:46:48 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:46:48 ---> Running in 8513ecb70d7d 04:46:48 Removing intermediate container 8513ecb70d7d 04:46:48 ---> a2dd9131c76e 04:46:48 Step 15/26 : ENV APP_PORT=48090 04:46:48 ---> Running in 1c3218997381 04:46:49 Removing intermediate container 1c3218997381 04:46:49 ---> 51ce5ebf602e 04:46:49 Step 16/26 : EXPOSE $APP_PORT 04:46:49 ---> Running in 98a0a5d9b79e 04:46:49 Removing intermediate container 98a0a5d9b79e 04:46:49 ---> c02b101359fc 04:46:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:46:51 ---> 12e9ecdc6eb0 04:46:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:46:51 Removing intermediate container cfb89b4994f6 04:46:51 ---> 07a6baf48448 04:46:51 04:46:51 Step 10/20 : FROM alpine 04:46:51 ---> a24bb4013296 04:46:51 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:46:51 ---> Running in 71ae88489a2d 04:46:51 ---> 0911722b0bb2 04:46:51 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:46:51 ---> 458abba4c69c 04:46:51 Step 20/26 : RUN apk --no-cache add py-pip 04:46:51 ---> Running in 75cee5ad2f8c 04:46:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:52 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:46:52 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:46:52 OK: 12749 distinct packages available 04:46:52 (1/4) Installing ca-certificates (20191127-r4) 04:46:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:46:52 (3/4) Installing libcurl (7.69.1-r0) 04:46:52 (4/4) Installing curl (7.69.1-r0) 04:46:52 Executing busybox-1.31.1-r16.trigger 04:46:52 Executing ca-certificates-20191127-r4.trigger 04:46:52 OK: 7 MiB in 18 packages 04:46:53 Removing intermediate container d69b90819d98 04:46:53 ---> b6e18eb5d514 04:46:53 04:46:53 Step 10/23 : FROM scratch 04:46:53 ---> 04:46:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:46:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:53 ---> Using cache 04:46:53 ---> 70c49a52462b 04:46:53 Step 12/23 : ENV APP_PORT=48060 04:46:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:53 ---> Running in 3d6f95a653c9 04:46:53 (1/33) Installing libbz2 (1.0.8-r1) 04:46:53 (2/33) Installing expat (2.2.9-r1) 04:46:53 (3/33) Installing libffi (3.3-r2) 04:46:53 (4/33) Installing gdbm (1.13-r1) 04:46:53 (5/33) Installing xz-libs (5.2.5-r0) 04:46:53 (6/33) Installing sqlite-libs (3.32.1-r0) 04:46:54 (7/33) Installing python3 (3.8.5-r0) 04:46:55 Removing intermediate container 3d6f95a653c9 04:46:55 ---> a1692601140c 04:46:55 Step 13/23 : EXPOSE $APP_PORT 04:46:55 Removing intermediate container 71ae88489a2d 04:46:55 ---> 39382bbc4839 04:46:55 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:46:58 25b303627fd3: Pull complete 04:46:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:46:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:46:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:46:59 prd-ubuntu18.04-docker-arm64-4c-16g-1664 does not seem to be running inside a container 04:46:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 04:46:59 ---> Running in e0ea1ee30189 04:46:59 (8/33) Installing py3-appdirs (1.4.4-r1) 04:46:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:46:59 ---> Running in 75eda0d27112 04:46:59 (10/33) Installing py3-parsing (2.4.7-r0) 04:46:59 (11/33) Installing py3-six (1.15.0-r0) 04:46:59 (12/33) Installing py3-packaging (20.4-r0) 04:46:59 (13/33) Installing py3-setuptools (47.0.0-r0) 04:46:59 (14/33) Installing py3-chardet (3.0.4-r4) 04:47:00 (15/33) Installing py3-idna (2.9-r0) 04:47:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:47:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:47:00 Removing intermediate container e0ea1ee30189 04:47:00 ---> e6c2cd231255 04:47:00 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:47:00 (18/33) Installing py3-requests (2.23.0-r0) 04:47:00 (19/33) Installing py3-msgpack (1.0.0-r0) 04:47:00 (20/33) Installing py3-lockfile (0.12.2-r3) 04:47:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:47:01 Removing intermediate container 75eda0d27112 04:47:01 ---> 0893d7626262 04:47:01 Step 13/20 : WORKDIR /edgex 04:47:01 (22/33) Installing py3-colorama (0.4.3-r0) 04:47:01 (23/33) Installing py3-distlib (0.3.0-r0) 04:47:01 ---> a54800479e30 04:47:01 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:47:01 (24/33) Installing py3-distro (1.5.0-r1) 04:47:01 (25/33) Installing py3-webencodings (0.5.1-r3) 04:47:01 (26/33) Installing py3-html5lib (1.0.1-r4) 04:47:01 (27/33) Installing py3-pytoml (0.1.21-r0) 04:47:01 ---> Running in 6b1dd8812098 04:47:01 (28/33) Installing py3-pep517 (0.8.2-r0) 04:47:01 (29/33) Installing py3-progress (1.5-r0) 04:47:01 (30/33) Installing py3-toml (0.10.1-r0) 04:47:01 (31/33) Installing py3-retrying (1.3.3-r0) 04:47:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:47:01 (33/33) Installing py3-pip (20.1.1-r0) 04:47:02 $ docker top 5d181fb0a97261377c0e4b0410b8bddf3e1df19a13fecfe931f17d2c6d6e6ec7 -eo pid,comm 04:47:02 Executing busybox-1.31.1-r16.trigger 04:47:02 OK: 71 MiB in 55 packages 04:47:02 ---> 8cdb061ead52 04:47:02 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:47:02 Removing intermediate container 6b1dd8812098 04:47:02 ---> b506a7cbc931 04:47:02 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] { [Pipeline] sh 04:47:03 ---> bb545efbc023 04:47:03 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:47:03 ---> a27570dceb84 04:47:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:47:04 + docker-compose build --help 04:47:04 + grep parallel 04:47:07 ---> 442716bac09a 04:47:07 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:47:07 ---> 589f83d93694 04:47:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:47:07 ---> Running in c517d4b12cd7 04:47:08 Removing intermediate container 75cee5ad2f8c 04:47:08 ---> e4b2dd957075 04:47:08 Step 21/26 : RUN pip install docker-compose==1.23.2 04:47:08 ---> Running in a316c53786c2 04:47:08 Removing intermediate container c517d4b12cd7 04:47:08 ---> 1dfdce1b70f2 04:47:08 Step 17/20 : CMD ["--init=true"] 04:47:08 ---> Running in 4edefbdafa2d 04:47:08 ---> 14acf180027d 04:47:08 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:47:08 Removing intermediate container 4edefbdafa2d 04:47:08 ---> f6a651bc7240 04:47:08 Step 18/20 : LABEL arch=x86_64 04:47:09 ---> Running in cd2bd2278d1b 04:47:09 ---> bc883019246e 04:47:09 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:09 ---> Running in 2dfceb071e9b 04:47:09 Removing intermediate container cd2bd2278d1b 04:47:09 ---> 8e117f78af1d 04:47:09 Step 19/20 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:47:09 ---> Running in 27836fbd3d2e 04:47:09 Removing intermediate container 2dfceb071e9b 04:47:09 ---> 89b2977a79ba 04:47:09 Step 21/23 : LABEL arch=x86_64 04:47:09 ---> Running in b39a85398f0f 04:47:09 --parallel Build images in parallel. [Pipeline] } 04:47:09 $ docker stop --time=1 5d181fb0a97261377c0e4b0410b8bddf3e1df19a13fecfe931f17d2c6d6e6ec7 04:47:09 Removing intermediate container 27836fbd3d2e 04:47:09 ---> 14ecb03d6710 04:47:09 Step 20/20 : LABEL version=0.0.0 04:47:09 ---> Running in 26ca01c258d6 04:47:09 Removing intermediate container b39a85398f0f 04:47:09 ---> a8bbffc171d0 04:47:09 Step 22/23 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:47:09 ---> Running in ad8e707a5443 04:47:09 Removing intermediate container 26ca01c258d6 04:47:09 ---> d00711154c20 04:47:09 04:47:09 Collecting docker-compose==1.23.2 04:47:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:47:10 Successfully built d00711154c20 04:47:10 Successfully tagged docker-security-proxy-setup-go:latest 04:47:10  Building docker-security-proxy-setup-go ... done Removing intermediate container ad8e707a5443 04:47:10 ---> 616a56b7466e 04:47:10 Step 23/23 : LABEL version=0.0.0 04:47:10 ---> Running in a5ddceb76d50 04:47:10 Collecting PyYAML<4,>=3.10 04:47:10 Downloading PyYAML-3.13.tar.gz (270 kB) 04:47:10 Removing intermediate container a5ddceb76d50 04:47:10 ---> 55694400c0a2 04:47:10 04:47:10 Successfully built 55694400c0a2 04:47:10 Successfully tagged docker-support-notifications-go:latest 04:47:11 $ docker rm -f 5d181fb0a97261377c0e4b0410b8bddf3e1df19a13fecfe931f17d2c6d6e6ec7 04:47:11  Building docker-support-notifications-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:47:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:47:11 Collecting docker<4.0,>=3.6.0 04:47:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [Pipeline] // withDockerContainer 04:47:11 Collecting dockerpty<0.5,>=0.4.1 04:47:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:47:12 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:47:12 Collecting jsonschema<3,>=2.5.1 04:47:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:47:12 . [Pipeline] withDockerContainer 04:47:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:47:12 Collecting texttable<0.10,>=0.9.0 04:47:12 Downloading texttable-0.9.1.tar.gz (11 kB) 04:47:12 prd-ubuntu18.04-docker-arm64-4c-16g-1664 does not seem to be running inside a container 04:47:12 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 04:47:12 Collecting websocket-client<1.0,>=0.32.0 04:47:12 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:47:12 Collecting cached-property<2,>=1.2.0 04:47:12 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:47:12 Collecting docopt<0.7,>=0.6.1 04:47:12 Downloading docopt-0.6.2.tar.gz (25 kB) 04:47:13 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) 04:47:13 Collecting urllib3<1.25,>=1.21.1 04:47:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:47:13 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) 04:47:13 Collecting idna<2.8,>=2.5 04:47:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:47:13 Collecting docker-pycreds>=0.4.0 04:47:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:47:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:47:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:47:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:47:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:47:13 Installing collected packages: PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, texttable, cached-property, docopt, docker-compose 04:47:13 Running setup.py install for PyYAML: started 04:47:14 $ docker top 9ef42d15ca6746352b9f3ae327085f231cbee7a468a0ac29245730a43559bbd2 -eo pid,comm [Pipeline] { [Pipeline] sh 04:47:14 Running setup.py install for PyYAML: finished with status 'done' 04:47:14 Attempting uninstall: urllib3 04:47:14 Found existing installation: urllib3 1.25.9 04:47:14 Uninstalling urllib3-1.25.9: 04:47:14 Successfully uninstalled urllib3-1.25.9 04:47:14 Attempting uninstall: idna 04:47:14 Found existing installation: idna 2.9 04:47:14 Uninstalling idna-2.9: 04:47:14 Successfully uninstalled idna-2.9 04:47:14 Attempting uninstall: requests 04:47:14 Found existing installation: requests 2.23.0 04:47:14 Uninstalling requests-2.23.0: 04:47:14 Successfully uninstalled requests-2.23.0 04:47:15 + docker-compose -f ./docker-compose-build.yml build --parallel 04:47:15 Running setup.py install for dockerpty: started 04:47:16 Running setup.py install for dockerpty: finished with status 'done' 04:47:16 Running setup.py install for texttable: started 04:47:16 Running setup.py install for texttable: finished with status 'done' 04:47:16 Running setup.py install for docopt: started 04:47:17 Running setup.py install for docopt: finished with status 'done' 04:47:17 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:47:20 Building docker-core-command-go ... 04:47:20 Building docker-core-data-go ... 04:47:20 Building docker-core-metadata-go ... 04:47:20 Building docker-security-proxy-setup-go ... 04:47:20 Building docker-security-secrets-setup-go ... 04:47:20 Building docker-security-secretstore-setup-go ... 04:47:20 Building docker-support-logging-go ... 04:47:20 Building docker-support-notifications-go ... 04:47:20 Building docker-support-scheduler-go ... 04:47:20 Building docker-sys-mgmt-agent-go ... 04:47:20 Building docker-support-notifications-go 04:47:20 Building docker-core-metadata-go 04:47:20 Building docker-security-proxy-setup-go 04:47:20 Building docker-security-secrets-setup-go 04:47:20 Building docker-security-secretstore-setup-go 04:47:20 Removing intermediate container a316c53786c2 04:47:20 ---> aead9a35df9e 04:47:20 Step 22/26 : RUN apk --no-cache add curl 04:47:20 ---> Running in 16ddbc2eb443 04:47:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:47:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:47:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:47:20 (2/3) Installing libcurl (7.69.1-r0) 04:47:20 (3/3) Installing curl (7.69.1-r0) 04:47:20 Executing busybox-1.31.1-r16.trigger 04:47:20 OK: 72 MiB in 58 packages 04:47:21 Removing intermediate container 16ddbc2eb443 04:47:21 ---> 71eb287ffa15 04:47:21 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:21 ---> Running in 632f3b1cdda2 04:47:21 Removing intermediate container 632f3b1cdda2 04:47:21 ---> e1be259c5742 04:47:21 Step 24/26 : LABEL arch=x86_64 04:47:21 ---> Running in 41816750157a 04:47:22 Removing intermediate container 41816750157a 04:47:22 ---> 545fb64d50c5 04:47:22 Step 25/26 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:47:22 ---> Running in 55e6f79f33c9 04:47:22 Removing intermediate container 55e6f79f33c9 04:47:22 ---> ffdb2806635b 04:47:22 Step 26/26 : LABEL version=0.0.0 04:47:22 ---> Running in 60e2b30a61f8 04:47:22 Removing intermediate container 60e2b30a61f8 04:47:22 ---> 557721296ade 04:47:22 04:47:22 Successfully built 557721296ade 04:47:22 Successfully tagged docker-sys-mgmt-agent-go:latest 04:47:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:47:23 $ docker stop --time=1 fdfd1cc81689c04d6eb8c937dadc5c72072722c4a68503c67337be2386cc934b 04:47:24 $ docker rm -f fdfd1cc81689c04d6eb8c937dadc5c72072722c4a68503c67337be2386cc934b [Pipeline] // withDockerContainer [Pipeline] sh 04:47:25 + docker images 04:47:25 + grep docker 04:47:25 docker-sys-mgmt-agent-go latest 557721296ade 3 seconds ago 284MB 04:47:25 docker-support-notifications-go latest 55694400c0a2 15 seconds ago 14.4MB 04:47:25 docker-security-proxy-setup-go latest d00711154c20 16 seconds ago 16.4MB 04:47:25 docker-core-command-go latest 7617beb1d356 41 seconds ago 13MB 04:47:25 docker-support-scheduler-go latest 6813cb080fab 41 seconds ago 13.1MB 04:47:25 docker-core-data-go latest 4fef676380ed About a minute ago 23.8MB 04:47:25 docker-security-secretstore-setup-go latest f13d7b8231c7 2 minutes ago 33.9MB 04:47:25 docker-security-secrets-setup-go latest c522769914ce 2 minutes ago 25.1MB 04:47:25 docker-core-metadata-go latest 4f4b5ffe7bf2 2 minutes ago 14.4MB 04:47:25 docker-support-logging-go latest 29ca87228156 2 minutes ago 11.8MB 04:47:25 docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:49:12 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:49:12 ---> af6bad2cbe67 04:49:12 Step 3/23 : WORKDIR /edgex-go 04:49:12 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:49:12 ---> af6bad2cbe67 04:49:12 Step 3/26 : WORKDIR /edgex-go 04:49:12 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:49:12 ---> af6bad2cbe67 04:49:12 Step 3/21 : WORKDIR /edgex-go 04:49:12 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:12 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:49:12 ---> af6bad2cbe67 04:49:12 Step 3/29 : WORKDIR /edgex-go 04:49:12 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:12 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:49:12 ---> af6bad2cbe67 04:49:12 Step 3/20 : WORKDIR /edgex-go 04:49:12 ---> Running in 83a3790abd50 04:49:12 ---> Running in 09529a4254b4 04:49:12 ---> Running in b1c41c026a04 04:49:12 ---> Running in b510dac60e4b 04:49:12 ---> Running in b9eba26c6280 04:49:12 Removing intermediate container 09529a4254b4 04:49:12 ---> 640b3a9c5399 04:49:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:12 Removing intermediate container b9eba26c6280 04:49:12 ---> 83666ed29097 04:49:12 Step 4/29 : RUN apk update && apk add make git 04:49:12 Removing intermediate container b1c41c026a04 04:49:12 ---> 41bf42209120 04:49:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:12 Removing intermediate container 83a3790abd50 04:49:12 ---> 88a022b6ef04 04:49:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:12 Removing intermediate container b510dac60e4b 04:49:12 ---> 980dea5aae51 04:49:12 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:12 ---> Running in 88cf78a96c6b 04:49:12 ---> Running in e14c3418100a 04:49:12 ---> Running in 8749199e1ed9 04:49:12 ---> Running in 58c30b6638fb 04:49:12 ---> Running in b6cd58437fe3 04:49:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:15 Removing intermediate container 88cf78a96c6b 04:49:15 ---> 314d2fe99679 04:49:15 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:49:15 ---> Running in 9eb8c5cd8c8f 04:49:15 Removing intermediate container e14c3418100a 04:49:15 ---> 396b64ac769f 04:49:15 Step 5/21 : RUN apk update && apk add make git 04:49:15 ---> Running in 04932fc93eed 04:49:16 Removing intermediate container 58c30b6638fb 04:49:16 ---> 5ab70a708533 04:49:16 Step 5/26 : RUN apk update && apk add make git 04:49:16 Removing intermediate container b6cd58437fe3 04:49:16 ---> f435545d1d25 04:49:16 Step 5/20 : RUN apk update && apk add make git 04:49:16 ---> Running in 52b227a31e1b 04:49:17 ---> Running in 19156490fdcf 04:49:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:46 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:49:46 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:49:46 OK: 12620 distinct packages available 04:49:46 OK: 217 MiB in 51 packages 04:49:48 Removing intermediate container 8749199e1ed9 04:49:48 ---> 0a318f0ceae9 04:49:48 Step 5/29 : COPY go.mod . 04:49:49 ---> 8ddc840aafeb 04:49:49 Step 6/29 : RUN go mod download 04:49:49 ---> Running in 466afbfc66f5 04:49:52 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:49:52 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:49:52 OK: 12620 distinct packages available 04:49:52 Removing intermediate container 466afbfc66f5 04:49:52 ---> 4104a5faba25 04:49:52 Step 7/29 : COPY . . 04:49:53 OK: 217 MiB in 51 packages 04:49:53 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:49:53 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:49:53 OK: 12620 distinct packages available 04:49:54 OK: 217 MiB in 51 packages 04:49:54 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:49:54 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:49:54 OK: 12620 distinct packages available 04:49:55 OK: 217 MiB in 51 packages 04:49:58 Removing intermediate container 19156490fdcf 04:49:58 ---> 62b0d6d2a677 04:49:58 Step 6/20 : COPY go.mod . 04:49:59 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:49:59 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:49:59 OK: 12620 distinct packages available 04:49:59 ---> 0441a96448f7 04:49:59 Step 7/20 : RUN go mod download 04:49:59 Removing intermediate container 52b227a31e1b 04:49:59 ---> 311ccb1942a3 04:49:59 Step 6/26 : COPY go.mod . 04:50:00 ---> Running in fd641dd5c171 04:50:00 OK: 217 MiB in 51 packages 04:50:00 Removing intermediate container 04932fc93eed 04:50:00 ---> e7854382da14 04:50:00 Step 6/21 : COPY go.mod . 04:50:01 ---> 2c8461a6a215 04:50:01 Step 7/26 : RUN go mod download 04:50:01 ---> Running in b1116240d8e1 04:50:02 ---> 924f47aa6739 04:50:02 Step 7/21 : RUN go mod download 04:50:02 ---> Running in c4572f207fe9 04:50:03 Removing intermediate container 9eb8c5cd8c8f 04:50:03 ---> 63b491c1c0c1 04:50:03 Step 6/23 : COPY go.mod . 04:50:05 ---> e11b105f3a8c 04:50:05 Step 7/23 : RUN go mod download 04:50:05 ---> Running in 8d2b9eb95769 04:50:06 Removing intermediate container fd641dd5c171 04:50:06 ---> 3e7369a275d4 04:50:06 Step 8/20 : COPY . . 04:50:07 Removing intermediate container b1116240d8e1 04:50:07 ---> 7d5851ddd796 04:50:07 Step 8/26 : COPY . . 04:50:07 Removing intermediate container c4572f207fe9 04:50:07 ---> 3c97cd712446 04:50:07 Step 8/21 : COPY . . 04:50:16 Removing intermediate container 8d2b9eb95769 04:50:16 ---> e7e5a587b150 04:50:16 Step 8/23 : COPY . . 04:50:17 ---> 0941d5506d15 04:50:17 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:50:19 ---> Running in ba4429045c46 04:50: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 04:50:48 ---> 85a6f2d5ea09 04:50:48 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:50:48 ---> 131be5768d73 04:50:48 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:50:48 ---> 7a65dc431a33 04:50:48 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 04:50:48 ---> 5b68cc23fbf2 04:50:48 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:50:48 ---> Running in d4e2e76428e5 04:50:48 ---> Running in 53fbfe1bb14c 04:50:48 ---> Running in 05fd3426ee5b 04:50:48 ---> Running in 90649b25ee9d 04:50:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:50:50 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 04:50:50 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 04:50:51 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 04:51:01 Removing intermediate container ba4429045c46 04:51:01 ---> d439af8a50a5 04:51:01 04:51:01 Step 9/29 : FROM alpine:latest 04:51:01 latest: Pulling from library/alpine 04:51:01 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:51:01 Status: Downloaded newer image for alpine:latest 04:51:01 ---> 62ee0e9f8440 04:51:01 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:51:01 ---> Running in d2a8fa748a4b 04:51:01 Removing intermediate container d2a8fa748a4b 04:51:01 ---> 7a6bd6373eca 04:51:01 Step 11/29 : USER root 04:51:01 ---> Running in 447dc7254363 04:51:02 Removing intermediate container 447dc7254363 04:51:02 ---> aa09698d6ba0 04:51:02 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:51:02 ---> Running in 28503a222ff8 04:51:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:05 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:51:05 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:51:05 OK: 12620 distinct packages available 04:51:06 (1/2) Installing ca-certificates (20191127-r4) 04:51:06 (2/2) Installing dumb-init (1.2.2-r1) 04:51:06 Executing busybox-1.31.1-r16.trigger 04:51:06 Executing ca-certificates-20191127-r4.trigger 04:51:06 OK: 6 MiB in 16 packages 04:51:09 Removing intermediate container 28503a222ff8 04:51:09 ---> 446ed4e9a8c9 04:51:09 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:51:09 ---> Running in 0ab165be11df 04:51:10 Removing intermediate container 0ab165be11df 04:51:10 ---> 54b606c809b4 04:51:10 Step 14/29 : WORKDIR $BASE_DIR 04:51:10 ---> Running in a730a762a621 04:51:11 Removing intermediate container a730a762a621 04:51:11 ---> 818ebb7e3948 04:51:11 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:51:11 ---> Running in 77ca25e3bac0 04:51:16 Removing intermediate container 77ca25e3bac0 04:51:16 ---> 29da9f4859ca 04:51:16 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:51:18 ---> 711a32249a8a 04:51:18 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:51:19 ---> efcfdc4ff84b 04:51:19 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:51:20 ---> 6ed310f6b57f 04:51:20 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:51:21 ---> 09402c855451 04:51:21 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:51:22 ---> e61dfc0f5323 04:51:22 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:51:22 ---> Running in 554941c904f8 04:51:26 Removing intermediate container 554941c904f8 04:51:26 ---> 91fe4bd6b804 04:51:26 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:51:27 ---> f11309307604 04:51:27 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:51:28 ---> Running in 2aec17f69bcf 04:51:32 Removing intermediate container 2aec17f69bcf 04:51:32 ---> 4f188b607c49 04:51:32 Step 24/29 : RUN chmod 755 security-secrets-setup 04:51:32 ---> Running in bfa93326e8c2 04:51:36 Removing intermediate container bfa93326e8c2 04:51:36 ---> 1c2c3193e5bf 04:51:36 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:51:37 ---> Running in a626fb0885d9 04:51:37 Removing intermediate container a626fb0885d9 04:51:37 ---> 7473346fdcc3 04:51:37 Step 26/29 : CMD [ "generate" ] 04:51:37 ---> Running in 530f1dea10b1 04:51:38 Removing intermediate container 530f1dea10b1 04:51:38 ---> 3c7c0b3a1062 04:51:38 Step 27/29 : LABEL arch=arm64 04:51:38 ---> Running in cc4fbb503921 04:51:39 Removing intermediate container cc4fbb503921 04:51:39 ---> 74055fbf1adc 04:51:39 Step 28/29 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:51:39 ---> Running in 964931e73a17 04:51:40 Removing intermediate container 964931e73a17 04:51:40 ---> 31b47c9703e5 04:51:40 Step 29/29 : LABEL version=0.0.0 04:51:40 ---> Running in 8ee565836787 04:51:41 Removing intermediate container 8ee565836787 04:51:41 ---> dbf24da59909 04:51:41 04:51:41 Successfully built dbf24da59909 04:51:41 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:51:41  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go 04:52:14 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:52:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:52:14 ---> af6bad2cbe67 04:52:14 Step 3/21 : WORKDIR /edgex-go 04:52:14 ---> Using cache 04:52:14 ---> 980dea5aae51 04:52:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:52:14 ---> Using cache 04:52:14 ---> f435545d1d25 04:52:14 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:52:14 ---> Running in ec4bd83a294c 04:52:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:18 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 04:52:21 Removing intermediate container 05fd3426ee5b 04:52:21 ---> 12e0d811f5c5 04:52:21 04:52:21 Step 10/20 : FROM alpine 04:52:21 ---> 62ee0e9f8440 04:52:21 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:52:21 ---> Running in 4d75529cbbd1 04:52:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:25 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:52:25 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:52:25 OK: 12620 distinct packages available 04:52:26 (1/4) Installing ca-certificates (20191127-r4) 04:52:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:52:26 (3/4) Installing libcurl (7.69.1-r0) 04:52:26 (4/4) Installing curl (7.69.1-r0) 04:52:26 Executing busybox-1.31.1-r16.trigger 04:52:26 Executing ca-certificates-20191127-r4.trigger 04:52:26 OK: 7 MiB in 18 packages 04:52:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:29 Removing intermediate container 4d75529cbbd1 04:52:29 ---> 7d6e68d89e92 04:52:29 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:52:30 ---> Running in 846330bec40c 04:52:30 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 04:52:30 Removing intermediate container 846330bec40c 04:52:30 ---> a6eaab034c52 04:52:30 Step 13/20 : WORKDIR /edgex 04:52:31 ---> Running in 03e3836aab7d 04:52:32 Removing intermediate container 03e3836aab7d 04:52:32 ---> 6b00035be309 04:52:32 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:52:33 ---> d9a2d0a39b89 04:52:33 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:52:34 ---> 12f3011b927e 04:52:34 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:52:34 ---> Running in a40fdadd11d5 04:52:35 Removing intermediate container a40fdadd11d5 04:52:35 ---> 81d2c1bf510e 04:52:35 Step 17/20 : CMD ["--init=true"] 04:52:35 ---> Running in c7f0aa0cf412 04:52:36 Removing intermediate container c7f0aa0cf412 04:52:36 ---> 6cba5ae74f7e 04:52:36 Step 18/20 : LABEL arch=arm64 04:52:36 ---> Running in 8ff02e3694f7 04:52:37 Removing intermediate container 8ff02e3694f7 04:52:37 ---> d935e0be73aa 04:52:37 Step 19/20 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:52:37 ---> Running in d599e74799bd 04:52:37 Removing intermediate container d599e74799bd 04:52:37 ---> 1a76bc78bed2 04:52:37 Step 20/20 : LABEL version=0.0.0 04:52:38 ---> Running in c3d48b2c01ab 04:52:39 Removing intermediate container c3d48b2c01ab 04:52:39 ---> eef15a3d408d 04:52:39 04:52:39 Successfully built eef15a3d408d 04:52:39 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:52:39  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 04:52:41 Removing intermediate container 90649b25ee9d 04:52:41 ---> 2e4f23ecc9ac 04:52:41 04:52:41 Step 10/26 : FROM alpine:3.10 04:52:42 3.10: Pulling from library/alpine 04:52:43 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:52:43 Status: Downloaded newer image for alpine:3.10 04:52:43 ---> 536a684cf733 04:52:43 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:52:47 ---> Running in a64c03986f71 04:52:47 Removing intermediate container d4e2e76428e5 04:52:47 ---> 58c660901cf0 04:52:47 04:52:47 Step 10/23 : FROM scratch 04:52:47 ---> 04:52:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:52:47 ---> Running in c1cb7013d5f2 04:52:49 Removing intermediate container c1cb7013d5f2 04:52:49 ---> b2559a13eecb 04:52:49 Step 12/23 : ENV APP_PORT=48060 04:52:49 ---> Running in 55a5da10cab0 04:52:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:52:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:52:50 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:52:50 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:52:50 OK: 12620 distinct packages available 04:52:50 Removing intermediate container 55a5da10cab0 04:52:50 ---> 47f219677134 04:52:50 Step 13/23 : EXPOSE $APP_PORT 04:52:50 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:52:50 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:52:50 OK: 10167 distinct packages available 04:52:50 ---> Running in 1c78973ec539 04:52:51 (1/5) Installing ca-certificates (20191127-r2) 04:52:51 OK: 217 MiB in 51 packages 04:52:51 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:52:51 (3/5) Installing libcurl (7.66.0-r0) 04:52:51 (4/5) Installing curl (7.66.0-r0) 04:52:51 (5/5) Installing dumb-init (1.2.2-r1) 04:52:51 Executing busybox-1.30.1-r3.trigger 04:52:51 Executing ca-certificates-20191127-r2.trigger 04:52:52 OK: 7 MiB in 19 packages 04:52:52 Removing intermediate container 53fbfe1bb14c 04:52:52 ---> 247bc23382a5 04:52:52 04:52:52 Step 10/21 : FROM scratch 04:52:52 ---> 04:52:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:52:52 Removing intermediate container 1c78973ec539 04:52:52 ---> 82197aee62d3 04:52:52 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:52:52 OK: 217 MiB in 51 packages 04:52:52 ---> Running in d924f21ee75a 04:52:53 ---> 588cb459f8f6 04:52:53 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:52:53 Removing intermediate container d924f21ee75a 04:52:53 ---> 230c7e314e84 04:52:53 Step 12/21 : ENV APP_PORT=48081 04:52:54 ---> Running in a640e40ae52f 04:52:55 Removing intermediate container a64c03986f71 04:52:55 ---> 5d6bedef33ee 04:52:55 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:52:55 Removing intermediate container ec4bd83a294c 04:52:55 ---> ff75316dae31 04:52:55 Step 6/21 : COPY go.mod . 04:52:55 Removing intermediate container a640e40ae52f 04:52:55 ---> 2e53f66a699b 04:52:55 Step 13/21 : EXPOSE $APP_PORT 04:52:55 ---> c7253bc966ae 04:52:55 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:52:55 ---> Running in a8766ea9fd6b 04:52:55 ---> Running in ea7a880e8026 04:52:56 ---> 4d64b9b79766 04:52:56 Step 7/21 : RUN go mod download 04:52:57 Removing intermediate container ea7a880e8026 04:52:57 ---> 61587f9acd1c 04:52:57 Step 14/21 : WORKDIR / 04:52:57 ---> Running in 1fee79a5c3e8 04:52:57 Removing intermediate container a8766ea9fd6b 04:52:57 ---> 5cb0c0dd4e37 04:52:57 Step 13/26 : WORKDIR / 04:52:57 ---> Running in 5f925fee783f 04:52:57 ---> Running in 5f7cb4305dc2 04:52:58 ---> d28acca2407f 04:52:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:52:58 Removing intermediate container 5f925fee783f 04:52:58 ---> ef0f28f47749 04:52:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:52:58 Removing intermediate container 5f7cb4305dc2 04:52:58 ---> 13c072053ce6 04:52:58 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:52:59 ---> 02b9277ac495 04:52:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:52:59 ---> dafa6d4eaad8 04:52:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:53:00 ---> 713266238e00 04:53: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 04:53:02 ---> 508c3a2e962b 04:53:02 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:53:02 ---> 65ac75a93ebc 04:53:02 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:53:02 Removing intermediate container 1fee79a5c3e8 04:53:02 ---> 7da54ac243ad 04:53:02 Step 8/21 : COPY . . 04:53:02 ---> aabc548f2c0c 04:53:02 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:53:03 ---> 12bff5180aef 04:53:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:53:04 ---> 8b218c151c87 04:53:04 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:53:04 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:53:04 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:53:04 ---> af6bad2cbe67 04:53:04 Step 3/20 : WORKDIR /edgex-go 04:53:04 ---> Using cache 04:53:04 ---> 980dea5aae51 04:53:04 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:04 ---> Using cache 04:53:04 ---> f435545d1d25 04:53:04 Step 5/20 : RUN apk update && apk add make git 04:53:04 ---> Using cache 04:53:04 ---> 62b0d6d2a677 04:53:04 Step 6/20 : COPY go.mod . 04:53:04 ---> Using cache 04:53:04 ---> 0441a96448f7 04:53:04 Step 7/20 : RUN go mod download 04:53:04 ---> Using cache 04:53:04 ---> 3e7369a275d4 04:53:04 Step 8/20 : COPY . . 04:53:04 ---> Using cache 04:53:04 ---> 5b68cc23fbf2 04:53:04 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:53:05 ---> d4cf36b798f5 04:53:05 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:53:05 ---> 208ad7182c54 04:53:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:53:05 ---> Running in c752e53d7dd9 04:53:05 ---> Running in b01345b1702a 04:53:05 ---> Running in 258712d4543e 04:53:06 Removing intermediate container b01345b1702a 04:53:06 ---> 7570f38d8d32 04:53:06 Step 21/23 : LABEL arch=arm64 04:53:07 Removing intermediate container 258712d4543e 04:53:07 ---> 3f9bddda8f3f 04:53:07 Step 19/21 : LABEL arch=arm64 04:53:07 ---> Running in aafba1edde5e 04:53:07 ---> Running in 5009215397f8 04:53:07 ---> afa0c9d9738d 04:53:07 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:53:08 Removing intermediate container aafba1edde5e 04:53:08 ---> 4c3d262f34a1 04:53:08 Step 22/23 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:53:08 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 04:53:08 Removing intermediate container 5009215397f8 04:53:08 ---> f645432cdca4 04:53:08 Step 20/21 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:53:09 ---> Running in 2545e04ef3e4 04:53:09 ---> Running in 2b1615a18d40 04:53:10 Removing intermediate container 2545e04ef3e4 04:53:10 ---> 2861e9eabadb 04:53:10 Step 23/23 : LABEL version=0.0.0 04:53:10 ---> f8665f3a529b 04:53:10 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:53:10 ---> Running in 1d74c3758fb5 04:53:10 Removing intermediate container 2b1615a18d40 04:53:10 ---> a7e03ee55c60 04:53:10 Step 21/21 : LABEL version=0.0.0 04:53:11 ---> Running in 492ebd0ab23e 04:53:11 Removing intermediate container 1d74c3758fb5 04:53:11 ---> 0898683fe0a4 04:53:11 04:53:12 Removing intermediate container 492ebd0ab23e 04:53:12 ---> 082dac96430f 04:53:12 04:53:13 ---> d498ecbc8188 04:53:13 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:53:13 Successfully built 0898683fe0a4 04:53:13 Successfully tagged docker-support-notifications-go-arm64:latest 04:53:13 Building docker-core-command-go 04:53:13  Building docker-support-notifications-go ... done Successfully built 082dac96430f 04:53:13 Successfully tagged docker-core-metadata-go-arm64:latest 04:53:13  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 04:53:15 ---> 73165360ccd8 04:53:15 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:53:15 ---> Running in 6eb3bf576bfd 04:53:25 Removing intermediate container 6eb3bf576bfd 04:53:25 ---> 2f3dec125d8d 04:53:25 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:53:25 ---> Running in a2152594c59f 04:53:27 Removing intermediate container a2152594c59f 04:53:27 ---> 4e7c5066efef 04:53:27 Step 24/26 : LABEL arch=arm64 04:53:28 ---> Running in 6eaefa9d541f 04:53:29 ---> 4f38521861d6 04:53:29 Step 9/21 : RUN make cmd/support-logging/support-logging 04:53:29 Removing intermediate container 6eaefa9d541f 04:53:29 ---> d1a3ee5b4d1b 04:53:29 Step 25/26 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:53:30 ---> Running in df419df02dae 04:53:30 ---> Running in ac824c60c431 04:53:31 Removing intermediate container ac824c60c431 04:53:31 ---> b02d2b808cae 04:53:31 Step 26/26 : LABEL version=0.0.0 04:53:31 ---> Running in 97d8ea610014 04:53:32 Removing intermediate container 97d8ea610014 04:53:32 ---> f0baf0b5a567 04:53:32 04:53:33 Successfully built f0baf0b5a567 04:53:33 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:53:33 Building docker-core-data-go 04:53:33  Building docker-security-secretstore-setup-go ... done 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 04:54:20 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:54:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:54:20 ---> af6bad2cbe67 04:54:20 Step 3/26 : WORKDIR /edgex-go 04:54:20 ---> Using cache 04:54:20 ---> 980dea5aae51 04:54:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:20 ---> Using cache 04:54:20 ---> f435545d1d25 04:54:20 Step 5/26 : RUN apk update && apk add make bash git 04:54:20 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:54:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:54:20 ---> af6bad2cbe67 04:54:20 Step 3/21 : WORKDIR /edgex-go 04:54:20 ---> Using cache 04:54:20 ---> 980dea5aae51 04:54:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:20 ---> Using cache 04:54:20 ---> f435545d1d25 04:54:20 Step 5/21 : RUN apk update && apk add make git 04:54:20 ---> Using cache 04:54:20 ---> 62b0d6d2a677 04:54:20 Step 6/21 : COPY go.mod . 04:54:20 ---> Using cache 04:54:20 ---> 0441a96448f7 04:54:20 Step 7/21 : RUN go mod download 04:54:20 ---> Using cache 04:54:20 ---> 3e7369a275d4 04:54:20 Step 8/21 : COPY . . 04:54:20 ---> Using cache 04:54:20 ---> 5b68cc23fbf2 04:54:20 Step 9/21 : RUN make cmd/core-command/core-command 04:54:22 ---> Running in fb16032668d6 04:54:22 ---> Running in c52d25b4df63 04:54:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:26 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 04:54:32 Removing intermediate container c752e53d7dd9 04:54:32 ---> 715d430168a9 04:54:32 04:54:32 Step 10/20 : FROM scratch 04:54:32 ---> 04:54:32 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:54:32 ---> Using cache 04:54:32 ---> 230c7e314e84 04:54:32 Step 12/20 : ENV APP_PORT=48085 04:54:33 ---> Running in 76699447418e 04:54:34 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:54:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:54:34 ---> af6bad2cbe67 04:54:34 Step 3/22 : WORKDIR /edgex-go 04:54:34 ---> Using cache 04:54:34 ---> 980dea5aae51 04:54:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:34 ---> Using cache 04:54:34 ---> f435545d1d25 04:54:34 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:54:34 ---> Running in 55b1752badf0 04:54:34 Removing intermediate container 76699447418e 04:54:34 ---> f58e51f44056 04:54:34 Step 13/20 : EXPOSE $APP_PORT 04:54:34 ---> Running in b69054341222 04:54:35 Removing intermediate container b69054341222 04:54:35 ---> c06ba4b5bd7c 04:54:35 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:54:36 ---> e087c8c8e195 04:54:36 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:54:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:38 ---> 0fe13e2310a9 04:54:38 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:54:39 ---> aacea93f936b 04:54:39 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:54:40 ---> Running in 9d4248556608 04:54:40 Removing intermediate container 9d4248556608 04:54:40 ---> a3e045e9b420 04:54:40 Step 18/20 : LABEL arch=arm64 04:54:40 ---> Running in bd9e0b3615bd 04:54:41 Removing intermediate container bd9e0b3615bd 04:54:41 ---> 85543460d228 04:54:41 Step 19/20 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:54:41 ---> Running in b706d99d7439 04:54:42 Removing intermediate container b706d99d7439 04:54:42 ---> 052d877a5cfe 04:54:42 Step 20/20 : LABEL version=0.0.0 04:54:42 ---> Running in 3b64d5b676f2 04:54:43 Removing intermediate container 3b64d5b676f2 04:54:43 ---> 5403693e1ae8 04:54:43 04:54:44 Successfully built 5403693e1ae8 04:54:44 Successfully tagged docker-support-scheduler-go-arm64:latest 04:54:46  Building docker-support-scheduler-go ... done Removing intermediate container df419df02dae 04:54:46 ---> c4dd4ddfdc02 04:54:46 04:54:46 Step 10/21 : FROM scratch 04:54:46 ---> 04:54:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:54:46 ---> Using cache 04:54:46 ---> b2559a13eecb 04:54:46 Step 12/21 : ENV APP_PORT=48061 04:54:47 ---> Running in b08ac6e9efe6 04:54:47 Removing intermediate container b08ac6e9efe6 04:54:47 ---> 586671387e4d 04:54:47 Step 13/21 : EXPOSE $APP_PORT 04:54:47 ---> Running in 4710db07170a 04:54:48 Removing intermediate container 4710db07170a 04:54:48 ---> e9b1e11f467c 04:54:48 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:54:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:49 ---> b7825ce76cdf 04:54:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:54:50 ---> 7e50c8f0d0b8 04:54:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:54:52 ---> c1f0d99a83e2 04:54:52 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:54:53 ---> 3157894f978c 04:54:53 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:54:53 ---> Running in 029225b70f07 04:54:54 Removing intermediate container 029225b70f07 04:54:54 ---> 1466083b4117 04:54:54 Step 19/21 : LABEL arch=arm64 04:54:54 ---> Running in 11d18851e07c 04:54:55 Removing intermediate container 11d18851e07c 04:54:55 ---> 23846d965e2c 04:54:55 Step 20/21 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:54:55 ---> Running in 839c2e730814 04:54:56 Removing intermediate container 839c2e730814 04:54:56 ---> 4cf7aedd3dc4 04:54:56 Step 21/21 : LABEL version=0.0.0 04:54:56 ---> Running in ff6b7491dd34 04:54:56 Removing intermediate container ff6b7491dd34 04:54:56 ---> dc43031fb309 04:54:56 04:54:57 Successfully built dc43031fb309 04:54:57 Successfully tagged docker-support-logging-go-arm64:latest 04:55:04  Building docker-support-logging-go ... done v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:55:04 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:55:04 OK: 12620 distinct packages available 04:55:05 OK: 217 MiB in 51 packages 04:55:07 Removing intermediate container c52d25b4df63 04:55:07 ---> 8a4226e63585 04:55:07 Step 6/26 : COPY go.mod . 04:55:07 ---> 66a9026c8355 04:55:07 Step 7/26 : RUN go mod download 04:55:07 ---> Running in e1c045f27334 04:55:08 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:55:08 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:55:08 OK: 12620 distinct packages available 04:55:09 OK: 217 MiB in 51 packages 04:55:11 Removing intermediate container 55b1752badf0 04:55:11 ---> 3ff159e4a456 04:55:11 Step 6/22 : COPY go.mod . 04:55:11 Removing intermediate container e1c045f27334 04:55:11 ---> 8c9d9ba2e063 04:55:11 Step 8/26 : COPY . . 04:55:12 ---> eec665862036 04:55:12 Step 7/22 : RUN go mod download 04:55:13 ---> Running in 9f20b95f7ef5 04:55:15 Removing intermediate container fb16032668d6 04:55:15 ---> eaca9e865572 04:55:15 04:55:15 Step 10/21 : FROM scratch 04:55:15 ---> 04:55:15 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:55:15 ---> Using cache 04:55:15 ---> 230c7e314e84 04:55:15 Step 12/21 : ENV APP_PORT=48082 04:55:17 ---> Running in f4b773360596 04:55:18 Removing intermediate container f4b773360596 04:55:18 ---> a57e12327f18 04:55:18 Step 13/21 : EXPOSE $APP_PORT 04:55:19 ---> Running in ddeb27e80eb2 04:55:19 Removing intermediate container 9f20b95f7ef5 04:55:19 ---> b5f1843ed557 04:55:19 Step 8/22 : COPY . . 04:55:20 Removing intermediate container ddeb27e80eb2 04:55:20 ---> bc7bd1968223 04:55:20 Step 14/21 : WORKDIR / 04:55:21 ---> Running in 5b7b4b1975d1 04:55:24 Removing intermediate container 5b7b4b1975d1 04:55:24 ---> 658980d53286 04:55:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:55:26 ---> 683033e92e30 04:55:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:55:26 ---> 34cd951c44a9 04:55:26 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:55:27 ---> Running in 58fa5b5b2926 04:55:27 ---> 854b32fcf5b3 04:55:27 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:55:29 ---> ddc4885b1cce 04:55:29 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:55:29 ---> Running in ed6b5535dd26 04:55:30 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 04:55:30 Removing intermediate container ed6b5535dd26 04:55:30 ---> dbc73fcce685 04:55:30 Step 19/21 : LABEL arch=arm64 04:55:31 ---> Running in f440ea6d64ac 04:55:32 Removing intermediate container f440ea6d64ac 04:55:32 ---> ca440561a845 04:55:32 Step 20/21 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:55:32 ---> Running in dea1c766c6b2 04:55:33 Removing intermediate container dea1c766c6b2 04:55:33 ---> eb7518d8c5e3 04:55:33 Step 21/21 : LABEL version=0.0.0 04:55:34 ---> Running in fe0e20e1e7bf 04:55:35 Removing intermediate container fe0e20e1e7bf 04:55:35 ---> ff5d2161ba7c 04:55:35 04:55:36 Successfully built ff5d2161ba7c 04:55:36 Successfully tagged docker-core-command-go-arm64:latest 04:55:40  Building docker-core-command-go ... done  ---> 967504b4da0a 04:55:40 Step 9/22 : RUN make cmd/core-data/core-data 04:55:40 ---> Running in 5cf4139316b1 04:55:42 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 04:56:14 Removing intermediate container 58fa5b5b2926 04:56:14 ---> f3653ce8783b 04:56:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:56:14 ---> Running in 26d297eac298 04:56:14 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 04:56:19 Removing intermediate container 26d297eac298 04:56:19 ---> f466a2659d59 04:56:19 04:56:19 Step 11/26 : FROM docker:latest 04:56:19 ---> ce9d55ae87f1 04:56:19 Step 12/26 : RUN apk add --no-cache bash 04:56:19 ---> Running in b85da003810e 04:56:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:56:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:56:20 (1/2) Installing readline (8.0.4-r0) 04:56:20 (2/2) Installing bash (5.0.17-r0) 04:56:20 Executing bash-5.0.17-r0.post-install 04:56:20 Executing busybox-1.31.1-r16.trigger 04:56:20 OK: 12 MiB in 22 packages 04:56:22 Removing intermediate container b85da003810e 04:56:22 ---> 3c3f6aff89b4 04:56:22 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:56:22 ---> Running in 57704f7011dc 04:56:25 Removing intermediate container 57704f7011dc 04:56:25 ---> 7d2bc332c494 04:56:25 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:56:25 ---> Running in 50a5827eaf22 04:56:26 Removing intermediate container 50a5827eaf22 04:56:26 ---> 8868bbd8702b 04:56:26 Step 15/26 : ENV APP_PORT=48090 04:56:26 ---> Running in a3fdac9faf88 04:56:26 Removing intermediate container a3fdac9faf88 04:56:26 ---> 37f743daead8 04:56:26 Step 16/26 : EXPOSE $APP_PORT 04:56:26 ---> Running in 35b6b817cd66 04:56:27 Removing intermediate container 35b6b817cd66 04:56:27 ---> 972c0699d569 04:56:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:56:28 ---> 4f2226b8c8cb 04:56:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:56:29 ---> 2311b2bd996f 04:56:29 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:56:30 ---> 30ef8927acaf 04:56:30 Step 20/26 : RUN apk --no-cache add py-pip 04:56:30 ---> Running in 5a9b32d1a99e 04:56:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:56:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:56:33 (1/33) Installing libbz2 (1.0.8-r1) 04:56:33 (2/33) Installing expat (2.2.9-r1) 04:56:33 (3/33) Installing libffi (3.3-r2) 04:56:33 (4/33) Installing gdbm (1.13-r1) 04:56:33 (5/33) Installing xz-libs (5.2.5-r0) 04:56:33 (6/33) Installing sqlite-libs (3.32.1-r0) 04:56:33 (7/33) Installing python3 (3.8.5-r0) 04:56:33 Removing intermediate container 5cf4139316b1 04:56:33 ---> 6b886fbc5aff 04:56:33 04:56:33 Step 10/22 : FROM alpine 04:56:33 ---> 62ee0e9f8440 04:56:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:56:33 ---> Running in 336dea4df395 04:56:34 Removing intermediate container 336dea4df395 04:56:34 ---> c26cfa355a23 04:56:34 Step 12/22 : ENV APP_PORT=48080 04:56:34 ---> Running in f0fb297e051f 04:56:35 (8/33) Installing py3-appdirs (1.4.4-r1) 04:56:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:56:35 (10/33) Installing py3-parsing (2.4.7-r0) 04:56:35 Removing intermediate container f0fb297e051f 04:56:35 ---> 69ea7e8edeba 04:56:35 Step 13/22 : EXPOSE $APP_PORT 04:56:35 (11/33) Installing py3-six (1.15.0-r0) 04:56:35 (12/33) Installing py3-packaging (20.4-r0) 04:56:35 (13/33) Installing py3-setuptools (47.0.0-r0) 04:56:35 (14/33) Installing py3-chardet (3.0.4-r4) 04:56:35 ---> Running in 023d939047b2 04:56:35 (15/33) Installing py3-idna (2.9-r0) 04:56:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:56:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:56:35 (18/33) Installing py3-requests (2.23.0-r0) 04:56:35 (19/33) Installing py3-msgpack (1.0.0-r0) 04:56:35 (20/33) Installing py3-lockfile (0.12.2-r3) 04:56:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:56:35 (22/33) Installing py3-colorama (0.4.3-r0) 04:56:35 (23/33) Installing py3-distlib (0.3.0-r0) 04:56:35 (24/33) Installing py3-distro (1.5.0-r1) 04:56:35 (25/33) Installing py3-webencodings (0.5.1-r3) 04:56:35 (26/33) Installing py3-html5lib (1.0.1-r4) 04:56:35 (27/33) Installing py3-pytoml (0.1.21-r0) 04:56:35 (28/33) Installing py3-pep517 (0.8.2-r0) 04:56:35 (29/33) Installing py3-progress (1.5-r0) 04:56:35 (30/33) Installing py3-toml (0.10.1-r0) 04:56:35 (31/33) Installing py3-retrying (1.3.3-r0) 04:56:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:56:35 (33/33) Installing py3-pip (20.1.1-r0) 04:56:36 Removing intermediate container 023d939047b2 04:56:36 ---> 6651a2027f59 04:56:36 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:56:36 Executing busybox-1.31.1-r16.trigger 04:56:36 OK: 71 MiB in 55 packages 04:56:36 ---> Running in 6de11d7abce7 04:56:39 Removing intermediate container 6de11d7abce7 04:56:39 ---> 6a0426257da1 04:56:39 Step 15/22 : RUN apk --no-cache add zeromq 04:56:39 ---> Running in 3a0c1a7a311c 04:56:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:56:42 Removing intermediate container 5a9b32d1a99e 04:56:42 ---> 73789b1aa02b 04:56:42 Step 21/26 : RUN pip install docker-compose==1.23.2 04:56:42 ---> Running in 8b715190ed12 04:56:49 Collecting docker-compose==1.23.2 04:56:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:56:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:56:49 Collecting PyYAML<4,>=3.10 04:56:49 Downloading PyYAML-3.13.tar.gz (270 kB) 04:56:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:56:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:56:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:56:56 Collecting docopt<0.7,>=0.6.1 04:56:56 Downloading docopt-0.6.2.tar.gz (25 kB) 04:56:59 Collecting websocket-client<1.0,>=0.32.0 04:56:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:56:59 Collecting texttable<0.10,>=0.9.0 04:56:59 Downloading texttable-0.9.1.tar.gz (11 kB) 04:57:02 Collecting cached-property<2,>=1.2.0 04:57:02 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:57:02 Collecting dockerpty<0.5,>=0.4.1 04:57:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:57:06 Collecting jsonschema<3,>=2.5.1 04:57:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:57:06 Collecting docker<4.0,>=3.6.0 04:57:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:57:07 Collecting urllib3<1.25,>=1.21.1 04:57:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:57:07 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) 04:57:08 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) 04:57:08 Collecting idna<2.8,>=2.5 04:57:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:57:08 Collecting docker-pycreds>=0.4.0 04:57:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:57:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:57:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:57:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:57:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:57:10 Installing collected packages: PyYAML, urllib3, idna, requests, docopt, websocket-client, texttable, cached-property, dockerpty, jsonschema, docker-pycreds, docker, docker-compose 04:57:10 Running setup.py install for PyYAML: started 04:57:10 (1/5) Installing libgcc (9.3.0-r2) 04:57:10 (2/5) Installing libsodium (1.0.18-r0) 04:57:13 Running setup.py install for PyYAML: finished with status 'done' 04:57:13 Attempting uninstall: urllib3 04:57:13 Found existing installation: urllib3 1.25.9 04:57:13 Uninstalling urllib3-1.25.9: 04:57:13 Successfully uninstalled urllib3-1.25.9 04:57:13 Attempting uninstall: idna 04:57:13 Found existing installation: idna 2.9 04:57:13 Uninstalling idna-2.9: 04:57:14 Successfully uninstalled idna-2.9 04:57:14 (3/5) Installing libstdc++ (9.3.0-r2) 04:57:14 Attempting uninstall: requests 04:57:14 Found existing installation: requests 2.23.0 04:57:14 Uninstalling requests-2.23.0: 04:57:14 Successfully uninstalled requests-2.23.0 04:57:15 Running setup.py install for docopt: started 04:57:18 Running setup.py install for docopt: finished with status 'done' 04:57:18 Running setup.py install for texttable: started 04:57:21 Running setup.py install for texttable: finished with status 'done' 04:57:21 Running setup.py install for dockerpty: started 04:57:23 Running setup.py install for dockerpty: finished with status 'done' 04:57:25 (4/5) Installing libzmq (4.3.2-r0) 04:57:26 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 04:57:30 (5/5) Installing zeromq (4.3.2-r0) 04:57:30 Executing busybox-1.31.1-r16.trigger 04:57:30 OK: 8 MiB in 19 packages 04:57:30 Removing intermediate container 8b715190ed12 04:57:30 ---> e80f78b26c93 04:57:30 Step 22/26 : RUN apk --no-cache add curl 04:57:30 ---> Running in 551163d50071 04:57:31 Removing intermediate container 3a0c1a7a311c 04:57:31 ---> 0cbe2a1f1950 04:57:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:57:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:57:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:57:32 ---> bd910c19b71c 04:57:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:57:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:57:33 (2/3) Installing libcurl (7.69.1-r0) 04:57:33 (3/3) Installing curl (7.69.1-r0) 04:57:33 Executing busybox-1.31.1-r16.trigger 04:57:33 OK: 71 MiB in 58 packages 04:57:34 ---> 3d5464a66c39 04:57:34 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:57:34 ---> 205a9f6ac21c 04:57:34 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:57:34 Removing intermediate container 551163d50071 04:57:34 ---> 98bf725f825b 04:57:34 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:57:34 ---> Running in d613746d7a12 04:57:34 ---> Running in 7ad1ac68994f 04:57:35 Removing intermediate container d613746d7a12 04:57:35 Removing intermediate container 7ad1ac68994f 04:57:35 ---> 81298743cc05 04:57:35 ---> 89a8d9e5e480 04:57:35 Step 20/22 : LABEL arch=arm64Step 24/26 : LABEL arch=arm64 04:57:35 04:57:35 ---> Running in 81df7768db4c 04:57:35 ---> Running in 89c75ad34577 04:57:36 Removing intermediate container 81df7768db4c 04:57:36 Removing intermediate container 89c75ad34577 04:57:36 ---> 903dc01d7e95 04:57:36 ---> 045193c031d1 04:57:36 Step 25/26 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2Step 21/22 : LABEL git_sha=df9404b267e3d4051e1228b402954b4cff0090a2 04:57:36 04:57:36 ---> Running in 967bcbfff543 04:57:36 ---> Running in 8c342a36fce6 04:57:37 Removing intermediate container 967bcbfff543 04:57:37 ---> c81fe86486b4 04:57:37 Step 22/22 : LABEL version=0.0.0 04:57:37 Removing intermediate container 8c342a36fce6 04:57:37 ---> 9540f6415415 04:57:37 Step 26/26 : LABEL version=0.0.0 04:57:37 ---> Running in e96beebd0d92 04:57:37 ---> Running in b66cf6dfe4f2 04:57:37 Removing intermediate container e96beebd0d92 04:57:37 ---> f37ef81ee7a5 04:57:37 04:57:37 Removing intermediate container b66cf6dfe4f2 04:57:37 ---> 238480ddb956 04:57:37 04:57:38 Successfully built f37ef81ee7a5 04:57:38 Successfully tagged docker-core-data-go-arm64:latest 04:57:38  Building docker-core-data-go ... done Successfully built 238480ddb956 04:57:38 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:57:38  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:57:38 $ docker stop --time=1 9ef42d15ca6746352b9f3ae327085f231cbee7a468a0ac29245730a43559bbd2 04:57:40 $ docker rm -f 9ef42d15ca6746352b9f3ae327085f231cbee7a468a0ac29245730a43559bbd2 [Pipeline] // withDockerContainer [Pipeline] sh 04:57:41 + docker images 04:57:41 + grep docker 04:57:41 docker-core-data-go-arm64 latest f37ef81ee7a5 4 seconds ago 22.6MB 04:57:41 docker-sys-mgmt-agent-go-arm64 latest 238480ddb956 4 seconds ago 266MB 04:57:41 docker-core-command-go-arm64 latest ff5d2161ba7c 2 minutes ago 12.4MB 04:57:41 docker-support-logging-go-arm64 latest dc43031fb309 2 minutes ago 11.4MB 04:57:41 docker-support-scheduler-go-arm64 latest 5403693e1ae8 2 minutes ago 12.6MB 04:57:41 docker-security-secretstore-setup-go-arm64 latest f0baf0b5a567 4 minutes ago 32.6MB 04:57:41 docker-core-metadata-go-arm64 latest 082dac96430f 4 minutes ago 13.8MB 04:57:41 docker-support-notifications-go-arm64 latest 0898683fe0a4 4 minutes ago 13.9MB 04:57:41 docker-security-proxy-setup-go-arm64 latest eef15a3d408d 5 minutes ago 15.8MB 04:57:41 docker-security-secrets-setup-go-arm64 latest dbf24da59909 6 minutes ago 24.2MB 04:57:41 docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:57:43 provisioning config files... 04:57:43 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config7042708241265047834tmp [Pipeline] { [Pipeline] sh 04:57:43 + curl -s https://codecov.io/bash 04:57:43 + bash -s - -t @/w/workspace/edgex-go/10@tmp/config7042708241265047834tmp [Pipeline] } 04:57:43 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 04:57:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:57:46 ---> package-listing.sh 04:57:46 ++ facter osfamily 04:57:46 ++ tr '[:upper:]' '[:lower:]' 04:57:46 + OS_FAMILY=redhat 04:57:46 + workspace=/w/workspace/edgex-go/10 04:57:46 + START_PACKAGES=/tmp/packages_start.txt 04:57:46 + END_PACKAGES=/tmp/packages_end.txt 04:57:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:57:46 + PACKAGES=/tmp/packages_start.txt 04:57:46 + '[' /w/workspace/edgex-go/10 ']' 04:57:46 + PACKAGES=/tmp/packages_end.txt 04:57:46 + case "${OS_FAMILY}" in 04:57:46 + rpm -qa 04:57:46 + sort 04:57:50 + '[' -f /tmp/packages_start.txt ']' 04:57:50 + '[' -f /tmp/packages_end.txt ']' 04:57:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:57:50 + '[' /w/workspace/edgex-go/10 ']' 04:57:50 + mkdir -p /w/workspace/edgex-go/10/archives/ 04:57:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] isUnix [Pipeline] sh 04:57:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:57:50 04:57:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:57:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:57:51 alpine: Pulling from edgex-lftools-log-publisher 04:57:51 c9b1b535fdd9: Pulling fs layer 04:57:51 2cc5ad85d9ab: Pulling fs layer 04:57:51 756a868c4378: Pulling fs layer 04:57:51 444b2fc9a129: Pulling fs layer 04:57:51 ea15f1150254: Pulling fs layer 04:57:51 41b27a9f41bf: Pulling fs layer 04:57:51 28c525ee5125: Pulling fs layer 04:57:51 094b1ea09ed8: Pulling fs layer 04:57:51 138eaada9080: Pulling fs layer 04:57:51 0622d0fa9048: Pulling fs layer 04:57:51 41b27a9f41bf: Waiting 04:57:51 28c525ee5125: Waiting 04:57:51 138eaada9080: Waiting 04:57:51 094b1ea09ed8: Waiting 04:57:51 444b2fc9a129: Waiting 04:57:51 ea15f1150254: Waiting 04:57:51 2cc5ad85d9ab: Download complete 04:57:51 444b2fc9a129: Verifying Checksum 04:57:51 444b2fc9a129: Download complete 04:57:51 c9b1b535fdd9: Verifying Checksum 04:57:51 c9b1b535fdd9: Download complete 04:57:51 ea15f1150254: Verifying Checksum 04:57:51 ea15f1150254: Download complete 04:57:51 28c525ee5125: Download complete 04:57:51 c9b1b535fdd9: Pull complete 04:57:51 756a868c4378: Verifying Checksum 04:57:51 756a868c4378: Download complete 04:57:52 094b1ea09ed8: Verifying Checksum 04:57:52 094b1ea09ed8: Download complete 04:57:52 138eaada9080: Verifying Checksum 04:57:52 138eaada9080: Download complete 04:57:52 0622d0fa9048: Verifying Checksum 04:57:52 0622d0fa9048: Download complete 04:57:52 41b27a9f41bf: Verifying Checksum 04:57:52 41b27a9f41bf: Download complete 04:57:52 2cc5ad85d9ab: Pull complete 04:57:54 756a868c4378: Pull complete 04:57:54 444b2fc9a129: Pull complete 04:57:54 ea15f1150254: Pull complete 04:57:59 41b27a9f41bf: Pull complete 04:57:59 28c525ee5125: Pull complete 04:58:01 094b1ea09ed8: Pull complete 04:58:02 138eaada9080: Pull complete 04:58:02 0622d0fa9048: Pull complete 04:58:02 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:58:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:58:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:58:02 prd-centos7-docker-4c-2g-1659 does not seem to be running inside a container 04:58:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 04:58:08 $ docker top 144312cab1a211ff3ac057fa6a5ab40f3f617e13080e379b4e98e906018705c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:58:08 provisioning config files... 04:58:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config8570264364482150266tmp [Pipeline] { [Pipeline] echo 04:58:08 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:58:08 ---> create-netrc.sh [Pipeline] echo 04:58:08 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:58:09 ---> logs-deploy.sh 04:58:09 + ARCHIVE_ARTIFACTS= 04:58:09 + LOGS_SERVER=https://logs.edgexfoundry.org 04:58:09 + '[' https://logs.edgexfoundry.org == None ']' 04:58:09 + NEXUS_URL=https://nexus.edgexfoundry.org 04:58:09 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/10 04:58:09 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/10/ 04:58:09 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/10 /w/workspace/edgex-go/10 04:58:10 Archives upload complete. 04:58:10 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/10 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/10/