Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+4e0bf0319480625e5379d8d5fd7b212abf0b0714 (2277c0d6a88de4a4b1e006e8c0e1537097e46837) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:false, 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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1378’ is offline Running on prd-centos7-docker-4c-2g-1384 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/25 [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/25 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing b90723edb454d84e2f736a4673532903a291daf1 Checking out Revision b90723edb454d84e2f736a4673532903a291daf1 (PR-2574) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # 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 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b90723edb454d84e2f736a4673532903a291daf1 # timeout=10 Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 08d6e880b65106141ebdefa456357ef590e3b5a0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:31:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:25 ========================================================= 04:31:25 EdgeX Global Pipelines Version Info 04:31:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:31:27 ------------------- 04:31:27 stable info: 04:31:27 ------------------- 04:31:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:27 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:27 Message: update stable to v1.0.106 04:31:28 ------------------- 04:31:28 experimental info: 04:31:28 ------------------- 04:31:28 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:28 Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b 04:31:28 Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:31:29 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:31:29 + for file in '`ls cmd/**/Dockerfile`' 04:31:29 ++ dirname cmd/core-command/Dockerfile 04:31:29 ++ cut -d/ -f2 04:31:29 + echo core-command,cmd/core-command/Dockerfile 04:31:29 + for file in '`ls cmd/**/Dockerfile`' 04:31:29 ++ dirname cmd/core-data/Dockerfile 04:31:29 ++ cut -d/ -f2 04:31:29 + echo core-data,cmd/core-data/Dockerfile 04:31:29 + for file in '`ls cmd/**/Dockerfile`' 04:31:29 ++ dirname cmd/core-metadata/Dockerfile 04:31:29 ++ cut -d/ -f2 04:31:29 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:29 + for file in '`ls cmd/**/Dockerfile`' 04:31:29 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:29 ++ cut -d/ -f2 04:31:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:29 + for file in '`ls cmd/**/Dockerfile`' 04:31:29 ++ dirname cmd/security-secrets-setup/Dockerfile 04:31:29 ++ cut -d/ -f2 04:31:29 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:31:29 + for file in '`ls cmd/**/Dockerfile`' 04:31:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:29 ++ cut -d/ -f2 04:31:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:29 + for file in '`ls cmd/**/Dockerfile`' 04:31:29 ++ dirname cmd/support-logging/Dockerfile 04:31:29 ++ cut -d/ -f2 04:31:29 + echo support-logging,cmd/support-logging/Dockerfile 04:31:29 + for file in '`ls cmd/**/Dockerfile`' 04:31:29 ++ dirname cmd/support-notifications/Dockerfile 04:31:29 ++ cut -d/ -f2 04:31:29 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:29 + for file in '`ls cmd/**/Dockerfile`' 04:31:29 ++ dirname cmd/support-scheduler/Dockerfile 04:31:29 ++ cut -d/ -f2 04:31:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:29 + for file in '`ls cmd/**/Dockerfile`' 04:31:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:29 ++ cut -d/ -f2 04:31:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:31:29 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:31:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:30 04:31:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:31:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:30 latest: Pulling from edgex-devops/git-semver 04:31:30 31603596830f: Pulling fs layer 04:31:30 2a8b12db71e7: Pulling fs layer 04:31:30 6ca5941a6612: Pulling fs layer 04:31:30 ecc8261a40a4: Pulling fs layer 04:31:30 ecc8261a40a4: Waiting 04:31:30 2a8b12db71e7: Verifying Checksum 04:31:30 2a8b12db71e7: Download complete 04:31:30 31603596830f: Verifying Checksum 04:31:30 31603596830f: Download complete 04:31:31 ecc8261a40a4: Verifying Checksum 04:31:31 ecc8261a40a4: Download complete 04:31:31 6ca5941a6612: Verifying Checksum 04:31:31 6ca5941a6612: Download complete 04:31:31 31603596830f: Pull complete 04:31:31 2a8b12db71e7: Pull complete 04:31:31 6ca5941a6612: Pull complete 04:31:32 ecc8261a40a4: Pull complete 04:31:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:32 prd-centos7-docker-4c-2g-1384 does not seem to be running inside a container 04:31:32 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:31:34 $ docker top c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:34 [ssh-agent] Looking for ssh-agent implementation... 04:31:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:35 $ docker exec c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 ssh-agent 04:31:35 SSH_AUTH_SOCK=/tmp/ssh-p7xv4ePdKcn8/agent.11 04:31:35 SSH_AGENT_PID=17 04:31:35 Running ssh-add (command line suppressed) 04:31:35 Identity added: /w/workspace/edgex-go/25@tmp/private_key_4768187078279784473.key (/w/workspace/edgex-go/25@tmp/private_key_4768187078279784473.key) 04:31:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:35 + git describe --exact-match --tags HEAD 04:31:35 fatal: No names found, cannot describe anything. [Pipeline] } 04:31:35 $ docker exec --env ******** --env ******** c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 ssh-agent -k 04:31:35 unset SSH_AUTH_SOCK; 04:31:35 unset SSH_AGENT_PID; 04:31:35 echo Agent pid 17 killed; 04:31:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:31:36 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:31:36 This usually means this commit has not been tagged. [Pipeline] sshagent 04:31:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:36 [ssh-agent] Looking for ssh-agent implementation... 04:31:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:36 $ docker exec c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 ssh-agent 04:31:36 SSH_AUTH_SOCK=/tmp/ssh-XVWkiOYY6ySD/agent.47 04:31:36 SSH_AGENT_PID=52 04:31:36 Running ssh-add (command line suppressed) 04:31:36 Identity added: /w/workspace/edgex-go/25@tmp/private_key_3815952212416326231.key (/w/workspace/edgex-go/25@tmp/private_key_3815952212416326231.key) 04:31:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:37 + git semver init 04:31:37 # -> Open(): unable to determine branch for HEAD 04:31:37 # $GIT_DIR = /w/workspace/edgex-go/25/.git 04:31:37 # $GIT_WORK_TREE = /w/workspace/edgex-go/25 04:31:37 # $SEMVER_REMOTE_NAME = origin 04:31:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:37 # $SEMVER_USER_NAME = edgex-jenkins 04:31:37 # $SEMVER_BRANCH = PR-2574 04:31:37 # $SEMVER_TEMP = /tmp/semver-164662586 04:31:37 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:31:58 # '/tmp/semver-164662586' -> '/w/workspace/edgex-go/25/.semver' 04:31:58 # -> Force: false 04:31:58 # $SEMVER_DIR = /w/workspace/edgex-go/25/.semver [Pipeline] } 04:31:59 $ docker exec --env ******** --env ******** c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 ssh-agent -k 04:31:59 unset SSH_AUTH_SOCK; 04:31:59 unset SSH_AGENT_PID; 04:31:59 echo Agent pid 52 killed; 04:31:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:59 + git semver [Pipeline] } 04:31:59 $ docker stop --time=1 c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 04:32:01 $ docker rm -f c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:32:14 Stashed 26 file(s) [Pipeline] echo 04:32:14 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 04:32:14 ========================================================= 04:32:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:32:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:15 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:32:17 Sending build context to Docker daemon 323.3MB 04:32:18 Step 1/7 : ARG BASE=golang:1.13-alpine 04:32:18 Step 2/7 : FROM ${BASE} 04:32:18 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:18 df20fa9351a1: Pulling fs layer 04:32:18 ed8968b2872e: Pulling fs layer 04:32:18 a92cc7c5fd73: Pulling fs layer 04:32:18 2dd03ba5bac4: Pulling fs layer 04:32:18 1e091d79d1de: Pulling fs layer 04:32:18 481702a1767f: Pulling fs layer 04:32:18 f64a6f60c768: Pulling fs layer 04:32:18 e78d2573fc39: Pulling fs layer 04:32:18 e876d2f968b6: Pulling fs layer 04:32:18 ce8a83651883: Pulling fs layer 04:32:18 07967f4d0e4b: Pulling fs layer 04:32:18 2dd03ba5bac4: Waiting 04:32:18 1e091d79d1de: Waiting 04:32:18 481702a1767f: Waiting 04:32:18 f64a6f60c768: Waiting 04:32:18 e78d2573fc39: Waiting 04:32:18 e876d2f968b6: Waiting 04:32:18 ce8a83651883: Waiting 04:32:18 07967f4d0e4b: Waiting 04:32:18 a92cc7c5fd73: Verifying Checksum 04:32:18 a92cc7c5fd73: Download complete 04:32:18 ed8968b2872e: Verifying Checksum 04:32:18 ed8968b2872e: Download complete 04:32:18 1e091d79d1de: Verifying Checksum 04:32:18 1e091d79d1de: Download complete 04:32:18 481702a1767f: Verifying Checksum 04:32:18 481702a1767f: Download complete 04:32:18 df20fa9351a1: Verifying Checksum 04:32:19 df20fa9351a1: Pull complete 04:32:19 f64a6f60c768: Verifying Checksum 04:32:19 f64a6f60c768: Download complete 04:32:19 e876d2f968b6: Verifying Checksum 04:32:19 e876d2f968b6: Download complete 04:32:19 2dd03ba5bac4: Verifying Checksum 04:32:19 2dd03ba5bac4: Download complete 04:32:19 07967f4d0e4b: Verifying Checksum 04:32:19 07967f4d0e4b: Download complete 04:32:20 e78d2573fc39: Verifying Checksum 04:32:20 e78d2573fc39: Download complete 04:32:20 ce8a83651883: Verifying Checksum 04:32:20 ce8a83651883: Download complete 04:32:20 ed8968b2872e: Pull complete 04:32:20 a92cc7c5fd73: Pull complete 04:32:27 2dd03ba5bac4: Pull complete 04:32:27 1e091d79d1de: Pull complete 04:32:27 481702a1767f: Pull complete 04:32:29 Still waiting to schedule task 04:32:29 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:32:35 f64a6f60c768: Pull complete 04:32:37 e78d2573fc39: Pull complete 04:32:37 e876d2f968b6: Pull complete 04:32:38 ce8a83651883: Pull complete 04:32:39 07967f4d0e4b: Pull complete 04:32:39 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:32:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:32:39 ---> 5d7c900382c6 04:32:39 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:32:40 ---> Running in 77e5609e1399 04:32:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:41 (1/12) Installing libmagic (5.38-r0) 04:32:41 (2/12) Installing file (5.38-r0) 04:32:41 (3/12) Installing libc-dev (0.7.2-r3) 04:32:41 (4/12) Installing g++ (9.3.0-r2) 04:32:44 (5/12) Installing fortify-headers (1.1-r0) 04:32:44 (6/12) Installing patch (2.7.6-r6) 04:32:44 (7/12) Installing build-base (0.5-r2) 04:32:44 (8/12) Installing libsodium (1.0.18-r0) 04:32:44 (9/12) Installing pkgconf (1.7.2-r0) 04:32:44 (10/12) Installing libsodium-dev (1.0.18-r0) 04:32:44 (11/12) Installing libzmq (4.3.2-r0) 04:32:45 (12/12) Installing zeromq-dev (4.3.2-r0) 04:32:45 Executing busybox-1.31.1-r16.trigger 04:32:45 OK: 233 MiB in 51 packages 04:32:48 Removing intermediate container 77e5609e1399 04:32:48 ---> 55ee9a0e5587 04:32:48 Step 4/7 : WORKDIR /edgex-go 04:32:48 ---> Running in 3f019d3ff02e 04:32:48 Removing intermediate container 3f019d3ff02e 04:32:48 ---> 1a38c44665e5 04:32:48 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:32:49 latest: Pulling from library/docker 04:32:49 df20fa9351a1: Already exists 04:32:49 25ad7478873d: Pulling fs layer 04:32:49 4684f6177b5d: Pulling fs layer 04:32:49 46e300cec669: Pulling fs layer 04:32:49 63038576ad94: Pulling fs layer 04:32:49 0fdb76c4706c: Pulling fs layer 04:32:49 cb7edeffdfd5: Pulling fs layer 04:32:49 63038576ad94: Waiting 04:32:49 0fdb76c4706c: Waiting 04:32:49 cb7edeffdfd5: Waiting 04:32:49 4684f6177b5d: Verifying Checksum 04:32:49 4684f6177b5d: Download complete 04:32:49 25ad7478873d: Verifying Checksum 04:32:49 25ad7478873d: Download complete 04:32:49 63038576ad94: Verifying Checksum 04:32:49 63038576ad94: Download complete 04:32:49 0fdb76c4706c: Verifying Checksum 04:32:49 0fdb76c4706c: Download complete 04:32:49 cb7edeffdfd5: Verifying Checksum 04:32:49 cb7edeffdfd5: Download complete 04:32:49 25ad7478873d: Pull complete 04:32:49 4684f6177b5d: Pull complete 04:32:50 46e300cec669: Verifying Checksum 04:32:50 46e300cec669: Download complete 04:32:52 46e300cec669: Pull complete 04:32:52 63038576ad94: Pull complete 04:32:52 0fdb76c4706c: Pull complete 04:32:52 cb7edeffdfd5: Pull complete 04:32:52 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:32:52 Status: Downloaded newer image for docker:latest 04:32:55 ---> da28f9e9b1c5 04:32:55 Step 6/7 : COPY go.mod . 04:32:55 ---> ed7bf5844c75 04:32:55 Step 7/7 : RUN go mod download 04:32:55 ---> Running in c50ae22ea8b1 04:32:57 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:32:57 go: finding github.com/BurntSushi/toml v0.3.1 04:32:57 go: finding github.com/OneOfOne/xxhash v1.2.5 04:32:57 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:32:57 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:32:57 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:32:57 go: finding github.com/bgentry/speakeasy v0.1.0 04:32:57 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:32:57 go: finding github.com/cloudflare/gokey v0.1.0 04:32:57 go: finding github.com/davecgh/go-spew v1.1.1 04:32:57 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:32:57 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:32:57 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:32:57 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:32:57 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:32:57 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:32:57 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:32:57 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:32:57 go: finding github.com/fatih/color v1.7.0 04:32:57 go: finding github.com/fsnotify/fsnotify v1.4.7 04:32:57 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:32:57 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:32:57 go: finding github.com/go-kit/kit v0.8.0 04:32:57 go: finding github.com/go-logfmt/logfmt v0.4.0 04:32:57 go: finding github.com/go-redis/redis/v7 v7.2.0 04:32:57 go: finding github.com/go-stack/stack v1.8.0 04:32:57 go: finding github.com/golang/protobuf v1.3.2 04:32:57 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:32:57 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:32:57 go: finding github.com/google/uuid v1.1.0 04:32:57 go: finding github.com/gorilla/mux v1.7.1 04:32:57 go: finding github.com/hashicorp/consul/api v1.1.0 04:32:57 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:32:57 go: finding github.com/hashicorp/errwrap v1.0.0 04:32:57 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:32:57 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:32:57 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:32:57 go: finding github.com/hashicorp/go-multierror v1.0.0 04:32:57 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:32:57 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:32:57 go: finding github.com/hashicorp/go-syslog v1.0.0 04:32:57 go: finding github.com/hashicorp/go-uuid v1.0.1 04:32:57 go: finding github.com/hashicorp/go.net v0.0.1 04:32:57 go: finding github.com/hashicorp/golang-lru v0.5.0 04:32:57 go: finding github.com/hashicorp/logutils v1.0.0 04:32:57 go: finding github.com/hashicorp/mdns v1.0.0 04:32:57 go: finding github.com/hashicorp/memberlist v0.1.3 04:32:57 go: finding github.com/hashicorp/serf v0.8.2 04:32:57 go: finding github.com/hpcloud/tail v1.0.0 04:32:57 go: finding github.com/imdario/mergo v0.3.6 04:32:57 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:32:57 go: finding github.com/kr/pretty v0.1.0 04:32:58 go: finding github.com/kr/pty v1.1.1 04:32:58 go: finding github.com/kr/text v0.1.0 04:32:58 go: finding github.com/mattn/go-colorable v0.0.9 04:32:58 go: finding github.com/mattn/go-isatty v0.0.3 04:32:58 go: finding github.com/miekg/dns v1.0.14 04:32:58 go: finding github.com/mitchellh/cli v1.0.0 04:32:58 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:32:58 go: finding github.com/mitchellh/copystructure v1.0.0 04:32:58 go: finding github.com/mitchellh/go-homedir v1.0.0 04:32:58 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:32:58 go: finding github.com/mitchellh/gox v0.4.0 04:32:58 go: finding github.com/mitchellh/iochan v1.0.0 04:32:58 go: finding github.com/mitchellh/mapstructure v1.1.2 04:32:58 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:32:58 go: finding github.com/onsi/ginkgo v1.10.1 04:32:58 go: finding github.com/onsi/gomega v1.7.0 04:32:58 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:32:58 go: finding github.com/pebbe/zmq4 v1.0.0 04:32:58 go: finding github.com/pelletier/go-toml v1.2.0 04:32:58 go: finding github.com/pkg/errors v0.8.1 04:32:58 go: finding github.com/pmezard/go-difflib v1.0.0 04:32:58 go: finding github.com/posener/complete v1.1.1 04:32:58 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:32:58 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:32:58 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:32:58 go: finding github.com/stretchr/objx v0.1.0 04:32:58 go: finding github.com/stretchr/testify v1.5.1 04:32:58 go: finding github.com/ugorji/go v1.1.4 04:32:58 go: finding github.com/x448/float16 v0.8.4 04:32:58 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:32:58 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:32:58 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:32:58 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:32:58 go: finding golang.org/x/text v0.3.2 04:32:59 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:32:59 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:32:59 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:32:59 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:32:59 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:32:59 go: finding gopkg.in/yaml.v2 v2.2.8 04:33:13 Removing intermediate container c50ae22ea8b1 04:33:13 ---> 386b56c947db 04:33:13 Successfully built 386b56c947db 04:33:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:14 + docker inspect -f . ci-base-image-x86_64 04:33:14 . [Pipeline] withDockerContainer 04:33:14 prd-centos7-docker-4c-2g-1384 does not seem to be running inside a container 04:33:14 $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:33:15 $ docker top 883241710efa4f9125754f7d8d788704e1426525d308bc70433470ae832774b7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:16 + go version 04:33:16 go version go1.13.13 linux/amd64 [Pipeline] echo 04:33:16 ========================================================= 04:33:16 [edgeXBuildGoParallel] Running Tests and Build... 04:33:16 ========================================================= [Pipeline] sh 04:33:16 + make test 04:33:16 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:33:18 ? github.com/edgexfoundry/edgex-go [no test files] 04:33:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:33:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:33:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:33:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:33:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:33:35 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.009s 04:33:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:33:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:33:35 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:33:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:33:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:33:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:33:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:33:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:33:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.017s coverage: 46.6% of statements 04:33:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:33:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:33:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:33:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:33:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.045s coverage: 27.4% of statements 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.006s coverage: 100.0% of statements 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.066s coverage: 29.3% of statements 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements 04:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:33:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.017s coverage: 89.8% of statements 04:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.030s coverage: 97.5% of statements 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.030s coverage: 100.0% of statements 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.021s coverage: 58.8% of statements 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.086s coverage: 63.5% of statements 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements 04:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.006s coverage: 92.3% of statements 04:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.005s coverage: 100.0% of statements 04:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 04:33:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 04:33:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.106s coverage: 55.9% of statements 04:33:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:33:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:33:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:33:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:33:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.308s coverage: 86.3% of statements 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:33:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.276s coverage: 72.2% of statements 04:33:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.163s coverage: 72.1% of statements 04:33:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.020s coverage: 82.4% of statements 04:33:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:33:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:33:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.010s coverage: 96.8% of statements 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:33:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.050s coverage: 33.7% of statements 04:33:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:33:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:33:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.157s coverage: 84.1% of statements 04:33:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.020s coverage: 100.0% of statements 04:33:53 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 43.1% of statements 04:33:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:33:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.036s coverage: 83.8% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:33:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.024s coverage: 46.1% of statements 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:33:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.013s coverage: 100.0% of statements 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:33:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.028s coverage: 100.0% of statements 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:33:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.068s coverage: 29.1% of statements 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.025s coverage: 99.0% of statements 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.009s coverage: 100.0% of statements 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.004s coverage: 0.0% of statements 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:33:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.009s coverage: 100.0% of statements 04:33:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:33:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:33:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:33:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:33:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements 04:33:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:33:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:33:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements 04:33:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 04:33:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 04:33:59 GO111MODULE=on go vet ./... 04:34:06 gofmt -l . 04:34:06 [ "`gofmt -l .`" = "" ] 04:34:06 ./bin/test-go-mod-tidy.sh 04:34:07 ./bin/test-attribution-txt.sh [Pipeline] sh 04:34:09 + ls -al . 04:34:09 total 564 04:34:09 drwxrwxr-x 10 1001 1001 4096 Jul 29 04:34 . 04:34:09 drwxr-xr-x 4 root root 30 Jul 29 04:33 .. 04:34:09 -rw-rw-r-- 1 1001 1001 11 Jul 29 04:31 .dockerignore 04:34:09 drwxrwxr-x 8 1001 1001 179 Jul 29 04:31 .git 04:34:09 drwxrwxr-x 3 1001 1001 60 Jul 29 04:31 .github 04:34:09 -rw-rw-r-- 1 1001 1001 924 Jul 29 04:31 .gitignore 04:34:09 drwx------ 3 1001 1001 47 Jul 29 04:31 .semver 04:34:09 -rw-rw-r-- 1 1001 1001 178 Jul 29 04:31 .sonarcloud.properties 04:34:09 -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:31 CONTRIBUTING.md 04:34:09 -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:31 Dockerfile.build 04:34:09 -rw-rw-r-- 1 1001 1001 911 Jul 29 04:31 Jenkinsfile 04:34:09 -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:31 LICENSE 04:34:09 -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:31 Makefile 04:34:09 -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:31 README.md 04:34:09 -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:31 SECURITY.md 04:34:09 -rw-rw-r-- 1 1001 1001 5 Jul 29 04:32 VERSION 04:34:09 -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:31 ZMQWindows.md 04:34:09 drwxrwxr-x 4 1001 1001 33 Jul 29 04:31 api 04:34:09 drwxrwxr-x 2 1001 1001 117 Jul 29 04:31 bin 04:34:09 drwxrwxr-x 15 1001 1001 4096 Jul 29 04:31 cmd 04:34:09 -rw-r--r-- 1 root root 465277 Jul 29 04:33 coverage.out 04:34:09 -rw-r--r-- 1 root root 1075 Jul 29 04:34 go.mod 04:34:09 -rw-r--r-- 1 root root 18146 Jul 29 04:34 go.sum 04:34:09 drwxrwxr-x 8 1001 1001 127 Jul 29 04:31 internal 04:34:09 drwxrwxr-x 4 1001 1001 71 Jul 29 04:31 snap 04:34:09 -rw-rw-r-- 1 1001 1001 168 Jul 29 04:31 version.go [Pipeline] sh 04:34:09 + '[' -e coverage.out ] 04:34:09 + chown 1001:1001 coverage.out [Pipeline] stash 04:34:09 Stashed 1 file(s) [Pipeline] sh 04:34:10 + make build 04:34:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:34:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:34:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:34:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:34:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:34:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:34:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:34:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:34:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:34:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:34:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:34:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:34:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:34:35 $ docker stop --time=1 883241710efa4f9125754f7d8d788704e1426525d308bc70433470ae832774b7 04:34:36 $ docker rm -f 883241710efa4f9125754f7d8d788704e1426525d308bc70433470ae832774b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:38 04:34:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:34:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:38 latest: Pulling from edgex-devops/edgex-compose 04:34:38 cbdbe7a5bc2a: Pulling fs layer 04:34:38 ca9280d653b3: Pulling fs layer 04:34:38 7e9c9ca2126c: Pulling fs layer 04:34:38 cbdbe7a5bc2a: Verifying Checksum 04:34:38 cbdbe7a5bc2a: Download complete 04:34:39 ca9280d653b3: Verifying Checksum 04:34:39 ca9280d653b3: Download complete 04:34:39 cbdbe7a5bc2a: Pull complete 04:34:40 7e9c9ca2126c: Download complete 04:34:40 ca9280d653b3: Pull complete 04:34:46 7e9c9ca2126c: Pull complete 04:34:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:34:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:34:47 prd-centos7-docker-4c-2g-1384 does not seem to be running inside a container 04:34:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:34:49 $ docker top b88586cf753ce497652d87c5539e7ba75bce66fe855fe354d4900f0651ab89fc -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:50 + docker-compose build --help 04:34:50 + grep parallel 04:34:51 --parallel Build images in parallel. [Pipeline] } 04:34:51 $ docker stop --time=1 b88586cf753ce497652d87c5539e7ba75bce66fe855fe354d4900f0651ab89fc 04:34:52 $ docker rm -f b88586cf753ce497652d87c5539e7ba75bce66fe855fe354d4900f0651ab89fc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:53 . [Pipeline] withDockerContainer 04:34:53 prd-centos7-docker-4c-2g-1384 does not seem to be running inside a container 04:34:53 $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:34:53 $ docker top a4db79b7b95273feeb089ac2ef48e4b1c6e24f71a8d838638f3a29d101794573 -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:54 + docker-compose -f ./docker-compose-build.yml build --parallel 04:34:55 Building docker-core-command-go ... 04:34:55 Building docker-core-data-go ... 04:34:55 Building docker-core-metadata-go ... 04:34:55 Building docker-security-proxy-setup-go ... 04:34:55 Building docker-security-secrets-setup-go ... 04:34:55 Building docker-security-secretstore-setup-go ... 04:34:55 Building docker-support-logging-go ... 04:34:55 Building docker-support-notifications-go ... 04:34:55 Building docker-support-scheduler-go ... 04:34:55 Building docker-sys-mgmt-agent-go ... 04:34:55 Building docker-core-data-go 04:34:55 Building docker-security-secretstore-setup-go 04:34:55 Building docker-sys-mgmt-agent-go 04:34:55 Building docker-security-proxy-setup-go 04:34:55 Building docker-support-scheduler-go 04:35:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1389 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws 04:35:10 Running in /w/workspace/edgex-go/25 [Pipeline] { [Pipeline] checkout 04:35:15 using credential edgex-jenkins-ssh 04:35:15 Cloning the remote Git repository 04:35:15 Cloning with configured refspecs honoured and without tags 04:35:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:35:15 > git init /w/workspace/edgex-go/25 # timeout=10 04:35:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:16 > git --version # timeout=10 04:35:16 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:16 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:27 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:35:27 ---> 386b56c947db 04:35:27 Step 3/22 : WORKDIR /edgex-go 04:35:27 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:35:27 ---> 386b56c947db 04:35:27 Step 3/26 : WORKDIR /edgex-go 04:35:27 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:27 ---> 386b56c947db 04:35:27 Step 3/20 : WORKDIR /edgex-go 04:35:28 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:35:28 ---> 386b56c947db 04:35:28 Step 3/26 : WORKDIR /edgex-go 04:35:28 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:28 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:28 ---> 386b56c947db 04:35:28 Step 3/20 : WORKDIR /edgex-go 04:35:29 ---> Running in 69bf4e9485ad 04:35:29 ---> Running in d672399d2680 04:35:29 ---> Running in 3c41d275f60e 04:35:29 ---> Running in 10537f3221a8 04:35:29 ---> Running in 5bfe7dc57659 04:35:29 Removing intermediate container 10537f3221a8 04:35:29 ---> 92e09291b6d6 04:35:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:29 Removing intermediate container 3c41d275f60e 04:35:29 ---> e7d5f8d8fa45 04:35:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:29 Removing intermediate container 5bfe7dc57659 04:35:29 ---> b0c67dcb74de 04:35:29 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:29 Removing intermediate container d672399d2680 04:35:29 ---> ce9a3232bc95 04:35:29 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:29 Removing intermediate container 69bf4e9485ad 04:35:29 ---> 551ba89be2f5 04:35:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:29 ---> Running in 7047070332e7 04:35:29 ---> Running in da4dcfa27d31 04:35:29 ---> Running in ebe9029f251a 04:35:29 ---> Running in 7391fda7e5e3 04:35:29 ---> Running in 60468cf67b68 04:35:32 Removing intermediate container ebe9029f251a 04:35:32 ---> c029984b5363 04:35:32 Step 5/26 : RUN apk update && apk add make git 04:35:32 Removing intermediate container 7391fda7e5e3 04:35:32 ---> abd3bdfb64e2 04:35:32 Step 5/20 : RUN apk update && apk add make git 04:35:32 Removing intermediate container 7047070332e7 04:35:32 ---> 070d604ceacd 04:35:32 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:35:32 ---> Running in 1d22ddec641e 04:35:32 ---> Running in 302e47b63a4f 04:35:32 ---> Running in 9d3d96456771 04:35:32 Removing intermediate container da4dcfa27d31 04:35:32 ---> ba40b9d78d6e 04:35:32 Step 5/20 : RUN apk update && apk add make git 04:35:32 Removing intermediate container 60468cf67b68 04:35:32 ---> b49decce59ef 04:35:32 Step 5/26 : RUN apk update && apk add make bash git 04:35:32 ---> Running in 46f155b042cf 04:35:32 ---> Running in 5858ccd0e32b 04:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:35 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:35 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:35 OK: 12749 distinct packages available 04:35:35 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:35 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:35 OK: 12749 distinct packages available 04:35:35 OK: 233 MiB in 51 packages 04:35:35 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:35 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:35 OK: 12749 distinct packages available 04:35:35 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:35 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:35 OK: 12749 distinct packages available 04:35:35 OK: 233 MiB in 51 packages 04:35:35 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:35 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:35 OK: 12749 distinct packages available 04:35:35 OK: 233 MiB in 51 packages 04:35:35 OK: 233 MiB in 51 packages 04:35:35 OK: 233 MiB in 51 packages 04:35:35 Removing intermediate container 1d22ddec641e 04:35:35 ---> f4610f56d8bc 04:35:35 Step 6/26 : COPY go.mod . 04:35:36 Removing intermediate container 302e47b63a4f 04:35:36 ---> 8719e2f66c66 04:35:36 Step 6/20 : COPY go.mod . 04:35:36 ---> b1c400eea2b6 04:35:36 Step 7/26 : RUN go mod download 04:35:36 ---> Running in d35b40d38c99 04:35:36 ---> e7c6cc2f7d35 04:35:36 Step 7/20 : RUN go mod download 04:35:36 Removing intermediate container 9d3d96456771 04:35:36 ---> aff399698721 04:35:36 Step 6/22 : COPY go.mod . 04:35:36 ---> Running in 08d3f2728518 04:35:36 Removing intermediate container 46f155b042cf 04:35:36 ---> a47cc08264a7 04:35:36 Step 6/26 : COPY go.mod . 04:35:37 Removing intermediate container 5858ccd0e32b 04:35:37 ---> 827b82ab1da8 04:35:37 Step 6/20 : COPY go.mod . 04:35:37 ---> 7c84ae56f620 04:35:37 Step 7/22 : RUN go mod download 04:35:37 ---> Running in c4fe2e404b53 04:35:37 ---> 90b975186f26 04:35:37 Step 7/26 : RUN go mod download 04:35:37 ---> 9dbda294efc7 04:35:37 Step 7/20 : RUN go mod download 04:35:37 ---> Running in e4ebdde757ed 04:35:37 ---> Running in 931fcf9ebdef 04:35:39 Removing intermediate container d35b40d38c99 04:35:39 ---> a8ea2ab2550e 04:35:39 Step 8/26 : COPY . . 04:35:39 Fetching without tags 04:35:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:39 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 04:35:39 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:39 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:39 Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 04:35:40 Removing intermediate container 08d3f2728518 04:35:40 ---> 9e0b86c8a996 04:35:40 Step 8/20 : COPY . . 04:35:40 Merge succeeded, producing ee36b10c6da0528cffa4bf49bd6b7ddcffdc81fc 04:35:40 Checking out Revision ee36b10c6da0528cffa4bf49bd6b7ddcffdc81fc (PR-2574) 04:35:39 > git config core.sparsecheckout # timeout=10 04:35:40 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 04:35:40 > git remote # timeout=10 04:35:40 > git config --get remote.origin.url # timeout=10 04:35:40 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:40 > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 04:35:40 > git rev-parse HEAD^{commit} # timeout=10 04:35:40 > git config core.sparsecheckout # timeout=10 04:35:40 > git checkout -f ee36b10c6da0528cffa4bf49bd6b7ddcffdc81fc # timeout=10 04:35:44 Removing intermediate container c4fe2e404b53 04:35:44 ---> 34bfc2f15f26 04:35:44 Step 8/22 : COPY . . 04:35:44 Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" 04:35:44 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:35:44 > git rev-list --no-walk 08d6e880b65106141ebdefa456357ef590e3b5a0 # timeout=10 04:35:49 Removing intermediate container 931fcf9ebdef 04:35:49 ---> 6b45cd3408bc 04:35:49 Step 8/20 : COPY . . 04:35:49 Removing intermediate container e4ebdde757ed 04:35:49 ---> 58b6ff719c6d 04:35:49 Step 8/26 : COPY . . [Pipeline] echo 04:35:56 ========================================================= 04:35:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:35:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:35:57 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 04:36:01 Sending build context to Docker daemon 323.3MB 04:36:01 Step 1/7 : ARG BASE=golang:1.13-alpine 04:36:01 Step 2/7 : FROM ${BASE} 04:36:01 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:36:01 b538f80385f9: Pulling fs layer 04:36:01 74f711af9a0d: Pulling fs layer 04:36:01 99f96fe45779: Pulling fs layer 04:36:01 fd7a069fd194: Pulling fs layer 04:36:01 66aa3694b03b: Pulling fs layer 04:36:01 170f70906a0f: Pulling fs layer 04:36:01 ad7c5574e4b9: Pulling fs layer 04:36:01 e772456be8f7: Pulling fs layer 04:36:01 c890913d741a: Pulling fs layer 04:36:01 2480fcc9aa5a: Pulling fs layer 04:36:01 09adf4765672: Pulling fs layer 04:36:01 fd7a069fd194: Waiting 04:36:01 66aa3694b03b: Waiting 04:36:01 170f70906a0f: Waiting 04:36:01 ad7c5574e4b9: Waiting 04:36:01 e772456be8f7: Waiting 04:36:01 c890913d741a: Waiting 04:36:01 2480fcc9aa5a: Waiting 04:36:01 09adf4765672: Waiting 04:36:01 99f96fe45779: Verifying Checksum 04:36:01 99f96fe45779: Download complete 04:36:01 74f711af9a0d: Download complete 04:36:01 66aa3694b03b: Download complete 04:36:01 170f70906a0f: Verifying Checksum 04:36:01 170f70906a0f: Download complete 04:36:02 b538f80385f9: Verifying Checksum 04:36:02 b538f80385f9: Download complete 04:36:02 b538f80385f9: Pull complete 04:36:03 74f711af9a0d: Pull complete 04:36:03 99f96fe45779: Pull complete 04:36:04 ad7c5574e4b9: Verifying Checksum 04:36:04 ad7c5574e4b9: Download complete 04:36:04 c890913d741a: Verifying Checksum 04:36:04 c890913d741a: Download complete 04:36:06 2480fcc9aa5a: Verifying Checksum 04:36:06 2480fcc9aa5a: Download complete 04:36:06 09adf4765672: Verifying Checksum 04:36:06 09adf4765672: Download complete 04:36:07 e772456be8f7: Verifying Checksum 04:36:07 e772456be8f7: Download complete 04:36:07 fd7a069fd194: Download complete 04:36:19 fd7a069fd194: Pull complete 04:36:19 66aa3694b03b: Pull complete 04:36:19 170f70906a0f: Pull complete 04:36:21 ---> 997e87459ce7 04:36:21 ---> 0d963dd91a33 04:36:21 Step 9/22 : RUN make cmd/core-data/core-dataStep 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:36:21 04:36:21 ---> dca18e251e58 04:36:21 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:36:21 ---> ff1ca22ae686 04:36:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:36:21 ---> Running in 9b00567aee2f 04:36:21 ---> Running in 737396f4799d 04:36:21 ---> Running in f9d85e1dd748 04:36:21 ---> 5f741f51ff28 04:36:21 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:36:21 ---> Running in 1d0a77040347 04:36:21 ---> Running in 50eeba907e1c 04:36:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:36:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:36:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:36:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:36:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:36:23 ad7c5574e4b9: Pull complete 04:36:27 e772456be8f7: Pull complete 04:36:27 c890913d741a: Pull complete 04:36:30 2480fcc9aa5a: Pull complete 04:36:30 09adf4765672: Pull complete 04:36:30 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:36:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:36:30 ---> 2248a725d1cf 04:36:30 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:36:36 ---> Running in 549dde5a7eac 04:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:36:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:36:40 (1/12) Installing libmagic (5.38-r0) 04:36:41 (2/12) Installing file (5.38-r0) 04:36:41 (3/12) Installing libc-dev (0.7.2-r3) 04:36:41 (4/12) Installing g++ (9.3.0-r2) 04:36:53 (5/12) Installing fortify-headers (1.1-r0) 04:36:53 (6/12) Installing patch (2.7.6-r6) 04:36:53 (7/12) Installing build-base (0.5-r2) 04:36:53 (8/12) Installing libsodium (1.0.18-r0) 04:36:53 (9/12) Installing pkgconf (1.7.2-r0) 04:36:53 (10/12) Installing libsodium-dev (1.0.18-r0) 04:36:53 (11/12) Installing libzmq (4.3.2-r0) 04:36:53 (12/12) Installing zeromq-dev (4.3.2-r0) 04:36:53 Executing busybox-1.31.1-r16.trigger 04:36:53 OK: 217 MiB in 51 packages 04:36:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:36:54 Removing intermediate container 50eeba907e1c 04:36:54 ---> 7d5a56ec3986 04:36:54 04:36:54 Step 10/20 : FROM alpine 04:36:54 latest: Pulling from library/alpine 04:36:54 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:36:54 Status: Downloaded newer image for alpine:latest 04:36:54 ---> a24bb4013296 04:36:54 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:36:54 ---> Running in 1f40f28c985a 04:36: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 04:36:55 Removing intermediate container 1d0a77040347 04:36:55 ---> 0545818f95e9 04:36:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:56 ---> Running in 43aae50de6a2 04:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:57 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:36:57 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:36:57 OK: 12749 distinct packages available 04:36:57 (1/4) Installing ca-certificates (20191127-r4) 04:36:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:36:57 (3/4) Installing libcurl (7.69.1-r0) 04:36:57 (4/4) Installing curl (7.69.1-r0) 04:36:57 Executing busybox-1.31.1-r16.trigger 04:36:57 Executing ca-certificates-20191127-r4.trigger 04:36:58 Removing intermediate container 549dde5a7eac 04:36:58 ---> d29e06de107f 04:36:58 Step 4/7 : WORKDIR /edgex-go 04:36:58 ---> Running in ff5779bd960f 04:36:58 Removing intermediate container ff5779bd960f 04:36:58 ---> 0e2a205ee52e 04:36:58 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:36:58 latest: Pulling from library/docker 04:36:58 b538f80385f9: Already exists 04:36:58 259a493cd78d: Pulling fs layer 04:36:58 b8e66b5100f5: Pulling fs layer 04:36:58 39dc9c94d07c: Pulling fs layer 04:36:58 551b823b3b82: Pulling fs layer 04:36:58 3c52a74df98c: Pulling fs layer 04:36:58 6c9b121b6998: Pulling fs layer 04:36:58 551b823b3b82: Waiting 04:36:58 6c9b121b6998: Waiting 04:36:58 3c52a74df98c: Waiting 04:36:58 OK: 7 MiB in 18 packages 04:36:58 b8e66b5100f5: Verifying Checksum 04:36:58 b8e66b5100f5: Download complete 04:36:58 259a493cd78d: Verifying Checksum 04:36:58 259a493cd78d: Download complete 04:36:58 551b823b3b82: Verifying Checksum 04:36:58 551b823b3b82: Download complete 04:36:58 3c52a74df98c: Verifying Checksum 04:36:58 3c52a74df98c: Download complete 04:36:58 6c9b121b6998: Verifying Checksum 04:36:58 6c9b121b6998: Download complete 04:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:36:59 259a493cd78d: Pull complete 04:36:59 b8e66b5100f5: Pull complete 04:37:00 39dc9c94d07c: Verifying Checksum 04:37:00 39dc9c94d07c: Download complete 04:37:03 Removing intermediate container 9b00567aee2f 04:37:03 ---> 91374cc7441b 04:37:03 04:37:03 Step 10/20 : FROM scratch 04:37:03 ---> 04:37:03 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:03 Removing intermediate container 1f40f28c985a 04:37:03 ---> 2e3622513763 04:37:03 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:37:04 ---> Running in 6602aef05e5a 04:37:04 Removing intermediate container f9d85e1dd748 04:37:04 ---> 4ae3bb41e315 04:37:04 04:37:04 Step 10/26 : FROM alpine:3.10 04:37:04 39dc9c94d07c: Pull complete 04:37:04 551b823b3b82: Pull complete 04:37:04 3.10: Pulling from library/alpine 04:37:04 3c52a74df98c: Pull complete 04:37:05 ---> Running in 82eaf2e7de61 04:37:05 Removing intermediate container 43aae50de6a2 04:37:05 ---> 02f3f3a05e29 04:37:05 04:37:05 Step 11/26 : FROM docker:latest 04:37:05 ---> 81f5749c9058 04:37:05 Step 12/26 : RUN apk add --no-cache bash 04:37:05 6c9b121b6998: Pull complete 04:37:05 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:37:05 Status: Downloaded newer image for docker:latest 04:37:07 Removing intermediate container 6602aef05e5a 04:37:07 ---> dedf39b04bf9 04:37:07 Step 12/20 : ENV APP_PORT=48085 04:37:07 ---> Running in e1422b05dfbc 04:37:07 ---> Running in 55a544f914fb 04:37:07 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:37:07 Status: Downloaded newer image for alpine:3.10 04:37:07 ---> be4e4bea2c2e 04:37:07 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:37:07 Removing intermediate container 737396f4799d 04:37:07 ---> f5459f1518ac 04:37:07 04:37:07 Step 10/22 : FROM alpine 04:37:07 ---> a24bb4013296 04:37:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:07 Removing intermediate container 82eaf2e7de61 04:37:07 ---> 64fc2ce94a26 04:37:07 Step 13/20 : WORKDIR /edgex 04:37:07 ---> Running in aea677c512d3 04:37:07 ---> Running in 28eef3b076c2 04:37:07 ---> Running in e480a1196e5b 04:37:07 Removing intermediate container 55a544f914fb 04:37:07 ---> 045ab9c2d6df 04:37:07 Step 13/20 : EXPOSE $APP_PORT 04:37:07 ---> Running in 93b7336b861f 04:37:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:08 Removing intermediate container aea677c512d3 04:37:08 ---> 12c5933e3a02 04:37:08 Step 12/22 : ENV APP_PORT=48080 04:37:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:08 Removing intermediate container e480a1196e5b 04:37:08 ---> 211b27d7b83f 04:37:08 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:37:08 Removing intermediate container 93b7336b861f 04:37:08 ---> b022e0209114 04:37:08 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:37:08 ---> Running in 642ace3bc858 04:37:08 (1/2) Installing readline (8.0.4-r0) 04:37:08 (2/2) Installing bash (5.0.17-r0) 04:37:08 Executing bash-5.0.17-r0.post-install 04:37:08 Executing busybox-1.31.1-r16.trigger 04:37:08 OK: 12 MiB in 22 packages 04:37:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:37:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:37:08 ---> 3fe086d4934f 04:37:08 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:37:08 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:37:08 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:37:08 OK: 10346 distinct packages available 04:37:08 Removing intermediate container 642ace3bc858 04:37:08 ---> 965e83754a04 04:37:08 Step 13/22 : EXPOSE $APP_PORT 04:37:08 ---> 3b3e8a659b08 04:37:08 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:37:08 (1/5) Installing ca-certificates (20191127-r2) 04:37:08 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:37:08 (3/5) Installing libcurl (7.66.0-r0) 04:37:08 (4/5) Installing curl (7.66.0-r0) 04:37:08 (5/5) Installing dumb-init (1.2.2-r1) 04:37:08 Executing busybox-1.30.1-r3.trigger 04:37:08 Executing ca-certificates-20191127-r2.trigger 04:37:08 ---> a23204f506db 04:37:08 Step 6/7 : COPY go.mod . 04:37:09 OK: 7 MiB in 19 packages 04:37:09 ---> ed35e4bfd5d0 04:37:09 Step 7/7 : RUN go mod download 04:37:09 ---> Running in c3e8af897190 04:37:10 ---> Running in 6f3a5b05855b 04:37:10 ---> 13590a4e6141 04:37:10 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:37:10 ---> 5ca4a5b0c82c 04:37:10 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:37:10 ---> Running in b0d6a93094a0 04:37:11 Removing intermediate container 6f3a5b05855b 04:37:11 ---> 0c3abac10b79 04:37:11 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:11 Removing intermediate container e1422b05dfbc 04:37:11 ---> 561a9a672769 04:37:11 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:37:11 ---> Running in 8b5e88aea387 04:37:11 ---> Running in 3aa7b36e71cb 04:37:11 ---> 8e6057052652 04:37:11 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:11 Removing intermediate container 28eef3b076c2 04:37:11 ---> 397eb6d1c974 04:37:11 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:37:11 Removing intermediate container b0d6a93094a0 04:37:11 ---> beff3fe36fba 04:37:11 Step 17/20 : CMD ["--init=true"] 04:37:11 ---> Running in 503526c7106c 04:37:11 ---> Running in f4f6ce2242fc 04:37:11 ---> Running in be9c7b948382 04:37:12 Removing intermediate container 503526c7106c 04:37:12 ---> 06b51252af92 04:37:12 Step 18/20 : LABEL arch=x86_64 04:37:12 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:37:12 go: finding github.com/BurntSushi/toml v0.3.1 04:37:12 go: finding github.com/OneOfOne/xxhash v1.2.5 04:37:12 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:37:12 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:37:12 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:37:12 go: finding github.com/bgentry/speakeasy v0.1.0 04:37:12 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:37:12 go: finding github.com/cloudflare/gokey v0.1.0 04:37:12 go: finding github.com/davecgh/go-spew v1.1.1 04:37:12 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:37:12 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:37:12 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:37:12 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:37:12 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:37:12 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:37:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:37:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:37:12 go: finding github.com/fatih/color v1.7.0 04:37:12 go: finding github.com/fsnotify/fsnotify v1.4.7 04:37:12 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:37:12 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:37:12 go: finding github.com/go-kit/kit v0.8.0 04:37:13 go: finding github.com/go-logfmt/logfmt v0.4.0 04:37:13 go: finding github.com/go-redis/redis/v7 v7.2.0 04:37:13 go: finding github.com/go-stack/stack v1.8.0 04:37:13 go: finding github.com/golang/protobuf v1.3.2 04:37:13 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:37:13 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:37:13 go: finding github.com/google/uuid v1.1.0 04:37:13 go: finding github.com/gorilla/mux v1.7.1 04:37:13 go: finding github.com/hashicorp/consul/api v1.1.0 04:37:13 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:37:13 Removing intermediate container f4f6ce2242fc 04:37:13 ---> 51b9e9a15dcd 04:37:13 Step 13/26 : WORKDIR / 04:37:13 Removing intermediate container be9c7b948382 04:37:13 ---> 458bfd9695b9 04:37:13 Step 18/20 : LABEL arch=x86_64 04:37:13 ---> Running in fd8f7e14f5d1 04:37:13 ---> Running in 432c8fa70684 04:37:13 ---> Running in 4f726126a245 04:37:13 go: finding github.com/hashicorp/errwrap v1.0.0 04:37:13 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:37:13 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:37:13 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:37:13 go: finding github.com/hashicorp/go-multierror v1.0.0 04:37:13 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:37:13 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:37:13 go: finding github.com/hashicorp/go-syslog v1.0.0 04:37:13 go: finding github.com/hashicorp/go-uuid v1.0.1 04:37:13 go: finding github.com/hashicorp/go.net v0.0.1 04:37:13 go: finding github.com/hashicorp/golang-lru v0.5.0 04:37:13 Removing intermediate container fd8f7e14f5d1 04:37:13 ---> 7f6d92124b16 04:37:13 Step 19/20 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:37:13 go: finding github.com/hashicorp/logutils v1.0.0 04:37:13 go: finding github.com/hashicorp/mdns v1.0.0 04:37:13 go: finding github.com/hashicorp/memberlist v0.1.3 04:37:13 go: finding github.com/hashicorp/serf v0.8.2 04:37:13 go: finding github.com/hpcloud/tail v1.0.0 04:37:13 go: finding github.com/imdario/mergo v0.3.6 04:37:13 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:37:13 go: finding github.com/kr/pretty v0.1.0 04:37:13 go: finding github.com/kr/pty v1.1.1 04:37:13 go: finding github.com/kr/text v0.1.0 04:37:13 go: finding github.com/mattn/go-colorable v0.0.9 04:37:13 go: finding github.com/mattn/go-isatty v0.0.3 04:37:13 ---> Running in 07fa73f668b4 04:37:13 Removing intermediate container 4f726126a245 04:37:13 ---> 97b55061b41a 04:37:13 Step 19/20 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:37:13 Removing intermediate container 432c8fa70684 04:37:13 ---> fa39655a1ad0 04:37:13 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:37:13 go: finding github.com/miekg/dns v1.0.14 04:37:13 go: finding github.com/mitchellh/cli v1.0.0 04:37:13 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:37:13 go: finding github.com/mitchellh/copystructure v1.0.0 04:37:13 go: finding github.com/mitchellh/go-homedir v1.0.0 04:37:13 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:37:13 go: finding github.com/mitchellh/gox v0.4.0 04:37:13 go: finding github.com/mitchellh/iochan v1.0.0 04:37:13 go: finding github.com/mitchellh/mapstructure v1.1.2 04:37:13 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:37:13 go: finding github.com/onsi/ginkgo v1.10.1 04:37:13 go: finding github.com/onsi/gomega v1.7.0 04:37:13 ---> Running in 855287b35c9e 04:37:13 Removing intermediate container 07fa73f668b4 04:37:13 ---> 3bbcca20ac17 04:37:13 Step 20/20 : LABEL version=0.0.0 04:37:14 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:37:14 go: finding github.com/pebbe/zmq4 v1.0.0 04:37:14 go: finding github.com/pelletier/go-toml v1.2.0 04:37:14 go: finding github.com/pkg/errors v0.8.1 04:37:14 go: finding github.com/pmezard/go-difflib v1.0.0 04:37:14 go: finding github.com/posener/complete v1.1.1 04:37:14 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:37:14 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:37:14 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:37:14 go: finding github.com/stretchr/objx v0.1.0 04:37:14 go: finding github.com/stretchr/testify v1.5.1 04:37:14 go: finding github.com/ugorji/go v1.1.4 04:37:14 go: finding github.com/x448/float16 v0.8.4 04:37:14 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:37:14 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:37:14 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:37:14 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:37:14 go: finding golang.org/x/text v0.3.2 04:37:14 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:37:14 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:37:14 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:37:14 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:37:14 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:37:14 ---> 778d2df62f6f 04:37:14 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:37:14 go: finding gopkg.in/yaml.v2 v2.2.8 04:37:14 ---> Running in f0201dc97fea 04:37:14 Removing intermediate container 8b5e88aea387 04:37:14 ---> 455a5d6d7549 04:37:14 Step 15/22 : RUN apk --no-cache add zeromq 04:37:14 Removing intermediate container 855287b35c9e 04:37:14 ---> 7c5b7090ad20 04:37:14 Step 20/20 : LABEL version=0.0.0 04:37:14 Removing intermediate container 3aa7b36e71cb 04:37:14 ---> 80ba515ce1f4 04:37:14 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:37:15 ---> Running in 05adeac85ec9 04:37:15 ---> Running in dc4f8f7f01dc 04:37:15 ---> Running in 2270f8d6e3fa 04:37:15 Removing intermediate container f0201dc97fea 04:37:15 ---> f6d62a82c298 04:37:15 04:37:15 ---> d24d757a06b9 04:37:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:37:15 Successfully built f6d62a82c298 04:37:15 Successfully tagged docker-support-scheduler-go:latest 04:37:15 Removing intermediate container dc4f8f7f01dc 04:37:15 ---> c2e811359119 04:37:15 Step 15/26 : ENV APP_PORT=48090 04:37:15  Building docker-support-scheduler-go ... done Building docker-support-logging-go 04:37:15 Removing intermediate container 2270f8d6e3fa 04:37:15 ---> 097ec430ceb9 04:37:15 04:37:15 Successfully built 097ec430ceb9 04:37:15 Successfully tagged docker-security-proxy-setup-go:latest 04:37:15 Building docker-core-command-go 04:37:15 ---> 28cb72eca992 04:37:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:37:15 ---> Running in 824a6638ccde 04:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:15  Building docker-security-proxy-setup-go ... done Removing intermediate container 824a6638ccde 04:37:15 ---> f21c9f8888a2 04:37:15 Step 16/26 : EXPOSE $APP_PORT 04:37:15 ---> Running in 8868212569bb 04:37:16 ---> 20e42a8a81c4 04:37:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:37:16 Removing intermediate container 8868212569bb 04:37:16 ---> 4c354a5aa4f3 04:37:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:37:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:17 (1/5) Installing libgcc (9.3.0-r2) 04:37:17 (2/5) Installing libsodium (1.0.18-r0) 04:37:17 (3/5) Installing libstdc++ (9.3.0-r2) 04:37:17 (4/5) Installing libzmq (4.3.2-r0) 04:37:18 (5/5) Installing zeromq (4.3.2-r0) 04:37:18 Executing busybox-1.31.1-r16.trigger 04:37:18 OK: 8 MiB in 19 packages 04:37:22 ---> 0d7666f4e0c0 04:37:22 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:37:22 ---> 4d78e28f8e11 04:37:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:37:24 ---> 2283d566d03c 04:37:24 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:37:25 ---> 6bc5e84e1d65 04:37:25 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:37:25 Removing intermediate container 05adeac85ec9 04:37:25 ---> 7e9f15fbdbc0 04:37:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:37:26 ---> 6223f6b29155 04:37:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:37:27 ---> 7a749950e568 04:37:27 Step 20/26 : RUN apk --no-cache add py-pip 04:37:29 ---> 3b649361614f 04:37:29 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:37:29 ---> Running in 14f1d7119741 04:37:29 ---> 4b3d88d69e40 04:37:29 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:37:31 ---> 1c5ef334399a 04:37:31 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:37:32 ---> ff585e7b306b 04:37:32 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:32 ---> Running in 6debf946fc44 04:37:32 (1/33) Installing libbz2 (1.0.8-r1) 04:37:32 (2/33) Installing expat (2.2.9-r1) 04:37:32 (3/33) Installing libffi (3.3-r2) 04:37:32 (4/33) Installing gdbm (1.13-r1) 04:37:33 Removing intermediate container c3e8af897190 04:37:33 ---> 6c77dad67f5a 04:37:33 Successfully built 6c77dad67f5a 04:37:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:37:33 (5/33) Installing xz-libs (5.2.5-r0) 04:37:33 (6/33) Installing sqlite-libs (3.32.1-r0) 04:37:33 (7/33) Installing python3 (3.8.5-r0) 04:37:33 ---> Running in 038413759ace 04:37:33 + docker inspect -f . ci-base-image-arm64 04:37:33 . [Pipeline] withDockerContainer 04:37:34 prd-ubuntu18.04-docker-arm64-4c-16g-1389 does not seem to be running inside a container 04:37: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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:37:34 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:34 ---> 386b56c947db 04:37:34 Step 3/21 : WORKDIR /edgex-go 04:37:35 ---> Using cache 04:37:35 ---> 551ba89be2f5 04:37:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:35 ---> Using cache 04:37:35 ---> b49decce59ef 04:37:35 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:37:35 $ docker top ef4cf47580e7448994fac26ae220c63dae2cdce8ad295de9df1a34b94780083f -eo pid,comm [Pipeline] { [Pipeline] sh 04:37:36 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:36 ---> 386b56c947db 04:37:36 Step 3/21 : WORKDIR /edgex-go 04:37:36 ---> Using cache 04:37:36 ---> 551ba89be2f5 04:37:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:36 ---> Using cache 04:37:36 ---> b49decce59ef 04:37:36 Step 5/21 : RUN apk update && apk add make git 04:37:36 + go version 04:37:36 go version go1.13.13 linux/arm64 04:37:36 Removing intermediate container 038413759ace 04:37:36 ---> d7f9b751a6dc 04:37:36 Step 20/22 : LABEL arch=x86_64 [Pipeline] echo 04:37:36 ========================================================= 04:37:36 [edgeXBuildGoParallel] Running Tests and Build... 04:37:36 ========================================================= [Pipeline] sh 04:37:37 + make test 04:37:37 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:37:37 ---> Running in b6b5be26b879 04:37:37 ---> Running in ff1aa725ecae 04:37:37 (8/33) Installing py3-appdirs (1.4.4-r1) 04:37:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:37:37 ---> Running in 392f9bafef06 04:37:37 (10/33) Installing py3-parsing (2.4.7-r0) 04:37:37 (11/33) Installing py3-six (1.15.0-r0) 04:37:37 (12/33) Installing py3-packaging (20.4-r0) 04:37:37 (13/33) Installing py3-setuptools (47.0.0-r0) 04:37:37 (14/33) Installing py3-chardet (3.0.4-r4) 04:37:37 (15/33) Installing py3-idna (2.9-r0) 04:37:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:37:37 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:37:38 (18/33) Installing py3-requests (2.23.0-r0) 04:37:38 (19/33) Installing py3-msgpack (1.0.0-r0) 04:37:38 (20/33) Installing py3-lockfile (0.12.2-r3) 04:37:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:37:39 (22/33) Installing py3-colorama (0.4.3-r0) 04:37:39 (23/33) Installing py3-distlib (0.3.0-r0) 04:37:39 Removing intermediate container 392f9bafef06 04:37:39 ---> 6b602556c40d 04:37:39 Step 21/22 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:37:39 (24/33) Installing py3-distro (1.5.0-r1) 04:37:39 (25/33) Installing py3-webencodings (0.5.1-r3) 04:37:39 (26/33) Installing py3-html5lib (1.0.1-r4) 04:37:39 ? github.com/edgexfoundry/edgex-go [no test files] 04:37:40 (27/33) Installing py3-pytoml (0.1.21-r0) 04:37:40 (28/33) Installing py3-pep517 (0.8.2-r0) 04:37:40 (29/33) Installing py3-progress (1.5-r0) 04:37:40 (30/33) Installing py3-toml (0.10.1-r0) 04:37:40 Removing intermediate container 6debf946fc44 04:37:40 ---> 5c015088961a 04:37:40 (31/33) Installing py3-retrying (1.3.3-r0) 04:37:40 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:37:40 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:37:40 (33/33) Installing py3-pip (20.1.1-r0) 04:37:40 ---> Running in 919df9695b51 04:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:41 Executing busybox-1.31.1-r16.trigger 04:37:41 OK: 71 MiB in 55 packages 04:37:41 ---> Running in 901db707fce6 04:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:41 Removing intermediate container 919df9695b51 04:37:41 ---> 0f2280d5a509 04:37:41 Step 22/22 : LABEL version=0.0.0 04:37:41 ---> Running in 0efd5bb3230f 04:37:41 Removing intermediate container 901db707fce6 04:37:41 ---> 3dfb49dbf99c 04:37:41 Step 24/26 : LABEL arch=x86_64 04:37:41 ---> Running in 99a9c4a1dc81 04:37:41 Removing intermediate container 0efd5bb3230f 04:37:41 ---> 3784848afe7e 04:37:41 04:37:41 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:41 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:41 OK: 12749 distinct packages available 04:37:41 Successfully built 3784848afe7e 04:37:41 Successfully tagged docker-core-data-go:latest 04:37:41  Building docker-core-data-go ... done Building docker-support-notifications-go 04:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:41 OK: 233 MiB in 51 packages 04:37:42 Removing intermediate container 99a9c4a1dc81 04:37:42 ---> eedf62e3eb39 04:37:42 Step 25/26 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:37:42 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:42 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:42 OK: 12749 distinct packages available 04:37:43 OK: 233 MiB in 51 packages 04:37:44 OK: 233 MiB in 51 packages 04:37:50 ---> Running in d32625ccc5d6 04:37:52 Removing intermediate container 14f1d7119741 04:37:52 ---> b2c1678121d6 04:37:52 Step 21/26 : RUN pip install docker-compose==1.23.2 04:37:52 Removing intermediate container d32625ccc5d6 04:37:52 ---> 51aa5b096a60 04:37:52 Step 26/26 : LABEL version=0.0.0 04:37:52 Removing intermediate container b6b5be26b879 04:37:52 ---> 8f8c68ce2d5a 04:37:52 Step 6/21 : COPY go.mod . 04:37:52 ---> Running in bec302d1dfc9 04:37:52 Removing intermediate container ff1aa725ecae 04:37:52 ---> 5910be917eee 04:37:52 Step 6/21 : COPY go.mod . 04:37:52 ---> Running in 4d883fb086cd 04:37:54 Removing intermediate container 4d883fb086cd 04:37:54 ---> c34c53e3b0f9 04:37:54 04:37:54 ---> 487e0b7029a5 04:37:54 Step 7/21 : RUN go mod download 04:37:54 ---> 92dc77602327 04:37:54 Step 7/21 : RUN go mod download 04:37:54 Successfully built c34c53e3b0f9 04:37:55 Successfully tagged docker-security-secretstore-setup-go:latest 04:37:55  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go 04:37:55 ---> Running in 88b95f742fd8 04:37:55 ---> Running in 8e8a803fe15d 04:37:59 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:37:59 ---> 386b56c947db 04:37:59 Step 3/23 : WORKDIR /edgex-go 04:37:59 ---> Using cache 04:37:59 ---> 551ba89be2f5 04:37:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:59 ---> Using cache 04:37:59 ---> b49decce59ef 04:37:59 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:38:00 ---> Running in caeab6338e9c 04:38:01 Collecting docker-compose==1.23.2 04:38:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:01 Collecting jsonschema<3,>=2.5.1 04:38:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:38:01 Collecting cached-property<2,>=1.2.0 04:38:01 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:38:01 Collecting PyYAML<4,>=3.10 04:38:01 Downloading PyYAML-3.13.tar.gz (270 kB) 04:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:02 Removing intermediate container 88b95f742fd8 04:38:02 ---> 8ccad8a64b1c 04:38:02 Step 8/21 : COPY . . 04:38:02 Removing intermediate container 8e8a803fe15d 04:38:02 ---> 6f3463da31be 04:38:02 Step 8/21 : COPY . . 04:38:02 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:02 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:02 OK: 12749 distinct packages available 04:38:03 OK: 233 MiB in 51 packages 04:38:09 Collecting docker<4.0,>=3.6.0 04:38:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:38:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:38:10 Collecting docopt<0.7,>=0.6.1 04:38:10 Downloading docopt-0.6.2.tar.gz (25 kB) 04:38:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:38:13 Removing intermediate container caeab6338e9c 04:38:13 ---> fe0889f721ac 04:38:13 Step 6/23 : COPY go.mod . 04:38:13 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:13 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:38:13 ---> 386b56c947db 04:38:13 Step 3/29 : WORKDIR /edgex-go 04:38:13 ---> Using cache 04:38:13 ---> 551ba89be2f5 04:38:13 Step 4/29 : RUN apk update && apk add make git 04:38:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:38:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:38:15 ---> 5ad4903d5a72 04:38:15 Step 7/23 : RUN go mod download 04:38:15 ---> Running in f42777ab2d45 04:38:15 Collecting dockerpty<0.5,>=0.4.1 04:38:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:38:16 ---> Running in 301e8575f626 04:38:16 Collecting texttable<0.10,>=0.9.0 04:38:16 Downloading texttable-0.9.1.tar.gz (11 kB) 04:38:18 Collecting websocket-client<1.0,>=0.32.0 04:38:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:38:19 Collecting docker-pycreds>=0.4.0 04:38:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:38:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:19 Collecting urllib3<1.25,>=1.21.1 04:38:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:38:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:20 Collecting idna<2.8,>=2.5 04:38:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:38:20 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:38:20 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:38:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:38:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:38:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:38:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:38:20 Installing collected packages: jsonschema, cached-property, PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, docopt, dockerpty, texttable, docker-compose 04:38:21 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:21 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:21 OK: 12749 distinct packages available 04:38:21 OK: 233 MiB in 51 packages 04:38:23 Running setup.py install for PyYAML: started 04:38:24 Running setup.py install for PyYAML: finished with status 'done' 04:38:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:38:24 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s 04:38:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:38:25 Attempting uninstall: urllib3 04:38:25 Found existing installation: urllib3 1.25.9 04:38:25 Uninstalling urllib3-1.25.9: 04:38:26 Removing intermediate container 301e8575f626 04:38:26 ---> be0c200ac680 04:38:26 Step 8/23 : COPY . . 04:38:26 Removing intermediate container f42777ab2d45 04:38:26 ---> 57ca77d67701 04:38:26 Step 5/29 : COPY go.mod . 04:38:26 Successfully uninstalled urllib3-1.25.9 04:38:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:38:27 ---> 1c45aef3c263 04:38:27 Step 9/21 : RUN make cmd/support-logging/support-logging 04:38:27 ---> 537f06ddacec 04:38:27 Step 9/21 : RUN make cmd/core-command/core-command 04:38:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:38:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:38:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:38:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:38:30 Attempting uninstall: idna 04:38:30 Found existing installation: idna 2.9 04:38:30 Uninstalling idna-2.9: 04:38:30 Successfully uninstalled idna-2.9 04:38:32 ---> 56e57eff3e20 04:38:32 Step 6/29 : RUN go mod download 04:38:32 Attempting uninstall: requests 04:38:32 Found existing installation: requests 2.23.0 04:38:32 Uninstalling requests-2.23.0: 04:38:33 Successfully uninstalled requests-2.23.0 04:38:33 ---> Running in dfaf41b8b684 04:38:33 ---> Running in e8fa72c26bfe 04:38:34 ---> Running in bf1fd0f21f11 04:38:36 Running setup.py install for docopt: started 04:38:37 Running setup.py install for docopt: finished with status 'done' 04:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.063s coverage: 46.6% of statements 04:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:38:38 Running setup.py install for dockerpty: started 04:38:38 Running setup.py install for dockerpty: finished with status 'done' 04:38:38 Running setup.py install for texttable: started 04:38:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:38:39 Running setup.py install for texttable: finished with status 'done' 04:38: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 04:38:40 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.206s coverage: 27.4% of statements 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.023s coverage: 100.0% of statements 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:38:45 ---> e6c6bc525264 04:38:45 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:38:45 Removing intermediate container bf1fd0f21f11 04:38:45 ---> 77e00bb8927e 04:38:45 Step 7/29 : COPY . . 04:38:45 ---> Running in d6798be0c6d9 04:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.298s coverage: 29.3% of statements 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.021s coverage: 100.0% of statements 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:38: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 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 89.8% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.173s coverage: 97.5% of statements 04:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 100.0% of statements 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.5% of statements 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.017s coverage: 100.0% of statements 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 92.3% of statements 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 04:38:54 Removing intermediate container bec302d1dfc9 04:38:54 ---> 41a83f86f3a9 04:38:54 Step 22/26 : RUN apk --no-cache add curl 04:38:54 ---> Running in 4bb3bf2d0938 04:38:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.098s coverage: 100.0% of statements 04:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.311s coverage: 55.9% of statements 04:38:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:38:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:38:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:38:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:39:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:39:00 (2/3) Installing libcurl (7.69.1-r0) 04:39:00 (3/3) Installing curl (7.69.1-r0) 04:39:00 Executing busybox-1.31.1-r16.trigger 04:39:00 OK: 72 MiB in 58 packages 04:39:06 Removing intermediate container 4bb3bf2d0938 04:39:06 ---> 56615a2ce861 04:39:06 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:06 ---> Running in 971aadf015d3 04:39:06 ---> 7d20f51ca85b 04:39:06 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:39:06 ---> Running in 4ff35cd22a92 04:39:06 Removing intermediate container 971aadf015d3 04:39:06 ---> cc7ef400752e 04:39:06 Step 24/26 : LABEL arch=x86_64 04:39:06 ---> Running in 382f4f987a6d 04:39:07 Removing intermediate container 382f4f987a6d 04:39:07 ---> 96b95f0c3306 04:39:07 Step 25/26 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:39:07 ---> Running in 079a16fc1d2d 04:39:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:39:08 Removing intermediate container 079a16fc1d2d 04:39:08 ---> 534a0e426eb9 04:39:08 Step 26/26 : LABEL version=0.0.0 04:39:09 ---> Running in 2518a7e19da6 04:39:09 Removing intermediate container dfaf41b8b684 04:39:09 ---> 9f61b74acafc 04:39:09 04:39:09 Step 10/21 : FROM scratch 04:39:09 ---> 04:39:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:39:12 ---> Running in 071ee2947b6e 04:39:12 Removing intermediate container 2518a7e19da6 04:39:12 ---> f117e54f1f49 04:39:12 04:39:12 Successfully built f117e54f1f49 04:39:13 Successfully tagged docker-sys-mgmt-agent-go:latest 04:39:13  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 04:39:13 Removing intermediate container 071ee2947b6e 04:39:13 ---> 2ef8454be531 04:39:13 Step 12/21 : ENV APP_PORT=48061 04:39:17 Removing intermediate container e8fa72c26bfe 04:39:17 ---> 2d072321de5f 04:39:17 04:39:17 Step 10/21 : FROM scratch 04:39:17 ---> 04:39:17 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:39:17 ---> Using cache 04:39:17 ---> dedf39b04bf9 04:39:17 Step 12/21 : ENV APP_PORT=48082 04:39:20 ---> Running in fc503320d077 04:39:20 ---> Running in 5c76b048c47c 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.474s coverage: 86.3% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.093s coverage: 72.2% of statements 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.362s coverage: 72.1% of statements 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.037s coverage: 82.4% of statements 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.064s coverage: 28.8% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 33.7% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.266s coverage: 84.1% of statements 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.037s coverage: 43.1% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.044s coverage: 100.0% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.058s coverage: 83.8% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 46.1% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.026s coverage: 100.0% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:39:22 Removing intermediate container 5c76b048c47c 04:39:22 ---> 303874411182 04:39:22 Step 13/21 : EXPOSE $APP_PORT 04:39:23 Removing intermediate container fc503320d077 04:39:23 ---> 780285c151ba 04:39:23 Step 13/21 : EXPOSE $APP_PORT 04:39:24 ---> Running in 5bee7ce7e83e 04:39:25 ---> Running in 49d2200d3bde 04:39:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.157s coverage: 29.1% of statements 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:39:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:39:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:39:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:39:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:39:28 Removing intermediate container 5bee7ce7e83e 04:39:28 ---> e2b725b377db 04:39:28 Step 14/21 : WORKDIR / 04:39:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.031s coverage: 87.9% of statements 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:39:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements 04:39:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 04:39:29 Removing intermediate container 49d2200d3bde 04:39:29 ---> 4a35d94fce47 04:39:29 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:39:30 ---> Running in 7be6edc434a1 04:39:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 100.0% of statements 04:39:31 Removing intermediate container d6798be0c6d9 04:39:31 ---> 345b15383098 04:39:31 04:39:31 Step 10/23 : FROM scratch 04:39:31 ---> 04:39:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:39:31 ---> Using cache 04:39:31 ---> 2ef8454be531 04:39:31 Step 12/23 : ENV APP_PORT=48060 04:39:31 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:39:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:39:31 ---> 386b56c947db 04:39:31 Step 3/21 : WORKDIR /edgex-go 04:39:31 ---> Using cache 04:39:31 ---> 551ba89be2f5 04:39:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:31 ---> Using cache 04:39:31 ---> b49decce59ef 04:39:31 Step 5/21 : RUN apk update && apk add make git 04:39:31 ---> Using cache 04:39:31 ---> 8f8c68ce2d5a 04:39:31 Step 6/21 : COPY go.mod . 04:39:31 ---> Using cache 04:39:31 ---> 92dc77602327 04:39:31 Step 7/21 : RUN go mod download 04:39:31 ---> Using cache 04:39:31 ---> 8ccad8a64b1c 04:39:31 Step 8/21 : COPY . . 04:39:31 ---> Using cache 04:39:31 ---> 537f06ddacec 04:39:31 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:39:31 GO111MODULE=on go vet ./... 04:39:32 ---> 04b8f05419ef 04:39:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:39:33 ---> Running in ab49af73335c 04:39:33 ---> Running in 30eb2e8e903d 04:39:33 Removing intermediate container 7be6edc434a1 04:39:33 ---> 7091b0a2bb5f 04:39:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:39:33 Removing intermediate container 4ff35cd22a92 04:39:33 ---> e9de4e5a696c 04:39:33 04:39:33 Step 9/29 : FROM alpine:latest 04:39:33 ---> aa7db7cb7bb6 04:39:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:39:33 ---> a24bb4013296 04:39:33 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:39:33 Removing intermediate container ab49af73335c 04:39:33 ---> 0f53ccc233ab 04:39:33 Step 13/23 : EXPOSE $APP_PORT 04:39:33 ---> 915c93526a5b 04:39:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:39:34 ---> Running in 9ba56cd28d26 04:39:34 ---> Running in 64b5cf8b59ba 04:39:34 ---> fa67fa71ed63 04:39:34 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:39:34 Removing intermediate container 9ba56cd28d26 04:39:34 ---> c5c881dad047 04:39:34 Step 11/29 : USER root 04:39: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 04:39:34 ---> Running in 1d4cac911ffc 04:39:34 Removing intermediate container 64b5cf8b59ba 04:39:34 ---> fb2f10ebdd4f 04:39:34 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:39:34 Removing intermediate container 1d4cac911ffc 04:39:34 ---> 0e890d8fe396 04:39:34 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:39:34 ---> d53382e0f063 04:39:34 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:39:34 ---> b94bc374b632 04:39:34 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:34 ---> 47f5b5480929 04:39:34 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:39:34 ---> Running in 2cbd6df27a69 04:39:34 ---> Running in cbcc88d4c196 04:39:36 ---> eea902c5d119 04:39:36 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:36 Removing intermediate container cbcc88d4c196 04:39:36 ---> 94492c51de0a 04:39:36 Step 19/21 : LABEL arch=x86_64 04:39:36 ---> 37b76553eb1f 04:39:36 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:39:36 ---> Running in 335c9adb79bc 04:39:36 ---> Running in 230da2cf6b07 04:39:36 Removing intermediate container 335c9adb79bc 04:39:36 ---> 68ab9440e4cc 04:39:36 Step 19/21 : LABEL arch=x86_64 04:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:36 ---> Running in 7e83656c06fb 04:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:36 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:39:36 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:39:36 OK: 12749 distinct packages available 04:39:37 (1/2) Installing ca-certificates (20191127-r4) 04:39:37 (2/2) Installing dumb-init (1.2.2-r1) 04:39:37 Executing busybox-1.31.1-r16.trigger 04:39:37 Executing ca-certificates-20191127-r4.trigger 04:39:37 OK: 6 MiB in 16 packages 04:39:37 Removing intermediate container 230da2cf6b07 04:39:37 ---> c235704e1257 04:39:37 Step 20/21 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:39:38 ---> Running in 40d9b1c321bb 04:39:38 Removing intermediate container 7e83656c06fb 04:39:38 ---> 067275af0d55 04:39:38 Step 20/21 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:39:39 ---> dd192083aa58 04:39:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:39:39 ---> Running in 28a49afad3b6 04:39:39 Removing intermediate container 40d9b1c321bb 04:39:39 ---> bf6d6445d63c 04:39:39 Step 21/21 : LABEL version=0.0.0 04:39:39 ---> Running in 65d4843c79c7 04:39:39 Removing intermediate container 2cbd6df27a69 04:39:39 ---> a1acf6b012dd 04:39:39 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:39:40 Removing intermediate container 28a49afad3b6 04:39:40 ---> a7c3cc9639da 04:39:40 Step 21/21 : LABEL version=0.0.0 04:39:40 ---> 4ad7253d9d7f 04:39:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:39:40 ---> Running in 8cfec44bca4e 04:39:40 ---> Running in 4d0da92ea66f 04:39:40 Removing intermediate container 65d4843c79c7 04:39:40 ---> 671c29dc9ca3 04:39:40 04:39:40 Successfully built 671c29dc9ca3 04:39:40 Successfully tagged docker-support-logging-go:latest 04:39:40  Building docker-support-logging-go ... done Removing intermediate container 4d0da92ea66f 04:39:40 ---> 310ab602cac1 04:39:40 04:39:40 Removing intermediate container 8cfec44bca4e 04:39:40 ---> c4818c8a8ccd 04:39:40 Step 14/29 : WORKDIR $BASE_DIR 04:39:41 Successfully built 310ab602cac1 04:39:41 Successfully tagged docker-core-command-go:latest 04:39:41  Building docker-core-command-go ... done  ---> Running in 130d1299a21e 04:39:41 ---> 0726033fce2f 04:39:41 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:39:41 Removing intermediate container 130d1299a21e 04:39:41 ---> 61e10340fc7a 04:39:41 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:39:41 ---> Running in 77c8b337e6cb 04:39:41 ---> e0f3e1561af6 04:39:41 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:41 ---> Running in 06dc5f46c606 04:39:42 Removing intermediate container 06dc5f46c606 04:39:42 ---> ccdec2c51898 04:39:42 Step 21/23 : LABEL arch=x86_64 04:39:42 ---> Running in 0cc3ca6c6b1e 04:39:42 Removing intermediate container 0cc3ca6c6b1e 04:39:42 ---> e33b30d3012e 04:39:42 Step 22/23 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:39:43 ---> Running in 5f8a51a3bee1 04:39:43 Removing intermediate container 77c8b337e6cb 04:39:43 ---> 960e8f095e61 04:39:43 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:39:43 Removing intermediate container 5f8a51a3bee1 04:39:43 ---> d14fb25fafac 04:39:43 Step 23/23 : LABEL version=0.0.0 04:39:43 ---> Running in 315001544d64 04:39:44 ---> c94e02b21b97 04:39:44 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:39:44 Removing intermediate container 315001544d64 04:39:44 ---> 7ab07b212842 04:39:44 04:39:44 Successfully built 7ab07b212842 04:39:44 Successfully tagged docker-support-notifications-go:latest 04:39:44  Building docker-support-notifications-go ... done  ---> 189449180622 04:39:44 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:39:44 ---> 904ee848f79a 04:39:44 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:39:45 ---> e536d9338049 04:39:45 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:39:45 ---> 6c32a22c8826 04:39:45 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:39:45 ---> Running in 335e0b817b76 04:39:48 Removing intermediate container 335e0b817b76 04:39:48 ---> 7efba808cd32 04:39:48 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:39:48 ---> 0e5d57a30fbe 04:39:48 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:39:48 ---> Running in 97a2e77dea00 04:39:49 gofmt -l . 04:39:50 [ "`gofmt -l .`" = "" ] 04:39:50 Removing intermediate container 30eb2e8e903d 04:39:50 ---> 0f98b472e660 04:39:50 04:39:50 Step 10/21 : FROM scratch 04:39:50 ---> 04:39:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:39:50 Removing intermediate container 97a2e77dea00 04:39:50 ---> 93c5dad5341b 04:39:50 Step 24/29 : RUN chmod 755 security-secrets-setup 04:39:50 ---> Using cache 04:39:50 ---> dedf39b04bf9 04:39:50 Step 12/21 : ENV APP_PORT=48081 04:39:50 ---> Running in 1d8bfd1a4392 04:39:50 ---> Running in 3280b20da25d 04:39:50 Removing intermediate container 3280b20da25d 04:39:50 ---> a73a4de01514 04:39:50 Step 13/21 : EXPOSE $APP_PORT 04:39:50 ---> Running in e8363a9d6a68 04:39:51 Removing intermediate container e8363a9d6a68 04:39:51 ---> 37b404c2d6e3 04:39:51 Step 14/21 : WORKDIR / 04:39:51 ---> Running in 9de51e7162b3 04:39:51 Removing intermediate container 9de51e7162b3 04:39:51 ---> 4c05ab326799 04:39:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:39:51 ---> b04953f574b3 04:39:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:39:51 Removing intermediate container 1d8bfd1a4392 04:39:51 ---> 6e06158ad5f5 04:39:51 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:39:51 ---> Running in f2e4d7024606 04:39:51 Removing intermediate container f2e4d7024606 04:39:51 ---> ed0c06cddc0a 04:39:51 Step 26/29 : CMD [ "generate" ] 04:39:51 ---> Running in 4d3f607f90ac 04:39:52 ./bin/test-go-mod-tidy.sh 04:39:52 ---> 1ee76c173e30 04:39:52 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:39:52 Removing intermediate container 4d3f607f90ac 04:39:52 ---> ab7e32bd7117 04:39:52 Step 27/29 : LABEL arch=x86_64 04:39:52 ---> Running in ec94c01c58c2 04:39:52 ---> 3b191efa2766 04:39:52 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:52 Removing intermediate container ec94c01c58c2 04:39:52 ---> 88848c93eda8 04:39:52 Step 28/29 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:39:52 ---> Running in 0e7e1ee2298f 04:39:52 ---> Running in 122e81063fa7 04:39:52 Removing intermediate container 0e7e1ee2298f 04:39:52 ---> 27eba52c1655 04:39:52 Step 19/21 : LABEL arch=x86_64 04:39:52 Removing intermediate container 122e81063fa7 04:39:52 ---> 0ef19294d520 04:39:52 Step 29/29 : LABEL version=0.0.0 04:39:52 ---> Running in 117d767f612b 04:39:52 ---> Running in d4941df21d2b 04:39:52 Removing intermediate container 117d767f612b 04:39:52 ---> 66ccce540f17 04:39:52 Step 20/21 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:39:52 Removing intermediate container d4941df21d2b 04:39:52 ---> 3c52ebb8ca87 04:39:52 04:39:52 Successfully built 3c52ebb8ca87 04:39:52 ---> Running in 24c37358e422 04:39:52 Successfully tagged docker-security-secrets-setup-go:latest 04:39:52  Building docker-security-secrets-setup-go ... done Removing intermediate container 24c37358e422 04:39:52 ---> e9b511734f29 04:39:52 Step 21/21 : LABEL version=0.0.0 04:39:53 ./bin/test-attribution-txt.sh 04:39:53 ---> Running in 1ab0ac2f24bb 04:39:53 Removing intermediate container 1ab0ac2f24bb 04:39:53 ---> b19e879ac191 04:39:53 04:39:53 Successfully built b19e879ac191 04:39:53 Successfully tagged docker-core-metadata-go:latest 04:39:53  Building docker-core-metadata-go ... done  [Pipeline] } 04:39:53 $ docker stop --time=1 a4db79b7b95273feeb089ac2ef48e4b1c6e24f71a8d838638f3a29d101794573 04:39:55 $ docker rm -f a4db79b7b95273feeb089ac2ef48e4b1c6e24f71a8d838638f3a29d101794573 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 04:39:56 + docker images 04:39:56 + grep docker 04:39:56 docker-core-metadata-go latest b19e879ac191 2 seconds ago 14.4MB 04:39:56 docker-security-secrets-setup-go latest 3c52ebb8ca87 3 seconds ago 25.1MB 04:39:56 docker-support-notifications-go latest 7ab07b212842 12 seconds ago 14.4MB 04:39:56 docker-core-command-go latest 310ab602cac1 15 seconds ago 13MB 04:39:56 docker-support-logging-go latest 671c29dc9ca3 15 seconds ago 11.8MB 04:39:56 docker-sys-mgmt-agent-go latest f117e54f1f49 46 seconds ago 284MB 04:39:56 docker-security-secretstore-setup-go latest c34c53e3b0f9 2 minutes ago 33.9MB 04:39:56 docker-core-data-go latest 3784848afe7e 2 minutes ago 23.8MB 04:39:56 docker-security-proxy-setup-go latest 097ec430ceb9 2 minutes ago 16.4MB 04:39:56 docker-support-scheduler-go latest f6d62a82c298 2 minutes ago 13.1MB 04:39:56 docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage 04:39:56 + ls -al . 04:39:56 total 596 04:39:56 drwxrwxr-x 10 1001 1001 4096 Jul 29 04:39 . 04:39:56 drwxr-xr-x 4 root root 4096 Jul 29 04:37 .. 04:39:56 -rw-rw-r-- 1 1001 1001 11 Jul 29 04:35 .dockerignore 04:39:56 drwxrwxr-x 8 1001 1001 4096 Jul 29 04:35 .git 04:39:56 drwxrwxr-x 3 1001 1001 4096 Jul 29 04:35 .github 04:39:56 -rw-rw-r-- 1 1001 1001 924 Jul 29 04:35 .gitignore 04:39:56 drwxrwxr-x 3 1001 1001 4096 Jul 29 04:35 .semver 04:39:56 -rw-rw-r-- 1 1001 1001 178 Jul 29 04:35 .sonarcloud.properties 04:39:56 -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:35 CONTRIBUTING.md 04:39:56 -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:35 Dockerfile.build 04:39:56 -rw-rw-r-- 1 1001 1001 911 Jul 29 04:35 Jenkinsfile 04:39:56 -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:35 LICENSE 04:39:56 -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:35 Makefile 04:39:56 -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:35 README.md 04:39:56 -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:35 SECURITY.md 04:39:56 -rw-rw-r-- 1 1001 1001 5 Jul 29 04:32 VERSION 04:39:56 -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:35 ZMQWindows.md 04:39:56 drwxrwxr-x 4 1001 1001 4096 Jul 29 04:35 api 04:39:56 drwxrwxr-x 2 1001 1001 4096 Jul 29 04:35 bin 04:39:56 drwxrwxr-x 15 1001 1001 4096 Jul 29 04:35 cmd 04:39:56 -rw-r--r-- 1 root root 465277 Jul 29 04:39 coverage.out 04:39:56 -rw-r--r-- 1 root root 1075 Jul 29 04:39 go.mod 04:39:56 -rw-r--r-- 1 root root 18146 Jul 29 04:39 go.sum 04:39:56 drwxrwxr-x 8 1001 1001 4096 Jul 29 04:35 internal 04:39:56 drwxrwxr-x 4 1001 1001 4096 Jul 29 04:35 snap 04:39:56 -rw-rw-r-- 1 1001 1001 168 Jul 29 04:35 version.go [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } 04:39:57 + '[' -e coverage.out ] 04:39:57 + chown 1001:1001 coverage.out [Pipeline] stash 04:39:57 Warning: overwriting stash ‘coverage-report’ 04:39:58 Stashed 1 file(s) [Pipeline] sh 04:39:59 + make build 04:39:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:40:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:40:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:40: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 04:40:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:40:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:40:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:40:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:40:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:40:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:41:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:41:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:41:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:41:15 $ docker stop --time=1 ef4cf47580e7448994fac26ae220c63dae2cdce8ad295de9df1a34b94780083f 04:41:18 $ docker rm -f ef4cf47580e7448994fac26ae220c63dae2cdce8ad295de9df1a34b94780083f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:19 04:41:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:41:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:20 latest: Pulling from edgex-devops/edgex-compose-arm64 04:41:20 29e5d40040c1: Pulling fs layer 04:41:20 1ce36da41761: Pulling fs layer 04:41:20 25b303627fd3: Pulling fs layer 04:41:20 29e5d40040c1: Verifying Checksum 04:41:20 29e5d40040c1: Download complete 04:41:20 1ce36da41761: Verifying Checksum 04:41:20 1ce36da41761: Download complete 04:41:20 29e5d40040c1: Pull complete 04:41:22 1ce36da41761: Pull complete 04:41:22 25b303627fd3: Verifying Checksum 04:41:22 25b303627fd3: Download complete 04:41:32 25b303627fd3: Pull complete 04:41:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:41:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:41:32 prd-ubuntu18.04-docker-arm64-4c-16g-1389 does not seem to be running inside a container 04:41:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:41:36 $ docker top 54bc908fa3d963b8af28e02918077cda967420e59f220e8dc4902f64d9a3c4b0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:37 + grep parallel 04:41:37 + docker-compose build --help 04:41:40 --parallel Build images in parallel. [Pipeline] } 04:41:41 $ docker stop --time=1 54bc908fa3d963b8af28e02918077cda967420e59f220e8dc4902f64d9a3c4b0 04:41:43 $ docker rm -f 54bc908fa3d963b8af28e02918077cda967420e59f220e8dc4902f64d9a3c4b0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:43 . [Pipeline] withDockerContainer 04:41:44 prd-ubuntu18.04-docker-arm64-4c-16g-1389 does not seem to be running inside a container 04:41:44 $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:41:45 $ docker top 2c0b40181ba3a06ab36dce8a43c7097cebb7417f119946e7704dc1b7d08bebf7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:46 + docker-compose -f ./docker-compose-build.yml build --parallel 04:41:50 Building docker-core-command-go ... 04:41:50 Building docker-core-data-go ... 04:41:50 Building docker-core-metadata-go ... 04:41:50 Building docker-security-proxy-setup-go ... 04:41:50 Building docker-security-secrets-setup-go ... 04:41:50 Building docker-security-secretstore-setup-go ... 04:41:50 Building docker-support-logging-go ... 04:41:50 Building docker-support-notifications-go ... 04:41:50 Building docker-support-scheduler-go ... 04:41:50 Building docker-sys-mgmt-agent-go ... 04:41:50 Building docker-support-notifications-go 04:41:50 Building docker-core-metadata-go 04:41:50 Building docker-security-proxy-setup-go 04:41:50 Building docker-sys-mgmt-agent-go 04:41:50 Building docker-security-secrets-setup-go 04:43:42 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:43:42 ---> 6c77dad67f5a 04:43:42 Step 3/20 : WORKDIR /edgex-go 04:43:42 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:42 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:43:42 ---> 6c77dad67f5a 04:43:42 Step 3/29 : WORKDIR /edgex-go 04:43:42 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:43:42 ---> 6c77dad67f5a 04:43:42 Step 3/21 : WORKDIR /edgex-go 04:43:42 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:43:42 ---> 6c77dad67f5a 04:43:42 Step 3/23 : WORKDIR /edgex-go 04:43:42 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:43:42 ---> 6c77dad67f5a 04:43:42 Step 3/26 : WORKDIR /edgex-go 04:43:45 ---> Running in 1b41c3b983f2 04:43:45 ---> Running in c45710f8b02b 04:43:45 ---> Running in e39688e5a34d 04:43:45 ---> Running in 61e5562a0b65 04:43:45 ---> Running in e890b4ccdb26 04:43:45 Removing intermediate container 1b41c3b983f2 04:43:45 ---> c319643f5108 04:43:45 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:46 Removing intermediate container 61e5562a0b65 04:43:46 ---> 765993268288 04:43:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:46 Removing intermediate container c45710f8b02b 04:43:46 ---> 8b6ee8ed8362 04:43:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:46 Removing intermediate container e890b4ccdb26 04:43:46 ---> 8a03cefdb438 04:43:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:46 Removing intermediate container e39688e5a34d 04:43:46 ---> eb74faf46d03 04:43:46 Step 4/29 : RUN apk update && apk add make git 04:43:46 ---> Running in 0be567d11570 04:43:46 ---> Running in 60d139cfb489 04:43:46 ---> Running in cd2b72ec88b9 04:43:46 ---> Running in ddfee24f5db1 04:43:46 ---> Running in 7bcb2bf57cf3 04:43:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:50 Removing intermediate container 0be567d11570 04:43:50 ---> a01023b890e7 04:43:50 Step 5/21 : RUN apk update && apk add make git 04:43:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:50 ---> Running in 58157a530628 04:43:50 Removing intermediate container cd2b72ec88b9 04:43:50 ---> 62a68e22e62f 04:43:50 Step 5/20 : RUN apk update && apk add make git 04:43:50 ---> Running in 6f3c9046e707 04:43:50 Removing intermediate container 60d139cfb489 04:43:50 ---> b320646b1a31 04:43:50 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:43:51 Removing intermediate container 7bcb2bf57cf3 04:43:51 ---> 386a92d9116b 04:43:51 Step 5/26 : RUN apk update && apk add make bash git 04:43:51 ---> Running in 8b1a84fddd2c 04:43:51 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:51 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:51 OK: 12620 distinct packages available 04:43:51 ---> Running in 5192d00356b2 04:43:52 OK: 217 MiB in 51 packages 04:43:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:53 Removing intermediate container ddfee24f5db1 04:43:53 ---> 5997dda8b197 04:43:53 Step 5/29 : COPY go.mod . 04:43:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:54 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:54 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:54 OK: 12620 distinct packages available 04:43:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:54 ---> c1ce2162fefb 04:43:54 Step 6/29 : RUN go mod download 04:43:55 ---> Running in 1f0a5ddd39df 04:43:55 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:55 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:55 OK: 12620 distinct packages available 04:43:55 OK: 217 MiB in 51 packages 04:43:55 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:55 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:55 OK: 12620 distinct packages available 04:43:55 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:55 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:55 OK: 12620 distinct packages available 04:43:56 OK: 217 MiB in 51 packages 04:43:56 OK: 217 MiB in 51 packages 04:43:56 OK: 217 MiB in 51 packages 04:43:57 Removing intermediate container 58157a530628 04:43:57 ---> 1768ff7d5f7b 04:43:57 Step 6/21 : COPY go.mod . 04:43:58 Removing intermediate container 6f3c9046e707 04:43:58 ---> 15f763d2acb1 04:43:58 Step 6/20 : COPY go.mod . 04:43:58 Removing intermediate container 8b1a84fddd2c 04:43:58 ---> 50a8ef221430 04:43:58 Step 6/23 : COPY go.mod . 04:43:58 Removing intermediate container 5192d00356b2 04:43:58 ---> db2c7973f672 04:43:58 Step 6/26 : COPY go.mod . 04:43:58 ---> 7bc31788b5a4 04:43:58 Step 7/21 : RUN go mod download 04:43:58 ---> Running in 5a5ee37501a2 04:43:59 ---> b20e0cc2fc59 04:43:59 Step 7/20 : RUN go mod download 04:43:59 ---> Running in f360c3e2c875 04:43:59 Removing intermediate container 1f0a5ddd39df 04:43:59 ---> 33b4a8a5ca10 04:43:59 Step 7/29 : COPY . . 04:43:59 ---> e2bd7333c5c0 04:43:59 Step 7/23 : RUN go mod download 04:43:59 ---> 0b77e8466adc 04:43:59 Step 7/26 : RUN go mod download 04:43:59 ---> Running in 6def797ea9ed 04:43:59 ---> Running in 048db891e7db 04:44:05 Removing intermediate container 5a5ee37501a2 04:44:05 ---> fed6c93babaa 04:44:05 Step 8/21 : COPY . . 04:44:06 Removing intermediate container 6def797ea9ed 04:44:06 ---> b2e34493d559 04:44:06 Step 8/23 : COPY . . 04:44:06 Removing intermediate container 048db891e7db 04:44:06 ---> 339c986116e3 04:44:06 Step 8/26 : COPY . . 04:44:06 Removing intermediate container f360c3e2c875 04:44:06 ---> 1a4c2e262672 04:44:06 Step 8/20 : COPY . . 04:44:38 ---> 1490de6783ca 04:44:38 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:44:38 ---> 7f918deb2d95 04:44:38 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:44:38 ---> Running in 9a1b02c25642 04:44:38 ---> 266928720434 04:44:38 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:44:38 ---> 5d1ba9d41c9e 04:44:38 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:44:38 ---> f27485d28be9 04:44:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:44:38 ---> Running in 109d66b47aeb 04:44:38 ---> Running in 74c06df26354 04:44:38 ---> Running in 9da937f0253f 04:44:38 ---> Running in f16b57418931 04:44:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:44:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:44:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:44:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:44:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:46:00 Removing intermediate container 9a1b02c25642 04:46:00 ---> 7e6f5b6b4e47 04:46:00 04:46:00 Step 9/29 : FROM alpine:latest 04:46:00 latest: Pulling from library/alpine 04:46:00 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:46:00 Status: Downloaded newer image for alpine:latest 04:46:00 ---> 62ee0e9f8440 04:46:00 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:46:00 ---> Running in 74cbf76343f7 04:46:00 Removing intermediate container 74cbf76343f7 04:46:00 ---> 5092281ecf48 04:46:00 Step 11/29 : USER root 04:46:00 ---> Running in 851999ebedb6 04:46:00 Removing intermediate container 851999ebedb6 04:46:00 ---> 49a29e192456 04:46:00 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:46:00 ---> Running in 5e38e5212c46 04:46:00 Removing intermediate container 9da937f0253f 04:46:00 ---> ff50b1fbaab8 04:46:00 04:46:00 Step 10/20 : FROM alpine 04:46:00 ---> 62ee0e9f8440 04:46:00 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:46:00 ---> Running in 699443a73bd2 04:46:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:03 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:46:03 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:46:03 OK: 12620 distinct packages available 04:46:03 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:46:03 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:46:03 OK: 12620 distinct packages available 04:46:03 (1/2) Installing ca-certificates (20191127-r4) 04:46:03 (2/2) Installing dumb-init (1.2.2-r1) 04:46:03 Executing busybox-1.31.1-r16.trigger 04:46:03 Executing ca-certificates-20191127-r4.trigger 04:46:03 (1/4) Installing ca-certificates (20191127-r4) 04:46:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:46:04 (3/4) Installing libcurl (7.69.1-r0) 04:46:04 (4/4) Installing curl (7.69.1-r0) 04:46:04 Executing busybox-1.31.1-r16.trigger 04:46:04 OK: 6 MiB in 16 packages 04:46:04 Executing ca-certificates-20191127-r4.trigger 04:46:04 OK: 7 MiB in 18 packages 04:46:08 Removing intermediate container 5e38e5212c46 04:46:08 ---> 8f35a96e19d5 04:46:08 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:46:08 ---> Running in 753747f441c5 04:46:08 Removing intermediate container 699443a73bd2 04:46:08 ---> 33607394c9f7 04:46:08 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:46:08 ---> Running in e67d9ac6be49 04:46:09 Removing intermediate container 753747f441c5 04:46:09 ---> ed7edf155e82 04:46:09 Step 14/29 : WORKDIR $BASE_DIR 04:46:09 ---> Running in 228cc4be10ee 04:46:09 Removing intermediate container e67d9ac6be49 04:46:09 ---> 946d6bdfa5ef 04:46:09 Step 13/20 : WORKDIR /edgex 04:46:09 ---> Running in e3160cc197a4 04:46:10 Removing intermediate container 228cc4be10ee 04:46:10 ---> d54b4996c802 04:46:10 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:46:11 ---> Running in 6ffdd45b3ea6 04:46:11 Removing intermediate container e3160cc197a4 04:46:11 ---> f7f1d27c5705 04:46:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:46:13 ---> 5dcf465bd7d8 04:46:13 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:46:14 Removing intermediate container f16b57418931 04:46:14 ---> 836099f45143 04:46:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:46:14 ---> Running in d2cc2c75cd14 04:46:16 ---> 1892657aa2f7 04:46:16 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:46:16 Removing intermediate container 6ffdd45b3ea6 04:46:16 ---> b33183810ea7 04:46:16 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:46:16 ---> Running in f29ca22c503d 04:46:17 Removing intermediate container f29ca22c503d 04:46:17 ---> 4fdc6ce535bf 04:46:17 Step 17/20 : CMD ["--init=true"] 04:46:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:46:17 ---> Running in 195897e8178a 04:46:17 ---> e0a799053c97 04:46:17 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:46:18 Removing intermediate container 195897e8178a 04:46:18 ---> 936bac250d78 04:46:18 Step 18/20 : LABEL arch=arm64 04:46:18 ---> Running in b9840c4823b9 04:46:19 Removing intermediate container b9840c4823b9 04:46:19 ---> aae5d4e62451 04:46:19 Step 19/20 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:46:19 ---> c15a6dbd8487 04:46:19 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:46:19 ---> Running in 6ac2cfcccc84 04:46:19 Removing intermediate container 6ac2cfcccc84 04:46:19 ---> 9c5508ee1168 04:46:19 Step 20/20 : LABEL version=0.0.0 04:46:20 ---> Running in df2bd7e674eb 04:46:20 ---> 292004e2a3f3 04:46:20 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:46:21 Removing intermediate container df2bd7e674eb 04:46:21 ---> 53513a8b47d3 04:46:21 04:46:21 ---> 6b40a1cf250c 04:46:21 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:46:21 Successfully built 53513a8b47d3 04:46:21 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:46:21  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 04:46:23 ---> 0eb38ab618c4 04:46:23 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:46:23 ---> Running in 4f6e4fb4715b 04:46:23 Removing intermediate container d2cc2c75cd14 04:46:23 ---> 54207d269a53 04:46:23 04:46:23 Step 11/26 : FROM docker:latest 04:46:23 ---> ce9d55ae87f1 04:46:23 Step 12/26 : RUN apk add --no-cache bash 04:46:25 ---> Running in cfbdb3806595 04:46:26 Removing intermediate container 109d66b47aeb 04:46:26 ---> e03d86eb2526 04:46:26 04:46:26 Step 10/23 : FROM scratch 04:46:26 ---> 04:46:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:46:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:27 ---> Running in 7c7a60ff73aa 04:46:27 (1/2) Installing readline (8.0.4-r0) 04:46:27 (2/2) Installing bash (5.0.17-r0) 04:46:27 Executing bash-5.0.17-r0.post-install 04:46:27 Executing busybox-1.31.1-r16.trigger 04:46:27 OK: 12 MiB in 22 packages 04:46:28 Removing intermediate container 7c7a60ff73aa 04:46:28 ---> b24f928edb8f 04:46:28 Step 12/23 : ENV APP_PORT=48060 04:46:28 ---> Running in 6ab8943a599d 04:46:28 Removing intermediate container 4f6e4fb4715b 04:46:28 ---> 0a175e3209aa 04:46:28 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:46:29 Removing intermediate container 6ab8943a599d 04:46:29 ---> e2cb4770c70b 04:46:29 Step 13/23 : EXPOSE $APP_PORT 04:46:30 ---> Running in eb8ebbe35d9d 04:46:30 ---> 0288d50b674f 04:46:30 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:46:30 Removing intermediate container cfbdb3806595 04:46:30 ---> 6d469756565d 04:46:30 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:46:30 ---> Running in fc4ce3071db5 04:46:30 ---> Running in 1a3ef7d3898a 04:46:31 Removing intermediate container eb8ebbe35d9d 04:46:31 ---> 4e6444c84fde 04:46:31 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:46:32 Removing intermediate container 74c06df26354 04:46:32 ---> 0340e5ac6108 04:46:32 04:46:32 Step 10/21 : FROM scratch 04:46:32 ---> 04:46:32 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:32 ---> 1202151e6eab 04:46:32 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:46:32 ---> Running in e38adfd3194a 04:46:33 Removing intermediate container e38adfd3194a 04:46:33 ---> 3e38c1b58ce6 04:46:33 Step 12/21 : ENV APP_PORT=48081 04:46:33 ---> Running in 8f85a6a403b6 04:46:34 ---> d8ab74b608db 04:46:34 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:46:34 Removing intermediate container 8f85a6a403b6 04:46:34 ---> 0b41013038be 04:46:34 Step 13/21 : EXPOSE $APP_PORT 04:46:34 ---> Running in c6a54e34af61 04:46:35 Removing intermediate container c6a54e34af61 04:46:35 ---> 0116fad00874 04:46:35 Step 14/21 : WORKDIR / 04:46:35 Removing intermediate container fc4ce3071db5 04:46:35 ---> 4f7f2b942d01 04:46:35 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:46:35 Removing intermediate container 1a3ef7d3898a 04:46:35 ---> e7f542990342 04:46:35 Step 24/29 : RUN chmod 755 security-secrets-setup 04:46:36 ---> Running in be4345dcfa7c 04:46:36 ---> Running in 78d0a34b9638 04:46:36 ---> Running in 07d10aeb196b 04:46:36 ---> 637c18976033 04:46:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:46:36 Removing intermediate container 78d0a34b9638 04:46:36 ---> 061e8f196960 04:46:36 Step 15/26 : ENV APP_PORT=48090 04:46:36 Removing intermediate container be4345dcfa7c 04:46:36 ---> ed168e76a32b 04:46:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:46:37 ---> Running in e78c820d419d 04:46:37 ---> 3f55c5e6a80b 04:46:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:46:37 Removing intermediate container e78c820d419d 04:46:37 ---> 5ab1581c780c 04:46:37 Step 16/26 : EXPOSE $APP_PORT 04:46:38 ---> d7521e986fda 04:46:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:46:38 ---> Running in a6c24f938185 04:46:39 Removing intermediate container a6c24f938185 04:46:39 ---> 48e8e914b6aa 04:46:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:46:40 ---> 85def9d1a288 04:46:40 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:46:40 Removing intermediate container 07d10aeb196b 04:46:40 ---> 0daa22c34ed7 04:46:40 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:46:40 ---> 5c130be6f933 04:46:40 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:46:40 ---> fe5efd49ce85 04:46:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:46:40 ---> Running in 76dfa12d3c70 04:46:40 ---> 9ba9b11c4eb7 04:46:40 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:41 ---> Running in 5e89ed4093f8 04:46:41 Removing intermediate container 76dfa12d3c70 04:46:41 ---> 82f7301fe4fe 04:46:41 Step 26/29 : CMD [ "generate" ] 04:46:42 ---> 97229f6973be 04:46:42 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:42 ---> Running in 498ec49b9134 04:46:42 Removing intermediate container 5e89ed4093f8 04:46:42 ---> b90243ebeb3b 04:46:42 Step 21/23 : LABEL arch=arm64 04:46:42 ---> af5a6858d863 04:46:42 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:46:42 ---> Running in 2a4f89bf023f 04:46:42 ---> Running in 54e726d71829 04:46:42 Removing intermediate container 498ec49b9134 04:46:42 ---> 6e5e0f7f7b32 04:46:42 Step 27/29 : LABEL arch=arm64 04:46:43 ---> Running in 682914fc5168 04:46:43 Removing intermediate container 2a4f89bf023f 04:46:43 ---> 6ba009ba8964 04:46:43 Step 19/21 : LABEL arch=arm64 04:46:43 Removing intermediate container 54e726d71829 04:46:43 ---> 9ddae27a39ab 04:46:43 Step 22/23 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:46:43 ---> Running in 462a3d51064b 04:46:43 ---> 5bcd8306d4f0 04:46:43 Step 20/26 : RUN apk --no-cache add py-pip 04:46:43 ---> Running in 2ef2f4aab83c 04:46:43 Removing intermediate container 682914fc5168 04:46:43 ---> ecc9b3b714d2 04:46:43 Step 28/29 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:46:43 ---> Running in 53f681c4692a 04:46:43 ---> Running in eb3fa6544511 04:46:44 Removing intermediate container 462a3d51064b 04:46:44 ---> aa843da15672 04:46:44 Step 20/21 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:46:44 Removing intermediate container 2ef2f4aab83c 04:46:44 ---> 7aeaf785d576 04:46:44 Step 23/23 : LABEL version=0.0.0 04:46:44 ---> Running in 96e8a91b5a3a 04:46:44 ---> Running in 0fb915af1b0e 04:46:44 Removing intermediate container eb3fa6544511 04:46:44 ---> d518fcb92d03 04:46:44 Step 29/29 : LABEL version=0.0.0 04:46:45 ---> Running in bc448ddd535a 04:46:45 Removing intermediate container 96e8a91b5a3a 04:46:45 ---> f3d493764491 04:46:45 Step 21/21 : LABEL version=0.0.0 04:46:45 Removing intermediate container 0fb915af1b0e 04:46:45 ---> 920b1fda7d3e 04:46:45 04:46:45 ---> Running in a8ecda49df57 04:46:45 Removing intermediate container bc448ddd535a 04:46:45 ---> c5b7fad4a4bf 04:46:45 04:46:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:45 Successfully built 920b1fda7d3e 04:46:45 Successfully tagged docker-support-notifications-go-arm64:latest 04:46:45  Building docker-support-notifications-go ... done Building docker-support-logging-go 04:46:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:46 Removing intermediate container a8ecda49df57 04:46:46 ---> ff1ef27d17ed 04:46:46 04:46:46 Successfully built c5b7fad4a4bf 04:46:46 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:46:46  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go 04:46:46 (1/33) Installing libbz2 (1.0.8-r1) 04:46:46 (2/33) Installing expat (2.2.9-r1) 04:46:46 (3/33) Installing libffi (3.3-r2) 04:46:46 (4/33) Installing gdbm (1.13-r1) 04:46:46 (5/33) Installing xz-libs (5.2.5-r0) 04:46:46 (6/33) Installing sqlite-libs (3.32.1-r0) 04:46:46 (7/33) Installing python3 (3.8.5-r0) 04:46:46 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:46 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:46:46 ---> 6c77dad67f5a 04:46:46 Step 3/26 : WORKDIR /edgex-go 04:46:46 ---> Using cache 04:46:46 ---> 8a03cefdb438 04:46:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:46 ---> Using cache 04:46:46 ---> 386a92d9116b 04:46:46 Step 5/26 : RUN apk update && apk add make git 04:46:47 Successfully built ff1ef27d17ed 04:46:47 ---> Running in 67d29e2bc93e 04:46:47 Successfully tagged docker-core-metadata-go-arm64:latest 04:46:47 Building docker-core-command-go 04:46:48  Building docker-core-metadata-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 04:46:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:46:48 (10/33) Installing py3-parsing (2.4.7-r0) 04:46:48 (11/33) Installing py3-six (1.15.0-r0) 04:46:48 (12/33) Installing py3-packaging (20.4-r0) 04:46:48 (13/33) Installing py3-setuptools (47.0.0-r0) 04:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:48 (14/33) Installing py3-chardet (3.0.4-r4) 04:46:48 (15/33) Installing py3-idna (2.9-r0) 04:46:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:46:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:46:48 (18/33) Installing py3-requests (2.23.0-r0) 04:46:48 (19/33) Installing py3-msgpack (1.0.0-r0) 04:46:48 (20/33) Installing py3-lockfile (0.12.2-r3) 04:46:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:46:48 (22/33) Installing py3-colorama (0.4.3-r0) 04:46:48 (23/33) Installing py3-distlib (0.3.0-r0) 04:46:48 (24/33) Installing py3-distro (1.5.0-r1) 04:46:48 (25/33) Installing py3-webencodings (0.5.1-r3) 04:46:48 (26/33) Installing py3-html5lib (1.0.1-r4) 04:46:48 (27/33) Installing py3-pytoml (0.1.21-r0) 04:46:48 (28/33) Installing py3-pep517 (0.8.2-r0) 04:46:48 (29/33) Installing py3-progress (1.5-r0) 04:46:49 (30/33) Installing py3-toml (0.10.1-r0) 04:46:49 (31/33) Installing py3-retrying (1.3.3-r0) 04:46:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:46:49 (33/33) Installing py3-pip (20.1.1-r0) 04:46:49 Executing busybox-1.31.1-r16.trigger 04:46:49 OK: 71 MiB in 55 packages 04:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:50 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:50 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:50 OK: 12620 distinct packages available 04:46:51 OK: 217 MiB in 51 packages 04:46:54 Removing intermediate container 67d29e2bc93e 04:46:54 ---> 151b89ea4a59 04:46:54 Step 6/26 : COPY go.mod . 04:46:56 ---> ac026665a8c6 04:46:56 Step 7/26 : RUN go mod download 04:46:56 ---> Running in a6191fe3f33d 04:46:57 Removing intermediate container 53f681c4692a 04:46:57 ---> 633e77e8d514 04:46:57 Step 21/26 : RUN pip install docker-compose==1.23.2 04:46:58 ---> Running in 314f4f1c1334 04:47:01 Removing intermediate container a6191fe3f33d 04:47:01 ---> 71cd35311113 04:47:01 Step 8/26 : COPY . . 04:47:05 Collecting docker-compose==1.23.2 04:47:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:47:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:47:05 Collecting docopt<0.7,>=0.6.1 04:47:05 Downloading docopt-0.6.2.tar.gz (25 kB) 04:47:08 Collecting cached-property<2,>=1.2.0 04:47:08 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:47:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:47:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:47:10 Collecting docker<4.0,>=3.6.0 04:47:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:47:11 Collecting dockerpty<0.5,>=0.4.1 04:47:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:47:13 Collecting websocket-client<1.0,>=0.32.0 04:47:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:47:14 Collecting texttable<0.10,>=0.9.0 04:47:14 Downloading texttable-0.9.1.tar.gz (11 kB) 04:47:16 Collecting jsonschema<3,>=2.5.1 04:47:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:47:17 Collecting PyYAML<4,>=3.10 04:47:17 Downloading PyYAML-3.13.tar.gz (270 kB) 04:47:23 Collecting urllib3<1.25,>=1.21.1 04:47:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:47:24 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:47:25 Collecting idna<2.8,>=2.5 04:47:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:47:26 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:47:26 Collecting docker-pycreds>=0.4.0 04:47:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:47:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:47:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:47:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:47:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:47:26 ---> 35e3a9d7c226 04:47:26 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:47:27 Installing collected packages: docopt, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, texttable, jsonschema, PyYAML, docker-compose 04:47:27 Running setup.py install for docopt: started 04:47:27 ---> Running in ece78d6c52a1 04:47:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:47:30 Running setup.py install for docopt: finished with status 'done' 04:47:30 Attempting uninstall: urllib3 04:47:30 Found existing installation: urllib3 1.25.9 04:47:30 Uninstalling urllib3-1.25.9: 04:47:30 Successfully uninstalled urllib3-1.25.9 04:47:31 Attempting uninstall: idna 04:47:31 Found existing installation: idna 2.9 04:47:31 Uninstalling idna-2.9: 04:47:31 Successfully uninstalled idna-2.9 04:47:32 Attempting uninstall: requests 04:47:32 Found existing installation: requests 2.23.0 04:47:32 Uninstalling requests-2.23.0: 04:47:32 Successfully uninstalled requests-2.23.0 04:47:34 Running setup.py install for dockerpty: started 04:47:36 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:47:36 ---> 6c77dad67f5a 04:47:36 Step 3/21 : WORKDIR /edgex-go 04:47:36 ---> Using cache 04:47:36 ---> 8a03cefdb438 04:47:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:36 ---> Using cache 04:47:36 ---> 386a92d9116b 04:47:36 Step 5/21 : RUN apk update && apk add make git 04:47:36 ---> Using cache 04:47:36 ---> 151b89ea4a59 04:47:36 Step 6/21 : COPY go.mod . 04:47:36 ---> Using cache 04:47:36 ---> ac026665a8c6 04:47:36 Step 7/21 : RUN go mod download 04:47:36 ---> Using cache 04:47:36 ---> 71cd35311113 04:47:36 Step 8/21 : COPY . . 04:47:36 ---> Using cache 04:47:36 ---> 35e3a9d7c226 04:47:36 Step 9/21 : RUN make cmd/core-command/core-command 04:47:36 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:36 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:47:36 ---> 6c77dad67f5a 04:47:36 Step 3/20 : WORKDIR /edgex-go 04:47:36 ---> Using cache 04:47:36 ---> 8a03cefdb438 04:47:36 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:36 ---> Using cache 04:47:36 ---> 386a92d9116b 04:47:36 Step 5/20 : RUN apk update && apk add make git 04:47:36 ---> Using cache 04:47:36 ---> 151b89ea4a59 04:47:36 Step 6/20 : COPY go.mod . 04:47:36 ---> Using cache 04:47:36 ---> ac026665a8c6 04:47:36 Step 7/20 : RUN go mod download 04:47:36 ---> Using cache 04:47:36 ---> 71cd35311113 04:47:36 Step 8/20 : COPY . . 04:47:36 ---> Using cache 04:47:36 ---> 35e3a9d7c226 04:47:36 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:47:37 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:47:37 ---> 6c77dad67f5a 04:47:37 Step 3/21 : WORKDIR /edgex-go 04:47:37 ---> Using cache 04:47:37 ---> 8a03cefdb438 04:47:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:37 ---> Using cache 04:47:37 ---> 386a92d9116b 04:47:37 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:47:37 Running setup.py install for dockerpty: finished with status 'done' 04:47:37 Running setup.py install for texttable: started 04:47:37 ---> Running in 116a2871a769 04:47:37 ---> Running in db549dc74d3a 04:47:37 ---> Running in cc64044378f5 04:47:40 Running setup.py install for texttable: finished with status 'done' 04:47:40 Running setup.py install for PyYAML: started 04:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:47:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47: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 04:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:43 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:43 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:43 OK: 12620 distinct packages available 04:47:44 Running setup.py install for PyYAML: finished with status 'done' 04:47:44 OK: 217 MiB in 51 packages 04:47:45 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:47:45 OK: 217 MiB in 51 packages 04:47:47 Removing intermediate container cc64044378f5 04:47:47 ---> 8c2dbdfe18da 04:47:47 Step 6/21 : COPY go.mod . 04:47:48 ---> 385714f1c481 04:47:48 Step 7/21 : RUN go mod download 04:47:48 ---> Running in d907fe98da4f 04:47:52 Removing intermediate container 314f4f1c1334 04:47:52 ---> 12e17a97da65 04:47:52 Step 22/26 : RUN apk --no-cache add curl 04:47:52 ---> Running in b765baaf6e9a 04:47:54 Removing intermediate container d907fe98da4f 04:47:54 ---> 5e1026592be6 04:47:54 Step 8/21 : COPY . . 04:47:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:55 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:47:55 (2/3) Installing libcurl (7.69.1-r0) 04:47:56 (3/3) Installing curl (7.69.1-r0) 04:47:56 Executing busybox-1.31.1-r16.trigger 04:47:56 OK: 71 MiB in 58 packages 04:47:59 Removing intermediate container b765baaf6e9a 04:47:59 ---> df2f98c5d3de 04:47:59 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:00 ---> Running in 08377fc0fdfb 04:48:01 Removing intermediate container 08377fc0fdfb 04:48:01 ---> c37286b3d290 04:48:01 Step 24/26 : LABEL arch=arm64 04:48:02 ---> Running in 61994f0305ac 04:48:03 Removing intermediate container 61994f0305ac 04:48:03 ---> 61c88a5c23a0 04:48:03 Step 25/26 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:48:03 ---> Running in 46f69457e81c 04:48:04 Removing intermediate container 46f69457e81c 04:48:04 ---> 6447ca585841 04:48:04 Step 26/26 : LABEL version=0.0.0 04:48:05 ---> Running in 30e025280e9e 04:48:07 Removing intermediate container 30e025280e9e 04:48:07 ---> 13fedaf3babb 04:48:07 04:48:07 Successfully built 13fedaf3babb 04:48:07 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:48:07  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go 04:48:23 ---> 739383c646db 04:48:23 Step 9/21 : RUN make cmd/support-logging/support-logging 04:48:23 ---> Running in 44bcae0368a0 04:48:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:48:38 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:48:38 ---> 6c77dad67f5a 04:48:38 Step 3/22 : WORKDIR /edgex-go 04:48:38 ---> Using cache 04:48:38 ---> 8a03cefdb438 04:48:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:38 ---> Using cache 04:48:38 ---> 386a92d9116b 04:48:38 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:48:39 ---> Running in 109dfe0dc887 04:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:43 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:43 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:43 OK: 12620 distinct packages available 04:48:44 OK: 217 MiB in 51 packages 04:48:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:48:47 Removing intermediate container 109dfe0dc887 04:48:47 ---> d6627903c638 04:48:47 Step 6/22 : COPY go.mod . 04:48:47 ---> c7335f3300fb 04:48:47 Step 7/22 : RUN go mod download 04:48:48 ---> Running in a6d0382669d4 04:48:54 Removing intermediate container a6d0382669d4 04:48:54 ---> 1b33890bf3d2 04:48:54 Step 8/22 : COPY . . 04:49: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 04:49:20 ---> 0c2a4effc442 04:49:20 Step 9/22 : RUN make cmd/core-data/core-data 04:49:20 ---> Running in 53c0792a8f39 04:49:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:49:21 Removing intermediate container ece78d6c52a1 04:49:21 ---> ac539507c5ed 04:49:21 04:49:21 Step 10/26 : FROM alpine:3.10 04:49:21 3.10: Pulling from library/alpine 04:49:23 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:49:23 Status: Downloaded newer image for alpine:3.10 04:49:23 ---> 536a684cf733 04:49:23 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:49:23 ---> Running in b6de559c3fea 04:49:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:49:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:49:26 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:49:26 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:49:26 OK: 10167 distinct packages available 04:49:27 (1/5) Installing ca-certificates (20191127-r2) 04:49:27 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:49:27 (3/5) Installing libcurl (7.66.0-r0) 04:49:27 (4/5) Installing curl (7.66.0-r0) 04:49:27 (5/5) Installing dumb-init (1.2.2-r1) 04:49:27 Executing busybox-1.30.1-r3.trigger 04:49:27 Executing ca-certificates-20191127-r2.trigger 04:49:28 OK: 7 MiB in 19 packages 04:49:30 Removing intermediate container b6de559c3fea 04:49:30 ---> 4ce8dac261a2 04:49:30 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:49:30 ---> Running in 6d285c0ae57b 04:49:31 Removing intermediate container 6d285c0ae57b 04:49:31 ---> 252b64037562 04:49:31 Step 13/26 : WORKDIR / 04:49:31 ---> Running in 3cc4f6849e9c 04:49:32 Removing intermediate container 3cc4f6849e9c 04:49:32 ---> 6e0cef508dec 04:49:32 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:49:34 ---> 90700706b8ba 04:49:34 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:49:36 ---> 5ef8ea20c2d8 04:49:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:49:39 ---> 86b3263f53aa 04:49:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:49:40 ---> a7e472010cc6 04:49:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:49:41 Removing intermediate container db549dc74d3a 04:49:41 ---> 1f8a8e5b0ded 04:49:41 04:49:41 Step 10/20 : FROM scratch 04:49:41 ---> 04:49:41 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:49:41 ---> Using cache 04:49:41 ---> 3e38c1b58ce6 04:49:41 Step 12/20 : ENV APP_PORT=48085 04:49:41 ---> Running in 8c6537b87590 04:49:41 Removing intermediate container 116a2871a769 04:49:41 ---> 4a01f88049c5 04:49:41 04:49:41 Step 10/21 : FROM scratch 04:49:41 ---> 04:49:41 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:49:42 ---> Using cache 04:49:42 ---> 3e38c1b58ce6 04:49:42 Step 12/21 : ENV APP_PORT=48082 04:49:42 ---> Running in 83614a9782ea 04:49:42 Removing intermediate container 8c6537b87590 04:49:42 ---> d947e6d507dd 04:49:42 Step 13/20 : EXPOSE $APP_PORT 04:49:42 ---> 58a53d9b938d 04:49:42 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:49:42 ---> Running in e50da0c0e24e 04:49:43 Removing intermediate container 83614a9782ea 04:49:43 ---> 0e9f64a8685e 04:49:43 Step 13/21 : EXPOSE $APP_PORT 04:49:43 Removing intermediate container e50da0c0e24e 04:49:43 ---> dad819fd4120 04:49:43 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:49:43 ---> Running in 2b5b839873a7 04:49:44 Removing intermediate container 2b5b839873a7 04:49:44 ---> 2e148e20051e 04:49:44 Step 14/21 : WORKDIR / 04:49:45 ---> Running in f02f1828957d 04:49:45 ---> 64426a7b2789 04:49:45 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:49:45 ---> c97fe2f23590 04:49:45 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:49:46 Removing intermediate container f02f1828957d 04:49:46 ---> 186b014c699f 04:49:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:49:48 ---> 5d3ed506744b 04:49:48 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:49:48 ---> 89affa39a8a0 04:49:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:49:48 ---> 6b0a26ca8d22 04:49:48 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:49:50 ---> cd567302c9a5 04:49:50 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:49:50 ---> Running in e8f440f069ad 04:49:50 ---> 0e4a231cb557 04:49:50 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:50 ---> b4ab5c8f5d71 04:49:50 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:49:50 ---> Running in 8e8a24446f34 04:49:51 Removing intermediate container 8e8a24446f34 04:49:51 ---> c93fb87ca2d2 04:49:51 Step 18/20 : LABEL arch=arm64 04:49:52 ---> Running in 657402a6f38e 04:49:52 ---> 026aa22540b7 04:49:52 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:52 ---> Running in c32d01a574ac 04:49:52 Removing intermediate container 657402a6f38e 04:49:52 ---> 0bad5d73fabe 04:49:52 Step 19/20 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:49:53 ---> Running in 230ec39ae57b 04:49:53 Removing intermediate container c32d01a574ac 04:49:53 ---> 284bf03f8fb2 04:49:53 Step 19/21 : LABEL arch=arm64 04:49:53 ---> Running in a779d6ad8a02 04:49:54 Removing intermediate container 230ec39ae57b 04:49:54 ---> 9262aef9b518 04:49:54 Step 20/20 : LABEL version=0.0.0 04:49:54 Removing intermediate container a779d6ad8a02 04:49:54 ---> 120e9b04492d 04:49:54 Step 20/21 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:49:54 ---> Running in 806e8a2d4efd 04:49:54 Removing intermediate container e8f440f069ad 04:49:54 ---> 713cf224c103 04:49:54 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:49:54 ---> Running in f38dd709e17c 04:49:55 ---> Running in 4c8944f7d42f 04:49:55 Removing intermediate container 806e8a2d4efd 04:49:55 ---> ae923c6d8f1f 04:49:55 04:49:56 Removing intermediate container f38dd709e17c 04:49:56 ---> 40649d203c0b 04:49:56 Step 21/21 : LABEL version=0.0.0 04:49:56 Removing intermediate container 4c8944f7d42f 04:49:56 ---> 158da7b82081 04:49:56 Step 24/26 : LABEL arch=arm64 04:49:56 ---> Running in a88c71dce7e7 04:49:56 ---> Running in b7e85fbdf805 04:49:57 Successfully built ae923c6d8f1f 04:49:57 Successfully tagged docker-support-scheduler-go-arm64:latest 04:49:57  Building docker-support-scheduler-go ... done Removing intermediate container b7e85fbdf805 04:49:57 ---> 76ac135eb01f 04:49:57 Step 25/26 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:49:57 Removing intermediate container a88c71dce7e7 04:49:57 ---> 13743adafd98 04:49:57 04:49:58 ---> Running in 7c5732cfa371 04:49:59 Successfully built 13743adafd98 04:49:59 Successfully tagged docker-core-command-go-arm64:latest 04:49:59  Building docker-core-command-go ... done Removing intermediate container 7c5732cfa371 04:49:59 ---> b17094a35804 04:49:59 Step 26/26 : LABEL version=0.0.0 04:49:59 ---> Running in 4bc28d0f145f 04:50:00 Removing intermediate container 44bcae0368a0 04:50:00 ---> 152618ce4db9 04:50:00 04:50:00 Step 10/21 : FROM scratch 04:50:00 ---> 04:50:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:50:00 Removing intermediate container 4bc28d0f145f 04:50:00 ---> cadd01c3dacb 04:50:00 04:50:00 ---> Using cache 04:50:00 ---> b24f928edb8f 04:50:00 Step 12/21 : ENV APP_PORT=48061 04:50:00 ---> Running in 66d677d3ead8 04:50:00 Successfully built cadd01c3dacb 04:50:00 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:50:01  Building docker-security-secretstore-setup-go ... done Removing intermediate container 66d677d3ead8 04:50:01 ---> 2c158417c29b 04:50:01 Step 13/21 : EXPOSE $APP_PORT 04:50:01 ---> Running in a8d989a4c3e2 04:50:01 Removing intermediate container a8d989a4c3e2 04:50:01 ---> f66a69ff651d 04:50:01 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:50:03 ---> c0decd28ab4a 04:50:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:50:03 ---> 98a30c01d820 04:50:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:50:05 ---> a9482ebb19cb 04:50:05 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:50:06 ---> ab8fe8eb7a5f 04:50:06 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:07 ---> Running in efd8e991a1be 04:50:07 Removing intermediate container efd8e991a1be 04:50:07 ---> 9c9493a9b634 04:50:07 Step 19/21 : LABEL arch=arm64 04:50:07 ---> Running in 6b47b71be32a 04:50:08 Removing intermediate container 6b47b71be32a 04:50:08 ---> d987e3ae60fb 04:50:08 Step 20/21 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:50:08 ---> Running in c7911cc07b68 04:50:09 Removing intermediate container c7911cc07b68 04:50:09 ---> 9650355b0147 04:50:09 Step 21/21 : LABEL version=0.0.0 04:50:09 ---> Running in 90a3b8799d33 04:50:10 Removing intermediate container 90a3b8799d33 04:50:10 ---> 605b7150b08d 04:50:10 04:50:10 Successfully built 605b7150b08d 04:50:10 Successfully tagged docker-support-logging-go-arm64:latest 04:50:28  Building docker-support-logging-go ... done Removing intermediate container 53c0792a8f39 04:50:28 ---> 9e8694f5bbec 04:50:28 04:50:28 Step 10/22 : FROM alpine 04:50:28 ---> 62ee0e9f8440 04:50:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:50:28 ---> Running in 383c111d17da 04:50:28 Removing intermediate container 383c111d17da 04:50:28 ---> a7225b41502e 04:50:28 Step 12/22 : ENV APP_PORT=48080 04:50:28 ---> Running in f2ef8c33fa59 04:50:28 Removing intermediate container f2ef8c33fa59 04:50:28 ---> d2f09b0f53db 04:50:28 Step 13/22 : EXPOSE $APP_PORT 04:50:28 ---> Running in ee30a935b1a6 04:50:29 Removing intermediate container ee30a935b1a6 04:50:29 ---> 7247a628f11c 04:50:29 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:29 ---> Running in ede4fa108ea8 04:50:31 Removing intermediate container ede4fa108ea8 04:50:31 ---> 65a573b3fb88 04:50:31 Step 15/22 : RUN apk --no-cache add zeromq 04:50:32 ---> Running in bc13d677acfc 04:50:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:35 (1/5) Installing libgcc (9.3.0-r2) 04:50:35 (2/5) Installing libsodium (1.0.18-r0) 04:50:35 (3/5) Installing libstdc++ (9.3.0-r2) 04:50:35 (4/5) Installing libzmq (4.3.2-r0) 04:50:35 (5/5) Installing zeromq (4.3.2-r0) 04:50:35 Executing busybox-1.31.1-r16.trigger 04:50:35 OK: 8 MiB in 19 packages 04:50:37 Removing intermediate container bc13d677acfc 04:50:37 ---> 5ad44d1e63d0 04:50:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:50:37 ---> e9f3429f49b7 04:50:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:50:39 ---> 474fe6693357 04:50:39 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:50:39 ---> 5a77eb3b6ba4 04:50:39 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:39 ---> Running in a05bfdbc95e3 04:50:40 Removing intermediate container a05bfdbc95e3 04:50:40 ---> a04543f79e0a 04:50:40 Step 20/22 : LABEL arch=arm64 04:50:40 ---> Running in 9f1e5dfb0a88 04:50:41 Removing intermediate container 9f1e5dfb0a88 04:50:41 ---> d3a4d698f34a 04:50:41 Step 21/22 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 04:50:41 ---> Running in 58bd4f95059c 04:50:41 Removing intermediate container 58bd4f95059c 04:50:41 ---> fb415f8df053 04:50:41 Step 22/22 : LABEL version=0.0.0 04:50:41 ---> Running in f4663f205552 04:50:42 Removing intermediate container f4663f205552 04:50:42 ---> ae52f9e8256f 04:50:42 04:50:42 Successfully built ae52f9e8256f 04:50:42 Successfully tagged docker-core-data-go-arm64:latest 04:50:43  Building docker-core-data-go ... done  [Pipeline] } 04:50:43 $ docker stop --time=1 2c0b40181ba3a06ab36dce8a43c7097cebb7417f119946e7704dc1b7d08bebf7 04:50:44 $ docker rm -f 2c0b40181ba3a06ab36dce8a43c7097cebb7417f119946e7704dc1b7d08bebf7 [Pipeline] // withDockerContainer [Pipeline] sh 04:50:45 + grep docker 04:50:45 + docker images 04:50:45 docker-core-data-go-arm64 latest ae52f9e8256f 4 seconds ago 22.6MB 04:50:45 docker-support-logging-go-arm64 latest 605b7150b08d 36 seconds ago 11.4MB 04:50:45 docker-security-secretstore-setup-go-arm64 latest cadd01c3dacb 46 seconds ago 32.6MB 04:50:45 docker-core-command-go-arm64 latest 13743adafd98 48 seconds ago 12.4MB 04:50:45 docker-support-scheduler-go-arm64 latest ae923c6d8f1f 50 seconds ago 12.6MB 04:50:45 docker-sys-mgmt-agent-go-arm64 latest 13fedaf3babb 2 minutes ago 266MB 04:50:45 docker-core-metadata-go-arm64 latest ff1ef27d17ed 4 minutes ago 13.8MB 04:50:45 docker-security-secrets-setup-go-arm64 latest c5b7fad4a4bf 4 minutes ago 24.2MB 04:50:45 docker-support-notifications-go-arm64 latest 920b1fda7d3e 4 minutes ago 13.9MB 04:50:45 docker-security-proxy-setup-go-arm64 latest 53513a8b47d3 4 minutes ago 15.8MB 04:50:45 docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:50:47 provisioning config files... 04:50:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/25@tmp/config8932628773015290525tmp [Pipeline] { [Pipeline] sh 04:50:47 + curl -s https://codecov.io/bash 04:50:47 + bash -s - -t @/w/workspace/edgex-go/25@tmp/config8932628773015290525tmp [Pipeline] } 04:50:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:50:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:50:50 ---> package-listing.sh 04:50:50 ++ facter osfamily 04:50:50 ++ tr '[:upper:]' '[:lower:]' 04:50:50 + OS_FAMILY=redhat 04:50:50 + workspace=/w/workspace/edgex-go/25 04:50:50 + START_PACKAGES=/tmp/packages_start.txt 04:50:50 + END_PACKAGES=/tmp/packages_end.txt 04:50:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:50:50 + PACKAGES=/tmp/packages_start.txt 04:50:50 + '[' /w/workspace/edgex-go/25 ']' 04:50:50 + PACKAGES=/tmp/packages_end.txt 04:50:50 + case "${OS_FAMILY}" in 04:50:50 + rpm -qa 04:50:50 + sort 04:50:54 + '[' -f /tmp/packages_start.txt ']' 04:50:54 + '[' -f /tmp/packages_end.txt ']' 04:50:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:50:54 + '[' /w/workspace/edgex-go/25 ']' 04:50:54 + mkdir -p /w/workspace/edgex-go/25/archives/ 04:50:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/25/archives/ [Pipeline] isUnix [Pipeline] sh 04:50:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:54 04:50:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:50:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:55 alpine: Pulling from edgex-lftools-log-publisher 04:50:55 c9b1b535fdd9: Pulling fs layer 04:50:55 2cc5ad85d9ab: Pulling fs layer 04:50:55 756a868c4378: Pulling fs layer 04:50:55 444b2fc9a129: Pulling fs layer 04:50:55 ea15f1150254: Pulling fs layer 04:50:55 41b27a9f41bf: Pulling fs layer 04:50:55 28c525ee5125: Pulling fs layer 04:50:55 094b1ea09ed8: Pulling fs layer 04:50:55 138eaada9080: Pulling fs layer 04:50:55 0622d0fa9048: Pulling fs layer 04:50:55 444b2fc9a129: Waiting 04:50:55 ea15f1150254: Waiting 04:50:55 41b27a9f41bf: Waiting 04:50:55 28c525ee5125: Waiting 04:50:55 094b1ea09ed8: Waiting 04:50:55 138eaada9080: Waiting 04:50:55 0622d0fa9048: Waiting 04:50:55 2cc5ad85d9ab: Verifying Checksum 04:50:55 2cc5ad85d9ab: Download complete 04:50:55 444b2fc9a129: Verifying Checksum 04:50:55 444b2fc9a129: Download complete 04:50:55 c9b1b535fdd9: Verifying Checksum 04:50:55 c9b1b535fdd9: Download complete 04:50:55 ea15f1150254: Download complete 04:50:55 28c525ee5125: Verifying Checksum 04:50:55 28c525ee5125: Download complete 04:50:55 756a868c4378: Verifying Checksum 04:50:55 756a868c4378: Download complete 04:50:55 c9b1b535fdd9: Pull complete 04:50:55 138eaada9080: Verifying Checksum 04:50:55 138eaada9080: Download complete 04:50:55 094b1ea09ed8: Verifying Checksum 04:50:55 094b1ea09ed8: Download complete 04:50:55 0622d0fa9048: Verifying Checksum 04:50:55 0622d0fa9048: Download complete 04:50:56 2cc5ad85d9ab: Pull complete 04:50:56 41b27a9f41bf: Verifying Checksum 04:50:56 41b27a9f41bf: Download complete 04:50:57 756a868c4378: Pull complete 04:50:58 444b2fc9a129: Pull complete 04:50:58 ea15f1150254: Pull complete 04:51:04 41b27a9f41bf: Pull complete 04:51:04 28c525ee5125: Pull complete 04:51:06 094b1ea09ed8: Pull complete 04:51:08 138eaada9080: Pull complete 04:51:08 0622d0fa9048: Pull complete 04:51:08 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:51:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:51:08 prd-centos7-docker-4c-2g-1384 does not seem to be running inside a container 04:51:08 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:51:13 $ docker top 279c73f45644e184042fcc43feade90bddb27da5d2ec042294a1745190306d0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:51:13 provisioning config files... 04:51:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/25@tmp/config3005484166001361747tmp [Pipeline] { [Pipeline] echo 04:51:13 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:51:13 ---> create-netrc.sh [Pipeline] echo 04:51:13 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:51:14 ---> logs-deploy.sh 04:51:14 + ARCHIVE_ARTIFACTS= 04:51:14 + LOGS_SERVER=https://logs.edgexfoundry.org 04:51:14 + '[' https://logs.edgexfoundry.org == None ']' 04:51:14 + NEXUS_URL=https://nexus.edgexfoundry.org 04:51:14 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/25 04:51:14 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/25/ 04:51:14 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/25 /w/workspace/edgex-go/25 04:51:15 Archives upload complete. 04:51:15 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/25 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/25/ 04:51:16 ---> uname -a: 04:51:16 Linux 279c73f45644 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:51:16 04:51:16