Pull request #2653 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 4ad4f2ebb9d50f1d02d824b39880a11beac78709+aed4594c0c67a41538adeca107413fb688e317f4 (1d882f785dd6fbf02db6aec1e68fe879606d1b5f) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4975 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 4ad4f2ebb9d50f1d02d824b39880a11beac78709 Merge succeeded, producing d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 Checking out Revision d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 (PR-2653) > git config core.sparsecheckout # timeout=10 > git checkout -f 4ad4f2ebb9d50f1d02d824b39880a11beac78709 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 # timeout=10 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:01:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:01:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:01:42 ========================================================= 04:01:42 EdgeX Global Pipelines Version Info 04:01:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:01:45 ------------------- 04:01:45 stable info: 04:01:45 ------------------- 04:01:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:01:45 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:01:45 Message: update stable to v1.0.106 04:01:48 ------------------- 04:01:48 experimental info: 04:01:48 ------------------- 04:01:48 Commited By: **** collab-it+edgex@linuxfoundation.org 04:01:48 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:01:48 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:01:49 ++ 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:01:49 + for file in '`ls cmd/**/Dockerfile`' 04:01:49 ++ dirname cmd/core-command/Dockerfile 04:01:49 ++ cut -d/ -f2 04:01:49 + echo core-command,cmd/core-command/Dockerfile 04:01:49 + for file in '`ls cmd/**/Dockerfile`' 04:01:49 ++ dirname cmd/core-data/Dockerfile 04:01:49 ++ cut -d/ -f2 04:01:49 + echo core-data,cmd/core-data/Dockerfile 04:01:49 + for file in '`ls cmd/**/Dockerfile`' 04:01:49 ++ dirname cmd/core-metadata/Dockerfile 04:01:49 ++ cut -d/ -f2 04:01:49 + echo core-metadata,cmd/core-metadata/Dockerfile 04:01:49 + for file in '`ls cmd/**/Dockerfile`' 04:01:49 ++ dirname cmd/security-proxy-setup/Dockerfile 04:01:49 ++ cut -d/ -f2 04:01:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:01:49 + for file in '`ls cmd/**/Dockerfile`' 04:01:49 ++ dirname cmd/security-secrets-setup/Dockerfile 04:01:49 ++ cut -d/ -f2 04:01:49 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:01:49 + for file in '`ls cmd/**/Dockerfile`' 04:01:49 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:01:49 ++ cut -d/ -f2 04:01:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:01:49 + for file in '`ls cmd/**/Dockerfile`' 04:01:49 ++ dirname cmd/support-logging/Dockerfile 04:01:49 ++ cut -d/ -f2 04:01:49 + echo support-logging,cmd/support-logging/Dockerfile 04:01:49 + for file in '`ls cmd/**/Dockerfile`' 04:01:49 ++ dirname cmd/support-notifications/Dockerfile 04:01:49 ++ cut -d/ -f2 04:01:49 + echo support-notifications,cmd/support-notifications/Dockerfile 04:01:49 + for file in '`ls cmd/**/Dockerfile`' 04:01:49 ++ dirname cmd/support-scheduler/Dockerfile 04:01:49 ++ cut -d/ -f2 04:01:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:01:49 + for file in '`ls cmd/**/Dockerfile`' 04:01:49 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:01:49 ++ cut -d/ -f2 04:01:49 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:01:50 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:01:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:01:50 04:01:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:01:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:01:51 latest: Pulling from edgex-devops/git-semver 04:01:51 31603596830f: Pulling fs layer 04:01:51 2a8b12db71e7: Pulling fs layer 04:01:51 6ca5941a6612: Pulling fs layer 04:01:51 ecc8261a40a4: Pulling fs layer 04:01:51 ecc8261a40a4: Waiting 04:01:51 2a8b12db71e7: Download complete 04:01:51 31603596830f: Verifying Checksum 04:01:51 31603596830f: Download complete 04:01:51 ecc8261a40a4: Verifying Checksum 04:01:51 ecc8261a40a4: Download complete 04:01:51 6ca5941a6612: Verifying Checksum 04:01:51 31603596830f: Pull complete 04:01:51 2a8b12db71e7: Pull complete 04:01:52 6ca5941a6612: Pull complete 04:01:52 ecc8261a40a4: Pull complete 04:01:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:01:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:01:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:01:52 prd-centos7-docker-4c-2g-4975 does not seem to be running inside a container 04:01:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:01:55 $ docker top aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:01:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:01:55 [ssh-agent] Looking for ssh-agent implementation... 04:01:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:01:55 $ docker exec aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 ssh-agent 04:01:55 SSH_AUTH_SOCK=/tmp/ssh-H91C8JOnh2CM/agent.12 04:01:55 SSH_AGENT_PID=17 04:01:55 Running ssh-add (command line suppressed) 04:01:56 Identity added: /w/workspace/edgex-go/5@tmp/private_key_7057840083980767393.key (/w/workspace/edgex-go/5@tmp/private_key_7057840083980767393.key) 04:01:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:01:56 + git describe --exact-match --tags HEAD 04:01:56 fatal: No names found, cannot describe anything. [Pipeline] } 04:01:56 $ docker exec --env ******** --env ******** aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 ssh-agent -k 04:01:56 unset SSH_AUTH_SOCK; 04:01:56 unset SSH_AGENT_PID; 04:01:56 echo Agent pid 17 killed; 04:01:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:01:56 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:01:56 This usually means this commit has not been tagged. [Pipeline] sshagent 04:01:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:01:56 [ssh-agent] Looking for ssh-agent implementation... 04:01:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:01:56 $ docker exec aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 ssh-agent 04:01:57 SSH_AUTH_SOCK=/tmp/ssh-OnLa9JH4tMKR/agent.45 04:01:57 SSH_AGENT_PID=50 04:01:57 Running ssh-add (command line suppressed) 04:01:57 Identity added: /w/workspace/edgex-go/5@tmp/private_key_2902858923730656094.key (/w/workspace/edgex-go/5@tmp/private_key_2902858923730656094.key) 04:01:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:01:57 + git semver init 04:01:57 # -> Open(): unable to determine branch for HEAD 04:01:57 # $GIT_DIR = /w/workspace/edgex-go/5/.git 04:01:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 04:01:57 # $SEMVER_REMOTE_NAME = origin 04:01:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:01:57 # $SEMVER_USER_NAME = edgex-jenkins 04:01:57 # $SEMVER_BRANCH = PR-2653 04:01:57 # $SEMVER_TEMP = /tmp/semver-920510039 04:01:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:02:15 # '/tmp/semver-920510039' -> '/w/workspace/edgex-go/5/.semver' 04:02:15 # -> Force: false 04:02:15 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 04:02:15 $ docker exec --env ******** --env ******** aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 ssh-agent -k 04:02:16 unset SSH_AUTH_SOCK; 04:02:16 unset SSH_AGENT_PID; 04:02:16 echo Agent pid 50 killed; 04:02:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:02:16 + git semver [Pipeline] } 04:02:16 $ docker stop --time=1 aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 04:02:18 $ docker rm -f aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:02:30 Stashed 31 file(s) [Pipeline] echo 04:02:30 [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:02:31 ========================================================= 04:02:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:02:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:02:31 + 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:02:34 Sending build context to Docker daemon 323MB 04:02:34 Step 1/7 : ARG BASE=golang:1.13-alpine 04:02:34 Step 2/7 : FROM ${BASE} 04:02:34 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:02:34 df20fa9351a1: Pulling fs layer 04:02:34 ed8968b2872e: Pulling fs layer 04:02:34 a92cc7c5fd73: Pulling fs layer 04:02:34 2dd03ba5bac4: Pulling fs layer 04:02:34 1e091d79d1de: Pulling fs layer 04:02:34 481702a1767f: Pulling fs layer 04:02:34 f64a6f60c768: Pulling fs layer 04:02:34 e78d2573fc39: Pulling fs layer 04:02:34 e876d2f968b6: Pulling fs layer 04:02:34 2dd03ba5bac4: Waiting 04:02:34 ce8a83651883: Pulling fs layer 04:02:34 1e091d79d1de: Waiting 04:02:34 07967f4d0e4b: Pulling fs layer 04:02:34 481702a1767f: Waiting 04:02:34 f64a6f60c768: Waiting 04:02:34 e78d2573fc39: Waiting 04:02:34 e876d2f968b6: Waiting 04:02:34 ce8a83651883: Waiting 04:02:34 07967f4d0e4b: Waiting 04:02:34 a92cc7c5fd73: Verifying Checksum 04:02:34 a92cc7c5fd73: Download complete 04:02:34 ed8968b2872e: Download complete 04:02:34 1e091d79d1de: Download complete 04:02:34 481702a1767f: Verifying Checksum 04:02:34 481702a1767f: Download complete 04:02:34 df20fa9351a1: Verifying Checksum 04:02:34 df20fa9351a1: Download complete 04:02:34 df20fa9351a1: Pull complete 04:02:35 f64a6f60c768: Verifying Checksum 04:02:35 f64a6f60c768: Download complete 04:02:35 e876d2f968b6: Verifying Checksum 04:02:35 e876d2f968b6: Download complete 04:02:35 ed8968b2872e: Pull complete 04:02:35 a92cc7c5fd73: Pull complete 04:02:35 2dd03ba5bac4: Verifying Checksum 04:02:35 2dd03ba5bac4: Download complete 04:02:35 e78d2573fc39: Verifying Checksum 04:02:35 e78d2573fc39: Download complete 04:02:36 07967f4d0e4b: Verifying Checksum 04:02:36 07967f4d0e4b: Download complete 04:02:36 ce8a83651883: Verifying Checksum 04:02:36 ce8a83651883: Download complete 04:02:41 2dd03ba5bac4: Pull complete 04:02:41 1e091d79d1de: Pull complete 04:02:41 481702a1767f: Pull complete 04:02:46 Still waiting to schedule task 04:02:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:02:46 f64a6f60c768: Pull complete 04:02:49 e78d2573fc39: Pull complete 04:02:49 e876d2f968b6: Pull complete 04:02:50 ce8a83651883: Pull complete 04:02:50 07967f4d0e4b: Pull complete 04:02:50 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:02:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:02:50 ---> 5d7c900382c6 04:02:50 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:02:51 ---> Running in d4c68e721d10 04:02:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:02:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:02:53 (1/12) Installing libmagic (5.38-r0) 04:02:53 (2/12) Installing file (5.38-r0) 04:02:53 (3/12) Installing libc-dev (0.7.2-r3) 04:02:54 (4/12) Installing g++ (9.3.0-r2) 04:03:26 (5/12) Installing fortify-headers (1.1-r0) 04:03:26 (6/12) Installing patch (2.7.6-r6) 04:03:26 (7/12) Installing build-base (0.5-r2) 04:03:26 (8/12) Installing libsodium (1.0.18-r0) 04:03:26 (9/12) Installing pkgconf (1.7.2-r0) 04:03:26 (10/12) Installing libsodium-dev (1.0.18-r0) 04:03:26 (11/12) Installing libzmq (4.3.2-r0) 04:03:26 (12/12) Installing zeromq-dev (4.3.2-r0) 04:03:26 Executing busybox-1.31.1-r16.trigger 04:03:26 OK: 233 MiB in 51 packages 04:03:28 Removing intermediate container d4c68e721d10 04:03:28 ---> 04b3d42b5f97 04:03:28 Step 4/7 : WORKDIR /edgex-go 04:03:28 ---> Running in aea6e0c265d7 04:03:28 Removing intermediate container aea6e0c265d7 04:03:28 ---> 986420624df4 04:03:28 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:03:29 latest: Pulling from library/docker 04:03:29 df20fa9351a1: Already exists 04:03:29 25ad7478873d: Pulling fs layer 04:03:29 4684f6177b5d: Pulling fs layer 04:03:29 46e300cec669: Pulling fs layer 04:03:29 63038576ad94: Pulling fs layer 04:03:29 0fdb76c4706c: Pulling fs layer 04:03:29 cb7edeffdfd5: Pulling fs layer 04:03:29 63038576ad94: Waiting 04:03:29 0fdb76c4706c: Waiting 04:03:29 cb7edeffdfd5: Waiting 04:03:29 4684f6177b5d: Verifying Checksum 04:03:29 4684f6177b5d: Download complete 04:03:29 25ad7478873d: Verifying Checksum 04:03:29 25ad7478873d: Download complete 04:03:29 63038576ad94: Verifying Checksum 04:03:29 63038576ad94: Download complete 04:03:29 0fdb76c4706c: Verifying Checksum 04:03:29 0fdb76c4706c: Download complete 04:03:29 25ad7478873d: Pull complete 04:03:29 4684f6177b5d: Pull complete 04:03:29 cb7edeffdfd5: Verifying Checksum 04:03:29 cb7edeffdfd5: Download complete 04:03:30 46e300cec669: Verifying Checksum 04:03:30 46e300cec669: Download complete 04:03:32 46e300cec669: Pull complete 04:03:32 63038576ad94: Pull complete 04:03:33 0fdb76c4706c: Pull complete 04:03:33 cb7edeffdfd5: Pull complete 04:03:33 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:03:33 Status: Downloaded newer image for docker:latest 04:03:35 ---> 827463fc8245 04:03:35 Step 6/7 : COPY go.mod . 04:03:35 ---> 73efaaf0f16b 04:03:35 Step 7/7 : RUN go mod download 04:03:35 ---> Running in 401a76d91af9 04:03:37 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:03:37 go: finding github.com/BurntSushi/toml v0.3.1 04:03:37 go: finding github.com/OneOfOne/xxhash v1.2.5 04:03:37 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:03:37 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:03:37 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:03:37 go: finding github.com/bgentry/speakeasy v0.1.0 04:03:37 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:03:37 go: finding github.com/cloudflare/gokey v0.1.0 04:03:37 go: finding github.com/davecgh/go-spew v1.1.1 04:03:37 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:03:37 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:03:37 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:03:37 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:03:37 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:03:37 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:03:37 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:03:37 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:03:37 go: finding github.com/fatih/color v1.7.0 04:03:38 go: finding github.com/fsnotify/fsnotify v1.4.7 04:03:38 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:03:38 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:03:38 go: finding github.com/go-kit/kit v0.8.0 04:03:38 go: finding github.com/go-logfmt/logfmt v0.4.0 04:03:38 go: finding github.com/go-redis/redis/v7 v7.2.0 04:03:38 go: finding github.com/go-stack/stack v1.8.0 04:03:38 go: finding github.com/golang/protobuf v1.3.2 04:03:38 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:03:38 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:03:38 go: finding github.com/google/uuid v1.1.0 04:03:38 go: finding github.com/gorilla/mux v1.7.1 04:03:38 go: finding github.com/hashicorp/consul/api v1.1.0 04:03:38 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:03:38 go: finding github.com/hashicorp/errwrap v1.0.0 04:03:38 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:03:38 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:03:38 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:03:38 go: finding github.com/hashicorp/go-multierror v1.0.0 04:03:38 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:03:38 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:03:38 go: finding github.com/hashicorp/go-syslog v1.0.0 04:03:38 go: finding github.com/hashicorp/go-uuid v1.0.1 04:03:38 go: finding github.com/hashicorp/go.net v0.0.1 04:03:38 go: finding github.com/hashicorp/golang-lru v0.5.0 04:03:38 go: finding github.com/hashicorp/logutils v1.0.0 04:03:38 go: finding github.com/hashicorp/mdns v1.0.0 04:03:38 go: finding github.com/hashicorp/memberlist v0.1.3 04:03:38 go: finding github.com/hashicorp/serf v0.8.2 04:03:38 go: finding github.com/hpcloud/tail v1.0.0 04:03:38 go: finding github.com/imdario/mergo v0.3.6 04:03:38 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:03:38 go: finding github.com/kr/pretty v0.1.0 04:03:39 go: finding github.com/kr/pty v1.1.1 04:03:39 go: finding github.com/kr/text v0.1.0 04:03:39 go: finding github.com/mattn/go-colorable v0.0.9 04:03:39 go: finding github.com/mattn/go-isatty v0.0.3 04:03:39 go: finding github.com/miekg/dns v1.0.14 04:03:39 go: finding github.com/mitchellh/cli v1.0.0 04:03:39 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:03:39 go: finding github.com/mitchellh/copystructure v1.0.0 04:03:39 go: finding github.com/mitchellh/go-homedir v1.0.0 04:03:39 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:03:39 go: finding github.com/mitchellh/gox v0.4.0 04:03:39 go: finding github.com/mitchellh/iochan v1.0.0 04:03:39 go: finding github.com/mitchellh/mapstructure v1.1.2 04:03:39 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:03:39 go: finding github.com/onsi/ginkgo v1.10.1 04:03:39 go: finding github.com/onsi/gomega v1.7.0 04:03:39 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:03:39 go: finding github.com/pebbe/zmq4 v1.0.0 04:03:39 go: finding github.com/pelletier/go-toml v1.2.0 04:03:39 go: finding github.com/pkg/errors v0.8.1 04:03:39 go: finding github.com/pmezard/go-difflib v1.0.0 04:03:39 go: finding github.com/posener/complete v1.1.1 04:03:39 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:03:39 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:03:39 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:03:39 go: finding github.com/stretchr/objx v0.1.0 04:03:39 go: finding github.com/stretchr/testify v1.5.1 04:03:39 go: finding github.com/ugorji/go v1.1.4 04:03:39 go: finding github.com/x448/float16 v0.8.4 04:03:39 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:03:39 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:03:39 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:03:39 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:03:39 go: finding golang.org/x/text v0.3.2 04:03:39 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:03:39 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:03:39 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:03:39 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:03:39 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:03:39 go: finding gopkg.in/yaml.v2 v2.2.8 04:03:52 Removing intermediate container 401a76d91af9 04:03:52 ---> e920cc157839 04:03:52 Successfully built e920cc157839 04:03:52 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:03:52 + docker inspect -f . ci-base-image-x86_64 04:03:52 . [Pipeline] withDockerContainer 04:03:52 prd-centos7-docker-4c-2g-4975 does not seem to be running inside a container 04:03:52 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:03:53 $ docker top 82cdd8ba8c36504e6761b88f7493c350bf7f279f1ef9c32b72e63864b3fd6b88 -eo pid,comm [Pipeline] { [Pipeline] sh 04:03:54 + go version 04:03:54 go version go1.13.13 linux/amd64 [Pipeline] echo 04:03:54 ========================================================= 04:03:54 [edgeXBuildGoParallel] Running Tests and Build... 04:03:54 ========================================================= [Pipeline] sh 04:03:54 + make test 04:03:54 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:03:56 ? github.com/edgexfoundry/edgex-go [no test files] 04:04:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:04:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:04:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:04:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:04:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:04:12 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.023s 04:04:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:04:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:04:12 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:04:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:04:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:04:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:04:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:04:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:04:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.019s coverage: 46.6% of statements 04:04:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:04:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:04:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:04:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:04:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:04:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.098s coverage: 27.3% of statements 04:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:04:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements 04:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:04:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.011s coverage: 100.0% of statements 04:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:04:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.103s coverage: 28.6% of statements 04:04:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:04:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:04:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:04:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:04:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:04:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.013s coverage: 100.0% of statements 04:04:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:04:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.009s coverage: 100.0% of statements 04:04:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:04:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.032s coverage: 89.8% of statements 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:04:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:04:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:04:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:04:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.022s coverage: 58.8% of statements 04:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.047s coverage: 63.5% of statements 04:04:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:04:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.018s coverage: 100.0% of statements 04:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.118s coverage: 55.9% of statements 04:04:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:04:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:04:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:04:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.453s coverage: 86.3% of statements 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.372s coverage: 72.2% of statements 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.101s coverage: 72.1% of statements 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.015s coverage: 48.4% of statements 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.020s coverage: 28.8% of statements 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.014s coverage: 96.8% of statements 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.040s coverage: 26.9% of statements 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.077s coverage: 84.1% of statements 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.015s coverage: 100.0% of statements 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.062s coverage: 42.9% of statements 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.012s coverage: 100.0% of statements 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.034s coverage: 83.8% of statements 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.024s coverage: 45.9% of statements 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:04:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements 04:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.043s coverage: 29.1% of statements 04:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.029s coverage: 99.0% of statements 04:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements 04:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:04:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements 04:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements 04:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:04:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.011s coverage: 87.9% of statements 04:04:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:04:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:04:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 04:04:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 04:04:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 04:04:34 GO111MODULE=on go vet ./... 04:04:39 gofmt -l . 04:04:40 [ "`gofmt -l .`" = "" ] 04:04:40 ./bin/test-go-mod-tidy.sh 04:04:41 ./bin/test-attribution-txt.sh [Pipeline] sh 04:04:43 + ls -al . 04:04:43 total 556 04:04:43 drwxrwxr-x 10 1001 1001 4096 Aug 12 04:04 . 04:04:43 drwxr-xr-x 4 root root 28 Aug 12 04:03 .. 04:04:43 -rw-rw-r-- 1 1001 1001 11 Aug 12 04:01 .dockerignore 04:04:43 drwxrwxr-x 8 1001 1001 179 Aug 12 04:01 .git 04:04:43 drwxrwxr-x 3 1001 1001 60 Aug 12 04:01 .github 04:04:43 -rw-rw-r-- 1 1001 1001 932 Aug 12 04:01 .gitignore 04:04:43 drwx------ 3 1001 1001 47 Aug 12 04:02 .semver 04:04:43 -rw-rw-r-- 1 1001 1001 166 Aug 12 04:01 .sonarcloud.properties 04:04:43 -rw-rw-r-- 1 1001 1001 3804 Aug 12 04:01 CONTRIBUTING.md 04:04:43 -rw-rw-r-- 1 1001 1001 1035 Aug 12 04:01 Dockerfile.build 04:04:43 -rw-rw-r-- 1 1001 1001 865 Aug 12 04:01 Jenkinsfile 04:04:43 -rw-rw-r-- 1 1001 1001 10775 Aug 12 04:01 LICENSE 04:04:43 -rw-rw-r-- 1 1001 1001 6237 Aug 12 04:01 Makefile 04:04:43 -rw-rw-r-- 1 1001 1001 5652 Aug 12 04:01 README.md 04:04:43 -rw-rw-r-- 1 1001 1001 7111 Aug 12 04:01 SECURITY.md 04:04:43 -rw-rw-r-- 1 1001 1001 5 Aug 12 04:02 VERSION 04:04:43 -rw-rw-r-- 1 1001 1001 4131 Aug 12 04:01 ZMQWindows.md 04:04:43 drwxrwxr-x 2 1001 1001 117 Aug 12 04:01 bin 04:04:43 drwxrwxr-x 15 1001 1001 4096 Aug 12 04:01 cmd 04:04:43 -rw-r--r-- 1 root root 455803 Aug 12 04:04 coverage.out 04:04:43 -rw-r--r-- 1 root root 1019 Aug 12 04:04 go.mod 04:04:43 -rw-r--r-- 1 root root 18146 Aug 12 04:04 go.sum 04:04:43 drwxrwxr-x 8 1001 1001 127 Aug 12 04:01 internal 04:04:43 drwxrwxr-x 4 1001 1001 26 Aug 12 04:01 openapi 04:04:43 drwxrwxr-x 4 1001 1001 71 Aug 12 04:01 snap 04:04:43 -rw-rw-r-- 1 1001 1001 168 Aug 12 04:01 version.go [Pipeline] sh 04:04:43 + '[' -e coverage.out ] 04:04:43 + chown 1001:1001 coverage.out [Pipeline] stash 04:04:43 Stashed 1 file(s) [Pipeline] sh 04:04:43 + make build 04:04: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:04:50 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:04:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4976 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws 04:04:52 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 04:04:52 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:04:54 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:04:56 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:04:56 using credential edgex-jenkins-ssh 04:04:57 Cloning the remote Git repository 04:04:57 Cloning with configured refspecs honoured and without tags 04:04:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:04:57 > git init /w/workspace/edgex-go/5 # timeout=10 04:04:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:04:57 > git --version # timeout=10 04:04:57 using GIT_SSH to set credentials SSH Credentials for GitHub 04:04:57 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:04: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:04:58 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:05: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:05:02 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:05:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:05:05 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:05:06 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:05:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:05:08 $ docker stop --time=1 82cdd8ba8c36504e6761b88f7493c350bf7f279f1ef9c32b72e63864b3fd6b88 04:05:10 $ docker rm -f 82cdd8ba8c36504e6761b88f7493c350bf7f279f1ef9c32b72e63864b3fd6b88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 04:05:11 Fetching without tags 04:05:12 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 4ad4f2ebb9d50f1d02d824b39880a11beac78709 04:05:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:05:11 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # timeout=10 04:05:11 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:05:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:05:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:05:11 using GIT_SSH to set credentials SSH Credentials for GitHub 04:05:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:05:12 > git config core.sparsecheckout # timeout=10 04:05:12 > git checkout -f 4ad4f2ebb9d50f1d02d824b39880a11beac78709 # timeout=10 04:05:12 > git remote # timeout=10 04:05:12 > git config --get remote.origin.url # timeout=10 04:05:12 using GIT_SSH to set credentials SSH Credentials for GitHub 04:05:12 > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 [Pipeline] isUnix [Pipeline] sh 04:05:12 Merge succeeded, producing 24581270c39f784c81327d0621b84b26a8170aed 04:05:12 Checking out Revision 24581270c39f784c81327d0621b84b26a8170aed (PR-2653) 04:05:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:05:13 04:05:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:05:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:05:13 latest: Pulling from edgex-devops/edgex-compose 04:05:13 cbdbe7a5bc2a: Pulling fs layer 04:05:13 ca9280d653b3: Pulling fs layer 04:05:13 7e9c9ca2126c: Pulling fs layer 04:05:13 cbdbe7a5bc2a: Download complete 04:05:13 ca9280d653b3: Verifying Checksum 04:05:13 ca9280d653b3: Download complete 04:05:13 cbdbe7a5bc2a: Pull complete 04:05:14 7e9c9ca2126c: Download complete 04:05:12 > git rev-parse HEAD^{commit} # timeout=10 04:05:12 > git config core.sparsecheckout # timeout=10 04:05:12 > git checkout -f 24581270c39f784c81327d0621b84b26a8170aed # timeout=10 04:05:14 ca9280d653b3: Pull complete 04:05:17 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" 04:05:17 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:05:17 > git rev-list --no-walk bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 # timeout=10 04:05:20 7e9c9ca2126c: Pull complete 04:05:20 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:05:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:05:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:05:20 prd-centos7-docker-4c-2g-4975 does not seem to be running inside a container 04:05:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:05:23 $ docker top bee38d35e2c45a00acf193cb19209572ebfdb25867c0cbbd130be1bca2cf1c76 -eo pid,comm [Pipeline] { [Pipeline] sh 04:05:23 + docker-compose build --help 04:05:23 + grep parallel 04:05:24 --parallel Build images in parallel. [Pipeline] } 04:05:24 $ docker stop --time=1 bee38d35e2c45a00acf193cb19209572ebfdb25867c0cbbd130be1bca2cf1c76 04:05:26 $ docker rm -f bee38d35e2c45a00acf193cb19209572ebfdb25867c0cbbd130be1bca2cf1c76 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:05:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:05:26 . [Pipeline] withDockerContainer 04:05:26 prd-centos7-docker-4c-2g-4975 does not seem to be running inside a container 04:05:26 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:05:27 $ docker top 33c99a3d954d0fe00f59ea7fc03e37c021c8a52fb11d5e3d910a0660101fe8bb -eo pid,comm [Pipeline] { [Pipeline] sh 04:05:27 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo 04:05:28 ========================================================= 04:05:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:05:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:05:28 Building docker-core-command-go ... 04:05:28 Building docker-core-data-go ... 04:05:28 Building docker-core-metadata-go ... 04:05:28 Building docker-security-proxy-setup-go ... 04:05:28 Building docker-security-secrets-setup-go ... 04:05:28 Building docker-security-secretstore-setup-go ... 04:05:28 Building docker-support-logging-go ... 04:05:28 Building docker-support-notifications-go ... 04:05:28 Building docker-support-scheduler-go ... 04:05:28 Building docker-sys-mgmt-agent-go ... 04:05:28 Building docker-core-data-go 04:05:28 Building docker-support-scheduler-go 04:05:28 Building docker-security-secrets-setup-go 04:05:28 Building docker-core-metadata-go 04:05:28 Building docker-security-secretstore-setup-go 04:05:29 + 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:05:33 Sending build context to Docker daemon 323MB 04:05:33 Step 1/7 : ARG BASE=golang:1.13-alpine 04:05:33 Step 2/7 : FROM ${BASE} 04:05:33 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:05:33 b538f80385f9: Pulling fs layer 04:05:33 74f711af9a0d: Pulling fs layer 04:05:33 99f96fe45779: Pulling fs layer 04:05:33 fd7a069fd194: Pulling fs layer 04:05:33 66aa3694b03b: Pulling fs layer 04:05:33 170f70906a0f: Pulling fs layer 04:05:33 ad7c5574e4b9: Pulling fs layer 04:05:33 e772456be8f7: Pulling fs layer 04:05:33 c890913d741a: Pulling fs layer 04:05:33 2480fcc9aa5a: Pulling fs layer 04:05:33 09adf4765672: Pulling fs layer 04:05:33 fd7a069fd194: Waiting 04:05:33 66aa3694b03b: Waiting 04:05:33 170f70906a0f: Waiting 04:05:33 ad7c5574e4b9: Waiting 04:05:33 e772456be8f7: Waiting 04:05:33 c890913d741a: Waiting 04:05:33 2480fcc9aa5a: Waiting 04:05:33 09adf4765672: Waiting 04:05:33 99f96fe45779: Verifying Checksum 04:05:33 99f96fe45779: Download complete 04:05:33 74f711af9a0d: Verifying Checksum 04:05:33 74f711af9a0d: Download complete 04:05:33 66aa3694b03b: Verifying Checksum 04:05:33 66aa3694b03b: Download complete 04:05:33 170f70906a0f: Download complete 04:05:34 b538f80385f9: Verifying Checksum 04:05:34 b538f80385f9: Download complete 04:05:34 b538f80385f9: Pull complete 04:05:35 74f711af9a0d: Pull complete 04:05:35 99f96fe45779: Pull complete 04:05:37 ad7c5574e4b9: Verifying Checksum 04:05:37 ad7c5574e4b9: Download complete 04:05:37 c890913d741a: Verifying Checksum 04:05:37 c890913d741a: Download complete 04:05:39 e772456be8f7: Verifying Checksum 04:05:39 e772456be8f7: Download complete 04:05:39 2480fcc9aa5a: Verifying Checksum 04:05:39 2480fcc9aa5a: Download complete 04:05:39 09adf4765672: Download complete 04:05:39 fd7a069fd194: Verifying Checksum 04:05:39 fd7a069fd194: Download complete 04:05:52 fd7a069fd194: Pull complete 04:05:52 66aa3694b03b: Pull complete 04:05:52 170f70906a0f: Pull complete 04:05:56 ad7c5574e4b9: Pull complete 04:06:00 e772456be8f7: Pull complete 04:06:00 c890913d741a: Pull complete 04:06:01 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:06:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:06:01 ---> e920cc157839 04:06:01 Step 3/22 : WORKDIR /edgex-go 04:06:01 04:06:01 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:06:01 ---> e920cc157839 04:06:01 Step 3/29 : WORKDIR /edgex-go 04:06:01 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:06:01 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:06:01 ---> e920cc157839 04:06:01 Step 3/20 : WORKDIR /edgex-go 04:06:01 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:06:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:06:01 ---> e920cc157839 04:06:01 Step 3/21 : WORKDIR /edgex-go 04:06:01 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:06:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:06:01 ---> e920cc157839 04:06:01 Step 3/26 : WORKDIR /edgex-go 04:06:01 ---> Running in 0bd3e84df7b1 04:06:01 ---> Running in 579616e5df68 04:06:01 ---> Running in f7ffa738e801 04:06:01 ---> Running in 23dfd658ad3c 04:06:01 ---> Running in f9e6bfd7ad97 04:06:01 Removing intermediate container 23dfd658ad3c 04:06:01 ---> fbe170bebd5a 04:06:01 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:01 Removing intermediate container 579616e5df68 04:06:01 ---> baaedc028a96 04:06:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:01 Removing intermediate container f7ffa738e801 04:06:01 ---> ee0952771a3e 04:06:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:01 Removing intermediate container f9e6bfd7ad97 04:06:01 ---> 3e152e48f129 04:06:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:01 Removing intermediate container 0bd3e84df7b1 04:06:01 ---> 9290f76549f3 04:06:01 Step 4/29 : RUN apk update && apk add make git 04:06:01 ---> Running in 12de97b85d22 04:06:01 ---> Running in 89aec3b30216 04:06:01 ---> Running in 8bc58f1c8106 04:06:01 ---> Running in d20a02eeb07a 04:06:01 ---> Running in 52432fccb6d7 04:06:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:06:01 Removing intermediate container 12de97b85d22 04:06:01 ---> ac780d9a821d 04:06:01 Step 5/21 : RUN apk update && apk add make git 04:06:01 Removing intermediate container 89aec3b30216 04:06:01 ---> 42552b0c8dbd 04:06:01 Step 5/20 : RUN apk update && apk add make git 04:06:01 ---> Running in 93fa01ba723b 04:06:01 ---> Running in 1d8ad56112f1 04:06:01 Removing intermediate container 8bc58f1c8106 04:06:01 ---> 5491c08bf101 04:06:01 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:06:01 Removing intermediate container d20a02eeb07a 04:06:01 ---> 6f998f79b6e1 04:06:01 Step 5/26 : RUN apk update && apk add make git 04:06:02 ---> Running in 5c694ec3612d 04:06:02 ---> Running in 60e252daafd4 04:06:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:06:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:06:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:06:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:06:03 2480fcc9aa5a: Pull complete 04:06:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:06:04 09adf4765672: Pull complete 04:06:04 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:06:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:06:04 ---> 2248a725d1cf 04:06:04 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:06:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:06:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:06:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:06:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:06:07 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:06:07 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:06:07 OK: 12749 distinct packages available 04:06:07 OK: 233 MiB in 51 packages 04:06:07 Removing intermediate container 93fa01ba723b 04:06:07 ---> 241467e25ac4 04:06:07 Step 6/21 : COPY go.mod . 04:06:07 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:06:07 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:06:07 OK: 12749 distinct packages available 04:06:07 ---> c1a89f5aaeb7 04:06:07 Step 7/21 : RUN go mod download 04:06:07 ---> Running in 66e1fc26872f 04:06:07 OK: 233 MiB in 51 packages 04:06:08 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:06:08 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:06:08 OK: 12749 distinct packages available 04:06:08 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:06:08 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:06:08 OK: 12749 distinct packages available 04:06:08 OK: 233 MiB in 51 packages 04:06:08 OK: 233 MiB in 51 packages 04:06:08 Removing intermediate container 52432fccb6d7 04:06:08 ---> c7e3474051e9 04:06:08 Step 5/29 : COPY go.mod . 04:06:08 ---> e976f6b2b510 04:06:08 Step 6/29 : RUN go mod download 04:06:08 Removing intermediate container 5c694ec3612d 04:06:08 ---> 2fa11ea1f105 04:06:08 Step 6/22 : COPY go.mod . 04:06:09 Removing intermediate container 1d8ad56112f1 04:06:09 ---> c976293fa0e0 04:06:09 Step 6/20 : COPY go.mod . 04:06:09 ---> Running in df743fa4ef86 04:06:09 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:06:09 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:06:09 OK: 12749 distinct packages available 04:06:09 ---> Running in 6c20f78dc9a7 04:06:09 ---> 720066345633 04:06:09 Step 7/22 : RUN go mod download 04:06:09 OK: 233 MiB in 51 packages 04:06:09 ---> Running in afcdbc354730 04:06:09 ---> 9dea89d08fba 04:06:09 Step 7/20 : RUN go mod download 04:06:09 Removing intermediate container 66e1fc26872f 04:06:09 ---> 06c9597e7cc2 04:06:09 Step 8/21 : COPY . . 04:06:09 ---> Running in ffdd3a3842f4 04:06:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:06:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:06:13 Removing intermediate container 60e252daafd4 04:06:13 ---> 70dc5d4fa489 04:06:13 Step 6/26 : COPY go.mod . 04:06:14 ---> b3608941f15e 04:06:14 Step 7/26 : RUN go mod download 04:06:14 (1/12) Installing libmagic (5.38-r0) 04:06:15 (2/12) Installing file (5.38-r0) 04:06:15 (3/12) Installing libc-dev (0.7.2-r3) 04:06:15 (4/12) Installing g++ (9.3.0-r2) 04:06:15 Removing intermediate container df743fa4ef86 04:06:15 ---> 9bec8f37fe94 04:06:15 Step 7/29 : COPY . . 04:06:15 ---> Running in 6b2e78c536f2 04:06:18 Removing intermediate container afcdbc354730 04:06:18 ---> 63843dd03eae 04:06:18 Step 8/22 : COPY . . 04:06:22 Removing intermediate container ffdd3a3842f4 04:06:22 ---> f16a2e34bba1 04:06:22 Step 8/20 : COPY . . 04:06:32 Removing intermediate container 6b2e78c536f2 04:06:32 ---> 2845a31e5d53 04:06:32 Step 8/26 : COPY . . 04:06:45 ---> bff9d3ffc477 04:06:45 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:06:48 ---> Running in 4f2a96b95f3f 04:06:51 ---> 5bdb6f163e87 04:06:51 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:06:51 ---> 5d73ea82580c 04:06:51 Step 9/22 : RUN make cmd/core-data/core-data 04:06:51 ---> f89acf9798ea 04:06:51 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:06:51 ---> Running in 2a27b57c81b2 04:06:52 ---> Running in 51d0c00c3efa 04:06:52 ---> Running in 93105bd0f797 04:06:52 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:06:54 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:06:54 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:06:54 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:06:54 (5/12) Installing fortify-headers (1.1-r0) 04:06:54 (6/12) Installing patch (2.7.6-r6) 04:06:55 (7/12) Installing build-base (0.5-r2) 04:06:55 (8/12) Installing libsodium (1.0.18-r0) 04:06:55 (9/12) Installing pkgconf (1.7.2-r0) 04:06:55 (10/12) Installing libsodium-dev (1.0.18-r0) 04:06:55 (11/12) Installing libzmq (4.3.2-r0) 04:06:55 (12/12) Installing zeromq-dev (4.3.2-r0) 04:06:55 Executing busybox-1.31.1-r16.trigger 04:06:55 OK: 217 MiB in 51 packages 04:06:57 ---> e3940a86b11b 04:06:57 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:06:57 ---> Running in 60356eb428fb 04:06:58 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:07:00 Removing intermediate container 6c20f78dc9a7 04:07:00 ---> d491ca866faf 04:07:00 Step 4/7 : WORKDIR /edgex-go 04:07:00 ---> Running in 6cf062690fd9 04:07:00 Removing intermediate container 6cf062690fd9 04:07:00 ---> 1ac518120e57 04:07:00 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:07:00 latest: Pulling from library/docker 04:07:00 b538f80385f9: Already exists 04:07:00 259a493cd78d: Pulling fs layer 04:07:00 b8e66b5100f5: Pulling fs layer 04:07:00 39dc9c94d07c: Pulling fs layer 04:07:00 551b823b3b82: Pulling fs layer 04:07:00 3c52a74df98c: Pulling fs layer 04:07:00 6c9b121b6998: Pulling fs layer 04:07:00 6c9b121b6998: Waiting 04:07:00 3c52a74df98c: Waiting 04:07:01 b8e66b5100f5: Verifying Checksum 04:07:01 b8e66b5100f5: Download complete 04:07:01 551b823b3b82: Verifying Checksum 04:07:01 551b823b3b82: Download complete 04:07:01 259a493cd78d: Verifying Checksum 04:07:01 259a493cd78d: Download complete 04:07:01 3c52a74df98c: Verifying Checksum 04:07:01 3c52a74df98c: Download complete 04:07:01 6c9b121b6998: Verifying Checksum 04:07:01 6c9b121b6998: Download complete 04:07:01 259a493cd78d: Pull complete 04:07:02 b8e66b5100f5: Pull complete 04:07:03 39dc9c94d07c: Download complete 04:07:06 39dc9c94d07c: Pull complete 04:07:06 551b823b3b82: Pull complete 04:07:06 3c52a74df98c: Pull complete 04:07:07 6c9b121b6998: Pull complete 04:07:07 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:07:07 Status: Downloaded newer image for docker:latest 04:07:10 ---> 2aaab1f1f62b 04:07:10 Step 6/7 : COPY go.mod . 04:07:11 ---> 27bce847a0f2 04:07:11 Step 7/7 : RUN go mod download 04:07:11 ---> Running in 45c175a2286a 04:07:14 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:07:14 go: finding github.com/BurntSushi/toml v0.3.1 04:07:14 go: finding github.com/OneOfOne/xxhash v1.2.5 04:07:14 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:07:14 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:07:14 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:07:14 go: finding github.com/bgentry/speakeasy v0.1.0 04:07:14 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:07:14 go: finding github.com/cloudflare/gokey v0.1.0 04:07:14 go: finding github.com/davecgh/go-spew v1.1.1 04:07:14 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:07:14 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:07:14 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:07:14 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:07:14 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:07:14 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:07:14 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:07:14 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:07:14 go: finding github.com/fatih/color v1.7.0 04:07:14 go: finding github.com/fsnotify/fsnotify v1.4.7 04:07:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:07:14 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:07:14 go: finding github.com/go-kit/kit v0.8.0 04:07:14 go: finding github.com/go-logfmt/logfmt v0.4.0 04:07:14 go: finding github.com/go-redis/redis/v7 v7.2.0 04:07:14 go: finding github.com/go-stack/stack v1.8.0 04:07:14 go: finding github.com/golang/protobuf v1.3.2 04:07:14 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:07:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:07:14 go: finding github.com/google/uuid v1.1.0 04:07:14 go: finding github.com/gorilla/mux v1.7.1 04:07:14 go: finding github.com/hashicorp/consul/api v1.1.0 04:07:14 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:07:14 go: finding github.com/hashicorp/errwrap v1.0.0 04:07:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:07:14 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:07:15 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:07:15 go: finding github.com/hashicorp/go-multierror v1.0.0 04:07:15 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:07:15 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:07:15 go: finding github.com/hashicorp/go-syslog v1.0.0 04:07:15 go: finding github.com/hashicorp/go-uuid v1.0.1 04:07:15 go: finding github.com/hashicorp/go.net v0.0.1 04:07:15 go: finding github.com/hashicorp/golang-lru v0.5.0 04:07:15 go: finding github.com/hashicorp/logutils v1.0.0 04:07:15 go: finding github.com/hashicorp/mdns v1.0.0 04:07:15 go: finding github.com/hashicorp/memberlist v0.1.3 04:07:15 go: finding github.com/hashicorp/serf v0.8.2 04:07:15 go: finding github.com/hpcloud/tail v1.0.0 04:07:15 go: finding github.com/imdario/mergo v0.3.6 04:07:15 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:07:15 go: finding github.com/kr/pretty v0.1.0 04:07:15 go: finding github.com/kr/pty v1.1.1 04:07:15 go: finding github.com/kr/text v0.1.0 04:07:15 go: finding github.com/mattn/go-colorable v0.0.9 04:07:15 go: finding github.com/mattn/go-isatty v0.0.3 04:07:15 go: finding github.com/miekg/dns v1.0.14 04:07:15 go: finding github.com/mitchellh/cli v1.0.0 04:07:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:07:15 go: finding github.com/mitchellh/copystructure v1.0.0 04:07:15 go: finding github.com/mitchellh/go-homedir v1.0.0 04:07:15 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:07:15 go: finding github.com/mitchellh/gox v0.4.0 04:07:15 go: finding github.com/mitchellh/iochan v1.0.0 04:07:15 go: finding github.com/mitchellh/mapstructure v1.1.2 04:07:15 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:07:15 go: finding github.com/onsi/ginkgo v1.10.1 04:07:15 go: finding github.com/onsi/gomega v1.7.0 04:07:15 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:07:16 go: finding github.com/pebbe/zmq4 v1.0.0 04:07:16 go: finding github.com/pelletier/go-toml v1.2.0 04:07:16 go: finding github.com/pkg/errors v0.8.1 04:07:16 go: finding github.com/pmezard/go-difflib v1.0.0 04:07:16 go: finding github.com/posener/complete v1.1.1 04:07:16 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:07:16 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:07:16 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:07:16 go: finding github.com/stretchr/objx v0.1.0 04:07:16 go: finding github.com/stretchr/testify v1.5.1 04:07:16 go: finding github.com/ugorji/go v1.1.4 04:07:16 go: finding github.com/x448/float16 v0.8.4 04:07:16 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:07:16 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:07:16 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:07:16 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:07:16 go: finding golang.org/x/text v0.3.2 04:07:16 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:07:16 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:07:16 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:07:16 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:07:16 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:07:16 go: finding gopkg.in/yaml.v2 v2.2.8 04:07:25 Removing intermediate container 2a27b57c81b2 04:07:25 ---> 745eece2580a 04:07:25 04:07:25 Step 9/29 : FROM alpine:latest 04:07:25 latest: Pulling from library/alpine 04:07:25 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:07:25 Status: Downloaded newer image for alpine:latest 04:07:25 ---> a24bb4013296 04:07:25 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:07:25 ---> Running in 6c3a720981be 04:07:25 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:07:25 Removing intermediate container 6c3a720981be 04:07:25 ---> 0f825d1c2b79 04:07:25 Step 11/29 : USER root 04:07:25 ---> Running in a585d145c175 04:07:25 Removing intermediate container a585d145c175 04:07:25 ---> 46fcfa834129 04:07:25 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:07:25 ---> Running in 34478b292848 04:07:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:07:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:07:25 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:07:25 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:07:25 OK: 12749 distinct packages available 04:07:25 (1/2) Installing ca-certificates (20191127-r4) 04:07:26 (2/2) Installing dumb-init (1.2.2-r1) 04:07:26 Executing busybox-1.31.1-r16.trigger 04:07:26 Executing ca-certificates-20191127-r4.trigger 04:07:27 OK: 6 MiB in 16 packages 04:07:29 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:07:31 Removing intermediate container 93105bd0f797 04:07:31 ---> 9284bca159bc 04:07:31 04:07:31 Step 10/20 : FROM scratch 04:07:31 ---> 04:07:31 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:07:31 Removing intermediate container 34478b292848 04:07:31 ---> 0f7f26271636 04:07:31 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:07:32 ---> Running in f39ed833bb30 04:07:32 ---> Running in d4c273948a83 04:07:33 Removing intermediate container f39ed833bb30 04:07:33 ---> 0c570e3c1916 04:07:33 Step 12/20 : ENV APP_PORT=48085 04:07:33 Removing intermediate container 4f2a96b95f3f 04:07:33 ---> 08cd0548679b 04:07:33 04:07:33 Step 10/21 : FROM scratch 04:07:33 ---> 04:07:33 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:07:33 ---> Using cache 04:07:33 ---> 0c570e3c1916 04:07:33 Step 12/21 : ENV APP_PORT=48081 04:07:33 Removing intermediate container d4c273948a83 04:07:33 ---> ebead0a22eb1 04:07:33 Step 14/29 : WORKDIR $BASE_DIR 04:07:34 ---> Running in 1ea1156e5b83 04:07:34 Removing intermediate container 45c175a2286a 04:07:34 ---> 1370e0d11e24 04:07:34 Successfully built 1370e0d11e24 04:07:34 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:07:35 + docker inspect -f . ci-base-image-arm64 04:07:35 . [Pipeline] withDockerContainer 04:07:35 prd-ubuntu18.04-docker-arm64-4c-16g-4976 does not seem to be running inside a container 04:07:35 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:07:35 ---> Running in 805ccdfb22a5 04:07:35 ---> Running in 8b84144c206d 04:07:37 Removing intermediate container 1ea1156e5b83 04:07:37 ---> 0fe98227762a 04:07:37 Step 13/20 : EXPOSE $APP_PORT 04:07:37 Removing intermediate container 8b84144c206d 04:07:37 ---> 4863f7a65b70 04:07:37 Step 13/21 : EXPOSE $APP_PORT 04:07:37 Removing intermediate container 60356eb428fb 04:07:37 ---> b7c03e711dcd 04:07:37 04:07:37 Step 10/26 : FROM alpine:3.10 04:07:37 ---> Running in a226dc73bb07 04:07:37 $ docker top 657f20beab53ded016373b3e0ca2102e965fdae4e9ea590daaf3d20ffbf9635c -eo pid,comm 04:07:37 3.10: Pulling from library/alpine 04:07:37 Removing intermediate container 51d0c00c3efa 04:07:37 ---> b95b2bd7ba45 04:07:37 04:07:37 Step 10/22 : FROM alpine [Pipeline] { [Pipeline] sh 04:07:38 ---> a24bb4013296 04:07:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:07:38 ---> Running in f268fd43fee5 04:07:38 + go version 04:07:38 go version go1.13.13 linux/arm64 [Pipeline] echo 04:07:38 ========================================================= 04:07:38 [edgeXBuildGoParallel] Running Tests and Build... 04:07:38 ========================================================= [Pipeline] sh 04:07:38 Removing intermediate container 805ccdfb22a5 04:07:38 ---> 5a32d90d8748 04:07:38 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:07:38 Removing intermediate container a226dc73bb07 04:07:38 ---> d3282dcc670b 04:07:38 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:07:38 ---> Running in cab8e1122173 04:07:38 ---> Running in bd04947bd835 04:07:38 Removing intermediate container f268fd43fee5 04:07:38 ---> 2f7e572bdb31 04:07:38 Step 14/21 : WORKDIR / 04:07:39 ---> Running in 5cc69d6ce710 04:07:39 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:07:39 + make test 04:07:39 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:07:39 Removing intermediate container cab8e1122173 04:07:39 ---> e5b0e58444da 04:07:39 Step 12/22 : ENV APP_PORT=48080 04:07:39 ---> 4d8839cf06aa 04:07:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:07:39 Status: Downloaded newer image for alpine:3.10 04:07:39 ---> be4e4bea2c2e 04:07:39 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:07:39 ---> Running in d8d23f3f5d25 04:07:39 ---> Running in a6763d12c5fb 04:07:39 Removing intermediate container 5cc69d6ce710 04:07:39 ---> a6ff2883a9d6 04:07:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:07:39 Removing intermediate container d8d23f3f5d25 04:07:39 ---> 5a9083c671da 04:07:39 Step 13/22 : EXPOSE $APP_PORT 04:07:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:07:40 ---> 5ff13fd10342 04:07:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:07:40 ---> Running in 7d8abe2089e4 04:07:40 ---> f466d7eaa011 04:07:40 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:07:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:07:40 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:07:40 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:07:40 OK: 10346 distinct packages available 04:07:40 Removing intermediate container 7d8abe2089e4 04:07:40 ---> 421a6e152875 04:07:40 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:07:40 (1/5) Installing ca-certificates (20191127-r2) 04:07:40 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:07:40 (3/5) Installing libcurl (7.66.0-r0) 04:07:40 (4/5) Installing curl (7.66.0-r0) 04:07:40 (5/5) Installing dumb-init (1.2.2-r1) 04:07:40 Executing busybox-1.30.1-r3.trigger 04:07:40 Executing ca-certificates-20191127-r2.trigger 04:07:40 OK: 7 MiB in 19 packages 04:07:41 ---> Running in aca27f9ea4db 04:07:41 Removing intermediate container bd04947bd835 04:07:41 ---> df755ee2c578 04:07:41 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:07:41 ---> 0674bfde914e 04:07:41 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:07:41 ? github.com/edgexfoundry/edgex-go [no test files] 04:07:41 ---> Running in 4ced048a8dd3 04:07:41 ---> 2fa7e40705f0 04:07:41 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:07:42 ---> a3289aecf920 04:07:42 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:07:42 Removing intermediate container 4ced048a8dd3 04:07:42 ---> 936c78b1df9b 04:07:42 Step 18/20 : LABEL arch=x86_64 04:07:42 ---> c870cdfcda0c 04:07:42 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:07:43 ---> Running in 2ce545050bd7 04:07:43 ---> 626ed7103e65 04:07:43 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:07:43 ---> Running in 4bc02a92418e 04:07:43 Removing intermediate container a6763d12c5fb 04:07:43 ---> d67b85116e93 04:07:43 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:07:43 ---> Running in efd58a866f5b 04:07:43 Removing intermediate container 2ce545050bd7 04:07:43 ---> 475e73b2ab73 04:07:43 Step 19/20 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:07:43 Removing intermediate container 4bc02a92418e 04:07:43 ---> 7fc3a7cd57da 04:07:43 Step 19/21 : LABEL arch=x86_64 04:07:43 ---> 6969218fd0bb 04:07:43 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:07:43 ---> Running in 58874c5352e5 04:07:43 ---> Running in 1eec39e26f28 04:07:44 Removing intermediate container aca27f9ea4db 04:07:44 ---> 845c60a616a0 04:07:44 Step 15/22 : RUN apk --no-cache add zeromq 04:07:44 Removing intermediate container efd58a866f5b 04:07:44 ---> bbeac099b62d 04:07:44 Step 13/26 : WORKDIR / 04:07:44 ---> Running in 05f1f73a293c 04:07:44 ---> Running in 172f4b48d48b 04:07:44 ---> 86f678b2907e 04:07:44 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:07:44 Removing intermediate container 58874c5352e5 04:07:44 ---> 6054f3da45d7 04:07:44 Step 20/20 : LABEL version=0.0.0 04:07:44 Removing intermediate container 1eec39e26f28 04:07:44 ---> 0cdb056f2c57 04:07:44 Step 20/21 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:07:44 ---> Running in ffbf7e6f4640 04:07:44 ---> Running in 23e574b8b7c5 04:07:44 Removing intermediate container 172f4b48d48b 04:07:44 ---> 38a1249b85c5 04:07:44 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:07:44 ---> 59d669a6dc54 04:07:44 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:07:44 ---> Running in e4d19fc52d54 04:07:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:07:45 Removing intermediate container ffbf7e6f4640 04:07:45 ---> bfd5a3241bb0 04:07:45 04:07:45 Removing intermediate container 23e574b8b7c5 04:07:45 ---> ce8a5a12551e 04:07:45 Step 21/21 : LABEL version=0.0.0 04:07:45 Successfully built bfd5a3241bb0 04:07:45 ---> Running in f120bec382bc 04:07:45 ---> 04a7c70d28ca 04:07:45 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:07:45 Successfully tagged docker-support-scheduler-go:latest 04:07:45 Building docker-support-notifications-go 04:07:45  Building docker-support-scheduler-go ... done Removing intermediate container f120bec382bc 04:07:45 ---> f9715b6eb9cc 04:07:45 04:07:45 Successfully built f9715b6eb9cc 04:07:45 Successfully tagged docker-core-metadata-go:latest 04:07:45 Building docker-sys-mgmt-agent-go 04:07:45  Building docker-core-metadata-go ... done  ---> 7f7fffb76d78 04:07:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:07:46 ---> 854827c1663d 04:07:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:07:46 Removing intermediate container e4d19fc52d54 04:07:46 ---> d2d26424d50d 04:07:46 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:07:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:07:51 (1/5) Installing libgcc (9.3.0-r2) 04:07:51 (2/5) Installing libsodium (1.0.18-r0) 04:07:51 (3/5) Installing libstdc++ (9.3.0-r2) 04:07:51 ---> 2887a89dd2f6 04:07:51 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:07:51 ---> 0d7601a13f1e 04:07:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:07:52 ---> Running in a7b67247b3ba 04:07:53 (4/5) Installing libzmq (4.3.2-r0) 04:07:54 (5/5) Installing zeromq (4.3.2-r0) 04:07:54 Executing busybox-1.31.1-r16.trigger 04:07:54 OK: 8 MiB in 19 packages 04:07:54 ---> 5573e16e9f1f 04:07:54 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:07:58 ---> aa339ec2dcdf 04:07:58 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:07:59 Removing intermediate container 05f1f73a293c 04:07:59 ---> 1504ad35d687 04:07:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:07:59 Removing intermediate container a7b67247b3ba 04:07:59 ---> c6c764a936a3 04:07:59 Step 24/29 : RUN chmod 755 security-secrets-setup 04:08:01 ---> Running in 86f6767ab472 04:08:01 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:08:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:08:01 ---> e920cc157839 04:08:01 Step 3/23 : WORKDIR /edgex-go 04:08:01 ---> Using cache 04:08:01 ---> 9290f76549f3 04:08:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:08:03 ---> abca0a70523d 04:08:03 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:08:03 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:08:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:08:03 ---> e920cc157839 04:08:03 Step 3/26 : WORKDIR /edgex-go 04:08:03 ---> Using cache 04:08:03 ---> 9290f76549f3 04:08:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:08:04 ---> 8afae830e95e 04:08:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:08:04 ---> Running in 703efeaa599a 04:08:04 ---> Running in 1bbb15c27e9c 04:08:04 ---> 85436ca517e6 04:08:04 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:08:04 ---> Running in d8f07d7040ba 04:08:04 ---> 8aa6f8bddf54 04:08:04 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:08:04 ---> bc81fe32beb5 04:08:04 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:08:05 ---> Running in 2675fe5b97d5 04:08:05 Removing intermediate container 2675fe5b97d5 04:08:05 ---> ecc7947aaa68 04:08:05 Step 20/22 : LABEL arch=x86_64 04:08:05 ---> Running in c4a3c26b2a45 04:08:05 Removing intermediate container 86f6767ab472 04:08:05 ---> 97b2f3866d14 04:08:05 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:08:05 ---> Running in e5b2a6988d0b 04:08:06 Removing intermediate container c4a3c26b2a45 04:08:06 ---> fac3132c70c7 04:08:06 Step 21/22 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:08:06 Removing intermediate container 703efeaa599a 04:08:06 ---> 1b3928b222cd 04:08:06 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:08:06 ---> Running in c8cb693c60bb 04:08:06 ---> Running in 946ccb4230c6 04:08:06 Removing intermediate container e5b2a6988d0b 04:08:06 ---> 330b693baf00 04:08:06 Step 26/29 : CMD [ "generate" ] 04:08:06 Removing intermediate container d8f07d7040ba 04:08:06 ---> 5073e7e7f566 04:08:06 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:08:06 Removing intermediate container 1bbb15c27e9c 04:08:06 ---> bf242f516f5d 04:08:06 Step 5/26 : RUN apk update && apk add make bash git 04:08:06 ---> Running in 81041d1b430f 04:08:06 Removing intermediate container c8cb693c60bb 04:08:06 ---> da16be7d75dc 04:08:06 Step 22/22 : LABEL version=0.0.0 04:08:06 ---> Running in 13ad4a4ff11b 04:08:06 ---> Running in 38c91d65cf72 04:08:07 ---> Running in 4d5274f069e1 04:08:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:08:07 Removing intermediate container 81041d1b430f 04:08:07 ---> ccb4f753bcbb 04:08:07 Step 27/29 : LABEL arch=x86_64 04:08:07 Removing intermediate container 13ad4a4ff11b 04:08:07 ---> 22c74ffec09b 04:08:07 Step 24/26 : LABEL arch=x86_64 04:08:07 Removing intermediate container 4d5274f069e1 04:08:07 ---> e4b433c8d77d 04:08:07 04:08:07 ---> Running in 7892abae0fca 04:08:07 ---> Running in 921af80deb05 04:08:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:08:07 Successfully built e4b433c8d77d 04:08:07 Successfully tagged docker-core-data-go:latest 04:08:07  Building docker-core-data-go ... done Building docker-core-command-go 04:08:07 Removing intermediate container 921af80deb05 04:08:07 ---> f8b99d7fd8a8 04:08:07 Step 28/29 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:08:07 Removing intermediate container 7892abae0fca 04:08:07 ---> a36348b9b9aa 04:08:07 Step 25/26 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:08:07 ---> Running in 9f771a9059d6 04:08:07 ---> Running in 51ac790140ae 04:08:08 Removing intermediate container 9f771a9059d6 04:08:08 ---> ef218bb724ae 04:08:08 Step 26/26 : LABEL version=0.0.0 04:08:08 Removing intermediate container 51ac790140ae 04:08:08 ---> a2f71ec771b9 04:08:08 Step 29/29 : LABEL version=0.0.0 04:08:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:08:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:08:10 ---> Running in 5f0e4ed2c245 04:08:10 ---> Running in 33cee7ba9be4 04:08:11 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:08:11 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:08:11 OK: 12749 distinct packages available 04:08:11 Removing intermediate container 5f0e4ed2c245 04:08:11 ---> 7766c5893910 04:08:11 04:08:11 Removing intermediate container 33cee7ba9be4 04:08:11 ---> 92e4c192ad0f 04:08:11 04:08:11 OK: 233 MiB in 51 packages 04:08:11 Successfully built 7766c5893910 04:08:11 Successfully tagged docker-security-secretstore-setup-go:latest 04:08:11  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 04:08:11 Successfully built 92e4c192ad0f 04:08:11 Successfully tagged docker-security-secrets-setup-go:latest 04:08:11 Building docker-security-proxy-setup-go 04:08:13  Building docker-security-secrets-setup-go ... done v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:08:13 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:08:13 OK: 12749 distinct packages available 04:08:13 OK: 233 MiB in 51 packages 04:08:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:08:14 Removing intermediate container 946ccb4230c6 04:08:14 ---> 6cdcfd9d6111 04:08:14 Step 6/23 : COPY go.mod . 04:08:19 ---> 0afa38f0a3a9 04:08:19 Step 7/23 : RUN go mod download 04:08:20 ---> Running in aeaf40fb5c73 04:08:20 Removing intermediate container 38c91d65cf72 04:08:20 ---> 84ee033fad06 04:08:20 Step 6/26 : COPY go.mod . 04:08:21 ---> c39419599740 04:08:21 Step 7/26 : RUN go mod download 04:08:24 ---> Running in 3650defadbbd 04:08:24 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:08:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:08:24 ---> e920cc157839 04:08:24 Step 3/21 : WORKDIR /edgex-go 04:08:24 ---> Using cache 04:08:24 ---> 9290f76549f3 04:08:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:08:24 ---> Using cache 04:08:24 ---> bf242f516f5d 04:08:24 Step 5/21 : RUN apk update && apk add make git 04:08:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:08:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:08:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:08:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:08:26 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.038s 04:08:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:08:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:08:26 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:08:27 ---> Running in 9bec8f67bdf3 04:08:27 Removing intermediate container aeaf40fb5c73 04:08:27 ---> 27b84b6f3563 04:08:27 Step 8/23 : COPY . . 04:08:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:08:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:08:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:08:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:08:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:08:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:08:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:08:30 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:08:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:08:30 ---> e920cc157839 04:08:30 Step 3/21 : WORKDIR /edgex-go 04:08:30 ---> Using cache 04:08:30 ---> 9290f76549f3 04:08:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:08:30 ---> Using cache 04:08:30 ---> bf242f516f5d 04:08:30 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:08:33 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:08:33 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:08:33 ---> e920cc157839 04:08:33 Step 3/20 : WORKDIR /edgex-go 04:08:33 ---> Using cache 04:08:33 ---> 9290f76549f3 04:08:33 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:08:33 ---> Using cache 04:08:33 ---> bf242f516f5d 04:08:33 Step 5/20 : RUN apk update && apk add make git 04:08:33 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:08:33 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:08:33 OK: 12749 distinct packages available 04:08:33 OK: 233 MiB in 51 packages 04:08:33 ---> Running in f8ad9af4581d 04:08:34 ---> Running in c6f6cad820bb 04:08:34 Removing intermediate container 3650defadbbd 04:08:34 ---> b46d35a29766 04:08:34 Step 8/26 : COPY . . 04:08:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:08:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:08:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:08:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.069s coverage: 46.6% of statements 04:08:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:08:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:08:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:08:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:08:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:08:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:08:42 Removing intermediate container 9bec8f67bdf3 04:08:42 ---> b2417187eeed 04:08:42 Step 6/21 : COPY go.mod . 04:08:43 ---> 684b6ab28536 04:08:43 Step 7/21 : RUN go mod download 04:08:44 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:08:44 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:08:44 OK: 12749 distinct packages available 04:08:44 OK: 233 MiB in 51 packages 04:08:45 OK: 233 MiB in 51 packages 04:08:45 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:08:45 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:08:45 OK: 12749 distinct packages available 04:08:45 OK: 233 MiB in 51 packages 04:08:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.125s coverage: 27.3% of statements 04:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:08:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.024s coverage: 100.0% of statements 04:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:08:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 04:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:08:47 ---> Running in f314eb75d011 04:08:48 ---> 7ab4425f34ce 04:08:48 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:08:49 ---> Running in 26ddb2306dff 04:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements 04:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 04:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 04:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:08:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.077s coverage: 89.8% of statements 04:08:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:08:50 Removing intermediate container f8ad9af4581d 04:08:50 ---> a4b57a0494dd 04:08:50 Step 6/21 : COPY go.mod . 04:08:50 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:08:50 Removing intermediate container c6f6cad820bb 04:08:50 ---> 6c88e015c8aa 04:08:50 Step 6/20 : COPY go.mod . 04:08:50 ---> 9bcd099c32ec 04:08:50 Step 7/21 : RUN go mod download 04:08:51 ---> Running in ba2cfa90da2b 04:08:51 ---> 43fa36f1df2a 04:08:51 Step 7/20 : RUN go mod download 04:08:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:08:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 100.0% of statements 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:08:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.020s coverage: 58.8% of statements 04:08:52 ---> Running in 9345f620da18 04:08:53 ---> 299a707f40e9 04:08:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:08:53 ---> Running in ec33bc490730 04:08:53 Removing intermediate container f314eb75d011 04:08:53 ---> db0140c3f846 04:08:53 Step 8/21 : COPY . . 04:08:54 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:08:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.199s coverage: 63.5% of statements 04:08:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:08:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:08:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements 04:08:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.342s coverage: 55.9% of statements 04:08:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:08:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:08:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:08:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:09:01 Removing intermediate container ba2cfa90da2b 04:09:01 ---> 72a177158fbf 04:09:01 Step 8/21 : COPY . . 04:09:01 Removing intermediate container 9345f620da18 04:09:01 ---> 4d5e337c1acf 04:09:01 Step 8/20 : COPY . . 04:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.282s coverage: 86.3% of statements 04:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.996s coverage: 72.2% of statements 04:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.378s coverage: 72.1% of statements 04:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements 04:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.025s coverage: 48.4% of statements 04:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.058s coverage: 28.8% of statements 04:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.052s coverage: 96.8% of statements 04:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 26.9% of statements 04:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.344s coverage: 84.1% of statements 04:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements 04:09:14 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements 04:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:09:14 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.025s coverage: 100.0% of statements 04:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:09:14 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.044s coverage: 83.8% of statements 04:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:09:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.095s coverage: 46.1% of statements 04:09:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:09:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:09:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.015s coverage: 100.0% of statements 04:09:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:09:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:09:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:09:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.035s coverage: 100.0% of statements 04:09:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:09:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.033s coverage: 100.0% of statements 04:09:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:09:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.224s coverage: 29.1% of statements 04:09:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:09:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:09:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:09:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:09:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:09:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 04:09:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:09:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.027s coverage: 100.0% of statements 04:09:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:09:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 04:09:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:09:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 04:09:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:09:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:09:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:09:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:09:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements 04:09:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:09:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:09:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 04:09:27 ---> ed15c94e2a59 04:09:27 Step 9/21 : RUN make cmd/core-command/core-command 04:09:27 ---> Running in f3ee742a9377 04:09:27 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:09:27 ---> 185e12650130 04:09:27 Step 9/21 : RUN make cmd/support-logging/support-logging 04:09:27 ---> 1fcd6ddc8b3a 04:09:27 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:09:27 ---> Running in dd470c151b35 04:09:27 ---> Running in 6366521c89b5 04:09:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements 04:09:28 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:09:28 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:09:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.026s coverage: 100.0% of statements 04:09:29 GO111MODULE=on go vet ./... 04:09:31 Removing intermediate container ec33bc490730 04:09:31 ---> 15a5421ff548 04:09:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:09:32 Removing intermediate container 26ddb2306dff 04:09:32 ---> a54e9e6fc846 04:09:32 04:09:32 Step 10/23 : FROM scratch 04:09:32 ---> 04:09:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:09:32 ---> Running in 0966f17e5711 04:09:33 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:09:33 ---> Running in 01e22f822328 04:09:33 Removing intermediate container 01e22f822328 04:09:33 ---> 6977f95d149d 04:09:33 Step 12/23 : ENV APP_PORT=48060 04:09:33 ---> Running in 27cb07d76f62 04:09:34 Removing intermediate container 27cb07d76f62 04:09:34 ---> 8305009aa1a7 04:09:34 Step 13/23 : EXPOSE $APP_PORT 04:09:34 ---> Running in 3de3c28953a1 04:09:35 Removing intermediate container 3de3c28953a1 04:09:35 ---> 3d6b54b2edac 04:09:35 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:09:35 ---> cc577fab256a 04:09:35 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:09:37 ---> b2f552a6f6d7 04:09:37 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:09:37 Removing intermediate container 0966f17e5711 04:09:37 ---> eb4848a8e5a3 04:09:37 04:09:37 Step 11/26 : FROM docker:latest 04:09:37 ---> 81f5749c9058 04:09:37 Step 12/26 : RUN apk add --no-cache bash 04:09:37 ---> Running in 6d6e094948e5 04:09:37 ---> c66b3e82b0f4 04:09:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:09:38 ---> c0634e576d37 04:09:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:09:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:09:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:09:39 (1/2) Installing readline (8.0.4-r0) 04:09:39 (2/2) Installing bash (5.0.17-r0) 04:09:39 Executing bash-5.0.17-r0.post-install 04:09:39 Executing busybox-1.31.1-r16.trigger 04:09:39 OK: 12 MiB in 22 packages 04:09:41 ---> 7064eaaa1c21 04:09:41 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:09:42 ---> c3f8f7243b06 04:09:42 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:09:42 ---> Running in d6e40c7573ef 04:09:42 Removing intermediate container 6d6e094948e5 04:09:42 ---> 334f4736a30c 04:09:42 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:09:42 ---> Running in 3622f7474335 04:09:42 Removing intermediate container d6e40c7573ef 04:09:42 ---> 5dabf1c86492 04:09:42 Step 21/23 : LABEL arch=x86_64 04:09:43 ---> Running in d73e1e2bee42 04:09:44 Removing intermediate container d73e1e2bee42 04:09:44 ---> 015a60245517 04:09:44 Step 22/23 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:09:44 ---> Running in 14eb3aedd414 04:09:45 Removing intermediate container 14eb3aedd414 04:09:45 ---> f0fa5291eb10 04:09:45 Step 23/23 : LABEL version=0.0.0 04:09:45 ---> Running in cf11dd5fa112 04:09:45 Removing intermediate container 3622f7474335 04:09:45 ---> b1c6813963b7 04:09:45 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:09:45 ---> Running in 7dd9f1eb3a27 04:09:45 Removing intermediate container cf11dd5fa112 04:09:45 ---> a31dd53ec7c8 04:09:45 04:09:45 Successfully built a31dd53ec7c8 04:09:46 Successfully tagged docker-support-notifications-go:latest 04:09:46 Removing intermediate container 7dd9f1eb3a27 04:09:46 ---> 0f5e67b01710 04:09:46 Step 15/26 : ENV APP_PORT=48090 04:09:46  Building docker-support-notifications-go ... done  ---> Running in 029e7bb992d5 04:09:46 Removing intermediate container 029e7bb992d5 04:09:46 ---> eb6ac7326c46 04:09:46 Step 16/26 : EXPOSE $APP_PORT 04:09:46 ---> Running in d751585beae1 04:09:47 Removing intermediate container d751585beae1 04:09:47 ---> 6d0a055845f8 04:09:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:09:47 gofmt -l . 04:09:47 [ "`gofmt -l .`" = "" ] 04:09:48 ---> 605087d769ff 04:09:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:09:49 ./bin/test-go-mod-tidy.sh 04:09:50 ./bin/test-attribution-txt.sh 04:09:52 ---> 46d8e4f70807 04:09:52 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:09:52 Removing intermediate container 6366521c89b5 04:09:52 ---> 5bf4d787df9d 04:09:52 04:09:52 Step 10/20 : FROM alpine 04:09:52 ---> a24bb4013296 04:09:52 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:09:52 Removing intermediate container dd470c151b35 04:09:52 ---> 139a471f68f0 04:09:52 04:09:52 Step 10/21 : FROM scratch 04:09:52 ---> 04:09:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:09:52 ---> Using cache 04:09:52 ---> 6977f95d149d 04:09:52 Step 12/21 : ENV APP_PORT=48061 04:09:52 ---> Running in e2aafae94077 04:09:52 ---> Running in 5560050cb206 04:09:52 ---> 00a7aad09a45 04:09:52 Step 20/26 : RUN apk --no-cache add py-pip 04:09:52 ---> Running in dcf9102c2322 04:09:53 Removing intermediate container 5560050cb206 04:09:53 ---> 818d9246be0e 04:09:53 Step 13/21 : EXPOSE $APP_PORT 04:09:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:09:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:09:53 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:09:53 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:09:53 OK: 12749 distinct packages available 04:09:53 (1/4) Installing ca-certificates (20191127-r4) 04:09:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:09:53 (3/4) Installing libcurl (7.69.1-r0) 04:09:53 (4/4) Installing curl (7.69.1-r0) 04:09:53 Executing busybox-1.31.1-r16.trigger 04:09:53 Executing ca-certificates-20191127-r4.trigger [Pipeline] sh 04:09:54 OK: 7 MiB in 18 packages 04:09:54 + ls -al . 04:09:54 total 588 04:09:54 drwxrwxr-x 10 1001 1001 4096 Aug 12 04:09 . 04:09:54 drwxr-xr-x 4 root root 4096 Aug 12 04:07 .. 04:09:54 -rw-rw-r-- 1 1001 1001 11 Aug 12 04:05 .dockerignore 04:09:54 drwxrwxr-x 8 1001 1001 4096 Aug 12 04:05 .git 04:09:54 drwxrwxr-x 3 1001 1001 4096 Aug 12 04:05 .github 04:09:54 -rw-rw-r-- 1 1001 1001 932 Aug 12 04:05 .gitignore 04:09:54 drwxrwxr-x 3 1001 1001 4096 Aug 12 04:05 .semver 04:09:54 -rw-rw-r-- 1 1001 1001 166 Aug 12 04:05 .sonarcloud.properties 04:09:54 -rw-rw-r-- 1 1001 1001 3804 Aug 12 04:05 CONTRIBUTING.md 04:09:54 -rw-rw-r-- 1 1001 1001 1035 Aug 12 04:05 Dockerfile.build 04:09:54 -rw-rw-r-- 1 1001 1001 865 Aug 12 04:05 Jenkinsfile 04:09:54 -rw-rw-r-- 1 1001 1001 10775 Aug 12 04:05 LICENSE 04:09:54 -rw-rw-r-- 1 1001 1001 6237 Aug 12 04:05 Makefile 04:09:54 -rw-rw-r-- 1 1001 1001 5652 Aug 12 04:05 README.md 04:09:54 -rw-rw-r-- 1 1001 1001 7111 Aug 12 04:05 SECURITY.md 04:09:54 -rw-rw-r-- 1 1001 1001 5 Aug 12 04:02 VERSION 04:09:54 -rw-rw-r-- 1 1001 1001 4131 Aug 12 04:05 ZMQWindows.md 04:09:54 drwxrwxr-x 2 1001 1001 4096 Aug 12 04:05 bin 04:09:54 drwxrwxr-x 15 1001 1001 4096 Aug 12 04:05 cmd 04:09:54 -rw-r--r-- 1 root root 455803 Aug 12 04:09 coverage.out 04:09:54 -rw-r--r-- 1 root root 1019 Aug 12 04:09 go.mod 04:09:54 -rw-r--r-- 1 root root 18146 Aug 12 04:09 go.sum 04:09:54 drwxrwxr-x 8 1001 1001 4096 Aug 12 04:05 internal 04:09:54 drwxrwxr-x 4 1001 1001 4096 Aug 12 04:05 openapi 04:09:54 drwxrwxr-x 4 1001 1001 4096 Aug 12 04:05 snap 04:09:54 -rw-rw-r-- 1 1001 1001 168 Aug 12 04:05 version.go [Pipeline] sh 04:09:54 ---> Running in 03ed3b817c90 04:09:55 + '[' -e coverage.out ] 04:09:55 + chown 1001:1001 coverage.out [Pipeline] stash 04:09:55 Warning: overwriting stash ‘coverage-report’ 04:09:56 Removing intermediate container f3ee742a9377 04:09:56 ---> 5a79612572c6 04:09:56 04:09:56 Step 10/21 : FROM scratch 04:09:56 ---> 04:09:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:09:56 ---> Using cache 04:09:56 ---> 0c570e3c1916 04:09:56 Step 12/21 : ENV APP_PORT=48082 04:09:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:09:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:09:56 ---> Running in e251ecec41d9 04:09:56 Removing intermediate container 03ed3b817c90 04:09:56 ---> 9510a25acf67 04:09:56 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:09:56 (1/33) Installing libbz2 (1.0.8-r1) 04:09:56 (2/33) Installing expat (2.2.9-r1) 04:09:56 (3/33) Installing libffi (3.3-r2) 04:09:56 (4/33) Installing gdbm (1.13-r1) 04:09:56 (5/33) Installing xz-libs (5.2.5-r0) 04:09:56 (6/33) Installing sqlite-libs (3.32.1-r0) 04:09:56 Stashed 1 file(s) [Pipeline] sh 04:09:56 (7/33) Installing python3 (3.8.5-r0) 04:09:56 Removing intermediate container e251ecec41d9 04:09:56 ---> 40ea514fda76 04:09:56 Step 13/21 : EXPOSE $APP_PORT 04:09:56 + make build 04:09:56 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:10:00 ---> b29bc2483d35 04:10:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:10:00 ---> Running in 89d7edc28c5b 04:10:00 Removing intermediate container e2aafae94077 04:10:00 ---> 568d0b5958c9 04:10:00 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:10:01 (8/33) Installing py3-appdirs (1.4.4-r1) 04:10:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:10:01 (10/33) Installing py3-parsing (2.4.7-r0) 04:10:01 (11/33) Installing py3-six (1.15.0-r0) 04:10:01 (12/33) Installing py3-packaging (20.4-r0) 04:10:01 (13/33) Installing py3-setuptools (47.0.0-r0) 04:10:01 ---> Running in 62d4d09131a4 04:10:01 (14/33) Installing py3-chardet (3.0.4-r4) 04:10:01 (15/33) Installing py3-idna (2.9-r0) 04:10:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:10:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:10:02 Removing intermediate container 89d7edc28c5b 04:10:02 ---> 275adb22946e 04:10:02 Step 14/21 : WORKDIR / 04:10:02 (18/33) Installing py3-requests (2.23.0-r0) 04:10:02 ---> 8a2e9448b6df 04:10:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:10:02 (19/33) Installing py3-msgpack (1.0.0-r0) 04:10:02 (20/33) Installing py3-lockfile (0.12.2-r3) 04:10:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:10:02 (22/33) Installing py3-colorama (0.4.3-r0) 04:10:02 ---> Running in 33ee356e22c5 04:10:02 (23/33) Installing py3-distlib (0.3.0-r0) 04:10:02 (24/33) Installing py3-distro (1.5.0-r1) 04:10:02 Removing intermediate container 62d4d09131a4 04:10:02 ---> 5a3e1cf15f70 04:10:02 Step 13/20 : WORKDIR /edgex 04:10:02 (25/33) Installing py3-webencodings (0.5.1-r3) 04:10:02 (26/33) Installing py3-html5lib (1.0.1-r4) 04:10:03 (27/33) Installing py3-pytoml (0.1.21-r0) 04:10:03 (28/33) Installing py3-pep517 (0.8.2-r0) 04:10:03 (29/33) Installing py3-progress (1.5-r0) 04:10:03 (30/33) Installing py3-toml (0.10.1-r0) 04:10:03 ---> f0ac5fce6f5a 04:10:03 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:10:03 (31/33) Installing py3-retrying (1.3.3-r0) 04:10:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:10:03 (33/33) Installing py3-pip (20.1.1-r0) 04:10:03 ---> Running in a690bf0e6145 04:10:03 Removing intermediate container 33ee356e22c5 04:10:03 ---> 8a83959f0022 04:10:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:10:03 Executing busybox-1.31.1-r16.trigger 04:10:03 OK: 71 MiB in 55 packages 04:10:04 ---> cfb4a8ae0909 04:10:04 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:10:05 ---> 7c22fe639deb 04:10:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:10:05 ---> Running in 552a08f4e270 04:10:05 Removing intermediate container a690bf0e6145 04:10:05 ---> ba778733b9cd 04:10:05 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:10:05 Removing intermediate container 552a08f4e270 04:10:05 ---> 1a0a75d08955 04:10:05 Step 19/21 : LABEL arch=x86_64 04:10:05 ---> Running in c791b9d1fd0b 04:10:07 ---> acae4922352d 04:10:07 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:10:10 ---> 55faaece5265 04:10:10 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:10:10 Removing intermediate container c791b9d1fd0b 04:10:10 ---> bfaeef178ad7 04:10:10 Step 20/21 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:10:10 ---> 757a2b89b298 04:10:10 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:10:10 ---> Running in 838a72b89604 04:10:10 ---> Running in a1529e817a66 04:10:10 Removing intermediate container dcf9102c2322 04:10:10 ---> 7b8426ef2536 04:10:10 Step 21/26 : RUN pip install docker-compose==1.23.2 04:10:10 ---> 56d762275e08 04:10:10 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:10:10 ---> Running in 372d11003db1 04:10:10 ---> Running in 8d24191a0182 04:10:10 Removing intermediate container a1529e817a66 04:10:10 ---> 2c064095d432 04:10:10 Step 17/20 : CMD ["--init=true"] 04:10:10 Removing intermediate container 838a72b89604 04:10:10 ---> 7b2cb763b674 04:10:10 Step 21/21 : LABEL version=0.0.0 04:10:11 ---> Running in 69334ec9781d 04:10:11 ---> Running in a205ab1f0e5b 04:10:11 Removing intermediate container 8d24191a0182 04:10:11 ---> f6a1b3e6eb4e 04:10:11 Step 19/21 : LABEL arch=x86_64 04:10:11 ---> Running in 92f9373e9b29 04:10:11 Removing intermediate container 69334ec9781d 04:10:11 ---> f37e66d7d6b7 04:10:11 Step 18/20 : LABEL arch=x86_64 04:10:11 Removing intermediate container a205ab1f0e5b 04:10:11 ---> d0f2650e5790 04:10:11 04:10:11 Successfully built d0f2650e5790 04:10:11 Successfully tagged docker-support-logging-go:latest 04:10:11  Building docker-support-logging-go ... done  ---> Running in a8c682b1ad66 04:10:11 Removing intermediate container 92f9373e9b29 04:10:11 ---> 505f98fb393c 04:10:11 Step 20/21 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:10:11 ---> Running in 6e44d2bdea4c 04:10:11 Removing intermediate container a8c682b1ad66 04:10:11 ---> 59f8d6186c5e 04:10:11 Step 19/20 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:10:11 ---> Running in 1c6a6b539c66 04:10:12 Removing intermediate container 6e44d2bdea4c 04:10:12 ---> deed87ff062d 04:10:12 Step 21/21 : LABEL version=0.0.0 04:10:12 ---> Running in 920d22945108 04:10:12 Collecting docker-compose==1.23.2 04:10:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:10:12 Removing intermediate container 1c6a6b539c66 04:10:12 ---> 9552715b3522 04:10:12 Step 20/20 : LABEL version=0.0.0 04:10:12 ---> Running in 2506fd7c4cfc 04:10:12 Collecting texttable<0.10,>=0.9.0 04:10:12 Downloading texttable-0.9.1.tar.gz (11 kB) 04:10:13 Removing intermediate container 920d22945108 04:10:13 ---> 5472ca8f4c71 04:10:13 04:10:13 Successfully built 5472ca8f4c71 04:10:13 Removing intermediate container 2506fd7c4cfc 04:10:13 ---> b5984a4fea62 04:10:13 04:10:13 Successfully tagged docker-core-command-go:latest 04:10:13  Building docker-core-command-go ... done Successfully built b5984a4fea62 04:10:13 Successfully tagged docker-security-proxy-setup-go:latest 04:10:13  Building docker-security-proxy-setup-go ... done Collecting cached-property<2,>=1.2.0 04:10:13 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:10:13 Collecting PyYAML<4,>=3.10 04:10:13 Downloading PyYAML-3.13.tar.gz (270 kB) 04:10:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:10:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:10:14 Collecting jsonschema<3,>=2.5.1 04:10:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:10:14 Collecting docker<4.0,>=3.6.0 04:10:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:10:15 Collecting docopt<0.7,>=0.6.1 04:10:15 Downloading docopt-0.6.2.tar.gz (25 kB) 04:10:15 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:10:15 Collecting websocket-client<1.0,>=0.32.0 04:10:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:10:15 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:10:15 Collecting dockerpty<0.5,>=0.4.1 04:10:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:10:16 Collecting idna<2.8,>=2.5 04:10:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:10:16 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:10:16 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:10:16 Collecting urllib3<1.25,>=1.21.1 04:10:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:10:16 Collecting docker-pycreds>=0.4.0 04:10:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:10:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:10:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:10:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:10:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:10:16 Installing collected packages: texttable, cached-property, PyYAML, idna, urllib3, requests, jsonschema, websocket-client, docker-pycreds, docker, docopt, dockerpty, docker-compose 04:10:16 Running setup.py install for texttable: started 04:10:17 Running setup.py install for texttable: finished with status 'done' 04:10:17 Running setup.py install for PyYAML: started 04:10:17 Running setup.py install for PyYAML: finished with status 'done' 04:10:17 Attempting uninstall: idna 04:10:17 Found existing installation: idna 2.9 04:10:17 Uninstalling idna-2.9: 04:10:17 Successfully uninstalled idna-2.9 04:10:17 Attempting uninstall: urllib3 04:10:17 Found existing installation: urllib3 1.25.9 04:10:17 Uninstalling urllib3-1.25.9: 04:10:17 Successfully uninstalled urllib3-1.25.9 04:10:17 Attempting uninstall: requests 04:10:17 Found existing installation: requests 2.23.0 04:10:17 Uninstalling requests-2.23.0: 04:10:17 Successfully uninstalled requests-2.23.0 04:10:19 Running setup.py install for docopt: started 04:10:19 Running setup.py install for docopt: finished with status 'done' 04:10:19 Running setup.py install for dockerpty: started 04:10:20 Running setup.py install for dockerpty: finished with status 'done' 04:10:20 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:10:23 Removing intermediate container 372d11003db1 04:10:23 ---> 28a1068a39cb 04:10:23 Step 22/26 : RUN apk --no-cache add curl 04:10:23 ---> Running in 383c545a4300 04:10:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:10:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:10:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:10:24 (2/3) Installing libcurl (7.69.1-r0) 04:10:24 (3/3) Installing curl (7.69.1-r0) 04:10:24 Executing busybox-1.31.1-r16.trigger 04:10:24 OK: 72 MiB in 58 packages 04:10:24 Removing intermediate container 383c545a4300 04:10:24 ---> b3d85bfd4bee 04:10:24 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:10:24 ---> Running in e0c12659f69d 04:10:24 Removing intermediate container e0c12659f69d 04:10:24 ---> 5d4175ca1e57 04:10:24 Step 24/26 : LABEL arch=x86_64 04:10:24 ---> Running in cdcfca1e237a 04:10:25 Removing intermediate container cdcfca1e237a 04:10:25 ---> 8dabab853c61 04:10:25 Step 25/26 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:10:25 ---> Running in c7f94c8e3c18 04:10:25 Removing intermediate container c7f94c8e3c18 04:10:25 ---> faf697dd17f4 04:10:25 Step 26/26 : LABEL version=0.0.0 04:10:25 ---> Running in f4c923865c60 04:10:25 Removing intermediate container f4c923865c60 04:10:25 ---> 02aa232ba061 04:10:25 04:10:25 Successfully built 02aa232ba061 04:10:25 Successfully tagged docker-sys-mgmt-agent-go:latest 04:10:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:10:26 $ docker stop --time=1 33c99a3d954d0fe00f59ea7fc03e37c021c8a52fb11d5e3d910a0660101fe8bb 04:10:27 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:10:28 $ docker rm -f 33c99a3d954d0fe00f59ea7fc03e37c021c8a52fb11d5e3d910a0660101fe8bb [Pipeline] // withDockerContainer [Pipeline] sh 04:10:28 + docker images 04:10:28 + grep docker 04:10:28 docker-sys-mgmt-agent-go latest 02aa232ba061 3 seconds ago 284MB 04:10:28 docker-security-proxy-setup-go latest b5984a4fea62 15 seconds ago 16.4MB 04:10:28 docker-core-command-go latest 5472ca8f4c71 16 seconds ago 13MB 04:10:28 docker-support-logging-go latest d0f2650e5790 17 seconds ago 11.8MB 04:10:28 docker-support-notifications-go latest a31dd53ec7c8 43 seconds ago 14.4MB 04:10:28 docker-security-secrets-setup-go latest 92e4c192ad0f 2 minutes ago 25.1MB 04:10:28 docker-security-secretstore-setup-go latest 7766c5893910 2 minutes ago 33.9MB 04:10:28 docker-core-data-go latest e4b433c8d77d 2 minutes ago 23.8MB 04:10:28 docker-core-metadata-go latest f9715b6eb9cc 2 minutes ago 14.4MB 04:10:28 docker-support-scheduler-go latest bfd5a3241bb0 2 minutes ago 13.1MB 04:10:28 docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:10:31 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:10:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:10:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:10:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:10:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:10:56 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:00 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:04 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:09 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:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:11:17 $ docker stop --time=1 657f20beab53ded016373b3e0ca2102e965fdae4e9ea590daaf3d20ffbf9635c 04:11:19 $ docker rm -f 657f20beab53ded016373b3e0ca2102e965fdae4e9ea590daaf3d20ffbf9635c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:11:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:11:21 04:11:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:11:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:11:21 latest: Pulling from edgex-devops/edgex-compose-arm64 04:11:21 29e5d40040c1: Pulling fs layer 04:11:21 1ce36da41761: Pulling fs layer 04:11:21 25b303627fd3: Pulling fs layer 04:11:22 29e5d40040c1: Verifying Checksum 04:11:22 29e5d40040c1: Download complete 04:11:22 1ce36da41761: Verifying Checksum 04:11:22 1ce36da41761: Download complete 04:11:22 29e5d40040c1: Pull complete 04:11:23 1ce36da41761: Pull complete 04:11:24 25b303627fd3: Verifying Checksum 04:11:24 25b303627fd3: Download complete 04:11:34 25b303627fd3: Pull complete 04:11:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:11:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:11:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:11:35 prd-ubuntu18.04-docker-arm64-4c-16g-4976 does not seem to be running inside a container 04:11:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:11:38 $ docker top 0dc54a4b4c57dc73a5bc66806e508e8cb1d58136d9c939ecdcc9634cc09e3f13 -eo pid,comm [Pipeline] { [Pipeline] sh 04:11:39 + grep parallel 04:11:39 + docker-compose build --help 04:11:43 --parallel Build images in parallel. [Pipeline] } 04:11:43 $ docker stop --time=1 0dc54a4b4c57dc73a5bc66806e508e8cb1d58136d9c939ecdcc9634cc09e3f13 04:11:45 $ docker rm -f 0dc54a4b4c57dc73a5bc66806e508e8cb1d58136d9c939ecdcc9634cc09e3f13 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:11:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:11:46 . [Pipeline] withDockerContainer 04:11:46 prd-ubuntu18.04-docker-arm64-4c-16g-4976 does not seem to be running inside a container 04:11:46 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:11:48 $ docker top ea327caefbe44a708a9f8b87f73f84ae809d0857645ed16a0223bfc336c2da67 -eo pid,comm [Pipeline] { [Pipeline] sh 04:11:49 + docker-compose -f ./docker-compose-build.yml build --parallel 04:11:53 Building docker-core-command-go ... 04:11:53 Building docker-core-data-go ... 04:11:53 Building docker-core-metadata-go ... 04:11:53 Building docker-security-proxy-setup-go ... 04:11:53 Building docker-security-secrets-setup-go ... 04:11:53 Building docker-security-secretstore-setup-go ... 04:11:53 Building docker-support-logging-go ... 04:11:53 Building docker-support-notifications-go ... 04:11:53 Building docker-support-scheduler-go ... 04:11:53 Building docker-sys-mgmt-agent-go ... 04:11:53 Building docker-security-secretstore-setup-go 04:11:53 Building docker-security-secrets-setup-go 04:11:53 Building docker-core-metadata-go 04:11:53 Building docker-security-proxy-setup-go 04:11:53 Building docker-support-notifications-go 04:13:45 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:13:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:13:45 ---> 1370e0d11e24 04:13:45 Step 3/21 : WORKDIR /edgex-go 04:13:45 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:13:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:13:45 ---> 1370e0d11e24 04:13:45 Step 3/26 : WORKDIR /edgex-go 04:13:45 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:13:45 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:13:45 ---> 1370e0d11e24 04:13:45 Step 3/29 : WORKDIR /edgex-go 04:13:45 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:13:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:13:45 ---> 1370e0d11e24 04:13:45 Step 3/23 : WORKDIR /edgex-go 04:13:45 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:13:45 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:13:45 ---> 1370e0d11e24 04:13:45 Step 3/20 : WORKDIR /edgex-go 04:13:47 ---> Running in 62726eed37d5 04:13:47 ---> Running in 89692a84e0e5 04:13:47 ---> Running in 32362ca33801 04:13:47 ---> Running in 1081a56d06d7 04:13:47 ---> Running in 4a341d53abf4 04:13:47 Removing intermediate container 62726eed37d5 04:13:47 ---> e7c3085e5659 04:13:47 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:47 Removing intermediate container 1081a56d06d7 04:13:47 ---> 226e32ff9305 04:13:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:47 Removing intermediate container 89692a84e0e5 04:13:47 ---> 6fa7ad0e9ebf 04:13:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:47 Removing intermediate container 4a341d53abf4 04:13:47 ---> bce495ede896 04:13:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:47 Removing intermediate container 32362ca33801 04:13:47 ---> 0a326c8bf394 04:13:47 Step 4/29 : RUN apk update && apk add make git 04:13:47 ---> Running in 072831c78d68 04:13:47 ---> Running in 5b03928ae1ea 04:13:47 ---> Running in f2d9d485c03a 04:13:47 ---> Running in 058f9209af0e 04:13:47 ---> Running in 67c0f9831460 04:13:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:51 Removing intermediate container 072831c78d68 04:13:51 ---> 16f25c05d6bb 04:13:51 Step 5/20 : RUN apk update && apk add make git 04:13:51 ---> Running in 9029b6f77deb 04:13:52 Removing intermediate container f2d9d485c03a 04:13:52 ---> a5fbdcaa1b8a 04:13:52 Step 5/21 : RUN apk update && apk add make git 04:13:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:52 ---> Running in a4c7ce42c085 04:13:52 Removing intermediate container 058f9209af0e 04:13:52 ---> 2ea4fe9a3ba9 04:13:52 Step 5/26 : RUN apk update && apk add make git 04:13:52 Removing intermediate container 5b03928ae1ea 04:13:52 ---> 2f22d9bffe3f 04:13:52 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:13:52 ---> Running in 805319d7fb20 04:13:52 ---> Running in 25f997247c27 04:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:54 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:13:54 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:13:54 OK: 12620 distinct packages available 04:13:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:55 OK: 217 MiB in 51 packages 04:13:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:56 Removing intermediate container 67c0f9831460 04:13:56 ---> 420c35f59f84 04:13:56 Step 5/29 : COPY go.mod . 04:13:57 ---> 84a5b6b51c4f 04:13:57 Step 6/29 : RUN go mod download 04:13:58 ---> Running in 1c0b4eb3d869 04:13:58 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:13:58 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:13:58 OK: 12620 distinct packages available 04:13:58 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:13:58 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:13:58 OK: 12620 distinct packages available 04:13:58 OK: 217 MiB in 51 packages 04:13:59 OK: 217 MiB in 51 packages 04:13:59 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:13:59 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:13:59 OK: 12620 distinct packages available 04:14:00 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:14:00 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:14:00 OK: 12620 distinct packages available 04:14:00 Removing intermediate container 805319d7fb20 04:14:00 ---> 701fda69c78c 04:14:00 Step 6/23 : COPY go.mod . 04:14:00 OK: 217 MiB in 51 packages 04:14:00 OK: 217 MiB in 51 packages 04:14:00 Removing intermediate container 9029b6f77deb 04:14:00 ---> de112744ccf1 04:14:00 Step 6/20 : COPY go.mod . 04:14:01 ---> ec84cdba5825 04:14:01 Step 7/23 : RUN go mod download 04:14:01 ---> Running in 9594681327af 04:14:02 Removing intermediate container 1c0b4eb3d869 04:14:02 ---> 2ca2c00661ec 04:14:02 Step 7/29 : COPY . . 04:14:02 ---> 02d26eaaa962 04:14:02 Step 7/20 : RUN go mod download 04:14:02 ---> Running in 73b24f14c995 04:14:02 Removing intermediate container 25f997247c27 04:14:02 ---> 496e24fed928 04:14:02 Step 6/26 : COPY go.mod . 04:14:02 Removing intermediate container a4c7ce42c085 04:14:02 ---> 200f644f0384 04:14:02 Step 6/21 : COPY go.mod . 04:14:04 ---> 7f675a6ec8a0 04:14:04 Step 7/26 : RUN go mod download 04:14:04 ---> dc68d9af737e 04:14:04 Step 7/21 : RUN go mod download 04:14:05 ---> Running in a2f9c034fdac 04:14:05 ---> Running in 3bb1fb12ade6 04:14:07 Removing intermediate container 9594681327af 04:14:07 ---> 787f916b63bf 04:14:07 Step 8/23 : COPY . . 04:14:08 Removing intermediate container 73b24f14c995 04:14:08 ---> 1fe59e246df6 04:14:08 Step 8/20 : COPY . . 04:14:15 Removing intermediate container a2f9c034fdac 04:14:15 ---> 17cdd779ce64 04:14:15 Step 8/21 : COPY . . 04:14:15 Removing intermediate container 3bb1fb12ade6 04:14:15 ---> 1ddcfb6e1cba 04:14:15 Step 8/26 : COPY . . 04:14:33 ---> bad0bb425b30 04:14:33 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:14:35 ---> Running in f2aea1f0b3b4 04:14:35 ---> c48b68651faa 04:14:35 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:14:35 ---> 9bf387a22e75 04:14:35 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:14:35 ---> Running in 99783da14dd5 04:14:35 ---> Running in 0405ae0d085d 04:14:35 ---> ba99f1671593 04:14:35 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:14:36 ---> aa4c1dbbba62 04:14:36 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:14:36 ---> Running in 1220ba8ee4e2 04:14:36 ---> Running in 77587d2d344a 04:14:37 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:14: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:14:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:14: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:14:39 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:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:16:00 Removing intermediate container f2aea1f0b3b4 04:16:00 ---> 9aafd7aa2069 04:16:00 04:16:00 Step 9/29 : FROM alpine:latest 04:16:00 latest: Pulling from library/alpine 04:16:00 Removing intermediate container 0405ae0d085d 04:16:00 ---> c3dc4d77a8ac 04:16:00 04:16:00 Step 10/20 : FROM alpine 04:16:00 latest: Pulling from library/alpine 04:16:00 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:16:00 Status: Downloaded newer image for alpine:latest 04:16:00 ---> 62ee0e9f8440 04:16:00 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:16:00 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:16:00 Status: Image is up to date for alpine:latest 04:16:00 ---> 62ee0e9f8440 04:16:00 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:16:00 ---> Running in 2a0e7f0350e7 04:16:00 ---> Running in f40bb68ce556 04:16:01 Removing intermediate container 2a0e7f0350e7 04:16:01 ---> fe4e2871e9c5 04:16:01 Step 11/29 : USER root 04:16:01 ---> Running in c89d07ff0174 04:16:02 Removing intermediate container c89d07ff0174 04:16:02 ---> b7d0c23c00ee 04:16:02 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:16:02 ---> Running in b6d2fe64a5da 04:16:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:16:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:16:04 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:16:04 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:16:04 OK: 12620 distinct packages available 04:16:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:16:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:16:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:16:05 (1/4) Installing ca-certificates (20191127-r4) 04:16:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:16:05 (3/4) Installing libcurl (7.69.1-r0) 04:16:05 (4/4) Installing curl (7.69.1-r0) 04:16:05 Executing busybox-1.31.1-r16.trigger 04:16:05 Executing ca-certificates-20191127-r4.trigger 04:16:05 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:16:05 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:16:05 OK: 12620 distinct packages available 04:16:05 OK: 7 MiB in 18 packages 04:16:06 (1/2) Installing ca-certificates (20191127-r4) 04:16:06 (2/2) Installing dumb-init (1.2.2-r1) 04:16:06 Executing busybox-1.31.1-r16.trigger 04:16:06 Executing ca-certificates-20191127-r4.trigger 04:16:07 OK: 6 MiB in 16 packages 04:16:09 Removing intermediate container f40bb68ce556 04:16:09 ---> e81ceb3f3080 04:16:09 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:16:09 ---> Running in 6a51ca6d9749 04:16:10 Removing intermediate container b6d2fe64a5da 04:16:10 ---> f998e1d0840e 04:16:10 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:16:10 Removing intermediate container 6a51ca6d9749 04:16:10 ---> 77b83905ee33 04:16:10 Step 13/20 : WORKDIR /edgex 04:16:10 ---> Running in d637f6d86721 04:16:10 ---> Running in b77b4a61ea00 04:16:11 Removing intermediate container d637f6d86721 04:16:11 ---> 324f418ecda3 04:16:11 Step 14/29 : WORKDIR $BASE_DIR 04:16:11 Removing intermediate container b77b4a61ea00 04:16:11 ---> c3400bf74524 04:16:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:16:11 ---> Running in 394f050cf775 04:16:12 Removing intermediate container 394f050cf775 04:16:12 ---> 5791b0cdb1d4 04:16:12 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:16:12 ---> Running in c31132ac8523 04:16:12 ---> 52d1acc7d5ac 04:16:12 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:16:15 ---> dc870797886d 04:16:15 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:16:15 ---> Running in 89a87c538d59 04:16:17 Removing intermediate container 89a87c538d59 04:16:17 ---> 98109bffc550 04:16:17 Step 17/20 : CMD ["--init=true"] 04:16:18 ---> Running in 1470f81c9afa 04:16:18 Removing intermediate container c31132ac8523 04:16:18 ---> c77459a6c01b 04:16:18 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:16:19 Removing intermediate container 77587d2d344a 04:16:19 ---> c51cd003f73a 04:16:19 04:16:19 Step 10/26 : FROM alpine:3.10 04:16:19 Removing intermediate container 1470f81c9afa 04:16:19 ---> 361e546c2a40 04:16:19 Step 18/20 : LABEL arch=arm64 04:16:19 ---> Running in 0d8ecf45a0fe 04:16:19 3.10: Pulling from library/alpine 04:16:20 Removing intermediate container 0d8ecf45a0fe 04:16:20 ---> 959617883591 04:16:20 Step 19/20 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:16:20 ---> 93e07014d113 04:16:20 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:16:20 ---> Running in 167b2b6819ec 04:16:21 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:16:21 Status: Downloaded newer image for alpine:3.10 04:16:21 ---> 536a684cf733 04:16:21 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:16:22 ---> Running in 1730d3a1e115 04:16:22 Removing intermediate container 167b2b6819ec 04:16:22 ---> a08073de718e 04:16:22 Step 20/20 : LABEL version=0.0.0 04:16:22 ---> afc20c0435b9 04:16:22 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:16:22 ---> Running in 15ae6fa4740e 04:16:23 Removing intermediate container 15ae6fa4740e 04:16:23 ---> 9f41358d753c 04:16:23 04:16:23 ---> c83606128020 04:16:23 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:16:24 Successfully built 9f41358d753c 04:16:24 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:16:24 Building docker-support-logging-go 04:16:24  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:16:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:16:25 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:16:25 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:16:25 OK: 10167 distinct packages available 04:16:25 ---> 9bb0f716f418 04:16:25 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:16:26 (1/5) Installing ca-certificates (20191127-r2) 04:16:26 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:16:26 (3/5) Installing libcurl (7.66.0-r0) 04:16:26 (4/5) Installing curl (7.66.0-r0) 04:16:26 (5/5) Installing dumb-init (1.2.2-r1) 04:16:26 Executing busybox-1.30.1-r3.trigger 04:16:26 Executing ca-certificates-20191127-r2.trigger 04:16:26 OK: 7 MiB in 19 packages 04:16:27 Removing intermediate container 99783da14dd5 04:16:27 ---> 65360babf6f7 04:16:27 04:16:27 Step 10/23 : FROM scratch 04:16:27 ---> 04:16:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:16:28 ---> cab10671681c 04:16:28 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:16:28 ---> Running in bb5ba237bb3d 04:16:29 ---> Running in 0e917337f337 04:16:29 Removing intermediate container bb5ba237bb3d 04:16:29 ---> a21b30a29dca 04:16:29 Step 12/23 : ENV APP_PORT=48060 04:16:30 ---> Running in 1bcb428a2703 04:16:31 Removing intermediate container 1730d3a1e115 04:16:31 ---> 7081642b2329 04:16:31 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:16:31 Removing intermediate container 1bcb428a2703 04:16:31 ---> e89218614f68 04:16:31 Step 13/23 : EXPOSE $APP_PORT 04:16:32 ---> Running in 64462aabe988 04:16:32 ---> Running in 269655d97cd5 04:16:33 Removing intermediate container 269655d97cd5 04:16:33 ---> 2f6d9c1ed053 04:16:33 Step 13/26 : WORKDIR / 04:16:33 Removing intermediate container 64462aabe988 04:16:33 ---> 0801990a72c8 04:16:33 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:16:33 ---> Running in 299c21957cfd 04:16:34 Removing intermediate container 1220ba8ee4e2 04:16:34 ---> 4d2c91b51f0c 04:16:34 04:16:34 Step 10/21 : FROM scratch 04:16:34 ---> 04:16:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:16:35 ---> Running in 1f36790e855d 04:16:35 ---> 84b5616ba24a 04:16:35 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:16:35 Removing intermediate container 0e917337f337 04:16:35 ---> 791ab3320c6d 04:16:35 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:16:35 Removing intermediate container 299c21957cfd 04:16:35 ---> c68b4a552681 04:16:35 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:35 Removing intermediate container 1f36790e855d 04:16:35 ---> 7f4a2f6d494e 04:16:35 Step 12/21 : ENV APP_PORT=48081 04:16:36 ---> Running in 299c86571c1a 04:16:36 ---> a0ab3c952f2a 04:16:36 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:16:37 ---> 8874b97bf986 04:16:37 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:16:37 ---> 38f601825d97 04:16: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:16:37 Removing intermediate container 299c86571c1a 04:16:37 ---> 2280edea8cea 04:16:37 Step 13/21 : EXPOSE $APP_PORT 04:16:37 ---> Running in 64daa17551c9 04:16:37 ---> Running in 10b96116d38c 04:16:39 Removing intermediate container 10b96116d38c 04:16:39 ---> 46776b611d64 04:16:39 Step 14/21 : WORKDIR / 04:16:39 ---> d7d1e23488d7 04:16:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:16:40 ---> Running in 0ef014edf263 04:16:40 ---> 2e97ede107fc 04:16:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:16:41 ---> 95d4ee16bd8d 04:16:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:16:41 Removing intermediate container 0ef014edf263 04:16:41 ---> 182025d97148 04:16:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:16:41 ---> 3a6f18158171 04:16:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:16:42 ---> 9632671e3ace 04:16:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:16:42 Removing intermediate container 64daa17551c9 04:16:42 ---> ee09222ba4e1 04:16:42 Step 24/29 : RUN chmod 755 security-secrets-setup 04:16:42 ---> a1a5a43e1947 04:16:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:16:43 ---> Running in 36f652ba635c 04:16:44 ---> 7ee026155ecc 04:16:44 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:16:44 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:16:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:16:44 ---> 1370e0d11e24 04:16:44 Step 3/21 : WORKDIR /edgex-go 04:16:44 ---> Using cache 04:16:44 ---> 0a326c8bf394 04:16:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:44 ---> Running in 3f7307bc60fe 04:16:44 ---> 614e15246669 04:16:44 ---> 30b32601fcc2 04:16:44 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:16:44 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:16:45 ---> 53eddb615934 04:16:45 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:16:45 ---> Running in 9632eabb2483 04:16:45 ---> 1d99efc70923 04:16:45 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:16:46 ---> Running in 7a86526f5ead 04:16:46 ---> 7c40374f8b38 04:16:46 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:16:46 Removing intermediate container 9632eabb2483 04:16:46 ---> 88cd9b370ad2 04:16:46 Step 21/23 : LABEL arch=arm64 04:16:46 ---> Running in 1e8eeed56b7b 04:16:47 Removing intermediate container 7a86526f5ead 04:16:47 ---> 33115dc35e86 04:16:47 Step 19/21 : LABEL arch=arm64 04:16:47 ---> Running in f3f411bbcd7f 04:16:47 Removing intermediate container 1e8eeed56b7b 04:16:47 ---> 6f5f9fde4f1f 04:16:47 Step 22/23 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:16:48 ---> 1e28003d4603 04:16:48 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:16:48 ---> Running in 64581ae82337 04:16:48 Removing intermediate container f3f411bbcd7f 04:16:48 ---> 2fc5e672baa4 04:16:48 Step 20/21 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:16:48 Removing intermediate container 3f7307bc60fe 04:16:48 ---> d2b17432043a 04:16:48 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:16:48 Removing intermediate container 36f652ba635c 04:16:48 ---> aea8dfefa0f6 04:16:48 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:16:48 ---> Running in e5944b5f6a82 04:16:48 ---> Running in 5ebaa8f8e156 04:16:48 ---> Running in 58d2382ec5a3 04:16:49 Removing intermediate container 64581ae82337 04:16:49 ---> 186d9e950746 04:16:49 Step 23/23 : LABEL version=0.0.0 04:16:49 ---> 9b1d2abf555a 04:16:49 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:16:49 ---> Running in 6eca1fc0a1cb 04:16:49 ---> Running in 4328d3465624 04:16:49 Removing intermediate container e5944b5f6a82 04:16:49 ---> c7163cef6c8b 04:16:49 Step 21/21 : LABEL version=0.0.0 04:16:49 Removing intermediate container 58d2382ec5a3 04:16:49 ---> 2dc9914259d7 04:16:49 Step 26/29 : CMD [ "generate" ] 04:16:49 ---> Running in d8366830a5a9 04:16:49 ---> Running in e9aa3894f58c 04:16:50 Removing intermediate container 6eca1fc0a1cb 04:16:50 ---> 882771c50d43 04:16:50 04:16:50 Removing intermediate container d8366830a5a9 04:16:50 ---> 5d0e29fd9abc 04:16:50 04:16:50 Removing intermediate container e9aa3894f58c 04:16:50 ---> 459cbab7ea45 04:16:50 Step 27/29 : LABEL arch=arm64 04:16:50 Successfully built 882771c50d43 04:16:50 Successfully tagged docker-support-notifications-go-arm64:latest 04:16:50  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 04:16:51 ---> Running in 6d9b823aa08f 04:16:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:16:51 Successfully built 5d0e29fd9abc 04:16:51 Successfully tagged docker-core-metadata-go-arm64:latest 04:16:51  Building docker-core-metadata-go ... done Building docker-core-command-go 04:16:51 Removing intermediate container 6d9b823aa08f 04:16:51 ---> 768c4c2d6702 04:16:51 Step 28/29 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:16:51 ---> Running in 5eab03446ced 04:16:52 Removing intermediate container 5eab03446ced 04:16:52 ---> fb52613296a6 04:16:52 Step 29/29 : LABEL version=0.0.0 04:16:52 ---> Running in 5696bd553413 04:16:52 Removing intermediate container 4328d3465624 04:16:52 ---> d4c54ced0589 04:16:52 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:16:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:16:53 ---> Running in 721e5c05b3a2 04:16:54 Removing intermediate container 5696bd553413 04:16:54 ---> e97c9ed15888 04:16:54 04:16:54 Successfully built e97c9ed15888 04:16:55 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:16:55 Building docker-support-scheduler-go 04:16:55  Building docker-security-secrets-setup-go ... done Removing intermediate container 721e5c05b3a2 04:16:55 ---> ee5ad3bd1173 04:16:55 Step 24/26 : LABEL arch=arm64 04:16:56 ---> Running in 67598de386da 04:16:56 Removing intermediate container 67598de386da 04:16:56 ---> f5549776f2a1 04:16:56 Step 25/26 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:16:57 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:16:57 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:16:57 OK: 12620 distinct packages available 04:16:57 OK: 217 MiB in 51 packages 04:16:58 ---> Running in ed0fa122aa49 04:16:58 OK: 217 MiB in 51 packages 04:17:00 Removing intermediate container ed0fa122aa49 04:17:00 ---> 474e0a32d646 04:17:00 Step 26/26 : LABEL version=0.0.0 04:17:00 ---> Running in 49832c7e8c6c 04:17:01 Removing intermediate container 5ebaa8f8e156 04:17:01 ---> 322c64bc0cc9 04:17:01 Step 6/21 : COPY go.mod . 04:17:02 Removing intermediate container 49832c7e8c6c 04:17:02 ---> 52865db46e91 04:17:02 04:17:02 Successfully built 52865db46e91 04:17:03 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:17:03 ---> c163c2fecc72 04:17:03 Step 7/21 : RUN go mod download Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 04:17:03 04:17:04 ---> Running in 21300831e993 04:17:09 Removing intermediate container 21300831e993 04:17:09 ---> 6f887aec3251 04:17:09 Step 8/21 : COPY . . 04:17:31 ---> 84646712ab5c 04:17:31 Step 9/21 : RUN make cmd/support-logging/support-logging 04:17:31 ---> Running in 22dea040e2e8 04:17:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:17:59 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:17:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:17:59 ---> 1370e0d11e24 04:17:59 Step 3/21 : WORKDIR /edgex-go 04:17:59 ---> Using cache 04:17:59 ---> 0a326c8bf394 04:17:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:17:59 ---> Using cache 04:17:59 ---> d2b17432043a 04:17:59 Step 5/21 : RUN apk update && apk add make git 04:17:59 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:17:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:17:59 ---> 1370e0d11e24 04:17:59 Step 3/26 : WORKDIR /edgex-go 04:17:59 ---> Using cache 04:17:59 ---> 0a326c8bf394 04:17:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:17:59 ---> Using cache 04:17:59 ---> d2b17432043a 04:17:59 Step 5/26 : RUN apk update && apk add make bash git 04:17:59 ---> Running in 5a9de1ffc2fa 04:17:59 ---> Running in 86304ffbf4f6 04:18:02 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:18:02 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:18:02 ---> 1370e0d11e24 04:18:02 Step 3/20 : WORKDIR /edgex-go 04:18:02 ---> Using cache 04:18:02 ---> 0a326c8bf394 04:18:02 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:18:02 ---> Using cache 04:18:02 ---> d2b17432043a 04:18:02 Step 5/20 : RUN apk update && apk add make git 04:18:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:18:02 ---> Running in 04442ff1b0ba 04:18:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:18:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:18:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:18:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:18:07 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:18:07 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:18:07 OK: 12620 distinct packages available 04:18:07 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:18:07 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:18:07 OK: 12620 distinct packages available 04:18:07 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:18:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:18:07 ---> 1370e0d11e24 04:18:07 Step 3/22 : WORKDIR /edgex-go 04:18:07 ---> Using cache 04:18:07 ---> 0a326c8bf394 04:18:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:18:07 ---> Using cache 04:18:07 ---> d2b17432043a 04:18:07 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:18:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:18:07 OK: 217 MiB in 51 packages 04:18:08 ---> Running in 437f91dcbb7e 04:18:08 OK: 217 MiB in 51 packages 04:18:10 Removing intermediate container 5a9de1ffc2fa 04:18:10 ---> 54e1ac7b3957 04:18:10 Step 6/26 : COPY go.mod . 04:18:10 Removing intermediate container 86304ffbf4f6 04:18:10 ---> fc22e81f19a3 04:18:10 Step 6/21 : COPY go.mod . 04:18:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:18:11 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:18:11 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:18:11 OK: 12620 distinct packages available 04:18:11 ---> 9b483f044cda 04:18:11 Step 7/26 : RUN go mod download 04:18:11 ---> 201bebab850d 04:18:11 Step 7/21 : RUN go mod download 04:18:11 ---> Running in 223a26bfa526 04:18:11 ---> Running in c0f165d8a200 04:18:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:18:11 OK: 217 MiB in 51 packages 04:18:13 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:18:13 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:18:13 OK: 12620 distinct packages available 04:18:13 Removing intermediate container 04442ff1b0ba 04:18:13 ---> 0e975758f3bd 04:18:13 Step 6/20 : COPY go.mod . 04:18:14 OK: 217 MiB in 51 packages 04:18:14 ---> d5bbd774da49 04:18:14 Step 7/20 : RUN go mod download 04:18:15 ---> Running in c032b28a8081 04:18:16 Removing intermediate container 437f91dcbb7e 04:18:16 ---> 354cfef24069 04:18:16 Step 6/22 : COPY go.mod . 04:18:16 Removing intermediate container c0f165d8a200 04:18:16 ---> 850dbbe3c4ba 04:18:16 Step 8/21 : COPY . . 04:18:16 Removing intermediate container 223a26bfa526 04:18:16 ---> 9159be52cc37 04:18:16 Step 8/26 : COPY . . 04:18:16 ---> 1781b134f7ca 04:18:16 Step 7/22 : RUN go mod download 04:18:17 ---> Running in 8a9208bd92b2 04:18:21 Removing intermediate container 22dea040e2e8 04:18:21 ---> c8ee8236252c 04:18:21 04:18:21 Step 10/21 : FROM scratch 04:18:21 ---> 04:18:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:18:21 Removing intermediate container c032b28a8081 04:18:21 ---> 5f3b86889c79 04:18:21 Step 8/20 : COPY . . 04:18:21 ---> Using cache 04:18:21 ---> a21b30a29dca 04:18:21 Step 12/21 : ENV APP_PORT=48061 04:18:21 ---> Running in d0aa5a7fd7a9 04:18:22 Removing intermediate container 8a9208bd92b2 04:18:22 ---> 04eccb9a08eb 04:18:22 Step 8/22 : COPY . . 04:18:22 Removing intermediate container d0aa5a7fd7a9 04:18:22 ---> 6a15ba47988f 04:18:22 Step 13/21 : EXPOSE $APP_PORT 04:18:23 ---> Running in 1038d0f8adea 04:18:24 Removing intermediate container 1038d0f8adea 04:18:24 ---> 8a758ce7e9ef 04:18:24 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:18:27 ---> de4b1cd9aa37 04:18:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:18:30 ---> 61a385630855 04:18:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:18:32 ---> 71a829a6c949 04:18:32 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:18:34 ---> cc49b6e0fc6b 04:18:34 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:18:34 ---> Running in b07ab737be0b 04:18:35 Removing intermediate container b07ab737be0b 04:18:35 ---> 39d33083f25b 04:18:35 Step 19/21 : LABEL arch=arm64 04:18:36 ---> Running in 4618c7931906 04:18:37 Removing intermediate container 4618c7931906 04:18:37 ---> 44ed850986e2 04:18:37 Step 20/21 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:18:37 ---> Running in 5d8a4210dbf9 04:18:38 Removing intermediate container 5d8a4210dbf9 04:18:38 ---> 8ee111d68200 04:18:38 Step 21/21 : LABEL version=0.0.0 04:18:38 ---> Running in 20dc11258418 04:18:39 Removing intermediate container 20dc11258418 04:18:39 ---> 022dd40066c4 04:18:39 04:18:40 Successfully built 022dd40066c4 04:18:40 Successfully tagged docker-support-logging-go-arm64:latest 04:18:43  Building docker-support-logging-go ... done  ---> b42ef93209c5 04:18:43 Step 9/21 : RUN make cmd/core-command/core-command 04:18:43 ---> 8c90768d6b4d 04:18:43 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:18:43 ---> Running in ae8847e9da6f 04:18:43 ---> Running in 377f173232f4 04:18:45 ---> fb352c8a3957 04:18:45 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:18:45 ---> Running in 499d1f4cb271 04:18:45 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:18:46 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:18:46 ---> 73248057414f 04:18:46 Step 9/22 : RUN make cmd/core-data/core-data 04:18:47 ---> Running in 40d9af49bafb 04:18:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:18:49 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:20:11 Removing intermediate container 377f173232f4 04:20:11 ---> f28bf3a8747f 04:20:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:20:11 ---> Running in d56e7be84c0d 04:20:11 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:20:11 Removing intermediate container d56e7be84c0d 04:20:11 ---> 0c3e4ee1851e 04:20:11 04:20:11 Step 11/26 : FROM docker:latest 04:20:11 ---> ce9d55ae87f1 04:20:11 Step 12/26 : RUN apk add --no-cache bash 04:20:11 ---> Running in b16652a2c1d4 04:20:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:20:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:20:15 (1/2) Installing readline (8.0.4-r0) 04:20:15 (2/2) Installing bash (5.0.17-r0) 04:20:15 Executing bash-5.0.17-r0.post-install 04:20:15 Executing busybox-1.31.1-r16.trigger 04:20:15 OK: 12 MiB in 22 packages 04:20:16 Removing intermediate container ae8847e9da6f 04:20:16 ---> 2b2e4d4db8c4 04:20:16 04:20:16 Step 10/21 : FROM scratch 04:20:16 ---> 04:20:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:20:16 ---> Using cache 04:20:16 ---> 7f4a2f6d494e 04:20:16 Step 12/21 : ENV APP_PORT=48082 04:20:17 ---> Running in 7ea8fb939664 04:20:18 Removing intermediate container b16652a2c1d4 04:20:18 ---> d9f0af9d000a 04:20:18 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:20:18 Removing intermediate container 7ea8fb939664 04:20:18 ---> bd8eb305c5f7 04:20:18 Step 13/21 : EXPOSE $APP_PORT 04:20:18 ---> Running in 23e58ea1f6f2 04:20:18 ---> Running in 4447ce7910b3 04:20:19 Removing intermediate container 4447ce7910b3 04:20:19 ---> 786e57abe404 04:20:19 Step 14/21 : WORKDIR / 04:20:19 ---> Running in 7fae72db2a4b 04:20:20 Removing intermediate container 7fae72db2a4b 04:20:20 ---> 0ee64c05cc20 04:20:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:20:21 Removing intermediate container 499d1f4cb271 04:20:21 ---> 6e2061816a98 04:20:21 04:20:21 Step 10/20 : FROM scratch 04:20:21 ---> 04:20:21 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:20:21 ---> Using cache 04:20:21 ---> 7f4a2f6d494e 04:20:21 Step 12/20 : ENV APP_PORT=48085 04:20:21 ---> 775a4ea532ab 04:20:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:20:21 ---> Running in 072fc1c37206 04:20:21 Removing intermediate container 23e58ea1f6f2 04:20:21 ---> 8504424a4dc0 04:20:21 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:20:22 Removing intermediate container 072fc1c37206 04:20:22 ---> dc662036d930 04:20:22 Step 13/20 : EXPOSE $APP_PORT 04:20:22 ---> Running in 70e55df81187 04:20:22 ---> Running in d093e0ca6224 04:20:22 ---> 3121fa49a545 04:20:22 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:20:23 Removing intermediate container d093e0ca6224 04:20:23 ---> a74d71b10097 04:20:23 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:20:23 Removing intermediate container 70e55df81187 04:20:23 ---> 8644d641cd91 04:20:23 Step 15/26 : ENV APP_PORT=48090 04:20:23 ---> Running in 6279ab4a7fb9 04:20:23 ---> 60419939f215 04:20:23 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:20:23 ---> Running in 6e5e6c620bee 04:20:23 ---> 0dacb9d6f53a 04:20:23 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:20:23 Removing intermediate container 6279ab4a7fb9 04:20:23 ---> 23319412e27e 04:20:23 Step 16/26 : EXPOSE $APP_PORT 04:20:24 ---> Running in cee2df49ffbe 04:20:24 Removing intermediate container 6e5e6c620bee 04:20:24 ---> 8001eafedffa 04:20:24 Step 19/21 : LABEL arch=arm64 04:20:25 ---> Running in 8727026e976a 04:20:25 Removing intermediate container cee2df49ffbe 04:20:25 ---> 5ce2ccf2ff33 04:20:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:20:25 ---> 39e4e7126a5e 04:20:25 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:20:25 Removing intermediate container 8727026e976a 04:20:25 ---> 602d6315c2fe 04:20:25 Step 20/21 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:20:25 ---> Running in e2a3568f1e59 04:20:26 Removing intermediate container e2a3568f1e59 04:20:26 ---> b36ff947fc32 04:20:26 Step 21/21 : LABEL version=0.0.0 04:20:26 ---> 077c5ec0c93d 04:20:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:20:26 ---> 2b2dd157333f 04:20:26 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:20:26 ---> Running in fc3ce8b51170 04:20:26 ---> Running in 34ad1ca29cfa 04:20:27 Removing intermediate container fc3ce8b51170 04:20:27 ---> 03c4f54d442f 04:20:27 04:20:27 Removing intermediate container 34ad1ca29cfa 04:20:27 ---> 9830fd48a7e6 04:20:27 Step 18/20 : LABEL arch=arm64 04:20:28 Successfully built 03c4f54d442f 04:20:28 ---> 1f14c06c4c16 04:20:28 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:20:28 Successfully tagged docker-core-command-go-arm64:latest 04:20:28  Building docker-core-command-go ... done  ---> Running in 3b86e6786695 04:20:28 Removing intermediate container 3b86e6786695 04:20:28 ---> c23ddf7dd972 04:20:28 Step 19/20 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:20:28 ---> Running in ec3f676372de 04:20:29 ---> e0cf1d460c70 04:20:29 Step 20/26 : RUN apk --no-cache add py-pip 04:20:29 Removing intermediate container ec3f676372de 04:20:29 ---> 31bf6f8493c6 04:20:29 Step 20/20 : LABEL version=0.0.0 04:20:29 ---> Running in 5752ab82459a 04:20:29 ---> Running in 206a2f4a847e 04:20:30 Removing intermediate container 206a2f4a847e 04:20:30 ---> a010eb7ead1a 04:20:30 04:20:30 Successfully built a010eb7ead1a 04:20:30 Successfully tagged docker-support-scheduler-go-arm64:latest 04:20:31  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:20:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:20:31 (1/33) Installing libbz2 (1.0.8-r1) 04:20:31 (2/33) Installing expat (2.2.9-r1) 04:20:31 (3/33) Installing libffi (3.3-r2) 04:20:31 (4/33) Installing gdbm (1.13-r1) 04:20:31 (5/33) Installing xz-libs (5.2.5-r0) 04:20:31 (6/33) Installing sqlite-libs (3.32.1-r0) 04:20:31 (7/33) Installing python3 (3.8.5-r0) 04:20:32 Removing intermediate container 40d9af49bafb 04:20:32 ---> 16c206fb8cbe 04:20:32 04:20:32 Step 10/22 : FROM alpine 04:20:32 ---> 62ee0e9f8440 04:20:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:20:33 ---> Running in 3f83a47b98df 04:20:33 Removing intermediate container 3f83a47b98df 04:20:33 ---> d8eb4d2363be 04:20:33 Step 12/22 : ENV APP_PORT=48080 04:20:33 (8/33) Installing py3-appdirs (1.4.4-r1) 04:20:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:20:33 (10/33) Installing py3-parsing (2.4.7-r0) 04:20:33 (11/33) Installing py3-six (1.15.0-r0) 04:20:33 ---> Running in 1c1445dc6a2b 04:20:33 (12/33) Installing py3-packaging (20.4-r0) 04:20:33 (13/33) Installing py3-setuptools (47.0.0-r0) 04:20:33 (14/33) Installing py3-chardet (3.0.4-r4) 04:20:34 (15/33) Installing py3-idna (2.9-r0) 04:20:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:20:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:20:34 (18/33) Installing py3-requests (2.23.0-r0) 04:20:34 (19/33) Installing py3-msgpack (1.0.0-r0) 04:20:34 (20/33) Installing py3-lockfile (0.12.2-r3) 04:20:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:20:34 (22/33) Installing py3-colorama (0.4.3-r0) 04:20:34 (23/33) Installing py3-distlib (0.3.0-r0) 04:20:34 (24/33) Installing py3-distro (1.5.0-r1) 04:20:34 (25/33) Installing py3-webencodings (0.5.1-r3) 04:20:34 (26/33) Installing py3-html5lib (1.0.1-r4) 04:20:34 (27/33) Installing py3-pytoml (0.1.21-r0) 04:20:34 (28/33) Installing py3-pep517 (0.8.2-r0) 04:20:34 (29/33) Installing py3-progress (1.5-r0) 04:20:34 (30/33) Installing py3-toml (0.10.1-r0) 04:20:34 (31/33) Installing py3-retrying (1.3.3-r0) 04:20:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:20:34 (33/33) Installing py3-pip (20.1.1-r0) 04:20:34 Removing intermediate container 1c1445dc6a2b 04:20:34 ---> c01f74ead504 04:20:34 Step 13/22 : EXPOSE $APP_PORT 04:20:34 Executing busybox-1.31.1-r16.trigger 04:20:34 OK: 71 MiB in 55 packages 04:20:34 ---> Running in cf30b215c201 04:20:35 Removing intermediate container cf30b215c201 04:20:35 ---> b03a563de323 04:20:35 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:20:35 ---> Running in 6613ea9e15a7 04:20:38 Removing intermediate container 6613ea9e15a7 04:20:38 ---> 498399265244 04:20:38 Step 15/22 : RUN apk --no-cache add zeromq 04:20:38 ---> Running in 816b8b75db17 04:20:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:20:40 Removing intermediate container 5752ab82459a 04:20:40 ---> cdf1653db739 04:20:40 Step 21/26 : RUN pip install docker-compose==1.23.2 04:20:40 ---> Running in 29a750b03da4 04:20:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:20:42 (1/5) Installing libgcc (9.3.0-r2) 04:20:42 (2/5) Installing libsodium (1.0.18-r0) 04:20:42 (3/5) Installing libstdc++ (9.3.0-r2) 04:20:42 (4/5) Installing libzmq (4.3.2-r0) 04:20:42 (5/5) Installing zeromq (4.3.2-r0) 04:20:42 Executing busybox-1.31.1-r16.trigger 04:20:43 OK: 8 MiB in 19 packages 04:20:44 Removing intermediate container 816b8b75db17 04:20:44 ---> cf64527aed97 04:20:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:20:45 ---> ef3fb75b7806 04:20:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:20:46 Collecting docker-compose==1.23.2 04:20:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:20:46 ---> c502c31cf4a4 04:20:46 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:20:47 Collecting jsonschema<3,>=2.5.1 04:20:47 ---> 083f9b6ed5dc 04:20:47 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:20:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:20:47 ---> Running in 2acefa1952c1 04:20:47 Collecting docopt<0.7,>=0.6.1 04:20:47 Downloading docopt-0.6.2.tar.gz (25 kB) 04:20:47 Removing intermediate container 2acefa1952c1 04:20:47 ---> 7ed56c4e68f3 04:20:47 Step 20/22 : LABEL arch=arm64 04:20:48 ---> Running in 8fca4ba9d238 04:20:48 Removing intermediate container 8fca4ba9d238 04:20:48 ---> c68f54939a3f 04:20:48 Step 21/22 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:20:48 ---> Running in 7b015256b533 04:20:49 Removing intermediate container 7b015256b533 04:20:49 ---> 873a6a211413 04:20:49 Step 22/22 : LABEL version=0.0.0 04:20:49 ---> Running in ba45dcb2abc5 04:20:49 Removing intermediate container ba45dcb2abc5 04:20:49 ---> e4833d5c69e5 04:20:49 04:20:50 Successfully built e4833d5c69e5 04:20:50 Successfully tagged docker-core-data-go-arm64:latest 04:20:50  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 04:20:50 Downloading PyYAML-3.13.tar.gz (270 kB) 04:20:53 Collecting docker<4.0,>=3.6.0 04:20:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:20:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:20:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:20:55 Collecting dockerpty<0.5,>=0.4.1 04:20:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:20:57 Collecting cached-property<2,>=1.2.0 04:20:57 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:20:57 Collecting websocket-client<1.0,>=0.32.0 04:20:57 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:20:58 Collecting texttable<0.10,>=0.9.0 04:20:58 Downloading texttable-0.9.1.tar.gz (11 kB) 04:20:59 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:21:00 Collecting docker-pycreds>=0.4.0 04:21:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:21:00 Collecting urllib3<1.25,>=1.21.1 04:21:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:21:00 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:21:00 Collecting idna<2.8,>=2.5 04:21:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:21:01 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:21:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:21:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:21:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:21:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:21:01 Installing collected packages: jsonschema, docopt, PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, cached-property, texttable, docker-compose 04:21:02 Running setup.py install for docopt: started 04:21:04 Running setup.py install for docopt: finished with status 'done' 04:21:04 Running setup.py install for PyYAML: started 04:21:06 Running setup.py install for PyYAML: finished with status 'done' 04:21:06 Attempting uninstall: urllib3 04:21:06 Found existing installation: urllib3 1.25.9 04:21:06 Uninstalling urllib3-1.25.9: 04:21:06 Successfully uninstalled urllib3-1.25.9 04:21:07 Attempting uninstall: idna 04:21:07 Found existing installation: idna 2.9 04:21:07 Uninstalling idna-2.9: 04:21:07 Successfully uninstalled idna-2.9 04:21:07 Attempting uninstall: requests 04:21:08 Found existing installation: requests 2.23.0 04:21:08 Uninstalling requests-2.23.0: 04:21:08 Successfully uninstalled requests-2.23.0 04:21:09 Running setup.py install for dockerpty: started 04:21:11 Running setup.py install for dockerpty: finished with status 'done' 04:21:11 Running setup.py install for texttable: started 04:21:12 Running setup.py install for texttable: finished with status 'done' 04:21:13 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:21:16 Removing intermediate container 29a750b03da4 04:21:16 ---> ecdef1d692d1 04:21:16 Step 22/26 : RUN apk --no-cache add curl 04:21:16 ---> Running in 4669cc12cbcf 04:21:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:21:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:21:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:21:19 (2/3) Installing libcurl (7.69.1-r0) 04:21:19 (3/3) Installing curl (7.69.1-r0) 04:21:19 Executing busybox-1.31.1-r16.trigger 04:21:19 OK: 71 MiB in 58 packages 04:21:20 Removing intermediate container 4669cc12cbcf 04:21:20 ---> 5d3021fae1fe 04:21:20 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:21:20 ---> Running in 31fd18bd79b0 04:21:21 Removing intermediate container 31fd18bd79b0 04:21:21 ---> cbc24ddf8c19 04:21:21 Step 24/26 : LABEL arch=arm64 04:21:21 ---> Running in 7a268359f2dc 04:21:21 Removing intermediate container 7a268359f2dc 04:21:21 ---> 903f0b52dbe6 04:21:21 Step 25/26 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 04:21:22 ---> Running in b8333a011984 04:21:22 Removing intermediate container b8333a011984 04:21:22 ---> 6a4e09274278 04:21:22 Step 26/26 : LABEL version=0.0.0 04:21:22 ---> Running in 3c3e88b76dbc 04:21:22 Removing intermediate container 3c3e88b76dbc 04:21:22 ---> 892a86e821af 04:21:22 04:21:23 Successfully built 892a86e821af 04:21:23 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:21:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:21:23 $ docker stop --time=1 ea327caefbe44a708a9f8b87f73f84ae809d0857645ed16a0223bfc336c2da67 04:21:25 $ docker rm -f ea327caefbe44a708a9f8b87f73f84ae809d0857645ed16a0223bfc336c2da67 [Pipeline] // withDockerContainer [Pipeline] sh 04:21:26 + docker images 04:21:26 + grep docker 04:21:26 docker-sys-mgmt-agent-go-arm64 latest 892a86e821af 4 seconds ago 266MB 04:21:26 docker-core-data-go-arm64 latest e4833d5c69e5 37 seconds ago 22.6MB 04:21:26 docker-support-scheduler-go-arm64 latest a010eb7ead1a 57 seconds ago 12.6MB 04:21:26 docker-core-command-go-arm64 latest 03c4f54d442f 59 seconds ago 12.4MB 04:21:26 docker-support-logging-go-arm64 latest 022dd40066c4 2 minutes ago 11.4MB 04:21:26 docker-security-secretstore-setup-go-arm64 latest 52865db46e91 4 minutes ago 32.6MB 04:21:26 docker-security-secrets-setup-go-arm64 latest e97c9ed15888 4 minutes ago 24.2MB 04:21:26 docker-core-metadata-go-arm64 latest 5d0e29fd9abc 4 minutes ago 13.8MB 04:21:26 docker-support-notifications-go-arm64 latest 882771c50d43 4 minutes ago 13.9MB 04:21:26 docker-security-proxy-setup-go-arm64 latest 9f41358d753c 5 minutes ago 15.8MB 04:21:26 docker latest ce9d55ae87f1 6 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:21:28 provisioning config files... 04:21:28 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config6536566444655942946tmp [Pipeline] { [Pipeline] sh 04:21:28 + curl -s https://codecov.io/bash 04:21:28 + bash -s - -t @/w/workspace/edgex-go/5@tmp/config6536566444655942946tmp [Pipeline] } 04:21:28 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:21:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:21:31 ---> package-listing.sh 04:21:31 ++ facter osfamily 04:21:31 ++ tr '[:upper:]' '[:lower:]' 04:21:31 + OS_FAMILY=redhat 04:21:31 + workspace=/w/workspace/edgex-go/5 04:21:31 + START_PACKAGES=/tmp/packages_start.txt 04:21:31 + END_PACKAGES=/tmp/packages_end.txt 04:21:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:21:31 + PACKAGES=/tmp/packages_start.txt 04:21:31 + '[' /w/workspace/edgex-go/5 ']' 04:21:31 + PACKAGES=/tmp/packages_end.txt 04:21:31 + case "${OS_FAMILY}" in 04:21:31 + rpm -qa 04:21:31 + sort 04:21:35 + '[' -f /tmp/packages_start.txt ']' 04:21:35 + '[' -f /tmp/packages_end.txt ']' 04:21:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:21:35 + '[' /w/workspace/edgex-go/5 ']' 04:21:35 + mkdir -p /w/workspace/edgex-go/5/archives/ 04:21:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] isUnix [Pipeline] sh 04:21:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:21:36 04:21:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:21:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:21:36 alpine: Pulling from edgex-lftools-log-publisher 04:21:36 c9b1b535fdd9: Pulling fs layer 04:21:36 2cc5ad85d9ab: Pulling fs layer 04:21:36 756a868c4378: Pulling fs layer 04:21:36 444b2fc9a129: Pulling fs layer 04:21:36 ea15f1150254: Pulling fs layer 04:21:36 41b27a9f41bf: Pulling fs layer 04:21:36 28c525ee5125: Pulling fs layer 04:21:36 094b1ea09ed8: Pulling fs layer 04:21:36 138eaada9080: Pulling fs layer 04:21:36 0622d0fa9048: Pulling fs layer 04:21:36 444b2fc9a129: Waiting 04:21:36 ea15f1150254: Waiting 04:21:36 41b27a9f41bf: Waiting 04:21:36 28c525ee5125: Waiting 04:21:36 094b1ea09ed8: Waiting 04:21:36 138eaada9080: Waiting 04:21:36 0622d0fa9048: Waiting 04:21:36 2cc5ad85d9ab: Verifying Checksum 04:21:36 2cc5ad85d9ab: Download complete 04:21:36 444b2fc9a129: Verifying Checksum 04:21:36 444b2fc9a129: Download complete 04:21:36 c9b1b535fdd9: Verifying Checksum 04:21:36 c9b1b535fdd9: Download complete 04:21:36 ea15f1150254: Verifying Checksum 04:21:36 ea15f1150254: Download complete 04:21:36 28c525ee5125: Verifying Checksum 04:21:36 28c525ee5125: Download complete 04:21:36 756a868c4378: Verifying Checksum 04:21:36 756a868c4378: Download complete 04:21:36 c9b1b535fdd9: Pull complete 04:21:36 094b1ea09ed8: Verifying Checksum 04:21:36 094b1ea09ed8: Download complete 04:21:36 138eaada9080: Verifying Checksum 04:21:36 138eaada9080: Download complete 04:21:36 0622d0fa9048: Download complete 04:21:37 2cc5ad85d9ab: Pull complete 04:21:37 41b27a9f41bf: Verifying Checksum 04:21:37 41b27a9f41bf: Download complete 04:21:38 756a868c4378: Pull complete 04:21:38 444b2fc9a129: Pull complete 04:21:39 ea15f1150254: Pull complete 04:21:44 41b27a9f41bf: Pull complete 04:21:44 28c525ee5125: Pull complete 04:21:46 094b1ea09ed8: Pull complete 04:21:46 138eaada9080: Pull complete 04:21:46 0622d0fa9048: Pull complete 04:21:46 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:21:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:21:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:21:46 prd-centos7-docker-4c-2g-4975 does not seem to be running inside a container 04:21:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:21:52 $ docker top 841ac33ba08242c95577b28bd4ab2cc992ac8ca37de42071f2c5e5c6000b5dd1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:21:52 provisioning config files... 04:21:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config2169647740829857785tmp [Pipeline] { [Pipeline] echo 04:21:52 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:21:53 ---> create-netrc.sh [Pipeline] echo 04:21:53 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:21:53 ---> logs-deploy.sh 04:21:53 + ARCHIVE_ARTIFACTS= 04:21:53 + LOGS_SERVER=https://logs.edgexfoundry.org 04:21:53 + '[' https://logs.edgexfoundry.org == None ']' 04:21:53 + NEXUS_URL=https://nexus.edgexfoundry.org 04:21:53 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/5 04:21:53 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/5/ 04:21:53 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/5 /w/workspace/edgex-go/5 04:21:54 Archives upload complete. 04:21:54 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/5/