Pull request #2672 opened 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 rsdmike for edgexfoundry/edgex-go Obtained Jenkinsfile from 817bf29b41deef1822bf4a2e3a9d4fb443e5016b+3555043a6994042684a9c8b6423498381cadcc6f (21e34cc7a0f7483c23e61160ed0bb140106699a3) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2672/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-331 in /w/workspace/edgexfoundry_edgex-go_PR-2672 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2672/head:refs/remotes/origin/PR-2672 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit 817bf29b41deef1822bf4a2e3a9d4fb443e5016b > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2672/head:refs/remotes/origin/PR-2672 # 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/2672/head:refs/remotes/origin/PR-2672 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 817bf29b41deef1822bf4a2e3a9d4fb443e5016b Checking out Revision 817bf29b41deef1822bf4a2e3a9d4fb443e5016b (PR-2672) > git checkout -f 817bf29b41deef1822bf4a2e3a9d4fb443e5016b # 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 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 817bf29b41deef1822bf4a2e3a9d4fb443e5016b # timeout=10 Commit message: "ci: Add semantic.yml for validation of commit msg" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:11:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:11:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:11:16 ========================================================= 22:11:16 EdgeX Global Pipelines Version Info 22:11:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:11:17 ------------------- 22:11:17 stable info: 22:11:17 ------------------- 22:11:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:11:17 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 22:11:17 Message: update stable to v1.0.106 22:11:18 ------------------- 22:11:18 experimental info: 22:11:18 ------------------- 22:11:18 Commited By: **** collab-it+edgex@linuxfoundation.org 22:11:18 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 22:11:18 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 22:11:20 ++ 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 22:11:20 + for file in '`ls cmd/**/Dockerfile`' 22:11:20 ++ dirname cmd/core-command/Dockerfile 22:11:20 ++ cut -d/ -f2 22:11:20 + echo core-command,cmd/core-command/Dockerfile 22:11:20 + for file in '`ls cmd/**/Dockerfile`' 22:11:20 ++ dirname cmd/core-data/Dockerfile 22:11:20 ++ cut -d/ -f2 22:11:20 + echo core-data,cmd/core-data/Dockerfile 22:11:20 + for file in '`ls cmd/**/Dockerfile`' 22:11:20 ++ dirname cmd/core-metadata/Dockerfile 22:11:20 ++ cut -d/ -f2 22:11:20 + echo core-metadata,cmd/core-metadata/Dockerfile 22:11:20 + for file in '`ls cmd/**/Dockerfile`' 22:11:20 ++ dirname cmd/security-proxy-setup/Dockerfile 22:11:20 ++ cut -d/ -f2 22:11:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:11:20 + for file in '`ls cmd/**/Dockerfile`' 22:11:20 ++ dirname cmd/security-secrets-setup/Dockerfile 22:11:20 ++ cut -d/ -f2 22:11:20 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 22:11:20 + for file in '`ls cmd/**/Dockerfile`' 22:11:20 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:11:20 ++ cut -d/ -f2 22:11:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:11:20 + for file in '`ls cmd/**/Dockerfile`' 22:11:20 ++ dirname cmd/support-logging/Dockerfile 22:11:20 ++ cut -d/ -f2 22:11:20 + echo support-logging,cmd/support-logging/Dockerfile 22:11:20 + for file in '`ls cmd/**/Dockerfile`' 22:11:20 ++ dirname cmd/support-notifications/Dockerfile 22:11:20 ++ cut -d/ -f2 22:11:20 + echo support-notifications,cmd/support-notifications/Dockerfile 22:11:20 + for file in '`ls cmd/**/Dockerfile`' 22:11:20 ++ dirname cmd/support-scheduler/Dockerfile 22:11:20 ++ cut -d/ -f2 22:11:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:11:20 + for file in '`ls cmd/**/Dockerfile`' 22:11:20 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:11:20 ++ cut -d/ -f2 22:11:20 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:11:21 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 22:11:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:11:22 22:11:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:11:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:11:22 latest: Pulling from edgex-devops/git-semver 22:11:22 31603596830f: Pulling fs layer 22:11:22 2a8b12db71e7: Pulling fs layer 22:11:22 6ca5941a6612: Pulling fs layer 22:11:22 ecc8261a40a4: Pulling fs layer 22:11:22 ecc8261a40a4: Waiting 22:11:22 2a8b12db71e7: Download complete 22:11:22 31603596830f: Verifying Checksum 22:11:22 31603596830f: Download complete 22:11:22 ecc8261a40a4: Verifying Checksum 22:11:22 ecc8261a40a4: Download complete 22:11:22 6ca5941a6612: Verifying Checksum 22:11:22 6ca5941a6612: Download complete 22:11:22 31603596830f: Pull complete 22:11:23 2a8b12db71e7: Pull complete 22:11:23 6ca5941a6612: Pull complete 22:11:24 ecc8261a40a4: Pull complete 22:11:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:11:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:11:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:11:24 prd-centos7-docker-4c-2g-331 does not seem to be running inside a container 22:11:24 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:11:26 $ docker top 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:11:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:11:27 [ssh-agent] Looking for ssh-agent implementation... 22:11:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:11:27 $ docker exec 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d ssh-agent 22:11:27 SSH_AUTH_SOCK=/tmp/ssh-w39xhLRDQSvo/agent.12 22:11:27 SSH_AGENT_PID=17 22:11:27 Running ssh-add (command line suppressed) 22:11:27 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4981162577090930565.key (/w/workspace/edgex-go/1@tmp/private_key_4981162577090930565.key) 22:11:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:11:28 + git describe --exact-match --tags HEAD 22:11:28 fatal: No names found, cannot describe anything. [Pipeline] } 22:11:28 $ docker exec --env ******** --env ******** 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d ssh-agent -k 22:11:28 unset SSH_AUTH_SOCK; 22:11:28 unset SSH_AGENT_PID; 22:11:28 echo Agent pid 17 killed; 22:11:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:11:28 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:11:28 This usually means this commit has not been tagged. [Pipeline] sshagent 22:11:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:11:28 [ssh-agent] Looking for ssh-agent implementation... 22:11:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:11:28 $ docker exec 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d ssh-agent 22:11:29 SSH_AUTH_SOCK=/tmp/ssh-MKdUVlkq1bkU/agent.45 22:11:29 SSH_AGENT_PID=50 22:11:29 Running ssh-add (command line suppressed) 22:11:29 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6981416806536002045.key (/w/workspace/edgex-go/1@tmp/private_key_6981416806536002045.key) 22:11:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:11:29 + git semver init 22:11:29 # -> Open(): unable to determine branch for HEAD 22:11:29 # $GIT_DIR = /w/workspace/edgex-go/1/.git 22:11:29 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 22:11:29 # $SEMVER_REMOTE_NAME = origin 22:11:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:11:29 # $SEMVER_USER_NAME = edgex-jenkins 22:11:29 # $SEMVER_BRANCH = PR-2672 22:11:29 # $SEMVER_TEMP = /tmp/semver-289000591 22:11:29 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:12:02 # '/tmp/semver-289000591' -> '/w/workspace/edgex-go/1/.semver' 22:12:02 # -> Force: false 22:12:02 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 22:12:02 $ docker exec --env ******** --env ******** 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d ssh-agent -k 22:12:02 unset SSH_AUTH_SOCK; 22:12:02 unset SSH_AGENT_PID; 22:12:02 echo Agent pid 50 killed; 22:12:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:12:02 + git semver [Pipeline] } 22:12:02 $ docker stop --time=1 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d 22:12:04 $ docker rm -f 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:12:17 Stashed 38 file(s) [Pipeline] echo 22:12:17 [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 22:12:18 ========================================================= 22:12:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 22:12:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:12:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 22:12:22 Sending build context to Docker daemon 323.2MB 22:12:22 Step 1/7 : ARG BASE=golang:1.13-alpine 22:12:22 Step 2/7 : FROM ${BASE} 22:12:22 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 22:12:22 df20fa9351a1: Pulling fs layer 22:12:22 ed8968b2872e: Pulling fs layer 22:12:22 a92cc7c5fd73: Pulling fs layer 22:12:22 2dd03ba5bac4: Pulling fs layer 22:12:22 1e091d79d1de: Pulling fs layer 22:12:22 481702a1767f: Pulling fs layer 22:12:22 f64a6f60c768: Pulling fs layer 22:12:22 e78d2573fc39: Pulling fs layer 22:12:22 e876d2f968b6: Pulling fs layer 22:12:22 ce8a83651883: Pulling fs layer 22:12:22 07967f4d0e4b: Pulling fs layer 22:12:22 f64a6f60c768: Waiting 22:12:22 e78d2573fc39: Waiting 22:12:22 2dd03ba5bac4: Waiting 22:12:22 1e091d79d1de: Waiting 22:12:22 481702a1767f: Waiting 22:12:22 e876d2f968b6: Waiting 22:12:22 ce8a83651883: Waiting 22:12:22 07967f4d0e4b: Waiting 22:12:22 a92cc7c5fd73: Download complete 22:12:22 ed8968b2872e: Verifying Checksum 22:12:22 ed8968b2872e: Download complete 22:12:22 1e091d79d1de: Verifying Checksum 22:12:22 1e091d79d1de: Download complete 22:12:22 481702a1767f: Verifying Checksum 22:12:22 481702a1767f: Download complete 22:12:22 df20fa9351a1: Verifying Checksum 22:12:22 f64a6f60c768: Verifying Checksum 22:12:22 f64a6f60c768: Download complete 22:12:22 e876d2f968b6: Verifying Checksum 22:12:22 e876d2f968b6: Download complete 22:12:23 e78d2573fc39: Verifying Checksum 22:12:23 e78d2573fc39: Download complete 22:12:23 ce8a83651883: Verifying Checksum 22:12:23 ce8a83651883: Download complete 22:12:23 2dd03ba5bac4: Verifying Checksum 22:12:23 2dd03ba5bac4: Download complete 22:12:23 07967f4d0e4b: Verifying Checksum 22:12:23 07967f4d0e4b: Download complete 22:12:24 df20fa9351a1: Pull complete 22:12:24 ed8968b2872e: Pull complete 22:12:24 a92cc7c5fd73: Pull complete 22:12:29 2dd03ba5bac4: Pull complete 22:12:30 1e091d79d1de: Pull complete 22:12:30 481702a1767f: Pull complete 22:12:33 Still waiting to schedule task 22:12:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:12:36 f64a6f60c768: Pull complete 22:12:39 e78d2573fc39: Pull complete 22:12:39 e876d2f968b6: Pull complete 22:12:40 ce8a83651883: Pull complete 22:12:40 07967f4d0e4b: Pull complete 22:12:40 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 22:12:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 22:12:40 ---> 5d7c900382c6 22:12:40 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 22:12:41 ---> Running in 621fd8b5584b 22:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:12:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:12:43 (1/12) Installing libmagic (5.38-r0) 22:12:44 (2/12) Installing file (5.38-r0) 22:12:44 (3/12) Installing libc-dev (0.7.2-r3) 22:12:44 (4/12) Installing g++ (9.3.0-r2) 22:12:56 (5/12) Installing fortify-headers (1.1-r0) 22:12:56 (6/12) Installing patch (2.7.6-r6) 22:12:57 (7/12) Installing build-base (0.5-r2) 22:12:57 (8/12) Installing libsodium (1.0.18-r0) 22:12:57 (9/12) Installing pkgconf (1.7.2-r0) 22:12:57 (10/12) Installing libsodium-dev (1.0.18-r0) 22:12:57 (11/12) Installing libzmq (4.3.2-r0) 22:12:57 (12/12) Installing zeromq-dev (4.3.2-r0) 22:12:57 Executing busybox-1.31.1-r16.trigger 22:12:57 OK: 233 MiB in 51 packages 22:13:01 Removing intermediate container 621fd8b5584b 22:13:01 ---> e2d989bfc0f6 22:13:01 Step 4/7 : WORKDIR /edgex-go 22:13:01 ---> Running in 9070dd585424 22:13:01 Removing intermediate container 9070dd585424 22:13:01 ---> 48665162f493 22:13:01 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:13:01 latest: Pulling from library/docker 22:13:03 df20fa9351a1: Already exists 22:13:03 25ad7478873d: Pulling fs layer 22:13:03 4684f6177b5d: Pulling fs layer 22:13:03 46e300cec669: Pulling fs layer 22:13:03 63038576ad94: Pulling fs layer 22:13:03 0fdb76c4706c: Pulling fs layer 22:13:03 cb7edeffdfd5: Pulling fs layer 22:13:03 0fdb76c4706c: Waiting 22:13:03 cb7edeffdfd5: Waiting 22:13:03 63038576ad94: Waiting 22:13:03 4684f6177b5d: Verifying Checksum 22:13:03 4684f6177b5d: Download complete 22:13:03 25ad7478873d: Verifying Checksum 22:13:03 25ad7478873d: Download complete 22:13:03 63038576ad94: Verifying Checksum 22:13:03 63038576ad94: Download complete 22:13:03 0fdb76c4706c: Verifying Checksum 22:13:03 0fdb76c4706c: Download complete 22:13:03 25ad7478873d: Pull complete 22:13:03 cb7edeffdfd5: Download complete 22:13:03 4684f6177b5d: Pull complete 22:13:04 46e300cec669: Verifying Checksum 22:13:04 46e300cec669: Download complete 22:13:07 46e300cec669: Pull complete 22:13:07 63038576ad94: Pull complete 22:13:07 0fdb76c4706c: Pull complete 22:13:07 cb7edeffdfd5: Pull complete 22:13:07 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 22:13:07 Status: Downloaded newer image for docker:latest 22:13:08 ---> ef24c6f9d6d5 22:13:08 Step 6/7 : COPY go.mod . 22:13:08 ---> 4792f3eae7fa 22:13:08 Step 7/7 : RUN go mod download 22:13:08 ---> Running in 7c1377529cee 22:13:11 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:13:11 go: finding github.com/BurntSushi/toml v0.3.1 22:13:11 go: finding github.com/OneOfOne/xxhash v1.2.5 22:13:11 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 22:13:11 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:13:11 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 22:13:11 go: finding github.com/bgentry/speakeasy v0.1.0 22:13:11 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 22:13:11 go: finding github.com/cloudflare/gokey v0.1.0 22:13:11 go: finding github.com/davecgh/go-spew v1.1.1 22:13:11 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:13:11 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 22:13:11 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 22:13:11 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 22:13:11 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 22:13:12 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 22:13:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 22:13:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 22:13:12 go: finding github.com/fatih/color v1.7.0 22:13:12 go: finding github.com/fsnotify/fsnotify v1.4.7 22:13:12 go: finding github.com/fxamacker/cbor/v2 v2.2.0 22:13:12 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 22:13:12 go: finding github.com/go-kit/kit v0.8.0 22:13:12 go: finding github.com/go-logfmt/logfmt v0.4.0 22:13:12 go: finding github.com/go-playground/assert/v2 v2.0.1 22:13:12 go: finding github.com/go-playground/locales v0.13.0 22:13:12 go: finding github.com/go-playground/universal-translator v0.17.0 22:13:12 go: finding github.com/go-playground/validator/v10 v10.3.0 22:13:12 go: finding github.com/go-redis/redis/v7 v7.2.0 22:13:12 go: finding github.com/go-stack/stack v1.8.0 22:13:12 go: finding github.com/golang/protobuf v1.3.2 22:13:12 go: finding github.com/gomodule/redigo v2.0.0+incompatible 22:13:12 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:13:12 go: finding github.com/google/uuid v1.1.0 22:13:12 go: finding github.com/gorilla/mux v1.7.1 22:13:12 go: finding github.com/hashicorp/consul/api v1.1.0 22:13:12 go: finding github.com/hashicorp/consul/sdk v0.1.1 22:13:12 go: finding github.com/hashicorp/errwrap v1.0.0 22:13:12 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 22:13:12 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 22:13:12 go: finding github.com/hashicorp/go-msgpack v0.5.3 22:13:13 go: finding github.com/hashicorp/go-multierror v1.0.0 22:13:13 go: finding github.com/hashicorp/go-rootcerts v1.0.0 22:13:13 go: finding github.com/hashicorp/go-sockaddr v1.0.0 22:13:13 go: finding github.com/hashicorp/go-syslog v1.0.0 22:13:13 go: finding github.com/hashicorp/go-uuid v1.0.1 22:13:13 go: finding github.com/hashicorp/go.net v0.0.1 22:13:13 go: finding github.com/hashicorp/golang-lru v0.5.0 22:13:13 go: finding github.com/hashicorp/logutils v1.0.0 22:13:13 go: finding github.com/hashicorp/mdns v1.0.0 22:13:13 go: finding github.com/hashicorp/memberlist v0.1.3 22:13:13 go: finding github.com/hashicorp/serf v0.8.2 22:13:13 go: finding github.com/hpcloud/tail v1.0.0 22:13:13 go: finding github.com/imdario/mergo v0.3.6 22:13:13 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:13:13 go: finding github.com/kr/pretty v0.1.0 22:13:13 go: finding github.com/kr/pty v1.1.1 22:13:13 go: finding github.com/kr/text v0.1.0 22:13:13 go: finding github.com/leodido/go-urn v1.2.0 22:13:13 go: finding github.com/mattn/go-colorable v0.0.9 22:13:13 go: finding github.com/mattn/go-isatty v0.0.3 22:13:13 go: finding github.com/miekg/dns v1.0.14 22:13:13 go: finding github.com/mitchellh/cli v1.0.0 22:13:13 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:13:13 go: finding github.com/mitchellh/copystructure v1.0.0 22:13:13 go: finding github.com/mitchellh/go-homedir v1.0.0 22:13:13 go: finding github.com/mitchellh/go-testing-interface v1.0.0 22:13:14 go: finding github.com/mitchellh/gox v0.4.0 22:13:14 go: finding github.com/mitchellh/iochan v1.0.0 22:13:14 go: finding github.com/mitchellh/mapstructure v1.1.2 22:13:14 go: finding github.com/mitchellh/reflectwalk v1.0.0 22:13:14 go: finding github.com/onsi/ginkgo v1.10.1 22:13:14 go: finding github.com/onsi/gomega v1.7.0 22:13:14 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:13:14 go: finding github.com/pebbe/zmq4 v1.0.0 22:13:14 go: finding github.com/pelletier/go-toml v1.2.0 22:13:14 go: finding github.com/pkg/errors v0.8.1 22:13:14 go: finding github.com/pmezard/go-difflib v1.0.0 22:13:14 go: finding github.com/posener/complete v1.1.1 22:13:14 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:13:14 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 22:13:14 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:13:14 go: finding github.com/stretchr/objx v0.1.0 22:13:14 go: finding github.com/stretchr/testify v1.5.1 22:13:14 go: finding github.com/ugorji/go v1.1.4 22:13:14 go: finding github.com/x448/float16 v0.8.4 22:13:14 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 22:13:14 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:13:14 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:13:14 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 22:13:14 go: finding golang.org/x/text v0.3.2 22:13:14 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 22:13:14 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 22:13:15 go: finding gopkg.in/eapache/queue.v1 v1.1.0 22:13:15 go: finding gopkg.in/fsnotify.v1 v1.4.7 22:13:15 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 22:13:15 go: finding gopkg.in/yaml.v2 v2.2.8 22:13:33 Removing intermediate container 7c1377529cee 22:13:33 ---> 819d875129f7 22:13:33 Successfully built 819d875129f7 22:13:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:13:34 + docker inspect -f . ci-base-image-x86_64 22:13:34 . [Pipeline] withDockerContainer 22:13:34 prd-centos7-docker-4c-2g-331 does not seem to be running inside a container 22:13:34 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 22:13:35 $ docker top fb8277cabb2573edabe414997ac05201042d4ce63bac3b35e6366b7c9bcffd4c -eo pid,comm [Pipeline] { [Pipeline] sh 22:13:35 + go version 22:13:35 go version go1.13.13 linux/amd64 [Pipeline] echo 22:13:35 ========================================================= 22:13:35 [edgeXBuildGoParallel] Running Tests and Build... 22:13:35 ========================================================= [Pipeline] sh 22:13:35 + make test 22:13:35 GO111MODULE=on go test -coverprofile=coverage.out ./... 22:13:38 ? github.com/edgexfoundry/edgex-go [no test files] 22:13:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:13:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:13:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:13:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:13:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:13:54 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.023s 22:13:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 22:13:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:13:54 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 22:13:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:13:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:13:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:13:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:13:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:13:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.017s coverage: 46.6% of statements 22:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.056s coverage: 27.2% of statements 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.335s coverage: 82.5% of statements 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.020s coverage: 92.9% of statements 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.100s coverage: 28.6% of statements 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:14:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.035s coverage: 100.0% of statements 22:14:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:14:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements 22:14:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:14:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 89.8% of statements 22:14:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:14:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.059s coverage: 97.5% of statements 22:14:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:14:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.010s coverage: 100.0% of statements 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:14:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 22:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.038s coverage: 63.5% of statements 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.014s coverage: 100.0% of statements 22:14:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.072s coverage: 55.9% of statements 22:14:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:14:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:14:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 22:14:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 22:14:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-333 in /w/workspace/edgexfoundry_edgex-go_PR-2672 [Pipeline] { [Pipeline] ws 22:14:13 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.902s coverage: 86.3% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.317s coverage: 72.2% of statements 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.083s coverage: 72.1% of statements 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.021s coverage: 82.4% of statements 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.046s coverage: 48.4% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.038s coverage: 28.8% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.046s coverage: 96.8% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.032s coverage: 26.9% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.085s coverage: 84.1% of statements 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.027s coverage: 100.0% of statements 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.008s coverage: 42.9% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.034s coverage: 83.8% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.025s coverage: 45.9% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.024s coverage: 100.0% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.006s coverage: 100.0% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.006s coverage: 100.0% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.059s coverage: 29.1% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.033s coverage: 99.0% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.018s coverage: 100.0% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.006s coverage: 0.0% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:14:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.010s coverage: 100.0% of statements 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 22:14:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 22:14:18 using credential edgex-jenkins-ssh 22:14:19 Cloning the remote Git repository 22:14:19 Cloning with configured refspecs honoured and without tags 22:14:19 GO111MODULE=on go vet ./... 22:14:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:14:19 > git init /w/workspace/edgex-go/1 # timeout=10 22:14:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:14:19 > git --version # timeout=10 22:14:19 > git --version # 'git version 2.17.1' 22:14:19 using GIT_SSH to set credentials SSH Credentials for GitHub 22:14:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2672/head:refs/remotes/origin/PR-2672 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:14:25 gofmt -l . 22:14:25 [ "`gofmt -l .`" = "" ] 22:14:26 ./bin/test-go-mod-tidy.sh 22:14:27 ./bin/test-attribution-txt.sh [Pipeline] sh 22:14:28 + ls -al . 22:14:28 total 552 22:14:28 drwxrwxr-x 10 1001 1001 4096 Aug 25 22:14 . 22:14:28 drwxr-xr-x 4 root root 28 Aug 25 22:13 .. 22:14:28 -rw-rw-r-- 1 1001 1001 11 Aug 25 22:11 .dockerignore 22:14:28 drwxrwxr-x 8 1001 1001 179 Aug 25 22:11 .git 22:14:28 drwxrwxr-x 3 1001 1001 80 Aug 25 22:11 .github 22:14:28 -rw-rw-r-- 1 1001 1001 932 Aug 25 22:11 .gitignore 22:14:28 drwx------ 3 1001 1001 47 Aug 25 22:12 .semver 22:14:28 -rw-rw-r-- 1 1001 1001 166 Aug 25 22:11 .sonarcloud.properties 22:14:28 -rw-rw-r-- 1 1001 1001 3804 Aug 25 22:11 CONTRIBUTING.md 22:14:28 -rw-rw-r-- 1 1001 1001 1035 Aug 25 22:11 Dockerfile.build 22:14:28 -rw-rw-r-- 1 1001 1001 865 Aug 25 22:11 Jenkinsfile 22:14:28 -rw-rw-r-- 1 1001 1001 10775 Aug 25 22:11 LICENSE 22:14:28 -rw-rw-r-- 1 1001 1001 6237 Aug 25 22:11 Makefile 22:14:28 -rw-rw-r-- 1 1001 1001 5652 Aug 25 22:11 README.md 22:14:28 -rw-rw-r-- 1 1001 1001 259 Aug 25 22:11 SECURITY.md 22:14:28 -rw-rw-r-- 1 1001 1001 5 Aug 25 22:12 VERSION 22:14:28 -rw-rw-r-- 1 1001 1001 4131 Aug 25 22:11 ZMQWindows.md 22:14:28 drwxrwxr-x 2 1001 1001 117 Aug 25 22:11 bin 22:14:28 drwxrwxr-x 15 1001 1001 4096 Aug 25 22:11 cmd 22:14:28 -rw-r--r-- 1 root root 458659 Aug 25 22:14 coverage.out 22:14:28 -rw-r--r-- 1 root root 1019 Aug 25 22:14 go.mod 22:14:28 -rw-r--r-- 1 root root 19185 Aug 25 22:14 go.sum 22:14:28 drwxrwxr-x 8 1001 1001 127 Aug 25 22:11 internal 22:14:28 drwxrwxr-x 4 1001 1001 26 Aug 25 22:11 openapi 22:14:28 drwxrwxr-x 4 1001 1001 71 Aug 25 22:11 snap 22:14:28 -rw-rw-r-- 1 1001 1001 168 Aug 25 22:11 version.go [Pipeline] sh 22:14:29 + '[' -e coverage.out ] 22:14:29 + chown 1001:1001 coverage.out [Pipeline] stash 22:14:29 Stashed 1 file(s) [Pipeline] sh 22:14:29 + make build 22:14: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 22:14:36 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 22:14:39 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 22:14:39 Fetching without tags 22:14:39 Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit 817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:14:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:14:39 > git config --add remote.origin.fetch +refs/pull/2672/head:refs/remotes/origin/PR-2672 # timeout=10 22:14:39 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:14:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:14:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:14:39 using GIT_SSH to set credentials SSH Credentials for GitHub 22:14:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2672/head:refs/remotes/origin/PR-2672 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:14:39 > git config core.sparsecheckout # timeout=10 22:14:39 > git checkout -f 817bf29b41deef1822bf4a2e3a9d4fb443e5016b # timeout=10 22:14:40 > git remote # timeout=10 22:14:40 > git config --get remote.origin.url # timeout=10 22:14:40 using GIT_SSH to set credentials SSH Credentials for GitHub 22:14:40 > git merge 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 22:14:40 > git rev-parse HEAD^{commit} # timeout=10 22:14:40 Merge succeeded, producing 817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:14:40 Checking out Revision 817bf29b41deef1822bf4a2e3a9d4fb443e5016b (PR-2672) 22:14: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 22:14:41 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 22:14:40 > git config core.sparsecheckout # timeout=10 22:14:40 > git checkout -f 817bf29b41deef1822bf4a2e3a9d4fb443e5016b # timeout=10 22:14: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 22:14:44 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 22:14:44 Commit message: "ci: Add semantic.yml for validation of commit msg" 22:14:44 > git --version # timeout=10 22:14:44 > git --version # 'git version 2.17.1' 22:14:44 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 22:14: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 22:14: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 22:14: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 22:14:50 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 22:14: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 22:14: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] } 22:14:55 $ docker stop --time=1 fb8277cabb2573edabe414997ac05201042d4ce63bac3b35e6366b7c9bcffd4c 22:14:56 $ docker rm -f fb8277cabb2573edabe414997ac05201042d4ce63bac3b35e6366b7c9bcffd4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] echo 22:14:57 ========================================================= 22:14:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 22:14:57 ========================================================= [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { 22:14:58 + 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 . [Pipeline] isUnix [Pipeline] sh 22:15:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:15:00 22:15:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:15:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:15:01 latest: Pulling from edgex-devops/edgex-compose 22:15:01 cbdbe7a5bc2a: Pulling fs layer 22:15:01 ca9280d653b3: Pulling fs layer 22:15:01 7e9c9ca2126c: Pulling fs layer 22:15:01 cbdbe7a5bc2a: Download complete 22:15:01 ca9280d653b3: Verifying Checksum 22:15:01 ca9280d653b3: Download complete 22:15:01 cbdbe7a5bc2a: Pull complete 22:15:02 7e9c9ca2126c: Verifying Checksum 22:15:02 7e9c9ca2126c: Download complete 22:15:02 ca9280d653b3: Pull complete 22:15:02 Sending build context to Docker daemon 323.2MB 22:15:02 Step 1/7 : ARG BASE=golang:1.13-alpine 22:15:02 Step 2/7 : FROM ${BASE} 22:15:02 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:15:02 b538f80385f9: Pulling fs layer 22:15:02 74f711af9a0d: Pulling fs layer 22:15:02 99f96fe45779: Pulling fs layer 22:15:02 fd7a069fd194: Pulling fs layer 22:15:02 66aa3694b03b: Pulling fs layer 22:15:02 170f70906a0f: Pulling fs layer 22:15:02 ad7c5574e4b9: Pulling fs layer 22:15:02 e772456be8f7: Pulling fs layer 22:15:02 c890913d741a: Pulling fs layer 22:15:02 2480fcc9aa5a: Pulling fs layer 22:15:02 09adf4765672: Pulling fs layer 22:15:02 fd7a069fd194: Waiting 22:15:02 66aa3694b03b: Waiting 22:15:02 170f70906a0f: Waiting 22:15:02 e772456be8f7: Waiting 22:15:02 c890913d741a: Waiting 22:15:02 2480fcc9aa5a: Waiting 22:15:02 09adf4765672: Waiting 22:15:02 ad7c5574e4b9: Waiting 22:15:02 99f96fe45779: Verifying Checksum 22:15:02 99f96fe45779: Download complete 22:15:02 74f711af9a0d: Verifying Checksum 22:15:02 74f711af9a0d: Download complete 22:15:02 66aa3694b03b: Download complete 22:15:02 170f70906a0f: Verifying Checksum 22:15:02 170f70906a0f: Download complete 22:15:02 b538f80385f9: Verifying Checksum 22:15:02 b538f80385f9: Download complete 22:15:03 b538f80385f9: Pull complete 22:15:04 74f711af9a0d: Pull complete 22:15:04 99f96fe45779: Pull complete 22:15:05 ad7c5574e4b9: Verifying Checksum 22:15:05 ad7c5574e4b9: Download complete 22:15:05 c890913d741a: Verifying Checksum 22:15:05 c890913d741a: Download complete 22:15:07 2480fcc9aa5a: Verifying Checksum 22:15:07 2480fcc9aa5a: Download complete 22:15:07 09adf4765672: Verifying Checksum 22:15:07 09adf4765672: Download complete 22:15:07 e772456be8f7: Verifying Checksum 22:15:07 e772456be8f7: Download complete 22:15:08 fd7a069fd194: Download complete 22:15:10 7e9c9ca2126c: Pull complete 22:15:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:15:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:15:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:15:10 prd-centos7-docker-4c-2g-331 does not seem to be running inside a container 22:15:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat 22:15:11 $ docker top 90700b361f7af646ecb25838b540bfcdd16d4e3334b11b3cb46086c634d54d2e -eo pid,comm [Pipeline] { [Pipeline] sh 22:15:12 + docker-compose build --help 22:15:12 + grep parallel 22:15:13 --parallel Build images in parallel. [Pipeline] } 22:15:13 $ docker stop --time=1 90700b361f7af646ecb25838b540bfcdd16d4e3334b11b3cb46086c634d54d2e 22:15:14 $ docker rm -f 90700b361f7af646ecb25838b540bfcdd16d4e3334b11b3cb46086c634d54d2e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:15:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:15:15 . [Pipeline] withDockerContainer 22:15:15 prd-centos7-docker-4c-2g-331 does not seem to be running inside a container 22:15:15 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose:latest cat 22:15:16 $ docker top b63525f69fc48265d6f7f1e069658b0de883eae19b54bb6d789e443da25545c7 -eo pid,comm [Pipeline] { [Pipeline] sh 22:15:16 + docker-compose -f ./docker-compose-build.yml build --parallel 22:15:17 Building docker-core-command-go ... 22:15:17 Building docker-core-data-go ... 22:15:17 Building docker-core-metadata-go ... 22:15:17 Building docker-security-proxy-setup-go ... 22:15:17 Building docker-security-secrets-setup-go ... 22:15:17 Building docker-security-secretstore-setup-go ... 22:15:17 Building docker-support-logging-go ... 22:15:17 Building docker-support-notifications-go ... 22:15:17 Building docker-support-scheduler-go ... 22:15:17 Building docker-sys-mgmt-agent-go ... 22:15:17 Building docker-support-notifications-go 22:15:17 Building docker-core-metadata-go 22:15:17 Building docker-security-proxy-setup-go 22:15:17 Building docker-security-secrets-setup-go 22:15:17 Building docker-security-secretstore-setup-go 22:15:20 fd7a069fd194: Pull complete 22:15:20 66aa3694b03b: Pull complete 22:15:20 170f70906a0f: Pull complete 22:15:24 ad7c5574e4b9: Pull complete 22:15:28 e772456be8f7: Pull complete 22:15:29 c890913d741a: Pull complete 22:15:32 2480fcc9aa5a: Pull complete 22:15:33 09adf4765672: Pull complete 22:15:33 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 22:15:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 22:15:33 ---> 2248a725d1cf 22:15:33 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 22:15:37 ---> Running in f058d965b7db 22:15:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:41 (1/12) Installing libmagic (5.38-r0) 22:15:41 (2/12) Installing file (5.38-r0) 22:15:41 (3/12) Installing libc-dev (0.7.2-r3) 22:15:41 (4/12) Installing g++ (9.3.0-r2) 22:15:44 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 22:15:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:15:44 ---> 819d875129f7 22:15:44 Step 3/22 : WORKDIR /edgex-go 22:15:44 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 22:15:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:15:44 ---> 819d875129f7 22:15:44 Step 3/26 : WORKDIR /edgex-go 22:15:44 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 22:15:44 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 22:15:44 ---> 819d875129f7 22:15:44 Step 3/29 : WORKDIR /edgex-go 22:15:44 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 22:15:44 Step 2/20 : FROM ${BUILDER_BASE} AS builder 22:15:44 ---> 819d875129f7 22:15:44 Step 3/20 : WORKDIR /edgex-go 22:15:44 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 22:15:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:15:44 ---> 819d875129f7 22:15:44 Step 3/24 : WORKDIR /edgex-go 22:15:44 ---> Running in 1035d47d757e 22:15:44 ---> Running in 6556ff7eecb9 22:15:44 ---> Running in ac504ddd3031 22:15:44 ---> Running in 7ff1606fb7c5 22:15:44 ---> Running in f124083b72a7 22:15:44 Removing intermediate container 6556ff7eecb9 22:15:44 ---> eea9bb55d90c 22:15:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:44 Removing intermediate container 1035d47d757e 22:15:44 ---> ee537e669ea6 22:15:44 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:44 Removing intermediate container ac504ddd3031 22:15:44 ---> bef5af1edf61 22:15:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:44 Removing intermediate container f124083b72a7 22:15:44 ---> 413b18e5b46c 22:15:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:44 Removing intermediate container 7ff1606fb7c5 22:15:44 ---> c5b5cebbf320 22:15:44 Step 4/29 : RUN apk update && apk add make git 22:15:44 ---> Running in 53529fa8515e 22:15:44 ---> Running in 738598f67fb3 22:15:44 ---> Running in eee4a798574f 22:15:44 ---> Running in 3f76e1e49ac9 22:15:44 ---> Running in 25842238c191 22:15:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:45 Removing intermediate container eee4a798574f 22:15:45 ---> ffe5d1f89212 22:15:45 Step 5/20 : RUN apk update && apk add make git 22:15:45 ---> Running in 6d5f046b3a81 22:15:45 Removing intermediate container 3f76e1e49ac9 22:15:45 ---> d4a2acd10ed4 22:15:45 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 22:15:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:45 Removing intermediate container 738598f67fb3 22:15:45 ---> ded1f8bdd8ae 22:15:45 Step 5/26 : RUN apk update && apk add make git 22:15:45 Removing intermediate container 53529fa8515e 22:15:45 ---> 2c5aa32e0ee7 22:15:45 Step 5/22 : RUN apk update && apk add make git 22:15:46 ---> Running in 92e3d7714626 22:15:46 ---> Running in 9ef7b567bfe0 22:15:46 ---> Running in 6f64f495445c 22:15:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:46 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:15:46 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:15:46 OK: 12746 distinct packages available 22:15:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:47 OK: 233 MiB in 51 packages 22:15:47 (5/12) Installing fortify-headers (1.1-r0) 22:15:47 (6/12) Installing patch (2.7.6-r6) 22:15:47 (7/12) Installing build-base (0.5-r2) 22:15:47 (8/12) Installing libsodium (1.0.18-r0) 22:15:47 (9/12) Installing pkgconf (1.7.2-r0) 22:15:47 (10/12) Installing libsodium-dev (1.0.18-r0) 22:15:47 (11/12) Installing libzmq (4.3.2-r0) 22:15:47 (12/12) Installing zeromq-dev (4.3.2-r0) 22:15:47 Executing busybox-1.31.1-r16.trigger 22:15:47 OK: 217 MiB in 51 packages 22:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:47 Removing intermediate container 25842238c191 22:15:47 ---> 00a9edfc74b0 22:15:47 Step 5/29 : COPY go.mod . 22:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:47 ---> 85328636b1c1 22:15:47 Step 6/29 : RUN go mod download 22:15:47 ---> Running in 73abbab8c06c 22:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:48 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:15:48 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:15:48 OK: 12746 distinct packages available 22:15:48 OK: 233 MiB in 51 packages 22:15:48 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:15:48 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:15:48 OK: 12746 distinct packages available 22:15:48 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:15:48 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:15:48 OK: 12746 distinct packages available 22:15:48 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:15:48 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:15:48 OK: 12746 distinct packages available 22:15:48 OK: 233 MiB in 51 packages 22:15:49 OK: 233 MiB in 51 packages 22:15:49 OK: 233 MiB in 51 packages 22:15:49 Removing intermediate container 6d5f046b3a81 22:15:49 ---> 7ec5cc29dd23 22:15:49 Step 6/20 : COPY go.mod . 22:15:49 ---> 516de5c87005 22:15:49 Step 7/20 : RUN go mod download 22:15:49 Removing intermediate container 92e3d7714626 22:15:49 ---> ac67230484ce 22:15:49 Step 6/26 : COPY go.mod . 22:15:50 Removing intermediate container 9ef7b567bfe0 22:15:50 ---> 33e8e1dffba6 22:15:50 Step 6/24 : COPY go.mod . 22:15:50 ---> Running in 3770c722074b 22:15:50 Removing intermediate container 73abbab8c06c 22:15:50 ---> cefd148c0eeb 22:15:50 Step 7/29 : COPY . . 22:15:50 Removing intermediate container 6f64f495445c 22:15:50 ---> fedef3051d0f 22:15:50 Step 6/22 : COPY go.mod . 22:15:50 ---> 80632b449db3 22:15:50 Step 7/26 : RUN go mod download 22:15:50 ---> 9dd1f51e7106 22:15:50 Step 7/24 : RUN go mod download 22:15:51 ---> Running in 2e494ec9dede 22:15:51 Removing intermediate container f058d965b7db 22:15:51 ---> 0d8b23b2eb18 22:15:51 Step 4/7 : WORKDIR /edgex-go 22:15:51 ---> Running in fb1106e9afe9 22:15:52 ---> Running in 855fa17bda04 22:15:52 Removing intermediate container fb1106e9afe9 22:15:52 ---> 551c30cbfa02 22:15:52 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:15:52 latest: Pulling from library/docker 22:15:52 b538f80385f9: Already exists 22:15:52 259a493cd78d: Pulling fs layer 22:15:52 b8e66b5100f5: Pulling fs layer 22:15:52 39dc9c94d07c: Pulling fs layer 22:15:52 551b823b3b82: Pulling fs layer 22:15:52 3c52a74df98c: Pulling fs layer 22:15:52 6c9b121b6998: Pulling fs layer 22:15:52 551b823b3b82: Waiting 22:15:52 6c9b121b6998: Waiting 22:15:52 3c52a74df98c: Waiting 22:15:52 ---> 17be05a508f0 22:15:52 Step 7/22 : RUN go mod download 22:15:52 b8e66b5100f5: Download complete 22:15:52 259a493cd78d: Verifying Checksum 22:15:52 259a493cd78d: Download complete 22:15:52 551b823b3b82: Verifying Checksum 22:15:52 551b823b3b82: Download complete 22:15:53 3c52a74df98c: Verifying Checksum 22:15:53 3c52a74df98c: Download complete 22:15:53 6c9b121b6998: Verifying Checksum 22:15:53 6c9b121b6998: Download complete 22:15:53 ---> Running in 06e4e2c5f24c 22:15:53 259a493cd78d: Pull complete 22:15:53 b8e66b5100f5: Pull complete 22:15:54 39dc9c94d07c: Verifying Checksum 22:15:54 39dc9c94d07c: Download complete 22:15:54 Removing intermediate container 3770c722074b 22:15:54 ---> 21e82449c668 22:15:54 Step 8/20 : COPY . . 22:15:57 39dc9c94d07c: Pull complete 22:15:57 551b823b3b82: Pull complete 22:15:58 3c52a74df98c: Pull complete 22:15:58 6c9b121b6998: Pull complete 22:15:58 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 22:15:58 Status: Downloaded newer image for docker:latest 22:16:01 Removing intermediate container 855fa17bda04 22:16:01 ---> c9b68020cc67 22:16:01 Step 8/24 : COPY . . 22:16:01 Removing intermediate container 2e494ec9dede 22:16:01 ---> 2892953e0012 22:16:01 Step 8/26 : COPY . . 22:16:01 ---> ec5eb7d03f93 22:16:01 Step 6/7 : COPY go.mod . 22:16:02 ---> b881c53093c9 22:16:02 Step 7/7 : RUN go mod download 22:16:02 ---> Running in 5fd6c1a23c7b 22:16:04 Removing intermediate container 06e4e2c5f24c 22:16:04 ---> 2e6e4729ee76 22:16:04 Step 8/22 : COPY . . 22:16:06 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:16:06 go: finding github.com/BurntSushi/toml v0.3.1 22:16:06 go: finding github.com/OneOfOne/xxhash v1.2.5 22:16:06 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 22:16:06 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:16:06 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 22:16:06 go: finding github.com/bgentry/speakeasy v0.1.0 22:16:06 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 22:16:06 go: finding github.com/cloudflare/gokey v0.1.0 22:16:06 go: finding github.com/davecgh/go-spew v1.1.1 22:16:06 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:16:06 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 22:16:06 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 22:16:06 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 22:16:06 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 22:16:06 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 22:16:06 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 22:16:06 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 22:16:06 go: finding github.com/fatih/color v1.7.0 22:16:06 go: finding github.com/fsnotify/fsnotify v1.4.7 22:16:06 go: finding github.com/fxamacker/cbor/v2 v2.2.0 22:16:06 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 22:16:06 go: finding github.com/go-kit/kit v0.8.0 22:16:06 go: finding github.com/go-logfmt/logfmt v0.4.0 22:16:06 go: finding github.com/go-playground/assert/v2 v2.0.1 22:16:06 go: finding github.com/go-playground/locales v0.13.0 22:16:06 go: finding github.com/go-playground/universal-translator v0.17.0 22:16:06 go: finding github.com/go-playground/validator/v10 v10.3.0 22:16:06 go: finding github.com/go-redis/redis/v7 v7.2.0 22:16:06 go: finding github.com/go-stack/stack v1.8.0 22:16:06 go: finding github.com/golang/protobuf v1.3.2 22:16:07 go: finding github.com/gomodule/redigo v2.0.0+incompatible 22:16:07 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:16:07 go: finding github.com/google/uuid v1.1.0 22:16:07 go: finding github.com/gorilla/mux v1.7.1 22:16:07 go: finding github.com/hashicorp/consul/api v1.1.0 22:16:07 go: finding github.com/hashicorp/consul/sdk v0.1.1 22:16:07 go: finding github.com/hashicorp/errwrap v1.0.0 22:16:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 22:16:07 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 22:16:07 go: finding github.com/hashicorp/go-msgpack v0.5.3 22:16:07 go: finding github.com/hashicorp/go-multierror v1.0.0 22:16:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 22:16:07 go: finding github.com/hashicorp/go-sockaddr v1.0.0 22:16:07 go: finding github.com/hashicorp/go-syslog v1.0.0 22:16:07 go: finding github.com/hashicorp/go-uuid v1.0.1 22:16:07 go: finding github.com/hashicorp/go.net v0.0.1 22:16:07 go: finding github.com/hashicorp/golang-lru v0.5.0 22:16:07 go: finding github.com/hashicorp/logutils v1.0.0 22:16:07 go: finding github.com/hashicorp/mdns v1.0.0 22:16:07 go: finding github.com/hashicorp/memberlist v0.1.3 22:16:07 go: finding github.com/hashicorp/serf v0.8.2 22:16:07 go: finding github.com/hpcloud/tail v1.0.0 22:16:07 go: finding github.com/imdario/mergo v0.3.6 22:16:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:16:07 go: finding github.com/kr/pretty v0.1.0 22:16:07 go: finding github.com/kr/pty v1.1.1 22:16:08 go: finding github.com/kr/text v0.1.0 22:16:08 go: finding github.com/leodido/go-urn v1.2.0 22:16:08 go: finding github.com/mattn/go-colorable v0.0.9 22:16:08 go: finding github.com/mattn/go-isatty v0.0.3 22:16:08 go: finding github.com/miekg/dns v1.0.14 22:16:08 go: finding github.com/mitchellh/cli v1.0.0 22:16:08 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:16:08 go: finding github.com/mitchellh/copystructure v1.0.0 22:16:08 go: finding github.com/mitchellh/go-homedir v1.0.0 22:16:08 go: finding github.com/mitchellh/go-testing-interface v1.0.0 22:16:08 go: finding github.com/mitchellh/gox v0.4.0 22:16:08 go: finding github.com/mitchellh/iochan v1.0.0 22:16:08 go: finding github.com/mitchellh/mapstructure v1.1.2 22:16:08 go: finding github.com/mitchellh/reflectwalk v1.0.0 22:16:08 go: finding github.com/onsi/ginkgo v1.10.1 22:16:08 go: finding github.com/onsi/gomega v1.7.0 22:16:08 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:16:08 go: finding github.com/pebbe/zmq4 v1.0.0 22:16:08 go: finding github.com/pelletier/go-toml v1.2.0 22:16:09 go: finding github.com/pkg/errors v0.8.1 22:16:09 go: finding github.com/pmezard/go-difflib v1.0.0 22:16:09 go: finding github.com/posener/complete v1.1.1 22:16:09 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:16:09 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 22:16:09 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:16:09 go: finding github.com/stretchr/objx v0.1.0 22:16:09 go: finding github.com/stretchr/testify v1.5.1 22:16:09 go: finding github.com/ugorji/go v1.1.4 22:16:09 go: finding github.com/x448/float16 v0.8.4 22:16:09 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 22:16:09 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:16:09 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:16:09 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 22:16:09 go: finding golang.org/x/text v0.3.2 22:16:09 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 22:16:09 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 22:16:09 go: finding gopkg.in/eapache/queue.v1 v1.1.0 22:16:09 go: finding gopkg.in/fsnotify.v1 v1.4.7 22:16:09 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 22:16:09 go: finding gopkg.in/yaml.v2 v2.2.8 22:16:26 ---> 5893b62a57fc 22:16:26 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 22:16:26 ---> Running in c811eaa66b53 22:16:27 ---> 66b252e5e44f 22:16:27 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 22:16:28 ---> Running in 1d62e39966d6 22:16:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 22:16:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:16:31 ---> 97c5e1d9c3c8 22:16:31 Step 9/24 : RUN make cmd/support-notifications/support-notifications 22:16:31 ---> d5d1b416120f 22:16:31 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 22:16:32 Removing intermediate container 5fd6c1a23c7b 22:16:32 ---> 95ac53169609 22:16:32 Successfully built 95ac53169609 22:16:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 22:16:32 ---> Running in 9289031fbaa3 22:16:32 ---> Running in 8dbc0fad5052 [Pipeline] isUnix [Pipeline] sh 22:16:32 ---> 68cbaf4217c7 22:16:32 Step 9/22 : RUN make cmd/core-metadata/core-metadata 22:16:33 + docker inspect -f . ci-base-image-arm64 22:16:33 . [Pipeline] withDockerContainer 22:16:33 ---> Running in 2bf29fd50688 22:16:33 prd-ubuntu18.04-docker-arm64-4c-16g-333 does not seem to be running inside a container 22:16:33 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 22:16: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 22:16:34 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 22:16:34 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 22:16:34 $ docker top 82c51e9785a5a44604722726cad525d40696392ccd05c8cd8a466a76ba0f199c -eo pid,comm [Pipeline] { [Pipeline] sh 22:16:35 + go version 22:16:35 go version go1.13.13 linux/arm64 [Pipeline] echo 22:16:36 ========================================================= 22:16:36 [edgeXBuildGoParallel] Running Tests and Build... 22:16:36 ========================================================= [Pipeline] sh 22:16:36 + make test 22:16:36 GO111MODULE=on go test -coverprofile=coverage.out ./... 22:16:39 ? github.com/edgexfoundry/edgex-go [no test files] 22:17:00 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 22:17:00 Removing intermediate container c811eaa66b53 22:17:00 ---> 7193b3cf17fe 22:17:00 22:17:00 Step 9/29 : FROM alpine:latest 22:17:00 latest: Pulling from library/alpine 22:17:00 Removing intermediate container 1d62e39966d6 22:17:00 ---> 83a8b3dbeb62 22:17:00 22:17:00 Step 10/20 : FROM alpine 22:17:00 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 22:17:00 Status: Downloaded newer image for alpine:latest 22:17:00 ---> a24bb4013296 22:17:00 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 22:17:00 latest: Pulling from library/alpine 22:17:00 ---> Running in 6983d9cbe059 22:17:00 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 22:17:00 Status: Image is up to date for alpine:latest 22:17:00 ---> a24bb4013296 22:17:00 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 22:17:00 ---> Running in c370845c66d2 22:17:00 Removing intermediate container 6983d9cbe059 22:17:00 ---> 73c104c52f22 22:17:00 Step 11/29 : USER root 22:17:00 ---> Running in dec140786e54 22:17:00 Removing intermediate container dec140786e54 22:17:00 ---> 86824d51a4e7 22:17:00 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 22:17:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:00 ---> Running in b2cc28e25683 22:17:00 v3.12.0-262-gb9e335a9e8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:17:00 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:17:00 OK: 12746 distinct packages available 22:17:00 (1/4) Installing ca-certificates (20191127-r4) 22:17:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:17:00 (3/4) Installing libcurl (7.69.1-r0) 22:17:00 (4/4) Installing curl (7.69.1-r0) 22:17:00 Executing busybox-1.31.1-r16.trigger 22:17:00 Executing ca-certificates-20191127-r4.trigger 22:17:01 OK: 7 MiB in 18 packages 22:17:01 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 22:17:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:02 v3.12.0-262-gb9e335a9e8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:17:02 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:17:02 OK: 12746 distinct packages available 22:17:02 (1/2) Installing ca-certificates (20191127-r4) 22:17:02 (2/2) Installing dumb-init (1.2.2-r1) 22:17:02 Executing busybox-1.31.1-r16.trigger 22:17:02 Executing ca-certificates-20191127-r4.trigger 22:17:02 OK: 6 MiB in 16 packages 22:17:03 Removing intermediate container c370845c66d2 22:17:03 ---> 8aeb8e18af29 22:17:03 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:17:05 ---> Running in b3d40bf0d130 22:17:05 Removing intermediate container 8dbc0fad5052 22:17:05 ---> 64bbe582ed6a 22:17:05 22:17:05 Step 10/24 : FROM scratch 22:17:05 ---> 22:17:05 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:17:06 ---> Running in 203b0ee81152 22:17:06 Removing intermediate container b3d40bf0d130 22:17:06 ---> 0dad0f249cc6 22:17:06 Step 13/20 : WORKDIR /edgex 22:17:06 Removing intermediate container b2cc28e25683 22:17:06 ---> 9212eca6cee5 22:17:06 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 22:17:06 ---> Running in 2d4669e63d9c 22:17:06 ---> Running in 6715f1a552b4 22:17:06 Removing intermediate container 203b0ee81152 22:17:06 ---> 2ec95c7df9da 22:17:06 Step 12/24 : ENV APP_PORT=48060 22:17:06 ---> Running in aa2dc2c0e7ce 22:17:09 Removing intermediate container 6715f1a552b4 22:17:09 ---> 54e29e872d0b 22:17:09 Step 14/29 : WORKDIR $BASE_DIR 22:17:09 Removing intermediate container 2d4669e63d9c 22:17:09 ---> 917a5e9b14ec 22:17:09 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:17:10 Removing intermediate container aa2dc2c0e7ce 22:17:10 ---> 1934304a2d3a 22:17:10 Step 13/24 : EXPOSE $APP_PORT 22:17:10 ---> Running in 097121e1fa37 22:17:10 Removing intermediate container 9289031fbaa3 22:17:10 ---> 4e91699a84eb 22:17:10 22:17:10 Step 10/26 : FROM alpine:3.10 22:17:10 ---> Running in d5cc5898f62e 22:17:10 3.10: Pulling from library/alpine 22:17:10 Removing intermediate container 2bf29fd50688 22:17:10 ---> 6d8f57cc0466 22:17:10 22:17:10 Step 10/22 : FROM scratch 22:17:10 ---> 22:17:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:17:11 ---> Running in 3fa5c413f07e 22:17:11 Removing intermediate container 097121e1fa37 22:17:11 ---> 871008eb4bda 22:17:11 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 22:17:11 ---> 0082bceddde7 22:17:11 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:17:11 Removing intermediate container d5cc5898f62e 22:17:11 ---> 3f928e13f48f 22:17:11 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 22:17:11 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 22:17:11 Status: Downloaded newer image for alpine:3.10 22:17:11 ---> be4e4bea2c2e 22:17:11 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 22:17:11 ---> Running in ae21f2653bd2 22:17:11 Removing intermediate container 3fa5c413f07e 22:17:11 ---> c9504c1743f2 22:17:11 Step 12/22 : ENV APP_PORT=48081 22:17:11 ---> Running in cb8cff082e19 22:17:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:17:12 ---> Running in dbd55a408e5a 22:17:12 ---> 731e8a1c011c 22:17:12 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 22:17:12 ---> dfb39fb5d261 22:17:12 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:17:13 ---> Running in bee82e4e9b3e 22:17:13 Removing intermediate container dbd55a408e5a 22:17:13 ---> 3588b9fba437 22:17:13 Step 13/22 : EXPOSE $APP_PORT 22:17:13 ---> Running in a8b07dcf7d20 22:17:13 ---> 6abd34511645 22:17:13 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 22:17:13 Removing intermediate container bee82e4e9b3e 22:17:13 ---> bf4c817a0773 22:17:13 Step 17/20 : CMD ["--init=true"] 22:17:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 22:17:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 22:17:13 v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 22:17:13 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 22:17:13 OK: 10346 distinct packages available 22:17:14 (1/5) Installing ca-certificates (20191127-r2) 22:17:14 (2/5) Installing nghttp2-libs (1.39.2-r1) 22:17:14 (3/5) Installing libcurl (7.66.0-r0) 22:17:14 (4/5) Installing curl (7.66.0-r0) 22:17:14 (5/5) Installing dumb-init (1.2.2-r1) 22:17:14 Executing busybox-1.30.1-r3.trigger 22:17:14 Executing ca-certificates-20191127-r2.trigger 22:17:14 OK: 7 MiB in 19 packages 22:17:14 Removing intermediate container a8b07dcf7d20 22:17:14 ---> d50cc6206bef 22:17:14 Step 14/22 : WORKDIR / 22:17:15 ---> Running in c7b22796c027 22:17:15 ---> Running in 4e908cb9746e 22:17:15 Removing intermediate container ae21f2653bd2 22:17:15 ---> 9d17d3a4410a 22:17:15 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 22:17:15 ---> a7316ae7f5be 22:17:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 22:17:16 Removing intermediate container 4e908cb9746e 22:17:16 ---> 6edd709bfaa3 22:17:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 22:17:16 Removing intermediate container c7b22796c027 22:17:16 ---> 1835f137a33d 22:17:16 Step 18/20 : LABEL arch=x86_64 22:17:16 ---> Running in 94766eb71608 22:17:16 Removing intermediate container cb8cff082e19 22:17:16 ---> cdae7e857fb2 22:17:16 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:17:16 ---> 288927e1f683 22:17:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:17:16 ---> 77054a56ef2d 22:17:16 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 22:17:16 ---> 2a5370579b31 22:17:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:17:17 ---> Running in ab3f9d81f8dd 22:17:17 Removing intermediate container 94766eb71608 22:17:17 ---> 3c3ce675f18f 22:17:17 Step 19/20 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:17:17 ---> be591620f241 22:17:17 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 22:17:17 ---> 23dcfa735ca5 22:17:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:17:17 ---> 2f2364ba5171 22:17:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:17:17 ---> Running in e706cfbc115e 22:17:17 Removing intermediate container ab3f9d81f8dd 22:17:17 ---> 4ed3eae101ad 22:17:17 Step 13/26 : WORKDIR / 22:17:18 ---> Running in 287b06b713db 22:17:18 ---> efa6f1c411fb 22:17:18 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 22:17:18 Removing intermediate container e706cfbc115e 22:17:18 ---> 1ae1c5e2f537 22:17:18 Step 20/20 : LABEL version=0.0.0 22:17:18 ---> 0ada51511636 22:17:18 Step 18/22 : ENTRYPOINT ["/core-metadata"] 22:17:18 ---> 7c934fce865d 22:17:18 Step 20/24 : ENTRYPOINT ["/support-notifications"] 22:17:18 ---> Running in 4398c3bef16c 22:17:18 ---> Running in d49389b6fa90 22:17:18 ---> Running in 52bc631ee7dc 22:17:18 Removing intermediate container 287b06b713db 22:17:18 ---> 92f197ee7b4f 22:17:18 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:17:18 ---> 74ed9b58383b 22:17:18 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 22:17:18 Removing intermediate container 4398c3bef16c 22:17:18 ---> 234298e88581 22:17:18 22:17:18 Removing intermediate container 52bc631ee7dc 22:17:18 ---> 64eb8fcf0b98 22:17:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:17:18 Removing intermediate container d49389b6fa90 22:17:18 ---> f1bdf8b9ce40 22:17:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:17:18 ---> 135a52ffe11e 22:17:18 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:17:18 Successfully built 234298e88581 22:17:19 ---> 0e0ce7c42b07 22:17:19 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 22:17:19 Successfully tagged docker-security-proxy-setup-go:latest 22:17:19  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go 22:17:19 ---> Running in a9f96f303ed8 22:17:19 ---> Running in 5b57339be24e 22:17:19 ---> Running in eccb526b38e7 22:17:19 ---> cc5ebbf0239b 22:17:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:17:20 Removing intermediate container a9f96f303ed8 22:17:20 ---> df16dfbe717e 22:17:20 Step 20/22 : LABEL arch=x86_64 22:17:20 Removing intermediate container 5b57339be24e 22:17:20 ---> adcdc15f5c22 22:17:20 Step 22/24 : LABEL arch=x86_64 22:17:21 ---> a263d71f5661 22:17:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 22:17:21 ---> Running in e19b7602d22b 22:17:23 ---> Running in e2f750fe212b 22:17:23 Removing intermediate container e19b7602d22b 22:17:23 ---> 124b7ebc5fe9 22:17:23 Step 21/22 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:17:23 ---> 42a14a3dc05c 22:17:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:17:23 ---> Running in 4ee7fc40fd24 22:17:24 Removing intermediate container e2f750fe212b 22:17:24 ---> d12852b52533 22:17:24 Step 23/24 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:17:25 ---> Running in 475863b85c3e 22:17:25 Removing intermediate container 4ee7fc40fd24 22:17:25 ---> 51a9fe4df3db 22:17:25 Step 22/22 : LABEL version=0.0.0 22:17:25 Removing intermediate container eccb526b38e7 22:17:25 ---> 25e3d1b18784 22:17:25 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 22:17:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:17:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:17:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:17:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:17:26 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s 22:17:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 22:17:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:17:26 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 22:17:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:17:28 ---> 392950438d50 22:17:28 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:17:28 ---> Running in 500625c32c85 22:17:28 Removing intermediate container 475863b85c3e 22:17:28 ---> 77f7f6c24104 22:17:28 Step 24/24 : LABEL version=0.0.0 22:17:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:17:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:17:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:17:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:17:29 ---> 0a97f24d6b5c 22:17:29 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:17:29 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 22:17:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:17:29 ---> 819d875129f7 22:17:29 Step 3/22 : WORKDIR /edgex-go 22:17:29 ---> Using cache 22:17:29 ---> c5b5cebbf320 22:17:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:17:30 ---> Running in e1235c06d060 22:17:30 ---> Running in fbbd769d36bf 22:17:30 ---> Running in 5ea4a705bec0 22:17:30 Removing intermediate container 500625c32c85 22:17:30 ---> d1b3a898e812 22:17:30 22:17:30 ---> 6330acaffb95 22:17:30 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 22:17:30 Successfully built d1b3a898e812 22:17:30 Successfully tagged docker-core-metadata-go:latest 22:17:30  Building docker-core-metadata-go ... done Building docker-core-command-go 22:17:30 Removing intermediate container e1235c06d060 22:17:30 ---> de5efbd49c4c 22:17:30 22:17:30 Successfully built de5efbd49c4c 22:17:31 Successfully tagged docker-support-notifications-go:latest 22:17:31 Building docker-support-scheduler-go 22:17:31  Building docker-support-notifications-go ... done  ---> 8b63c68664d9 22:17:31 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:17:36 ---> 60dc515c081b 22:17:36 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:17:36 ---> Running in f559a6b44e38 22:17:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements 22:17:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:17:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:17:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:17:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:17:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:17:39 Removing intermediate container fbbd769d36bf 22:17:39 ---> f4593734d189 22:17:39 Step 24/29 : RUN chmod 755 security-secrets-setup 22:17:39 Removing intermediate container 5ea4a705bec0 22:17:39 ---> 2653fca5c323 22:17:39 Step 5/22 : RUN apk update && apk add make && apk add bash git 22:17:41 ---> Running in be781acc6351 22:17:41 ---> Running in 9824d8e82b82 22:17:43 Removing intermediate container f559a6b44e38 22:17:43 ---> cfa9072ed122 22:17:43 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 22:17:43 ---> Running in 597b5db831e4 22:17:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.2% of statements 22:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:17:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 22:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:17:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 22:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:17:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.357s coverage: 82.5% of statements 22:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:17:45 Removing intermediate container 597b5db831e4 22:17:45 ---> 49c9447c56df 22:17:45 Step 24/26 : LABEL arch=x86_64 22:17:45 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:17:45 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:17:45 OK: 12746 distinct packages available 22:17:46 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 22:17:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:17:46 ---> 819d875129f7 22:17:46 Step 3/21 : WORKDIR /edgex-go 22:17:46 ---> Using cache 22:17:46 ---> c5b5cebbf320 22:17:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:17:46 ---> Using cache 22:17:46 ---> 2653fca5c323 22:17:46 Step 5/21 : RUN apk update && apk add make git 22:17:46 OK: 233 MiB in 51 packages 22:17:46 OK: 233 MiB in 51 packages 22:17:46 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 22:17:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:17:46 ---> 819d875129f7 22:17:46 Step 3/22 : WORKDIR /edgex-go 22:17:46 ---> Using cache 22:17:46 ---> c5b5cebbf320 22:17:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:17:46 ---> Using cache 22:17:46 ---> 2653fca5c323 22:17:46 Step 5/22 : RUN apk update && apk add make git 22:17:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.396s coverage: 92.9% of statements 22:17:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:17:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:17:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:17:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:17:48 ---> Running in 2ff84f50bc0f 22:17:48 ---> Running in 4ae3292ccd1b 22:17:48 ---> Running in 03361cc48a40 22:17:48 Removing intermediate container be781acc6351 22:17:48 ---> 517a3e8876d7 22:17:48 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 22:17:48 Removing intermediate container 2ff84f50bc0f 22:17:48 ---> 2183c16fdf17 22:17:48 Step 25/26 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:17:48 Removing intermediate container 9824d8e82b82 22:17:48 ---> c3bc5d45b0c5 22:17:48 Step 6/22 : COPY go.mod . 22:17:48 ---> Running in 01efbcef4049 22:17:48 ---> Running in 925b14b68318 22:17:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:48 Removing intermediate container 925b14b68318 22:17:48 ---> 5efe82883b50 22:17:48 Step 26/26 : LABEL version=0.0.0 22:17:48 Removing intermediate container 01efbcef4049 22:17:48 ---> 67e7e26ace70 22:17:48 Step 26/29 : CMD [ "generate" ] 22:17:48 ---> 92df608c0bb6 22:17:48 Step 7/22 : RUN go mod download 22:17:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:49 ---> Running in 0d3c12962500 22:17:49 ---> Running in 08611b434b89 22:17:49 ---> Running in cd878181c782 22:17:49 Removing intermediate container 08611b434b89 22:17:49 ---> ad38f02ac641 22:17:49 22:17:49 Removing intermediate container 0d3c12962500 22:17:49 ---> 8343a9be7689 22:17:49 Step 27/29 : LABEL arch=x86_64 22:17:49 ---> Running in a48e1716f48a 22:17:49 Successfully built ad38f02ac641 22:17:49 Successfully tagged docker-security-secretstore-setup-go:latest 22:17:49 Building docker-core-data-go 22:17:49  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:49 Removing intermediate container a48e1716f48a 22:17:49 ---> d4aae87e610e 22:17:49 Step 28/29 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:17:49 ---> Running in ed0b1a308ac3 22:17:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:50 Removing intermediate container ed0b1a308ac3 22:17:50 ---> c453d5faa69c 22:17:50 Step 29/29 : LABEL version=0.0.0 22:17:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.478s coverage: 28.6% of statements 22:17:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:17:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:17:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:17:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:17:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:17:50 ---> Running in f1bca14ed310 22:17:50 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:17:50 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:17:50 OK: 12746 distinct packages available 22:17:50 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:17:50 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:17:50 OK: 12746 distinct packages available 22:17:51 OK: 233 MiB in 51 packages 22:17:51 OK: 233 MiB in 51 packages 22:17:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements 22:17:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:17:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 22:17:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:17:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 89.8% of statements 22:17:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:17:53 Removing intermediate container f1bca14ed310 22:17:53 ---> 83d508894c6a 22:17:53 22:17:53 Successfully built 83d508894c6a 22:17:53 Successfully tagged docker-security-secrets-setup-go:latest 22:17:53 Building docker-sys-mgmt-agent-go 22:17:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:17:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.038s coverage: 100.0% of statements 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:17:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 22:17:57  Building docker-security-secrets-setup-go ... done Removing intermediate container 4ae3292ccd1b 22:17:57 ---> 09d7aae2653e 22:17:57 Step 6/21 : COPY go.mod . 22:17:57 Removing intermediate container cd878181c782 22:17:57 ---> a2b5f84c6669 22:17:57 Step 8/22 : COPY . . 22:17:57 Removing intermediate container 03361cc48a40 22:17:57 ---> 5813dda4605d 22:17:57 Step 6/22 : COPY go.mod . 22:17:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.250s coverage: 63.5% of statements 22:17:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:17:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:17:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 22:18:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 55.9% of statements 22:18:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:18:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:18:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 22:18:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 22:18:01 ---> 7d20cc88d9c1 22:18:01 Step 7/21 : RUN go mod download 22:18:04 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 22:18:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:18:04 ---> 819d875129f7 22:18:04 Step 3/23 : WORKDIR /edgex-go 22:18:04 ---> Using cache 22:18:04 ---> c5b5cebbf320 22:18:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:04 ---> Using cache 22:18:04 ---> 2653fca5c323 22:18:04 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 22:18:06 ---> 26bb91e946d4 22:18:06 Step 7/22 : RUN go mod download 22:18:06 ---> Running in 3316f877c569 22:18:09 ---> Running in a93ab5b7ac4f 22:18:09 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 22:18:09 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:18:09 ---> 819d875129f7 22:18:09 Step 3/27 : WORKDIR /edgex-go 22:18:09 ---> Using cache 22:18:09 ---> c5b5cebbf320 22:18:09 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:09 ---> Using cache 22:18:09 ---> 2653fca5c323 22:18:09 Step 5/27 : RUN apk update && apk add make bash git 22:18:10 ---> Running in 84057a73445e 22:18:10 ---> Running in 7e6829d45901 22:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:13 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:18:13 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:18:13 OK: 12746 distinct packages available 22:18:13 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:18:13 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:18:13 OK: 12746 distinct packages available 22:18:13 OK: 233 MiB in 51 packages 22:18:14 Removing intermediate container 84057a73445e 22:18:14 ---> b3adcdcf1067 22:18:14 Step 8/22 : COPY . . 22:18:14 OK: 233 MiB in 51 packages 22:18:14 Removing intermediate container 3316f877c569 22:18:14 ---> c3e55568d9a6 22:18:14 Step 8/21 : COPY . . 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.833s coverage: 86.3% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.082s coverage: 72.2% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.493s coverage: 72.1% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.126s coverage: 82.4% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.063s coverage: 48.4% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 26.9% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.323s coverage: 84.1% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.056s coverage: 100.0% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.029s coverage: 42.9% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.046s coverage: 83.8% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 22:18:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.086s coverage: 46.1% of statements 22:18:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:18:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:18:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.049s coverage: 100.0% of statements 22:18:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:18:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:18:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:18:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 22:18:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:18:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 22:18:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:18:26 Removing intermediate container a93ab5b7ac4f 22:18:26 ---> 36d1ef91f0e5 22:18:26 Step 6/23 : COPY go.mod . 22:18:26 Removing intermediate container 7e6829d45901 22:18:26 ---> 7ab37425132e 22:18:26 Step 6/27 : COPY go.mod . 22:18:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.260s coverage: 29.1% of statements 22:18:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:18:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:18:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:18:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:18:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:18:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.053s coverage: 99.0% of statements 22:18:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:18:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.068s coverage: 100.0% of statements 22:18:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:18:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 22:18:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:18:27 ---> 7c3ee085d395 22:18:27 Step 9/22 : RUN make cmd/support-logging/support-logging 22:18:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:18:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.020s coverage: 87.9% of statements 22:18:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:18:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:18:29 ---> cddc18a7e1c1 22:18:29 Step 7/23 : RUN go mod download 22:18:29 ---> 87bb118911b2 22:18:29 Step 7/27 : RUN go mod download 22:18:29 ---> Running in 1ae47d449a4c 22:18:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 22:18:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements 22:18:30 ---> Running in a339eada9cfa 22:18:30 ---> Running in 2020f3b01cc3 22:18:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 100.0% of statements 22:18:31 GO111MODULE=on go vet ./... 22:18:32 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 22:18:36 Removing intermediate container a339eada9cfa 22:18:36 ---> 5f14b0a5a0be 22:18:36 Step 8/23 : COPY . . 22:18:36 Removing intermediate container 2020f3b01cc3 22:18:36 ---> 5c2a9ed56ac0 22:18:36 Step 8/27 : COPY . . 22:18:36 ---> b635776884e1 22:18:36 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 22:18:36 ---> c8c10848acba 22:18:36 Step 9/22 : RUN make cmd/core-command/core-command 22:18:37 ---> Running in 9ea62750d189 22:18:37 ---> Running in 6d9ed6075923 22:18: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 22:18:41 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 22:18:50 gofmt -l . 22:18:51 [ "`gofmt -l .`" = "" ] 22:18:53 ./bin/test-go-mod-tidy.sh 22:18:54 ./bin/test-attribution-txt.sh [Pipeline] sh 22:18:58 + ls -al . 22:18:58 total 584 22:18:58 drwxrwxr-x 10 1001 1001 4096 Aug 25 22:18 . 22:18:58 drwxr-xr-x 4 root root 4096 Aug 25 22:16 .. 22:18:58 -rw-rw-r-- 1 1001 1001 11 Aug 25 22:14 .dockerignore 22:18:58 drwxrwxr-x 8 1001 1001 4096 Aug 25 22:14 .git 22:18:58 drwxrwxr-x 3 1001 1001 4096 Aug 25 22:14 .github 22:18:58 -rw-rw-r-- 1 1001 1001 932 Aug 25 22:14 .gitignore 22:18:58 drwxrwxr-x 3 1001 1001 4096 Aug 25 22:14 .semver 22:18:58 -rw-rw-r-- 1 1001 1001 166 Aug 25 22:14 .sonarcloud.properties 22:18:58 -rw-rw-r-- 1 1001 1001 3804 Aug 25 22:14 CONTRIBUTING.md 22:18:58 -rw-rw-r-- 1 1001 1001 1035 Aug 25 22:14 Dockerfile.build 22:18:58 -rw-rw-r-- 1 1001 1001 865 Aug 25 22:14 Jenkinsfile 22:18:58 -rw-rw-r-- 1 1001 1001 10775 Aug 25 22:14 LICENSE 22:18:58 -rw-rw-r-- 1 1001 1001 6237 Aug 25 22:14 Makefile 22:18:58 -rw-rw-r-- 1 1001 1001 5652 Aug 25 22:14 README.md 22:18:58 -rw-rw-r-- 1 1001 1001 259 Aug 25 22:14 SECURITY.md 22:18:58 -rw-rw-r-- 1 1001 1001 5 Aug 25 22:12 VERSION 22:18:58 -rw-rw-r-- 1 1001 1001 4131 Aug 25 22:14 ZMQWindows.md 22:18:58 drwxrwxr-x 2 1001 1001 4096 Aug 25 22:14 bin 22:18:58 drwxrwxr-x 15 1001 1001 4096 Aug 25 22:14 cmd 22:18:58 -rw-r--r-- 1 root root 458659 Aug 25 22:18 coverage.out 22:18:58 -rw-r--r-- 1 root root 1019 Aug 25 22:18 go.mod 22:18:58 -rw-r--r-- 1 root root 19185 Aug 25 22:18 go.sum 22:18:58 drwxrwxr-x 8 1001 1001 4096 Aug 25 22:14 internal 22:18:58 drwxrwxr-x 4 1001 1001 4096 Aug 25 22:14 openapi 22:18:58 drwxrwxr-x 4 1001 1001 4096 Aug 25 22:14 snap 22:18:58 -rw-rw-r-- 1 1001 1001 168 Aug 25 22:14 version.go [Pipeline] sh 22:18:58 + '[' -e coverage.out ] 22:18:58 + chown 1001:1001 coverage.out [Pipeline] stash 22:18:58 Warning: overwriting stash ‘coverage-report’ 22:18:59 Stashed 1 file(s) [Pipeline] sh 22:19:00 + make build 22:19:00 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 22:19:03 Removing intermediate container 1ae47d449a4c 22:19:03 ---> d00113530b98 22:19:03 22:19:03 Step 10/22 : FROM scratch 22:19:03 ---> 22:19:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:19:04 ---> 73ca55e5dda4 22:19:04 Step 9/23 : RUN make cmd/core-data/core-data 22:19:04 ---> Using cache 22:19:04 ---> 2ec95c7df9da 22:19:04 Step 12/22 : ENV APP_PORT=48061 22:19:05 ---> Running in 5d40c418516d 22:19:05 ---> Running in fcf8f363d18a 22:19:05 ---> 8a283f441953 22:19:05 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:19:05 ---> Running in ac5c07507d0d 22:19:05 Removing intermediate container fcf8f363d18a 22:19:05 ---> 4ee777318356 22:19:05 Step 13/22 : EXPOSE $APP_PORT 22:19:05 ---> Running in f66f1b5bbf34 22:19:05 Removing intermediate container f66f1b5bbf34 22:19:05 ---> bac1908537c9 22:19:05 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 22:19:05 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 22:19:06 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 22:19:06 ---> da20f20a83d4 22:19:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 22:19:06 ---> fd82584c778f 22:19:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 22:19:08 ---> bbef8108776e 22:19:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 22:19:09 ---> 1706426171cb 22:19:09 Step 18/22 : ENTRYPOINT ["/support-logging"] 22:19:09 ---> Running in 26ad37d524e0 22:19:10 Removing intermediate container 26ad37d524e0 22:19:10 ---> 576d14c4f7c4 22:19:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:12 ---> Running in aa73937d56fa 22:19:15 Removing intermediate container 6d9ed6075923 22:19:15 ---> 749d30e0a1a7 22:19:15 22:19:15 Step 10/22 : FROM scratch 22:19:15 ---> 22:19:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:19:15 ---> Using cache 22:19:15 ---> c9504c1743f2 22:19:15 Step 12/22 : ENV APP_PORT=48082 22:19:15 Removing intermediate container aa73937d56fa 22:19:15 ---> cc338fa63c54 22:19:15 Step 20/22 : LABEL arch=x86_64 22:19:15 ---> Running in a52cc8e74f99 22:19:15 Removing intermediate container 9ea62750d189 22:19:15 ---> 751415d84562 22:19:15 22:19:15 Step 10/21 : FROM scratch 22:19:15 ---> Running in 6eb4f06a6ff4 22:19:15 ---> 22:19:15 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:19:15 ---> Using cache 22:19:15 ---> c9504c1743f2 22:19:15 Step 12/21 : ENV APP_PORT=48085 22:19:15 ---> Running in dbd746776973 22:19:15 Removing intermediate container a52cc8e74f99 22:19:15 ---> 0b2f5bf5d2f5 22:19:15 Step 13/22 : EXPOSE $APP_PORT 22:19:15 ---> Running in eceeb66de445 22:19:15 Removing intermediate container 6eb4f06a6ff4 22:19:15 ---> 62a2142e8025 22:19:15 Step 21/22 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:19:17 Removing intermediate container dbd746776973 22:19:17 ---> 28acd7d50454 22:19:17 Step 13/21 : EXPOSE $APP_PORT 22:19:17 ---> Running in 7fe331933b6e 22:19:17 ---> Running in 5667098ced37 22:19:17 Removing intermediate container eceeb66de445 22:19:17 ---> e8caca46459c 22:19:17 Step 14/22 : WORKDIR / 22:19:17 ---> Running in 9eda5269e2cf 22:19:18 Removing intermediate container 7fe331933b6e 22:19:18 ---> 4bf064289a1a 22:19:18 Step 22/22 : LABEL version=0.0.0 22:19:18 Removing intermediate container 5667098ced37 22:19:18 ---> acc69466301f 22:19:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 22:19:18 ---> Running in a107be1e5bf2 22:19:18 Removing intermediate container 9eda5269e2cf 22:19:18 ---> 3ec34d93e5eb 22:19:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 22:19:18 ---> acf4fb7be6f7 22:19:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:19:18 Removing intermediate container a107be1e5bf2 22:19:18 ---> 87a0f0e95ae2 22:19:18 22:19:18 Successfully built 87a0f0e95ae2 22:19:18 ---> 1ed985e0cfec 22:19:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:19:18 Successfully tagged docker-support-logging-go:latest 22:19:19 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 22:19:20  Building docker-support-logging-go ... done  ---> a99cde2bad94 22:19:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:19:20 ---> f2082bf60d79 22:19:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:19:21 ---> 915eacf355f3 22:19:21 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 22:19:22 ---> Running in 97250f178e4d 22:19:23 ---> 8206ffd174d4 22:19:23 Step 18/22 : ENTRYPOINT ["/core-command"] 22:19:23 ---> Running in 6e5827e75d45 22:19:23 Removing intermediate container 97250f178e4d 22:19:23 ---> 92add392bdf6 22:19:23 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:23 ---> Running in 622d88532a03 22:19:23 Removing intermediate container 6e5827e75d45 22:19:23 ---> 145ec464ec28 22:19:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:24 ---> Running in 5826d952c0d6 22:19:24 Removing intermediate container 622d88532a03 22:19:24 ---> 6e337a2ee1a5 22:19:24 Step 19/21 : LABEL arch=x86_64 22:19:24 ---> Running in df70737d0148 22:19:24 Removing intermediate container 5826d952c0d6 22:19:24 ---> 647ac784bdad 22:19:24 Step 20/22 : LABEL arch=x86_64 22:19:24 ---> Running in c9e47d9462d4 22:19:24 Removing intermediate container df70737d0148 22:19:24 ---> 5331fa754c12 22:19:24 Step 20/21 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:19:24 Removing intermediate container c9e47d9462d4 22:19:24 ---> a714fa2b0141 22:19:24 Step 21/22 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:19:25 ---> Running in 6d6d48ca4aba 22:19:25 ---> Running in b3c594e6a1db 22:19:25 Removing intermediate container 6d6d48ca4aba 22:19:25 ---> 1fcbf1a87df9 22:19:25 Step 21/21 : LABEL version=0.0.0 22:19:25 Removing intermediate container b3c594e6a1db 22:19:25 ---> 47ad6be9a85d 22:19:25 Step 22/22 : LABEL version=0.0.0 22:19:25 ---> Running in 581e671de706 22:19:25 ---> Running in e3b57dc8111b 22:19:25 Removing intermediate container 581e671de706 22:19:25 ---> 2191cd90c3be 22:19:25 22:19:25 Removing intermediate container e3b57dc8111b 22:19:25 ---> d22dac802c83 22:19:25 22:19:25 Successfully built 2191cd90c3be 22:19:25 Successfully tagged docker-support-scheduler-go:latest 22:19:25  Building docker-support-scheduler-go ... done Successfully built d22dac802c83 22:19:25 Successfully tagged docker-core-command-go:latest 22:19:29  Building docker-core-command-go ... done Removing intermediate container ac5c07507d0d 22:19:29 ---> d1f933f19f87 22:19:29 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:19:29 ---> Running in 1536a03c70ef 22:19:30 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 22:19:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:19:32 Removing intermediate container 1536a03c70ef 22:19:32 ---> 141a74a141d4 22:19:32 22:19:32 Step 11/27 : FROM docker:latest 22:19:32 ---> 81f5749c9058 22:19:32 Step 12/27 : RUN apk add --no-cache bash 22:19:32 ---> Running in 9b4467d23794 22:19:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:33 (1/2) Installing readline (8.0.4-r0) 22:19:33 (2/2) Installing bash (5.0.17-r0) 22:19:33 Executing bash-5.0.17-r0.post-install 22:19:33 Executing busybox-1.31.1-r16.trigger 22:19:33 OK: 12 MiB in 22 packages 22:19:34 Removing intermediate container 5d40c418516d 22:19:34 ---> 6e1e09c0941d 22:19:34 22:19:34 Step 10/23 : FROM alpine 22:19:34 ---> a24bb4013296 22:19:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:19:34 ---> Running in b3d565e83054 22:19:34 Removing intermediate container b3d565e83054 22:19:34 ---> 8708ae536918 22:19:34 Step 12/23 : ENV APP_PORT=48080 22:19:35 Removing intermediate container 9b4467d23794 22:19:35 ---> 3dc3033b7841 22:19:35 Step 13/27 : RUN rm -rf /var/cache/apk/* 22:19:35 ---> Running in d913d93739d3 22:19:35 ---> Running in d50edf819ac0 22:19:35 Removing intermediate container d913d93739d3 22:19:35 ---> f583ae411be7 22:19:35 Step 13/23 : EXPOSE $APP_PORT 22:19:35 ---> Running in a025e8c02fe8 22:19:35 Removing intermediate container a025e8c02fe8 22:19:35 ---> 69174c4a03a3 22:19:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:19:35 ---> Running in 3ea24bbe2be1 22:19:35 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 22:19:36 Removing intermediate container d50edf819ac0 22:19:36 ---> 2eff3280ee4c 22:19:36 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:19:36 ---> Running in 117c222a3d19 22:19:36 Removing intermediate container 117c222a3d19 22:19:36 ---> b5596cf804ce 22:19:36 Step 15/27 : ENV APP_PORT=48090 22:19:36 ---> Running in 498b43fff369 22:19:36 Removing intermediate container 3ea24bbe2be1 22:19:36 ---> db16212efd08 22:19:36 Step 15/23 : RUN apk --no-cache add zeromq 22:19:36 Removing intermediate container 498b43fff369 22:19:36 ---> 1ace7282d186 22:19:36 Step 16/27 : EXPOSE $APP_PORT 22:19:36 ---> Running in fce49517cf8d 22:19:36 ---> Running in 26c7f0a8b28b 22:19:36 Removing intermediate container 26c7f0a8b28b 22:19:36 ---> 10ff903c005d 22:19:36 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:19:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:37 ---> d2dd21c42824 22:19:37 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:19:37 ---> 450da0f51434 22:19:37 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:19:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:37 ---> 82237c616567 22:19:37 Step 20/27 : RUN apk --no-cache add py-pip 22:19:37 ---> Running in a528984a531e 22:19:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:38 (1/5) Installing libgcc (9.3.0-r2) 22:19:38 (2/5) Installing libsodium (1.0.18-r0) 22:19:38 (1/33) Installing libbz2 (1.0.8-r1) 22:19:38 (2/33) Installing expat (2.2.9-r1) 22:19:38 (3/33) Installing libffi (3.3-r2) 22:19:38 (4/33) Installing gdbm (1.13-r1) 22:19:38 (5/33) Installing xz-libs (5.2.5-r0) 22:19:38 (6/33) Installing sqlite-libs (3.32.1-r0) 22:19:38 (3/5) Installing libstdc++ (9.3.0-r2) 22:19:38 (7/33) Installing python3 (3.8.5-r0) 22:19:39 (4/5) Installing libzmq (4.3.2-r0) 22:19:39 (5/5) Installing zeromq (4.3.2-r0) 22:19:39 Executing busybox-1.31.1-r16.trigger 22:19:39 OK: 8 MiB in 19 packages 22:19:41 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 22:19:43 (8/33) Installing py3-appdirs (1.4.4-r1) 22:19:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:19:43 (10/33) Installing py3-parsing (2.4.7-r0) 22:19:43 (11/33) Installing py3-six (1.15.0-r0) 22:19:43 (12/33) Installing py3-packaging (20.4-r0) 22:19:43 (13/33) Installing py3-setuptools (47.0.0-r0) 22:19:43 (14/33) Installing py3-chardet (3.0.4-r4) 22:19:43 Removing intermediate container fce49517cf8d 22:19:43 ---> 735f0aa17d75 22:19:43 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 22:19:43 (15/33) Installing py3-idna (2.9-r0) 22:19:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:19:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:19:43 (18/33) Installing py3-requests (2.23.0-r0) 22:19:43 (19/33) Installing py3-msgpack (1.0.0-r0) 22:19:43 (20/33) Installing py3-lockfile (0.12.2-r3) 22:19:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:19:43 (22/33) Installing py3-colorama (0.4.3-r0) 22:19:43 (23/33) Installing py3-distlib (0.3.0-r0) 22:19:43 (24/33) Installing py3-distro (1.5.0-r1) 22:19:44 (25/33) Installing py3-webencodings (0.5.1-r3) 22:19:44 (26/33) Installing py3-html5lib (1.0.1-r4) 22:19:44 ---> 8a65885d2f10 22:19:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:19:44 (27/33) Installing py3-pytoml (0.1.21-r0) 22:19:44 (28/33) Installing py3-pep517 (0.8.2-r0) 22:19:44 (29/33) Installing py3-progress (1.5-r0) 22:19:44 (30/33) Installing py3-toml (0.10.1-r0) 22:19:44 (31/33) Installing py3-retrying (1.3.3-r0) 22:19:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:19:44 (33/33) Installing py3-pip (20.1.1-r0) 22:19:44 Executing busybox-1.31.1-r16.trigger 22:19:44 OK: 71 MiB in 55 packages 22:19:46 ---> eb4946a8df65 22:19:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:19:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:19:48 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 22:19:49 ---> ae87b81057f3 22:19:49 Step 19/23 : ENTRYPOINT ["/core-data"] 22:19:50 ---> Running in 081dd0c65882 22:19:50 Removing intermediate container a528984a531e 22:19:50 ---> e1bb3920927c 22:19:50 Step 21/27 : RUN pip install docker-compose==1.23.2 22:19:50 Removing intermediate container 081dd0c65882 22:19:50 ---> 04c37a851099 22:19:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:50 ---> Running in 21655a9dc99c 22:19:50 ---> Running in f9217148090b 22:19:51 Removing intermediate container f9217148090b 22:19:51 ---> 7f0d76853249 22:19:51 Step 21/23 : LABEL arch=x86_64 22:19:51 ---> Running in 82e9c2529e94 22:19:51 Removing intermediate container 82e9c2529e94 22:19:51 ---> b6d45bfe0ace 22:19:51 Step 22/23 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:19:51 ---> Running in 851305fa4abb 22:19:51 Removing intermediate container 851305fa4abb 22:19:51 ---> 8152dfe331ed 22:19:51 Step 23/23 : LABEL version=0.0.0 22:19:51 ---> Running in 0bf63f012350 22:19:53 Removing intermediate container 0bf63f012350 22:19:53 ---> 2fdfc2959cd2 22:19:53 22:19:53 Successfully built 2fdfc2959cd2 22:19:53 Successfully tagged docker-core-data-go:latest 22:19:53  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 22:19:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:19:53 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 22:19:53 Collecting texttable<0.10,>=0.9.0 22:19:53 Downloading texttable-0.9.1.tar.gz (11 kB) 22:19:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:19:54 Collecting websocket-client<1.0,>=0.32.0 22:19:54 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:19:54 Collecting PyYAML<4,>=3.10 22:19:54 Downloading PyYAML-3.13.tar.gz (270 kB) 22:19:55 Collecting docker<4.0,>=3.6.0 22:19:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:19:55 Collecting dockerpty<0.5,>=0.4.1 22:19:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:19:55 Collecting jsonschema<3,>=2.5.1 22:19:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:19:55 Collecting docopt<0.7,>=0.6.1 22:19:55 Downloading docopt-0.6.2.tar.gz (25 kB) 22:19:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:19:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:19:56 Collecting cached-property<2,>=1.2.0 22:19:56 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 22:19:56 Collecting docker-pycreds>=0.4.0 22:19:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:19:56 Collecting idna<2.8,>=2.5 22:19:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:19:56 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) 22:19:56 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) 22:19:56 Collecting urllib3<1.25,>=1.21.1 22:19:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:19:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:19:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:19:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:19:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:19:56 Installing collected packages: texttable, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, docopt, cached-property, docker-compose 22:19:56 Running setup.py install for texttable: started 22:19:57 Running setup.py install for texttable: finished with status 'done' 22:19:57 Running setup.py install for PyYAML: started 22:19:58 Running setup.py install for PyYAML: finished with status 'done' 22:19:58 Attempting uninstall: idna 22:19:58 Found existing installation: idna 2.9 22:19:58 Uninstalling idna-2.9: 22:19:58 Successfully uninstalled idna-2.9 22:19:58 Attempting uninstall: urllib3 22:19:58 Found existing installation: urllib3 1.25.9 22:19:58 Uninstalling urllib3-1.25.9: 22:19:58 Successfully uninstalled urllib3-1.25.9 22:19:58 Attempting uninstall: requests 22:19:58 Found existing installation: requests 2.23.0 22:19:58 Uninstalling requests-2.23.0: 22:19:58 Successfully uninstalled requests-2.23.0 22:19:58 Running setup.py install for dockerpty: started 22:19:58 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 22:19:59 Running setup.py install for dockerpty: finished with status 'done' 22:19:59 Running setup.py install for docopt: started 22:19:59 Running setup.py install for docopt: finished with status 'done' 22:19:59 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 22:20:03 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 22:20:03 Removing intermediate container 21655a9dc99c 22:20:03 ---> a62e1385807a 22:20:03 Step 22/27 : RUN apk --no-cache add curl 22:20:03 ---> Running in b118fd8a38ed 22:20:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:20:03 (2/3) Installing libcurl (7.69.1-r0) 22:20:03 (3/3) Installing curl (7.69.1-r0) 22:20:03 Executing busybox-1.31.1-r16.trigger 22:20:03 OK: 72 MiB in 58 packages 22:20:04 Removing intermediate container b118fd8a38ed 22:20:04 ---> 9183fe0f6acf 22:20:04 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 22:20:04 ---> Running in 477cc1eeb56a 22:20:04 Removing intermediate container 477cc1eeb56a 22:20:04 ---> 722f156d9b03 22:20:04 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:20:04 ---> Running in 3f41ffebd413 22:20:04 Removing intermediate container 3f41ffebd413 22:20:04 ---> bb1b5def38b1 22:20:04 Step 25/27 : LABEL arch=x86_64 22:20:04 ---> Running in 4461f7dd3180 22:20:04 Removing intermediate container 4461f7dd3180 22:20:04 ---> 8b70125b791c 22:20:04 Step 26/27 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:20:04 ---> Running in e58e9782693d 22:20:04 Removing intermediate container e58e9782693d 22:20:04 ---> d2d55e11f50a 22:20:04 Step 27/27 : LABEL version=0.0.0 22:20:04 ---> Running in 91f421f40294 22:20:05 Removing intermediate container 91f421f40294 22:20:05 ---> 9623a25dc95d 22:20:05 22:20:05 Successfully built 9623a25dc95d 22:20:05 Successfully tagged docker-sys-mgmt-agent-go:latest 22:20:05  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:20:05 $ docker stop --time=1 b63525f69fc48265d6f7f1e069658b0de883eae19b54bb6d789e443da25545c7 22:20:07 $ docker rm -f b63525f69fc48265d6f7f1e069658b0de883eae19b54bb6d789e443da25545c7 22:20:07 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] // withDockerContainer [Pipeline] sh 22:20:07 + docker images 22:20:07 + grep docker 22:20:07 docker-sys-mgmt-agent-go latest 9623a25dc95d 3 seconds ago 284MB 22:20:07 docker-core-data-go latest 2fdfc2959cd2 16 seconds ago 24.5MB 22:20:07 docker-core-command-go latest d22dac802c83 42 seconds ago 13MB 22:20:07 docker-support-scheduler-go latest 2191cd90c3be 42 seconds ago 13.1MB 22:20:07 docker-support-logging-go latest 87a0f0e95ae2 49 seconds ago 11.8MB 22:20:07 docker-security-secrets-setup-go latest 83d508894c6a 2 minutes ago 25.1MB 22:20:07 docker-security-secretstore-setup-go latest ad38f02ac641 2 minutes ago 33.9MB 22:20:07 docker-core-metadata-go latest d1b3a898e812 2 minutes ago 14.4MB 22:20:07 docker-support-notifications-go latest de5efbd49c4c 2 minutes ago 14.5MB 22:20:07 docker-security-proxy-setup-go latest 234298e88581 2 minutes ago 16.4MB 22:20:07 docker latest 81f5749c9058 2 months ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:20:11 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 22:20:16 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] } 22:20:19 $ docker stop --time=1 82c51e9785a5a44604722726cad525d40696392ccd05c8cd8a466a76ba0f199c 22:20:21 $ docker rm -f 82c51e9785a5a44604722726cad525d40696392ccd05c8cd8a466a76ba0f199c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:20:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:20:23 22:20:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:20:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:20:24 latest: Pulling from edgex-devops/edgex-compose-arm64 22:20:24 29e5d40040c1: Pulling fs layer 22:20:24 1ce36da41761: Pulling fs layer 22:20:24 25b303627fd3: Pulling fs layer 22:20:24 29e5d40040c1: Verifying Checksum 22:20:24 29e5d40040c1: Download complete 22:20:25 1ce36da41761: Verifying Checksum 22:20:25 1ce36da41761: Download complete 22:20:25 29e5d40040c1: Pull complete 22:20:26 1ce36da41761: Pull complete 22:20:26 25b303627fd3: Download complete 22:20:36 25b303627fd3: Pull complete 22:20:36 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:20:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:20:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:20:36 prd-ubuntu18.04-docker-arm64-4c-16g-333 does not seem to be running inside a container 22:20:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose-arm64:latest cat 22:20:40 $ docker top 9cbe03bdc4280134370583e863a9b4ded044a0233d939f90e219ba4fa85779fc -eo pid,comm [Pipeline] { [Pipeline] sh 22:20:41 + docker-compose build --help 22:20:41 + grep parallel 22:20:45 --parallel Build images in parallel. [Pipeline] } 22:20:45 $ docker stop --time=1 9cbe03bdc4280134370583e863a9b4ded044a0233d939f90e219ba4fa85779fc 22:20:47 $ docker rm -f 9cbe03bdc4280134370583e863a9b4ded044a0233d939f90e219ba4fa85779fc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:20:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:20:48 . [Pipeline] withDockerContainer 22:20:48 prd-ubuntu18.04-docker-arm64-4c-16g-333 does not seem to be running inside a container 22:20:48 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose-arm64:latest cat 22:20:49 $ docker top 725f0a96ba6f3549231d96c51f7ec514e2c07845d8b952bd9e644c9cf9cc60d8 -eo pid,comm [Pipeline] { [Pipeline] sh 22:20:50 + docker-compose -f ./docker-compose-build.yml build --parallel 22:20:54 Building docker-core-command-go ... 22:20:54 Building docker-core-data-go ... 22:20:54 Building docker-core-metadata-go ... 22:20:54 Building docker-security-proxy-setup-go ... 22:20:54 Building docker-security-secrets-setup-go ... 22:20:54 Building docker-security-secretstore-setup-go ... 22:20:54 Building docker-support-logging-go ... 22:20:54 Building docker-support-notifications-go ... 22:20:54 Building docker-support-scheduler-go ... 22:20:54 Building docker-sys-mgmt-agent-go ... 22:20:54 Building docker-support-logging-go 22:20:54 Building docker-core-command-go 22:20:54 Building docker-support-notifications-go 22:20:54 Building docker-support-scheduler-go 22:20:54 Building docker-core-data-go 22:23:00 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 22:23:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:23:00 ---> 95ac53169609 22:23:00 Step 3/21 : WORKDIR /edgex-go 22:23:00 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 22:23:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:23:00 ---> 95ac53169609 22:23:00 Step 3/24 : WORKDIR /edgex-go 22:23:00 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 22:23:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:23:00 ---> 95ac53169609 22:23:00 Step 3/22 : WORKDIR /edgex-go 22:23:00 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 22:23:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:23:00 ---> 95ac53169609 22:23:00 Step 3/23 : WORKDIR /edgex-go 22:23:00 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 22:23:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:23:00 ---> 95ac53169609 22:23:00 Step 3/22 : WORKDIR /edgex-go 22:23:00 ---> Running in 8ceaf0259e7e 22:23:00 ---> Running in 00de04ea0bd5 22:23:00 ---> Running in 701e780831dd 22:23:00 ---> Running in efd7a1219df3 22:23:00 ---> Running in 5bff46cf0d8d 22:23:00 Removing intermediate container 8ceaf0259e7e 22:23:00 ---> 75d36e4e2f62 22:23:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:00 Removing intermediate container efd7a1219df3 22:23:00 ---> c4f63ec244ae 22:23:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:00 Removing intermediate container 5bff46cf0d8d 22:23:00 ---> c4870a30b138 22:23:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:00 Removing intermediate container 701e780831dd 22:23:00 ---> ea62fee3c16a 22:23:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:00 Removing intermediate container 00de04ea0bd5 22:23:00 ---> e559987e1676 22:23:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:00 ---> Running in e46937842017 22:23:00 ---> Running in aa79dd68810f 22:23:00 ---> Running in ed55b57b30de 22:23:00 ---> Running in 592cda3b8eb4 22:23:00 ---> Running in 6d5ace0402d1 22:23:00 Removing intermediate container e46937842017 22:23:00 ---> e25ae64b6604 22:23:00 Step 5/22 : RUN apk update && apk add make git 22:23:00 ---> Running in 8dfa231d3bb1 22:23:00 Removing intermediate container ed55b57b30de 22:23:00 ---> f4798b42b692 22:23:00 Step 5/21 : RUN apk update && apk add make git 22:23:00 Removing intermediate container 592cda3b8eb4 22:23:00 ---> cb111d99bb29 22:23:00 Step 5/22 : RUN apk update && apk add make && apk add bash git 22:23:00 Removing intermediate container aa79dd68810f 22:23:00 ---> b8b799e5e6c9 22:23:00 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 22:23:00 Removing intermediate container 6d5ace0402d1 22:23:00 ---> 6a9672bd1a59 22:23:00 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 22:23:00 ---> Running in 8bef6b366c78 22:23:00 ---> Running in 7a642ddd16ea 22:23:00 ---> Running in 5b8720193a8b 22:23:00 ---> Running in c10771768661 22:23:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:23:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:23:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:23:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:23:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:23:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:23:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:23:02 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:23:02 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:23:02 OK: 12617 distinct packages available 22:23:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:23:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:23:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:23:03 OK: 217 MiB in 51 packages 22:23:03 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:23:03 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:23:03 OK: 12617 distinct packages available 22:23:04 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:23:04 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:23:04 OK: 12617 distinct packages available 22:23:04 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:23:04 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:23:04 OK: 12617 distinct packages available 22:23:04 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:23:04 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:23:04 OK: 12617 distinct packages available 22:23:04 OK: 217 MiB in 51 packages 22:23:04 OK: 217 MiB in 51 packages 22:23:05 OK: 217 MiB in 51 packages 22:23:05 OK: 217 MiB in 51 packages 22:23:05 Removing intermediate container 8dfa231d3bb1 22:23:05 ---> 47192ba371e1 22:23:05 Step 6/22 : COPY go.mod . 22:23:05 OK: 217 MiB in 51 packages 22:23:06 Removing intermediate container 8bef6b366c78 22:23:06 ---> 9a578b12f195 22:23:06 Step 6/21 : COPY go.mod . 22:23:07 ---> 6cf1bdfeba4a 22:23:07 Step 7/22 : RUN go mod download 22:23:07 Removing intermediate container c10771768661 22:23:07 ---> d5a2cbcb8cc1 22:23:07 Step 6/24 : COPY go.mod . 22:23:07 Removing intermediate container 5b8720193a8b 22:23:07 ---> ad3e7676e030 22:23:07 Step 6/23 : COPY go.mod . 22:23:07 ---> Running in a7f17e043a8a 22:23:07 Removing intermediate container 7a642ddd16ea 22:23:07 ---> 711adc3b6fb7 22:23:07 Step 6/22 : COPY go.mod . 22:23:07 ---> dd5219988896 22:23:07 Step 7/21 : RUN go mod download 22:23:07 ---> Running in 241295a2952e 22:23:08 ---> eeed0b8e2212 22:23:08 Step 7/24 : RUN go mod download 22:23:08 ---> 9d8664942a4e 22:23:08 Step 7/23 : RUN go mod download 22:23:08 ---> Running in 8a20317954a3 22:23:08 ---> 03eeef3f4cea 22:23:08 Step 7/22 : RUN go mod download 22:23:08 ---> Running in b3e88b906412 22:23:09 ---> Running in 7cd8d9872d9e 22:23:12 Removing intermediate container a7f17e043a8a 22:23:12 ---> d7bc103b1dab 22:23:12 Step 8/22 : COPY . . 22:23:12 Removing intermediate container 241295a2952e 22:23:12 ---> 6029d9a44dcc 22:23:12 Step 8/21 : COPY . . 22:23:13 Removing intermediate container 8a20317954a3 22:23:13 ---> 30cef8709776 22:23:13 Step 8/24 : COPY . . 22:23:14 Removing intermediate container 7cd8d9872d9e 22:23:14 ---> cd21f459d213 22:23:14 Step 8/22 : COPY . . 22:23:14 Removing intermediate container b3e88b906412 22:23:14 ---> c32747d0286e 22:23:14 Step 8/23 : COPY . . 22:23:46 ---> bf6910324fd1 22:23:46 Step 9/22 : RUN make cmd/core-command/core-command 22:23:46 ---> 0d19d040a9e2 22:23:46 Step 9/24 : RUN make cmd/support-notifications/support-notifications 22:23:46 ---> 145a5bc64966 22:23:46 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 22:23:46 ---> 5b9105ef7154 22:23:46 Step 9/23 : RUN make cmd/core-data/core-data 22:23:46 ---> d5f4a2eb7f0d 22:23:46 Step 9/22 : RUN make cmd/support-logging/support-logging 22:23:46 ---> Running in f395043ab070 22:23:46 ---> Running in 9ff4e31fb568 22:23:46 ---> Running in 060b9ff06ce6 22:23:46 ---> Running in 1203aa1db136 22:23:46 ---> Running in db8301f8bfd1 22:23:46 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 22:23:47 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 22:23:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:23:47 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 22:23:47 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 22:25:24 Removing intermediate container 1203aa1db136 22:25:24 ---> 339c1fc2f539 22:25:24 22:25:24 Step 10/22 : FROM scratch 22:25:24 ---> 22:25:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:25:24 ---> Running in 94c8a6e8267f 22:25:25 Removing intermediate container 94c8a6e8267f 22:25:25 ---> 80da856043ab 22:25:25 Step 12/22 : ENV APP_PORT=48061 22:25:25 ---> Running in 689cf94088d2 22:25:26 Removing intermediate container 689cf94088d2 22:25:26 ---> c10f9bf490b5 22:25:26 Step 13/22 : EXPOSE $APP_PORT 22:25:26 ---> Running in 46d4eaaa4566 22:25:27 Removing intermediate container 46d4eaaa4566 22:25:27 ---> 1ce7b59ba42b 22:25:27 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 22:25:28 ---> c0ecf25f5577 22:25:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 22:25:29 ---> da6310c3398f 22:25:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 22:25:31 ---> 64e2b02d4f99 22:25:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 22:25:32 ---> ccd6e474a30d 22:25:32 Step 18/22 : ENTRYPOINT ["/support-logging"] 22:25:32 ---> Running in 6d3f84a4f5dc 22:25:33 Removing intermediate container 6d3f84a4f5dc 22:25:33 ---> dd5d498a8d1f 22:25:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:25:33 ---> Running in c4e506a5ae89 22:25:34 Removing intermediate container c4e506a5ae89 22:25:34 ---> b3d9cb2e8502 22:25:34 Step 20/22 : LABEL arch=arm64 22:25:34 ---> Running in d0770a8ae3d9 22:25:35 Removing intermediate container d0770a8ae3d9 22:25:35 ---> 8d85c7654a35 22:25:35 Step 21/22 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:25:35 ---> Running in cdddd18c33d2 22:25:36 Removing intermediate container cdddd18c33d2 22:25:36 ---> 1fb4f3fe4945 22:25:36 Step 22/22 : LABEL version=0.0.0 22:25:37 ---> Running in c1e1b8a3ff23 22:25:38 Removing intermediate container c1e1b8a3ff23 22:25:38 ---> 2153a632e8d3 22:25:38 22:25:40 Successfully built 2153a632e8d3 22:25:40 Successfully tagged docker-support-logging-go-arm64:latest 22:25:40 Building docker-core-metadata-go 22:25:47  Building docker-support-logging-go ... done Removing intermediate container 060b9ff06ce6 22:25:47 ---> 58ce0090dac6 22:25:47 22:25:47 Step 10/21 : FROM scratch 22:25:47 ---> 22:25:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:25:47 Removing intermediate container f395043ab070 22:25:47 ---> 362e8ce5e159 22:25:47 22:25:47 Step 10/22 : FROM scratch 22:25:47 ---> 22:25:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:25:47 ---> Running in 98ebcea69507 22:25:47 ---> Running in e168d06d3b6e 22:25:47 Removing intermediate container 9ff4e31fb568 22:25:47 ---> 608de223fe44 22:25:47 22:25:47 Step 10/24 : FROM scratch 22:25:47 ---> 22:25:47 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:25:47 ---> Using cache 22:25:47 ---> 80da856043ab 22:25:47 Step 12/24 : ENV APP_PORT=48060 22:25:47 ---> Running in 13ed0725685f 22:25:47 Removing intermediate container e168d06d3b6e 22:25:47 ---> 19affb115fb6 22:25:47 Step 12/22 : ENV APP_PORT=48082 22:25:48 Removing intermediate container 98ebcea69507 22:25:48 ---> 251488dec24f 22:25:48 Step 12/21 : ENV APP_PORT=48085 22:25:48 ---> Running in bf2e8a5bb5f5 22:25:48 ---> Running in 79ea3b72e43d 22:25:48 Removing intermediate container 13ed0725685f 22:25:48 ---> 7439d51f0b13 22:25:48 Step 13/24 : EXPOSE $APP_PORT 22:25:48 ---> Running in 5b926a02b23d 22:25:48 Removing intermediate container 79ea3b72e43d 22:25:48 ---> 5b9f5cbcc9a0 22:25:48 Step 13/22 : EXPOSE $APP_PORT 22:25:49 Removing intermediate container bf2e8a5bb5f5 22:25:49 ---> c84e57e557f4 22:25:49 Step 13/21 : EXPOSE $APP_PORT 22:25:49 ---> Running in 65a8a0aed753 22:25:49 ---> Running in 77710e2e9eb8 22:25:49 Removing intermediate container 5b926a02b23d 22:25:49 ---> 97769baa998d 22:25:49 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 22:25:49 Removing intermediate container 65a8a0aed753 22:25:49 ---> ccef76c7893e 22:25:49 Step 14/22 : WORKDIR / 22:25:50 Removing intermediate container 77710e2e9eb8 22:25:50 ---> 19cdbe22b349 22:25:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 22:25:50 ---> Running in b1175d504fa5 22:25:51 ---> 556a98d7b6f9 22:25:51 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 22:25:51 ---> 10a5d2d84009 22:25:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:25:51 Removing intermediate container b1175d504fa5 22:25:51 ---> 088068db37be 22:25:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 22:25:53 ---> 772cdecffe7b 22:25:53 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 22:25:54 ---> 63b8b6b90451 22:25:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:25:54 ---> d3afca810537 22:25:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:25:56 ---> d7e64f0d966c 22:25:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 22:25:56 ---> 648ecad3ee1d 22:25:56 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 22:25:57 ---> c3462d5355dc 22:25:57 ---> Running in 632cb61feb61 22:25:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:25:57 ---> 54833dc850e4 22:25:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:25:57 Removing intermediate container 632cb61feb61 22:25:57 ---> dc19afd6c784 22:25:57 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:25:58 ---> Running in 41daa3f0ce5c 22:25:59 ---> 582863b3969c 22:25:59 Step 18/22 : ENTRYPOINT ["/core-command"] 22:25:59 ---> Running in e299e996f745 22:25:59 Removing intermediate container 41daa3f0ce5c 22:25:59 ---> 3e5ce53751aa 22:25:59 Step 19/21 : LABEL arch=arm64 22:26:00 ---> 4134034d1df2 22:26:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:26:00 ---> Running in ff14ba4f99b4 22:26:00 Removing intermediate container e299e996f745 22:26:00 ---> 09defe90ea86 22:26:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:26:01 ---> Running in dc1742d9a8cf 22:26:01 Removing intermediate container ff14ba4f99b4 22:26:01 ---> da3d3944d2bf 22:26:01 Step 20/21 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:26:02 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 22:26:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:26:02 ---> 95ac53169609 22:26:02 Step 3/22 : WORKDIR /edgex-go 22:26:02 ---> Using cache 22:26:02 ---> e559987e1676 22:26:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:02 ---> Using cache 22:26:02 ---> 6a9672bd1a59 22:26:02 Step 5/22 : RUN apk update && apk add make git 22:26:02 ---> 7b80ea5c65a4 22:26:02 Step 20/24 : ENTRYPOINT ["/support-notifications"] 22:26:02 ---> Running in d9d5d152ee62 22:26:02 ---> Running in d6784256e447 22:26:02 ---> Running in 4c008b164239 22:26:02 Removing intermediate container dc1742d9a8cf 22:26:02 ---> 3da86df1fa4e 22:26:02 Step 20/22 : LABEL arch=arm64 22:26:03 Removing intermediate container d9d5d152ee62 22:26:03 ---> 5fc25691e7a9 22:26:03 Step 21/21 : LABEL version=0.0.0 22:26:03 ---> Running in 25fc1f0f53a7 22:26:03 Removing intermediate container 4c008b164239 22:26:03 ---> e3cc1c7a9065 22:26:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:26:03 ---> Running in 8e630d1cb99f 22:26:03 ---> Running in 4d5d665fc467 22:26:04 Removing intermediate container db8301f8bfd1 22:26:04 ---> 69791ecf6ffc 22:26:04 22:26:04 Step 10/23 : FROM alpine 22:26:04 Removing intermediate container 25fc1f0f53a7 22:26:04 ---> 4671a6df74e0 22:26:04 Step 21/22 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:26:04 Removing intermediate container 8e630d1cb99f 22:26:04 ---> ec3dbd0b2f57 22:26:04 22:26:04 Removing intermediate container 4d5d665fc467 22:26:04 ---> 166e1c5aad62 22:26:04 Step 22/24 : LABEL arch=arm64 22:26:04 ---> Running in f24178d5024f 22:26:04 latest: Pulling from library/alpine 22:26:04 ---> Running in e72ac3591c60 22:26:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:26:04 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 22:26:04 Status: Downloaded newer image for alpine:latest 22:26:04 ---> 62ee0e9f8440 22:26:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:26:04 Successfully built ec3dbd0b2f57 22:26:04 Successfully tagged docker-support-scheduler-go-arm64:latest 22:26:04  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 22:26:05 ---> Running in 908e8b881d2e 22:26:05 Removing intermediate container f24178d5024f 22:26:05 ---> c9a6d45c52cd 22:26:05 Step 22/22 : LABEL version=0.0.0 22:26:05 ---> Running in a320a77f344e 22:26:05 Removing intermediate container e72ac3591c60 22:26:05 ---> bbc728ef086b 22:26:05 Step 23/24 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:26:05 ---> Running in 68de474603c8 22:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:26:05 Removing intermediate container 908e8b881d2e 22:26:05 ---> d00b096fe5ce 22:26:05 Step 12/23 : ENV APP_PORT=48080 22:26:06 ---> Running in e11097e23f2a 22:26:06 Removing intermediate container a320a77f344e 22:26:06 ---> 57916e667c3b 22:26:06 22:26:06 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:26:06 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:26:06 OK: 12617 distinct packages available 22:26:06 Successfully built 57916e667c3b 22:26:06 Successfully tagged docker-core-command-go-arm64:latest 22:26:06  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 22:26:06 Removing intermediate container 68de474603c8 22:26:06 ---> eee5735e7f63 22:26:06 Step 24/24 : LABEL version=0.0.0 22:26:07 Removing intermediate container e11097e23f2a 22:26:07 ---> c1e5d9845f82 22:26:07 Step 13/23 : EXPOSE $APP_PORT 22:26:07 ---> Running in c4a7510d5df5 22:26:07 OK: 217 MiB in 51 packages 22:26:07 ---> Running in 2c945fe2b569 22:26:09 Removing intermediate container 2c945fe2b569 22:26:09 ---> c0fcc96a4c9d 22:26:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container c4a7510d5df5 22:26:09 22:26:09 ---> 7979ee1629a3 22:26:09 22:26:10 Successfully built 7979ee1629a3 22:26:10 Successfully tagged docker-support-notifications-go-arm64:latest 22:26:10  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 22:26:11 ---> Running in 5715f6a4fbe2 22:26:11 Removing intermediate container d6784256e447 22:26:11 ---> ef61e522a389 22:26:11 Step 6/22 : COPY go.mod . 22:26:12 ---> c1be2f6da73b 22:26:12 Step 7/22 : RUN go mod download 22:26:14 ---> Running in 393eac4a6db2 22:26:16 Removing intermediate container 5715f6a4fbe2 22:26:16 ---> 419afbde19f5 22:26:16 Step 15/23 : RUN apk --no-cache add zeromq 22:26:17 ---> Running in ef28af40a82d 22:26:19 Removing intermediate container 393eac4a6db2 22:26:19 ---> ac14eee27a60 22:26:19 Step 8/22 : COPY . . 22:26:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:26:21 (1/5) Installing libgcc (9.3.0-r2) 22:26:22 (2/5) Installing libsodium (1.0.18-r0) 22:26:22 (3/5) Installing libstdc++ (9.3.0-r2) 22:26:22 (4/5) Installing libzmq (4.3.2-r0) 22:26:22 (5/5) Installing zeromq (4.3.2-r0) 22:26:22 Executing busybox-1.31.1-r16.trigger 22:26:22 OK: 8 MiB in 19 packages 22:26:28 Removing intermediate container ef28af40a82d 22:26:28 ---> 489513bd993b 22:26:28 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 22:26:28 ---> 82681e95d861 22:26:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:26:31 ---> 202c7af40007 22:26:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:26:33 ---> 1351b5fa6ce8 22:26:33 Step 19/23 : ENTRYPOINT ["/core-data"] 22:26:33 ---> Running in e0fe798bf815 22:26:34 Removing intermediate container e0fe798bf815 22:26:34 ---> 615e1ec60af0 22:26:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:26:34 ---> Running in 030cc83246ff 22:26:35 Removing intermediate container 030cc83246ff 22:26:35 ---> ffc68a112e5a 22:26:35 Step 21/23 : LABEL arch=arm64 22:26:35 ---> Running in 1f6a01b8f04e 22:26:36 Removing intermediate container 1f6a01b8f04e 22:26:36 ---> 2612e7c8fceb 22:26:36 Step 22/23 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:26:36 ---> Running in 4378b4c2d590 22:26:37 Removing intermediate container 4378b4c2d590 22:26:37 ---> 795292702ca2 22:26:37 Step 23/23 : LABEL version=0.0.0 22:26:37 ---> Running in f26a18a78ecc 22:26:38 Removing intermediate container f26a18a78ecc 22:26:38 ---> ca045ccdcc77 22:26:38 22:26:39 ---> 08bf9d82089c 22:26:39 Step 9/22 : RUN make cmd/core-metadata/core-metadata 22:26:39 Successfully built ca045ccdcc77 22:26:39 Successfully tagged docker-core-data-go-arm64:latest 22:26:39 Building docker-security-secrets-setup-go 22:26:39  Building docker-core-data-go ... done  ---> Running in e70e93c46255 22:26:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:26:59 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 22:26:59 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:26:59 ---> 95ac53169609 22:26:59 Step 3/27 : WORKDIR /edgex-go 22:26:59 ---> Using cache 22:26:59 ---> e559987e1676 22:26:59 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:59 ---> Using cache 22:26:59 ---> 6a9672bd1a59 22:26:59 Step 5/27 : RUN apk update && apk add make bash git 22:27:03 ---> Running in f1975e805c99 22:27:03 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 22:27:03 Step 2/20 : FROM ${BUILDER_BASE} AS builder 22:27:03 ---> 95ac53169609 22:27:03 Step 3/20 : WORKDIR /edgex-go 22:27:03 ---> Using cache 22:27:03 ---> e559987e1676 22:27:03 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:03 ---> Using cache 22:27:03 ---> 6a9672bd1a59 22:27:03 Step 5/20 : RUN apk update && apk add make git 22:27:03 ---> Using cache 22:27:03 ---> ef61e522a389 22:27:03 Step 6/20 : COPY go.mod . 22:27:03 ---> Using cache 22:27:03 ---> c1be2f6da73b 22:27:03 Step 7/20 : RUN go mod download 22:27:03 ---> Using cache 22:27:03 ---> ac14eee27a60 22:27:03 Step 8/20 : COPY . . 22:27:03 ---> Using cache 22:27:03 ---> 08bf9d82089c 22:27:03 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 22:27:03 ---> Running in d9865b729b88 22:27:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:06 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 22:27:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:08 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:27:08 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:27:08 OK: 12617 distinct packages available 22:27:08 OK: 217 MiB in 51 packages 22:27:12 Removing intermediate container f1975e805c99 22:27:12 ---> d54fd791ea16 22:27:12 Step 6/27 : COPY go.mod . 22:27:12 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 22:27:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:27:12 ---> 95ac53169609 22:27:12 Step 3/26 : WORKDIR /edgex-go 22:27:12 ---> Using cache 22:27:12 ---> e559987e1676 22:27:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:12 ---> Using cache 22:27:12 ---> 6a9672bd1a59 22:27:12 Step 5/26 : RUN apk update && apk add make git 22:27:12 ---> Using cache 22:27:12 ---> ef61e522a389 22:27:12 Step 6/26 : COPY go.mod . 22:27:12 ---> Using cache 22:27:12 ---> c1be2f6da73b 22:27:12 Step 7/26 : RUN go mod download 22:27:12 ---> Using cache 22:27:12 ---> ac14eee27a60 22:27:12 Step 8/26 : COPY . . 22:27:12 ---> Using cache 22:27:12 ---> 08bf9d82089c 22:27:12 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 22:27:12 ---> Running in 56e31e71d2e1 22:27:13 ---> 49a54b090abc 22:27:13 Step 7/27 : RUN go mod download 22:27:14 ---> Running in c52a7396caec 22:27:15 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 22:27:22 Removing intermediate container c52a7396caec 22:27:22 ---> faf0b172070e 22:27:22 Step 8/27 : COPY . . 22:27:28 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 22:27:28 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 22:27:28 ---> 95ac53169609 22:27:28 Step 3/29 : WORKDIR /edgex-go 22:27:28 ---> Using cache 22:27:28 ---> e559987e1676 22:27:28 Step 4/29 : RUN apk update && apk add make git 22:27:30 ---> Running in f1f85610aaad 22:27:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:35 v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:27:35 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:27:35 OK: 12617 distinct packages available 22:27:37 OK: 217 MiB in 51 packages 22:27:40 Removing intermediate container f1f85610aaad 22:27:40 ---> 9e8a4deefcf0 22:27:40 Step 5/29 : COPY go.mod . 22:27:42 ---> ab069d37691b 22:27:42 Step 6/29 : RUN go mod download 22:27:42 ---> Running in 3092523969da 22:27:48 Removing intermediate container 3092523969da 22:27:48 ---> f517a32e3ed2 22:27:48 Step 7/29 : COPY . . 22:27:48 ---> 0f0ad90c2c10 22:27:48 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:27:48 ---> Running in 3a4618b01b82 22:27:52 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 22:28:14 Removing intermediate container e70e93c46255 22:28:14 ---> 094d9c53d67a 22:28:14 22:28:14 Step 10/22 : FROM scratch 22:28:14 ---> 22:28:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:28:14 ---> Using cache 22:28:14 ---> 251488dec24f 22:28:14 Step 12/22 : ENV APP_PORT=48081 22:28:14 ---> 5ae57eff1331 22:28:14 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 22:28:14 ---> Running in c67c8ecdb468 22:28:14 ---> Running in 9b53e001fac4 22:28:14 Removing intermediate container c67c8ecdb468 22:28:14 ---> 8bc4803ae2bc 22:28:14 Step 13/22 : EXPOSE $APP_PORT 22:28:14 ---> Running in 736fa4341d9d 22:28:14 Removing intermediate container 736fa4341d9d 22:28:14 ---> 24e85bd798d8 22:28:14 Step 14/22 : WORKDIR / 22:28:14 ---> Running in 030cb71502ac 22:28:15 Removing intermediate container 030cb71502ac 22:28:15 ---> 8f7f3c54cadd 22:28:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 22:28:15 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 22:28:16 ---> d09eb0bda01e 22:28:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:28:18 ---> 5fc15462ac75 22:28:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:28:19 ---> 00ad6a15d84f 22:28:19 Step 18/22 : ENTRYPOINT ["/core-metadata"] 22:28:19 ---> Running in ac644409adf0 22:28:20 Removing intermediate container ac644409adf0 22:28:20 ---> 88efb20b8a8a 22:28:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:20 ---> Running in 8975227bc419 22:28:21 Removing intermediate container 8975227bc419 22:28:21 ---> 33276e5eaeb6 22:28:21 Step 20/22 : LABEL arch=arm64 22:28:21 ---> Running in e7a5a7d4d263 22:28:22 Removing intermediate container e7a5a7d4d263 22:28:22 ---> 54d22cabb1f5 22:28:22 Step 21/22 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:28:23 ---> Running in 7d0c1e4004d9 22:28:24 Removing intermediate container 7d0c1e4004d9 22:28:24 ---> 7c6a0a8f9a4e 22:28:24 Step 22/22 : LABEL version=0.0.0 22:28:24 ---> Running in 781418c6ec34 22:28:25 Removing intermediate container d9865b729b88 22:28:25 ---> 0589f5d79638 22:28:25 22:28:25 Step 10/20 : FROM alpine 22:28:25 ---> 62ee0e9f8440 22:28:25 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 22:28:25 ---> Running in 480d0778c689 22:28:25 Removing intermediate container 781418c6ec34 22:28:25 ---> bfb982bc6684 22:28:25 22:28:26 Successfully built bfb982bc6684 22:28:26 Successfully tagged docker-core-metadata-go-arm64:latest 22:28:27  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:28:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:28:29 v3.12.0-262-gb9e335a9e8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:28:29 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:28:29 OK: 12617 distinct packages available 22:28:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:28:29 (1/4) Installing ca-certificates (20191127-r4) 22:28:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:28:29 (3/4) Installing libcurl (7.69.1-r0) 22:28:29 (4/4) Installing curl (7.69.1-r0) 22:28:29 Executing busybox-1.31.1-r16.trigger 22:28:29 Executing ca-certificates-20191127-r4.trigger 22:28:30 OK: 7 MiB in 18 packages 22:28:32 Removing intermediate container 480d0778c689 22:28:32 ---> 13c5fa4a35d0 22:28:32 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:28:33 ---> Running in 5deef73dfe9b 22:28:33 Removing intermediate container 5deef73dfe9b 22:28:33 ---> d0f1f3ae965c 22:28:33 Step 13/20 : WORKDIR /edgex 22:28:33 ---> Running in 83dac289f36c 22:28:34 Removing intermediate container 83dac289f36c 22:28:34 ---> 80decb14d4b0 22:28:34 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:28:35 ---> cf587be35259 22:28:35 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:28:37 ---> f6d76ef38888 22:28:37 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:28:37 ---> Running in 6e9edd872ff2 22:28:38 Removing intermediate container 6e9edd872ff2 22:28:38 ---> c95416a572f8 22:28:38 Step 17/20 : CMD ["--init=true"] 22:28:38 ---> Running in 2e2c197b5512 22:28:38 Removing intermediate container 2e2c197b5512 22:28:38 ---> 5d530a4f135f 22:28:38 Step 18/20 : LABEL arch=arm64 22:28:39 ---> Running in 47823ea0dd56 22:28:39 Removing intermediate container 47823ea0dd56 22:28:39 ---> e44ad0a5c58d 22:28:39 Step 19/20 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:28:39 ---> Running in 162df383ec37 22:28:40 Removing intermediate container 162df383ec37 22:28:40 ---> 864cd5faea79 22:28:40 Step 20/20 : LABEL version=0.0.0 22:28:40 ---> Running in e8e097373a76 22:28:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 22:28:41 Removing intermediate container e8e097373a76 22:28:41 ---> ef794eff3c27 22:28:41 22:28:41 Successfully built ef794eff3c27 22:28:41 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:28:52  Building docker-security-proxy-setup-go ... done Removing intermediate container 56e31e71d2e1 22:28:52 ---> 430bd1c20ae0 22:28:52 22:28:52 Step 10/26 : FROM alpine:3.10 22:28:52 3.10: Pulling from library/alpine 22:28:53 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 22:28:53 Status: Downloaded newer image for alpine:3.10 22:28:53 ---> 536a684cf733 22:28:53 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 22:28:54 ---> Running in f4ab81d957d2 22:28:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 22:28:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 22:28:56 v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 22:28:56 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 22:28:56 OK: 10167 distinct packages available 22:28:57 (1/5) Installing ca-certificates (20191127-r2) 22:28:57 (2/5) Installing nghttp2-libs (1.39.2-r1) 22:28:57 (3/5) Installing libcurl (7.66.0-r0) 22:28:57 (4/5) Installing curl (7.66.0-r0) 22:28:57 (5/5) Installing dumb-init (1.2.2-r1) 22:28:57 Executing busybox-1.30.1-r3.trigger 22:28:57 Executing ca-certificates-20191127-r2.trigger 22:28:58 OK: 7 MiB in 19 packages 22:29:00 Removing intermediate container f4ab81d957d2 22:29:00 ---> 8971eb3bbd07 22:29:00 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:29:00 ---> Running in 18ceba7d347e 22:29:00 Removing intermediate container 3a4618b01b82 22:29:00 ---> ed769bd5387d 22:29:00 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:29:00 ---> Running in 8b1ac9fe4cfd 22:29:01 Removing intermediate container 18ceba7d347e 22:29:01 ---> 553d440a7863 22:29:01 Step 13/26 : WORKDIR / 22:29:01 ---> Running in 36b524b66b71 22:29:01 Removing intermediate container 36b524b66b71 22:29:01 ---> fcabb8dbe613 22:29:01 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:29:02 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 22:29:02 ---> 1bc0d793e4dc 22:29:02 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:29:04 ---> f5db8f1bf658 22:29:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:29:05 ---> 213944f525f6 22:29:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 22:29:05 Removing intermediate container 9b53e001fac4 22:29:05 ---> e9e0d81be34f 22:29:05 22:29:05 Step 9/29 : FROM alpine:latest 22:29:05 ---> 62ee0e9f8440 22:29:05 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 22:29:05 ---> Running in 725037287b8a 22:29:06 ---> eaf615a9b7a4 22:29:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:29:06 Removing intermediate container 8b1ac9fe4cfd 22:29:06 ---> 468babe6ccf5 22:29:06 22:29:06 Step 11/27 : FROM docker:latest 22:29:06 ---> ce9d55ae87f1 22:29:06 Step 12/27 : RUN apk add --no-cache bash 22:29:06 ---> Running in 53d1087e6056 22:29:06 Removing intermediate container 725037287b8a 22:29:06 ---> 6f99e858d88c 22:29:06 Step 11/29 : USER root 22:29:06 ---> Running in 2af886f5eb7b 22:29:07 Removing intermediate container 2af886f5eb7b 22:29:07 ---> e237d8984fbe 22:29:07 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 22:29:07 ---> 55d900b13a74 22:29:07 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:29:07 ---> Running in a9dadf1fdd2c 22:29:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:29:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:29:09 ---> d66aae86b114 22:29:09 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 22:29:09 (1/2) Installing readline (8.0.4-r0) 22:29:09 (2/2) Installing bash (5.0.17-r0) 22:29:09 Executing bash-5.0.17-r0.post-install 22:29:09 Executing busybox-1.31.1-r16.trigger 22:29:09 OK: 12 MiB in 22 packages 22:29:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:29:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:29:10 ---> 3f0668b4618b 22:29:10 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:29:10 v3.12.0-262-gb9e335a9e8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:29:10 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:29:10 OK: 12617 distinct packages available 22:29:10 Removing intermediate container 53d1087e6056 22:29:10 ---> 22519b88545c 22:29:10 Step 13/27 : RUN rm -rf /var/cache/apk/* 22:29:10 ---> Running in 37b589ac8dc5 22:29:11 ---> a796d9ad6973 22:29:11 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:29:11 ---> Running in a2c42eb1aa97 22:29:11 (1/2) Installing ca-certificates (20191127-r4) 22:29:11 (2/2) Installing dumb-init (1.2.2-r1) 22:29:11 Executing busybox-1.31.1-r16.trigger 22:29:11 Executing ca-certificates-20191127-r4.trigger 22:29:11 OK: 6 MiB in 16 packages 22:29:13 Removing intermediate container a9dadf1fdd2c 22:29:13 ---> ae4d2207d97a 22:29:13 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 22:29:13 ---> Running in 8fdae6d57a7f 22:29:13 Removing intermediate container 37b589ac8dc5 22:29:13 ---> c5e010bbcc15 22:29:13 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:29:14 ---> Running in b1de92c3a529 22:29:14 Removing intermediate container a2c42eb1aa97 22:29:14 ---> 43c356e401d3 22:29:14 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 22:29:14 Removing intermediate container 8fdae6d57a7f 22:29:14 ---> eb937fa728be 22:29:14 Step 14/29 : WORKDIR $BASE_DIR 22:29:14 ---> Running in 42fc82596b1b 22:29:14 ---> Running in 3fbd08f1270f 22:29:14 Removing intermediate container b1de92c3a529 22:29:14 ---> aee457c971b5 22:29:14 Step 15/27 : ENV APP_PORT=48090 22:29:14 ---> Running in f3dee0dd2369 22:29:14 Removing intermediate container 42fc82596b1b 22:29:14 ---> 5cbabf6450b9 22:29:14 Step 24/26 : LABEL arch=arm64 22:29:15 ---> Running in 9323fec9b105 22:29:15 Removing intermediate container 3fbd08f1270f 22:29:15 ---> 1960f7ddf94d 22:29:15 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 22:29:15 ---> Running in b5b0f76be6df 22:29:15 Removing intermediate container f3dee0dd2369 22:29:15 ---> bcda67033c0e 22:29:15 Step 16/27 : EXPOSE $APP_PORT 22:29:15 ---> Running in c7b17ecdd347 22:29:15 Removing intermediate container 9323fec9b105 22:29:15 ---> a348f33f7bd1 22:29:15 Step 25/26 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:29:15 ---> Running in 49673502c323 22:29:16 Removing intermediate container c7b17ecdd347 22:29:16 ---> 43c915218caa 22:29:16 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:29:16 Removing intermediate container 49673502c323 22:29:16 ---> f2313d5eed37 22:29:16 Step 26/26 : LABEL version=0.0.0 22:29:16 ---> Running in 4c0996785273 22:29:17 Removing intermediate container 4c0996785273 22:29:17 ---> 006df8116acd 22:29:17 22:29:17 ---> 4d60c451bb5e 22:29:17 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:29:17 Successfully built 006df8116acd 22:29:17 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:29:18  Building docker-security-secretstore-setup-go ... done Removing intermediate container b5b0f76be6df 22:29:18 ---> fd29bbb298ae 22:29:18 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 22:29:18 ---> 30a85d94ea80 22:29:18 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:29:19 ---> fc65db63ae90 22:29:19 Step 20/27 : RUN apk --no-cache add py-pip 22:29:19 ---> 5296dc04af5c 22:29:19 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 22:29:19 ---> Running in 77216fa0139d 22:29:20 ---> f36021803b57 22:29:20 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 22:29:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:29:21 ---> 3a21d450b50f 22:29:21 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 22:29:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:29:22 (1/33) Installing libbz2 (1.0.8-r1) 22:29:22 (2/33) Installing expat (2.2.9-r1) 22:29:22 (3/33) Installing libffi (3.3-r2) 22:29:22 (4/33) Installing gdbm (1.13-r1) 22:29:22 (5/33) Installing xz-libs (5.2.5-r0) 22:29:22 (6/33) Installing sqlite-libs (3.32.1-r0) 22:29:22 ---> 9dae56efa3cf 22:29:22 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 22:29:22 (7/33) Installing python3 (3.8.5-r0) 22:29:23 ---> 808f3e99978d 22:29:23 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 22:29:23 ---> Running in 4bfbab137f2d 22:29:24 (8/33) Installing py3-appdirs (1.4.4-r1) 22:29:24 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:29:24 (10/33) Installing py3-parsing (2.4.7-r0) 22:29:24 (11/33) Installing py3-six (1.15.0-r0) 22:29:24 (12/33) Installing py3-packaging (20.4-r0) 22:29:24 (13/33) Installing py3-setuptools (47.0.0-r0) 22:29:24 (14/33) Installing py3-chardet (3.0.4-r4) 22:29:24 (15/33) Installing py3-idna (2.9-r0) 22:29:24 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:29:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:29:24 (18/33) Installing py3-requests (2.23.0-r0) 22:29:24 (19/33) Installing py3-msgpack (1.0.0-r0) 22:29:24 (20/33) Installing py3-lockfile (0.12.2-r3) 22:29:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:29:24 (22/33) Installing py3-colorama (0.4.3-r0) 22:29:24 (23/33) Installing py3-distlib (0.3.0-r0) 22:29:24 (24/33) Installing py3-distro (1.5.0-r1) 22:29:24 (25/33) Installing py3-webencodings (0.5.1-r3) 22:29:24 (26/33) Installing py3-html5lib (1.0.1-r4) 22:29:24 (27/33) Installing py3-pytoml (0.1.21-r0) 22:29:24 (28/33) Installing py3-pep517 (0.8.2-r0) 22:29:24 (29/33) Installing py3-progress (1.5-r0) 22:29:24 (30/33) Installing py3-toml (0.10.1-r0) 22:29:24 (31/33) Installing py3-retrying (1.3.3-r0) 22:29:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:29:24 (33/33) Installing py3-pip (20.1.1-r0) 22:29:24 Executing busybox-1.31.1-r16.trigger 22:29:24 OK: 71 MiB in 55 packages 22:29:26 Removing intermediate container 4bfbab137f2d 22:29:26 ---> 8da7d030684e 22:29:26 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 22:29:27 ---> cfe31e768d34 22:29:27 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:29:27 ---> Running in 9ba32fbe46f0 22:29:31 Removing intermediate container 9ba32fbe46f0 22:29:31 ---> 578cad795ab0 22:29:31 Step 24/29 : RUN chmod 755 security-secrets-setup 22:29:31 Removing intermediate container 77216fa0139d 22:29:31 ---> c7376d05765a 22:29:31 Step 21/27 : RUN pip install docker-compose==1.23.2 22:29:31 ---> Running in adbe3a03852a 22:29:31 ---> Running in a7f2815a6d5d 22:29:34 Removing intermediate container adbe3a03852a 22:29:34 ---> 70e0378ae027 22:29:34 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 22:29:34 ---> Running in 66eb11932b67 22:29:34 Removing intermediate container 66eb11932b67 22:29:34 ---> 89d06fbf8473 22:29:34 Step 26/29 : CMD [ "generate" ] 22:29:34 ---> Running in 35cb15635c6a 22:29:35 Removing intermediate container 35cb15635c6a 22:29:35 ---> cc4fed1a69c7 22:29:35 Step 27/29 : LABEL arch=arm64 22:29:35 ---> Running in 86f2e75ace70 22:29:36 Removing intermediate container 86f2e75ace70 22:29:36 ---> b91537884551 22:29:36 Step 28/29 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:29:36 ---> Running in bb6737eda4cf 22:29:36 Removing intermediate container bb6737eda4cf 22:29:36 ---> 8948b5345e33 22:29:36 Step 29/29 : LABEL version=0.0.0 22:29:37 ---> Running in 4cbb9c1e5ef7 22:29:37 Collecting docker-compose==1.23.2 22:29:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:29:37 Removing intermediate container 4cbb9c1e5ef7 22:29:37 ---> afd2bde584b7 22:29:37 22:29:38 Successfully built afd2bde584b7 22:29:38 Successfully tagged docker-security-secrets-setup-go-arm64:latest 22:29:38  Building docker-security-secrets-setup-go ... done Collecting docker<4.0,>=3.6.0 22:29:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:29:39 Collecting jsonschema<3,>=2.5.1 22:29:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:29:39 Collecting texttable<0.10,>=0.9.0 22:29:39 Downloading texttable-0.9.1.tar.gz (11 kB) 22:29:42 Collecting cached-property<2,>=1.2.0 22:29:42 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 22:29:42 Collecting dockerpty<0.5,>=0.4.1 22:29:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:29:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:29:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:29:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:29:45 Collecting docopt<0.7,>=0.6.1 22:29:45 Downloading docopt-0.6.2.tar.gz (25 kB) 22:29:47 Collecting PyYAML<4,>=3.10 22:29:47 Downloading PyYAML-3.13.tar.gz (270 kB) 22:29:50 Collecting websocket-client<1.0,>=0.32.0 22:29:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:29:50 Collecting docker-pycreds>=0.4.0 22:29:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:29:51 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) 22:29:51 Collecting urllib3<1.25,>=1.21.1 22:29:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:29:52 Collecting idna<2.8,>=2.5 22:29:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:29:52 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 22:29:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:29:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:29:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:29:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:29:53 Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, texttable, cached-property, dockerpty, docopt, PyYAML, docker-compose 22:29:53 Attempting uninstall: urllib3 22:29:53 Found existing installation: urllib3 1.25.9 22:29:53 Uninstalling urllib3-1.25.9: 22:29:53 Successfully uninstalled urllib3-1.25.9 22:29:53 Attempting uninstall: idna 22:29:53 Found existing installation: idna 2.9 22:29:53 Uninstalling idna-2.9: 22:29:54 Successfully uninstalled idna-2.9 22:29:54 Attempting uninstall: requests 22:29:54 Found existing installation: requests 2.23.0 22:29:54 Uninstalling requests-2.23.0: 22:29:54 Successfully uninstalled requests-2.23.0 22:29:56 Running setup.py install for texttable: started 22:29:58 Running setup.py install for texttable: finished with status 'done' 22:29:58 Running setup.py install for dockerpty: started 22:29:59 Running setup.py install for dockerpty: finished with status 'done' 22:29:59 Running setup.py install for docopt: started 22:30:01 Running setup.py install for docopt: finished with status 'done' 22:30:01 Running setup.py install for PyYAML: started 22:30:03 Running setup.py install for PyYAML: finished with status 'done' 22:30:04 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 22:30:08 Removing intermediate container a7f2815a6d5d 22:30:08 ---> a27b8ae047a1 22:30:08 Step 22/27 : RUN apk --no-cache add curl 22:30:08 ---> Running in 4375b5628dc0 22:30:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:30:10 (2/3) Installing libcurl (7.69.1-r0) 22:30:10 (3/3) Installing curl (7.69.1-r0) 22:30:10 Executing busybox-1.31.1-r16.trigger 22:30:10 OK: 71 MiB in 58 packages 22:30:11 Removing intermediate container 4375b5628dc0 22:30:11 ---> 7a9eeb95e689 22:30:11 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 22:30:11 ---> Running in 49458f9e72bf 22:30:12 Removing intermediate container 49458f9e72bf 22:30:12 ---> 3597ad04a714 22:30:12 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:12 ---> Running in 3216ea66b9b9 22:30:12 Removing intermediate container 3216ea66b9b9 22:30:12 ---> 1fcc43613c95 22:30:12 Step 25/27 : LABEL arch=arm64 22:30:12 ---> Running in 914c9c4cc954 22:30:13 Removing intermediate container 914c9c4cc954 22:30:13 ---> 282e2fff1ce8 22:30:13 Step 26/27 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b 22:30:13 ---> Running in 12a703ea570e 22:30:14 Removing intermediate container 12a703ea570e 22:30:14 ---> 3466bca5c2cc 22:30:14 Step 27/27 : LABEL version=0.0.0 22:30:14 ---> Running in 3b353daaf5db 22:30:14 Removing intermediate container 3b353daaf5db 22:30:14 ---> bfbecb49af73 22:30:14 22:30:14 Successfully built bfbecb49af73 22:30:14 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:30:15  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:30:15 $ docker stop --time=1 725f0a96ba6f3549231d96c51f7ec514e2c07845d8b952bd9e644c9cf9cc60d8 22:30:17 $ docker rm -f 725f0a96ba6f3549231d96c51f7ec514e2c07845d8b952bd9e644c9cf9cc60d8 [Pipeline] // withDockerContainer [Pipeline] sh 22:30:17 + + docker images 22:30:17 grep docker 22:30:18 docker-sys-mgmt-agent-go-arm64 latest bfbecb49af73 4 seconds ago 266MB 22:30:18 docker-security-secrets-setup-go-arm64 latest afd2bde584b7 41 seconds ago 24.2MB 22:30:18 docker-security-secretstore-setup-go-arm64 latest 006df8116acd About a minute ago 32.6MB 22:30:18 docker-security-proxy-setup-go-arm64 latest ef794eff3c27 About a minute ago 15.8MB 22:30:18 docker-core-metadata-go-arm64 latest bfb982bc6684 About a minute ago 13.8MB 22:30:18 docker-core-data-go-arm64 latest ca045ccdcc77 3 minutes ago 23.3MB 22:30:18 docker-support-notifications-go-arm64 latest 7979ee1629a3 4 minutes ago 13.9MB 22:30:18 docker-core-command-go-arm64 latest 57916e667c3b 4 minutes ago 12.4MB 22:30:18 docker-support-scheduler-go-arm64 latest ec3dbd0b2f57 4 minutes ago 12.6MB 22:30:18 docker-support-logging-go-arm64 latest 2153a632e8d3 4 minutes ago 11.4MB 22:30:18 docker latest ce9d55ae87f1 2 months ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:30:20 provisioning config files... 22:30:20 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5289626070010923309tmp [Pipeline] { [Pipeline] sh 22:30:20 + curl -s https://codecov.io/bash 22:30:20 + bash -s - -t @/w/workspace/edgex-go/1@tmp/config5289626070010923309tmp [Pipeline] } 22:30:21 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 22:30:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:30:24 ---> package-listing.sh 22:30:24 ++ facter osfamily 22:30:24 ++ tr '[:upper:]' '[:lower:]' 22:30:24 + OS_FAMILY=redhat 22:30:24 + workspace=/w/workspace/edgex-go/1 22:30:24 + START_PACKAGES=/tmp/packages_start.txt 22:30:24 + END_PACKAGES=/tmp/packages_end.txt 22:30:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:30:24 + PACKAGES=/tmp/packages_start.txt 22:30:24 + '[' /w/workspace/edgex-go/1 ']' 22:30:24 + PACKAGES=/tmp/packages_end.txt 22:30:24 + case "${OS_FAMILY}" in 22:30:24 + rpm -qa 22:30:24 + sort 22:30:29 + '[' -f /tmp/packages_start.txt ']' 22:30:29 + '[' -f /tmp/packages_end.txt ']' 22:30:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:30:29 + '[' /w/workspace/edgex-go/1 ']' 22:30:29 + mkdir -p /w/workspace/edgex-go/1/archives/ 22:30:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh 22:30:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:30:29 22:30:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:30:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:30:30 alpine: Pulling from edgex-lftools-log-publisher 22:30:30 c9b1b535fdd9: Pulling fs layer 22:30:30 2cc5ad85d9ab: Pulling fs layer 22:30:30 756a868c4378: Pulling fs layer 22:30:30 444b2fc9a129: Pulling fs layer 22:30:30 ea15f1150254: Pulling fs layer 22:30:30 41b27a9f41bf: Pulling fs layer 22:30:30 28c525ee5125: Pulling fs layer 22:30:30 094b1ea09ed8: Pulling fs layer 22:30:30 138eaada9080: Pulling fs layer 22:30:30 0622d0fa9048: Pulling fs layer 22:30:30 444b2fc9a129: Waiting 22:30:30 28c525ee5125: Waiting 22:30:30 41b27a9f41bf: Waiting 22:30:30 094b1ea09ed8: Waiting 22:30:30 138eaada9080: Waiting 22:30:30 0622d0fa9048: Waiting 22:30:30 2cc5ad85d9ab: Verifying Checksum 22:30:30 2cc5ad85d9ab: Download complete 22:30:30 444b2fc9a129: Verifying Checksum 22:30:30 444b2fc9a129: Download complete 22:30:30 c9b1b535fdd9: Verifying Checksum 22:30:30 c9b1b535fdd9: Download complete 22:30:30 ea15f1150254: Verifying Checksum 22:30:30 ea15f1150254: Download complete 22:30:30 28c525ee5125: Verifying Checksum 22:30:30 28c525ee5125: Download complete 22:30:30 756a868c4378: Verifying Checksum 22:30:30 756a868c4378: Download complete 22:30:30 138eaada9080: Verifying Checksum 22:30:30 138eaada9080: Download complete 22:30:30 c9b1b535fdd9: Pull complete 22:30:30 0622d0fa9048: Verifying Checksum 22:30:30 0622d0fa9048: Download complete 22:30:30 094b1ea09ed8: Verifying Checksum 22:30:30 094b1ea09ed8: Download complete 22:30:31 2cc5ad85d9ab: Pull complete 22:30:31 41b27a9f41bf: Verifying Checksum 22:30:31 41b27a9f41bf: Download complete 22:30:32 756a868c4378: Pull complete 22:30:32 444b2fc9a129: Pull complete 22:30:32 ea15f1150254: Pull complete 22:30:38 41b27a9f41bf: Pull complete 22:30:38 28c525ee5125: Pull complete 22:30:40 094b1ea09ed8: Pull complete 22:30:40 138eaada9080: Pull complete 22:30:41 0622d0fa9048: Pull complete 22:30:41 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 22:30:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:30:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:30:41 prd-centos7-docker-4c-2g-331 does not seem to be running inside a container 22:30:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:30:46 $ docker top 2ca5e2355cd96dea75edccadea11bc739dd7692a46b84fd63fbac6d91587dcc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:30:46 provisioning config files... 22:30:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2016925213836370662tmp [Pipeline] { [Pipeline] echo 22:30:46 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:30:47 ---> create-netrc.sh [Pipeline] echo 22:30:47 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:30:47 ---> logs-deploy.sh 22:30:47 + ARCHIVE_ARTIFACTS= 22:30:47 + LOGS_SERVER=https://logs.edgexfoundry.org 22:30:47 + '[' https://logs.edgexfoundry.org == None ']' 22:30:47 + NEXUS_URL=https://nexus.edgexfoundry.org 22:30:47 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2672/1 22:30:47 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2672/1/ 22:30:47 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2672/1 /w/workspace/edgex-go/1 22:30:48 Archives upload complete. 22:30:48 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2672/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2672/1/ 22:30:49 ---> uname -a: 22:30:49 Linux 2ca5e2355cd9 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:30:49 22:30:49 22:30:49 ---> lscpu: 22:30:49 Architecture: x86_64 22:30:49 CPU op-mode(s): 32-bit, 64-bit 22:30:49 Byte Order: Little Endian 22:30:49 Address sizes: 40 bits physical, 48 bits virtual 22:30:49 CPU(s): 4 22:30:49 On-line CPU(s) list: 0-3 22:30:49 Thread(s) per core: 1 22:30:49 Core(s) per socket: 1 22:30:49 Socket(s): 4 22:30:49 NUMA node(s): 1 22:30:49 Vendor ID: GenuineIntel 22:30:49 CPU family: 6 22:30:49 Model: 44 22:30:49 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:30:49 Stepping: 1 22:30:49 CPU MHz: 2933.438 22:30:49 BogoMIPS: 5866.87 22:30:49 Virtualization: VT-x 22:30:49 Hypervisor vendor: KVM 22:30:49 Virtualization type: full 22:30:49 L1d cache: 128 KiB 22:30:49 L1i cache: 128 KiB 22:30:49 L2 cache: 16 MiB 22:30:49 L3 cache: 64 MiB 22:30:49 NUMA node0 CPU(s): 0-3 22:30:49 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:30:49 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:30:49 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:30:49 Vulnerability Meltdown: Mitigation; PTI 22:30:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:30:49 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:30:49 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:30:49 Vulnerability Tsx async abort: Not affected 22:30:49 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:30:49 22:30:49 22:30:49 ---> nproc: 22:30:49 4 22:30:49 22:30:49 22:30:49 ---> df -h: 22:30:49 Filesystem Size Used Available Use% Mounted on 22:30:49 overlay 50.0G 13.8G 36.1G 28% / 22:30:49 tmpfs 64.0M 0 64.0M 0% /dev 22:30:49 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:30:49 shm 64.0M 0 64.0M 0% /dev/shm 22:30:49 /dev/vda1 50.0G 13.8G 36.1G 28% /etc/resolv.conf 22:30:49 /dev/vda1 50.0G 13.8G 36.1G 28% /etc/hostname 22:30:49 /dev/vda1 50.0G 13.8G 36.1G 28% /etc/hosts 22:30:49 /dev/vda1 50.0G 13.8G 36.1G 28% /var/log/sa 22:30:49 /dev/vda1 50.0G 13.8G 36.1G 28% /w/workspace/edgex-go/1 22:30:49 /dev/vda1 50.0G 13.8G 36.1G 28% /w/workspace/edgex-go/1@tmp 22:30:49 22:30:49 22:30:49 ---> free -m: 22:30:49 total used free shared buff/cache available 22:30:49 Mem: 1837 663 111 0 1062 1090 22:30:49 Swap: 1023 57 966 22:30:49 22:30:49 22:30:49 ---> ip addr: 22:30:49 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:30:49 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:30:49 inet 127.0.0.1/8 scope host lo 22:30:49 valid_lft forever preferred_lft forever 22:30:49 118: eth0@if119: mtu 1458 qdisc noqueue state UP 22:30:49 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 22:30:49 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 22:30:49 valid_lft forever preferred_lft forever 22:30:49 22:30:49