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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1+1421448afc2248c8ed7ba2afa89517a5a2307549 (b0f91622c1a2e0d226a7fa0f3a77b3681be48f32) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 --version # 'git version 2.16.6' > 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 > git --version # 'git version 2.16.6' 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-501 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [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 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 Merge succeeded, producing 37502a697d6f306c7d138f7d2cd6d873ce15d92d Checking out Revision 37502a697d6f306c7d138f7d2cd6d873ce15d92d (PR-2659) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # 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 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37502a697d6f306c7d138f7d2cd6d873ce15d92d # timeout=10 Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 0a3cbf90209bea9491aaff912b0fe7316e668dc5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:32:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:32:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:32:08 ========================================================= 20:32:08 EdgeX Global Pipelines Version Info 20:32:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:32:09 ------------------- 20:32:09 stable info: 20:32:09 ------------------- 20:32:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:32:09 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 20:32:09 Message: update stable to v1.0.106 20:32:10 ------------------- 20:32:10 experimental info: 20:32:10 ------------------- 20:32:10 Commited By: **** collab-it+edgex@linuxfoundation.org 20:32:10 Commit SHA: 4bfbf48e2de9ad395c46d40451a58600a1527367 20:32:10 Message: update experimental to v1.0.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 20:32:13 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:32:13 + for file in '`ls cmd/**/Dockerfile`' 20:32:13 ++ dirname cmd/core-command/Dockerfile 20:32:13 ++ cut -d/ -f2 20:32:13 + echo core-command,cmd/core-command/Dockerfile 20:32:13 + for file in '`ls cmd/**/Dockerfile`' 20:32:13 ++ dirname cmd/core-data/Dockerfile 20:32:13 ++ cut -d/ -f2 20:32:13 + echo core-data,cmd/core-data/Dockerfile 20:32:13 + for file in '`ls cmd/**/Dockerfile`' 20:32:13 ++ dirname cmd/core-metadata/Dockerfile 20:32:13 ++ cut -d/ -f2 20:32:13 + echo core-metadata,cmd/core-metadata/Dockerfile 20:32:13 + for file in '`ls cmd/**/Dockerfile`' 20:32:13 ++ dirname cmd/security-proxy-setup/Dockerfile 20:32:13 ++ cut -d/ -f2 20:32:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:32:13 + for file in '`ls cmd/**/Dockerfile`' 20:32:13 ++ dirname cmd/security-secrets-setup/Dockerfile 20:32:13 ++ cut -d/ -f2 20:32:13 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 20:32:13 + for file in '`ls cmd/**/Dockerfile`' 20:32:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:32:13 ++ cut -d/ -f2 20:32:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:32:13 + for file in '`ls cmd/**/Dockerfile`' 20:32:13 ++ dirname cmd/support-logging/Dockerfile 20:32:13 ++ cut -d/ -f2 20:32:13 + echo support-logging,cmd/support-logging/Dockerfile 20:32:13 + for file in '`ls cmd/**/Dockerfile`' 20:32:13 ++ dirname cmd/support-notifications/Dockerfile 20:32:13 ++ cut -d/ -f2 20:32:13 + echo support-notifications,cmd/support-notifications/Dockerfile 20:32:13 + for file in '`ls cmd/**/Dockerfile`' 20:32:13 ++ dirname cmd/support-scheduler/Dockerfile 20:32:13 ++ cut -d/ -f2 20:32:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:32:13 + for file in '`ls cmd/**/Dockerfile`' 20:32:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:32:13 ++ cut -d/ -f2 20:32:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:32:13 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:32:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:32:14 20:32:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:32:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:32:14 latest: Pulling from edgex-devops/git-semver 20:32:14 31603596830f: Pulling fs layer 20:32:14 2a8b12db71e7: Pulling fs layer 20:32:14 6ca5941a6612: Pulling fs layer 20:32:14 ecc8261a40a4: Pulling fs layer 20:32:14 ecc8261a40a4: Waiting 20:32:14 2a8b12db71e7: Verifying Checksum 20:32:14 2a8b12db71e7: Download complete 20:32:14 31603596830f: Verifying Checksum 20:32:14 31603596830f: Download complete 20:32:14 ecc8261a40a4: Verifying Checksum 20:32:14 ecc8261a40a4: Download complete 20:32:14 6ca5941a6612: Verifying Checksum 20:32:14 6ca5941a6612: Download complete 20:32:14 31603596830f: Pull complete 20:32:15 2a8b12db71e7: Pull complete 20:32:15 6ca5941a6612: Pull complete 20:32:15 ecc8261a40a4: Pull complete 20:32:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:32:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:32:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:32:16 prd-centos7-docker-4c-2g-501 does not seem to be running inside a container 20:32:16 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:32:18 $ docker top 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:32:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:32:18 [ssh-agent] Looking for ssh-agent implementation... 20:32:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:32:19 $ docker exec 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 ssh-agent 20:32:19 SSH_AUTH_SOCK=/tmp/ssh-dmk0qoH2YUbP/agent.12 20:32:19 SSH_AGENT_PID=17 20:32:19 Running ssh-add (command line suppressed) 20:32:19 Identity added: /w/workspace/edgex-go/10@tmp/private_key_4351660407654387268.key (/w/workspace/edgex-go/10@tmp/private_key_4351660407654387268.key) 20:32:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:32:19 + git describe --exact-match --tags HEAD 20:32:19 fatal: No names found, cannot describe anything. [Pipeline] } 20:32:19 $ docker exec --env ******** --env ******** 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 ssh-agent -k 20:32:20 unset SSH_AUTH_SOCK; 20:32:20 unset SSH_AGENT_PID; 20:32:20 echo Agent pid 17 killed; 20:32:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:32:20 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:32:20 This usually means this commit has not been tagged. [Pipeline] sshagent 20:32:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:32:20 [ssh-agent] Looking for ssh-agent implementation... 20:32:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:32:20 $ docker exec 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 ssh-agent 20:32:20 SSH_AUTH_SOCK=/tmp/ssh-tFWQv5I5VGYc/agent.45 20:32:20 SSH_AGENT_PID=50 20:32:20 Running ssh-add (command line suppressed) 20:32:20 Identity added: /w/workspace/edgex-go/10@tmp/private_key_5480727771793379183.key (/w/workspace/edgex-go/10@tmp/private_key_5480727771793379183.key) 20:32:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:32:21 + git semver init 20:32:21 # -> Open(): unable to determine branch for HEAD 20:32:21 # $GIT_DIR = /w/workspace/edgex-go/10/.git 20:32:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 20:32:21 # $SEMVER_REMOTE_NAME = origin 20:32:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:32:21 # $SEMVER_USER_NAME = edgex-jenkins 20:32:21 # $SEMVER_BRANCH = PR-2659 20:32:21 # $SEMVER_TEMP = /tmp/semver-779429208 20:32:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:32:43 # '/tmp/semver-779429208' -> '/w/workspace/edgex-go/10/.semver' 20:32:43 # -> Force: false 20:32:43 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 20:32:43 $ docker exec --env ******** --env ******** 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 ssh-agent -k 20:32:43 unset SSH_AUTH_SOCK; 20:32:43 unset SSH_AGENT_PID; 20:32:43 echo Agent pid 50 killed; 20:32:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:32:44 + git semver [Pipeline] } 20:32:44 $ docker stop --time=1 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 20:32:45 $ docker rm -f 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:32:58 Stashed 39 file(s) [Pipeline] echo 20:32:58 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 20:32:59 ========================================================= 20:32:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:32:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:32:59 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 20:33:03 Sending build context to Docker daemon 323.2MB 20:33:03 Step 1/7 : ARG BASE=golang:1.13-alpine 20:33:03 Step 2/7 : FROM ${BASE} 20:33:03 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:33:03 df20fa9351a1: Pulling fs layer 20:33:03 ed8968b2872e: Pulling fs layer 20:33:03 a92cc7c5fd73: Pulling fs layer 20:33:03 2dd03ba5bac4: Pulling fs layer 20:33:03 1e091d79d1de: Pulling fs layer 20:33:03 481702a1767f: Pulling fs layer 20:33:03 f64a6f60c768: Pulling fs layer 20:33:03 e78d2573fc39: Pulling fs layer 20:33:03 e876d2f968b6: Pulling fs layer 20:33:03 ce8a83651883: Pulling fs layer 20:33:03 07967f4d0e4b: Pulling fs layer 20:33:03 f64a6f60c768: Waiting 20:33:03 e78d2573fc39: Waiting 20:33:03 ce8a83651883: Waiting 20:33:03 07967f4d0e4b: Waiting 20:33:03 1e091d79d1de: Waiting 20:33:03 481702a1767f: Waiting 20:33:03 2dd03ba5bac4: Waiting 20:33:03 a92cc7c5fd73: Download complete 20:33:03 ed8968b2872e: Verifying Checksum 20:33:03 ed8968b2872e: Download complete 20:33:03 1e091d79d1de: Verifying Checksum 20:33:03 1e091d79d1de: Download complete 20:33:03 481702a1767f: Verifying Checksum 20:33:03 481702a1767f: Download complete 20:33:03 df20fa9351a1: Verifying Checksum 20:33:03 df20fa9351a1: Download complete 20:33:04 df20fa9351a1: Pull complete 20:33:04 f64a6f60c768: Verifying Checksum 20:33:04 f64a6f60c768: Download complete 20:33:04 e78d2573fc39: Verifying Checksum 20:33:04 e78d2573fc39: Download complete 20:33:04 2dd03ba5bac4: Verifying Checksum 20:33:04 2dd03ba5bac4: Download complete 20:33:04 e876d2f968b6: Verifying Checksum 20:33:04 e876d2f968b6: Download complete 20:33:04 07967f4d0e4b: Verifying Checksum 20:33:04 07967f4d0e4b: Download complete 20:33:05 ce8a83651883: Verifying Checksum 20:33:05 ce8a83651883: Download complete 20:33:05 ed8968b2872e: Pull complete 20:33:06 a92cc7c5fd73: Pull complete 20:33:11 2dd03ba5bac4: Pull complete 20:33:11 1e091d79d1de: Pull complete 20:33:11 481702a1767f: Pull complete 20:33:14 Still waiting to schedule task 20:33:14 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-502’ 20:33:19 f64a6f60c768: Pull complete 20:33:22 e78d2573fc39: Pull complete 20:33:22 e876d2f968b6: Pull complete 20:33:23 ce8a83651883: Pull complete 20:33:23 07967f4d0e4b: Pull complete 20:33:23 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 20:33:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:33:23 ---> 5d7c900382c6 20:33:23 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:33:25 ---> Running in 88d9fe3809bd 20:33:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:33:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:33:27 (1/12) Installing libmagic (5.38-r0) 20:33:27 (2/12) Installing file (5.38-r0) 20:33:27 (3/12) Installing libc-dev (0.7.2-r3) 20:33:27 (4/12) Installing g++ (9.3.0-r2) 20:33:35 (5/12) Installing fortify-headers (1.1-r0) 20:33:35 (6/12) Installing patch (2.7.6-r6) 20:33:35 (7/12) Installing build-base (0.5-r2) 20:33:35 (8/12) Installing libsodium (1.0.18-r0) 20:33:35 (9/12) Installing pkgconf (1.7.2-r0) 20:33:35 (10/12) Installing libsodium-dev (1.0.18-r0) 20:33:35 (11/12) Installing libzmq (4.3.2-r0) 20:33:36 (12/12) Installing zeromq-dev (4.3.2-r0) 20:33:36 Executing busybox-1.31.1-r16.trigger 20:33:36 OK: 233 MiB in 51 packages 20:33:40 Removing intermediate container 88d9fe3809bd 20:33:40 ---> 4a04b29ab68f 20:33:40 Step 4/7 : WORKDIR /edgex-go 20:33:40 ---> Running in 96f39016763c 20:33:40 Removing intermediate container 96f39016763c 20:33:40 ---> d4af64c86581 20:33:40 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:33:40 latest: Pulling from library/docker 20:33:40 df20fa9351a1: Already exists 20:33:40 25ad7478873d: Pulling fs layer 20:33:40 4684f6177b5d: Pulling fs layer 20:33:40 46e300cec669: Pulling fs layer 20:33:40 63038576ad94: Pulling fs layer 20:33:40 0fdb76c4706c: Pulling fs layer 20:33:40 cb7edeffdfd5: Pulling fs layer 20:33:40 63038576ad94: Waiting 20:33:40 0fdb76c4706c: Waiting 20:33:40 cb7edeffdfd5: Waiting 20:33:40 25ad7478873d: Download complete 20:33:40 4684f6177b5d: Verifying Checksum 20:33:40 4684f6177b5d: Download complete 20:33:40 63038576ad94: Download complete 20:33:40 25ad7478873d: Pull complete 20:33:40 0fdb76c4706c: Verifying Checksum 20:33:40 0fdb76c4706c: Download complete 20:33:40 4684f6177b5d: Pull complete 20:33:41 cb7edeffdfd5: Verifying Checksum 20:33:41 cb7edeffdfd5: Download complete 20:33:42 46e300cec669: Verifying Checksum 20:33:42 46e300cec669: Download complete 20:33:44 46e300cec669: Pull complete 20:33:44 63038576ad94: Pull complete 20:33:44 0fdb76c4706c: Pull complete 20:33:44 cb7edeffdfd5: Pull complete 20:33:44 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 20:33:44 Status: Downloaded newer image for docker:latest 20:33:46 ---> fb292af3932a 20:33:46 Step 6/7 : COPY go.mod . 20:33:46 ---> 02277e20ab43 20:33:46 Step 7/7 : RUN go mod download 20:33:46 ---> Running in dd57bcf82595 20:33:48 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:33:48 go: finding github.com/BurntSushi/toml v0.3.1 20:33:48 go: finding github.com/OneOfOne/xxhash v1.2.5 20:33:48 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:33:49 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:33:49 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:33:49 go: finding github.com/bgentry/speakeasy v0.1.0 20:33:49 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:33:49 go: finding github.com/davecgh/go-spew v1.1.1 20:33:49 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:33:49 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:33:49 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 20:33:49 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:33:49 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 20:33:49 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:33:49 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 20:33:49 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:33:49 go: finding github.com/fatih/color v1.7.0 20:33:49 go: finding github.com/fsnotify/fsnotify v1.4.7 20:33:49 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:33:49 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 20:33:49 go: finding github.com/go-kit/kit v0.8.0 20:33:49 go: finding github.com/go-logfmt/logfmt v0.4.0 20:33:49 go: finding github.com/go-playground/assert/v2 v2.0.1 20:33:49 go: finding github.com/go-playground/locales v0.13.0 20:33:50 go: finding github.com/go-playground/universal-translator v0.17.0 20:33:50 go: finding github.com/go-playground/validator/v10 v10.3.0 20:33:50 go: finding github.com/go-redis/redis/v7 v7.2.0 20:33:50 go: finding github.com/go-stack/stack v1.8.0 20:33:50 go: finding github.com/golang/protobuf v1.3.2 20:33:50 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:33:50 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:33:50 go: finding github.com/google/uuid v1.1.0 20:33:50 go: finding github.com/gorilla/mux v1.7.1 20:33:50 go: finding github.com/hashicorp/consul/api v1.1.0 20:33:50 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:33:50 go: finding github.com/hashicorp/errwrap v1.0.0 20:33:50 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:33:50 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:33:50 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:33:50 go: finding github.com/hashicorp/go-multierror v1.0.0 20:33:50 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:33:50 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:33:50 go: finding github.com/hashicorp/go-syslog v1.0.0 20:33:50 go: finding github.com/hashicorp/go-uuid v1.0.1 20:33:50 go: finding github.com/hashicorp/go.net v0.0.1 20:33:50 go: finding github.com/hashicorp/golang-lru v0.5.0 20:33:51 go: finding github.com/hashicorp/logutils v1.0.0 20:33:51 go: finding github.com/hashicorp/mdns v1.0.0 20:33:51 go: finding github.com/hashicorp/memberlist v0.1.3 20:33:51 go: finding github.com/hashicorp/serf v0.8.2 20:33:51 go: finding github.com/hpcloud/tail v1.0.0 20:33:51 go: finding github.com/imdario/mergo v0.3.6 20:33:51 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:33:51 go: finding github.com/kr/pretty v0.1.0 20:33:51 go: finding github.com/kr/pty v1.1.1 20:33:51 go: finding github.com/kr/text v0.1.0 20:33:51 go: finding github.com/leodido/go-urn v1.2.0 20:33:51 go: finding github.com/mattn/go-colorable v0.0.9 20:33:51 go: finding github.com/mattn/go-isatty v0.0.3 20:33:52 go: finding github.com/miekg/dns v1.0.14 20:33:52 go: finding github.com/mitchellh/cli v1.0.0 20:33:52 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:33:52 go: finding github.com/mitchellh/copystructure v1.0.0 20:33:52 go: finding github.com/mitchellh/go-homedir v1.0.0 20:33:52 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:33:52 go: finding github.com/mitchellh/gox v0.4.0 20:33:52 go: finding github.com/mitchellh/iochan v1.0.0 20:33:52 go: finding github.com/mitchellh/mapstructure v1.1.2 20:33:52 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:33:52 go: finding github.com/onsi/ginkgo v1.10.1 20:33:52 go: finding github.com/onsi/gomega v1.7.0 20:33:52 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:33:52 go: finding github.com/pebbe/zmq4 v1.0.0 20:33:52 go: finding github.com/pelletier/go-toml v1.2.0 20:33:52 go: finding github.com/pkg/errors v0.8.1 20:33:52 go: finding github.com/pmezard/go-difflib v1.0.0 20:33:52 go: finding github.com/posener/complete v1.1.1 20:33:52 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:33:52 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:33:52 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:33:52 go: finding github.com/stretchr/objx v0.1.0 20:33:52 go: finding github.com/stretchr/testify v1.5.1 20:33:52 go: finding github.com/ugorji/go v1.1.4 20:33:52 go: finding github.com/x448/float16 v0.8.4 20:33:52 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:33:53 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:33:53 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:33:53 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:33:53 go: finding golang.org/x/text v0.3.2 20:33:53 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:33:53 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:33:53 go: finding gopkg.in/eapache/queue.v1 v1.1.0 20:33:53 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:33:53 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:33:53 go: finding gopkg.in/yaml.v2 v2.2.8 20:34:11 Removing intermediate container dd57bcf82595 20:34:11 ---> 44c9f324a88f 20:34:11 Successfully built 44c9f324a88f 20:34:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:34:12 + docker inspect -f . ci-base-image-x86_64 20:34:12 . [Pipeline] withDockerContainer 20:34:12 prd-centos7-docker-4c-2g-501 does not seem to be running inside a container 20:34:12 $ 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 ******** ci-base-image-x86_64 cat 20:34:12 $ docker top 077dbf1f93c9f3caad7a440f988641ee507595a414f626370ebd3b2c6f288d3f -eo pid,comm [Pipeline] { [Pipeline] sh 20:34:13 + go version 20:34:13 go version go1.13.13 linux/amd64 [Pipeline] echo 20:34:13 ========================================================= 20:34:13 [edgeXBuildGoParallel] Running Tests and Build... 20:34:13 ========================================================= [Pipeline] sh 20:34:13 + make test 20:34:13 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:34:16 ? github.com/edgexfoundry/edgex-go [no test files] 20:34:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:34:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:34:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:34:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:34:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:34:32 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.030s 20:34:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 20:34:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:34:32 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 20:34:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:34:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:34:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:34:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:34:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:34:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements 20:34:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:34:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:34:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:34:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:34:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.100s coverage: 27.2% of statements 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.011s coverage: 100.0% of statements 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.319s coverage: 82.5% of statements 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.014s coverage: 92.9% of statements 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.071s coverage: 28.6% of statements 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:34:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.032s coverage: 100.0% of statements 20:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:34:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements 20:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:34:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.024s coverage: 89.8% of statements 20:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.028s coverage: 97.5% of statements 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.021s coverage: 100.0% of statements 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:34:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 20:34:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.048s coverage: 63.5% of statements 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:34:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:34:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements 20:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.156s coverage: 55.9% of statements 20:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 20:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 20:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.039s coverage: 86.3% of statements 20:34:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 20:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.266s coverage: 72.2% of statements 20:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.095s coverage: 72.1% of statements 20:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements 20:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements 20:34:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 20:34:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 20:34:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 20:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.010s coverage: 28.8% of statements 20:34:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 20:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.016s coverage: 96.8% of statements 20:34:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 20:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.019s coverage: 31.1% of statements 20:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.092s coverage: 84.1% of statements 20:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 20:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.011s coverage: 42.9% of statements 20:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 20:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 20:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.055s coverage: 100.0% of statements 20:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 20:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.006s coverage: 83.8% of statements 20:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 20:34:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.074s coverage: 45.9% of statements 20:34:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:34:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:34:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.012s coverage: 100.0% of statements 20:34:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:34:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:34:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:34:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements 20:34:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:34:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements 20:34:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:34:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.074s coverage: 29.1% of statements 20:34:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:34:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:34:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:34:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:34:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:34:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.015s coverage: 99.0% of statements 20:34:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:34:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.015s coverage: 100.0% of statements 20:34:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:34:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 20:34:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:34:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.009s coverage: 100.0% of statements 20:34:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:34:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:34:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:34:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.016s coverage: 87.9% of statements 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 20:34:54 GO111MODULE=on go vet ./... 20:35:01 gofmt -l . 20:35:01 [ "`gofmt -l .`" = "" ] 20:35:01 ./bin/test-go-mod-tidy.sh 20:35:02 ./bin/test-attribution-txt.sh [Pipeline] sh 20:35:04 + ls -al . 20:35:04 total 556 20:35:04 drwxrwxr-x 10 1001 1001 4096 Aug 27 20:35 . 20:35:04 drwxr-xr-x 4 root root 30 Aug 27 20:34 .. 20:35:04 -rw-rw-r-- 1 1001 1001 11 Aug 27 20:32 .dockerignore 20:35:04 drwxrwxr-x 8 1001 1001 179 Aug 27 20:32 .git 20:35:04 drwxrwxr-x 3 1001 1001 60 Aug 27 20:32 .github 20:35:04 -rw-rw-r-- 1 1001 1001 932 Aug 27 20:32 .gitignore 20:35:04 drwx------ 3 1001 1001 47 Aug 27 20:32 .semver 20:35:04 -rw-rw-r-- 1 1001 1001 166 Aug 27 20:32 .sonarcloud.properties 20:35:04 -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:32 CONTRIBUTING.md 20:35:04 -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:32 Dockerfile.build 20:35:04 -rw-rw-r-- 1 1001 1001 865 Aug 27 20:32 Jenkinsfile 20:35:04 -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:32 LICENSE 20:35:04 -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:32 Makefile 20:35:04 -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:32 README.md 20:35:04 -rw-rw-r-- 1 1001 1001 259 Aug 27 20:32 SECURITY.md 20:35:04 -rw-rw-r-- 1 1001 1001 5 Aug 27 20:32 VERSION 20:35:04 -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:32 ZMQWindows.md 20:35:04 drwxrwxr-x 2 1001 1001 117 Aug 27 20:32 bin 20:35:04 drwxrwxr-x 15 1001 1001 4096 Aug 27 20:32 cmd 20:35:04 -rw-r--r-- 1 root root 460866 Aug 27 20:34 coverage.out 20:35:04 -rw-r--r-- 1 root root 983 Aug 27 20:35 go.mod 20:35:04 -rw-r--r-- 1 root root 18581 Aug 27 20:35 go.sum 20:35:04 drwxrwxr-x 8 1001 1001 127 Aug 27 20:32 internal 20:35:04 drwxrwxr-x 4 1001 1001 26 Aug 27 20:32 openapi 20:35:04 drwxrwxr-x 4 1001 1001 71 Aug 27 20:32 snap 20:35:04 -rw-rw-r-- 1 1001 1001 168 Aug 27 20:32 version.go [Pipeline] sh 20:35:04 + '[' -e coverage.out ] 20:35:04 + chown 1001:1001 coverage.out [Pipeline] stash 20:35:04 Stashed 1 file(s) [Pipeline] sh 20:35:05 + make build 20:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:35:11 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 20:35:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:35:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 20:35:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:35:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:35:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:35:22 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 20:35:23 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 20:35:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:35:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:35:27 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 20:35:28 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] } 20:35:30 $ docker stop --time=1 077dbf1f93c9f3caad7a440f988641ee507595a414f626370ebd3b2c6f288d3f 20:35:31 $ docker rm -f 077dbf1f93c9f3caad7a440f988641ee507595a414f626370ebd3b2c6f288d3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:35:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:35:33 20:35:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:35:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:35:33 latest: Pulling from edgex-devops/edgex-compose 20:35:33 cbdbe7a5bc2a: Pulling fs layer 20:35:33 ca9280d653b3: Pulling fs layer 20:35:33 7e9c9ca2126c: Pulling fs layer 20:35:33 cbdbe7a5bc2a: Download complete 20:35:33 ca9280d653b3: Verifying Checksum 20:35:33 ca9280d653b3: Download complete 20:35:34 cbdbe7a5bc2a: Pull complete 20:35:34 7e9c9ca2126c: Verifying Checksum 20:35:34 7e9c9ca2126c: Download complete 20:35:34 ca9280d653b3: Pull complete 20:35:43 7e9c9ca2126c: Pull complete 20:35:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:35:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:35:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:35:43 prd-centos7-docker-4c-2g-501 does not seem to be running inside a container 20:35:43 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:35:44 $ docker top e5d401c78000961f97dd84b322bb58b3395be80f9bffe592d3cec3634a7c66e4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:35:44 + docker-compose build --help 20:35:44 + grep parallel 20:35:45 --parallel Build images in parallel. [Pipeline] } 20:35:45 $ docker stop --time=1 e5d401c78000961f97dd84b322bb58b3395be80f9bffe592d3cec3634a7c66e4 20:35:47 $ docker rm -f e5d401c78000961f97dd84b322bb58b3395be80f9bffe592d3cec3634a7c66e4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:35:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:35:47 . [Pipeline] withDockerContainer 20:35:47 prd-centos7-docker-4c-2g-501 does not seem to be running inside a container 20:35:47 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:35:48 $ docker top 95850474d32a04614132082650f1964235118b57c4db9945dbb50ffffc6a20fe -eo pid,comm [Pipeline] { [Pipeline] sh 20:35:49 + docker-compose -f ./docker-compose-build.yml build --parallel 20:35:49 Building docker-core-command-go ... 20:35:49 Building docker-core-data-go ... 20:35:49 Building docker-core-metadata-go ... 20:35:49 Building docker-security-proxy-setup-go ... 20:35:49 Building docker-security-secrets-setup-go ... 20:35:49 Building docker-security-secretstore-setup-go ... 20:35:49 Building docker-support-logging-go ... 20:35:49 Building docker-support-notifications-go ... 20:35:49 Building docker-support-scheduler-go ... 20:35:49 Building docker-sys-mgmt-agent-go ... 20:35:49 Building docker-core-command-go 20:35:49 Building docker-security-proxy-setup-go 20:35:49 Building docker-support-logging-go 20:35:49 Building docker-security-secretstore-setup-go 20:35:49 Building docker-core-metadata-go 20:36:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-506 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws 20:36:09 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 20:36:15 using credential edgex-jenkins-ssh 20:36:15 Cloning the remote Git repository 20:36:15 Cloning with configured refspecs honoured and without tags 20:36:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:36:15 > git init /w/workspace/edgex-go/10 # timeout=10 20:36:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:36:15 > git --version # timeout=10 20:36:15 > git --version # 'git version 2.17.1' 20:36:15 using GIT_SSH to set credentials SSH Credentials for GitHub 20:36:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:36:22 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:36:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:36:22 ---> 44c9f324a88f 20:36:22 Step 3/22 : WORKDIR /edgex-go 20:36:22 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:36:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:36:22 ---> 44c9f324a88f 20:36:22 Step 3/22 : WORKDIR /edgex-go 20:36:22 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 20:36:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:36:22 ---> 44c9f324a88f 20:36:22 Step 3/26 : WORKDIR /edgex-go 20:36:22 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 20:36:22 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:36:22 ---> 44c9f324a88f 20:36:22 Step 3/20 : WORKDIR /edgex-go 20:36:22 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:36:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:36:22 ---> 44c9f324a88f 20:36:22 Step 3/22 : WORKDIR /edgex-go 20:36:22 ---> Running in e22020838ccb 20:36:22 ---> Running in 4a5f87b47226 20:36:22 ---> Running in dcb0ff587892 20:36:22 ---> Running in 51a393155cf6 20:36:22 ---> Running in ad47784d2927 20:36:22 Removing intermediate container ad47784d2927 20:36:22 ---> ad0b5bc236f1 20:36:22 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:22 Removing intermediate container e22020838ccb 20:36:22 ---> f2b20eccbc58 20:36:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:22 Removing intermediate container 4a5f87b47226 20:36:22 ---> cdb476f56522 20:36:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:22 Removing intermediate container dcb0ff587892 20:36:22 ---> 5b92b0d3d842 20:36:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:22 Removing intermediate container 51a393155cf6 20:36:22 ---> bde7c0602495 20:36:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:22 ---> Running in 83f3fdfbe9da 20:36:22 ---> Running in 1abf8e7faec0 20:36:22 ---> Running in e871623b881c 20:36:22 ---> Running in c9c73cc0ba61 20:36:22 ---> Running in b7b60f063300 20:36:22 Removing intermediate container e871623b881c 20:36:22 ---> c4cb6c457650 20:36:22 Step 5/22 : RUN apk update && apk add make git 20:36:22 Removing intermediate container 1abf8e7faec0 20:36:22 ---> c26971ba372b 20:36:22 Step 5/22 : RUN apk update && apk add make git 20:36:22 Removing intermediate container 83f3fdfbe9da 20:36:22 ---> 8377e4a74a44 20:36:22 Step 5/20 : RUN apk update && apk add make git 20:36:22 Removing intermediate container c9c73cc0ba61 20:36:22 ---> 706b2430fcd9 20:36:22 Step 5/22 : RUN apk update && apk add make && apk add bash git 20:36:22 ---> Running in 78c30f664c8e 20:36:22 ---> Running in 93eb405c59e8 20:36:22 ---> Running in 193f9859475c 20:36:22 ---> Running in 10445a43b67c 20:36:22 Removing intermediate container b7b60f063300 20:36:22 ---> b4dfd870b12a 20:36:22 Step 5/26 : RUN apk update && apk add make git 20:36:22 ---> Running in 76db5ee7127e 20:36:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:36:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:36:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:36:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:36:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:36:24 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:36:24 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:36:24 OK: 12746 distinct packages available 20:36:25 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:36:25 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:36:25 OK: 12746 distinct packages available 20:36:25 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:36:25 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:36:25 OK: 12746 distinct packages available 20:36:25 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:36:25 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:36:25 OK: 12746 distinct packages available 20:36:25 OK: 233 MiB in 51 packages 20:36:25 OK: 233 MiB in 51 packages 20:36:25 OK: 233 MiB in 51 packages 20:36:25 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:36:25 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:36:25 OK: 12746 distinct packages available 20:36:25 OK: 233 MiB in 51 packages 20:36:25 OK: 233 MiB in 51 packages 20:36:25 OK: 233 MiB in 51 packages 20:36:26 Removing intermediate container 78c30f664c8e 20:36:26 ---> 5f71f69e2aa6 20:36:26 Step 6/22 : COPY go.mod . 20:36:26 Removing intermediate container 93eb405c59e8 20:36:26 ---> a43e60e0bf25 20:36:26 Step 6/22 : COPY go.mod . 20:36:26 Removing intermediate container 193f9859475c 20:36:26 ---> 0aa25a0d3b7a 20:36:26 Step 6/20 : COPY go.mod . 20:36:26 ---> 1bdbfb7897e6 20:36:26 Step 7/22 : RUN go mod download 20:36:26 ---> Running in 34f680e42826 20:36:27 Removing intermediate container 10445a43b67c 20:36:27 ---> f189db2f3396 20:36:27 Step 6/22 : COPY go.mod . 20:36:27 Removing intermediate container 76db5ee7127e 20:36:27 ---> 6cce538833c7 20:36:27 Step 6/26 : COPY go.mod . 20:36:27 ---> a53287fd61f4 20:36:27 Step 7/22 : RUN go mod download 20:36:27 ---> 69b79ddfec4f 20:36:27 Step 7/20 : RUN go mod download 20:36:27 ---> Running in 1934fb78ef7f 20:36:27 ---> Running in 5ad2ae900102 20:36:27 ---> 131ac00d96c1 20:36:27 Step 7/22 : RUN go mod download 20:36:27 ---> dad8a70ab1f0 20:36:27 Step 7/26 : RUN go mod download 20:36:27 ---> Running in 71c1b79c20a7 20:36:27 ---> Running in 5f13fa3c53c9 20:36:29 Removing intermediate container 34f680e42826 20:36:29 ---> 4e95a3b33eeb 20:36:29 Step 8/22 : COPY . . 20:36:29 Removing intermediate container 1934fb78ef7f 20:36:29 ---> de996504a5f5 20:36:29 Step 8/22 : COPY . . 20:36:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:36:30 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # timeout=10 20:36:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:36:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:36:30 Fetching without tags 20:36:30 Merging remotes/origin/master commit 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 20:36:31 Merge succeeded, producing 540b867ead3e0df7b45a3fa3580e3912f8d270ff 20:36:31 Checking out Revision 540b867ead3e0df7b45a3fa3580e3912f8d270ff (PR-2659) 20:36:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:36:30 using GIT_SSH to set credentials SSH Credentials for GitHub 20:36:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:36:30 > git config core.sparsecheckout # timeout=10 20:36:30 > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 20:36:30 > git remote # timeout=10 20:36:30 > git config --get remote.origin.url # timeout=10 20:36:30 using GIT_SSH to set credentials SSH Credentials for GitHub 20:36:30 > git merge 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 20:36:31 > git rev-parse HEAD^{commit} # timeout=10 20:36:31 > git config core.sparsecheckout # timeout=10 20:36:31 > git checkout -f 540b867ead3e0df7b45a3fa3580e3912f8d270ff # timeout=10 20:36:33 Removing intermediate container 5ad2ae900102 20:36:33 ---> 75b33480bf41 20:36:33 Step 8/20 : COPY . . 20:36:35 Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" 20:36:35 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 20:36:35 > git rev-list --no-walk 0a3cbf90209bea9491aaff912b0fe7316e668dc5 # timeout=10 20:36:41 Removing intermediate container 71c1b79c20a7 20:36:41 ---> 276a0e63649c 20:36:41 Step 8/22 : COPY . . 20:36:41 Removing intermediate container 5f13fa3c53c9 20:36:41 ---> 5436b36d43e4 20:36:41 Step 8/26 : COPY . . [Pipeline] echo 20:36:46 ========================================================= 20:36:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 20:36:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:36:47 + 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 . 20:36:51 Sending build context to Docker daemon 323.2MB 20:36:51 Step 1/7 : ARG BASE=golang:1.13-alpine 20:36:51 Step 2/7 : FROM ${BASE} 20:36:51 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:36:51 b538f80385f9: Pulling fs layer 20:36:51 74f711af9a0d: Pulling fs layer 20:36:51 99f96fe45779: Pulling fs layer 20:36:51 fd7a069fd194: Pulling fs layer 20:36:51 66aa3694b03b: Pulling fs layer 20:36:51 170f70906a0f: Pulling fs layer 20:36:51 ad7c5574e4b9: Pulling fs layer 20:36:51 e772456be8f7: Pulling fs layer 20:36:51 c890913d741a: Pulling fs layer 20:36:51 2480fcc9aa5a: Pulling fs layer 20:36:51 09adf4765672: Pulling fs layer 20:36:51 fd7a069fd194: Waiting 20:36:51 66aa3694b03b: Waiting 20:36:51 170f70906a0f: Waiting 20:36:51 ad7c5574e4b9: Waiting 20:36:51 e772456be8f7: Waiting 20:36:51 c890913d741a: Waiting 20:36:51 2480fcc9aa5a: Waiting 20:36:51 09adf4765672: Waiting 20:36:51 99f96fe45779: Verifying Checksum 20:36:51 99f96fe45779: Download complete 20:36:51 74f711af9a0d: Download complete 20:36:51 66aa3694b03b: Download complete 20:36:51 170f70906a0f: Verifying Checksum 20:36:51 170f70906a0f: Download complete 20:36:51 b538f80385f9: Verifying Checksum 20:36:51 b538f80385f9: Download complete 20:36:52 b538f80385f9: Pull complete 20:36:53 74f711af9a0d: Pull complete 20:36:53 99f96fe45779: Pull complete 20:36:55 ad7c5574e4b9: Verifying Checksum 20:36:55 ad7c5574e4b9: Download complete 20:36:55 c890913d741a: Download complete 20:36:56 2480fcc9aa5a: Verifying Checksum 20:36:56 2480fcc9aa5a: Download complete 20:36:56 09adf4765672: Download complete 20:36:57 e772456be8f7: Verifying Checksum 20:36:57 e772456be8f7: Download complete 20:36:57 fd7a069fd194: Download complete 20:37:08 ---> 8488927d7add 20:37:08 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:37:10 fd7a069fd194: Pull complete 20:37:10 66aa3694b03b: Pull complete 20:37:10 170f70906a0f: Pull complete 20:37:10 ---> e33b2821b5f6 20:37:10 Step 9/22 : RUN make cmd/core-command/core-command 20:37:10 ---> Running in 60f8b8e5c5d7 20:37:10 ---> 09feeeabb864 20:37:10 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 20:37:12 ---> Running in 988ff34cbca5 20:37:12 ---> Running in ef090399365c 20:37:12 ---> e671e466d6ca 20:37:12 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 20:37:12 ---> e9ae15bdf9d3 20:37:12 Step 9/22 : RUN make cmd/support-logging/support-logging 20:37:12 ---> Running in 4152ddfdcfa0 20:37:12 ---> Running in 09d6d577334a 20:37:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:37:12 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 20:37:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:37:13 ad7c5574e4b9: Pull complete 20:37:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 20:37:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:37:18 e772456be8f7: Pull complete 20:37:18 c890913d741a: Pull complete 20:37:20 2480fcc9aa5a: Pull complete 20:37:21 09adf4765672: Pull complete 20:37:21 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 20:37:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 20:37:21 ---> 2248a725d1cf 20:37:21 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:37:26 ---> Running in cd3817c66aa9 20:37:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:37:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:37:30 (1/12) Installing libmagic (5.38-r0) 20:37:31 (2/12) Installing file (5.38-r0) 20:37:31 (3/12) Installing libc-dev (0.7.2-r3) 20:37:31 (4/12) Installing g++ (9.3.0-r2) 20:37:35 (5/12) Installing fortify-headers (1.1-r0) 20:37:35 (6/12) Installing patch (2.7.6-r6) 20:37:35 (7/12) Installing build-base (0.5-r2) 20:37:35 (8/12) Installing libsodium (1.0.18-r0) 20:37:35 (9/12) Installing pkgconf (1.7.2-r0) 20:37:35 (10/12) Installing libsodium-dev (1.0.18-r0) 20:37:35 (11/12) Installing libzmq (4.3.2-r0) 20:37:35 (12/12) Installing zeromq-dev (4.3.2-r0) 20:37:35 Executing busybox-1.31.1-r16.trigger 20:37:36 OK: 217 MiB in 51 packages 20:37:40 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 20:37:40 Removing intermediate container cd3817c66aa9 20:37:40 ---> a6125550aa29 20:37:40 Step 4/7 : WORKDIR /edgex-go 20:37:40 ---> Running in 937fb68c3bca 20:37:40 Removing intermediate container 937fb68c3bca 20:37:40 ---> 4812326cd700 20:37:40 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:37:41 latest: Pulling from library/docker 20:37:41 Removing intermediate container ef090399365c 20:37:41 ---> 0ea6ba2de423 20:37:41 20:37:41 Step 10/20 : FROM alpine 20:37:41 b538f80385f9: Already exists 20:37:41 259a493cd78d: Pulling fs layer 20:37:41 b8e66b5100f5: Pulling fs layer 20:37:41 39dc9c94d07c: Pulling fs layer 20:37:41 551b823b3b82: Pulling fs layer 20:37:41 3c52a74df98c: Pulling fs layer 20:37:41 6c9b121b6998: Pulling fs layer 20:37:41 551b823b3b82: Waiting 20:37:41 3c52a74df98c: Waiting 20:37:41 6c9b121b6998: Waiting 20:37:41 b8e66b5100f5: Download complete 20:37:41 259a493cd78d: Download complete 20:37:41 latest: Pulling from library/alpine 20:37:41 551b823b3b82: Verifying Checksum 20:37:41 551b823b3b82: Download complete 20:37:41 3c52a74df98c: Verifying Checksum 20:37:41 3c52a74df98c: Download complete 20:37:41 6c9b121b6998: Verifying Checksum 20:37:41 6c9b121b6998: Download complete 20:37:42 259a493cd78d: Pull complete 20:37:42 b8e66b5100f5: Pull complete 20:37:42 39dc9c94d07c: Download complete 20:37:42 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:37:43 Status: Downloaded newer image for alpine:latest 20:37:43 ---> a24bb4013296 20:37:43 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 20:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 20:37:43 ---> Running in 807760c76744 20:37:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:37:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:37:44 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:37:44 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:37:44 OK: 12746 distinct packages available 20:37:45 (1/4) Installing ca-certificates (20191127-r4) 20:37:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:37:45 (3/4) Installing libcurl (7.69.1-r0) 20:37:45 (4/4) Installing curl (7.69.1-r0) 20:37:45 Executing busybox-1.31.1-r16.trigger 20:37:45 Executing ca-certificates-20191127-r4.trigger 20:37:45 OK: 7 MiB in 18 packages 20:37:46 39dc9c94d07c: Pull complete 20:37:46 551b823b3b82: Pull complete 20:37:46 3c52a74df98c: Pull complete 20:37:46 6c9b121b6998: Pull complete 20:37:46 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 20:37:46 Status: Downloaded newer image for docker:latest 20:37:47 Removing intermediate container 09d6d577334a 20:37:47 ---> fdb228b9f793 20:37:47 20:37:47 Step 10/22 : FROM scratch 20:37:47 ---> 20:37:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:37:47 ---> Running in c006d07c2530 20:37:48 Removing intermediate container 988ff34cbca5 20:37:48 ---> 4b27c40eee3d 20:37:48 20:37:48 Step 10/22 : FROM scratch 20:37:48 ---> 20:37:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:37:49 ---> Running in e62cac3c434a 20:37:49 Removing intermediate container c006d07c2530 20:37:49 ---> 1779d6a5ac9e 20:37:49 Step 12/22 : ENV APP_PORT=48061 20:37:50 ---> ab23ab75670f 20:37:50 Step 6/7 : COPY go.mod . 20:37:50 ---> Running in 8da637904b3b 20:37:50 Removing intermediate container 807760c76744 20:37:50 ---> 503bf7623795 20:37:50 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:37:50 Removing intermediate container 4152ddfdcfa0 20:37:50 ---> bcef82d32032 20:37:50 20:37:50 Step 10/26 : FROM alpine:3.10 20:37:50 Removing intermediate container e62cac3c434a 20:37:50 ---> a16f2ff53efd 20:37:50 Step 12/22 : ENV APP_PORT=48082 20:37:50 ---> 7117e4e98f64 20:37:50 Step 7/7 : RUN go mod download 20:37:50 ---> Running in 1372e310f3c1 20:37:50 ---> Running in e552f36038d3 20:37:50 Removing intermediate container 8da637904b3b 20:37:50 ---> 08889249a798 20:37:50 Step 13/22 : EXPOSE $APP_PORT 20:37:50 ---> Running in c7f1802dd5c5 20:37:51 3.10: Pulling from library/alpine 20:37:51 ---> Running in 8884414ee63c 20:37:52 Removing intermediate container 1372e310f3c1 20:37:52 ---> 94e9bf700045 20:37:52 Step 13/20 : WORKDIR /edgexRemoving intermediate container e552f36038d3 20:37:52 20:37:52 ---> 5472d3476991 20:37:52 Step 13/22 : EXPOSE $APP_PORT 20:37:53 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 20:37:53 ---> Running in 41e7173a212f 20:37:53 Removing intermediate container 8884414ee63c 20:37:53 ---> 348f34425c3d 20:37:53 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 20:37:53 Status: Downloaded newer image for alpine:3.10 20:37:53 ---> Running in cf0479bad49d 20:37:53 ---> be4e4bea2c2e 20:37:53 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 20:37:53 ---> Running in 8f0f0f2bde0a 20:37:53 Removing intermediate container 60f8b8e5c5d7 20:37:53 ---> f44a878948ad 20:37:53 20:37:53 Step 10/22 : FROM scratch 20:37:53 ---> 20:37:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:37:54 ---> Using cache 20:37:54 ---> a16f2ff53efd 20:37:54 Step 12/22 : ENV APP_PORT=48081 20:37:54 Removing intermediate container 41e7173a212f 20:37:54 ---> b99fed9d21cb 20:37:54 Step 14/22 : WORKDIR / 20:37:54 ---> Running in 7507bb10c43e 20:37:54 ---> ff5ab58a0c22 20:37:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 20:37:54 Removing intermediate container cf0479bad49d 20:37:54 ---> ca707aa76982 20:37:54 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:37:54 ---> Running in 1fc4723174a2 20:37:54 Removing intermediate container 7507bb10c43e 20:37:54 ---> 20d94a8a4c2a 20:37:54 Step 13/22 : EXPOSE $APP_PORT 20:37:54 ---> c69c1daeaf47 20:37:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 20:37:54 ---> Running in 2760b763d6df 20:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 20:37:54 Removing intermediate container 1fc4723174a2 20:37:54 ---> 0652e00c1576 20:37:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 20:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 20:37:55 ---> 5ebca0a9f760 20:37:55 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:37:55 v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 20:37:55 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 20:37:55 OK: 10346 distinct packages available 20:37:55 Removing intermediate container 2760b763d6df 20:37:55 ---> 86531b65a121 20:37:55 Step 14/22 : WORKDIR / 20:37:55 ---> 2cefbe75ae36 20:37:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:37:55 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:37:55 go: finding github.com/BurntSushi/toml v0.3.1 20:37:55 go: finding github.com/OneOfOne/xxhash v1.2.5 20:37:55 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:37:55 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:37:55 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:37:55 go: finding github.com/bgentry/speakeasy v0.1.0 20:37:55 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:37:55 go: finding github.com/davecgh/go-spew v1.1.1 20:37:55 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:37:55 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:37:55 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 20:37:55 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:37:55 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 20:37:55 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:37:55 (1/5) Installing ca-certificates (20191127-r2) 20:37:55 ---> Running in b274b90182a4 20:37:55 (2/5) Installing nghttp2-libs (1.39.2-r1) 20:37:55 (3/5) Installing libcurl (7.66.0-r0) 20:37:55 (4/5) Installing curl (7.66.0-r0) 20:37:55 (5/5) Installing dumb-init (1.2.2-r1) 20:37:55 Executing busybox-1.30.1-r3.trigger 20:37:55 Executing ca-certificates-20191127-r2.trigger 20:37:55 ---> 8815cf954b0c 20:37:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 20:37:55 OK: 7 MiB in 19 packages 20:37:55 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 20:37:55 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:37:55 go: finding github.com/fatih/color v1.7.0 20:37:55 go: finding github.com/fsnotify/fsnotify v1.4.7 20:37:55 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:37:55 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 20:37:55 ---> 674ade53e7c9 20:37:55 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:37:55 go: finding github.com/go-kit/kit v0.8.0 20:37:55 go: finding github.com/go-logfmt/logfmt v0.4.0 20:37:55 go: finding github.com/go-playground/assert/v2 v2.0.1 20:37:55 go: finding github.com/go-playground/locales v0.13.0 20:37:55 go: finding github.com/go-playground/universal-translator v0.17.0 20:37:55 go: finding github.com/go-playground/validator/v10 v10.3.0 20:37:55 Removing intermediate container b274b90182a4 20:37:55 ---> 254e4bff76e0 20:37:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 20:37:55 ---> Running in 74959d945233 20:37:56 go: finding github.com/go-redis/redis/v7 v7.2.0 20:37:56 go: finding github.com/go-stack/stack v1.8.0 20:37:56 go: finding github.com/golang/protobuf v1.3.2 20:37:56 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:37:56 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:37:56 go: finding github.com/google/uuid v1.1.0 20:37:56 go: finding github.com/gorilla/mux v1.7.1 20:37:56 go: finding github.com/hashicorp/consul/api v1.1.0 20:37:56 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:37:56 go: finding github.com/hashicorp/errwrap v1.0.0 20:37:56 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:37:56 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:37:56 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:37:56 go: finding github.com/hashicorp/go-multierror v1.0.0 20:37:56 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:37:56 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:37:56 go: finding github.com/hashicorp/go-syslog v1.0.0 20:37:56 go: finding github.com/hashicorp/go-uuid v1.0.1 20:37:56 go: finding github.com/hashicorp/go.net v0.0.1 20:37:56 go: finding github.com/hashicorp/golang-lru v0.5.0 20:37:56 ---> 5423c2d1be21 20:37:56 Step 18/22 : ENTRYPOINT ["/support-logging"] 20:37:56 ---> 360db68f32bb 20:37:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:37:56 go: finding github.com/hashicorp/logutils v1.0.0 20:37:56 go: finding github.com/hashicorp/mdns v1.0.0 20:37:56 go: finding github.com/hashicorp/memberlist v0.1.3 20:37:56 go: finding github.com/hashicorp/serf v0.8.2 20:37:56 go: finding github.com/hpcloud/tail v1.0.0 20:37:56 go: finding github.com/imdario/mergo v0.3.6 20:37:57 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:37:57 go: finding github.com/kr/pretty v0.1.0 20:37:57 go: finding github.com/kr/pty v1.1.1 20:37:57 go: finding github.com/kr/text v0.1.0 20:37:57 go: finding github.com/leodido/go-urn v1.2.0 20:37:57 go: finding github.com/mattn/go-colorable v0.0.9 20:37:57 ---> ddde4931194d 20:37:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:37:57 ---> Running in f7cc685f3bf2 20:37:57 Removing intermediate container 74959d945233 20:37:57 ---> ee19fb9cc943 20:37:57 Step 17/20 : CMD ["--init=true"] 20:37:57 go: finding github.com/mattn/go-isatty v0.0.3 20:37:57 go: finding github.com/miekg/dns v1.0.14 20:37:57 go: finding github.com/mitchellh/cli v1.0.0 20:37:57 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:37:57 go: finding github.com/mitchellh/copystructure v1.0.0 20:37:57 go: finding github.com/mitchellh/go-homedir v1.0.0 20:37:57 ---> 414b167b7c5c 20:37:57 Step 18/22 : ENTRYPOINT ["/core-command"] 20:37:57 Removing intermediate container f7cc685f3bf2 20:37:57 ---> 259e47a6ee89 20:37:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:37:57 Removing intermediate container 8f0f0f2bde0a 20:37:57 ---> 7cd607b296c3 20:37:57 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:37:57 ---> Running in 4648471f8d94 20:37:57 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:37:57 go: finding github.com/mitchellh/gox v0.4.0 20:37:57 go: finding github.com/mitchellh/iochan v1.0.0 20:37:57 go: finding github.com/mitchellh/mapstructure v1.1.2 20:37:57 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:37:57 go: finding github.com/onsi/ginkgo v1.10.1 20:37:57 go: finding github.com/onsi/gomega v1.7.0 20:37:57 ---> Running in 9e06cadcd950 20:37:57 ---> Running in 72fdfb5922f7 20:37:57 ---> Running in 2103fbeec42f 20:37:57 ---> 224ce25be50c 20:37:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:37:58 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:37:58 go: finding github.com/pebbe/zmq4 v1.0.0 20:37:58 go: finding github.com/pelletier/go-toml v1.2.0 20:37:58 go: finding github.com/pkg/errors v0.8.1 20:37:58 go: finding github.com/pmezard/go-difflib v1.0.0 20:37:58 go: finding github.com/posener/complete v1.1.1 20:37:58 Removing intermediate container 4648471f8d94 20:37:58 ---> 0c36c75de134 20:37:58 Step 18/20 : LABEL arch=x86_64 20:37:58 ---> Running in a8af8aa4d128 20:37:58 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:37:58 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:37:58 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:37:58 go: finding github.com/stretchr/objx v0.1.0 20:37:58 go: finding github.com/stretchr/testify v1.5.1 20:37:58 go: finding github.com/ugorji/go v1.1.4 20:37:58 go: finding github.com/x448/float16 v0.8.4 20:37:58 Removing intermediate container 72fdfb5922f7 20:37:58 ---> 4ced661c4f2b 20:37:58 Step 20/22 : LABEL arch=x86_64 20:37:58 Removing intermediate container 2103fbeec42f 20:37:58 ---> da0966add6a2 20:37:58 Step 13/26 : WORKDIR / 20:37:58 Removing intermediate container 9e06cadcd950 20:37:58 ---> 51a5ca1c31de 20:37:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:37:58 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:37:58 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:37:58 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:37:58 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:37:58 go: finding golang.org/x/text v0.3.2 20:37:58 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:37:58 ---> f82b82b11875 20:37:58 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:37:58 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:37:58 go: finding gopkg.in/eapache/queue.v1 v1.1.0 20:37:58 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:37:58 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:37:58 go: finding gopkg.in/yaml.v2 v2.2.8 20:37:59 ---> Running in 8d451af84a36 20:37:59 ---> Running in 808633a0f233 20:37:59 ---> Running in 4333b448ae7d 20:37:59 ---> Running in e445ac263373 20:37:59 Removing intermediate container a8af8aa4d128 20:37:59 ---> 13626d0241ba 20:37:59 Step 19/20 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:37:59 ---> Running in f897e99eb8ef 20:37:59 Removing intermediate container 4333b448ae7d 20:37:59 ---> ab4873a84520 20:37:59 Step 21/22 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:37:59 Removing intermediate container 8d451af84a36 20:37:59 ---> f8480ec3412c 20:37:59 Step 20/22 : LABEL arch=x86_64 20:37:59 Removing intermediate container 808633a0f233 20:37:59 ---> 23054950fd0c 20:37:59 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:37:59 Removing intermediate container e445ac263373 20:37:59 ---> e0c3eba7bd1b 20:37:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:37:59 ---> Running in 00cd394c6bbd 20:37:59 ---> Running in e47477ea2569 20:37:59 Removing intermediate container f897e99eb8ef 20:37:59 ---> ac58b701ec99 20:37:59 Step 20/20 : LABEL version=0.0.0 20:37:59 ---> Running in ac2e0a49d312 20:37:59 ---> Running in b20d8eaca8f1 20:37:59 ---> ec360670e0eb 20:37:59 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:37:59 Removing intermediate container 00cd394c6bbd 20:37:59 ---> 9b91a825f9a8 20:37:59 Step 22/22 : LABEL version=0.0.0 20:38:00 Removing intermediate container e47477ea2569 20:38:00 ---> 989b32d0eb36 20:38:00 Step 21/22 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:38:00 Removing intermediate container ac2e0a49d312 20:38:00 ---> da405475daa3 20:38:00 Step 20/22 : LABEL arch=x86_64 20:38:00 ---> Running in d361880be9e5 20:38:00 Removing intermediate container b20d8eaca8f1 20:38:00 ---> bc813a650a18 20:38:00 20:38:00 ---> Running in 3f44f242eb79 20:38:00 ---> 08701c27b02b 20:38:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:38:00 ---> Running in bfc263367c98 20:38:00 Successfully built bc813a650a18 20:38:00 Removing intermediate container d361880be9e5 20:38:00 ---> 539fff03c3a9 20:38:00 20:38:00 Successfully tagged docker-security-proxy-setup-go:latest 20:38:00 Building docker-support-notifications-go 20:38:00  Building docker-security-proxy-setup-go ... done Removing intermediate container 3f44f242eb79 20:38:00 ---> 506b07425b93 20:38:00 Step 22/22 : LABEL version=0.0.0 20:38:00 Successfully built 539fff03c3a9 20:38:00 Removing intermediate container bfc263367c98 20:38:00 ---> 3abc0948b6d0 20:38:00 Step 21/22 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:38:00 Successfully tagged docker-support-logging-go:latest 20:38:00 Building docker-sys-mgmt-agent-go 20:38:00  Building docker-support-logging-go ... done  ---> 5722dbf44fe7 20:38:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 20:38:01 ---> Running in c8afaea68e53 20:38:01 ---> Running in ec3ada5b6831 20:38:01 ---> 122449e0fced 20:38:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:38:05 Removing intermediate container c8afaea68e53 20:38:05 ---> b795f32b789a 20:38:05 20:38:05 Successfully built b795f32b789a 20:38:07 Successfully tagged docker-core-command-go:latest 20:38:07  Building docker-core-command-go ... done Building docker-support-scheduler-go 20:38:09 ---> 36a98f3c3e86 20:38:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:38:09 Removing intermediate container ec3ada5b6831 20:38:09 ---> 6a9fa4c24a7f 20:38:09 Step 22/22 : LABEL version=0.0.0 20:38:15 ---> Running in 22c48f416ea8 20:38:16 ---> ec5856fd6822 20:38:16 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 20:38:16 Removing intermediate container 22c48f416ea8 20:38:16 ---> aae4ad97bc7c 20:38:16 20:38:17 Successfully built aae4ad97bc7c 20:38:20 Removing intermediate container c7f1802dd5c5 20:38:20 ---> 9339c590c7b2 20:38:20 Successfully built 9339c590c7b2 20:38:20 Successfully tagged ci-base-image-arm64:latest 20:38:21 Successfully tagged docker-core-metadata-go:latest 20:38:21 Building docker-security-secrets-setup-go [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 20:38:21  Building docker-core-metadata-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 20:38:21 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:38:21 ---> 44c9f324a88f 20:38:21 Step 3/27 : WORKDIR /edgex-go 20:38:21 ---> Using cache 20:38:21 ---> bde7c0602495 20:38:21 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:38:21 ---> Using cache 20:38:21 ---> b4dfd870b12a 20:38:21 Step 5/27 : RUN apk update && apk add make bash git [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:38:21 + docker inspect -f . ci-base-image-arm64 20:38:21 . [Pipeline] withDockerContainer 20:38:21 prd-ubuntu18.04-docker-arm64-4c-16g-506 does not seem to be running inside a container 20:38:22 $ 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 20:38:22 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 20:38:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:38:22 ---> 44c9f324a88f 20:38:22 Step 3/24 : WORKDIR /edgex-go 20:38:22 ---> Using cache 20:38:22 ---> bde7c0602495 20:38:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:38:22 ---> Using cache 20:38:22 ---> b4dfd870b12a 20:38:22 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 20:38:23 $ docker top 94f41212be34cd3964c838038de02ee455acd0151a0942993c9d25b3044b1d1c -eo pid,comm [Pipeline] { [Pipeline] sh 20:38:24 + go version 20:38:24 go version go1.13.13 linux/arm64 [Pipeline] echo 20:38:24 ========================================================= 20:38:24 [edgeXBuildGoParallel] Running Tests and Build... 20:38:24 ========================================================= [Pipeline] sh 20:38:25 + make test 20:38:25 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:38:25 ---> 48c92c010373 20:38:25 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:38:27 ? github.com/edgexfoundry/edgex-go [no test files] 20:38:28 ---> Running in aa3dccddec05 20:38:28 ---> Running in 5e1e6bceba76 20:38:29 ---> de0d50d47a67 20:38:29 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:38:31 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:38:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:38:31 ---> 44c9f324a88f 20:38:31 Step 3/21 : WORKDIR /edgex-go 20:38:31 ---> Using cache 20:38:31 ---> bde7c0602495 20:38:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:38:31 ---> Using cache 20:38:31 ---> b4dfd870b12a 20:38:31 Step 5/21 : RUN apk update && apk add make git 20:38:31 ---> Using cache 20:38:31 ---> 6cce538833c7 20:38:31 Step 6/21 : COPY go.mod . 20:38:31 ---> Using cache 20:38:31 ---> dad8a70ab1f0 20:38:31 Step 7/21 : RUN go mod download 20:38:31 ---> Using cache 20:38:31 ---> 5436b36d43e4 20:38:31 Step 8/21 : COPY . . 20:38:31 ---> Using cache 20:38:31 ---> e671e466d6ca 20:38:31 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:38:32 ---> Running in 81be7887be1b 20:38:32 ---> Running in a96dd4442ef2 20:38:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:38:35 Removing intermediate container 81be7887be1b 20:38:35 ---> b6526b878657 20:38:35 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:38:35 ---> Running in aa8de8b93b31 20:38:35 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:38:35 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:38:35 OK: 12746 distinct packages available 20:38:35 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:38:35 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:38:35 OK: 12746 distinct packages available 20:38:35 OK: 233 MiB in 51 packages 20:38:35 OK: 233 MiB in 51 packages 20:38:35 Removing intermediate container aa8de8b93b31 20:38:36 ---> 1daf21893108 20:38:36 Step 24/26 : LABEL arch=x86_64 20:38:36 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 20:38:36 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 20:38:36 ---> 44c9f324a88f 20:38:36 Step 3/29 : WORKDIR /edgex-go 20:38:36 ---> Using cache 20:38:36 ---> bde7c0602495 20:38:36 Step 4/29 : RUN apk update && apk add make git 20:38:37 ---> Running in dc91057c60a7 20:38:37 ---> Running in bd424bcd37fe 20:38:37 Removing intermediate container dc91057c60a7 20:38:37 ---> 515aa609ef7b 20:38:37 Step 25/26 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:38:38 ---> Running in 95cdf3b1f0f5 20:38:38 Removing intermediate container aa3dccddec05 20:38:38 ---> 8db9ee19d47e 20:38:38 Step 6/27 : COPY go.mod . 20:38:38 Removing intermediate container 5e1e6bceba76 20:38:38 ---> 4410b98c2f07 20:38:38 Step 6/24 : COPY go.mod . 20:38:38 Removing intermediate container 95cdf3b1f0f5 20:38:38 ---> b9dd95bc106d 20:38:38 Step 26/26 : LABEL version=0.0.0 20:38:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:38:39 ---> Running in 1fc3eca48c4f 20:38:39 ---> 0e4909c5147f 20:38:39 Step 7/27 : RUN go mod download 20:38:39 ---> 1d4f096c029f 20:38:39 Step 7/24 : RUN go mod download 20:38:39 ---> Running in 67a16287fe2d 20:38:39 ---> Running in 89d15b06bcaa 20:38:39 Removing intermediate container 1fc3eca48c4f 20:38:39 ---> eae31e855d9e 20:38:39 20:38:39 Successfully built eae31e855d9e 20:38:40 Successfully tagged docker-security-secretstore-setup-go:latest 20:38:40  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 20:38:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:38:41 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:38:41 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:38:41 OK: 12746 distinct packages available 20:38:41 OK: 233 MiB in 51 packages 20:38:48 Removing intermediate container bd424bcd37fe 20:38:48 ---> 68d579fd298f 20:38:48 Step 5/29 : COPY go.mod . 20:38:49 Removing intermediate container 67a16287fe2d 20:38:49 ---> e4b6be5a5f8a 20:38:49 Step 8/24 : COPY . . 20:38:50 Removing intermediate container 89d15b06bcaa 20:38:50 ---> c60491443e67 20:38:50 Step 8/27 : COPY . . 20:38:51 ---> 5ea8c47c771e 20:38:51 Step 6/29 : RUN go mod download 20:38:53 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 20:38:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:38:53 ---> 44c9f324a88f 20:38:53 Step 3/23 : WORKDIR /edgex-go 20:38:53 ---> Using cache 20:38:53 ---> bde7c0602495 20:38:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:38:53 ---> Using cache 20:38:53 ---> b4dfd870b12a 20:38:53 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 20:38:58 ---> Running in 403a194f3416 20:39:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:39:00 ---> Running in 0cf22b9dfcb5 20:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:39:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:39:05 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:39:05 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:39:05 OK: 12746 distinct packages available 20:39:06 OK: 233 MiB in 51 packages 20:39:14 Removing intermediate container 0cf22b9dfcb5 20:39:14 ---> 28c89c0b8e31 20:39:14 Step 6/23 : COPY go.mod . 20:39:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:39:15 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s 20:39:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 20:39:15 Removing intermediate container 403a194f3416 20:39:15 ---> 4ac2acc52280 20:39:15 Step 7/29 : COPY . . 20:39:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:39:22 ---> a4d1705be844 20:39:22 Step 7/23 : RUN go mod download 20:39:22 Removing intermediate container a96dd4442ef2 20:39:22 ---> 39d3ab1507a2 20:39:22 20:39:22 Step 10/21 : FROM scratch 20:39:22 ---> 20:39:22 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:39:22 ---> Using cache 20:39:22 ---> a16f2ff53efd 20:39:22 Step 12/21 : ENV APP_PORT=48085 20:39:22 ---> 8caed2820264 20:39:22 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:39:23 ---> Running in 5661b4e9df31 20:39:23 ---> 0fcb68437eb8 20:39:23 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:39:23 ---> Running in a71b7a3faf6b 20:39:25 ---> Running in ce4cba0fedd3 20:39:25 ---> Running in 5cd709d2ddc7 20:39:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 46.6% of statements 20:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:39:26 Removing intermediate container 5661b4e9df31 20:39:26 ---> faa927331d17 20:39:26 Step 13/21 : EXPOSE $APP_PORT 20:39:27 ---> Running in 64c8a1b237d8 20:39:28 Removing intermediate container 64c8a1b237d8 20:39:28 ---> 526d64512236 20:39:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 20:39:30 ---> 819fb71745f2 20:39:30 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 20:39:30 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 20:39: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 20:39:30 ---> 2e5ba1cadbb8 20:39:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:39:30 ---> Running in a333e2ab6c6d 20:39:30 Removing intermediate container a71b7a3faf6b 20:39:30 ---> 5b111d92ede3 20:39:30 Step 8/23 : COPY . . 20:39:30 ---> fcb0178023ed 20:39:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:39:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 20:39:32 ---> 76726afe5b82 20:39:32 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:39:34 ---> Running in 1ab50677ce01 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.258s coverage: 27.2% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:39:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.360s coverage: 82.5% of statements 20:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:39:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.412s coverage: 92.9% of statements 20:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:39:36 Removing intermediate container 1ab50677ce01 20:39:36 ---> 4958fe86f52b 20:39:36 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:39:38 ---> Running in 290af66d2a09 20:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements 20:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:39:40 Removing intermediate container 290af66d2a09 20:39:40 ---> 5f0ff6a1f6ba 20:39:40 Step 19/21 : LABEL arch=x86_64 20:39:40 ---> Running in a00a867170a8 20:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.049s coverage: 100.0% of statements 20:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 20:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:39:41 Removing intermediate container a00a867170a8 20:39:41 ---> 5005a0b2f91e 20:39:41 Step 20/21 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:39:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 89.8% of statements 20:39:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:39:42 ---> Running in 7d250b924732 20:39:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:39:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 100.0% of statements 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:39:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.025s coverage: 58.8% of statements 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 20:39:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 20:39:44 Removing intermediate container 7d250b924732 20:39:44 ---> 929127e9e8ac 20:39:44 Step 21/21 : LABEL version=0.0.0 20:39:44 ---> Running in 7ba2610a8131 20:39:45 Removing intermediate container 7ba2610a8131 20:39:45 ---> b2d0485fddce 20:39:45 20:39:45 Successfully built b2d0485fddce 20:39:45 Successfully tagged docker-support-scheduler-go:latest 20:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.165s coverage: 63.5% of statements 20:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements 20:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.372s coverage: 55.9% of statements 20:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 20:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 20:39:50  Building docker-support-scheduler-go ... done  ---> 728c2ee31799 20:39:50 Step 9/23 : RUN make cmd/core-data/core-data 20:39:50 ---> Running in 5b19857f715a 20:39:51 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 20:39:56 Removing intermediate container a333e2ab6c6d 20:39:56 ---> 24a8f2bb773a 20:39:56 20:39:56 Step 9/29 : FROM alpine:latest 20:39:56 ---> a24bb4013296 20:39:56 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 20:39:57 ---> Running in f85dc32c37fc 20:39:57 Removing intermediate container 5cd709d2ddc7 20:39:57 ---> e9bea665257d 20:39:57 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:39:57 Removing intermediate container f85dc32c37fc 20:39:57 ---> c0658f32ca89 20:39:57 Step 11/29 : USER root 20:40:00 ---> Running in 0dad4a181e0a 20:40:00 ---> Running in 329a9b13e6bf 20:40:01 Removing intermediate container ce4cba0fedd3 20:40:01 ---> 35dd11606da7 20:40:01 20:40:01 Step 10/24 : FROM scratch 20:40:01 ---> 20:40:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:40:01 ---> Using cache 20:40:01 ---> 1779d6a5ac9e 20:40:01 Step 12/24 : ENV APP_PORT=48060 20:40:01 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 20:40:01 Removing intermediate container 329a9b13e6bf 20:40:01 ---> 269a8a7a78bf 20:40:01 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 20:40:01 ---> Running in 102263ccd051 20:40:01 ---> Running in c0617279aa5f 20:40:02 Removing intermediate container 102263ccd051 20:40:02 ---> 2191176513ef 20:40:02 Step 13/24 : EXPOSE $APP_PORT 20:40:02 ---> Running in 8e2dbc6f3669 20:40:02 Removing intermediate container 8e2dbc6f3669 20:40:02 ---> d02bec6e3e7d 20:40:02 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:40:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:40:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:40:03 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:40:03 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:40:03 OK: 12746 distinct packages available 20:40:03 (1/2) Installing ca-certificates (20191127-r4) 20:40:03 (2/2) Installing dumb-init (1.2.2-r1) 20:40:03 Executing busybox-1.31.1-r16.trigger 20:40:04 Executing ca-certificates-20191127-r4.trigger 20:40:04 ---> cbdde5e74df7 20:40:04 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:40:04 OK: 6 MiB in 16 packages 20:40:05 ---> 6c02d5913673 20:40:05 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:40:05 Removing intermediate container 0dad4a181e0a 20:40:05 ---> f34e65b27402 20:40:05 20:40:05 Step 11/27 : FROM docker:latest 20:40:05 ---> 81f5749c9058 20:40:05 Step 12/27 : RUN apk add --no-cache bash 20:40:06 ---> Running in 3bd1db552b80 20:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.605s coverage: 86.3% of statements 20:40:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 20:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.932s coverage: 72.2% of statements 20:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.307s coverage: 72.1% of statements 20:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.052s coverage: 82.4% of statements 20:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.033s coverage: 48.4% of statements 20:40:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 20:40:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 20:40:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 20:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements 20:40:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 20:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.053s coverage: 96.8% of statements 20:40:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 20:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 31.1% of statements 20:40:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:40:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.279s coverage: 84.1% of statements 20:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.079s coverage: 100.0% of statements 20:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.038s coverage: 42.9% of statements 20:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 20:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 20:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements 20:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 20:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.065s coverage: 83.8% of statements 20:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 20:40:06 Removing intermediate container c0617279aa5f 20:40:06 ---> 528fcbe4fbd1 20:40:06 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 20:40:07 ---> Running in 3d0105bfaae7 20:40:07 ---> d603a5b554bb 20:40:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 20:40:07 Removing intermediate container 3d0105bfaae7 20:40:07 ---> db16387ecc8b 20:40:07 Step 14/29 : WORKDIR $BASE_DIR 20:40:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:40:07 ---> Running in 6ac62b44b03a 20:40:08 ---> f5243165d6e5 20:40:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:40:08 (1/2) Installing readline (8.0.4-r0) 20:40:08 (2/2) Installing bash (5.0.17-r0) 20:40:08 Executing bash-5.0.17-r0.post-install 20:40:08 Executing busybox-1.31.1-r16.trigger 20:40:08 OK: 12 MiB in 22 packages 20:40:08 Removing intermediate container 6ac62b44b03a 20:40:08 ---> 67acd8f0d6e7 20:40:08 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 20:40:08 ---> Running in 57514ef5faf5 20:40:10 ---> 2d8841e3554d 20:40:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:40:11 ---> ba4bcba43a55 20:40:11 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:40:11 Removing intermediate container 3bd1db552b80 20:40:11 ---> 6fffd7928ba3 20:40:11 Step 13/27 : RUN rm -rf /var/cache/apk/* 20:40:11 ---> Running in e6b024b1b885 20:40:11 ---> Running in 33687c3b8e94 20:40:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.098s coverage: 46.1% of statements 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:40:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.018s coverage: 100.0% of statements 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:40:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:40:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.070s coverage: 100.0% of statements 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:40:12 Removing intermediate container e6b024b1b885 20:40:12 ---> e1aba48493da 20:40:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:40:12 Removing intermediate container 57514ef5faf5 20:40:12 ---> 98743d725bfd 20:40:12 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 20:40:12 ---> Running in 952bf5b901ac 20:40:12 Removing intermediate container 952bf5b901ac 20:40:12 ---> 66ae7aa4ae57 20:40:12 Step 22/24 : LABEL arch=x86_64 20:40:12 ---> Running in 4f90f26deca0 20:40:12 ---> 11ee2c6e25ff 20:40:12 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 20:40:13 Removing intermediate container 4f90f26deca0 20:40:13 ---> 0e7036760770 20:40:13 Step 23/24 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:40:13 Removing intermediate container 33687c3b8e94 20:40:13 ---> 1fd687ac5505 20:40:13 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:40:13 ---> Running in 5029db955ab5 20:40:13 ---> Running in 0adee334ed5b 20:40:13 ---> 2044c06f6f9b 20:40:13 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 20:40:13 Removing intermediate container 5029db955ab5 20:40:13 ---> 783c801b2099 20:40:13 Step 24/24 : LABEL version=0.0.0 20:40:13 Removing intermediate container 0adee334ed5b 20:40:13 ---> 990cfac30ff8 20:40:13 Step 15/27 : ENV APP_PORT=48090 20:40:13 ---> Running in f49d6e83a69b 20:40:13 ---> c53c2595d923 20:40:13 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 20:40:13 ---> Running in 55aa06962383 20:40:14 Removing intermediate container f49d6e83a69b 20:40:14 ---> 531289b6026d 20:40:14 20:40:14 Successfully built 531289b6026d 20:40:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.203s coverage: 29.1% of statements 20:40:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:40:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:40:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:40:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:40:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:40:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements 20:40:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:40:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements 20:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:40:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements 20:40:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:40:15 Successfully tagged docker-support-notifications-go:latest 20:40:16  Building docker-support-notifications-go ... done  ---> 5e27e094d9a3 20:40:16 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 20:40:16 Removing intermediate container 55aa06962383 20:40:16 ---> b1fd98861f6b 20:40:16 Step 16/27 : EXPOSE $APP_PORT 20:40:16 ---> Running in c3e34a482f14 20:40:16 Removing intermediate container 5b19857f715a 20:40:16 ---> d1d5867268a8 20:40:16 20:40:16 Step 10/23 : FROM alpine 20:40:16 ---> a24bb4013296 20:40:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:40:16 ---> Running in cdabe71a4731 20:40:16 Removing intermediate container c3e34a482f14 20:40:16 ---> 19016cf23561 20:40:16 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:40:16 ---> af4a6a22db04 20:40:16 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 20:40:16 Removing intermediate container cdabe71a4731 20:40:16 ---> 92805a36695d 20:40:16 Step 12/23 : ENV APP_PORT=48080 20:40:16 ---> Running in e6df91047596 20:40:16 ---> Running in 24f2ad63589d 20:40:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 20:40:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:40:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:40:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:40:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:40:16 ---> 5ab4c653b862 20:40:16 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:40:17 Removing intermediate container 24f2ad63589d 20:40:17 ---> df5e22990051 20:40:17 Step 13/23 : EXPOSE $APP_PORT 20:40:17 ---> Running in 5c0a50ccaa8f 20:40:17 ---> a80d6f88dfc7 20:40:17 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:40:17 Removing intermediate container 5c0a50ccaa8f 20:40:17 ---> 778f3d1efd41 20:40:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:40:17 ---> Running in 86662598f0f6 20:40:17 ---> 8af74f7feaa3 20:40:17 Step 20/27 : RUN apk --no-cache add py-pip 20:40:17 ---> Running in 9d725c483359 20:40:17 Removing intermediate container e6df91047596 20:40:17 ---> d810907241bc 20:40:17 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 20:40:18 ---> 8828e3b4d629 20:40:18 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:40:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 20:40:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:40:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:40:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.023s coverage: 100.0% of statements 20:40:18 ---> Running in 7a4627e210bc 20:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:40:18 (1/33) Installing libbz2 (1.0.8-r1) 20:40:18 (2/33) Installing expat (2.2.9-r1) 20:40:18 (3/33) Installing libffi (3.3-r2) 20:40:18 (4/33) Installing gdbm (1.13-r1) 20:40:18 (5/33) Installing xz-libs (5.2.5-r0) 20:40:18 (6/33) Installing sqlite-libs (3.32.1-r0) 20:40:18 (7/33) Installing python3 (3.8.5-r0) 20:40:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 20:40:18 Removing intermediate container 86662598f0f6 20:40:18 ---> d704821fd839 20:40:18 Step 15/23 : RUN apk --no-cache add zeromq 20:40:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements 20:40:20 GO111MODULE=on go vet ./... 20:40:23 ---> Running in 2a52853729c4 20:40:23 (8/33) Installing py3-appdirs (1.4.4-r1) 20:40:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:40:23 (10/33) Installing py3-parsing (2.4.7-r0) 20:40:23 (11/33) Installing py3-six (1.15.0-r0) 20:40:23 (12/33) Installing py3-packaging (20.4-r0) 20:40:23 (13/33) Installing py3-setuptools (47.0.0-r0) 20:40:23 (14/33) Installing py3-chardet (3.0.4-r4) 20:40:23 (15/33) Installing py3-idna (2.9-r0) 20:40:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:40:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:40:23 (18/33) Installing py3-requests (2.23.0-r0) 20:40:23 (19/33) Installing py3-msgpack (1.0.0-r0) 20:40:23 (20/33) Installing py3-lockfile (0.12.2-r3) 20:40:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:40:24 Removing intermediate container 7a4627e210bc 20:40:24 ---> 353ddcbdf33d 20:40:24 Step 24/29 : RUN chmod 755 security-secrets-setup 20:40:24 (22/33) Installing py3-colorama (0.4.3-r0) 20:40:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:40:24 (23/33) Installing py3-distlib (0.3.0-r0) 20:40:24 (24/33) Installing py3-distro (1.5.0-r1) 20:40:24 (25/33) Installing py3-webencodings (0.5.1-r3) 20:40:24 ---> Running in b4392908813e 20:40:24 (26/33) Installing py3-html5lib (1.0.1-r4) 20:40:24 (27/33) Installing py3-pytoml (0.1.21-r0) 20:40:24 (28/33) Installing py3-pep517 (0.8.2-r0) 20:40:24 (29/33) Installing py3-progress (1.5-r0) 20:40:24 (30/33) Installing py3-toml (0.10.1-r0) 20:40:24 (31/33) Installing py3-retrying (1.3.3-r0) 20:40:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:40:24 (33/33) Installing py3-pip (20.1.1-r0) 20:40:24 Executing busybox-1.31.1-r16.trigger 20:40:24 OK: 71 MiB in 55 packages 20:40:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:40:25 (1/5) Installing libgcc (9.3.0-r2) 20:40:25 (2/5) Installing libsodium (1.0.18-r0) 20:40:25 (3/5) Installing libstdc++ (9.3.0-r2) 20:40:25 (4/5) Installing libzmq (4.3.2-r0) 20:40:26 (5/5) Installing zeromq (4.3.2-r0) 20:40:26 Executing busybox-1.31.1-r16.trigger 20:40:26 OK: 8 MiB in 19 packages 20:40:28 Removing intermediate container b4392908813e 20:40:28 ---> 0bbb237cf68b 20:40:28 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 20:40:31 Removing intermediate container 2a52853729c4 20:40:31 ---> d227294e899e 20:40:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 20:40:31 ---> Running in e22b732920da 20:40:31 Removing intermediate container 9d725c483359 20:40:31 ---> 8e1923653d0d 20:40:31 Step 21/27 : RUN pip install docker-compose==1.23.2 20:40:31 Removing intermediate container e22b732920da 20:40:31 ---> 0148c6784e5d 20:40:31 Step 26/29 : CMD [ "generate" ] 20:40:31 ---> Running in f473f56cbd2a 20:40:31 ---> 949a6a0be937 20:40:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:40:31 ---> Running in de713deb9007 20:40:31 Removing intermediate container de713deb9007 20:40:31 ---> 69f43b4c5664 20:40:31 Step 27/29 : LABEL arch=x86_64 20:40:31 ---> Running in 33f1a9215f33 20:40:31 Removing intermediate container 33f1a9215f33 20:40:31 ---> 242fc061c5b4 20:40:31 Step 28/29 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:40:31 ---> 9fe603ace76f 20:40:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:40:31 ---> Running in f9239a5d8744 20:40:31 Removing intermediate container f9239a5d8744 20:40:31 ---> d6cb832d82c0 20:40:31 Step 29/29 : LABEL version=0.0.0 20:40:31 ---> 6d8e19c9383d 20:40:31 Step 19/23 : ENTRYPOINT ["/core-data"] 20:40:32 ---> Running in a59ece5ef776 20:40:32 ---> Running in f30ef72fb428 20:40:32 Removing intermediate container a59ece5ef776 20:40:32 ---> 3e9d07c7581b 20:40:32 20:40:32 Removing intermediate container f30ef72fb428 20:40:32 ---> 88b7ee40f523 20:40:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:40:32 Successfully built 3e9d07c7581b 20:40:32 Successfully tagged docker-security-secrets-setup-go:latest 20:40:32  Building docker-security-secrets-setup-go ... done  ---> Running in 28a61d83d652 20:40:32 Collecting docker-compose==1.23.2 20:40:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:40:32 Removing intermediate container 28a61d83d652 20:40:32 ---> 3ed33d6f104d 20:40:32 Step 21/23 : LABEL arch=x86_64 20:40:32 ---> Running in 6928ae7bc0cf 20:40:32 Collecting docopt<0.7,>=0.6.1 20:40:32 Downloading docopt-0.6.2.tar.gz (25 kB) 20:40:32 Removing intermediate container 6928ae7bc0cf 20:40:32 ---> 6a0f61bc71cd 20:40:32 Step 22/23 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:40:32 ---> Running in 90115d7d4257 20:40:32 Removing intermediate container 90115d7d4257 20:40:32 ---> 8631a7258260 20:40:32 Step 23/23 : LABEL version=0.0.0 20:40:32 ---> Running in 90c3fb61cea2 20:40:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:40:33 Collecting jsonschema<3,>=2.5.1 20:40:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:40:34 Removing intermediate container 90c3fb61cea2 20:40:34 ---> be3e9421f2bf 20:40:34 20:40:34 Collecting texttable<0.10,>=0.9.0 20:40:34 Downloading texttable-0.9.1.tar.gz (11 kB) 20:40:34 Successfully built be3e9421f2bf 20:40:34 Successfully tagged docker-core-data-go:latest 20:40:34  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 20:40:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:40:34 Collecting dockerpty<0.5,>=0.4.1 20:40:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:40:35 Collecting PyYAML<4,>=3.10 20:40:35 Downloading PyYAML-3.13.tar.gz (270 kB) 20:40:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:40:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:40:36 Collecting websocket-client<1.0,>=0.32.0 20:40:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:40:36 Collecting cached-property<2,>=1.2.0 20:40:36 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 20:40:36 Collecting docker-pycreds>=0.4.0 20:40:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:40:36 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) 20:40:36 Collecting urllib3<1.25,>=1.21.1 20:40:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:40:36 Collecting idna<2.8,>=2.5 20:40:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:40:36 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) 20:40:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:40:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:40:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:40:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:40:37 Installing collected packages: docopt, jsonschema, texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, PyYAML, cached-property, docker-compose 20:40:37 Running setup.py install for docopt: started 20:40:37 Running setup.py install for docopt: finished with status 'done' 20:40:37 Running setup.py install for texttable: started 20:40:37 Running setup.py install for texttable: finished with status 'done' 20:40:38 Attempting uninstall: urllib3 20:40:38 Found existing installation: urllib3 1.25.9 20:40:38 Uninstalling urllib3-1.25.9: 20:40:38 Successfully uninstalled urllib3-1.25.9 20:40:38 Attempting uninstall: idna 20:40:38 Found existing installation: idna 2.9 20:40:38 Uninstalling idna-2.9: 20:40:38 Successfully uninstalled idna-2.9 20:40:38 Attempting uninstall: requests 20:40:38 Found existing installation: requests 2.23.0 20:40:38 Uninstalling requests-2.23.0: 20:40:38 Successfully uninstalled requests-2.23.0 20:40:39 gofmt -l . 20:40:39 Running setup.py install for dockerpty: started 20:40:40 [ "`gofmt -l .`" = "" ] 20:40:40 Running setup.py install for dockerpty: finished with status 'done' 20:40:40 Running setup.py install for PyYAML: started 20:40:40 Running setup.py install for PyYAML: finished with status 'done' 20:40:41 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 20:40:42 ./bin/test-go-mod-tidy.sh 20:40:43 ./bin/test-attribution-txt.sh 20:40:44 Removing intermediate container f473f56cbd2a 20:40:44 ---> 5bd90ed4f6bb 20:40:44 Step 22/27 : RUN apk --no-cache add curl 20:40:44 ---> Running in 75e37757f052 20:40:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:40:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:40:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:40:44 (2/3) Installing libcurl (7.69.1-r0) 20:40:44 (3/3) Installing curl (7.69.1-r0) 20:40:44 Executing busybox-1.31.1-r16.trigger 20:40:44 OK: 72 MiB in 58 packages 20:40:44 Removing intermediate container 75e37757f052 20:40:44 ---> 4328055e2f9d 20:40:44 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 20:40:44 ---> Running in 1fba1397ad68 20:40:45 Removing intermediate container 1fba1397ad68 20:40:45 ---> 423ff9cd258a 20:40:45 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:40:45 ---> Running in d42171cc8b7d 20:40:45 Removing intermediate container d42171cc8b7d 20:40:45 ---> 03079c309fc9 20:40:45 Step 25/27 : LABEL arch=x86_64 20:40:45 ---> Running in 6c5785c1d6b6 20:40:45 Removing intermediate container 6c5785c1d6b6 20:40:45 ---> 7fa821e2d740 20:40:45 Step 26/27 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:40:45 ---> Running in 2fd7f5c7e727 20:40:45 Removing intermediate container 2fd7f5c7e727 20:40:45 ---> bc86da72374c 20:40:45 Step 27/27 : LABEL version=0.0.0 20:40:45 ---> Running in 8dae821ab4f2 20:40:46 Removing intermediate container 8dae821ab4f2 20:40:46 ---> fc95887dd066 20:40:46 20:40:46 Successfully built fc95887dd066 20:40:46 Successfully tagged docker-sys-mgmt-agent-go:latest [Pipeline] sh 20:40:46  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:40:46 $ docker stop --time=1 95850474d32a04614132082650f1964235118b57c4db9945dbb50ffffc6a20fe 20:40:47 + ls -al . 20:40:47 total 588 20:40:47 drwxrwxr-x 10 1001 1001 4096 Aug 27 20:40 . 20:40:47 drwxr-xr-x 4 root root 4096 Aug 27 20:38 .. 20:40:47 -rw-rw-r-- 1 1001 1001 11 Aug 27 20:36 .dockerignore 20:40:47 drwxrwxr-x 8 1001 1001 4096 Aug 27 20:36 .git 20:40:47 drwxrwxr-x 3 1001 1001 4096 Aug 27 20:36 .github 20:40:47 -rw-rw-r-- 1 1001 1001 932 Aug 27 20:36 .gitignore 20:40:47 drwxrwxr-x 3 1001 1001 4096 Aug 27 20:36 .semver 20:40:47 -rw-rw-r-- 1 1001 1001 166 Aug 27 20:36 .sonarcloud.properties 20:40:47 -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:36 CONTRIBUTING.md 20:40:47 -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:36 Dockerfile.build 20:40:47 -rw-rw-r-- 1 1001 1001 865 Aug 27 20:36 Jenkinsfile 20:40:47 -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:36 LICENSE 20:40:47 -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:36 Makefile 20:40:47 -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:36 README.md 20:40:47 -rw-rw-r-- 1 1001 1001 259 Aug 27 20:36 SECURITY.md 20:40:47 -rw-rw-r-- 1 1001 1001 5 Aug 27 20:32 VERSION 20:40:47 -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:36 ZMQWindows.md 20:40:47 drwxrwxr-x 2 1001 1001 4096 Aug 27 20:36 bin 20:40:47 drwxrwxr-x 15 1001 1001 4096 Aug 27 20:36 cmd 20:40:47 -rw-r--r-- 1 root root 460866 Aug 27 20:40 coverage.out 20:40:47 -rw-r--r-- 1 root root 983 Aug 27 20:40 go.mod 20:40:47 -rw-r--r-- 1 root root 18581 Aug 27 20:40 go.sum 20:40:47 drwxrwxr-x 8 1001 1001 4096 Aug 27 20:36 internal 20:40:47 drwxrwxr-x 4 1001 1001 4096 Aug 27 20:36 openapi 20:40:47 drwxrwxr-x 4 1001 1001 4096 Aug 27 20:36 snap 20:40:47 -rw-rw-r-- 1 1001 1001 168 Aug 27 20:36 version.go 20:40:48 $ docker rm -f 95850474d32a04614132082650f1964235118b57c4db9945dbb50ffffc6a20fe [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 20:40:49 + docker images 20:40:49 + grep docker 20:40:49 docker-sys-mgmt-agent-go latest fc95887dd066 3 seconds ago 284MB 20:40:49 docker-core-data-go latest be3e9421f2bf 15 seconds ago 24.5MB 20:40:49 docker-security-secrets-setup-go latest 3e9d07c7581b 16 seconds ago 25.1MB 20:40:49 docker-support-notifications-go latest 531289b6026d 35 seconds ago 14.5MB 20:40:49 docker-support-scheduler-go latest b2d0485fddce About a minute ago 13.1MB 20:40:49 docker-security-secretstore-setup-go latest eae31e855d9e 2 minutes ago 33.9MB 20:40:49 docker-core-metadata-go latest aae4ad97bc7c 2 minutes ago 14.4MB 20:40:49 docker-core-command-go latest b795f32b789a 2 minutes ago 13MB 20:40:49 docker-support-logging-go latest 539fff03c3a9 2 minutes ago 11.8MB 20:40:49 docker-security-proxy-setup-go latest bc813a650a18 2 minutes ago 16.4MB 20:40:49 docker latest 81f5749c9058 2 months 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] } 20:40:49 + '[' -e coverage.out ] 20:40:49 + chown 1001:1001 coverage.out [Pipeline] // stage [Pipeline] } [Pipeline] stash 20:40:49 Warning: overwriting stash ‘coverage-report’ [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:40:50 Stashed 1 file(s) [Pipeline] sh 20:40:51 + make build 20:40:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:41:09 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 20:41:22 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 20:41:26 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 20:41:30 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 20:41:36 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 20:41:36 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 20:41:42 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 20:41:46 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 20:41:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:41:56 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 20:42:00 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 20:42:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 20:42:08 $ docker stop --time=1 94f41212be34cd3964c838038de02ee455acd0151a0942993c9d25b3044b1d1c 20:42:10 $ docker rm -f 94f41212be34cd3964c838038de02ee455acd0151a0942993c9d25b3044b1d1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:42:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:42:12 20:42:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:42:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:42:12 latest: Pulling from edgex-devops/edgex-compose-arm64 20:42:12 29e5d40040c1: Pulling fs layer 20:42:12 1ce36da41761: Pulling fs layer 20:42:12 25b303627fd3: Pulling fs layer 20:42:13 29e5d40040c1: Verifying Checksum 20:42:13 29e5d40040c1: Download complete 20:42:13 1ce36da41761: Verifying Checksum 20:42:13 29e5d40040c1: Pull complete 20:42:14 1ce36da41761: Pull complete 20:42:15 25b303627fd3: Download complete 20:42:25 25b303627fd3: Pull complete 20:42:25 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:42:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:42:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:42:25 prd-ubuntu18.04-docker-arm64-4c-16g-506 does not seem to be running inside a container 20:42:25 $ 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 20:42:29 $ docker top 6f701db84d7671a697588cdc063b72f85b4a74dcfef203f1cfcfca3ef98c0595 -eo pid,comm [Pipeline] { [Pipeline] sh 20:42:30 + docker-compose build --help 20:42:30 + grep parallel 20:42:34 --parallel Build images in parallel. [Pipeline] } 20:42:34 $ docker stop --time=1 6f701db84d7671a697588cdc063b72f85b4a74dcfef203f1cfcfca3ef98c0595 20:42:36 $ docker rm -f 6f701db84d7671a697588cdc063b72f85b4a74dcfef203f1cfcfca3ef98c0595 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:42:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:42:36 . [Pipeline] withDockerContainer 20:42:37 prd-ubuntu18.04-docker-arm64-4c-16g-506 does not seem to be running inside a container 20:42:37 $ 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 20:42:38 $ docker top d06fe9927b066d8cc8bcbe17377a7675b21cc68fe847384cbf49e3db9896d62b -eo pid,comm [Pipeline] { [Pipeline] sh 20:42:39 + docker-compose -f ./docker-compose-build.yml build --parallel 20:42:43 Building docker-core-command-go ... 20:42:43 Building docker-core-data-go ... 20:42:43 Building docker-core-metadata-go ... 20:42:43 Building docker-security-proxy-setup-go ... 20:42:43 Building docker-security-secrets-setup-go ... 20:42:43 Building docker-security-secretstore-setup-go ... 20:42:43 Building docker-support-logging-go ... 20:42:43 Building docker-support-notifications-go ... 20:42:43 Building docker-support-scheduler-go ... 20:42:43 Building docker-sys-mgmt-agent-go ... 20:42:43 Building docker-security-secretstore-setup-go 20:42:43 Building docker-security-secrets-setup-go 20:42:43 Building docker-sys-mgmt-agent-go 20:42:43 Building docker-support-notifications-go 20:42:43 Building docker-core-command-go 20:44:50 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:44:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:44:50 ---> 9339c590c7b2 20:44:50 Step 3/22 : WORKDIR /edgex-go 20:44:50 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 20:44:50 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 20:44:50 ---> 9339c590c7b2 20:44:50 Step 3/29 : WORKDIR /edgex-go 20:44:50 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 20:44:50 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:44:50 ---> 9339c590c7b2 20:44:50 Step 3/27 : WORKDIR /edgex-go 20:44:50 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 20:44:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:44:50 ---> 9339c590c7b2 20:44:50 Step 3/26 : WORKDIR /edgex-go 20:44:50 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 20:44:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:44:50 ---> 9339c590c7b2 20:44:50 Step 3/24 : WORKDIR /edgex-go 20:44:50 ---> Running in 6b320049f38f 20:44:50 ---> Running in eb8a433ea9b3 20:44:50 ---> Running in ffcdb990f095 20:44:50 ---> Running in 767dde8a9573 20:44:50 ---> Running in 9d788e473cc3 20:44:50 Removing intermediate container eb8a433ea9b3 20:44:50 ---> a4f522860bb2 20:44:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 9d788e473cc3 20:44:50 20:44:50 ---> 8ab832ff2993 20:44:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:50 Removing intermediate container 767dde8a9573 20:44:50 ---> 76432aef5772 20:44:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:50 Removing intermediate container ffcdb990f095 20:44:50 ---> 4eb3728927a7 20:44:50 Step 4/29 : RUN apk update && apk add make git 20:44:50 Removing intermediate container 6b320049f38f 20:44:50 ---> cb8efe970fe6 20:44:50 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:50 ---> Running in a2601e3d6579 20:44:50 ---> Running in 958b9c486359 20:44:50 ---> Running in 27917030dc9c 20:44:50 ---> Running in 8715e0be85ce 20:44:50 ---> Running in 56090f299ee2 20:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:44:50 Removing intermediate container a2601e3d6579 20:44:50 ---> 1275853e9685 20:44:50 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 20:44:50 Removing intermediate container 8715e0be85ce 20:44:50 ---> 1c64e1eb73bd 20:44:50 Step 5/22 : RUN apk update && apk add make git 20:44:50 ---> Running in 2f44dad8d1bd 20:44:50 Removing intermediate container 958b9c486359 20:44:50 ---> 80fa96e815cd 20:44:50 Step 5/26 : RUN apk update && apk add make git 20:44:50 ---> Running in 82aae0bb0ca7 20:44:50 ---> Running in e88673fbf7e9 20:44:50 Removing intermediate container 56090f299ee2 20:44:50 ---> 68a84c4ca594 20:44:50 Step 5/27 : RUN apk update && apk add make bash git 20:44:50 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:44:50 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:44:50 OK: 12617 distinct packages available 20:44:50 ---> Running in 735586e82744 20:44:50 OK: 217 MiB in 51 packages 20:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:44:50 Removing intermediate container 27917030dc9c 20:44:50 ---> f0a89c4e65f8 20:44:50 Step 5/29 : COPY go.mod . 20:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:44:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:44:51 ---> c2e476c0bb61 20:44:51 Step 6/29 : RUN go mod download 20:44:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:44:51 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:44:51 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:44:51 OK: 12617 distinct packages available 20:44:51 ---> Running in 41a36447c9f8 20:44:51 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:44:51 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:44:51 OK: 12617 distinct packages available 20:44:52 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:44:52 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:44:52 OK: 12617 distinct packages available 20:44:52 OK: 217 MiB in 51 packages 20:44:52 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:44:52 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:44:52 OK: 12617 distinct packages available 20:44:52 OK: 217 MiB in 51 packages 20:44:53 OK: 217 MiB in 51 packages 20:44:53 OK: 217 MiB in 51 packages 20:44:54 Removing intermediate container 2f44dad8d1bd 20:44:54 ---> 9426ca340bfc 20:44:54 Step 6/24 : COPY go.mod . 20:44:54 Removing intermediate container e88673fbf7e9 20:44:54 ---> ae241e816fdb 20:44:54 Step 6/26 : COPY go.mod . 20:44:55 Removing intermediate container 735586e82744 20:44:55 ---> 9624e428b0d6 20:44:55 Step 6/27 : COPY go.mod . 20:44:55 Removing intermediate container 82aae0bb0ca7 20:44:55 ---> 5ba618ab4462 20:44:55 Step 6/22 : COPY go.mod . 20:44:55 ---> 2ac86b4506ac 20:44:55 Step 7/24 : RUN go mod download 20:44:55 ---> Running in 12b556f7960d 20:44:55 Removing intermediate container 41a36447c9f8 20:44:55 ---> f0d2a985c734 20:44:55 Step 7/29 : COPY . . 20:44:56 ---> 2085f758c853 20:44:56 Step 7/26 : RUN go mod download 20:44:56 ---> 1dc2d2b8ff7d 20:44:56 Step 7/27 : RUN go mod download 20:44:56 ---> 031194997d6b 20:44:56 Step 7/22 : RUN go mod download 20:44:56 ---> Running in 06a93c3b5c4c 20:44:56 ---> Running in ffdf070a535d 20:44:56 ---> Running in 8e10cf27f60d 20:45:02 Removing intermediate container 12b556f7960d 20:45:02 ---> ea08da9939c4 20:45:02 Step 8/24 : COPY . . 20:45:03 Removing intermediate container 06a93c3b5c4c 20:45:03 ---> 77bcb6dd263a 20:45:03 Step 8/26 : COPY . . 20:45:05 Removing intermediate container ffdf070a535d 20:45:05 ---> c778203e0204 20:45:05 Step 8/22 : COPY . . 20:45:05 Removing intermediate container 8e10cf27f60d 20:45:05 ---> 0fbc5aa83ef6 20:45:05 Step 8/27 : COPY . . 20:45:28 ---> 30fa26479312 20:45:28 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 20:45:28 ---> Running in ed3dd25e139b 20:45:28 ---> 32dd78f3c5c0 20:45:28 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 20:45:28 ---> 4dea71c8e8f3 20:45:28 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:45:28 ---> Running in c69f48021dcf 20:45:28 ---> b8da023f1cba 20:45:28 Step 9/22 : RUN make cmd/core-command/core-command 20:45:28 ---> 6c65e80dfc5d 20:45:28 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:45:28 ---> Running in ff68b60e1b86 20:45:28 ---> Running in 48b2428f5beb 20:45:28 ---> Running in 27c16034eb6d 20:45:29 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 20:45:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:45:31 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 20:45:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:45:31 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 20:46:53 Removing intermediate container ed3dd25e139b 20:46:53 ---> ddc581952f4c 20:46:53 20:46:53 Step 9/29 : FROM alpine:latest 20:46:53 latest: Pulling from library/alpine 20:46:53 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:46:53 Status: Downloaded newer image for alpine:latest 20:46:53 ---> 62ee0e9f8440 20:46:53 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 20:46:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:46:53 ---> Running in 1e65c17dd8b8 20:46:53 Removing intermediate container 1e65c17dd8b8 20:46:53 ---> 12339a38490c 20:46:53 Step 11/29 : USER root 20:46:53 ---> Running in 5c9f7dd1db19 20:46:53 Removing intermediate container 5c9f7dd1db19 20:46:53 ---> b8169e1d2b02 20:46:53 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 20:46:53 ---> Running in 4fb57b55ee72 20:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:46:55 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:46:55 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:46:55 OK: 12617 distinct packages available 20:46:56 (1/2) Installing ca-certificates (20191127-r4) 20:46:56 (2/2) Installing dumb-init (1.2.2-r1) 20:46:56 Executing busybox-1.31.1-r16.trigger 20:46:56 Executing ca-certificates-20191127-r4.trigger 20:46:56 OK: 6 MiB in 16 packages 20:47:01 Removing intermediate container 4fb57b55ee72 20:47:01 ---> 5cc720eca1e3 20:47:01 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 20:47:01 ---> Running in 3c055f450925 20:47:02 Removing intermediate container 3c055f450925 20:47:02 ---> c6d9be40457a 20:47:02 Step 14/29 : WORKDIR $BASE_DIR 20:47:02 ---> Running in 03fe9abce3a1 20:47:02 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 20:47:03 Removing intermediate container 48b2428f5beb 20:47:03 ---> db6c1af578ce 20:47:03 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:47:03 ---> Running in 86c6b9ca2a87 20:47:03 Removing intermediate container 03fe9abce3a1 20:47:03 ---> 873e8b56f392 20:47:03 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 20:47:03 ---> Running in c79f4bdf4c58 20:47:07 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 20:47:08 Removing intermediate container c79f4bdf4c58 20:47:08 ---> 3ae0bad1d561 20:47:08 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 20:47:11 ---> f3228de5704c 20:47:11 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 20:47:12 ---> 6b0576b4cc19 20:47:12 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 20:47:14 Removing intermediate container 86c6b9ca2a87 20:47:14 ---> e5f455d1b66f 20:47:14 20:47:14 Step 11/27 : FROM docker:latest 20:47:14 ---> ce9d55ae87f1 20:47:14 Step 12/27 : RUN apk add --no-cache bash 20:47:14 ---> 0f48a4366164 20:47:14 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 20:47:14 ---> Running in 978c7bf639db 20:47:16 ---> 2be3025e7f53 20:47:16 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 20:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:17 Removing intermediate container c69f48021dcf 20:47:17 ---> a353ec911967 20:47:17 20:47:17 Step 10/26 : FROM alpine:3.10 20:47:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:17 3.10: Pulling from library/alpine 20:47:17 (1/2) Installing readline (8.0.4-r0) 20:47:17 (2/2) Installing bash (5.0.17-r0) 20:47:17 Executing bash-5.0.17-r0.post-install 20:47:18 Executing busybox-1.31.1-r16.trigger 20:47:18 OK: 12 MiB in 22 packages 20:47:18 ---> 5b7e2517466e 20:47:18 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 20:47:18 ---> Running in 90bffe620167 20:47:19 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 20:47:19 Status: Downloaded newer image for alpine:3.10 20:47:19 ---> 536a684cf733 20:47:19 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 20:47:19 ---> Running in 0880a9569f48 20:47:20 Removing intermediate container 978c7bf639db 20:47:20 ---> 8778568e493d 20:47:20 Step 13/27 : RUN rm -rf /var/cache/apk/* 20:47:21 ---> Running in 1943b2281e87 20:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 20:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 20:47:22 v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 20:47:22 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 20:47:22 OK: 10167 distinct packages available 20:47:23 (1/5) Installing ca-certificates (20191127-r2) 20:47:23 (2/5) Installing nghttp2-libs (1.39.2-r1) 20:47:23 (3/5) Installing libcurl (7.66.0-r0) 20:47:23 Removing intermediate container 90bffe620167 20:47:23 ---> 757ab2971f77 20:47:23 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 20:47:23 (4/5) Installing curl (7.66.0-r0) 20:47:23 (5/5) Installing dumb-init (1.2.2-r1) 20:47:23 Executing busybox-1.30.1-r3.trigger 20:47:23 Executing ca-certificates-20191127-r2.trigger 20:47:23 OK: 7 MiB in 19 packages 20:47:24 Removing intermediate container 27c16034eb6d 20:47:24 ---> bfc3c4471d83 20:47:24 20:47:24 Step 10/22 : FROM scratch 20:47:24 ---> 20:47:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:47:24 Removing intermediate container ff68b60e1b86 20:47:24 ---> 7100b1c8dc75 20:47:24 20:47:24 Step 10/24 : FROM scratch 20:47:24 ---> 20:47:24 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:47:24 ---> Running in 4be1a2c18e2c 20:47:24 ---> Running in d9e0d9f8758b 20:47:24 ---> c4d8b6842b65 20:47:24 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:47:25 Removing intermediate container 1943b2281e87 20:47:25 ---> 2f0cccf08a37 20:47:25 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:47:25 ---> Running in 913260f7ab1b 20:47:25 ---> Running in affec47d8da0 20:47:25 Removing intermediate container d9e0d9f8758b 20:47:25 ---> e658a2267c5f 20:47:25 Step 12/24 : ENV APP_PORT=48060 20:47:25 Removing intermediate container 4be1a2c18e2c 20:47:25 ---> 91c8945c6b9b 20:47:25 Step 12/22 : ENV APP_PORT=48082 20:47:25 ---> Running in 99d61929bb29 20:47:25 ---> Running in 0393418a538a 20:47:26 Removing intermediate container affec47d8da0 20:47:26 ---> 5159b5117503 20:47:26 Step 15/27 : ENV APP_PORT=48090 20:47:26 Removing intermediate container 0880a9569f48 20:47:26 ---> fe8376fd0f4d 20:47:26 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:47:26 ---> Running in 27a1469907ad 20:47:26 Removing intermediate container 99d61929bb29 20:47:26 ---> 50e31f36c6c7 20:47:26 Step 13/22 : EXPOSE $APP_PORT 20:47:26 Removing intermediate container 0393418a538a 20:47:26 ---> f3a17fbc3735 20:47:26 Step 13/24 : EXPOSE $APP_PORT 20:47:26 ---> Running in 3edaf258fc5f 20:47:26 ---> Running in e2a9c018cc0e 20:47:26 ---> Running in 98e2174310d3 20:47:27 Removing intermediate container 27a1469907ad 20:47:27 ---> a767199278f6 20:47:27 Step 16/27 : EXPOSE $APP_PORT 20:47:27 ---> Running in c4a774db9ea1 20:47:27 Removing intermediate container e2a9c018cc0e 20:47:27 ---> a81959ffdcd7 20:47:27 Step 14/22 : WORKDIR / 20:47:27 Removing intermediate container 3edaf258fc5f 20:47:27 ---> cf57e7c84b9c 20:47:27 Step 13/26 : WORKDIR / 20:47:27 Removing intermediate container 98e2174310d3 20:47:27 ---> 155a76f8d676 20:47:27 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:47:27 ---> Running in ba80af6210ca 20:47:27 ---> Running in e0a54bf9f253 20:47:27 Removing intermediate container c4a774db9ea1 20:47:28 ---> 4a7a20e3832f 20:47:28 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:47:28 Removing intermediate container ba80af6210ca 20:47:28 ---> 4ab53415d0ed 20:47:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 20:47:28 Removing intermediate container e0a54bf9f253 20:47:28 ---> 8d2ceaa81cbf 20:47:28 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:47:28 Removing intermediate container 913260f7ab1b 20:47:28 ---> df42a7a9590a 20:47:28 Step 24/29 : RUN chmod 755 security-secrets-setup 20:47:28 ---> ec59ae65652e 20:47:28 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:47:28 ---> Running in 9f5eb1a670b2 20:47:29 ---> 430110e50bae 20:47:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:47:29 ---> 95ccc3bce3e9 20:47:29 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:47:29 ---> 3a923a2c490b 20:47:29 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:47:30 ---> 668a9f8b0e5c 20:47:30 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:47:31 ---> ef7b1bc8b83c 20:47:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:47:31 ---> 6666577b47ad 20:47:31 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:47:31 ---> cb95cb450740 20:47:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:47:32 ---> a73d8f264563 20:47:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 20:47:32 ---> dd8a01a86dc1 20:47:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 20:47:32 ---> 62da370dfa2c 20:47:32 Step 18/22 : ENTRYPOINT ["/core-command"] 20:47:32 Removing intermediate container 9f5eb1a670b2 20:47:32 ---> cb61c9a06631 20:47:32 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 20:47:32 ---> 5bbddb9b13ef 20:47:33 Step 20/27 : RUN apk --no-cache add py-pip 20:47:33 ---> Running in bc5353f6f989 20:47:33 ---> Running in c21fed8098fa 20:47:33 ---> Running in dc0deb88cd23 20:47:33 ---> a725e3c27ce5 20:47:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:47:33 ---> e1b3c2d456e0 20:47:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:47:33 Removing intermediate container bc5353f6f989 20:47:33 ---> b68c81b64f58 20:47:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:34 Removing intermediate container c21fed8098fa 20:47:34 ---> b56ecc0ec570 20:47:34 Step 26/29 : CMD [ "generate" ] 20:47:34 ---> Running in 3ac06807b6b6 20:47:34 ---> Running in 11cdafbc6c57 20:47:34 Removing intermediate container 3ac06807b6b6 20:47:34 ---> 06fb3bf0f223 20:47:34 Step 20/22 : LABEL arch=arm64 20:47:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:35 Removing intermediate container 11cdafbc6c57 20:47:35 ---> cd5e134af634 20:47:35 Step 27/29 : LABEL arch=arm64 20:47:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:35 ---> Running in a0176b515df3 20:47:35 ---> Running in d1e2a08d5ba1 20:47:35 ---> 51801de8b805 20:47:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml ---> 385f0adc7681 20:47:35 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:47:35 20:47:35 Removing intermediate container a0176b515df3 20:47:35 ---> 89c7fc9b6375 20:47:35 Step 21/22 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:47:36 (1/33) Installing libbz2 (1.0.8-r1) 20:47:36 (2/33) Installing expat (2.2.9-r1) 20:47:36 (3/33) Installing libffi (3.3-r2) 20:47:36 (4/33) Installing gdbm (1.13-r1) 20:47:36 (5/33) Installing xz-libs (5.2.5-r0) 20:47:36 (6/33) Installing sqlite-libs (3.32.1-r0) 20:47:36 (7/33) Installing python3 (3.8.5-r0) 20:47:36 Removing intermediate container d1e2a08d5ba1 20:47:36 ---> ea3a8eb51672 20:47:36 Step 28/29 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:47:36 ---> Running in aa2b63f56fc6 20:47:36 ---> Running in 865173b9a07b 20:47:37 ---> 214c738733af 20:47:37 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:47:37 ---> Running in f3e22dd99d89 20:47:37 Removing intermediate container aa2b63f56fc6 20:47:37 ---> a092e3a8c7ee 20:47:37 Step 22/22 : LABEL version=0.0.0 20:47:37 ---> 39bca2880896 20:47:37 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 20:47:37 Removing intermediate container 865173b9a07b 20:47:37 ---> 63c81f6250bd 20:47:37 Step 29/29 : LABEL version=0.0.0 20:47:38 ---> Running in 2548aefe4479 20:47:38 ---> Running in 25bba9ceff74 20:47:38 (8/33) Installing py3-appdirs (1.4.4-r1) 20:47:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:47:38 (10/33) Installing py3-parsing (2.4.7-r0) 20:47:38 (11/33) Installing py3-six (1.15.0-r0) 20:47:38 (12/33) Installing py3-packaging (20.4-r0) 20:47:38 (13/33) Installing py3-setuptools (47.0.0-r0) 20:47:38 Removing intermediate container f3e22dd99d89 20:47:38 ---> 75918516d543 20:47:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:38 (14/33) Installing py3-chardet (3.0.4-r4) 20:47:38 (15/33) Installing py3-idna (2.9-r0) 20:47:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:47:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:47:38 (18/33) Installing py3-requests (2.23.0-r0) 20:47:38 (19/33) Installing py3-msgpack (1.0.0-r0) 20:47:38 (20/33) Installing py3-lockfile (0.12.2-r3) 20:47:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:47:38 (22/33) Installing py3-colorama (0.4.3-r0) 20:47:38 (23/33) Installing py3-distlib (0.3.0-r0) 20:47:38 Removing intermediate container 25bba9ceff74 20:47:38 ---> a7f0a16df409 20:47:38 20:47:38 (24/33) Installing py3-distro (1.5.0-r1) 20:47:38 (25/33) Installing py3-webencodings (0.5.1-r3) 20:47:38 (26/33) Installing py3-html5lib (1.0.1-r4) 20:47:38 ---> Running in 3d7051cb6ccb 20:47:38 (27/33) Installing py3-pytoml (0.1.21-r0) 20:47:38 Removing intermediate container 2548aefe4479 20:47:38 ---> 34bf9a9448d7 20:47:38 20:47:39 (28/33) Installing py3-pep517 (0.8.2-r0) 20:47:39 (29/33) Installing py3-progress (1.5-r0) 20:47:39 (30/33) Installing py3-toml (0.10.1-r0) 20:47:39 (31/33) Installing py3-retrying (1.3.3-r0) 20:47:39 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:47:39 (33/33) Installing py3-pip (20.1.1-r0) 20:47:39 Executing busybox-1.31.1-r16.trigger 20:47:39 OK: 71 MiB in 55 packages 20:47:39 ---> 983a59c37042 20:47:39 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:47:39 Removing intermediate container 3d7051cb6ccb 20:47:39 ---> 571bf29bb318 20:47:39 Step 22/24 : LABEL arch=arm64 20:47:39 Successfully built 34bf9a9448d7 20:47:39 Successfully built a7f0a16df409 20:47:39 Successfully tagged docker-security-secrets-setup-go-arm64:latest 20:47:39 Successfully tagged docker-core-command-go-arm64:latest 20:47:39 Building docker-security-proxy-setup-go 20:47:39 Building docker-support-logging-go 20:47:40  Building docker-security-secrets-setup-go ... done  Building docker-core-command-go ... done  ---> Running in fd6c5452df82 20:47:40 ---> d6d60e29ca20 20:47:40 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:47:40 Removing intermediate container fd6c5452df82 20:47:40 ---> e64ae6f6e91f 20:47:40 Step 23/24 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:47:40 ---> Running in df84ed15d952 20:47:40 ---> Running in 1ccdfc94573b 20:47:41 Removing intermediate container 1ccdfc94573b 20:47:41 ---> 827c639102a4 20:47:41 Step 24/24 : LABEL version=0.0.0 20:47:41 ---> Running in 82f69d9c34a5 20:47:43 Removing intermediate container 82f69d9c34a5 20:47:43 ---> 3c0b109723fd 20:47:43 20:47:44 Successfully built 3c0b109723fd 20:47:45 Successfully tagged docker-support-notifications-go-arm64:latest 20:47:45  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 20:47:46 Removing intermediate container df84ed15d952 20:47:46 ---> 46ba13d86971 20:47:46 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:47:46 Removing intermediate container dc0deb88cd23 20:47:46 ---> 731e44dc8ea0 20:47:46 Step 21/27 : RUN pip install docker-compose==1.23.2 20:47:48 ---> Running in bd8e4452af04 20:47:48 ---> Running in f4ec0da3f246 20:47:49 Removing intermediate container bd8e4452af04 20:47:49 ---> c560fb219463 20:47:49 Step 24/26 : LABEL arch=arm64 20:47:50 ---> Running in 4c9fec7f486e 20:47:52 Removing intermediate container 4c9fec7f486e 20:47:52 ---> a11d09146e58 20:47:52 Step 25/26 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:47:52 ---> Running in b8ebd325b6cc 20:47:54 Removing intermediate container b8ebd325b6cc 20:47:54 ---> c58fe23e5a83 20:47:54 Step 26/26 : LABEL version=0.0.0 20:47:54 Collecting docker-compose==1.23.2 20:47:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:47:54 ---> Running in 9e0f74e627fe 20:47:56 Removing intermediate container 9e0f74e627fe 20:47:56 ---> adf6f6dbba83 20:47:56 20:47:56 Collecting PyYAML<4,>=3.10 20:47:56 Downloading PyYAML-3.13.tar.gz (270 kB) 20:47:56 Successfully built adf6f6dbba83 20:47:56 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:47:56  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 20:48:00 Collecting jsonschema<3,>=2.5.1 20:48:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:48:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:48:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:48:01 Collecting docopt<0.7,>=0.6.1 20:48:01 Downloading docopt-0.6.2.tar.gz (25 kB) 20:48:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:48:04 Collecting websocket-client<1.0,>=0.32.0 20:48:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:48:04 Collecting dockerpty<0.5,>=0.4.1 20:48:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:48:07 Collecting cached-property<2,>=1.2.0 20:48:07 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 20:48:07 Collecting docker<4.0,>=3.6.0 20:48:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:48:08 Collecting texttable<0.10,>=0.9.0 20:48:08 Downloading texttable-0.9.1.tar.gz (11 kB) 20:48:11 Collecting urllib3<1.25,>=1.21.1 20:48:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:48:11 Collecting idna<2.8,>=2.5 20:48:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:48:11 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) 20:48:11 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) 20:48:11 Collecting docker-pycreds>=0.4.0 20:48:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:48:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:48:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:48:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:48:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:48:12 Installing collected packages: PyYAML, jsonschema, urllib3, idna, requests, docopt, websocket-client, dockerpty, cached-property, docker-pycreds, docker, texttable, docker-compose 20:48:12 Running setup.py install for PyYAML: started 20:48:15 Running setup.py install for PyYAML: finished with status 'done' 20:48:15 Attempting uninstall: urllib3 20:48:15 Found existing installation: urllib3 1.25.9 20:48:15 Uninstalling urllib3-1.25.9: 20:48:16 Successfully uninstalled urllib3-1.25.9 20:48:16 Attempting uninstall: idna 20:48:16 Found existing installation: idna 2.9 20:48:16 Uninstalling idna-2.9: 20:48:16 Successfully uninstalled idna-2.9 20:48:17 Attempting uninstall: requests 20:48:17 Found existing installation: requests 2.23.0 20:48:17 Uninstalling requests-2.23.0: 20:48:17 Successfully uninstalled requests-2.23.0 20:48:18 Running setup.py install for docopt: started 20:48:20 Running setup.py install for docopt: finished with status 'done' 20:48:20 Running setup.py install for dockerpty: started 20:48:22 Running setup.py install for dockerpty: finished with status 'done' 20:48:23 Running setup.py install for texttable: started 20:48:26 Running setup.py install for texttable: finished with status 'done' 20:48: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 20:48:36 Removing intermediate container f4ec0da3f246 20:48:36 ---> c30ecc8653ae 20:48:36 Step 22/27 : RUN apk --no-cache add curl 20:48:37 ---> Running in 8b1a14291e99 20:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:48:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:48:39 (2/3) Installing libcurl (7.69.1-r0) 20:48:39 (3/3) Installing curl (7.69.1-r0) 20:48:39 Executing busybox-1.31.1-r16.trigger 20:48:39 OK: 71 MiB in 58 packages 20:48:42 Removing intermediate container 8b1a14291e99 20:48:42 ---> 6b0a34f64e84 20:48:42 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 20:48:42 ---> Running in 6aa1e7a4cc78 20:48:43 Removing intermediate container 6aa1e7a4cc78 20:48:43 ---> cfd7175c86ac 20:48:43 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:48:43 ---> Running in 0ffa45933273 20:48:44 Removing intermediate container 0ffa45933273 20:48:44 ---> 36d446291856 20:48:44 Step 25/27 : LABEL arch=arm64 20:48:45 ---> Running in cf8bc6f8d366 20:48:45 Removing intermediate container cf8bc6f8d366 20:48:45 ---> 05a4b307f082 20:48:45 Step 26/27 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:48:45 ---> Running in 27eb65f8a2a1 20:48:46 Removing intermediate container 27eb65f8a2a1 20:48:46 ---> 12a2d9da99f4 20:48:46 Step 27/27 : LABEL version=0.0.0 20:48:46 ---> Running in e3938c79e787 20:48:47 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:48:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:48:47 ---> 9339c590c7b2 20:48:47 Step 3/22 : WORKDIR /edgex-go 20:48:47 ---> Using cache 20:48:47 ---> cb8efe970fe6 20:48:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:47 ---> Using cache 20:48:47 ---> 68a84c4ca594 20:48:47 Step 5/22 : RUN apk update && apk add make && apk add bash git 20:48:47 ---> Running in 369165aaa6df 20:48:47 Removing intermediate container e3938c79e787 20:48:47 ---> e70e6d39d578 20:48:47 20:48:48 Successfully built e70e6d39d578 20:48:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:48:48 Building docker-core-metadata-go 20:48:49  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:48:49 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 20:48:49 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:48:49 ---> 9339c590c7b2 20:48:49 Step 3/20 : WORKDIR /edgex-go 20:48:49 ---> Using cache 20:48:49 ---> cb8efe970fe6 20:48:49 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:49 ---> Using cache 20:48:49 ---> 68a84c4ca594 20:48:49 Step 5/20 : RUN apk update && apk add make git 20:48:49 ---> Running in a094d9ae4543 20:48:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:48:51 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:48:51 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:48:51 OK: 12617 distinct packages available 20:48:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:48:51 OK: 217 MiB in 51 packages 20:48:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:48:52 OK: 217 MiB in 51 packages 20:48:52 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:48:52 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:48:52 OK: 12617 distinct packages available 20:48:53 OK: 217 MiB in 51 packages 20:48:55 Removing intermediate container 369165aaa6df 20:48:55 ---> 28124f1c6317 20:48:55 Step 6/22 : COPY go.mod . 20:48:55 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:48:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:48:55 ---> 9339c590c7b2 20:48:55 Step 3/21 : WORKDIR /edgex-go 20:48:55 ---> Using cache 20:48:55 ---> cb8efe970fe6 20:48:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:55 ---> Using cache 20:48:55 ---> 68a84c4ca594 20:48:55 Step 5/21 : RUN apk update && apk add make git 20:48:55 ---> Running in f30ae73beac5 20:48:56 Removing intermediate container a094d9ae4543 20:48:56 ---> 4755caf1f7da 20:48:56 Step 6/20 : COPY go.mod . 20:48:57 ---> 0a8785d3e5ca 20:48:57 Step 7/22 : RUN go mod download 20:48:57 ---> 2de3f54170a3 20:48:57 Step 7/20 : RUN go mod download 20:48:57 ---> Running in d4e77b36725f 20:48:58 ---> Running in ba23597550a6 20:48:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:48:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:49:00 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:49:00 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:49:00 OK: 12617 distinct packages available 20:49:01 OK: 217 MiB in 51 packages 20:49:04 Removing intermediate container d4e77b36725f 20:49:04 ---> b9d828046074 20:49:04 Step 8/22 : COPY . . 20:49:04 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 20:49:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:49:04 ---> 9339c590c7b2 20:49:04 Step 3/23 : WORKDIR /edgex-go 20:49:04 ---> Using cache 20:49:04 ---> cb8efe970fe6 20:49:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:49:04 ---> Using cache 20:49:04 ---> 68a84c4ca594 20:49:04 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 20:49:04 ---> Running in 44f91bb6f615 20:49:04 Removing intermediate container ba23597550a6 20:49:04 ---> 460ccb74d874 20:49:04 Step 8/20 : COPY . . 20:49:04 Removing intermediate container f30ae73beac5 20:49:04 ---> c4fbcfeb62e5 20:49:04 Step 6/21 : COPY go.mod . 20:49:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:49:06 ---> d0473af6b8bb 20:49:06 Step 7/21 : RUN go mod download 20:49:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:49:07 ---> Running in 2905066f9fcf 20:49:08 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:49:08 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:49:08 OK: 12617 distinct packages available 20:49:09 OK: 217 MiB in 51 packages 20:49:13 Removing intermediate container 44f91bb6f615 20:49:13 ---> 3fde32dbcdbb 20:49:13 Step 6/23 : COPY go.mod . 20:49:13 Removing intermediate container 2905066f9fcf 20:49:13 ---> 4947936c5827 20:49:13 Step 8/21 : COPY . . 20:49:15 ---> d521f53c8a46 20:49:15 Step 7/23 : RUN go mod download 20:49:15 ---> Running in 6fcc18140472 20:49:22 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:49:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:49:22 ---> 9339c590c7b2 20:49:22 Step 3/22 : WORKDIR /edgex-go 20:49:22 ---> Using cache 20:49:22 ---> cb8efe970fe6 20:49:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:49:22 ---> Using cache 20:49:22 ---> 68a84c4ca594 20:49:22 Step 5/22 : RUN apk update && apk add make git 20:49:22 ---> Using cache 20:49:22 ---> c4fbcfeb62e5 20:49:22 Step 6/22 : COPY go.mod . 20:49:22 ---> Using cache 20:49:22 ---> d0473af6b8bb 20:49:22 Step 7/22 : RUN go mod download 20:49:22 ---> Using cache 20:49:22 ---> 4947936c5827 20:49:22 Step 8/22 : COPY . . 20:49:22 Removing intermediate container 6fcc18140472 20:49:22 ---> 35d568761616 20:49:22 Step 8/23 : COPY . . 20:49:40 ---> 24b3c6374048 20:49:40 Step 9/22 : RUN make cmd/support-logging/support-logging 20:49:41 ---> adbd4ffe20bf 20:49:41 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 20:49:41 ---> 01b30470356c 20:49:41 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:49:41 ---> Running in 43a28ec3acca 20:49:41 ---> Running in 4e92e3c32d0d 20:49:41 ---> Running in 63ab4c1e8003 20:49:44 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 20:49:44 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 20:49:44 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 20:49:45 ---> 9bd2cc435e8d 20:49:45 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:49:45 ---> Running in 7160504635c5 20:49:45 ---> 13d1e60b1c06 20:49:45 Step 9/23 : RUN make cmd/core-data/core-data 20:49:46 ---> Running in bebaf4e5c505 20:49:48 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 20:49:48 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 20:51:10 Removing intermediate container 43a28ec3acca 20:51:10 ---> 7180e138f33a 20:51:10 20:51:10 Step 10/20 : FROM alpine 20:51:10 ---> 62ee0e9f8440 20:51:10 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 20:51:10 ---> Running in 060eb5e81728 20:51:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:51:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:51:10 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:51:10 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:51:10 OK: 12617 distinct packages available 20:51:11 (1/4) Installing ca-certificates (20191127-r4) 20:51:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:51:11 (3/4) Installing libcurl (7.69.1-r0) 20:51:11 (4/4) Installing curl (7.69.1-r0) 20:51:11 Executing busybox-1.31.1-r16.trigger 20:51:11 Executing ca-certificates-20191127-r4.trigger 20:51:12 OK: 7 MiB in 18 packages 20:51:14 Removing intermediate container 060eb5e81728 20:51:14 ---> 91e424ac34a3 20:51:14 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:51:14 ---> Running in 29db5b6d4639 20:51:15 Removing intermediate container 29db5b6d4639 20:51:15 ---> e3be2e478331 20:51:15 Step 13/20 : WORKDIR /edgex 20:51:15 ---> Running in acd1527ebc7d 20:51:16 Removing intermediate container acd1527ebc7d 20:51:16 ---> 2d34a0746d42 20:51:16 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:51:17 ---> f0ace071b7f7 20:51:17 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:51:19 ---> f875ef41f418 20:51:19 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:51:20 ---> Running in bc3642880cb1 20:51:21 Removing intermediate container bc3642880cb1 20:51:21 ---> dc4df1df463d 20:51:21 Step 17/20 : CMD ["--init=true"] 20:51:21 ---> Running in b07b5164a551 20:51:22 Removing intermediate container b07b5164a551 20:51:22 ---> 8060391d2852 20:51:22 Step 18/20 : LABEL arch=arm64 20:51:23 ---> Running in 40680cda646c 20:51:23 Removing intermediate container 63ab4c1e8003 20:51:23 ---> 25ac581245c2 20:51:23 20:51:23 Step 10/22 : FROM scratch 20:51:23 ---> 20:51:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:51:23 ---> Using cache 20:51:23 ---> e658a2267c5f 20:51:23 Step 12/22 : ENV APP_PORT=48061 20:51:24 Removing intermediate container 40680cda646c 20:51:24 ---> 2d8045579110 20:51:24 Step 19/20 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:51:24 ---> Running in f5eeeadbd1e2 20:51:24 ---> Running in 7de44d021409 20:51:25 Removing intermediate container f5eeeadbd1e2 20:51:25 ---> 35900aa7dba7 20:51:25 Step 13/22 : EXPOSE $APP_PORT 20:51:25 ---> Running in c537f8e108f5 20:51:25 Removing intermediate container 7de44d021409 20:51:25 ---> a16d4c64e811 20:51:25 Step 20/20 : LABEL version=0.0.0 20:51:25 ---> Running in 3c164d0c9e0f 20:51:25 Removing intermediate container c537f8e108f5 20:51:25 ---> 59447488129f 20:51:25 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 20:51:26 Removing intermediate container 3c164d0c9e0f 20:51:26 ---> 5f8c8ac37c54 20:51:26 20:51:27 ---> 0d6758955f27 20:51:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 20:51:27 Successfully built 5f8c8ac37c54 20:51:27 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:51:28  Building docker-security-proxy-setup-go ... done  ---> 929395af0649 20:51:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 20:51:29 ---> d045bafc4d71 20:51:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 20:51:31 ---> 226f1bcb5947 20:51:31 Step 18/22 : ENTRYPOINT ["/support-logging"] 20:51:31 ---> Running in 15c4a1a2a9ff 20:51:32 Removing intermediate container 15c4a1a2a9ff 20:51:32 ---> 0cd64b742cdf 20:51:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:51:32 ---> Running in 5827f09e9774 20:51:33 Removing intermediate container 5827f09e9774 20:51:33 ---> 85f25ad9af55 20:51:33 Step 20/22 : LABEL arch=arm64 20:51:33 ---> Running in e3b82e278804 20:51:34 Removing intermediate container e3b82e278804 20:51:34 ---> fff97f770e6f 20:51:34 Step 21/22 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:51:34 ---> Running in a22f3b163132 20:51:35 Removing intermediate container a22f3b163132 20:51:35 ---> 251c6bb80068 20:51:35 Step 22/22 : LABEL version=0.0.0 20:51:35 ---> Running in b152c97e7807 20:51:36 Removing intermediate container b152c97e7807 20:51:36 ---> b21511a1bd12 20:51:36 20:51:38 Successfully built b21511a1bd12 20:51:38 Successfully tagged docker-support-logging-go-arm64:latest 20:51:39  Building docker-support-logging-go ... done Removing intermediate container 4e92e3c32d0d 20:51:39 ---> a46bf8adbdff 20:51:39 20:51:39 Step 10/21 : FROM scratch 20:51:39 ---> 20:51:39 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:51:39 ---> Using cache 20:51:39 ---> 91c8945c6b9b 20:51:39 Step 12/21 : ENV APP_PORT=48085 20:51:39 ---> Running in 064b96e0699f 20:51:39 Removing intermediate container 064b96e0699f 20:51:39 ---> 33147fd07610 20:51:39 Step 13/21 : EXPOSE $APP_PORT 20:51:40 ---> Running in c3079e2ddb4e 20:51:40 Removing intermediate container c3079e2ddb4e 20:51:40 ---> 4a397c93871f 20:51:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 20:51:41 ---> 8385eb9d106c 20:51:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:51:43 ---> a59c34b12b9c 20:51:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:51:44 ---> a254afb4afc3 20:51:44 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:51:45 ---> Running in 27efaaed1e67 20:51:46 Removing intermediate container 27efaaed1e67 20:51:46 ---> 3e6050cf46c3 20:51:46 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:51:46 ---> Running in 2749a09e16af 20:51:46 Removing intermediate container 7160504635c5 20:51:46 ---> 22d18c8eca87 20:51:46 20:51:46 Step 10/22 : FROM scratch 20:51:46 ---> 20:51:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:51:46 ---> Using cache 20:51:46 ---> 91c8945c6b9b 20:51:46 Step 12/22 : ENV APP_PORT=48081 20:51:47 Removing intermediate container 2749a09e16af 20:51:47 ---> 24b40ce06f69 20:51:47 Step 19/21 : LABEL arch=arm64 20:51:47 ---> Running in 168aa03e4197 20:51:47 ---> Running in ad37fbe841cb 20:51:47 Removing intermediate container 168aa03e4197 20:51:47 ---> b01394f299d8 20:51:47 Step 13/22 : EXPOSE $APP_PORT 20:51:47 ---> Running in 0f3e2e6e843e 20:51:48 Removing intermediate container ad37fbe841cb 20:51:48 ---> 336553acd6f8 20:51:48 Step 20/21 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:51:48 ---> Running in 5b3e07bfe0aa 20:51:48 Removing intermediate container 0f3e2e6e843e 20:51:48 ---> d84ad94bac84 20:51:48 Step 14/22 : WORKDIR / 20:51:48 ---> Running in a22642104fff 20:51:48 Removing intermediate container 5b3e07bfe0aa 20:51:48 ---> 15b7d669a9da 20:51:48 Step 21/21 : LABEL version=0.0.0 20:51:48 ---> Running in 3e85409bf9de 20:51:49 Removing intermediate container a22642104fff 20:51:49 ---> c1d91c4c3b3e 20:51:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 20:51:49 Removing intermediate container 3e85409bf9de 20:51:49 ---> b4349b0feb44 20:51:49 20:51:49 Successfully built b4349b0feb44 20:51:49 Successfully tagged docker-support-scheduler-go-arm64:latest 20:51:50  Building docker-support-scheduler-go ... done  ---> d5e8d9675bc5 20:51:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:51:51 ---> 3171f2d25e9e 20:51:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:51:52 ---> 2d5fe761234c 20:51:52 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:51:52 ---> Running in 592e19eb3369 20:51:53 Removing intermediate container 592e19eb3369 20:51:53 ---> 4ee5fd53997a 20:51:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:51:53 ---> Running in 949cc6bd9fc6 20:51:54 Removing intermediate container 949cc6bd9fc6 20:51:54 ---> daafc14edca2 20:51:54 Step 20/22 : LABEL arch=arm64 20:51:54 ---> Running in f0ccc487a98e 20:51:54 Removing intermediate container f0ccc487a98e 20:51:54 ---> 3bcfdfad8ea0 20:51:54 Step 21/22 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:51:55 ---> Running in 986b682b9c17 20:51:55 Removing intermediate container 986b682b9c17 20:51:55 ---> 9a8590765f3d 20:51:55 Step 22/22 : LABEL version=0.0.0 20:51:55 ---> Running in 56f22633809b 20:51:55 Removing intermediate container 56f22633809b 20:51:55 ---> 97779771ac56 20:51:55 20:51:56 Successfully built 97779771ac56 20:51:56 Successfully tagged docker-core-metadata-go-arm64:latest 20:52:00  Building docker-core-metadata-go ... done Removing intermediate container bebaf4e5c505 20:52:00 ---> 82f9e5cac265 20:52:00 20:52:00 Step 10/23 : FROM alpine 20:52:00 ---> 62ee0e9f8440 20:52:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:52:00 ---> Running in 35437f013b2a 20:52:01 Removing intermediate container 35437f013b2a 20:52:01 ---> f84e4c030e4b 20:52:01 Step 12/23 : ENV APP_PORT=48080 20:52:01 ---> Running in e9c6b3ce90d8 20:52:01 Removing intermediate container e9c6b3ce90d8 20:52:01 ---> fdb8405d39c4 20:52:01 Step 13/23 : EXPOSE $APP_PORT 20:52:02 ---> Running in 281b22c4b81d 20:52:02 Removing intermediate container 281b22c4b81d 20:52:02 ---> df640a8def02 20:52:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:52:02 ---> Running in 410258fd54ee 20:52:05 Removing intermediate container 410258fd54ee 20:52:05 ---> 39b799550629 20:52:05 Step 15/23 : RUN apk --no-cache add zeromq 20:52:05 ---> Running in df5e8dc637cf 20:52:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:52:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:52:08 (1/5) Installing libgcc (9.3.0-r2) 20:52:08 (2/5) Installing libsodium (1.0.18-r0) 20:52:08 (3/5) Installing libstdc++ (9.3.0-r2) 20:52:08 (4/5) Installing libzmq (4.3.2-r0) 20:52:08 (5/5) Installing zeromq (4.3.2-r0) 20:52:08 Executing busybox-1.31.1-r16.trigger 20:52:08 OK: 8 MiB in 19 packages 20:52:09 Removing intermediate container df5e8dc637cf 20:52:09 ---> c24516c560a4 20:52:09 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 20:52:10 ---> 1f65537fe79f 20:52:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:52:12 ---> ceb65ddc7596 20:52:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:52:12 ---> ffc807e9133f 20:52:12 Step 19/23 : ENTRYPOINT ["/core-data"] 20:52:12 ---> Running in 9a5ed153fd85 20:52:13 Removing intermediate container 9a5ed153fd85 20:52:13 ---> f98bd152c015 20:52:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:52:13 ---> Running in bbbd86741464 20:52:13 Removing intermediate container bbbd86741464 20:52:13 ---> 5b03db0c71ba 20:52:13 Step 21/23 : LABEL arch=arm64 20:52:14 ---> Running in 80ad68621318 20:52:14 Removing intermediate container 80ad68621318 20:52:14 ---> a2406155b908 20:52:14 Step 22/23 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d 20:52:14 ---> Running in d24f477bd26b 20:52:15 Removing intermediate container d24f477bd26b 20:52:15 ---> e3718cf82649 20:52:15 Step 23/23 : LABEL version=0.0.0 20:52:15 ---> Running in e24f0632c9b0 20:52:15 Removing intermediate container e24f0632c9b0 20:52:15 ---> 26c6e391e49c 20:52:15 20:52:16 Successfully built 26c6e391e49c 20:52:16 Successfully tagged docker-core-data-go-arm64:latest 20:52:16  Building docker-core-data-go ... done  [Pipeline] } 20:52:16 $ docker stop --time=1 d06fe9927b066d8cc8bcbe17377a7675b21cc68fe847384cbf49e3db9896d62b 20:52:18 $ docker rm -f d06fe9927b066d8cc8bcbe17377a7675b21cc68fe847384cbf49e3db9896d62b [Pipeline] // withDockerContainer [Pipeline] sh 20:52:19 + grep docker 20:52:19 + docker images 20:52:19 docker-core-data-go-arm64 latest 26c6e391e49c 4 seconds ago 23.3MB 20:52:19 docker-core-metadata-go-arm64 latest 97779771ac56 24 seconds ago 13.8MB 20:52:19 docker-support-scheduler-go-arm64 latest b4349b0feb44 30 seconds ago 12.6MB 20:52:19 docker-support-logging-go-arm64 latest b21511a1bd12 43 seconds ago 11.4MB 20:52:19 docker-security-proxy-setup-go-arm64 latest 5f8c8ac37c54 53 seconds ago 15.8MB 20:52:19 docker-sys-mgmt-agent-go-arm64 latest e70e6d39d578 3 minutes ago 266MB 20:52:19 docker-security-secretstore-setup-go-arm64 latest adf6f6dbba83 4 minutes ago 32.5MB 20:52:19 docker-support-notifications-go-arm64 latest 3c0b109723fd 4 minutes ago 13.9MB 20:52:19 docker-security-secrets-setup-go-arm64 latest a7f0a16df409 4 minutes ago 24.2MB 20:52:19 docker-core-command-go-arm64 latest 34bf9a9448d7 4 minutes ago 12.4MB 20:52:19 docker latest ce9d55ae87f1 2 months 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 20:52:21 provisioning config files... 20:52:22 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config6859909690179636885tmp [Pipeline] { [Pipeline] sh 20:52:22 + curl -s https://codecov.io/bash 20:52:22 + bash -s - -t @/w/workspace/edgex-go/10@tmp/config6859909690179636885tmp [Pipeline] } 20:52:22 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 20:52:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:52:25 ---> package-listing.sh 20:52:25 ++ tr '[:upper:]' '[:lower:]' 20:52:25 ++ facter osfamily 20:52:25 + OS_FAMILY=redhat 20:52:25 + workspace=/w/workspace/edgex-go/10 20:52:25 + START_PACKAGES=/tmp/packages_start.txt 20:52:25 + END_PACKAGES=/tmp/packages_end.txt 20:52:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:52:25 + PACKAGES=/tmp/packages_start.txt 20:52:25 + '[' /w/workspace/edgex-go/10 ']' 20:52:25 + PACKAGES=/tmp/packages_end.txt 20:52:25 + case "${OS_FAMILY}" in 20:52:25 + rpm -qa 20:52:25 + sort 20:52:29 + '[' -f /tmp/packages_start.txt ']' 20:52:29 + '[' -f /tmp/packages_end.txt ']' 20:52:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:52:29 + '[' /w/workspace/edgex-go/10 ']' 20:52:29 + mkdir -p /w/workspace/edgex-go/10/archives/ 20:52:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] isUnix [Pipeline] sh 20:52:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:52:30 20:52:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:52:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:52:30 alpine: Pulling from edgex-lftools-log-publisher 20:52:30 c9b1b535fdd9: Pulling fs layer 20:52:30 2cc5ad85d9ab: Pulling fs layer 20:52:30 756a868c4378: Pulling fs layer 20:52:30 444b2fc9a129: Pulling fs layer 20:52:30 ea15f1150254: Pulling fs layer 20:52:30 41b27a9f41bf: Pulling fs layer 20:52:30 28c525ee5125: Pulling fs layer 20:52:30 094b1ea09ed8: Pulling fs layer 20:52:30 138eaada9080: Pulling fs layer 20:52:30 0622d0fa9048: Pulling fs layer 20:52:30 444b2fc9a129: Waiting 20:52:30 ea15f1150254: Waiting 20:52:30 28c525ee5125: Waiting 20:52:30 41b27a9f41bf: Waiting 20:52:30 0622d0fa9048: Waiting 20:52:30 138eaada9080: Waiting 20:52:30 094b1ea09ed8: Waiting 20:52:30 2cc5ad85d9ab: Verifying Checksum 20:52:30 2cc5ad85d9ab: Download complete 20:52:30 444b2fc9a129: Verifying Checksum 20:52:30 444b2fc9a129: Download complete 20:52:30 c9b1b535fdd9: Verifying Checksum 20:52:30 c9b1b535fdd9: Download complete 20:52:30 ea15f1150254: Verifying Checksum 20:52:30 ea15f1150254: Download complete 20:52:31 28c525ee5125: Verifying Checksum 20:52:31 28c525ee5125: Download complete 20:52:31 756a868c4378: Verifying Checksum 20:52:31 756a868c4378: Download complete 20:52:31 c9b1b535fdd9: Pull complete 20:52:31 138eaada9080: Verifying Checksum 20:52:31 138eaada9080: Download complete 20:52:31 0622d0fa9048: Verifying Checksum 20:52:31 0622d0fa9048: Download complete 20:52:31 094b1ea09ed8: Verifying Checksum 20:52:31 094b1ea09ed8: Download complete 20:52:31 41b27a9f41bf: Verifying Checksum 20:52:31 41b27a9f41bf: Download complete 20:52:32 2cc5ad85d9ab: Pull complete 20:52:34 756a868c4378: Pull complete 20:52:34 444b2fc9a129: Pull complete 20:52:34 ea15f1150254: Pull complete 20:52:40 41b27a9f41bf: Pull complete 20:52:40 28c525ee5125: Pull complete 20:52:42 094b1ea09ed8: Pull complete 20:52:43 138eaada9080: Pull complete 20:52:44 0622d0fa9048: Pull complete 20:52:44 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 20:52:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:52:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:52:44 prd-centos7-docker-4c-2g-501 does not seem to be running inside a container 20:52:44 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:52:49 $ docker top 8621905131f0ee2e1cf304b46611eeaa126ccb85f73ce20f0437fd4041675fee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:52:49 provisioning config files... 20:52:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config2633576514095533596tmp [Pipeline] { [Pipeline] echo 20:52:49 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:52:49 ---> create-netrc.sh [Pipeline] echo 20:52:49 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:52:50 ---> logs-deploy.sh 20:52:50 + ARCHIVE_ARTIFACTS= 20:52:50 + LOGS_SERVER=https://logs.edgexfoundry.org 20:52:50 + '[' https://logs.edgexfoundry.org == None ']' 20:52:50 + NEXUS_URL=https://nexus.edgexfoundry.org 20:52:50 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/10 20:52:50 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/10/ 20:52:50 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/10 /w/workspace/edgex-go/10 20:52:51 Archives upload complete. 20:52:51 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/10 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/10/