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 lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from 2a0aa0a464e015e3dadee497a498bc5f1d727e62+aed4594c0c67a41538adeca107413fb688e317f4 (7bbe40b8d6f7877481db11c3ac0194cdd1017e0c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3343 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 2a0aa0a464e015e3dadee497a498bc5f1d727e62 Merge succeeded, producing bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 Checking out Revision bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 (PR-2653) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # 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 aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 # timeout=10 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" > git rev-list --no-walk 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:11 ========================================================= 04:30:11 EdgeX Global Pipelines Version Info 04:30:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:30:13 ------------------- 04:30:13 stable info: 04:30:13 ------------------- 04:30:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:13 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:30:13 Message: update stable to v1.0.106 04:30:14 ------------------- 04:30:14 experimental info: 04:30:14 ------------------- 04:30:14 Commited By: **** collab-it+edgex@linuxfoundation.org 04:30:14 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:30:14 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:30:15 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:30:15 + for file in '`ls cmd/**/Dockerfile`' 04:30:15 ++ dirname cmd/core-command/Dockerfile 04:30:15 ++ cut -d/ -f2 04:30:15 + echo core-command,cmd/core-command/Dockerfile 04:30:15 + for file in '`ls cmd/**/Dockerfile`' 04:30:15 ++ dirname cmd/core-data/Dockerfile 04:30:15 ++ cut -d/ -f2 04:30:15 + echo core-data,cmd/core-data/Dockerfile 04:30:15 + for file in '`ls cmd/**/Dockerfile`' 04:30:15 ++ dirname cmd/core-metadata/Dockerfile 04:30:15 ++ cut -d/ -f2 04:30:15 + echo core-metadata,cmd/core-metadata/Dockerfile 04:30:15 + for file in '`ls cmd/**/Dockerfile`' 04:30:15 ++ dirname cmd/security-proxy-setup/Dockerfile 04:30:15 ++ cut -d/ -f2 04:30:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:30:15 + for file in '`ls cmd/**/Dockerfile`' 04:30:15 ++ dirname cmd/security-secrets-setup/Dockerfile 04:30:15 ++ cut -d/ -f2 04:30:15 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:30:15 + for file in '`ls cmd/**/Dockerfile`' 04:30:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:30:15 ++ cut -d/ -f2 04:30:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:30:15 + for file in '`ls cmd/**/Dockerfile`' 04:30:15 ++ dirname cmd/support-logging/Dockerfile 04:30:15 ++ cut -d/ -f2 04:30:15 + echo support-logging,cmd/support-logging/Dockerfile 04:30:15 + for file in '`ls cmd/**/Dockerfile`' 04:30:15 ++ dirname cmd/support-notifications/Dockerfile 04:30:15 ++ cut -d/ -f2 04:30:15 + echo support-notifications,cmd/support-notifications/Dockerfile 04:30:15 + for file in '`ls cmd/**/Dockerfile`' 04:30:15 ++ dirname cmd/support-scheduler/Dockerfile 04:30:15 ++ cut -d/ -f2 04:30:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:30:15 + for file in '`ls cmd/**/Dockerfile`' 04:30:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:30:15 ++ cut -d/ -f2 04:30:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:30:15 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:30:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:16 04:30:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:17 latest: Pulling from edgex-devops/git-semver 04:30:17 31603596830f: Pulling fs layer 04:30:17 2a8b12db71e7: Pulling fs layer 04:30:17 6ca5941a6612: Pulling fs layer 04:30:17 ecc8261a40a4: Pulling fs layer 04:30:17 ecc8261a40a4: Waiting 04:30:17 2a8b12db71e7: Verifying Checksum 04:30:17 2a8b12db71e7: Download complete 04:30:17 31603596830f: Verifying Checksum 04:30:17 31603596830f: Download complete 04:30:17 ecc8261a40a4: Verifying Checksum 04:30:17 ecc8261a40a4: Download complete 04:30:17 6ca5941a6612: Verifying Checksum 04:30:17 6ca5941a6612: Download complete 04:30:17 31603596830f: Pull complete 04:30:17 2a8b12db71e7: Pull complete 04:30:18 6ca5941a6612: Pull complete 04:30:18 ecc8261a40a4: Pull complete 04:30:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:30:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:30:19 prd-centos7-docker-4c-2g-3343 does not seem to be running inside a container 04:30:19 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:30:21 $ docker top 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:21 [ssh-agent] Looking for ssh-agent implementation... 04:30:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:22 $ docker exec 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 ssh-agent 04:30:22 SSH_AUTH_SOCK=/tmp/ssh-kGZfhFfCkOUd/agent.11 04:30:22 SSH_AGENT_PID=17 04:30:22 Running ssh-add (command line suppressed) 04:30:22 Identity added: /w/workspace/edgex-go/4@tmp/private_key_6378532230100544085.key (/w/workspace/edgex-go/4@tmp/private_key_6378532230100544085.key) 04:30:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:22 + git describe --exact-match --tags HEAD 04:30:22 fatal: No names found, cannot describe anything. [Pipeline] } 04:30:22 $ docker exec --env ******** --env ******** 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 ssh-agent -k 04:30:23 unset SSH_AUTH_SOCK; 04:30:23 unset SSH_AGENT_PID; 04:30:23 echo Agent pid 17 killed; 04:30:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:30:23 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:30:23 This usually means this commit has not been tagged. [Pipeline] sshagent 04:30:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:23 [ssh-agent] Looking for ssh-agent implementation... 04:30:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:23 $ docker exec 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 ssh-agent 04:30:23 SSH_AUTH_SOCK=/tmp/ssh-VGd4EXDz1LW3/agent.46 04:30:23 SSH_AGENT_PID=51 04:30:23 Running ssh-add (command line suppressed) 04:30:23 Identity added: /w/workspace/edgex-go/4@tmp/private_key_739803824159826050.key (/w/workspace/edgex-go/4@tmp/private_key_739803824159826050.key) 04:30:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:24 + git semver init 04:30:24 # -> Open(): unable to determine branch for HEAD 04:30:24 # $GIT_DIR = /w/workspace/edgex-go/4/.git 04:30:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 04:30:24 # $SEMVER_REMOTE_NAME = origin 04:30:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:30:24 # $SEMVER_USER_NAME = edgex-jenkins 04:30:24 # $SEMVER_BRANCH = PR-2653 04:30:24 # $SEMVER_TEMP = /tmp/semver-172105565 04:30:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:30:50 # '/tmp/semver-172105565' -> '/w/workspace/edgex-go/4/.semver' 04:30:50 # -> Force: false 04:30:50 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 04:30:50 $ docker exec --env ******** --env ******** 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 ssh-agent -k 04:30:51 unset SSH_AUTH_SOCK; 04:30:51 unset SSH_AGENT_PID; 04:30:51 echo Agent pid 51 killed; 04:30:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:51 + git semver [Pipeline] } 04:30:51 $ docker stop --time=1 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 04:30:53 $ docker rm -f 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:31:07 Stashed 31 file(s) [Pipeline] echo 04:31:07 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 04:31:07 ========================================================= 04:31:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:31:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:31:08 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:31:11 Sending build context to Docker daemon 323MB 04:31:11 Step 1/7 : ARG BASE=golang:1.13-alpine 04:31:11 Step 2/7 : FROM ${BASE} 04:31:11 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:31:11 df20fa9351a1: Pulling fs layer 04:31:11 ed8968b2872e: Pulling fs layer 04:31:11 a92cc7c5fd73: Pulling fs layer 04:31:11 2dd03ba5bac4: Pulling fs layer 04:31:11 1e091d79d1de: Pulling fs layer 04:31:11 481702a1767f: Pulling fs layer 04:31:11 f64a6f60c768: Pulling fs layer 04:31:11 e78d2573fc39: Pulling fs layer 04:31:11 e876d2f968b6: Pulling fs layer 04:31:11 ce8a83651883: Pulling fs layer 04:31:11 07967f4d0e4b: Pulling fs layer 04:31:11 f64a6f60c768: Waiting 04:31:11 e78d2573fc39: Waiting 04:31:11 e876d2f968b6: Waiting 04:31:11 ce8a83651883: Waiting 04:31:11 07967f4d0e4b: Waiting 04:31:11 2dd03ba5bac4: Waiting 04:31:11 1e091d79d1de: Waiting 04:31:11 481702a1767f: Waiting 04:31:11 a92cc7c5fd73: Verifying Checksum 04:31:11 a92cc7c5fd73: Download complete 04:31:11 ed8968b2872e: Verifying Checksum 04:31:11 ed8968b2872e: Download complete 04:31:11 1e091d79d1de: Verifying Checksum 04:31:11 1e091d79d1de: Download complete 04:31:11 481702a1767f: Verifying Checksum 04:31:11 481702a1767f: Download complete 04:31:11 df20fa9351a1: Verifying Checksum 04:31:11 df20fa9351a1: Download complete 04:31:12 df20fa9351a1: Pull complete 04:31:12 ed8968b2872e: Pull complete 04:31:12 f64a6f60c768: Verifying Checksum 04:31:12 f64a6f60c768: Download complete 04:31:12 e876d2f968b6: Verifying Checksum 04:31:12 e876d2f968b6: Download complete 04:31:13 2dd03ba5bac4: Verifying Checksum 04:31:13 2dd03ba5bac4: Download complete 04:31:13 07967f4d0e4b: Verifying Checksum 04:31:13 07967f4d0e4b: Download complete 04:31:13 ce8a83651883: Download complete 04:31:13 e78d2573fc39: Verifying Checksum 04:31:13 e78d2573fc39: Download complete 04:31:14 a92cc7c5fd73: Pull complete 04:31:19 2dd03ba5bac4: Pull complete 04:31:19 1e091d79d1de: Pull complete 04:31:19 481702a1767f: Pull complete 04:31:22 Still waiting to schedule task 04:31:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:31:26 f64a6f60c768: Pull complete 04:31:29 e78d2573fc39: Pull complete 04:31:29 e876d2f968b6: Pull complete 04:31:30 ce8a83651883: Pull complete 04:31:30 07967f4d0e4b: Pull complete 04:31:30 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:31:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:31:30 ---> 5d7c900382c6 04:31:30 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:31:32 ---> Running in 652def353f95 04:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:31:34 (1/12) Installing libmagic (5.38-r0) 04:31:34 (2/12) Installing file (5.38-r0) 04:31:34 (3/12) Installing libc-dev (0.7.2-r3) 04:31:34 (4/12) Installing g++ (9.3.0-r2) 04:32:01 (5/12) Installing fortify-headers (1.1-r0) 04:32:01 (6/12) Installing patch (2.7.6-r6) 04:32:01 (7/12) Installing build-base (0.5-r2) 04:32:01 (8/12) Installing libsodium (1.0.18-r0) 04:32:01 (9/12) Installing pkgconf (1.7.2-r0) 04:32:01 (10/12) Installing libsodium-dev (1.0.18-r0) 04:32:01 (11/12) Installing libzmq (4.3.2-r0) 04:32:01 (12/12) Installing zeromq-dev (4.3.2-r0) 04:32:01 Executing busybox-1.31.1-r16.trigger 04:32:01 OK: 233 MiB in 51 packages 04:32:03 Removing intermediate container 652def353f95 04:32:03 ---> 2024d55b74aa 04:32:03 Step 4/7 : WORKDIR /edgex-go 04:32:03 ---> Running in fa47e14f9904 04:32:03 Removing intermediate container fa47e14f9904 04:32:03 ---> ba33bfdf4e08 04:32:03 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:32:03 latest: Pulling from library/docker 04:32:03 df20fa9351a1: Already exists 04:32:03 25ad7478873d: Pulling fs layer 04:32:03 4684f6177b5d: Pulling fs layer 04:32:03 46e300cec669: Pulling fs layer 04:32:03 63038576ad94: Pulling fs layer 04:32:03 0fdb76c4706c: Pulling fs layer 04:32:03 cb7edeffdfd5: Pulling fs layer 04:32:03 63038576ad94: Waiting 04:32:03 0fdb76c4706c: Waiting 04:32:03 cb7edeffdfd5: Waiting 04:32:03 4684f6177b5d: Verifying Checksum 04:32:03 4684f6177b5d: Download complete 04:32:03 25ad7478873d: Verifying Checksum 04:32:03 25ad7478873d: Download complete 04:32:04 63038576ad94: Verifying Checksum 04:32:04 63038576ad94: Download complete 04:32:04 0fdb76c4706c: Verifying Checksum 04:32:04 0fdb76c4706c: Download complete 04:32:04 cb7edeffdfd5: Verifying Checksum 04:32:04 cb7edeffdfd5: Download complete 04:32:04 25ad7478873d: Pull complete 04:32:04 4684f6177b5d: Pull complete 04:32:05 46e300cec669: Verifying Checksum 04:32:05 46e300cec669: Download complete 04:32:06 46e300cec669: Pull complete 04:32:06 63038576ad94: Pull complete 04:32:07 0fdb76c4706c: Pull complete 04:32:07 cb7edeffdfd5: Pull complete 04:32:07 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:32:07 Status: Downloaded newer image for docker:latest 04:32:08 ---> 18bfc069ce54 04:32:08 Step 6/7 : COPY go.mod . 04:32:09 ---> 5b6eaca0c006 04:32:09 Step 7/7 : RUN go mod download 04:32:09 ---> Running in 8f02a76ef193 04:32:11 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:32:11 go: finding github.com/BurntSushi/toml v0.3.1 04:32:11 go: finding github.com/OneOfOne/xxhash v1.2.5 04:32:11 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:32:11 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:32:11 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:32:11 go: finding github.com/bgentry/speakeasy v0.1.0 04:32:11 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:32:11 go: finding github.com/cloudflare/gokey v0.1.0 04:32:11 go: finding github.com/davecgh/go-spew v1.1.1 04:32:11 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:32:11 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:32:11 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:32:11 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:32:11 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:32:11 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:32:11 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:32:11 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:32:11 go: finding github.com/fatih/color v1.7.0 04:32:11 go: finding github.com/fsnotify/fsnotify v1.4.7 04:32:11 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:32:11 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:32:11 go: finding github.com/go-kit/kit v0.8.0 04:32:11 go: finding github.com/go-logfmt/logfmt v0.4.0 04:32:11 go: finding github.com/go-redis/redis/v7 v7.2.0 04:32:12 go: finding github.com/go-stack/stack v1.8.0 04:32:12 go: finding github.com/golang/protobuf v1.3.2 04:32:12 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:32:12 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:32:12 go: finding github.com/google/uuid v1.1.0 04:32:12 go: finding github.com/gorilla/mux v1.7.1 04:32:12 go: finding github.com/hashicorp/consul/api v1.1.0 04:32:12 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:32:12 go: finding github.com/hashicorp/errwrap v1.0.0 04:32:12 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:32:12 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:32:12 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:32:12 go: finding github.com/hashicorp/go-multierror v1.0.0 04:32:12 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:32:12 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:32:12 go: finding github.com/hashicorp/go-syslog v1.0.0 04:32:12 go: finding github.com/hashicorp/go-uuid v1.0.1 04:32:12 go: finding github.com/hashicorp/go.net v0.0.1 04:32:12 go: finding github.com/hashicorp/golang-lru v0.5.0 04:32:12 go: finding github.com/hashicorp/logutils v1.0.0 04:32:12 go: finding github.com/hashicorp/mdns v1.0.0 04:32:12 go: finding github.com/hashicorp/memberlist v0.1.3 04:32:12 go: finding github.com/hashicorp/serf v0.8.2 04:32:12 go: finding github.com/hpcloud/tail v1.0.0 04:32:12 go: finding github.com/imdario/mergo v0.3.6 04:32:12 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:32:12 go: finding github.com/kr/pretty v0.1.0 04:32:13 go: finding github.com/kr/pty v1.1.1 04:32:13 go: finding github.com/kr/text v0.1.0 04:32:13 go: finding github.com/mattn/go-colorable v0.0.9 04:32:13 go: finding github.com/mattn/go-isatty v0.0.3 04:32:13 go: finding github.com/miekg/dns v1.0.14 04:32:13 go: finding github.com/mitchellh/cli v1.0.0 04:32:13 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:32:13 go: finding github.com/mitchellh/copystructure v1.0.0 04:32:13 go: finding github.com/mitchellh/go-homedir v1.0.0 04:32:13 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:32:13 go: finding github.com/mitchellh/gox v0.4.0 04:32:13 go: finding github.com/mitchellh/iochan v1.0.0 04:32:13 go: finding github.com/mitchellh/mapstructure v1.1.2 04:32:13 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:32:13 go: finding github.com/onsi/ginkgo v1.10.1 04:32:13 go: finding github.com/onsi/gomega v1.7.0 04:32:13 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:32:13 go: finding github.com/pebbe/zmq4 v1.0.0 04:32:13 go: finding github.com/pelletier/go-toml v1.2.0 04:32:13 go: finding github.com/pkg/errors v0.8.1 04:32:13 go: finding github.com/pmezard/go-difflib v1.0.0 04:32:13 go: finding github.com/posener/complete v1.1.1 04:32:13 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:32:13 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:32:13 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:32:13 go: finding github.com/stretchr/objx v0.1.0 04:32:13 go: finding github.com/stretchr/testify v1.5.1 04:32:13 go: finding github.com/ugorji/go v1.1.4 04:32:13 go: finding github.com/x448/float16 v0.8.4 04:32:13 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:32:13 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:32:13 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:32:13 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:32:13 go: finding golang.org/x/text v0.3.2 04:32:13 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:32:13 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:32:13 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:32:13 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:32:13 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:32:13 go: finding gopkg.in/yaml.v2 v2.2.8 04:32:28 Removing intermediate container 8f02a76ef193 04:32:28 ---> e6bae1d215fd 04:32:28 Successfully built e6bae1d215fd 04:32:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:32:29 + docker inspect -f . ci-base-image-x86_64 04:32:29 . [Pipeline] withDockerContainer 04:32:29 prd-centos7-docker-4c-2g-3343 does not seem to be running inside a container 04:32:29 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 04:32:30 $ docker top 23fae031e7639412da23c5be067cb5bc0928e291db8bd62f6d587ab1b141ef31 -eo pid,comm [Pipeline] { [Pipeline] sh 04:32:31 + go version 04:32:31 go version go1.13.13 linux/amd64 [Pipeline] echo 04:32:31 ========================================================= 04:32:31 [edgeXBuildGoParallel] Running Tests and Build... 04:32:31 ========================================================= [Pipeline] sh 04:32:31 + make test 04:32:31 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:32:33 ? github.com/edgexfoundry/edgex-go [no test files] 04:32:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:32:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:32:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:32:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:32:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:32:51 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s 04:32:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:32:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:32:51 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:32:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:32:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:32:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:32:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:32:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:32:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.030s coverage: 46.6% of statements 04:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.073s coverage: 27.3% of statements 04:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 04:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.010s coverage: 100.0% of statements 04:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.067s coverage: 28.6% of statements 04:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.011s coverage: 100.0% of statements 04:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.011s coverage: 100.0% of statements 04:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.021s coverage: 89.8% of statements 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.051s coverage: 97.5% of statements 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.015s coverage: 100.0% of statements 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:33:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 04:33:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.059s coverage: 63.5% of statements 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:33:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 04:33:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.100s coverage: 55.9% of statements 04:33:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:33:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:33:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:33:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.940s coverage: 86.3% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.253s coverage: 72.2% of statements 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.129s coverage: 72.1% of statements 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.018s coverage: 82.4% of statements 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.047s coverage: 28.8% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.018s coverage: 96.8% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.039s coverage: 26.9% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.123s coverage: 84.1% of statements 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.009s coverage: 42.9% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.024s coverage: 83.8% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.027s coverage: 46.1% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.047s coverage: 100.0% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.011s coverage: 100.0% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.021s coverage: 100.0% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:33:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.046s coverage: 29.1% of statements 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:33:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.024s coverage: 99.0% of statements 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:33:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:33:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:33:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:33:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3349 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { 04:33:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.016s coverage: 87.9% of statements 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:33:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [Pipeline] ws 04:33:14 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 04:33:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements 04:33:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.008s coverage: 100.0% of statements 04:33:15 GO111MODULE=on go vet ./... 04:33:19 using credential edgex-jenkins-ssh 04:33:19 Cloning the remote Git repository 04:33:19 Cloning with configured refspecs honoured and without tags 04:33:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:33:19 > git init /w/workspace/edgex-go/4 # timeout=10 04:33:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:33:19 > git --version # timeout=10 04:33:19 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:33:22 gofmt -l . 04:33:22 [ "`gofmt -l .`" = "" ] 04:33:23 ./bin/test-go-mod-tidy.sh 04:33:24 ./bin/test-attribution-txt.sh [Pipeline] sh 04:33:25 + ls -al . 04:33:25 total 556 04:33:25 drwxrwxr-x 10 1001 1001 4096 Aug 11 04:33 . 04:33:25 drwxr-xr-x 4 root root 28 Aug 11 04:32 .. 04:33:25 -rw-rw-r-- 1 1001 1001 11 Aug 11 04:30 .dockerignore 04:33:25 drwxrwxr-x 8 1001 1001 179 Aug 11 04:30 .git 04:33:25 drwxrwxr-x 3 1001 1001 60 Aug 11 04:30 .github 04:33:25 -rw-rw-r-- 1 1001 1001 932 Aug 11 04:30 .gitignore 04:33:25 drwx------ 3 1001 1001 47 Aug 11 04:30 .semver 04:33:25 -rw-rw-r-- 1 1001 1001 166 Aug 11 04:30 .sonarcloud.properties 04:33:25 -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:30 CONTRIBUTING.md 04:33:25 -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:30 Dockerfile.build 04:33:25 -rw-rw-r-- 1 1001 1001 865 Aug 11 04:30 Jenkinsfile 04:33:25 -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:30 LICENSE 04:33:25 -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:30 Makefile 04:33:25 -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:30 README.md 04:33:25 -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:30 SECURITY.md 04:33:25 -rw-rw-r-- 1 1001 1001 5 Aug 11 04:30 VERSION 04:33:25 -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:30 ZMQWindows.md 04:33:25 drwxrwxr-x 2 1001 1001 117 Aug 11 04:30 bin 04:33:25 drwxrwxr-x 15 1001 1001 4096 Aug 11 04:30 cmd 04:33:25 -rw-r--r-- 1 root root 455803 Aug 11 04:33 coverage.out 04:33:25 -rw-r--r-- 1 root root 1019 Aug 11 04:33 go.mod 04:33:25 -rw-r--r-- 1 root root 18146 Aug 11 04:33 go.sum 04:33:25 drwxrwxr-x 8 1001 1001 127 Aug 11 04:30 internal 04:33:25 drwxrwxr-x 4 1001 1001 26 Aug 11 04:30 openapi 04:33:25 drwxrwxr-x 4 1001 1001 71 Aug 11 04:30 snap 04:33:25 -rw-rw-r-- 1 1001 1001 168 Aug 11 04:30 version.go [Pipeline] sh 04:33:26 + '[' -e coverage.out ] 04:33:26 + chown 1001:1001 coverage.out [Pipeline] stash 04:33:26 Stashed 1 file(s) [Pipeline] sh 04:33:26 + make build 04:33:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:33:33 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:33:35 Fetching without tags 04:33:35 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 2a0aa0a464e015e3dadee497a498bc5f1d727e62 04:33:36 Merge succeeded, producing ff7a1cf9618e528a5e61f327ee9daa109199f053 04:33:36 Checking out Revision ff7a1cf9618e528a5e61f327ee9daa109199f053 (PR-2653) 04:33:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:33:35 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # timeout=10 04:33:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:33:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:33:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:33:35 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:33:35 > git config core.sparsecheckout # timeout=10 04:33:35 > git checkout -f 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # timeout=10 04:33:35 > git remote # timeout=10 04:33:35 > git config --get remote.origin.url # timeout=10 04:33:35 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:35 > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 04:33:36 > git rev-parse HEAD^{commit} # timeout=10 04:33:36 > git config core.sparsecheckout # timeout=10 04:33:36 > git checkout -f ff7a1cf9618e528a5e61f327ee9daa109199f053 # timeout=10 04:33:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:33:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:33:40 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" 04:33:40 > git rev-list --no-walk 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # timeout=10 04:33:40 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:33:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:33:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:33:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:33:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:33:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:33:51 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 [Pipeline] echo 04:33:53 ========================================================= 04:33:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:33:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:33:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:33:54 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 04:33:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:33:56 $ docker stop --time=1 23fae031e7639412da23c5be067cb5bc0928e291db8bd62f6d587ab1b141ef31 04:33:58 Sending build context to Docker daemon 323MB 04:33:58 Step 1/7 : ARG BASE=golang:1.13-alpine 04:33:58 Step 2/7 : FROM ${BASE} 04:33:58 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:33:58 b538f80385f9: Pulling fs layer 04:33:58 74f711af9a0d: Pulling fs layer 04:33:58 99f96fe45779: Pulling fs layer 04:33:58 fd7a069fd194: Pulling fs layer 04:33:58 66aa3694b03b: Pulling fs layer 04:33:58 170f70906a0f: Pulling fs layer 04:33:58 ad7c5574e4b9: Pulling fs layer 04:33:58 e772456be8f7: Pulling fs layer 04:33:58 c890913d741a: Pulling fs layer 04:33:58 2480fcc9aa5a: Pulling fs layer 04:33:58 09adf4765672: Pulling fs layer 04:33:58 fd7a069fd194: Waiting 04:33:58 66aa3694b03b: Waiting 04:33:58 170f70906a0f: Waiting 04:33:58 ad7c5574e4b9: Waiting 04:33:58 e772456be8f7: Waiting 04:33:58 c890913d741a: Waiting 04:33:58 2480fcc9aa5a: Waiting 04:33:58 09adf4765672: Waiting 04:33:58 99f96fe45779: Verifying Checksum 04:33:58 99f96fe45779: Download complete 04:33:58 74f711af9a0d: Verifying Checksum 04:33:58 74f711af9a0d: Download complete 04:33:58 66aa3694b03b: Download complete 04:33:58 170f70906a0f: Verifying Checksum 04:33:58 170f70906a0f: Download complete 04:33:58 $ docker rm -f 23fae031e7639412da23c5be067cb5bc0928e291db8bd62f6d587ab1b141ef31 04:33:58 b538f80385f9: Verifying Checksum 04:33:58 b538f80385f9: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 04:33:59 b538f80385f9: Pull complete [Pipeline] script [Pipeline] { 04:33:59 74f711af9a0d: Pull complete 04:34:00 99f96fe45779: Pull complete [Pipeline] isUnix [Pipeline] sh 04:34:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:01 04:34:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:34:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:01 latest: Pulling from edgex-devops/edgex-compose 04:34:01 cbdbe7a5bc2a: Pulling fs layer 04:34:01 ca9280d653b3: Pulling fs layer 04:34:01 7e9c9ca2126c: Pulling fs layer 04:34:02 cbdbe7a5bc2a: Verifying Checksum 04:34:02 cbdbe7a5bc2a: Download complete 04:34:02 ca9280d653b3: Verifying Checksum 04:34:02 ca9280d653b3: Download complete 04:34:02 ad7c5574e4b9: Verifying Checksum 04:34:02 ad7c5574e4b9: Download complete 04:34:02 c890913d741a: Verifying Checksum 04:34:02 c890913d741a: Download complete 04:34:02 cbdbe7a5bc2a: Pull complete 04:34:03 7e9c9ca2126c: Download complete 04:34:03 ca9280d653b3: Pull complete 04:34:04 2480fcc9aa5a: Verifying Checksum 04:34:04 2480fcc9aa5a: Download complete 04:34:04 09adf4765672: Download complete 04:34:05 e772456be8f7: Verifying Checksum 04:34:05 e772456be8f7: Download complete 04:34:05 fd7a069fd194: Verifying Checksum 04:34:05 fd7a069fd194: Download complete 04:34:10 7e9c9ca2126c: Pull complete 04:34:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:34:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:34:10 prd-centos7-docker-4c-2g-3343 does not seem to be running inside a container 04:34:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-devops/edgex-compose:latest cat 04:34:13 $ docker top f03e988391cddd09e925dcda72dfd395e6b3438569ba920015c4cba0e71c51fb -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:13 + docker-compose build --help 04:34:13 + grep parallel 04:34:14 --parallel Build images in parallel. [Pipeline] } 04:34:15 $ docker stop --time=1 f03e988391cddd09e925dcda72dfd395e6b3438569ba920015c4cba0e71c51fb 04:34:16 $ docker rm -f f03e988391cddd09e925dcda72dfd395e6b3438569ba920015c4cba0e71c51fb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:17 . [Pipeline] withDockerContainer 04:34:17 prd-centos7-docker-4c-2g-3343 does not seem to be running inside a container 04:34:17 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 04:34:18 $ docker top 51893e40609d3e4ca4565547d5f1ccaff5cb79c3b5937a0501ed7c2d0465afa5 -eo pid,comm 04:34:18 fd7a069fd194: Pull complete 04:34:18 66aa3694b03b: Pull complete 04:34:18 170f70906a0f: Pull complete [Pipeline] { [Pipeline] sh 04:34:18 + docker-compose -f ./docker-compose-build.yml build --parallel 04:34:20 Building docker-core-command-go ... 04:34:20 Building docker-core-data-go ... 04:34:20 Building docker-core-metadata-go ... 04:34:20 Building docker-security-proxy-setup-go ... 04:34:20 Building docker-security-secrets-setup-go ... 04:34:20 Building docker-security-secretstore-setup-go ... 04:34:20 Building docker-support-logging-go ... 04:34:20 Building docker-support-notifications-go ... 04:34:20 Building docker-support-scheduler-go ... 04:34:20 Building docker-sys-mgmt-agent-go ... 04:34:20 Building docker-sys-mgmt-agent-go 04:34:20 Building docker-security-secretstore-setup-go 04:34:20 Building docker-support-logging-go 04:34:20 Building docker-support-scheduler-go 04:34:20 Building docker-core-data-go 04:34:21 ad7c5574e4b9: Pull complete 04:34:25 e772456be8f7: Pull complete 04:34:25 c890913d741a: Pull complete 04:34:28 2480fcc9aa5a: Pull complete 04:34:28 09adf4765672: Pull complete 04:34:29 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:34:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:34:29 ---> 2248a725d1cf 04:34:29 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:34:33 ---> Running in 61d7e56b27b6 04:34:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:34:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:34:37 (1/12) Installing libmagic (5.38-r0) 04:34:37 (2/12) Installing file (5.38-r0) 04:34:37 (3/12) Installing libc-dev (0.7.2-r3) 04:34:37 (4/12) Installing g++ (9.3.0-r2) 04:34:41 (5/12) Installing fortify-headers (1.1-r0) 04:34:41 (6/12) Installing patch (2.7.6-r6) 04:34:41 (7/12) Installing build-base (0.5-r2) 04:34:41 (8/12) Installing libsodium (1.0.18-r0) 04:34:41 (9/12) Installing pkgconf (1.7.2-r0) 04:34:41 (10/12) Installing libsodium-dev (1.0.18-r0) 04:34:41 (11/12) Installing libzmq (4.3.2-r0) 04:34:41 (12/12) Installing zeromq-dev (4.3.2-r0) 04:34:41 Executing busybox-1.31.1-r16.trigger 04:34:42 OK: 217 MiB in 51 packages 04:34:46 Removing intermediate container 61d7e56b27b6 04:34:46 ---> d0b79752edf1 04:34:46 Step 4/7 : WORKDIR /edgex-go 04:34:46 ---> Running in 9d00484b1ede 04:34:47 Removing intermediate container 9d00484b1ede 04:34:47 ---> a54f73294887 04:34:47 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:34:47 latest: Pulling from library/docker 04:34:47 b538f80385f9: Already exists 04:34:47 259a493cd78d: Pulling fs layer 04:34:47 b8e66b5100f5: Pulling fs layer 04:34:47 39dc9c94d07c: Pulling fs layer 04:34:47 551b823b3b82: Pulling fs layer 04:34:47 3c52a74df98c: Pulling fs layer 04:34:47 6c9b121b6998: Pulling fs layer 04:34:47 3c52a74df98c: Waiting 04:34:47 6c9b121b6998: Waiting 04:34:47 551b823b3b82: Waiting 04:34:47 b8e66b5100f5: Download complete 04:34:47 259a493cd78d: Download complete 04:34:47 551b823b3b82: Verifying Checksum 04:34:47 551b823b3b82: Download complete 04:34:47 3c52a74df98c: Verifying Checksum 04:34:47 3c52a74df98c: Download complete 04:34:47 6c9b121b6998: Verifying Checksum 04:34:47 6c9b121b6998: Download complete 04:34:48 259a493cd78d: Pull complete 04:34:48 b8e66b5100f5: Pull complete 04:34:48 39dc9c94d07c: Verifying Checksum 04:34:48 39dc9c94d07c: Download complete 04:34:52 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:34:52 ---> e6bae1d215fd 04:34:52 Step 3/21 : WORKDIR /edgex-go 04:34:52 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:34:52 ---> e6bae1d215fd 04:34:52 Step 3/26 : WORKDIR /edgex-go 04:34:52 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:52 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:34:52 ---> e6bae1d215fd 04:34:52 Step 3/20 : WORKDIR /edgex-go 04:34:52 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:34:52 ---> e6bae1d215fd 04:34:52 Step 3/26 : WORKDIR /edgex-go 04:34:52 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:34:52 ---> e6bae1d215fd 04:34:52 Step 3/22 : WORKDIR /edgex-go 04:34:52 ---> Running in 554fbfb22de1 04:34:52 ---> Running in ff53df01aca3 04:34:52 ---> Running in b34ac409e185 04:34:52 ---> Running in ad704b38f579 04:34:52 ---> Running in 477901987e88 04:34:52 Removing intermediate container 477901987e88 04:34:52 ---> 51ba0fbf7b85 04:34:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:52 Removing intermediate container b34ac409e185 04:34:52 ---> c7dd87558862 04:34:52 Removing intermediate container ad704b38f579 04:34:52 ---> bd8841f73a1e 04:34:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:52 Removing intermediate container ff53df01aca3 04:34:52 ---> ff86ee3ac424 04:34:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:52 Removing intermediate container 554fbfb22de1 04:34:52 ---> 289cb92f0d51 04:34:52 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:52 ---> Running in 60f38306f183 04:34:52 ---> Running in 7e1db0575909 04:34:52 ---> Running in a24297418863 04:34:52 ---> Running in dbea82a85ca6 04:34:52 ---> Running in e8045f9ecda2 04:34:52 39dc9c94d07c: Pull complete 04:34:52 551b823b3b82: Pull complete 04:34:52 3c52a74df98c: Pull complete 04:34:52 Removing intermediate container 7e1db0575909 04:34:52 ---> 74755a0122b2 04:34:52 Step 5/26 : RUN apk update && apk add make git 04:34:52 6c9b121b6998: Pull complete 04:34:52 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:34:52 Status: Downloaded newer image for docker:latest 04:34:53 ---> Running in a942814afc64 04:34:53 Removing intermediate container 60f38306f183 04:34:53 ---> cb069c057b5b 04:34:53 Step 5/26 : RUN apk update && apk add make bash git 04:34:53 Removing intermediate container a24297418863 04:34:53 ---> 2392bd278aee 04:34:53 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:34:53 Removing intermediate container dbea82a85ca6 04:34:53 ---> e4bbcf798aec 04:34:53 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:34:53 Removing intermediate container e8045f9ecda2 04:34:53 ---> b464fa4db6b2 04:34:53 Step 5/20 : RUN apk update && apk add make git 04:34:53 ---> Running in 8d69d3e5c8f0 04:34:53 ---> Running in 7129fe4b6ea8 04:34:53 ---> Running in 22cf21dfb3e8 04:34:53 ---> Running in 725c393294d0 04:34:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:55 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:55 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:55 OK: 12749 distinct packages available 04:34:55 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:55 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:55 OK: 12749 distinct packages available 04:34:55 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:55 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:55 OK: 12749 distinct packages available 04:34:55 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:55 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:55 OK: 12749 distinct packages available 04:34:55 OK: 233 MiB in 51 packages 04:34:55 OK: 233 MiB in 51 packages 04:34:55 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:55 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:55 OK: 12749 distinct packages available 04:34:55 OK: 233 MiB in 51 packages 04:34:55 OK: 233 MiB in 51 packages 04:34:56 OK: 233 MiB in 51 packages 04:34:56 OK: 233 MiB in 51 packages 04:34:56 ---> e8a1ab713074 04:34:56 Step 6/7 : COPY go.mod . 04:34:56 ---> 8c9b1b69f0cc 04:34:56 Step 7/7 : RUN go mod download 04:34:57 ---> Running in cada085914b2 04:34:57 Removing intermediate container 7129fe4b6ea8 04:34:57 ---> 0cf2abd35d68 04:34:57 Step 6/22 : COPY go.mod . 04:34:57 Removing intermediate container 8d69d3e5c8f0 04:34:57 ---> 00096a9c4c09 04:34:57 Step 6/26 : COPY go.mod . 04:34:57 Removing intermediate container a942814afc64 04:34:57 ---> d0cab634843c 04:34:57 Step 6/26 : COPY go.mod . 04:34:57 ---> 9f812e11271e 04:34:57 Step 7/22 : RUN go mod download 04:34:57 Removing intermediate container 725c393294d0 04:34:57 ---> cc6224e56c55 04:34:57 Step 6/20 : COPY go.mod . 04:34:57 ---> Running in 48a9055d950f 04:34:58 ---> 31a6e0b65dc9 04:34:58 Step 7/26 : RUN go mod download 04:34:58 ---> 9b71931fdd92 04:34:58 Step 7/26 : RUN go mod download 04:34:58 Removing intermediate container 22cf21dfb3e8 04:34:58 ---> 4a93e2403ba0 04:34:58 Step 6/21 : COPY go.mod . 04:34:58 ---> Running in 75a9a43ca9f0 04:34:58 ---> Running in 6998ee8d5866 04:34:58 ---> b51036963e93 04:34:58 Step 7/20 : RUN go mod download 04:34:58 ---> Running in c76b89620b8d 04:34:58 ---> ddec5713c978 04:34:58 Step 7/21 : RUN go mod download 04:34:58 ---> Running in a7744af6d8c8 04:35:00 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:35:00 go: finding github.com/BurntSushi/toml v0.3.1 04:35:00 go: finding github.com/OneOfOne/xxhash v1.2.5 04:35:00 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:35:00 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:35:00 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:35:00 go: finding github.com/bgentry/speakeasy v0.1.0 04:35:00 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:35:00 go: finding github.com/cloudflare/gokey v0.1.0 04:35:00 go: finding github.com/davecgh/go-spew v1.1.1 04:35:00 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:35:00 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:35:00 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:35:00 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:35:00 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:35:00 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:35:00 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:35:00 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:35:00 go: finding github.com/fatih/color v1.7.0 04:35:00 go: finding github.com/fsnotify/fsnotify v1.4.7 04:35:00 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:35:00 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:35:00 go: finding github.com/go-kit/kit v0.8.0 04:35:00 go: finding github.com/go-logfmt/logfmt v0.4.0 04:35:00 go: finding github.com/go-redis/redis/v7 v7.2.0 04:35:00 go: finding github.com/go-stack/stack v1.8.0 04:35:01 go: finding github.com/golang/protobuf v1.3.2 04:35:01 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:35:01 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:35:01 go: finding github.com/google/uuid v1.1.0 04:35:01 go: finding github.com/gorilla/mux v1.7.1 04:35:01 go: finding github.com/hashicorp/consul/api v1.1.0 04:35:01 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:35:01 go: finding github.com/hashicorp/errwrap v1.0.0 04:35:01 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:35:01 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:35:01 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:35:01 go: finding github.com/hashicorp/go-multierror v1.0.0 04:35:01 Removing intermediate container c76b89620b8d 04:35:01 ---> f45f4edf351a 04:35:01 Step 8/20 : COPY . . 04:35:01 Removing intermediate container 6998ee8d5866 04:35:01 ---> 1c9ce90dcbc4 04:35:01 Step 8/26 : COPY . . 04:35:01 Removing intermediate container a7744af6d8c8 04:35:01 ---> b38c4b6e567f 04:35:01 Step 8/21 : COPY . . 04:35:01 Removing intermediate container 75a9a43ca9f0 04:35:01 ---> fa285c0e4de5 04:35:01 Step 8/26 : COPY . . 04:35:01 Removing intermediate container 48a9055d950f 04:35:01 ---> cb07b4a48549 04:35:01 Step 8/22 : COPY . . 04:35:01 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:35:01 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:35:01 go: finding github.com/hashicorp/go-syslog v1.0.0 04:35:01 go: finding github.com/hashicorp/go-uuid v1.0.1 04:35:01 go: finding github.com/hashicorp/go.net v0.0.1 04:35:01 go: finding github.com/hashicorp/golang-lru v0.5.0 04:35:01 go: finding github.com/hashicorp/logutils v1.0.0 04:35:01 go: finding github.com/hashicorp/mdns v1.0.0 04:35:01 go: finding github.com/hashicorp/memberlist v0.1.3 04:35:01 go: finding github.com/hashicorp/serf v0.8.2 04:35:01 go: finding github.com/hpcloud/tail v1.0.0 04:35:01 go: finding github.com/imdario/mergo v0.3.6 04:35:01 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:35:01 go: finding github.com/kr/pretty v0.1.0 04:35:01 go: finding github.com/kr/pty v1.1.1 04:35:01 go: finding github.com/kr/text v0.1.0 04:35:01 go: finding github.com/mattn/go-colorable v0.0.9 04:35:01 go: finding github.com/mattn/go-isatty v0.0.3 04:35:01 go: finding github.com/miekg/dns v1.0.14 04:35:01 go: finding github.com/mitchellh/cli v1.0.0 04:35:01 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:35:01 go: finding github.com/mitchellh/copystructure v1.0.0 04:35:01 go: finding github.com/mitchellh/go-homedir v1.0.0 04:35:01 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:35:01 go: finding github.com/mitchellh/gox v0.4.0 04:35:01 go: finding github.com/mitchellh/iochan v1.0.0 04:35:01 go: finding github.com/mitchellh/mapstructure v1.1.2 04:35:01 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:35:01 go: finding github.com/onsi/ginkgo v1.10.1 04:35:01 go: finding github.com/onsi/gomega v1.7.0 04:35:01 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:35:01 go: finding github.com/pebbe/zmq4 v1.0.0 04:35:01 go: finding github.com/pelletier/go-toml v1.2.0 04:35:02 go: finding github.com/pkg/errors v0.8.1 04:35:02 go: finding github.com/pmezard/go-difflib v1.0.0 04:35:02 go: finding github.com/posener/complete v1.1.1 04:35:02 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:35:02 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:35:02 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:35:02 go: finding github.com/stretchr/objx v0.1.0 04:35:02 go: finding github.com/stretchr/testify v1.5.1 04:35:02 go: finding github.com/ugorji/go v1.1.4 04:35:02 go: finding github.com/x448/float16 v0.8.4 04:35:02 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:35:02 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:35:02 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:35:02 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:35:02 go: finding golang.org/x/text v0.3.2 04:35:02 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:35:02 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:35:02 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:35:02 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:35:02 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:35:02 go: finding gopkg.in/yaml.v2 v2.2.8 04:35:20 Removing intermediate container cada085914b2 04:35:20 ---> a262460a6438 04:35:20 Successfully built a262460a6438 04:35:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:21 + docker inspect -f . ci-base-image-arm64 04:35:21 . [Pipeline] withDockerContainer 04:35:21 prd-ubuntu18.04-docker-arm64-4c-16g-3349 does not seem to be running inside a container 04:35: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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat 04:35:23 $ docker top a5ce1c872ab517b8a64666b450700b4c9f1f3c50bc6a39bb4dc0da8376ead210 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:24 + go version 04:35:24 go version go1.13.13 linux/arm64 [Pipeline] echo 04:35:24 ========================================================= 04:35:24 [edgeXBuildGoParallel] Running Tests and Build... 04:35:24 ========================================================= [Pipeline] sh 04:35:24 + make test 04:35:24 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:35:27 ? github.com/edgexfoundry/edgex-go [no test files] 04:35:40 ---> 3d482a313e55 04:35:40 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:35:40 ---> fca36e20d3f9 04:35:40 Step 9/22 : RUN make cmd/core-data/core-data 04:35:40 ---> 7d7a78cfb229 04:35:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:35:40 ---> 1ba2e8023d2a 04:35:40 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:35:40 ---> Running in 2f1fe4a19b56 04:35:40 ---> Running in 705a458e8bc3 04:35:40 ---> Running in 6a8153c5c5b8 04:35:40 ---> Running in 185a4f7320ad 04:35:40 ---> 27ac8bf86158 04:35:40 Step 9/21 : RUN make cmd/support-logging/support-logging 04:35:40 ---> Running in 0a97b6c01e41 04:35:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:35:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:35:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:35:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:35:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:35:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:36:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:36:12 Removing intermediate container 2f1fe4a19b56 04:36:12 ---> fe695f4fc57b 04:36:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:36:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:36:12 ---> Running in e46a9b9c5fdf 04:36:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:36:14 Removing intermediate container 0a97b6c01e41 04:36:14 ---> 5949d8993840 04:36:14 04:36:14 Step 10/21 : FROM scratch 04:36:14 ---> 04:36:14 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:36:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:36:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:36:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:36:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:36:15 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.031s 04:36:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:36:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:36:15 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:36:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:36:15 ---> Running in 091c17d092de 04:36:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:36:15 Removing intermediate container 091c17d092de 04:36:15 ---> 5da6dfce2488 04:36:15 Step 12/21 : ENV APP_PORT=48061 04:36:16 ---> Running in 16af081e506a 04:36:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:36:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:36:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:36:20 Removing intermediate container 16af081e506a 04:36:20 ---> adc341cd4689 04:36:20 Step 13/21 : EXPOSE $APP_PORT 04:36:20 ---> Running in 247087f26c39 04:36:20 Removing intermediate container 6a8153c5c5b8 04:36:20 ---> e22f5e7a4ca0 04:36:20 04:36:20 Step 10/20 : FROM scratch 04:36:20 ---> 04:36:20 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:20 ---> Running in f19d5b66a9ca 04:36:20 Removing intermediate container 247087f26c39 04:36:20 ---> 59d530e444fd 04:36:20 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:36:20 Removing intermediate container e46a9b9c5fdf 04:36:20 ---> 73688200afff 04:36:20 04:36:20 Step 11/26 : FROM docker:latest 04:36:20 ---> 81f5749c9058 04:36:20 Step 12/26 : RUN apk add --no-cache bash 04:36:20 ---> Running in 647d46e4b344 04:36:20 Removing intermediate container f19d5b66a9ca 04:36:20 ---> 3222f34c5276 04:36:20 Step 12/20 : ENV APP_PORT=48085 04:36:20 ---> Running in 8795564524f7 04:36:21 ---> 6d4bc587445c 04:36:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:36:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:23 (1/2) Installing readline (8.0.4-r0) 04:36:23 (2/2) Installing bash (5.0.17-r0) 04:36:23 Executing bash-5.0.17-r0.post-install 04:36:23 Executing busybox-1.31.1-r16.trigger 04:36:23 OK: 12 MiB in 22 packages 04:36:23 Removing intermediate container 8795564524f7 04:36:23 ---> 7f366212b838 04:36:23 Step 13/20 : EXPOSE $APP_PORT 04:36:23 Removing intermediate container 185a4f7320ad 04:36:23 ---> da1d49fccf81 04:36:23 04:36:23 Step 10/26 : FROM alpine:3.10 04:36:23 ---> 91f160545eb0 04:36:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:36:23 ---> Running in eb94b9316980 04:36:23 Removing intermediate container 705a458e8bc3 04:36:23 ---> 76de1b85ddc3 04:36:23 04:36:23 Step 10/22 : FROM alpine 04:36:23 3.10: Pulling from library/alpine 04:36:23 latest: Pulling from library/alpine 04:36:25 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:36:25 Status: Downloaded newer image for alpine:latest 04:36:25 Removing intermediate container eb94b9316980 04:36:25 ---> 109276e19918 04:36:25 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:36:25 ---> a24bb4013296 04:36:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:25 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:36:25 ---> 207563f781ef 04:36:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:36:25 Status: Downloaded newer image for alpine:3.10 04:36:25 ---> be4e4bea2c2e 04:36:25 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:36:25 Removing intermediate container 647d46e4b344 04:36:25 ---> 45e762f52a12 04:36:25 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:36:25 ---> Running in a37ba48f4b9e 04:36:25 ---> Running in 6c5dec06e3cf 04:36:25 ---> Running in 840593f9f3f3 04:36:25 ---> 78cac5adb904 04:36:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:36:25 ---> fd6061fda59b 04:36:25 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:36:25 Removing intermediate container a37ba48f4b9e 04:36:25 ---> 251ef1efdbf0 04:36:25 Step 12/22 : ENV APP_PORT=48080 04:36:26 ---> Running in 319e3cd89192 04:36:26 ---> Running in ba2410b36c75 04:36:26 ---> d4d46ed300e5 04:36:26 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:36:26 Removing intermediate container ba2410b36c75 04:36:26 ---> 73124137b1f0 04:36:26 Step 19/21 : LABEL arch=x86_64 04:36:26 Removing intermediate container 319e3cd89192 04:36:26 ---> 48383018a61d 04:36:26 Step 13/22 : EXPOSE $APP_PORT 04:36:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements 04:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:36:26 ---> Running in 820406c43ce2 04:36:26 ---> Running in e8703af32df6 04:36:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:36:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:36:26 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:36:26 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:36:26 OK: 10346 distinct packages available 04:36:27 (1/5) Installing ca-certificates (20191127-r2) 04:36:27 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:36:27 (3/5) Installing libcurl (7.66.0-r0) 04:36:27 (4/5) Installing curl (7.66.0-r0) 04:36:27 (5/5) Installing dumb-init (1.2.2-r1) 04:36:27 Executing busybox-1.30.1-r3.trigger 04:36:28 Executing ca-certificates-20191127-r2.trigger 04:36:28 OK: 7 MiB in 19 packages 04:36:28 ---> c73c63f62c48 04:36:28 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:36:28 Removing intermediate container 820406c43ce2 04:36:28 ---> 2e341a8490d0 04:36:28 Step 20/21 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:36:28 Removing intermediate container e8703af32df6 04:36:28 ---> 04001da4f183 04:36:28 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:28 ---> Running in b58f12477e2a 04:36:28 ---> Running in 2fad1debee3f 04:36:28 ---> Running in 371bc76e9c1b 04:36:29 Removing intermediate container b58f12477e2a 04:36:29 ---> 3c0f41afb8de 04:36:29 Step 18/20 : LABEL arch=x86_64 04:36:29 Removing intermediate container 2fad1debee3f 04:36:29 ---> cdbf24c23a2d 04:36:29 Step 21/21 : LABEL version=0.0.0 04:36:29 Removing intermediate container 840593f9f3f3 04:36:29 ---> adc4b35f6044 04:36:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:36:30 ---> Running in a912a8a05ed4 04:36:30 ---> Running in 7151f0c2bf34 04:36:30 ---> Running in dcdfa1e3d38c 04:36:30 Removing intermediate container 6c5dec06e3cf 04:36:30 ---> b010ab20099e 04:36:30 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:36:30 Removing intermediate container a912a8a05ed4 04:36:30 ---> 690f8dffd218 04:36:30 Step 19/20 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:36:30 ---> Running in 23e982b633f3 04:36:30 Removing intermediate container 7151f0c2bf34 04:36:30 ---> 480980c0fdaa 04:36:30 04:36:30 ---> Running in 387ac97b024b 04:36:30 Removing intermediate container dcdfa1e3d38c 04:36:30 ---> 73f993d10d1d 04:36:30 Step 15/26 : ENV APP_PORT=48090 04:36:30 Successfully built 480980c0fdaa 04:36:30 Removing intermediate container 23e982b633f3 04:36:30 ---> 9a0daf0ba9c8 04:36:30 Step 13/26 : WORKDIR / 04:36:30 Successfully tagged docker-support-logging-go:latest 04:36:30 ---> Running in c5a33f301d85 04:36:30  Building docker-support-logging-go ... done Building docker-support-notifications-go 04:36:30 ---> Running in c714972a90a0 04:36:31 Removing intermediate container 387ac97b024b 04:36:31 ---> 35d3612222bc 04:36:31 Step 20/20 : LABEL version=0.0.0 04:36:31 Removing intermediate container 371bc76e9c1b 04:36:31 ---> 06d4b99b9fd0 04:36:31 Step 15/22 : RUN apk --no-cache add zeromq 04:36:31 ---> Running in 5d0ab93bc555 04:36:31 Removing intermediate container c5a33f301d85 04:36:31 ---> 9a240d178f42 04:36:31 Step 16/26 : EXPOSE $APP_PORT 04:36:31 ---> Running in ff1c0da6beef 04:36:31 ---> Running in 167868ca9aa1 04:36:31 Removing intermediate container c714972a90a0 04:36:31 ---> e8f58a77524d 04:36:31 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:36:31 Removing intermediate container 5d0ab93bc555 04:36:31 ---> 200d31be5611 04:36:31 04:36:31 Removing intermediate container 167868ca9aa1 04:36:31 ---> 22bdf75beb20 04:36:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:36:32 Successfully built 200d31be5611 04:36:32 Successfully tagged docker-support-scheduler-go:latest 04:36:32 Building docker-security-secrets-setup-go 04:36:32  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:32 ---> 23ca0526f62f 04:36:32 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:34 (1/5) Installing libgcc (9.3.0-r2) 04:36:34 (2/5) Installing libsodium (1.0.18-r0) 04:36:34 (3/5) Installing libstdc++ (9.3.0-r2) 04:36:34 (4/5) Installing libzmq (4.3.2-r0) 04:36:35 (5/5) Installing zeromq (4.3.2-r0) 04:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.3% of statements 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:36:35 Executing busybox-1.31.1-r16.trigger 04:36:35 OK: 8 MiB in 19 packages 04:36:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements 04:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:36:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 04:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:36:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 04:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:36:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 89.8% of statements 04:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:36:38 ---> 3d1b87833c87 04:36:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:36:38 ---> ce0e880b8632 04:36:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:36:39 Removing intermediate container ff1c0da6beef 04:36:39 ---> e5f6a339579a 04:36:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:36:39 ---> 5a510434d27a 04:36:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:36:39 ---> 0e29f466d59d 04:36:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.035s coverage: 100.0% of statements 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:36:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 04:36:42 ---> 92a66aa33eb8 04:36:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:36:42 ---> 810d140a37c8 04:36:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:36:42 ---> 589a7fbf9d99 04:36:42 Step 20/26 : RUN apk --no-cache add py-pip 04:36:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 63.5% of statements 04:36:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:36:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:36:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 04:36:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 55.9% of statements 04:36:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:36:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:36:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:36:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:36:44 ---> Running in e5945807b0aa 04:36:45 ---> 0d4150866604 04:36:45 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:36:47 ---> 529011fe00ac 04:36:47 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:36:48 ---> ace801348df3 04:36:48 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:36:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:49 (1/33) Installing libbz2 (1.0.8-r1) 04:36:49 (2/33) Installing expat (2.2.9-r1) 04:36:49 (3/33) Installing libffi (3.3-r2) 04:36:49 (4/33) Installing gdbm (1.13-r1) 04:36:49 (5/33) Installing xz-libs (5.2.5-r0) 04:36:49 (6/33) Installing sqlite-libs (3.32.1-r0) 04:36:49 ---> 3de7e7bb48c7 04:36:49 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:36:49 (7/33) Installing python3 (3.8.5-r0) 04:36:50 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:36:51 ---> e6bae1d215fd 04:36:51 Step 3/23 : WORKDIR /edgex-go 04:36:51 ---> Using cache 04:36:51 ---> 289cb92f0d51 04:36:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:51 ---> Using cache 04:36:51 ---> b464fa4db6b2 04:36:51 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:36:52 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:52 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:36:52 ---> e6bae1d215fd 04:36:52 Step 3/29 : WORKDIR /edgex-go 04:36:52 ---> Using cache 04:36:52 ---> 289cb92f0d51 04:36:52 Step 4/29 : RUN apk update && apk add make git 04:36:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.017s coverage: 86.3% of statements 04:36:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:36:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.127s coverage: 72.2% of statements 04:36:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.386s coverage: 72.1% of statements 04:36:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.041s coverage: 82.4% of statements 04:36:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.023s coverage: 48.4% of statements 04:36:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:36:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:36:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:36:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements 04:36:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:36:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.079s coverage: 96.8% of statements 04:36:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:36:55 ---> 6c4654867f23 04:36:55 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:36:55 ---> Running in 9e2fa143aeeb 04:36:55 (8/33) Installing py3-appdirs (1.4.4-r1) 04:36:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:36:55 ---> Running in d42980e8e2cd 04:36:55 (10/33) Installing py3-parsing (2.4.7-r0) 04:36:55 ---> Running in e3c33727bbff 04:36:55 (11/33) Installing py3-six (1.15.0-r0) 04:36:55 (12/33) Installing py3-packaging (20.4-r0) 04:36:55 (13/33) Installing py3-setuptools (47.0.0-r0) 04:36:55 (14/33) Installing py3-chardet (3.0.4-r4) 04:36:55 (15/33) Installing py3-idna (2.9-r0) 04:36:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:36:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:36:55 (18/33) Installing py3-requests (2.23.0-r0) 04:36:55 (19/33) Installing py3-msgpack (1.0.0-r0) 04:36:55 (20/33) Installing py3-lockfile (0.12.2-r3) 04:36:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:36:56 (22/33) Installing py3-colorama (0.4.3-r0) 04:36:56 (23/33) Installing py3-distlib (0.3.0-r0) 04:36:56 Removing intermediate container 9e2fa143aeeb 04:36:56 ---> ab96fa768936 04:36:56 Step 20/22 : LABEL arch=x86_64 04:36:56 (24/33) Installing py3-distro (1.5.0-r1) 04:36:56 (25/33) Installing py3-webencodings (0.5.1-r3) 04:36:56 (26/33) Installing py3-html5lib (1.0.1-r4) 04:36:57 (27/33) Installing py3-pytoml (0.1.21-r0) 04:36:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 26.9% of statements 04:36:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:36:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:36:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.421s coverage: 84.1% of statements 04:36:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.061s coverage: 100.0% of statements 04:36:57 (28/33) Installing py3-pep517 (0.8.2-r0) 04:36:57 (29/33) Installing py3-progress (1.5-r0) 04:36:57 (30/33) Installing py3-toml (0.10.1-r0) 04:36:57 (31/33) Installing py3-retrying (1.3.3-r0) 04:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:36:58 (33/33) Installing py3-pip (20.1.1-r0) 04:36:58 ---> 234845a08525 04:36:58 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:36:58 ---> Running in 2ab7bca13c83 04:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:58 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.043s coverage: 42.9% of statements 04:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:58 Executing busybox-1.31.1-r16.trigger 04:36:58 OK: 71 MiB in 55 packages 04:36:58 ---> Running in b5232d6dcca3 04:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:58 Removing intermediate container 2ab7bca13c83 04:36:58 ---> f09fc5c4807c 04:36:58 Step 21/22 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:36:59 ---> Running in 150e7003a448 04:36:59 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:59 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:59 OK: 12749 distinct packages available 04:36:59 Removing intermediate container 150e7003a448 04:36:59 ---> d4ab42469003 04:36:59 Step 22/22 : LABEL version=0.0.0 04:36:59 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:59 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:59 OK: 12749 distinct packages available 04:36:59 ---> Running in cb052b2ac999 04:36:59 OK: 233 MiB in 51 packages 04:36:59 OK: 233 MiB in 51 packages 04:36:59 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.072s coverage: 100.0% of statements 04:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:37:00 Removing intermediate container cb052b2ac999 04:37:00 ---> 2ae278b39544 04:37:00 04:37:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.083s coverage: 83.8% of statements 04:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:37:02 Successfully built 2ae278b39544 04:37:03 Successfully tagged docker-core-data-go:latest 04:37:03  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 04:37:04 Removing intermediate container e5945807b0aa 04:37:04 ---> 052a51b82f10 04:37:04 Step 21/26 : RUN pip install docker-compose==1.23.2 04:37:04 Removing intermediate container b5232d6dcca3 04:37:04 ---> 4d1f17efcbe5 04:37:04 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:37:04 Removing intermediate container e3c33727bbff 04:37:04 ---> ba2b7056c0ab 04:37:04 Step 6/23 : COPY go.mod . 04:37:04 Removing intermediate container d42980e8e2cd 04:37:04 ---> aad18fdea26f 04:37:04 Step 5/29 : COPY go.mod . 04:37:05 ---> Running in 40f017e15cf4 04:37:05 ---> Running in 9f2b81f8fc8f 04:37:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.095s coverage: 46.1% of statements 04:37:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:37:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:37:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.049s coverage: 100.0% of statements 04:37:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:37:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:37:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:37:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements 04:37:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:37:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements 04:37:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:37:08 ---> 8008b9b1f4e5 04:37:08 Step 6/29 : RUN go mod download 04:37:09 ---> 82a2402a449e 04:37:09 Step 7/23 : RUN go mod download 04:37:09 Removing intermediate container 9f2b81f8fc8f 04:37:09 ---> 92131bcf360f 04:37:09 Step 24/26 : LABEL arch=x86_64 04:37:09 ---> Running in e8cad9fdd768 04:37:09 ---> Running in 29a1b893b3b0 04:37:09 ---> Running in 30a1d6cf982a 04:37:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.196s coverage: 29.1% of statements 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:37:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 04:37:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:37:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 04:37:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:37:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.011s coverage: 0.0% of statements 04:37:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:37:11 Removing intermediate container 30a1d6cf982a 04:37:11 ---> 6aa387249636 04:37:11 Step 25/26 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:37:11 Collecting docker-compose==1.23.2 04:37:11 ---> Running in 5a6b2a623871 04:37:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 04:37:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:37:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:37:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:37:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:37:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:37:12 Collecting docopt<0.7,>=0.6.1 04:37:12 Downloading docopt-0.6.2.tar.gz (25 kB) 04:37:12 Removing intermediate container 5a6b2a623871 04:37:12 ---> a0fbadfd2a1c 04:37:12 Step 26/26 : LABEL version=0.0.0 04:37:12 ---> Running in 957495fee082 04:37:13 Removing intermediate container 957495fee082 04:37:13 ---> 033f7d8c2914 04:37:13 04:37:13 Successfully built 033f7d8c2914 04:37:13 Successfully tagged docker-security-secretstore-setup-go:latest 04:37:13 Building docker-core-command-go 04:37:14  Building docker-security-secretstore-setup-go ... done Collecting PyYAML<4,>=3.10 04:37:14 Downloading PyYAML-3.13.tar.gz (270 kB) 04:37:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:37:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.017s coverage: 100.0% of statements 04:37:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements 04:37:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements 04:37:16 GO111MODULE=on go vet ./... 04:37:16 Collecting dockerpty<0.5,>=0.4.1 04:37:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:37:19 Collecting cached-property<2,>=1.2.0 04:37:19 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:37:19 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:19 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:37:19 ---> e6bae1d215fd 04:37:19 Step 3/20 : WORKDIR /edgex-go 04:37:19 ---> Using cache 04:37:19 ---> 289cb92f0d51 04:37:19 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:19 ---> Using cache 04:37:19 ---> b464fa4db6b2 04:37:19 Step 5/20 : RUN apk update && apk add make git 04:37:19 ---> Using cache 04:37:19 ---> cc6224e56c55 04:37:19 Step 6/20 : COPY go.mod . 04:37:19 ---> Using cache 04:37:19 ---> b51036963e93 04:37:19 Step 7/20 : RUN go mod download 04:37:19 ---> Using cache 04:37:19 ---> f45f4edf351a 04:37:19 Step 8/20 : COPY . . 04:37:19 ---> Using cache 04:37:19 ---> 3d482a313e55 04:37:19 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:37:19 Collecting jsonschema<3,>=2.5.1 04:37:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:37:20 Removing intermediate container e8cad9fdd768 04:37:20 ---> c9d2378f2b0f 04:37:20 Step 7/29 : COPY . . 04:37:20 Collecting texttable<0.10,>=0.9.0 04:37:20 Downloading texttable-0.9.1.tar.gz (11 kB) 04:37:20 ---> Running in dd955fcc36eb 04:37:20 Removing intermediate container 29a1b893b3b0 04:37:20 ---> 71b0a82d5a56 04:37:20 Step 8/23 : COPY . . 04:37:21 Collecting websocket-client<1.0,>=0.32.0 04:37:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:37:24 Collecting docker<4.0,>=3.6.0 04:37:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:37:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:37:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:37:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:37:28 Collecting docker-pycreds>=0.4.0 04:37:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:37:28 Collecting idna<2.8,>=2.5 04:37:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:37:29 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:37:30 Collecting urllib3<1.25,>=1.21.1 04:37:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:37:30 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:37:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:37:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:37:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:37:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:37:30 Installing collected packages: docopt, PyYAML, dockerpty, cached-property, jsonschema, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docker-compose 04:37:30 Running setup.py install for docopt: started 04:37:33 Running setup.py install for docopt: finished with status 'done' 04:37:33 Running setup.py install for PyYAML: started 04:37:34 gofmt -l . 04:37:34 [ "`gofmt -l .`" = "" ] 04:37:34 Running setup.py install for PyYAML: finished with status 'done' 04:37:34 Running setup.py install for dockerpty: started 04:37:37 ./bin/test-go-mod-tidy.sh 04:37:37 ./bin/test-attribution-txt.sh 04:37:38 Running setup.py install for dockerpty: finished with status 'done' 04:37:38 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:38 ---> e6bae1d215fd 04:37:38 Step 3/21 : WORKDIR /edgex-go 04:37:38 ---> Using cache 04:37:38 ---> 289cb92f0d51 04:37:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:38 ---> Using cache 04:37:38 ---> b464fa4db6b2 04:37:38 Step 5/21 : RUN apk update && apk add make git 04:37:38 ---> Using cache 04:37:38 ---> cc6224e56c55 04:37:38 Step 6/21 : COPY go.mod . 04:37:38 ---> Using cache 04:37:38 ---> b51036963e93 04:37:38 Step 7/21 : RUN go mod download 04:37:38 ---> Using cache 04:37:38 ---> f45f4edf351a 04:37:38 Step 8/21 : COPY . . 04:37:38 ---> Using cache 04:37:38 ---> 3d482a313e55 04:37:38 Step 9/21 : RUN make cmd/core-command/core-command 04:37:40 ---> Running in cd9c8b543746 04:37:40 Running setup.py install for texttable: started [Pipeline] sh 04:37:41 Running setup.py install for texttable: finished with status 'done' 04:37:41 + ls -al . 04:37:41 total 588 04:37:41 drwxrwxr-x 10 1001 1001 4096 Aug 11 04:37 . 04:37:41 drwxr-xr-x 4 root root 4096 Aug 11 04:35 .. 04:37:41 -rw-rw-r-- 1 1001 1001 11 Aug 11 04:33 .dockerignore 04:37:41 drwxrwxr-x 8 1001 1001 4096 Aug 11 04:33 .git 04:37:41 drwxrwxr-x 3 1001 1001 4096 Aug 11 04:33 .github 04:37:41 -rw-rw-r-- 1 1001 1001 932 Aug 11 04:33 .gitignore 04:37:41 drwxrwxr-x 3 1001 1001 4096 Aug 11 04:33 .semver 04:37:41 -rw-rw-r-- 1 1001 1001 166 Aug 11 04:33 .sonarcloud.properties 04:37:41 -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:33 CONTRIBUTING.md 04:37:41 -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:33 Dockerfile.build 04:37:41 -rw-rw-r-- 1 1001 1001 865 Aug 11 04:33 Jenkinsfile 04:37:41 -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:33 LICENSE 04:37:41 -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:33 Makefile 04:37:41 -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:33 README.md 04:37:41 -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:33 SECURITY.md 04:37:41 -rw-rw-r-- 1 1001 1001 5 Aug 11 04:30 VERSION 04:37:41 -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:33 ZMQWindows.md 04:37:41 drwxrwxr-x 2 1001 1001 4096 Aug 11 04:33 bin 04:37:41 drwxrwxr-x 15 1001 1001 4096 Aug 11 04:33 cmd 04:37:41 -rw-r--r-- 1 root root 455803 Aug 11 04:37 coverage.out 04:37:41 -rw-r--r-- 1 root root 1019 Aug 11 04:37 go.mod 04:37:41 -rw-r--r-- 1 root root 18146 Aug 11 04:37 go.sum 04:37:41 drwxrwxr-x 8 1001 1001 4096 Aug 11 04:33 internal 04:37:41 drwxrwxr-x 4 1001 1001 4096 Aug 11 04:33 openapi 04:37:41 drwxrwxr-x 4 1001 1001 4096 Aug 11 04:33 snap 04:37:41 -rw-rw-r-- 1 1001 1001 168 Aug 11 04:33 version.go [Pipeline] sh 04:37:42 + '[' -e coverage.out ] 04:37:42 + chown 1001:1001 coverage.out [Pipeline] stash 04:37:42 Warning: overwriting stash ‘coverage-report’ 04:37:42 Attempting uninstall: idna 04:37:42 Found existing installation: idna 2.9 04:37:42 Uninstalling idna-2.9: 04:37:43 Stashed 1 file(s) [Pipeline] sh 04:37:43 Successfully uninstalled idna-2.9 04:37:44 + make build 04:37:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:37:44 Attempting uninstall: urllib3 04:37:44 Found existing installation: urllib3 1.25.9 04:37:44 Uninstalling urllib3-1.25.9: 04:37:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:37:44 Successfully uninstalled urllib3-1.25.9 04:37:45 Attempting uninstall: requests 04:37:45 Found existing installation: requests 2.23.0 04:37:45 Uninstalling requests-2.23.0: 04:37:45 Successfully uninstalled requests-2.23.0 04:37:49 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:37:51 ---> efab6917d14d 04:37:51 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:37:51 ---> Running in c804e4ea9154 04:37:51 ---> be860ea96d9f 04:37:51 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:37:51 ---> Running in 5b355c9a958a 04:37:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:37:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:37:55 Removing intermediate container 40f017e15cf4 04:37:55 ---> ce1fd891f5e4 04:37:55 Step 22/26 : RUN apk --no-cache add curl 04:37:55 ---> Running in 83d94e1370ed 04:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:37:58 (2/3) Installing libcurl (7.69.1-r0) 04:37:58 (3/3) Installing curl (7.69.1-r0) 04:37:58 Executing busybox-1.31.1-r16.trigger 04:37:58 OK: 72 MiB in 58 packages 04:38:00 Removing intermediate container dd955fcc36eb 04:38:00 ---> 17cf7564126b 04:38:00 04:38:00 Step 10/20 : FROM alpine 04:38:00 ---> a24bb4013296 04:38:00 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:38:00 Removing intermediate container 83d94e1370ed 04:38:00 ---> 5a734f9b16a1 04:38:00 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:00 ---> Running in 5978812901aa 04:38:00 ---> Running in cc09b44521fd 04:38:01 Removing intermediate container cc09b44521fd 04:38:01 ---> 7647aa4a2b4d 04:38:01 Step 24/26 : LABEL arch=x86_64 04:38:01 ---> Running in a77f9c1cc94d 04:38:01 Removing intermediate container a77f9c1cc94d 04:38:01 ---> 4fcbff8f524a 04:38:01 Step 25/26 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:01 ---> Running in bb03ccbc08c4 04:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:02 Removing intermediate container bb03ccbc08c4 04:38:02 ---> 7479867e4f25 04:38:02 Step 26/26 : LABEL version=0.0.0 04:38:02 ---> Running in 49fa5812e127 04:38:02 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:38:02 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:38:02 OK: 12749 distinct packages available 04:38:02 Removing intermediate container 49fa5812e127 04:38:02 ---> a97d572f06e1 04:38:02 04:38:02 Successfully built a97d572f06e1 04:38:02 Successfully tagged docker-sys-mgmt-agent-go:latest 04:38:02 Building docker-core-metadata-go 04:38:02  Building docker-sys-mgmt-agent-go ... done (1/4) Installing ca-certificates (20191127-r4) 04:38:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:38:02 (3/4) Installing libcurl (7.69.1-r0) 04:38:03 (4/4) Installing curl (7.69.1-r0) 04:38:03 Executing busybox-1.31.1-r16.trigger 04:38:03 Executing ca-certificates-20191127-r4.trigger 04:38:03 OK: 7 MiB in 18 packages 04:38:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:38:11 Removing intermediate container 5978812901aa 04:38:11 ---> 06cfc438301d 04:38:11 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:38:11 ---> Running in add0fb41fd48 04:38:11 Removing intermediate container add0fb41fd48 04:38:11 ---> b233c9c4dd8c 04:38:11 Step 13/20 : WORKDIR /edgex 04:38:13 ---> Running in fb50d760f39d 04:38:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:38:17 Removing intermediate container fb50d760f39d 04:38:17 ---> 3b01ba8031d2 04:38:17 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:38:18 ---> 81c4dea26432 04:38:18 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:38:21 ---> e461ec7564a9 04:38:21 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:38:21 ---> Running in 40bf70506bae 04:38:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:38:24 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:38:24 ---> e6bae1d215fd 04:38:24 Step 3/21 : WORKDIR /edgex-go 04:38:24 ---> Using cache 04:38:24 ---> 289cb92f0d51 04:38:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:24 ---> Using cache 04:38:24 ---> b464fa4db6b2 04:38:24 Step 5/21 : RUN apk update && apk add make git 04:38:24 ---> Using cache 04:38:24 ---> cc6224e56c55 04:38:24 Step 6/21 : COPY go.mod . 04:38:24 ---> Using cache 04:38:24 ---> b51036963e93 04:38:24 Step 7/21 : RUN go mod download 04:38:24 ---> Using cache 04:38:24 ---> f45f4edf351a 04:38:24 Step 8/21 : COPY . . 04:38:24 ---> Using cache 04:38:24 ---> 3d482a313e55 04:38:24 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:38:25 Removing intermediate container 40bf70506bae 04:38:25 ---> 57d5d6d4c090 04:38:25 Step 17/20 : CMD ["--init=true"] 04:38:25 ---> Running in 307465e9a13c 04:38:26 ---> Running in 0911a23b8b9b 04:38:26 Removing intermediate container cd9c8b543746 04:38:26 ---> 9140ee46d97c 04:38:26 04:38:26 Step 10/21 : FROM scratch 04:38:26 ---> 04:38:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:38:27 ---> Using cache 04:38:27 ---> 3222f34c5276 04:38:27 Step 12/21 : ENV APP_PORT=48082 04:38:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:38:29 Removing intermediate container c804e4ea9154 04:38:29 ---> 3972a3183f1f 04:38:29 04:38:29 Step 9/29 : FROM alpine:latest 04:38:29 ---> Running in 0eb500bd4dba 04:38:29 ---> a24bb4013296 04:38:29 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:38:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:38:29 Removing intermediate container 0911a23b8b9b 04:38:29 ---> a2987e6fe890 04:38:29 Step 18/20 : LABEL arch=x86_64 04:38:29 ---> Running in c7e649e5f65c 04:38:29 ---> Running in 24e9156936d0 04:38:29 Removing intermediate container 0eb500bd4dba 04:38:29 ---> e4e2ee0b3aa8 04:38:29 Step 13/21 : EXPOSE $APP_PORT 04:38:29 ---> Running in 369b42ed7b1a 04:38:29 Removing intermediate container 24e9156936d0 04:38:29 ---> 0e84f9215762 04:38:29 Step 19/20 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:38:29 Removing intermediate container c7e649e5f65c 04:38:29 ---> 96cfc7f91ea9 04:38:29 Step 11/29 : USER root 04:38:30 ---> Running in a2596ecdc7cc 04:38:30 ---> Running in a3c3af70295a 04:38:30 Removing intermediate container 369b42ed7b1a 04:38:30 ---> 8ff54998d438 04:38:30 Step 14/21 : WORKDIR / 04:38:31 ---> Running in 92deee15c4e4 04:38:32 Removing intermediate container a3c3af70295a 04:38:32 ---> 417478ed05c7 04:38:32 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:38:32 Removing intermediate container a2596ecdc7cc 04:38:32 ---> 347f0148f706 04:38:32 Step 20/20 : LABEL version=0.0.0 04:38:32 Removing intermediate container 5b355c9a958a 04:38:32 ---> 9cbd5b809869 04:38:32 04:38:32 Step 10/23 : FROM scratch 04:38:32 ---> 04:38:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:38:32 Removing intermediate container 92deee15c4e4 04:38:32 ---> 4058b8a135e2 04:38:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:38:32 ---> Running in 42c9f98a9527 04:38:32 ---> Running in edb782a26004 04:38:32 ---> Using cache 04:38:32 ---> 5da6dfce2488 04:38:32 Step 12/23 : ENV APP_PORT=48060 04:38:32 ---> Running in b49880dbb461 04:38:32 ---> 04ca1d7e40c1 04:38:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:38:32 Removing intermediate container edb782a26004 04:38:32 ---> d4eddb219a49 04:38:32 04:38:32 Removing intermediate container b49880dbb461 04:38:32 ---> 3f1559db1763 04:38:32 Step 13/23 : EXPOSE $APP_PORT 04:38:33 Successfully built d4eddb219a49 04:38:33 ---> Running in cb6ec9a96f04 04:38:33 Successfully tagged docker-security-proxy-setup-go:latest 04:38:33  Building docker-security-proxy-setup-go ... done Removing intermediate container cb6ec9a96f04 04:38:33 ---> 20a9efed60da 04:38:33 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:34 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:38:34 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:38:34 OK: 12749 distinct packages available 04:38:34 (1/2) Installing ca-certificates (20191127-r4) 04:38:34 (2/2) Installing dumb-init (1.2.2-r1) 04:38:34 Executing busybox-1.31.1-r16.trigger 04:38:34 Executing ca-certificates-20191127-r4.trigger 04:38:34 OK: 6 MiB in 16 packages 04:38:34 ---> 4dafa4111ab6 04:38:34 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:38:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:38:35 ---> cb98a5fbe4ef 04:38:35 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:38:35 ---> 56a310606983 04:38:35 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:35 ---> Running in 30e2d31241fa 04:38:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:38:37 Removing intermediate container 30e2d31241fa 04:38:37 ---> cb6c19a437b4 04:38:37 Step 19/21 : LABEL arch=x86_64 04:38:37 ---> Running in 811cb0ee631d 04:38:38 Removing intermediate container 42c9f98a9527 04:38:38 ---> 5153aa82d5a8 04:38:38 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:38:38 ---> de09c826a555 04:38:38 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:38:38 ---> Running in cfe8456edb11 04:38:38 Removing intermediate container 811cb0ee631d 04:38:38 ---> 28c5a4685f42 04:38:38 Step 20/21 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:38:38 ---> Running in a2e2305259a8 04:38:38 Removing intermediate container cfe8456edb11 04:38:38 ---> 7c50cae2a770 04:38:38 Step 14/29 : WORKDIR $BASE_DIR 04:38:39 ---> Running in 75f0a4aed8cb 04:38:39 Removing intermediate container a2e2305259a8 04:38:39 ---> 60725f1231b5 04:38:39 Step 21/21 : LABEL version=0.0.0 04:38:39 ---> 228f41a68319 04:38:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:38:39 ---> Running in 952fe9cfe1de 04:38:39 Removing intermediate container 75f0a4aed8cb 04:38:39 ---> bfbfacb39772 04:38:39 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:38:39 Removing intermediate container 952fe9cfe1de 04:38:39 ---> 6def5727178f 04:38:39 04:38:39 ---> Running in 218a6b7ea820 04:38:39 Successfully built 6def5727178f 04:38:40 ---> d9a024184c0f 04:38:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:38:40 Successfully tagged docker-core-command-go:latest 04:38:41  Building docker-core-command-go ... done  ---> 41d0fbc41106 04:38:41 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:38:42 ---> b213c8458d2d 04:38:42 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:42 ---> Running in 7f077febcc03 04:38:42 Removing intermediate container 218a6b7ea820 04:38:42 ---> d948107f5429 04:38:42 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:38: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 04:38:42 Removing intermediate container 7f077febcc03 04:38:42 ---> f8547fada4e6 04:38:42 Step 21/23 : LABEL arch=x86_64 04:38:42 ---> Running in 6a1fafc86973 04:38:43 Removing intermediate container 6a1fafc86973 04:38:43 ---> 982872b6fcb7 04:38:43 Step 22/23 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:38:43 ---> 149def65e674 04:38:43 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:38:43 ---> Running in 5f2265796818 04:38:43 ---> 6cb659f292ba 04:38:43 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:38:43 Removing intermediate container 5f2265796818 04:38:43 ---> a857b7f44601 04:38:43 Step 23/23 : LABEL version=0.0.0 04:38:43 ---> Running in cb8d231e0d77 04:38:44 Removing intermediate container cb8d231e0d77 04:38:44 ---> b2cccdbdd88a 04:38:44 04:38:44 Successfully built b2cccdbdd88a 04:38:44 ---> 441a2ac9f559 04:38:44 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:38:44 Successfully tagged docker-support-notifications-go:latest 04:38:44  Building docker-support-notifications-go ... done  ---> 462977e54615 04:38:44 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:38:45 ---> cd46de9b06a0 04:38:45 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:38:45 ---> Running in bc6aed9e8315 04:38:47 Removing intermediate container 307465e9a13c 04:38:47 ---> d319bfab20fe 04:38:47 04:38:47 Step 10/21 : FROM scratch 04:38:47 ---> 04:38:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:38:47 ---> Using cache 04:38:47 ---> 3222f34c5276 04:38:47 Step 12/21 : ENV APP_PORT=48081 04:38:47 ---> Running in 37997681382d 04:38:47 Removing intermediate container bc6aed9e8315 04:38:47 ---> 0b114c6841ca 04:38:47 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:38:47 Removing intermediate container 37997681382d 04:38:47 ---> 5226b2988ee8 04:38:47 Step 13/21 : EXPOSE $APP_PORT 04:38:47 ---> Running in d9fda390a774 04:38:47 Removing intermediate container d9fda390a774 04:38:47 ---> b726382968d2 04:38:47 Step 14/21 : WORKDIR / 04:38:47 ---> ef3876a5c052 04:38:47 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:38:47 ---> Running in abc504c5bde3 04:38:47 ---> Running in ff63b480e4c8 04:38:47 Removing intermediate container abc504c5bde3 04:38:47 ---> a010bf59291c 04:38:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:38:48 ---> 7335ed4acc7b 04:38:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:38:49 ---> 80b6415843a1 04:38:49 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:38:49 Removing intermediate container ff63b480e4c8 04:38:49 ---> fa8cf487ce02 04:38:49 Step 24/29 : RUN chmod 755 security-secrets-setup 04:38:49 ---> Running in f3e508eb4933 04:38:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:38:49 ---> b6b04044e679 04:38:49 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:49 ---> Running in 8b7fb2330c65 04:38:49 Removing intermediate container 8b7fb2330c65 04:38:49 ---> 09e6269fedee 04:38:49 Step 19/21 : LABEL arch=x86_64 04:38:49 ---> Running in d158237af6dc 04:38:50 Removing intermediate container d158237af6dc 04:38:50 ---> 7105c1c0297a 04:38:50 Step 20/21 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:38:50 ---> Running in 42599ac15027 04:38:50 Removing intermediate container 42599ac15027 04:38:50 ---> b7f7751597f8 04:38:50 Step 21/21 : LABEL version=0.0.0 04:38:50 ---> Running in 38c782d8a5c5 04:38:50 Removing intermediate container f3e508eb4933 04:38:50 ---> 0e78c9460e69 04:38:50 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:38:50 ---> Running in 256340d1704d 04:38:50 Removing intermediate container 38c782d8a5c5 04:38:50 ---> af91e9cff5c1 04:38:50 04:38:50 Successfully built af91e9cff5c1 04:38:50 Successfully tagged docker-core-metadata-go:latest 04:38:50  Building docker-core-metadata-go ... done Removing intermediate container 256340d1704d 04:38:50 ---> c5446c1995b1 04:38:50 Step 26/29 : CMD [ "generate" ] 04:38:50 ---> Running in 9d24a42ae1aa 04:38:51 Removing intermediate container 9d24a42ae1aa 04:38:51 ---> 2af08da901a2 04:38:51 Step 27/29 : LABEL arch=x86_64 04:38:51 ---> Running in 72d1bdd16702 04:38:51 Removing intermediate container 72d1bdd16702 04:38:51 ---> 0bd8a4a31696 04:38:51 Step 28/29 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:38:51 ---> Running in 246bb97f2f42 04:38:51 Removing intermediate container 246bb97f2f42 04:38:51 ---> 8f032aa6ec97 04:38:51 Step 29/29 : LABEL version=0.0.0 04:38:51 ---> Running in 2eab6cb98331 04:38:52 Removing intermediate container 2eab6cb98331 04:38:52 ---> c53ea8c78684 04:38:52 04:38:52 Successfully built c53ea8c78684 04:38:52 Successfully tagged docker-security-secrets-setup-go:latest 04:38:53  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:38:53 $ docker stop --time=1 51893e40609d3e4ca4565547d5f1ccaff5cb79c3b5937a0501ed7c2d0465afa5 04:38:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:38:55 $ docker rm -f 51893e40609d3e4ca4565547d5f1ccaff5cb79c3b5937a0501ed7c2d0465afa5 [Pipeline] // withDockerContainer [Pipeline] sh 04:38:55 + docker images 04:38:55 + grep docker 04:38:55 docker-security-secrets-setup-go latest c53ea8c78684 4 seconds ago 25.1MB 04:38:55 docker-core-metadata-go latest af91e9cff5c1 5 seconds ago 14.4MB 04:38:55 docker-support-notifications-go latest b2cccdbdd88a 12 seconds ago 14.4MB 04:38:55 docker-core-command-go latest 6def5727178f 16 seconds ago 13MB 04:38:55 docker-security-proxy-setup-go latest d4eddb219a49 23 seconds ago 16.4MB 04:38:55 docker-sys-mgmt-agent-go latest a97d572f06e1 53 seconds ago 284MB 04:38:55 docker-security-secretstore-setup-go latest 033f7d8c2914 About a minute ago 33.9MB 04:38:55 docker-core-data-go latest 2ae278b39544 About a minute ago 23.8MB 04:38:55 docker-support-scheduler-go latest 200d31be5611 2 minutes ago 13.1MB 04:38:55 docker-support-logging-go latest 480980c0fdaa 2 minutes ago 11.8MB 04:38:55 docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:38:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:39:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:39:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:39:13 $ docker stop --time=1 a5ce1c872ab517b8a64666b450700b4c9f1f3c50bc6a39bb4dc0da8376ead210 04:39:16 $ docker rm -f a5ce1c872ab517b8a64666b450700b4c9f1f3c50bc6a39bb4dc0da8376ead210 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:18 04:39:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:39:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:18 latest: Pulling from edgex-devops/edgex-compose-arm64 04:39:18 29e5d40040c1: Pulling fs layer 04:39:18 1ce36da41761: Pulling fs layer 04:39:18 25b303627fd3: Pulling fs layer 04:39:18 29e5d40040c1: Verifying Checksum 04:39:18 29e5d40040c1: Download complete 04:39:19 1ce36da41761: Verifying Checksum 04:39:19 1ce36da41761: Download complete 04:39:19 29e5d40040c1: Pull complete 04:39:20 1ce36da41761: Pull complete 04:39:21 25b303627fd3: Verifying Checksum 04:39:21 25b303627fd3: Download complete 04:39:31 25b303627fd3: Pull complete 04:39:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:39:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:39:31 prd-ubuntu18.04-docker-arm64-4c-16g-3349 does not seem to be running inside a container 04:39:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-devops/edgex-compose-arm64:latest cat 04:39:35 $ docker top 516acc08e154ab17d871b7d49901f7b0e71ea007e92ccd581df997ec289fa257 -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:37 + docker-compose build --help 04:39:37 + grep parallel 04:39:42 --parallel Build images in parallel. [Pipeline] } 04:39:42 $ docker stop --time=1 516acc08e154ab17d871b7d49901f7b0e71ea007e92ccd581df997ec289fa257 04:39:44 $ docker rm -f 516acc08e154ab17d871b7d49901f7b0e71ea007e92ccd581df997ec289fa257 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:45 . [Pipeline] withDockerContainer 04:39:45 prd-ubuntu18.04-docker-arm64-4c-16g-3349 does not seem to be running inside a container 04:39:45 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-arm64:latest cat 04:39:47 $ docker top 83b9c6524a903e63585bbdbffe14c672044f5e4ff7b06d663b9743c19832a073 -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:48 + docker-compose -f ./docker-compose-build.yml build --parallel 04:39:53 Building docker-core-command-go ... 04:39:53 Building docker-core-data-go ... 04:39:53 Building docker-core-metadata-go ... 04:39:53 Building docker-security-proxy-setup-go ... 04:39:53 Building docker-security-secrets-setup-go ... 04:39:53 Building docker-security-secretstore-setup-go ... 04:39:53 Building docker-support-logging-go ... 04:39:53 Building docker-support-notifications-go ... 04:39:53 Building docker-support-scheduler-go ... 04:39:53 Building docker-sys-mgmt-agent-go ... 04:39:53 Building docker-security-proxy-setup-go 04:39:53 Building docker-security-secrets-setup-go 04:39:53 Building docker-support-notifications-go 04:39:53 Building docker-core-data-go 04:39:53 Building docker-security-secretstore-setup-go 04:41:45 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:41:45 ---> a262460a6438 04:41:45 Step 3/22 : WORKDIR /edgex-go 04:41:45 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:41:45 ---> a262460a6438 04:41:45 Step 3/23 : WORKDIR /edgex-go 04:41:45 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:45 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:41:45 ---> a262460a6438 04:41:45 Step 3/29 : WORKDIR /edgex-go 04:41:45 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:41:45 ---> a262460a6438 04:41:45 Step 3/26 : WORKDIR /edgex-go 04:41:45 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:45 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:41:45 ---> a262460a6438 04:41:45 Step 3/20 : WORKDIR /edgex-go 04:41:45 ---> Running in d379490336fe 04:41:45 ---> Running in 85c184bfdf54 04:41:45 ---> Running in ab9bebbe0d9b 04:41:45 ---> Running in b9f8a98f8aec 04:41:45 ---> Running in 643d7291b206 04:41:45 Removing intermediate container d379490336fe 04:41:45 ---> d30bfa948794 04:41:45 Step 4/29 : RUN apk update && apk add make git 04:41:45 Removing intermediate container b9f8a98f8aec 04:41:45 ---> 4805cfa71728 04:41:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:45 ---> Running in 781b6113d986 04:41:45 Removing intermediate container 85c184bfdf54 04:41:45 ---> fb62496a2e8d 04:41:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:45 Removing intermediate container ab9bebbe0d9b 04:41:45 ---> 5c57cb6e5d42 04:41:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:45 Removing intermediate container 643d7291b206 04:41:45 ---> c7047380df31 04:41:45 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:45 ---> Running in 0752a38fe22c 04:41:45 ---> Running in 701a0ae0522c 04:41:45 ---> Running in f82418618989 04:41:45 ---> Running in 1c21e77f0bb9 04:41:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:48 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:48 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:48 OK: 12620 distinct packages available 04:41:49 Removing intermediate container 0752a38fe22c 04:41:49 ---> 13d5e48f0b13 04:41:49 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:41:49 Removing intermediate container 701a0ae0522c 04:41:49 ---> 63e63bdefb6b 04:41:49 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:41:49 OK: 217 MiB in 51 packages 04:41:49 ---> Running in 84b7713b82a1 04:41:49 ---> Running in 60f17f145dff 04:41:49 Removing intermediate container 1c21e77f0bb9 04:41:49 ---> a60c5926b909 04:41:49 Step 5/20 : RUN apk update && apk add make git 04:41:50 Removing intermediate container f82418618989 04:41:50 ---> 4037b95ede7f 04:41:50 Step 5/26 : RUN apk update && apk add make git 04:41:50 ---> Running in 7b599e0cbd17 04:41:50 ---> Running in c3700a623865 04:41:51 Removing intermediate container 781b6113d986 04:41:51 ---> 3a9d727d5499 04:41:51 Step 5/29 : COPY go.mod . 04:41:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:52 ---> 14d08b5c403b 04:41:52 Step 6/29 : RUN go mod download 04:41:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:53 ---> Running in 0ae7fc16ba1d 04:41:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:54 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:54 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:54 OK: 12620 distinct packages available 04:41:54 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:54 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:54 OK: 12620 distinct packages available 04:41:54 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:54 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:54 OK: 12620 distinct packages available 04:41:54 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:54 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:54 OK: 12620 distinct packages available 04:41:54 OK: 217 MiB in 51 packages 04:41:55 OK: 217 MiB in 51 packages 04:41:55 OK: 217 MiB in 51 packages 04:41:55 OK: 217 MiB in 51 packages 04:41:56 Removing intermediate container 84b7713b82a1 04:41:56 ---> f081505dc780 04:41:57 Step 6/22 : COPY go.mod . 04:41:57 Removing intermediate container 60f17f145dff 04:41:57 ---> 3157ed86f8b7 04:41:57 Step 6/23 : COPY go.mod . 04:41:57 Removing intermediate container 0ae7fc16ba1d 04:41:57 ---> c82f98348ea2 04:41:57 Step 7/29 : COPY . . 04:41:57 Removing intermediate container c3700a623865 04:41:57 ---> a7ce637bbfa6 04:41:57 Step 6/26 : COPY go.mod . 04:41:57 Removing intermediate container 7b599e0cbd17 04:41:57 ---> c324a3425b1e 04:41:57 Step 6/20 : COPY go.mod . 04:41:57 ---> cc7dca8f1fd9 04:41:57 Step 7/22 : RUN go mod download 04:41:58 ---> Running in 191988dcf86c 04:41:58 ---> c6b64ac33f08 04:41:58 Step 7/23 : RUN go mod download 04:41:58 ---> Running in 97f70e5a351d 04:41:59 ---> 4459ccf7fdc1 04:41:59 Step 7/26 : RUN go mod download 04:41:59 ---> 058d80158de5 04:41:59 Step 7/20 : RUN go mod download 04:41:59 ---> Running in 7ee80ef71045 04:41:59 ---> Running in 069e576b195c 04:42:03 Removing intermediate container 191988dcf86c 04:42:03 ---> 65b0ebc2aa73 04:42:03 Step 8/22 : COPY . . 04:42:04 Removing intermediate container 97f70e5a351d 04:42:04 ---> b629aec5b2c1 04:42:04 Step 8/23 : COPY . . 04:42:04 Removing intermediate container 069e576b195c 04:42:04 ---> 880d121bd1b4 04:42:04 Step 8/26 : COPY . . 04:42:04 Removing intermediate container 7ee80ef71045 04:42:04 ---> 214ba67a12fe 04:42:04 Step 8/20 : COPY . . 04:42:31 ---> a6765e36d093 04:42:31 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:42:31 ---> 23327f49c211 04:42:31 ---> Running in 64ec11cfd5c6 04:42:31 Step 9/22 : RUN make cmd/core-data/core-data 04:42:31 ---> 8dd4def733c1 04:42:31 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:42:31 ---> 98c4fad487e0 04:42:31 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:42:31 ---> Running in 8f329c51acd7 04:42:31 ---> Running in 68c022be81f3 04:42:31 ---> Running in 953e7f0d0089 04:42:32 ---> 3d9334b17579 04:42:32 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:42:32 ---> Running in eade76b2e833 04:42:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:42:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:42:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:42:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:42:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:43: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 04:43:56 Removing intermediate container 68c022be81f3 04:43:56 ---> 079ae199659a 04:43:56 04:43:56 Step 10/20 : FROM alpine 04:43:56 Removing intermediate container 64ec11cfd5c6 04:43:56 ---> 89cd55a0c197 04:43:56 04:43:56 Step 9/29 : FROM alpine:latest 04:43:56 latest: Pulling from library/alpine 04:43:56 latest: Pulling from library/alpine 04:43:56 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:43:56 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:43:56 Status: Image is up to date for alpine:latest 04:43:56 ---> 62ee0e9f8440 04:43:56 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:43:56 Status: Downloaded newer image for alpine:latest 04:43:56 ---> 62ee0e9f8440 04:43:56 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:43:57 ---> Running in 7e0718472f32 04:43:57 ---> Running in d191d1626044 04:43:58 Removing intermediate container 7e0718472f32 04:43:58 ---> fa461b0f6fe0 04:43:58 Step 11/29 : USER root 04:43:58 ---> Running in 184ed1abd789 04:43:59 Removing intermediate container 184ed1abd789 04:43:59 ---> 41a73207bcdd 04:43:59 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:43:59 ---> Running in 92b137ff6cb1 04:43:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:01 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:44:01 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:44:01 OK: 12620 distinct packages available 04:44:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:02 (1/4) Installing ca-certificates (20191127-r4) 04:44:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:44:02 (3/4) Installing libcurl (7.69.1-r0) 04:44:02 (4/4) Installing curl (7.69.1-r0) 04:44:02 Executing busybox-1.31.1-r16.trigger 04:44:02 Executing ca-certificates-20191127-r4.trigger 04:44:03 OK: 7 MiB in 18 packages 04:44:03 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:44:03 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:44:03 OK: 12620 distinct packages available 04:44:05 (1/2) Installing ca-certificates (20191127-r4) 04:44:05 (2/2) Installing dumb-init (1.2.2-r1) 04:44:05 Executing busybox-1.31.1-r16.trigger 04:44:05 Executing ca-certificates-20191127-r4.trigger 04:44:05 OK: 6 MiB in 16 packages 04:44:06 Removing intermediate container d191d1626044 04:44:06 ---> eb547ee04b5a 04:44:06 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:06 ---> Running in 0c3b06424556 04:44:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:44:07 Removing intermediate container 0c3b06424556 04:44:07 ---> ad0a87a0c206 04:44:07 Step 13/20 : WORKDIR /edgex 04:44:07 ---> Running in 00b4eaa21d22 04:44:08 Removing intermediate container 92b137ff6cb1 04:44:08 ---> bdf3698845a8 04:44:08 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:44:08 ---> Running in 3cb9ae225cb4 04:44:08 Removing intermediate container 00b4eaa21d22 04:44:08 ---> b88fd2ae39c9 04:44:08 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:44:09 Removing intermediate container 3cb9ae225cb4 04:44:09 ---> ad3824d904cd 04:44:09 Step 14/29 : WORKDIR $BASE_DIR 04:44:09 ---> Running in ca4f47ef492a 04:44:10 ---> 5af1f159890c 04:44:10 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:44:10 Removing intermediate container ca4f47ef492a 04:44:10 ---> d332c5e5f380 04:44:10 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:44:10 ---> Running in 2f829450f688 04:44:12 ---> bf1a301cdcec 04:44:12 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:44:12 ---> Running in c46954eac41e 04:44:13 Removing intermediate container c46954eac41e 04:44:13 ---> 6a8346869f08 04:44:13 Step 17/20 : CMD ["--init=true"] 04:44:13 ---> Running in b8fe57497c06 04:44:14 Removing intermediate container b8fe57497c06 04:44:14 ---> 30a676b5a60b 04:44:14 Step 18/20 : LABEL arch=arm64 04:44:14 ---> Running in cb3974ad54f2 04:44:15 Removing intermediate container 2f829450f688 04:44:15 ---> b1690ffe3164 04:44:15 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:44:15 Removing intermediate container cb3974ad54f2 04:44:15 ---> 00388b6b7494 04:44:15 Step 19/20 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:44:15 ---> Running in 9502c009cda6 04:44:16 Removing intermediate container 9502c009cda6 04:44:16 ---> 72998b518d02 04:44:16 Step 20/20 : LABEL version=0.0.0 04:44:17 ---> Running in afb581a7867d 04:44:17 ---> 007ecf3ff745 04:44:17 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:44:18 Removing intermediate container afb581a7867d 04:44:18 ---> b6becf49d175 04:44:18 04:44:19 ---> 17c603818c53 04:44:19 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:44:19 Successfully built b6becf49d175 04:44:19 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:44:19  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 04:44:21 ---> 25554b1a64ad 04:44:21 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:44:22 Removing intermediate container eade76b2e833 04:44:22 ---> 339628960e5c 04:44:22 04:44:22 Step 10/26 : FROM alpine:3.10 04:44:22 3.10: Pulling from library/alpine 04:44:23 ---> 89cb313d15a2 04:44:23 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:44:25 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:44:25 Status: Downloaded newer image for alpine:3.10 04:44:25 ---> 536a684cf733 04:44:25 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:44:25 ---> 142c76cd3032 04:44:25 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:44:26 ---> Running in 717ece717329 04:44:27 ---> Running in 0286486036d0 04:44:28 Removing intermediate container 953e7f0d0089 04:44:28 ---> 8da0f9a3210d 04:44:28 04:44:28 Step 10/23 : FROM scratch 04:44:28 ---> 04:44:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:44:28 ---> Running in 0d4349e11eb1 04:44:29 Removing intermediate container 0d4349e11eb1 04:44:29 ---> a09e7406d928 04:44:29 Step 12/23 : ENV APP_PORT=48060 04:44:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:44:29 ---> Running in 78bb0de01476 04:44:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:44:30 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:44:30 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:44:30 OK: 10167 distinct packages available 04:44:31 Removing intermediate container 78bb0de01476 04:44:31 ---> c78e904e4ad6 04:44:31 Step 13/23 : EXPOSE $APP_PORT 04:44:31 (1/5) Installing ca-certificates (20191127-r2) 04:44:31 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:44:31 (3/5) Installing libcurl (7.66.0-r0) 04:44:31 (4/5) Installing curl (7.66.0-r0) 04:44:31 (5/5) Installing dumb-init (1.2.2-r1) 04:44:31 ---> Running in 3781751be6fb 04:44:31 Executing busybox-1.30.1-r3.trigger 04:44:31 Executing ca-certificates-20191127-r2.trigger 04:44:31 OK: 7 MiB in 19 packages 04:44:32 Removing intermediate container 3781751be6fb 04:44:32 ---> a819a5ba3a79 04:44:32 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:44:32 Removing intermediate container 0286486036d0 04:44:32 ---> da625a0ce5cc 04:44:32 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:44:34 ---> 474fbe4bba1e 04:44:34 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:44:34 ---> 794aa29a29aa 04:44:34 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:44:34 Removing intermediate container 717ece717329 04:44:34 ---> 7eaa0083bb6a 04:44:34 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:35 ---> Running in 752a5c49f7e2 04:44:35 ---> Running in 11ff4a8cd67c 04:44:35 ---> 41f79b1d5e52 04:44:35 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:44:36 Removing intermediate container 752a5c49f7e2 04:44:36 ---> 2c088cba3568 04:44:36 Step 13/26 : WORKDIR / 04:44:37 ---> Running in 6b01814c03fe 04:44:38 ---> 46ad81fa53aa 04:44:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:44:38 Removing intermediate container 6b01814c03fe 04:44:38 ---> 0d518a76044f 04:44:38 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:44:39 ---> 9e572f9de581 04:44:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:44:40 ---> f6bc40d70067 04:44:40 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:44:40 Removing intermediate container 11ff4a8cd67c 04:44:40 ---> 64ee0df72cf0 04:44:40 Step 24/29 : RUN chmod 755 security-secrets-setup 04:44:42 ---> Running in a3ccb736faa1 04:44:42 ---> 8bf6b0b7c619 04:44:42 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:44:42 Removing intermediate container 8f329c51acd7 04:44:42 ---> 19db0e11aec0 04:44:42 04:44:42 Step 10/22 : FROM alpine 04:44:42 ---> 62ee0e9f8440 04:44:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:43 ---> 67d37f68ef12 04:44:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:44:43 ---> Running in f50283ff543b 04:44:43 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:44:43 ---> a262460a6438 04:44:43 Step 3/21 : WORKDIR /edgex-go 04:44:43 ---> Using cache 04:44:43 ---> c7047380df31 04:44:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:43 ---> Using cache 04:44:43 ---> a60c5926b909 04:44:43 Step 5/21 : RUN apk update && apk add make git 04:44:43 ---> Using cache 04:44:43 ---> c324a3425b1e 04:44:43 Step 6/21 : COPY go.mod . 04:44:43 ---> Using cache 04:44:43 ---> 058d80158de5 04:44:43 Step 7/21 : RUN go mod download 04:44:43 ---> Using cache 04:44:43 ---> 214ba67a12fe 04:44:43 Step 8/21 : COPY . . 04:44:43 ---> Using cache 04:44:43 ---> 8dd4def733c1 04:44:43 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:44:43 ---> e773da93666d 04:44:43 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:43 ---> Running in 7cde62fb48fa 04:44:43 ---> Running in c0f5a157cb80 04:44:43 Removing intermediate container f50283ff543b 04:44:43 ---> ffc575b8dd44 04:44:43 Step 12/22 : ENV APP_PORT=48080 04:44:44 ---> Running in ff5ae7d0306a 04:44:44 ---> 8e67a9dd0b03 04:44:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:44:44 Removing intermediate container c0f5a157cb80 04:44:44 ---> 9e9238a5ac51 04:44:44 Step 21/23 : LABEL arch=arm64 04:44:44 ---> Running in 17f1b7d57756 04:44:44 Removing intermediate container ff5ae7d0306a 04:44:44 ---> 155639c161b1 04:44:44 Step 13/22 : EXPOSE $APP_PORT 04:44:45 ---> Running in 1d15fe9ea6fe 04:44:45 Removing intermediate container 17f1b7d57756 04:44:45 ---> 400863ec8842 04:44:45 Step 22/23 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:44:45 ---> 942f569a4010 04:44:45 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:44:45 ---> Running in 88f59a42d2c9 04:44:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:44:46 Removing intermediate container 1d15fe9ea6fe 04:44:46 ---> 5301985111fc 04:44:46 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:46 ---> Running in d9c5689b9fd0 04:44:46 Removing intermediate container 88f59a42d2c9 04:44:46 ---> f5878bc5f96b 04:44:46 Step 23/23 : LABEL version=0.0.0 04:44:47 ---> Running in 4491e88c70a5 04:44:47 Removing intermediate container a3ccb736faa1 04:44:47 ---> 66bb80a53742 04:44:47 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:44:47 ---> 73bc3d853d4b 04:44:47 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:44:47 ---> Running in f2a8ee51ce79 04:44:48 Removing intermediate container 4491e88c70a5 04:44:48 ---> aae91a95e4c3 04:44:48 04:44:48 Removing intermediate container f2a8ee51ce79 04:44:48 ---> 2ef6bd639ffc 04:44:48 Step 26/29 : CMD [ "generate" ] 04:44:49 ---> Running in 8136de743368 04:44:49 Successfully built aae91a95e4c3 04:44:49 Successfully tagged docker-support-notifications-go-arm64:latest 04:44:49  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 04:44:50 ---> b169cf3aa90f 04:44:50 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:44:50 Removing intermediate container 8136de743368 04:44:50 ---> 6c8ccc82d0da 04:44:50 Step 27/29 : LABEL arch=arm64 04:44:50 ---> Running in 3a57e4ba8caa 04:44:53 Removing intermediate container d9c5689b9fd0 04:44:53 ---> 73c8bd69e1c2 04:44:53 Step 15/22 : RUN apk --no-cache add zeromq 04:44:53 Removing intermediate container 3a57e4ba8caa 04:44:53 ---> e6a6e654c5c9 04:44:53 Step 28/29 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:44:54 ---> 9e72af152654 04:44:54 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:44:54 ---> Running in 4f634561813f 04:44:54 ---> Running in 92519aec9888 04:44:56 Removing intermediate container 92519aec9888 04:44:56 ---> f679746d2225 04:44:56 Step 29/29 : LABEL version=0.0.0 04:44:56 ---> 30e9cf6db3e2 04:44:56 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:44:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:57 ---> Running in 0cddafaa0993 04:44:57 ---> Running in cf0c1f585bff 04:44:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:57 Removing intermediate container 0cddafaa0993 04:44:57 ---> 7bf8072f1895 04:44:57 04:44:58 (1/5) Installing libgcc (9.3.0-r2) 04:44:58 (2/5) Installing libsodium (1.0.18-r0) 04:44:58 (3/5) Installing libstdc++ (9.3.0-r2) 04:44:58 Successfully built 7bf8072f1895 04:44:58 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:44:58 Building docker-core-command-go 04:44:58  Building docker-security-secrets-setup-go ... done (4/5) Installing libzmq (4.3.2-r0) 04:44:58 (5/5) Installing zeromq (4.3.2-r0) 04:44:58 Executing busybox-1.31.1-r16.trigger 04:44:59 OK: 8 MiB in 19 packages 04:45:02 Removing intermediate container 4f634561813f 04:45:02 ---> 7d6ee0d83dae 04:45:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:45:02 Removing intermediate container cf0c1f585bff 04:45:02 ---> a1b5b24f34c2 04:45:02 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:45:03 ---> Running in 96da0fe28898 04:45:04 ---> 0bd36c65a0fb 04:45:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:45:04 Removing intermediate container 96da0fe28898 04:45:04 ---> b27c68decf80 04:45:04 Step 24/26 : LABEL arch=arm64 04:45:05 ---> Running in 938e76ad18de 04:45:07 ---> 7fc184b2b77c 04:45:07 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:45:07 Removing intermediate container 938e76ad18de 04:45:07 ---> a0e42f040cc4 04:45:07 Step 25/26 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:45:08 ---> Running in 92bf32e79c31 04:45:09 ---> 9d98e82d7002 04:45:09 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:10 ---> Running in f11477f29529 04:45:10 Removing intermediate container 92bf32e79c31 04:45:10 ---> da22847fd28d 04:45:10 Step 26/26 : LABEL version=0.0.0 04:45:10 ---> Running in 32e7f6cc7cf3 04:45:11 Removing intermediate container f11477f29529 04:45:11 ---> 83389d1a9f35 04:45:11 Step 20/22 : LABEL arch=arm64 04:45:11 ---> Running in 8bf47e7ed19b 04:45:11 Removing intermediate container 32e7f6cc7cf3 04:45:11 ---> c14a1a1293b8 04:45:12 04:45:12 Removing intermediate container 8bf47e7ed19b 04:45:12 ---> f25ba2deba2a 04:45:12 Step 21/22 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:45:13 Successfully built c14a1a1293b8 04:45:13 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:45:13  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 04:45:14 ---> Running in 4c7b3b06bc7b 04:45:14 Removing intermediate container 4c7b3b06bc7b 04:45:14 ---> 6ab7e9520d4e 04:45:14 Step 22/22 : LABEL version=0.0.0 04:45:14 ---> Running in a17f3758e928 04:45:15 Removing intermediate container a17f3758e928 04:45:15 ---> 8cd0884bc624 04:45:15 04:45:16 Successfully built 8cd0884bc624 04:45:16 Successfully tagged docker-core-data-go-arm64:latest 04:45:16 Building docker-support-logging-go 04:45:34  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:45:34 ---> a262460a6438 04:45:34 Step 3/26 : WORKDIR /edgex-go 04:45:34 ---> Using cache 04:45:34 ---> c7047380df31 04:45:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:34 ---> Using cache 04:45:34 ---> a60c5926b909 04:45:34 Step 5/26 : RUN apk update && apk add make bash git 04:45:39 ---> Running in 0c8a8457cb7d 04:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:42 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:42 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:42 OK: 12620 distinct packages available 04:45:42 Removing intermediate container 7cde62fb48fa 04:45:42 ---> 11c609f27ac4 04:45:42 04:45:42 Step 10/21 : FROM scratch 04:45:42 ---> 04:45:42 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:45:43 OK: 217 MiB in 51 packages 04:45:43 ---> Running in 74391113c1da 04:45:43 Removing intermediate container 74391113c1da 04:45:43 ---> 0672c6730719 04:45:43 Step 12/21 : ENV APP_PORT=48081 04:45:43 ---> Running in a7da1405f0d2 04:45:44 Removing intermediate container a7da1405f0d2 04:45:44 ---> cbd24ac8a729 04:45:44 Step 13/21 : EXPOSE $APP_PORT 04:45:44 Removing intermediate container 0c8a8457cb7d 04:45:44 ---> 2a543c7d7d72 04:45:44 Step 6/26 : COPY go.mod . 04:45:45 ---> Running in 5f959057d2e6 04:45:45 Removing intermediate container 5f959057d2e6 04:45:45 ---> bcb6cab2f504 04:45:45 Step 14/21 : WORKDIR / 04:45:46 ---> 620373d6dff4 04:45:46 Step 7/26 : RUN go mod download 04:45:46 ---> Running in 3b5d59520d7c 04:45:46 ---> Running in 2e26e3895c43 04:45:46 Removing intermediate container 3b5d59520d7c 04:45:46 ---> 4e99417a1fc2 04:45:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:45:48 ---> 384731560fc6 04:45:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:45:50 ---> ae2f49efcdf8 04:45:50 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:45:50 Removing intermediate container 2e26e3895c43 04:45:50 ---> e3705033660c 04:45:50 Step 8/26 : COPY . . 04:45:52 ---> 31be219bbb6b 04:45:52 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:52 ---> Running in 107f5121ba89 04:45:53 Removing intermediate container 107f5121ba89 04:45:53 ---> 36c3c8256187 04:45:53 Step 19/21 : LABEL arch=arm64 04:45:53 ---> Running in 0d979322c896 04:45:54 Removing intermediate container 0d979322c896 04:45:54 ---> 7af1dd20abe3 04:45:54 Step 20/21 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:45:55 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:45:55 ---> a262460a6438 04:45:55 Step 3/21 : WORKDIR /edgex-go 04:45:55 ---> Using cache 04:45:55 ---> c7047380df31 04:45:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:55 ---> Using cache 04:45:55 ---> a60c5926b909 04:45:55 Step 5/21 : RUN apk update && apk add make git 04:45:55 ---> Using cache 04:45:55 ---> c324a3425b1e 04:45:55 Step 6/21 : COPY go.mod . 04:45:55 ---> Using cache 04:45:55 ---> 058d80158de5 04:45:55 Step 7/21 : RUN go mod download 04:45:55 ---> Using cache 04:45:55 ---> 214ba67a12fe 04:45:55 Step 8/21 : COPY . . 04:45:55 ---> Using cache 04:45:55 ---> 8dd4def733c1 04:45:55 Step 9/21 : RUN make cmd/core-command/core-command 04:45:55 ---> Running in 3f0012988e90 04:45:55 ---> Running in 1aa671def0d2 04:45:56 Removing intermediate container 3f0012988e90 04:45:56 ---> e40f97541260 04:45:56 Step 21/21 : LABEL version=0.0.0 04:45:56 ---> Running in 3950c90f0785 04:45:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:45:57 Removing intermediate container 3950c90f0785 04:45:57 ---> 4ea8a3999d72 04:45:57 04:45:59 Successfully built 4ea8a3999d72 04:45:59 Successfully tagged docker-core-metadata-go-arm64:latest 04:46:09  Building docker-core-metadata-go ... done Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:09 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:46:09 ---> a262460a6438 04:46:09 Step 3/20 : WORKDIR /edgex-go 04:46:09 ---> Using cache 04:46:09 ---> c7047380df31 04:46:09 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:09 ---> Using cache 04:46:09 ---> a60c5926b909 04:46:09 Step 5/20 : RUN apk update && apk add make git 04:46:09 ---> Using cache 04:46:09 ---> c324a3425b1e 04:46:09 Step 6/20 : COPY go.mod . 04:46:09 ---> Using cache 04:46:09 ---> 058d80158de5 04:46:09 Step 7/20 : RUN go mod download 04:46:09 ---> Using cache 04:46:09 ---> 214ba67a12fe 04:46:09 Step 8/20 : COPY . . 04:46:09 ---> Using cache 04:46:09 ---> 8dd4def733c1 04:46:09 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:46:09 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:46:09 ---> a262460a6438 04:46:09 Step 3/21 : WORKDIR /edgex-go 04:46:09 ---> Using cache 04:46:09 ---> c7047380df31 04:46:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:09 ---> Using cache 04:46:09 ---> a60c5926b909 04:46:09 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:46:13 ---> Running in 2fefc7ee60ce 04:46:13 ---> Running in bccbedebaf03 04:46:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:17 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:17 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:17 OK: 12620 distinct packages available 04:46:18 OK: 217 MiB in 51 packages 04:46:19 OK: 217 MiB in 51 packages 04:46:23 ---> 77e783ed7522 04:46:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:46:23 Removing intermediate container 2fefc7ee60ce 04:46:23 ---> bd9d67c3238b 04:46:23 Step 6/21 : COPY go.mod . 04:46:23 ---> Running in f8724361db79 04:46:24 ---> 71191040c657 04:46:24 Step 7/21 : RUN go mod download 04:46:25 ---> Running in b4e2fce44a33 04:46:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:46:30 Removing intermediate container b4e2fce44a33 04:46:30 ---> 79507c437d8a 04:46:30 Step 8/21 : COPY . . 04:46:57 ---> 7975a091df15 04:46:57 Step 9/21 : RUN make cmd/support-logging/support-logging 04:46:57 ---> Running in bded024d96a0 04:46:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:47:15 Removing intermediate container 1aa671def0d2 04:47:15 ---> 5d5eceaa060e 04:47:15 04:47:15 Step 10/21 : FROM scratch 04:47:15 ---> 04:47:15 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:15 ---> Using cache 04:47:15 ---> 0672c6730719 04:47:15 Step 12/21 : ENV APP_PORT=48082 04:47:15 ---> Running in 38ffc99c1644 04:47:15 Removing intermediate container 38ffc99c1644 04:47:15 ---> eeb3b915a302 04:47:15 Step 13/21 : EXPOSE $APP_PORT 04:47:15 ---> Running in f62266165743 04:47:15 Removing intermediate container f62266165743 04:47:15 ---> 07d3051129e1 04:47:15 Step 14/21 : WORKDIR / 04:47:15 ---> Running in 271c52c344ff 04:47:16 Removing intermediate container 271c52c344ff 04:47:16 ---> 8f5fa17087ae 04:47:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:47:17 ---> aa0f8372e800 04:47:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:47:19 ---> 4437ded3daaf 04:47:19 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:47:20 ---> d36d373d3058 04:47:20 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:20 ---> Running in 2f386d933b95 04:47:21 Removing intermediate container 2f386d933b95 04:47:21 ---> 52d16445c596 04:47:21 Step 19/21 : LABEL arch=arm64 04:47:21 ---> Running in ac039c126818 04:47:21 Removing intermediate container ac039c126818 04:47:21 ---> 2b7a8a02ee7e 04:47:21 Step 20/21 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:47:21 ---> Running in 61bb9beb7927 04:47:22 Removing intermediate container 61bb9beb7927 04:47:22 ---> 5b93fc429885 04:47:22 Step 21/21 : LABEL version=0.0.0 04:47:22 ---> Running in 0aea77694eed 04:47:23 Removing intermediate container 0aea77694eed 04:47:23 ---> dc2eda15cbe3 04:47:23 04:47:23 Successfully built dc2eda15cbe3 04:47:23 Successfully tagged docker-core-command-go-arm64:latest 04:47:38  Building docker-core-command-go ... done Removing intermediate container f8724361db79 04:47:38 ---> 77222b154d3f 04:47:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:47:38 Removing intermediate container bccbedebaf03 04:47:38 ---> 4d648d37a257 04:47:38 04:47:38 Step 10/20 : FROM scratch 04:47:38 ---> 04:47:38 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:38 ---> Running in 2980fe42c952 04:47:38 ---> Using cache 04:47:38 ---> 0672c6730719 04:47:38 Step 12/20 : ENV APP_PORT=48085 04:47:38 ---> Running in 88c6b502ce9e 04:47:39 Removing intermediate container 88c6b502ce9e 04:47:39 ---> 6428c4413873 04:47:39 Step 13/20 : EXPOSE $APP_PORT 04:47:39 ---> Running in 391cbc031e49 04:47:40 Removing intermediate container 391cbc031e49 04:47:40 ---> 60014f763b0d 04:47:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:47:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:47:41 ---> b689c884787d 04:47:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:47:42 ---> 42fd9022c629 04:47:42 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:47:43 ---> 8d572859852e 04:47:43 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:44 ---> Running in 378a91eb3452 04:47:44 Removing intermediate container 378a91eb3452 04:47:44 ---> 4f91ce92f13a 04:47:44 Step 18/20 : LABEL arch=arm64 04:47:44 ---> Running in e4505d34ffbd 04:47:44 Removing intermediate container 2980fe42c952 04:47:44 ---> a17ca87c807e 04:47:44 04:47:44 Step 11/26 : FROM docker:latest 04:47:44 ---> ce9d55ae87f1 04:47:44 Step 12/26 : RUN apk add --no-cache bash 04:47:44 ---> Running in 8b055cbed5fd 04:47:45 Removing intermediate container e4505d34ffbd 04:47:45 ---> af26e126245c 04:47:45 Step 19/20 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:47:45 ---> Running in c7da2e21c8e0 04:47:46 Removing intermediate container c7da2e21c8e0 04:47:46 ---> 40b47f1fa2f8 04:47:46 Step 20/20 : LABEL version=0.0.0 04:47:46 ---> Running in 76d16e01c2aa 04:47:46 Removing intermediate container 76d16e01c2aa 04:47:46 ---> 3dc804c471df 04:47:46 04:47:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:46 Successfully built 3dc804c471df 04:47:46 Successfully tagged docker-support-scheduler-go-arm64:latest 04:47:47  Building docker-support-scheduler-go ... done (1/2) Installing readline (8.0.4-r0) 04:47:47 (2/2) Installing bash (5.0.17-r0) 04:47:47 Executing bash-5.0.17-r0.post-install 04:47:47 Executing busybox-1.31.1-r16.trigger 04:47:47 OK: 12 MiB in 22 packages 04:47:49 Removing intermediate container 8b055cbed5fd 04:47:49 ---> da6e6d258cc1 04:47:49 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:47:49 ---> Running in 28e3ef9db2ba 04:47:52 Removing intermediate container bded024d96a0 04:47:52 ---> d0fdc67353cf 04:47:52 04:47:52 Step 10/21 : FROM scratch 04:47:52 ---> 04:47:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:47:52 ---> Using cache 04:47:52 ---> a09e7406d928 04:47:52 Step 12/21 : ENV APP_PORT=48061 04:47:52 Removing intermediate container 28e3ef9db2ba 04:47:52 ---> 8b92e4a73474 04:47:52 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:47:52 ---> Running in 6121a40d10ca 04:47:52 ---> Running in 7f765cbb94e1 04:47:52 Removing intermediate container 6121a40d10ca 04:47:52 ---> 56ec40c6f70b 04:47:52 Step 13/21 : EXPOSE $APP_PORT 04:47:52 ---> Running in 476ede0ffc99 04:47:53 Removing intermediate container 7f765cbb94e1 04:47:53 ---> 593d327a522c 04:47:53 Step 15/26 : ENV APP_PORT=48090 04:47:53 ---> Running in a25e8c0f3c84 04:47:53 Removing intermediate container 476ede0ffc99 04:47:53 ---> e172af64e431 04:47:53 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:47:53 Removing intermediate container a25e8c0f3c84 04:47:53 ---> 2a160f3e8265 04:47:53 Step 16/26 : EXPOSE $APP_PORT 04:47:53 ---> Running in 841230bf0a94 04:47:54 ---> db25a175d008 04:47:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:47:54 Removing intermediate container 841230bf0a94 04:47:54 ---> 45d883c6e8d9 04:47:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:47:55 ---> 5174680c617a 04:47:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:47:55 ---> 28359884d0b5 04:47:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:47:55 ---> b022b9fd6dfb 04:47:55 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:47:56 ---> ad2fd3ab88b3 04:47:56 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:47:56 ---> 42d0245aa9a8 04:47:56 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:57 ---> 97de1cf77066 04:47:57 Step 20/26 : RUN apk --no-cache add py-pip 04:47:57 ---> Running in 61c66827c492 04:47:57 ---> Running in 0c3cda2a42dd 04:47:57 Removing intermediate container 61c66827c492 04:47:57 ---> 2d683393b0b5 04:47:57 Step 19/21 : LABEL arch=arm64 04:47:57 ---> Running in 901f6b1d46da 04:47:58 Removing intermediate container 901f6b1d46da 04:47:58 ---> 73d785355f57 04:47:58 Step 20/21 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:47:58 ---> Running in 18be4e42a330 04:47:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:59 Removing intermediate container 18be4e42a330 04:47:59 ---> 24561db8a998 04:47:59 Step 21/21 : LABEL version=0.0.0 04:47:59 ---> Running in ee3d64b56eab 04:47:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:59 Removing intermediate container ee3d64b56eab 04:47:59 ---> 3627316d3a0d 04:47:59 04:47:59 (1/33) Installing libbz2 (1.0.8-r1) 04:47:59 (2/33) Installing expat (2.2.9-r1) 04:47:59 (3/33) Installing libffi (3.3-r2) 04:47:59 (4/33) Installing gdbm (1.13-r1) 04:47:59 (5/33) Installing xz-libs (5.2.5-r0) 04:47:59 (6/33) Installing sqlite-libs (3.32.1-r0) 04:47:59 (7/33) Installing python3 (3.8.5-r0) 04:47:59 Successfully built 3627316d3a0d 04:47:59 Successfully tagged docker-support-logging-go-arm64:latest 04:48:01  Building docker-support-logging-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 04:48:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:48:01 (10/33) Installing py3-parsing (2.4.7-r0) 04:48:01 (11/33) Installing py3-six (1.15.0-r0) 04:48:01 (12/33) Installing py3-packaging (20.4-r0) 04:48:01 (13/33) Installing py3-setuptools (47.0.0-r0) 04:48:01 (14/33) Installing py3-chardet (3.0.4-r4) 04:48:01 (15/33) Installing py3-idna (2.9-r0) 04:48:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:48:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:48:01 (18/33) Installing py3-requests (2.23.0-r0) 04:48:01 (19/33) Installing py3-msgpack (1.0.0-r0) 04:48:01 (20/33) Installing py3-lockfile (0.12.2-r3) 04:48:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:48:01 (22/33) Installing py3-colorama (0.4.3-r0) 04:48:01 (23/33) Installing py3-distlib (0.3.0-r0) 04:48:01 (24/33) Installing py3-distro (1.5.0-r1) 04:48:01 (25/33) Installing py3-webencodings (0.5.1-r3) 04:48:01 (26/33) Installing py3-html5lib (1.0.1-r4) 04:48:01 (27/33) Installing py3-pytoml (0.1.21-r0) 04:48:01 (28/33) Installing py3-pep517 (0.8.2-r0) 04:48:01 (29/33) Installing py3-progress (1.5-r0) 04:48:01 (30/33) Installing py3-toml (0.10.1-r0) 04:48:01 (31/33) Installing py3-retrying (1.3.3-r0) 04:48:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:48:02 (33/33) Installing py3-pip (20.1.1-r0) 04:48:02 Executing busybox-1.31.1-r16.trigger 04:48:02 OK: 71 MiB in 55 packages 04:48:08 Removing intermediate container 0c3cda2a42dd 04:48:08 ---> d2f0a2dcfe38 04:48:08 Step 21/26 : RUN pip install docker-compose==1.23.2 04:48:09 ---> Running in 5b3383e93ebf 04:48:14 Collecting docker-compose==1.23.2 04:48:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:48:15 Collecting docopt<0.7,>=0.6.1 04:48:15 Downloading docopt-0.6.2.tar.gz (25 kB) 04:48:17 Collecting texttable<0.10,>=0.9.0 04:48:17 Downloading texttable-0.9.1.tar.gz (11 kB) 04:48:19 Collecting cached-property<2,>=1.2.0 04:48:19 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:48:20 Collecting docker<4.0,>=3.6.0 04:48:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:48:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:48:20 Collecting websocket-client<1.0,>=0.32.0 04:48:20 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:48:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:48:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:48:22 Collecting dockerpty<0.5,>=0.4.1 04:48:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:48:25 Collecting PyYAML<4,>=3.10 04:48:25 Downloading PyYAML-3.13.tar.gz (270 kB) 04:48:28 Collecting jsonschema<3,>=2.5.1 04:48:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:48:28 Collecting docker-pycreds>=0.4.0 04:48:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:48:29 Collecting urllib3<1.25,>=1.21.1 04:48:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:48:30 Collecting idna<2.8,>=2.5 04:48:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:48:30 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:48:30 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:48:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:48:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:48:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:48:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:48:31 Installing collected packages: docopt, texttable, cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, PyYAML, jsonschema, docker-compose 04:48:31 Running setup.py install for docopt: started 04:48:32 Running setup.py install for docopt: finished with status 'done' 04:48:32 Running setup.py install for texttable: started 04:48:35 Running setup.py install for texttable: finished with status 'done' 04:48:35 Attempting uninstall: urllib3 04:48:35 Found existing installation: urllib3 1.25.9 04:48:35 Uninstalling urllib3-1.25.9: 04:48:35 Successfully uninstalled urllib3-1.25.9 04:48:36 Attempting uninstall: idna 04:48:36 Found existing installation: idna 2.9 04:48:36 Uninstalling idna-2.9: 04:48:36 Successfully uninstalled idna-2.9 04:48:36 Attempting uninstall: requests 04:48:36 Found existing installation: requests 2.23.0 04:48:36 Uninstalling requests-2.23.0: 04:48:37 Successfully uninstalled requests-2.23.0 04:48:38 Running setup.py install for dockerpty: started 04:48:40 Running setup.py install for dockerpty: finished with status 'done' 04:48:40 Running setup.py install for PyYAML: started 04:48:43 Running setup.py install for PyYAML: finished with status 'done' 04:48:43 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:48:48 Removing intermediate container 5b3383e93ebf 04:48:48 ---> 2a0622f191ec 04:48:48 Step 22/26 : RUN apk --no-cache add curl 04:48:48 ---> Running in 192b62e52a62 04:48:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:48:50 (2/3) Installing libcurl (7.69.1-r0) 04:48:50 (3/3) Installing curl (7.69.1-r0) 04:48:50 Executing busybox-1.31.1-r16.trigger 04:48:50 OK: 71 MiB in 58 packages 04:48:52 Removing intermediate container 192b62e52a62 04:48:52 ---> 61789b149b58 04:48:52 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:52 ---> Running in e38c7e019c41 04:48:52 Removing intermediate container e38c7e019c41 04:48:52 ---> cfd7b2a339ed 04:48:52 Step 24/26 : LABEL arch=arm64 04:48:52 ---> Running in 2151b72587d1 04:48:53 Removing intermediate container 2151b72587d1 04:48:53 ---> e6186fd328e8 04:48:53 Step 25/26 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 04:48:53 ---> Running in 5db78431d3e9 04:48:53 Removing intermediate container 5db78431d3e9 04:48:53 ---> 4d541eb4494f 04:48:53 Step 26/26 : LABEL version=0.0.0 04:48:53 ---> Running in 6b62b156c4eb 04:48:54 Removing intermediate container 6b62b156c4eb 04:48:54 ---> 961a4975bb9e 04:48:54 04:48:55 Successfully built 961a4975bb9e 04:48:55 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:48:55  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:48:55 $ docker stop --time=1 83b9c6524a903e63585bbdbffe14c672044f5e4ff7b06d663b9743c19832a073 04:48:57 $ docker rm -f 83b9c6524a903e63585bbdbffe14c672044f5e4ff7b06d663b9743c19832a073 [Pipeline] // withDockerContainer [Pipeline] sh 04:48:58 + docker images 04:48:58 + grep docker 04:48:58 docker-sys-mgmt-agent-go-arm64 latest 961a4975bb9e 4 seconds ago 266MB 04:48:58 docker-support-logging-go-arm64 latest 3627316d3a0d 59 seconds ago 11.4MB 04:48:58 docker-support-scheduler-go-arm64 latest 3dc804c471df About a minute ago 12.6MB 04:48:58 docker-core-command-go-arm64 latest dc2eda15cbe3 About a minute ago 12.4MB 04:48:58 docker-core-metadata-go-arm64 latest 4ea8a3999d72 3 minutes ago 13.8MB 04:48:58 docker-core-data-go-arm64 latest 8cd0884bc624 3 minutes ago 22.6MB 04:48:58 docker-security-secretstore-setup-go-arm64 latest c14a1a1293b8 3 minutes ago 32.6MB 04:48:58 docker-security-secrets-setup-go-arm64 latest 7bf8072f1895 4 minutes ago 24.2MB 04:48:58 docker-support-notifications-go-arm64 latest aae91a95e4c3 4 minutes ago 13.9MB 04:48:58 docker-security-proxy-setup-go-arm64 latest b6becf49d175 4 minutes ago 15.8MB 04:48:58 docker latest ce9d55ae87f1 6 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:48:59 provisioning config files... 04:48:59 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config5650735283827317760tmp [Pipeline] { [Pipeline] sh 04:49:00 + curl -s https://codecov.io/bash 04:49:00 + bash -s - -t @/w/workspace/edgex-go/4@tmp/config5650735283827317760tmp [Pipeline] } 04:49:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:49:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:49:04 ---> package-listing.sh 04:49:04 ++ facter osfamily 04:49:04 ++ tr '[:upper:]' '[:lower:]' 04:49:04 + OS_FAMILY=redhat 04:49:04 + workspace=/w/workspace/edgex-go/4 04:49:04 + START_PACKAGES=/tmp/packages_start.txt 04:49:04 + END_PACKAGES=/tmp/packages_end.txt 04:49:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:49:04 + PACKAGES=/tmp/packages_start.txt 04:49:04 + '[' /w/workspace/edgex-go/4 ']' 04:49:04 + PACKAGES=/tmp/packages_end.txt 04:49:04 + case "${OS_FAMILY}" in 04:49:04 + rpm -qa 04:49:04 + sort 04:49:08 + '[' -f /tmp/packages_start.txt ']' 04:49:08 + '[' -f /tmp/packages_end.txt ']' 04:49:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:49:08 + '[' /w/workspace/edgex-go/4 ']' 04:49:08 + mkdir -p /w/workspace/edgex-go/4/archives/ 04:49:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] isUnix [Pipeline] sh 04:49:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:09 04:49:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:49:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:09 alpine: Pulling from edgex-lftools-log-publisher 04:49:09 c9b1b535fdd9: Pulling fs layer 04:49:09 2cc5ad85d9ab: Pulling fs layer 04:49:09 756a868c4378: Pulling fs layer 04:49:09 444b2fc9a129: Pulling fs layer 04:49:09 ea15f1150254: Pulling fs layer 04:49:09 41b27a9f41bf: Pulling fs layer 04:49:09 28c525ee5125: Pulling fs layer 04:49:09 094b1ea09ed8: Pulling fs layer 04:49:09 138eaada9080: Pulling fs layer 04:49:09 0622d0fa9048: Pulling fs layer 04:49:09 ea15f1150254: Waiting 04:49:09 41b27a9f41bf: Waiting 04:49:09 28c525ee5125: Waiting 04:49:09 094b1ea09ed8: Waiting 04:49:09 138eaada9080: Waiting 04:49:09 0622d0fa9048: Waiting 04:49:09 444b2fc9a129: Waiting 04:49:09 2cc5ad85d9ab: Download complete 04:49:09 444b2fc9a129: Verifying Checksum 04:49:09 444b2fc9a129: Download complete 04:49:09 c9b1b535fdd9: Verifying Checksum 04:49:09 c9b1b535fdd9: Download complete 04:49:09 ea15f1150254: Verifying Checksum 04:49:09 ea15f1150254: Download complete 04:49:10 28c525ee5125: Verifying Checksum 04:49:10 28c525ee5125: Download complete 04:49:10 c9b1b535fdd9: Pull complete 04:49:10 756a868c4378: Verifying Checksum 04:49:10 756a868c4378: Download complete 04:49:10 138eaada9080: Verifying Checksum 04:49:10 138eaada9080: Download complete 04:49:10 2cc5ad85d9ab: Pull complete 04:49:10 0622d0fa9048: Verifying Checksum 04:49:10 0622d0fa9048: Download complete 04:49:10 094b1ea09ed8: Verifying Checksum 04:49:10 094b1ea09ed8: Download complete 04:49:11 41b27a9f41bf: Verifying Checksum 04:49:11 41b27a9f41bf: Download complete 04:49:12 756a868c4378: Pull complete 04:49:12 444b2fc9a129: Pull complete 04:49:12 ea15f1150254: Pull complete 04:49:19 41b27a9f41bf: Pull complete 04:49:19 28c525ee5125: Pull complete 04:49:21 094b1ea09ed8: Pull complete 04:49:22 138eaada9080: Pull complete 04:49:22 0622d0fa9048: Pull complete 04:49:22 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:49:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:49:22 prd-centos7-docker-4c-2g-3343 does not seem to be running inside a container 04:49:22 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10003/edgex-lftools-log-publisher:alpine cat 04:49:27 $ docker top 74ba63c592600a6ca453e5e63a2ce74ce56f9d281ac3df2e1cbee6dbe28329df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:49:27 provisioning config files... 04:49:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1255633623294458930tmp [Pipeline] { [Pipeline] echo 04:49:27 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:49:27 ---> create-netrc.sh [Pipeline] echo 04:49:27 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:49:28 ---> logs-deploy.sh 04:49:28 + ARCHIVE_ARTIFACTS= 04:49:28 + LOGS_SERVER=https://logs.edgexfoundry.org 04:49:28 + '[' https://logs.edgexfoundry.org == None ']' 04:49:28 + NEXUS_URL=https://nexus.edgexfoundry.org 04:49:28 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/4 04:49:28 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/4/ 04:49:28 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/4 /w/workspace/edgex-go/4 04:49:29 Archives upload complete. 04:49:29 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/4/