Pull request #2610 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from d353d776f67e3e761ddbbc19f7c32ace1c448f20+a7ec3a865ede80db86ffd188b897ddab9785937f (915d677b3c1000ca2053a7e664ed155d8d8a6422) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-356 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/37 [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/37 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit d353d776f67e3e761ddbbc19f7c32ace1c448f20 Merge succeeded, producing d353d776f67e3e761ddbbc19f7c32ace1c448f20 Checking out Revision d353d776f67e3e761ddbbc19f7c32ace1c448f20 (PR-2610) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d353d776f67e3e761ddbbc19f7c32ace1c448f20 # 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 a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d353d776f67e3e761ddbbc19f7c32ace1c448f20 # timeout=10 Commit message: "Add POST event functions based for v2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:08:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:08:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 670c3ab64233bb9a445e74c7a7d05d61f00a0d33 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:08:34 ========================================================= 04:08:34 EdgeX Global Pipelines Version Info 04:08:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:08:36 ------------------- 04:08:36 stable info: 04:08:36 ------------------- 04:08:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:08:36 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:08:36 Message: update stable to v1.0.106 04:08:37 ------------------- 04:08:37 experimental info: 04:08:37 ------------------- 04:08:37 Commited By: **** collab-it+edgex@linuxfoundation.org 04:08:37 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:08:37 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:08:38 ++ 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:08:38 + for file in '`ls cmd/**/Dockerfile`' 04:08:38 ++ dirname cmd/core-command/Dockerfile 04:08:38 ++ cut -d/ -f2 04:08:38 + echo core-command,cmd/core-command/Dockerfile 04:08:38 + for file in '`ls cmd/**/Dockerfile`' 04:08:38 ++ dirname cmd/core-data/Dockerfile 04:08:38 ++ cut -d/ -f2 04:08:38 + echo core-data,cmd/core-data/Dockerfile 04:08:38 + for file in '`ls cmd/**/Dockerfile`' 04:08:38 ++ dirname cmd/core-metadata/Dockerfile 04:08:38 ++ cut -d/ -f2 04:08:38 + echo core-metadata,cmd/core-metadata/Dockerfile 04:08:38 + for file in '`ls cmd/**/Dockerfile`' 04:08:38 ++ dirname cmd/security-proxy-setup/Dockerfile 04:08:38 ++ cut -d/ -f2 04:08:38 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:08:38 + for file in '`ls cmd/**/Dockerfile`' 04:08:38 ++ dirname cmd/security-secrets-setup/Dockerfile 04:08:38 ++ cut -d/ -f2 04:08:38 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:08:38 + for file in '`ls cmd/**/Dockerfile`' 04:08:38 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:08:38 ++ cut -d/ -f2 04:08:38 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:08:38 + for file in '`ls cmd/**/Dockerfile`' 04:08:38 ++ dirname cmd/support-logging/Dockerfile 04:08:38 ++ cut -d/ -f2 04:08:38 + echo support-logging,cmd/support-logging/Dockerfile 04:08:38 + for file in '`ls cmd/**/Dockerfile`' 04:08:38 ++ dirname cmd/support-notifications/Dockerfile 04:08:38 ++ cut -d/ -f2 04:08:38 + echo support-notifications,cmd/support-notifications/Dockerfile 04:08:38 + for file in '`ls cmd/**/Dockerfile`' 04:08:38 ++ dirname cmd/support-scheduler/Dockerfile 04:08:38 ++ cut -d/ -f2 04:08:38 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:08:38 + for file in '`ls cmd/**/Dockerfile`' 04:08:38 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:08:38 ++ cut -d/ -f2 04:08:38 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:08:38 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:08:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:08:40 04:08:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:08:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:08:40 latest: Pulling from edgex-devops/git-semver 04:08:40 31603596830f: Pulling fs layer 04:08:40 2a8b12db71e7: Pulling fs layer 04:08:40 6ca5941a6612: Pulling fs layer 04:08:40 ecc8261a40a4: Pulling fs layer 04:08:40 ecc8261a40a4: Waiting 04:08:40 2a8b12db71e7: Verifying Checksum 04:08:40 2a8b12db71e7: Download complete 04:08:40 31603596830f: Verifying Checksum 04:08:40 31603596830f: Download complete 04:08:40 ecc8261a40a4: Verifying Checksum 04:08:40 ecc8261a40a4: Download complete 04:08:40 6ca5941a6612: Verifying Checksum 04:08:40 6ca5941a6612: Download complete 04:08:41 31603596830f: Pull complete 04:08:41 2a8b12db71e7: Pull complete 04:08:42 6ca5941a6612: Pull complete 04:08:42 ecc8261a40a4: Pull complete 04:08:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:08:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:08:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:08:42 prd-centos7-docker-4c-2g-356 does not seem to be running inside a container 04:08:42 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:08:44 $ docker top 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:08:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:44 [ssh-agent] Looking for ssh-agent implementation... 04:08:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:45 $ docker exec 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 ssh-agent 04:08:45 SSH_AUTH_SOCK=/tmp/ssh-N6dtzJJ8SqAI/agent.12 04:08:45 SSH_AGENT_PID=17 04:08:45 Running ssh-add (command line suppressed) 04:08:45 Identity added: /w/workspace/edgex-go/37@tmp/private_key_1210554314439160931.key (/w/workspace/edgex-go/37@tmp/private_key_1210554314439160931.key) 04:08:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:45 + git describe --exact-match --tags HEAD 04:08:45 fatal: No names found, cannot describe anything. [Pipeline] } 04:08:45 $ docker exec --env ******** --env ******** 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 ssh-agent -k 04:08:45 unset SSH_AUTH_SOCK; 04:08:45 unset SSH_AGENT_PID; 04:08:45 echo Agent pid 17 killed; 04:08:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:08:45 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:08:45 This usually means this commit has not been tagged. [Pipeline] sshagent 04:08:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:46 [ssh-agent] Looking for ssh-agent implementation... 04:08:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:46 $ docker exec 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 ssh-agent 04:08:46 SSH_AUTH_SOCK=/tmp/ssh-PwVSFc1DqA3Q/agent.45 04:08:46 SSH_AGENT_PID=50 04:08:46 Running ssh-add (command line suppressed) 04:08:46 Identity added: /w/workspace/edgex-go/37@tmp/private_key_6250552347753057054.key (/w/workspace/edgex-go/37@tmp/private_key_6250552347753057054.key) 04:08:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:46 + git semver init 04:08:46 # -> Open(): unable to determine branch for HEAD 04:08:46 # $GIT_DIR = /w/workspace/edgex-go/37/.git 04:08:46 # $GIT_WORK_TREE = /w/workspace/edgex-go/37 04:08:46 # $SEMVER_REMOTE_NAME = origin 04:08:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:08:46 # $SEMVER_USER_NAME = edgex-jenkins 04:08:46 # $SEMVER_BRANCH = PR-2610 04:08:46 # $SEMVER_TEMP = /tmp/semver-349861763 04:08:46 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:09:05 # '/tmp/semver-349861763' -> '/w/workspace/edgex-go/37/.semver' 04:09:05 # -> Force: false 04:09:05 # $SEMVER_DIR = /w/workspace/edgex-go/37/.semver [Pipeline] } 04:09:05 $ docker exec --env ******** --env ******** 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 ssh-agent -k 04:09:05 unset SSH_AUTH_SOCK; 04:09:05 unset SSH_AGENT_PID; 04:09:05 echo Agent pid 50 killed; 04:09:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:09:05 + git semver [Pipeline] } 04:09:05 $ docker stop --time=1 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 04:09:07 $ docker rm -f 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:09:20 Stashed 34 file(s) [Pipeline] echo 04:09:20 [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:09:20 ========================================================= 04:09:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:09:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:09:21 + 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:09:24 Sending build context to Docker daemon 323.1MB 04:09:24 Step 1/7 : ARG BASE=golang:1.13-alpine 04:09:24 Step 2/7 : FROM ${BASE} 04:09:24 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:09:24 df20fa9351a1: Pulling fs layer 04:09:24 ed8968b2872e: Pulling fs layer 04:09:24 a92cc7c5fd73: Pulling fs layer 04:09:24 2dd03ba5bac4: Pulling fs layer 04:09:24 1e091d79d1de: Pulling fs layer 04:09:24 481702a1767f: Pulling fs layer 04:09:24 f64a6f60c768: Pulling fs layer 04:09:24 e78d2573fc39: Pulling fs layer 04:09:24 e876d2f968b6: Pulling fs layer 04:09:24 ce8a83651883: Pulling fs layer 04:09:24 07967f4d0e4b: Pulling fs layer 04:09:24 2dd03ba5bac4: Waiting 04:09:24 1e091d79d1de: Waiting 04:09:24 481702a1767f: Waiting 04:09:24 f64a6f60c768: Waiting 04:09:24 e78d2573fc39: Waiting 04:09:24 e876d2f968b6: Waiting 04:09:24 ce8a83651883: Waiting 04:09:24 07967f4d0e4b: Waiting 04:09:24 a92cc7c5fd73: Download complete 04:09:24 ed8968b2872e: Verifying Checksum 04:09:24 ed8968b2872e: Download complete 04:09:24 1e091d79d1de: Verifying Checksum 04:09:24 1e091d79d1de: Download complete 04:09:24 481702a1767f: Verifying Checksum 04:09:24 481702a1767f: Download complete 04:09:24 df20fa9351a1: Verifying Checksum 04:09:24 df20fa9351a1: Download complete 04:09:24 df20fa9351a1: Pull complete 04:09:25 f64a6f60c768: Verifying Checksum 04:09:25 f64a6f60c768: Download complete 04:09:25 e876d2f968b6: Verifying Checksum 04:09:25 e876d2f968b6: Download complete 04:09:25 e78d2573fc39: Verifying Checksum 04:09:25 e78d2573fc39: Download complete 04:09:25 2dd03ba5bac4: Verifying Checksum 04:09:25 2dd03ba5bac4: Download complete 04:09:25 07967f4d0e4b: Verifying Checksum 04:09:25 07967f4d0e4b: Download complete 04:09:25 ce8a83651883: Verifying Checksum 04:09:25 ce8a83651883: Download complete 04:09:26 ed8968b2872e: Pull complete 04:09:26 a92cc7c5fd73: Pull complete 04:09:33 2dd03ba5bac4: Pull complete 04:09:33 1e091d79d1de: Pull complete 04:09:33 481702a1767f: Pull complete 04:09:35 Still waiting to schedule task 04:09:35 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:09:36 f64a6f60c768: Pull complete 04:09:39 e78d2573fc39: Pull complete 04:09:40 e876d2f968b6: Pull complete 04:09:41 ce8a83651883: Pull complete 04:09:41 07967f4d0e4b: Pull complete 04:09:41 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:09:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:09:41 ---> 5d7c900382c6 04:09:41 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:09:42 ---> Running in 86418d61de69 04:09:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:09:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:09:44 (1/12) Installing libmagic (5.38-r0) 04:09:44 (2/12) Installing file (5.38-r0) 04:09:44 (3/12) Installing libc-dev (0.7.2-r3) 04:09:45 (4/12) Installing g++ (9.3.0-r2) 04:09:47 (5/12) Installing fortify-headers (1.1-r0) 04:09:47 (6/12) Installing patch (2.7.6-r6) 04:09:47 (7/12) Installing build-base (0.5-r2) 04:09:47 (8/12) Installing libsodium (1.0.18-r0) 04:09:47 (9/12) Installing pkgconf (1.7.2-r0) 04:09:48 (10/12) Installing libsodium-dev (1.0.18-r0) 04:09:48 (11/12) Installing libzmq (4.3.2-r0) 04:09:48 (12/12) Installing zeromq-dev (4.3.2-r0) 04:09:48 Executing busybox-1.31.1-r16.trigger 04:09:48 OK: 233 MiB in 51 packages 04:09:51 Removing intermediate container 86418d61de69 04:09:51 ---> a3eeda9b06ae 04:09:51 Step 4/7 : WORKDIR /edgex-go 04:09:51 ---> Running in 0097b2974a94 04:09:51 Removing intermediate container 0097b2974a94 04:09:51 ---> 4452ab9162e9 04:09:51 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:09:52 latest: Pulling from library/docker 04:09:52 df20fa9351a1: Already exists 04:09:52 25ad7478873d: Pulling fs layer 04:09:52 4684f6177b5d: Pulling fs layer 04:09:52 46e300cec669: Pulling fs layer 04:09:52 63038576ad94: Pulling fs layer 04:09:52 0fdb76c4706c: Pulling fs layer 04:09:52 cb7edeffdfd5: Pulling fs layer 04:09:52 0fdb76c4706c: Waiting 04:09:52 63038576ad94: Waiting 04:09:52 cb7edeffdfd5: Waiting 04:09:52 4684f6177b5d: Verifying Checksum 04:09:52 4684f6177b5d: Download complete 04:09:52 25ad7478873d: Verifying Checksum 04:09:52 25ad7478873d: Download complete 04:09:52 63038576ad94: Verifying Checksum 04:09:52 63038576ad94: Download complete 04:09:52 0fdb76c4706c: Verifying Checksum 04:09:52 0fdb76c4706c: Download complete 04:09:52 cb7edeffdfd5: Verifying Checksum 04:09:52 cb7edeffdfd5: Download complete 04:09:52 25ad7478873d: Pull complete 04:09:53 4684f6177b5d: Pull complete 04:09:53 46e300cec669: Verifying Checksum 04:09:53 46e300cec669: Download complete 04:09:55 46e300cec669: Pull complete 04:09:55 63038576ad94: Pull complete 04:09:55 0fdb76c4706c: Pull complete 04:09:55 cb7edeffdfd5: Pull complete 04:09:55 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:09:55 Status: Downloaded newer image for docker:latest 04:09:57 ---> 32f67f26de00 04:09:57 Step 6/7 : COPY go.mod . 04:09:57 ---> 851193742629 04:09:57 Step 7/7 : RUN go mod download 04:09:57 ---> Running in 7acc25f54745 04:10:00 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:10:00 go: finding github.com/BurntSushi/toml v0.3.1 04:10:00 go: finding github.com/OneOfOne/xxhash v1.2.5 04:10:00 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:10:00 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:10:00 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:10:00 go: finding github.com/bgentry/speakeasy v0.1.0 04:10:00 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:10:00 go: finding github.com/cloudflare/gokey v0.1.0 04:10:00 go: finding github.com/davecgh/go-spew v1.1.1 04:10:00 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:10:00 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:10:00 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:10:00 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:10:00 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 04:10:00 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:10:00 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:10:00 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:10:00 go: finding github.com/fatih/color v1.7.0 04:10:00 go: finding github.com/fsnotify/fsnotify v1.4.7 04:10:00 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:10:00 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:10:00 go: finding github.com/go-kit/kit v0.8.0 04:10:00 go: finding github.com/go-logfmt/logfmt v0.4.0 04:10:00 go: finding github.com/go-playground/assert/v2 v2.0.1 04:10:00 go: finding github.com/go-playground/locales v0.13.0 04:10:00 go: finding github.com/go-playground/universal-translator v0.17.0 04:10:00 go: finding github.com/go-playground/validator/v10 v10.3.0 04:10:00 go: finding github.com/go-redis/redis/v7 v7.2.0 04:10:00 go: finding github.com/go-stack/stack v1.8.0 04:10:00 go: finding github.com/golang/protobuf v1.3.2 04:10:00 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:10:00 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:10:00 go: finding github.com/google/uuid v1.1.0 04:10:00 go: finding github.com/gorilla/mux v1.7.1 04:10:01 go: finding github.com/hashicorp/consul/api v1.1.0 04:10:01 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:10:01 go: finding github.com/hashicorp/errwrap v1.0.0 04:10:01 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:10:01 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:10:01 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:10:01 go: finding github.com/hashicorp/go-multierror v1.0.0 04:10:01 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:10:01 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:10:01 go: finding github.com/hashicorp/go-syslog v1.0.0 04:10:01 go: finding github.com/hashicorp/go-uuid v1.0.1 04:10:01 go: finding github.com/hashicorp/go.net v0.0.1 04:10:01 go: finding github.com/hashicorp/golang-lru v0.5.0 04:10:01 go: finding github.com/hashicorp/logutils v1.0.0 04:10:01 go: finding github.com/hashicorp/mdns v1.0.0 04:10:01 go: finding github.com/hashicorp/memberlist v0.1.3 04:10:01 go: finding github.com/hashicorp/serf v0.8.2 04:10:01 go: finding github.com/hpcloud/tail v1.0.0 04:10:01 go: finding github.com/imdario/mergo v0.3.6 04:10:01 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:10:01 go: finding github.com/kr/pretty v0.1.0 04:10:01 go: finding github.com/kr/pty v1.1.1 04:10:01 go: finding github.com/kr/text v0.1.0 04:10:01 go: finding github.com/leodido/go-urn v1.2.0 04:10:01 go: finding github.com/mattn/go-colorable v0.0.9 04:10:01 go: finding github.com/mattn/go-isatty v0.0.3 04:10:01 go: finding github.com/miekg/dns v1.0.14 04:10:01 go: finding github.com/mitchellh/cli v1.0.0 04:10:01 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:10:01 go: finding github.com/mitchellh/copystructure v1.0.0 04:10:01 go: finding github.com/mitchellh/go-homedir v1.0.0 04:10:01 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:10:01 go: finding github.com/mitchellh/gox v0.4.0 04:10:02 go: finding github.com/mitchellh/iochan v1.0.0 04:10:02 go: finding github.com/mitchellh/mapstructure v1.1.2 04:10:02 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:10:02 go: finding github.com/onsi/ginkgo v1.10.1 04:10:02 go: finding github.com/onsi/gomega v1.7.0 04:10:02 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:10:02 go: finding github.com/pebbe/zmq4 v1.0.0 04:10:02 go: finding github.com/pelletier/go-toml v1.2.0 04:10:02 go: finding github.com/pkg/errors v0.8.1 04:10:02 go: finding github.com/pmezard/go-difflib v1.0.0 04:10:02 go: finding github.com/posener/complete v1.1.1 04:10:02 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:10:02 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:10:02 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:10:02 go: finding github.com/stretchr/objx v0.1.0 04:10:02 go: finding github.com/stretchr/testify v1.5.1 04:10:02 go: finding github.com/ugorji/go v1.1.4 04:10:02 go: finding github.com/x448/float16 v0.8.4 04:10:02 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:10:02 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:10:02 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:10:02 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:10:02 go: finding golang.org/x/text v0.3.2 04:10:02 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:10:02 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:10:02 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:10:02 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:10:02 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:10:02 go: finding gopkg.in/yaml.v2 v2.2.8 04:10:20 Removing intermediate container 7acc25f54745 04:10:20 ---> 06906b0d79da 04:10:20 Successfully built 06906b0d79da 04:10:20 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:10:21 + docker inspect -f . ci-base-image-x86_64 04:10:21 . [Pipeline] withDockerContainer 04:10:21 prd-centos7-docker-4c-2g-356 does not seem to be running inside a container 04:10:21 $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:10:22 $ docker top 39472d976589ea1dab04a9c03dd3679f16f01ba2371698483639c7fb55ffc2f6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:10:22 + go version 04:10:22 go version go1.13.13 linux/amd64 [Pipeline] echo 04:10:22 ========================================================= 04:10:22 [edgeXBuildGoParallel] Running Tests and Build... 04:10:22 ========================================================= [Pipeline] sh 04:10:23 + make test 04:10:23 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:10:25 ? github.com/edgexfoundry/edgex-go [no test files] 04:10:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:10:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:10:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:10:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:10:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:10:41 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s 04:10:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:10:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:10:41 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:10:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:10:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:10:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:10:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:10:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:10:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:10:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:10:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.067s coverage: 27.2% of statements 04:10:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:10:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:10:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:10:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:10:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:10:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:10:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.015s coverage: 100.0% of statements 04:10:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:10:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements 04:10:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:10:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:10:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.335s coverage: 82.5% of statements 04:10:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:10:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:10:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.053s coverage: 92.9% of statements 04:10:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:10:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:10:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:10:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:10:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.106s coverage: 28.6% of statements 04:10:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:10:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:10:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:10:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:10:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:10:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.014s coverage: 100.0% of statements 04:10:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:10:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements 04:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:10:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 89.8% of statements 04:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:10:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.017s coverage: 97.5% of statements 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:10:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.022s coverage: 100.0% of statements 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:10:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:10:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:10:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.057s coverage: 63.5% of statements 04:10:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:10:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:10:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.012s coverage: 100.0% of statements 04:10:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.090s coverage: 55.9% of statements 04:10:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:10:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:10:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:10:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:10:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.249s coverage: 86.3% of statements 04:10:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:10:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.282s coverage: 72.2% of statements 04:10:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.118s coverage: 72.1% of statements 04:10:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.018s coverage: 82.4% of statements 04:10:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements 04:10:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:10:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:10:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:10:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.021s coverage: 28.8% of statements 04:10:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:10:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.009s coverage: 96.8% of statements 04:10:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:10:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.047s coverage: 26.9% of statements 04:10:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:10:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:10:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.089s coverage: 84.1% of statements 04:10:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.017s coverage: 100.0% of statements 04:10:59 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.038s coverage: 42.9% of statements 04:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:10:59 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.011s coverage: 100.0% of statements 04:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:11:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements 04:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:11:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.022s coverage: 46.1% of statements 04:11:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:11:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:11:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.011s coverage: 100.0% of statements 04:11:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:11:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:11:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:11:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.020s coverage: 100.0% of statements 04:11:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:11:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.035s coverage: 100.0% of statements 04:11:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:11:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.101s coverage: 29.1% of statements 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:11:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:11:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.018s coverage: 100.0% of statements 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:11:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:11:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.008s coverage: 100.0% of statements 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:11:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:11:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.014s coverage: 100.0% of statements 04:11:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 04:11:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 04:11:05 GO111MODULE=on go vet ./... 04:11:11 gofmt -l . 04:11:11 [ "`gofmt -l .`" = "" ] 04:11:12 ./bin/test-go-mod-tidy.sh 04:11:13 ./bin/test-attribution-txt.sh [Pipeline] sh 04:11:15 + ls -al . 04:11:15 total 552 04:11:15 drwxrwxr-x 10 1001 1001 4096 Aug 18 04:11 . 04:11:15 drwxr-xr-x 4 root root 30 Aug 18 04:10 .. 04:11:15 -rw-rw-r-- 1 1001 1001 11 Aug 18 04:08 .dockerignore 04:11:15 drwxrwxr-x 8 1001 1001 179 Aug 18 04:08 .git 04:11:15 drwxrwxr-x 3 1001 1001 60 Aug 18 04:08 .github 04:11:15 -rw-rw-r-- 1 1001 1001 932 Aug 18 04:08 .gitignore 04:11:15 drwx------ 3 1001 1001 47 Aug 18 04:09 .semver 04:11:15 -rw-rw-r-- 1 1001 1001 166 Aug 18 04:08 .sonarcloud.properties 04:11:15 -rw-rw-r-- 1 1001 1001 3804 Aug 18 04:08 CONTRIBUTING.md 04:11:15 -rw-rw-r-- 1 1001 1001 1035 Aug 18 04:08 Dockerfile.build 04:11:15 -rw-rw-r-- 1 1001 1001 865 Aug 18 04:08 Jenkinsfile 04:11:15 -rw-rw-r-- 1 1001 1001 10775 Aug 18 04:08 LICENSE 04:11:15 -rw-rw-r-- 1 1001 1001 6237 Aug 18 04:08 Makefile 04:11:15 -rw-rw-r-- 1 1001 1001 5652 Aug 18 04:08 README.md 04:11:15 -rw-rw-r-- 1 1001 1001 259 Aug 18 04:08 SECURITY.md 04:11:15 -rw-rw-r-- 1 1001 1001 5 Aug 18 04:09 VERSION 04:11:15 -rw-rw-r-- 1 1001 1001 4131 Aug 18 04:08 ZMQWindows.md 04:11:15 drwxrwxr-x 2 1001 1001 117 Aug 18 04:08 bin 04:11:15 drwxrwxr-x 15 1001 1001 4096 Aug 18 04:08 cmd 04:11:15 -rw-r--r-- 1 root root 458658 Aug 18 04:11 coverage.out 04:11:15 -rw-r--r-- 1 root root 1019 Aug 18 04:11 go.mod 04:11:15 -rw-r--r-- 1 root root 19185 Aug 18 04:11 go.sum 04:11:15 drwxrwxr-x 8 1001 1001 127 Aug 18 04:08 internal 04:11:15 drwxrwxr-x 4 1001 1001 26 Aug 18 04:08 openapi 04:11:15 drwxrwxr-x 4 1001 1001 71 Aug 18 04:08 snap 04:11:15 -rw-rw-r-- 1 1001 1001 168 Aug 18 04:08 version.go [Pipeline] sh 04:11:15 + '[' -e coverage.out ] 04:11:15 + chown 1001:1001 coverage.out [Pipeline] stash 04:11:15 Stashed 1 file(s) [Pipeline] sh 04:11:16 + make build 04:11:16 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:11:22 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:11:25 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:11:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:11:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:11:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:11:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:11:32 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:11:34 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:11:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-357 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 04:11:35 Running in /w/workspace/edgex-go/37 [Pipeline] { [Pipeline] checkout 04:11:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:11:37 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:11:38 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:11:39 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:11:40 using credential edgex-jenkins-ssh 04:11:40 Cloning the remote Git repository 04:11:40 Cloning with configured refspecs honoured and without tags 04:11:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:11:40 > git init /w/workspace/edgex-go/37 # timeout=10 04:11:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:11:40 > git --version # timeout=10 04:11:40 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:40 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] } 04:11:41 $ docker stop --time=1 39472d976589ea1dab04a9c03dd3679f16f01ba2371698483639c7fb55ffc2f6 04:11:43 $ docker rm -f 39472d976589ea1dab04a9c03dd3679f16f01ba2371698483639c7fb55ffc2f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:11:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:11:46 04:11:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:11:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:11:46 latest: Pulling from edgex-devops/edgex-compose 04:11:46 cbdbe7a5bc2a: Pulling fs layer 04:11:46 ca9280d653b3: Pulling fs layer 04:11:46 7e9c9ca2126c: Pulling fs layer 04:11:46 cbdbe7a5bc2a: Verifying Checksum 04:11:46 cbdbe7a5bc2a: Download complete 04:11:47 ca9280d653b3: Verifying Checksum 04:11:47 ca9280d653b3: Download complete 04:11:47 cbdbe7a5bc2a: Pull complete 04:11:47 7e9c9ca2126c: Download complete 04:11:48 ca9280d653b3: Pull complete 04:11:54 Fetching without tags 04:11:55 Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:11:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:11:54 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 04:11:54 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:11:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:11:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:11:54 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:54 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:11:55 > git config core.sparsecheckout # timeout=10 04:11:55 > git checkout -f d353d776f67e3e761ddbbc19f7c32ace1c448f20 # timeout=10 04:11:55 Merge succeeded, producing d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:11:55 Checking out Revision d353d776f67e3e761ddbbc19f7c32ace1c448f20 (PR-2610) 04:11:55 > git remote # timeout=10 04:11:55 > git config --get remote.origin.url # timeout=10 04:11:55 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:55 > git merge a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 04:11:55 > git rev-parse HEAD^{commit} # timeout=10 04:11:55 > git config core.sparsecheckout # timeout=10 04:11:55 > git checkout -f d353d776f67e3e761ddbbc19f7c32ace1c448f20 # timeout=10 04:12:00 Commit message: "Add POST event functions based for v2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 04:12:00 7e9c9ca2126c: Pull complete 04:12:00 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:12:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:12:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:12:00 prd-centos7-docker-4c-2g-356 does not seem to be running inside a container 04:12:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:12:01 $ docker top f4bc39b88f8059497ea193127fdfe0237136ee2431274c294e67a0ce1bb1e3c3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:12:02 + docker-compose build --help 04:12:02 + grep parallel 04:12:03 --parallel Build images in parallel. [Pipeline] } 04:12:03 $ docker stop --time=1 f4bc39b88f8059497ea193127fdfe0237136ee2431274c294e67a0ce1bb1e3c3 04:12:04 $ docker rm -f f4bc39b88f8059497ea193127fdfe0237136ee2431274c294e67a0ce1bb1e3c3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:12:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:12:05 . [Pipeline] withDockerContainer 04:12:05 prd-centos7-docker-4c-2g-356 does not seem to be running inside a container 04:12:05 $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:12:06 $ docker top 2c595bef62608093a807f28b6b03ee7a0585626dc737e17f14c771804f707f29 -eo pid,comm [Pipeline] { [Pipeline] sh 04:12:06 + docker-compose -f ./docker-compose-build.yml build --parallel 04:12:07 Building docker-core-command-go ... 04:12:07 Building docker-core-data-go ... 04:12:07 Building docker-core-metadata-go ... 04:12:07 Building docker-security-proxy-setup-go ... 04:12:07 Building docker-security-secrets-setup-go ... 04:12:07 Building docker-security-secretstore-setup-go ... 04:12:07 Building docker-support-logging-go ... 04:12:07 Building docker-support-notifications-go ... 04:12:07 Building docker-support-scheduler-go ... 04:12:07 Building docker-sys-mgmt-agent-go ... 04:12:07 Building docker-core-metadata-go 04:12:07 Building docker-support-scheduler-go 04:12:07 Building docker-core-data-go 04:12:07 Building docker-support-notifications-go 04:12:07 Building docker-sys-mgmt-agent-go [Pipeline] echo 04:12:13 ========================================================= 04:12:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:12:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:12:14 + 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:12:18 Sending build context to Docker daemon 323.1MB 04:12:18 Step 1/7 : ARG BASE=golang:1.13-alpine 04:12:18 Step 2/7 : FROM ${BASE} 04:12:18 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:12:18 b538f80385f9: Pulling fs layer 04:12:18 74f711af9a0d: Pulling fs layer 04:12:18 99f96fe45779: Pulling fs layer 04:12:18 fd7a069fd194: Pulling fs layer 04:12:18 66aa3694b03b: Pulling fs layer 04:12:18 170f70906a0f: Pulling fs layer 04:12:18 ad7c5574e4b9: Pulling fs layer 04:12:18 e772456be8f7: Pulling fs layer 04:12:18 c890913d741a: Pulling fs layer 04:12:18 2480fcc9aa5a: Pulling fs layer 04:12:18 09adf4765672: Pulling fs layer 04:12:18 fd7a069fd194: Waiting 04:12:18 66aa3694b03b: Waiting 04:12:18 170f70906a0f: Waiting 04:12:18 ad7c5574e4b9: Waiting 04:12:18 e772456be8f7: Waiting 04:12:18 09adf4765672: Waiting 04:12:18 2480fcc9aa5a: Waiting 04:12:18 99f96fe45779: Verifying Checksum 04:12:18 99f96fe45779: Download complete 04:12:18 74f711af9a0d: Download complete 04:12:18 66aa3694b03b: Download complete 04:12:18 170f70906a0f: Download complete 04:12:18 b538f80385f9: Verifying Checksum 04:12:18 b538f80385f9: Download complete 04:12:19 b538f80385f9: Pull complete 04:12:20 74f711af9a0d: Pull complete 04:12:20 99f96fe45779: Pull complete 04:12:21 ad7c5574e4b9: Download complete 04:12:21 c890913d741a: Verifying Checksum 04:12:21 c890913d741a: Download complete 04:12:23 2480fcc9aa5a: Verifying Checksum 04:12:23 2480fcc9aa5a: Download complete 04:12:23 09adf4765672: Verifying Checksum 04:12:23 09adf4765672: Download complete 04:12:23 e772456be8f7: Verifying Checksum 04:12:23 e772456be8f7: Download complete 04:12:24 fd7a069fd194: Verifying Checksum 04:12:24 fd7a069fd194: Download complete 04:12:34 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:12:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:12:34 ---> 06906b0d79da 04:12:34 Step 3/26 : WORKDIR /edgex-go 04:12:35 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:12:35 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:12:35 ---> 06906b0d79da 04:12:35 Step 3/20 : WORKDIR /edgex-go 04:12:35 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:12:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:12:35 ---> 06906b0d79da 04:12:35 Step 3/21 : WORKDIR /edgex-go 04:12:36 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:12:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:12:36 ---> 06906b0d79da 04:12:36 Step 3/23 : WORKDIR /edgex-go 04:12:36 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:12:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:12:36 ---> 06906b0d79da 04:12:36 Step 3/22 : WORKDIR /edgex-go 04:12:36 fd7a069fd194: Pull complete 04:12:36 66aa3694b03b: Pull complete 04:12:36 170f70906a0f: Pull complete 04:12:37 ---> Running in 6f435c31538e 04:12:37 ---> Running in aeaf34cc92af 04:12:37 ---> Running in 771166a4ca19 04:12:37 ---> Running in 27a0f1f3b9c9 04:12:37 ---> Running in d67b2bfdb30c 04:12:37 Removing intermediate container d67b2bfdb30c 04:12:37 ---> b0ef8861839a 04:12:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:37 Removing intermediate container aeaf34cc92af 04:12:37 ---> 4675ce1deb6d 04:12:37 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:37 Removing intermediate container 6f435c31538e 04:12:37 ---> 475b3b97c5ae 04:12:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:37 Removing intermediate container 27a0f1f3b9c9 04:12:37 ---> 91c218e1e797 04:12:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:37 Removing intermediate container 771166a4ca19 04:12:37 ---> cc9a6a9dc211 04:12:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:37 ---> Running in b7e53cd1f514 04:12:37 ---> Running in 089cdf8d05b5 04:12:37 ---> Running in 4fff775c1a2a 04:12:37 ---> Running in ec433ab3c1bd 04:12:37 ---> Running in 86173239d354 04:12:39 ad7c5574e4b9: Pull complete 04:12:39 Removing intermediate container b7e53cd1f514 04:12:39 ---> 4eec1eb5eb11 04:12:39 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:12:39 ---> Running in 454af1ba8fff 04:12:39 Removing intermediate container 089cdf8d05b5 04:12:39 ---> 08c0a706143d 04:12:39 Step 5/20 : RUN apk update && apk add make git 04:12:40 Removing intermediate container 4fff775c1a2a 04:12:40 ---> 5eda5b3f14cf 04:12:40 Step 5/26 : RUN apk update && apk add make bash git 04:12:40 ---> Running in 08762c693063 04:12:41 ---> Running in 84667152ae60 04:12:41 Removing intermediate container ec433ab3c1bd 04:12:41 ---> 22db1c6e8071 04:12:41 Step 5/21 : RUN apk update && apk add make git 04:12:41 Removing intermediate container 86173239d354 04:12:41 ---> f84c17584ed8 04:12:41 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:12:41 ---> Running in 80c2dfc3664e 04:12:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:12:41 ---> Running in 85c1c33380fa 04:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:12:42 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:12:42 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:12:42 OK: 12746 distinct packages available 04:12:42 OK: 233 MiB in 51 packages 04:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:12:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:12:43 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:12:43 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:12:43 OK: 12746 distinct packages available 04:12:43 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:12:43 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:12:43 OK: 12746 distinct packages available 04:12:43 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:12:43 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:12:43 OK: 12746 distinct packages available 04:12:43 Removing intermediate container 454af1ba8fff 04:12:43 ---> d375359aadbf 04:12:43 Step 6/22 : COPY go.mod . 04:12:43 OK: 233 MiB in 51 packages 04:12:43 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:12:43 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:12:43 OK: 12746 distinct packages available 04:12:43 OK: 233 MiB in 51 packages 04:12:43 OK: 233 MiB in 51 packages 04:12:43 ---> 8fe548a3b6a7 04:12:43 Step 7/22 : RUN go mod download 04:12:43 OK: 233 MiB in 51 packages 04:12:43 ---> Running in 8d6c845e0704 04:12:44 Removing intermediate container 84667152ae60 04:12:44 ---> 14fe2496d319 04:12:44 Step 6/26 : COPY go.mod . 04:12:44 Removing intermediate container 08762c693063 04:12:44 ---> b1c068c10297 04:12:44 Step 6/20 : COPY go.mod . 04:12:44 e772456be8f7: Pull complete 04:12:44 c890913d741a: Pull complete 04:12:44 ---> 6c95873a16eb 04:12:44 Step 7/26 : RUN go mod download 04:12:44 Removing intermediate container 80c2dfc3664e 04:12:44 ---> cbf4b8fb6474 04:12:44 Step 6/21 : COPY go.mod . 04:12:44 ---> Running in cde7880db25c 04:12:45 Removing intermediate container 85c1c33380fa 04:12:45 ---> 9a5fe81cdbca 04:12:45 Step 6/23 : COPY go.mod . 04:12:45 ---> fa04a16125b2 04:12:45 Step 7/20 : RUN go mod download 04:12:45 ---> Running in 802c32ea3248 04:12:45 ---> 3021cb3c493f 04:12:45 Step 7/21 : RUN go mod download 04:12:45 ---> 161da67d8ee9 04:12:45 Step 7/23 : RUN go mod download 04:12:45 ---> Running in 332175a2db43 04:12:45 ---> Running in a04a8b7369d9 04:12:46 Removing intermediate container 8d6c845e0704 04:12:46 ---> d5444bd4769a 04:12:46 Step 8/22 : COPY . . 04:12:46 2480fcc9aa5a: Pull complete 04:12:46 Removing intermediate container cde7880db25c 04:12:46 ---> 435f0d5d8486 04:12:46 Step 8/26 : COPY . . 04:12:46 09adf4765672: Pull complete 04:12:46 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:12:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:12:46 ---> 2248a725d1cf 04:12:46 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:12:47 Removing intermediate container 802c32ea3248 04:12:47 ---> d91fce90e2a0 04:12:47 Step 8/20 : COPY . . 04:12:52 ---> Running in 3daf2f85a7e7 04:12:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:12:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:12:55 (1/12) Installing libmagic (5.38-r0) 04:12:55 (2/12) Installing file (5.38-r0) 04:12:55 Removing intermediate container 332175a2db43 04:12:55 ---> 92704e639fb4 04:12:55 Step 8/21 : COPY . . 04:12:55 Removing intermediate container a04a8b7369d9 04:12:55 ---> 615d40055875 04:12:55 Step 8/23 : COPY . . 04:12:55 (3/12) Installing libc-dev (0.7.2-r3) 04:12:55 (4/12) Installing g++ (9.3.0-r2) 04:12:57 (5/12) Installing fortify-headers (1.1-r0) 04:12:57 (6/12) Installing patch (2.7.6-r6) 04:12:57 (7/12) Installing build-base (0.5-r2) 04:12:57 (8/12) Installing libsodium (1.0.18-r0) 04:12:58 (9/12) Installing pkgconf (1.7.2-r0) 04:12:58 (10/12) Installing libsodium-dev (1.0.18-r0) 04:12:58 (11/12) Installing libzmq (4.3.2-r0) 04:12:58 (12/12) Installing zeromq-dev (4.3.2-r0) 04:12:58 Executing busybox-1.31.1-r16.trigger 04:12:58 OK: 217 MiB in 51 packages 04:13:02 Removing intermediate container 3daf2f85a7e7 04:13:02 ---> 39b524e1d1af 04:13:02 Step 4/7 : WORKDIR /edgex-go 04:13:02 ---> Running in 372eafbd90de 04:13:03 Removing intermediate container 372eafbd90de 04:13:03 ---> feffb6f272d6 04:13:03 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:13:03 latest: Pulling from library/docker 04:13:03 b538f80385f9: Already exists 04:13:03 259a493cd78d: Pulling fs layer 04:13:03 b8e66b5100f5: Pulling fs layer 04:13:03 39dc9c94d07c: Pulling fs layer 04:13:03 551b823b3b82: Pulling fs layer 04:13:03 3c52a74df98c: Pulling fs layer 04:13:03 6c9b121b6998: Pulling fs layer 04:13:03 3c52a74df98c: Waiting 04:13:03 551b823b3b82: Waiting 04:13:03 6c9b121b6998: Waiting 04:13:03 259a493cd78d: Verifying Checksum 04:13:03 259a493cd78d: Download complete 04:13:04 b8e66b5100f5: Verifying Checksum 04:13:04 b8e66b5100f5: Download complete 04:13:04 551b823b3b82: Verifying Checksum 04:13:04 551b823b3b82: Download complete 04:13:04 6c9b121b6998: Verifying Checksum 04:13:04 6c9b121b6998: Download complete 04:13:04 259a493cd78d: Pull complete 04:13:05 b8e66b5100f5: Pull complete 04:13:05 39dc9c94d07c: Verifying Checksum 04:13:05 39dc9c94d07c: Download complete 04:13:08 39dc9c94d07c: Pull complete 04:13:08 551b823b3b82: Pull complete 04:13:09 3c52a74df98c: Pull complete 04:13:09 6c9b121b6998: Pull complete 04:13:09 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:13:09 Status: Downloaded newer image for docker:latest 04:13:12 ---> 38b7d112a3a9 04:13:12 Step 6/7 : COPY go.mod . 04:13:13 ---> 4dd6b8c8ca16 04:13:13 Step 7/7 : RUN go mod download 04:13:13 ---> Running in 5c2de1461c1c 04:13:16 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:13:16 go: finding github.com/BurntSushi/toml v0.3.1 04:13:16 go: finding github.com/OneOfOne/xxhash v1.2.5 04:13:16 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:13:16 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:13:16 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:13:16 go: finding github.com/bgentry/speakeasy v0.1.0 04:13:16 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:13:16 go: finding github.com/cloudflare/gokey v0.1.0 04:13:16 go: finding github.com/davecgh/go-spew v1.1.1 04:13:16 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:13:16 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:13:16 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:13:16 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:13:16 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 04:13:16 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:13:16 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:13:16 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:13:16 go: finding github.com/fatih/color v1.7.0 04:13:17 go: finding github.com/fsnotify/fsnotify v1.4.7 04:13:17 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:13:17 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:13:17 go: finding github.com/go-kit/kit v0.8.0 04:13:17 go: finding github.com/go-logfmt/logfmt v0.4.0 04:13:17 go: finding github.com/go-playground/assert/v2 v2.0.1 04:13:17 go: finding github.com/go-playground/locales v0.13.0 04:13:17 go: finding github.com/go-playground/universal-translator v0.17.0 04:13:17 go: finding github.com/go-playground/validator/v10 v10.3.0 04:13:17 go: finding github.com/go-redis/redis/v7 v7.2.0 04:13:17 go: finding github.com/go-stack/stack v1.8.0 04:13:17 go: finding github.com/golang/protobuf v1.3.2 04:13:17 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:13:17 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:13:17 go: finding github.com/google/uuid v1.1.0 04:13:17 go: finding github.com/gorilla/mux v1.7.1 04:13:17 go: finding github.com/hashicorp/consul/api v1.1.0 04:13:17 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:13:17 go: finding github.com/hashicorp/errwrap v1.0.0 04:13:17 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:13:17 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:13:17 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:13:17 go: finding github.com/hashicorp/go-multierror v1.0.0 04:13:17 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:13:17 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:13:17 go: finding github.com/hashicorp/go-syslog v1.0.0 04:13:17 go: finding github.com/hashicorp/go-uuid v1.0.1 04:13:17 go: finding github.com/hashicorp/go.net v0.0.1 04:13:17 go: finding github.com/hashicorp/golang-lru v0.5.0 04:13:17 go: finding github.com/hashicorp/logutils v1.0.0 04:13:17 go: finding github.com/hashicorp/mdns v1.0.0 04:13:17 go: finding github.com/hashicorp/memberlist v0.1.3 04:13:17 go: finding github.com/hashicorp/serf v0.8.2 04:13:17 go: finding github.com/hpcloud/tail v1.0.0 04:13:17 go: finding github.com/imdario/mergo v0.3.6 04:13:17 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:13:17 go: finding github.com/kr/pretty v0.1.0 04:13:17 go: finding github.com/kr/pty v1.1.1 04:13:17 go: finding github.com/kr/text v0.1.0 04:13:17 go: finding github.com/leodido/go-urn v1.2.0 04:13:17 go: finding github.com/mattn/go-colorable v0.0.9 04:13:17 go: finding github.com/mattn/go-isatty v0.0.3 04:13:18 go: finding github.com/miekg/dns v1.0.14 04:13:18 go: finding github.com/mitchellh/cli v1.0.0 04:13:18 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:13:18 go: finding github.com/mitchellh/copystructure v1.0.0 04:13:18 go: finding github.com/mitchellh/go-homedir v1.0.0 04:13:18 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:13:18 go: finding github.com/mitchellh/gox v0.4.0 04:13:18 go: finding github.com/mitchellh/iochan v1.0.0 04:13:18 go: finding github.com/mitchellh/mapstructure v1.1.2 04:13:18 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:13:18 go: finding github.com/onsi/ginkgo v1.10.1 04:13:18 go: finding github.com/onsi/gomega v1.7.0 04:13:18 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:13:18 go: finding github.com/pebbe/zmq4 v1.0.0 04:13:18 go: finding github.com/pelletier/go-toml v1.2.0 04:13:18 go: finding github.com/pkg/errors v0.8.1 04:13:18 go: finding github.com/pmezard/go-difflib v1.0.0 04:13:18 go: finding github.com/posener/complete v1.1.1 04:13:18 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:13:18 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:13:18 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:13:18 go: finding github.com/stretchr/objx v0.1.0 04:13:18 go: finding github.com/stretchr/testify v1.5.1 04:13:18 go: finding github.com/ugorji/go v1.1.4 04:13:18 go: finding github.com/x448/float16 v0.8.4 04:13:18 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:13:18 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:13:18 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:13:18 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:13:18 go: finding golang.org/x/text v0.3.2 04:13:18 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:13:19 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:13:19 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:13:19 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:13:19 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:13:19 go: finding gopkg.in/yaml.v2 v2.2.8 04:13:22 ---> efa99f116352 04:13:22 Step 9/22 : RUN make cmd/core-data/core-data 04:13:22 ---> d4118f6dada9 04:13:22 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:13:23 ---> 8319f0e2da58 04:13:23 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:13:23 ---> Running in c629bac2a1e9 04:13:23 ---> Running in 79766c9cb4da 04:13:24 ---> Running in 18db45fce828 04:13:24 ---> 4f2e2aea4c61 04:13:24 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:13:24 ---> a6c674b1fb90 04:13:24 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:13:24 ---> Running in 5cca2c766a5f 04:13:24 ---> Running in 84bc5e831682 04:13:25 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:13:25 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:13:25 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:13:25 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:13:25 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:13:41 Removing intermediate container 5c2de1461c1c 04:13:41 ---> 5f28b216f2e9 04:13:41 Successfully built 5f28b216f2e9 04:13:41 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:13:41 + docker inspect -f . ci-base-image-arm64 04:13:41 . [Pipeline] withDockerContainer 04:13:42 prd-ubuntu18.04-docker-arm64-4c-16g-357 does not seem to be running inside a container 04:13:42 $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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-arm64 cat 04:13:43 $ docker top 92d2dce237ccceebd6c1461738dc198f0e5e63130ff9cf28f04e4bc8ae25988b -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:44 + go version 04:13:44 go version go1.13.13 linux/arm64 [Pipeline] echo 04:13:44 ========================================================= 04:13:44 [edgeXBuildGoParallel] Running Tests and Build... 04:13:44 ========================================================= [Pipeline] sh 04:13:45 + make test 04:13:45 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:13:48 ? github.com/edgexfoundry/edgex-go [no test files] 04:13:57 Removing intermediate container 79766c9cb4da 04:13:57 ---> b1c7468a8e61 04:13:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:13:57 ---> Running in b9f3023da5b0 04:13:58 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:14:07 Removing intermediate container 5cca2c766a5f 04:14:07 ---> 1cc01f101ffa 04:14:07 04:14:07 Step 10/23 : FROM scratch 04:14:07 ---> 04:14:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:14:07 Removing intermediate container 18db45fce828 04:14:07 ---> dbabf2435387 04:14:07 04:14:07 Step 10/20 : FROM scratch 04:14:07 ---> 04:14:07 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:14:07 ---> Running in b8ed41cd005a 04:14:07 ---> Running in 6db164a6d5ea 04:14:07 Removing intermediate container b9f3023da5b0 04:14:07 ---> 0ba6b39c804c 04:14:07 04:14:07 Step 11/26 : FROM docker:latest 04:14:07 ---> 81f5749c9058 04:14:07 Step 12/26 : RUN apk add --no-cache bash 04:14:07 Removing intermediate container b8ed41cd005a 04:14:07 ---> 35dad6e2d06c 04:14:07 Step 12/23 : ENV APP_PORT=48060 04:14:07 Removing intermediate container 6db164a6d5ea 04:14:07 ---> 204a90a77262 04:14:07 Step 12/20 : ENV APP_PORT=48085 04:14:07 ---> Running in bc550aebd07b 04:14:07 ---> Running in 5bc8bd02def4 04:14:07 ---> Running in a9424bb21ce3 04:14:07 Removing intermediate container bc550aebd07b 04:14:07 ---> 2f374210fb88 04:14:07 Step 13/23 : EXPOSE $APP_PORT 04:14:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:14:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:14:11 Removing intermediate container a9424bb21ce3 04:14:11 ---> 97baf28fb4f4 04:14:11 Step 13/20 : EXPOSE $APP_PORT 04:14:11 ---> Running in 2119bd2dab09 04:14:11 ---> Running in 30e3ba5f9792 04:14:11 (1/2) Installing readline (8.0.4-r0) 04:14:11 (2/2) Installing bash (5.0.17-r0) 04:14:11 Executing bash-5.0.17-r0.post-install 04:14:11 Removing intermediate container 84bc5e831682 04:14:11 ---> 23ad279450b0 04:14:11 04:14:11 Step 10/21 : FROM scratch 04:14:11 ---> 04:14:11 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:14:11 Executing busybox-1.31.1-r16.trigger 04:14:11 ---> Using cache 04:14:11 ---> 204a90a77262 04:14:11 Step 12/21 : ENV APP_PORT=48081 04:14:11 OK: 12 MiB in 22 packages 04:14:11 ---> Running in c37482cb7c1b 04:14:11 Removing intermediate container 2119bd2dab09 04:14:11 ---> 0f5fdaefb1ca 04:14:11 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:14:11 Removing intermediate container 30e3ba5f9792 04:14:11 ---> d7630fa4d255 04:14:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:14:11 Removing intermediate container c37482cb7c1b 04:14:11 ---> e5baa5baff8e 04:14:11 Step 13/21 : EXPOSE $APP_PORT 04:14:12 ---> Running in 6552216378ba 04:14:12 ---> a773367cee3e 04:14:12 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:14:14 ---> dcafd5f6d0d0 04:14:14 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:14:14 Removing intermediate container 5bc8bd02def4 04:14:14 ---> dadc197283c0 04:14:14 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:14:14 Removing intermediate container 6552216378ba 04:14:14 ---> 53ce925fd386 04:14:14 Step 14/21 : WORKDIR / 04:14:14 ---> Running in 23c587e53e1a 04:14:14 ---> 28e641c6a183 04:14:14 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:14:14 Removing intermediate container c629bac2a1e9 04:14:14 ---> 65c793829b62 04:14:14 04:14:14 Step 10/22 : FROM alpine 04:14:14 ---> Running in 570f372a82d8 04:14:15 latest: Pulling from library/alpine 04:14:15 ---> 0d884e5d6eef 04:14:15 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:14:15 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:14:15 ---> b1939d4a83b9 04:14:15 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:14:15 Status: Downloaded newer image for alpine:latest 04:14:15 ---> a24bb4013296 04:14:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:14:15 Removing intermediate container 570f372a82d8 04:14:15 ---> 005df0c34e2c 04:14:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:14:15 ---> Running in c7dc305aa0a9 04:14:15 ---> Running in 55c9deb48016 04:14:16 Removing intermediate container c7dc305aa0a9 04:14:16 ---> b9a36d466fa5 04:14:16 Step 18/20 : LABEL arch=x86_64 04:14:16 Removing intermediate container 55c9deb48016 04:14:16 ---> 36e20bacbad7 04:14:16 Step 12/22 : ENV APP_PORT=48080 04:14:16 ---> 897e9c01477b 04:14:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:14:16 ---> 17d857b364e6 04:14:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:14:16 ---> Running in 4de3ac329315 04:14:16 ---> Running in c8f0304be706 04:14:17 Removing intermediate container 4de3ac329315 04:14:17 ---> 25b6174d30e5 04:14:17 Step 19/20 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:14:17 ---> f568f9244fba 04:14:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:14:17 Removing intermediate container c8f0304be706 04:14:17 ---> 9e48ff8a7d9d 04:14:17 Step 13/22 : EXPOSE $APP_PORT 04:14:17 Removing intermediate container 23c587e53e1a 04:14:17 ---> 8bd001cfb8ee 04:14:17 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:14:17 ---> Running in c877c4070b98 04:14:17 ---> Running in aa5c66583883 04:14:17 ---> Running in 97c0cfe507cb 04:14:17 ---> 6d52f9f7dee8 04:14:17 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:14:17 Removing intermediate container c877c4070b98 04:14:17 ---> 1cdd11b03f9b 04:14:17 Step 20/20 : LABEL version=0.0.0 04:14:17 ---> 335819815ee1 04:14:17 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:14:17 Removing intermediate container aa5c66583883 04:14:17 ---> 157df981cc7f 04:14:17 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:18 ---> Running in 34b13beb2b81 04:14:18 Removing intermediate container 97c0cfe507cb 04:14:18 ---> c43af0b1b8c0 04:14:18 Step 15/26 : ENV APP_PORT=48090 04:14:18 ---> Running in 2e8f3f2e29f0 04:14:18 ---> d9f221978c31 04:14:18 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:14:18 ---> Running in 891c6f71984f 04:14:18 ---> f0dbacf06a12 04:14:18 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:14:18 Removing intermediate container 34b13beb2b81 04:14:18 ---> b8819a5e2a06 04:14:18 04:14:18 ---> Running in 6aab18d2cd3d 04:14:18 Successfully built b8819a5e2a06 04:14:19 ---> Running in bd283df896b0 04:14:19 Successfully tagged docker-support-scheduler-go:latest 04:14:19 Building docker-support-logging-go 04:14:19  Building docker-support-scheduler-go ... done Removing intermediate container 891c6f71984f 04:14:19 ---> 12ced6538951 04:14:19 Step 16/26 : EXPOSE $APP_PORT 04:14:19 Removing intermediate container 6aab18d2cd3d 04:14:19 ---> 99cdb231b4de 04:14:19 Step 19/21 : LABEL arch=x86_64 04:14:19 ---> Running in fb82c5fefa85 04:14:19 ---> Running in d6b78a413ced 04:14:19 Removing intermediate container bd283df896b0 04:14:19 ---> 2c1788886674 04:14:19 Step 21/23 : LABEL arch=x86_64 04:14:20 Removing intermediate container fb82c5fefa85 04:14:20 ---> 8f315a6883fc 04:14:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:14:20 ---> Running in d6263e3b5520 04:14:20 Removing intermediate container d6b78a413ced 04:14:20 ---> f56afb1cc09d 04:14:20 Step 20/21 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:14:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:14:20 ---> Running in 7ad59abc56d8 04:14:20 Removing intermediate container 2e8f3f2e29f0 04:14:20 ---> 5c1b5dbe7375 04:14:20 Step 15/22 : RUN apk --no-cache add zeromq 04:14:21 Removing intermediate container d6263e3b5520 04:14:21 ---> e7682c5cd297 04:14:21 Step 22/23 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:14:23 ---> Running in b104fa9a97fa 04:14:23 ---> a42a547112c7 04:14:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:14:23 ---> Running in 2930d483767c 04:14:23 Removing intermediate container 7ad59abc56d8 04:14:23 ---> dcac8f08d1d7 04:14:23 Step 21/21 : LABEL version=0.0.0 04:14:24 ---> Running in 30b50b4a37c8 04:14:24 Removing intermediate container 2930d483767c 04:14:24 ---> 48296c54593c 04:14:24 Step 23/23 : LABEL version=0.0.0 04:14:24 ---> 725322e22c9e 04:14:24 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:14:24 ---> Running in 21bfe6760d95 04:14:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:14:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:14:26 (1/5) Installing libgcc (9.3.0-r2) 04:14:26 (2/5) Installing libsodium (1.0.18-r0) 04:14:26 Removing intermediate container 30b50b4a37c8 04:14:26 ---> b36850c02eb9 04:14:26 04:14:26 (3/5) Installing libstdc++ (9.3.0-r2) 04:14:26 (4/5) Installing libzmq (4.3.2-r0) 04:14:26 ---> 9fae48deb725 04:14:26 Step 20/26 : RUN apk --no-cache add py-pip 04:14:26 Successfully built b36850c02eb9 04:14:26 (5/5) Installing zeromq (4.3.2-r0) 04:14:26 Executing busybox-1.31.1-r16.trigger 04:14:26 OK: 8 MiB in 19 packages 04:14:26 Removing intermediate container 21bfe6760d95 04:14:26 ---> 520a037ec386 04:14:26 04:14:27 Successfully tagged docker-core-metadata-go:latest 04:14:27  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 04:14:27 Successfully built 520a037ec386 04:14:27 Successfully tagged docker-support-notifications-go:latest 04:14:27 Building docker-core-command-go 04:14:28  Building docker-support-notifications-go ... done  ---> Running in 0b5fe34285e9 04:14:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:14:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:14:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:14:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:14:35 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.031s 04:14:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:14:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:14:35 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:14:36 Removing intermediate container b104fa9a97fa 04:14:36 ---> 02e04c2b32f7 04:14:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:14:36 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:14:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:14:36 ---> 06906b0d79da 04:14:36 Step 3/21 : WORKDIR /edgex-go 04:14:36 ---> Using cache 04:14:36 ---> cc9a6a9dc211 04:14:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:36 ---> Using cache 04:14:36 ---> f84c17584ed8 04:14:36 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:14:36 ---> Running in a30e03b643ac 04:14:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:14:36 ---> 9a26eda78aee 04:14:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:14:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:14:36 (1/33) Installing libbz2 (1.0.8-r1) 04:14:36 (2/33) Installing expat (2.2.9-r1) 04:14:36 (3/33) Installing libffi (3.3-r2) 04:14:36 (4/33) Installing gdbm (1.13-r1) 04:14:36 (5/33) Installing xz-libs (5.2.5-r0) 04:14:36 (6/33) Installing sqlite-libs (3.32.1-r0) 04:14:36 (7/33) Installing python3 (3.8.5-r0) 04:14:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:14:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:14:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:14:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:14:38 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:14:38 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:14:38 OK: 12746 distinct packages available 04:14:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:14:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:14:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:14:39 OK: 233 MiB in 51 packages 04:14:39 OK: 233 MiB in 51 packages 04:14:45 (8/33) Installing py3-appdirs (1.4.4-r1) 04:14:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:14:45 (10/33) Installing py3-parsing (2.4.7-r0) 04:14:45 (11/33) Installing py3-six (1.15.0-r0) 04:14:45 (12/33) Installing py3-packaging (20.4-r0) 04:14:45 ---> ee75dba2e7c3 04:14:45 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:14:45 (13/33) Installing py3-setuptools (47.0.0-r0) 04:14:45 (14/33) Installing py3-chardet (3.0.4-r4) 04:14:45 (15/33) Installing py3-idna (2.9-r0) 04:14:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:14:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:14:46 (18/33) Installing py3-requests (2.23.0-r0) 04:14:47 (19/33) Installing py3-msgpack (1.0.0-r0) 04:14:47 (20/33) Installing py3-lockfile (0.12.2-r3) 04:14:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:14:47 (22/33) Installing py3-colorama (0.4.3-r0) 04:14:47 (23/33) Installing py3-distlib (0.3.0-r0) 04:14:48 (24/33) Installing py3-distro (1.5.0-r1) 04:14:48 (25/33) Installing py3-webencodings (0.5.1-r3) 04:14:49 (26/33) Installing py3-html5lib (1.0.1-r4) 04:14:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 46.6% of statements 04:14:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:14:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:14:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:14:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:14:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:14:49 ---> 62b575641686 04:14:49 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:14:49 (27/33) Installing py3-pytoml (0.1.21-r0) 04:14:49 (28/33) Installing py3-pep517 (0.8.2-r0) 04:14:49 (29/33) Installing py3-progress (1.5-r0) 04:14:49 (30/33) Installing py3-toml (0.10.1-r0) 04:14:49 Removing intermediate container a30e03b643ac 04:14:49 ---> ca80c725f5df 04:14:49 Step 6/21 : COPY go.mod . 04:14:49 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:14:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:14:49 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:14:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> 06906b0d79da 04:14:49 04:14:49 Step 3/26 : WORKDIR /edgex-go ---> 06906b0d79da 04:14:49 04:14:49 Step 3/21 : WORKDIR /edgex-go 04:14:49 ---> Using cache 04:14:49 ---> cc9a6a9dc211 04:14:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:49 ---> Using cache 04:14:49 ---> f84c17584ed8 04:14:49 Step 5/21 : RUN apk update && apk add make git 04:14:49 ---> Using cache 04:14:49 ---> cc9a6a9dc211 04:14:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:49 ---> Using cache 04:14:49 ---> f84c17584ed8 04:14:49 Step 5/26 : RUN apk update && apk add make git 04:14:50 (31/33) Installing py3-retrying (1.3.3-r0) 04:14:50 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:14:50 (33/33) Installing py3-pip (20.1.1-r0) 04:14:51 ---> Running in 48f1e4d99909 04:14:51 ---> Running in f30ea56570b8 04:14:51 ---> Running in 36381ee65f77 04:14:51 Executing busybox-1.31.1-r16.trigger 04:14:51 OK: 71 MiB in 55 packages 04:14:51 ---> 97898ef4e646 04:14:51 Step 7/21 : RUN go mod download 04:14:51 ---> Running in 0484f4b1f473 04:14:52 Removing intermediate container 48f1e4d99909 04:14:52 ---> 56033f1afd76 04:14:52 Step 20/22 : LABEL arch=x86_64 04:14:52 ---> Running in 74233a8dd0c2 04:14:52 Removing intermediate container 74233a8dd0c2 04:14:52 ---> f24fed181ffb 04:14:52 Step 21/22 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:14:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:14:52 ---> Running in 15238689a388 04:14:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:14:52 Removing intermediate container 15238689a388 04:14:52 ---> 450ebf1ac362 04:14:52 Step 22/22 : LABEL version=0.0.0 04:14:52 ---> Running in 06de3bc531c3 04:14:53 Removing intermediate container 06de3bc531c3 04:14:53 ---> f50f0af57678 04:14:53 04:14:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:14:53 Successfully built f50f0af57678 04:14:53 Successfully tagged docker-core-data-go:latest 04:14:53  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 04:14:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:14:53 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:14:53 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:14:53 OK: 12746 distinct packages available 04:14:54 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:14:54 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:14:54 OK: 12746 distinct packages available 04:14:54 OK: 233 MiB in 51 packages 04:14:54 OK: 233 MiB in 51 packages 04:14:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.2% of statements 04:14:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:14:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:14:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:14:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:14:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:14:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:14:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 04:14:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:14:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 04:14:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:14:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:14:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.403s coverage: 82.5% of statements 04:14:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:14:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:14:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.380s coverage: 92.9% of statements 04:14:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:14:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:14:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:14:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:14:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements 04:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:15:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.039s coverage: 100.0% of statements 04:15:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:15:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 04:15:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:15:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.080s coverage: 89.8% of statements 04:15:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:15:04 Removing intermediate container 0484f4b1f473 04:15:04 ---> e4eed7ae23fe 04:15:04 Step 8/21 : COPY . . 04:15:04 Removing intermediate container f30ea56570b8 04:15:04 ---> c6e7d0c676a0 04:15:04 Step 6/26 : COPY go.mod . 04:15:04 Removing intermediate container 36381ee65f77 04:15:04 ---> a97fd0939e26 04:15:04 Step 6/21 : COPY go.mod . 04:15:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:15:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.035s coverage: 100.0% of statements 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:15:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:15:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:15:06 ---> e49ac82b7aa3 04:15:06 Step 7/26 : RUN go mod download 04:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 63.5% of statements 04:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:15:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:15:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements 04:15:08 ---> Running in 3a95ae04c6c1 04:15:08 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:15:08 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:15:08 ---> 06906b0d79da 04:15:08 Step 3/20 : WORKDIR /edgex-go 04:15:08 ---> Using cache 04:15:08 ---> cc9a6a9dc211 04:15:08 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:08 ---> Using cache 04:15:08 ---> f84c17584ed8 04:15:08 Step 5/20 : RUN apk update && apk add make git 04:15:08 ---> Using cache 04:15:08 ---> a97fd0939e26 04:15:08 Step 6/20 : COPY go.mod . 04:15:08 ---> Using cache 04:15:08 ---> 99de3d4dc8d6 04:15:08 Step 7/20 : RUN go mod download 04:15:09 ---> 99de3d4dc8d6 04:15:09 Step 7/21 : RUN go mod download 04:15:10 ---> Running in edc913793164 04:15:10 ---> Running in 124c4d89f1c4 04:15:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.365s coverage: 55.9% of statements 04:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:15:16 Removing intermediate container 0b5fe34285e9 04:15:16 ---> 0b5ebe8faa05 04:15:16 Step 21/26 : RUN pip install docker-compose==1.23.2 04:15:18 Removing intermediate container 3a95ae04c6c1 04:15:18 ---> c7cea8bc332f 04:15:18 Step 8/26 : COPY . . 04:15:18 ---> Running in 0f2db75c78f4 04:15:18 Removing intermediate container 124c4d89f1c4 04:15:18 ---> f5adb15e487c 04:15:18 Step 8/21 : COPY . . 04:15:23 Removing intermediate container edc913793164 04:15:23 ---> 825aa956e4c0 04:15:23 Step 8/20 : COPY . . 04:15:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.652s coverage: 86.3% of statements 04:15:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:15:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.100s coverage: 72.2% of statements 04:15:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.414s coverage: 72.1% of statements 04:15:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.045s coverage: 82.4% of statements 04:15:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.056s coverage: 48.4% of statements 04:15:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:15:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:15:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:15:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.052s coverage: 28.8% of statements 04:15:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:15:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.066s coverage: 96.8% of statements 04:15:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:15:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.131s coverage: 26.9% of statements 04:15:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:15:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:15:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.312s coverage: 84.1% of statements 04:15:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.029s coverage: 100.0% of statements 04:15:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.048s coverage: 42.9% of statements 04:15:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:15:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:15:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.027s coverage: 100.0% of statements 04:15:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:15:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.043s coverage: 83.8% of statements 04:15:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:15:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.188s coverage: 46.1% of statements 04:15:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:15:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:15:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements 04:15:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:15:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:15:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:15:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.034s coverage: 100.0% of statements 04:15:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:15:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements 04:15:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:15:36 ---> e41c28a7c566 04:15:36 Step 9/21 : RUN make cmd/support-logging/support-logging 04:15:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.207s coverage: 29.1% of statements 04:15:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:15:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:15:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:15:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:15:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:15:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.051s coverage: 99.0% of statements 04:15:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:15:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements 04:15:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:15:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.018s coverage: 0.0% of statements 04:15:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:15:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 04:15:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:15:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:15:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:15:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:15:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.019s coverage: 87.9% of statements 04:15:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:15:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:15:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements 04:15:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.023s coverage: 32.1% of statements 04:15:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 04:15:41 ---> Running in 759843322a65 04:15:41 GO111MODULE=on go vet ./... 04:15:43 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:15:44 Collecting docker-compose==1.23.2 04:15:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:15:45 Collecting dockerpty<0.5,>=0.4.1 04:15:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:15:47 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:15:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:15:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:15:50 Collecting jsonschema<3,>=2.5.1 04:15:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:15:50 ---> 803ddaf47e77 04:15:50 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:15:50 ---> 64cca945bb2d 04:15:50 Step 9/21 : RUN make cmd/core-command/core-command 04:15:51 Collecting docker<4.0,>=3.6.0 04:15:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:15:51 ---> Running in 4a3ee9280c4e 04:15:51 ---> Running in c3820594abe7 04:15:51 Collecting docopt<0.7,>=0.6.1 04:15:51 Downloading docopt-0.6.2.tar.gz (25 kB) 04:15:51 ---> d8409e20f41a 04:15:51 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:15:51 ---> Running in 4458825e2b86 04:15:52 Collecting cached-property<2,>=1.2.0 04:15:52 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:15:52 Collecting websocket-client<1.0,>=0.32.0 04:15:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:15:52 Collecting texttable<0.10,>=0.9.0 04:15:52 Downloading texttable-0.9.1.tar.gz (11 kB) 04:15:53 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:15:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:15:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:15:53 Collecting PyYAML<4,>=3.10 04:15:53 Downloading PyYAML-3.13.tar.gz (270 kB) 04:15:54 Collecting urllib3<1.25,>=1.21.1 04:15:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:15:54 Collecting idna<2.8,>=2.5 04:15:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:15:54 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:15:54 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:15:54 Collecting docker-pycreds>=0.4.0 04:15:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:15:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:15:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:15:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:15:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:15:54 Installing collected packages: dockerpty, urllib3, idna, requests, jsonschema, websocket-client, docker-pycreds, docker, docopt, cached-property, texttable, PyYAML, docker-compose 04:15:54 Running setup.py install for dockerpty: started 04:15:55 Running setup.py install for dockerpty: finished with status 'done' 04:15:55 Attempting uninstall: urllib3 04:15:55 Found existing installation: urllib3 1.25.9 04:15:55 Uninstalling urllib3-1.25.9: 04:15:56 Successfully uninstalled urllib3-1.25.9 04:15:56 Attempting uninstall: idna 04:15:56 Found existing installation: idna 2.9 04:15:56 Uninstalling idna-2.9: 04:15:56 Successfully uninstalled idna-2.9 04:15:56 Attempting uninstall: requests 04:15:56 Found existing installation: requests 2.23.0 04:15:56 Uninstalling requests-2.23.0: 04:15:56 Successfully uninstalled requests-2.23.0 04:15:58 Running setup.py install for docopt: started 04:15:59 Running setup.py install for docopt: finished with status 'done' 04:15:59 Running setup.py install for texttable: started 04:15:59 Running setup.py install for texttable: finished with status 'done' 04:15:59 Running setup.py install for PyYAML: started 04:16:00 gofmt -l . 04:16:00 Running setup.py install for PyYAML: finished with status 'done' 04:16:01 [ "`gofmt -l .`" = "" ] 04:16:01 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:16:03 ./bin/test-go-mod-tidy.sh 04:16:03 ./bin/test-attribution-txt.sh [Pipeline] sh 04:16:06 Removing intermediate container 0f2db75c78f4 04:16:06 ---> 3ac0a156e629 04:16:06 Step 22/26 : RUN apk --no-cache add curl 04:16:07 ---> Running in 528cb4632a37 04:16:07 + ls -al . 04:16:07 total 584 04:16:07 drwxrwxr-x 10 1001 1001 4096 Aug 18 04:16 . 04:16:07 drwxr-xr-x 4 root root 4096 Aug 18 04:13 .. 04:16:07 -rw-rw-r-- 1 1001 1001 11 Aug 18 04:11 .dockerignore 04:16:07 drwxrwxr-x 8 1001 1001 4096 Aug 18 04:11 .git 04:16:07 drwxrwxr-x 3 1001 1001 4096 Aug 18 04:11 .github 04:16:07 -rw-rw-r-- 1 1001 1001 932 Aug 18 04:11 .gitignore 04:16:07 drwxrwxr-x 3 1001 1001 4096 Aug 18 04:12 .semver 04:16:07 -rw-rw-r-- 1 1001 1001 166 Aug 18 04:11 .sonarcloud.properties 04:16:07 -rw-rw-r-- 1 1001 1001 3804 Aug 18 04:11 CONTRIBUTING.md 04:16:07 -rw-rw-r-- 1 1001 1001 1035 Aug 18 04:11 Dockerfile.build 04:16:07 -rw-rw-r-- 1 1001 1001 865 Aug 18 04:11 Jenkinsfile 04:16:07 -rw-rw-r-- 1 1001 1001 10775 Aug 18 04:11 LICENSE 04:16:07 -rw-rw-r-- 1 1001 1001 6237 Aug 18 04:11 Makefile 04:16:07 -rw-rw-r-- 1 1001 1001 5652 Aug 18 04:11 README.md 04:16:07 -rw-rw-r-- 1 1001 1001 259 Aug 18 04:11 SECURITY.md 04:16:07 -rw-rw-r-- 1 1001 1001 5 Aug 18 04:09 VERSION 04:16:07 -rw-rw-r-- 1 1001 1001 4131 Aug 18 04:11 ZMQWindows.md 04:16:07 drwxrwxr-x 2 1001 1001 4096 Aug 18 04:11 bin 04:16:07 drwxrwxr-x 15 1001 1001 4096 Aug 18 04:11 cmd 04:16:07 -rw-r--r-- 1 root root 458658 Aug 18 04:15 coverage.out 04:16:07 -rw-r--r-- 1 root root 1019 Aug 18 04:16 go.mod 04:16:07 -rw-r--r-- 1 root root 19185 Aug 18 04:16 go.sum 04:16:07 drwxrwxr-x 8 1001 1001 4096 Aug 18 04:11 internal 04:16:07 drwxrwxr-x 4 1001 1001 4096 Aug 18 04:11 openapi 04:16:07 drwxrwxr-x 4 1001 1001 4096 Aug 18 04:11 snap 04:16:07 -rw-rw-r-- 1 1001 1001 168 Aug 18 04:11 version.go [Pipeline] sh 04:16:07 + '[' -e coverage.out ] 04:16:07 + chown 1001:1001 coverage.out [Pipeline] stash 04:16:07 Warning: overwriting stash ‘coverage-report’ 04:16:09 Stashed 1 file(s) [Pipeline] sh 04:16:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:16:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:16:09 + make build 04:16:09 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:16:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:16:09 (2/3) Installing libcurl (7.69.1-r0) 04:16:09 (3/3) Installing curl (7.69.1-r0) 04:16:09 Executing busybox-1.31.1-r16.trigger 04:16:09 OK: 72 MiB in 58 packages 04:16:10 Removing intermediate container 759843322a65 04:16:10 ---> 8d4a9f9af2b0 04:16:10 04:16:10 Step 10/21 : FROM scratch 04:16:10 ---> 04:16:10 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:16:11 ---> Using cache 04:16:11 ---> 35dad6e2d06c 04:16:11 Step 12/21 : ENV APP_PORT=48061 04:16:11 ---> Running in e41854707522 04:16:11 Removing intermediate container 528cb4632a37 04:16:11 ---> 2ae5f9ce4475 04:16:11 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:16:11 ---> Running in 9a24f9a32fde 04:16:11 Removing intermediate container e41854707522 04:16:11 ---> 3e34ea099762 04:16:11 Step 13/21 : EXPOSE $APP_PORT 04:16:11 ---> Running in 158b704a490a 04:16:12 Removing intermediate container 9a24f9a32fde 04:16:12 ---> 87c951c47100 04:16:12 Step 24/26 : LABEL arch=x86_64 04:16:12 Removing intermediate container 158b704a490a 04:16:12 ---> bf4f0bcea4ab 04:16:12 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:16:14 ---> Running in d6c2bdbeab6e 04:16:14 ---> dd2280734acb 04:16:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:16:14 Removing intermediate container d6c2bdbeab6e 04:16:14 ---> caa8d3829e82 04:16:14 Step 25/26 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:16:15 ---> Running in 3c4fd3a0c280 04:16:15 ---> efbd783c9b79 04:16:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:16:15 Removing intermediate container 3c4fd3a0c280 04:16:15 ---> 14cb3f2092ce 04:16:15 Step 26/26 : LABEL version=0.0.0 04:16:15 ---> Running in cd3cb5add742 04:16:15 Removing intermediate container cd3cb5add742 04:16:15 ---> bd077bde185e 04:16:15 04:16:15 ---> 2d25e29b0d5c 04:16:15 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:16:15 Successfully built bd077bde185e 04:16:16 Successfully tagged docker-sys-mgmt-agent-go:latest 04:16:16  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go 04:16:21 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:16:24 ---> c8e42dfe3bc1 04:16:24 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:16:24 ---> Running in 62ada026e6b2 04:16:28 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:16:30 Removing intermediate container 62ada026e6b2 04:16:30 ---> a5c65cfec63d 04:16:30 Step 19/21 : LABEL arch=x86_64 04:16:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:16:31 ---> Running in 282d062997e6 04:16:31 Removing intermediate container 4458825e2b86 04:16:31 ---> eefe9c8e1cb7 04:16:31 04:16:31 Step 10/20 : FROM alpine 04:16:31 ---> a24bb4013296 04:16:31 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:16:35 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:16:35 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:16:35 ---> 06906b0d79da 04:16:35 Step 3/29 : WORKDIR /edgex-go 04:16:35 ---> Using cache 04:16:35 ---> cc9a6a9dc211 04:16:35 Step 4/29 : RUN apk update && apk add make git 04:16:36 ---> Running in 23a2c3c675fb 04:16:37 ---> Running in 5874691a30c9 04:16:37 Removing intermediate container 282d062997e6 04:16:37 ---> 738faca9f7de 04:16:37 Step 20/21 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:16:37 Removing intermediate container 4a3ee9280c4e 04:16:37 ---> 6f842c799d14 04:16:37 04:16:37 Step 10/21 : FROM scratch 04:16:37 ---> 04:16:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:16:37 ---> Running in 4414aa086899 04:16:37 ---> Using cache 04:16:37 ---> 204a90a77262 04:16:37 Step 12/21 : ENV APP_PORT=48082 04:16:37 ---> Running in d059103bd12c 04:16:37 Removing intermediate container 4414aa086899 04:16:37 ---> 22213e00aa65 04:16:37 Step 21/21 : LABEL version=0.0.0 04:16:37 ---> Running in df69ffab3a2c 04:16:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:16:38 Removing intermediate container d059103bd12c 04:16:38 ---> e33eeab5e68b 04:16:38 Step 13/21 : EXPOSE $APP_PORT 04:16:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:16:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:16:38 ---> Running in b98361814d7c 04:16:38 Removing intermediate container df69ffab3a2c 04:16:38 ---> f583e0fa1d58 04:16:38 04:16:38 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:16:38 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:16:38 OK: 12746 distinct packages available 04:16:38 Successfully built f583e0fa1d58 04:16:38 Successfully tagged docker-support-logging-go:latest 04:16:38 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:16:38  Building docker-support-logging-go ... done Removing intermediate container b98361814d7c 04:16:38 ---> b000cefe03e4 04:16:38 Step 14/21 : WORKDIR / 04:16:38 (1/4) Installing ca-certificates (20191127-r4) 04:16:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:16:38 (3/4) Installing libcurl (7.69.1-r0) 04:16:38 (4/4) Installing curl (7.69.1-r0) 04:16:38 Executing busybox-1.31.1-r16.trigger 04:16:38 Executing ca-certificates-20191127-r4.trigger 04:16:38 OK: 7 MiB in 18 packages 04:16:38 ---> Running in 0cdaae61f2c2 04:16:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:16:39 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:16:39 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:16:39 OK: 12746 distinct packages available 04:16:39 OK: 233 MiB in 51 packages 04:16:39 Removing intermediate container c3820594abe7 04:16:39 ---> b943f007d90c 04:16:39 04:16:39 Step 10/26 : FROM alpine:3.10 04:16:40 Removing intermediate container 0cdaae61f2c2 04:16:40 ---> 90c2b96dc088 04:16:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:16:40 3.10: Pulling from library/alpine 04:16:40 Removing intermediate container 23a2c3c675fb 04:16:40 ---> 08ac95ba465d 04:16:40 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:16:41 ---> d523594b2b94 04:16:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:16:41 Removing intermediate container 5874691a30c9 04:16:41 ---> 0142eb1f1849 04:16:41 Step 5/29 : COPY go.mod . 04:16:42 ---> Running in 2d7f2cf5d248 04:16:42 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:16:42 Status: Downloaded newer image for alpine:3.10 04:16:42 ---> be4e4bea2c2e 04:16:42 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:16:42 ---> dbdf3deb66de 04:16:42 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:16:42 ---> b7a87a0ed503 04:16:42 Step 6/29 : RUN go mod download 04:16:43 ---> Running in c8ff50fcf96a 04:16:43 ---> Running in 9d181eab034c 04:16:43 Removing intermediate container 2d7f2cf5d248 04:16:43 ---> 0d6938c7b140 04:16:43 Step 13/20 : WORKDIR /edgex 04:16:43 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:16:44 ---> f46ace2e7c31 04:16:44 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:16:44 ---> Running in 0d79828a3ae0 04:16:44 ---> Running in b3fcf006616f 04:16:44 Removing intermediate container 0d79828a3ae0 04:16:44 ---> 88e18b704b0c 04:16:44 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:16:44 Removing intermediate container b3fcf006616f 04:16:44 ---> 16ddbc901c8a 04:16:44 Step 19/21 : LABEL arch=x86_64 04:16:44 ---> Running in e0abad169ff6 04:16:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:16:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:16:44 Removing intermediate container e0abad169ff6 04:16:44 ---> 5e7ed8eff051 04:16:44 Step 20/21 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:16:44 ---> 649d38e15145 04:16:44 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:16:44 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:16:44 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:16:44 OK: 10346 distinct packages available 04:16:45 ---> Running in 037ed1f18941 04:16:45 (1/5) Installing ca-certificates (20191127-r2) 04:16:45 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:16:45 (3/5) Installing libcurl (7.66.0-r0) 04:16:45 (4/5) Installing curl (7.66.0-r0) 04:16:45 (5/5) Installing dumb-init (1.2.2-r1) 04:16:45 Executing busybox-1.30.1-r3.trigger 04:16:45 Executing ca-certificates-20191127-r2.trigger 04:16:45 OK: 7 MiB in 19 packages 04:16:45 Removing intermediate container 037ed1f18941 04:16:45 ---> 88d2cea38713 04:16:45 Step 21/21 : LABEL version=0.0.0 04:16:45 ---> Running in 137512fdfb03 04:16:45 ---> f522a8b8f4f3 04:16:45 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:16:46 ---> Running in 9bd853a5b0e7 04:16:46 Removing intermediate container 137512fdfb03 04:16:46 ---> 62373280d228 04:16:46 04:16:46 Removing intermediate container 9bd853a5b0e7 04:16:46 ---> f5830762f437 04:16:46 Step 17/20 : CMD ["--init=true"] 04:16:46 Successfully built 62373280d228 04:16:46 Successfully tagged docker-core-command-go:latest 04:16:47  Building docker-core-command-go ... done  ---> Running in 514391bd0450 04:16:47 Removing intermediate container 9d181eab034c 04:16:47 ---> 58e0558aad56 04:16:47 Step 7/29 : COPY . . 04:16:47 Removing intermediate container c8ff50fcf96a 04:16:47 ---> 6b066c06d85a 04:16:47 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:16:47 ---> Running in 15e70662d780 04:16:47 Removing intermediate container 514391bd0450 04:16:47 ---> 989c670451f6 04:16:47 Step 18/20 : LABEL arch=x86_64 04:16:48 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:16:48 ---> Running in 43e2a523cf01 04:16:48 Removing intermediate container 15e70662d780 04:16:48 ---> fa110ec715c4 04:16:48 Step 13/26 : WORKDIR / 04:16:49 Removing intermediate container 43e2a523cf01 04:16:49 ---> 61dea46065fe 04:16:49 Step 19/20 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:16:50 ---> Running in 513968a3acff 04:16:51 ---> Running in 685562953a72 04:16:51 Removing intermediate container 513968a3acff 04:16:51 ---> 79098d5eacd4 04:16:51 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:16:51 Removing intermediate container 685562953a72 04:16:51 ---> 0a32c0949472 04:16:51 Step 20/20 : LABEL version=0.0.0 04:16:53 ---> Running in 9574cf62fddd 04:16:54 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:16:55 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:16:55 ---> e3228a766342 04:16:55 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:16:56 Removing intermediate container 9574cf62fddd 04:16:56 ---> dc43d1c02caf 04:16:56 04:16:57 Successfully built dc43d1c02caf 04:16:57 Successfully tagged docker-security-proxy-setup-go:latest 04:16:58  Building docker-security-proxy-setup-go ... done  ---> 9c522ffdd5b8 04:16:58 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:16:59 ---> 3115790664b1 04:16:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:17:00 ---> 029e57a383d2 04:17:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:17:00 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:17:03 ---> b186c0285773 04:17:03 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:17:03 ---> 19551c8f7ec8 04:17:03 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:17:03 ---> Running in 6eab240ed2df 04:17:03 ---> 620250884ec8 04:17:03 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:17:03 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:17:03 ---> 9a9d217bf45b 04:17:03 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:17:04 ---> a9e430642c20 04:17:04 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:17:04 ---> Running in 5973a0ae5bde 04:17:05 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:17:05 Removing intermediate container 5973a0ae5bde 04:17:05 ---> 80bd880b6431 04:17:05 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:17:05 ---> Running in 6ccf37e74466 04:17:05 Removing intermediate container 6ccf37e74466 04:17:05 ---> 885d67de601b 04:17:05 Step 24/26 : LABEL arch=x86_64 04:17:06 ---> Running in d89c72d09c25 04:17:06 Removing intermediate container d89c72d09c25 04:17:06 ---> 50c02dcb9312 04:17:06 Step 25/26 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:17:06 ---> Running in a99ba52fdbf2 04:17:06 Removing intermediate container a99ba52fdbf2 04:17:06 ---> 43eff74be217 04:17:06 Step 26/26 : LABEL version=0.0.0 04:17:06 ---> Running in 18c98fbf1c2c 04:17:06 Removing intermediate container 18c98fbf1c2c 04:17:06 ---> 99e3a19966e0 04:17:06 04:17:06 Successfully built 99e3a19966e0 04:17:06 Successfully tagged docker-security-secretstore-setup-go:latest 04:17:09 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:17:14 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:17:15  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6eab240ed2df 04:17:15 ---> a51453377cb1 04:17:15 04:17:15 Step 9/29 : FROM alpine:latest 04:17:15 ---> a24bb4013296 04:17:15 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:17:15 ---> Running in 741a9e81c77b 04:17:15 Removing intermediate container 741a9e81c77b 04:17:15 ---> 0ba73b092b75 04:17:15 Step 11/29 : USER root 04:17:15 ---> Running in a0503e0c4723 04:17:15 Removing intermediate container a0503e0c4723 04:17:15 ---> c57157046fac 04:17:15 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:17:15 ---> Running in 07419dc73234 04:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:17:15 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:17:15 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:17:15 OK: 12746 distinct packages available 04:17:15 (1/2) Installing ca-certificates (20191127-r4) 04:17:15 (2/2) Installing dumb-init (1.2.2-r1) 04:17:15 Executing busybox-1.31.1-r16.trigger 04:17:15 Executing ca-certificates-20191127-r4.trigger 04:17:16 OK: 6 MiB in 16 packages 04:17:17 Removing intermediate container 07419dc73234 04:17:17 ---> 4ab32b811eb2 04:17:17 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:17:17 ---> Running in 2af021db1883 04:17:17 Removing intermediate container 2af021db1883 04:17:17 ---> b782356e9204 04:17:17 Step 14/29 : WORKDIR $BASE_DIR 04:17:17 ---> Running in 2e1f1f5aba95 04:17:17 Removing intermediate container 2e1f1f5aba95 04:17:17 ---> ccb57216a45c 04:17:17 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:17:17 ---> Running in b03c877ea374 04:17:18 Removing intermediate container b03c877ea374 04:17:18 ---> 8337c0c45c50 04:17:18 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:17:19 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:17:19 ---> b7eaf759da91 04:17:19 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:17:19 ---> 63bbc5a05572 04:17:19 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:17:19 ---> dddb4aaae655 04:17:19 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:17:20 ---> c7a9fb036da0 04:17:20 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:17:20 ---> 911748ec6a34 04:17:20 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:17:20 ---> Running in 650d81deac56 04:17:21 Removing intermediate container 650d81deac56 04:17:21 ---> babf6ab97bc3 04:17:21 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:17:21 ---> f5894fd80ef5 04:17:21 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:17:21 ---> Running in c85247eeda2e 04:17:22 Removing intermediate container c85247eeda2e 04:17:22 ---> e45f27595f1a 04:17:22 Step 24/29 : RUN chmod 755 security-secrets-setup 04:17:22 ---> Running in b3a8f304b7d6 04:17:23 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:17:23 Removing intermediate container b3a8f304b7d6 04:17:23 ---> 8f8f57b39beb 04:17:23 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:17:23 ---> Running in c89ebfbd1b3f 04:17:23 Removing intermediate container c89ebfbd1b3f 04:17:23 ---> 18f57fb75cfa 04:17:23 Step 26/29 : CMD [ "generate" ] 04:17:23 ---> Running in f607eacdcfcf 04:17:23 Removing intermediate container f607eacdcfcf 04:17:23 ---> 7c48e2925c55 04:17:23 Step 27/29 : LABEL arch=x86_64 04:17:23 ---> Running in f27a46ef27ca 04:17:24 Removing intermediate container f27a46ef27ca 04:17:24 ---> 9930c12cfb95 04:17:24 Step 28/29 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:17:24 ---> Running in fa305760d009 04:17:24 Removing intermediate container fa305760d009 04:17:24 ---> fcdf0d108249 04:17:24 Step 29/29 : LABEL version=0.0.0 04:17:24 ---> Running in ad1fd34c2a09 04:17:24 Removing intermediate container ad1fd34c2a09 04:17:24 ---> 12f008ff7116 04:17:24 04:17:24 Successfully built 12f008ff7116 04:17:24 Successfully tagged docker-security-secrets-setup-go:latest 04:17:25  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:17:25 $ docker stop --time=1 2c595bef62608093a807f28b6b03ee7a0585626dc737e17f14c771804f707f29 04:17:26 $ docker rm -f 2c595bef62608093a807f28b6b03ee7a0585626dc737e17f14c771804f707f29 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 04:17:27 $ docker stop --time=1 92d2dce237ccceebd6c1461738dc198f0e5e63130ff9cf28f04e4bc8ae25988b 04:17:27 + docker images 04:17:27 + grep docker 04:17:27 docker-security-secrets-setup-go latest 12f008ff7116 3 seconds ago 25.1MB 04:17:27 docker-security-secretstore-setup-go latest 99e3a19966e0 21 seconds ago 33.9MB 04:17:27 docker-security-proxy-setup-go latest dc43d1c02caf 32 seconds ago 16.4MB 04:17:27 docker-core-command-go latest 62373280d228 41 seconds ago 13MB 04:17:27 docker-support-logging-go latest f583e0fa1d58 50 seconds ago 11.8MB 04:17:27 docker-sys-mgmt-agent-go latest bd077bde185e About a minute ago 284MB 04:17:27 docker-core-data-go latest f50f0af57678 2 minutes ago 24.5MB 04:17:27 docker-support-notifications-go latest 520a037ec386 3 minutes ago 14.5MB 04:17:27 docker-core-metadata-go latest b36850c02eb9 3 minutes ago 14.4MB 04:17:27 docker-support-scheduler-go latest b8819a5e2a06 3 minutes ago 13.1MB 04:17:27 docker latest 81f5749c9058 7 weeks ago 211MB 04:17:29 $ docker rm -f 92d2dce237ccceebd6c1461738dc198f0e5e63130ff9cf28f04e4bc8ae25988b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:17:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:17:31 04:17:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:17:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:17:32 latest: Pulling from edgex-devops/edgex-compose-arm64 04:17:32 29e5d40040c1: Pulling fs layer 04:17:32 1ce36da41761: Pulling fs layer 04:17:32 25b303627fd3: Pulling fs layer 04:17:32 29e5d40040c1: Verifying Checksum 04:17:32 29e5d40040c1: Download complete 04:17:33 1ce36da41761: Verifying Checksum 04:17:33 1ce36da41761: Download complete 04:17:33 29e5d40040c1: Pull complete 04:17:34 1ce36da41761: Pull complete 04:17:34 25b303627fd3: Verifying Checksum 04:17:34 25b303627fd3: Download complete 04:17:44 25b303627fd3: Pull complete 04:17:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:17:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:17:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:17:44 prd-ubuntu18.04-docker-arm64-4c-16g-357 does not seem to be running inside a container 04:17:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:17:48 $ docker top f893a111bab3e057ebbc342c9e11dcd129c79176436854a5260c20fb5eafba8d -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:49 + docker-compose build --help 04:17:49 + grep parallel 04:17:53 --parallel Build images in parallel. [Pipeline] } 04:17:53 $ docker stop --time=1 f893a111bab3e057ebbc342c9e11dcd129c79176436854a5260c20fb5eafba8d 04:17:55 $ docker rm -f f893a111bab3e057ebbc342c9e11dcd129c79176436854a5260c20fb5eafba8d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:17:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:17:55 . [Pipeline] withDockerContainer 04:17:56 prd-ubuntu18.04-docker-arm64-4c-16g-357 does not seem to be running inside a container 04:17:56 $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:17:57 $ docker top 5a80cb27ebde3db18e06ae981aabfcf7033715d8b427dafad06fbfb87f0b87ed -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:58 + docker-compose -f ./docker-compose-build.yml build --parallel 04:18:02 Building docker-core-command-go ... 04:18:02 Building docker-core-data-go ... 04:18:02 Building docker-core-metadata-go ... 04:18:02 Building docker-security-proxy-setup-go ... 04:18:02 Building docker-security-secrets-setup-go ... 04:18:02 Building docker-security-secretstore-setup-go ... 04:18:02 Building docker-support-logging-go ... 04:18:02 Building docker-support-notifications-go ... 04:18:02 Building docker-support-scheduler-go ... 04:18:02 Building docker-sys-mgmt-agent-go ... 04:18:02 Building docker-core-metadata-go 04:18:02 Building docker-support-logging-go 04:18:02 Building docker-sys-mgmt-agent-go 04:18:02 Building docker-core-data-go 04:18:02 Building docker-security-secrets-setup-go 04:19:54 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:19:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:19:54 ---> 5f28b216f2e9 04:19:54 Step 3/22 : WORKDIR /edgex-go 04:19:54 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:19:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:19:54 ---> 5f28b216f2e9 04:19:54 Step 3/26 : WORKDIR /edgex-go 04:19:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:19:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:19:54 ---> 5f28b216f2e9 04:19:54 Step 3/21 : WORKDIR /edgex-go 04:19:54 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:19:54 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:19:54 ---> 5f28b216f2e9 04:19:54 Step 3/29 : WORKDIR /edgex-go 04:19:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:19:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:19:54 ---> 5f28b216f2e9 04:19:54 Step 3/21 : WORKDIR /edgex-go 04:19:54 ---> Running in cf146a0791d3 04:19:54 ---> Running in 2eff2de7297c 04:19:54 ---> Running in de767ec7974a 04:19:54 ---> Running in 43840a915c07 04:19:54 ---> Running in a23fca622192 04:19:54 Removing intermediate container 2eff2de7297c 04:19:54 ---> db480f4f6bff 04:19:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:19:54 Removing intermediate container a23fca622192 04:19:54 ---> 20ddfbe73a1d 04:19:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:19:54 Removing intermediate container 43840a915c07 04:19:54 ---> 6e641c104b9f 04:19:54 Step 4/29 : RUN apk update && apk add make git 04:19:54 Removing intermediate container cf146a0791d3 04:19:54 ---> 9e7092b43da8 04:19:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:19:54 Removing intermediate container de767ec7974a 04:19:54 ---> 944d9d24e885 04:19:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:19:54 ---> Running in 9a8e8bedbc13 04:19:54 ---> Running in bb2c7ec76c04 04:19:54 ---> Running in 17dc99093ac8 04:19:54 ---> Running in d48296a632c2 04:19:54 ---> Running in 4d0dd9398169 04:19:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:19:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:19:56 Removing intermediate container bb2c7ec76c04 04:19:56 ---> 21011c917d58 04:19:56 Step 5/26 : RUN apk update && apk add make bash git 04:19:57 ---> Running in 288d30a65d41 04:19:57 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:19:57 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:19:57 OK: 12617 distinct packages available 04:19:57 Removing intermediate container 9a8e8bedbc13 04:19:57 ---> 21fbffddd6a5 04:19:57 Step 5/21 : RUN apk update && apk add make git 04:19:58 Removing intermediate container 4d0dd9398169 04:19:58 ---> f4a9182fa099 04:19:58 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:19:58 ---> Running in 3041fcba4da4 04:19:58 ---> Running in 444064dc28f6 04:19:58 Removing intermediate container d48296a632c2 04:19:58 ---> 6f572657d4f1 04:19:58 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:19:58 OK: 217 MiB in 51 packages 04:19:58 ---> Running in 0b4628fb0f77 04:19:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:20:00 Removing intermediate container 17dc99093ac8 04:20:00 ---> 20a4f2010bcd 04:20:00 Step 5/29 : COPY go.mod . 04:20:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:20:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:20:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:20:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:20:01 ---> c4e95264e63b 04:20:01 Step 6/29 : RUN go mod download 04:20:01 ---> Running in b4b99adc2f6b 04:20:01 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:20:01 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:20:01 OK: 12617 distinct packages available 04:20:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:20:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:20:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:20:02 OK: 217 MiB in 51 packages 04:20:02 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:20:02 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:20:02 OK: 12617 distinct packages available 04:20:02 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:20:02 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:20:02 OK: 12617 distinct packages available 04:20:03 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:20:03 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:20:03 OK: 12617 distinct packages available 04:20:03 OK: 217 MiB in 51 packages 04:20:03 OK: 217 MiB in 51 packages 04:20:04 OK: 217 MiB in 51 packages 04:20:04 Removing intermediate container 288d30a65d41 04:20:04 ---> d46668b687a0 04:20:04 Step 6/26 : COPY go.mod . 04:20:04 OK: 217 MiB in 51 packages 04:20:05 Removing intermediate container 3041fcba4da4 04:20:05 ---> 9a2f9f284a94 04:20:05 Step 6/21 : COPY go.mod . 04:20:05 ---> d24c2baf6865 04:20:05 Step 7/26 : RUN go mod download 04:20:05 ---> Running in 23a1bd26ba6c 04:20:05 Removing intermediate container 0b4628fb0f77 04:20:05 ---> 97fd59ab028d 04:20:05 Step 6/22 : COPY go.mod . 04:20:06 Removing intermediate container b4b99adc2f6b 04:20:06 ---> c83175b8193b 04:20:06 Step 7/29 : COPY . . 04:20:07 ---> c75e239c4e8f 04:20:07 Step 7/21 : RUN go mod download 04:20:07 Removing intermediate container 444064dc28f6 04:20:07 ---> 1d4e296d641b 04:20:07 Step 6/21 : COPY go.mod . 04:20:07 ---> b242130e624f 04:20:07 Step 7/22 : RUN go mod download 04:20:07 ---> Running in ba99ad99c60a 04:20:07 ---> Running in 1aec4427dd83 04:20:08 ---> cb7bb53c96dc 04:20:08 Step 7/21 : RUN go mod download 04:20:09 ---> Running in a780bc758594 04:20:10 Removing intermediate container 23a1bd26ba6c 04:20:10 ---> 27b23480e5ba 04:20:10 Step 8/26 : COPY . . 04:20:12 Removing intermediate container ba99ad99c60a 04:20:12 ---> 098d8d3025fd 04:20:12 Step 8/21 : COPY . . 04:20:12 Removing intermediate container 1aec4427dd83 04:20:12 ---> e72274516da7 04:20:12 Step 8/22 : COPY . . 04:20:14 Removing intermediate container a780bc758594 04:20:14 ---> 377e4364e0d3 04:20:14 Step 8/21 : COPY . . 04:20:41 ---> 704d21de840e 04:20:41 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:20:41 ---> c2bf889996ca 04:20:41 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:20:41 ---> 3780f0c3aa5e 04:20:41 Step 9/21 : RUN make cmd/support-logging/support-logging 04:20:41 ---> Running in 1029cec382ed 04:20:41 ---> 7e62f142371f 04:20:41 Step 9/22 : RUN make cmd/core-data/core-data 04:20:41 ---> 52034982839e 04:20:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:20:41 ---> Running in aa2d0299b9ff 04:20:41 ---> Running in 8dcba8c1a449 04:20:41 ---> Running in 3869c7e2c3e5 04:20:41 ---> Running in cdb613d24c08 04:20:43 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:20:43 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:20:43 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:20:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:20:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:22:06 Removing intermediate container 1029cec382ed 04:22:06 ---> 52927f9809e2 04:22:06 04:22:06 Step 9/29 : FROM alpine:latest 04:22:06 latest: Pulling from library/alpine 04:22:06 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:22:06 Status: Downloaded newer image for alpine:latest 04:22:06 ---> 62ee0e9f8440 04:22:06 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:22:06 ---> Running in b9c5d1cb8c55 04:22:06 Removing intermediate container b9c5d1cb8c55 04:22:06 ---> c1ec7828707a 04:22:06 Step 11/29 : USER root 04:22:06 ---> Running in 2ccdc98e7e1a 04:22:06 Removing intermediate container 2ccdc98e7e1a 04:22:06 ---> a861f62d8f79 04:22:06 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:22:07 ---> Running in 84a95b3393c7 04:22:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:22:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:22:10 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:22:10 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:22:10 OK: 12617 distinct packages available 04:22:11 (1/2) Installing ca-certificates (20191127-r4) 04:22:11 (2/2) Installing dumb-init (1.2.2-r1) 04:22:11 Executing busybox-1.31.1-r16.trigger 04:22:11 Executing ca-certificates-20191127-r4.trigger 04:22:12 OK: 6 MiB in 16 packages 04:22:15 Removing intermediate container 84a95b3393c7 04:22:15 ---> 822ce2753044 04:22:15 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:22:15 ---> Running in 3b278828fc56 04:22:17 Removing intermediate container 3b278828fc56 04:22:17 ---> 6095d2e593fb 04:22:17 Step 14/29 : WORKDIR $BASE_DIR 04:22:17 ---> Running in 9a40cf40d2d0 04:22:19 Removing intermediate container 9a40cf40d2d0 04:22:19 ---> 0785172b1185 04:22:19 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:22:19 ---> Running in 285dc0db0134 04:22:19 Removing intermediate container cdb613d24c08 04:22:19 ---> 88ab8c1898b4 04:22:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:22:20 ---> Running in add0f6fdefab 04:22:23 Removing intermediate container 8dcba8c1a449 04:22:23 ---> 53505b134954 04:22:23 04:22:23 Step 10/21 : FROM scratch 04:22:23 ---> 04:22:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:22:23 ---> Running in 198b60b87e52 04:22:23 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:22:23 Removing intermediate container 198b60b87e52 04:22:23 ---> cf61c20b1dcf 04:22:23 Step 12/21 : ENV APP_PORT=48061 04:22:24 ---> Running in 548933b933ad 04:22:24 Removing intermediate container 548933b933ad 04:22:24 ---> 62f6f3c1015f 04:22:24 Step 13/21 : EXPOSE $APP_PORT 04:22:24 Removing intermediate container 285dc0db0134 04:22:24 ---> 22dd77ce4d79 04:22:24 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:22:24 ---> Running in bf4851f92bbf 04:22:25 Removing intermediate container bf4851f92bbf 04:22:25 ---> f13347259ac2 04:22:25 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:22:27 ---> 027de3e09a11 04:22:27 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:22:27 ---> 84315f8646b3 04:22:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:22:28 ---> eae49bb5201e 04:22:28 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:22:28 ---> 64084ebb1f7d 04:22:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:22:30 ---> df9aa25fe9d2 04:22:30 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:22:30 Removing intermediate container add0f6fdefab 04:22:30 ---> 6e371588875f 04:22:30 04:22:30 Step 11/26 : FROM docker:latest 04:22:30 ---> ce9d55ae87f1 04:22:30 Step 12/26 : RUN apk add --no-cache bash 04:22:30 ---> Running in 7b2051d84707 04:22:31 ---> d3521e14090f 04:22:31 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:22:31 ---> e78d7d148138 04:22:31 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:22:33 ---> 23a2f4173a3e 04:22:33 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:22:33 ---> Running in f38682b579ba 04:22:33 ---> a552c51cb3dd 04:22:33 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:22:33 ---> Running in 2a5db4bc3d49 04:22:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:22:34 Removing intermediate container f38682b579ba 04:22:34 ---> a67a459b60a9 04:22:34 Step 19/21 : LABEL arch=arm64 04:22:34 ---> Running in 4fecd52dccbd 04:22:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:22:35 (1/2) Installing readline (8.0.4-r0) 04:22:35 (2/2) Installing bash (5.0.17-r0) 04:22:35 Executing bash-5.0.17-r0.post-install 04:22:35 Executing busybox-1.31.1-r16.trigger 04:22:35 OK: 12 MiB in 22 packages 04:22:35 Removing intermediate container 4fecd52dccbd 04:22:35 ---> 9784282b42b3 04:22:35 Step 20/21 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:22:35 ---> Running in 1f13ca713f8c 04:22:36 Removing intermediate container 1f13ca713f8c 04:22:36 ---> 7b856d80bf60 04:22:36 Step 21/21 : LABEL version=0.0.0 04:22:36 ---> Running in b6c522672e90 04:22:37 Removing intermediate container 7b2051d84707 04:22:37 ---> 59161fb944cf 04:22:37 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:22:37 ---> Running in 46b380a7dac1 04:22:37 Removing intermediate container b6c522672e90 04:22:37 ---> 424b72b27abf 04:22:37 04:22:37 Removing intermediate container 2a5db4bc3d49 04:22:37 ---> de4e0422534f 04:22:37 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:22:38 Successfully built 424b72b27abf 04:22:38 Successfully tagged docker-support-logging-go-arm64:latest 04:22:38 Building docker-security-secretstore-setup-go 04:22:39  Building docker-support-logging-go ... done  ---> 970d86cdbf59 04:22:39 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:22:39 ---> Running in 14934ae51880 04:22:43 Removing intermediate container 46b380a7dac1 04:22:43 ---> 0a96051107c3 04:22:43 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:22:44 ---> Running in 9138708eb193 04:22:45 Removing intermediate container aa2d0299b9ff 04:22:45 ---> 2fff6e9289dc 04:22:45 04:22:45 Step 10/21 : FROM scratch 04:22:45 ---> 04:22:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:22:45 Removing intermediate container 14934ae51880 04:22:45 ---> 3530116d3e78 04:22:45 Step 24/29 : RUN chmod 755 security-secrets-setup 04:22:45 Removing intermediate container 9138708eb193 04:22:45 ---> 32d60f87b9b8 04:22:45 Step 15/26 : ENV APP_PORT=48090 04:22:45 ---> Running in debcb8bcf6b7 04:22:46 ---> Running in a8e17234a7f9 04:22:46 ---> Running in 5622771de41b 04:22:46 Removing intermediate container debcb8bcf6b7 04:22:46 ---> 16d323caa5cb 04:22:46 Step 12/21 : ENV APP_PORT=48081 04:22:46 ---> Running in c1be3c109055 04:22:47 Removing intermediate container 5622771de41b 04:22:47 ---> 3d9a13e8b578 04:22:47 Step 16/26 : EXPOSE $APP_PORT 04:22:47 Removing intermediate container c1be3c109055 04:22:47 ---> ecbdd4dfa007 04:22:47 Step 13/21 : EXPOSE $APP_PORT 04:22:47 ---> Running in 7e5d212c3730 04:22:47 ---> Running in 85eec184bf65 04:22:48 Removing intermediate container 85eec184bf65 04:22:48 ---> e511d610b70f 04:22:48 Step 14/21 : WORKDIR / 04:22:48 Removing intermediate container 7e5d212c3730 04:22:48 ---> 6b5376cddcc2 04:22:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:22:48 ---> Running in e1413444b4f4 04:22:50 Removing intermediate container e1413444b4f4 04:22:50 ---> f8885070d9c1 04:22:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:22:50 ---> af0d6ad52d92 04:22:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:22:51 Removing intermediate container a8e17234a7f9 04:22:51 ---> f4ec13e5f512 04:22:51 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:22:52 ---> Running in c2663bbd33bc 04:22:52 ---> c31358923880 04:22:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:22:52 ---> 5cd326e7043a 04:22:52 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:22:53 Removing intermediate container c2663bbd33bc 04:22:53 ---> 5e784cb5654b 04:22:53 Step 26/29 : CMD [ "generate" ] 04:22:53 ---> Running in 280670fbd9e5 04:22:54 ---> 2655e3cffb09 04:22:54 Step 20/26 : RUN apk --no-cache add py-pip 04:22:54 ---> d20c0d625fc7 04:22:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:22:54 Removing intermediate container 280670fbd9e5 04:22:54 ---> b91daff354a2 04:22:54 Step 27/29 : LABEL arch=arm64 04:22:54 ---> Running in ab3c2dc9d619 04:22:55 ---> Running in 7c4a5e1d31c1 04:22:56 Removing intermediate container 7c4a5e1d31c1 04:22:56 ---> b1f4563ca7b8 04:22:56 Step 28/29 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:22:57 ---> 60d10c00a4a7 04:22:57 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:22:57 ---> Running in 8a80f8d2b502 04:22:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:22:57 ---> Running in 4322902a0ad9 04:22:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:22:58 Removing intermediate container 8a80f8d2b502 04:22:58 ---> ace547596048 04:22:58 Step 29/29 : LABEL version=0.0.0 04:22:58 (1/33) Installing libbz2 (1.0.8-r1) 04:22:58 (2/33) Installing expat (2.2.9-r1) 04:22:58 (3/33) Installing libffi (3.3-r2) 04:22:58 (4/33) Installing gdbm (1.13-r1) 04:22:58 (5/33) Installing xz-libs (5.2.5-r0) 04:22:58 (6/33) Installing sqlite-libs (3.32.1-r0) 04:22:58 (7/33) Installing python3 (3.8.5-r0) 04:22:58 ---> Running in 6c16c66e4f89 04:22:58 Removing intermediate container 4322902a0ad9 04:22:58 ---> 49e46568db38 04:22:58 Step 19/21 : LABEL arch=arm64 04:23:00 ---> Running in 0eb6c6ca980b 04:23:00 (8/33) Installing py3-appdirs (1.4.4-r1) 04:23:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:23:00 (10/33) Installing py3-parsing (2.4.7-r0) 04:23:00 (11/33) Installing py3-six (1.15.0-r0) 04:23:00 (12/33) Installing py3-packaging (20.4-r0) 04:23:00 (13/33) Installing py3-setuptools (47.0.0-r0) 04:23:00 Removing intermediate container 6c16c66e4f89 04:23:00 ---> 55da43598dd6 04:23:00 04:23:00 (14/33) Installing py3-chardet (3.0.4-r4) 04:23:00 (15/33) Installing py3-idna (2.9-r0) 04:23:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:23:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:23:00 (18/33) Installing py3-requests (2.23.0-r0) 04:23:00 (19/33) Installing py3-msgpack (1.0.0-r0) 04:23:00 (20/33) Installing py3-lockfile (0.12.2-r3) 04:23:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:23:01 (22/33) Installing py3-colorama (0.4.3-r0) 04:23:01 (23/33) Installing py3-distlib (0.3.0-r0) 04:23:01 (24/33) Installing py3-distro (1.5.0-r1) 04:23:01 (25/33) Installing py3-webencodings (0.5.1-r3) 04:23:01 (26/33) Installing py3-html5lib (1.0.1-r4) 04:23:01 (27/33) Installing py3-pytoml (0.1.21-r0) 04:23:01 (28/33) Installing py3-pep517 (0.8.2-r0) 04:23:01 (29/33) Installing py3-progress (1.5-r0) 04:23:01 (30/33) Installing py3-toml (0.10.1-r0) 04:23:01 (31/33) Installing py3-retrying (1.3.3-r0) 04:23:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:23:01 (33/33) Installing py3-pip (20.1.1-r0) 04:23:01 Removing intermediate container 0eb6c6ca980b 04:23:01 ---> d2e8a3124e90 04:23:01 Step 20/21 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:23:01 Successfully built 55da43598dd6 04:23:01 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:23:01 Building docker-core-command-go 04:23:01  Building docker-security-secrets-setup-go ... done Executing busybox-1.31.1-r16.trigger 04:23:01 OK: 71 MiB in 55 packages 04:23:01 ---> Running in 98e5a1e28645 04:23:02 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:23:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:23:02 ---> 5f28b216f2e9 04:23:02 Step 3/26 : WORKDIR /edgex-go 04:23:02 ---> Using cache 04:23:02 ---> 9e7092b43da8 04:23:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:23:02 ---> Using cache 04:23:02 ---> f4a9182fa099 04:23:02 Step 5/26 : RUN apk update && apk add make git 04:23:03 ---> Running in e6c7e5f00ce8 04:23:03 Removing intermediate container 98e5a1e28645 04:23:03 ---> 844d11a6414e 04:23:03 Step 21/21 : LABEL version=0.0.0 04:23:03 Removing intermediate container 3869c7e2c3e5 04:23:03 ---> d8585946bd0e 04:23:03 04:23:03 Step 10/22 : FROM alpine 04:23:03 ---> 62ee0e9f8440 04:23:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:23:04 ---> Running in f052d52fd50e 04:23:04 ---> Running in 6caef5f7be1c 04:23:06 Removing intermediate container 6caef5f7be1c 04:23:06 ---> c2528081f1d4 04:23:06 Step 12/22 : ENV APP_PORT=48080 04:23:06 Removing intermediate container f052d52fd50e 04:23:06 ---> feacb80926cb 04:23:06 04:23:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:23:07 ---> Running in 62f771c0bb83 04:23:07 Successfully built feacb80926cb 04:23:07 Successfully tagged docker-core-metadata-go-arm64:latest 04:23:07  Building docker-core-metadata-go ... done Building docker-support-notifications-go 04:23:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:23:07 Removing intermediate container 62f771c0bb83 04:23:07 ---> 605e4eee6ff1 04:23:07 Step 13/22 : EXPOSE $APP_PORT 04:23:08 ---> Running in 5b47d734aa21 04:23:08 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:23:08 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:23:08 OK: 12617 distinct packages available 04:23:08 Removing intermediate container ab3c2dc9d619 04:23:08 ---> 891a3febd7cc 04:23:08 Step 21/26 : RUN pip install docker-compose==1.23.2 04:23:09 OK: 217 MiB in 51 packages 04:23:09 Removing intermediate container 5b47d734aa21 04:23:09 ---> ef76140c6fa2 04:23:09 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:23:10 ---> Running in f610411b5d88 04:23:10 ---> Running in 1b88815d38cd 04:23:11 Removing intermediate container e6c7e5f00ce8 04:23:11 ---> 749ed75b3882 04:23:11 Step 6/26 : COPY go.mod . 04:23:13 ---> fae8c8f4a438 04:23:13 Step 7/26 : RUN go mod download 04:23:14 ---> Running in 283633eaf2eb 04:23:16 Removing intermediate container 1b88815d38cd 04:23:16 ---> 61808c984a1a 04:23:16 Step 15/22 : RUN apk --no-cache add zeromq 04:23:17 ---> Running in ac8e21422267 04:23:17 Collecting docker-compose==1.23.2 04:23:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:23:18 Collecting jsonschema<3,>=2.5.1 04:23:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:23:20 Collecting PyYAML<4,>=3.10 04:23:20 Downloading PyYAML-3.13.tar.gz (270 kB) 04:23:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:23:20 Removing intermediate container 283633eaf2eb 04:23:20 ---> dbfd2ae8d549 04:23:20 Step 8/26 : COPY . . 04:23:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:23:21 (1/5) Installing libgcc (9.3.0-r2) 04:23:21 (2/5) Installing libsodium (1.0.18-r0) 04:23:21 (3/5) Installing libstdc++ (9.3.0-r2) 04:23:21 (4/5) Installing libzmq (4.3.2-r0) 04:23:21 (5/5) Installing zeromq (4.3.2-r0) 04:23:21 Executing busybox-1.31.1-r16.trigger 04:23:21 OK: 8 MiB in 19 packages 04:23:24 Collecting texttable<0.10,>=0.9.0 04:23:24 Downloading texttable-0.9.1.tar.gz (11 kB) 04:23:25 Removing intermediate container ac8e21422267 04:23:25 ---> b9564ea95eb5 04:23:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:23:26 Collecting websocket-client<1.0,>=0.32.0 04:23:26 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:23:27 ---> 547424adf5ff 04:23:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:23:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:23:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:23:29 Collecting docker<4.0,>=3.6.0 04:23:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:23:30 Collecting docopt<0.7,>=0.6.1 04:23:30 Downloading docopt-0.6.2.tar.gz (25 kB) 04:23:30 ---> 03bb1a951a8f 04:23:30 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:23:32 ---> f5b633f17b9a 04:23:32 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:23:32 ---> Running in 81ff794ca0b6 04:23:32 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:23:33 Collecting dockerpty<0.5,>=0.4.1 04:23:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:23:33 Removing intermediate container 81ff794ca0b6 04:23:33 ---> 5bc28cd9236b 04:23:33 Step 20/22 : LABEL arch=arm64 04:23:34 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:23:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:23:34 ---> 5f28b216f2e9 04:23:34 Step 3/21 : WORKDIR /edgex-go 04:23:34 ---> Using cache 04:23:34 ---> 9e7092b43da8 04:23:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:23:34 ---> Using cache 04:23:34 ---> f4a9182fa099 04:23:34 Step 5/21 : RUN apk update && apk add make git 04:23:34 ---> Using cache 04:23:34 ---> 749ed75b3882 04:23:34 Step 6/21 : COPY go.mod . 04:23:34 ---> Using cache 04:23:34 ---> fae8c8f4a438 04:23:34 Step 7/21 : RUN go mod download 04:23:34 ---> Using cache 04:23:34 ---> dbfd2ae8d549 04:23:34 Step 8/21 : COPY . . 04:23:34 ---> Running in db4d6a72a416 04:23:34 Removing intermediate container db4d6a72a416 04:23:34 ---> 2d7e02d19ad5 04:23:34 Step 21/22 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:23:35 Collecting cached-property<2,>=1.2.0 04:23:35 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:23:35 ---> Running in c03bc556cecc 04:23:36 Collecting idna<2.8,>=2.5 04:23:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:23:36 Collecting urllib3<1.25,>=1.21.1 04:23:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:23:37 Removing intermediate container c03bc556cecc 04:23:37 ---> 41c4ff95787c 04:23:37 Step 22/22 : LABEL version=0.0.0 04:23:37 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:23:37 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:23:37 Collecting docker-pycreds>=0.4.0 04:23:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:23:37 ---> Running in bc3ecf4843ce 04:23:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:23:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:23:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:23:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:23:38 Installing collected packages: jsonschema, PyYAML, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, cached-property, docker-compose 04:23:38 Removing intermediate container bc3ecf4843ce 04:23:38 ---> 0b6bb39d5bf9 04:23:38 04:23:39 Running setup.py install for PyYAML: started 04:23:39 Successfully built 0b6bb39d5bf9 04:23:39 Successfully tagged docker-core-data-go-arm64:latest 04:23:39 Building docker-security-proxy-setup-go 04:23:41  Building docker-core-data-go ... done  Running setup.py install for PyYAML: finished with status 'done' 04:23:41 Running setup.py install for texttable: started 04:23:42 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:23:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:23:42 ---> 5f28b216f2e9 04:23:42 Step 3/23 : WORKDIR /edgex-go 04:23:42 ---> Using cache 04:23:42 ---> 9e7092b43da8 04:23:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:23:42 ---> Using cache 04:23:42 ---> f4a9182fa099 04:23:42 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:23:43 Running setup.py install for texttable: finished with status 'done' 04:23:45 Attempting uninstall: idna 04:23:45 Found existing installation: idna 2.9 04:23:45 Uninstalling idna-2.9: 04:23:45 Successfully uninstalled idna-2.9 04:23:46 Attempting uninstall: urllib3 04:23:46 Found existing installation: urllib3 1.25.9 04:23:46 Uninstalling urllib3-1.25.9: 04:23:46 Successfully uninstalled urllib3-1.25.9 04:23:47 ---> Running in b68a9f57f163 04:23:47 Attempting uninstall: requests 04:23:47 Found existing installation: requests 2.23.0 04:23:47 Uninstalling requests-2.23.0: 04:23:47 Successfully uninstalled requests-2.23.0 04:23:48 ---> 6977551ac401 04:23:48 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:23:49 Running setup.py install for docopt: started 04:23:49 ---> Running in 5eb357d3ff92 04:23:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:23:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:23:51 Running setup.py install for docopt: finished with status 'done' 04:23:51 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:23:51 Running setup.py install for dockerpty: started 04:23:51 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:23:51 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 04:23:51 OK: 12617 distinct packages available 04:23:52 OK: 217 MiB in 51 packages 04:23:54 Running setup.py install for dockerpty: finished with status 'done' 04:23:56 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:23:57 Removing intermediate container b68a9f57f163 04:23:57 ---> 0993e56e66ae 04:23:57 Step 6/23 : COPY go.mod . 04:23:59 ---> 0c3b07425539 04:23:59 Step 7/23 : RUN go mod download 04:24:00 ---> Running in 38cad95ec711 04:24:05 Removing intermediate container f610411b5d88 04:24:05 ---> 76319a1eed5c 04:24:05 Step 22/26 : RUN apk --no-cache add curl 04:24:05 ---> Running in 438ea044a177 04:24:06 Removing intermediate container 38cad95ec711 04:24:06 ---> 4a6b95f6a72b 04:24:06 Step 8/23 : COPY . . 04:24:07 ---> f6c555479aff 04:24:07 Step 9/21 : RUN make cmd/core-command/core-command 04:24:07 ---> Running in 41af75d2fcca 04:24:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:24:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:24:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:24:09 (2/3) Installing libcurl (7.69.1-r0) 04:24:09 (3/3) Installing curl (7.69.1-r0) 04:24:09 Executing busybox-1.31.1-r16.trigger 04:24:09 OK: 71 MiB in 58 packages 04:24:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:24:12 Removing intermediate container 438ea044a177 04:24:12 ---> 1ed53a1373c4 04:24:12 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:24:12 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:24:12 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:24:12 ---> 5f28b216f2e9 04:24:12 Step 3/20 : WORKDIR /edgex-go 04:24:12 ---> Using cache 04:24:12 ---> 9e7092b43da8 04:24:12 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:24:12 ---> Using cache 04:24:12 ---> f4a9182fa099 04:24:12 Step 5/20 : RUN apk update && apk add make git 04:24:12 ---> Using cache 04:24:12 ---> 749ed75b3882 04:24:12 Step 6/20 : COPY go.mod . 04:24:12 ---> Using cache 04:24:12 ---> fae8c8f4a438 04:24:12 Step 7/20 : RUN go mod download 04:24:12 ---> Using cache 04:24:12 ---> dbfd2ae8d549 04:24:12 Step 8/20 : COPY . . 04:24:12 ---> Using cache 04:24:12 ---> f6c555479aff 04:24:12 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:24:12 ---> Running in c834747c437c 04:24:12 ---> Running in 3aa3b1100b49 04:24:14 Removing intermediate container c834747c437c 04:24:14 ---> ff24833347ba 04:24:14 Step 24/26 : LABEL arch=arm64 04:24:14 ---> Running in bd6cb258cc13 04:24:14 Removing intermediate container bd6cb258cc13 04:24:14 ---> ef4116b609cd 04:24:14 Step 25/26 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:24:15 ---> Running in 47c0d92c0771 04:24:15 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:24:16 Removing intermediate container 47c0d92c0771 04:24:16 ---> e76d88c05c2e 04:24:16 Step 26/26 : LABEL version=0.0.0 04:24:16 ---> Running in adc6bfde2cdb 04:24:18 Removing intermediate container adc6bfde2cdb 04:24:18 ---> fa489891ff99 04:24:18 04:24:19 Successfully built fa489891ff99 04:24:19 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:24:19  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go 04:24:38 ---> 25def6146d04 04:24:38 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:24:38 ---> Running in f12fa166ea12 04:24: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:24:56 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:24:56 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:24:56 ---> 5f28b216f2e9 04:24:56 Step 3/20 : WORKDIR /edgex-go 04:24:56 ---> Using cache 04:24:56 ---> 9e7092b43da8 04:24:56 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:24:56 ---> Using cache 04:24:56 ---> f4a9182fa099 04:24:56 Step 5/20 : RUN apk update && apk add make git 04:24:56 ---> Using cache 04:24:56 ---> 749ed75b3882 04:24:56 Step 6/20 : COPY go.mod . 04:24:56 ---> Using cache 04:24:56 ---> fae8c8f4a438 04:24:56 Step 7/20 : RUN go mod download 04:24:56 ---> Using cache 04:24:56 ---> dbfd2ae8d549 04:24:56 Step 8/20 : COPY . . 04:24:56 ---> Using cache 04:24:56 ---> f6c555479aff 04:24:56 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:24:57 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:24:57 ---> Running in 974652e2210c 04:25:00 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:25:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:25:25 Removing intermediate container 5eb357d3ff92 04:25:25 ---> 0ce73a73229e 04:25:25 04:25:25 Step 10/26 : FROM alpine:3.10 04:25:25 3.10: Pulling from library/alpine 04:25:27 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:25:27 Status: Downloaded newer image for alpine:3.10 04:25:27 ---> 536a684cf733 04:25:27 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:25:27 ---> Running in 338463c90061 04:25:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:25:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:25:31 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:25:31 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:25:31 OK: 10167 distinct packages available 04:25:31 (1/5) Installing ca-certificates (20191127-r2) 04:25:31 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:25:31 (3/5) Installing libcurl (7.66.0-r0) 04:25:32 (4/5) Installing curl (7.66.0-r0) 04:25:32 (5/5) Installing dumb-init (1.2.2-r1) 04:25:32 Executing busybox-1.30.1-r3.trigger 04:25:32 Executing ca-certificates-20191127-r2.trigger 04:25:32 OK: 7 MiB in 19 packages 04:25:35 Removing intermediate container 338463c90061 04:25:35 ---> 82cd275f47bd 04:25:35 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:25:35 ---> Running in 02bd146d3d49 04:25:35 Removing intermediate container 02bd146d3d49 04:25:35 ---> 26ae613979f0 04:25:35 Step 13/26 : WORKDIR / 04:25:35 ---> Running in 12d0ed501c34 04:25:36 Removing intermediate container 12d0ed501c34 04:25:36 ---> b936dcd9f053 04:25:36 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:25:37 ---> 56c94cbce5b6 04:25:37 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:25:39 ---> d3f7fbe8b681 04:25:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:25:41 ---> 776fd4a5504c 04:25:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:25:41 Removing intermediate container 3aa3b1100b49 04:25:41 ---> ce61532d73d1 04:25:41 04:25:41 Step 10/20 : FROM alpine 04:25:41 ---> 62ee0e9f8440 04:25:41 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:25:41 ---> Running in 75c0b9cca52a 04:25:42 ---> 3b9af8e34a4a 04:25:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:25:44 ---> bfc2e86698ad 04:25:44 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:25:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:25:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:25:46 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:25:46 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:25:46 OK: 12617 distinct packages available 04:25:46 ---> f007c6f7d94f 04:25:46 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:25:47 (1/4) Installing ca-certificates (20191127-r4) 04:25:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:25:47 (3/4) Installing libcurl (7.69.1-r0) 04:25:47 (4/4) Installing curl (7.69.1-r0) 04:25:47 Executing busybox-1.31.1-r16.trigger 04:25:47 Executing ca-certificates-20191127-r4.trigger 04:25:47 OK: 7 MiB in 18 packages 04:25:47 ---> 00049ee143f9 04:25:47 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:25:49 ---> c1097f8e1727 04:25:49 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:25:49 ---> Running in c110abaa4d83 04:25:50 Removing intermediate container 75c0b9cca52a 04:25:50 ---> 3d7597e3dcbf 04:25:50 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:25:50 ---> Running in 00856c0f02a2 04:25:51 Removing intermediate container 00856c0f02a2 04:25:51 ---> a68d023ca0c4 04:25:51 Step 13/20 : WORKDIR /edgex 04:25:51 ---> Running in 5e787d9992a0 04:25:52 Removing intermediate container 5e787d9992a0 04:25:52 ---> 428048eed98b 04:25:52 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:25:53 ---> 3b0005b04e07 04:25:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:25:53 Removing intermediate container c110abaa4d83 04:25:53 ---> a85728df0a8d 04:25:53 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:25:54 ---> Running in 7edbf90ffdc8 04:25:55 Removing intermediate container 7edbf90ffdc8 04:25:55 ---> f4742cf5c99a 04:25:55 Step 24/26 : LABEL arch=arm64 04:25:55 ---> Running in a04f23639d1a 04:25:55 ---> 76852e57c75d 04:25:55 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:25:55 ---> Running in 43abf0a0c7a9 04:25:56 Removing intermediate container a04f23639d1a 04:25:56 ---> cc4cf5233d49 04:25:56 Step 25/26 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:25:56 Removing intermediate container 43abf0a0c7a9 04:25:56 ---> 29d9a8ebb694 04:25:56 Step 17/20 : CMD ["--init=true"] 04:25:56 ---> Running in 505d8e282dfb 04:25:56 ---> Running in d8d5991410e4 04:25:57 Removing intermediate container 505d8e282dfb 04:25:57 ---> 76e8462468a6 04:25:57 Step 26/26 : LABEL version=0.0.0 04:25:57 Removing intermediate container d8d5991410e4 04:25:57 ---> 93f73785fe2c 04:25:57 Step 18/20 : LABEL arch=arm64 04:25:57 ---> Running in f8729c356fc5 04:25:57 ---> Running in d9f389d3ae15 04:25:58 Removing intermediate container f8729c356fc5 04:25:58 ---> ce368ab570fb 04:25:58 04:25:58 Removing intermediate container d9f389d3ae15 04:25:58 ---> 592dec6ba56a 04:25:58 Step 19/20 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:25:59 ---> Running in 69e2200df8f8 04:25:59 Successfully built ce368ab570fb 04:25:59 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:25:59  Building docker-security-secretstore-setup-go ... done Removing intermediate container 69e2200df8f8 04:25:59 ---> 94922250b756 04:25:59 Step 20/20 : LABEL version=0.0.0 04:25:59 ---> Running in 94dd4631b6bb 04:26:00 Removing intermediate container 94dd4631b6bb 04:26:00 ---> 04f2124f51e1 04:26:00 04:26:01 Successfully built 04f2124f51e1 04:26:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:26:06  Building docker-security-proxy-setup-go ... done Removing intermediate container 41af75d2fcca 04:26:06 ---> 5c6c6c8a2a05 04:26:06 04:26:06 Step 10/21 : FROM scratch 04:26:06 ---> 04:26:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:26:06 ---> Using cache 04:26:06 ---> 16d323caa5cb 04:26:06 Step 12/21 : ENV APP_PORT=48082 04:26:07 ---> Running in b6dc6f117712 04:26:07 Removing intermediate container b6dc6f117712 04:26:07 ---> 429a13538588 04:26:07 Step 13/21 : EXPOSE $APP_PORT 04:26:08 ---> Running in 2a59ac34fc64 04:26:09 Removing intermediate container 2a59ac34fc64 04:26:09 ---> 71a064b3abc8 04:26:09 Step 14/21 : WORKDIR / 04:26:09 ---> Running in 4da25b481ef0 04:26:09 Removing intermediate container 4da25b481ef0 04:26:09 ---> e2fa6a1cfdac 04:26:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:26:10 ---> 0163b42824cc 04:26:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:26:12 ---> da6497a4dc36 04:26:12 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:26:13 ---> 9dc531899df9 04:26:13 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:26:13 ---> Running in a6cfa30610a6 04:26:14 Removing intermediate container a6cfa30610a6 04:26:14 ---> 8b0fe3827189 04:26:14 Step 19/21 : LABEL arch=arm64 04:26:14 ---> Running in 90dc1df7c74c 04:26:15 Removing intermediate container 90dc1df7c74c 04:26:15 ---> b2776c4cafbf 04:26:15 Step 20/21 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:26:16 ---> Running in 98013e9e6ad3 04:26:16 Removing intermediate container 98013e9e6ad3 04:26:16 ---> 132f2461a274 04:26:16 Step 21/21 : LABEL version=0.0.0 04:26:16 ---> Running in 540f59a0ced4 04:26:17 Removing intermediate container 540f59a0ced4 04:26:17 ---> 4ea964c2d9d7 04:26:17 04:26:18 Successfully built 4ea964c2d9d7 04:26:18 Successfully tagged docker-core-command-go-arm64:latest 04:26:20  Building docker-core-command-go ... done Removing intermediate container f12fa166ea12 04:26:20 ---> 6ea8a27615f3 04:26:20 04:26:20 Step 10/23 : FROM scratch 04:26:20 ---> 04:26:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:26:20 ---> Using cache 04:26:20 ---> cf61c20b1dcf 04:26:20 Step 12/23 : ENV APP_PORT=48060 04:26:20 ---> Running in c8078cf792f1 04:26:20 Removing intermediate container c8078cf792f1 04:26:20 ---> 88f3a64c3371 04:26:20 Step 13/23 : EXPOSE $APP_PORT 04:26:20 ---> Running in b1087e8b3358 04:26:21 Removing intermediate container b1087e8b3358 04:26:21 ---> e22a3991e9e8 04:26:21 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:26:22 ---> c7a1477ba33e 04:26:22 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:26:24 ---> 7498a1a49bde 04:26:24 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:26:24 Removing intermediate container 974652e2210c 04:26:24 ---> c98c9f6e6285 04:26:24 04:26:24 Step 10/20 : FROM scratch 04:26:24 ---> 04:26:24 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> 6571d6cc4239 04:26:24 04:26:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:26:25 ---> Using cache 04:26:25 ---> 16d323caa5cb 04:26:25 Step 12/20 : ENV APP_PORT=48085 04:26:25 ---> Running in 0eb826461450 04:26:25 ---> 3eafa3f1c479 04:26:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:26:26 Removing intermediate container 0eb826461450 04:26:26 ---> 45de00101566 04:26:26 Step 13/20 : EXPOSE $APP_PORT 04:26:26 ---> Running in b5791071ffe2 04:26:27 Removing intermediate container b5791071ffe2 04:26:27 ---> 694e9e0a0a2f 04:26:27 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:26:27 ---> 69390cc1e6e8 04:26:27 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:26:27 ---> ae18bcf28f22 04:26:27 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:26:28 ---> 93c723c2d19e 04:26:28 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:26:28 ---> Running in 801db64df36b 04:26:29 ---> 2466a51fbd61 04:26:29 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:26:29 Removing intermediate container 801db64df36b 04:26:29 ---> fc97a4b70bb0 04:26:29 Step 21/23 : LABEL arch=arm64 04:26:29 ---> Running in cb48283741ee 04:26:29 Removing intermediate container cb48283741ee 04:26:29 ---> f91a3da94ef1 04:26:29 Step 22/23 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:26:29 ---> 60aa3445b9e9 04:26:29 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:26:29 ---> Running in ab71c81809f7 04:26:30 ---> Running in c6d2fe35c041 04:26:30 Removing intermediate container ab71c81809f7 04:26:30 ---> 21acc5108716 04:26:30 Step 23/23 : LABEL version=0.0.0 04:26:30 Removing intermediate container c6d2fe35c041 04:26:30 ---> 94f1f00000e0 04:26:30 Step 18/20 : LABEL arch=arm64 04:26:30 ---> Running in c7e254215ac4 04:26:30 ---> Running in bed753b32433 04:26:31 Removing intermediate container c7e254215ac4 04:26:31 ---> 6fb91be8a1bd 04:26:31 04:26:31 Removing intermediate container bed753b32433 04:26:31 ---> 42ee3c90f999 04:26:31 Step 19/20 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 04:26:31 ---> Running in db1b529c9481 04:26:31 Successfully built 6fb91be8a1bd 04:26:31 Successfully tagged docker-support-notifications-go-arm64:latest 04:26:32  Building docker-support-notifications-go ... done Removing intermediate container db1b529c9481 04:26:32 ---> f278dc522757 04:26:32 Step 20/20 : LABEL version=0.0.0 04:26:32 ---> Running in 09785de4d453 04:26:32 Removing intermediate container 09785de4d453 04:26:32 ---> 921392760ba7 04:26:32 04:26:33 Successfully built 921392760ba7 04:26:33 Successfully tagged docker-support-scheduler-go-arm64:latest 04:26:33  Building docker-support-scheduler-go ... done  [Pipeline] } 04:26:33 $ docker stop --time=1 5a80cb27ebde3db18e06ae981aabfcf7033715d8b427dafad06fbfb87f0b87ed 04:26:35 $ docker rm -f 5a80cb27ebde3db18e06ae981aabfcf7033715d8b427dafad06fbfb87f0b87ed [Pipeline] // withDockerContainer [Pipeline] sh 04:26:36 + docker images 04:26:36 + grep docker 04:26:36 docker-support-scheduler-go-arm64 latest 921392760ba7 4 seconds ago 12.6MB 04:26:36 docker-support-notifications-go-arm64 latest 6fb91be8a1bd 6 seconds ago 13.9MB 04:26:36 docker-core-command-go-arm64 latest 4ea964c2d9d7 19 seconds ago 12.4MB 04:26:36 docker-security-proxy-setup-go-arm64 latest 04f2124f51e1 36 seconds ago 15.8MB 04:26:36 docker-security-secretstore-setup-go-arm64 latest ce368ab570fb 38 seconds ago 32.6MB 04:26:36 docker-sys-mgmt-agent-go-arm64 latest fa489891ff99 2 minutes ago 266MB 04:26:36 docker-core-data-go-arm64 latest 0b6bb39d5bf9 2 minutes ago 23.3MB 04:26:36 docker-core-metadata-go-arm64 latest feacb80926cb 3 minutes ago 13.8MB 04:26:36 docker-security-secrets-setup-go-arm64 latest 55da43598dd6 3 minutes ago 24.2MB 04:26:36 docker-support-logging-go-arm64 latest 424b72b27abf 3 minutes ago 11.4MB 04:26:36 docker latest ce9d55ae87f1 7 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:26:38 provisioning config files... 04:26:38 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/37@tmp/config990398275188209571tmp [Pipeline] { [Pipeline] sh 04:26:38 + curl -s https://codecov.io/bash 04:26:38 + bash -s - -t @/w/workspace/edgex-go/37@tmp/config990398275188209571tmp [Pipeline] } 04:26:39 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:26:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:26:41 ---> package-listing.sh 04:26:41 ++ facter osfamily 04:26:41 ++ tr '[:upper:]' '[:lower:]' 04:26:41 + OS_FAMILY=redhat 04:26:41 + workspace=/w/workspace/edgex-go/37 04:26:41 + START_PACKAGES=/tmp/packages_start.txt 04:26:41 + END_PACKAGES=/tmp/packages_end.txt 04:26:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:26:41 + PACKAGES=/tmp/packages_start.txt 04:26:41 + '[' /w/workspace/edgex-go/37 ']' 04:26:41 + PACKAGES=/tmp/packages_end.txt 04:26:41 + case "${OS_FAMILY}" in 04:26:41 + rpm -qa 04:26:41 + sort 04:26:45 + '[' -f /tmp/packages_start.txt ']' 04:26:45 + '[' -f /tmp/packages_end.txt ']' 04:26:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:26:45 + '[' /w/workspace/edgex-go/37 ']' 04:26:45 + mkdir -p /w/workspace/edgex-go/37/archives/ 04:26:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/37/archives/ [Pipeline] isUnix [Pipeline] sh 04:26:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:26:46 04:26:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:26:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:26:46 alpine: Pulling from edgex-lftools-log-publisher 04:26:46 c9b1b535fdd9: Pulling fs layer 04:26:46 2cc5ad85d9ab: Pulling fs layer 04:26:46 756a868c4378: Pulling fs layer 04:26:46 444b2fc9a129: Pulling fs layer 04:26:46 ea15f1150254: Pulling fs layer 04:26:46 41b27a9f41bf: Pulling fs layer 04:26:46 28c525ee5125: Pulling fs layer 04:26:46 094b1ea09ed8: Pulling fs layer 04:26:46 138eaada9080: Pulling fs layer 04:26:46 0622d0fa9048: Pulling fs layer 04:26:46 444b2fc9a129: Waiting 04:26:46 ea15f1150254: Waiting 04:26:46 41b27a9f41bf: Waiting 04:26:46 28c525ee5125: Waiting 04:26:46 094b1ea09ed8: Waiting 04:26:46 138eaada9080: Waiting 04:26:46 0622d0fa9048: Waiting 04:26:46 2cc5ad85d9ab: Verifying Checksum 04:26:46 2cc5ad85d9ab: Download complete 04:26:46 444b2fc9a129: Verifying Checksum 04:26:46 444b2fc9a129: Download complete 04:26:46 c9b1b535fdd9: Verifying Checksum 04:26:46 c9b1b535fdd9: Download complete 04:26:46 ea15f1150254: Verifying Checksum 04:26:46 ea15f1150254: Download complete 04:26:47 28c525ee5125: Verifying Checksum 04:26:47 28c525ee5125: Download complete 04:26:47 756a868c4378: Verifying Checksum 04:26:47 756a868c4378: Download complete 04:26:47 c9b1b535fdd9: Pull complete 04:26:47 138eaada9080: Verifying Checksum 04:26:47 138eaada9080: Download complete 04:26:47 0622d0fa9048: Verifying Checksum 04:26:47 0622d0fa9048: Download complete 04:26:47 094b1ea09ed8: Verifying Checksum 04:26:47 094b1ea09ed8: Download complete 04:26:47 2cc5ad85d9ab: Pull complete 04:26:47 41b27a9f41bf: Verifying Checksum 04:26:47 41b27a9f41bf: Download complete 04:26:48 756a868c4378: Pull complete 04:26:49 444b2fc9a129: Pull complete 04:26:49 ea15f1150254: Pull complete 04:26:55 41b27a9f41bf: Pull complete 04:26:55 28c525ee5125: Pull complete 04:26:58 094b1ea09ed8: Pull complete 04:26:58 138eaada9080: Pull complete 04:26:58 0622d0fa9048: Pull complete 04:26:58 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:26:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:26:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:26:58 prd-centos7-docker-4c-2g-356 does not seem to be running inside a container 04:26:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:27:03 $ docker top d3e7915e5becfb29a67f92975d5eda5e97c6e8d0320ac5518e73c95ba67b1233 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:27:03 provisioning config files... 04:27:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/37@tmp/config4297644611291193947tmp [Pipeline] { [Pipeline] echo 04:27:03 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:27:04 ---> create-netrc.sh [Pipeline] echo 04:27:04 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:27:04 ---> logs-deploy.sh 04:27:04 + ARCHIVE_ARTIFACTS= 04:27:04 + LOGS_SERVER=https://logs.edgexfoundry.org 04:27:04 + '[' https://logs.edgexfoundry.org == None ']' 04:27:04 + NEXUS_URL=https://nexus.edgexfoundry.org 04:27:04 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/37 04:27:04 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/37/ 04:27:04 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/37 /w/workspace/edgex-go/37 04:27:05 Archives upload complete. 04:27:05 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/37 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/37/