Pull request #2665 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of venkata-subbareddyK for edgexfoundry/edgex-go Loading trusted files from base branch master at 6df8530f92e66c259c9e6c4b7995a1e49851403d rather than dbdd0b2752ac289a8283e045f92c2be7099fb530 Obtained Jenkinsfile from 6df8530f92e66c259c9e6c4b7995a1e49851403d Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2665/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 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-602 in /w/workspace/edgexfoundry_edgex-go_PR-2665 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2665/head:refs/remotes/origin/PR-2665 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 6df8530f92e66c259c9e6c4b7995a1e49851403d into PR head commit dbdd0b2752ac289a8283e045f92c2be7099fb530 Merge succeeded, producing dbdd0b2752ac289a8283e045f92c2be7099fb530 Checking out Revision dbdd0b2752ac289a8283e045f92c2be7099fb530 (PR-2665) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2665/head:refs/remotes/origin/PR-2665 # 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/2665/head:refs/remotes/origin/PR-2665 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dbdd0b2752ac289a8283e045f92c2be7099fb530 # 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 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dbdd0b2752ac289a8283e045f92c2be7099fb530 # timeout=10 Commit message: "refactor: update dockerfiles to appropriately use ENTRYPOINT and CMD" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:55:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:55:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:55:09 ========================================================= 17:55:09 EdgeX Global Pipelines Version Info 17:55:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:55:11 ------------------- 17:55:11 stable info: 17:55:11 ------------------- 17:55:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:55:11 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 17:55:11 Message: update stable to v1.0.106 17:55:12 ------------------- 17:55:12 experimental info: 17:55:12 ------------------- 17:55:12 Commited By: **** collab-it+edgex@linuxfoundation.org 17:55:12 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 17:55:12 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 17:55:14 ++ 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 17:55:14 + for file in '`ls cmd/**/Dockerfile`' 17:55:14 ++ dirname cmd/core-command/Dockerfile 17:55:14 ++ cut -d/ -f2 17:55:14 + echo core-command,cmd/core-command/Dockerfile 17:55:14 + for file in '`ls cmd/**/Dockerfile`' 17:55:14 ++ dirname cmd/core-data/Dockerfile 17:55:14 ++ cut -d/ -f2 17:55:14 + echo core-data,cmd/core-data/Dockerfile 17:55:14 + for file in '`ls cmd/**/Dockerfile`' 17:55:14 ++ dirname cmd/core-metadata/Dockerfile 17:55:14 ++ cut -d/ -f2 17:55:14 + echo core-metadata,cmd/core-metadata/Dockerfile 17:55:14 + for file in '`ls cmd/**/Dockerfile`' 17:55:14 ++ dirname cmd/security-proxy-setup/Dockerfile 17:55:14 ++ cut -d/ -f2 17:55:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:55:14 + for file in '`ls cmd/**/Dockerfile`' 17:55:14 ++ dirname cmd/security-secrets-setup/Dockerfile 17:55:14 ++ cut -d/ -f2 17:55:14 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 17:55:14 + for file in '`ls cmd/**/Dockerfile`' 17:55:14 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:55:14 ++ cut -d/ -f2 17:55:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:55:14 + for file in '`ls cmd/**/Dockerfile`' 17:55:14 ++ dirname cmd/support-logging/Dockerfile 17:55:14 ++ cut -d/ -f2 17:55:14 + echo support-logging,cmd/support-logging/Dockerfile 17:55:14 + for file in '`ls cmd/**/Dockerfile`' 17:55:14 ++ dirname cmd/support-notifications/Dockerfile 17:55:14 ++ cut -d/ -f2 17:55:14 + echo support-notifications,cmd/support-notifications/Dockerfile 17:55:14 + for file in '`ls cmd/**/Dockerfile`' 17:55:14 ++ dirname cmd/support-scheduler/Dockerfile 17:55:14 ++ cut -d/ -f2 17:55:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:55:14 + for file in '`ls cmd/**/Dockerfile`' 17:55:14 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:55:14 ++ cut -d/ -f2 17:55:14 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:55:14 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 17:55:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:55:15 17:55:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:55:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:55:16 latest: Pulling from edgex-devops/git-semver 17:55:16 31603596830f: Pulling fs layer 17:55:16 2a8b12db71e7: Pulling fs layer 17:55:16 6ca5941a6612: Pulling fs layer 17:55:16 ecc8261a40a4: Pulling fs layer 17:55:16 ecc8261a40a4: Waiting 17:55:16 2a8b12db71e7: Verifying Checksum 17:55:16 2a8b12db71e7: Download complete 17:55:16 31603596830f: Download complete 17:55:16 ecc8261a40a4: Verifying Checksum 17:55:16 ecc8261a40a4: Download complete 17:55:16 6ca5941a6612: Verifying Checksum 17:55:16 6ca5941a6612: Download complete 17:55:16 31603596830f: Pull complete 17:55:16 2a8b12db71e7: Pull complete 17:55:17 6ca5941a6612: Pull complete 17:55:17 ecc8261a40a4: Pull complete 17:55:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:55:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:55:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:55:18 prd-centos7-docker-4c-2g-602 does not seem to be running inside a container 17:55:18 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:55:20 $ docker top c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:55:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:55:21 [ssh-agent] Looking for ssh-agent implementation... 17:55:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:55:21 $ docker exec c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 ssh-agent 17:55:21 SSH_AUTH_SOCK=/tmp/ssh-aHgvgJGRpdof/agent.11 17:55:21 SSH_AGENT_PID=16 17:55:21 Running ssh-add (command line suppressed) 17:55:21 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1821536687531422823.key (/w/workspace/edgex-go/1@tmp/private_key_1821536687531422823.key) 17:55:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:55:21 + git describe --exact-match --tags HEAD 17:55:21 fatal: No names found, cannot describe anything. [Pipeline] } 17:55:21 $ docker exec --env ******** --env ******** c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 ssh-agent -k 17:55:22 unset SSH_AUTH_SOCK; 17:55:22 unset SSH_AGENT_PID; 17:55:22 echo Agent pid 16 killed; 17:55:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:55:22 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:55:22 This usually means this commit has not been tagged. [Pipeline] sshagent 17:55:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:55:22 [ssh-agent] Looking for ssh-agent implementation... 17:55:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:55:22 $ docker exec c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 ssh-agent 17:55:22 SSH_AUTH_SOCK=/tmp/ssh-h19dIkIJfg4v/agent.44 17:55:22 SSH_AGENT_PID=49 17:55:22 Running ssh-add (command line suppressed) 17:55:22 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8486135002860895506.key (/w/workspace/edgex-go/1@tmp/private_key_8486135002860895506.key) 17:55:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:55:23 + git semver init 17:55:23 # -> Open(): unable to determine branch for HEAD 17:55:23 # $GIT_DIR = /w/workspace/edgex-go/1/.git 17:55:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 17:55:23 # $SEMVER_REMOTE_NAME = origin 17:55:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:55:23 # $SEMVER_USER_NAME = edgex-jenkins 17:55:23 # $SEMVER_BRANCH = PR-2665 17:55:23 # $SEMVER_TEMP = /tmp/semver-305245679 17:55:23 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:55:45 # '/tmp/semver-305245679' -> '/w/workspace/edgex-go/1/.semver' 17:55:45 # -> Force: false 17:55:45 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 17:55:45 $ docker exec --env ******** --env ******** c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 ssh-agent -k 17:55:45 unset SSH_AUTH_SOCK; 17:55:45 unset SSH_AGENT_PID; 17:55:45 echo Agent pid 49 killed; 17:55:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:55:46 + git semver [Pipeline] } 17:55:46 $ docker stop --time=1 c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 17:55:47 $ docker rm -f c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:56:00 Stashed 37 file(s) [Pipeline] echo 17:56:00 [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 17:56:01 ========================================================= 17:56:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:56:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:56:01 + 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 . 17:56:05 Sending build context to Docker daemon 323.1MB 17:56:05 Step 1/7 : ARG BASE=golang:1.13-alpine 17:56:05 Step 2/7 : FROM ${BASE} 17:56:05 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:56:05 df20fa9351a1: Pulling fs layer 17:56:05 ed8968b2872e: Pulling fs layer 17:56:05 a92cc7c5fd73: Pulling fs layer 17:56:05 2dd03ba5bac4: Pulling fs layer 17:56:05 1e091d79d1de: Pulling fs layer 17:56:05 481702a1767f: Pulling fs layer 17:56:05 f64a6f60c768: Pulling fs layer 17:56:05 e78d2573fc39: Pulling fs layer 17:56:05 e876d2f968b6: Pulling fs layer 17:56:05 ce8a83651883: Pulling fs layer 17:56:05 07967f4d0e4b: Pulling fs layer 17:56:05 1e091d79d1de: Waiting 17:56:05 481702a1767f: Waiting 17:56:05 f64a6f60c768: Waiting 17:56:05 e78d2573fc39: Waiting 17:56:05 e876d2f968b6: Waiting 17:56:05 ce8a83651883: Waiting 17:56:05 07967f4d0e4b: Waiting 17:56:05 2dd03ba5bac4: Waiting 17:56:05 a92cc7c5fd73: Verifying Checksum 17:56:05 a92cc7c5fd73: Download complete 17:56:05 ed8968b2872e: Verifying Checksum 17:56:05 ed8968b2872e: Download complete 17:56:05 1e091d79d1de: Verifying Checksum 17:56:05 1e091d79d1de: Download complete 17:56:05 481702a1767f: Verifying Checksum 17:56:05 481702a1767f: Download complete 17:56:05 df20fa9351a1: Verifying Checksum 17:56:05 df20fa9351a1: Download complete 17:56:05 df20fa9351a1: Pull complete 17:56:06 f64a6f60c768: Verifying Checksum 17:56:06 f64a6f60c768: Download complete 17:56:06 e78d2573fc39: Verifying Checksum 17:56:06 e78d2573fc39: Download complete 17:56:06 2dd03ba5bac4: Verifying Checksum 17:56:06 2dd03ba5bac4: Download complete 17:56:07 e876d2f968b6: Download complete 17:56:07 07967f4d0e4b: Verifying Checksum 17:56:07 ed8968b2872e: Pull complete 17:56:07 ce8a83651883: Verifying Checksum 17:56:07 ce8a83651883: Download complete 17:56:07 a92cc7c5fd73: Pull complete 17:56:13 2dd03ba5bac4: Pull complete 17:56:13 1e091d79d1de: Pull complete 17:56:13 481702a1767f: Pull complete 17:56:16 Still waiting to schedule task 17:56:16 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-601’ 17:56:19 f64a6f60c768: Pull complete 17:56:21 e78d2573fc39: Pull complete 17:56:21 e876d2f968b6: Pull complete 17:56:22 ce8a83651883: Pull complete 17:56:22 07967f4d0e4b: Pull complete 17:56:23 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 17:56:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:56:23 ---> 5d7c900382c6 17:56:23 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 17:56:24 ---> Running in 2a8ab6a0024e 17:56:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:26 (1/12) Installing libmagic (5.38-r0) 17:56:26 (2/12) Installing file (5.38-r0) 17:56:26 (3/12) Installing libc-dev (0.7.2-r3) 17:56:26 (4/12) Installing g++ (9.3.0-r2) 17:56:28 (5/12) Installing fortify-headers (1.1-r0) 17:56:28 (6/12) Installing patch (2.7.6-r6) 17:56:28 (7/12) Installing build-base (0.5-r2) 17:56:28 (8/12) Installing libsodium (1.0.18-r0) 17:56:28 (9/12) Installing pkgconf (1.7.2-r0) 17:56:28 (10/12) Installing libsodium-dev (1.0.18-r0) 17:56:28 (11/12) Installing libzmq (4.3.2-r0) 17:56:28 (12/12) Installing zeromq-dev (4.3.2-r0) 17:56:28 Executing busybox-1.31.1-r16.trigger 17:56:28 OK: 233 MiB in 51 packages 17:56:32 Removing intermediate container 2a8ab6a0024e 17:56:32 ---> 668eff8f365a 17:56:32 Step 4/7 : WORKDIR /edgex-go 17:56:32 ---> Running in ff8f32415d97 17:56:32 Removing intermediate container ff8f32415d97 17:56:32 ---> ec16fdcbd20b 17:56:32 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:56:32 latest: Pulling from library/docker 17:56:32 df20fa9351a1: Already exists 17:56:32 25ad7478873d: Pulling fs layer 17:56:32 4684f6177b5d: Pulling fs layer 17:56:32 46e300cec669: Pulling fs layer 17:56:32 63038576ad94: Pulling fs layer 17:56:32 0fdb76c4706c: Pulling fs layer 17:56:32 cb7edeffdfd5: Pulling fs layer 17:56:32 63038576ad94: Waiting 17:56:32 0fdb76c4706c: Waiting 17:56:32 cb7edeffdfd5: Waiting 17:56:33 4684f6177b5d: Download complete 17:56:33 25ad7478873d: Download complete 17:56:33 25ad7478873d: Pull complete 17:56:33 4684f6177b5d: Pull complete 17:56:34 46e300cec669: Verifying Checksum 17:56:34 46e300cec669: Download complete 17:56:36 46e300cec669: Pull complete 17:56:38 63038576ad94: Verifying Checksum 17:56:38 63038576ad94: Download complete 17:56:38 cb7edeffdfd5: Verifying Checksum 17:56:38 cb7edeffdfd5: Download complete 17:56:38 0fdb76c4706c: Verifying Checksum 17:56:38 0fdb76c4706c: Download complete 17:56:38 63038576ad94: Pull complete 17:56:38 0fdb76c4706c: Pull complete 17:56:38 cb7edeffdfd5: Pull complete 17:56:38 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 17:56:38 Status: Downloaded newer image for docker:latest 17:56:40 ---> ce13ff05f0bb 17:56:40 Step 6/7 : COPY go.mod . 17:56:40 ---> 2a844789fab4 17:56:40 Step 7/7 : RUN go mod download 17:56:40 ---> Running in 1c95dcca4a49 17:56:43 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:56:43 go: finding github.com/BurntSushi/toml v0.3.1 17:56:43 go: finding github.com/OneOfOne/xxhash v1.2.5 17:56:43 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:56:43 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:56:43 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:56:43 go: finding github.com/bgentry/speakeasy v0.1.0 17:56:43 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:56:43 go: finding github.com/cloudflare/gokey v0.1.0 17:56:43 go: finding github.com/davecgh/go-spew v1.1.1 17:56:43 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:56:43 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 17:56:43 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 17:56:43 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:56:43 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 17:56:43 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 17:56:43 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 17:56:43 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:56:44 go: finding github.com/fatih/color v1.7.0 17:56:44 go: finding github.com/fsnotify/fsnotify v1.4.7 17:56:44 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:56:44 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 17:56:44 go: finding github.com/go-kit/kit v0.8.0 17:56:44 go: finding github.com/go-logfmt/logfmt v0.4.0 17:56:44 go: finding github.com/go-playground/assert/v2 v2.0.1 17:56:44 go: finding github.com/go-playground/locales v0.13.0 17:56:44 go: finding github.com/go-playground/universal-translator v0.17.0 17:56:44 go: finding github.com/go-playground/validator/v10 v10.3.0 17:56:44 go: finding github.com/go-redis/redis/v7 v7.2.0 17:56:44 go: finding github.com/go-stack/stack v1.8.0 17:56:44 go: finding github.com/golang/protobuf v1.3.2 17:56:44 go: finding github.com/gomodule/redigo v2.0.0+incompatible 17:56:44 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:56:44 go: finding github.com/google/uuid v1.1.0 17:56:44 go: finding github.com/gorilla/mux v1.7.1 17:56:44 go: finding github.com/hashicorp/consul/api v1.1.0 17:56:44 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:56:44 go: finding github.com/hashicorp/errwrap v1.0.0 17:56:44 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:56:44 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:56:44 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:56:44 go: finding github.com/hashicorp/go-multierror v1.0.0 17:56:44 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:56:44 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:56:44 go: finding github.com/hashicorp/go-syslog v1.0.0 17:56:44 go: finding github.com/hashicorp/go-uuid v1.0.1 17:56:45 go: finding github.com/hashicorp/go.net v0.0.1 17:56:45 go: finding github.com/hashicorp/golang-lru v0.5.0 17:56:45 go: finding github.com/hashicorp/logutils v1.0.0 17:56:45 go: finding github.com/hashicorp/mdns v1.0.0 17:56:45 go: finding github.com/hashicorp/memberlist v0.1.3 17:56:45 go: finding github.com/hashicorp/serf v0.8.2 17:56:45 go: finding github.com/hpcloud/tail v1.0.0 17:56:45 go: finding github.com/imdario/mergo v0.3.6 17:56:45 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:56:45 go: finding github.com/kr/pretty v0.1.0 17:56:45 go: finding github.com/kr/pty v1.1.1 17:56:45 go: finding github.com/kr/text v0.1.0 17:56:45 go: finding github.com/leodido/go-urn v1.2.0 17:56:45 go: finding github.com/mattn/go-colorable v0.0.9 17:56:45 go: finding github.com/mattn/go-isatty v0.0.3 17:56:45 go: finding github.com/miekg/dns v1.0.14 17:56:45 go: finding github.com/mitchellh/cli v1.0.0 17:56:45 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:56:45 go: finding github.com/mitchellh/copystructure v1.0.0 17:56:45 go: finding github.com/mitchellh/go-homedir v1.0.0 17:56:45 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:56:45 go: finding github.com/mitchellh/gox v0.4.0 17:56:45 go: finding github.com/mitchellh/iochan v1.0.0 17:56:45 go: finding github.com/mitchellh/mapstructure v1.1.2 17:56:45 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:56:45 go: finding github.com/onsi/ginkgo v1.10.1 17:56:45 go: finding github.com/onsi/gomega v1.7.0 17:56:45 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:56:46 go: finding github.com/pebbe/zmq4 v1.0.0 17:56:46 go: finding github.com/pelletier/go-toml v1.2.0 17:56:46 go: finding github.com/pkg/errors v0.8.1 17:56:46 go: finding github.com/pmezard/go-difflib v1.0.0 17:56:46 go: finding github.com/posener/complete v1.1.1 17:56:46 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:56:46 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:56:46 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:56:46 go: finding github.com/stretchr/objx v0.1.0 17:56:46 go: finding github.com/stretchr/testify v1.5.1 17:56:46 go: finding github.com/ugorji/go v1.1.4 17:56:46 go: finding github.com/x448/float16 v0.8.4 17:56:46 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 17:56:46 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:56:46 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:56:46 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 17:56:46 go: finding golang.org/x/text v0.3.2 17:56:46 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 17:56:46 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 17:56:46 go: finding gopkg.in/eapache/queue.v1 v1.1.0 17:56:46 go: finding gopkg.in/fsnotify.v1 v1.4.7 17:56:46 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 17:56:46 go: finding gopkg.in/yaml.v2 v2.2.8 17:57:05 Removing intermediate container 1c95dcca4a49 17:57:05 ---> dc1a4886b9d0 17:57:05 Successfully built dc1a4886b9d0 17:57:05 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 17:57:05 + docker inspect -f . ci-base-image-x86_64 17:57:05 . [Pipeline] withDockerContainer 17:57:06 prd-centos7-docker-4c-2g-602 does not seem to be running inside a container 17:57:06 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:57:06 $ docker top 168439aa95f44514198bd6d0e97675c261a11c1cd67dfd24fb109a635ac42cbc -eo pid,comm [Pipeline] { [Pipeline] sh 17:57:07 + go version 17:57:07 go version go1.13.13 linux/amd64 [Pipeline] echo 17:57:07 ========================================================= 17:57:07 [edgeXBuildGoParallel] Running Tests and Build... 17:57:07 ========================================================= [Pipeline] sh 17:57:07 + make test 17:57:07 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:57:11 ? github.com/edgexfoundry/edgex-go [no test files] 17:57:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:57:26 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.014s 17:57:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 17:57:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:57:26 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 17:57:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:57:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:57:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:57:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:57:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:57:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.033s coverage: 46.6% of statements 17:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.083s coverage: 27.2% of statements 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.017s coverage: 100.0% of statements 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.017s coverage: 80.0% of statements 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.037s coverage: 92.9% of statements 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.061s coverage: 28.6% of statements 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:57:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.026s coverage: 100.0% of statements 17:57:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:57:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.009s coverage: 100.0% of statements 17:57:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:57:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.014s coverage: 89.8% of statements 17:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:57:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.019s coverage: 97.5% of statements 17:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:57:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:57:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 17:57:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.095s coverage: 63.5% of statements 17:57:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:57:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:57:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.004s coverage: 100.0% of statements 17:57:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.106s coverage: 55.9% of statements 17:57:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:57:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:57:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 17:57:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.878s coverage: 86.3% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.260s coverage: 72.2% of statements 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.124s coverage: 72.1% of statements 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.024s coverage: 82.4% of statements 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.025s coverage: 28.8% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.037s coverage: 26.9% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.077s coverage: 84.1% of statements 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.022s coverage: 100.0% of statements 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.040s coverage: 45.9% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.038s coverage: 100.0% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.024s coverage: 100.0% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.018s coverage: 100.0% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.066s coverage: 29.1% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.022s coverage: 99.0% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 17:57:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 17:57:54 GO111MODULE=on go vet ./... 17:57:59 gofmt -l . 17:57:59 [ "`gofmt -l .`" = "" ] 17:58:00 ./bin/test-go-mod-tidy.sh 17:58:00 ./bin/test-attribution-txt.sh [Pipeline] sh 17:58:02 + ls -al . 17:58:02 total 552 17:58:02 drwxrwxr-x 10 1001 1001 4096 Aug 20 17:58 . 17:58:02 drwxr-xr-x 4 root root 28 Aug 20 17:57 .. 17:58:02 -rw-rw-r-- 1 1001 1001 11 Aug 20 17:55 .dockerignore 17:58:02 drwxrwxr-x 8 1001 1001 179 Aug 20 17:55 .git 17:58:02 drwxrwxr-x 3 1001 1001 60 Aug 20 17:55 .github 17:58:02 -rw-rw-r-- 1 1001 1001 932 Aug 20 17:55 .gitignore 17:58:02 drwx------ 3 1001 1001 47 Aug 20 17:55 .semver 17:58:02 -rw-rw-r-- 1 1001 1001 166 Aug 20 17:55 .sonarcloud.properties 17:58:02 -rw-rw-r-- 1 1001 1001 3804 Aug 20 17:55 CONTRIBUTING.md 17:58:02 -rw-rw-r-- 1 1001 1001 1035 Aug 20 17:55 Dockerfile.build 17:58:02 -rw-rw-r-- 1 1001 1001 865 Aug 20 17:55 Jenkinsfile 17:58:02 -rw-rw-r-- 1 1001 1001 10775 Aug 20 17:55 LICENSE 17:58:02 -rw-rw-r-- 1 1001 1001 6237 Aug 20 17:55 Makefile 17:58:02 -rw-rw-r-- 1 1001 1001 5652 Aug 20 17:55 README.md 17:58:02 -rw-rw-r-- 1 1001 1001 259 Aug 20 17:55 SECURITY.md 17:58:02 -rw-rw-r-- 1 1001 1001 5 Aug 20 17:55 VERSION 17:58:02 -rw-rw-r-- 1 1001 1001 4131 Aug 20 17:55 ZMQWindows.md 17:58:02 drwxrwxr-x 2 1001 1001 117 Aug 20 17:55 bin 17:58:02 drwxrwxr-x 15 1001 1001 4096 Aug 20 17:55 cmd 17:58:02 -rw-r--r-- 1 root root 458659 Aug 20 17:57 coverage.out 17:58:02 -rw-r--r-- 1 root root 1019 Aug 20 17:57 go.mod 17:58:02 -rw-r--r-- 1 root root 19185 Aug 20 17:58 go.sum 17:58:02 drwxrwxr-x 8 1001 1001 127 Aug 20 17:55 internal 17:58:02 drwxrwxr-x 4 1001 1001 26 Aug 20 17:55 openapi 17:58:02 drwxrwxr-x 4 1001 1001 71 Aug 20 17:55 snap 17:58:02 -rw-rw-r-- 1 1001 1001 168 Aug 20 17:55 version.go [Pipeline] sh 17:58:03 + '[' -e coverage.out ] 17:58:03 + chown 1001:1001 coverage.out [Pipeline] stash 17:58:03 Stashed 1 file(s) [Pipeline] sh 17:58:03 + make build 17:58:03 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 17:58:10 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 17:58:13 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 17:58:14 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 17:58:16 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 17:58:18 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 17:58:18 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 17:58:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:58:22 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 17:58:23 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 17:58: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 17:58:26 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 17:58:28 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] } 17:58:29 $ docker stop --time=1 168439aa95f44514198bd6d0e97675c261a11c1cd67dfd24fb109a635ac42cbc 17:58:31 $ docker rm -f 168439aa95f44514198bd6d0e97675c261a11c1cd67dfd24fb109a635ac42cbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:58:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:58:34 17:58:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:58:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:58:35 latest: Pulling from edgex-devops/edgex-compose 17:58:35 cbdbe7a5bc2a: Pulling fs layer 17:58:35 ca9280d653b3: Pulling fs layer 17:58:35 7e9c9ca2126c: Pulling fs layer 17:58:35 cbdbe7a5bc2a: Verifying Checksum 17:58:35 cbdbe7a5bc2a: Download complete 17:58:35 ca9280d653b3: Verifying Checksum 17:58:35 ca9280d653b3: Download complete 17:58:35 cbdbe7a5bc2a: Pull complete 17:58:36 7e9c9ca2126c: Download complete 17:58:36 ca9280d653b3: Pull complete 17:58:46 7e9c9ca2126c: Pull complete 17:58:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:58:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:58:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:58:46 prd-centos7-docker-4c-2g-602 does not seem to be running inside a container 17:58:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:58:47 $ docker top 34c5e2af5cabbd175517e8ae48be217bceef6972ce634e557d754a1679b0afa4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:58:48 + docker-compose build --help 17:58:48 + grep parallel 17:58:48 --parallel Build images in parallel. [Pipeline] } 17:58:48 $ docker stop --time=1 34c5e2af5cabbd175517e8ae48be217bceef6972ce634e557d754a1679b0afa4 17:58:50 $ docker rm -f 34c5e2af5cabbd175517e8ae48be217bceef6972ce634e557d754a1679b0afa4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:58:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:58:51 . [Pipeline] withDockerContainer 17:58:51 prd-centos7-docker-4c-2g-602 does not seem to be running inside a container 17:58:51 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:58:52 $ docker top 1f9a6e59367e5765d8fd713c497659828e7e32af415e1729cde4670ac44b5a03 -eo pid,comm [Pipeline] { [Pipeline] sh 17:58:52 + docker-compose -f ./docker-compose-build.yml build --parallel 17:58:53 Building docker-core-command-go ... 17:58:53 Building docker-core-data-go ... 17:58:53 Building docker-core-metadata-go ... 17:58:53 Building docker-security-proxy-setup-go ... 17:58:53 Building docker-security-secrets-setup-go ... 17:58:53 Building docker-security-secretstore-setup-go ... 17:58:53 Building docker-support-logging-go ... 17:58:53 Building docker-support-notifications-go ... 17:58:53 Building docker-support-scheduler-go ... 17:58:53 Building docker-sys-mgmt-agent-go ... 17:58:53 Building docker-core-command-go 17:58:53 Building docker-support-scheduler-go 17:58:53 Building docker-security-secretstore-setup-go 17:58:53 Building docker-support-notifications-go 17:58:53 Building docker-core-data-go 17:59:20 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 17:59:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:59:20 ---> dc1a4886b9d0 17:59:20 Step 3/23 : WORKDIR /edgex-go 17:59:20 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 17:59:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:59:20 ---> dc1a4886b9d0 17:59:20 Step 3/26 : WORKDIR /edgex-go 17:59:20 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 17:59:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:59:20 ---> dc1a4886b9d0 17:59:20 Step 3/22 : WORKDIR /edgex-go 17:59:20 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 17:59:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:59:20 ---> dc1a4886b9d0 17:59:20 Step 3/21 : WORKDIR /edgex-go 17:59:21 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 17:59:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:59:21 ---> dc1a4886b9d0 17:59:21 Step 3/24 : WORKDIR /edgex-go 17:59:22 ---> Running in 75d148fc4640 17:59:22 ---> Running in 3e7bfce70357 17:59:22 ---> Running in 11d71e82e374 17:59:22 ---> Running in 5601ac2c827a 17:59:22 ---> Running in ef8910cbad80 17:59:22 Removing intermediate container 5601ac2c827a 17:59:22 ---> 237a5c98e1c4 17:59:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:22 Removing intermediate container 11d71e82e374 17:59:22 ---> 5d69df5666ef 17:59:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:22 Removing intermediate container ef8910cbad80 17:59:22 ---> 8f4ff32687c7 17:59:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:22 Removing intermediate container 75d148fc4640 17:59:22 ---> cb2ddd458bbf 17:59:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:22 Removing intermediate container 3e7bfce70357 17:59:22 ---> 77857d84bc3b 17:59:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:22 ---> Running in 936d3d7cd2e5 17:59:22 ---> Running in fc683b3158c9 17:59:22 ---> Running in f815b7250422 17:59:22 ---> Running in 0af28cb56f89 17:59:22 ---> Running in 20ae3657dd56 17:59:24 Removing intermediate container 936d3d7cd2e5 17:59:24 ---> ec0e0ddd6ebb 17:59:24 Step 5/26 : RUN apk update && apk add make git 17:59:24 Removing intermediate container f815b7250422 17:59:24 ---> ede0b98c58d0 17:59:24 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 17:59:24 ---> Running in aad9766ec716 17:59:25 ---> Running in 39a3b36fbc29 17:59:25 Removing intermediate container 20ae3657dd56 17:59:25 ---> 3f33034dbbc0 17:59:25 Step 5/21 : RUN apk update && apk add make git 17:59:25 Removing intermediate container fc683b3158c9 17:59:25 ---> 09d9229aac96 17:59:25 Step 5/22 : RUN apk update && apk add make git 17:59:25 Removing intermediate container 0af28cb56f89 17:59:25 ---> 656f0218ff3e 17:59:25 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 17:59:25 ---> Running in 85ecb19b6a4e 17:59:25 ---> Running in 6c6fe1286d98 17:59:25 ---> Running in bbba1b33b0a0 17:59:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:26 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 17:59:26 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:59:26 OK: 12746 distinct packages available 17:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:27 OK: 233 MiB in 51 packages 17:59:27 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 17:59:27 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:59:27 OK: 12746 distinct packages available 17:59:27 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 17:59:27 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:59:27 OK: 12746 distinct packages available 17:59:27 OK: 233 MiB in 51 packages 17:59:27 Removing intermediate container aad9766ec716 17:59:27 ---> c4a6d7df7c4e 17:59:27 Step 6/26 : COPY go.mod . 17:59:27 OK: 233 MiB in 51 packages 17:59:27 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 17:59:27 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:59:27 OK: 12746 distinct packages available 17:59:27 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 17:59:27 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:59:27 OK: 12746 distinct packages available 17:59:27 ---> 2c29cf8c7c8a 17:59:27 Step 7/26 : RUN go mod download 17:59:27 OK: 233 MiB in 51 packages 17:59:27 OK: 233 MiB in 51 packages 17:59:27 ---> Running in 783e093760c5 17:59:28 Removing intermediate container 85ecb19b6a4e 17:59:28 ---> 4ca262c2c941 17:59:28 Step 6/21 : COPY go.mod . 17:59:28 Removing intermediate container 6c6fe1286d98 17:59:28 ---> 17b7a081b498 17:59:28 Step 6/22 : COPY go.mod . 17:59:28 ---> 5031fa6f7ba1 17:59:28 Step 7/21 : RUN go mod download 17:59:28 ---> Running in 3f3cfc4f6c17 17:59:28 ---> b405e5f78358 17:59:28 Step 7/22 : RUN go mod download 17:59:29 ---> Running in 6f7bd014f006 17:59:29 Removing intermediate container bbba1b33b0a0 17:59:29 ---> dbb3fd14ff20 17:59:29 Step 6/23 : COPY go.mod . 17:59:29 Removing intermediate container 39a3b36fbc29 17:59:29 ---> 7246c3363548 17:59:29 Step 6/24 : COPY go.mod . 17:59:29 ---> 39dda7981adc 17:59:29 Step 7/23 : RUN go mod download 17:59:29 ---> 2d51c0a7d5a2 17:59:29 Step 7/24 : RUN go mod download 17:59:29 ---> Running in 9bfbe175ef4e 17:59:29 ---> Running in 35715aba23ab 17:59:30 Removing intermediate container 3f3cfc4f6c17 17:59:30 ---> 739865a508d5 17:59:30 Step 8/21 : COPY . . 17:59:30 Removing intermediate container 6f7bd014f006 17:59:30 ---> fe75ad20639d 17:59:30 Step 8/22 : COPY . . 17:59:32 Removing intermediate container 783e093760c5 17:59:32 ---> 9981504c4223 17:59:32 Step 8/26 : COPY . . 17:59:40 Removing intermediate container 9bfbe175ef4e 17:59:40 ---> ed5496d5ce88 17:59:40 Step 8/23 : COPY . . 17:59:40 Removing intermediate container 35715aba23ab 17:59:40 ---> 2c98a7d214f8 17:59:40 Step 8/24 : COPY . . 17:59:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-603 in /w/workspace/edgexfoundry_edgex-go_PR-2665 [Pipeline] { [Pipeline] ws 17:59:59 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 18:00:04 using credential edgex-jenkins-ssh 18:00:04 Cloning the remote Git repository 18:00:04 Cloning with configured refspecs honoured and without tags 18:00:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:00:04 > git init /w/workspace/edgex-go/1 # timeout=10 18:00:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:00:04 > git --version # timeout=10 18:00:04 using GIT_SSH to set credentials SSH Credentials for GitHub 18:00:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2665/head:refs/remotes/origin/PR-2665 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:00:13 ---> 046bdbf28a6b 18:00:13 Step 9/22 : RUN make cmd/core-command/core-command 18:00:13 ---> aabff5196551 18:00:13 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:00:13 ---> b3ee1b5925e3 18:00:13 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:00:13 ---> Running in b008087243c1 18:00:13 ---> a7cc118f3361 18:00:13 Step 9/23 : RUN make cmd/core-data/core-data 18:00:13 ---> b7babbe3607c 18:00:13 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 18:00:13 ---> Running in b8cd7617904a 18:00:13 ---> Running in b26ab10b5c32 18:00:13 ---> Running in b91db69741f1 18:00:13 ---> Running in 2bccf427a588 18:00:13 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 18:00:13 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 18:00:13 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 18:00:13 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 18:00:13 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 18:00:21 Fetching without tags 18:00:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:00:21 > git config --add remote.origin.fetch +refs/pull/2665/head:refs/remotes/origin/PR-2665 # timeout=10 18:00:21 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:00:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:00:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:00:21 using GIT_SSH to set credentials SSH Credentials for GitHub 18:00:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2665/head:refs/remotes/origin/PR-2665 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:00:22 Merging remotes/origin/master commit 6df8530f92e66c259c9e6c4b7995a1e49851403d into PR head commit dbdd0b2752ac289a8283e045f92c2be7099fb530 18:00:22 Merge succeeded, producing dbdd0b2752ac289a8283e045f92c2be7099fb530 18:00:22 Checking out Revision dbdd0b2752ac289a8283e045f92c2be7099fb530 (PR-2665) 18:00:22 > git config core.sparsecheckout # timeout=10 18:00:22 > git checkout -f dbdd0b2752ac289a8283e045f92c2be7099fb530 # timeout=10 18:00:22 > git remote # timeout=10 18:00:22 > git config --get remote.origin.url # timeout=10 18:00:22 using GIT_SSH to set credentials SSH Credentials for GitHub 18:00:22 > git merge 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 18:00:22 > git rev-parse HEAD^{commit} # timeout=10 18:00:22 > git config core.sparsecheckout # timeout=10 18:00:22 > git checkout -f dbdd0b2752ac289a8283e045f92c2be7099fb530 # timeout=10 18:00:26 Commit message: "refactor: update dockerfiles to appropriately use ENTRYPOINT and CMD" 18:00:26 > git --version # timeout=10 18:00:26 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:00:39 ========================================================= 18:00:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 18:00:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:00:39 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 18:00:40 + 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 . 18:00:44 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 18:00:44 Sending build context to Docker daemon 323.1MB 18:00:44 Step 1/7 : ARG BASE=golang:1.13-alpine 18:00:44 Step 2/7 : FROM ${BASE} 18:00:44 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:00:44 b538f80385f9: Pulling fs layer 18:00:44 74f711af9a0d: Pulling fs layer 18:00:44 99f96fe45779: Pulling fs layer 18:00:44 fd7a069fd194: Pulling fs layer 18:00:44 66aa3694b03b: Pulling fs layer 18:00:44 170f70906a0f: Pulling fs layer 18:00:44 ad7c5574e4b9: Pulling fs layer 18:00:44 e772456be8f7: Pulling fs layer 18:00:44 c890913d741a: Pulling fs layer 18:00:44 2480fcc9aa5a: Pulling fs layer 18:00:44 09adf4765672: Pulling fs layer 18:00:44 fd7a069fd194: Waiting 18:00:44 ad7c5574e4b9: Waiting 18:00:44 e772456be8f7: Waiting 18:00:44 66aa3694b03b: Waiting 18:00:44 170f70906a0f: Waiting 18:00:44 c890913d741a: Waiting 18:00:44 2480fcc9aa5a: Waiting 18:00:44 09adf4765672: Waiting 18:00:44 99f96fe45779: Verifying Checksum 18:00:44 99f96fe45779: Download complete 18:00:44 74f711af9a0d: Download complete 18:00:44 66aa3694b03b: Verifying Checksum 18:00:44 66aa3694b03b: Download complete 18:00:45 170f70906a0f: Verifying Checksum 18:00:45 170f70906a0f: Download complete 18:00:45 b538f80385f9: Verifying Checksum 18:00:45 b538f80385f9: Download complete 18:00:45 b538f80385f9: Pull complete 18:00:46 74f711af9a0d: Pull complete 18:00:46 99f96fe45779: Pull complete 18:00:48 ad7c5574e4b9: Verifying Checksum 18:00:48 ad7c5574e4b9: Download complete 18:00:48 c890913d741a: Verifying Checksum 18:00:48 c890913d741a: Download complete 18:00:50 e772456be8f7: Verifying Checksum 18:00:50 e772456be8f7: Download complete 18:00:50 09adf4765672: Verifying Checksum 18:00:50 09adf4765672: Download complete 18:00:50 2480fcc9aa5a: Verifying Checksum 18:00:50 2480fcc9aa5a: Download complete 18:00:50 fd7a069fd194: Verifying Checksum 18:00:50 fd7a069fd194: Download complete 18:00:52 Removing intermediate container b8cd7617904a 18:00:52 ---> 157b454c5cf9 18:00:52 18:00:52 Step 10/24 : FROM scratch 18:00:52 ---> 18:00:52 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:00:52 ---> Running in f8f6ad06b90b 18:00:52 Removing intermediate container b008087243c1 18:00:52 ---> d327ec593721 18:00:52 18:00:52 Step 10/22 : FROM scratch 18:00:52 ---> 18:00:52 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:00:53 Removing intermediate container b26ab10b5c32 18:00:53 ---> 46457ff79111 18:00:53 18:00:53 Step 10/21 : FROM scratch 18:00:53 ---> 18:00:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:00:53 Removing intermediate container b91db69741f1 18:00:53 ---> 9e5698cc1dcd 18:00:53 18:00:53 Step 10/26 : FROM alpine:3.10 18:00:53 ---> Running in aecf230bb557 18:00:53 ---> Running in ed7edd801927 18:00:53 Removing intermediate container f8f6ad06b90b 18:00:53 ---> 5c7eb08c9415 18:00:53 Step 12/24 : ENV APP_PORT=48060 18:00:53 ---> Running in a8aa9962d0c5 18:00:53 3.10: Pulling from library/alpine 18:00:53 Removing intermediate container ed7edd801927 18:00:53 ---> 43b45c242f2f 18:00:53 Step 12/22 : ENV APP_PORT=48082 18:00:53 Removing intermediate container aecf230bb557 18:00:53 ---> 2b2183ce8299 18:00:53 Step 12/21 : ENV APP_PORT=48085 18:00:54 ---> Running in bb650a8f843c 18:00:54 ---> Running in 99c6dbdf6f53 18:00:54 Removing intermediate container a8aa9962d0c5 18:00:54 ---> f044a62e1903 18:00:54 Step 13/24 : EXPOSE $APP_PORT 18:00:54 ---> Running in 49909776ee58 18:00:54 Removing intermediate container bb650a8f843c 18:00:54 ---> 4dd13e5e0dc0 18:00:54 Step 13/22 : EXPOSE $APP_PORT 18:00:54 Removing intermediate container 99c6dbdf6f53 18:00:54 ---> 510807a22844 18:00:54 Step 13/21 : EXPOSE $APP_PORT 18:00:54 ---> Running in 6ae79ed867b9 18:00:56 Removing intermediate container 49909776ee58 18:00:56 ---> a63aacb0ab9c 18:00:56 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:00:56 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 18:00:56 ---> Running in 55997b6cd8ec 18:00:56 Status: Downloaded newer image for alpine:3.10 18:00:56 ---> be4e4bea2c2e 18:00:56 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:00:56 Removing intermediate container 6ae79ed867b9 18:00:56 ---> 34811a8dadee 18:00:56 Step 14/22 : WORKDIR / 18:00:57 ---> Running in 755bfc7c69bb 18:00:57 ---> Running in 318016a40ac6 18:00:57 Removing intermediate container 55997b6cd8ec 18:00:57 ---> 131714183f07 18:00:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:00:57 ---> 5200f02137ef 18:00:57 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:00:57 Removing intermediate container 2bccf427a588 18:00:57 ---> 22ff3e11f67e 18:00:57 18:00:57 Step 10/23 : FROM alpine 18:00:57 Removing intermediate container 318016a40ac6 18:00:57 ---> cbbe5d313df7 18:00:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:00:58 latest: Pulling from library/alpine 18:00:58 ---> 486b76ed7227 18:00:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:00:58 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:00:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 18:00:58 Status: Downloaded newer image for alpine:latest 18:00:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 18:00:59 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:00:59 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:00:59 OK: 10346 distinct packages available 18:00:59 ---> 3f29575546c2 18:00:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:00:59 ---> a24bb4013296 18:00:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:00:59 (1/5) Installing ca-certificates (20191127-r2) 18:00:59 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:00:59 (3/5) Installing libcurl (7.66.0-r0) 18:00:59 (4/5) Installing curl (7.66.0-r0) 18:00:59 (5/5) Installing dumb-init (1.2.2-r1) 18:00:59 Executing busybox-1.30.1-r3.trigger 18:00:59 Executing ca-certificates-20191127-r2.trigger 18:00:59 OK: 7 MiB in 19 packages 18:00:59 ---> ad818e31746e 18:00:59 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:00:59 ---> Running in b577bb2b5e26 18:01:00 ---> 0829cb7e9420 18:01:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:01:00 ---> 7f44a7268fdb 18:01:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:01:00 Removing intermediate container b577bb2b5e26 18:01:00 ---> 98c0c2241b1c 18:01:00 Step 12/23 : ENV APP_PORT=48080 18:01:00 ---> Running in a7fc684cd5d2 18:01:00 ---> e2bdd1e175ab 18:01:00 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:01:00 ---> 2b9c3a72de87 18:01:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:01:01 ---> c11f0692a81e 18:01:01 Step 18/22 : ENTRYPOINT ["/core-command"] 18:01:01 Removing intermediate container 755bfc7c69bb 18:01:01 ---> 27ea4ba66d80 18:01:01 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:01:01 ---> Running in 89967ed42ffd 18:01:01 ---> Running in 079900197a90 18:01:01 ---> Running in cd5f3c713e8d 18:01:02 Removing intermediate container a7fc684cd5d2 18:01:02 ---> ab7fedddcf78 18:01:02 Step 13/23 : EXPOSE $APP_PORT 18:01:02 ---> Running in d200669b9e6a 18:01:02 ---> 8ff6cb376068 18:01:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:01:02 Removing intermediate container 89967ed42ffd 18:01:02 ---> c8f7baa90be4 18:01:02 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:01:02 Removing intermediate container 079900197a90 18:01:02 ---> 6754fbb7822b 18:01:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:01:02 Removing intermediate container cd5f3c713e8d 18:01:02 ---> 8888e3007bcc 18:01:02 Step 13/26 : WORKDIR / 18:01:02 ---> Running in 5372d07b2eac 18:01:02 ---> Running in b186f4060f2c 18:01:02 Removing intermediate container d200669b9e6a 18:01:02 ---> b56428cbb169 18:01:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:02 ---> Running in 9346e6fca994 18:01:02 fd7a069fd194: Pull complete 18:01:02 66aa3694b03b: Pull complete 18:01:02 170f70906a0f: Pull complete 18:01:02 ---> Running in 1b985883379e 18:01:02 Removing intermediate container 5372d07b2eac 18:01:02 ---> 43de92cf81e9 18:01:02 Step 19/21 : LABEL arch=x86_64 18:01:02 ---> 12442e10d509 18:01:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:01:03 Removing intermediate container b186f4060f2c 18:01:03 ---> 0b12f72ca12c 18:01:03 Step 20/22 : LABEL arch=x86_64 18:01:03 Removing intermediate container 9346e6fca994 18:01:03 ---> d36da94a5496 18:01:03 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:01:03 ---> Running in 1fb7ab2d38a1 18:01:03 ---> Running in d6b3370472be 18:01:03 ---> 837bcc00df76 18:01:03 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:01:04 ---> Running in b36059f427c6 18:01:04 ---> 3aa100d2d5cc 18:01:04 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:01:04 Removing intermediate container 1fb7ab2d38a1 18:01:04 ---> 78d13dc2cc3d 18:01:04 Step 20/21 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:01:04 Removing intermediate container d6b3370472be 18:01:04 ---> f02b2dfc524c 18:01:04 Step 21/22 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:01:04 ---> Running in 2913c2254900 18:01:04 ---> Running in c09180831842 18:01:04 Removing intermediate container b36059f427c6 18:01:04 ---> 836ca82b8fd0 18:01:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:01:04 ---> 1231134d6309 18:01:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:01:04 ---> Running in 2537cf81a951 18:01:04 Removing intermediate container 2913c2254900 18:01:04 ---> 6a36fc0f6f3e 18:01:04 Step 21/21 : LABEL version=0.0.0 18:01:04 Removing intermediate container c09180831842 18:01:04 ---> 0c52a3210d01 18:01:04 Step 22/22 : LABEL version=0.0.0 18:01:04 Removing intermediate container 1b985883379e 18:01:04 ---> 2fa39d8cf934 18:01:04 Step 15/23 : RUN apk --no-cache add zeromq 18:01:05 Removing intermediate container 2537cf81a951 18:01:05 ---> 1959009b6f11 18:01:05 Step 22/24 : LABEL arch=x86_64 18:01:05 ---> Running in b6a4b43815c3 18:01:05 ---> cec206e96f4c 18:01:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 18:01:05 ---> Running in 96f794ab2f31 18:01:05 ---> Running in dfea9a1c5d18 18:01:05 ---> Running in 3b913ffaf7e2 18:01:05 Removing intermediate container b6a4b43815c3 18:01:05 ---> 522f9fece4ae 18:01:05 18:01:05 Removing intermediate container 96f794ab2f31 18:01:05 ---> 112b811b9d2f 18:01:05 18:01:05 ---> f703724e7b01 18:01:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:01:05 Successfully built 522f9fece4ae 18:01:05 Removing intermediate container 3b913ffaf7e2 18:01:05 ---> 1448a55279d9 18:01:05 Step 23/24 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:01:05 Successfully tagged docker-support-scheduler-go:latest 18:01:05 Successfully built 112b811b9d2f 18:01:05  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 18:01:05 Successfully tagged docker-core-command-go:latest 18:01:05 Building docker-security-proxy-setup-go 18:01:05  Building docker-core-command-go ... done  ---> Running in 92ce858585fd 18:01:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:06 Removing intermediate container 92ce858585fd 18:01:06 ---> a35ba5ac1a66 18:01:06 Step 24/24 : LABEL version=0.0.0 18:01:06 ---> Running in 7748f98dde4b 18:01:06 ---> 61d3bf26c8cd 18:01:06 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:01:06 ad7c5574e4b9: Pull complete 18:01:06 Removing intermediate container 7748f98dde4b 18:01:06 ---> 7c3acf77b27f 18:01:06 18:01:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:06 Successfully built 7c3acf77b27f 18:01:07 Successfully tagged docker-support-notifications-go:latest 18:01:07 Building docker-security-secrets-setup-go 18:01:07  Building docker-support-notifications-go ... done (1/5) Installing libgcc (9.3.0-r2) 18:01:07 (2/5) Installing libsodium (1.0.18-r0) 18:01:07 (3/5) Installing libstdc++ (9.3.0-r2) 18:01:07 (4/5) Installing libzmq (4.3.2-r0) 18:01:07 (5/5) Installing zeromq (4.3.2-r0) 18:01:07 Executing busybox-1.31.1-r16.trigger 18:01:08 OK: 8 MiB in 19 packages 18:01:11 e772456be8f7: Pull complete 18:01:11 c890913d741a: Pull complete 18:01:13 2480fcc9aa5a: Pull complete 18:01:14 09adf4765672: Pull complete 18:01:14 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 18:01:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 18:01:14 ---> 2248a725d1cf 18:01:14 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 18:01:14 ---> 0df59ac124bb 18:01:14 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 18:01:14 Removing intermediate container dfea9a1c5d18 18:01:14 ---> a7c071ef6a9b 18:01:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:01:14 ---> 353568af2ec1 18:01:14 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:01:15 ---> c7dce56f0796 18:01:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:01:17 ---> d0d75d9a3cfd 18:01:17 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:01:18 ---> Running in a415430a7dde 18:01:18 ---> eefa77b57d3e 18:01:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:01:19 ---> Running in 54414a3f373e 18:01:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:01:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:01:22 (1/12) Installing libmagic (5.38-r0) 18:01:22 (2/12) Installing file (5.38-r0) 18:01:22 (3/12) Installing libc-dev (0.7.2-r3) 18:01:23 (4/12) Installing g++ (9.3.0-r2) 18:01:24 ---> 561b8b1110fc 18:01:24 Step 19/23 : ENTRYPOINT ["/core-data"] 18:01:25 ---> Running in b305e54631be 18:01:26 Removing intermediate container b305e54631be 18:01:26 ---> 785d5939d068 18:01:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:01:27 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 18:01:27 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:01:27 ---> dc1a4886b9d0 18:01:27 Step 3/27 : WORKDIR /edgex-go 18:01:27 ---> Using cache 18:01:27 ---> 77857d84bc3b 18:01:27 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:27 ---> Using cache 18:01:27 ---> 3f33034dbbc0 18:01:27 Step 5/27 : RUN apk update && apk add make bash git 18:01:27 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 18:01:27 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 18:01:27 ---> dc1a4886b9d0 18:01:27 Step 3/29 : WORKDIR /edgex-go 18:01:27 ---> Using cache 18:01:27 ---> 77857d84bc3b 18:01:27 Step 4/29 : RUN apk update && apk add make git 18:01:27 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 18:01:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:01:27 ---> dc1a4886b9d0 18:01:27 Step 3/20 : WORKDIR /edgex-go 18:01:27 ---> Using cache 18:01:27 ---> 77857d84bc3b 18:01:27 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:27 ---> Using cache 18:01:27 ---> 3f33034dbbc0 18:01:27 Step 5/20 : RUN apk update && apk add make git 18:01:27 ---> Using cache 18:01:27 ---> 4ca262c2c941 18:01:27 Step 6/20 : COPY go.mod . 18:01:27 ---> Using cache 18:01:27 ---> 5031fa6f7ba1 18:01:27 Step 7/20 : RUN go mod download 18:01:27 ---> Using cache 18:01:27 ---> 739865a508d5 18:01:27 Step 8/20 : COPY . . 18:01:27 (5/12) Installing fortify-headers (1.1-r0) 18:01:27 (6/12) Installing patch (2.7.6-r6) 18:01:27 ---> Using cache 18:01:27 ---> aabff5196551 18:01:27 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 18:01:27 (7/12) Installing build-base (0.5-r2) 18:01:27 (8/12) Installing libsodium (1.0.18-r0) 18:01:27 (9/12) Installing pkgconf (1.7.2-r0) 18:01:28 (10/12) Installing libsodium-dev (1.0.18-r0) 18:01:28 (11/12) Installing libzmq (4.3.2-r0) 18:01:28 (12/12) Installing zeromq-dev (4.3.2-r0) 18:01:28 Executing busybox-1.31.1-r16.trigger 18:01:28 OK: 217 MiB in 51 packages 18:01:28 ---> Running in 6d513b7e949f 18:01:28 ---> Running in 97619a96afcb 18:01:28 ---> Running in 3897fa713135 18:01:28 ---> Running in 830ae3dbd027 18:01:28 Removing intermediate container 6d513b7e949f 18:01:28 ---> 0c703be06a03 18:01:28 Step 21/23 : LABEL arch=x86_64 18:01:28 Removing intermediate container a415430a7dde 18:01:28 ---> c17884f3d623 18:01:28 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:01:29 ---> Running in d8abf4250924 18:01:29 ---> Running in 34d2ee6fdcb3 18:01:29 Removing intermediate container d8abf4250924 18:01:29 ---> 7fea73441749 18:01:29 Step 22/23 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:01:29 Removing intermediate container 34d2ee6fdcb3 18:01:29 ---> 4221ca37d41c 18:01:29 Step 24/26 : LABEL arch=x86_64 18:01:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:29 ---> Running in dde505a24968 18:01:29 ---> Running in 03968351ca77 18:01:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:29 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 18:01:29 Removing intermediate container dde505a24968 18:01:29 ---> 8eb00025527f 18:01:29 Step 23/23 : LABEL version=0.0.0 18:01:29 Removing intermediate container 03968351ca77 18:01:29 ---> c534b29cfca4 18:01:29 Step 25/26 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:01:30 ---> Running in 0e2fda76ab28 18:01:30 ---> Running in 5c4ccdebcde8 18:01:30 Removing intermediate container 0e2fda76ab28 18:01:30 ---> 72e09fa51df5 18:01:30 18:01:30 Removing intermediate container 5c4ccdebcde8 18:01:30 ---> 1cf1d3a76a3f 18:01:30 Step 26/26 : LABEL version=0.0.0 18:01:30 ---> Running in 54a8efd5b62a 18:01:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:30 Successfully built 72e09fa51df5 18:01:30 Successfully tagged docker-core-data-go:latest 18:01:30 Building docker-core-metadata-go 18:01:30  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:30 Removing intermediate container 54a8efd5b62a 18:01:30 ---> d4fc53b37357 18:01:30 18:01:30 Successfully built d4fc53b37357 18:01:30 Successfully tagged docker-security-secretstore-setup-go:latest 18:01:30 Building docker-support-logging-go 18:01:30  Building docker-security-secretstore-setup-go ... done v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 18:01:30 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:01:30 OK: 12746 distinct packages available 18:01:31 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 18:01:31 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:01:31 OK: 12746 distinct packages available 18:01:31 OK: 233 MiB in 51 packages 18:01:31 OK: 233 MiB in 51 packages 18:01:32 Removing intermediate container 54414a3f373e 18:01:32 ---> 2d3476a83365 18:01:32 Step 4/7 : WORKDIR /edgex-go 18:01:32 ---> Running in cd8ee00c4fbe 18:01:32 Removing intermediate container cd8ee00c4fbe 18:01:32 ---> 126d372379d9 18:01:32 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:01:33 latest: Pulling from library/docker 18:01:33 b538f80385f9: Already exists 18:01:33 259a493cd78d: Pulling fs layer 18:01:33 b8e66b5100f5: Pulling fs layer 18:01:33 39dc9c94d07c: Pulling fs layer 18:01:33 551b823b3b82: Pulling fs layer 18:01:33 3c52a74df98c: Pulling fs layer 18:01:33 6c9b121b6998: Pulling fs layer 18:01:33 551b823b3b82: Waiting 18:01:33 3c52a74df98c: Waiting 18:01:33 6c9b121b6998: Waiting 18:01:33 b8e66b5100f5: Download complete 18:01:33 259a493cd78d: Download complete 18:01:33 551b823b3b82: Verifying Checksum 18:01:33 551b823b3b82: Download complete 18:01:33 3c52a74df98c: Verifying Checksum 18:01:33 3c52a74df98c: Download complete 18:01:33 6c9b121b6998: Verifying Checksum 18:01:33 6c9b121b6998: Download complete 18:01:34 259a493cd78d: Pull complete 18:01:34 b8e66b5100f5: Pull complete 18:01:34 39dc9c94d07c: Verifying Checksum 18:01:34 39dc9c94d07c: Download complete 18:01:38 39dc9c94d07c: Pull complete 18:01:38 551b823b3b82: Pull complete 18:01:38 3c52a74df98c: Pull complete 18:01:39 6c9b121b6998: Pull complete 18:01:39 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 18:01:39 Status: Downloaded newer image for docker:latest 18:01:39 Removing intermediate container 830ae3dbd027 18:01:39 ---> 881fffa028d9 18:01:39 Step 5/29 : COPY go.mod . 18:01:39 Removing intermediate container 97619a96afcb 18:01:39 ---> 3eb27b30e48d 18:01:39 Step 6/27 : COPY go.mod . 18:01:41 ---> 2d75612310f3 18:01:41 Step 6/29 : RUN go mod download 18:01:41 ---> 2d092bb62450 18:01:41 Step 7/27 : RUN go mod download 18:01:42 ---> Running in c7072eda39f0 18:01:42 ---> Running in 6c0b65535762 18:01:42 ---> 862701097fc0 18:01:42 Step 6/7 : COPY go.mod . 18:01:43 ---> 448b4edbc8b8 18:01:43 Step 7/7 : RUN go mod download 18:01:43 ---> Running in 8363d3385887 18:01:47 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:01:47 go: finding github.com/BurntSushi/toml v0.3.1 18:01:47 go: finding github.com/OneOfOne/xxhash v1.2.5 18:01:47 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:01:47 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:01:47 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:01:47 go: finding github.com/bgentry/speakeasy v0.1.0 18:01:47 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:01:47 go: finding github.com/cloudflare/gokey v0.1.0 18:01:47 go: finding github.com/davecgh/go-spew v1.1.1 18:01:47 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:01:47 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:01:47 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 18:01:47 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:01:47 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 18:01:47 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:01:47 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 18:01:47 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 18:01:47 go: finding github.com/fatih/color v1.7.0 18:01:47 go: finding github.com/fsnotify/fsnotify v1.4.7 18:01:47 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:01:47 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 18:01:47 go: finding github.com/go-kit/kit v0.8.0 18:01:47 go: finding github.com/go-logfmt/logfmt v0.4.0 18:01:48 go: finding github.com/go-playground/assert/v2 v2.0.1 18:01:48 go: finding github.com/go-playground/locales v0.13.0 18:01:48 go: finding github.com/go-playground/universal-translator v0.17.0 18:01:48 go: finding github.com/go-playground/validator/v10 v10.3.0 18:01:48 go: finding github.com/go-redis/redis/v7 v7.2.0 18:01:48 go: finding github.com/go-stack/stack v1.8.0 18:01:48 go: finding github.com/golang/protobuf v1.3.2 18:01:48 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:01:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:01:48 go: finding github.com/google/uuid v1.1.0 18:01:48 go: finding github.com/gorilla/mux v1.7.1 18:01:48 go: finding github.com/hashicorp/consul/api v1.1.0 18:01:48 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:01:48 go: finding github.com/hashicorp/errwrap v1.0.0 18:01:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:01:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:01:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:01:48 go: finding github.com/hashicorp/go-multierror v1.0.0 18:01:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:01:48 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:01:48 go: finding github.com/hashicorp/go-syslog v1.0.0 18:01:48 go: finding github.com/hashicorp/go-uuid v1.0.1 18:01:48 go: finding github.com/hashicorp/go.net v0.0.1 18:01:48 go: finding github.com/hashicorp/golang-lru v0.5.0 18:01:48 go: finding github.com/hashicorp/logutils v1.0.0 18:01:48 go: finding github.com/hashicorp/mdns v1.0.0 18:01:48 go: finding github.com/hashicorp/memberlist v0.1.3 18:01:49 go: finding github.com/hashicorp/serf v0.8.2 18:01:49 go: finding github.com/hpcloud/tail v1.0.0 18:01:49 go: finding github.com/imdario/mergo v0.3.6 18:01:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:01:49 go: finding github.com/kr/pretty v0.1.0 18:01:49 go: finding github.com/kr/pty v1.1.1 18:01:49 go: finding github.com/kr/text v0.1.0 18:01:49 go: finding github.com/leodido/go-urn v1.2.0 18:01:49 go: finding github.com/mattn/go-colorable v0.0.9 18:01:49 go: finding github.com/mattn/go-isatty v0.0.3 18:01:49 go: finding github.com/miekg/dns v1.0.14 18:01:49 go: finding github.com/mitchellh/cli v1.0.0 18:01:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:01:49 go: finding github.com/mitchellh/copystructure v1.0.0 18:01:49 go: finding github.com/mitchellh/go-homedir v1.0.0 18:01:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:01:49 go: finding github.com/mitchellh/gox v0.4.0 18:01:49 go: finding github.com/mitchellh/iochan v1.0.0 18:01:49 go: finding github.com/mitchellh/mapstructure v1.1.2 18:01:49 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:01:49 go: finding github.com/onsi/ginkgo v1.10.1 18:01:49 go: finding github.com/onsi/gomega v1.7.0 18:01:49 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:01:49 go: finding github.com/pebbe/zmq4 v1.0.0 18:01:49 go: finding github.com/pelletier/go-toml v1.2.0 18:01:49 go: finding github.com/pkg/errors v0.8.1 18:01:50 go: finding github.com/pmezard/go-difflib v1.0.0 18:01:50 go: finding github.com/posener/complete v1.1.1 18:01:50 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:01:50 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:01:50 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:01:50 go: finding github.com/stretchr/objx v0.1.0 18:01:50 go: finding github.com/stretchr/testify v1.5.1 18:01:50 go: finding github.com/ugorji/go v1.1.4 18:01:50 go: finding github.com/x448/float16 v0.8.4 18:01:50 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 18:01:50 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:01:50 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:01:50 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 18:01:50 go: finding golang.org/x/text v0.3.2 18:01:50 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 18:01:50 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 18:01:50 go: finding gopkg.in/eapache/queue.v1 v1.1.0 18:01:50 go: finding gopkg.in/fsnotify.v1 v1.4.7 18:01:50 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:01:50 go: finding gopkg.in/yaml.v2 v2.2.8 18:01:51 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:01:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:01:51 ---> dc1a4886b9d0 18:01:51 Step 3/22 : WORKDIR /edgex-go 18:01:51 ---> Using cache 18:01:51 ---> 77857d84bc3b 18:01:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:51 ---> Using cache 18:01:51 ---> 3f33034dbbc0 18:01:51 Step 5/22 : RUN apk update && apk add make git 18:01:51 ---> Using cache 18:01:51 ---> 4ca262c2c941 18:01:51 Step 6/22 : COPY go.mod . 18:01:51 ---> Using cache 18:01:51 ---> 5031fa6f7ba1 18:01:51 Step 7/22 : RUN go mod download 18:01:51 ---> Using cache 18:01:51 ---> 739865a508d5 18:01:51 Step 8/22 : COPY . . 18:01:51 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:01:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:01:51 ---> dc1a4886b9d0 18:01:51 Step 3/22 : WORKDIR /edgex-go 18:01:51 ---> Using cache 18:01:51 ---> aabff5196551 18:01:51 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:01:51 ---> Using cache 18:01:51 ---> 77857d84bc3b 18:01:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:51 ---> Using cache 18:01:51 ---> 3f33034dbbc0 18:01:51 Step 5/22 : RUN apk update && apk add make && apk add bash git 18:01:51 Removing intermediate container 6c0b65535762 18:01:51 ---> 098f0f7c87ad 18:01:51 Step 7/29 : COPY . . 18:01:51 Removing intermediate container c7072eda39f0 18:01:51 ---> d2d5c8eecaf6 18:01:51 Step 8/27 : COPY . . 18:01:51 ---> Running in 507a70522b11 18:01:51 ---> Running in f78f01ada45f 18:01:54 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 18:01:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:56 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 18:01:56 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:01:56 OK: 12746 distinct packages available 18:01:56 OK: 233 MiB in 51 packages 18:01:57 OK: 233 MiB in 51 packages 18:02:05 Removing intermediate container 3897fa713135 18:02:05 ---> ba114960ed0a 18:02:05 18:02:05 Step 10/20 : FROM alpine 18:02:05 ---> a24bb4013296 18:02:05 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 18:02:06 ---> Running in e4254f3ebf4a 18:02:07 Removing intermediate container 507a70522b11 18:02:07 ---> d2b3c1bc4764 18:02:07 Step 6/22 : COPY go.mod . 18:02:08 ---> ccb8c718e734 18:02:08 Step 7/22 : RUN go mod download 18:02:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:02:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:02:08 ---> Running in 1007a0a445c4 18:02:08 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:02:08 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:02:08 OK: 12746 distinct packages available 18:02:09 (1/4) Installing ca-certificates (20191127-r4) 18:02:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:02:09 (3/4) Installing libcurl (7.69.1-r0) 18:02:09 (4/4) Installing curl (7.69.1-r0) 18:02:09 Executing busybox-1.31.1-r16.trigger 18:02:09 Executing ca-certificates-20191127-r4.trigger 18:02:09 OK: 7 MiB in 18 packages 18:02:12 Removing intermediate container 8363d3385887 18:02:12 ---> 2896b77baae3 18:02:12 Successfully built 2896b77baae3 18:02:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:02:13 + docker inspect -f . ci-base-image-arm64 18:02:13 . [Pipeline] withDockerContainer 18:02:14 prd-ubuntu18.04-docker-arm64-4c-16g-603 does not seem to be running inside a container 18:02:14 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:02:15 $ docker top d260ce54f3e4b29b443813b623bd4d5884952ebb20b33b9f7574a6709722739c -eo pid,comm [Pipeline] { [Pipeline] sh 18:02:16 + go version 18:02:16 go version go1.13.13 linux/arm64 [Pipeline] echo 18:02:16 ========================================================= 18:02:16 [edgeXBuildGoParallel] Running Tests and Build... 18:02:16 ========================================================= [Pipeline] sh 18:02:17 + make test 18:02:17 GO111MODULE=on go test -coverprofile=coverage.out ./... 18:02:19 Removing intermediate container e4254f3ebf4a 18:02:19 ---> 57c68720e588 18:02:19 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:02:19 ---> 67c718ca5933 18:02:19 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 18:02:19 Removing intermediate container 1007a0a445c4 18:02:19 ---> 35d44d65810f 18:02:19 Step 8/22 : COPY . . 18:02:19 ---> Running in b43f082bab80 18:02:19 ---> 7a5222cad8d0 18:02:19 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:02:19 ---> Running in c0dcfe142960 18:02:19 ---> Running in 0dc9def4ed93 18:02:19 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 18:02:19 Removing intermediate container b43f082bab80 18:02:19 ---> d38344c34d8a 18:02:19 Step 13/20 : WORKDIR /edgex 18:02:20 ? github.com/edgexfoundry/edgex-go [no test files] 18:02:20 ---> Running in 81da0320357b 18:02:20 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 18:02:25 Removing intermediate container 81da0320357b 18:02:25 ---> aa61d0c27e02 18:02:25 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:02:29 Removing intermediate container f78f01ada45f 18:02:29 ---> 7c9d83062587 18:02:29 18:02:29 Step 10/22 : FROM scratch 18:02:29 ---> 18:02:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:02:31 ---> Using cache 18:02:31 ---> 2b2183ce8299 18:02:31 Step 12/22 : ENV APP_PORT=48081 18:02:31 ---> fd9b92181806 18:02:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:02:31 ---> Running in 38f42b8b7122 18:02:32 Removing intermediate container 38f42b8b7122 18:02:32 ---> 8c7d79ed82ff 18:02:32 Step 13/22 : EXPOSE $APP_PORT 18:02:33 ---> Running in b9ccaeee12a4 18:02:34 ---> 3018759d667e 18:02:34 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:02:35 ---> Running in aee3c6b8c004 18:02:36 Removing intermediate container b9ccaeee12a4 18:02:36 ---> 260daaf1e5cd 18:02:36 Step 14/22 : WORKDIR / 18:02:36 ---> Running in 4bb34d50cbda 18:02:39 Removing intermediate container aee3c6b8c004 18:02:39 ---> 4b97ffb9ac8f 18:02:39 Step 17/20 : CMD ["--init=true"] 18:02:39 ---> 263d7ef11c0d 18:02:39 Step 9/22 : RUN make cmd/support-logging/support-logging 18:02:39 Removing intermediate container 4bb34d50cbda 18:02:39 ---> 621f7cce3f9b 18:02:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:02:39 ---> Running in 674c88786da9 18:02:39 ---> Running in 5880e337e82f 18:02:40 Removing intermediate container 674c88786da9 18:02:40 ---> 36aaf72dc2ec 18:02:40 Step 18/20 : LABEL arch=x86_64 18:02:40 ---> ab204822cfe7 18:02:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:02:40 ---> Running in 983f368e8201 18:02:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 18:02:40 Removing intermediate container 983f368e8201 18:02:40 ---> 47fb41759911 18:02:40 Step 19/20 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:02:41 ---> Running in 62531ece02d2 18:02:43 ---> eff7704ee41a 18:02:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:02:43 Removing intermediate container 62531ece02d2 18:02:43 ---> c88299953f26 18:02:43 Step 20/20 : LABEL version=0.0.0 18:02:43 Removing intermediate container c0dcfe142960 18:02:43 ---> ed0fef0152e7 18:02:43 18:02:43 Step 9/29 : FROM alpine:latest 18:02:43 ---> a24bb4013296 18:02:43 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 18:02:44 ---> Running in aca5b87d6ba8 18:02:44 ---> Running in 1eb130d125de 18:02:44 ---> 79b499ad4f2b 18:02:44 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:02:46 ---> Running in 9410f6db6a95 18:02:46 Removing intermediate container aca5b87d6ba8 18:02:46 ---> e868e2ab000e 18:02:46 18:02:46 Removing intermediate container 1eb130d125de 18:02:46 ---> 0d4eda1b7281 18:02:46 Step 11/29 : USER root 18:02:46 Successfully built e868e2ab000e 18:02:46 Removing intermediate container 0dc9def4ed93 18:02:46 ---> 59e667d1dd9c 18:02:46 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:02:46 Successfully tagged docker-security-proxy-setup-go:latest 18:02:46  Building docker-security-proxy-setup-go ... done  ---> Running in 389f4ffcde4a 18:02:46 Removing intermediate container 9410f6db6a95 18:02:46 ---> 41f55a8ad97c 18:02:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:02:46 ---> Running in 4ae0651d8971 18:02:46 ---> Running in 7b6571eb3d44 18:02:46 Removing intermediate container 389f4ffcde4a 18:02:46 ---> ae7e206982fb 18:02:46 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 18:02:46 ---> Running in 06791c922a5a 18:02:47 Removing intermediate container 7b6571eb3d44 18:02:47 ---> 10e7089d8019 18:02:47 Step 20/22 : LABEL arch=x86_64 18:02:47 ---> Running in b2aa23d22187 18:02:47 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 18:02:47 Removing intermediate container b2aa23d22187 18:02:47 ---> 2e4010aae890 18:02:47 Step 21/22 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:02:47 ---> Running in fe7a73548d84 18:02:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:02:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:02:48 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:02:48 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:02:48 OK: 12746 distinct packages available 18:02:48 Removing intermediate container fe7a73548d84 18:02:48 ---> 461c7f0ec7f2 18:02:48 Step 22/22 : LABEL version=0.0.0 18:02:48 ---> Running in 04117c26618c 18:02:48 (1/2) Installing ca-certificates (20191127-r4) 18:02:48 (2/2) Installing dumb-init (1.2.2-r1) 18:02:48 Executing busybox-1.31.1-r16.trigger 18:02:48 Executing ca-certificates-20191127-r4.trigger 18:02:48 OK: 6 MiB in 16 packages 18:02:48 Removing intermediate container 04117c26618c 18:02:48 ---> d361ca30f8be 18:02:48 18:02:49 Successfully built d361ca30f8be 18:02:49 Successfully tagged docker-core-metadata-go:latest 18:02:51  Building docker-core-metadata-go ... done Removing intermediate container 06791c922a5a 18:02:51 ---> 62d4f526ce35 18:02:51 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 18:02:51 Removing intermediate container 4ae0651d8971 18:02:51 ---> 11d5b4223353 18:02:51 18:02:51 Step 11/27 : FROM docker:latest 18:02:51 ---> 81f5749c9058 18:02:51 Step 12/27 : RUN apk add --no-cache bash 18:02:51 ---> Running in b011ddcb7321 18:02:51 ---> Running in 68f0f3df4bac 18:02:51 Removing intermediate container b011ddcb7321 18:02:51 ---> cb1688c7e435 18:02:51 Step 14/29 : WORKDIR $BASE_DIR 18:02:51 ---> Running in cf78495c1e73 18:02:52 Removing intermediate container cf78495c1e73 18:02:52 ---> 827328feb6e0 18:02:52 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 18:02:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:02:52 ---> Running in 232c39c1eb09 18:02:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:02:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:02:52 (1/2) Installing readline (8.0.4-r0) 18:02:52 (2/2) Installing bash (5.0.17-r0) 18:02:52 Executing bash-5.0.17-r0.post-install 18:02:52 Executing busybox-1.31.1-r16.trigger 18:02:52 OK: 12 MiB in 22 packages 18:02:53 Removing intermediate container 68f0f3df4bac 18:02:53 ---> 30b2a7de90ee 18:02:53 Step 13/27 : RUN rm -rf /var/cache/apk/* 18:02:53 ---> Running in 125d8ffbf106 18:02:53 Removing intermediate container 232c39c1eb09 18:02:53 ---> 5743cd1eaee6 18:02:53 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 18:02:55 ---> fc1986f9791f 18:02:55 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 18:02:55 Removing intermediate container 5880e337e82f 18:02:55 ---> bc0da1847019 18:02:55 18:02:55 Step 10/22 : FROM scratch 18:02:55 ---> 18:02:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:02:55 ---> Using cache 18:02:55 ---> 5c7eb08c9415 18:02:55 Step 12/22 : ENV APP_PORT=48061 18:02:55 ---> fad5af06fa98 18:02:55 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 18:02:55 ---> Running in a5f74767b41e 18:02:55 Removing intermediate container 125d8ffbf106 18:02:55 ---> e29dcad4c49e 18:02:55 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:02:55 ---> Running in 7cbc7ea199d7 18:02:56 Removing intermediate container a5f74767b41e 18:02:56 ---> e5321a784071 18:02:56 Step 13/22 : EXPOSE $APP_PORT 18:02:56 ---> Running in e5d4a7569358 18:02:56 Removing intermediate container 7cbc7ea199d7 18:02:56 ---> 08d6e37711a2 18:02:56 Step 15/27 : ENV APP_PORT=48090 18:02:56 ---> cad43d28dbd8 18:02:56 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 18:02:56 Removing intermediate container e5d4a7569358 18:02:56 ---> ba549e37fcf0 18:02:56 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 18:02:56 ---> Running in a06212942a63 18:02:56 ---> bc053ba7c4d2 18:02:56 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 18:02:56 Removing intermediate container a06212942a63 18:02:56 ---> 2bbc05fe7f85 18:02:56 Step 16/27 : EXPOSE $APP_PORT 18:02:56 ---> 39c903ce665b 18:02:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 18:02:56 ---> Running in d15e3de4e25d 18:02:57 ---> d5a44e9ced26 18:02:57 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 18:02:57 ---> Running in 73639416bdc4 18:02:57 Removing intermediate container d15e3de4e25d 18:02:57 ---> 5824f30c58c2 18:02:57 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:02:57 ---> f7cd2a3770ce 18:02:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 18:02:57 ---> aa1bc2c68d4e 18:02:57 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:02:57 ---> e1a78aeaae48 18:02:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 18:02:58 ---> 6954ca54a627 18:02:58 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:02:58 ---> 420851426f56 18:02:58 Step 18/22 : ENTRYPOINT ["/support-logging"] 18:02:58 Removing intermediate container 73639416bdc4 18:02:58 ---> 938518aad11a 18:02:58 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 18:02:58 ---> Running in fd591b745d80 18:02:58 ---> fe4a9c3b58ff 18:02:58 Step 20/27 : RUN apk --no-cache add py-pip 18:02:58 ---> Running in e59cc514a991 18:02:58 Removing intermediate container fd591b745d80 18:02:58 ---> 2ada5594aad5 18:02:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:02:59 ---> 8615aa0fc0a4 18:02:59 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:02:59 ---> Running in ebaf2ec49a84 18:02:59 ---> Running in 29aca824d39e 18:02:59 Removing intermediate container ebaf2ec49a84 18:02:59 ---> b16b208c3ea5 18:02:59 Step 20/22 : LABEL arch=x86_64 18:02:59 ---> Running in 4c1117e31f17 18:03:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:03:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:03:00 Removing intermediate container 4c1117e31f17 18:03:00 ---> 0bc2abfcdda7 18:03:00 Step 21/22 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:03:00 ---> Running in 81afe6f574cd 18:03:00 (1/33) Installing libbz2 (1.0.8-r1) 18:03:00 (2/33) Installing expat (2.2.9-r1) 18:03:00 (3/33) Installing libffi (3.3-r2) 18:03:00 (4/33) Installing gdbm (1.13-r1) 18:03:00 (5/33) Installing xz-libs (5.2.5-r0) 18:03:00 (6/33) Installing sqlite-libs (3.32.1-r0) 18:03:00 (7/33) Installing python3 (3.8.5-r0) 18:03:00 Removing intermediate container 81afe6f574cd 18:03:00 ---> 961028da2a6a 18:03:00 Step 22/22 : LABEL version=0.0.0 18:03:04 ---> Running in 223df393168b 18:03:04 Removing intermediate container 29aca824d39e 18:03:04 ---> 848e3a4721e4 18:03:04 Step 24/29 : RUN chmod 755 security-secrets-setup 18:03:04 (8/33) Installing py3-appdirs (1.4.4-r1) 18:03:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:03:04 (10/33) Installing py3-parsing (2.4.7-r0) 18:03:04 (11/33) Installing py3-six (1.15.0-r0) 18:03:04 (12/33) Installing py3-packaging (20.4-r0) 18:03:04 (13/33) Installing py3-setuptools (47.0.0-r0) 18:03:04 ---> Running in e28180676b9a 18:03:04 (14/33) Installing py3-chardet (3.0.4-r4) 18:03:04 (15/33) Installing py3-idna (2.9-r0) 18:03:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:03:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:03:05 (18/33) Installing py3-requests (2.23.0-r0) 18:03:05 (19/33) Installing py3-msgpack (1.0.0-r0) 18:03:05 (20/33) Installing py3-lockfile (0.12.2-r3) 18:03:05 Removing intermediate container 223df393168b 18:03:05 ---> 9872c8bf2792 18:03:05 18:03:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:03:05 (22/33) Installing py3-colorama (0.4.3-r0) 18:03:05 (23/33) Installing py3-distlib (0.3.0-r0) 18:03:05 (24/33) Installing py3-distro (1.5.0-r1) 18:03:05 Successfully built 9872c8bf2792 18:03:05 (25/33) Installing py3-webencodings (0.5.1-r3) 18:03:05 Successfully tagged docker-support-logging-go:latest 18:03:05 (26/33) Installing py3-html5lib (1.0.1-r4) 18:03:05  Building docker-support-logging-go ... done (27/33) Installing py3-pytoml (0.1.21-r0) 18:03:05 (28/33) Installing py3-pep517 (0.8.2-r0) 18:03:05 (29/33) Installing py3-progress (1.5-r0) 18:03:05 (30/33) Installing py3-toml (0.10.1-r0) 18:03:05 (31/33) Installing py3-retrying (1.3.3-r0) 18:03:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:03:05 (33/33) Installing py3-pip (20.1.1-r0) 18:03:06 Executing busybox-1.31.1-r16.trigger 18:03:06 OK: 71 MiB in 55 packages 18:03:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:03:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:03:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:03:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:03:07 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.078s 18:03:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 18:03:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:03:07 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 18:03:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:03:09 Removing intermediate container e28180676b9a 18:03:09 ---> 22a79a4794e4 18:03:09 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 18:03:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:03:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:03:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:03:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:03:13 ---> Running in 4fe12d05970d 18:03:13 Removing intermediate container e59cc514a991 18:03:13 ---> f43d7b351281 18:03:13 Step 21/27 : RUN pip install docker-compose==1.23.2 18:03:13 Removing intermediate container 4fe12d05970d 18:03:13 ---> 3b70792b289b 18:03:13 Step 26/29 : CMD [ "generate" ] 18:03:13 ---> Running in 47e7ec5d7c98 18:03:13 ---> Running in 4714ed6a0ddb 18:03:13 Removing intermediate container 4714ed6a0ddb 18:03:13 ---> 7c481b22187c 18:03:13 Step 27/29 : LABEL arch=x86_64 18:03:14 ---> Running in 484a97c472b9 18:03:14 Removing intermediate container 484a97c472b9 18:03:14 ---> 4c20e2beb545 18:03:14 Step 28/29 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:03:14 ---> Running in 388c12175a75 18:03:14 Removing intermediate container 388c12175a75 18:03:14 ---> 16d393388224 18:03:14 Step 29/29 : LABEL version=0.0.0 18:03:14 ---> Running in 197f9a43010c 18:03:14 Removing intermediate container 197f9a43010c 18:03:14 ---> d7483ac7c0a7 18:03:14 18:03:14 Successfully built d7483ac7c0a7 18:03:14 Successfully tagged docker-security-secrets-setup-go:latest 18:03:14  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 18:03:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:03:15 Collecting docopt<0.7,>=0.6.1 18:03:15 Downloading docopt-0.6.2.tar.gz (25 kB) 18:03:15 Collecting dockerpty<0.5,>=0.4.1 18:03:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:03:16 Collecting jsonschema<3,>=2.5.1 18:03:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:03:16 Collecting websocket-client<1.0,>=0.32.0 18:03:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:03:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:03:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:03:16 Collecting texttable<0.10,>=0.9.0 18:03:16 Downloading texttable-0.9.1.tar.gz (11 kB) 18:03:17 Collecting cached-property<2,>=1.2.0 18:03:17 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 18:03:17 Collecting docker<4.0,>=3.6.0 18:03:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:03:17 Collecting PyYAML<4,>=3.10 18:03:17 Downloading PyYAML-3.13.tar.gz (270 kB) 18:03:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:03:18 Collecting urllib3<1.25,>=1.21.1 18:03:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:03:18 Collecting idna<2.8,>=2.5 18:03:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:03:18 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) 18:03:18 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) 18:03:18 Collecting docker-pycreds>=0.4.0 18:03:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:03:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:03:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:03:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:03:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:03:18 Installing collected packages: docopt, dockerpty, jsonschema, websocket-client, urllib3, idna, requests, texttable, cached-property, docker-pycreds, docker, PyYAML, docker-compose 18:03:18 Running setup.py install for docopt: started 18:03:19 Running setup.py install for docopt: finished with status 'done' 18:03:19 Running setup.py install for dockerpty: started 18:03:19 Running setup.py install for dockerpty: finished with status 'done' 18:03:19 Attempting uninstall: urllib3 18:03:19 Found existing installation: urllib3 1.25.9 18:03:19 Uninstalling urllib3-1.25.9: 18:03:19 Successfully uninstalled urllib3-1.25.9 18:03:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.076s coverage: 46.6% of statements 18:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:03:20 Attempting uninstall: idna 18:03:20 Found existing installation: idna 2.9 18:03:20 Uninstalling idna-2.9: 18:03:20 Successfully uninstalled idna-2.9 18:03:20 Attempting uninstall: requests 18:03:20 Found existing installation: requests 2.23.0 18:03:20 Uninstalling requests-2.23.0: 18:03:20 Successfully uninstalled requests-2.23.0 18:03:20 Running setup.py install for texttable: started 18:03:20 Running setup.py install for texttable: finished with status 'done' 18:03:21 Running setup.py install for PyYAML: started 18:03:21 Running setup.py install for PyYAML: finished with status 'done' 18:03:21 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 18:03:26 Removing intermediate container 47e7ec5d7c98 18:03:26 ---> 0daf9f6dbfa1 18:03:26 Step 22/27 : RUN apk --no-cache add curl 18:03:26 ---> Running in c169bdb1a2f8 18:03:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:03:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:03:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:03:26 (2/3) Installing libcurl (7.69.1-r0) 18:03:26 (3/3) Installing curl (7.69.1-r0) 18:03:26 Executing busybox-1.31.1-r16.trigger 18:03:26 OK: 72 MiB in 58 packages 18:03:26 Removing intermediate container c169bdb1a2f8 18:03:26 ---> 7a8ae7d4ee1a 18:03:26 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 18:03:26 ---> Running in 46fa213ce87c 18:03:26 Removing intermediate container 46fa213ce87c 18:03:26 ---> 677a96d1ab8b 18:03:26 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:26 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.196s coverage: 27.2% of statements 18:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:03:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements 18:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:03:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 18:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:03:27 ---> Running in ba8459948226 18:03:27 Removing intermediate container ba8459948226 18:03:27 ---> 886cfb821eb6 18:03:27 Step 25/27 : LABEL arch=x86_64 18:03:27 ---> Running in 6ec3b091f19a 18:03:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.066s coverage: 80.0% of statements 18:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:03:27 Removing intermediate container 6ec3b091f19a 18:03:27 ---> 14b51c16acb5 18:03:27 Step 26/27 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:03:27 ---> Running in a609aadb30b3 18:03:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.392s coverage: 92.9% of statements 18:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:03:27 Removing intermediate container a609aadb30b3 18:03:27 ---> ffe311b61f81 18:03:27 Step 27/27 : LABEL version=0.0.0 18:03:27 ---> Running in fc2db3f2e0bc 18:03:27 Removing intermediate container fc2db3f2e0bc 18:03:27 ---> 5689a37e4e09 18:03:27 18:03:27 Successfully built 5689a37e4e09 18:03:27 Successfully tagged docker-sys-mgmt-agent-go:latest 18:03:28  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:03:28 $ docker stop --time=1 1f9a6e59367e5765d8fd713c497659828e7e32af415e1729cde4670ac44b5a03 18:03:30 $ docker rm -f 1f9a6e59367e5765d8fd713c497659828e7e32af415e1729cde4670ac44b5a03 [Pipeline] // withDockerContainer [Pipeline] sh 18:03:30 + docker images 18:03:30 + grep docker 18:03:30 docker-sys-mgmt-agent-go latest 5689a37e4e09 3 seconds ago 284MB 18:03:30 docker-security-secrets-setup-go latest d7483ac7c0a7 16 seconds ago 25.1MB 18:03:30 docker-support-logging-go latest 9872c8bf2792 26 seconds ago 11.8MB 18:03:30 docker-core-metadata-go latest d361ca30f8be 42 seconds ago 14.4MB 18:03:30 docker-security-proxy-setup-go latest e868e2ab000e 45 seconds ago 16.4MB 18:03:30 docker-security-secretstore-setup-go latest d4fc53b37357 2 minutes ago 33.9MB 18:03:30 docker-core-data-go latest 72e09fa51df5 2 minutes ago 24.5MB 18:03:30 docker-support-notifications-go latest 7c3acf77b27f 2 minutes ago 14.5MB 18:03:30 docker-support-scheduler-go latest 522f9fece4ae 2 minutes ago 13.1MB 18:03:30 docker-core-command-go latest 112b811b9d2f 2 minutes ago 13MB 18:03:30 docker latest 81f5749c9058 7 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] } 18:03:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.321s coverage: 28.6% of statements 18:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [Pipeline] // stage [Pipeline] } 18:03:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 18:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:03:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 18:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:03:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.080s coverage: 89.8% of statements 18:03:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:03:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:03:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 100.0% of statements 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:03:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 18:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.156s coverage: 63.5% of statements 18:03:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:03:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 18:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.373s coverage: 55.9% of statements 18:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 18:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 18:03:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.010s coverage: 86.3% of statements 18:03:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 18:03:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.029s coverage: 72.2% of statements 18:03:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.363s coverage: 72.1% of statements 18:03:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.064s coverage: 82.4% of statements 18:03:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.044s coverage: 48.4% of statements 18:03:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 18:03:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 18:03:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 18:03:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements 18:03:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 18:03:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.031s coverage: 96.8% of statements 18:03:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 18:03:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 26.9% of statements 18:03:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:03:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:03:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.278s coverage: 84.1% of statements 18:03:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements 18:03:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.030s coverage: 42.9% of statements 18:03:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 18:03:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 18:03:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.030s coverage: 100.0% of statements 18:03:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 18:03:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.080s coverage: 83.8% of statements 18:03:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 18:04:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.161s coverage: 46.1% of statements 18:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:04:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.111s coverage: 100.0% of statements 18:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:04:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements 18:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:04:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.079s coverage: 100.0% of statements 18:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:04:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.272s coverage: 29.1% of statements 18:04:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:04:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:04:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:04:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:04:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:04:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements 18:04:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:04:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.032s coverage: 100.0% of statements 18:04:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:04:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 18:04:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:04:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 18:04:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:04:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 18:04:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:04:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 18:04:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.022s coverage: 32.1% of statements 18:04:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements 18:04:13 GO111MODULE=on go vet ./... 18:04:31 gofmt -l . 18:04:32 [ "`gofmt -l .`" = "" ] 18:04:34 ./bin/test-go-mod-tidy.sh 18:04:35 ./bin/test-attribution-txt.sh [Pipeline] sh 18:04:39 + ls -al . 18:04:39 total 584 18:04:39 drwxrwxr-x 10 1001 1001 4096 Aug 20 18:04 . 18:04:39 drwxr-xr-x 4 root root 4096 Aug 20 18:02 .. 18:04:39 -rw-rw-r-- 1 1001 1001 11 Aug 20 18:00 .dockerignore 18:04:39 drwxrwxr-x 8 1001 1001 4096 Aug 20 18:00 .git 18:04:39 drwxrwxr-x 3 1001 1001 4096 Aug 20 18:00 .github 18:04:39 -rw-rw-r-- 1 1001 1001 932 Aug 20 18:00 .gitignore 18:04:39 drwxrwxr-x 3 1001 1001 4096 Aug 20 18:00 .semver 18:04:39 -rw-rw-r-- 1 1001 1001 166 Aug 20 18:00 .sonarcloud.properties 18:04:39 -rw-rw-r-- 1 1001 1001 3804 Aug 20 18:00 CONTRIBUTING.md 18:04:39 -rw-rw-r-- 1 1001 1001 1035 Aug 20 18:00 Dockerfile.build 18:04:39 -rw-rw-r-- 1 1001 1001 865 Aug 20 18:00 Jenkinsfile 18:04:39 -rw-rw-r-- 1 1001 1001 10775 Aug 20 18:00 LICENSE 18:04:39 -rw-rw-r-- 1 1001 1001 6237 Aug 20 18:00 Makefile 18:04:39 -rw-rw-r-- 1 1001 1001 5652 Aug 20 18:00 README.md 18:04:39 -rw-rw-r-- 1 1001 1001 259 Aug 20 18:00 SECURITY.md 18:04:39 -rw-rw-r-- 1 1001 1001 5 Aug 20 17:55 VERSION 18:04:39 -rw-rw-r-- 1 1001 1001 4131 Aug 20 18:00 ZMQWindows.md 18:04:39 drwxrwxr-x 2 1001 1001 4096 Aug 20 18:00 bin 18:04:39 drwxrwxr-x 15 1001 1001 4096 Aug 20 18:00 cmd 18:04:39 -rw-r--r-- 1 root root 458659 Aug 20 18:04 coverage.out 18:04:39 -rw-r--r-- 1 root root 1019 Aug 20 18:04 go.mod 18:04:39 -rw-r--r-- 1 root root 19185 Aug 20 18:04 go.sum 18:04:39 drwxrwxr-x 8 1001 1001 4096 Aug 20 18:00 internal 18:04:39 drwxrwxr-x 4 1001 1001 4096 Aug 20 18:00 openapi 18:04:39 drwxrwxr-x 4 1001 1001 4096 Aug 20 18:00 snap 18:04:39 -rw-rw-r-- 1 1001 1001 168 Aug 20 18:00 version.go [Pipeline] sh 18:04:40 + '[' -e coverage.out ] 18:04:40 + chown 1001:1001 coverage.out [Pipeline] stash 18:04:40 Warning: overwriting stash ‘coverage-report’ 18:04:41 Stashed 1 file(s) [Pipeline] sh 18:04:42 + make build 18:04:42 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 18:05:00 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 18:05:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:05:16 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 18:05:20 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 18:05:27 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 18:05:27 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 18:05:33 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 18:05:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 18:05:42 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 18:05:47 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 18:05:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:05:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 18:05:58 $ docker stop --time=1 d260ce54f3e4b29b443813b623bd4d5884952ebb20b33b9f7574a6709722739c 18:06:00 $ docker rm -f d260ce54f3e4b29b443813b623bd4d5884952ebb20b33b9f7574a6709722739c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:06:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:06:02 18:06:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:06:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:06:02 latest: Pulling from edgex-devops/edgex-compose-arm64 18:06:02 29e5d40040c1: Pulling fs layer 18:06:02 1ce36da41761: Pulling fs layer 18:06:02 25b303627fd3: Pulling fs layer 18:06:02 29e5d40040c1: Verifying Checksum 18:06:02 29e5d40040c1: Download complete 18:06:03 1ce36da41761: Verifying Checksum 18:06:03 1ce36da41761: Download complete 18:06:03 29e5d40040c1: Pull complete 18:06:05 1ce36da41761: Pull complete 18:06:05 25b303627fd3: Verifying Checksum 18:06:05 25b303627fd3: Download complete 18:06:15 25b303627fd3: Pull complete 18:06:15 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:06:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:06:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:06:15 prd-ubuntu18.04-docker-arm64-4c-16g-603 does not seem to be running inside a container 18:06:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:06:18 $ docker top 22fd9bdbaad1af583808ece72f78ffbb496ecd931338054299b1941190596424 -eo pid,comm [Pipeline] { [Pipeline] sh 18:06:20 + grep parallel 18:06:20 + docker-compose build --help 18:06:23 --parallel Build images in parallel. [Pipeline] } 18:06:23 $ docker stop --time=1 22fd9bdbaad1af583808ece72f78ffbb496ecd931338054299b1941190596424 18:06:25 $ docker rm -f 22fd9bdbaad1af583808ece72f78ffbb496ecd931338054299b1941190596424 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:06:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:06:26 . [Pipeline] withDockerContainer 18:06:27 prd-ubuntu18.04-docker-arm64-4c-16g-603 does not seem to be running inside a container 18:06:27 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:06:28 $ docker top 8cb26366e5b1245f604a60130da4efd583dd0674956e0a9f18c1a0bf64899513 -eo pid,comm [Pipeline] { [Pipeline] sh 18:06:29 + docker-compose -f ./docker-compose-build.yml build --parallel 18:06:32 Building docker-core-command-go ... 18:06:32 Building docker-core-data-go ... 18:06:32 Building docker-core-metadata-go ... 18:06:32 Building docker-security-proxy-setup-go ... 18:06:32 Building docker-security-secrets-setup-go ... 18:06:32 Building docker-security-secretstore-setup-go ... 18:06:32 Building docker-support-logging-go ... 18:06:32 Building docker-support-notifications-go ... 18:06:32 Building docker-support-scheduler-go ... 18:06:32 Building docker-sys-mgmt-agent-go ... 18:06:32 Building docker-security-proxy-setup-go 18:06:32 Building docker-support-scheduler-go 18:06:32 Building docker-support-logging-go 18:06:32 Building docker-security-secretstore-setup-go 18:06:32 Building docker-core-data-go 18:08:39 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 18:08:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:08:39 ---> 2896b77baae3 18:08:39 Step 3/23 : WORKDIR /edgex-go 18:08:39 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 18:08:39 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:08:39 ---> 2896b77baae3 18:08:39 Step 3/20 : WORKDIR /edgex-go 18:08:39 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 18:08:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:08:39 ---> 2896b77baae3 18:08:39 Step 3/21 : WORKDIR /edgex-go 18:08:39 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:08:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:08:39 ---> 2896b77baae3 18:08:39 Step 3/22 : WORKDIR /edgex-go 18:08:39 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 18:08:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:08:39 ---> 2896b77baae3 18:08:39 Step 3/26 : WORKDIR /edgex-go 18:08:39 ---> Running in 87410b848f98 18:08:39 ---> Running in 8bb4518ac6e2 18:08:39 ---> Running in f147c27f6aca 18:08:39 ---> Running in 067825334fee 18:08:39 ---> Running in f405a95c052b 18:08:39 Removing intermediate container f147c27f6aca 18:08:39 ---> d35f3b40e562 18:08:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:39 Removing intermediate container 067825334fee 18:08:39 ---> a5490b01c19e 18:08:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:39 Removing intermediate container 87410b848f98 18:08:39 ---> 33f7b9ef33c7 18:08:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:39 Removing intermediate container 8bb4518ac6e2 18:08:39 ---> 8337081ea6f0 18:08:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:39 Removing intermediate container f405a95c052b 18:08:39 ---> e231c9c7681f 18:08:39 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:39 ---> Running in de443fd287d6 18:08:39 ---> Running in d30f0f430d8f 18:08:39 ---> Running in b5d8f8a2a7f8 18:08:39 ---> Running in ad87a4adc060 18:08:39 ---> Running in 3c0591a797e4 18:08:39 Removing intermediate container d30f0f430d8f 18:08:39 ---> 9b6a33f7affd 18:08:39 Step 5/21 : RUN apk update && apk add make git 18:08:39 Removing intermediate container de443fd287d6 18:08:39 ---> f7297f9bf4a8 18:08:39 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 18:08:39 ---> Running in b75be4530bc1 18:08:39 Removing intermediate container b5d8f8a2a7f8 18:08:39 ---> cb6125b4838e 18:08:39 Step 5/22 : RUN apk update && apk add make && apk add bash git 18:08:39 ---> Running in cb07d0b27387 18:08:39 Removing intermediate container 3c0591a797e4 18:08:39 ---> c496db1af225 18:08:39 Step 5/20 : RUN apk update && apk add make git 18:08:39 ---> Running in f9ed4ef4903b 18:08:39 ---> Running in 3fb7ee552c43 18:08:39 Removing intermediate container ad87a4adc060 18:08:39 ---> c1e779fc5df7 18:08:39 Step 5/26 : RUN apk update && apk add make git 18:08:39 ---> Running in 8a94ead14b24 18:08:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:41 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 18:08:41 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:08:41 OK: 12617 distinct packages available 18:08:41 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 18:08:41 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:08:41 OK: 12617 distinct packages available 18:08:41 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 18:08:41 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:08:41 OK: 12617 distinct packages available 18:08:41 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 18:08:41 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:08:41 OK: 12617 distinct packages available 18:08:41 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 18:08:41 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:08:41 OK: 12617 distinct packages available 18:08:41 OK: 217 MiB in 51 packages 18:08:42 OK: 217 MiB in 51 packages 18:08:42 OK: 217 MiB in 51 packages 18:08:42 OK: 217 MiB in 51 packages 18:08:42 OK: 217 MiB in 51 packages 18:08:43 OK: 217 MiB in 51 packages 18:08:43 Removing intermediate container cb07d0b27387 18:08:43 ---> 5b0c91d4f824 18:08:43 Step 6/23 : COPY go.mod . 18:08:44 Removing intermediate container b75be4530bc1 18:08:44 ---> cec7bb291bbb 18:08:44 Step 6/21 : COPY go.mod . 18:08:44 Removing intermediate container 8a94ead14b24 18:08:44 ---> b4e340a9102e 18:08:44 Step 6/26 : COPY go.mod . 18:08:44 Removing intermediate container 3fb7ee552c43 18:08:44 ---> 9c05d05f295c 18:08:44 Step 6/20 : COPY go.mod . 18:08:44 ---> 8e1652c16b3b 18:08:44 Step 7/23 : RUN go mod download 18:08:44 ---> Running in fee333f3c9ef 18:08:45 ---> ca546cb0b5da 18:08:45 Step 7/21 : RUN go mod download 18:08:45 Removing intermediate container f9ed4ef4903b 18:08:45 ---> ff5d393b88b0 18:08:45 Step 6/22 : COPY go.mod . 18:08:45 ---> bbf8f47eabaa 18:08:45 Step 7/26 : RUN go mod download 18:08:45 ---> Running in 8eb2c159997e 18:08:45 ---> 23656762c56e 18:08:45 Step 7/20 : RUN go mod download 18:08:45 ---> Running in 1274f4b03587 18:08:45 ---> Running in 6e167311a39a 18:08:46 ---> ca0574def177 18:08:46 Step 7/22 : RUN go mod download 18:08:46 ---> Running in 8ee2652e2f94 18:08:49 Removing intermediate container fee333f3c9ef 18:08:49 ---> 9dd426af4c92 18:08:49 Step 8/23 : COPY . . 18:08:50 Removing intermediate container 8eb2c159997e 18:08:50 ---> 266db9cc05cb 18:08:50 Step 8/21 : COPY . . 18:08:51 Removing intermediate container 6e167311a39a 18:08:51 ---> c640a8ee8f17 18:08:51 Step 8/20 : COPY . . 18:08:51 Removing intermediate container 1274f4b03587 18:08:51 ---> b31e9884e9c1 18:08:51 Step 8/26 : COPY . . 18:08:51 Removing intermediate container 8ee2652e2f94 18:08:51 ---> 74cd4b3579b7 18:08:51 Step 8/22 : COPY . . 18:09:24 ---> e88e3d5ad8b1 18:09:24 Step 9/23 : RUN make cmd/core-data/core-data 18:09:24 ---> 70b3fba74e3d 18:09:24 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 18:09:24 ---> 92c25026f669 18:09:24 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 18:09:24 ---> c6b5f578945b 18:09:24 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:09:24 ---> b64c980e8a47 18:09:24 Step 9/22 : RUN make cmd/support-logging/support-logging 18:09:24 ---> Running in 3c7d7ca0ab6f 18:09:24 ---> Running in 324064c14c46 18:09:24 ---> Running in a6c324092cc9 18:09:24 ---> Running in 00f28f076050 18:09:24 ---> Running in 3c2e37d9e7be 18:09:24 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 18:09:24 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 18:09:24 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 18:09:24 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 18:09:24 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 18:10:46 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 18:10:46 Removing intermediate container 00f28f076050 18:10:46 ---> 3d8cdb5f8167 18:10:46 18:10:46 Step 10/20 : FROM alpine 18:10:46 latest: Pulling from library/alpine 18:10:46 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:10:46 Status: Downloaded newer image for alpine:latest 18:10:46 ---> 62ee0e9f8440 18:10:46 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 18:10:46 ---> Running in 8b56522e3550 18:10:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:10:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:10:49 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:10:49 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:10:49 OK: 12617 distinct packages available 18:10:50 (1/4) Installing ca-certificates (20191127-r4) 18:10:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:10:50 (3/4) Installing libcurl (7.69.1-r0) 18:10:50 (4/4) Installing curl (7.69.1-r0) 18:10:50 Executing busybox-1.31.1-r16.trigger 18:10:50 Executing ca-certificates-20191127-r4.trigger 18:10:51 OK: 7 MiB in 18 packages 18:10:54 Removing intermediate container 8b56522e3550 18:10:54 ---> b1da39c78f38 18:10:54 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:10:54 ---> Running in 5352dcd23809 18:10:55 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 18:10:56 Removing intermediate container 5352dcd23809 18:10:56 ---> d825b678d79f 18:10:56 Step 13/20 : WORKDIR /edgex 18:10:56 ---> Running in 368065f324c1 18:10:57 Removing intermediate container 368065f324c1 18:10:57 ---> 1b5347ff70eb 18:10:57 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:10:58 Removing intermediate container a6c324092cc9 18:10:58 ---> 880ed30c66f2 18:10:58 18:10:58 Step 10/22 : FROM scratch 18:10:58 ---> 18:10:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:10:58 ---> Running in f47d83201e1d 18:10:58 ---> 3f1c48c8c0de 18:10:58 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:10:59 Removing intermediate container f47d83201e1d 18:10:59 ---> 09dd12fc23ad 18:10:59 Step 12/22 : ENV APP_PORT=48061 18:10:59 ---> Running in e204acb9fc08 18:11:00 Removing intermediate container e204acb9fc08 18:11:00 ---> 477e77c1b65a 18:11:00 Step 13/22 : EXPOSE $APP_PORT 18:11:00 ---> Running in c9d408980838 18:11:00 ---> e7824572b124 18:11:00 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:11:01 ---> Running in 8aa1cfba2baa 18:11:01 Removing intermediate container c9d408980838 18:11:01 ---> 010e57ec5375 18:11:01 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 18:11:01 Removing intermediate container 8aa1cfba2baa 18:11:01 ---> b47922001fc2 18:11:01 Step 17/20 : CMD ["--init=true"] 18:11:01 ---> Running in 2be831040dc4 18:11:02 ---> 5cd3ed0a6a13 18:11:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 18:11:02 Removing intermediate container 2be831040dc4 18:11:02 ---> e08734748a03 18:11:02 Step 18/20 : LABEL arch=arm64 18:11:03 ---> Running in f9506619693a 18:11:03 ---> 3d7a6de4db6a 18:11:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 18:11:03 Removing intermediate container f9506619693a 18:11:03 ---> 2b9dd1eec743 18:11:03 Step 19/20 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:11:04 ---> Running in 7727752b2638 18:11:05 Removing intermediate container 7727752b2638 18:11:05 ---> b7848265c4d4 18:11:05 Step 20/20 : LABEL version=0.0.0 18:11:05 ---> Running in a3fdfa5ae731 18:11:05 ---> c2a3aa0fcc39 18:11:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 18:11:06 Removing intermediate container a3fdfa5ae731 18:11:06 ---> 6ae0f56f71f0 18:11:06 18:11:07 Successfully built 6ae0f56f71f0 18:11:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:11:08 Building docker-core-metadata-go 18:11:08  Building docker-security-proxy-setup-go ... done  ---> 05602138f55c 18:11:08 Step 18/22 : ENTRYPOINT ["/support-logging"] 18:11:08 ---> Running in ef1aa80fc0f5 18:11:10 Removing intermediate container ef1aa80fc0f5 18:11:10 ---> 490861a3fb3f 18:11:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:11:11 ---> Running in fb07bb285885 18:11:11 Removing intermediate container 3c2e37d9e7be 18:11:11 ---> caba577419f9 18:11:11 18:11:11 Step 10/26 : FROM alpine:3.10 18:11:12 3.10: Pulling from library/alpine 18:11:12 Removing intermediate container fb07bb285885 18:11:12 ---> c4586f83df8a 18:11:12 Step 20/22 : LABEL arch=arm64 18:11:13 ---> Running in f392901129d6 18:11:15 Removing intermediate container f392901129d6 18:11:15 ---> d02c205f1387 18:11:15 Step 21/22 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:11:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 18:11:15 Status: Downloaded newer image for alpine:3.10 18:11:15 ---> 536a684cf733 18:11:15 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:11:16 ---> Running in c16a8b684d56 18:11:16 ---> Running in f46a416b1572 18:11:17 Removing intermediate container 324064c14c46 18:11:17 ---> c7629fbb0df0 18:11:17 18:11:17 Step 10/21 : FROM scratch 18:11:17 ---> 18:11:17 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:11:17 ---> Running in 997302acba7e 18:11:18 Removing intermediate container f46a416b1572 18:11:18 ---> 6b0076fb16a8 18:11:18 Step 22/22 : LABEL version=0.0.0 18:11:18 ---> Running in 3cedb9ac2710 18:11:18 Removing intermediate container 997302acba7e 18:11:18 ---> a0fd368ac470 18:11:18 Step 12/21 : ENV APP_PORT=48085 18:11:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 18:11:18 ---> Running in 06854983b25a 18:11:18 Removing intermediate container 3cedb9ac2710 18:11:18 ---> e1a7a74b8a47 18:11:18 18:11:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 18:11:19 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:11:19 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:11:19 OK: 10167 distinct packages available 18:11:19 Successfully built e1a7a74b8a47 18:11:19 Successfully tagged docker-support-logging-go-arm64:latest 18:11:19  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 18:11:19 Removing intermediate container 06854983b25a 18:11:19 ---> ce336b4e17c4 18:11:19 Step 13/21 : EXPOSE $APP_PORT 18:11:20 ---> Running in f3380fa75158 18:11:20 (1/5) Installing ca-certificates (20191127-r2) 18:11:20 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:11:20 (3/5) Installing libcurl (7.66.0-r0) 18:11:20 (4/5) Installing curl (7.66.0-r0) 18:11:20 (5/5) Installing dumb-init (1.2.2-r1) 18:11:20 Executing busybox-1.30.1-r3.trigger 18:11:20 Executing ca-certificates-20191127-r2.trigger 18:11:20 OK: 7 MiB in 19 packages 18:11:20 Removing intermediate container f3380fa75158 18:11:20 ---> 1056fb692dd0 18:11:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:11:22 ---> 86dffc43558d 18:11:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:11:23 Removing intermediate container c16a8b684d56 18:11:23 ---> 674e204a136d 18:11:23 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:11:24 ---> Running in 178f3db2aa62 18:11:25 ---> e0edb4e6c3c1 18:11:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:11:25 Removing intermediate container 178f3db2aa62 18:11:25 ---> 89c4640b3dbb 18:11:25 Step 13/26 : WORKDIR / 18:11:26 ---> Running in 2d8b3956ab64 18:11:26 ---> a7199d5ce6ec 18:11:26 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:11:27 ---> Running in d956791f522e 18:11:28 Removing intermediate container 2d8b3956ab64 18:11:28 ---> 8b23ed8b06a3 18:11:28 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:11:28 Removing intermediate container d956791f522e 18:11:28 ---> f7a4859c9617 18:11:28 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:11:28 ---> Running in ecf1a1e00558 18:11:29 ---> ea36cc2509d8 18:11:29 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:11:30 Removing intermediate container ecf1a1e00558 18:11:30 ---> d743ea69781e 18:11:30 Step 19/21 : LABEL arch=arm64 18:11:30 ---> Running in da3f36300132 18:11:31 ---> 36d136492348 18:11:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:11:31 Removing intermediate container da3f36300132 18:11:31 ---> e06214629a21 18:11:31 Step 20/21 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:11:32 ---> Running in 85656010ef28 18:11:32 ---> b71aa3c15e29 18:11:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 18:11:33 Removing intermediate container 85656010ef28 18:11:33 ---> 3cb220641891 18:11:33 Step 21/21 : LABEL version=0.0.0 18:11:34 ---> Running in 71d99e987aa5 18:11:34 ---> cd3c0a42b3f6 18:11:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:11:35 Removing intermediate container 71d99e987aa5 18:11:35 ---> e159582b1ba7 18:11:35 18:11:35 Successfully built e159582b1ba7 18:11:36 Successfully tagged docker-support-scheduler-go-arm64:latest 18:11:36  Building docker-support-scheduler-go ... done Building docker-core-command-go 18:11:36 ---> d610c89c7df2 18:11:36 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:11:38 ---> 1d8f25185964 18:11:38 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 18:11:38 Removing intermediate container 3c7d7ca0ab6f 18:11:38 ---> f25740061456 18:11:38 18:11:38 Step 10/23 : FROM alpine 18:11:38 ---> 62ee0e9f8440 18:11:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:11:39 ---> Running in 15af2021c0d6 18:11:40 ---> 2e45e8997f53 18:11:40 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:11:41 Removing intermediate container 15af2021c0d6 18:11:41 ---> 1a529623a446 18:11:41 Step 12/23 : ENV APP_PORT=48080 18:11:41 ---> Running in ab542b72cb62 18:11:41 ---> 0b1090251fd1 18:11:41 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:11:42 ---> Running in 4c6be7f071a9 18:11:42 Removing intermediate container ab542b72cb62 18:11:42 ---> 73990effc36f 18:11:42 Step 13/23 : EXPOSE $APP_PORT 18:11:42 ---> Running in ef2bd90768b8 18:11:44 Removing intermediate container ef2bd90768b8 18:11:44 ---> 4414dea76fdb 18:11:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:11:44 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:11:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:11:44 ---> 2896b77baae3 18:11:44 Step 3/22 : WORKDIR /edgex-go 18:11:44 ---> Using cache 18:11:44 ---> e231c9c7681f 18:11:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:11:44 ---> Using cache 18:11:44 ---> c496db1af225 18:11:44 Step 5/22 : RUN apk update && apk add make git 18:11:44 ---> Using cache 18:11:44 ---> 9c05d05f295c 18:11:44 Step 6/22 : COPY go.mod . 18:11:44 ---> Using cache 18:11:44 ---> 23656762c56e 18:11:44 Step 7/22 : RUN go mod download 18:11:44 ---> Using cache 18:11:44 ---> c640a8ee8f17 18:11:44 Step 8/22 : COPY . . 18:11:44 ---> Using cache 18:11:44 ---> 70b3fba74e3d 18:11:44 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:11:44 ---> Running in 5854a2184574 18:11:45 ---> Running in 7d625fc81d35 18:11:48 Removing intermediate container 4c6be7f071a9 18:11:48 ---> b304cdd169e2 18:11:48 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:11:48 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 18:11:48 ---> Running in e268e8d57e61 18:11:49 Removing intermediate container e268e8d57e61 18:11:49 ---> d9e962a48552 18:11:49 Step 24/26 : LABEL arch=arm64 18:11:49 Removing intermediate container 5854a2184574 18:11:49 ---> 494a858b2bcf 18:11:49 Step 15/23 : RUN apk --no-cache add zeromq 18:11:49 ---> Running in 7bf1637f6967 18:11:50 ---> Running in b9d0518a4949 18:11:50 Removing intermediate container 7bf1637f6967 18:11:51 ---> 7a2bbf1f11d6 18:11:51 Step 25/26 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:11:51 ---> Running in 73b6459db58b 18:11:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:11:53 Removing intermediate container 73b6459db58b 18:11:53 ---> 328e901fc6e6 18:11:53 Step 26/26 : LABEL version=0.0.0 18:11:53 ---> Running in c96bfdfe937f 18:11:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:11:54 Removing intermediate container c96bfdfe937f 18:11:54 ---> a0e524fe637d 18:11:54 18:11:54 (1/5) Installing libgcc (9.3.0-r2) 18:11:54 (2/5) Installing libsodium (1.0.18-r0) 18:11:54 (3/5) Installing libstdc++ (9.3.0-r2) 18:11:54 Successfully built a0e524fe637d 18:11:55 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:11:55  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 18:11:55 (4/5) Installing libzmq (4.3.2-r0) 18:11:55 (5/5) Installing zeromq (4.3.2-r0) 18:11:55 Executing busybox-1.31.1-r16.trigger 18:11:55 OK: 8 MiB in 19 packages 18:11:58 Removing intermediate container b9d0518a4949 18:11:58 ---> 17575928c583 18:11:58 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:12:00 ---> 7edab6c3be9f 18:12:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:12:04 ---> 417e5d82d55a 18:12:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:12:04 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 18:12:04 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:12:04 ---> 2896b77baae3 18:12:04 Step 3/27 : WORKDIR /edgex-go 18:12:04 ---> Using cache 18:12:04 ---> e231c9c7681f 18:12:04 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:12:04 ---> Using cache 18:12:04 ---> c496db1af225 18:12:04 Step 5/27 : RUN apk update && apk add make bash git 18:12:04 ---> Running in 3a83a7c85e66 18:12:06 ---> ef853feedd44 18:12:06 Step 19/23 : ENTRYPOINT ["/core-data"] 18:12:06 ---> Running in e348c586e48f 18:12:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:12:06 Removing intermediate container e348c586e48f 18:12:06 ---> 2d5b0dcaabe3 18:12:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:12:07 ---> Running in 3f73da069701 18:12:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:12:08 Removing intermediate container 3f73da069701 18:12:08 ---> d432b7e0a6f7 18:12:08 Step 21/23 : LABEL arch=arm64 18:12:08 ---> Running in 1fa1e8a2dd68 18:12:08 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 18:12:08 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:12:08 OK: 12617 distinct packages available 18:12:09 Removing intermediate container 1fa1e8a2dd68 18:12:09 ---> d76fc7103b81 18:12:09 Step 22/23 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:12:09 OK: 217 MiB in 51 packages 18:12:09 ---> Running in 42f51aa87806 18:12:11 Removing intermediate container 42f51aa87806 18:12:11 ---> 6ae5c7118db3 18:12:11 Step 23/23 : LABEL version=0.0.0 18:12:11 ---> Running in aa4309b98a29 18:12:11 Removing intermediate container 3a83a7c85e66 18:12:11 ---> 5d7abac159e3 18:12:11 Step 6/27 : COPY go.mod . 18:12:12 Removing intermediate container aa4309b98a29 18:12:12 ---> 0da884e5d68a 18:12:12 18:12:13 Successfully built 0da884e5d68a 18:12:13 ---> b5abdbbb2479 18:12:13 Step 7/27 : RUN go mod download 18:12:13 Successfully tagged docker-core-data-go-arm64:latest 18:12:13  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 18:12:13 ---> Running in b5b18b0b8eef 18:12:19 Removing intermediate container b5b18b0b8eef 18:12:19 ---> ed2a64eedec8 18:12:19 Step 8/27 : COPY . . 18:12:29 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:12:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:12:29 ---> 2896b77baae3 18:12:29 Step 3/22 : WORKDIR /edgex-go 18:12:29 ---> Using cache 18:12:29 ---> e231c9c7681f 18:12:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:12:29 ---> Using cache 18:12:29 ---> c496db1af225 18:12:29 Step 5/22 : RUN apk update && apk add make git 18:12:29 ---> Using cache 18:12:29 ---> 9c05d05f295c 18:12:29 Step 6/22 : COPY go.mod . 18:12:29 ---> Using cache 18:12:29 ---> 23656762c56e 18:12:29 Step 7/22 : RUN go mod download 18:12:29 ---> Using cache 18:12:29 ---> c640a8ee8f17 18:12:29 Step 8/22 : COPY . . 18:12:29 ---> Using cache 18:12:29 ---> 70b3fba74e3d 18:12:29 Step 9/22 : RUN make cmd/core-command/core-command 18:12:32 ---> Running in 279286bb7ea5 18:12:35 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 18:12:45 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 18:12:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:12:45 ---> 2896b77baae3 18:12:45 Step 3/24 : WORKDIR /edgex-go 18:12:45 ---> Using cache 18:12:45 ---> e231c9c7681f 18:12:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:12:45 ---> Using cache 18:12:45 ---> c496db1af225 18:12:45 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 18:12:48 ---> Running in 9702b0861412 18:12:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:12:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:12:51 ---> a8bd0584dbe2 18:12:51 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:12:52 ---> Running in 38773605d116 18:12:53 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 18:12:53 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:12:53 OK: 12617 distinct packages available 18:12:54 OK: 217 MiB in 51 packages 18:12: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 18:12:57 Removing intermediate container 9702b0861412 18:12:57 ---> a3e3416eb4cf 18:12:57 Step 6/24 : COPY go.mod . 18:12:57 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 18:12:57 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 18:12:57 ---> 2896b77baae3 18:12:57 Step 3/29 : WORKDIR /edgex-go 18:12:57 ---> Using cache 18:12:57 ---> e231c9c7681f 18:12:57 Step 4/29 : RUN apk update && apk add make git 18:12:57 ---> Running in b2032dedf51e 18:12:59 ---> 9252596ca427 18:12:59 Step 7/24 : RUN go mod download 18:12:59 ---> Running in 79205f48929a 18:13:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:13:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:13:02 Removing intermediate container 7d625fc81d35 18:13:02 ---> 318684b0ea47 18:13:02 18:13:02 Step 10/22 : FROM scratch 18:13:02 ---> 18:13:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:13:02 ---> Using cache 18:13:02 ---> a0fd368ac470 18:13:02 Step 12/22 : ENV APP_PORT=48081 18:13:03 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 18:13:03 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:13:03 OK: 12617 distinct packages available 18:13:03 ---> Running in eb22459c439f 18:13:03 Removing intermediate container eb22459c439f 18:13:03 ---> d2181a66097a 18:13:03 Step 13/22 : EXPOSE $APP_PORT 18:13:04 ---> Running in 276ec9ce49a3 18:13:04 OK: 217 MiB in 51 packages 18:13:05 Removing intermediate container 276ec9ce49a3 18:13:05 ---> d6c92bc47b2f 18:13:05 Step 14/22 : WORKDIR / 18:13:05 ---> Running in d7032b8781c4 18:13:05 Removing intermediate container 79205f48929a 18:13:05 ---> 5d0a567c3f6a 18:13:05 Step 8/24 : COPY . . 18:13:06 Removing intermediate container d7032b8781c4 18:13:06 ---> 54630bffde71 18:13:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:13:06 Removing intermediate container b2032dedf51e 18:13:06 ---> 9e2cf21088ca 18:13:06 Step 5/29 : COPY go.mod . 18:13:08 ---> 5429894cd9f7 18:13:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:13:09 ---> 1cec1198cbd2 18:13:09 Step 6/29 : RUN go mod download 18:13:10 ---> Running in 053e281e3e68 18:13:12 ---> 554957bb1ce8 18:13:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:13:14 ---> 52927c50e62b 18:13:14 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:13:14 ---> Running in dc052cc2a0fe 18:13:16 Removing intermediate container dc052cc2a0fe 18:13:16 ---> 18ca887f7ccf 18:13:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:13:17 Removing intermediate container 053e281e3e68 18:13:17 ---> c0b96dee2978 18:13:17 Step 7/29 : COPY . . 18:13:17 ---> Running in 009615fa8714 18:13:19 Removing intermediate container 009615fa8714 18:13:19 ---> 2e8265b7d60d 18:13:19 Step 20/22 : LABEL arch=arm64 18:13:19 ---> Running in ce8ef5b66ba6 18:13:20 Removing intermediate container ce8ef5b66ba6 18:13:20 ---> 2b8e97c272f8 18:13:20 Step 21/22 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:13:21 ---> Running in aa0a6bc76f34 18:13:22 Removing intermediate container aa0a6bc76f34 18:13:22 ---> fc5f99d965b1 18:13:22 Step 22/22 : LABEL version=0.0.0 18:13:22 ---> Running in a0537cbcfa7b 18:13:23 Removing intermediate container a0537cbcfa7b 18:13:23 ---> 3036af02a43c 18:13:23 18:13:24 Successfully built 3036af02a43c 18:13:25 Successfully tagged docker-core-metadata-go-arm64:latest 18:13:40  Building docker-core-metadata-go ... done  ---> be5e8ae0da8c 18:13:40 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:13:40 ---> Running in 805f2d9dcd01 18:13:43 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 18:13:49 ---> 1d0ee7f013f7 18:13:49 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 18:13:49 ---> Running in 08793022567e 18:13:51 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 18:13:59 Removing intermediate container 279286bb7ea5 18:13:59 ---> 8651961d70d9 18:13:59 18:13:59 Step 10/22 : FROM scratch 18:13:59 ---> 18:13:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:13:59 ---> Using cache 18:13:59 ---> a0fd368ac470 18:13:59 Step 12/22 : ENV APP_PORT=48082 18:13:59 ---> Running in 6406d2bd738f 18:14:00 Removing intermediate container 6406d2bd738f 18:14:00 ---> 2859cf97478b 18:14:00 Step 13/22 : EXPOSE $APP_PORT 18:14:00 ---> Running in a3202913ae0c 18:14:01 Removing intermediate container a3202913ae0c 18:14:01 ---> a22a4481df81 18:14:01 Step 14/22 : WORKDIR / 18:14:01 ---> Running in 66d8ed656135 18:14:02 Removing intermediate container 66d8ed656135 18:14:02 ---> d2dcd932403f 18:14:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:14:04 ---> d58fa3eafb1b 18:14:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:14:04 Removing intermediate container 38773605d116 18:14:04 ---> 3f5b81d952a1 18:14:04 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:14:04 ---> Running in 984e7f6cab47 18:14:06 ---> bc63bb0bf2ca 18:14:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:14:07 ---> e3e8c2e0dc75 18:14:07 Step 18/22 : ENTRYPOINT ["/core-command"] 18:14:07 ---> Running in c1441d8eb5d3 18:14:07 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 18:14:08 Removing intermediate container c1441d8eb5d3 18:14:08 ---> 50ad8c8f7dea 18:14:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:14:08 ---> Running in 6df8b10e7579 18:14:09 Removing intermediate container 6df8b10e7579 18:14:09 ---> dec63eb534c4 18:14:09 Step 20/22 : LABEL arch=arm64 18:14:09 ---> Running in f2ea8a7e406f 18:14:10 Removing intermediate container f2ea8a7e406f 18:14:10 ---> 51d9adae1ffa 18:14:10 Step 21/22 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:14:10 ---> Running in ce8cf4b0a4de 18:14:10 Removing intermediate container ce8cf4b0a4de 18:14:10 ---> 80a2d4e0571a 18:14:10 Step 22/22 : LABEL version=0.0.0 18:14:11 ---> Running in c43e400f46c3 18:14:11 Removing intermediate container c43e400f46c3 18:14:11 ---> bac266b1421b 18:14:11 18:14:12 Successfully built bac266b1421b 18:14:12 Successfully tagged docker-core-command-go-arm64:latest 18:14:12  Building docker-core-command-go ... done Removing intermediate container 984e7f6cab47 18:14:12 ---> 7485f31b4a0d 18:14:12 18:14:12 Step 11/27 : FROM docker:latest 18:14:12 ---> ce9d55ae87f1 18:14:12 Step 12/27 : RUN apk add --no-cache bash 18:14:13 ---> Running in cb7796464409 18:14:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:14:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:14:16 (1/2) Installing readline (8.0.4-r0) 18:14:16 (2/2) Installing bash (5.0.17-r0) 18:14:16 Executing bash-5.0.17-r0.post-install 18:14:16 Executing busybox-1.31.1-r16.trigger 18:14:16 OK: 12 MiB in 22 packages 18:14:18 Removing intermediate container cb7796464409 18:14:18 ---> f774f95b1e5c 18:14:18 Step 13/27 : RUN rm -rf /var/cache/apk/* 18:14:18 ---> Running in 904646efa513 18:14:22 Removing intermediate container 904646efa513 18:14:22 ---> f7714d5455ff 18:14:22 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:14:22 ---> Running in 97b8f6bb11d0 18:14:22 Removing intermediate container 97b8f6bb11d0 18:14:22 ---> 8f21865a6e49 18:14:22 Step 15/27 : ENV APP_PORT=48090 18:14:23 ---> Running in 0de12a69b912 18:14:23 Removing intermediate container 0de12a69b912 18:14:23 ---> 730d902542c9 18:14:23 Step 16/27 : EXPOSE $APP_PORT 18:14:23 ---> Running in 9a38861255ec 18:14:24 Removing intermediate container 9a38861255ec 18:14:24 ---> 942c220fff23 18:14:24 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:14:26 ---> cb24f596deee 18:14:26 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:14:27 ---> 6f5c4421f232 18:14:27 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:14:28 ---> 54d67b0f6e86 18:14:28 Step 20/27 : RUN apk --no-cache add py-pip 18:14:28 ---> Running in 3fc1ed490022 18:14:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:14:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:14:32 (1/33) Installing libbz2 (1.0.8-r1) 18:14:32 (2/33) Installing expat (2.2.9-r1) 18:14:32 (3/33) Installing libffi (3.3-r2) 18:14:32 (4/33) Installing gdbm (1.13-r1) 18:14:32 (5/33) Installing xz-libs (5.2.5-r0) 18:14:32 (6/33) Installing sqlite-libs (3.32.1-r0) 18:14:32 (7/33) Installing python3 (3.8.5-r0) 18:14:34 (8/33) Installing py3-appdirs (1.4.4-r1) 18:14:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:14:34 (10/33) Installing py3-parsing (2.4.7-r0) 18:14:34 (11/33) Installing py3-six (1.15.0-r0) 18:14:34 (12/33) Installing py3-packaging (20.4-r0) 18:14:34 (13/33) Installing py3-setuptools (47.0.0-r0) 18:14:34 (14/33) Installing py3-chardet (3.0.4-r4) 18:14:34 (15/33) Installing py3-idna (2.9-r0) 18:14:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:14:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:14:34 (18/33) Installing py3-requests (2.23.0-r0) 18:14:34 (19/33) Installing py3-msgpack (1.0.0-r0) 18:14:34 (20/33) Installing py3-lockfile (0.12.2-r3) 18:14:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:14:34 (22/33) Installing py3-colorama (0.4.3-r0) 18:14:34 (23/33) Installing py3-distlib (0.3.0-r0) 18:14:34 (24/33) Installing py3-distro (1.5.0-r1) 18:14:34 (25/33) Installing py3-webencodings (0.5.1-r3) 18:14:34 (26/33) Installing py3-html5lib (1.0.1-r4) 18:14:34 (27/33) Installing py3-pytoml (0.1.21-r0) 18:14:34 (28/33) Installing py3-pep517 (0.8.2-r0) 18:14:34 (29/33) Installing py3-progress (1.5-r0) 18:14:34 (30/33) Installing py3-toml (0.10.1-r0) 18:14:34 (31/33) Installing py3-retrying (1.3.3-r0) 18:14:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:14:34 (33/33) Installing py3-pip (20.1.1-r0) 18:14:35 Executing busybox-1.31.1-r16.trigger 18:14:35 OK: 71 MiB in 55 packages 18:14:43 Removing intermediate container 08793022567e 18:14:43 ---> c39d54d7fa8f 18:14:43 18:14:43 Step 9/29 : FROM alpine:latest 18:14:43 ---> 62ee0e9f8440 18:14:43 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 18:14:43 ---> Running in 9ceecbfcc755 18:14:43 Removing intermediate container 3fc1ed490022 18:14:43 ---> b826f6ce884b 18:14:43 Step 21/27 : RUN pip install docker-compose==1.23.2 18:14:43 Removing intermediate container 9ceecbfcc755 18:14:43 ---> 6add2f25b7cb 18:14:43 Step 11/29 : USER root 18:14:43 ---> Running in 0ee2b3536372 18:14:43 ---> Running in 9f056af3d8d0 18:14:43 Removing intermediate container 9f056af3d8d0 18:14:43 ---> 29656efa7d7c 18:14:43 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 18:14:43 ---> Running in 4eed2115595e 18:14:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:14:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:14:46 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:14:46 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:14:46 OK: 12617 distinct packages available 18:14:47 (1/2) Installing ca-certificates (20191127-r4) 18:14:47 (2/2) Installing dumb-init (1.2.2-r1) 18:14:47 Executing busybox-1.31.1-r16.trigger 18:14:47 Executing ca-certificates-20191127-r4.trigger 18:14:47 Removing intermediate container 805f2d9dcd01 18:14:47 ---> 84a20fe58cd9 18:14:47 18:14:47 Step 10/24 : FROM scratch 18:14:47 ---> 18:14:47 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:14:47 OK: 6 MiB in 16 packages 18:14:48 ---> Using cache 18:14:48 ---> 09dd12fc23ad 18:14:48 Step 12/24 : ENV APP_PORT=48060 18:14:48 ---> Running in 12c1bbe950b4 18:14:48 Removing intermediate container 12c1bbe950b4 18:14:48 ---> 2ac56a1575bf 18:14:48 Step 13/24 : EXPOSE $APP_PORT 18:14:48 ---> Running in 81b9f7ea6b1b 18:14:49 Collecting docker-compose==1.23.2 18:14:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:14:49 Removing intermediate container 81b9f7ea6b1b 18:14:49 ---> 04495b41707c 18:14:49 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:14:49 Removing intermediate container 4eed2115595e 18:14:49 ---> 5a8e13f0da38 18:14:49 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 18:14:49 ---> Running in bbf5b33d4a78 18:14:50 Removing intermediate container bbf5b33d4a78 18:14:50 ---> 2c5a8eff5ef7 18:14:50 Step 14/29 : WORKDIR $BASE_DIR 18:14:50 ---> df51827c4c0b 18:14:50 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:14:50 Collecting jsonschema<3,>=2.5.1 18:14:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:14:50 ---> Running in ca9fecdd5fe2 18:14:51 Removing intermediate container ca9fecdd5fe2 18:14:51 ---> 18d16de3660f 18:14:51 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 18:14:51 ---> Running in c50893b0b544 18:14:51 Collecting docker<4.0,>=3.6.0 18:14:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:14:51 ---> c73a10f9a2fe 18:14:51 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:14:52 Collecting docopt<0.7,>=0.6.1 18:14:52 Downloading docopt-0.6.2.tar.gz (25 kB) 18:14:52 ---> f80f70d96975 18:14:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:14:53 ---> 990e7645bb30 18:14:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:14:54 Removing intermediate container c50893b0b544 18:14:54 ---> 1e2d52d83931 18:14:54 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 18:14:55 Collecting websocket-client<1.0,>=0.32.0 18:14:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:14:55 ---> dd9044b8bd94 18:14:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:14:55 ---> 87600ddf3ed6 18:14:55 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 18:14:56 ---> af540f588c6c 18:14:56 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:14:56 ---> Running in bf6c9b4d59e5 18:14:56 ---> b3cbac5dee14 18:14:56 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 18:14:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:14:56 Removing intermediate container bf6c9b4d59e5 18:14:56 ---> 1cbe26fe671f 18:14:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:14:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:14:56 ---> Running in 2bece7c6582f 18:14:57 ---> 840ca27b1a37 18:14:57 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 18:14:57 Removing intermediate container 2bece7c6582f 18:14:57 ---> 052c5ab7ff5a 18:14:57 Step 22/24 : LABEL arch=arm64 18:14:57 ---> Running in fe3cff1d13d3 18:14:57 Collecting PyYAML<4,>=3.10 18:14:57 ---> e280ed9c5e55 18:14:57 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 18:14:57 Downloading PyYAML-3.13.tar.gz (270 kB) 18:14:58 Removing intermediate container fe3cff1d13d3 18:14:58 ---> 5f9ef6250ebb 18:14:58 Step 23/24 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:14:58 ---> Running in 58aff461b1dd 18:14:58 ---> 5d91adfe9a58 18:14:58 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 18:14:58 ---> Running in 8aedab345be2 18:14:58 Removing intermediate container 58aff461b1dd 18:14:58 ---> 0694fdabf436 18:14:58 Step 24/24 : LABEL version=0.0.0 18:14:59 ---> Running in 7bd218838589 18:14:59 Removing intermediate container 7bd218838589 18:14:59 ---> 7569d82c8b17 18:14:59 18:15:00 Successfully built 7569d82c8b17 18:15:00 Successfully tagged docker-support-notifications-go-arm64:latest 18:15:01  Building docker-support-notifications-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:15:01 Removing intermediate container 8aedab345be2 18:15:01 ---> 52ff41714289 18:15:01 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 18:15:01 Collecting cached-property<2,>=1.2.0 18:15:01 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 18:15:01 Collecting dockerpty<0.5,>=0.4.1 18:15:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:15:02 ---> 327bd6517032 18:15:02 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:15:02 ---> Running in 395f3006a109 18:15:04 Collecting texttable<0.10,>=0.9.0 18:15:04 Downloading texttable-0.9.1.tar.gz (11 kB) 18:15:04 Removing intermediate container 395f3006a109 18:15:04 ---> 315fb0b8fb84 18:15:04 Step 24/29 : RUN chmod 755 security-secrets-setup 18:15:04 ---> Running in eb6408cf402d 18:15:06 Collecting docker-pycreds>=0.4.0 18:15:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:15:07 Collecting urllib3<1.25,>=1.21.1 18:15:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:15:07 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) 18:15:07 Removing intermediate container eb6408cf402d 18:15:07 ---> 62479fe2d54f 18:15:07 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 18:15:07 Collecting idna<2.8,>=2.5 18:15:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:15:07 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) 18:15:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:15:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:15:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:15:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:15:07 ---> Running in b0ae60b12f7d 18:15:08 Removing intermediate container b0ae60b12f7d 18:15:08 ---> dca6baee0ae7 18:15:08 Step 26/29 : CMD [ "generate" ] 18:15:08 ---> Running in 1272cfc4f210 18:15:08 Installing collected packages: jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, PyYAML, cached-property, dockerpty, texttable, docker-compose 18:15:08 Removing intermediate container 1272cfc4f210 18:15:08 ---> 161433b04e85 18:15:08 Step 27/29 : LABEL arch=arm64 18:15:09 ---> Running in cf13d731f613 18:15:09 Removing intermediate container cf13d731f613 18:15:09 ---> 861213744a30 18:15:09 Step 28/29 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:15:09 Attempting uninstall: urllib3 18:15:09 Found existing installation: urllib3 1.25.9 18:15:09 Uninstalling urllib3-1.25.9: 18:15:09 ---> Running in 66ba06cf4c5a 18:15:09 Successfully uninstalled urllib3-1.25.9 18:15:10 Removing intermediate container 66ba06cf4c5a 18:15:10 ---> bf892e09e3f8 18:15:10 Step 29/29 : LABEL version=0.0.0 18:15:10 ---> Running in 951785247a2f 18:15:10 Attempting uninstall: idna 18:15:10 Found existing installation: idna 2.9 18:15:10 Uninstalling idna-2.9: 18:15:10 Successfully uninstalled idna-2.9 18:15:10 Removing intermediate container 951785247a2f 18:15:10 ---> 0943626668b3 18:15:10 18:15:11 Attempting uninstall: requests 18:15:11 Found existing installation: requests 2.23.0 18:15:11 Uninstalling requests-2.23.0: 18:15:11 Successfully built 0943626668b3 18:15:11 Successfully tagged docker-security-secrets-setup-go-arm64:latest 18:15:11  Building docker-security-secrets-setup-go ... done  Successfully uninstalled requests-2.23.0 18:15:12 Running setup.py install for docopt: started 18:15:14 Running setup.py install for docopt: finished with status 'done' 18:15:14 Running setup.py install for PyYAML: started 18:15:16 Running setup.py install for PyYAML: finished with status 'done' 18:15:16 Running setup.py install for dockerpty: started 18:15:18 Running setup.py install for dockerpty: finished with status 'done' 18:15:18 Running setup.py install for texttable: started 18:15:19 Running setup.py install for texttable: finished with status 'done' 18:15: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 18:15:24 Removing intermediate container 0ee2b3536372 18:15:24 ---> 35a078ca04b8 18:15:24 Step 22/27 : RUN apk --no-cache add curl 18:15:24 ---> Running in 73c7feb63b98 18:15:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:15:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:15:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:15:26 (2/3) Installing libcurl (7.69.1-r0) 18:15:26 (3/3) Installing curl (7.69.1-r0) 18:15:26 Executing busybox-1.31.1-r16.trigger 18:15:26 OK: 71 MiB in 58 packages 18:15:27 Removing intermediate container 73c7feb63b98 18:15:27 ---> 8f895505d6ae 18:15:27 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 18:15:28 ---> Running in ad5053f7091a 18:15:28 Removing intermediate container ad5053f7091a 18:15:28 ---> 1fabedda8392 18:15:28 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:15:28 ---> Running in 7d9233bfdd95 18:15:28 Removing intermediate container 7d9233bfdd95 18:15:28 ---> 567194e8fd7c 18:15:28 Step 25/27 : LABEL arch=arm64 18:15:29 ---> Running in 5e3dabbbda92 18:15:29 Removing intermediate container 5e3dabbbda92 18:15:29 ---> f06dc5b9954a 18:15:29 Step 26/27 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 18:15:29 ---> Running in 83bdf31b65e9 18:15:30 Removing intermediate container 83bdf31b65e9 18:15:30 ---> 6ff5692b2065 18:15:30 Step 27/27 : LABEL version=0.0.0 18:15:30 ---> Running in b828eddef02f 18:15:31 Removing intermediate container b828eddef02f 18:15:31 ---> 1e1798bffb8a 18:15:31 18:15:31 Successfully built 1e1798bffb8a 18:15:31 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:15:31  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:15:31 $ docker stop --time=1 8cb26366e5b1245f604a60130da4efd583dd0674956e0a9f18c1a0bf64899513 18:15:33 $ docker rm -f 8cb26366e5b1245f604a60130da4efd583dd0674956e0a9f18c1a0bf64899513 [Pipeline] // withDockerContainer [Pipeline] sh 18:15:34 + grep docker 18:15:34 + docker images 18:15:34 docker-sys-mgmt-agent-go-arm64 latest 1e1798bffb8a 4 seconds ago 266MB 18:15:34 docker-security-secrets-setup-go-arm64 latest 0943626668b3 24 seconds ago 24.2MB 18:15:34 docker-support-notifications-go-arm64 latest 7569d82c8b17 35 seconds ago 13.9MB 18:15:34 docker-core-command-go-arm64 latest bac266b1421b About a minute ago 12.4MB 18:15:34 docker-core-metadata-go-arm64 latest 3036af02a43c 2 minutes ago 13.8MB 18:15:34 docker-core-data-go-arm64 latest 0da884e5d68a 3 minutes ago 23.3MB 18:15:34 docker-security-secretstore-setup-go-arm64 latest a0e524fe637d 3 minutes ago 32.6MB 18:15:34 docker-support-scheduler-go-arm64 latest e159582b1ba7 4 minutes ago 12.6MB 18:15:34 docker-support-logging-go-arm64 latest e1a7a74b8a47 4 minutes ago 11.4MB 18:15:34 docker-security-proxy-setup-go-arm64 latest 6ae0f56f71f0 4 minutes ago 15.8MB 18:15:34 docker latest ce9d55ae87f1 7 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:15:37 provisioning config files... 18:15:37 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7015549348621897032tmp [Pipeline] { [Pipeline] sh 18:15:37 + curl -s https://codecov.io/bash 18:15:37 + bash -s - -t @/w/workspace/edgex-go/1@tmp/config7015549348621897032tmp [Pipeline] } 18:15:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:15:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:15:43 ---> package-listing.sh 18:15:43 ++ facter osfamily 18:15:43 ++ tr '[:upper:]' '[:lower:]' 18:15:43 + OS_FAMILY=redhat 18:15:43 + workspace=/w/workspace/edgex-go/1 18:15:43 + START_PACKAGES=/tmp/packages_start.txt 18:15:43 + END_PACKAGES=/tmp/packages_end.txt 18:15:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:15:43 + PACKAGES=/tmp/packages_start.txt 18:15:43 + '[' /w/workspace/edgex-go/1 ']' 18:15:43 + PACKAGES=/tmp/packages_end.txt 18:15:43 + case "${OS_FAMILY}" in 18:15:43 + sort 18:15:43 + rpm -qa 18:15:47 + '[' -f /tmp/packages_start.txt ']' 18:15:47 + '[' -f /tmp/packages_end.txt ']' 18:15:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:15:47 + '[' /w/workspace/edgex-go/1 ']' 18:15:47 + mkdir -p /w/workspace/edgex-go/1/archives/ 18:15:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh 18:15:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:15:48 18:15:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:15:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:15:48 alpine: Pulling from edgex-lftools-log-publisher 18:15:48 c9b1b535fdd9: Pulling fs layer 18:15:48 2cc5ad85d9ab: Pulling fs layer 18:15:48 756a868c4378: Pulling fs layer 18:15:48 444b2fc9a129: Pulling fs layer 18:15:48 ea15f1150254: Pulling fs layer 18:15:48 41b27a9f41bf: Pulling fs layer 18:15:48 28c525ee5125: Pulling fs layer 18:15:48 094b1ea09ed8: Pulling fs layer 18:15:48 138eaada9080: Pulling fs layer 18:15:48 0622d0fa9048: Pulling fs layer 18:15:48 41b27a9f41bf: Waiting 18:15:48 28c525ee5125: Waiting 18:15:48 444b2fc9a129: Waiting 18:15:48 ea15f1150254: Waiting 18:15:48 094b1ea09ed8: Waiting 18:15:48 138eaada9080: Waiting 18:15:48 0622d0fa9048: Waiting 18:15:48 2cc5ad85d9ab: Download complete 18:15:48 444b2fc9a129: Verifying Checksum 18:15:48 444b2fc9a129: Download complete 18:15:48 c9b1b535fdd9: Download complete 18:15:48 ea15f1150254: Verifying Checksum 18:15:48 ea15f1150254: Download complete 18:15:48 28c525ee5125: Download complete 18:15:49 756a868c4378: Verifying Checksum 18:15:49 756a868c4378: Download complete 18:15:49 c9b1b535fdd9: Pull complete 18:15:49 138eaada9080: Verifying Checksum 18:15:49 138eaada9080: Download complete 18:15:49 0622d0fa9048: Verifying Checksum 18:15:49 0622d0fa9048: Download complete 18:15:49 094b1ea09ed8: Verifying Checksum 18:15:49 094b1ea09ed8: Download complete 18:15:49 41b27a9f41bf: Verifying Checksum 18:15:49 41b27a9f41bf: Download complete 18:15:50 2cc5ad85d9ab: Pull complete 18:15:52 756a868c4378: Pull complete 18:15:52 444b2fc9a129: Pull complete 18:15:53 ea15f1150254: Pull complete 18:15:58 41b27a9f41bf: Pull complete 18:15:58 28c525ee5125: Pull complete 18:16:01 094b1ea09ed8: Pull complete 18:16:01 138eaada9080: Pull complete 18:16:01 0622d0fa9048: Pull complete 18:16:01 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 18:16:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:16:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:16:01 prd-centos7-docker-4c-2g-602 does not seem to be running inside a container 18:16:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:16:05 $ docker top a5b8383ae36bc659c997ff54c6e9a95fb8e45c1beab4ce00002ecbde788df073 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:16:05 provisioning config files... 18:16:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6467655111269481628tmp [Pipeline] { [Pipeline] echo 18:16:05 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:16:06 ---> create-netrc.sh [Pipeline] echo 18:16:06 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:16:06 ---> logs-deploy.sh 18:16:06 + ARCHIVE_ARTIFACTS= 18:16:06 + LOGS_SERVER=https://logs.edgexfoundry.org 18:16:06 + '[' https://logs.edgexfoundry.org == None ']' 18:16:06 + NEXUS_URL=https://nexus.edgexfoundry.org 18:16:06 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2665/1 18:16:06 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2665/1/ 18:16:06 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2665/1 /w/workspace/edgex-go/1 18:16:07 Archives upload complete. 18:16:07 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2665/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2665/1/