Pull request #2634 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 63afee67c6f71b5b2946b95519234ab665f55dca+98f202b9c718295929a9c333e58cdf53ea3a53cb (d603598112155e8e5e8de9c0b9623b796ef1d7ee) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 78d567e8c35819a45e10bd2b75e1138b16507148 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 78d567e8c35819a45e10bd2b75e1138b16507148 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 78d567e8c35819a45e10bd2b75e1138b16507148 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 78d567e8c35819a45e10bd2b75e1138b16507148 # timeout=10 Commit message: "Merge pull request #213 from ernestojeda/edgex-build-parallel" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [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 raml_verify 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: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-592’ Running on prd-centos7-docker-4c-2g-594 in /w/workspace/edgexfoundry_edgex-go_PR-2634 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/2634/head:refs/remotes/origin/PR-2634 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 98f202b9c718295929a9c333e58cdf53ea3a53cb into PR head commit 63afee67c6f71b5b2946b95519234ab665f55dca Merge succeeded, producing 63afee67c6f71b5b2946b95519234ab665f55dca Checking out Revision 63afee67c6f71b5b2946b95519234ab665f55dca (PR-2634) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2634/head:refs/remotes/origin/PR-2634 # 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/2634/head:refs/remotes/origin/PR-2634 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63afee67c6f71b5b2946b95519234ab665f55dca # 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 98f202b9c718295929a9c333e58cdf53ea3a53cb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63afee67c6f71b5b2946b95519234ab665f55dca # timeout=10 Commit message: "build: Migrate to new edgeXBuildParallel function" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:01:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:01:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:01:19 ========================================================= 15:01:19 EdgeX Global Pipelines Version Info 15:01:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 98898976b287ac17c8da0bd61148babdfb1a1a37 # timeout=10 15:01:21 ------------------- 15:01:21 stable info: 15:01:21 ------------------- 15:01:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:01:21 Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 15:01:21 Message: update stable to v1.0.101 15:01:22 ------------------- 15:01:22 experimental info: 15:01:22 ------------------- 15:01:22 Commited By: **** collab-it+edgex@linuxfoundation.org 15:01:22 Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 15:01:22 Message: update experimental to v1.0.101 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 15:01:24 ++ 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 15:01:24 + for file in '`ls cmd/**/Dockerfile`' 15:01:24 ++ dirname cmd/core-command/Dockerfile 15:01:24 ++ cut -d/ -f2 15:01:24 + echo core-command,cmd/core-command/Dockerfile 15:01:24 + for file in '`ls cmd/**/Dockerfile`' 15:01:24 ++ dirname cmd/core-data/Dockerfile 15:01:24 ++ cut -d/ -f2 15:01:24 + echo core-data,cmd/core-data/Dockerfile 15:01:24 + for file in '`ls cmd/**/Dockerfile`' 15:01:24 ++ dirname cmd/core-metadata/Dockerfile 15:01:24 ++ cut -d/ -f2 15:01:24 + echo core-metadata,cmd/core-metadata/Dockerfile 15:01:24 + for file in '`ls cmd/**/Dockerfile`' 15:01:24 ++ dirname cmd/security-proxy-setup/Dockerfile 15:01:24 ++ cut -d/ -f2 15:01:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:01:24 + for file in '`ls cmd/**/Dockerfile`' 15:01:24 ++ dirname cmd/security-secrets-setup/Dockerfile 15:01:24 ++ cut -d/ -f2 15:01:24 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 15:01:24 + for file in '`ls cmd/**/Dockerfile`' 15:01:24 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:01:24 ++ cut -d/ -f2 15:01:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:01:24 + for file in '`ls cmd/**/Dockerfile`' 15:01:24 ++ dirname cmd/support-logging/Dockerfile 15:01:24 ++ cut -d/ -f2 15:01:24 + echo support-logging,cmd/support-logging/Dockerfile 15:01:24 + for file in '`ls cmd/**/Dockerfile`' 15:01:24 ++ dirname cmd/support-notifications/Dockerfile 15:01:24 ++ cut -d/ -f2 15:01:24 + echo support-notifications,cmd/support-notifications/Dockerfile 15:01:24 + for file in '`ls cmd/**/Dockerfile`' 15:01:24 ++ dirname cmd/support-scheduler/Dockerfile 15:01:24 ++ cut -d/ -f2 15:01:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:01:24 + for file in '`ls cmd/**/Dockerfile`' 15:01:24 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:01:24 ++ cut -d/ -f2 15:01:24 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:01:24 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 15:01:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:01:25 15:01:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:01:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:01:25 latest: Pulling from edgex-devops/git-semver 15:01:25 31603596830f: Pulling fs layer 15:01:25 2a8b12db71e7: Pulling fs layer 15:01:25 6ca5941a6612: Pulling fs layer 15:01:25 ecc8261a40a4: Pulling fs layer 15:01:25 2a8b12db71e7: Verifying Checksum 15:01:25 2a8b12db71e7: Download complete 15:01:25 31603596830f: Verifying Checksum 15:01:25 31603596830f: Download complete 15:01:25 ecc8261a40a4: Verifying Checksum 15:01:25 ecc8261a40a4: Download complete 15:01:25 6ca5941a6612: Verifying Checksum 15:01:25 6ca5941a6612: Download complete 15:01:26 31603596830f: Pull complete 15:01:26 2a8b12db71e7: Pull complete 15:01:27 6ca5941a6612: Pull complete 15:01:27 ecc8261a40a4: Pull complete 15:01:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:01:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:01:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:01:27 prd-centos7-docker-4c-2g-594 does not seem to be running inside a container 15:01:27 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:01:29 $ docker top 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:01:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:01:30 [ssh-agent] Looking for ssh-agent implementation... 15:01:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:01:30 $ docker exec 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd ssh-agent 15:01:30 SSH_AUTH_SOCK=/tmp/ssh-ZG9Bt7oKyUaz/agent.12 15:01:30 SSH_AGENT_PID=18 15:01:30 Running ssh-add (command line suppressed) 15:01:30 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8617977989183167510.key (/w/workspace/edgex-go/4@tmp/private_key_8617977989183167510.key) 15:01:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:01:31 + git describe --exact-match --tags HEAD 15:01:31 fatal: No names found, cannot describe anything. [Pipeline] } 15:01:31 $ docker exec --env ******** --env ******** 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd ssh-agent -k 15:01:31 unset SSH_AUTH_SOCK; 15:01:31 unset SSH_AGENT_PID; 15:01:31 echo Agent pid 18 killed; 15:01:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:01:31 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:01:31 This usually means this commit has not been tagged. [Pipeline] sshagent 15:01:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:01:31 [ssh-agent] Looking for ssh-agent implementation... 15:01:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:01:31 $ docker exec 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd ssh-agent 15:01:32 SSH_AUTH_SOCK=/tmp/ssh-m9HniTj3Dbw2/agent.48 15:01:32 SSH_AGENT_PID=53 15:01:32 Running ssh-add (command line suppressed) 15:01:32 Identity added: /w/workspace/edgex-go/4@tmp/private_key_6275249634409209179.key (/w/workspace/edgex-go/4@tmp/private_key_6275249634409209179.key) 15:01:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:01:32 + git semver init 15:01:32 # -> Open(): unable to determine branch for HEAD 15:01:32 # $GIT_DIR = /w/workspace/edgex-go/4/.git 15:01:32 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 15:01:32 # $SEMVER_REMOTE_NAME = origin 15:01:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:01:32 # $SEMVER_USER_NAME = edgex-jenkins 15:01:32 # $SEMVER_BRANCH = PR-2634 15:01:32 # $SEMVER_TEMP = /tmp/semver-995909458 15:01:32 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:01:59 # '/tmp/semver-995909458' -> '/w/workspace/edgex-go/4/.semver' 15:01:59 # -> Force: false 15:01:59 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 15:01:59 $ docker exec --env ******** --env ******** 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd ssh-agent -k 15:01:59 unset SSH_AUTH_SOCK; 15:01:59 unset SSH_AGENT_PID; 15:01:59 echo Agent pid 53 killed; 15:01:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:01:59 + git semver [Pipeline] } 15:01:59 $ docker stop --time=1 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd 15:02:01 $ docker rm -f 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:02:15 Stashed 22 file(s) [Pipeline] echo 15:02:15 [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 15:02:16 ========================================================= 15:02:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 15:02:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:02:16 + 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 . 15:02:20 Sending build context to Docker daemon 323.1MB 15:02:20 Step 1/7 : ARG BASE=golang:1.13-alpine 15:02:20 Step 2/7 : FROM ${BASE} 15:02:20 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 15:02:20 df20fa9351a1: Pulling fs layer 15:02:20 ed8968b2872e: Pulling fs layer 15:02:20 a92cc7c5fd73: Pulling fs layer 15:02:20 2dd03ba5bac4: Pulling fs layer 15:02:20 1e091d79d1de: Pulling fs layer 15:02:20 481702a1767f: Pulling fs layer 15:02:20 f64a6f60c768: Pulling fs layer 15:02:20 e78d2573fc39: Pulling fs layer 15:02:20 e876d2f968b6: Pulling fs layer 15:02:20 ce8a83651883: Pulling fs layer 15:02:20 07967f4d0e4b: Pulling fs layer 15:02:20 f64a6f60c768: Waiting 15:02:20 e78d2573fc39: Waiting 15:02:20 e876d2f968b6: Waiting 15:02:20 ce8a83651883: Waiting 15:02:20 07967f4d0e4b: Waiting 15:02:20 2dd03ba5bac4: Waiting 15:02:20 1e091d79d1de: Waiting 15:02:20 481702a1767f: Waiting 15:02:20 a92cc7c5fd73: Verifying Checksum 15:02:20 a92cc7c5fd73: Download complete 15:02:20 ed8968b2872e: Verifying Checksum 15:02:20 ed8968b2872e: Download complete 15:02:20 1e091d79d1de: Verifying Checksum 15:02:20 1e091d79d1de: Download complete 15:02:20 481702a1767f: Verifying Checksum 15:02:20 481702a1767f: Download complete 15:02:20 df20fa9351a1: Download complete 15:02:20 df20fa9351a1: Pull complete 15:02:20 ed8968b2872e: Pull complete 15:02:20 a92cc7c5fd73: Pull complete 15:02:20 f64a6f60c768: Verifying Checksum 15:02:20 f64a6f60c768: Download complete 15:02:20 e876d2f968b6: Verifying Checksum 15:02:20 e876d2f968b6: Download complete 15:02:21 e78d2573fc39: Verifying Checksum 15:02:21 e78d2573fc39: Download complete 15:02:21 07967f4d0e4b: Verifying Checksum 15:02:21 07967f4d0e4b: Download complete 15:02:21 ce8a83651883: Verifying Checksum 15:02:21 ce8a83651883: Download complete 15:02:21 2dd03ba5bac4: Verifying Checksum 15:02:21 2dd03ba5bac4: Download complete 15:02:28 2dd03ba5bac4: Pull complete 15:02:28 1e091d79d1de: Pull complete 15:02:28 481702a1767f: Pull complete 15:02:31 Still waiting to schedule task 15:02:31 ‘prd-ubuntu18.04-docker-arm64-4c-16g-593’ is offline 15:02:32 f64a6f60c768: Pull complete 15:02:35 e78d2573fc39: Pull complete 15:02:35 e876d2f968b6: Pull complete 15:02:36 ce8a83651883: Pull complete 15:02:37 07967f4d0e4b: Pull complete 15:02:37 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 15:02:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 15:02:37 ---> 5d7c900382c6 15:02:37 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 15:02:38 ---> Running in c2560ff81e65 15:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:02:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:02:41 (1/12) Installing libmagic (5.38-r0) 15:02:41 (2/12) Installing file (5.38-r0) 15:02:41 (3/12) Installing libc-dev (0.7.2-r3) 15:02:41 (4/12) Installing g++ (9.3.0-r2) 15:02:51 (5/12) Installing fortify-headers (1.1-r0) 15:02:51 (6/12) Installing patch (2.7.6-r6) 15:02:51 (7/12) Installing build-base (0.5-r2) 15:02:51 (8/12) Installing libsodium (1.0.18-r0) 15:02:51 (9/12) Installing pkgconf (1.7.2-r0) 15:02:51 (10/12) Installing libsodium-dev (1.0.18-r0) 15:02:51 (11/12) Installing libzmq (4.3.2-r0) 15:02:51 (12/12) Installing zeromq-dev (4.3.2-r0) 15:02:51 Executing busybox-1.31.1-r16.trigger 15:02:51 OK: 233 MiB in 51 packages 15:02:54 Removing intermediate container c2560ff81e65 15:02:54 ---> a66f69e27b2e 15:02:54 Step 4/7 : WORKDIR /edgex-go 15:02:54 ---> Running in 98c4d4aa1ae5 15:02:54 Removing intermediate container 98c4d4aa1ae5 15:02:54 ---> de2b236c226f 15:02:54 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:02:54 latest: Pulling from library/docker 15:02:54 df20fa9351a1: Already exists 15:02:54 25ad7478873d: Pulling fs layer 15:02:54 4684f6177b5d: Pulling fs layer 15:02:54 46e300cec669: Pulling fs layer 15:02:54 63038576ad94: Pulling fs layer 15:02:54 0fdb76c4706c: Pulling fs layer 15:02:54 cb7edeffdfd5: Pulling fs layer 15:02:54 63038576ad94: Waiting 15:02:54 cb7edeffdfd5: Waiting 15:02:54 4684f6177b5d: Verifying Checksum 15:02:54 4684f6177b5d: Download complete 15:02:55 25ad7478873d: Verifying Checksum 15:02:55 25ad7478873d: Download complete 15:02:55 63038576ad94: Verifying Checksum 15:02:55 63038576ad94: Download complete 15:02:55 0fdb76c4706c: Verifying Checksum 15:02:55 0fdb76c4706c: Download complete 15:02:55 cb7edeffdfd5: Verifying Checksum 15:02:55 cb7edeffdfd5: Download complete 15:02:55 25ad7478873d: Pull complete 15:02:55 4684f6177b5d: Pull complete 15:02:55 46e300cec669: Verifying Checksum 15:02:55 46e300cec669: Download complete 15:02:58 46e300cec669: Pull complete 15:02:58 63038576ad94: Pull complete 15:02:58 0fdb76c4706c: Pull complete 15:02:58 cb7edeffdfd5: Pull complete 15:02:58 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 15:02:58 Status: Downloaded newer image for docker:latest 15:02:59 ---> 903d01d25fd7 15:02:59 Step 6/7 : COPY go.mod . 15:02:59 ---> e1df6feea5bc 15:02:59 Step 7/7 : RUN go mod download 15:02:59 ---> Running in 83c8cb02aa8e 15:03:02 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:03:02 go: finding github.com/BurntSushi/toml v0.3.1 15:03:02 go: finding github.com/OneOfOne/xxhash v1.2.5 15:03:02 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:03:02 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:03:02 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:03:02 go: finding github.com/bgentry/speakeasy v0.1.0 15:03:02 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:03:02 go: finding github.com/cloudflare/gokey v0.1.0 15:03:02 go: finding github.com/davecgh/go-spew v1.1.1 15:03:02 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:03:02 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:03:02 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 15:03:02 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:03:02 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:03:02 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:03:02 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 15:03:02 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:03:02 go: finding github.com/fatih/color v1.7.0 15:03:02 go: finding github.com/fsnotify/fsnotify v1.4.7 15:03:02 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:03:02 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 15:03:02 go: finding github.com/go-kit/kit v0.8.0 15:03:02 go: finding github.com/go-logfmt/logfmt v0.4.0 15:03:02 go: finding github.com/go-redis/redis/v7 v7.2.0 15:03:02 go: finding github.com/go-stack/stack v1.8.0 15:03:02 go: finding github.com/golang/protobuf v1.3.2 15:03:02 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:03:02 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:03:02 go: finding github.com/google/uuid v1.1.0 15:03:02 go: finding github.com/gorilla/mux v1.7.1 15:03:03 go: finding github.com/hashicorp/consul/api v1.1.0 15:03:03 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:03:03 go: finding github.com/hashicorp/errwrap v1.0.0 15:03:03 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:03:03 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:03:03 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:03:03 go: finding github.com/hashicorp/go-multierror v1.0.0 15:03:03 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:03:03 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:03:03 go: finding github.com/hashicorp/go-syslog v1.0.0 15:03:03 go: finding github.com/hashicorp/go-uuid v1.0.1 15:03:03 go: finding github.com/hashicorp/go.net v0.0.1 15:03:03 go: finding github.com/hashicorp/golang-lru v0.5.0 15:03:03 go: finding github.com/hashicorp/logutils v1.0.0 15:03:03 go: finding github.com/hashicorp/mdns v1.0.0 15:03:03 go: finding github.com/hashicorp/memberlist v0.1.3 15:03:03 go: finding github.com/hashicorp/serf v0.8.2 15:03:03 go: finding github.com/hpcloud/tail v1.0.0 15:03:03 go: finding github.com/imdario/mergo v0.3.6 15:03:03 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:03:03 go: finding github.com/kr/pretty v0.1.0 15:03:03 go: finding github.com/kr/pty v1.1.1 15:03:03 go: finding github.com/kr/text v0.1.0 15:03:03 go: finding github.com/mattn/go-colorable v0.0.9 15:03:03 go: finding github.com/mattn/go-isatty v0.0.3 15:03:03 go: finding github.com/miekg/dns v1.0.14 15:03:03 go: finding github.com/mitchellh/cli v1.0.0 15:03:03 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:03:03 go: finding github.com/mitchellh/copystructure v1.0.0 15:03:03 go: finding github.com/mitchellh/go-homedir v1.0.0 15:03:03 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:03:03 go: finding github.com/mitchellh/gox v0.4.0 15:03:03 go: finding github.com/mitchellh/iochan v1.0.0 15:03:03 go: finding github.com/mitchellh/mapstructure v1.1.2 15:03:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:03:03 go: finding github.com/onsi/ginkgo v1.10.1 15:03:03 go: finding github.com/onsi/gomega v1.7.0 15:03:03 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:03:03 go: finding github.com/pebbe/zmq4 v1.0.0 15:03:03 go: finding github.com/pelletier/go-toml v1.2.0 15:03:03 go: finding github.com/pkg/errors v0.8.1 15:03:03 go: finding github.com/pmezard/go-difflib v1.0.0 15:03:03 go: finding github.com/posener/complete v1.1.1 15:03:03 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:03:03 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:03:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:03:03 go: finding github.com/stretchr/objx v0.1.0 15:03:03 go: finding github.com/stretchr/testify v1.5.1 15:03:03 go: finding github.com/ugorji/go v1.1.4 15:03:03 go: finding github.com/x448/float16 v0.8.4 15:03:03 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 15:03:03 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:03:04 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:03:04 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 15:03:04 go: finding golang.org/x/text v0.3.2 15:03:04 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:03:04 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:03:04 go: finding gopkg.in/eapache/queue.v1 v1.1.0 15:03:04 go: finding gopkg.in/fsnotify.v1 v1.4.7 15:03:04 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 15:03:04 go: finding gopkg.in/yaml.v2 v2.2.8 15:03:19 Removing intermediate container 83c8cb02aa8e 15:03:19 ---> f829f8506af6 15:03:19 Successfully built f829f8506af6 15:03:19 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 15:03:19 + docker inspect -f . ci-base-image-x86_64 15:03:19 . [Pipeline] withDockerContainer 15:03:19 prd-centos7-docker-4c-2g-594 does not seem to be running inside a container 15:03:19 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:03:21 $ docker top 7ff525c71b1f00e46111ca27556086cc2e2404d7b71e06d486bb7d65dc297ebe -eo pid,comm [Pipeline] { [Pipeline] sh 15:03:21 + go version 15:03:21 go version go1.13.13 linux/amd64 [Pipeline] echo 15:03:21 ========================================================= 15:03:21 [edgeXBuildGoParallel] Running Tests and Build... 15:03:21 ========================================================= [Pipeline] sh 15:03:21 + make test raml_verify 15:03:21 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:03:23 ? github.com/edgexfoundry/edgex-go [no test files] 15:03:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:03:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:03:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:03:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:03:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:03:38 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s 15:03:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 15:03:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:03:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:03:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:03:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:03:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:03:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.066s coverage: 46.6% of statements 15:03:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:03:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:03:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:03:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:03:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:03:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.098s coverage: 27.4% of statements 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:03:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.012s coverage: 100.0% of statements 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:03:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:03:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.091s coverage: 29.3% of statements 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:03:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.034s coverage: 100.0% of statements 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:03:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 15:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:03:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.017s coverage: 89.8% of statements 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:03:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:03:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.020s coverage: 100.0% of statements 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:03:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.006s coverage: 58.8% of statements 15:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.065s coverage: 63.5% of statements 15:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements 15:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.164s coverage: 55.9% of statements 15:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 15:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 15:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 1.565s coverage: 86.3% of statements 15:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 15:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.335s coverage: 72.2% of statements 15:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.101s coverage: 72.1% of statements 15:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.030s coverage: 82.4% of statements 15:03:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements 15:03:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 15:03:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 15:03:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 15:03:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements 15:03:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 15:03:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.037s coverage: 96.8% of statements 15:03:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 15:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.054s coverage: 26.9% of statements 15:03:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:03:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.126s coverage: 84.1% of statements 15:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements 15:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 43.1% of statements 15:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 15:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 15:03:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.033s coverage: 100.0% of statements 15:03:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 15:03:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.030s coverage: 83.8% of statements 15:03:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 15:03:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.022s coverage: 45.9% of statements 15:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:03:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.038s coverage: 100.0% of statements 15:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:03:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 15:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:03:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.032s coverage: 100.0% of statements 15:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:03:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.047s coverage: 29.1% of statements 15:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:03:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements 15:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:03:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.014s coverage: 100.0% of statements 15:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:03:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 15:03:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:04:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements 15:04:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:04:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:04:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:04:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:04:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements 15:04:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:04:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:04:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 15:04:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 15:04:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 15:04:01 GO111MODULE=on go vet ./... 15:04:08 gofmt -l . 15:04:08 [ "`gofmt -l .`" = "" ] 15:04:08 ./bin/test-go-mod-tidy.sh 15:04:09 ./bin/test-attribution-txt.sh 15:04:10 docker run --rm --privileged \ 15:04:10 -v /w/workspace/edgex-go/4:/raml-verification -w /raml-verification \ 15:04:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 15:04:10 /scripts/raml-verify.sh 15:04:11 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 15:04:11 x86_64: Pulling from edgex-devops/edgex-docs-builder 15:04:11 cbdbe7a5bc2a: Pulling fs layer 15:04:11 bd07af9ed1a4: Pulling fs layer 15:04:11 3556ccf180b2: Pulling fs layer 15:04:11 089d4748da74: Pulling fs layer 15:04:11 c6eb57c77bc5: Pulling fs layer 15:04:11 0364d5097239: Pulling fs layer 15:04:11 089d4748da74: Waiting 15:04:11 c6eb57c77bc5: Waiting 15:04:11 0364d5097239: Waiting 15:04:11 3556ccf180b2: Verifying Checksum 15:04:11 3556ccf180b2: Download complete 15:04:11 cbdbe7a5bc2a: Verifying Checksum 15:04:11 cbdbe7a5bc2a: Download complete 15:04:11 089d4748da74: Verifying Checksum 15:04:11 089d4748da74: Download complete 15:04:11 0364d5097239: Verifying Checksum 15:04:11 0364d5097239: Download complete 15:04:11 c6eb57c77bc5: Verifying Checksum 15:04:11 c6eb57c77bc5: Download complete 15:04:11 bd07af9ed1a4: Verifying Checksum 15:04:11 bd07af9ed1a4: Download complete 15:04:11 cbdbe7a5bc2a: Pull complete 15:04:13 bd07af9ed1a4: Pull complete 15:04:13 3556ccf180b2: Pull complete 15:04:13 089d4748da74: Pull complete 15:04:15 c6eb57c77bc5: Pull complete 15:04:15 0364d5097239: Pull complete 15:04:15 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 15:04:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 15:04:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-596 in /w/workspace/edgexfoundry_edgex-go_PR-2634 [Pipeline] { [Pipeline] ws 15:04:17 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 15:04:22 using credential edgex-jenkins-ssh 15:04:22 Cloning the remote Git repository 15:04:22 Cloning with configured refspecs honoured and without tags 15:04:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:04:23 > git init /w/workspace/edgex-go/4 # timeout=10 15:04:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:04:23 > git --version # timeout=10 15:04:23 using GIT_SSH to set credentials SSH Credentials for GitHub 15:04:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2634/head:refs/remotes/origin/PR-2634 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:04:25 Verifying ./api/raml/core-command.raml... 15:04:25 OK 15:04:25 Verifying ./api/raml/core-data.raml... 15:04:25 OK 15:04:25 Verifying ./api/raml/core-metadata.raml... 15:04:27 OK 15:04:27 Verifying ./api/raml/support-logging.raml... 15:04:28 OK 15:04:28 Verifying ./api/raml/support-notifications.raml... 15:04:29 OK 15:04:29 Verifying ./api/raml/support-scheduler.raml... 15:04:30 OK 15:04:30 Verifying ./api/raml/system-agent.raml... 15:04:30 OK [Pipeline] sh 15:04:31 + ls -al . 15:04:31 total 556 15:04:31 drwxrwxr-x 10 1001 1001 4096 Jul 22 15:04 . 15:04:31 drwxr-xr-x 4 root root 28 Jul 22 15:03 .. 15:04:31 -rw-rw-r-- 1 1001 1001 11 Jul 22 15:01 .dockerignore 15:04:31 drwxrwxr-x 8 1001 1001 179 Jul 22 15:01 .git 15:04:31 drwxrwxr-x 3 1001 1001 60 Jul 22 15:01 .github 15:04:31 -rw-rw-r-- 1 1001 1001 924 Jul 22 15:01 .gitignore 15:04:31 drwx------ 3 1001 1001 47 Jul 22 15:01 .semver 15:04:31 -rw-rw-r-- 1 1001 1001 178 Jul 22 15:01 .sonarcloud.properties 15:04:31 -rw-rw-r-- 1 1001 1001 3804 Jul 22 15:01 CONTRIBUTING.md 15:04:31 -rw-rw-r-- 1 1001 1001 1035 Jul 22 15:01 Dockerfile.build 15:04:31 -rw-rw-r-- 1 1001 1001 824 Jul 22 15:01 Jenkinsfile 15:04:31 -rw-rw-r-- 1 1001 1001 10775 Jul 22 15:01 LICENSE 15:04:31 -rw-rw-r-- 1 1001 1001 6417 Jul 22 15:01 Makefile 15:04:31 -rw-rw-r-- 1 1001 1001 5652 Jul 22 15:01 README.md 15:04:31 -rw-rw-r-- 1 1001 1001 7111 Jul 22 15:01 SECURITY.md 15:04:31 -rw-rw-r-- 1 1001 1001 5 Jul 22 15:02 VERSION 15:04:31 -rw-rw-r-- 1 1001 1001 4131 Jul 22 15:01 ZMQWindows.md 15:04:31 drwxrwxr-x 4 1001 1001 33 Jul 22 15:01 api 15:04:31 drwxrwxr-x 2 1001 1001 117 Jul 22 15:01 bin 15:04:31 drwxrwxr-x 15 1001 1001 4096 Jul 22 15:01 cmd 15:04:31 -rw-r--r-- 1 root root 456067 Jul 22 15:04 coverage.out 15:04:31 -rw-r--r-- 1 root root 1019 Jul 22 15:04 go.mod 15:04:31 -rw-r--r-- 1 root root 18146 Jul 22 15:04 go.sum 15:04:31 drwxrwxr-x 8 1001 1001 127 Jul 22 15:01 internal 15:04:31 drwxrwxr-x 4 1001 1001 71 Jul 22 15:01 snap 15:04:31 -rw-rw-r-- 1 1001 1001 168 Jul 22 15:01 version.go [Pipeline] sh 15:04:31 + '[' -e coverage.out ] 15:04:31 + chown 1001:1001 coverage.out [Pipeline] stash 15:04:31 Stashed 1 file(s) [Pipeline] sh 15:04:32 + make build 15:04:32 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 15:04:38 Fetching without tags 15:04:38 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 15:04:39 Merging remotes/origin/master commit 98f202b9c718295929a9c333e58cdf53ea3a53cb into PR head commit 63afee67c6f71b5b2946b95519234ab665f55dca 15:04:39 Merge succeeded, producing 63afee67c6f71b5b2946b95519234ab665f55dca 15:04:39 Checking out Revision 63afee67c6f71b5b2946b95519234ab665f55dca (PR-2634) 15:04:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:04:38 > git config --add remote.origin.fetch +refs/pull/2634/head:refs/remotes/origin/PR-2634 # timeout=10 15:04:38 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:04:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:04:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:04:38 using GIT_SSH to set credentials SSH Credentials for GitHub 15:04:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2634/head:refs/remotes/origin/PR-2634 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:04:39 > git config core.sparsecheckout # timeout=10 15:04:39 > git checkout -f 63afee67c6f71b5b2946b95519234ab665f55dca # timeout=10 15:04:39 > git remote # timeout=10 15:04:39 > git config --get remote.origin.url # timeout=10 15:04:39 using GIT_SSH to set credentials SSH Credentials for GitHub 15:04:39 > git merge 98f202b9c718295929a9c333e58cdf53ea3a53cb # timeout=10 15:04:39 > git rev-parse HEAD^{commit} # timeout=10 15:04:39 > git config core.sparsecheckout # timeout=10 15:04:39 > git checkout -f 63afee67c6f71b5b2946b95519234ab665f55dca # timeout=10 15:04:42 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 15:04:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 15:04:44 Commit message: "build: Migrate to new edgeXBuildParallel function" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 15:04:45 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 15:04:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:04:47 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 15:04:49 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 15:04:50 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 15:04:51 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 15:04:53 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 15:04:54 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 15:04:56 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] echo 15:04:56 ========================================================= 15:04:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 15:04:56 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] } 15:04:57 $ docker stop --time=1 7ff525c71b1f00e46111ca27556086cc2e2404d7b71e06d486bb7d65dc297ebe 15:04:57 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 15:04:59 $ docker rm -f 7ff525c71b1f00e46111ca27556086cc2e2404d7b71e06d486bb7d65dc297ebe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:05:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:05:00 15:05:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:05:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:05:00 latest: Pulling from edgex-devops/edgex-compose 15:05:00 cbdbe7a5bc2a: Already exists 15:05:00 ca9280d653b3: Pulling fs layer 15:05:00 7e9c9ca2126c: Pulling fs layer 15:05:01 ca9280d653b3: Download complete 15:05:01 7e9c9ca2126c: Verifying Checksum 15:05:01 7e9c9ca2126c: Download complete 15:05:01 ca9280d653b3: Pull complete 15:05:02 Sending build context to Docker daemon 323.1MB 15:05:02 Step 1/7 : ARG BASE=golang:1.13-alpine 15:05:02 Step 2/7 : FROM ${BASE} 15:05:02 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:05:02 b538f80385f9: Pulling fs layer 15:05:02 74f711af9a0d: Pulling fs layer 15:05:02 99f96fe45779: Pulling fs layer 15:05:02 fd7a069fd194: Pulling fs layer 15:05:02 66aa3694b03b: Pulling fs layer 15:05:02 170f70906a0f: Pulling fs layer 15:05:02 ad7c5574e4b9: Pulling fs layer 15:05:02 e772456be8f7: Pulling fs layer 15:05:02 c890913d741a: Pulling fs layer 15:05:02 2480fcc9aa5a: Pulling fs layer 15:05:02 09adf4765672: Pulling fs layer 15:05:02 66aa3694b03b: Waiting 15:05:02 fd7a069fd194: Waiting 15:05:02 170f70906a0f: Waiting 15:05:02 2480fcc9aa5a: Waiting 15:05:02 ad7c5574e4b9: Waiting 15:05:02 09adf4765672: Waiting 15:05:02 e772456be8f7: Waiting 15:05:02 c890913d741a: Waiting 15:05:02 99f96fe45779: Verifying Checksum 15:05:02 74f711af9a0d: Verifying Checksum 15:05:02 74f711af9a0d: Download complete 15:05:02 66aa3694b03b: Verifying Checksum 15:05:02 66aa3694b03b: Download complete 15:05:02 170f70906a0f: Download complete 15:05:02 b538f80385f9: Verifying Checksum 15:05:02 b538f80385f9: Download complete 15:05:03 b538f80385f9: Pull complete 15:05:03 74f711af9a0d: Pull complete 15:05:04 99f96fe45779: Pull complete 15:05:05 ad7c5574e4b9: Verifying Checksum 15:05:05 ad7c5574e4b9: Download complete 15:05:05 c890913d741a: Verifying Checksum 15:05:05 c890913d741a: Download complete 15:05:07 e772456be8f7: Verifying Checksum 15:05:07 e772456be8f7: Download complete 15:05:07 09adf4765672: Download complete 15:05:07 2480fcc9aa5a: Verifying Checksum 15:05:07 2480fcc9aa5a: Download complete 15:05:07 fd7a069fd194: Verifying Checksum 15:05:07 fd7a069fd194: Download complete 15:05:08 7e9c9ca2126c: Pull complete 15:05:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:05:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:05:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:05:08 prd-centos7-docker-4c-2g-594 does not seem to be running inside a container 15:05:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:05:11 $ docker top 76163443a7942c39ddaa123f2037391122a000eacffc50b8d276b437c6e19111 -eo pid,comm [Pipeline] { [Pipeline] sh 15:05:12 + docker-compose build --help 15:05:12 + grep parallel 15:05:13 --parallel Build images in parallel. [Pipeline] } 15:05:13 $ docker stop --time=1 76163443a7942c39ddaa123f2037391122a000eacffc50b8d276b437c6e19111 15:05:14 $ docker rm -f 76163443a7942c39ddaa123f2037391122a000eacffc50b8d276b437c6e19111 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:05:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:05:15 . [Pipeline] withDockerContainer 15:05:15 prd-centos7-docker-4c-2g-594 does not seem to be running inside a container 15:05:15 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:05:16 $ docker top a3a58da4f5e6cb23810062e189c5cb3fa591b93eb2e43cdc17ae3544543c1768 -eo pid,comm [Pipeline] { [Pipeline] sh 15:05:16 + docker-compose -f ./docker-compose-build.yml build --parallel 15:05:17 Building docker-core-command-go ... 15:05:17 Building docker-core-data-go ... 15:05:17 Building docker-core-metadata-go ... 15:05:17 Building docker-security-proxy-setup-go ... 15:05:17 Building docker-security-secrets-setup-go ... 15:05:17 Building docker-security-secretstore-setup-go ... 15:05:17 Building docker-support-logging-go ... 15:05:17 Building docker-support-notifications-go ... 15:05:17 Building docker-support-scheduler-go ... 15:05:17 Building docker-sys-mgmt-agent-go ... 15:05:17 Building docker-security-secretstore-setup-go 15:05:17 Building docker-security-secrets-setup-go 15:05:17 Building docker-sys-mgmt-agent-go 15:05:17 Building docker-support-notifications-go 15:05:17 Building docker-core-command-go 15:05:20 fd7a069fd194: Pull complete 15:05:20 66aa3694b03b: Pull complete 15:05:20 170f70906a0f: Pull complete 15:05:23 ad7c5574e4b9: Pull complete 15:05:27 e772456be8f7: Pull complete 15:05:28 c890913d741a: Pull complete 15:05:30 2480fcc9aa5a: Pull complete 15:05:30 09adf4765672: Pull complete 15:05:30 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 15:05:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 15:05:31 ---> 2248a725d1cf 15:05:31 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 15:05:37 ---> Running in 3157cb784fb9 15:05:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:05:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:05:41 (1/12) Installing libmagic (5.38-r0) 15:05:41 (2/12) Installing file (5.38-r0) 15:05:41 (3/12) Installing libc-dev (0.7.2-r3) 15:05:41 (4/12) Installing g++ (9.3.0-r2) 15:05:47 (5/12) Installing fortify-headers (1.1-r0) 15:05:47 (6/12) Installing patch (2.7.6-r6) 15:05:47 (7/12) Installing build-base (0.5-r2) 15:05:47 (8/12) Installing libsodium (1.0.18-r0) 15:05:47 (9/12) Installing pkgconf (1.7.2-r0) 15:05:47 (10/12) Installing libsodium-dev (1.0.18-r0) 15:05:47 (11/12) Installing libzmq (4.3.2-r0) 15:05:47 (12/12) Installing zeromq-dev (4.3.2-r0) 15:05:47 Executing busybox-1.31.1-r16.trigger 15:05:47 OK: 217 MiB in 51 packages 15:05:49 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:05:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:05:49 ---> f829f8506af6 15:05:49 Step 3/26 : WORKDIR /edgex-go 15:05:49 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 15:05:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:05:49 ---> f829f8506af6 15:05:49 Step 3/23 : WORKDIR /edgex-go 15:05:49 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:05:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:05:49 ---> f829f8506af6 15:05:49 Step 3/26 : WORKDIR /edgex-go 15:05:49 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 15:05:49 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:05:49 ---> f829f8506af6 15:05:49 Step 3/29 : WORKDIR /edgex-go 15:05:49 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:05:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:05:49 ---> f829f8506af6 15:05:49 Step 3/21 : WORKDIR /edgex-go 15:05:50 ---> Running in b76c66b2bd19 15:05:50 ---> Running in a0ccdd28ecdb 15:05:50 ---> Running in c3240c527540 15:05:50 ---> Running in a8445653cd3b 15:05:50 ---> Running in b52b75691a8c 15:05:51 Removing intermediate container c3240c527540 15:05:51 ---> 78ee6d5b4b8b 15:05:51 Step 4/29 : RUN apk update && apk add make git 15:05:51 Removing intermediate container b52b75691a8c 15:05:51 ---> b96d9abe66fe 15:05:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:51 Removing intermediate container a8445653cd3b 15:05:51 ---> 2b3ba5de7515 15:05:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:51 Removing intermediate container a0ccdd28ecdb 15:05:51 ---> a5ec1c97b955 15:05:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:51 Removing intermediate container b76c66b2bd19 15:05:51 ---> d6fb9601ddca 15:05:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:51 ---> Running in 49075cb913ee 15:05:51 ---> Running in f91512a4eb98 15:05:51 ---> Running in e4cb791b7c9e 15:05:51 ---> Running in c08efb6bfc1e 15:05:51 ---> Running in 12bcb387cba2 15:05:51 Removing intermediate container 3157cb784fb9 15:05:51 ---> b2de0dffcd57 15:05:51 Step 4/7 : WORKDIR /edgex-go 15:05:51 ---> Running in 78122fd816b1 15:05:51 Removing intermediate container 78122fd816b1 15:05:51 ---> b14ed652b0fc 15:05:51 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:05:51 latest: Pulling from library/docker 15:05:52 b538f80385f9: Already exists 15:05:52 259a493cd78d: Pulling fs layer 15:05:52 b8e66b5100f5: Pulling fs layer 15:05:52 39dc9c94d07c: Pulling fs layer 15:05:52 551b823b3b82: Pulling fs layer 15:05:52 3c52a74df98c: Pulling fs layer 15:05:52 6c9b121b6998: Pulling fs layer 15:05:52 551b823b3b82: Waiting 15:05:52 3c52a74df98c: Waiting 15:05:52 6c9b121b6998: Waiting 15:05:52 b8e66b5100f5: Verifying Checksum 15:05:52 b8e66b5100f5: Download complete 15:05:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:05:52 259a493cd78d: Verifying Checksum 15:05:52 259a493cd78d: Download complete 15:05:52 551b823b3b82: Verifying Checksum 15:05:52 551b823b3b82: Download complete 15:05:52 3c52a74df98c: Verifying Checksum 15:05:52 3c52a74df98c: Download complete 15:05:52 6c9b121b6998: Verifying Checksum 15:05:52 6c9b121b6998: Download complete 15:05:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:05:53 259a493cd78d: Pull complete 15:05:53 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:05:53 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:05:53 OK: 12749 distinct packages available 15:05:53 Removing intermediate container 49075cb913ee 15:05:53 ---> 0e68e4049d57 15:05:53 Step 5/26 : RUN apk update && apk add make bash git 15:05:53 b8e66b5100f5: Pull complete 15:05:53 39dc9c94d07c: Verifying Checksum 15:05:53 39dc9c94d07c: Download complete 15:05:53 ---> Running in bed77af5e095 15:05:53 OK: 233 MiB in 51 packages 15:05:53 Removing intermediate container e4cb791b7c9e 15:05:53 ---> 249d9c62a4d3 15:05:53 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 15:05:53 ---> Running in 0ed53da5ae16 15:05:54 Removing intermediate container c08efb6bfc1e 15:05:54 ---> 768979ecebe9 15:05:54 Step 5/21 : RUN apk update && apk add make git 15:05:54 Removing intermediate container 12bcb387cba2 15:05:54 ---> 14b0d19ee46c 15:05:54 Step 5/26 : RUN apk update && apk add make git 15:05:54 ---> Running in 9c20aac912bc 15:05:54 ---> Running in 8a62deb87fe9 15:05:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:05:54 Removing intermediate container f91512a4eb98 15:05:54 ---> b2d518f152bd 15:05:54 Step 5/29 : COPY go.mod . 15:05:54 ---> d4f300b34f0f 15:05:54 Step 6/29 : RUN go mod download 15:05:55 ---> Running in 1101f49cef0d 15:05:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:05:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:05:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:05:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:05:55 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:05:55 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:05:55 OK: 12749 distinct packages available 15:05:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:05:56 OK: 233 MiB in 51 packages 15:05:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:05:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:05:56 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:05:56 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:05:56 OK: 12749 distinct packages available 15:05:56 Removing intermediate container bed77af5e095 15:05:56 ---> 7a12c772b817 15:05:56 Step 6/26 : COPY go.mod . 15:05:56 OK: 233 MiB in 51 packages 15:05:56 Removing intermediate container 1101f49cef0d 15:05:56 ---> aa0d4e92c42b 15:05:56 Step 7/29 : COPY . . 15:05:56 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:05:56 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:05:56 OK: 12749 distinct packages available 15:05:56 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:05:56 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:05:56 OK: 12749 distinct packages available 15:05:56 ---> d9595d8fabcc 15:05:56 Step 7/26 : RUN go mod download 15:05:57 39dc9c94d07c: Pull complete 15:05:57 551b823b3b82: Pull complete 15:05:57 ---> Running in eea5532e1b45 15:05:57 OK: 233 MiB in 51 packages 15:05:57 OK: 233 MiB in 51 packages 15:05:57 3c52a74df98c: Pull complete 15:05:57 6c9b121b6998: Pull complete 15:05:57 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 15:05:57 Status: Downloaded newer image for docker:latest 15:05:59 Removing intermediate container 0ed53da5ae16 15:05:59 ---> 9c18b63cb8eb 15:05:59 Step 6/23 : COPY go.mod . 15:06:01 ---> 8a6675bcd64f 15:06:01 Step 7/23 : RUN go mod download 15:06:01 ---> 79ac7b0788e2 15:06:01 Step 6/7 : COPY go.mod . 15:06:02 Removing intermediate container 9c20aac912bc 15:06:02 ---> 59d4877c9e73 15:06:02 Step 6/21 : COPY go.mod . 15:06:02 ---> Running in 9c16e67d1959 15:06:02 Removing intermediate container 8a62deb87fe9 15:06:02 ---> 17a64e52bf9f 15:06:02 Step 6/26 : COPY go.mod . 15:06:02 ---> c37ddad645b0 15:06:02 Step 7/7 : RUN go mod download 15:06:02 ---> Running in 93d23c952851 15:06:03 ---> 9475cdb46650 15:06:03 Step 7/26 : RUN go mod download 15:06:03 ---> 3d1a95dc312d 15:06:03 Step 7/21 : RUN go mod download 15:06:03 Removing intermediate container eea5532e1b45 15:06:03 ---> 0f26356f760c 15:06:03 Step 8/26 : COPY . . 15:06:04 ---> Running in 6bde06f02130 15:06:04 ---> Running in 2fb604985e5a 15:06:05 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:06:05 go: finding github.com/BurntSushi/toml v0.3.1 15:06:05 go: finding github.com/OneOfOne/xxhash v1.2.5 15:06:05 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:06:05 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:06:05 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:06:05 go: finding github.com/bgentry/speakeasy v0.1.0 15:06:05 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:06:05 go: finding github.com/cloudflare/gokey v0.1.0 15:06:05 go: finding github.com/davecgh/go-spew v1.1.1 15:06:05 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:06:05 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:06:05 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 15:06:05 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:06:05 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:06:05 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:06:05 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 15:06:05 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:06:05 go: finding github.com/fatih/color v1.7.0 15:06:05 go: finding github.com/fsnotify/fsnotify v1.4.7 15:06:05 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:06:05 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 15:06:05 go: finding github.com/go-kit/kit v0.8.0 15:06:05 go: finding github.com/go-logfmt/logfmt v0.4.0 15:06:05 go: finding github.com/go-redis/redis/v7 v7.2.0 15:06:05 go: finding github.com/go-stack/stack v1.8.0 15:06:05 go: finding github.com/golang/protobuf v1.3.2 15:06:05 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:06:05 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:06:05 go: finding github.com/google/uuid v1.1.0 15:06:05 go: finding github.com/gorilla/mux v1.7.1 15:06:05 go: finding github.com/hashicorp/consul/api v1.1.0 15:06:05 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:06:05 go: finding github.com/hashicorp/errwrap v1.0.0 15:06:05 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:06:05 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:06:05 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:06:05 go: finding github.com/hashicorp/go-multierror v1.0.0 15:06:05 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:06:05 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:06:06 go: finding github.com/hashicorp/go-syslog v1.0.0 15:06:06 go: finding github.com/hashicorp/go-uuid v1.0.1 15:06:06 go: finding github.com/hashicorp/go.net v0.0.1 15:06:06 go: finding github.com/hashicorp/golang-lru v0.5.0 15:06:06 go: finding github.com/hashicorp/logutils v1.0.0 15:06:06 go: finding github.com/hashicorp/mdns v1.0.0 15:06:06 go: finding github.com/hashicorp/memberlist v0.1.3 15:06:06 go: finding github.com/hashicorp/serf v0.8.2 15:06:06 go: finding github.com/hpcloud/tail v1.0.0 15:06:06 go: finding github.com/imdario/mergo v0.3.6 15:06:06 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:06:06 go: finding github.com/kr/pretty v0.1.0 15:06:06 go: finding github.com/kr/pty v1.1.1 15:06:06 go: finding github.com/kr/text v0.1.0 15:06:06 go: finding github.com/mattn/go-colorable v0.0.9 15:06:06 go: finding github.com/mattn/go-isatty v0.0.3 15:06:06 go: finding github.com/miekg/dns v1.0.14 15:06:06 go: finding github.com/mitchellh/cli v1.0.0 15:06:06 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:06:06 go: finding github.com/mitchellh/copystructure v1.0.0 15:06:06 go: finding github.com/mitchellh/go-homedir v1.0.0 15:06:06 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:06:06 go: finding github.com/mitchellh/gox v0.4.0 15:06:06 go: finding github.com/mitchellh/iochan v1.0.0 15:06:06 go: finding github.com/mitchellh/mapstructure v1.1.2 15:06:06 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:06:06 go: finding github.com/onsi/ginkgo v1.10.1 15:06:06 go: finding github.com/onsi/gomega v1.7.0 15:06:06 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:06:06 go: finding github.com/pebbe/zmq4 v1.0.0 15:06:06 go: finding github.com/pelletier/go-toml v1.2.0 15:06:06 go: finding github.com/pkg/errors v0.8.1 15:06:06 go: finding github.com/pmezard/go-difflib v1.0.0 15:06:06 go: finding github.com/posener/complete v1.1.1 15:06:06 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:06:06 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:06:06 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:06:06 go: finding github.com/stretchr/objx v0.1.0 15:06:06 go: finding github.com/stretchr/testify v1.5.1 15:06:06 go: finding github.com/ugorji/go v1.1.4 15:06:06 go: finding github.com/x448/float16 v0.8.4 15:06:06 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 15:06:06 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:06:06 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:06:07 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 15:06:07 go: finding golang.org/x/text v0.3.2 15:06:07 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:06:07 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:06:07 go: finding gopkg.in/eapache/queue.v1 v1.1.0 15:06:07 go: finding gopkg.in/fsnotify.v1 v1.4.7 15:06:07 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 15:06:07 go: finding gopkg.in/yaml.v2 v2.2.8 15:06:10 Removing intermediate container 9c16e67d1959 15:06:10 ---> 557b020074e7 15:06:10 Step 8/23 : COPY . . 15:06:17 ---> 5ed861b38c0d 15:06:17 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:06:19 ---> Running in 7e06cc5af007 15:06:19 Removing intermediate container 2fb604985e5a 15:06:19 ---> 8b6e4ac61aac 15:06:19 Step 8/21 : COPY . . 15:06:19 Removing intermediate container 6bde06f02130 15:06:19 ---> 19f6147a946d 15:06:19 Step 8/26 : COPY . . 15:06:23 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 15:06:25 Removing intermediate container 93d23c952851 15:06:25 ---> 447081f80b7f 15:06:25 Successfully built 447081f80b7f 15:06:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:06:26 + docker inspect -f . ci-base-image-arm64 15:06:26 . [Pipeline] withDockerContainer 15:06:26 prd-ubuntu18.04-docker-arm64-4c-16g-596 does not seem to be running inside a container 15:06:26 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:06:28 $ docker top fc9cdd77caec62b9944e25f26e3cca837c667900a3343c88a4793b9af187febb -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:29 + go version 15:06:29 go version go1.13.13 linux/arm64 [Pipeline] echo 15:06:29 ========================================================= 15:06:29 [edgeXBuildGoParallel] Running Tests and Build... 15:06:29 ========================================================= [Pipeline] sh 15:06:29 + make test raml_verify 15:06:29 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:06:32 ? github.com/edgexfoundry/edgex-go [no test files] 15:06:33 ---> 88d9f3c11882 15:06:33 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:06:36 ---> Running in 50d5fa8dca8b 15:06:36 ---> 75bd0574a9c9 15:06:36 Step 9/23 : RUN make cmd/support-notifications/support-notifications 15:06:37 ---> Running in 115a8d0a1301 15:06:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:06:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:06:46 ---> bfce966cabc3 15:06:46 Step 9/21 : RUN make cmd/core-command/core-command 15:06:46 ---> Running in 966f8288749a 15:06:46 ---> 2691f43e343a 15:06:46 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 15:06:47 ---> Running in 8a57d3b74285 15:06:48 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 15:06:48 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 15:06:50 Removing intermediate container 7e06cc5af007 15:06:50 ---> 557f267e98e0 15:06:50 15:06:50 Step 9/29 : FROM alpine:latest 15:06:50 latest: Pulling from library/alpine 15:06:50 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:06:51 Status: Downloaded newer image for alpine:latest 15:06:51 ---> a24bb4013296 15:06:51 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:06:51 ---> Running in 56d3a4f520b2 15:06:51 Removing intermediate container 56d3a4f520b2 15:06:51 ---> 842e3ac7a49a 15:06:51 Step 11/29 : USER root 15:06:51 ---> Running in a8c48de40c15 15:06:51 Removing intermediate container a8c48de40c15 15:06:51 ---> 290e8592f841 15:06:51 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:06:51 ---> Running in 13a01031740e 15:06:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:06:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:06:53 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:06:53 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:06:53 OK: 12749 distinct packages available 15:06:53 (1/2) Installing ca-certificates (20191127-r4) 15:06:53 (2/2) Installing dumb-init (1.2.2-r1) 15:06:53 Executing busybox-1.31.1-r16.trigger 15:06:53 Executing ca-certificates-20191127-r4.trigger 15:06:53 OK: 6 MiB in 16 packages 15:06:55 Removing intermediate container 13a01031740e 15:06:55 ---> 73cab3f24bfb 15:06:55 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:06:55 ---> Running in 1879c83483b9 15:06:56 Removing intermediate container 1879c83483b9 15:06:56 ---> a5810c25a1fa 15:06:56 Step 14/29 : WORKDIR $BASE_DIR 15:06:56 ---> Running in 81b27ff023e2 15:06:56 Removing intermediate container 81b27ff023e2 15:06:56 ---> 3fdde076680e 15:06:56 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:06:56 ---> Running in fd08b74a6721 15:06:58 Removing intermediate container fd08b74a6721 15:06:58 ---> 8734a81baf8d 15:06:58 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:07:00 ---> 56f94df0c3b2 15:07:00 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:07:00 ---> f4298b6f1101 15:07:00 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:07:00 ---> cc3b38798ff9 15:07:00 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:07:01 ---> 1e2e3e9c282e 15:07:01 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:07:03 ---> f27d0325cdad 15:07:03 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:07:03 ---> Running in dd7ed40bbf0f 15:07:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:07:07 Removing intermediate container dd7ed40bbf0f 15:07:07 ---> 65580a7c062a 15:07:07 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:07:07 Removing intermediate container 50d5fa8dca8b 15:07:07 ---> 7536c82fdec9 15:07:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:07:07 ---> Running in da4d93173800 15:07:07 ---> 529f8faa339f 15:07:07 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:07:08 ---> Running in 712dbd97bf52 15:07:08 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 15:07:11 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 15:07:11 Removing intermediate container 115a8d0a1301 15:07:11 ---> f1432cb7e32d 15:07:11 15:07:11 Step 10/23 : FROM scratch 15:07:11 ---> 15:07:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:07:11 ---> Running in 8586a981fb08 15:07:11 Removing intermediate container 712dbd97bf52 15:07:11 ---> 86d09cfe6346 15:07:11 Step 24/29 : RUN chmod 755 security-secrets-setup 15:07:11 Removing intermediate container 8586a981fb08 15:07:11 ---> f0fe64346710 15:07:11 Step 12/23 : ENV APP_PORT=48060 15:07:11 ---> Running in ed60e21a33af 15:07:11 ---> Running in e8b26664e46b 15:07:12 Removing intermediate container e8b26664e46b 15:07:12 ---> 4133a45cd950 15:07:12 Step 13/23 : EXPOSE $APP_PORT 15:07:12 ---> Running in 44adab274f8c 15:07:12 Removing intermediate container 44adab274f8c 15:07:12 ---> 1bd2d3b8c23c 15:07:12 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 15:07:12 Removing intermediate container da4d93173800 15:07:12 ---> e47ecfb40a18 15:07:12 15:07:12 Step 11/26 : FROM docker:latest 15:07:12 ---> 81f5749c9058 15:07:12 Step 12/26 : RUN apk add --no-cache bash 15:07:12 ---> Running in 6b946d7970f5 15:07:13 ---> b3db2b9a14ae 15:07:13 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:07:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:07:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:07:14 (1/2) Installing readline (8.0.4-r0) 15:07:14 (2/2) Installing bash (5.0.17-r0) 15:07:14 Executing bash-5.0.17-r0.post-install 15:07:14 Executing busybox-1.31.1-r16.trigger 15:07:14 OK: 12 MiB in 22 packages 15:07:14 Removing intermediate container ed60e21a33af 15:07:14 ---> 01424af60bdb 15:07:14 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:07:14 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 15:07:14 ---> 335bc43ecf19 15:07:14 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 15:07:15 ---> Running in 62ec1a68b9b6 15:07:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:07:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:07:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:07:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:07:17 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s 15:07:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 15:07:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:07:17 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 15:07:17 ---> c001bf1573ad 15:07:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:07:17 Removing intermediate container 62ec1a68b9b6 15:07:17 ---> 400f23b33ea0 15:07:17 Step 26/29 : CMD [ "generate" ] 15:07:17 Removing intermediate container 966f8288749a 15:07:17 ---> 3017f843bb8f 15:07:17 15:07:17 Step 10/21 : FROM scratch 15:07:17 ---> 15:07:17 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:07:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:07:18 Removing intermediate container 6b946d7970f5 15:07:18 ---> c5676b34d89e 15:07:18 Step 13/26 : RUN rm -rf /var/cache/apk/* 15:07:18 ---> Running in 152ee1841ba0 15:07:18 ---> Running in da8a904f3697 15:07:18 ---> Running in ccd9a97e3358 15:07:18 ---> 9a83b86a8b04 15:07:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:07:18 Removing intermediate container da8a904f3697 15:07:18 ---> b2469d74107e 15:07:18 Step 12/21 : ENV APP_PORT=48082 15:07:18 Removing intermediate container 152ee1841ba0 15:07:18 ---> 16ba78aae7cd 15:07:18 Step 27/29 : LABEL arch=x86_64 15:07:18 ---> Running in 30e645421b73 15:07:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:07:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:07:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:07:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:07:19 ---> Running in f64e24ab4a42 15:07:20 ---> 9c3b985a70de 15:07:20 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:07:20 Removing intermediate container 30e645421b73 15:07:20 ---> a226875deaf1 15:07:20 Step 13/21 : EXPOSE $APP_PORT 15:07:20 Removing intermediate container f64e24ab4a42 15:07:20 ---> 5473c921ac01 15:07:20 Step 28/29 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:07:20 ---> Running in e29219726ebc 15:07:20 ---> 35f383960e16 15:07:20 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:07:21 Removing intermediate container 8a57d3b74285 15:07:21 ---> 391f1f1e6a18 15:07:21 15:07:21 Step 10/26 : FROM alpine:3.10 15:07:21 ---> Running in a33848571d3d 15:07:21 ---> Running in a7c966ac1d50 15:07:21 Removing intermediate container e29219726ebc 15:07:21 ---> e67ee8c19175 15:07:21 Step 14/21 : WORKDIR / 15:07:21 ---> Running in 7481671302e0 15:07:21 3.10: Pulling from library/alpine 15:07:21 Removing intermediate container ccd9a97e3358 15:07:21 ---> 025c58d76ce8 15:07:21 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:07:21 Removing intermediate container a33848571d3d 15:07:21 ---> 77b7fdf06386 15:07:21 Step 29/29 : LABEL version=0.0.0 15:07:21 Removing intermediate container a7c966ac1d50 15:07:21 ---> 79925e05b8f4 15:07:21 Step 21/23 : LABEL arch=x86_64 15:07:21 ---> Running in 6f2d2165c855 15:07:21 ---> Running in b8e2dc4dd4d1 15:07:21 Removing intermediate container 7481671302e0 15:07:21 ---> 71fb24c954d9 15:07:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:07:21 ---> Running in 3754b2eb29ea 15:07:24 Removing intermediate container 6f2d2165c855 15:07:24 ---> 6cb85faccf72 15:07:24 Step 15/26 : ENV APP_PORT=48090 15:07:24 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:07:24 Removing intermediate container b8e2dc4dd4d1 15:07:24 ---> 88b8a52a818f 15:07:24 15:07:24 ---> 427454a5a825 15:07:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:07:24 Status: Downloaded newer image for alpine:3.10 15:07:24 ---> be4e4bea2c2e 15:07:24 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:07:24 Removing intermediate container 3754b2eb29ea 15:07:24 ---> 1aa1eae588e8 15:07:24 Step 22/23 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:07:24 ---> Running in e187f72cfffc 15:07:24 Successfully built 88b8a52a818f 15:07:24 ---> Running in 59ed6dee33d2 15:07:24 Successfully tagged docker-security-secrets-setup-go:latest 15:07:24 ---> Running in 7d4dba02dbba 15:07:24 Building docker-security-proxy-setup-go 15:07:24  Building docker-security-secrets-setup-go ... done Removing intermediate container 59ed6dee33d2 15:07:24 ---> 16c9bad5fd56 15:07:24 Step 16/26 : EXPOSE $APP_PORT 15:07:24 Removing intermediate container 7d4dba02dbba 15:07:24 ---> 9046a2d3a800 15:07:24 Step 23/23 : LABEL version=0.0.0 15:07:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 15:07:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 15:07:25 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:07:25 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:07:25 OK: 10346 distinct packages available 15:07:25 ---> 49fc93c371e1 15:07:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:07:25 ---> Running in f639d9f18729 15:07:25 ---> Running in ffce50c0c58b 15:07:25 (1/5) Installing ca-certificates (20191127-r2) 15:07:25 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:07:25 (3/5) Installing libcurl (7.66.0-r0) 15:07:25 (4/5) Installing curl (7.66.0-r0) 15:07:25 (5/5) Installing dumb-init (1.2.2-r1) 15:07:25 Executing busybox-1.30.1-r3.trigger 15:07:25 Executing ca-certificates-20191127-r2.trigger 15:07:25 OK: 7 MiB in 19 packages 15:07:27 Removing intermediate container f639d9f18729 15:07:27 ---> d4d7e457cab3 15:07:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:07:28 Removing intermediate container ffce50c0c58b 15:07:28 ---> 01fafe1342ae 15:07:28 15:07:28 Successfully built 01fafe1342ae 15:07:28 Successfully tagged docker-support-notifications-go:latest 15:07:28  Building docker-support-notifications-go ... done Building docker-support-logging-go 15:07:28 ---> 0a544a21874c 15:07:28 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:07:28 ---> Running in f88d6e1d4146 15:07:28 ---> 96052365e347 15:07:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:07:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 46.6% of statements 15:07:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:07:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:07:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:07:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:07:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:07:35 Removing intermediate container f88d6e1d4146 15:07:35 ---> be229a2f2734 15:07:35 Step 19/21 : LABEL arch=x86_64 15:07:35 ---> b33128ee33b5 15:07:35 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:07:35 Removing intermediate container e187f72cfffc 15:07:35 ---> efb1885b8d11 15:07:35 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:07:35 ---> Running in 103bb2288741 15:07:35 ---> Running in 20a3b0c9e013 15:07:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.4% of statements 15:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:07:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements 15:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:07:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements 15:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:07:36 ---> f7ab18e3ac67 15:07:36 Step 20/26 : RUN apk --no-cache add py-pip 15:07:36 Removing intermediate container 103bb2288741 15:07:36 ---> 02688bf34fa3 15:07:36 Step 20/21 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:07:39 ---> Running in 236f626b6c4a 15:07:39 ---> Running in dd9b449c1d13 15:07:39 Removing intermediate container 20a3b0c9e013 15:07:39 ---> 979d70ec3cc7 15:07:39 Step 13/26 : WORKDIR / 15:07:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.312s coverage: 29.3% of statements 15:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:07:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements 15:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:07:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements 15:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:07:39 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:07:39 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:07:39 ---> f829f8506af6 15:07:39 Step 3/20 : WORKDIR /edgex-go 15:07:39 ---> Using cache 15:07:39 ---> d6fb9601ddca 15:07:39 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:07:39 ---> Using cache 15:07:39 ---> 14b0d19ee46c 15:07:39 Step 5/20 : RUN apk update && apk add make git 15:07:39 ---> Using cache 15:07:39 ---> 17a64e52bf9f 15:07:39 Step 6/20 : COPY go.mod . 15:07:39 ---> Using cache 15:07:39 ---> 9475cdb46650 15:07:39 Step 7/20 : RUN go mod download 15:07:39 ---> Using cache 15:07:39 ---> 19f6147a946d 15:07:39 Step 8/20 : COPY . . 15:07:39 ---> Using cache 15:07:39 ---> 2691f43e343a 15:07:39 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 15:07:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.086s coverage: 89.8% of statements 15:07:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:07:41 ---> Running in b02bdf84d92d 15:07:41 ---> Running in b1369e10a073 15:07:41 Removing intermediate container 236f626b6c4a 15:07:41 ---> df4c07c165c6 15:07:41 Step 21/21 : LABEL version=0.0.0 15:07:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.132s coverage: 97.5% of statements 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:07:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.043s coverage: 100.0% of statements 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:07:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements 15:07:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:07:42 ---> Running in 6e08f938c714 15:07:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:07:43 (1/33) Installing libbz2 (1.0.8-r1) 15:07:43 (2/33) Installing expat (2.2.9-r1) 15:07:43 (3/33) Installing libffi (3.3-r2) 15:07:43 (4/33) Installing gdbm (1.13-r1) 15:07:43 (5/33) Installing xz-libs (5.2.5-r0) 15:07:43 (6/33) Installing sqlite-libs (3.32.1-r0) 15:07:43 (7/33) Installing python3 (3.8.5-r0) 15:07:43 Removing intermediate container b02bdf84d92d 15:07:43 ---> a02d028c3534 15:07:43 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:07:44 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 15:07:46 Removing intermediate container 6e08f938c714 15:07:46 ---> de57c0090b5f 15:07:46 15:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.5% of statements 15:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements 15:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 55.9% of statements 15:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 15:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 15:07:47 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:07:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:07:47 ---> f829f8506af6 15:07:47 Step 3/21 : WORKDIR /edgex-go 15:07:47 ---> Using cache 15:07:47 ---> d6fb9601ddca 15:07:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:07:47 ---> Using cache 15:07:47 ---> 14b0d19ee46c 15:07:47 Step 5/21 : RUN apk update && apk add make && apk add bash git 15:07:48 Successfully built de57c0090b5f 15:07:48 Successfully tagged docker-core-command-go:latest 15:07:48  Building docker-core-command-go ... done Building docker-support-scheduler-go 15:07:48 ---> 23c9f15ef68b 15:07:48 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:07:48 ---> Running in 0271c410f6be 15:07:49 (8/33) Installing py3-appdirs (1.4.4-r1) 15:07:49 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:07:49 (10/33) Installing py3-parsing (2.4.7-r0) 15:07:49 (11/33) Installing py3-six (1.15.0-r0) 15:07:49 (12/33) Installing py3-packaging (20.4-r0) 15:07:49 (13/33) Installing py3-setuptools (47.0.0-r0) 15:07:49 (14/33) Installing py3-chardet (3.0.4-r4) 15:07:49 (15/33) Installing py3-idna (2.9-r0) 15:07:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:07:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:07:49 (18/33) Installing py3-requests (2.23.0-r0) 15:07:49 (19/33) Installing py3-msgpack (1.0.0-r0) 15:07:49 (20/33) Installing py3-lockfile (0.12.2-r3) 15:07:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:07:49 (22/33) Installing py3-colorama (0.4.3-r0) 15:07:49 (23/33) Installing py3-distlib (0.3.0-r0) 15:07:49 (24/33) Installing py3-distro (1.5.0-r1) 15:07:49 (25/33) Installing py3-webencodings (0.5.1-r3) 15:07:49 (26/33) Installing py3-html5lib (1.0.1-r4) 15:07:50 (27/33) Installing py3-pytoml (0.1.21-r0) 15:07:51 (28/33) Installing py3-pep517 (0.8.2-r0) 15:07:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:07:52 (29/33) Installing py3-progress (1.5-r0) 15:07:52 (30/33) Installing py3-toml (0.10.1-r0) 15:07:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:07:53 (31/33) Installing py3-retrying (1.3.3-r0) 15:07:53 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:07:53 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:07:53 OK: 12749 distinct packages available 15:07:54 OK: 233 MiB in 51 packages 15:07:54 OK: 233 MiB in 51 packages 15:07:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:07:54 (33/33) Installing py3-pip (20.1.1-r0) 15:07:55 ---> 0121fd3b7f40 15:07:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:07:55 Executing busybox-1.31.1-r16.trigger 15:07:55 OK: 71 MiB in 55 packages 15:07:57 ---> 859191cc7f14 15:07:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 15:07:58 Removing intermediate container 0271c410f6be 15:07:58 ---> c702890319e7 15:07:58 Step 6/21 : COPY go.mod . 15:07:59 ---> 738ab38bda4a 15:07:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:07:59 ---> 94eac80c5b52 15:07:59 Step 7/21 : RUN go mod download 15:08:01 ---> Running in 22e2dea8261a 15:08:01 ---> 1ef7a9949cab 15:08:01 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:08:03 ---> 3b0519d2ab96 15:08:03 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 15:08:04 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:08:04 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:08:04 ---> f829f8506af6 15:08:04 Step 3/20 : WORKDIR /edgex-go 15:08:04 ---> Using cache 15:08:04 ---> d6fb9601ddca 15:08:04 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:08:04 ---> Using cache 15:08:04 ---> 14b0d19ee46c 15:08:04 Step 5/20 : RUN apk update && apk add make git 15:08:04 ---> Using cache 15:08:04 ---> 17a64e52bf9f 15:08:04 Step 6/20 : COPY go.mod . 15:08:04 ---> Using cache 15:08:04 ---> 9475cdb46650 15:08:04 Step 7/20 : RUN go mod download 15:08:04 ---> Using cache 15:08:04 ---> 19f6147a946d 15:08:04 Step 8/20 : COPY . . 15:08:04 ---> Using cache 15:08:04 ---> 2691f43e343a 15:08:04 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 15:08:07 ---> 495e06650126 15:08:07 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:08:07 ---> Running in 4dd1f28f8616 15:08:08 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 15:08:08 Removing intermediate container 22e2dea8261a 15:08:08 ---> 0af39d48ef93 15:08:08 Step 8/21 : COPY . . 15:08:09 ---> c1c4cc8d9b4f 15:08:09 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:08:12 ---> Running in 800b5c0da8da 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.121s coverage: 86.3% of statements 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.962s coverage: 72.2% of statements 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.346s coverage: 72.1% of statements 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.108s coverage: 96.8% of statements 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 26.9% of statements 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.381s coverage: 84.1% of statements 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.057s coverage: 43.1% of statements 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.060s coverage: 83.8% of statements 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.092s coverage: 46.1% of statements 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.052s coverage: 100.0% of statements 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:08:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.032s coverage: 100.0% of statements 15:08:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:08:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.184s coverage: 29.1% of statements 15:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:08:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.053s coverage: 99.0% of statements 15:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:08:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements 15:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:08:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 15:08:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:08:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements 15:08:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:08:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:08:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:08:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:08:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.025s coverage: 87.9% of statements 15:08:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:08:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:08:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.021s coverage: 100.0% of statements 15:08:17 Removing intermediate container dd9b449c1d13 15:08:17 ---> d18dd3a06cd9 15:08:17 Step 21/26 : RUN pip install docker-compose==1.23.2 15:08:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements 15:08:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 100.0% of statements 15:08:19 GO111MODULE=on go vet ./... 15:08:19 Removing intermediate container b1369e10a073 15:08:19 ---> 3ad33790e469 15:08:19 15:08:19 Step 10/20 : FROM alpine 15:08:19 ---> a24bb4013296 15:08:19 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:08:22 ---> Running in ec368104dd93 15:08:23 ---> Running in 875eea8f8586 15:08:28 Removing intermediate container 800b5c0da8da 15:08:28 ---> 6d141b385303 15:08:28 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 15:08:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:08:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:08:29 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:08:29 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:08:29 OK: 12749 distinct packages available 15:08:29 (1/4) Installing ca-certificates (20191127-r4) 15:08:29 ---> Running in 25cf0ae29e3f 15:08:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:08:29 (3/4) Installing libcurl (7.69.1-r0) 15:08:29 (4/4) Installing curl (7.69.1-r0) 15:08:29 Executing busybox-1.31.1-r16.trigger 15:08:29 Executing ca-certificates-20191127-r4.trigger 15:08:29 OK: 7 MiB in 18 packages 15:08:29 ---> 5c1f635a85fa 15:08:29 Step 9/21 : RUN make cmd/support-logging/support-logging 15:08:29 Removing intermediate container 25cf0ae29e3f 15:08:29 ---> 711610b25444 15:08:29 Step 24/26 : LABEL arch=x86_64 15:08:29 ---> Running in 1fc1d063bb2e 15:08:29 ---> Running in 0e8cae675cc7 15:08:30 Removing intermediate container 0e8cae675cc7 15:08:30 ---> 8b47515edc89 15:08:30 Step 25/26 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:08:30 ---> Running in b0fee0eea055 15:08:30 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 15:08:30 Removing intermediate container b0fee0eea055 15:08:30 ---> c46a63b91b4d 15:08:30 Step 26/26 : LABEL version=0.0.0 15:08:30 Removing intermediate container 875eea8f8586 15:08:30 ---> cae1bcef9d85 15:08:30 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:08:30 ---> Running in bb91435d610e 15:08:30 ---> Running in 9fd7ad940bdc 15:08:31 Removing intermediate container bb91435d610e 15:08:31 ---> 5070a9bc99a8 15:08:31 15:08:31 Removing intermediate container 9fd7ad940bdc 15:08:31 ---> b531f6a35446 15:08:31 Step 13/20 : WORKDIR /edgex 15:08:31 Successfully built 5070a9bc99a8 15:08:31 ---> Running in 1ceddd9001bc 15:08:31 Successfully tagged docker-security-secretstore-setup-go:latest 15:08:31 Building docker-core-data-go 15:08:31  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 15:08:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:08:31 Removing intermediate container 1ceddd9001bc 15:08:31 ---> 41985d4172bb 15:08:31 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:08:31 Collecting cached-property<2,>=1.2.0 15:08:31 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 15:08:32 Collecting dockerpty<0.5,>=0.4.1 15:08:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:08:32 ---> bb60d720b13f 15:08:32 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:08:35 Collecting PyYAML<4,>=3.10 15:08:35 Downloading PyYAML-3.13.tar.gz (270 kB) 15:08:38 gofmt -l . 15:08:38 [ "`gofmt -l .`" = "" ] 15:08:39 ---> ead3e2014ea9 15:08:39 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:08:39 Collecting docopt<0.7,>=0.6.1 15:08:39 Downloading docopt-0.6.2.tar.gz (25 kB) 15:08:39 ---> Running in 5d46a5876b75 15:08:40 ./bin/test-go-mod-tidy.sh 15:08:40 ./bin/test-attribution-txt.sh 15:08:41 Collecting websocket-client<1.0,>=0.32.0 15:08:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:08:41 Removing intermediate container 4dd1f28f8616 15:08:41 ---> 2934469f87c6 15:08:41 15:08:41 Step 10/20 : FROM scratch 15:08:41 ---> 15:08:41 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:08:41 Removing intermediate container 5d46a5876b75 15:08:41 ---> 643bff2c1fe9 15:08:41 Step 17/20 : CMD ["--init=true"] 15:08:41 Collecting texttable<0.10,>=0.9.0 15:08:41 Downloading texttable-0.9.1.tar.gz (11 kB) 15:08:42 ---> Running in 6133ddc6917c 15:08:43 ---> Using cache 15:08:43 ---> b2469d74107e 15:08:43 Step 12/20 : ENV APP_PORT=48085 15:08:43 Collecting jsonschema<3,>=2.5.1 15:08:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:08:44 Removing intermediate container 6133ddc6917c 15:08:44 ---> 10c71eda34fb 15:08:44 Step 18/20 : LABEL arch=x86_64 15:08:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:08:44 docker run --rm --privileged \ 15:08:44 -v /w/workspace/edgex-go/4:/raml-verification -w /raml-verification \ 15:08:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ 15:08:44 /scripts/raml-verify.sh 15:08:44 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally 15:08:44 aarch64: Pulling from edgex-devops/edgex-docs-builder 15:08:44 29e5d40040c1: Pulling fs layer 15:08:44 8c46fbeab2c7: Pulling fs layer 15:08:44 8ba552a4e5fe: Pulling fs layer 15:08:44 1fb62381901b: Pulling fs layer 15:08:44 147fb30a95d9: Pulling fs layer 15:08:44 3ccc99ad11dc: Pulling fs layer 15:08:44 1fb62381901b: Waiting 15:08:44 147fb30a95d9: Waiting 15:08:44 3ccc99ad11dc: Waiting 15:08:44 29e5d40040c1: Verifying Checksum 15:08:44 29e5d40040c1: Download complete 15:08:44 8ba552a4e5fe: Verifying Checksum 15:08:44 8ba552a4e5fe: Download complete 15:08:44 1fb62381901b: Verifying Checksum 15:08:44 1fb62381901b: Download complete 15:08:44 3ccc99ad11dc: Verifying Checksum 15:08:44 3ccc99ad11dc: Download complete 15:08:44 147fb30a95d9: Verifying Checksum 15:08:44 147fb30a95d9: Download complete 15:08:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:08:44 8c46fbeab2c7: Verifying Checksum 15:08:44 8c46fbeab2c7: Download complete 15:08:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:08:44 ---> Running in 805357179f9b 15:08:44 29e5d40040c1: Pull complete 15:08:45 Collecting docker<4.0,>=3.6.0 15:08:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:08:45 ---> Running in c2adf77407b2 15:08:45 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) 15:08:45 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) 15:08:46 Removing intermediate container 805357179f9b 15:08:46 ---> a87c8e926358 15:08:46 Step 13/20 : EXPOSE $APP_PORT 15:08:46 Collecting idna<2.8,>=2.5 15:08:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:08:46 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:08:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:08:47 ---> f829f8506af6 15:08:47 Step 3/22 : WORKDIR /edgex-go 15:08:47 ---> Using cache 15:08:47 ---> d6fb9601ddca 15:08:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:08:47 ---> Using cache 15:08:47 ---> 14b0d19ee46c 15:08:47 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:08:47 Collecting urllib3<1.25,>=1.21.1 15:08:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:08:47 ---> Running in 6367fef740f9 15:08:48 Removing intermediate container c2adf77407b2 15:08:48 ---> a4ce59b74d3c 15:08:48 Step 19/20 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:08:48 Collecting docker-pycreds>=0.4.0 15:08:48 ---> Running in 4d48fce5788f 15:08:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:08:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:08:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:08:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:08:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:08:48 Installing collected packages: cached-property, dockerpty, PyYAML, docopt, websocket-client, texttable, jsonschema, idna, urllib3, requests, docker-pycreds, docker, docker-compose 15:08:48 ---> Running in 3ab3aa963a91 15:08:48 Running setup.py install for dockerpty: started 15:08:48 Removing intermediate container 6367fef740f9 15:08:48 ---> 71a10f75c110 15:08:48 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:08:48 Removing intermediate container 3ab3aa963a91 15:08:48 ---> f7b665015c2f 15:08:48 Step 20/20 : LABEL version=0.0.0 15:08:48 ---> Running in b60f161d364c 15:08:48 ---> 63772cdde18e 15:08:48 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:08:49 Removing intermediate container b60f161d364c 15:08:49 ---> ddf10764443b 15:08:49 15:08:49 8c46fbeab2c7: Pull complete 15:08:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:08:49 Running setup.py install for dockerpty: finished with status 'done' 15:08:49 Running setup.py install for PyYAML: started 15:08:49 Successfully built ddf10764443b 15:08:49 Successfully tagged docker-security-proxy-setup-go:latest 15:08:49 Building docker-core-metadata-go 15:08:49 8ba552a4e5fe: Pull complete 15:08:49  Building docker-security-proxy-setup-go ... done  ---> 906c65816c05 15:08:49 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:08:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:08:49 Running setup.py install for PyYAML: finished with status 'done' 15:08:49 Running setup.py install for docopt: started 15:08:50 1fb62381901b: Pull complete 15:08:50 Running setup.py install for docopt: finished with status 'done' 15:08:53 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:08:53 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:08:53 OK: 12749 distinct packages available 15:08:54 OK: 233 MiB in 51 packages 15:08:54 147fb30a95d9: Pull complete 15:08:54 3ccc99ad11dc: Pull complete 15:08:54 Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 15:08:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 15:08:56 Running setup.py install for texttable: started 15:08:56 Running setup.py install for texttable: finished with status 'done' 15:08:57 ---> c0f11f528b74 15:08:57 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:08:57 Verifying ./api/raml/core-command.raml... 15:08:57 Removing intermediate container 1fc1d063bb2e 15:08:57 ---> 06dcf78f99d8 15:08:57 15:08:57 Step 10/21 : FROM scratch 15:08:57 ---> 15:08:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:08:57 ---> Using cache 15:08:57 ---> f0fe64346710 15:08:57 Step 12/21 : ENV APP_PORT=48061 15:08:57 Attempting uninstall: idna 15:08:57 Found existing installation: idna 2.9 15:08:57 Uninstalling idna-2.9: 15:08:57 Successfully uninstalled idna-2.9 15:08:58 Attempting uninstall: urllib3 15:08:58 Found existing installation: urllib3 1.25.9 15:08:58 Uninstalling urllib3-1.25.9: 15:08:59 Successfully uninstalled urllib3-1.25.9 15:08:59 OK 15:08:59 Verifying ./api/raml/core-metadata.raml... 15:09:00 ---> Running in fcabafd335fe 15:09:00 ---> Running in 679a2f6b7feb 15:09:00 Attempting uninstall: requests 15:09:00 Found existing installation: requests 2.23.0 15:09:00 Uninstalling requests-2.23.0: 15:09:01 Successfully uninstalled requests-2.23.0 15:09:01 Removing intermediate container 4d48fce5788f 15:09:01 ---> 71b648cea7c5 15:09:01 Step 6/22 : COPY go.mod . 15:09:04 ---> d9eaae2abbc2 15:09:04 Step 7/22 : RUN go mod download 15:09:04 Removing intermediate container fcabafd335fe 15:09:04 ---> e612e5ba82b9 15:09:04 Step 18/20 : LABEL arch=x86_64 15:09:04 Removing intermediate container 679a2f6b7feb 15:09:04 ---> 560890eb2fb6 15:09:04 Step 13/21 : EXPOSE $APP_PORT 15:09:05 ---> Running in 63f185f9e8eb 15:09:05 ---> Running in 7f9dd7fb5dc4 15:09:05 ---> Running in 02e8ce77e733 15:09:05 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 15:09:05 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:09:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:09:05 ---> f829f8506af6 15:09:05 Step 3/21 : WORKDIR /edgex-go 15:09:05 ---> Using cache 15:09:05 ---> d6fb9601ddca 15:09:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:09:05 ---> Using cache 15:09:05 ---> 14b0d19ee46c 15:09:05 Step 5/21 : RUN apk update && apk add make git 15:09:05 ---> Using cache 15:09:05 ---> 17a64e52bf9f 15:09:05 Step 6/21 : COPY go.mod . 15:09:05 ---> Using cache 15:09:05 ---> 9475cdb46650 15:09:05 Step 7/21 : RUN go mod download 15:09:05 ---> Using cache 15:09:05 ---> 19f6147a946d 15:09:05 Step 8/21 : COPY . . 15:09:05 ---> Using cache 15:09:05 ---> 2691f43e343a 15:09:05 Step 9/21 : RUN make cmd/core-metadata/core-metadata 15:09:06 OK 15:09:06 Verifying ./api/raml/support-logging.raml... 15:09:06 ---> Running in 9ab03be034bd 15:09:06 Removing intermediate container 02e8ce77e733 15:09:06 ---> 9eed86f7219b 15:09:06 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 15:09:06 Removing intermediate container 7f9dd7fb5dc4 15:09:06 ---> 7489944106e1 15:09:06 Step 19/20 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:09:06 ---> Running in 402bb43068fc 15:09:07 ---> ae7c70404b10 15:09:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 15:09:07 Removing intermediate container 402bb43068fc 15:09:07 ---> 23a3fce54e57 15:09:07 Step 20/20 : LABEL version=0.0.0 15:09:07 ---> Running in 3acf4fc31235 15:09:07 ---> 9f28f86614c5 15:09:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 15:09:07 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 15:09:08 Removing intermediate container 3acf4fc31235 15:09:08 ---> 89ea8921697c 15:09:08 15:09:08 Successfully built 89ea8921697c 15:09:09 OK 15:09:09 Verifying ./api/raml/support-scheduler.raml... 15:09:09 Successfully tagged docker-support-scheduler-go:latest 15:09:09  Building docker-support-scheduler-go ... done  ---> ecbea7ca7e5a 15:09:09 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 15:09:09 Removing intermediate container ec368104dd93 15:09:09 ---> 632868a24920 15:09:09 Step 22/26 : RUN apk --no-cache add curl 15:09:09 Removing intermediate container 63f185f9e8eb 15:09:09 ---> e0f3ddcd5893 15:09:09 Step 8/22 : COPY . . 15:09:09 ---> Running in 14ab577af816 15:09:09 ---> 5c7ecfbd8072 15:09:09 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:09:10 ---> Running in 14ca8cb77b37 15:09:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:09:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:09:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:09:10 (2/3) Installing libcurl (7.69.1-r0) 15:09:10 (3/3) Installing curl (7.69.1-r0) 15:09:10 Executing busybox-1.31.1-r16.trigger 15:09:10 OK: 72 MiB in 58 packages 15:09:12 OK 15:09:12 Verifying ./api/raml/core-data.raml... 15:09:12 Removing intermediate container 14ca8cb77b37 15:09:12 ---> 7c7672a3f707 15:09:12 Step 19/21 : LABEL arch=x86_64 15:09:15 ---> Running in f0d8fa8657d4 15:09:16 OK 15:09:16 Verifying ./api/raml/support-notifications.raml... 15:09:18 Removing intermediate container f0d8fa8657d4 15:09:18 ---> ff7cd74b9dd4 15:09:18 Step 20/21 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:09:18 Removing intermediate container 14ab577af816 15:09:18 ---> 7a4eecc2f7d4 15:09:18 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:09:21 OK 15:09:21 Verifying ./api/raml/system-agent.raml... 15:09:22 ---> Running in cd4dd446c09e 15:09:22 ---> Running in e70f834950ac 15:09:22 OK [Pipeline] sh 15:09:23 + ls -al . 15:09:23 total 588 15:09:23 drwxrwxr-x 10 1001 1001 4096 Jul 22 15:08 . 15:09:23 drwxr-xr-x 4 root root 4096 Jul 22 15:06 .. 15:09:23 -rw-rw-r-- 1 1001 1001 11 Jul 22 15:04 .dockerignore 15:09:23 drwxrwxr-x 8 1001 1001 4096 Jul 22 15:04 .git 15:09:23 drwxrwxr-x 3 1001 1001 4096 Jul 22 15:04 .github 15:09:23 -rw-rw-r-- 1 1001 1001 924 Jul 22 15:04 .gitignore 15:09:23 drwxrwxr-x 3 1001 1001 4096 Jul 22 15:04 .semver 15:09:23 -rw-rw-r-- 1 1001 1001 178 Jul 22 15:04 .sonarcloud.properties 15:09:23 -rw-rw-r-- 1 1001 1001 3804 Jul 22 15:04 CONTRIBUTING.md 15:09:23 -rw-rw-r-- 1 1001 1001 1035 Jul 22 15:04 Dockerfile.build 15:09:23 -rw-rw-r-- 1 1001 1001 824 Jul 22 15:04 Jenkinsfile 15:09:23 -rw-rw-r-- 1 1001 1001 10775 Jul 22 15:04 LICENSE 15:09:23 -rw-rw-r-- 1 1001 1001 6417 Jul 22 15:04 Makefile 15:09:23 -rw-rw-r-- 1 1001 1001 5652 Jul 22 15:04 README.md 15:09:23 -rw-rw-r-- 1 1001 1001 7111 Jul 22 15:04 SECURITY.md 15:09:23 -rw-rw-r-- 1 1001 1001 5 Jul 22 15:02 VERSION 15:09:23 -rw-rw-r-- 1 1001 1001 4131 Jul 22 15:04 ZMQWindows.md 15:09:23 drwxrwxr-x 4 1001 1001 4096 Jul 22 15:04 api 15:09:23 drwxrwxr-x 2 1001 1001 4096 Jul 22 15:04 bin 15:09:23 drwxrwxr-x 15 1001 1001 4096 Jul 22 15:04 cmd 15:09:23 -rw-r--r-- 1 root root 456067 Jul 22 15:08 coverage.out 15:09:23 -rw-r--r-- 1 root root 1019 Jul 22 15:08 go.mod 15:09:23 -rw-r--r-- 1 root root 18146 Jul 22 15:08 go.sum 15:09:23 drwxrwxr-x 8 1001 1001 4096 Jul 22 15:04 internal 15:09:23 drwxrwxr-x 4 1001 1001 4096 Jul 22 15:04 snap 15:09:23 -rw-rw-r-- 1 1001 1001 168 Jul 22 15:04 version.go [Pipeline] sh 15:09:24 + '[' -e coverage.out ] 15:09:24 + chown 1001:1001 coverage.out [Pipeline] stash 15:09:24 Warning: overwriting stash ‘coverage-report’ 15:09:25 Stashed 1 file(s) [Pipeline] sh 15:09:25 Removing intermediate container e70f834950ac 15:09:25 ---> 9ff595d47ff7 15:09:25 Step 24/26 : LABEL arch=x86_64 15:09:25 Removing intermediate container cd4dd446c09e 15:09:25 ---> 9133ee66e119 15:09:25 Step 21/21 : LABEL version=0.0.0 15:09:26 + make build 15:09:26 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 15:09:27 ---> Running in b7d2c42c64b0 15:09:27 ---> Running in d66a11e880eb 15:09:29 Removing intermediate container b7d2c42c64b0 15:09:29 ---> d49c9d7be71e 15:09:29 15:09:29 Successfully built d49c9d7be71e 15:09:29 Successfully tagged docker-support-logging-go:latest 15:09:29  Building docker-support-logging-go ... done Removing intermediate container d66a11e880eb 15:09:29 ---> 52d819d91c64 15:09:29 Step 25/26 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:09:29 ---> Running in a73d82939784 15:09:29 ---> 4c11aa82f600 15:09:29 Step 9/22 : RUN make cmd/core-data/core-data 15:09:29 ---> Running in b651ac33540a 15:09:29 Removing intermediate container a73d82939784 15:09:29 ---> a5bf00c46afa 15:09:29 Step 26/26 : LABEL version=0.0.0 15:09:29 ---> Running in ed8da8e57fa9 15:09:30 Removing intermediate container ed8da8e57fa9 15:09:30 ---> df3788c0ecb9 15:09:30 15:09:30 Successfully built df3788c0ecb9 15:09:30 Successfully tagged docker-sys-mgmt-agent-go:latest 15:09:30  Building docker-sys-mgmt-agent-go ... done 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 15:09:35 Removing intermediate container 9ab03be034bd 15:09:35 ---> 34224d3c3041 15:09:35 15:09:35 Step 10/21 : FROM scratch 15:09:35 ---> 15:09:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:09:35 ---> Using cache 15:09:35 ---> b2469d74107e 15:09:35 Step 12/21 : ENV APP_PORT=48081 15:09:35 ---> Running in 6a6f3b346288 15:09:36 Removing intermediate container 6a6f3b346288 15:09:36 ---> e26a687d83be 15:09:36 Step 13/21 : EXPOSE $APP_PORT 15:09:36 ---> Running in cd83fcb28996 15:09:36 Removing intermediate container cd83fcb28996 15:09:36 ---> 47726af38f34 15:09:36 Step 14/21 : WORKDIR / 15:09:36 ---> Running in b1ef41b08be5 15:09:36 Removing intermediate container b1ef41b08be5 15:09:36 ---> bd0dea17a135 15:09:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:09:37 ---> 3e04e304a822 15:09:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:09:38 ---> 40becd639fba 15:09:38 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:09:38 ---> 4e0b4091e37a 15:09:38 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:09:38 ---> Running in 5081f3459113 15:09:39 Removing intermediate container 5081f3459113 15:09:39 ---> 57a05cb94e9c 15:09:39 Step 19/21 : LABEL arch=x86_64 15:09:39 ---> Running in 36b53bd660b1 15:09:40 Removing intermediate container 36b53bd660b1 15:09:40 ---> 83ce8f68181f 15:09:40 Step 20/21 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:09:40 ---> Running in a6ec4f7d0b32 15:09:40 Removing intermediate container a6ec4f7d0b32 15:09:40 ---> 36a4517cbe68 15:09:40 Step 21/21 : LABEL version=0.0.0 15:09:40 ---> Running in 98fe306a7966 15:09:40 Removing intermediate container 98fe306a7966 15:09:40 ---> c7948681c4ba 15:09:40 15:09:40 Successfully built c7948681c4ba 15:09:40 Successfully tagged docker-core-metadata-go:latest 15:09:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:09:47  Building docker-core-metadata-go ... done Removing intermediate container b651ac33540a 15:09:47 ---> 9404a821727c 15:09:47 15:09:47 Step 10/22 : FROM alpine 15:09:47 ---> a24bb4013296 15:09:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:09:47 ---> Running in c48e499f1aa5 15:09:47 Removing intermediate container c48e499f1aa5 15:09:47 ---> 6991b000066d 15:09:47 Step 12/22 : ENV APP_PORT=48080 15:09:47 ---> Running in d0b471a978f7 15:09:47 Removing intermediate container d0b471a978f7 15:09:47 ---> fb76d20395c1 15:09:47 Step 13/22 : EXPOSE $APP_PORT 15:09:47 ---> Running in 752b8939ea13 15:09:47 Removing intermediate container 752b8939ea13 15:09:47 ---> 71b6ba1457c9 15:09:47 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:09:47 ---> Running in 6713c075d2ea 15:09:48 Removing intermediate container 6713c075d2ea 15:09:48 ---> 913a6ad6fc04 15:09:48 Step 15/22 : RUN apk --no-cache add zeromq 15:09:48 ---> Running in 2b1335d6ed71 15:09:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:09:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:09:49 (1/5) Installing libgcc (9.3.0-r2) 15:09:49 (2/5) Installing libsodium (1.0.18-r0) 15:09:49 (3/5) Installing libstdc++ (9.3.0-r2) 15:09:49 (4/5) Installing libzmq (4.3.2-r0) 15:09:50 (5/5) Installing zeromq (4.3.2-r0) 15:09:50 Executing busybox-1.31.1-r16.trigger 15:09:50 OK: 8 MiB in 19 packages 15:09:50 Removing intermediate container 2b1335d6ed71 15:09:50 ---> 85c8e983badc 15:09:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:09:50 ---> f09dfcae1547 15:09:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:09:51 ---> cc9a3687efa8 15:09:51 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:09:51 ---> 59e1a0f7560d 15:09:51 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:09:51 ---> Running in 2dd0fe86e9ef 15:09:51 Removing intermediate container 2dd0fe86e9ef 15:09:51 ---> 983d63a141d6 15:09:51 Step 20/22 : LABEL arch=x86_64 15:09:51 ---> Running in 08ccb6410372 15:09:52 Removing intermediate container 08ccb6410372 15:09:52 ---> 3552e76018ab 15:09:52 Step 21/22 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:09:52 ---> Running in fe6ca9ea7a84 15:09:52 Removing intermediate container fe6ca9ea7a84 15:09:52 ---> c6b375d6bcea 15:09:52 Step 22/22 : LABEL version=0.0.0 15:09:52 ---> Running in a102d62afb47 15:09:52 Removing intermediate container a102d62afb47 15:09:52 ---> b5dc5d995e2e 15:09:52 15:09:52 Successfully built b5dc5d995e2e 15:09:52 Successfully tagged docker-core-data-go:latest 15:09:52  Building docker-core-data-go ... done  [Pipeline] } 15:09:53 $ docker stop --time=1 a3a58da4f5e6cb23810062e189c5cb3fa591b93eb2e43cdc17ae3544543c1768 15:09:55 $ docker rm -f a3a58da4f5e6cb23810062e189c5cb3fa591b93eb2e43cdc17ae3544543c1768 [Pipeline] // withDockerContainer [Pipeline] sh 15:09:56 + docker images 15:09:56 + grep docker 15:09:56 docker-core-data-go latest b5dc5d995e2e 4 seconds ago 23.8MB 15:09:56 docker-core-metadata-go latest c7948681c4ba 16 seconds ago 14.4MB 15:09:56 docker-sys-mgmt-agent-go latest df3788c0ecb9 27 seconds ago 284MB 15:09:56 docker-support-logging-go latest d49c9d7be71e 29 seconds ago 11.8MB 15:09:56 docker-support-scheduler-go latest 89ea8921697c 49 seconds ago 13.1MB 15:09:56 docker-security-proxy-setup-go latest ddf10764443b About a minute ago 16.4MB 15:09:56 docker-security-secretstore-setup-go latest 5070a9bc99a8 About a minute ago 33.9MB 15:09:56 docker-core-command-go latest de57c0090b5f 2 minutes ago 13MB 15:09:56 docker-support-notifications-go latest 01fafe1342ae 2 minutes ago 14.4MB 15:09:56 docker-security-secrets-setup-go latest 88b8a52a818f 2 minutes ago 25.1MB 15:09:56 docker latest 81f5749c9058 3 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:09:56 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 15:10:01 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 15:10:06 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 15:10:12 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 15:10:14 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 15:10:19 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 15:10:24 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 15:10: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 15:10:33 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 15:10:36 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 15:10:41 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] } 15:10:44 $ docker stop --time=1 fc9cdd77caec62b9944e25f26e3cca837c667900a3343c88a4793b9af187febb 15:10:46 $ docker rm -f fc9cdd77caec62b9944e25f26e3cca837c667900a3343c88a4793b9af187febb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:10:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:10:48 15:10:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:10:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:10:48 latest: Pulling from edgex-devops/edgex-compose-arm64 15:10:48 29e5d40040c1: Already exists 15:10:49 1ce36da41761: Pulling fs layer 15:10:49 25b303627fd3: Pulling fs layer 15:10:49 1ce36da41761: Download complete 15:10:51 1ce36da41761: Pull complete 15:10:51 25b303627fd3: Verifying Checksum 15:10:51 25b303627fd3: Download complete 15:11:01 25b303627fd3: Pull complete 15:11:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:11:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:11:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:11:02 prd-ubuntu18.04-docker-arm64-4c-16g-596 does not seem to be running inside a container 15:11:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:11:05 $ docker top 7a2de49d6d666892d129d777c418df390b0f3907f832a362570f07dec736a58b -eo pid,comm [Pipeline] { [Pipeline] sh 15:11:07 + docker-compose build --help 15:11:07 + grep parallel 15:11:10 --parallel Build images in parallel. [Pipeline] } 15:11:10 $ docker stop --time=1 7a2de49d6d666892d129d777c418df390b0f3907f832a362570f07dec736a58b 15:11:12 $ docker rm -f 7a2de49d6d666892d129d777c418df390b0f3907f832a362570f07dec736a58b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:11:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:11:13 . [Pipeline] withDockerContainer 15:11:13 prd-ubuntu18.04-docker-arm64-4c-16g-596 does not seem to be running inside a container 15:11:13 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:11:15 $ docker top 64511bb3fc9f5f4e597cfb2052bba51a412e058d93b55f5af70b05458a76680b -eo pid,comm [Pipeline] { [Pipeline] sh 15:11:16 + docker-compose -f ./docker-compose-build.yml build --parallel 15:11:19 Building docker-core-command-go ... 15:11:19 Building docker-core-data-go ... 15:11:19 Building docker-core-metadata-go ... 15:11:19 Building docker-security-proxy-setup-go ... 15:11:19 Building docker-security-secrets-setup-go ... 15:11:19 Building docker-security-secretstore-setup-go ... 15:11:19 Building docker-support-logging-go ... 15:11:19 Building docker-support-notifications-go ... 15:11:19 Building docker-support-scheduler-go ... 15:11:19 Building docker-sys-mgmt-agent-go ... 15:11:19 Building docker-core-data-go 15:11:19 Building docker-support-logging-go 15:11:19 Building docker-support-scheduler-go 15:11:19 Building docker-support-notifications-go 15:11:19 Building docker-sys-mgmt-agent-go 15:13:11 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:13:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:13:11 ---> 447081f80b7f 15:13:11 Step 3/22 : WORKDIR /edgex-go 15:13:11 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:13:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:13:11 ---> 447081f80b7f 15:13:11 Step 3/20 : WORKDIR /edgex-go 15:13:11 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:13:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:13:11 ---> 447081f80b7f 15:13:11 Step 3/21 : WORKDIR /edgex-go 15:13:11 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 15:13:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:13:11 ---> 447081f80b7f 15:13:11 Step 3/23 : WORKDIR /edgex-go 15:13:11 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:13:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:13:11 ---> 447081f80b7f 15:13:11 Step 3/26 : WORKDIR /edgex-go 15:13:13 ---> Running in 7143adc6f008 15:13:13 ---> Running in ad13510c9ea8 15:13:13 ---> Running in d7017e402693 15:13:13 ---> Running in fc0464426d88 15:13:13 ---> Running in ccbdf5474b87 15:13:13 Removing intermediate container ccbdf5474b87 15:13:13 ---> 69b6d643a973 15:13:13 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:13:13 Removing intermediate container fc0464426d88 15:13:13 ---> e6f1bad98897 15:13:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 7143adc6f008 15:13:13 15:13:13 ---> 86a3e38be58f 15:13:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:13:13 Removing intermediate container d7017e402693 15:13:13 ---> 51206437dea3 15:13:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:13:13 Removing intermediate container ad13510c9ea8 15:13:13 ---> 70b1553c47a6 15:13:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:13:13 ---> Running in 9555bca8cbf7 15:13:14 ---> Running in 3d50a31650d8 15:13:14 ---> Running in a5ba00d92655 15:13:14 ---> Running in 11080882add7 15:13:14 ---> Running in 144f3452c3ab 15:13:18 Removing intermediate container 3d50a31650d8 15:13:18 ---> d1d0ac6ffcbd 15:13:18 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:13:18 ---> Running in 34dd91fc4312 15:13:18 Removing intermediate container 9555bca8cbf7 15:13:18 ---> c293bca944e8 15:13:18 Step 5/20 : RUN apk update && apk add make git 15:13:18 ---> Running in e25468b9fc79 15:13:18 Removing intermediate container 144f3452c3ab 15:13:18 ---> 524f4e7c9e68 15:13:18 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 15:13:18 Removing intermediate container a5ba00d92655 15:13:18 ---> b0a0f97c9918 15:13:18 Step 5/26 : RUN apk update && apk add make bash git 15:13:19 Removing intermediate container 11080882add7 15:13:19 ---> 1d350f5b27eb 15:13:19 Step 5/21 : RUN apk update && apk add make && apk add bash git 15:13:19 ---> Running in 2cb70125fbd6 15:13:19 ---> Running in 3f1a227f9a0b 15:13:19 ---> Running in ff648354aec5 15:13:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:13:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:13:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:13:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:13:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:13:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:13:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:13:22 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:13:22 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:13:22 OK: 12620 distinct packages available 15:13:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:13:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:13:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:13:22 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:13:22 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:13:22 OK: 12620 distinct packages available 15:13:22 OK: 217 MiB in 51 packages 15:13:23 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:13:23 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:13:23 OK: 12620 distinct packages available 15:13:23 OK: 217 MiB in 51 packages 15:13:23 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:13:23 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:13:23 OK: 12620 distinct packages available 15:13:23 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:13:23 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:13:23 OK: 12620 distinct packages available 15:13:24 OK: 217 MiB in 51 packages 15:13:24 OK: 217 MiB in 51 packages 15:13:24 OK: 217 MiB in 51 packages 15:13:24 Removing intermediate container 34dd91fc4312 15:13:24 ---> 74fa489d2f7b 15:13:24 Step 6/22 : COPY go.mod . 15:13:25 Removing intermediate container e25468b9fc79 15:13:25 ---> e2e38c9748b6 15:13:25 Step 6/20 : COPY go.mod . 15:13:25 OK: 217 MiB in 51 packages 15:13:25 Removing intermediate container 2cb70125fbd6 15:13:25 ---> fd93f94a0c05 15:13:25 Step 6/23 : COPY go.mod . 15:13:26 ---> 8be7dd1dd75e 15:13:26 Step 7/22 : RUN go mod download 15:13:26 Removing intermediate container 3f1a227f9a0b 15:13:26 ---> aff800d192a3 15:13:26 Step 6/26 : COPY go.mod . 15:13:26 ---> Running in 9edd33a1bd45 15:13:26 ---> 81279eff3803 15:13:26 Step 7/20 : RUN go mod download 15:13:26 ---> Running in 60bf05ac5c39 15:13:26 ---> a7a1b8d093c8 15:13:26 Step 7/23 : RUN go mod download 15:13:27 ---> Running in 6d02f5391ab8 15:13:27 ---> 7f499b732beb 15:13:27 Step 7/26 : RUN go mod download 15:13:27 Removing intermediate container ff648354aec5 15:13:27 ---> b516edea935d 15:13:27 Step 6/21 : COPY go.mod . 15:13:27 ---> Running in 218e1f159f4f 15:13:28 ---> 02450b57c301 15:13:28 Step 7/21 : RUN go mod download 15:13:28 ---> Running in 8141d1320321 15:13:31 Removing intermediate container 9edd33a1bd45 15:13:31 ---> 981cb5d0186b 15:13:31 Step 8/22 : COPY . . 15:13:31 Removing intermediate container 60bf05ac5c39 15:13:31 ---> 46ec12570655 15:13:31 Step 8/20 : COPY . . 15:13:31 Removing intermediate container 6d02f5391ab8 15:13:31 ---> c2aaf922f3b2 15:13:31 Step 8/23 : COPY . . 15:13:32 Removing intermediate container 218e1f159f4f 15:13:32 ---> da1b2bbf64ee 15:13:32 Step 8/26 : COPY . . 15:13:36 Removing intermediate container 8141d1320321 15:13:36 ---> 15259d8aa2ba 15:13:36 Step 8/21 : COPY . . 15:14:08 ---> 48046630ac56 15:14:08 Step 9/22 : RUN make cmd/core-data/core-data 15:14:08 ---> e6fa1c4477f8 15:14:08 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 15:14:08 ---> c3bfdb8bbd5b 15:14:08 Step 9/23 : RUN make cmd/support-notifications/support-notifications 15:14:08 ---> 146575ffa9e0 15:14:08 Step 9/21 : RUN make cmd/support-logging/support-logging 15:14:08 ---> 7f5830aff17a 15:14:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:14:08 ---> Running in f088401da8a1 15:14:08 ---> Running in c9ba9ed90884 15:14:08 ---> Running in 6343a02598c4 15:14:08 ---> Running in ab0c275d46c0 15:14:08 ---> Running in c16eed1dba93 15:14:08 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 15:14:08 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 15:14:08 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 15:14:08 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 15:14:08 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 15:15:45 Removing intermediate container c16eed1dba93 15:15:45 ---> 3a68c82761cd 15:15:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:15:45 Removing intermediate container ab0c275d46c0 15:15:45 ---> 10d8ccd43c9e 15:15:45 15:15:45 Step 10/21 : FROM scratch 15:15:45 ---> 15:15:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:15:45 ---> Running in 764ff152f28b 15:15:45 ---> Running in 17555189822b 15:15:46 Removing intermediate container 17555189822b 15:15:46 ---> f3fd36dbfabd 15:15:46 Step 12/21 : ENV APP_PORT=48061 15:15:46 ---> Running in c266f7ae89d1 15:15:47 Removing intermediate container c266f7ae89d1 15:15:47 ---> faf57f8dc524 15:15:47 Step 13/21 : EXPOSE $APP_PORT 15:15:47 ---> Running in bc1e0634e3b0 15:15:48 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 15:15:48 Removing intermediate container bc1e0634e3b0 15:15:48 ---> cf6083964761 15:15:48 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 15:15:49 ---> 2c1a8e70f26f 15:15:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 15:15:50 ---> a61f3e7e345f 15:15:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 15:15:52 ---> 26510bb6fcfd 15:15:52 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 15:15:53 ---> 9c8f717a7fb4 15:15:53 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:15:53 ---> Running in 3e97ab2da121 15:15:54 Removing intermediate container 3e97ab2da121 15:15:54 ---> 3ddbb5411208 15:15:54 Step 19/21 : LABEL arch=arm64 15:15:55 Removing intermediate container 764ff152f28b 15:15:55 ---> 6e70fe7f37af 15:15:55 15:15:55 Step 11/26 : FROM docker:latest 15:15:55 ---> ce9d55ae87f1 15:15:55 Step 12/26 : RUN apk add --no-cache bash 15:15:55 ---> Running in e9f61c5b9477 15:15:55 ---> Running in 03b05626f0dc 15:15:56 Removing intermediate container e9f61c5b9477 15:15:56 ---> 0d764267da77 15:15:56 Step 20/21 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:15:56 ---> Running in 1c0858c897c4 15:15:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:15:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:15:57 Removing intermediate container 1c0858c897c4 15:15:57 ---> 312766ffc9fc 15:15:57 Step 21/21 : LABEL version=0.0.0 15:15:58 (1/2) Installing readline (8.0.4-r0) 15:15:58 (2/2) Installing bash (5.0.17-r0) 15:15:58 Executing bash-5.0.17-r0.post-install 15:15:58 ---> Running in 41550093383e 15:15:58 Executing busybox-1.31.1-r16.trigger 15:15:58 OK: 12 MiB in 22 packages 15:15:59 Removing intermediate container 41550093383e 15:15:59 ---> 7797b55fa24b 15:15:59 15:16:00 Successfully built 7797b55fa24b 15:16:01 Successfully tagged docker-support-logging-go-arm64:latest 15:16:01  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go 15:16:01 Removing intermediate container 03b05626f0dc 15:16:01 ---> 687a477e7a1c 15:16:01 Step 13/26 : RUN rm -rf /var/cache/apk/* 15:16:01 ---> Running in 0b1e2b9ca5b2 15:16:02 Removing intermediate container 6343a02598c4 15:16:02 ---> 98ff99e88b6a 15:16:02 15:16:02 Step 10/20 : FROM scratch 15:16:02 ---> 15:16:02 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:16:03 ---> Running in 71b6d0c490c1 15:16:03 Removing intermediate container c9ba9ed90884 15:16:03 ---> 0c28b1ae5633 15:16:03 15:16:03 Step 10/23 : FROM scratch 15:16:03 ---> 15:16:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:16:04 ---> Using cache 15:16:04 ---> f3fd36dbfabd 15:16:04 Step 12/23 : ENV APP_PORT=48060 15:16:04 Removing intermediate container 71b6d0c490c1 15:16:04 ---> 3c0f35e6f969 15:16:04 Step 12/20 : ENV APP_PORT=48085 15:16:04 ---> Running in 81f2595d637f 15:16:04 ---> Running in e45b34ee4071 15:16:05 Removing intermediate container e45b34ee4071 15:16:05 ---> 3d432fd6d085 15:16:05 Step 13/23 : EXPOSE $APP_PORT 15:16:05 Removing intermediate container 81f2595d637f 15:16:05 ---> a6fc4c7aed3b 15:16:05 Step 13/20 : EXPOSE $APP_PORT 15:16:06 Removing intermediate container 0b1e2b9ca5b2 15:16:06 ---> 7e5e3bbf1718 15:16:06 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:16:06 ---> Running in 6502190eac82 15:16:06 ---> Running in f7ca7728279b 15:16:06 ---> Running in 7d9b0a0c1a5f 15:16:06 Removing intermediate container f7ca7728279b 15:16:06 ---> 984abb43c318 15:16:06 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 15:16:06 Removing intermediate container 6502190eac82 15:16:06 ---> dde68ccfe9f1 15:16:06 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:16:07 Removing intermediate container 7d9b0a0c1a5f 15:16:07 ---> 1b0703c361f9 15:16:07 Step 15/26 : ENV APP_PORT=48090 15:16:07 ---> Running in 86a9ed203076 15:16:07 ---> 734d6bbf3043 15:16:07 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:16:07 ---> 5e4eaaf7957b 15:16:07 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:16:08 Removing intermediate container 86a9ed203076 15:16:08 ---> 5111c89ef222 15:16:08 Step 16/26 : EXPOSE $APP_PORT 15:16:09 ---> Running in d8170de55df5 15:16:09 ---> c61aa4e5c660 15:16:09 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 15:16:10 ---> 198353970499 15:16:10 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:16:10 Removing intermediate container d8170de55df5 15:16:10 ---> 12fd61210efb 15:16:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:16:12 ---> 9e5dab2fd7b9 15:16:12 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:16:12 ---> b309fca32365 15:16:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:16:12 ---> Running in 50cc09ed22a4 15:16:12 ---> 861a505b15d6 15:16:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:16:12 Removing intermediate container 50cc09ed22a4 15:16:12 ---> 409087f48cbe 15:16:12 Step 18/20 : LABEL arch=arm64 15:16:13 ---> 7b941e8c578f 15:16:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:16:13 ---> Running in 5c3a33566c33 15:16:13 ---> 9d92e0a1f390 15:16:13 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:16:14 Removing intermediate container 5c3a33566c33 15:16:14 ---> e0bba494d39b 15:16:14 Step 19/20 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:16:15 ---> Running in 833b46be0f0a 15:16:15 ---> 4d0ba39ee059 15:16:15 Step 20/26 : RUN apk --no-cache add py-pip 15:16:15 ---> a616dab88b69 15:16:15 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:16:15 ---> Running in c0097768cf59 15:16:15 Removing intermediate container 833b46be0f0a 15:16:15 ---> 217bbf026ce3 15:16:15 Step 20/20 : LABEL version=0.0.0 15:16:16 ---> Running in de22d350222f 15:16:16 Removing intermediate container f088401da8a1 15:16:16 ---> c4e1d0814409 15:16:16 15:16:16 Step 10/22 : FROM alpine 15:16:16 latest: Pulling from library/alpine 15:16:17 ---> 72bc3f7c650a 15:16:17 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:16:17 Removing intermediate container de22d350222f 15:16:17 ---> 3e35ba820900 15:16:17 15:16:17 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:16:17 Status: Downloaded newer image for alpine:latest 15:16:17 ---> 62ee0e9f8440 15:16:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:16:17 ---> Running in 02705f697306 15:16:17 ---> Running in 89f410a9f304 15:16:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:17 Successfully built 3e35ba820900 15:16:17 Successfully tagged docker-support-scheduler-go-arm64:latest 15:16:17  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 15:16:18 Removing intermediate container 02705f697306 15:16:18 ---> 071608906b2c 15:16:18 Step 21/23 : LABEL arch=arm64 15:16:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:18 Removing intermediate container 89f410a9f304 15:16:18 ---> 794bd0deafdf 15:16:18 Step 12/22 : ENV APP_PORT=48080 15:16:18 ---> Running in 8944c3fc25c1 15:16:18 ---> Running in 6ddb4131c44b 15:16:18 (1/33) Installing libbz2 (1.0.8-r1) 15:16:18 (2/33) Installing expat (2.2.9-r1) 15:16:18 (3/33) Installing libffi (3.3-r2) 15:16:18 (4/33) Installing gdbm (1.13-r1) 15:16:18 (5/33) Installing xz-libs (5.2.5-r0) 15:16:18 (6/33) Installing sqlite-libs (3.32.1-r0) 15:16:18 (7/33) Installing python3 (3.8.5-r0) 15:16:19 Removing intermediate container 8944c3fc25c1 15:16:19 ---> 30e9ee34e722 15:16:19 Step 22/23 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:16:19 Removing intermediate container 6ddb4131c44b 15:16:19 ---> 473f61301174 15:16:19 Step 13/22 : EXPOSE $APP_PORT 15:16:19 ---> Running in 3650445e2545 15:16:19 ---> Running in 7029c3d2c6f1 15:16:20 Removing intermediate container 3650445e2545 15:16:20 ---> 577d6da149fe 15:16:20 Step 23/23 : LABEL version=0.0.0 15:16:20 (8/33) Installing py3-appdirs (1.4.4-r1) 15:16:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:16:20 (10/33) Installing py3-parsing (2.4.7-r0) 15:16:20 (11/33) Installing py3-six (1.15.0-r0) 15:16:20 (12/33) Installing py3-packaging (20.4-r0) 15:16:20 (13/33) Installing py3-setuptools (47.0.0-r0) 15:16:21 (14/33) Installing py3-chardet (3.0.4-r4) 15:16:21 Removing intermediate container 7029c3d2c6f1 15:16:21 ---> a31afbb01b44 15:16:21 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:16:21 (15/33) Installing py3-idna (2.9-r0) 15:16:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:16:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:16:21 (18/33) Installing py3-requests (2.23.0-r0) 15:16:21 (19/33) Installing py3-msgpack (1.0.0-r0) 15:16:21 (20/33) Installing py3-lockfile (0.12.2-r3) 15:16:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:16:21 (22/33) Installing py3-colorama (0.4.3-r0) 15:16:21 (23/33) Installing py3-distlib (0.3.0-r0) 15:16:21 ---> Running in e7cabfb674f9 15:16:21 (24/33) Installing py3-distro (1.5.0-r1) 15:16:21 (25/33) Installing py3-webencodings (0.5.1-r3) 15:16:21 (26/33) Installing py3-html5lib (1.0.1-r4) 15:16:21 (27/33) Installing py3-pytoml (0.1.21-r0) 15:16:21 (28/33) Installing py3-pep517 (0.8.2-r0) 15:16:21 (29/33) Installing py3-progress (1.5-r0) 15:16:21 (30/33) Installing py3-toml (0.10.1-r0) 15:16:21 (31/33) Installing py3-retrying (1.3.3-r0) 15:16:21 ---> Running in 759f7fae6d63 15:16:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:16:21 (33/33) Installing py3-pip (20.1.1-r0) 15:16:22 Executing busybox-1.31.1-r16.trigger 15:16:22 OK: 71 MiB in 55 packages 15:16:22 Removing intermediate container e7cabfb674f9 15:16:22 ---> ac0ca2275090 15:16:22 15:16:23 Successfully built ac0ca2275090 15:16:23 Successfully tagged docker-support-notifications-go-arm64:latest 15:16:23  Building docker-support-notifications-go ... done Building docker-core-command-go 15:16:25 Removing intermediate container 759f7fae6d63 15:16:25 ---> 43db3ce42026 15:16:25 Step 15/22 : RUN apk --no-cache add zeromq 15:16:26 ---> Running in b8b5ba5e0d15 15:16:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:29 (1/5) Installing libgcc (9.3.0-r2) 15:16:29 (2/5) Installing libsodium (1.0.18-r0) 15:16:29 (3/5) Installing libstdc++ (9.3.0-r2) 15:16:30 (4/5) Installing libzmq (4.3.2-r0) 15:16:30 (5/5) Installing zeromq (4.3.2-r0) 15:16:30 Executing busybox-1.31.1-r16.trigger 15:16:30 OK: 8 MiB in 19 packages 15:16:30 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:16:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:16:30 ---> 447081f80b7f 15:16:30 Step 3/26 : WORKDIR /edgex-go 15:16:30 ---> Using cache 15:16:30 ---> 70b1553c47a6 15:16:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:16:30 ---> Using cache 15:16:30 ---> 524f4e7c9e68 15:16:30 Step 5/26 : RUN apk update && apk add make git 15:16:30 Removing intermediate container c0097768cf59 15:16:30 ---> b22ff4066f8a 15:16:30 Step 21/26 : RUN pip install docker-compose==1.23.2 15:16:31 ---> Running in aba52d707aec 15:16:31 ---> Running in 1634b5a535a3 15:16:32 Removing intermediate container b8b5ba5e0d15 15:16:32 ---> c024b6baa2f1 15:16:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:16:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:34 ---> 5190eebdce57 15:16:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:16:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:35 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:16:35 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:16:35 OK: 12620 distinct packages available 15:16:36 OK: 217 MiB in 51 packages 15:16:36 ---> b62a07689fbb 15:16:36 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:16:38 ---> 43edf272424c 15:16:38 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:16:38 Collecting docker-compose==1.23.2 15:16:38 ---> Running in 1687c0b4ee28 15:16:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:16:38 Removing intermediate container aba52d707aec 15:16:38 ---> 5b7e99a0582b 15:16:38 Step 6/26 : COPY go.mod . 15:16:39 Removing intermediate container 1687c0b4ee28 15:16:39 ---> 0a32bc505721 15:16:39 Step 20/22 : LABEL arch=arm64 15:16:39 ---> Running in 8b89ead85991 15:16:39 ---> 8a91a1331f7f 15:16:39 Step 7/26 : RUN go mod download 15:16:39 Removing intermediate container 8b89ead85991 15:16:39 ---> 6471d4fbb395 15:16:39 Step 21/22 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:16:39 ---> Running in 754c979430b3 15:16:40 ---> Running in 3f48171706e7 15:16:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:16:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:16:40 Collecting dockerpty<0.5,>=0.4.1 15:16:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:16:41 Removing intermediate container 3f48171706e7 15:16:41 ---> 52f838282b3f 15:16:41 Step 22/22 : LABEL version=0.0.0 15:16:41 ---> Running in e2cac8e3aca3 15:16:41 Removing intermediate container e2cac8e3aca3 15:16:41 ---> 5218dec20719 15:16:41 15:16:42 Successfully built 5218dec20719 15:16:42 Successfully tagged docker-core-data-go-arm64:latest 15:16:42  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 15:16:43 Collecting websocket-client<1.0,>=0.32.0 15:16:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:16:44 Removing intermediate container 754c979430b3 15:16:44 ---> c35b544693e8 15:16:44 Step 8/26 : COPY . . 15:16:44 Collecting docker<4.0,>=3.6.0 15:16:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:16:45 Collecting PyYAML<4,>=3.10 15:16:45 Downloading PyYAML-3.13.tar.gz (270 kB) 15:16:49 Collecting docopt<0.7,>=0.6.1 15:16:49 Downloading docopt-0.6.2.tar.gz (25 kB) 15:16:51 Collecting texttable<0.10,>=0.9.0 15:16:51 Downloading texttable-0.9.1.tar.gz (11 kB) 15:16:53 Collecting jsonschema<3,>=2.5.1 15:16:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:16:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:16:54 Collecting cached-property<2,>=1.2.0 15:16:54 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 15:16:55 Collecting urllib3<1.25,>=1.21.1 15:16:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:16:55 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) 15:16:55 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) 15:16:55 Collecting idna<2.8,>=2.5 15:16:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:16:55 Collecting docker-pycreds>=0.4.0 15:16:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:16:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:16:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:16:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:16:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:16:57 Installing collected packages: urllib3, idna, requests, dockerpty, websocket-client, docker-pycreds, docker, PyYAML, docopt, texttable, jsonschema, cached-property, docker-compose 15:16:57 Attempting uninstall: urllib3 15:16:57 Found existing installation: urllib3 1.25.9 15:16:57 Uninstalling urllib3-1.25.9: 15:16:57 Successfully uninstalled urllib3-1.25.9 15:16:58 Attempting uninstall: idna 15:16:58 Found existing installation: idna 2.9 15:16:58 Uninstalling idna-2.9: 15:16:58 Successfully uninstalled idna-2.9 15:16:59 Attempting uninstall: requests 15:16:59 Found existing installation: requests 2.23.0 15:16:59 Uninstalling requests-2.23.0: 15:16:59 Successfully uninstalled requests-2.23.0 15:16:59 Running setup.py install for dockerpty: started 15:17:01 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 15:17:01 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:17:01 ---> 447081f80b7f 15:17:01 Step 3/29 : WORKDIR /edgex-go 15:17:01 ---> Using cache 15:17:01 ---> 70b1553c47a6 15:17:01 Step 4/29 : RUN apk update && apk add make git 15:17:02 Running setup.py install for dockerpty: finished with status 'done' 15:17:05 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:17:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:17:05 ---> 447081f80b7f 15:17:05 Step 3/21 : WORKDIR /edgex-go 15:17:05 ---> Using cache 15:17:05 ---> 70b1553c47a6 15:17:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:17:05 ---> Using cache 15:17:05 ---> 524f4e7c9e68 15:17:05 Step 5/21 : RUN apk update && apk add make git 15:17:05 ---> Using cache 15:17:05 ---> 5b7e99a0582b 15:17:05 Step 6/21 : COPY go.mod . 15:17:05 ---> Using cache 15:17:05 ---> 8a91a1331f7f 15:17:05 Step 7/21 : RUN go mod download 15:17:05 ---> Using cache 15:17:05 ---> c35b544693e8 15:17:05 Step 8/21 : COPY . . 15:17:07 Running setup.py install for PyYAML: started 15:17:10 Running setup.py install for PyYAML: finished with status 'done' 15:17:10 Running setup.py install for docopt: started 15:17:13 Running setup.py install for docopt: finished with status 'done' 15:17:13 Running setup.py install for texttable: started 15:17:14 ---> Running in 20e67db2181a 15:17:14 ---> 2394532dd5b8 15:17:14 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 15:17:15 Running setup.py install for texttable: finished with status 'done' 15:17:15 ---> Running in 36df372d5c5d 15:17:16 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:17:16 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:17:16 ---> 447081f80b7f 15:17:16 Step 3/20 : WORKDIR /edgex-go 15:17:16 ---> Using cache 15:17:16 ---> 70b1553c47a6 15:17:16 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:17:16 ---> Using cache 15:17:16 ---> 524f4e7c9e68 15:17:16 Step 5/20 : RUN apk update && apk add make git 15:17:16 ---> Using cache 15:17:16 ---> 5b7e99a0582b 15:17:16 Step 6/20 : COPY go.mod . 15:17:16 ---> Using cache 15:17:16 ---> 8a91a1331f7f 15:17:16 Step 7/20 : RUN go mod download 15:17:16 ---> Using cache 15:17:16 ---> c35b544693e8 15:17:16 Step 8/20 : COPY . . 15:17:16 ---> Using cache 15:17:16 ---> 2394532dd5b8 15:17:16 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 15:17:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:17:16 ---> Running in ca041a686b3b 15:17:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:17:17 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 15:17:18 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 15:17:18 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 15:17:18 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:17:18 OK: 12620 distinct packages available 15:17:19 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 15:17:19 OK: 217 MiB in 51 packages 15:17:23 Removing intermediate container 20e67db2181a 15:17:23 ---> 5266274c36a9 15:17:23 Step 5/29 : COPY go.mod . 15:17:25 ---> cff6fae7d8c0 15:17:25 Step 6/29 : RUN go mod download 15:17:26 ---> Running in 630074dd4761 15:17:26 Removing intermediate container 1634b5a535a3 15:17:26 ---> baf60953a751 15:17:26 Step 22/26 : RUN apk --no-cache add curl 15:17:27 ---> Running in cc389d8ede49 15:17:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:17:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:17:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:17:31 (2/3) Installing libcurl (7.69.1-r0) 15:17:31 (3/3) Installing curl (7.69.1-r0) 15:17:31 Executing busybox-1.31.1-r16.trigger 15:17:31 OK: 71 MiB in 58 packages 15:17:32 ---> 33b56005adb5 15:17:32 Step 9/21 : RUN make cmd/core-command/core-command 15:17:32 Removing intermediate container 630074dd4761 15:17:32 ---> c40b475ab454 15:17:32 Step 7/29 : COPY . . 15:17:32 ---> Running in 94530d2a2487 15:17:34 Removing intermediate container cc389d8ede49 15:17:34 ---> 33a3e7190d8d 15:17:34 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:17:35 ---> Running in 05f8b8fdaa68 15:17: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 15:17:36 Removing intermediate container 05f8b8fdaa68 15:17:36 ---> 46a9c7da286a 15:17:36 Step 24/26 : LABEL arch=arm64 15:17:37 ---> Running in 5f46efd3b78c 15:17:38 Removing intermediate container 5f46efd3b78c 15:17:38 ---> 96a2b6961559 15:17:38 Step 25/26 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:17:38 ---> Running in f6fcb6400a2e 15:17:40 Removing intermediate container f6fcb6400a2e 15:17:40 ---> 4576753363fc 15:17:40 Step 26/26 : LABEL version=0.0.0 15:17:40 ---> Running in be776631b0f7 15:17:42 Removing intermediate container be776631b0f7 15:17:42 ---> 9317a9e8a837 15:17:42 15:17:43 Successfully built 9317a9e8a837 15:17:43 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:17:43 Building docker-core-metadata-go 15:18:05  Building docker-sys-mgmt-agent-go ... done  ---> 03378634c417 15:18:05 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:18:05 ---> Running in 830f8c69c596 15:18:06 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 15:18:17 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:18:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:18:17 ---> 447081f80b7f 15:18:17 Step 3/21 : WORKDIR /edgex-go 15:18:17 ---> Using cache 15:18:17 ---> 70b1553c47a6 15:18:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:18:17 ---> Using cache 15:18:17 ---> 524f4e7c9e68 15:18:17 Step 5/21 : RUN apk update && apk add make git 15:18:17 ---> Using cache 15:18:17 ---> 5b7e99a0582b 15:18:17 Step 6/21 : COPY go.mod . 15:18:17 ---> Using cache 15:18:17 ---> 8a91a1331f7f 15:18:17 Step 7/21 : RUN go mod download 15:18:17 ---> Using cache 15:18:17 ---> c35b544693e8 15:18:17 Step 8/21 : COPY . . 15:18:17 ---> Using cache 15:18:17 ---> 33b56005adb5 15:18:17 Step 9/21 : RUN make cmd/core-metadata/core-metadata 15:18:17 ---> Running in 44c4c14d538d 15:18:20 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 15:18:30 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 15:18:40 Removing intermediate container ca041a686b3b 15:18:40 ---> e1a912f916fe 15:18:40 15:18:40 Step 10/20 : FROM alpine 15:18:40 ---> 62ee0e9f8440 15:18:40 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:18:40 ---> Running in 49a1ca8ef7a8 15:18:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:18:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:18:43 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:18:43 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:18:43 OK: 12620 distinct packages available 15:18:43 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 15:18:44 (1/4) Installing ca-certificates (20191127-r4) 15:18:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:18:44 (3/4) Installing libcurl (7.69.1-r0) 15:18:44 (4/4) Installing curl (7.69.1-r0) 15:18:44 Executing busybox-1.31.1-r16.trigger 15:18:44 Executing ca-certificates-20191127-r4.trigger 15:18:44 OK: 7 MiB in 18 packages 15:18:46 Removing intermediate container 49a1ca8ef7a8 15:18:46 ---> 1294e08b6540 15:18:46 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:18:46 ---> Running in 680fd816a414 15:18:47 Removing intermediate container 680fd816a414 15:18:47 ---> 061083fd1a5c 15:18:47 Step 13/20 : WORKDIR /edgex 15:18:47 ---> Running in b32cf3277e8a 15:18:48 Removing intermediate container b32cf3277e8a 15:18:48 ---> 278b2cf76586 15:18:48 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:18:49 ---> ca2b1ab48bf4 15:18:49 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:18:51 ---> f4c02b2df3de 15:18:51 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:18:51 ---> Running in 673a54a8052e 15:18:51 Removing intermediate container 673a54a8052e 15:18:51 ---> e03b6c308477 15:18:51 Step 17/20 : CMD ["--init=true"] 15:18:52 ---> Running in 2f1f4c630fd4 15:18:52 Removing intermediate container 2f1f4c630fd4 15:18:52 ---> 2766a49662ff 15:18:52 Step 18/20 : LABEL arch=arm64 15:18:52 ---> Running in 41e7a128a7e1 15:18:53 Removing intermediate container 41e7a128a7e1 15:18:53 ---> 5802e617592d 15:18:53 Step 19/20 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:18:53 ---> Running in 2ede2508e652 15:18:54 Removing intermediate container 2ede2508e652 15:18:54 ---> 4c902975420b 15:18:54 Step 20/20 : LABEL version=0.0.0 15:18:54 ---> Running in 8d31a783010c 15:18:55 Removing intermediate container 8d31a783010c 15:18:55 ---> 473abfd95ad9 15:18:55 15:18:56 Successfully built 473abfd95ad9 15:18:56 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:18:59  Building docker-security-proxy-setup-go ... done Removing intermediate container 36df372d5c5d 15:18:59 ---> d87a74385f1f 15:18:59 15:18:59 Step 10/26 : FROM alpine:3.10 15:18:59 3.10: Pulling from library/alpine 15:19:01 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:19:01 Status: Downloaded newer image for alpine:3.10 15:19:01 ---> 536a684cf733 15:19:01 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:19:01 ---> Running in 12823b05d9fe 15:19:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 15:19:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 15:19:04 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:19:04 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:19:04 OK: 10167 distinct packages available 15:19:05 (1/5) Installing ca-certificates (20191127-r2) 15:19:05 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:19:05 (3/5) Installing libcurl (7.66.0-r0) 15:19:05 (4/5) Installing curl (7.66.0-r0) 15:19:05 (5/5) Installing dumb-init (1.2.2-r1) 15:19:05 Executing busybox-1.30.1-r3.trigger 15:19:05 Executing ca-certificates-20191127-r2.trigger 15:19:05 OK: 7 MiB in 19 packages 15:19:08 Removing intermediate container 12823b05d9fe 15:19:08 ---> 63930617b544 15:19:08 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:19:08 ---> Running in 123c44822627 15:19:08 Removing intermediate container 123c44822627 15:19:08 ---> 1524900c2043 15:19:08 Step 13/26 : WORKDIR / 15:19:09 ---> Running in c0decaa4303d 15:19:09 Removing intermediate container c0decaa4303d 15:19:09 ---> 004c727c91b4 15:19:09 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:19:11 ---> 36a99d30018d 15:19:11 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:19:12 ---> f066c4b3ce1b 15:19:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:19:13 ---> 641b97597639 15:19:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 15:19:14 ---> 342f9df4224f 15:19:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:19:16 ---> d28e51d725c5 15:19:16 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:19:17 ---> 8d47cdf3383d 15:19:17 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 15:19:19 ---> f0a81b9d1380 15:19:19 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:19:20 ---> 1897820e26b5 15:19:20 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:19:21 ---> Running in e3ee47db3c57 15:19:25 Removing intermediate container 830f8c69c596 15:19:25 ---> 504e58b95077 15:19:25 15:19:25 Step 9/29 : FROM alpine:latest 15:19:25 ---> 62ee0e9f8440 15:19:25 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:19:26 ---> Running in 50d583ecd3d5 15:19:26 Removing intermediate container e3ee47db3c57 15:19:26 ---> 72247afa0d55 15:19:26 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 15:19:26 ---> Running in 6b8abd4e0118 15:19:26 Removing intermediate container 50d583ecd3d5 15:19:26 ---> a2b64293b604 15:19:26 Step 11/29 : USER root 15:19:26 Removing intermediate container 94530d2a2487 15:19:26 ---> 07984dfdbe07 15:19:26 15:19:26 Step 10/21 : FROM scratch 15:19:26 ---> 15:19:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:19:27 ---> Running in cbd88f1e4a4d 15:19:27 ---> Using cache 15:19:27 ---> 3c0f35e6f969 15:19:27 Step 12/21 : ENV APP_PORT=48082 15:19:27 ---> Running in 2fefe6a32a5a 15:19:27 Removing intermediate container 6b8abd4e0118 15:19:27 ---> 43f884773340 15:19:27 Step 24/26 : LABEL arch=arm64 15:19:27 ---> Running in d9db68b74281 15:19:27 Removing intermediate container cbd88f1e4a4d 15:19:27 ---> 6793daaeff5e 15:19:27 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:19:27 ---> Running in 667fa2c23c54 15:19:28 Removing intermediate container 2fefe6a32a5a 15:19:28 ---> 95689568b42e 15:19:28 Step 13/21 : EXPOSE $APP_PORT 15:19:28 ---> Running in 379c71335aeb 15:19:28 Removing intermediate container d9db68b74281 15:19:28 ---> 4870c3bcfbc2 15:19:28 Step 25/26 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:19:28 ---> Running in 1e9b36dbd02e 15:19:29 Removing intermediate container 379c71335aeb 15:19:29 ---> 5a6327cd974b 15:19:29 Step 14/21 : WORKDIR / 15:19:29 ---> Running in 9e6352556aed 15:19:30 Removing intermediate container 1e9b36dbd02e 15:19:30 ---> b93b50bda3ce 15:19:30 Step 26/26 : LABEL version=0.0.0 15:19:30 ---> Running in a7d19268dcb1 15:19:30 Removing intermediate container 9e6352556aed 15:19:30 ---> ae6114ae87e4 15:19:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:19:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:19:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:19:30 Removing intermediate container a7d19268dcb1 15:19:30 ---> 58fa761d6caa 15:19:30 15:19:31 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:19:31 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:19:31 OK: 12620 distinct packages available 15:19:31 Successfully built 58fa761d6caa 15:19:31 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:19:31  Building docker-security-secretstore-setup-go ... done  ---> a69e7be69312 15:19:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:19:32 (1/2) Installing ca-certificates (20191127-r4) 15:19:32 (2/2) Installing dumb-init (1.2.2-r1) 15:19:32 Executing busybox-1.31.1-r16.trigger 15:19:32 Executing ca-certificates-20191127-r4.trigger 15:19:32 OK: 6 MiB in 16 packages 15:19:33 ---> a952603ecc23 15:19:33 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:19:34 Removing intermediate container 667fa2c23c54 15:19:34 ---> 7aaa4a8123d0 15:19:34 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:19:34 ---> 89b731f1838a 15:19:34 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:19:34 ---> Running in 58280f6679fc 15:19:34 ---> Running in 77a249d660c4 15:19:35 Removing intermediate container 58280f6679fc 15:19:35 ---> 1d5f0d9cac64 15:19:35 Step 14/29 : WORKDIR $BASE_DIR 15:19:35 ---> Running in 4a047117f6e2 15:19:35 Removing intermediate container 77a249d660c4 15:19:35 ---> d15c08c1b288 15:19:35 Step 19/21 : LABEL arch=arm64 15:19:35 ---> Running in 3d3563261ce5 15:19:36 Removing intermediate container 4a047117f6e2 15:19:36 ---> cbb667bda7f6 15:19:36 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:19:36 ---> Running in 64d6a7f0df37 15:19:36 Removing intermediate container 3d3563261ce5 15:19:36 ---> d86056bbdcbe 15:19:36 Step 20/21 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:19:36 ---> Running in b5068042736c 15:19:36 Removing intermediate container b5068042736c 15:19:36 ---> 9fd4c96c72f4 15:19:36 Step 21/21 : LABEL version=0.0.0 15:19:37 ---> Running in aa42d913a9b5 15:19:37 Removing intermediate container aa42d913a9b5 15:19:37 ---> dfe93ed5cc02 15:19:37 15:19:38 Successfully built dfe93ed5cc02 15:19:38 Successfully tagged docker-core-command-go-arm64:latest 15:19:38  Building docker-core-command-go ... done Removing intermediate container 64d6a7f0df37 15:19:38 ---> 79a21cbb3b6c 15:19:38 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:19:40 ---> 331b0c2f61e8 15:19:40 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:19:41 ---> 38dbf1dc9023 15:19:41 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:19:42 ---> eb2e64cdd33d 15:19:42 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:19:43 ---> 37f94e4416cb 15:19:43 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:19:43 Removing intermediate container 44c4c14d538d 15:19:43 ---> d3762d67655e 15:19:43 15:19:43 Step 10/21 : FROM scratch 15:19:43 ---> 15:19:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:19:43 ---> Using cache 15:19:43 ---> 3c0f35e6f969 15:19:43 Step 12/21 : ENV APP_PORT=48081 15:19:43 ---> Running in f3ab7ccbf724 15:19:43 Removing intermediate container f3ab7ccbf724 15:19:43 ---> 7431d0778cd2 15:19:43 Step 13/21 : EXPOSE $APP_PORT 15:19:43 ---> 0200350454e4 15:19:43 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:19:44 ---> Running in de8ad88199a6 15:19:44 ---> Running in 05c4b3d00f6e 15:19:44 Removing intermediate container de8ad88199a6 15:19:44 ---> e11b06325a09 15:19:44 Step 14/21 : WORKDIR / 15:19:44 ---> Running in 1f538a3d3b28 15:19:44 Removing intermediate container 1f538a3d3b28 15:19:44 ---> 7c5a2ebe8a54 15:19:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:19:45 ---> 6be77d10d647 15:19:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:19:46 Removing intermediate container 05c4b3d00f6e 15:19:46 ---> f5ebee18f36d 15:19:46 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:19:47 ---> 3247ec9fc1f2 15:19:47 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:19:47 ---> ea6914804381 15:19:47 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:19:47 ---> Running in 24cf1f1a9d91 15:19:48 ---> 83052fab1d73 15:19:48 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:19:48 ---> Running in cd43d4fc1716 15:19:48 Removing intermediate container cd43d4fc1716 15:19:48 ---> 7fd03723c48a 15:19:48 Step 19/21 : LABEL arch=arm64 15:19:48 ---> Running in 00287a0a3299 15:19:49 Removing intermediate container 00287a0a3299 15:19:49 ---> 1f5853b9b1f7 15:19:49 Step 20/21 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:19:49 ---> Running in 7b313bfcec07 15:19:49 Removing intermediate container 7b313bfcec07 15:19:49 ---> 4c2288d35b5c 15:19:49 Step 21/21 : LABEL version=0.0.0 15:19:49 ---> Running in 7f933f09c800 15:19:50 Removing intermediate container 7f933f09c800 15:19:50 ---> 98436d838467 15:19:50 15:19:50 Removing intermediate container 24cf1f1a9d91 15:19:50 ---> 626f990406f9 15:19:50 Step 24/29 : RUN chmod 755 security-secrets-setup 15:19:50 ---> Running in 178509a8abca 15:19:50 Successfully built 98436d838467 15:19:50 Successfully tagged docker-core-metadata-go-arm64:latest 15:19:53  Building docker-core-metadata-go ... done Removing intermediate container 178509a8abca 15:19:53 ---> 242b2588d05c 15:19:53 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:19:53 ---> Running in 53ea746c435f 15:19:53 Removing intermediate container 53ea746c435f 15:19:53 ---> 69b543c3cbc1 15:19:53 Step 26/29 : CMD [ "generate" ] 15:19:53 ---> Running in d3c0bd654397 15:19:54 Removing intermediate container d3c0bd654397 15:19:54 ---> 74ac7370c2e9 15:19:54 Step 27/29 : LABEL arch=arm64 15:19:54 ---> Running in 5744513e3d51 15:19:54 Removing intermediate container 5744513e3d51 15:19:54 ---> 1ddaefa889f7 15:19:54 Step 28/29 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca 15:19:54 ---> Running in 23604b25bc69 15:19:55 Removing intermediate container 23604b25bc69 15:19:55 ---> e03343bba1e8 15:19:55 Step 29/29 : LABEL version=0.0.0 15:19:55 ---> Running in e87363f04fbf 15:19:56 Removing intermediate container e87363f04fbf 15:19:56 ---> b0e88d66e93f 15:19:56 15:19:56 Successfully built b0e88d66e93f 15:19:56 Successfully tagged docker-security-secrets-setup-go-arm64:latest 15:19:56  Building docker-security-secrets-setup-go ... done  [Pipeline] } 15:19:56 $ docker stop --time=1 64511bb3fc9f5f4e597cfb2052bba51a412e058d93b55f5af70b05458a76680b 15:19:58 $ docker rm -f 64511bb3fc9f5f4e597cfb2052bba51a412e058d93b55f5af70b05458a76680b [Pipeline] // withDockerContainer [Pipeline] sh 15:19:59 + grep docker 15:19:59 + docker images 15:19:59 docker-security-secrets-setup-go-arm64 latest b0e88d66e93f 4 seconds ago 24.2MB 15:19:59 docker-core-metadata-go-arm64 latest 98436d838467 9 seconds ago 13.8MB 15:19:59 docker-core-command-go-arm64 latest dfe93ed5cc02 22 seconds ago 12.4MB 15:19:59 docker-security-secretstore-setup-go-arm64 latest 58fa761d6caa 29 seconds ago 32.6MB 15:19:59 docker-security-proxy-setup-go-arm64 latest 473abfd95ad9 About a minute ago 15.8MB 15:19:59 docker-sys-mgmt-agent-go-arm64 latest 9317a9e8a837 2 minutes ago 266MB 15:19:59 docker-core-data-go-arm64 latest 5218dec20719 3 minutes ago 22.6MB 15:19:59 docker-support-notifications-go-arm64 latest ac0ca2275090 3 minutes ago 13.9MB 15:19:59 docker-support-scheduler-go-arm64 latest 3e35ba820900 3 minutes ago 12.6MB 15:19:59 docker-support-logging-go-arm64 latest 7797b55fa24b 4 minutes ago 11.4MB 15:19:59 docker latest ce9d55ae87f1 3 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 15:20:01 provisioning config files... 15:20:01 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4058669819349227789tmp [Pipeline] { [Pipeline] sh 15:20:01 + curl -s https://codecov.io/bash 15:20:01 + bash -s - -t @/w/workspace/edgex-go/4@tmp/config4058669819349227789tmp [Pipeline] } 15:20:02 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 15:20:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:20:04 ---> package-listing.sh 15:20:04 ++ facter osfamily 15:20:04 ++ tr '[:upper:]' '[:lower:]' 15:20:04 + OS_FAMILY=redhat 15:20:04 + workspace=/w/workspace/edgex-go/4 15:20:04 + START_PACKAGES=/tmp/packages_start.txt 15:20:04 + END_PACKAGES=/tmp/packages_end.txt 15:20:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:20:04 + PACKAGES=/tmp/packages_start.txt 15:20:04 + '[' /w/workspace/edgex-go/4 ']' 15:20:04 + PACKAGES=/tmp/packages_end.txt 15:20:04 + case "${OS_FAMILY}" in 15:20:04 + rpm -qa 15:20:04 + sort 15:20:08 + '[' -f /tmp/packages_start.txt ']' 15:20:08 + '[' -f /tmp/packages_end.txt ']' 15:20:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:20:08 + '[' /w/workspace/edgex-go/4 ']' 15:20:08 + mkdir -p /w/workspace/edgex-go/4/archives/ 15:20:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] isUnix [Pipeline] sh 15:20:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:20:09 15:20:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:20:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:20:09 alpine: Pulling from edgex-lftools-log-publisher 15:20:09 c9b1b535fdd9: Pulling fs layer 15:20:09 2cc5ad85d9ab: Pulling fs layer 15:20:09 756a868c4378: Pulling fs layer 15:20:09 444b2fc9a129: Pulling fs layer 15:20:09 ea15f1150254: Pulling fs layer 15:20:09 41b27a9f41bf: Pulling fs layer 15:20:09 28c525ee5125: Pulling fs layer 15:20:09 094b1ea09ed8: Pulling fs layer 15:20:09 138eaada9080: Pulling fs layer 15:20:09 0622d0fa9048: Pulling fs layer 15:20:09 444b2fc9a129: Waiting 15:20:09 ea15f1150254: Waiting 15:20:09 41b27a9f41bf: Waiting 15:20:09 28c525ee5125: Waiting 15:20:09 094b1ea09ed8: Waiting 15:20:09 138eaada9080: Waiting 15:20:09 0622d0fa9048: Waiting 15:20:09 2cc5ad85d9ab: Verifying Checksum 15:20:09 2cc5ad85d9ab: Download complete 15:20:09 444b2fc9a129: Verifying Checksum 15:20:09 444b2fc9a129: Download complete 15:20:09 c9b1b535fdd9: Verifying Checksum 15:20:09 c9b1b535fdd9: Download complete 15:20:09 ea15f1150254: Verifying Checksum 15:20:09 ea15f1150254: Download complete 15:20:10 28c525ee5125: Verifying Checksum 15:20:10 28c525ee5125: Download complete 15:20:10 756a868c4378: Verifying Checksum 15:20:10 756a868c4378: Download complete 15:20:10 138eaada9080: Verifying Checksum 15:20:10 138eaada9080: Download complete 15:20:10 094b1ea09ed8: Verifying Checksum 15:20:10 094b1ea09ed8: Download complete 15:20:10 0622d0fa9048: Verifying Checksum 15:20:10 0622d0fa9048: Download complete 15:20:10 c9b1b535fdd9: Pull complete 15:20:10 2cc5ad85d9ab: Pull complete 15:20:10 41b27a9f41bf: Verifying Checksum 15:20:10 41b27a9f41bf: Download complete 15:20:12 756a868c4378: Pull complete 15:20:12 444b2fc9a129: Pull complete 15:20:12 ea15f1150254: Pull complete 15:20:19 41b27a9f41bf: Pull complete 15:20:19 28c525ee5125: Pull complete 15:20:20 094b1ea09ed8: Pull complete 15:20:21 138eaada9080: Pull complete 15:20:21 0622d0fa9048: Pull complete 15:20:21 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 15:20:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:20:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:20:21 prd-centos7-docker-4c-2g-594 does not seem to be running inside a container 15:20:21 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:20:27 $ docker top 85141939448d81351895c0fb8379a930f119b30f1ca57448e1887106182b0c91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:20:27 provisioning config files... 15:20:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config8673223817154746698tmp [Pipeline] { [Pipeline] echo 15:20:27 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:20:28 ---> create-netrc.sh [Pipeline] echo 15:20:28 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:20:28 ---> logs-deploy.sh 15:20:28 + ARCHIVE_ARTIFACTS= 15:20:28 + LOGS_SERVER=https://logs.edgexfoundry.org 15:20:28 + '[' https://logs.edgexfoundry.org == None ']' 15:20:28 + NEXUS_URL=https://nexus.edgexfoundry.org 15:20:28 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2634/4 15:20:28 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2634/4/ 15:20:28 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2634/4 /w/workspace/edgex-go/4 15:20:29 Archives upload complete. 15:20:29 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2634/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2634/4/