Pull request #2597 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 04784571c64111dd2069565982d29e4bcbbafa66 rather than 99930eaf02f5bc0ae639f7713b87cc3a27038f99 Obtained Jenkinsfile from 04784571c64111dd2069565982d29e4bcbbafa66 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1217 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # 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/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 99930eaf02f5bc0ae639f7713b87cc3a27038f99 Merge succeeded, producing 99930eaf02f5bc0ae639f7713b87cc3a27038f99 Checking out Revision 99930eaf02f5bc0ae639f7713b87cc3a27038f99 (PR-2597) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # 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/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99930eaf02f5bc0ae639f7713b87cc3a27038f99 # 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 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99930eaf02f5bc0ae639f7713b87cc3a27038f99 # timeout=10 Commit message: "fix(metadata): Refactor deviceProfile JSON and YAML POST API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:10:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:10:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:10:04 ========================================================= 06:10:04 EdgeX Global Pipelines Version Info 06:10:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b26810b697a2588f0020e797981a496435614a5f # timeout=10 06:10:06 ------------------- 06:10:06 stable info: 06:10:06 ------------------- 06:10:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:10:06 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 06:10:06 Message: update stable to v1.0.106 06:10:07 ------------------- 06:10:07 experimental info: 06:10:07 ------------------- 06:10:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:10:07 Commit SHA: 30a0a69b1d8223a6590fc13400a32918a7eece87 06:10:07 Message: update experimental to v1.0.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 06:10:08 ++ 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 06:10:08 + for file in '`ls cmd/**/Dockerfile`' 06:10:08 ++ dirname cmd/core-command/Dockerfile 06:10:08 ++ cut -d/ -f2 06:10:08 + echo core-command,cmd/core-command/Dockerfile 06:10:08 + for file in '`ls cmd/**/Dockerfile`' 06:10:08 ++ dirname cmd/core-data/Dockerfile 06:10:08 ++ cut -d/ -f2 06:10:08 + echo core-data,cmd/core-data/Dockerfile 06:10:08 + for file in '`ls cmd/**/Dockerfile`' 06:10:08 ++ dirname cmd/core-metadata/Dockerfile 06:10:08 ++ cut -d/ -f2 06:10:08 + echo core-metadata,cmd/core-metadata/Dockerfile 06:10:08 + for file in '`ls cmd/**/Dockerfile`' 06:10:08 ++ dirname cmd/security-proxy-setup/Dockerfile 06:10:08 ++ cut -d/ -f2 06:10:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:10:08 + for file in '`ls cmd/**/Dockerfile`' 06:10:08 ++ dirname cmd/security-secrets-setup/Dockerfile 06:10:08 ++ cut -d/ -f2 06:10:08 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 06:10:08 + for file in '`ls cmd/**/Dockerfile`' 06:10:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:10:08 ++ cut -d/ -f2 06:10:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:10:08 + for file in '`ls cmd/**/Dockerfile`' 06:10:08 ++ dirname cmd/support-logging/Dockerfile 06:10:08 ++ cut -d/ -f2 06:10:08 + echo support-logging,cmd/support-logging/Dockerfile 06:10:08 + for file in '`ls cmd/**/Dockerfile`' 06:10:08 ++ dirname cmd/support-notifications/Dockerfile 06:10:08 ++ cut -d/ -f2 06:10:08 + echo support-notifications,cmd/support-notifications/Dockerfile 06:10:08 + for file in '`ls cmd/**/Dockerfile`' 06:10:08 ++ dirname cmd/support-scheduler/Dockerfile 06:10:08 ++ cut -d/ -f2 06:10:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:10:08 + for file in '`ls cmd/**/Dockerfile`' 06:10:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:10:08 ++ cut -d/ -f2 06:10:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:10:08 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 06:10:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:09 06:10:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:10:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:10 latest: Pulling from edgex-devops/git-semver 06:10:10 31603596830f: Pulling fs layer 06:10:10 2a8b12db71e7: Pulling fs layer 06:10:10 6ca5941a6612: Pulling fs layer 06:10:10 ecc8261a40a4: Pulling fs layer 06:10:10 ecc8261a40a4: Waiting 06:10:10 2a8b12db71e7: Verifying Checksum 06:10:10 2a8b12db71e7: Download complete 06:10:10 31603596830f: Verifying Checksum 06:10:10 31603596830f: Download complete 06:10:10 ecc8261a40a4: Verifying Checksum 06:10:10 ecc8261a40a4: Download complete 06:10:10 6ca5941a6612: Verifying Checksum 06:10:10 6ca5941a6612: Download complete 06:10:10 31603596830f: Pull complete 06:10:10 2a8b12db71e7: Pull complete 06:10:11 6ca5941a6612: Pull complete 06:10:11 ecc8261a40a4: Pull complete 06:10:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:10:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:10:11 prd-centos7-docker-4c-2g-1217 does not seem to be running inside a container 06:10:11 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:10004/edgex-devops/git-semver:latest cat 06:10:14 $ docker top 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:10:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:10:14 [ssh-agent] Looking for ssh-agent implementation... 06:10:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:10:14 $ docker exec 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 ssh-agent 06:10:14 SSH_AUTH_SOCK=/tmp/ssh-vClYqG4o8Fn5/agent.12 06:10:14 SSH_AGENT_PID=17 06:10:14 Running ssh-add (command line suppressed) 06:10:15 Identity added: /w/workspace/edgex-go/18@tmp/private_key_8842290889154282493.key (/w/workspace/edgex-go/18@tmp/private_key_8842290889154282493.key) 06:10:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:10:15 + git describe --exact-match --tags HEAD 06:10:15 fatal: No names found, cannot describe anything. [Pipeline] } 06:10:15 $ docker exec --env ******** --env ******** 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 ssh-agent -k 06:10:15 unset SSH_AUTH_SOCK; 06:10:15 unset SSH_AGENT_PID; 06:10:15 echo Agent pid 17 killed; 06:10:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:10:15 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:10:15 This usually means this commit has not been tagged. [Pipeline] sshagent 06:10:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:10:15 [ssh-agent] Looking for ssh-agent implementation... 06:10:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:10:15 $ docker exec 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 ssh-agent 06:10:16 SSH_AUTH_SOCK=/tmp/ssh-S83Pb1ymWHQu/agent.46 06:10:16 SSH_AGENT_PID=51 06:10:16 Running ssh-add (command line suppressed) 06:10:16 Identity added: /w/workspace/edgex-go/18@tmp/private_key_1054620301972257459.key (/w/workspace/edgex-go/18@tmp/private_key_1054620301972257459.key) 06:10:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:10:16 + git semver init 06:10:16 # -> Open(): unable to determine branch for HEAD 06:10:16 # $GIT_DIR = /w/workspace/edgex-go/18/.git 06:10:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/18 06:10:16 # $SEMVER_REMOTE_NAME = origin 06:10:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:10:16 # $SEMVER_USER_NAME = edgex-jenkins 06:10:16 # $SEMVER_BRANCH = PR-2597 06:10:16 # $SEMVER_TEMP = /tmp/semver-989436615 06:10:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:10:34 # '/tmp/semver-989436615' -> '/w/workspace/edgex-go/18/.semver' 06:10:34 # -> Force: false 06:10:34 # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } 06:10:34 $ docker exec --env ******** --env ******** 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 ssh-agent -k 06:10:35 unset SSH_AUTH_SOCK; 06:10:35 unset SSH_AGENT_PID; 06:10:35 echo Agent pid 51 killed; 06:10:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:10:35 + git semver [Pipeline] } 06:10:35 $ docker stop --time=1 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 06:10:37 $ docker rm -f 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:10:50 Stashed 25 file(s) [Pipeline] echo 06:10:50 [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 06:10:51 ========================================================= 06:10:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 06:10:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:10:51 + 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 . 06:10:54 Sending build context to Docker daemon 323.2MB 06:10:54 Step 1/7 : ARG BASE=golang:1.13-alpine 06:10:54 Step 2/7 : FROM ${BASE} 06:10:54 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 06:10:54 df20fa9351a1: Pulling fs layer 06:10:54 ed8968b2872e: Pulling fs layer 06:10:54 a92cc7c5fd73: Pulling fs layer 06:10:54 2dd03ba5bac4: Pulling fs layer 06:10:54 1e091d79d1de: Pulling fs layer 06:10:54 481702a1767f: Pulling fs layer 06:10:54 f64a6f60c768: Pulling fs layer 06:10:54 e78d2573fc39: Pulling fs layer 06:10:54 e876d2f968b6: Pulling fs layer 06:10:54 ce8a83651883: Pulling fs layer 06:10:54 07967f4d0e4b: Pulling fs layer 06:10:54 f64a6f60c768: Waiting 06:10:54 2dd03ba5bac4: Waiting 06:10:54 e78d2573fc39: Waiting 06:10:54 e876d2f968b6: Waiting 06:10:54 1e091d79d1de: Waiting 06:10:54 481702a1767f: Waiting 06:10:54 07967f4d0e4b: Waiting 06:10:54 ce8a83651883: Waiting 06:10:54 a92cc7c5fd73: Verifying Checksum 06:10:54 a92cc7c5fd73: Download complete 06:10:54 ed8968b2872e: Download complete 06:10:54 1e091d79d1de: Verifying Checksum 06:10:54 1e091d79d1de: Download complete 06:10:54 481702a1767f: Verifying Checksum 06:10:54 481702a1767f: Download complete 06:10:54 df20fa9351a1: Verifying Checksum 06:10:54 df20fa9351a1: Download complete 06:10:55 df20fa9351a1: Pull complete 06:10:55 ed8968b2872e: Pull complete 06:10:56 a92cc7c5fd73: Pull complete 06:10:56 f64a6f60c768: Verifying Checksum 06:10:56 f64a6f60c768: Download complete 06:10:56 e876d2f968b6: Verifying Checksum 06:10:56 e876d2f968b6: Download complete 06:10:56 2dd03ba5bac4: Verifying Checksum 06:10:56 2dd03ba5bac4: Download complete 06:10:56 e78d2573fc39: Verifying Checksum 06:10:56 e78d2573fc39: Download complete 06:10:56 07967f4d0e4b: Verifying Checksum 06:10:56 07967f4d0e4b: Download complete 06:10:57 ce8a83651883: Verifying Checksum 06:10:57 ce8a83651883: Download complete 06:11:03 2dd03ba5bac4: Pull complete 06:11:03 1e091d79d1de: Pull complete 06:11:03 481702a1767f: Pull complete 06:11:06 Still waiting to schedule task 06:11:06 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:11:08 f64a6f60c768: Pull complete 06:11:11 e78d2573fc39: Pull complete 06:11:11 e876d2f968b6: Pull complete 06:11:12 ce8a83651883: Pull complete 06:11:12 07967f4d0e4b: Pull complete 06:11:12 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 06:11:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 06:11:12 ---> 5d7c900382c6 06:11:12 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 06:11:13 ---> Running in 90ebffb0a1d2 06:11:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:11:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:11:15 (1/12) Installing libmagic (5.38-r0) 06:11:15 (2/12) Installing file (5.38-r0) 06:11:16 (3/12) Installing libc-dev (0.7.2-r3) 06:11:16 (4/12) Installing g++ (9.3.0-r2) 06:11:22 (5/12) Installing fortify-headers (1.1-r0) 06:11:22 (6/12) Installing patch (2.7.6-r6) 06:11:22 (7/12) Installing build-base (0.5-r2) 06:11:23 (8/12) Installing libsodium (1.0.18-r0) 06:11:23 (9/12) Installing pkgconf (1.7.2-r0) 06:11:23 (10/12) Installing libsodium-dev (1.0.18-r0) 06:11:23 (11/12) Installing libzmq (4.3.2-r0) 06:11:23 (12/12) Installing zeromq-dev (4.3.2-r0) 06:11:23 Executing busybox-1.31.1-r16.trigger 06:11:23 OK: 233 MiB in 51 packages 06:11:27 Removing intermediate container 90ebffb0a1d2 06:11:27 ---> 073e2d4100e6 06:11:27 Step 4/7 : WORKDIR /edgex-go 06:11:27 ---> Running in e172f2b70b97 06:11:27 Removing intermediate container e172f2b70b97 06:11:27 ---> a8fc8745ad27 06:11:27 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:11:27 latest: Pulling from library/docker 06:11:27 df20fa9351a1: Already exists 06:11:27 25ad7478873d: Pulling fs layer 06:11:27 4684f6177b5d: Pulling fs layer 06:11:27 46e300cec669: Pulling fs layer 06:11:27 63038576ad94: Pulling fs layer 06:11:27 0fdb76c4706c: Pulling fs layer 06:11:27 cb7edeffdfd5: Pulling fs layer 06:11:27 63038576ad94: Waiting 06:11:27 0fdb76c4706c: Waiting 06:11:27 cb7edeffdfd5: Waiting 06:11:28 4684f6177b5d: Verifying Checksum 06:11:28 4684f6177b5d: Download complete 06:11:28 25ad7478873d: Verifying Checksum 06:11:28 25ad7478873d: Download complete 06:11:28 63038576ad94: Verifying Checksum 06:11:28 63038576ad94: Download complete 06:11:28 0fdb76c4706c: Verifying Checksum 06:11:28 0fdb76c4706c: Download complete 06:11:28 cb7edeffdfd5: Verifying Checksum 06:11:28 cb7edeffdfd5: Download complete 06:11:28 25ad7478873d: Pull complete 06:11:28 4684f6177b5d: Pull complete 06:11:29 46e300cec669: Verifying Checksum 06:11:29 46e300cec669: Download complete 06:11:31 46e300cec669: Pull complete 06:11:31 63038576ad94: Pull complete 06:11:31 0fdb76c4706c: Pull complete 06:11:31 cb7edeffdfd5: Pull complete 06:11:31 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 06:11:31 Status: Downloaded newer image for docker:latest 06:11:33 ---> 0a899b8645a1 06:11:33 Step 6/7 : COPY go.mod . 06:11:33 ---> 79f170898660 06:11:33 Step 7/7 : RUN go mod download 06:11:33 ---> Running in eaee618d935e 06:11:35 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:11:35 go: finding github.com/BurntSushi/toml v0.3.1 06:11:35 go: finding github.com/OneOfOne/xxhash v1.2.5 06:11:36 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:11:36 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:11:36 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:11:36 go: finding github.com/bgentry/speakeasy v0.1.0 06:11:36 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:11:36 go: finding github.com/cloudflare/gokey v0.1.0 06:11:36 go: finding github.com/davecgh/go-spew v1.1.1 06:11:36 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 06:11:36 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 06:11:36 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:11:36 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:11:36 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:11:36 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 06:11:36 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 06:11:36 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 06:11:36 go: finding github.com/fatih/color v1.7.0 06:11:36 go: finding github.com/fsnotify/fsnotify v1.4.7 06:11:36 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:11:36 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 06:11:36 go: finding github.com/go-kit/kit v0.8.0 06:11:36 go: finding github.com/go-logfmt/logfmt v0.4.0 06:11:36 go: finding github.com/go-redis/redis/v7 v7.2.0 06:11:36 go: finding github.com/go-stack/stack v1.8.0 06:11:36 go: finding github.com/golang/protobuf v1.3.2 06:11:36 go: finding github.com/gomodule/redigo v2.0.0+incompatible 06:11:36 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:11:36 go: finding github.com/google/uuid v1.1.0 06:11:36 go: finding github.com/gorilla/mux v1.7.1 06:11:36 go: finding github.com/hashicorp/consul/api v1.1.0 06:11:36 go: finding github.com/hashicorp/consul/sdk v0.1.1 06:11:36 go: finding github.com/hashicorp/errwrap v1.0.0 06:11:36 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:11:36 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:11:36 go: finding github.com/hashicorp/go-msgpack v0.5.3 06:11:36 go: finding github.com/hashicorp/go-multierror v1.0.0 06:11:36 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:11:36 go: finding github.com/hashicorp/go-sockaddr v1.0.0 06:11:36 go: finding github.com/hashicorp/go-syslog v1.0.0 06:11:36 go: finding github.com/hashicorp/go-uuid v1.0.1 06:11:36 go: finding github.com/hashicorp/go.net v0.0.1 06:11:36 go: finding github.com/hashicorp/golang-lru v0.5.0 06:11:36 go: finding github.com/hashicorp/logutils v1.0.0 06:11:36 go: finding github.com/hashicorp/mdns v1.0.0 06:11:36 go: finding github.com/hashicorp/memberlist v0.1.3 06:11:36 go: finding github.com/hashicorp/serf v0.8.2 06:11:36 go: finding github.com/hpcloud/tail v1.0.0 06:11:36 go: finding github.com/imdario/mergo v0.3.6 06:11:37 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:11:37 go: finding github.com/kr/pretty v0.1.0 06:11:37 go: finding github.com/kr/pty v1.1.1 06:11:37 go: finding github.com/kr/text v0.1.0 06:11:37 go: finding github.com/mattn/go-colorable v0.0.9 06:11:37 go: finding github.com/mattn/go-isatty v0.0.3 06:11:37 go: finding github.com/miekg/dns v1.0.14 06:11:37 go: finding github.com/mitchellh/cli v1.0.0 06:11:37 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:11:37 go: finding github.com/mitchellh/copystructure v1.0.0 06:11:37 go: finding github.com/mitchellh/go-homedir v1.0.0 06:11:37 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:11:37 go: finding github.com/mitchellh/gox v0.4.0 06:11:37 go: finding github.com/mitchellh/iochan v1.0.0 06:11:37 go: finding github.com/mitchellh/mapstructure v1.1.2 06:11:37 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:11:37 go: finding github.com/onsi/ginkgo v1.10.1 06:11:37 go: finding github.com/onsi/gomega v1.7.0 06:11:37 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 06:11:37 go: finding github.com/pebbe/zmq4 v1.0.0 06:11:37 go: finding github.com/pelletier/go-toml v1.2.0 06:11:37 go: finding github.com/pkg/errors v0.8.1 06:11:37 go: finding github.com/pmezard/go-difflib v1.0.0 06:11:37 go: finding github.com/posener/complete v1.1.1 06:11:37 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 06:11:37 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 06:11:37 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:11:37 go: finding github.com/stretchr/objx v0.1.0 06:11:37 go: finding github.com/stretchr/testify v1.5.1 06:11:37 go: finding github.com/ugorji/go v1.1.4 06:11:37 go: finding github.com/x448/float16 v0.8.4 06:11:37 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 06:11:37 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:11:37 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:11:37 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 06:11:37 go: finding golang.org/x/text v0.3.2 06:11:37 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 06:11:37 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 06:11:37 go: finding gopkg.in/eapache/queue.v1 v1.1.0 06:11:37 go: finding gopkg.in/fsnotify.v1 v1.4.7 06:11:37 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 06:11:37 go: finding gopkg.in/yaml.v2 v2.2.8 06:11:52 Removing intermediate container eaee618d935e 06:11:52 ---> b572bcfe33e8 06:11:52 Successfully built b572bcfe33e8 06:11:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:11:53 + docker inspect -f . ci-base-image-x86_64 06:11:53 . [Pipeline] withDockerContainer 06:11:53 prd-centos7-docker-4c-2g-1217 does not seem to be running inside a container 06:11:53 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-x86_64 cat 06:11:54 $ docker top 9776f5b07ddbaa8b95de17b6be94152d9acc0e1ad6bc0f5dc00606e42e9246b4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:54 + go version 06:11:54 go version go1.13.13 linux/amd64 [Pipeline] echo 06:11:54 ========================================================= 06:11:54 [edgeXBuildGoParallel] Running Tests and Build... 06:11:54 ========================================================= [Pipeline] sh 06:11:54 + make test raml_verify 06:11:54 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:11:56 ? github.com/edgexfoundry/edgex-go [no test files] 06:12:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:12:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:12:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:12:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:12:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:12:11 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.016s 06:12:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 06:12:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:12:11 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:12:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:12:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:12:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:12:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:12:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:12:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.033s coverage: 46.6% of statements 06:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:12:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.040s coverage: 27.4% of statements 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:12:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:12:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:12:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.140s coverage: 28.6% of statements 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:12:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.048s coverage: 100.0% of statements 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:12:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 06:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:12:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.052s coverage: 89.8% of statements 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:12:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.031s coverage: 97.5% of statements 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:12:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.014s coverage: 100.0% of statements 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:12:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements 06:12:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.052s coverage: 63.5% of statements 06:12:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:12:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:12:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements 06:12:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.178s coverage: 55.9% of statements 06:12:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:12:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:12:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 06:12:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.023s coverage: 86.3% of statements 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.327s coverage: 72.2% of statements 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.108s coverage: 72.1% of statements 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.046s coverage: 82.4% of statements 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.017s coverage: 28.8% of statements 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.067s coverage: 26.9% of statements 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.122s coverage: 84.1% of statements 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.016s coverage: 100.0% of statements 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.027s coverage: 43.1% of statements 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.019s coverage: 83.8% of statements 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.017s coverage: 45.1% of statements 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.018s coverage: 100.0% of statements 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.016s coverage: 100.0% of statements 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:12:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.014s coverage: 100.0% of statements 06:12:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:12:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.154s coverage: 29.1% of statements 06:12:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:12:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:12:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:12:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:12:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:12:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements 06:12:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:12:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements 06:12:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:12:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 06:12:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:12:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements 06:12:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:12:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:12:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:12:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:12:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements 06:12:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:12:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:12:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements 06:12:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 06:12:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 06:12:37 GO111MODULE=on go vet ./... 06:12:43 gofmt -l . 06:12:43 [ "`gofmt -l .`" = "" ] 06:12:43 ./bin/test-go-mod-tidy.sh 06:12:44 ./bin/test-attribution-txt.sh 06:12:46 docker run --rm --privileged \ 06:12:46 -v /w/workspace/edgex-go/18:/raml-verification -w /raml-verification \ 06:12:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 06:12:46 /scripts/raml-verify.sh 06:12:46 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 06:12:46 x86_64: Pulling from edgex-devops/edgex-docs-builder 06:12:46 cbdbe7a5bc2a: Pulling fs layer 06:12:46 bd07af9ed1a4: Pulling fs layer 06:12:46 3556ccf180b2: Pulling fs layer 06:12:46 089d4748da74: Pulling fs layer 06:12:46 c6eb57c77bc5: Pulling fs layer 06:12:46 0364d5097239: Pulling fs layer 06:12:46 089d4748da74: Waiting 06:12:46 c6eb57c77bc5: Waiting 06:12:46 0364d5097239: Waiting 06:12:46 3556ccf180b2: Download complete 06:12:46 cbdbe7a5bc2a: Verifying Checksum 06:12:46 cbdbe7a5bc2a: Download complete 06:12:46 089d4748da74: Verifying Checksum 06:12:46 089d4748da74: Download complete 06:12:46 0364d5097239: Verifying Checksum 06:12:46 0364d5097239: Download complete 06:12:46 c6eb57c77bc5: Verifying Checksum 06:12:46 c6eb57c77bc5: Download complete 06:12:46 bd07af9ed1a4: Verifying Checksum 06:12:46 bd07af9ed1a4: Download complete 06:12:46 cbdbe7a5bc2a: Pull complete 06:12:48 bd07af9ed1a4: Pull complete 06:12:48 3556ccf180b2: Pull complete 06:12:49 089d4748da74: Pull complete 06:12:50 c6eb57c77bc5: Pull complete 06:12:50 0364d5097239: Pull complete 06:12:50 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 06:12:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 06:12:56 Verifying ./api/raml/core-command.raml... 06:12:56 OK 06:12:56 Verifying ./api/raml/core-data.raml... 06:12:58 OK 06:12:58 Verifying ./api/raml/core-metadata.raml... 06:13:00 OK 06:13:00 Verifying ./api/raml/support-logging.raml... 06:13:00 OK 06:13:00 Verifying ./api/raml/support-notifications.raml... 06:13:02 OK 06:13:02 Verifying ./api/raml/support-scheduler.raml... 06:13:02 OK 06:13:02 Verifying ./api/raml/system-agent.raml... 06:13:03 OK [Pipeline] sh 06:13:04 + ls -al . 06:13:04 total 556 06:13:04 drwxrwxr-x 10 1001 1001 4096 Jul 28 06:12 . 06:13:04 drwxr-xr-x 4 root root 30 Jul 28 06:11 .. 06:13:04 -rw-rw-r-- 1 1001 1001 11 Jul 28 06:10 .dockerignore 06:13:04 drwxrwxr-x 8 1001 1001 179 Jul 28 06:10 .git 06:13:04 drwxrwxr-x 3 1001 1001 60 Jul 28 06:10 .github 06:13:04 -rw-rw-r-- 1 1001 1001 924 Jul 28 06:10 .gitignore 06:13:04 drwx------ 3 1001 1001 47 Jul 28 06:10 .semver 06:13:04 -rw-rw-r-- 1 1001 1001 178 Jul 28 06:10 .sonarcloud.properties 06:13:04 -rw-rw-r-- 1 1001 1001 3804 Jul 28 06:10 CONTRIBUTING.md 06:13:04 -rw-rw-r-- 1 1001 1001 1035 Jul 28 06:10 Dockerfile.build 06:13:04 -rw-rw-r-- 1 1001 1001 824 Jul 28 06:10 Jenkinsfile 06:13:04 -rw-rw-r-- 1 1001 1001 10775 Jul 28 06:10 LICENSE 06:13:04 -rw-rw-r-- 1 1001 1001 6417 Jul 28 06:10 Makefile 06:13:04 -rw-rw-r-- 1 1001 1001 5652 Jul 28 06:10 README.md 06:13:04 -rw-rw-r-- 1 1001 1001 7111 Jul 28 06:10 SECURITY.md 06:13:04 -rw-rw-r-- 1 1001 1001 5 Jul 28 06:10 VERSION 06:13:04 -rw-rw-r-- 1 1001 1001 4131 Jul 28 06:10 ZMQWindows.md 06:13:04 drwxrwxr-x 4 1001 1001 33 Jul 28 06:10 api 06:13:04 drwxrwxr-x 2 1001 1001 117 Jul 28 06:10 bin 06:13:04 drwxrwxr-x 15 1001 1001 4096 Jul 28 06:10 cmd 06:13:04 -rw-r--r-- 1 root root 455496 Jul 28 06:12 coverage.out 06:13:04 -rw-r--r-- 1 root root 1019 Jul 28 06:12 go.mod 06:13:04 -rw-r--r-- 1 root root 18146 Jul 28 06:12 go.sum 06:13:04 drwxrwxr-x 8 1001 1001 127 Jul 28 06:10 internal 06:13:04 drwxrwxr-x 4 1001 1001 71 Jul 28 06:10 snap 06:13:04 -rw-rw-r-- 1 1001 1001 168 Jul 28 06:10 version.go [Pipeline] sh 06:13:04 + '[' -e coverage.out ] 06:13:04 + chown 1001:1001 coverage.out [Pipeline] stash 06:13:04 Stashed 1 file(s) [Pipeline] sh 06:13:04 + make build 06:13:04 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 06:13:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1219 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws 06:13:05 Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout 06:13:10 using credential edgex-jenkins-ssh 06:13:10 Cloning the remote Git repository 06:13:10 Cloning with configured refspecs honoured and without tags 06:13:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:13:11 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 06:13:11 > git init /w/workspace/edgex-go/18 # timeout=10 06:13:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:13:11 > git --version # timeout=10 06:13:11 using GIT_SSH to set credentials SSH Credentials for GitHub 06:13:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:13:15 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 06:13:17 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 06:13:18 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 06:13:20 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 06:13:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:13:22 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 06:13: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 06:13:25 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 06:13:26 Fetching without tags 06:13:27 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 06:13:27 Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:13:27 Merge succeeded, producing 99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:13:27 Checking out Revision 99930eaf02f5bc0ae639f7713b87cc3a27038f99 (PR-2597) 06:13:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:13:26 > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # timeout=10 06:13:26 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:13:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:13:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:13:26 using GIT_SSH to set credentials SSH Credentials for GitHub 06:13:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:13:27 > git config core.sparsecheckout # timeout=10 06:13:27 > git checkout -f 99930eaf02f5bc0ae639f7713b87cc3a27038f99 # timeout=10 06:13:27 > git remote # timeout=10 06:13:27 > git config --get remote.origin.url # timeout=10 06:13:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:13:27 > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 06:13:27 > git rev-parse HEAD^{commit} # timeout=10 06:13:27 > git config core.sparsecheckout # timeout=10 06:13:27 > git checkout -f 99930eaf02f5bc0ae639f7713b87cc3a27038f99 # timeout=10 06:13:28 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 06:13:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 06:13:30 $ docker stop --time=1 9776f5b07ddbaa8b95de17b6be94152d9acc0e1ad6bc0f5dc00606e42e9246b4 06:13:32 Commit message: "fix(metadata): Refactor deviceProfile JSON and YAML POST API" 06:13:32 $ docker rm -f 9776f5b07ddbaa8b95de17b6be94152d9acc0e1ad6bc0f5dc00606e42e9246b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash 06:13:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:13:34 06:13:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:13:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:13:34 latest: Pulling from edgex-devops/edgex-compose 06:13:34 cbdbe7a5bc2a: Already exists 06:13:34 ca9280d653b3: Pulling fs layer 06:13:34 7e9c9ca2126c: Pulling fs layer 06:13:34 ca9280d653b3: Verifying Checksum 06:13:34 ca9280d653b3: Download complete 06:13:35 7e9c9ca2126c: Verifying Checksum 06:13:35 7e9c9ca2126c: Download complete 06:13:35 ca9280d653b3: Pull complete 06:13:44 7e9c9ca2126c: Pull complete 06:13:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:13:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:13:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:13:44 prd-centos7-docker-4c-2g-1217 does not seem to be running inside a container 06:13:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 06:13:47 $ docker top 35066e6f26c90cdf25a40f4eef1a14ed116986844b880be2eea98bbdabc08b2d -eo pid,comm [Pipeline] { [Pipeline] echo 06:13:47 ========================================================= 06:13:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 06:13:47 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 06:13:47 + + docker-composegrep build --help parallel 06:13:47 06:13:48 + 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 . 06:13:49 --parallel Build images in parallel. [Pipeline] } 06:13:49 $ docker stop --time=1 35066e6f26c90cdf25a40f4eef1a14ed116986844b880be2eea98bbdabc08b2d 06:13:50 $ docker rm -f 35066e6f26c90cdf25a40f4eef1a14ed116986844b880be2eea98bbdabc08b2d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:13:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:13:50 . [Pipeline] withDockerContainer 06:13:51 prd-centos7-docker-4c-2g-1217 does not seem to be running inside a container 06:13:51 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:latest cat 06:13:51 $ docker top e246b198c259fb2d9e031f53522a18b810f13e13809a4953e42a9dfcafe1e8a1 -eo pid,comm [Pipeline] { [Pipeline] sh 06:13:52 + docker-compose -f ./docker-compose-build.yml build --parallel 06:13:52 Sending build context to Docker daemon 323.2MB 06:13:52 Step 1/7 : ARG BASE=golang:1.13-alpine 06:13:52 Step 2/7 : FROM ${BASE} 06:13:52 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:13:52 b538f80385f9: Pulling fs layer 06:13:52 74f711af9a0d: Pulling fs layer 06:13:52 99f96fe45779: Pulling fs layer 06:13:52 fd7a069fd194: Pulling fs layer 06:13:52 66aa3694b03b: Pulling fs layer 06:13:52 170f70906a0f: Pulling fs layer 06:13:52 ad7c5574e4b9: Pulling fs layer 06:13:52 e772456be8f7: Pulling fs layer 06:13:52 c890913d741a: Pulling fs layer 06:13:52 2480fcc9aa5a: Pulling fs layer 06:13:52 09adf4765672: Pulling fs layer 06:13:52 ad7c5574e4b9: Waiting 06:13:52 e772456be8f7: Waiting 06:13:52 c890913d741a: Waiting 06:13:52 2480fcc9aa5a: Waiting 06:13:52 09adf4765672: Waiting 06:13:52 170f70906a0f: Waiting 06:13:52 fd7a069fd194: Waiting 06:13:52 66aa3694b03b: Waiting 06:13:52 99f96fe45779: Verifying Checksum 06:13:52 99f96fe45779: Download complete 06:13:52 74f711af9a0d: Verifying Checksum 06:13:52 74f711af9a0d: Download complete 06:13:52 66aa3694b03b: Verifying Checksum 06:13:52 66aa3694b03b: Download complete 06:13:52 170f70906a0f: Verifying Checksum 06:13:52 170f70906a0f: Download complete 06:13:52 b538f80385f9: Verifying Checksum 06:13:52 b538f80385f9: Download complete 06:13:53 Building docker-core-command-go ... 06:13:53 Building docker-core-data-go ... 06:13:53 Building docker-core-metadata-go ... 06:13:53 Building docker-security-proxy-setup-go ... 06:13:53 Building docker-security-secrets-setup-go ... 06:13:53 Building docker-security-secretstore-setup-go ... 06:13:53 Building docker-support-logging-go ... 06:13:53 Building docker-support-notifications-go ... 06:13:53 Building docker-support-scheduler-go ... 06:13:53 Building docker-sys-mgmt-agent-go ... 06:13:53 Building docker-security-secretstore-setup-go 06:13:53 Building docker-security-proxy-setup-go 06:13:53 Building docker-core-metadata-go 06:13:53 Building docker-support-scheduler-go 06:13:53 Building docker-security-secrets-setup-go 06:13:53 b538f80385f9: Pull complete 06:13:54 74f711af9a0d: Pull complete 06:13:54 99f96fe45779: Pull complete 06:13:55 ad7c5574e4b9: Verifying Checksum 06:13:55 ad7c5574e4b9: Download complete 06:13:55 c890913d741a: Verifying Checksum 06:13:55 c890913d741a: Download complete 06:13:57 2480fcc9aa5a: Verifying Checksum 06:13:57 2480fcc9aa5a: Download complete 06:13:57 09adf4765672: Verifying Checksum 06:13:57 09adf4765672: Download complete 06:13:57 e772456be8f7: Verifying Checksum 06:13:57 e772456be8f7: Download complete 06:13:57 fd7a069fd194: Verifying Checksum 06:13:57 fd7a069fd194: Download complete 06:14:10 fd7a069fd194: Pull complete 06:14:10 66aa3694b03b: Pull complete 06:14:10 170f70906a0f: Pull complete 06:14:13 ad7c5574e4b9: Pull complete 06:14:17 e772456be8f7: Pull complete 06:14:17 c890913d741a: Pull complete 06:14:20 2480fcc9aa5a: Pull complete 06:14:22 09adf4765672: Pull complete 06:14:22 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 06:14:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 06:14:22 ---> 2248a725d1cf 06:14:22 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 06:14:25 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 06:14:25 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 06:14:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:14:25 ---> b572bcfe33e8 06:14:25 Step 3/26 : WORKDIR /edgex-go 06:14:25 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:14:25 ---> b572bcfe33e8 06:14:25 Step 3/20 : WORKDIR /edgex-go 06:14:25 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 06:14:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:14:25 ---> b572bcfe33e8 06:14:25 Step 3/21 : WORKDIR /edgex-go 06:14:25 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 06:14:25 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:14:25 ---> b572bcfe33e8 06:14:25 Step 3/29 : WORKDIR /edgex-go 06:14:25 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 06:14:25 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:14:25 ---> b572bcfe33e8 06:14:25 Step 3/20 : WORKDIR /edgex-go 06:14:25 ---> Running in 7d01ecc78acc 06:14:25 ---> Running in d8f2107cc55f 06:14:25 ---> Running in 6e11084c2364 06:14:25 ---> Running in c6fd371bb1d7 06:14:25 ---> Running in c57f2ba7bd93 06:14:25 Removing intermediate container d8f2107cc55f 06:14:25 ---> 1f4a0ea7daea 06:14:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:25 Removing intermediate container c6fd371bb1d7 06:14:25 ---> 05e6d57c6938 06:14:25 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:25 Removing intermediate container 6e11084c2364 06:14:25 ---> 6610715085d1 06:14:25 Step 4/29 : RUN apk update && apk add make git 06:14:25 Removing intermediate container c57f2ba7bd93 06:14:25 ---> 7b815487e218 06:14:25 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:25 Removing intermediate container 7d01ecc78acc 06:14:25 ---> 01dd025548bd 06:14:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:25 ---> Running in 590ffbe8f8ee 06:14:25 ---> Running in 8e13c66a4fdf 06:14:25 ---> Running in 03a5683728d1 06:14:25 ---> Running in cb2cefa5cc43 06:14:25 ---> Running in 33e83e348721 06:14:26 ---> Running in b47dd0f00f2d 06:14:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:27 Removing intermediate container 03a5683728d1 06:14:27 ---> ae198e4ccf23 06:14:27 Step 5/20 : RUN apk update && apk add make git 06:14:27 ---> Running in 079c6fa88b8d 06:14:27 Removing intermediate container cb2cefa5cc43 06:14:27 ---> d161a423347a 06:14:27 Step 5/20 : RUN apk update && apk add make git 06:14:27 Removing intermediate container 590ffbe8f8ee 06:14:27 ---> 0a8e44b35c2c 06:14:27 Step 5/21 : RUN apk update && apk add make git 06:14:27 Removing intermediate container 33e83e348721 06:14:27 ---> 6d6806aa4208 06:14:27 Step 5/26 : RUN apk update && apk add make git 06:14:27 ---> Running in ce09f60fcd29 06:14:27 ---> Running in 657f33c8c443 06:14:27 ---> Running in fe3363a93c1e 06:14:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:14:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:31 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:14:31 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:14:31 OK: 12749 distinct packages available 06:14:31 OK: 233 MiB in 51 packages 06:14:31 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:14:31 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:14:31 OK: 12749 distinct packages available 06:14:32 OK: 233 MiB in 51 packages 06:14:32 Removing intermediate container 8e13c66a4fdf 06:14:32 ---> bac4dd4ec108 06:14:32 Step 5/29 : COPY go.mod . 06:14:32 (1/12) Installing libmagic (5.38-r0) 06:14:32 ---> 136ed035f343 06:14:32 Step 6/29 : RUN go mod download 06:14:33 ---> Running in de4098d2b081 06:14:33 Removing intermediate container fe3363a93c1e 06:14:33 ---> fbdc9815fef6 06:14:33 Step 6/26 : COPY go.mod . 06:14:33 ---> 76533d31ce12 06:14:33 Step 7/26 : RUN go mod download 06:14:33 ---> Running in 1cb1cefba00b 06:14:33 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:14:33 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:14:33 OK: 12749 distinct packages available 06:14:33 (2/12) Installing file (5.38-r0) 06:14:33 (3/12) Installing libc-dev (0.7.2-r3) 06:14:33 (4/12) Installing g++ (9.3.0-r2) 06:14:33 OK: 233 MiB in 51 packages 06:14:34 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:14:34 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:14:34 OK: 12749 distinct packages available 06:14:34 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:14:34 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:14:34 OK: 12749 distinct packages available 06:14:34 OK: 233 MiB in 51 packages 06:14:34 Removing intermediate container ce09f60fcd29 06:14:34 ---> 53d2b76406e7 06:14:34 Step 6/20 : COPY go.mod . 06:14:34 OK: 233 MiB in 51 packages 06:14:35 ---> 0c013d787485 06:14:35 Step 7/20 : RUN go mod download 06:14:35 Removing intermediate container de4098d2b081 06:14:35 ---> 59f8d3c6479f 06:14:35 Step 7/29 : COPY . . 06:14:35 ---> Running in b5c695765b15 06:14:35 Removing intermediate container 1cb1cefba00b 06:14:35 ---> aab21555b432 06:14:35 Step 8/26 : COPY . . 06:14:40 Removing intermediate container 657f33c8c443 06:14:40 ---> c1e0f6317ed2 06:14:40 Step 6/21 : COPY go.mod . 06:14:40 Removing intermediate container 079c6fa88b8d 06:14:40 ---> 7bb21f18cfd9 06:14:40 Step 6/20 : COPY go.mod . 06:14:42 ---> d3f96978b23d 06:14:42 Step 7/21 : RUN go mod download 06:14:42 ---> 80bc3771af73 06:14:42 Step 7/20 : RUN go mod download 06:14:46 ---> Running in 48fbf619385a 06:14:46 ---> Running in bba84fb2429d 06:14:46 Removing intermediate container b5c695765b15 06:14:46 ---> 64a8efd072db 06:14:46 Step 8/20 : COPY . . 06:14:55 (5/12) Installing fortify-headers (1.1-r0) 06:14:55 (6/12) Installing patch (2.7.6-r6) 06:14:55 (7/12) Installing build-base (0.5-r2) 06:14:55 (8/12) Installing libsodium (1.0.18-r0) 06:14:55 (9/12) Installing pkgconf (1.7.2-r0) 06:14:55 (10/12) Installing libsodium-dev (1.0.18-r0) 06:14:55 (11/12) Installing libzmq (4.3.2-r0) 06:14:55 (12/12) Installing zeromq-dev (4.3.2-r0) 06:14:55 Executing busybox-1.31.1-r16.trigger 06:14:55 OK: 217 MiB in 51 packages 06:14:58 ---> 20352ee30fd6 06:14:58 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 06:14:58 ---> dba975527bdf 06:14:58 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:14:58 ---> Running in f3746e097358 06:14:58 ---> Running in f473a58ee3a6 06:14:58 Removing intermediate container 48fbf619385a 06:14:58 ---> af74c1bad6f4 06:14:58 Step 8/21 : COPY . . 06:14:58 Removing intermediate container b47dd0f00f2d 06:14:58 ---> 2133ce43c0b0 06:14:58 Step 4/7 : WORKDIR /edgex-go 06:14:58 ---> Running in fbae3a6e4365 06:14:58 Removing intermediate container fbae3a6e4365 06:14:58 ---> a41fe5508f57 06:14:58 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:14:59 latest: Pulling from library/docker 06:14:59 b538f80385f9: Already exists 06:14:59 259a493cd78d: Pulling fs layer 06:14:59 b8e66b5100f5: Pulling fs layer 06:14:59 39dc9c94d07c: Pulling fs layer 06:14:59 551b823b3b82: Pulling fs layer 06:14:59 3c52a74df98c: Pulling fs layer 06:14:59 6c9b121b6998: Pulling fs layer 06:14:59 3c52a74df98c: Waiting 06:14:59 551b823b3b82: Waiting 06:14:59 6c9b121b6998: Waiting 06:14:59 b8e66b5100f5: Download complete 06:14:59 259a493cd78d: Download complete 06:14:59 551b823b3b82: Verifying Checksum 06:14:59 551b823b3b82: Download complete 06:14:59 3c52a74df98c: Verifying Checksum 06:14:59 3c52a74df98c: Download complete 06:14:59 6c9b121b6998: Verifying Checksum 06:14:59 6c9b121b6998: Download complete 06:15:00 259a493cd78d: Pull complete 06:15:00 Removing intermediate container bba84fb2429d 06:15:00 ---> e26bf434715f 06:15:00 Step 8/20 : COPY . . 06:15:00 b8e66b5100f5: Pull complete 06:15:00 39dc9c94d07c: Verifying Checksum 06:15:00 39dc9c94d07c: Download complete 06:15:04 39dc9c94d07c: Pull complete 06:15:04 551b823b3b82: Pull complete 06:15:04 3c52a74df98c: Pull complete 06:15:05 6c9b121b6998: Pull complete 06:15:05 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 06:15:05 Status: Downloaded newer image for docker:latest 06:15:05 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 06:15:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 06:15:08 ---> dbba2356984d 06:15:08 Step 6/7 : COPY go.mod . 06:15:09 ---> dd5920aceb23 06:15:09 Step 7/7 : RUN go mod download 06:15:09 ---> Running in af27ad0c9fff 06:15:12 ---> ebd2b7009c6b 06:15:12 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 06:15:12 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:15:12 go: finding github.com/BurntSushi/toml v0.3.1 06:15:12 go: finding github.com/OneOfOne/xxhash v1.2.5 06:15:12 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:15:12 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:15:12 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:15:12 go: finding github.com/bgentry/speakeasy v0.1.0 06:15:12 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:15:12 go: finding github.com/cloudflare/gokey v0.1.0 06:15:12 go: finding github.com/davecgh/go-spew v1.1.1 06:15:12 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 06:15:12 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 06:15:12 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:15:12 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:15:12 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:15:12 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 06:15:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 06:15:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 06:15:12 go: finding github.com/fatih/color v1.7.0 06:15:13 go: finding github.com/fsnotify/fsnotify v1.4.7 06:15:13 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:15:13 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 06:15:13 go: finding github.com/go-kit/kit v0.8.0 06:15:13 go: finding github.com/go-logfmt/logfmt v0.4.0 06:15:13 go: finding github.com/go-redis/redis/v7 v7.2.0 06:15:13 go: finding github.com/go-stack/stack v1.8.0 06:15:13 go: finding github.com/golang/protobuf v1.3.2 06:15:13 go: finding github.com/gomodule/redigo v2.0.0+incompatible 06:15:13 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:15:13 go: finding github.com/google/uuid v1.1.0 06:15:13 go: finding github.com/gorilla/mux v1.7.1 06:15:13 go: finding github.com/hashicorp/consul/api v1.1.0 06:15:13 go: finding github.com/hashicorp/consul/sdk v0.1.1 06:15:13 go: finding github.com/hashicorp/errwrap v1.0.0 06:15:13 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:15:13 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:15:13 go: finding github.com/hashicorp/go-msgpack v0.5.3 06:15:13 go: finding github.com/hashicorp/go-multierror v1.0.0 06:15:13 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:15:13 go: finding github.com/hashicorp/go-sockaddr v1.0.0 06:15:13 go: finding github.com/hashicorp/go-syslog v1.0.0 06:15:13 go: finding github.com/hashicorp/go-uuid v1.0.1 06:15:13 go: finding github.com/hashicorp/go.net v0.0.1 06:15:13 go: finding github.com/hashicorp/golang-lru v0.5.0 06:15:13 go: finding github.com/hashicorp/logutils v1.0.0 06:15:13 go: finding github.com/hashicorp/mdns v1.0.0 06:15:13 go: finding github.com/hashicorp/memberlist v0.1.3 06:15:13 go: finding github.com/hashicorp/serf v0.8.2 06:15:13 go: finding github.com/hpcloud/tail v1.0.0 06:15:13 go: finding github.com/imdario/mergo v0.3.6 06:15:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:15:14 go: finding github.com/kr/pretty v0.1.0 06:15:14 go: finding github.com/kr/pty v1.1.1 06:15:14 go: finding github.com/kr/text v0.1.0 06:15:14 go: finding github.com/mattn/go-colorable v0.0.9 06:15:14 go: finding github.com/mattn/go-isatty v0.0.3 06:15:14 go: finding github.com/miekg/dns v1.0.14 06:15:14 go: finding github.com/mitchellh/cli v1.0.0 06:15:14 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:15:14 ---> Running in 90af5864092f 06:15:14 go: finding github.com/mitchellh/copystructure v1.0.0 06:15:14 go: finding github.com/mitchellh/go-homedir v1.0.0 06:15:14 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:15:14 go: finding github.com/mitchellh/gox v0.4.0 06:15:14 go: finding github.com/mitchellh/iochan v1.0.0 06:15:14 go: finding github.com/mitchellh/mapstructure v1.1.2 06:15:14 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:15:14 go: finding github.com/onsi/ginkgo v1.10.1 06:15:14 go: finding github.com/onsi/gomega v1.7.0 06:15:14 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 06:15:14 go: finding github.com/pebbe/zmq4 v1.0.0 06:15:14 go: finding github.com/pelletier/go-toml v1.2.0 06:15:14 go: finding github.com/pkg/errors v0.8.1 06:15:14 go: finding github.com/pmezard/go-difflib v1.0.0 06:15:14 go: finding github.com/posener/complete v1.1.1 06:15:14 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 06:15:14 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 06:15:14 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:15:14 go: finding github.com/stretchr/objx v0.1.0 06:15:15 go: finding github.com/stretchr/testify v1.5.1 06:15:15 go: finding github.com/ugorji/go v1.1.4 06:15:15 go: finding github.com/x448/float16 v0.8.4 06:15:15 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 06:15:15 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:15:15 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:15:15 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 06:15:15 go: finding golang.org/x/text v0.3.2 06:15:15 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 06:15:15 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 06:15:15 go: finding gopkg.in/eapache/queue.v1 v1.1.0 06:15:15 go: finding gopkg.in/fsnotify.v1 v1.4.7 06:15:15 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 06:15:15 go: finding gopkg.in/yaml.v2 v2.2.8 06:15:15 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 06:15:26 ---> efe7e571b1ec 06:15:26 Step 9/21 : RUN make cmd/core-metadata/core-metadata 06:15:26 ---> Running in 375c489ed4c3 06:15:27 ---> dc3bac2cebe3 06:15:27 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:15:27 ---> Running in 58d794c1ea35 06:15:27 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 06:15:27 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 06:15:28 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 06:15:33 Removing intermediate container af27ad0c9fff 06:15:33 ---> a8ee3b08e7d5 06:15:33 Successfully built a8ee3b08e7d5 06:15:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:15:34 Removing intermediate container f3746e097358 06:15:34 ---> 052762c3ae58 06:15:34 06:15:34 Step 9/29 : FROM alpine:latest 06:15:34 latest: Pulling from library/alpine 06:15:34 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:15:34 Status: Downloaded newer image for alpine:latest 06:15:34 ---> a24bb4013296 06:15:34 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 06:15:34 + docker inspect -f . ci-base-image-arm64 06:15:34 . [Pipeline] withDockerContainer 06:15:34 ---> Running in 65b1d54cc4ad 06:15:34 prd-ubuntu18.04-docker-arm64-4c-16g-1219 does not seem to be running inside a container 06:15:34 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 06:15:34 Removing intermediate container 65b1d54cc4ad 06:15:34 ---> d3b80bf061cb 06:15:34 Step 11/29 : USER root 06:15:34 ---> Running in 81b783c1ef44 06:15:36 $ docker top aa050cf5eecc72dfbf86e5d238ba18eaf958fbaa2a05b318055c635e06eb5b15 -eo pid,comm [Pipeline] { [Pipeline] sh 06:15:36 Removing intermediate container 81b783c1ef44 06:15:36 ---> ed5b9a18b4e8 06:15:36 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 06:15:36 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 06:15:36 ---> Running in d7f393e677a1 06:15:37 + go version 06:15:37 go version go1.13.13 linux/arm64 [Pipeline] echo 06:15:37 ========================================================= 06:15:37 [edgeXBuildGoParallel] Running Tests and Build... 06:15:37 ========================================================= [Pipeline] sh 06:15:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:15:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:15:37 + make test raml_verify 06:15:37 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:15:37 v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:15:37 v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:15:37 OK: 12749 distinct packages available 06:15:38 (1/2) Installing ca-certificates (20191127-r4) 06:15:38 (2/2) Installing dumb-init (1.2.2-r1) 06:15:38 Executing busybox-1.31.1-r16.trigger 06:15:38 Executing ca-certificates-20191127-r4.trigger 06:15:38 OK: 6 MiB in 16 packages 06:15:40 ? github.com/edgexfoundry/edgex-go [no test files] 06:15:40 Removing intermediate container d7f393e677a1 06:15:40 ---> 45ec4c5e89c0 06:15:40 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 06:15:40 ---> Running in 7da429e0b7c5 06:15:40 Removing intermediate container 7da429e0b7c5 06:15:40 ---> 7ea46a432067 06:15:40 Step 14/29 : WORKDIR $BASE_DIR 06:15:41 ---> Running in 9a491a8dcef5 06:15:41 Removing intermediate container 9a491a8dcef5 06:15:41 ---> 0350b8eb339d 06:15:41 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 06:15:41 ---> Running in 0510a8860ec8 06:15:44 Removing intermediate container f473a58ee3a6 06:15:44 ---> 5eba84fa0f62 06:15:44 06:15:44 Step 10/26 : FROM alpine:3.10 06:15:44 3.10: Pulling from library/alpine 06:15:44 Removing intermediate container 90af5864092f 06:15:44 ---> 395e93051f74 06:15:44 06:15:44 Step 10/20 : FROM scratch 06:15:44 ---> 06:15:44 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:15:45 ---> Running in 477af3c3cf88 06:15:45 Removing intermediate container 0510a8860ec8 06:15:45 ---> bbdcb2078821 06:15:45 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 06:15:45 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:15:45 Removing intermediate container 477af3c3cf88 06:15:45 ---> 64166dafb9a7 06:15:45 Step 12/20 : ENV APP_PORT=48085 06:15:45 Status: Downloaded newer image for alpine:3.10 06:15:45 ---> be4e4bea2c2e 06:15:45 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:15:46 ---> Running in 01533ffa2c89 06:15:46 ---> Running in cc6b5144eb1a 06:15:47 ---> 7d4c23d82577 06:15:47 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 06:15:47 Removing intermediate container 01533ffa2c89 06:15:47 ---> 03e25465a24d 06:15:47 Step 13/20 : EXPOSE $APP_PORT 06:15:47 ---> Running in dd3bcca733b0 06:15:47 ---> a47990715361 06:15:47 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 06:15:47 Removing intermediate container dd3bcca733b0 06:15:47 ---> fd10a3a3dcb6 06:15:47 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:15:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 06:15:48 ---> e87c3814a70d 06:15:48 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 06:15:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 06:15:48 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:15:48 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:15:48 OK: 10346 distinct packages available 06:15:48 (1/5) Installing ca-certificates (20191127-r2) 06:15:48 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:15:48 (3/5) Installing libcurl (7.66.0-r0) 06:15:48 (4/5) Installing curl (7.66.0-r0) 06:15:48 (5/5) Installing dumb-init (1.2.2-r1) 06:15:48 Executing busybox-1.30.1-r3.trigger 06:15:48 Executing ca-certificates-20191127-r2.trigger 06:15:48 OK: 7 MiB in 19 packages 06:15:48 ---> cbdc0a4005e6 06:15:48 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:15:50 ---> a375cc783314 06:15:50 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 06:15:50 ---> f8344a30b5b5 06:15:50 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:15:50 ---> 31e113813255 06:15:50 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 06:15:52 ---> Running in 03d92779d5b8 06:15:52 Removing intermediate container cc6b5144eb1a 06:15:52 ---> e1bfbdb91680 06:15:52 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:15:52 ---> 9f29f672a0a2 06:15:52 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:15:52 ---> Running in a996f833d6aa 06:15:52 ---> Running in 02805da27903 06:15:52 Removing intermediate container 58d794c1ea35 06:15:52 ---> 8c5ce9cbda55 06:15:52 06:15:52 Step 10/20 : FROM alpine 06:15:52 ---> a24bb4013296 06:15:52 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:15:52 Removing intermediate container a996f833d6aa 06:15:52 ---> d0b47d8efc66 06:15:52 Step 13/26 : WORKDIR / 06:15:53 ---> Running in b549c95704e4 06:15:53 ---> Running in a31077995ed4 06:15:53 Removing intermediate container 02805da27903 06:15:53 ---> 9fc59af71d68 06:15:53 Step 18/20 : LABEL arch=x86_64 06:15:53 ---> Running in c94ffdfc68fb 06:15:53 Removing intermediate container a31077995ed4 06:15:53 ---> 6bc4cde65d52 06:15:53 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:15:54 Removing intermediate container c94ffdfc68fb 06:15:54 ---> 67998460376f 06:15:54 Step 19/20 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:15:54 ---> c8f17e1fadfa 06:15:54 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:15:54 ---> Running in 5ce85e738775 06:15:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:15:54 Removing intermediate container 03d92779d5b8 06:15:54 ---> e6206bace6d5 06:15:54 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 06:15:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:15:54 v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:15:54 v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:15:54 OK: 12749 distinct packages available 06:15:55 (1/4) Installing ca-certificates (20191127-r4) 06:15:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:15:55 (3/4) Installing libcurl (7.69.1-r0) 06:15:55 (4/4) Installing curl (7.69.1-r0) 06:15:55 Executing busybox-1.31.1-r16.trigger 06:15:55 Executing ca-certificates-20191127-r4.trigger 06:15:55 OK: 7 MiB in 18 packages 06:15:57 ---> b138c55ff7c6 06:15:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:15:57 Removing intermediate container 5ce85e738775 06:15:57 ---> 6af24d58191b 06:15:57 Step 20/20 : LABEL version=0.0.0 06:15:57 ---> 049b4852678d 06:15:57 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:15:57 Removing intermediate container 375c489ed4c3 06:15:57 ---> 73e282870181 06:15:57 06:15:57 Step 10/21 : FROM scratch 06:15:57 ---> 06:15:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:15:57 ---> Running in 61904d0ab4e6 06:15:57 ---> Using cache 06:15:57 ---> 64166dafb9a7 06:15:57 Step 12/21 : ENV APP_PORT=48081 06:15:57 ---> Running in 8b4ce7e0c2ec 06:15:57 ---> Running in ea3f849c48fa 06:15:57 ---> 909a386e7e2a 06:15:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 06:15:58 Removing intermediate container 61904d0ab4e6 06:15:58 ---> db99cd21878c 06:15:58 06:15:58 Removing intermediate container b549c95704e4 06:15:58 ---> 0b442681b5e3 06:15:58 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:15:58 Removing intermediate container ea3f849c48fa 06:15:58 ---> d7c1cf3d061a 06:15:58 Step 13/21 : EXPOSE $APP_PORT 06:15:58 ---> 1203f57c0791 06:15:58 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:15:58 Successfully built db99cd21878c 06:15:58 Successfully tagged docker-support-scheduler-go:latest 06:15:58 Building docker-core-data-go 06:15:58  Building docker-support-scheduler-go ... done  ---> Running in 863de43628a7 06:15:58 ---> Running in 622786d8fa89 06:15:58 Removing intermediate container 622786d8fa89 06:15:58 ---> e9dd515d83eb 06:15:58 Step 14/21 : WORKDIR / 06:15:58 Removing intermediate container 863de43628a7 06:15:58 ---> 2c339d5213b7 06:15:58 Step 13/20 : WORKDIR /edgex 06:15:59 ---> Running in cd6d4e500015 06:16:02 ---> 1e8d22e4a6d5 06:16:02 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:16:02 ---> Running in 34a1645bd13d 06:16:03 Removing intermediate container 8b4ce7e0c2ec 06:16:03 ---> e31face0322a 06:16:03 Step 24/29 : RUN chmod 755 security-secrets-setup 06:16:05 Removing intermediate container cd6d4e500015 06:16:05 ---> 3453dcf76de6 06:16:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:16:05 ---> Running in 9f7dd9680cd9 06:16:05 ---> 0236d2ae74fe 06:16:05 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 06:16:06 Removing intermediate container 34a1645bd13d 06:16:06 ---> ebd0950441af 06:16:06 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:16:07 ---> 58d6768f5309 06:16:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:16:09 ---> 12da077f0cbf 06:16:09 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:16:10 ---> b5ff6b1bb300 06:16:10 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:16:11 ---> 35aa34a45c9b 06:16:11 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:16:12 ---> a926751c0379 06:16:12 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:16:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:16:13 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 06:16:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:16:13 ---> b572bcfe33e8 06:16:13 Step 3/22 : WORKDIR /edgex-go 06:16:13 ---> Using cache 06:16:13 ---> 01dd025548bd 06:16:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:13 ---> Using cache 06:16:13 ---> 6d6806aa4208 06:16:13 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:16:14 ---> c6df5ee61d42 06:16:14 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:16:14 ---> a418b7422d7a 06:16:14 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:16:14 ---> Running in 2c6283ce41e7 06:16:14 ---> Running in d8cb93f9d790 06:16:14 ---> Running in ebad0a4adfe4 06:16:14 ---> Running in e355ac47c0a9 06:16:14 Removing intermediate container 9f7dd9680cd9 06:16:14 ---> da5313bd4597 06:16:14 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 06:16:14 ---> Running in 45712953646e 06:16:14 Removing intermediate container ebad0a4adfe4 06:16:14 ---> 2eafd3fc469d 06:16:14 Step 17/20 : CMD ["--init=true"] 06:16:14 Removing intermediate container e355ac47c0a9 06:16:14 ---> bdd6b7a53081 06:16:14 Step 19/21 : LABEL arch=x86_64 06:16:14 ---> Running in f58bd1551b56 06:16:14 Removing intermediate container 45712953646e 06:16:14 ---> 07be79d0d711 06:16:14 Step 26/29 : CMD [ "generate" ] 06:16:14 ---> Running in 26d679299263 06:16:14 ---> Running in 605bbc13b456 06:16:15 Removing intermediate container f58bd1551b56 06:16:15 ---> 8591403be51a 06:16:15 Step 18/20 : LABEL arch=x86_64 06:16:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16:15 Removing intermediate container 26d679299263 06:16:15 ---> aa7b72410dbe 06:16:15 Step 20/21 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:16:15 ---> Running in fa5673447973 06:16:15 Removing intermediate container 605bbc13b456 06:16:15 ---> d1388c215f35 06:16:15 Step 27/29 : LABEL arch=x86_64 06:16:15 ---> Running in b5c1257d57f1 06:16:15 ---> Running in 9cee7bc25fcc 06:16:15 Removing intermediate container fa5673447973 06:16:15 ---> 404f2283ef77 06:16:15 Step 19/20 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:16:15 ---> Running in 6309f12c616f 06:16:15 Removing intermediate container b5c1257d57f1 06:16:15 ---> e706fe16df2b 06:16:15 Step 21/21 : LABEL version=0.0.0 06:16:15 Removing intermediate container 9cee7bc25fcc 06:16:15 ---> 1a85d43f6fce 06:16:15 Step 28/29 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:16:15 ---> Running in 62e24ea0e9a0 06:16:16 Removing intermediate container 2c6283ce41e7 06:16:16 ---> fd4aa23cce46 06:16:16 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 06:16:16 ---> Running in fb0a49248964 06:16:16 Removing intermediate container 6309f12c616f 06:16:16 ---> e665a2ce2cbd 06:16:16 Step 20/20 : LABEL version=0.0.0 06:16:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:16 ---> Running in 823dc11e098f 06:16:16 ---> Running in 3dacc7cc7648 06:16:16 Removing intermediate container 62e24ea0e9a0 06:16:16 ---> a892d545a528 06:16:16 06:16:16 Removing intermediate container fb0a49248964 06:16:16 ---> 8c3c8910a292 06:16:16 Step 29/29 : LABEL version=0.0.0 06:16:16 Successfully built a892d545a528 06:16:16 Successfully tagged docker-core-metadata-go:latest 06:16:16  Building docker-core-metadata-go ... done Building docker-support-notifications-go 06:16:16 ---> Running in 2dacbc77707e 06:16:16 Removing intermediate container 823dc11e098f 06:16:16 ---> 6beeb6559ec0 06:16:16 Step 24/26 : LABEL arch=x86_64 06:16:16 Removing intermediate container 3dacc7cc7648 06:16:16 ---> 93c908410aa6 06:16:16 06:16:16 Successfully built 93c908410aa6 06:16:16 ---> Running in 7f8356a60523 06:16:16 Successfully tagged docker-security-proxy-setup-go:latest 06:16:16  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 06:16:16 Removing intermediate container 2dacbc77707e 06:16:16 ---> a3bef0bbcde2 06:16:16 06:16:16 Successfully built a3bef0bbcde2 06:16:17 Successfully tagged docker-security-secrets-setup-go:latest 06:16:17  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go 06:16:17 Removing intermediate container 7f8356a60523 06:16:17 ---> f7db4d9620f6 06:16:17 Step 25/26 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:16:17 ---> Running in 35b455c880ec 06:16:17 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:16:17 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:16:17 OK: 12749 distinct packages available 06:16:17 Removing intermediate container 35b455c880ec 06:16:17 ---> a428eeb43b84 06:16:17 Step 26/26 : LABEL version=0.0.0 06:16:17 OK: 233 MiB in 51 packages 06:16:17 ---> Running in bf07d6c6b15f 06:16:21 Removing intermediate container bf07d6c6b15f 06:16:21 ---> 17605015a2e3 06:16:21 06:16:21 Successfully built 17605015a2e3 06:16:23 Successfully tagged docker-security-secretstore-setup-go:latest 06:16:23 Building docker-support-logging-go 06:16:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:16:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:16:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:16:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:16:25 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s 06:16:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 06:16:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:16:25 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:16:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:16:27  Building docker-security-secretstore-setup-go ... done Removing intermediate container d8cb93f9d790 06:16:27 ---> 4e14052c2028 06:16:27 Step 6/22 : COPY go.mod . 06:16:27 ---> 4adced4035d7 06:16:27 Step 7/22 : RUN go mod download 06:16:28 ---> Running in 6f570a278f41 06:16:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:16:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:16:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:16:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:16:36 Removing intermediate container 6f570a278f41 06:16:36 ---> 18b9542ebcb6 06:16:36 Step 8/22 : COPY . . 06:16:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.185s coverage: 46.6% of statements 06:16:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:16:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:16:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:16:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:16:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:16:40 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 06:16:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:16:40 ---> b572bcfe33e8 06:16:40 Step 3/21 : WORKDIR /edgex-go 06:16:40 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 06:16:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:16:40 ---> b572bcfe33e8 06:16:40 Step 3/23 : WORKDIR /edgex-go 06:16:40 ---> Using cache 06:16:40 ---> 01dd025548bd 06:16:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:40 ---> Using cache 06:16:40 ---> 01dd025548bd 06:16:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:40 ---> Using cache 06:16:40 ---> 6d6806aa4208 06:16:40 Step 5/21 : RUN apk update && apk add make git 06:16:40 ---> Using cache 06:16:40 ---> 6d6806aa4208 06:16:40 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 06:16:40 ---> Using cache 06:16:40 ---> fbdc9815fef6 06:16:40 Step 6/21 : COPY go.mod . 06:16:40 ---> Using cache 06:16:40 ---> 76533d31ce12 06:16:40 Step 7/21 : RUN go mod download 06:16:40 ---> Using cache 06:16:40 ---> aab21555b432 06:16:40 Step 8/21 : COPY . . 06:16:40 ---> Using cache 06:16:40 ---> 20352ee30fd6 06:16:40 Step 9/21 : RUN make cmd/core-command/core-command 06:16:43 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 06:16:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:16:43 ---> b572bcfe33e8 06:16:43 Step 3/26 : WORKDIR /edgex-go 06:16:43 ---> Using cache 06:16:43 ---> 01dd025548bd 06:16:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:43 ---> Using cache 06:16:43 ---> 6d6806aa4208 06:16:43 Step 5/26 : RUN apk update && apk add make bash git 06:16:44 ---> Running in 8bcaa1ab03bb 06:16:44 ---> Running in 6e0e5562ff41 06:16:44 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 06:16:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:16:44 ---> b572bcfe33e8 06:16:44 Step 3/21 : WORKDIR /edgex-go 06:16:44 ---> Using cache 06:16:44 ---> 01dd025548bd 06:16:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:44 ---> Using cache 06:16:44 ---> 6d6806aa4208 06:16:44 Step 5/21 : RUN apk update && apk add make && apk add bash git 06:16:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.142s coverage: 27.4% of statements 06:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:16:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements 06:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:16:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements 06:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:16:45 ---> Running in 8f8970b61d84 06:16:46 ---> Running in abfdd1b2e849 06:16:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16: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 06:16:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.257s coverage: 28.6% of statements 06:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:16:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements 06:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:16:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.027s coverage: 100.0% of statements 06:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:16:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.184s coverage: 89.8% of statements 06:16:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:16:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements 06:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:16:50 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:16:50 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:16:50 OK: 12749 distinct packages available 06:16:50 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:16:50 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:16:50 OK: 12749 distinct packages available 06:16:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 100.0% of statements 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:16:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements 06:16:50 OK: 233 MiB in 51 packages 06:16:50 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:16:50 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:16:50 OK: 12749 distinct packages available 06:16:50 OK: 233 MiB in 51 packages 06:16:51 OK: 233 MiB in 51 packages 06:16:51 OK: 233 MiB in 51 packages 06:16:52 Removing intermediate container 8f8970b61d84 06:16:52 ---> 7bd65eb218ab 06:16:52 Step 6/26 : COPY go.mod . 06:16:52 Removing intermediate container 8bcaa1ab03bb 06:16:52 ---> f0251d00785a 06:16:52 Step 6/23 : COPY go.mod . 06:16:53 Removing intermediate container abfdd1b2e849 06:16:53 ---> 134b206510ea 06:16:53 Step 6/21 : COPY go.mod . 06:16:54 ---> 84571a2fa15b 06:16:54 Step 7/26 : RUN go mod download 06:16:54 ---> 52eb8bb512b4 06:16:54 Step 7/23 : RUN go mod download 06:16:54 ---> Running in 0ee375751ab2 06:16:54 ---> 7589c4c5c86d 06:16:54 Step 7/21 : RUN go mod download 06:16:54 ---> Running in 3571425dd0c4 06:16:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.5% of statements 06:16:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:16:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:16:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements 06:16:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.352s coverage: 55.9% of statements 06:16:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:16:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:16:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 06:16:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:16:54 ---> Running in baae21d2bce0 06:16:59 ---> 4793088c5f93 06:16:59 Step 9/22 : RUN make cmd/core-data/core-data 06:16:59 Removing intermediate container 3571425dd0c4 06:16:59 ---> e35c2886cb6e 06:16:59 Step 8/23 : COPY . . 06:16:59 ---> Running in 67f0ad030561 06:16:59 Removing intermediate container baae21d2bce0 06:16:59 ---> 8dca4e0a54e1 06:16:59 Step 8/21 : COPY . . 06:16:59 Removing intermediate container 0ee375751ab2 06:16:59 ---> 0aa28704ca1f 06:16:59 Step 8/26 : COPY . . 06:17:02 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 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 19.357s coverage: 86.3% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.848s coverage: 72.2% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.403s coverage: 72.1% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.073s coverage: 82.4% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.149s coverage: 26.9% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.311s coverage: 84.1% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.025s coverage: 43.1% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 46.1% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.077s coverage: 100.0% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:17:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.258s coverage: 29.1% of statements 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:17:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.101s coverage: 99.0% of statements 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:17:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:17:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.013s coverage: 0.0% of statements 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:17:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:17:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 06:17:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:17:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:17:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements 06:17:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements 06:17:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 06:17:28 GO111MODULE=on go vet ./... 06:17:35 Removing intermediate container 6e0e5562ff41 06:17:35 ---> c01a84cbe4da 06:17:35 06:17:35 Step 10/21 : FROM scratch 06:17:35 ---> 06:17:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:17:35 ---> 9069354290a8 06:17:35 Step 9/23 : RUN make cmd/support-notifications/support-notifications 06:17:35 ---> 2aeacfde95c0 06:17:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:17:35 ---> Using cache 06:17:35 ---> 64166dafb9a7 06:17:35 Step 12/21 : ENV APP_PORT=48082 06:17:35 ---> Running in 7aaedf1db5f7 06:17:35 ---> Running in a8ca8e8d4fd3 06:17:35 ---> 3e605c1422cc 06:17:35 Step 9/21 : RUN make cmd/support-logging/support-logging 06:17:35 ---> Running in 1887f67c35f8 06:17:35 ---> Running in cd46426d87a2 06:17:35 Removing intermediate container 1887f67c35f8 06:17:35 ---> 68a7d7793da7 06:17:35 Step 13/21 : EXPOSE $APP_PORT 06:17:35 ---> Running in e696882d7b19 06:17:35 Removing intermediate container e696882d7b19 06:17:35 ---> 0a61db6337c0 06:17:35 Step 14/21 : WORKDIR / 06:17:35 ---> Running in 108256d81743 06:17:35 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 06:17:35 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 06:17:35 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 06:17:35 Removing intermediate container 108256d81743 06:17:35 ---> 433bf0090837 06:17:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:17:35 ---> fa90363ce2f1 06:17:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:17:35 ---> b2cfa31997b4 06:17:35 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:17:36 ---> 98c4c96fd028 06:17:36 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:17:37 ---> Running in cc0abbee322c 06:17:39 Removing intermediate container cc0abbee322c 06:17:39 ---> 9c085270429a 06:17:39 Step 19/21 : LABEL arch=x86_64 06:17:39 ---> Running in 471a5037f8e6 06:17:40 Removing intermediate container 471a5037f8e6 06:17:40 ---> 4b1f9ede5fc2 06:17:40 Step 20/21 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:17:40 ---> Running in ff14221ce091 06:17:40 Removing intermediate container ff14221ce091 06:17:40 ---> 7e6b95de5a23 06:17:40 Step 21/21 : LABEL version=0.0.0 06:17:40 ---> Running in 059f91f107b1 06:17:41 Removing intermediate container 059f91f107b1 06:17:41 ---> df0efca1ff4a 06:17:41 06:17:41 Successfully built df0efca1ff4a 06:17:41 Successfully tagged docker-core-command-go:latest 06:17:46 gofmt -l . 06:17:46 [ "`gofmt -l .`" = "" ] 06:17:47  Building docker-core-command-go ... done Removing intermediate container 67f0ad030561 06:17:47 ---> 734a5fcd76b2 06:17:47 06:17:47 Step 10/22 : FROM alpine 06:17:47 ---> a24bb4013296 06:17:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:17:47 ---> Running in cc44e492843c 06:17:47 Removing intermediate container cc44e492843c 06:17:47 ---> 4c6156aea196 06:17:47 Step 12/22 : ENV APP_PORT=48080 06:17:47 ---> Running in 18b2a0a5a731 06:17:47 Removing intermediate container 18b2a0a5a731 06:17:47 ---> 43f55d71e1e1 06:17:47 Step 13/22 : EXPOSE $APP_PORT 06:17:47 ---> Running in e1d3cbafe566 06:17:47 Removing intermediate container e1d3cbafe566 06:17:47 ---> 20a44aa5380f 06:17:47 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:47 ---> Running in 1f1e1d9d39ef 06:17:49 ./bin/test-go-mod-tidy.sh 06:17:49 Removing intermediate container 1f1e1d9d39ef 06:17:49 ---> 2b1c158da26c 06:17:49 Step 15/22 : RUN apk --no-cache add zeromq 06:17:49 ---> Running in 8d4107b514a3 06:17:49 ./bin/test-attribution-txt.sh 06:17:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:17:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:17:52 (1/5) Installing libgcc (9.3.0-r2) 06:17:52 (2/5) Installing libsodium (1.0.18-r0) 06:17:52 (3/5) Installing libstdc++ (9.3.0-r2) 06:17:52 (4/5) Installing libzmq (4.3.2-r0) 06:17:53 docker run --rm --privileged \ 06:17:53 -v /w/workspace/edgex-go/18:/raml-verification -w /raml-verification \ 06:17:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ 06:17:53 /scripts/raml-verify.sh 06:17:53 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally 06:17:53 aarch64: Pulling from edgex-devops/edgex-docs-builder 06:17:53 29e5d40040c1: Pulling fs layer 06:17:53 8c46fbeab2c7: Pulling fs layer 06:17:53 8ba552a4e5fe: Pulling fs layer 06:17:53 1fb62381901b: Pulling fs layer 06:17:53 147fb30a95d9: Pulling fs layer 06:17:53 3ccc99ad11dc: Pulling fs layer 06:17:53 1fb62381901b: Waiting 06:17:53 147fb30a95d9: Waiting 06:17:53 3ccc99ad11dc: Waiting 06:17:53 8ba552a4e5fe: Verifying Checksum 06:17:53 8ba552a4e5fe: Download complete 06:17:53 1fb62381901b: Verifying Checksum 06:17:53 1fb62381901b: Download complete 06:17:53 29e5d40040c1: Verifying Checksum 06:17:53 29e5d40040c1: Download complete 06:17:53 3ccc99ad11dc: Verifying Checksum 06:17:53 3ccc99ad11dc: Download complete 06:17:53 147fb30a95d9: Verifying Checksum 06:17:53 147fb30a95d9: Download complete 06:17:53 (5/5) Installing zeromq (4.3.2-r0) 06:17:53 Executing busybox-1.31.1-r16.trigger 06:17:53 OK: 8 MiB in 19 packages 06:17:53 29e5d40040c1: Pull complete 06:17:54 8c46fbeab2c7: Verifying Checksum 06:17:54 8c46fbeab2c7: Download complete 06:17:55 Removing intermediate container 8d4107b514a3 06:17:55 ---> eaf71712951f 06:17:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:17:55 ---> beced8d04bf9 06:17:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:17:58 8c46fbeab2c7: Pull complete 06:17:58 8ba552a4e5fe: Pull complete 06:17:58 1fb62381901b: Pull complete 06:17:59 ---> 47f256b278f8 06:17:59 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:17:59 Removing intermediate container cd46426d87a2 06:17:59 ---> 6c470e56506a 06:17:59 06:17:59 Step 10/21 : FROM scratch 06:17:59 ---> 06:17:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:18:00 ---> Running in a63fd044e852 06:18:00 ---> f23b59155b80 06:18:00 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:18:00 Removing intermediate container a8ca8e8d4fd3 06:18:00 ---> 6cbd7f08db53 06:18:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:18:00 ---> Running in 22d592e54d44 06:18:00 Removing intermediate container a63fd044e852 06:18:00 ---> 3f9b28e96305 06:18:00 Step 12/21 : ENV APP_PORT=48061 06:18:00 ---> Running in ce923b658156 06:18:00 ---> Running in b40884340850 06:18:01 Removing intermediate container 22d592e54d44 06:18:01 ---> 513cdaacc26b 06:18:01 Step 20/22 : LABEL arch=x86_64 06:18:03 147fb30a95d9: Pull complete 06:18:03 3ccc99ad11dc: Pull complete 06:18:03 Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 06:18:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 06:18:05 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 06:18:05 Removing intermediate container b40884340850 06:18:05 ---> 1bed76f78a84 06:18:05 Step 13/21 : EXPOSE $APP_PORT 06:18:05 ---> Running in b2cd0090d00c 06:18:05 ---> Running in e80862435aca 06:18:05 Removing intermediate container 7aaedf1db5f7 06:18:05 ---> 7c3e8a114d42 06:18:05 06:18:05 Step 10/23 : FROM scratch 06:18:05 ---> 06:18:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:18:05 ---> Using cache 06:18:05 ---> 3f9b28e96305 06:18:05 Step 12/23 : ENV APP_PORT=48060 06:18:05 Removing intermediate container b2cd0090d00c 06:18:05 ---> b85a78f58f40 06:18:05 Step 21/22 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:18:05 Removing intermediate container e80862435aca 06:18:05 ---> 09093ce6cce8 06:18:05 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 06:18:05 ---> Running in 7076f36e2035 06:18:05 Verifying ./api/raml/core-command.raml... 06:18:05 ---> Running in c416661b3cf7 06:18:05 Removing intermediate container 7076f36e2035 06:18:05 ---> a78470bb61d6 06:18:05 Step 13/23 : EXPOSE $APP_PORT 06:18:06 ---> bbdf1a050213 06:18:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:18:06 Removing intermediate container c416661b3cf7 06:18:06 ---> ff638326362a 06:18:06 Step 22/22 : LABEL version=0.0.0 06:18:06 ---> Running in f93d431c13dc 06:18:06 ---> Running in 659a5175bd69 06:18:06 Removing intermediate container f93d431c13dc 06:18:06 ---> c6c0e1d275f0 06:18:06 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 06:18:06 ---> 1354ec08c30e 06:18:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:18:06 Removing intermediate container 659a5175bd69 06:18:06 ---> f7b37e61174b 06:18:06 06:18:06 Successfully built f7b37e61174b 06:18:06 Removing intermediate container ce923b658156 06:18:06 ---> 37354e37effe 06:18:06 06:18:06 Step 11/26 : FROM docker:latest 06:18:06 Successfully tagged docker-core-data-go:latest 06:18:06  Building docker-core-data-go ... done  ---> 81f5749c9058 06:18:06 Step 12/26 : RUN apk add --no-cache bash 06:18:06 ---> 0e6453e23875 06:18:06 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:18:06 ---> Running in 62e1ad002ee8 06:18:07 ---> 7cbce9e4f320 06:18:07 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:18:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:18:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:18:07 (1/2) Installing readline (8.0.4-r0) 06:18:07 (2/2) Installing bash (5.0.17-r0) 06:18:07 Executing bash-5.0.17-r0.post-install 06:18:07 Executing busybox-1.31.1-r16.trigger 06:18:07 OK: 12 MiB in 22 packages 06:18:08 ---> 169ed8ecf5ac 06:18:08 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 06:18:08 ---> d949da44ed27 06:18:08 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:18:08 ---> Running in 4dd2580adb3d 06:18:08 Removing intermediate container 4dd2580adb3d 06:18:08 ---> af5305433713 06:18:08 Step 19/21 : LABEL arch=x86_64 06:18:08 ---> Running in c4eddc3c2e49 06:18:08 Removing intermediate container 62e1ad002ee8 06:18:08 ---> b30918709f51 06:18:08 Step 13/26 : RUN rm -rf /var/cache/apk/* 06:18:08 ---> 044c87e817de 06:18:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:18:08 ---> Running in 0b8f980560b0 06:18:09 Removing intermediate container c4eddc3c2e49 06:18:09 ---> c15e859b4ac8 06:18:09 Step 20/21 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:18:09 ---> Running in 4fbe1250a6d9 06:18:09 ---> d5ea4d6f5333 06:18:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:18:09 OK 06:18:09 Verifying ./api/raml/core-metadata.raml... 06:18:09 Removing intermediate container 4fbe1250a6d9 06:18:09 ---> be223cc5f6b8 06:18:09 Step 21/21 : LABEL version=0.0.0 06:18:09 ---> Running in 3b489da5cd0f 06:18:09 Removing intermediate container 3b489da5cd0f 06:18:09 ---> 2b8376a295f4 06:18:09 06:18:10 Successfully built 2b8376a295f4 06:18:10 Successfully tagged docker-support-logging-go:latest 06:18:10  Building docker-support-logging-go ... done  ---> 6e7f4de88036 06:18:10 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:18:10 Removing intermediate container 0b8f980560b0 06:18:10 ---> 26d8a0df569b 06:18:10 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:18:10 ---> Running in 9e005c5542ec 06:18:10 ---> 78d464f43ace 06:18:10 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:18:11 ---> Running in 44753e64934f 06:18:11 Removing intermediate container 9e005c5542ec 06:18:11 ---> af38d4fec7ed 06:18:11 Step 15/26 : ENV APP_PORT=48090 06:18:11 ---> Running in 7d471ce09d48 06:18:11 Removing intermediate container 44753e64934f 06:18:11 ---> 1246d4d60af3 06:18:11 Step 21/23 : LABEL arch=x86_64 06:18:11 ---> Running in 70f12cf6b59b 06:18:11 Removing intermediate container 7d471ce09d48 06:18:11 ---> e40bd706ddbc 06:18:11 Step 16/26 : EXPOSE $APP_PORT 06:18:11 ---> Running in 07824440d99c 06:18:11 Removing intermediate container 70f12cf6b59b 06:18:11 ---> ab1799a6a370 06:18:11 Step 22/23 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:18:11 ---> Running in 2229331caecd 06:18:11 Removing intermediate container 07824440d99c 06:18:11 ---> f94159f34938 06:18:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:18:11 Removing intermediate container 2229331caecd 06:18:11 ---> 247a0000f786 06:18:11 Step 23/23 : LABEL version=0.0.0 06:18:11 ---> Running in c0abd0a8ec18 06:18:12 Removing intermediate container c0abd0a8ec18 06:18:12 ---> 29784284cfd2 06:18:12 06:18:12 Successfully built 29784284cfd2 06:18:12 Successfully tagged docker-support-notifications-go:latest 06:18:12  Building docker-support-notifications-go ... done  ---> f5588b4c5338 06:18:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:18:12 ---> e5d832fe6a1e 06:18:12 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:18:12 ---> 6de55561c9d9 06:18:12 Step 20/26 : RUN apk --no-cache add py-pip 06:18:12 ---> Running in d785102a8aa5 06:18:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:18:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:18:13 (1/33) Installing libbz2 (1.0.8-r1) 06:18:13 (2/33) Installing expat (2.2.9-r1) 06:18:13 (3/33) Installing libffi (3.3-r2) 06:18:13 (4/33) Installing gdbm (1.13-r1) 06:18:13 (5/33) Installing xz-libs (5.2.5-r0) 06:18:13 (6/33) Installing sqlite-libs (3.32.1-r0) 06:18:13 (7/33) Installing python3 (3.8.5-r0) 06:18:14 (8/33) Installing py3-appdirs (1.4.4-r1) 06:18:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:18:14 (10/33) Installing py3-parsing (2.4.7-r0) 06:18:14 (11/33) Installing py3-six (1.15.0-r0) 06:18:14 (12/33) Installing py3-packaging (20.4-r0) 06:18:14 (13/33) Installing py3-setuptools (47.0.0-r0) 06:18:14 (14/33) Installing py3-chardet (3.0.4-r4) 06:18:14 (15/33) Installing py3-idna (2.9-r0) 06:18:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:18:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:18:14 (18/33) Installing py3-requests (2.23.0-r0) 06:18:14 (19/33) Installing py3-msgpack (1.0.0-r0) 06:18:15 (20/33) Installing py3-lockfile (0.12.2-r3) 06:18:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:18:15 (22/33) Installing py3-colorama (0.4.3-r0) 06:18:15 (23/33) Installing py3-distlib (0.3.0-r0) 06:18:15 (24/33) Installing py3-distro (1.5.0-r1) 06:18:15 (25/33) Installing py3-webencodings (0.5.1-r3) 06:18:15 (26/33) Installing py3-html5lib (1.0.1-r4) 06:18:15 (27/33) Installing py3-pytoml (0.1.21-r0) 06:18:15 (28/33) Installing py3-pep517 (0.8.2-r0) 06:18:15 (29/33) Installing py3-progress (1.5-r0) 06:18:15 (30/33) Installing py3-toml (0.10.1-r0) 06:18:15 (31/33) Installing py3-retrying (1.3.3-r0) 06:18:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:18:15 (33/33) Installing py3-pip (20.1.1-r0) 06:18:15 Executing busybox-1.31.1-r16.trigger 06:18:15 OK: 71 MiB in 55 packages 06:18:15 OK 06:18:15 Verifying ./api/raml/support-logging.raml... 06:18:18 OK 06:18:18 Verifying ./api/raml/support-scheduler.raml... 06:18:21 OK 06:18:21 Verifying ./api/raml/core-data.raml... 06:18:25 Removing intermediate container d785102a8aa5 06:18:25 ---> 04d980d6d451 06:18:25 Step 21/26 : RUN pip install docker-compose==1.23.2 06:18:25 ---> Running in acbb57d447bc 06:18:25 Collecting docker-compose==1.23.2 06:18:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:18:25 Collecting docopt<0.7,>=0.6.1 06:18:25 Downloading docopt-0.6.2.tar.gz (25 kB) 06:18:26 OK 06:18:26 Verifying ./api/raml/support-notifications.raml... 06:18:26 Collecting docker<4.0,>=3.6.0 06:18:26 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:18:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:18:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:18:26 Collecting websocket-client<1.0,>=0.32.0 06:18:26 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:18:26 Collecting cached-property<2,>=1.2.0 06:18:26 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 06:18:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:18:26 Collecting jsonschema<3,>=2.5.1 06:18:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:18:27 Collecting texttable<0.10,>=0.9.0 06:18:27 Downloading texttable-0.9.1.tar.gz (11 kB) 06:18:27 Collecting PyYAML<4,>=3.10 06:18:27 Downloading PyYAML-3.13.tar.gz (270 kB) 06:18:28 Collecting dockerpty<0.5,>=0.4.1 06:18:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:18:28 Collecting docker-pycreds>=0.4.0 06:18:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:18:28 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) 06:18:28 Collecting idna<2.8,>=2.5 06:18:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:18:29 Collecting urllib3<1.25,>=1.21.1 06:18:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:18:29 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) 06:18:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:18:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:18:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:18:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:18:29 Installing collected packages: docopt, docker-pycreds, idna, urllib3, requests, websocket-client, docker, cached-property, jsonschema, texttable, PyYAML, dockerpty, docker-compose 06:18:29 Running setup.py install for docopt: started 06:18:29 Running setup.py install for docopt: finished with status 'done' 06:18:29 Attempting uninstall: idna 06:18:29 Found existing installation: idna 2.9 06:18:29 Uninstalling idna-2.9: 06:18:29 Successfully uninstalled idna-2.9 06:18:29 Attempting uninstall: urllib3 06:18:29 Found existing installation: urllib3 1.25.9 06:18:29 Uninstalling urllib3-1.25.9: 06:18:29 Successfully uninstalled urllib3-1.25.9 06:18:30 Attempting uninstall: requests 06:18:30 Found existing installation: requests 2.23.0 06:18:30 Uninstalling requests-2.23.0: 06:18:30 Successfully uninstalled requests-2.23.0 06:18:30 OK 06:18:30 Verifying ./api/raml/system-agent.raml... 06:18:30 Running setup.py install for texttable: started 06:18:31 Running setup.py install for texttable: finished with status 'done' 06:18:31 Running setup.py install for PyYAML: started 06:18:31 Running setup.py install for PyYAML: finished with status 'done' 06:18:31 Running setup.py install for dockerpty: started 06:18:32 Running setup.py install for dockerpty: finished with status 'done' 06:18:32 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 06:18:32 OK [Pipeline] sh 06:18:33 + ls -al . 06:18:33 total 588 06:18:33 drwxrwxr-x 10 1001 1001 4096 Jul 28 06:17 . 06:18:33 drwxr-xr-x 4 root root 4096 Jul 28 06:15 .. 06:18:33 -rw-rw-r-- 1 1001 1001 11 Jul 28 06:13 .dockerignore 06:18:33 drwxrwxr-x 8 1001 1001 4096 Jul 28 06:13 .git 06:18:33 drwxrwxr-x 3 1001 1001 4096 Jul 28 06:13 .github 06:18:33 -rw-rw-r-- 1 1001 1001 924 Jul 28 06:13 .gitignore 06:18:33 drwxrwxr-x 3 1001 1001 4096 Jul 28 06:13 .semver 06:18:33 -rw-rw-r-- 1 1001 1001 178 Jul 28 06:13 .sonarcloud.properties 06:18:33 -rw-rw-r-- 1 1001 1001 3804 Jul 28 06:13 CONTRIBUTING.md 06:18:33 -rw-rw-r-- 1 1001 1001 1035 Jul 28 06:13 Dockerfile.build 06:18:33 -rw-rw-r-- 1 1001 1001 824 Jul 28 06:13 Jenkinsfile 06:18:33 -rw-rw-r-- 1 1001 1001 10775 Jul 28 06:13 LICENSE 06:18:33 -rw-rw-r-- 1 1001 1001 6417 Jul 28 06:13 Makefile 06:18:33 -rw-rw-r-- 1 1001 1001 5652 Jul 28 06:13 README.md 06:18:33 -rw-rw-r-- 1 1001 1001 7111 Jul 28 06:13 SECURITY.md 06:18:33 -rw-rw-r-- 1 1001 1001 5 Jul 28 06:10 VERSION 06:18:33 -rw-rw-r-- 1 1001 1001 4131 Jul 28 06:13 ZMQWindows.md 06:18:33 drwxrwxr-x 4 1001 1001 4096 Jul 28 06:13 api 06:18:33 drwxrwxr-x 2 1001 1001 4096 Jul 28 06:13 bin 06:18:33 drwxrwxr-x 15 1001 1001 4096 Jul 28 06:13 cmd 06:18:33 -rw-r--r-- 1 root root 455496 Jul 28 06:17 coverage.out 06:18:33 -rw-r--r-- 1 root root 1019 Jul 28 06:17 go.mod 06:18:33 -rw-r--r-- 1 root root 18146 Jul 28 06:17 go.sum 06:18:33 drwxrwxr-x 8 1001 1001 4096 Jul 28 06:13 internal 06:18:33 drwxrwxr-x 4 1001 1001 4096 Jul 28 06:13 snap 06:18:33 -rw-rw-r-- 1 1001 1001 168 Jul 28 06:13 version.go [Pipeline] sh 06:18:34 + '[' -e coverage.out ] 06:18:34 + chown 1001:1001 coverage.out [Pipeline] stash 06:18:34 Warning: overwriting stash ‘coverage-report’ 06:18:35 Stashed 1 file(s) [Pipeline] sh 06:18:36 + make build 06:18:36 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 06:18:36 Removing intermediate container acbb57d447bc 06:18:36 ---> 921bbbce4d84 06:18:36 Step 22/26 : RUN apk --no-cache add curl 06:18:36 ---> Running in ff237259c41a 06:18:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:18:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:18:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:18:37 (2/3) Installing libcurl (7.69.1-r0) 06:18:37 (3/3) Installing curl (7.69.1-r0) 06:18:37 Executing busybox-1.31.1-r16.trigger 06:18:37 OK: 72 MiB in 58 packages 06:18:37 Removing intermediate container ff237259c41a 06:18:37 ---> fa9e575dca8a 06:18:37 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:18:37 ---> Running in 43253e5b0075 06:18:37 Removing intermediate container 43253e5b0075 06:18:37 ---> 5e28e2d230b9 06:18:37 Step 24/26 : LABEL arch=x86_64 06:18:38 ---> Running in 687e01c6c7e7 06:18:38 Removing intermediate container 687e01c6c7e7 06:18:38 ---> bcc241b709fb 06:18:38 Step 25/26 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:18:38 ---> Running in 336aacad3afd 06:18:38 Removing intermediate container 336aacad3afd 06:18:38 ---> b6d11dabf2ea 06:18:38 Step 26/26 : LABEL version=0.0.0 06:18:38 ---> Running in b43c0320a980 06:18:38 Removing intermediate container b43c0320a980 06:18:38 ---> 3a3afadc38fd 06:18:38 06:18:38 Successfully built 3a3afadc38fd 06:18:38 Successfully tagged docker-sys-mgmt-agent-go:latest 06:18:38  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:18:38 $ docker stop --time=1 e246b198c259fb2d9e031f53522a18b810f13e13809a4953e42a9dfcafe1e8a1 06:18:40 $ docker rm -f e246b198c259fb2d9e031f53522a18b810f13e13809a4953e42a9dfcafe1e8a1 [Pipeline] // withDockerContainer [Pipeline] sh 06:18:41 + docker images 06:18:41 + grep docker 06:18:41 docker-sys-mgmt-agent-go latest 3a3afadc38fd 2 seconds ago 284MB 06:18:41 docker-support-notifications-go latest 29784284cfd2 29 seconds ago 14.4MB 06:18:41 docker-support-logging-go latest 2b8376a295f4 31 seconds ago 11.8MB 06:18:41 docker-core-data-go latest f7b37e61174b 34 seconds ago 23.8MB 06:18:41 docker-core-command-go latest df0efca1ff4a 59 seconds ago 13MB 06:18:41 docker-security-secretstore-setup-go latest 17605015a2e3 2 minutes ago 33.9MB 06:18:41 docker-security-secrets-setup-go latest a3bef0bbcde2 2 minutes ago 25.1MB 06:18:41 docker-security-proxy-setup-go latest 93c908410aa6 2 minutes ago 16.4MB 06:18:41 docker-core-metadata-go latest a892d545a528 2 minutes ago 14.4MB 06:18:41 docker-support-scheduler-go latest db99cd21878c 2 minutes ago 13.1MB 06:18:41 docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:18:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:19:04 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 06:19:10 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 06:19:14 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 06:19:19 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 06:19:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:19:26 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 06:19:31 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 06:19:36 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 06:19:41 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 06:19:47 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 06:19:51 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] } 06:19:54 $ docker stop --time=1 aa050cf5eecc72dfbf86e5d238ba18eaf958fbaa2a05b318055c635e06eb5b15 06:19:57 $ docker rm -f aa050cf5eecc72dfbf86e5d238ba18eaf958fbaa2a05b318055c635e06eb5b15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:19:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:19:59 06:19:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:19:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:19:59 latest: Pulling from edgex-devops/edgex-compose-arm64 06:19:59 29e5d40040c1: Already exists 06:20:00 1ce36da41761: Pulling fs layer 06:20:00 25b303627fd3: Pulling fs layer 06:20:00 1ce36da41761: Verifying Checksum 06:20:00 1ce36da41761: Download complete 06:20:01 1ce36da41761: Pull complete 06:20:01 25b303627fd3: Verifying Checksum 06:20:01 25b303627fd3: Download complete 06:20:12 25b303627fd3: Pull complete 06:20:12 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:20:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:20:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:20:12 prd-ubuntu18.04-docker-arm64-4c-16g-1219 does not seem to be running inside a container 06:20:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 06:20:16 $ docker top bd994d9b39f9289bcc444fed624fc7bbc33cb25222c949763d58904b8693bbf6 -eo pid,comm [Pipeline] { [Pipeline] sh 06:20:17 + + grepdocker-compose parallel build 06:20:17 --help 06:20:21 --parallel Build images in parallel. [Pipeline] } 06:20:22 $ docker stop --time=1 bd994d9b39f9289bcc444fed624fc7bbc33cb25222c949763d58904b8693bbf6 06:20:23 $ docker rm -f bd994d9b39f9289bcc444fed624fc7bbc33cb25222c949763d58904b8693bbf6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:20:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:20:24 . [Pipeline] withDockerContainer 06:20:25 prd-ubuntu18.04-docker-arm64-4c-16g-1219 does not seem to be running inside a container 06:20:25 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 06:20:26 $ docker top de5a8f236ba23597cd8579487761b2d411d28613f4cb3f5f3dcd4ddd02d0005b -eo pid,comm [Pipeline] { [Pipeline] sh 06:20:27 + docker-compose -f ./docker-compose-build.yml build --parallel 06:20:30 Building docker-core-command-go ... 06:20:30 Building docker-core-data-go ... 06:20:30 Building docker-core-metadata-go ... 06:20:30 Building docker-security-proxy-setup-go ... 06:20:30 Building docker-security-secrets-setup-go ... 06:20:30 Building docker-security-secretstore-setup-go ... 06:20:30 Building docker-support-logging-go ... 06:20:30 Building docker-support-notifications-go ... 06:20:30 Building docker-support-scheduler-go ... 06:20:30 Building docker-sys-mgmt-agent-go ... 06:20:30 Building docker-core-command-go 06:20:30 Building docker-sys-mgmt-agent-go 06:20:30 Building docker-support-notifications-go 06:20:30 Building docker-support-logging-go 06:20:30 Building docker-support-scheduler-go 06:22:22 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 06:22:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:22:22 ---> a8ee3b08e7d5 06:22:22 Step 3/21 : WORKDIR /edgex-go 06:22:22 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 06:22:22 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:22:22 ---> a8ee3b08e7d5 06:22:22 Step 3/20 : WORKDIR /edgex-go 06:22:22 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 06:22:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:22:22 ---> a8ee3b08e7d5 06:22:22 Step 3/23 : WORKDIR /edgex-go 06:22:22 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 06:22:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:22:22 ---> a8ee3b08e7d5 06:22:22 Step 3/21 : WORKDIR /edgex-go 06:22:22 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 06:22:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:22:22 ---> a8ee3b08e7d5 06:22:22 Step 3/26 : WORKDIR /edgex-go 06:22:22 ---> Running in 7f0cbaa93894 06:22:22 ---> Running in 00fb0904bacb 06:22:22 ---> Running in 07f9a1e05680 06:22:22 ---> Running in e534da057b99 06:22:22 ---> Running in 1f4c239e674f 06:22:22 Removing intermediate container 00fb0904bacb 06:22:22 ---> 02e455d80e89 06:22:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:22 Removing intermediate container 07f9a1e05680 06:22:22 ---> bbacf4c910c4 06:22:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:22 Removing intermediate container 7f0cbaa93894 06:22:22 ---> 1554929268ee 06:22:22 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:22 Removing intermediate container 1f4c239e674f 06:22:22 ---> 1daa05d45c07 06:22:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:23 Removing intermediate container e534da057b99 06:22:23 ---> 31e64d79e095 06:22:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:23 ---> Running in 0c1b86280d14 06:22:23 ---> Running in fad988d2adc2 06:22:23 ---> Running in 78f5be048830 06:22:23 ---> Running in 699ecac7f885 06:22:23 ---> Running in 15bb83ec5cdf 06:22:27 Removing intermediate container 0c1b86280d14 06:22:27 ---> 063ff563f87e 06:22:27 Step 5/21 : RUN apk update && apk add make git 06:22:27 ---> Running in e887ee79dd1d 06:22:27 Removing intermediate container 78f5be048830 06:22:27 ---> f8f25e90f909 06:22:27 Step 5/21 : RUN apk update && apk add make && apk add bash git 06:22:27 Removing intermediate container fad988d2adc2 06:22:27 ---> c211c6371882 06:22:27 Step 5/20 : RUN apk update && apk add make git 06:22:27 ---> Running in adf50ffa39bd 06:22:27 ---> Running in 83edf884e735 06:22:27 Removing intermediate container 699ecac7f885 06:22:27 ---> cab363433f67 06:22:27 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 06:22:27 Removing intermediate container 15bb83ec5cdf 06:22:27 ---> 567da2c48a36 06:22:27 Step 5/26 : RUN apk update && apk add make bash git 06:22:28 ---> Running in 47a1048d1240 06:22:28 ---> Running in 161c10e45ef9 06:22:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:31 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:22:31 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:22:31 OK: 12620 distinct packages available 06:22:32 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:22:32 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:22:32 OK: 12620 distinct packages available 06:22:32 OK: 217 MiB in 51 packages 06:22:32 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:22:32 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:22:32 OK: 12620 distinct packages available 06:22:32 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:22:32 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:22:32 OK: 12620 distinct packages available 06:22:32 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:22:32 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:22:32 OK: 12620 distinct packages available 06:22:33 OK: 217 MiB in 51 packages 06:22:33 OK: 217 MiB in 51 packages 06:22:33 OK: 217 MiB in 51 packages 06:22:33 OK: 217 MiB in 51 packages 06:22:34 OK: 217 MiB in 51 packages 06:22:34 Removing intermediate container e887ee79dd1d 06:22:34 ---> a43c14b5591d 06:22:34 Step 6/21 : COPY go.mod . 06:22:34 Removing intermediate container 83edf884e735 06:22:34 ---> 1be7ab1968af 06:22:34 Step 6/20 : COPY go.mod . 06:22:35 ---> 3b22892a759f 06:22:35 Step 7/21 : RUN go mod download 06:22:35 Removing intermediate container 47a1048d1240 06:22:35 ---> ca15d6519d90 06:22:35 Step 6/23 : COPY go.mod . 06:22:35 Removing intermediate container 161c10e45ef9 06:22:35 ---> ce939441abed 06:22:35 Step 6/26 : COPY go.mod . 06:22:35 ---> 2d8362f6794f 06:22:35 Step 7/20 : RUN go mod download 06:22:35 ---> Running in cabc9cff873a 06:22:36 Removing intermediate container adf50ffa39bd 06:22:36 ---> 6e98c200c4bc 06:22:36 Step 6/21 : COPY go.mod . 06:22:36 ---> Running in 50b5bb77ba6f 06:22:37 ---> bf317ef71949 06:22:37 Step 7/23 : RUN go mod download 06:22:37 ---> 8cb54763caa7 06:22:37 Step 7/26 : RUN go mod download 06:22:37 ---> Running in ec326dc4fd51 06:22:37 ---> Running in ad36a8b6a413 06:22:37 ---> 67a243ea2d65 06:22:37 Step 7/21 : RUN go mod download 06:22:37 ---> Running in a386c3751611 06:22:40 Removing intermediate container cabc9cff873a 06:22:40 ---> 60a02e72bf60 06:22:40 Step 8/21 : COPY . . 06:22:40 Removing intermediate container 50b5bb77ba6f 06:22:40 ---> dbe599dddf74 06:22:40 Step 8/20 : COPY . . 06:22:47 Removing intermediate container ad36a8b6a413 06:22:47 ---> 34c80041030c 06:22:47 Step 8/26 : COPY . . 06:22:47 Removing intermediate container ec326dc4fd51 06:22:47 ---> e35e1d2ee405 06:22:47 Step 8/23 : COPY . . 06:22:47 Removing intermediate container a386c3751611 06:22:47 ---> 0be3867d01ca 06:22:47 Step 8/21 : COPY . . 06:23:14 ---> 53c65f30d950 06:23:14 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 06:23:14 ---> ca0ea3180796 06:23:14 Step 9/21 : RUN make cmd/core-command/core-command 06:23:14 ---> 96ede2c98163 06:23:14 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:23:14 ---> Running in 8b45bf844e5b 06:23:14 ---> Running in f23d3dea580b 06:23:14 ---> 6072a73f964e 06:23:14 Step 9/21 : RUN make cmd/support-logging/support-logging 06:23:14 ---> c2c33b7a05d8 06:23:14 Step 9/23 : RUN make cmd/support-notifications/support-notifications 06:23:14 ---> Running in 23577ec140be 06:23:14 ---> Running in 91d964124772 06:23:14 ---> Running in ad4bb780cd88 06:23:16 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 06:23:16 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 06:23:16 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 06:23:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:23:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:25:08 Removing intermediate container 23577ec140be 06:25:08 ---> 6637c78880d8 06:25:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:25:08 ---> Running in b73993475bfa 06:25:08 Removing intermediate container 91d964124772 06:25:08 ---> 7baedf7aa815 06:25:08 06:25:08 Step 10/21 : FROM scratch 06:25:08 ---> 06:25:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:25:08 ---> Running in e8309b807ee2 06:25:08 Removing intermediate container e8309b807ee2 06:25:08 ---> 8dc70c62c2ed 06:25:08 Step 12/21 : ENV APP_PORT=48061 06:25:08 ---> Running in 77a3ab236228 06:25:08 Removing intermediate container 77a3ab236228 06:25:08 ---> d2133921f1de 06:25:08 Step 13/21 : EXPOSE $APP_PORT 06:25:08 ---> Running in 2b95e29586bd 06:25: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 06:25:08 Removing intermediate container 2b95e29586bd 06:25:08 ---> b7b073e5a63e 06:25:08 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 06:25:08 ---> 206008bb890f 06:25:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:25:08 ---> 5d3cf8e30d83 06:25:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:25:08 ---> 19d82edb9eaf 06:25:08 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:25:08 ---> 478bef3c75e5 06:25:08 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:25:08 Removing intermediate container b73993475bfa 06:25:08 ---> 0f8627a32b49 06:25:08 06:25:08 Step 11/26 : FROM docker:latest 06:25:08 ---> ce9d55ae87f1 06:25:08 Step 12/26 : RUN apk add --no-cache bash 06:25:08 ---> Running in b54f57e47ef7 06:25:08 ---> Running in fa65f2d8df75 06:25:08 Removing intermediate container fa65f2d8df75 06:25:08 ---> 00671aaf5e85 06:25:08 Step 19/21 : LABEL arch=arm64 06:25:09 ---> Running in 3cdedc8cdeda 06:25:10 Removing intermediate container 3cdedc8cdeda 06:25:10 ---> 76d4e0e32680 06:25:10 Step 20/21 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:25:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:25:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:25:11 (1/2) Installing readline (8.0.4-r0) 06:25:11 ---> Running in c1b6d1bc7188 06:25:11 (2/2) Installing bash (5.0.17-r0) 06:25:11 Executing bash-5.0.17-r0.post-install 06:25:11 Executing busybox-1.31.1-r16.trigger 06:25:11 OK: 12 MiB in 22 packages 06:25:12 Removing intermediate container c1b6d1bc7188 06:25:12 ---> eb841d53e159 06:25:12 Step 21/21 : LABEL version=0.0.0 06:25:13 Removing intermediate container 8b45bf844e5b 06:25:13 ---> 7019cd26caee 06:25:13 06:25:13 Step 10/20 : FROM scratch 06:25:13 ---> 06:25:13 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:25:13 Removing intermediate container ad4bb780cd88 06:25:13 ---> 66f0530d6add 06:25:13 06:25:13 Step 10/23 : FROM scratch 06:25:13 ---> 06:25:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:25:13 ---> Running in faea0bc1759a 06:25:13 ---> Using cache 06:25:13 ---> 8dc70c62c2ed 06:25:13 Step 12/23 : ENV APP_PORT=48060 06:25:14 ---> Running in b1561ee51bde 06:25:14 Removing intermediate container b54f57e47ef7 06:25:14 ---> 30481bf81bab 06:25:14 Step 13/26 : RUN rm -rf /var/cache/apk/* 06:25:14 Removing intermediate container f23d3dea580b 06:25:14 ---> dc872803d29d 06:25:14 06:25:14 Step 10/21 : FROM scratch 06:25:14 ---> 06:25:14 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:25:14 ---> Running in 320c2795e47b 06:25:14 ---> Running in 6e057e74b9b7 06:25:14 ---> Running in b9d2b915e0e8 06:25:14 Removing intermediate container faea0bc1759a 06:25:14 ---> d054e15599b3 06:25:14 06:25:14 Removing intermediate container b1561ee51bde 06:25:14 ---> d314123c9336 06:25:14 Step 12/20 : ENV APP_PORT=48085 06:25:15 ---> Running in a32f48cb11a1 06:25:15 Removing intermediate container 320c2795e47b 06:25:15 ---> d5fc9d7ac80e 06:25:15 Step 13/23 : EXPOSE $APP_PORT 06:25:15 Removing intermediate container b9d2b915e0e8 06:25:15 ---> 1db39a845119 06:25:15 Step 12/21 : ENV APP_PORT=48082 06:25:15 Successfully built d054e15599b3 06:25:15 ---> Running in e7ae55a95a05 06:25:15 Successfully tagged docker-support-logging-go-arm64:latest 06:25:15  Building docker-support-logging-go ... done Building docker-core-metadata-go 06:25:15 ---> Running in f6e848d0c8cd 06:25:15 Removing intermediate container a32f48cb11a1 06:25:15 ---> 47638819aef6 06:25:15 Step 13/20 : EXPOSE $APP_PORT 06:25:16 ---> Running in e6ba6f579a66 06:25:16 Removing intermediate container e7ae55a95a05 06:25:16 ---> b0d0443029ad 06:25:16 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 06:25:16 Removing intermediate container f6e848d0c8cd 06:25:16 ---> 55300d01946e 06:25:16 Step 13/21 : EXPOSE $APP_PORT 06:25:16 Removing intermediate container e6ba6f579a66 06:25:16 ---> 1101ce6155a0 06:25:16 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:25:17 ---> Running in f4267633aa94 06:25:17 ---> 6678d69d6739 06:25:17 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:25:19 ---> b80c94c972ae 06:25:19 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:25:19 Removing intermediate container f4267633aa94 06:25:19 ---> 31e19659ee1f 06:25:19 Step 14/21 : WORKDIR / 06:25:20 ---> Running in c49a9c903554 06:25:21 ---> 931742853fc9 06:25:21 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 06:25:21 Removing intermediate container 6e057e74b9b7 06:25:21 ---> 4601b64aee7a 06:25:21 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:25:21 ---> 7d4a80e0a0ce 06:25:21 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:25:21 ---> Running in a5ac27d339bb 06:25:21 Removing intermediate container c49a9c903554 06:25:21 ---> d04a3d00c531 06:25:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:25:23 ---> a64b6fbc2502 06:25:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:25:23 Removing intermediate container a5ac27d339bb 06:25:23 ---> eb658d6a38cc 06:25:23 Step 15/26 : ENV APP_PORT=48090 06:25:23 ---> 226e592a645c 06:25:23 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:25:23 ---> fd8b12d8e479 06:25:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:25:23 ---> Running in 733ce64052f0 06:25:23 ---> Running in 7159ecb70d88 06:25:24 Removing intermediate container 733ce64052f0 06:25:24 ---> 0736affdd6f2 06:25:24 Step 16/26 : EXPOSE $APP_PORT 06:25:24 ---> da9a91f70ca6 06:25:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:25:24 ---> Running in 5fe46473d657 06:25:24 Removing intermediate container 7159ecb70d88 06:25:24 ---> 3a2059ff068c 06:25:24 Step 18/20 : LABEL arch=arm64 06:25:25 ---> Running in 3333a71a903d 06:25:25 Removing intermediate container 5fe46473d657 06:25:25 ---> 648142b77d87 06:25:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:25:25 ---> 446541a40851 06:25:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:25:26 Removing intermediate container 3333a71a903d 06:25:26 ---> 9392a12ec348 06:25:26 Step 19/20 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:25:27 ---> b20e34155ed9 06:25:27 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:25:27 ---> Running in 4a47b5e29619 06:25:27 ---> d4e2b04e245d 06:25:27 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:25:27 ---> aa64cd5e82de 06:25:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:25:28 ---> Running in 1d53714a1296 06:25:28 Removing intermediate container 4a47b5e29619 06:25:28 ---> 5b45e4d28cb8 06:25:28 Step 20/20 : LABEL version=0.0.0 06:25:28 ---> 2cbaa135b770 06:25:28 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:25:28 ---> Running in bbe18d553a61 06:25:28 ---> Running in 09b624142d63 06:25:28 Removing intermediate container 1d53714a1296 06:25:28 ---> b1c16684536a 06:25:28 Step 19/21 : LABEL arch=arm64 06:25:29 ---> bf5a599ae05f 06:25:29 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:25:29 ---> Running in e7eb512879e1 06:25:29 Removing intermediate container 09b624142d63 06:25:29 ---> aa84b2240038 06:25:29 Step 21/23 : LABEL arch=arm64 06:25:29 Removing intermediate container bbe18d553a61 06:25:29 ---> dd972df9832d 06:25:29 06:25:30 ---> Running in f4ffbf9d0f93 06:25:30 Removing intermediate container e7eb512879e1 06:25:30 ---> ccc1ccb8178e 06:25:30 Step 20/21 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:25:30 Successfully built dd972df9832d 06:25:30 Successfully tagged docker-support-scheduler-go-arm64:latest 06:25:30 Building docker-core-data-go 06:25:30  Building docker-support-scheduler-go ... done  ---> 0947b203dded 06:25:30 Step 20/26 : RUN apk --no-cache add py-pip 06:25:30 ---> Running in bcfec186ba4b 06:25:30 ---> Running in 854803410f07 06:25:31 Removing intermediate container f4ffbf9d0f93 06:25:31 ---> 30bc01c84075 06:25:31 Step 22/23 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:25:31 ---> Running in 3ddee6490df9 06:25:31 Removing intermediate container bcfec186ba4b 06:25:31 ---> eefd10ac20c7 06:25:31 Step 21/21 : LABEL version=0.0.0 06:25:32 ---> Running in 80cfd2e25c6d 06:25:32 Removing intermediate container 3ddee6490df9 06:25:32 ---> a2b973b46ace 06:25:32 Step 23/23 : LABEL version=0.0.0 06:25:33 ---> Running in d53c81ba94f1 06:25:33 Removing intermediate container 80cfd2e25c6d 06:25:33 ---> 9d9f4512c1f0 06:25:33 06:25:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:25:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:25:33 Successfully built 9d9f4512c1f0 06:25:34 (1/33) Installing libbz2 (1.0.8-r1) 06:25:34 (2/33) Installing expat (2.2.9-r1) 06:25:34 (3/33) Installing libffi (3.3-r2) 06:25:34 (4/33) Installing gdbm (1.13-r1) 06:25:34 (5/33) Installing xz-libs (5.2.5-r0) 06:25:34 (6/33) Installing sqlite-libs (3.32.1-r0) 06:25:34 (7/33) Installing python3 (3.8.5-r0) 06:25:34 Successfully tagged docker-core-command-go-arm64:latest 06:25:34  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 06:25:34 Removing intermediate container d53c81ba94f1 06:25:34 ---> f0bf0bfafed9 06:25:34 06:25:34 Successfully built f0bf0bfafed9 06:25:35 Successfully tagged docker-support-notifications-go-arm64:latest 06:25:35 Building docker-security-secretstore-setup-go 06:25:36  Building docker-support-notifications-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 06:25:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:25:36 (10/33) Installing py3-parsing (2.4.7-r0) 06:25:36 (11/33) Installing py3-six (1.15.0-r0) 06:25:36 (12/33) Installing py3-packaging (20.4-r0) 06:25:36 (13/33) Installing py3-setuptools (47.0.0-r0) 06:25:36 (14/33) Installing py3-chardet (3.0.4-r4) 06:25:36 (15/33) Installing py3-idna (2.9-r0) 06:25:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:25:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:25:36 (18/33) Installing py3-requests (2.23.0-r0) 06:25:36 (19/33) Installing py3-msgpack (1.0.0-r0) 06:25:36 (20/33) Installing py3-lockfile (0.12.2-r3) 06:25:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:25:36 (22/33) Installing py3-colorama (0.4.3-r0) 06:25:36 (23/33) Installing py3-distlib (0.3.0-r0) 06:25:36 (24/33) Installing py3-distro (1.5.0-r1) 06:25:36 (25/33) Installing py3-webencodings (0.5.1-r3) 06:25:36 (26/33) Installing py3-html5lib (1.0.1-r4) 06:25:36 (27/33) Installing py3-pytoml (0.1.21-r0) 06:25:36 (28/33) Installing py3-pep517 (0.8.2-r0) 06:25:36 (29/33) Installing py3-progress (1.5-r0) 06:25:36 (30/33) Installing py3-toml (0.10.1-r0) 06:25:36 (31/33) Installing py3-retrying (1.3.3-r0) 06:25:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:25:36 (33/33) Installing py3-pip (20.1.1-r0) 06:25:37 Executing busybox-1.31.1-r16.trigger 06:25:37 OK: 71 MiB in 55 packages 06:25:45 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 06:25:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:25:45 ---> a8ee3b08e7d5 06:25:45 Step 3/21 : WORKDIR /edgex-go 06:25:45 ---> Using cache 06:25:45 ---> 31e64d79e095 06:25:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:45 ---> Using cache 06:25:45 ---> 567da2c48a36 06:25:45 Step 5/21 : RUN apk update && apk add make git 06:25:50 Removing intermediate container 854803410f07 06:25:50 ---> 6170820e0881 06:25:50 Step 21/26 : RUN pip install docker-compose==1.23.2 06:25:50 ---> Running in 03b61bc49219 06:25:51 ---> Running in 71e1e81e9ec5 06:25:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:25:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:25:55 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:25:55 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:25:55 OK: 12620 distinct packages available 06:25:55 OK: 217 MiB in 51 packages 06:25:57 Collecting docker-compose==1.23.2 06:25:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:25:58 Collecting dockerpty<0.5,>=0.4.1 06:25:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:25:59 Removing intermediate container 03b61bc49219 06:25:59 ---> 2863bb20b39a 06:25:59 Step 6/21 : COPY go.mod . 06:26:01 ---> 1b6044a1992d 06:26:01 Step 7/21 : RUN go mod download 06:26:01 Collecting websocket-client<1.0,>=0.32.0 06:26:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:26:01 ---> Running in 5e5435237d54 06:26:02 Collecting texttable<0.10,>=0.9.0 06:26:02 Downloading texttable-0.9.1.tar.gz (11 kB) 06:26:05 Collecting PyYAML<4,>=3.10 06:26:05 Downloading PyYAML-3.13.tar.gz (270 kB) 06:26:08 Removing intermediate container 5e5435237d54 06:26:08 ---> 5d59ee71d869 06:26:08 Step 8/21 : COPY . . 06:26:09 Collecting cached-property<2,>=1.2.0 06:26:09 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 06:26:10 Collecting jsonschema<3,>=2.5.1 06:26:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:26:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:26:10 Collecting docopt<0.7,>=0.6.1 06:26:10 Downloading docopt-0.6.2.tar.gz (25 kB) 06:26:13 Collecting docker<4.0,>=3.6.0 06:26:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:26:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:26:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:26:15 Collecting docker-pycreds>=0.4.0 06:26:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:26:15 Collecting idna<2.8,>=2.5 06:26:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:26:16 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 06:26:16 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 06:26:16 Collecting urllib3<1.25,>=1.21.1 06:26:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:26:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:26:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:26:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:26:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:26:17 Installing collected packages: dockerpty, websocket-client, texttable, PyYAML, cached-property, jsonschema, docopt, docker-pycreds, idna, urllib3, requests, docker, docker-compose 06:26:17 Running setup.py install for dockerpty: started 06:26:19 Running setup.py install for dockerpty: finished with status 'done' 06:26:20 Running setup.py install for texttable: started 06:26:20 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 06:26:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:26:20 ---> a8ee3b08e7d5 06:26:20 Step 3/22 : WORKDIR /edgex-go 06:26:20 ---> Using cache 06:26:20 ---> 31e64d79e095 06:26:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:26:20 ---> Using cache 06:26:20 ---> 567da2c48a36 06:26:20 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:26:22 Running setup.py install for texttable: finished with status 'done' 06:26:22 Running setup.py install for PyYAML: started 06:26:24 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 06:26:24 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:26:24 ---> a8ee3b08e7d5 06:26:24 Step 3/20 : WORKDIR /edgex-go 06:26:24 ---> Using cache 06:26:24 ---> 31e64d79e095 06:26:24 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:26:24 ---> Using cache 06:26:24 ---> 567da2c48a36 06:26:24 Step 5/20 : RUN apk update && apk add make git 06:26:24 ---> Using cache 06:26:24 ---> 2863bb20b39a 06:26:24 Step 6/20 : COPY go.mod . 06:26:24 ---> Using cache 06:26:24 ---> 1b6044a1992d 06:26:24 Step 7/20 : RUN go mod download 06:26:24 ---> Using cache 06:26:24 ---> 5d59ee71d869 06:26:24 Step 8/20 : COPY . . 06:26:24 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 06:26:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:26:24 ---> a8ee3b08e7d5 06:26:24 Step 3/26 : WORKDIR /edgex-go 06:26:24 ---> Using cache 06:26:24 ---> 31e64d79e095 06:26:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:26:24 ---> Using cache 06:26:24 ---> 567da2c48a36 06:26:24 Step 5/26 : RUN apk update && apk add make git 06:26:24 ---> Using cache 06:26:24 ---> 2863bb20b39a 06:26:24 Step 6/26 : COPY go.mod . 06:26:24 ---> Using cache 06:26:24 ---> 1b6044a1992d 06:26:24 Step 7/26 : RUN go mod download 06:26:24 ---> Using cache 06:26:24 ---> 5d59ee71d869 06:26:24 Step 8/26 : COPY . . 06:26:25 Running setup.py install for PyYAML: finished with status 'done' 06:26:27 Running setup.py install for docopt: started 06:26:29 ---> Running in b18f8c992b01 06:26:29 Running setup.py install for docopt: finished with status 'done' 06:26:29 Attempting uninstall: idna 06:26:29 Found existing installation: idna 2.9 06:26:29 Uninstalling idna-2.9: 06:26:29 Successfully uninstalled idna-2.9 06:26:30 Attempting uninstall: urllib3 06:26:30 Found existing installation: urllib3 1.25.9 06:26:30 Uninstalling urllib3-1.25.9: 06:26:30 Successfully uninstalled urllib3-1.25.9 06:26:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:26:31 Attempting uninstall: requests 06:26:31 Found existing installation: requests 2.23.0 06:26:31 Uninstalling requests-2.23.0: 06:26:31 Successfully uninstalled requests-2.23.0 06:26:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:26:33 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:26:33 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:26:33 OK: 12620 distinct packages available 06:26:33 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 06:26:33 OK: 217 MiB in 51 packages 06:26:40 ---> d1e7f0057320 06:26:40 Step 9/21 : RUN make cmd/core-metadata/core-metadata 06:26:41 Removing intermediate container b18f8c992b01 06:26:41 ---> 8d0473a6fd82 06:26:41 Step 6/22 : COPY go.mod . 06:26:41 ---> Running in e9b01b632f72 06:26:42 Removing intermediate container 71e1e81e9ec5 06:26:42 ---> 318d4e4c8e33 06:26:42 Step 22/26 : RUN apk --no-cache add curl 06:26:42 ---> Running in fb5e81ca191b 06:26:42 ---> a811d842b407 06:26:42 Step 7/22 : RUN go mod download 06:26:43 ---> Running in 9770e7f2d6af 06:26:44 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 06:26:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:26:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:26:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:26:46 (2/3) Installing libcurl (7.69.1-r0) 06:26:46 (3/3) Installing curl (7.69.1-r0) 06:26:46 Executing busybox-1.31.1-r16.trigger 06:26:46 OK: 71 MiB in 58 packages 06:26:49 Removing intermediate container fb5e81ca191b 06:26:49 ---> ee11ee1fe4b4 06:26:49 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:26:49 Removing intermediate container 9770e7f2d6af 06:26:49 ---> 9b0969bef34b 06:26:49 Step 8/22 : COPY . . 06:26:49 ---> Running in 68c2d1740e8a 06:26:50 ---> 75394f738898 06:26:50 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 06:26:50 ---> Running in ae27f1945c3b 06:26:51 Removing intermediate container 68c2d1740e8a 06:26:51 ---> cf9148da0f58 06:26:51 Step 24/26 : LABEL arch=arm64 06:26:51 ---> 4d0b30d8d0a4 06:26:51 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:26:51 ---> Running in e50ee2306a71 06:26:51 ---> Running in 4273cc29deb9 06:26:53 Removing intermediate container e50ee2306a71 06:26:53 ---> 8673858caf21 06:26:53 Step 25/26 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:26:53 ---> Running in 7106befc75a5 06:26:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:26:54 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 06:26:54 Removing intermediate container 7106befc75a5 06:26:54 ---> 34c61dc2d9a4 06:26:54 Step 26/26 : LABEL version=0.0.0 06:26:55 ---> Running in 011f3db29631 06:26:56 Removing intermediate container 011f3db29631 06:26:56 ---> cded3b185df9 06:26:56 06:26:57 Successfully built cded3b185df9 06:26:57 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:26:57  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go 06:27:24 ---> f14fff770b7a 06:27:24 Step 9/22 : RUN make cmd/core-data/core-data 06:27:24 ---> Running in 2259eecb6931 06:27:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:27:31 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 06:27:31 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:27:31 ---> a8ee3b08e7d5 06:27:31 Step 3/29 : WORKDIR /edgex-go 06:27:31 ---> Using cache 06:27:31 ---> 31e64d79e095 06:27:31 Step 4/29 : RUN apk update && apk add make git 06:27:32 ---> Running in 4d0799e3bf45 06:27:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:27:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:27:37 v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:27:37 v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:27:37 OK: 12620 distinct packages available 06:27:38 OK: 217 MiB in 51 packages 06:27:40 Removing intermediate container 4d0799e3bf45 06:27:40 ---> 617a0e000127 06:27:40 Step 5/29 : COPY go.mod . 06:27:41 ---> 316c53a0e334 06:27:41 Step 6/29 : RUN go mod download 06:27:41 ---> Running in 8df13fd34b9d 06:27:46 Removing intermediate container 8df13fd34b9d 06:27:46 ---> 6ef782c95efa 06:27:46 Step 7/29 : COPY . . 06:28:13 ---> 3dd0741d1eb6 06:28:13 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:28:13 ---> Running in e15e3153e9ac 06:28:13 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 06:28:13 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 06:28:20 Removing intermediate container 4273cc29deb9 06:28:20 ---> ca74ce2149d1 06:28:20 06:28:20 Step 10/20 : FROM alpine 06:28:20 latest: Pulling from library/alpine 06:28:20 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:28:20 Status: Downloaded newer image for alpine:latest 06:28:20 ---> 62ee0e9f8440 06:28:20 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:28:20 ---> Running in 2055de0aa476 06:28:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:28:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:28:24 v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:28:24 v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:28:24 OK: 12620 distinct packages available 06:28:25 (1/4) Installing ca-certificates (20191127-r4) 06:28:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:28:25 (3/4) Installing libcurl (7.69.1-r0) 06:28:25 (4/4) Installing curl (7.69.1-r0) 06:28:25 Executing busybox-1.31.1-r16.trigger 06:28:25 Executing ca-certificates-20191127-r4.trigger 06:28:25 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 06:28:25 OK: 7 MiB in 18 packages 06:28:28 Removing intermediate container 2055de0aa476 06:28:28 ---> c2cd792c025a 06:28:28 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:28:28 ---> Running in b3136813a9c2 06:28:28 Removing intermediate container b3136813a9c2 06:28:28 ---> e296f84f9622 06:28:28 Step 13/20 : WORKDIR /edgex 06:28:28 ---> Running in 7de87e75de8b 06:28:29 Removing intermediate container 7de87e75de8b 06:28:29 ---> 25f9fcb0b0a2 06:28:29 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:28:30 ---> 8c39d369cdd3 06:28:30 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:28:32 ---> 0d1de63a801c 06:28:32 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:28:32 ---> Running in 54c2cb5de753 06:28:33 Removing intermediate container 54c2cb5de753 06:28:33 ---> 9454225cc8f4 06:28:33 Step 17/20 : CMD ["--init=true"] 06:28:33 ---> Running in 977c40d89ee7 06:28:34 Removing intermediate container 977c40d89ee7 06:28:34 ---> 02e2262af787 06:28:34 Step 18/20 : LABEL arch=arm64 06:28:34 ---> Running in bd1718ff9cf9 06:28:35 Removing intermediate container bd1718ff9cf9 06:28:35 ---> cdd862a2cff8 06:28:35 Step 19/20 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:28:35 ---> Running in e2494fb8b36e 06:28:36 Removing intermediate container e2494fb8b36e 06:28:36 ---> 0d6e1524d48b 06:28:36 Step 20/20 : LABEL version=0.0.0 06:28:37 ---> Running in fb37df6466bc 06:28:38 Removing intermediate container fb37df6466bc 06:28:38 ---> a6b18823b63d 06:28:38 06:28:40 Successfully built a6b18823b63d 06:28:40 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:28:40  Building docker-security-proxy-setup-go ... done Removing intermediate container ae27f1945c3b 06:28:40 ---> b722e8573c9a 06:28:40 06:28:40 Step 10/26 : FROM alpine:3.10 06:28:41 3.10: Pulling from library/alpine 06:28:43 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:28:43 Status: Downloaded newer image for alpine:3.10 06:28:43 ---> 536a684cf733 06:28:43 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:28:43 Removing intermediate container e9b01b632f72 06:28:43 ---> 48bf98dbee7b 06:28:43 06:28:43 Step 10/21 : FROM scratch 06:28:43 ---> 06:28:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:28:43 ---> Running in ca27a92511b8 06:28:43 ---> Using cache 06:28:43 ---> 1db39a845119 06:28:43 Step 12/21 : ENV APP_PORT=48081 06:28:43 ---> Running in 3d6050e548a6 06:28:43 Removing intermediate container 3d6050e548a6 06:28:43 ---> 311e5287cb80 06:28:43 Step 13/21 : EXPOSE $APP_PORT 06:28:44 ---> Running in 44d76054a47e 06:28:44 Removing intermediate container 44d76054a47e 06:28:44 ---> 997dcf858042 06:28:44 Step 14/21 : WORKDIR / 06:28:44 ---> Running in cf92132e6fbe 06:28:45 Removing intermediate container cf92132e6fbe 06:28:45 ---> 788ac225b126 06:28:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:28:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 06:28:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 06:28:46 ---> d00524395019 06:28:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:28:46 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:28:46 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:28:46 OK: 10167 distinct packages available 06:28:47 (1/5) Installing ca-certificates (20191127-r2) 06:28:47 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:28:47 (3/5) Installing libcurl (7.66.0-r0) 06:28:47 (4/5) Installing curl (7.66.0-r0) 06:28:47 (5/5) Installing dumb-init (1.2.2-r1) 06:28:47 Executing busybox-1.30.1-r3.trigger 06:28:47 Executing ca-certificates-20191127-r2.trigger 06:28:48 OK: 7 MiB in 19 packages 06:28:48 ---> 095438d13e68 06:28:48 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:28:49 ---> 27f3191c766c 06:28:49 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:28:49 ---> Running in f9888524ca71 06:28:50 Removing intermediate container ca27a92511b8 06:28:50 ---> ada046931e78 06:28:50 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:28:50 Removing intermediate container f9888524ca71 06:28:50 ---> aa259638e6bf 06:28:50 Step 19/21 : LABEL arch=arm64 06:28:50 ---> Running in 4737a9e4f3f3 06:28:50 ---> Running in 5d071201535d 06:28:51 Removing intermediate container 4737a9e4f3f3 06:28:51 ---> ab63f3d81970 06:28:51 Step 13/26 : WORKDIR / 06:28:51 Removing intermediate container 5d071201535d 06:28:51 ---> a874d641b13f 06:28:51 Step 20/21 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:28:51 ---> Running in 5d0881c241bb 06:28:51 ---> Running in ccdcd8c80e82 06:28:52 Removing intermediate container 5d0881c241bb 06:28:52 ---> ea3b04db2b0b 06:28:52 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:28:52 Removing intermediate container ccdcd8c80e82 06:28:52 ---> dcb6a15de091 06:28:52 Step 21/21 : LABEL version=0.0.0 06:28:52 ---> Running in 4ed508be88d9 06:28:53 Removing intermediate container 4ed508be88d9 06:28:53 ---> c33ddaf89986 06:28:53 06:28:53 ---> 9dff33fa4472 06:28:53 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:28:54 Successfully built c33ddaf89986 06:28:54 Successfully tagged docker-core-metadata-go-arm64:latest 06:28:54  Building docker-core-metadata-go ... done  ---> 245773cdc3b5 06:28:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:28:56 ---> faa3e45794bf 06:28:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 06:28:57 ---> 2cb87843ec35 06:28:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:28:58 ---> 56e49a9d37d3 06:28:58 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:29:00 ---> 58068e957cfc 06:29:00 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 06:29:02 ---> 3edf55c8fe06 06:29:02 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:29:03 ---> 5ebf495e22fe 06:29:03 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:29:03 ---> Running in 8d02832afa4a 06:29:06 Removing intermediate container 8d02832afa4a 06:29:06 ---> 083450d78b81 06:29:06 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 06:29:06 ---> Running in eaf8ad3cae47 06:29:06 Removing intermediate container eaf8ad3cae47 06:29:06 ---> 65d4d6cc6e09 06:29:06 Step 24/26 : LABEL arch=arm64 06:29:07 ---> Running in 1476c980fd51 06:29:07 Removing intermediate container 1476c980fd51 06:29:07 ---> 6daf162ad850 06:29:07 Step 25/26 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:29:07 ---> Running in 637eea7d07de 06:29:08 Removing intermediate container 637eea7d07de 06:29:08 ---> b3278d7a6185 06:29:08 Step 26/26 : LABEL version=0.0.0 06:29:08 ---> Running in f31ee9e3f05c 06:29:09 Removing intermediate container f31ee9e3f05c 06:29:09 ---> 65f6b368997e 06:29:09 06:29:09 Successfully built 65f6b368997e 06:29:09 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:29:12  Building docker-security-secretstore-setup-go ... done Removing intermediate container e15e3153e9ac 06:29:12 ---> 2dd66d29fb3d 06:29:12 06:29:12 Step 9/29 : FROM alpine:latest 06:29:12 ---> 62ee0e9f8440 06:29:12 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 06:29:12 ---> Running in 133f417b6f01 06:29:12 Removing intermediate container 133f417b6f01 06:29:12 ---> 45cffa0942a7 06:29:12 Step 11/29 : USER root 06:29:12 ---> Running in c0f2fed51759 06:29:13 Removing intermediate container c0f2fed51759 06:29:13 ---> 0e9ae6248dac 06:29:13 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 06:29:13 ---> Running in 4d3e1a66eda9 06:29:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:29:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:29:15 v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:29:15 v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:29:15 OK: 12620 distinct packages available 06:29:16 (1/2) Installing ca-certificates (20191127-r4) 06:29:16 (2/2) Installing dumb-init (1.2.2-r1) 06:29:16 Executing busybox-1.31.1-r16.trigger 06:29:16 Executing ca-certificates-20191127-r4.trigger 06:29:16 OK: 6 MiB in 16 packages 06:29:16 Removing intermediate container 2259eecb6931 06:29:16 ---> 7c0311d49a77 06:29:16 06:29:16 Step 10/22 : FROM alpine 06:29:16 ---> 62ee0e9f8440 06:29:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:29:17 ---> Running in b1f2cb1e3d8b 06:29:17 Removing intermediate container b1f2cb1e3d8b 06:29:17 ---> eabd8267b4c7 06:29:17 Step 12/22 : ENV APP_PORT=48080 06:29:17 ---> Running in c29dbd801c57 06:29:18 Removing intermediate container 4d3e1a66eda9 06:29:18 ---> 2955d03659d0 06:29:18 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 06:29:18 ---> Running in 3d63ec338de9 06:29:18 Removing intermediate container c29dbd801c57 06:29:18 ---> 15f566da33ff 06:29:18 Step 13/22 : EXPOSE $APP_PORT 06:29:18 ---> Running in 617b98f86599 06:29:18 Removing intermediate container 3d63ec338de9 06:29:18 ---> c53228e3deda 06:29:18 Step 14/29 : WORKDIR $BASE_DIR 06:29:18 Removing intermediate container 617b98f86599 06:29:18 ---> 3cec044271cc 06:29:18 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:18 ---> Running in 6c3b956cd93c 06:29:19 ---> Running in c7b3307d99f2 06:29:19 Removing intermediate container 6c3b956cd93c 06:29:19 ---> 13c195c38885 06:29:19 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 06:29:19 ---> Running in 35c4487a62eb 06:29:22 Removing intermediate container c7b3307d99f2 06:29:22 ---> 91298d6fdb25 06:29:22 Step 15/22 : RUN apk --no-cache add zeromq 06:29:22 ---> Running in eea2031ce930 06:29:22 Removing intermediate container 35c4487a62eb 06:29:22 ---> bab95a4a2eb3 06:29:22 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 06:29:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:29:23 ---> ce93f18d6a8e 06:29:23 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 06:29:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:29:24 ---> cdf16c2a60b0 06:29:24 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 06:29:25 ---> f2093698895b 06:29:25 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 06:29:26 ---> bd6bb9f95cbd 06:29:26 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 06:29:26 (1/5) Installing libgcc (9.3.0-r2) 06:29:26 (2/5) Installing libsodium (1.0.18-r0) 06:29:27 (3/5) Installing libstdc++ (9.3.0-r2) 06:29:27 ---> 4b10517a1c17 06:29:27 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 06:29:27 ---> Running in ba041670d420 06:29:27 (4/5) Installing libzmq (4.3.2-r0) 06:29:28 (5/5) Installing zeromq (4.3.2-r0) 06:29:28 Executing busybox-1.31.1-r16.trigger 06:29:28 OK: 8 MiB in 19 packages 06:29:29 Removing intermediate container eea2031ce930 06:29:29 ---> f0046797a113 06:29:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:29:29 Removing intermediate container ba041670d420 06:29:29 ---> 8d295ea1b95c 06:29:29 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 06:29:30 ---> 57e3f03ce9a9 06:29:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:29:30 ---> eee319b6c9e9 06:29:30 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:29:31 ---> Running in c3172f4de611 06:29:32 ---> d5d3373c46da 06:29:32 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:29:33 ---> 470881da3a21 06:29:33 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:29:33 ---> Running in b3b5e7f78b7a 06:29:33 Removing intermediate container b3b5e7f78b7a 06:29:33 ---> f43692ddb0c9 06:29:33 Step 20/22 : LABEL arch=arm64 06:29:33 Removing intermediate container c3172f4de611 06:29:33 ---> 35797aef9a1c 06:29:33 Step 24/29 : RUN chmod 755 security-secrets-setup 06:29:33 ---> Running in 19b039f5033c 06:29:34 ---> Running in a8359643c086 06:29:34 Removing intermediate container 19b039f5033c 06:29:34 ---> 77f347989697 06:29:34 Step 21/22 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:29:34 ---> Running in c7ff258c59f3 06:29:35 Removing intermediate container c7ff258c59f3 06:29:35 ---> 6d0556c23c29 06:29:35 Step 22/22 : LABEL version=0.0.0 06:29:35 ---> Running in 16d16c192ca9 06:29:35 Removing intermediate container 16d16c192ca9 06:29:35 ---> 6c757fe979bf 06:29:35 06:29:36 Successfully built 6c757fe979bf 06:29:36 Successfully tagged docker-core-data-go-arm64:latest 06:29:37  Building docker-core-data-go ... done Removing intermediate container a8359643c086 06:29:37 ---> 16cfd4a9a13c 06:29:37 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 06:29:37 ---> Running in 18aa14a443ba 06:29:37 Removing intermediate container 18aa14a443ba 06:29:37 ---> 616f3f26c5d3 06:29:37 Step 26/29 : CMD [ "generate" ] 06:29:37 ---> Running in fea05ee621f9 06:29:38 Removing intermediate container fea05ee621f9 06:29:38 ---> c2d19f441131 06:29:38 Step 27/29 : LABEL arch=arm64 06:29:38 ---> Running in 57034b936cd2 06:29:38 Removing intermediate container 57034b936cd2 06:29:38 ---> 461b470c7185 06:29:38 Step 28/29 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 06:29:39 ---> Running in d6fdd0073cfb 06:29:39 Removing intermediate container d6fdd0073cfb 06:29:39 ---> 15f36df732c3 06:29:39 Step 29/29 : LABEL version=0.0.0 06:29:39 ---> Running in d9c440faa469 06:29:39 Removing intermediate container d9c440faa469 06:29:39 ---> de29de485d85 06:29:39 06:29:40 Successfully built de29de485d85 06:29:40 Successfully tagged docker-security-secrets-setup-go-arm64:latest 06:29:40  Building docker-security-secrets-setup-go ... done  [Pipeline] } 06:29:40 $ docker stop --time=1 de5a8f236ba23597cd8579487761b2d411d28613f4cb3f5f3dcd4ddd02d0005b 06:29:42 $ docker rm -f de5a8f236ba23597cd8579487761b2d411d28613f4cb3f5f3dcd4ddd02d0005b [Pipeline] // withDockerContainer [Pipeline] sh 06:29:43 + + docker images 06:29:43 grep docker 06:29:43 docker-security-secrets-setup-go-arm64 latest de29de485d85 4 seconds ago 24.2MB 06:29:43 docker-core-data-go-arm64 latest 6c757fe979bf 8 seconds ago 22.6MB 06:29:43 docker-security-secretstore-setup-go-arm64 latest 65f6b368997e 34 seconds ago 32.6MB 06:29:43 docker-core-metadata-go-arm64 latest c33ddaf89986 50 seconds ago 13.8MB 06:29:43 docker-security-proxy-setup-go-arm64 latest a6b18823b63d About a minute ago 15.8MB 06:29:43 docker-sys-mgmt-agent-go-arm64 latest cded3b185df9 2 minutes ago 266MB 06:29:43 docker-support-notifications-go-arm64 latest f0bf0bfafed9 4 minutes ago 13.9MB 06:29:43 docker-core-command-go-arm64 latest 9d9f4512c1f0 4 minutes ago 12.4MB 06:29:43 docker-support-scheduler-go-arm64 latest dd972df9832d 4 minutes ago 12.6MB 06:29:43 docker-support-logging-go-arm64 latest d054e15599b3 4 minutes ago 11.4MB 06:29:43 docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:29:44 provisioning config files... 06:29:44 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config9180711288364538129tmp [Pipeline] { [Pipeline] sh 06:29:45 + curl -s https://codecov.io/bash 06:29:45 + bash -s - -t @/w/workspace/edgex-go/18@tmp/config9180711288364538129tmp [Pipeline] } 06:29:45 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 06:29:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:29:47 ---> package-listing.sh 06:29:47 ++ facter osfamily 06:29:47 ++ tr '[:upper:]' '[:lower:]' 06:29:47 + OS_FAMILY=redhat 06:29:47 + workspace=/w/workspace/edgex-go/18 06:29:47 + START_PACKAGES=/tmp/packages_start.txt 06:29:47 + END_PACKAGES=/tmp/packages_end.txt 06:29:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:29:47 + PACKAGES=/tmp/packages_start.txt 06:29:47 + '[' /w/workspace/edgex-go/18 ']' 06:29:47 + PACKAGES=/tmp/packages_end.txt 06:29:47 + case "${OS_FAMILY}" in 06:29:47 + rpm -qa 06:29:47 + sort 06:29:51 + '[' -f /tmp/packages_start.txt ']' 06:29:51 + '[' -f /tmp/packages_end.txt ']' 06:29:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:29:51 + '[' /w/workspace/edgex-go/18 ']' 06:29:51 + mkdir -p /w/workspace/edgex-go/18/archives/ 06:29:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] isUnix [Pipeline] sh 06:29:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:29:52 06:29:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:29:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:29:52 alpine: Pulling from edgex-lftools-log-publisher 06:29:52 c9b1b535fdd9: Pulling fs layer 06:29:52 2cc5ad85d9ab: Pulling fs layer 06:29:52 756a868c4378: Pulling fs layer 06:29:52 444b2fc9a129: Pulling fs layer 06:29:52 ea15f1150254: Pulling fs layer 06:29:52 41b27a9f41bf: Pulling fs layer 06:29:52 28c525ee5125: Pulling fs layer 06:29:52 094b1ea09ed8: Pulling fs layer 06:29:52 138eaada9080: Pulling fs layer 06:29:52 0622d0fa9048: Pulling fs layer 06:29:52 444b2fc9a129: Waiting 06:29:52 41b27a9f41bf: Waiting 06:29:52 ea15f1150254: Waiting 06:29:52 28c525ee5125: Waiting 06:29:52 138eaada9080: Waiting 06:29:52 094b1ea09ed8: Waiting 06:29:52 0622d0fa9048: Waiting 06:29:52 2cc5ad85d9ab: Verifying Checksum 06:29:52 2cc5ad85d9ab: Download complete 06:29:52 444b2fc9a129: Verifying Checksum 06:29:52 444b2fc9a129: Download complete 06:29:52 c9b1b535fdd9: Verifying Checksum 06:29:52 c9b1b535fdd9: Download complete 06:29:52 ea15f1150254: Verifying Checksum 06:29:52 ea15f1150254: Download complete 06:29:53 28c525ee5125: Verifying Checksum 06:29:53 28c525ee5125: Download complete 06:29:53 756a868c4378: Verifying Checksum 06:29:53 756a868c4378: Download complete 06:29:53 c9b1b535fdd9: Pull complete 06:29:53 138eaada9080: Verifying Checksum 06:29:53 138eaada9080: Download complete 06:29:53 0622d0fa9048: Verifying Checksum 06:29:53 0622d0fa9048: Download complete 06:29:53 094b1ea09ed8: Verifying Checksum 06:29:53 094b1ea09ed8: Download complete 06:29:53 2cc5ad85d9ab: Pull complete 06:29:53 41b27a9f41bf: Verifying Checksum 06:29:53 41b27a9f41bf: Download complete 06:29:55 756a868c4378: Pull complete 06:29:55 444b2fc9a129: Pull complete 06:29:55 ea15f1150254: Pull complete 06:30:01 41b27a9f41bf: Pull complete 06:30:01 28c525ee5125: Pull complete 06:30:03 094b1ea09ed8: Pull complete 06:30:03 138eaada9080: Pull complete 06:30:03 0622d0fa9048: Pull complete 06:30:03 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 06:30:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:30:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:30:04 prd-centos7-docker-4c-2g-1217 does not seem to be running inside a container 06:30:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-lftools-log-publisher:alpine cat 06:30:08 $ docker top bedecc107bc8582a7d573b7f65d63171a8f281313cab1b1353569dbe0e6cc86b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:30:08 provisioning config files... 06:30:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config4325907497465184166tmp [Pipeline] { [Pipeline] echo 06:30:08 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:30:09 ---> create-netrc.sh [Pipeline] echo 06:30:09 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:30:09 ---> logs-deploy.sh 06:30:09 + ARCHIVE_ARTIFACTS= 06:30:09 + LOGS_SERVER=https://logs.edgexfoundry.org 06:30:09 + '[' https://logs.edgexfoundry.org == None ']' 06:30:09 + NEXUS_URL=https://nexus.edgexfoundry.org 06:30:09 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/18 06:30:09 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/18/ 06:30:09 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/18 /w/workspace/edgex-go/18 06:30:10 Archives upload complete. 06:30:10 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/18 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/18/