Branch indexing 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 anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 24fe4be10d7a1552c86e1c1b8276c694f532d3a6+2f18d68ce33577a025edc322deb728338e3be43f (56e207c161e11933499b5249c3f42746796f236c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2015 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 Merge succeeded, producing 6cdcedebd4d3fe96fce7172b253522f9a0e044a4 Checking out Revision 6cdcedebd4d3fe96fce7172b253522f9a0e044a4 (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # 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 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6cdcedebd4d3fe96fce7172b253522f9a0e044a4 # timeout=10 Commit message: "Merge commit '2f18d68ce33577a025edc322deb728338e3be43f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:29:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:29:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:29:57 ========================================================= 04:29:57 EdgeX Global Pipelines Version Info 04:29:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e5dfae2837aabcf39bb706cb9f80b23b3963a005 # timeout=10 04:29:59 ------------------- 04:29:59 stable info: 04:29:59 ------------------- 04:29:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:29:59 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:29:59 Message: update stable to v1.0.106 04:30:00 ------------------- 04:30:00 experimental info: 04:30:00 ------------------- 04:30:00 Commited By: **** collab-it+edgex@linuxfoundation.org 04:30:00 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:30:00 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:30:01 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:30:01 + for file in '`ls cmd/**/Dockerfile`' 04:30:01 ++ dirname cmd/core-command/Dockerfile 04:30:01 ++ cut -d/ -f2 04:30:01 + echo core-command,cmd/core-command/Dockerfile 04:30:01 + for file in '`ls cmd/**/Dockerfile`' 04:30:01 ++ dirname cmd/core-data/Dockerfile 04:30:01 ++ cut -d/ -f2 04:30:01 + echo core-data,cmd/core-data/Dockerfile 04:30:01 + for file in '`ls cmd/**/Dockerfile`' 04:30:01 ++ dirname cmd/core-metadata/Dockerfile 04:30:01 ++ cut -d/ -f2 04:30:01 + echo core-metadata,cmd/core-metadata/Dockerfile 04:30:01 + for file in '`ls cmd/**/Dockerfile`' 04:30:01 ++ dirname cmd/security-proxy-setup/Dockerfile 04:30:01 ++ cut -d/ -f2 04:30:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:30:01 + for file in '`ls cmd/**/Dockerfile`' 04:30:01 ++ dirname cmd/security-secrets-setup/Dockerfile 04:30:01 ++ cut -d/ -f2 04:30:01 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:30:01 + for file in '`ls cmd/**/Dockerfile`' 04:30:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:30:01 ++ cut -d/ -f2 04:30:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:30:01 + for file in '`ls cmd/**/Dockerfile`' 04:30:01 ++ dirname cmd/support-logging/Dockerfile 04:30:01 ++ cut -d/ -f2 04:30:01 + echo support-logging,cmd/support-logging/Dockerfile 04:30:01 + for file in '`ls cmd/**/Dockerfile`' 04:30:01 ++ dirname cmd/support-notifications/Dockerfile 04:30:01 ++ cut -d/ -f2 04:30:01 + echo support-notifications,cmd/support-notifications/Dockerfile 04:30:01 + for file in '`ls cmd/**/Dockerfile`' 04:30:01 ++ dirname cmd/support-scheduler/Dockerfile 04:30:01 ++ cut -d/ -f2 04:30:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:30:01 + for file in '`ls cmd/**/Dockerfile`' 04:30:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:30:01 ++ cut -d/ -f2 04:30:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:30:01 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:30:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:03 04:30:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:03 latest: Pulling from edgex-devops/git-semver 04:30:03 31603596830f: Pulling fs layer 04:30:03 2a8b12db71e7: Pulling fs layer 04:30:03 6ca5941a6612: Pulling fs layer 04:30:03 ecc8261a40a4: Pulling fs layer 04:30:03 ecc8261a40a4: Waiting 04:30:03 2a8b12db71e7: Verifying Checksum 04:30:03 2a8b12db71e7: Download complete 04:30:03 31603596830f: Verifying Checksum 04:30:03 31603596830f: Download complete 04:30:03 ecc8261a40a4: Verifying Checksum 04:30:03 ecc8261a40a4: Download complete 04:30:03 6ca5941a6612: Verifying Checksum 04:30:03 6ca5941a6612: Download complete 04:30:04 31603596830f: Pull complete 04:30:04 2a8b12db71e7: Pull complete 04:30:04 6ca5941a6612: Pull complete 04:30:04 ecc8261a40a4: Pull complete 04:30:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:30:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:30:05 prd-centos7-docker-4c-2g-2015 does not seem to be running inside a container 04:30:05 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:30:07 $ docker top 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:07 [ssh-agent] Looking for ssh-agent implementation... 04:30:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:07 $ docker exec 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e ssh-agent 04:30:08 SSH_AUTH_SOCK=/tmp/ssh-frIwYUemyUrN/agent.12 04:30:08 SSH_AGENT_PID=17 04:30:08 Running ssh-add (command line suppressed) 04:30:08 Identity added: /w/workspace/edgex-go/12@tmp/private_key_5125779739237545816.key (/w/workspace/edgex-go/12@tmp/private_key_5125779739237545816.key) 04:30:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:08 + git describe --exact-match --tags HEAD 04:30:08 fatal: No names found, cannot describe anything. [Pipeline] } 04:30:08 $ docker exec --env ******** --env ******** 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e ssh-agent -k 04:30:08 unset SSH_AUTH_SOCK; 04:30:08 unset SSH_AGENT_PID; 04:30:08 echo Agent pid 17 killed; 04:30:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:30:08 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:30:08 This usually means this commit has not been tagged. [Pipeline] sshagent 04:30:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:08 [ssh-agent] Looking for ssh-agent implementation... 04:30:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:09 $ docker exec 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e ssh-agent 04:30:09 SSH_AUTH_SOCK=/tmp/ssh-61cEFd0zfihc/agent.46 04:30:09 SSH_AGENT_PID=51 04:30:09 Running ssh-add (command line suppressed) 04:30:09 Identity added: /w/workspace/edgex-go/12@tmp/private_key_8764051213679635218.key (/w/workspace/edgex-go/12@tmp/private_key_8764051213679635218.key) 04:30:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:09 + git semver init 04:30:09 # -> Open(): unable to determine branch for HEAD 04:30:09 # $GIT_DIR = /w/workspace/edgex-go/12/.git 04:30:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/12 04:30:09 # $SEMVER_REMOTE_NAME = origin 04:30:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:30:09 # $SEMVER_USER_NAME = edgex-jenkins 04:30:09 # $SEMVER_BRANCH = PR-2625 04:30:09 # $SEMVER_TEMP = /tmp/semver-192655029 04:30:09 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:30:31 # '/tmp/semver-192655029' -> '/w/workspace/edgex-go/12/.semver' 04:30:32 # -> Force: false 04:30:32 # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } 04:30:33 $ docker exec --env ******** --env ******** 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e ssh-agent -k 04:30:33 unset SSH_AUTH_SOCK; 04:30:33 unset SSH_AGENT_PID; 04:30:33 echo Agent pid 51 killed; 04:30:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:33 + git semver [Pipeline] } 04:30:33 $ docker stop --time=1 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e 04:30:35 $ docker rm -f 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:30:48 Stashed 30 file(s) [Pipeline] echo 04:30:48 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 04:30:48 ========================================================= 04:30:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:30:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:30:49 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:30:51 Sending build context to Docker daemon 323MB 04:30:51 Step 1/7 : ARG BASE=golang:1.13-alpine 04:30:51 Step 2/7 : FROM ${BASE} 04:30:51 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:30:51 df20fa9351a1: Pulling fs layer 04:30:51 ed8968b2872e: Pulling fs layer 04:30:51 a92cc7c5fd73: Pulling fs layer 04:30:51 2dd03ba5bac4: Pulling fs layer 04:30:51 1e091d79d1de: Pulling fs layer 04:30:51 481702a1767f: Pulling fs layer 04:30:51 f64a6f60c768: Pulling fs layer 04:30:51 e78d2573fc39: Pulling fs layer 04:30:51 e876d2f968b6: Pulling fs layer 04:30:51 ce8a83651883: Pulling fs layer 04:30:51 07967f4d0e4b: Pulling fs layer 04:30:51 2dd03ba5bac4: Waiting 04:30:51 481702a1767f: Waiting 04:30:51 f64a6f60c768: Waiting 04:30:51 e78d2573fc39: Waiting 04:30:51 e876d2f968b6: Waiting 04:30:51 ce8a83651883: Waiting 04:30:51 1e091d79d1de: Waiting 04:30:51 07967f4d0e4b: Waiting 04:30:51 a92cc7c5fd73: Verifying Checksum 04:30:51 a92cc7c5fd73: Download complete 04:30:51 ed8968b2872e: Download complete 04:30:51 1e091d79d1de: Verifying Checksum 04:30:51 1e091d79d1de: Download complete 04:30:51 481702a1767f: Verifying Checksum 04:30:51 481702a1767f: Download complete 04:30:51 df20fa9351a1: Download complete 04:30:52 df20fa9351a1: Pull complete 04:30:52 f64a6f60c768: Verifying Checksum 04:30:52 f64a6f60c768: Download complete 04:30:53 e876d2f968b6: Verifying Checksum 04:30:53 e876d2f968b6: Download complete 04:30:53 ce8a83651883: Verifying Checksum 04:30:53 ce8a83651883: Download complete 04:30:53 07967f4d0e4b: Verifying Checksum 04:30:53 07967f4d0e4b: Download complete 04:30:53 e78d2573fc39: Verifying Checksum 04:30:53 e78d2573fc39: Download complete 04:30:53 2dd03ba5bac4: Verifying Checksum 04:30:53 2dd03ba5bac4: Download complete 04:30:55 ed8968b2872e: Pull complete 04:30:55 a92cc7c5fd73: Pull complete 04:31:00 2dd03ba5bac4: Pull complete 04:31:00 1e091d79d1de: Pull complete 04:31:00 481702a1767f: Pull complete 04:31:03 Still waiting to schedule task 04:31:03 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:31:06 f64a6f60c768: Pull complete 04:31:10 e78d2573fc39: Pull complete 04:31:10 e876d2f968b6: Pull complete 04:31:10 ce8a83651883: Pull complete 04:31:11 07967f4d0e4b: Pull complete 04:31:11 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:31:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:31:11 ---> 5d7c900382c6 04:31:11 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:31:12 ---> Running in ce5f08f62a3e 04:31:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:31:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:31:13 (1/12) Installing libmagic (5.38-r0) 04:31:14 (2/12) Installing file (5.38-r0) 04:31:14 (3/12) Installing libc-dev (0.7.2-r3) 04:31:14 (4/12) Installing g++ (9.3.0-r2) 04:31:15 (5/12) Installing fortify-headers (1.1-r0) 04:31:15 (6/12) Installing patch (2.7.6-r6) 04:31:16 (7/12) Installing build-base (0.5-r2) 04:31:16 (8/12) Installing libsodium (1.0.18-r0) 04:31:16 (9/12) Installing pkgconf (1.7.2-r0) 04:31:16 (10/12) Installing libsodium-dev (1.0.18-r0) 04:31:16 (11/12) Installing libzmq (4.3.2-r0) 04:31:16 (12/12) Installing zeromq-dev (4.3.2-r0) 04:31:16 Executing busybox-1.31.1-r16.trigger 04:31:16 OK: 233 MiB in 51 packages 04:31:20 Removing intermediate container ce5f08f62a3e 04:31:20 ---> 3da4472e1e65 04:31:20 Step 4/7 : WORKDIR /edgex-go 04:31:20 ---> Running in 3844f6dd7ada 04:31:20 Removing intermediate container 3844f6dd7ada 04:31:20 ---> 20d8be1041d8 04:31:20 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:31:21 latest: Pulling from library/docker 04:31:21 df20fa9351a1: Already exists 04:31:21 25ad7478873d: Pulling fs layer 04:31:21 4684f6177b5d: Pulling fs layer 04:31:21 46e300cec669: Pulling fs layer 04:31:21 63038576ad94: Pulling fs layer 04:31:21 0fdb76c4706c: Pulling fs layer 04:31:21 cb7edeffdfd5: Pulling fs layer 04:31:21 63038576ad94: Waiting 04:31:21 0fdb76c4706c: Waiting 04:31:21 cb7edeffdfd5: Waiting 04:31:21 4684f6177b5d: Verifying Checksum 04:31:21 4684f6177b5d: Download complete 04:31:21 25ad7478873d: Verifying Checksum 04:31:21 25ad7478873d: Download complete 04:31:21 63038576ad94: Verifying Checksum 04:31:21 63038576ad94: Download complete 04:31:21 0fdb76c4706c: Verifying Checksum 04:31:21 0fdb76c4706c: Download complete 04:31:21 cb7edeffdfd5: Verifying Checksum 04:31:21 cb7edeffdfd5: Download complete 04:31:21 25ad7478873d: Pull complete 04:31:21 4684f6177b5d: Pull complete 04:31:22 46e300cec669: Verifying Checksum 04:31:22 46e300cec669: Download complete 04:31:24 46e300cec669: Pull complete 04:31:24 63038576ad94: Pull complete 04:31:24 0fdb76c4706c: Pull complete 04:31:24 cb7edeffdfd5: Pull complete 04:31:24 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:31:24 Status: Downloaded newer image for docker:latest 04:31:26 ---> bbfe140296a6 04:31:26 Step 6/7 : COPY go.mod . 04:31:26 ---> cfd62c9a09f5 04:31:26 Step 7/7 : RUN go mod download 04:31:26 ---> Running in 9de5fb1f137d 04:31:28 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:31:28 go: finding github.com/BurntSushi/toml v0.3.1 04:31:28 go: finding github.com/OneOfOne/xxhash v1.2.5 04:31:28 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:31:28 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:31:28 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:31:28 go: finding github.com/bgentry/speakeasy v0.1.0 04:31:28 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:31:28 go: finding github.com/cloudflare/gokey v0.1.0 04:31:28 go: finding github.com/davecgh/go-spew v1.1.1 04:31:28 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:31:28 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:31:28 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:31:28 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:31:28 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:31:28 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:31:29 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:31:29 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:31:29 go: finding github.com/fatih/color v1.7.0 04:31:29 go: finding github.com/fsnotify/fsnotify v1.4.7 04:31:29 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:31:29 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:31:29 go: finding github.com/go-kit/kit v0.8.0 04:31:29 go: finding github.com/go-logfmt/logfmt v0.4.0 04:31:29 go: finding github.com/go-redis/redis/v7 v7.2.0 04:31:29 go: finding github.com/go-stack/stack v1.8.0 04:31:29 go: finding github.com/golang/protobuf v1.3.2 04:31:29 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:31:29 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:31:29 go: finding github.com/google/uuid v1.1.0 04:31:29 go: finding github.com/gorilla/mux v1.7.1 04:31:29 go: finding github.com/hashicorp/consul/api v1.1.0 04:31:29 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:31:29 go: finding github.com/hashicorp/errwrap v1.0.0 04:31:29 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:31:29 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:31:29 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:31:29 go: finding github.com/hashicorp/go-multierror v1.0.0 04:31:29 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:31:29 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:31:29 go: finding github.com/hashicorp/go-syslog v1.0.0 04:31:29 go: finding github.com/hashicorp/go-uuid v1.0.1 04:31:29 go: finding github.com/hashicorp/go.net v0.0.1 04:31:29 go: finding github.com/hashicorp/golang-lru v0.5.0 04:31:29 go: finding github.com/hashicorp/logutils v1.0.0 04:31:29 go: finding github.com/hashicorp/mdns v1.0.0 04:31:29 go: finding github.com/hashicorp/memberlist v0.1.3 04:31:29 go: finding github.com/hashicorp/serf v0.8.2 04:31:29 go: finding github.com/hpcloud/tail v1.0.0 04:31:29 go: finding github.com/imdario/mergo v0.3.6 04:31:29 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:31:29 go: finding github.com/kr/pretty v0.1.0 04:31:29 go: finding github.com/kr/pty v1.1.1 04:31:29 go: finding github.com/kr/text v0.1.0 04:31:29 go: finding github.com/mattn/go-colorable v0.0.9 04:31:29 go: finding github.com/mattn/go-isatty v0.0.3 04:31:29 go: finding github.com/miekg/dns v1.0.14 04:31:29 go: finding github.com/mitchellh/cli v1.0.0 04:31:29 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:31:30 go: finding github.com/mitchellh/copystructure v1.0.0 04:31:30 go: finding github.com/mitchellh/go-homedir v1.0.0 04:31:30 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:31:30 go: finding github.com/mitchellh/gox v0.4.0 04:31:30 go: finding github.com/mitchellh/iochan v1.0.0 04:31:30 go: finding github.com/mitchellh/mapstructure v1.1.2 04:31:30 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:31:30 go: finding github.com/onsi/ginkgo v1.10.1 04:31:30 go: finding github.com/onsi/gomega v1.7.0 04:31:30 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:31:30 go: finding github.com/pebbe/zmq4 v1.0.0 04:31:30 go: finding github.com/pelletier/go-toml v1.2.0 04:31:30 go: finding github.com/pkg/errors v0.8.1 04:31:30 go: finding github.com/pmezard/go-difflib v1.0.0 04:31:30 go: finding github.com/posener/complete v1.1.1 04:31:30 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:31:30 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:31:30 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:31:30 go: finding github.com/stretchr/objx v0.1.0 04:31:30 go: finding github.com/stretchr/testify v1.5.1 04:31:30 go: finding github.com/ugorji/go v1.1.4 04:31:30 go: finding github.com/x448/float16 v0.8.4 04:31:30 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:31:30 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:31:30 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:31:30 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:31:30 go: finding golang.org/x/text v0.3.2 04:31:30 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:31:30 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:31:30 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:31:30 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:31:30 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:31:30 go: finding gopkg.in/yaml.v2 v2.2.8 04:31:43 Removing intermediate container 9de5fb1f137d 04:31:43 ---> 030030a4d709 04:31:43 Successfully built 030030a4d709 04:31:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:31:43 + docker inspect -f . ci-base-image-x86_64 04:31:43 . [Pipeline] withDockerContainer 04:31:43 prd-centos7-docker-4c-2g-2015 does not seem to be running inside a container 04:31:43 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:31:44 $ docker top e6cf12e8206c3f9d2097906d3efc1a6cbb617011ccc74fb637b27c59588d8fb6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:44 + go version 04:31:44 go version go1.13.13 linux/amd64 [Pipeline] echo 04:31:44 ========================================================= 04:31:44 [edgeXBuildGoParallel] Running Tests and Build... 04:31:44 ========================================================= [Pipeline] sh 04:31:45 + make test 04:31:45 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:31:47 ? github.com/edgexfoundry/edgex-go [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:32:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:32:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:32:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:32:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:32:02 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s 04:32:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:32:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:32:02 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:32:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:32:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:32:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:32:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:32:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:32:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.043s coverage: 46.6% of statements 04:32:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:32:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:32:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:32:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:32:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:32:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.057s coverage: 27.3% of statements 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:32:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.008s coverage: 100.0% of statements 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:32:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:32:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.096s coverage: 28.6% of statements 04:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:32:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.038s coverage: 100.0% of statements 04:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:32:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements 04:32:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:32:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:32:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.019s coverage: 97.5% of statements 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:32:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:32:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.005s coverage: 58.8% of statements 04:32:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.069s coverage: 63.5% of statements 04:32:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:32:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:32:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements 04:32:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.131s coverage: 55.9% of statements 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.308s coverage: 86.3% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.335s coverage: 72.2% of statements 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.103s coverage: 72.1% of statements 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.017s coverage: 82.4% of statements 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.015s coverage: 96.8% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.036s coverage: 26.9% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.084s coverage: 84.1% of statements 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.007s coverage: 100.0% of statements 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.012s coverage: 42.9% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.025s coverage: 100.0% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.026s coverage: 83.8% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.036s coverage: 45.9% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.051s coverage: 100.0% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.015s coverage: 100.0% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.010s coverage: 100.0% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:32:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:32:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:32:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.006s coverage: 100.0% of statements 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:32:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.005s coverage: 0.0% of statements 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.023s coverage: 100.0% of statements 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 04:32:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 04:32:25 GO111MODULE=on go vet ./... 04:32:30 gofmt -l . 04:32:31 [ "`gofmt -l .`" = "" ] 04:32:31 ./bin/test-go-mod-tidy.sh 04:32:32 ./bin/test-attribution-txt.sh [Pipeline] sh 04:32:34 + ls -al . 04:32:34 total 556 04:32:34 drwxrwxr-x 10 1001 1001 4096 Aug 4 04:32 . 04:32:34 drwxr-xr-x 4 root root 30 Aug 4 04:31 .. 04:32:34 -rw-rw-r-- 1 1001 1001 11 Aug 4 04:29 .dockerignore 04:32:34 drwxrwxr-x 8 1001 1001 179 Aug 4 04:29 .git 04:32:34 drwxrwxr-x 3 1001 1001 60 Aug 4 04:29 .github 04:32:34 -rw-rw-r-- 1 1001 1001 932 Aug 4 04:29 .gitignore 04:32:34 drwx------ 3 1001 1001 47 Aug 4 04:30 .semver 04:32:34 -rw-rw-r-- 1 1001 1001 166 Aug 4 04:29 .sonarcloud.properties 04:32:34 -rw-rw-r-- 1 1001 1001 3804 Aug 4 04:29 CONTRIBUTING.md 04:32:34 -rw-rw-r-- 1 1001 1001 1035 Aug 4 04:29 Dockerfile.build 04:32:34 -rw-rw-r-- 1 1001 1001 865 Aug 4 04:29 Jenkinsfile 04:32:34 -rw-rw-r-- 1 1001 1001 10775 Aug 4 04:29 LICENSE 04:32:34 -rw-rw-r-- 1 1001 1001 6237 Aug 4 04:29 Makefile 04:32:34 -rw-rw-r-- 1 1001 1001 5652 Aug 4 04:29 README.md 04:32:34 -rw-rw-r-- 1 1001 1001 7111 Aug 4 04:29 SECURITY.md 04:32:34 -rw-rw-r-- 1 1001 1001 5 Aug 4 04:30 VERSION 04:32:34 -rw-rw-r-- 1 1001 1001 4131 Aug 4 04:29 ZMQWindows.md 04:32:34 drwxrwxr-x 2 1001 1001 117 Aug 4 04:29 bin 04:32:34 drwxrwxr-x 15 1001 1001 4096 Aug 4 04:29 cmd 04:32:34 -rw-r--r-- 1 root root 455803 Aug 4 04:32 coverage.out 04:32:34 -rw-r--r-- 1 root root 1019 Aug 4 04:32 go.mod 04:32:34 -rw-r--r-- 1 root root 18146 Aug 4 04:32 go.sum 04:32:34 drwxrwxr-x 8 1001 1001 127 Aug 4 04:29 internal 04:32:34 drwxrwxr-x 4 1001 1001 26 Aug 4 04:29 openapi 04:32:34 drwxrwxr-x 4 1001 1001 71 Aug 4 04:29 snap 04:32:34 -rw-rw-r-- 1 1001 1001 168 Aug 4 04:29 version.go [Pipeline] sh 04:32:34 + '[' -e coverage.out ] 04:32:34 + chown 1001:1001 coverage.out [Pipeline] stash 04:32:34 Stashed 1 file(s) [Pipeline] sh 04:32:35 + make build 04:32:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:32:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:32:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:32:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:32:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:32:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:32:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:32:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:32:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:32:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:32:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:32:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:32:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:33:00 $ docker stop --time=1 e6cf12e8206c3f9d2097906d3efc1a6cbb617011ccc74fb637b27c59588d8fb6 04:33:02 $ docker rm -f e6cf12e8206c3f9d2097906d3efc1a6cbb617011ccc74fb637b27c59588d8fb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:05 04:33:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:33:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:05 latest: Pulling from edgex-devops/edgex-compose 04:33:05 cbdbe7a5bc2a: Pulling fs layer 04:33:05 ca9280d653b3: Pulling fs layer 04:33:05 7e9c9ca2126c: Pulling fs layer 04:33:05 cbdbe7a5bc2a: Verifying Checksum 04:33:05 cbdbe7a5bc2a: Download complete 04:33:05 ca9280d653b3: Verifying Checksum 04:33:05 ca9280d653b3: Download complete 04:33:05 cbdbe7a5bc2a: Pull complete 04:33:06 7e9c9ca2126c: Verifying Checksum 04:33:06 7e9c9ca2126c: Download complete 04:33:08 ca9280d653b3: Pull complete 04:33:16 7e9c9ca2126c: Pull complete 04:33:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:33:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:33:16 prd-centos7-docker-4c-2g-2015 does not seem to be running inside a container 04:33:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:33:17 $ docker top 00f636e8c68af0d62ed164f8497c296c9be1a31d7d07ff9697cd403b38baadd6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:17 + docker-compose build --help 04:33:17 + grep parallel 04:33:18 --parallel Build images in parallel. [Pipeline] } 04:33:18 $ docker stop --time=1 00f636e8c68af0d62ed164f8497c296c9be1a31d7d07ff9697cd403b38baadd6 04:33:20 $ docker rm -f 00f636e8c68af0d62ed164f8497c296c9be1a31d7d07ff9697cd403b38baadd6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:20 . [Pipeline] withDockerContainer 04:33:20 prd-centos7-docker-4c-2g-2015 does not seem to be running inside a container 04:33:20 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:33:21 $ docker top 31b3da4a0357df7d89b84a52f8c01d66c3935c78c8209cdb2d4419dd37a5aec8 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:21 + docker-compose -f ./docker-compose-build.yml build --parallel 04:33:22 Building docker-core-command-go ... 04:33:22 Building docker-core-data-go ... 04:33:22 Building docker-core-metadata-go ... 04:33:22 Building docker-security-proxy-setup-go ... 04:33:22 Building docker-security-secrets-setup-go ... 04:33:22 Building docker-security-secretstore-setup-go ... 04:33:22 Building docker-support-logging-go ... 04:33:22 Building docker-support-notifications-go ... 04:33:22 Building docker-support-scheduler-go ... 04:33:22 Building docker-sys-mgmt-agent-go ... 04:33:22 Building docker-core-command-go 04:33:22 Building docker-sys-mgmt-agent-go 04:33:22 Building docker-core-metadata-go 04:33:22 Building docker-support-notifications-go 04:33:22 Building docker-support-logging-go 04:33:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2018 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws 04:33:42 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 04:33:47 using credential edgex-jenkins-ssh 04:33:47 Cloning the remote Git repository 04:33:47 Cloning with configured refspecs honoured and without tags 04:33:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:33:48 > git init /w/workspace/edgex-go/12 # timeout=10 04:33:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:33:48 > git --version # timeout=10 04:33:48 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:48 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:33:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:33:54 ---> 030030a4d709 04:33:54 Step 3/21 : WORKDIR /edgex-go 04:33:54 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:33:54 ---> 030030a4d709 04:33:54 Step 3/23 : WORKDIR /edgex-go 04:33:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:33:54 ---> 030030a4d709 04:33:54 Step 3/21 : WORKDIR /edgex-go 04:33:54 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:33:54 ---> 030030a4d709 04:33:54 Step 3/26 : WORKDIR /edgex-go 04:33:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:33:54 ---> 030030a4d709 04:33:54 Step 3/21 : WORKDIR /edgex-go 04:33:54 ---> Running in 2f7065ee1103 04:33:54 ---> Running in a36fa248c367 04:33:54 ---> Running in 85caff932e39 04:33:54 ---> Running in ba5702543684 04:33:54 ---> Running in 21b497ef45d0 04:33:54 Removing intermediate container a36fa248c367 04:33:54 ---> e7dfc3df8ef9 04:33:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:54 Removing intermediate container 21b497ef45d0 04:33:54 ---> fa3447b06c50 04:33:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:54 Removing intermediate container 2f7065ee1103 04:33:54 ---> fb0ff522f7c4 04:33:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:54 Removing intermediate container ba5702543684 04:33:54 ---> fece473fcffc 04:33:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:54 Removing intermediate container 85caff932e39 04:33:54 ---> 602063370e21 04:33:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:54 ---> Running in a4842b265fb4 04:33:54 ---> Running in 6e4a148a0315 04:33:54 ---> Running in 933b74d671e6 04:33:55 ---> Running in 327edd8ba286 04:33:55 ---> Running in abc995777e83 04:33:57 Removing intermediate container a4842b265fb4 04:33:57 ---> faafe54f512b 04:33:57 Step 5/21 : RUN apk update && apk add make git 04:33:57 Removing intermediate container 933b74d671e6 04:33:57 ---> 9670c07ff378 04:33:57 Step 5/26 : RUN apk update && apk add make bash git 04:33:57 ---> Running in 1fb16b476f12 04:33:57 Removing intermediate container 6e4a148a0315 04:33:57 ---> e590f502c00b 04:33:57 Step 5/21 : RUN apk update && apk add make git 04:33:57 ---> Running in 3fc702baa88b 04:33:57 Removing intermediate container 327edd8ba286 04:33:57 ---> eded6b2a6aa2 04:33:57 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:33:57 ---> Running in 16b88969d8bb 04:33:57 Removing intermediate container abc995777e83 04:33:57 ---> 854f10b83c6b 04:33:57 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:33:57 ---> Running in 90bf59f7adf5 04:33:57 ---> Running in 2dbdfa68d62e 04:33:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:59 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:59 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:59 OK: 12749 distinct packages available 04:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:59 OK: 233 MiB in 51 packages 04:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:59 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:59 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:59 OK: 12749 distinct packages available 04:33:59 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:59 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:59 OK: 12749 distinct packages available 04:33:59 Removing intermediate container 1fb16b476f12 04:33:59 ---> b07581e9e149 04:33:59 Step 6/21 : COPY go.mod . 04:33:59 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:59 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:59 OK: 12749 distinct packages available 04:33:59 OK: 233 MiB in 51 packages 04:34:00 OK: 233 MiB in 51 packages 04:34:00 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:00 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:00 OK: 12749 distinct packages available 04:34:00 ---> 651ce92aa113 04:34:00 Step 7/21 : RUN go mod download 04:34:00 OK: 233 MiB in 51 packages 04:34:00 ---> Running in 124ac3daf000 04:34:00 OK: 233 MiB in 51 packages 04:34:00 OK: 233 MiB in 51 packages 04:34:00 Removing intermediate container 16b88969d8bb 04:34:00 ---> 714a802b0798 04:34:00 Step 6/21 : COPY go.mod . 04:34:01 Removing intermediate container 3fc702baa88b 04:34:01 ---> 2c4a5f9ac087 04:34:01 Step 6/26 : COPY go.mod . 04:34:01 Removing intermediate container 90bf59f7adf5 04:34:01 ---> 547f1e1e0d76 04:34:01 Step 6/23 : COPY go.mod . 04:34:01 ---> 5c8b8727b8d7 04:34:01 Step 7/21 : RUN go mod download 04:34:01 ---> Running in 22203d29bfde 04:34:01 ---> ae1a92f8fed7 04:34:01 Step 7/26 : RUN go mod download 04:34:01 Removing intermediate container 2dbdfa68d62e 04:34:01 ---> 5a3c891f74c4 04:34:01 Step 6/21 : COPY go.mod . 04:34:01 ---> 0ad6c322b9a1 04:34:01 Step 7/23 : RUN go mod download 04:34:01 ---> Running in 5f6e60c06db9 04:34:02 ---> Running in 77de60b5715d 04:34:02 ---> 306c3883ad1b 04:34:02 Step 7/21 : RUN go mod download 04:34:02 Fetching without tags 04:34:02 ---> Running in 2c144a063c5f 04:34:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:34:02 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 04:34:02 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:34:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:34:02 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:02 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:03 Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 04:34:03 Removing intermediate container 124ac3daf000 04:34:03 ---> b934f0550311 04:34:03 Step 8/21 : COPY . . 04:34:03 Merge succeeded, producing a2e2e353eb54e2f8171c6e8b6d580467f12a8196 04:34:03 Checking out Revision a2e2e353eb54e2f8171c6e8b6d580467f12a8196 (PR-2625) 04:34:04 Removing intermediate container 22203d29bfde 04:34:04 ---> 8f392b03171e 04:34:04 Step 8/21 : COPY . . 04:34:03 > git config core.sparsecheckout # timeout=10 04:34:03 > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 04:34:03 > git remote # timeout=10 04:34:03 > git config --get remote.origin.url # timeout=10 04:34:03 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:03 > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 04:34:03 > git rev-parse HEAD^{commit} # timeout=10 04:34:03 > git config core.sparsecheckout # timeout=10 04:34:03 > git checkout -f a2e2e353eb54e2f8171c6e8b6d580467f12a8196 # timeout=10 04:34:06 Removing intermediate container 5f6e60c06db9 04:34:06 ---> 7047502f9213 04:34:06 Step 8/26 : COPY . . 04:34:08 Commit message: "Merge commit '2f18d68ce33577a025edc322deb728338e3be43f' into HEAD" 04:34:08 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:34:08 > git rev-list --no-walk e5dfae2837aabcf39bb706cb9f80b23b3963a005 # timeout=10 04:34:09 Removing intermediate container 77de60b5715d 04:34:09 ---> 31898a6d9050 04:34:09 Step 8/23 : COPY . . 04:34:10 Removing intermediate container 2c144a063c5f 04:34:10 ---> ac2dc7962d55 04:34:10 Step 8/21 : COPY . . [Pipeline] echo 04:34:20 ========================================================= 04:34:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:34:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:34:21 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 04:34:26 Sending build context to Docker daemon 323MB 04:34:26 Step 1/7 : ARG BASE=golang:1.13-alpine 04:34:26 Step 2/7 : FROM ${BASE} 04:34:26 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:34:26 b538f80385f9: Pulling fs layer 04:34:26 74f711af9a0d: Pulling fs layer 04:34:26 99f96fe45779: Pulling fs layer 04:34:26 fd7a069fd194: Pulling fs layer 04:34:26 66aa3694b03b: Pulling fs layer 04:34:26 170f70906a0f: Pulling fs layer 04:34:26 ad7c5574e4b9: Pulling fs layer 04:34:26 e772456be8f7: Pulling fs layer 04:34:26 c890913d741a: Pulling fs layer 04:34:26 2480fcc9aa5a: Pulling fs layer 04:34:26 09adf4765672: Pulling fs layer 04:34:26 fd7a069fd194: Waiting 04:34:26 66aa3694b03b: Waiting 04:34:26 170f70906a0f: Waiting 04:34:26 ad7c5574e4b9: Waiting 04:34:26 e772456be8f7: Waiting 04:34:26 09adf4765672: Waiting 04:34:26 c890913d741a: Waiting 04:34:26 2480fcc9aa5a: Waiting 04:34:26 99f96fe45779: Verifying Checksum 04:34:26 99f96fe45779: Download complete 04:34:26 74f711af9a0d: Download complete 04:34:26 66aa3694b03b: Download complete 04:34:26 170f70906a0f: Verifying Checksum 04:34:26 170f70906a0f: Download complete 04:34:26 b538f80385f9: Download complete 04:34:26 b538f80385f9: Pull complete 04:34:27 74f711af9a0d: Pull complete 04:34:28 99f96fe45779: Pull complete 04:34:29 ad7c5574e4b9: Verifying Checksum 04:34:29 ad7c5574e4b9: Download complete 04:34:29 c890913d741a: Download complete 04:34:30 2480fcc9aa5a: Verifying Checksum 04:34:30 2480fcc9aa5a: Download complete 04:34:30 09adf4765672: Download complete 04:34:31 fd7a069fd194: Verifying Checksum 04:34:31 fd7a069fd194: Download complete 04:34:31 e772456be8f7: Verifying Checksum 04:34:31 e772456be8f7: Download complete 04:34:42 ---> a7b493bdb740 04:34:42 Step 9/21 : RUN make cmd/core-command/core-command 04:34:42 ---> 7c8c9d85f570 04:34:42 ---> 86cff18263f4 04:34:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:34:42 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:34:42 ---> Running in 8775662cedb7 04:34:42 ---> Running in 37e2a421b77a 04:34:42 ---> Running in cf73c161c79b 04:34:42 ---> dc7b7da42cb9 04:34:42 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:34:42 ---> 1387c273d9d3 04:34:42 Step 9/21 : RUN make cmd/support-logging/support-logging 04:34:42 ---> Running in 5e44c300061c 04:34:42 ---> Running in 4b25c04866de 04:34:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:34:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:34:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:34:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:34:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:34:43 fd7a069fd194: Pull complete 04:34:43 66aa3694b03b: Pull complete 04:34:43 170f70906a0f: Pull complete 04:34:47 ad7c5574e4b9: Pull complete 04:34:51 e772456be8f7: Pull complete 04:34:51 c890913d741a: Pull complete 04:34:54 2480fcc9aa5a: Pull complete 04:34:54 09adf4765672: Pull complete 04:34:54 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:34:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:34:54 ---> 2248a725d1cf 04:34:54 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:35:01 ---> Running in e3902c8e32b3 04:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:35:04 (1/12) Installing libmagic (5.38-r0) 04:35:04 (2/12) Installing file (5.38-r0) 04:35:04 (3/12) Installing libc-dev (0.7.2-r3) 04:35:04 (4/12) Installing g++ (9.3.0-r2) 04:35:12 (5/12) Installing fortify-headers (1.1-r0) 04:35:12 (6/12) Installing patch (2.7.6-r6) 04:35:12 (7/12) Installing build-base (0.5-r2) 04:35:12 (8/12) Installing libsodium (1.0.18-r0) 04:35:12 (9/12) Installing pkgconf (1.7.2-r0) 04:35:12 (10/12) Installing libsodium-dev (1.0.18-r0) 04:35:12 (11/12) Installing libzmq (4.3.2-r0) 04:35:12 (12/12) Installing zeromq-dev (4.3.2-r0) 04:35:12 Executing busybox-1.31.1-r16.trigger 04:35:12 OK: 217 MiB in 51 packages 04:35:17 Removing intermediate container e3902c8e32b3 04:35:17 ---> 00e3431f8280 04:35:17 Step 4/7 : WORKDIR /edgex-go 04:35:17 ---> Running in ad18ed969d17 04:35:17 Removing intermediate container ad18ed969d17 04:35:17 ---> 987412bcbb95 04:35:17 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:35:17 latest: Pulling from library/docker 04:35:17 b538f80385f9: Already exists 04:35:17 259a493cd78d: Pulling fs layer 04:35:17 b8e66b5100f5: Pulling fs layer 04:35:17 39dc9c94d07c: Pulling fs layer 04:35:17 551b823b3b82: Pulling fs layer 04:35:17 3c52a74df98c: Pulling fs layer 04:35:17 6c9b121b6998: Pulling fs layer 04:35:17 551b823b3b82: Waiting 04:35:17 3c52a74df98c: Waiting 04:35:17 6c9b121b6998: Waiting 04:35:18 b8e66b5100f5: Download complete 04:35:18 259a493cd78d: Verifying Checksum 04:35:18 259a493cd78d: Download complete 04:35:18 551b823b3b82: Verifying Checksum 04:35:18 551b823b3b82: Download complete 04:35:18 6c9b121b6998: Verifying Checksum 04:35:18 6c9b121b6998: Download complete 04:35:18 3c52a74df98c: Verifying Checksum 04:35:18 3c52a74df98c: Download complete 04:35:19 259a493cd78d: Pull complete 04:35:19 39dc9c94d07c: Verifying Checksum 04:35:19 39dc9c94d07c: Download complete 04:35:19 b8e66b5100f5: Pull complete 04:35:21 Removing intermediate container 5e44c300061c 04:35:21 ---> 50db174c19c7 04:35:21 04:35:21 Step 10/21 : FROM scratch 04:35:21 ---> 04:35:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:35:21 Removing intermediate container 8775662cedb7 04:35:21 ---> 21bab4b2b054 04:35:21 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:35:21 Removing intermediate container 37e2a421b77a 04:35:21 ---> fa561acab535 04:35:21 04:35:21 Step 10/21 : FROM scratch 04:35:21 ---> 04:35:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:35:21 ---> Running in 14ca770007ba 04:35:22 ---> Running in 999cefc272d8 04:35:22 ---> Running in 230ce0b2676f 04:35:22 Removing intermediate container 14ca770007ba 04:35:22 ---> 96eacdea4006 04:35:22 Step 12/21 : ENV APP_PORT=48061 04:35:22 39dc9c94d07c: Pull complete 04:35:22 551b823b3b82: Pull complete 04:35:22 Removing intermediate container 4b25c04866de 04:35:22 ---> 817f8e0203de 04:35:22 04:35:22 Step 10/23 : FROM scratch 04:35:22 ---> 04:35:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:35:22 ---> Using cache 04:35:22 ---> 96eacdea4006 04:35:22 Step 12/23 : ENV APP_PORT=48060 04:35:22 Removing intermediate container 230ce0b2676f 04:35:22 ---> bcc54126cd08 04:35:22 Step 12/21 : ENV APP_PORT=48082 04:35:22 ---> Running in f28901397c28 04:35:22 3c52a74df98c: Pull complete 04:35:23 6c9b121b6998: Pull complete 04:35:23 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:35:23 Status: Downloaded newer image for docker:latest 04:35:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:35:24 ---> Running in a893701dfc56 04:35:24 ---> Running in b75631b85d0b 04:35:25 Removing intermediate container f28901397c28 04:35:25 ---> 272b985c5167 04:35:25 Step 13/21 : EXPOSE $APP_PORT 04:35:25 Removing intermediate container b75631b85d0b 04:35:25 ---> e536f4dc315b 04:35:25 Step 13/21 : EXPOSE $APP_PORT 04:35:25 Removing intermediate container a893701dfc56 04:35:25 ---> 487aff67e440 04:35:25 Step 13/23 : EXPOSE $APP_PORT 04:35:25 ---> Running in 236d14cd65a9 04:35:25 ---> Running in 7a25d931d16c 04:35:25 Removing intermediate container cf73c161c79b 04:35:25 ---> e7626a352aab 04:35:25 04:35:25 Step 10/21 : FROM scratch 04:35:25 ---> 04:35:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:35:25 ---> Using cache 04:35:25 ---> bcc54126cd08 04:35:25 Step 12/21 : ENV APP_PORT=48081 04:35:25 ---> Running in a67b5239f5ab 04:35:26 ---> Running in bff4cf761e06 04:35:26 Removing intermediate container 236d14cd65a9 04:35:26 ---> cad504ecbbe0 04:35:26 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:35:26 Removing intermediate container 7a25d931d16c 04:35:26 ---> 056fff4d0b61 04:35:26 Step 14/21 : WORKDIR / 04:35:26 Removing intermediate container a67b5239f5ab 04:35:26 ---> 99fd3cb73399 04:35:26 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:35:26 Removing intermediate container bff4cf761e06 04:35:26 ---> d8c1cec91e5b 04:35:26 Step 13/21 : EXPOSE $APP_PORT 04:35:26 ---> Running in 56001f361d1c 04:35:26 ---> cd6cbcb806b3 04:35:26 Step 6/7 : COPY go.mod . 04:35:27 ---> Running in 1a113b8c7a82 04:35:27 ---> 91180c1d07fb 04:35:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:35:27 ---> 64db18d3c14e 04:35:27 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:35:27 ---> 80eab23fecf6 04:35:27 Step 7/7 : RUN go mod download 04:35:27 Removing intermediate container 1a113b8c7a82 04:35:27 ---> 601aa4b07a55 04:35:27 Step 14/21 : WORKDIR / 04:35:27 Removing intermediate container 56001f361d1c 04:35:27 ---> 2323414c13e4 04:35:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:35:27 ---> Running in 1b589363d644 04:35:28 ---> Running in 665870fa9e6d 04:35:28 Removing intermediate container 999cefc272d8 04:35:28 ---> ce6092cdc61e 04:35:28 04:35:28 Step 11/26 : FROM docker:latest 04:35:28 ---> 81f5749c9058 04:35:28 Step 12/26 : RUN apk add --no-cache bash 04:35:28 ---> a12a83d3c994 04:35:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:35:28 ---> 0db44bf8e06e 04:35:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:35:28 ---> Running in bdbae9d5258e 04:35:28 ---> bc416347f3b7 04:35:28 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:35:29 Removing intermediate container 665870fa9e6d 04:35:29 ---> 2c5d3aa74e33 04:35:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:35:29 ---> f5669a440fc6 04:35:29 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:35:29 ---> e963cd000f9e 04:35:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:35:29 ---> f4d112b541da 04:35:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:35:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:30 (1/2) Installing readline (8.0.4-r0) 04:35:30 (2/2) Installing bash (5.0.17-r0) 04:35:30 Executing bash-5.0.17-r0.post-install 04:35:30 Executing busybox-1.31.1-r16.trigger 04:35:30 OK: 12 MiB in 22 packages 04:35:30 ---> 7c36aa6829b5 04:35:30 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:35:30 ---> 3ac9cff751ee 04:35:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:35:30 ---> 54fc9333aa96 04:35:30 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:30 ---> 50592acff64b 04:35:30 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:35:30 ---> Running in 5f3fea628137 04:35:30 ---> 2d3345277a6f 04:35:30 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:31 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:35:31 go: finding github.com/BurntSushi/toml v0.3.1 04:35:31 go: finding github.com/OneOfOne/xxhash v1.2.5 04:35:31 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:35:31 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:35:31 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:35:31 go: finding github.com/bgentry/speakeasy v0.1.0 04:35:31 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:35:31 go: finding github.com/cloudflare/gokey v0.1.0 04:35:31 go: finding github.com/davecgh/go-spew v1.1.1 04:35:31 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:35:31 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:35:31 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:35:31 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:35:31 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:35:31 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:35:31 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:35:31 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:35:31 go: finding github.com/fatih/color v1.7.0 04:35:31 go: finding github.com/fsnotify/fsnotify v1.4.7 04:35:31 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:35:31 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:35:31 go: finding github.com/go-kit/kit v0.8.0 04:35:31 go: finding github.com/go-logfmt/logfmt v0.4.0 04:35:31 go: finding github.com/go-redis/redis/v7 v7.2.0 04:35:31 go: finding github.com/go-stack/stack v1.8.0 04:35:31 go: finding github.com/golang/protobuf v1.3.2 04:35:31 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:35:31 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:35:31 go: finding github.com/google/uuid v1.1.0 04:35:31 go: finding github.com/gorilla/mux v1.7.1 04:35:31 go: finding github.com/hashicorp/consul/api v1.1.0 04:35:31 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:35:31 go: finding github.com/hashicorp/errwrap v1.0.0 04:35:31 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:35:31 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:35:31 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:35:31 go: finding github.com/hashicorp/go-multierror v1.0.0 04:35:31 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:35:31 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:35:31 go: finding github.com/hashicorp/go-syslog v1.0.0 04:35:31 go: finding github.com/hashicorp/go-uuid v1.0.1 04:35:31 ---> Running in 5fb2deb45365 04:35:31 ---> 833231281a12 04:35:31 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:31 Removing intermediate container bdbae9d5258e 04:35:31 ---> ce32be6676aa 04:35:31 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:35:31 go: finding github.com/hashicorp/go.net v0.0.1 04:35:31 go: finding github.com/hashicorp/golang-lru v0.5.0 04:35:31 go: finding github.com/hashicorp/logutils v1.0.0 04:35:31 go: finding github.com/hashicorp/mdns v1.0.0 04:35:31 go: finding github.com/hashicorp/memberlist v0.1.3 04:35:31 go: finding github.com/hashicorp/serf v0.8.2 04:35:31 go: finding github.com/hpcloud/tail v1.0.0 04:35:31 go: finding github.com/imdario/mergo v0.3.6 04:35:31 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:35:31 go: finding github.com/kr/pretty v0.1.0 04:35:31 go: finding github.com/kr/pty v1.1.1 04:35:31 Removing intermediate container 5f3fea628137 04:35:31 ---> 62ddbf01b267 04:35:31 Step 19/21 : LABEL arch=x86_64 04:35:31 ---> 34e35cd8450c 04:35:31 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:35:31 ---> Running in 925196c30911 04:35:31 ---> Running in a96f7de26996 04:35:31 ---> Running in 023627376c45 04:35:31 go: finding github.com/kr/text v0.1.0 04:35:31 go: finding github.com/mattn/go-colorable v0.0.9 04:35:31 go: finding github.com/mattn/go-isatty v0.0.3 04:35:31 go: finding github.com/miekg/dns v1.0.14 04:35:31 go: finding github.com/mitchellh/cli v1.0.0 04:35:31 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:35:31 go: finding github.com/mitchellh/copystructure v1.0.0 04:35:31 go: finding github.com/mitchellh/go-homedir v1.0.0 04:35:31 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:35:31 go: finding github.com/mitchellh/gox v0.4.0 04:35:31 go: finding github.com/mitchellh/iochan v1.0.0 04:35:31 go: finding github.com/mitchellh/mapstructure v1.1.2 04:35:32 Removing intermediate container 5fb2deb45365 04:35:32 ---> b588663be8ac 04:35:32 Step 19/21 : LABEL arch=x86_64 04:35:32 ---> Running in a4adbf598e5a 04:35:32 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:35:32 go: finding github.com/onsi/ginkgo v1.10.1 04:35:32 go: finding github.com/onsi/gomega v1.7.0 04:35:32 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:35:32 go: finding github.com/pebbe/zmq4 v1.0.0 04:35:32 go: finding github.com/pelletier/go-toml v1.2.0 04:35:32 go: finding github.com/pkg/errors v0.8.1 04:35:32 go: finding github.com/pmezard/go-difflib v1.0.0 04:35:32 go: finding github.com/posener/complete v1.1.1 04:35:32 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:35:32 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:35:32 ---> d40b8307d9e7 04:35:32 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:32 Removing intermediate container 925196c30911 04:35:32 ---> d3f850eabd99 04:35:32 Step 19/21 : LABEL arch=x86_64 04:35:32 Removing intermediate container 023627376c45 04:35:32 ---> 7af546ee9e7d 04:35:32 Step 20/21 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:35:32 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:35:32 go: finding github.com/stretchr/objx v0.1.0 04:35:32 go: finding github.com/stretchr/testify v1.5.1 04:35:32 go: finding github.com/ugorji/go v1.1.4 04:35:32 go: finding github.com/x448/float16 v0.8.4 04:35:32 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:35:32 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:35:32 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:35:32 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:35:32 go: finding golang.org/x/text v0.3.2 04:35:32 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:35:32 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:35:32 ---> Running in 11136766b389 04:35:32 ---> Running in b9a8b702144b 04:35:32 ---> Running in 7ca3456de0d4 04:35:32 Removing intermediate container a4adbf598e5a 04:35:32 ---> 6912fc68b76c 04:35:32 Step 20/21 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:35:32 ---> Running in b2fc7ed4afa5 04:35:32 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:35:32 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:35:32 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:35:32 go: finding gopkg.in/yaml.v2 v2.2.8 04:35:33 Removing intermediate container 11136766b389 04:35:33 ---> 97583c8d6646 04:35:33 Step 21/23 : LABEL arch=x86_64 04:35:33 Removing intermediate container b9a8b702144b 04:35:33 ---> 39b575a9b86e 04:35:33 Step 20/21 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:35:33 Removing intermediate container 7ca3456de0d4 04:35:33 ---> 47ca3789b841 04:35:33 Step 21/21 : LABEL version=0.0.0 04:35:33 ---> Running in 653a0a39e519 04:35:33 ---> Running in ce921d5deed5 04:35:33 Removing intermediate container b2fc7ed4afa5 04:35:33 ---> d83edad9b9de 04:35:33 Step 21/21 : LABEL version=0.0.0 04:35:33 ---> Running in 78643e232b00 04:35:33 ---> Running in 5eb8c884a4c4 04:35:33 Removing intermediate container a96f7de26996 04:35:33 ---> b0af6f8f2bd5 04:35:33 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:35:33 Removing intermediate container ce921d5deed5 04:35:33 ---> 20a42a38537b 04:35:33 Step 21/21 : LABEL version=0.0.0 04:35:33 Removing intermediate container 653a0a39e519 04:35:33 ---> b116cdcdad0f 04:35:33 Step 22/23 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:35:33 Removing intermediate container 78643e232b00 04:35:33 ---> 059949dcdbcc 04:35:33 04:35:33 ---> Running in b19e5cdbdc76 04:35:33 ---> Running in 7c80e4ed5391 04:35:33 ---> Running in a06805c25de0 04:35:33 Removing intermediate container 5eb8c884a4c4 04:35:33 ---> 69fbfd00b8b5 04:35:33 04:35:33 Successfully built 059949dcdbcc 04:35:34 Successfully built 69fbfd00b8b5 04:35:34 Successfully tagged docker-support-logging-go:latest 04:35:34 Successfully tagged docker-core-command-go:latest 04:35:34 Building docker-core-data-go 04:35:34 Building docker-support-scheduler-go 04:35:34  Building docker-support-logging-go ... done  Building docker-core-command-go ... done Removing intermediate container 7c80e4ed5391 04:35:34 ---> 64ba9751f976 04:35:34 04:35:34 Removing intermediate container a06805c25de0 04:35:34 ---> 28de3079ec5d 04:35:34 Step 23/23 : LABEL version=0.0.0 04:35:34 Removing intermediate container b19e5cdbdc76 04:35:34 ---> 4e8a7ae3b195 04:35:34 Step 15/26 : ENV APP_PORT=48090 04:35:34 Successfully built 64ba9751f976 04:35:34 Successfully tagged docker-core-metadata-go:latest 04:35:34  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 04:35:34 ---> Running in 5612720a5be3 04:35:34 ---> Running in c6bc86d0a999 04:35:34 Removing intermediate container c6bc86d0a999 04:35:34 ---> fb0cc7e6dafc 04:35:34 Step 16/26 : EXPOSE $APP_PORT 04:35:34 Removing intermediate container 5612720a5be3 04:35:34 ---> 4e6fbd6625a0 04:35:34 04:35:34 ---> Running in 1e8f46b73314 04:35:34 Successfully built 4e6fbd6625a0 04:35:34 Successfully tagged docker-support-notifications-go:latest 04:35:34  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 04:35:35 Removing intermediate container 1e8f46b73314 04:35:35 ---> 53298c006b77 04:35:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:35:41 ---> 4ab18d4eef48 04:35:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:35:45 ---> d3469f14ba02 04:35:45 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:35:45 ---> 76238093b08c 04:35:45 Step 20/26 : RUN apk --no-cache add py-pip 04:35:45 ---> Running in 26e4f19a82fc 04:35:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:46 (1/33) Installing libbz2 (1.0.8-r1) 04:35:46 (2/33) Installing expat (2.2.9-r1) 04:35:46 (3/33) Installing libffi (3.3-r2) 04:35:46 (4/33) Installing gdbm (1.13-r1) 04:35:46 (5/33) Installing xz-libs (5.2.5-r0) 04:35:46 (6/33) Installing sqlite-libs (3.32.1-r0) 04:35:46 (7/33) Installing python3 (3.8.5-r0) 04:35:51 Removing intermediate container 1b589363d644 04:35:51 ---> 7b059a4f0920 04:35:51 Successfully built 7b059a4f0920 04:35:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:52 + docker inspect -f . ci-base-image-arm64 04:35:52 . [Pipeline] withDockerContainer 04:35:52 prd-ubuntu18.04-docker-arm64-4c-16g-2018 does not seem to be running inside a container 04:35:52 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:35:53 $ docker top 052cd9b66c5cfe51c876866b469e0577fad570ded78e66b4a74a19599da0ef30 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:54 + go version 04:35:54 go version go1.13.13 linux/arm64 [Pipeline] echo 04:35:54 ========================================================= 04:35:54 [edgeXBuildGoParallel] Running Tests and Build... 04:35:54 ========================================================= [Pipeline] sh 04:35:55 + make test 04:35:55 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:35:58 ? github.com/edgexfoundry/edgex-go [no test files] 04:35:59 (8/33) Installing py3-appdirs (1.4.4-r1) 04:35:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:35:59 (10/33) Installing py3-parsing (2.4.7-r0) 04:35:59 (11/33) Installing py3-six (1.15.0-r0) 04:35:59 (12/33) Installing py3-packaging (20.4-r0) 04:35:59 (13/33) Installing py3-setuptools (47.0.0-r0) 04:35:59 (14/33) Installing py3-chardet (3.0.4-r4) 04:35:59 (15/33) Installing py3-idna (2.9-r0) 04:35:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:35:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:36:00 (18/33) Installing py3-requests (2.23.0-r0) 04:36:00 (19/33) Installing py3-msgpack (1.0.0-r0) 04:36:00 (20/33) Installing py3-lockfile (0.12.2-r3) 04:36:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:36:01 (22/33) Installing py3-colorama (0.4.3-r0) 04:36:01 (23/33) Installing py3-distlib (0.3.0-r0) 04:36:01 (24/33) Installing py3-distro (1.5.0-r1) 04:36:01 (25/33) Installing py3-webencodings (0.5.1-r3) 04:36:01 (26/33) Installing py3-html5lib (1.0.1-r4) 04:36:02 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:02 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:36:02 ---> 030030a4d709 04:36:02 Step 3/20 : WORKDIR /edgex-go 04:36:02 (27/33) Installing py3-pytoml (0.1.21-r0) 04:36:02 (28/33) Installing py3-pep517 (0.8.2-r0) 04:36:02 (29/33) Installing py3-progress (1.5-r0) 04:36:02 ---> Using cache 04:36:02 ---> 602063370e21 04:36:02 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:02 (30/33) Installing py3-toml (0.10.1-r0) 04:36:02 ---> Using cache 04:36:02 ---> 854f10b83c6b 04:36:02 Step 5/20 : RUN apk update && apk add make git 04:36:02 (31/33) Installing py3-retrying (1.3.3-r0) 04:36:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:36:02 (33/33) Installing py3-pip (20.1.1-r0) 04:36:03 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:36:03 ---> 030030a4d709 04:36:03 Step 3/26 : WORKDIR /edgex-go 04:36:03 ---> Using cache 04:36:03 ---> 602063370e21 04:36:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:03 ---> Using cache 04:36:03 ---> 854f10b83c6b 04:36:03 Step 5/26 : RUN apk update && apk add make git 04:36:04 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:36:04 ---> 030030a4d709 04:36:04 Step 3/22 : WORKDIR /edgex-go 04:36:04 ---> Using cache 04:36:04 ---> 602063370e21 04:36:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:04 ---> Using cache 04:36:04 ---> 854f10b83c6b 04:36:04 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:36:04 Executing busybox-1.31.1-r16.trigger 04:36:04 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:04 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:36:04 ---> 030030a4d709 04:36:04 Step 3/20 : WORKDIR /edgex-go 04:36:04 ---> Using cache 04:36:04 ---> 602063370e21 04:36:04 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:04 ---> Using cache 04:36:04 ---> 854f10b83c6b 04:36:04 Step 5/20 : RUN apk update && apk add make git 04:36:05 OK: 71 MiB in 55 packages 04:36:05 ---> Running in e32027949d2f 04:36:05 ---> Running in 8ea869974eec 04:36:05 ---> Running in ec6bbd2824b4 04:36:05 ---> Running in 699ea7005884 04:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:07 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:07 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:07 OK: 12749 distinct packages available 04:36:08 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:08 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:08 OK: 12749 distinct packages available 04:36:08 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:08 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:08 OK: 12749 distinct packages available 04:36:08 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:08 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:08 OK: 12749 distinct packages available 04:36:08 OK: 233 MiB in 51 packages 04:36:08 OK: 233 MiB in 51 packages 04:36:08 OK: 233 MiB in 51 packages 04:36:08 OK: 233 MiB in 51 packages 04:36:12 Removing intermediate container 8ea869974eec 04:36:12 ---> da69095f44d2 04:36:12 Step 6/20 : COPY go.mod . 04:36:13 Removing intermediate container ec6bbd2824b4 04:36:13 ---> ff196b872d82 04:36:13 Step 6/20 : COPY go.mod . 04:36:13 Removing intermediate container e32027949d2f 04:36:13 ---> 759e4e99bc0d 04:36:13 Step 6/26 : COPY go.mod . 04:36:13 Removing intermediate container 699ea7005884 04:36:13 ---> 02270686aeb1 04:36:13 Step 6/22 : COPY go.mod . 04:36:13 ---> d9736b281efc 04:36:13 Step 7/20 : RUN go mod download 04:36:13 ---> 67f14d5acf5e 04:36:13 Step 7/20 : RUN go mod download 04:36:13 ---> Running in 51fc4c81fe00 04:36:13 ---> Running in 7ade1b75cb59 04:36:14 Removing intermediate container 26e4f19a82fc 04:36:14 ---> a96d4148963b 04:36:14 Step 21/26 : RUN pip install docker-compose==1.23.2 04:36:14 ---> Running in 5b70f719797d 04:36:14 ---> b08fac37f5fa 04:36:14 Step 7/26 : RUN go mod download 04:36:14 ---> 26b0978a9f80 04:36:14 Step 7/22 : RUN go mod download 04:36:14 ---> Running in dfd386e022ca 04:36:14 ---> Running in 797f81062262 04:36:16 Collecting docker-compose==1.23.2 04:36:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:36:17 Collecting docker<4.0,>=3.6.0 04:36:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:36:17 Removing intermediate container 7ade1b75cb59 04:36:17 ---> a4af87c40c60 04:36:17 Step 8/20 : COPY . . 04:36:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:36:17 Removing intermediate container dfd386e022ca 04:36:17 ---> a94f2a67fb14 04:36:17 Step 8/26 : COPY . . 04:36:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:36:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:36:18 Collecting texttable<0.10,>=0.9.0 04:36:18 Downloading texttable-0.9.1.tar.gz (11 kB) 04:36:21 Collecting jsonschema<3,>=2.5.1 04:36:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:36:22 Removing intermediate container 51fc4c81fe00 04:36:22 ---> bad91a17ea10 04:36:22 Step 8/20 : COPY . . 04:36:22 Collecting cached-property<2,>=1.2.0 04:36:22 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:36:23 Collecting docopt<0.7,>=0.6.1 04:36:23 Downloading docopt-0.6.2.tar.gz (25 kB) 04:36:23 Removing intermediate container 797f81062262 04:36:23 ---> c2267109f9cb 04:36:23 Step 8/22 : COPY . . 04:36:27 Collecting dockerpty<0.5,>=0.4.1 04:36:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:36:29 Collecting websocket-client<1.0,>=0.32.0 04:36:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:36:30 Collecting PyYAML<4,>=3.10 04:36:30 Downloading PyYAML-3.13.tar.gz (270 kB) 04:36:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:36:33 Collecting docker-pycreds>=0.4.0 04:36:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:36:34 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:36:35 Collecting idna<2.8,>=2.5 04:36:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:36:35 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:36:35 Collecting urllib3<1.25,>=1.21.1 04:36:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:36:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:36:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:36:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:36:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:36:37 Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, jsonschema, cached-property, docopt, dockerpty, PyYAML, docker-compose 04:36:42 Attempting uninstall: idna 04:36:42 Found existing installation: idna 2.9 04:36:42 Uninstalling idna-2.9: 04:36:43 Successfully uninstalled idna-2.9 04:36:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:36:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:36:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:36:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:36:45 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.049s 04:36:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:36:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:36:45 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:36:46 Attempting uninstall: urllib3 04:36:46 Found existing installation: urllib3 1.25.9 04:36:46 Uninstalling urllib3-1.25.9: 04:36:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:36:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:36:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:36:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:36:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:36:47 Successfully uninstalled urllib3-1.25.9 04:36:49 Attempting uninstall: requests 04:36:49 Found existing installation: requests 2.23.0 04:36:49 Uninstalling requests-2.23.0: 04:36:49 Successfully uninstalled requests-2.23.0 04:36:50 Running setup.py install for texttable: started 04:36:51 Running setup.py install for texttable: finished with status 'done' 04:36:54 Running setup.py install for docopt: started 04:36:54 ---> 9721808f9d22 04:36:54 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:36:55 Running setup.py install for docopt: finished with status 'done' 04:36:55 Running setup.py install for dockerpty: started 04:36:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.139s coverage: 46.6% of statements 04:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:36:56 ---> 41ff33c9b2af 04:36:56 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:36:56 Running setup.py install for dockerpty: finished with status 'done' 04:36:56 Running setup.py install for PyYAML: started 04:36:56 ---> Running in 5f48348c7686 04:36:56 Running setup.py install for PyYAML: finished with status 'done' 04:36:57 ---> Running in 1e46f470e6b3 04:36:57 ---> 9e7ef3fd67c4 04:36:57 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:36:57 ---> 0624a3321eb0 04:36:57 Step 9/22 : RUN make cmd/core-data/core-data 04:36:57 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:36:58 ---> Running in e6c14c422188 04:36:58 ---> Running in 1c061359079a 04:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:36:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:37:01 Removing intermediate container 5b70f719797d 04:37:01 ---> e0328dcf1676 04:37:01 Step 22/26 : RUN apk --no-cache add curl 04:37:01 ---> Running in 0985fb11e5ab 04:37:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.230s coverage: 27.3% of statements 04:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:37:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 04:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:37:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements 04:37:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:37:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:37:04 (2/3) Installing libcurl (7.69.1-r0) 04:37:04 (3/3) Installing curl (7.69.1-r0) 04:37:04 Executing busybox-1.31.1-r16.trigger 04:37:05 OK: 72 MiB in 58 packages 04:37:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.290s coverage: 28.6% of statements 04:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:37:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.048s coverage: 100.0% of statements 04:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:37:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 04:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:37:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.091s coverage: 89.8% of statements 04:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:37:06 Removing intermediate container 0985fb11e5ab 04:37:06 ---> bc6bd59b7aaf 04:37:06 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:06 ---> Running in 8595ea2909ab 04:37:07 Removing intermediate container 8595ea2909ab 04:37:07 ---> 81fab74fd085 04:37:07 Step 24/26 : LABEL arch=x86_64 04:37:07 ---> Running in 6ecce56dd0d3 04:37:07 Removing intermediate container 6ecce56dd0d3 04:37:07 ---> f345d34842a8 04:37:07 Step 25/26 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:37:07 ---> Running in 79ad7e5b52d8 04:37:08 Removing intermediate container 79ad7e5b52d8 04:37:08 ---> 00eb1becd8a3 04:37:08 Step 26/26 : LABEL version=0.0.0 04:37:08 ---> Running in e57dc0e280f1 04:37:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:37:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 100.0% of statements 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:37:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:37:08 Removing intermediate container e57dc0e280f1 04:37:08 ---> 1025dd04d44e 04:37:08 04:37:08 Successfully built 1025dd04d44e 04:37:08 Successfully tagged docker-sys-mgmt-agent-go:latest 04:37:08 Building docker-security-secrets-setup-go 04:37:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.084s coverage: 58.8% of statements 04:37:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.226s coverage: 63.5% of statements 04:37:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:37:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:37:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements 04:37:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.362s coverage: 55.9% of statements 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.849s coverage: 86.3% of statements 04:37:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.000s coverage: 72.2% of statements 04:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.356s coverage: 72.1% of statements 04:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements 04:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.052s coverage: 48.4% of statements 04:37:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:37:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:37:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements 04:37:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.055s coverage: 96.8% of statements 04:37:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 26.9% of statements 04:37:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:37:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.354s coverage: 84.1% of statements 04:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.028s coverage: 100.0% of statements 04:37:27  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:37:29 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:29 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:37:29 ---> 030030a4d709 04:37:29 Step 3/29 : WORKDIR /edgex-go 04:37:29 ---> Using cache 04:37:29 ---> 602063370e21 04:37:29 Step 4/29 : RUN apk update && apk add make git 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.062s coverage: 42.9% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.074s coverage: 100.0% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:37:30 ---> Running in af0607ba82f1 04:37:31 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.053s coverage: 83.8% of statements 04:37:31 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:37:33 Removing intermediate container e6c14c422188 04:37:33 ---> d2d17257d926 04:37:33 04:37:33 Step 10/20 : FROM alpine 04:37:33 latest: Pulling from library/alpine 04:37:33 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:33 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:33 OK: 12749 distinct packages available 04:37:34 OK: 233 MiB in 51 packages 04:37:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.093s coverage: 46.1% of statements 04:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:37:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.013s coverage: 100.0% of statements 04:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:37:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 04:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:37:36 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:37:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.071s coverage: 100.0% of statements 04:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:37:38 Status: Downloaded newer image for alpine:latest 04:37:38 ---> a24bb4013296 04:37:38 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:37:40 ---> Running in 376b42427d00 04:37:40 Removing intermediate container 5f48348c7686 04:37:40 ---> 28730ade805a 04:37:40 04:37:40 Step 10/20 : FROM scratch 04:37:40 ---> 04:37:40 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:40 ---> Using cache 04:37:40 ---> bcc54126cd08 04:37:40 Step 12/20 : ENV APP_PORT=48085 04:37:40 Removing intermediate container af0607ba82f1 04:37:40 ---> b552cb651bf5 04:37:40 Step 5/29 : COPY go.mod . 04:37:40 ---> Running in beca94b12641 04:37:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:41 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:37:41 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:37:41 OK: 12749 distinct packages available 04:37:41 Removing intermediate container beca94b12641 04:37:41 ---> 1dd4be04bf2e 04:37:41 Step 13/20 : EXPOSE $APP_PORT 04:37:41 (1/4) Installing ca-certificates (20191127-r4) 04:37:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:37:41 (3/4) Installing libcurl (7.69.1-r0) 04:37:41 (4/4) Installing curl (7.69.1-r0) 04:37:41 Executing busybox-1.31.1-r16.trigger 04:37:41 Executing ca-certificates-20191127-r4.trigger 04:37:41 OK: 7 MiB in 18 packages 04:37:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.201s coverage: 29.1% of statements 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:37:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:37:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:37:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:37:42 ---> 30bf6a330b7f 04:37:42 Step 6/29 : RUN go mod download 04:37:43 ---> Running in 68fa86ac33e5 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:37:43 ---> Running in d88865f433ea 04:37:43 Removing intermediate container 1e46f470e6b3 04:37:43 ---> 73557d584f15 04:37:43 04:37:43 Step 10/26 : FROM alpine:3.10 04:37:43 Removing intermediate container 68fa86ac33e5 04:37:43 ---> 960ee1443150 04:37:43 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:37:44 Removing intermediate container 1c061359079a 04:37:44 ---> 4c7a0c93fbab 04:37:44 04:37:44 Step 10/22 : FROM alpine 04:37:44 ---> a24bb4013296 04:37:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:44 3.10: Pulling from library/alpine 04:37:44 Removing intermediate container 376b42427d00 04:37:44 ---> 355530c91964 04:37:44 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:37:44 ---> Running in 6dc23fa1195f 04:37:44 ---> 742ecff6b450 04:37:44 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:37:44 ---> Running in 6b63be8f2c31 04:37:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements 04:37:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:37:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:37:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 04:37:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements 04:37:46 Removing intermediate container 6dc23fa1195f 04:37:46 ---> 6fa100301543 04:37:46 Step 12/22 : ENV APP_PORT=48080 04:37:46 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:37:46 Removing intermediate container 6b63be8f2c31 04:37:46 ---> 1faa55502002 04:37:46 Step 13/20 : WORKDIR /edgex 04:37:46 Status: Downloaded newer image for alpine:3.10 04:37:46 ---> be4e4bea2c2e 04:37:46 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:37:46 ---> ce3fe715c6c5 04:37:46 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:37:46 ---> Running in 90dbc09b864f 04:37:46 ---> Running in 8567e0e79295 04:37:46 ---> Running in 62294ced3faf 04:37:46 Removing intermediate container 90dbc09b864f 04:37:46 ---> e2a2bd94a6fd 04:37:46 Step 13/22 : EXPOSE $APP_PORT 04:37:47 ---> deb77b7285fc 04:37:47 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:47 Removing intermediate container d88865f433ea 04:37:47 ---> 0f057939d769 04:37:47 Step 7/29 : COPY . . 04:37:47 Removing intermediate container 62294ced3faf 04:37:47 ---> ddc428ee853a 04:37:47 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:37:47 ---> Running in 72fe6304c155 04:37:47 ---> Running in 99f3581bab4d 04:37:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements 04:37:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:37:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:37:47 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:37:47 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:37:47 OK: 10346 distinct packages available 04:37:47 GO111MODULE=on go vet ./... 04:37:47 (1/5) Installing ca-certificates (20191127-r2) 04:37:47 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:37:47 (3/5) Installing libcurl (7.66.0-r0) 04:37:47 (4/5) Installing curl (7.66.0-r0) 04:37:47 (5/5) Installing dumb-init (1.2.2-r1) 04:37:47 Executing busybox-1.30.1-r3.trigger 04:37:47 Executing ca-certificates-20191127-r2.trigger 04:37:48 OK: 7 MiB in 19 packages 04:37:51 ---> 6b939d1a4e40 04:37:51 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:37:51 Removing intermediate container 72fe6304c155 04:37:51 ---> 2e3fcc6a445c 04:37:51 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:52 Removing intermediate container 99f3581bab4d 04:37:52 ---> 9ba7adb8adc4 04:37:52 Step 18/20 : LABEL arch=x86_64 04:37:54 ---> Running in 5a1ccb9d7e6c 04:37:55 ---> 74d9d86c6dd4 04:37:55 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:37:55 ---> Running in c1fa2233c893 04:37:57 Removing intermediate container 8567e0e79295 04:37:57 ---> a4f3cd2ac344 04:37:57 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:38:00 ---> Running in 6e05d26f8970 04:38:00 ---> Running in 47d6a1c8ef99 04:38:00 Removing intermediate container c1fa2233c893 04:38:00 ---> d9a11a0b738b 04:38:00 Step 19/20 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:38:03 ---> Running in c961b33220e1 04:38:03 Removing intermediate container 6e05d26f8970 04:38:03 ---> 3fd1b0b774ac 04:38:03 Step 17/20 : CMD ["--init=true"] 04:38:04 Removing intermediate container 47d6a1c8ef99 04:38:04 ---> edc0736d41cb 04:38:04 Step 13/26 : WORKDIR / 04:38:04 ---> Running in 5634b69fffe9 04:38:04 ---> Running in 10584c33089e 04:38:04 Removing intermediate container c961b33220e1 04:38:04 ---> 093bc29684e2 04:38:04 Step 20/20 : LABEL version=0.0.0 04:38:04 ---> df50134bf2bd 04:38:04 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:38:04 ---> Running in 2d7da82f2d9a 04:38:04 Removing intermediate container 5a1ccb9d7e6c 04:38:04 ---> ea1d37db84cb 04:38:04 Step 15/22 : RUN apk --no-cache add zeromq 04:38:04 Removing intermediate container 5634b69fffe9 04:38:04 ---> 469d1a0c8f73 04:38:04 Step 18/20 : LABEL arch=x86_64 04:38:04 Removing intermediate container 10584c33089e 04:38:04 ---> d7d3724fa3d6 04:38:04 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:38:04 ---> Running in 0763685ffc99 04:38:04 ---> Running in b335c79429b9 04:38:05 ---> Running in 2a3c416dedd3 04:38:05 Removing intermediate container 2d7da82f2d9a 04:38:05 ---> 9a63ef7285e9 04:38:05 04:38:05 Successfully built 9a63ef7285e9 04:38:05 ---> b1bcd007dc3e 04:38:05 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:38:05 Successfully tagged docker-support-scheduler-go:latest 04:38:05  Building docker-support-scheduler-go ... done Removing intermediate container 2a3c416dedd3 04:38:05 ---> 21bd00cd6544 04:38:05 Step 19/20 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:38:05 ---> Running in dc49e2349a23 04:38:05 ---> 9a69a97273b4 04:38:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:38:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:38:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:05 Removing intermediate container dc49e2349a23 04:38:05 ---> 6fd1efeb873f 04:38:05 Step 20/20 : LABEL version=0.0.0 04:38:06 ---> Running in e686b8949063 04:38:06 ---> 70bb8bd28349 04:38:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:38:06 gofmt -l . 04:38:06 Removing intermediate container e686b8949063 04:38:06 ---> 60cda25e2e7a 04:38:06 04:38:06 ---> 61389eba9fd4 04:38:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:38:06 Successfully built 60cda25e2e7a 04:38:06 Successfully tagged docker-security-proxy-setup-go:latest 04:38:06 [ "`gofmt -l .`" = "" ] 04:38:06  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:07 ---> b60fba7af976 04:38:07 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:38:07 (1/5) Installing libgcc (9.3.0-r2) 04:38:07 (2/5) Installing libsodium (1.0.18-r0) 04:38:08 (3/5) Installing libstdc++ (9.3.0-r2) 04:38:08 (4/5) Installing libzmq (4.3.2-r0) 04:38:08 (5/5) Installing zeromq (4.3.2-r0) 04:38:08 ---> 74fa1360f35e 04:38:08 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:38:08 Executing busybox-1.31.1-r16.trigger 04:38:08 OK: 8 MiB in 19 packages 04:38:09 ./bin/test-go-mod-tidy.sh 04:38:09 ./bin/test-attribution-txt.sh 04:38:10 ---> 2d6e36ee3bff 04:38:10 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:38:10 Removing intermediate container b335c79429b9 04:38:10 ---> 1345ddb06a90 04:38:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:38:10 ---> 90316e72cdf4 04:38:10 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:38:10 ---> Running in 56e2f5257f24 04:38:11 ---> 3142a24eddd4 04:38:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:38:12 ---> c162d8a8016a 04:38:12 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:38:12 Removing intermediate container 56e2f5257f24 04:38:12 ---> 75ba9cb8ab44 04:38:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:38:12 ---> 6c1dc7db031a 04:38:12 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:12 ---> Running in 27784234b8a1 04:38:12 ---> Running in 0f31b5ab8136 [Pipeline] sh 04:38:13 Removing intermediate container 27784234b8a1 04:38:13 ---> dde50d7642d2 04:38:13 Step 24/26 : LABEL arch=x86_64 04:38:13 Removing intermediate container 0f31b5ab8136 04:38:13 ---> 372526b0379a 04:38:13 Step 20/22 : LABEL arch=x86_64 04:38:13 ---> Running in 0743200420ee 04:38:13 ---> Running in e212fdc8732f 04:38:13 Removing intermediate container e212fdc8732f 04:38:13 ---> 555131bae68c 04:38:13 Step 25/26 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:38:13 Removing intermediate container 0743200420ee 04:38:13 ---> ce59670d20fd 04:38:13 Step 21/22 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:38:13 + ls -al . 04:38:13 total 588 04:38:13 drwxrwxr-x 10 1001 1001 4096 Aug 4 04:38 . 04:38:13 drwxr-xr-x 4 root root 4096 Aug 4 04:35 .. 04:38:13 -rw-rw-r-- 1 1001 1001 11 Aug 4 04:34 .dockerignore 04:38:13 drwxrwxr-x 8 1001 1001 4096 Aug 4 04:34 .git 04:38:13 drwxrwxr-x 3 1001 1001 4096 Aug 4 04:34 .github 04:38:13 -rw-rw-r-- 1 1001 1001 932 Aug 4 04:34 .gitignore 04:38:13 drwxrwxr-x 3 1001 1001 4096 Aug 4 04:34 .semver 04:38:13 -rw-rw-r-- 1 1001 1001 166 Aug 4 04:34 .sonarcloud.properties 04:38:13 -rw-rw-r-- 1 1001 1001 3804 Aug 4 04:34 CONTRIBUTING.md 04:38:13 -rw-rw-r-- 1 1001 1001 1035 Aug 4 04:34 Dockerfile.build 04:38:13 -rw-rw-r-- 1 1001 1001 865 Aug 4 04:34 Jenkinsfile 04:38:13 -rw-rw-r-- 1 1001 1001 10775 Aug 4 04:34 LICENSE 04:38:13 -rw-rw-r-- 1 1001 1001 6237 Aug 4 04:34 Makefile 04:38:13 -rw-rw-r-- 1 1001 1001 5652 Aug 4 04:34 README.md 04:38:13 -rw-rw-r-- 1 1001 1001 7111 Aug 4 04:34 SECURITY.md 04:38:13 -rw-rw-r-- 1 1001 1001 5 Aug 4 04:30 VERSION 04:38:13 -rw-rw-r-- 1 1001 1001 4131 Aug 4 04:34 ZMQWindows.md 04:38:13 drwxrwxr-x 2 1001 1001 4096 Aug 4 04:34 bin 04:38:13 drwxrwxr-x 15 1001 1001 4096 Aug 4 04:34 cmd 04:38:13 -rw-r--r-- 1 root root 455803 Aug 4 04:37 coverage.out 04:38:13 -rw-r--r-- 1 root root 1019 Aug 4 04:38 go.mod 04:38:13 -rw-r--r-- 1 root root 18146 Aug 4 04:38 go.sum 04:38:13 drwxrwxr-x 8 1001 1001 4096 Aug 4 04:34 internal 04:38:13 drwxrwxr-x 4 1001 1001 4096 Aug 4 04:34 openapi 04:38:13 drwxrwxr-x 4 1001 1001 4096 Aug 4 04:34 snap 04:38:13 -rw-rw-r-- 1 1001 1001 168 Aug 4 04:34 version.go 04:38:13 ---> Running in f1cc1cac731f 04:38:13 ---> Running in 971b28ad59b8 [Pipeline] sh 04:38:13 Removing intermediate container 971b28ad59b8 04:38:13 ---> 77e693aa2749 04:38:13 Step 26/26 : LABEL version=0.0.0 04:38:13 Removing intermediate container f1cc1cac731f 04:38:13 ---> 1e64660bc754 04:38:13 Step 22/22 : LABEL version=0.0.0 04:38:13 ---> Running in badf61016517 04:38:13 ---> Running in cd706c764df3 04:38:14 Removing intermediate container badf61016517 04:38:14 ---> d0b14267b838 04:38:14 04:38:14 Removing intermediate container cd706c764df3 04:38:14 ---> 31de6e33c696 04:38:14 04:38:14 Successfully built d0b14267b838 04:38:14 Successfully tagged docker-security-secretstore-setup-go:latest 04:38:14  Building docker-security-secretstore-setup-go ... done Successfully built 31de6e33c696 04:38:14 Successfully tagged docker-core-data-go:latest 04:38:14 + '[' -e coverage.out ] 04:38:14 + chown 1001:1001 coverage.out [Pipeline] stash 04:38:14 Warning: overwriting stash ‘coverage-report’ 04:38:15 Stashed 1 file(s) [Pipeline] sh 04:38:16 + make build 04:38:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:38:16  Building docker-core-data-go ... done Removing intermediate container 0763685ffc99 04:38:16 ---> 43486bb5db52 04:38:16 04:38:16 Step 9/29 : FROM alpine:latest 04:38:16 ---> a24bb4013296 04:38:16 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:38:16 ---> Running in c8ee16420ae4 04:38:16 Removing intermediate container c8ee16420ae4 04:38:16 ---> 57e5e62ce130 04:38:16 Step 11/29 : USER root 04:38:16 ---> Running in f361cad01db3 04:38:17 Removing intermediate container f361cad01db3 04:38:17 ---> 00b4ed3b7281 04:38:17 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:38:17 ---> Running in 8043b0585542 04:38:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:17 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:38:17 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:38:17 OK: 12749 distinct packages available 04:38:18 (1/2) Installing ca-certificates (20191127-r4) 04:38:18 (2/2) Installing dumb-init (1.2.2-r1) 04:38:18 Executing busybox-1.31.1-r16.trigger 04:38:18 Executing ca-certificates-20191127-r4.trigger 04:38:18 OK: 6 MiB in 16 packages 04:38:19 Removing intermediate container 8043b0585542 04:38:19 ---> 2537c585ace7 04:38:19 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:38:19 ---> Running in a077bde12db8 04:38:19 Removing intermediate container a077bde12db8 04:38:19 ---> a77753609bf0 04:38:19 Step 14/29 : WORKDIR $BASE_DIR 04:38:19 ---> Running in e8f8dc1eac81 04:38:20 Removing intermediate container e8f8dc1eac81 04:38:20 ---> 2d5b6ff01343 04:38:20 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:38:20 ---> Running in 0ba63265f4ff 04:38:21 Removing intermediate container 0ba63265f4ff 04:38:21 ---> 4e580d7d8bcb 04:38:21 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:38:21 ---> 674b1629bf4f 04:38:21 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:38:21 ---> a8153b73d2b9 04:38:21 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:38:21 ---> 639044c16138 04:38:21 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:38:22 ---> 54f5e3e7a153 04:38:22 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:38:22 ---> 08600321d631 04:38:22 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:38:22 ---> Running in a94dd9619369 04:38:23 Removing intermediate container a94dd9619369 04:38:23 ---> 1f6c86037f65 04:38:23 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:38:23 ---> c0579d3dea3b 04:38:23 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:38:23 ---> Running in 7723f2cf89c1 04:38:25 Removing intermediate container 7723f2cf89c1 04:38:25 ---> 36f319a69c27 04:38:25 Step 24/29 : RUN chmod 755 security-secrets-setup 04:38:25 ---> Running in e7878648170c 04:38:26 Removing intermediate container e7878648170c 04:38:26 ---> 0c224a96e6e8 04:38:26 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:38:26 ---> Running in e3cceb756ea1 04:38:26 Removing intermediate container e3cceb756ea1 04:38:26 ---> 6d864e696fe8 04:38:26 Step 26/29 : CMD [ "generate" ] 04:38:26 ---> Running in 441bba1811f6 04:38:26 Removing intermediate container 441bba1811f6 04:38:26 ---> 93ebff6c42cc 04:38:26 Step 27/29 : LABEL arch=x86_64 04:38:26 ---> Running in 4c68a4165a46 04:38:27 Removing intermediate container 4c68a4165a46 04:38:27 ---> 898a6d21b744 04:38:27 Step 28/29 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:38:27 ---> Running in 069eee65edbd 04:38:27 Removing intermediate container 069eee65edbd 04:38:27 ---> bea6c524c54f 04:38:27 Step 29/29 : LABEL version=0.0.0 04:38:27 ---> Running in 1ed49e65f115 04:38:27 Removing intermediate container 1ed49e65f115 04:38:27 ---> d7bd1b65e561 04:38:27 04:38:27 Successfully built d7bd1b65e561 04:38:27 Successfully tagged docker-security-secrets-setup-go:latest 04:38:28  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:38:28 $ docker stop --time=1 31b3da4a0357df7d89b84a52f8c01d66c3935c78c8209cdb2d4419dd37a5aec8 04:38:29 $ docker rm -f 31b3da4a0357df7d89b84a52f8c01d66c3935c78c8209cdb2d4419dd37a5aec8 [Pipeline] // withDockerContainer [Pipeline] sh 04:38:30 + docker images 04:38:30 + grep docker 04:38:30 docker-security-secrets-setup-go latest d7bd1b65e561 3 seconds ago 25.1MB 04:38:30 docker-core-data-go latest 31de6e33c696 16 seconds ago 23.8MB 04:38:30 docker-security-secretstore-setup-go latest d0b14267b838 17 seconds ago 33.9MB 04:38:30 docker-security-proxy-setup-go latest 60cda25e2e7a 25 seconds ago 16.4MB 04:38:30 docker-support-scheduler-go latest 9a63ef7285e9 26 seconds ago 13.1MB 04:38:30 docker-sys-mgmt-agent-go latest 1025dd04d44e About a minute ago 284MB 04:38:30 docker-support-notifications-go latest 4e6fbd6625a0 2 minutes ago 14.4MB 04:38:30 docker-core-metadata-go latest 64ba9751f976 2 minutes ago 14.4MB 04:38:30 docker-support-logging-go latest 059949dcdbcc 2 minutes ago 11.8MB 04:38:30 docker-core-command-go latest 69fbfd00b8b5 2 minutes ago 13MB 04:38:30 docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:38:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:38:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:38:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:38:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:39:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:39:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:39:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:39:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:39:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:39:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:39:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:39:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:39:38 $ docker stop --time=1 052cd9b66c5cfe51c876866b469e0577fad570ded78e66b4a74a19599da0ef30 04:39:40 $ docker rm -f 052cd9b66c5cfe51c876866b469e0577fad570ded78e66b4a74a19599da0ef30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:42 04:39:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:39:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:42 latest: Pulling from edgex-devops/edgex-compose-arm64 04:39:42 29e5d40040c1: Pulling fs layer 04:39:42 1ce36da41761: Pulling fs layer 04:39:42 25b303627fd3: Pulling fs layer 04:39:43 29e5d40040c1: Verifying Checksum 04:39:43 29e5d40040c1: Download complete 04:39:43 1ce36da41761: Verifying Checksum 04:39:43 1ce36da41761: Download complete 04:39:43 29e5d40040c1: Pull complete 04:39:45 1ce36da41761: Pull complete 04:39:46 25b303627fd3: Verifying Checksum 04:39:46 25b303627fd3: Download complete 04:39:56 25b303627fd3: Pull complete 04:39:56 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:39:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:39:57 prd-ubuntu18.04-docker-arm64-4c-16g-2018 does not seem to be running inside a container 04:39:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:40:00 $ docker top 5b3fe5660bef2a17312d9ff835c16487877b3fe7709690f46ed77d0d66c661eb -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:02 + docker-compose build --help 04:40:02 + grep parallel 04:40:05 --parallel Build images in parallel. [Pipeline] } 04:40:05 $ docker stop --time=1 5b3fe5660bef2a17312d9ff835c16487877b3fe7709690f46ed77d0d66c661eb 04:40:07 $ docker rm -f 5b3fe5660bef2a17312d9ff835c16487877b3fe7709690f46ed77d0d66c661eb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:40:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:40:08 . [Pipeline] withDockerContainer 04:40:09 prd-ubuntu18.04-docker-arm64-4c-16g-2018 does not seem to be running inside a container 04:40:09 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:40:10 $ docker top e1cf150b2959819c563cd80590e7e0006dd487b376b13b60c2342f33b42c70ec -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:11 + docker-compose -f ./docker-compose-build.yml build --parallel 04:40:15 Building docker-core-command-go ... 04:40:15 Building docker-core-data-go ... 04:40:15 Building docker-core-metadata-go ... 04:40:15 Building docker-security-proxy-setup-go ... 04:40:15 Building docker-security-secrets-setup-go ... 04:40:15 Building docker-security-secretstore-setup-go ... 04:40:15 Building docker-support-logging-go ... 04:40:15 Building docker-support-notifications-go ... 04:40:15 Building docker-support-scheduler-go ... 04:40:15 Building docker-sys-mgmt-agent-go ... 04:40:15 Building docker-core-command-go 04:40:15 Building docker-security-proxy-setup-go 04:40:15 Building docker-support-logging-go 04:40:15 Building docker-security-secretstore-setup-go 04:40:15 Building docker-core-metadata-go 04:42:07 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:07 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:42:07 ---> 7b059a4f0920 04:42:07 Step 3/20 : WORKDIR /edgex-go 04:42:07 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:42:07 ---> 7b059a4f0920 04:42:07 Step 3/21 : WORKDIR /edgex-go 04:42:07 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:42:07 ---> 7b059a4f0920 04:42:07 Step 3/21 : WORKDIR /edgex-go 04:42:07 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:42:07 ---> 7b059a4f0920 04:42:07 Step 3/26 : WORKDIR /edgex-go 04:42:07 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:42:07 ---> 7b059a4f0920 04:42:07 Step 3/21 : WORKDIR /edgex-go 04:42:07 ---> Running in 619aa565663d 04:42:07 ---> Running in 8eee3c322fdc 04:42:07 ---> Running in 857acbe55824 04:42:07 ---> Running in ea778f10f9a2 04:42:07 ---> Running in bcf155d1b880 04:42:07 Removing intermediate container bcf155d1b880 04:42:07 Removing intermediate container 619aa565663d 04:42:07 ---> 5128b1886d76 04:42:07 ---> edfb4ca2aa13 04:42:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:07 04:42:07 Removing intermediate container ea778f10f9a2 04:42:07 ---> 71c9e6cfa723 04:42:07 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:07 Removing intermediate container 8eee3c322fdc 04:42:07 ---> b4ff8f444b8b 04:42:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:07 Removing intermediate container 857acbe55824 04:42:07 ---> 4b84ee0795bc 04:42:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:07 ---> Running in a154be6ddaea 04:42:07 ---> Running in 60e381df3ac7 04:42:07 ---> Running in 185647ab5d09 04:42:07 ---> Running in 6961148ab284 04:42:07 ---> Running in 44cdc1ed0b4b 04:42:10 Removing intermediate container a154be6ddaea 04:42:10 ---> e9a5498e83be 04:42:10 Step 5/21 : RUN apk update && apk add make git 04:42:10 ---> Running in b2ac61a325e6 04:42:10 Removing intermediate container 60e381df3ac7 04:42:10 ---> 85f532114f2b 04:42:10 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:42:11 Removing intermediate container 185647ab5d09 04:42:11 ---> 8e3ab2ce15cb 04:42:11 Step 5/21 : RUN apk update && apk add make git 04:42:11 ---> Running in e301e78b4542 04:42:11 ---> Running in 757acb1a099f 04:42:11 Removing intermediate container 44cdc1ed0b4b 04:42:11 ---> 33eaf6929956 04:42:11 Step 5/26 : RUN apk update && apk add make git 04:42:11 Removing intermediate container 6961148ab284 04:42:11 ---> 352f9d2b6d5d 04:42:11 Step 5/20 : RUN apk update && apk add make git 04:42:11 ---> Running in 78a765d42f39 04:42:11 ---> Running in 3a72aae56282 04:42:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:42:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:42:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:42:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:42:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:42:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:42:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:42:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:42:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:42:15 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:15 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:15 OK: 12620 distinct packages available 04:42:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:42:15 OK: 217 MiB in 51 packages 04:42:16 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:16 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:16 OK: 12620 distinct packages available 04:42:16 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:16 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:16 OK: 12620 distinct packages available 04:42:16 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:16 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:16 OK: 12620 distinct packages available 04:42:16 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:16 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:16 OK: 12620 distinct packages available 04:42:17 OK: 217 MiB in 51 packages 04:42:17 OK: 217 MiB in 51 packages 04:42:17 OK: 217 MiB in 51 packages 04:42:17 OK: 217 MiB in 51 packages 04:42:17 Removing intermediate container b2ac61a325e6 04:42:17 ---> da6c913652de 04:42:17 Step 6/21 : COPY go.mod . 04:42:17 OK: 217 MiB in 51 packages 04:42:18 ---> 556c724d1c00 04:42:18 Step 7/21 : RUN go mod download 04:42:19 Removing intermediate container 78a765d42f39 04:42:19 ---> 0ac39c153143 04:42:19 Step 6/26 : COPY go.mod . 04:42:19 ---> Running in f53ceefa9037 04:42:19 Removing intermediate container 3a72aae56282 04:42:19 ---> f122b5a959ad 04:42:19 Step 6/20 : COPY go.mod . 04:42:19 Removing intermediate container e301e78b4542 04:42:19 ---> d371a212abb8 04:42:19 Step 6/21 : COPY go.mod . 04:42:19 Removing intermediate container 757acb1a099f 04:42:19 ---> c164f8231a5a 04:42:19 Step 6/21 : COPY go.mod . 04:42:20 ---> 27c09197f106 04:42:20 Step 7/26 : RUN go mod download 04:42:20 ---> Running in a302270f02d8 04:42:20 ---> 06f61c42cf43 04:42:20 Step 7/20 : RUN go mod download 04:42:21 ---> 702107c1bd91 04:42:21 Step 7/21 : RUN go mod download 04:42:21 ---> 90d3f9f35718 04:42:21 Step 7/21 : RUN go mod download 04:42:21 ---> Running in 618c6d88d59c 04:42:21 ---> Running in 2931005f28df 04:42:21 ---> Running in c748aaa34968 04:42:24 Removing intermediate container f53ceefa9037 04:42:24 ---> 66e956608f82 04:42:24 Step 8/21 : COPY . . 04:42:25 Removing intermediate container a302270f02d8 04:42:25 ---> a7aeab9a9c0d 04:42:25 Step 8/26 : COPY . . 04:42:27 Removing intermediate container 618c6d88d59c 04:42:27 ---> c0511bb3f3df 04:42:27 Step 8/20 : COPY . . 04:42:29 Removing intermediate container c748aaa34968 04:42:29 ---> a532b6df8e47 04:42:29 Step 8/21 : COPY . . 04:42:29 Removing intermediate container 2931005f28df 04:42:29 ---> 1afc0488192e 04:42:29 Step 8/21 : COPY . . 04:43:02 ---> e629db07b720 04:43:02 Step 9/21 : RUN make cmd/core-command/core-command 04:43:02 ---> 5a2eb2a5f0fe 04:43:02 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:43:02 ---> dc58a0d87be0 04:43:02 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:43:02 ---> 8b4b7fe30e19 04:43:02 Step 9/21 : RUN make cmd/support-logging/support-logging 04:43:02 ---> 63ef2ed877cb 04:43:02 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:43:02 ---> Running in e70988296c46 04:43:02 ---> Running in 6cae1e948e84 04:43:02 ---> Running in 92f949ec1715 04:43:02 ---> Running in 5632fb4673d5 04:43:02 ---> Running in e09b4f3f25f1 04:43:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:43:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:43:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:43:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:43:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:44:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:44:25 Removing intermediate container 6cae1e948e84 04:44:25 ---> d61d0843e539 04:44:25 04:44:25 Step 10/20 : FROM alpine 04:44:26 latest: Pulling from library/alpine 04:44:26 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:44:26 Status: Downloaded newer image for alpine:latest 04:44:26 ---> 62ee0e9f8440 04:44:26 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:44:26 ---> Running in 663b473cdb8e 04:44:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:30 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:44:30 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:44:30 OK: 12620 distinct packages available 04:44:31 (1/4) Installing ca-certificates (20191127-r4) 04:44:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:44:31 (3/4) Installing libcurl (7.69.1-r0) 04:44:31 (4/4) Installing curl (7.69.1-r0) 04:44:31 Executing busybox-1.31.1-r16.trigger 04:44:31 Executing ca-certificates-20191127-r4.trigger 04:44:31 OK: 7 MiB in 18 packages 04:44:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:44:34 Removing intermediate container 663b473cdb8e 04:44:34 ---> ddf004bd231f 04:44:34 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:34 ---> Running in c894e580bd73 04:44:35 Removing intermediate container c894e580bd73 04:44:35 ---> ed5a201b625d 04:44:35 Step 13/20 : WORKDIR /edgex 04:44:35 ---> Running in d4694fcb0d98 04:44:37 Removing intermediate container d4694fcb0d98 04:44:37 ---> d90c6d54037b 04:44:37 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:44:39 ---> 1a56db5a63ef 04:44:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:44:40 Removing intermediate container e70988296c46 04:44:40 ---> fb0c70669426 04:44:40 04:44:40 Step 10/21 : FROM scratch 04:44:40 ---> 04:44:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:44:40 ---> Running in 3ccb864cc9d4 04:44:41 ---> 6e664b7cbc78 04:44:41 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:44:41 Removing intermediate container 3ccb864cc9d4 04:44:41 ---> 148bbee3cdac 04:44:41 Step 12/21 : ENV APP_PORT=48061 04:44:41 ---> Running in 3623f27a8438 04:44:41 ---> Running in 9f45a8279538 04:44:42 Removing intermediate container 3623f27a8438 04:44:42 ---> 99542a084bdd 04:44:42 Step 17/20 : CMD ["--init=true"] 04:44:42 ---> Running in 3b1a64680ff7 04:44:42 Removing intermediate container 9f45a8279538 04:44:42 ---> 273f81ebf9c6 04:44:42 Step 13/21 : EXPOSE $APP_PORT 04:44:43 ---> Running in a631911b13d6 04:44:43 Removing intermediate container 3b1a64680ff7 04:44:43 ---> 3884edc94f1a 04:44:43 Step 18/20 : LABEL arch=arm64 04:44:43 ---> Running in 581988d65404 04:44:43 Removing intermediate container a631911b13d6 04:44:43 ---> 980bfe231276 04:44:43 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:44:45 Removing intermediate container 581988d65404 04:44:45 ---> 037891834fe8 04:44:45 Step 19/20 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:44:46 ---> 13926a16a436 04:44:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:44:46 ---> Running in dd25f00273be 04:44:47 Removing intermediate container dd25f00273be 04:44:47 ---> 38c02b541282 04:44:47 Step 20/20 : LABEL version=0.0.0 04:44:47 Removing intermediate container 92f949ec1715 04:44:47 ---> d8410fae2509 04:44:47 04:44:47 Step 10/26 : FROM alpine:3.10 04:44:47 ---> dd1f9c5e8582 04:44:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:44:47 ---> Running in 04cd07454ac8 04:44:47 3.10: Pulling from library/alpine 04:44:48 Removing intermediate container 04cd07454ac8 04:44:48 ---> a834dbeed4ad 04:44:48 04:44:49 Successfully built a834dbeed4ad 04:44:49 ---> ea5b34b797cd 04:44:49 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:44:49 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:44:49 Building docker-support-notifications-go 04:44:49  Building docker-security-proxy-setup-go ... done Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:44:49 Status: Downloaded newer image for alpine:3.10 04:44:49 ---> 536a684cf733 04:44:49 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:44:50 ---> Running in 1599ca89cb30 04:44:51 ---> 08f43e580850 04:44:51 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:51 ---> Running in 93bac0a3d830 04:44:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:44:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:44:52 Removing intermediate container 93bac0a3d830 04:44:52 ---> dbba54456ddc 04:44:52 Step 19/21 : LABEL arch=arm64 04:44:53 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:44:53 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:44:53 OK: 10167 distinct packages available 04:44:53 ---> Running in 814943f49903 04:44:53 (1/5) Installing ca-certificates (20191127-r2) 04:44:53 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:44:53 (3/5) Installing libcurl (7.66.0-r0) 04:44:53 (4/5) Installing curl (7.66.0-r0) 04:44:53 (5/5) Installing dumb-init (1.2.2-r1) 04:44:53 Executing busybox-1.30.1-r3.trigger 04:44:53 Executing ca-certificates-20191127-r2.trigger 04:44:54 OK: 7 MiB in 19 packages 04:44:55 Removing intermediate container 814943f49903 04:44:55 ---> 6576226925cf 04:44:55 Step 20/21 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:44:56 Removing intermediate container 5632fb4673d5 04:44:56 ---> e34478e9b9ac 04:44:56 04:44:56 Step 10/21 : FROM scratch 04:44:56 ---> 04:44:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:56 ---> Running in cc376dc66255 04:44:56 ---> Running in 99b00c0306ac 04:44:57 Removing intermediate container cc376dc66255 04:44:57 Removing intermediate container 99b00c0306ac 04:44:57 ---> 3228b68745e8 04:44:57 Step 12/21 : ENV APP_PORT=48082 04:44:57 ---> 8e031994acde 04:44:57 Step 21/21 : LABEL version=0.0.0 04:44:58 ---> Running in ecb4d96f43aa 04:44:58 Removing intermediate container 1599ca89cb30 04:44:58 ---> 6db41f26d1e8 04:44:58 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:58 ---> Running in f1171df0b29f 04:44:59 ---> Running in 7de28a8c982e 04:44:59 Removing intermediate container ecb4d96f43aa 04:44:59 ---> d8bc841121f8 04:44:59 Step 13/21 : EXPOSE $APP_PORT 04:44:59 Removing intermediate container f1171df0b29f 04:44:59 ---> 348f79f4d6e3 04:44:59 04:44:59 ---> Running in f663fcfdc66f 04:45:00 Successfully built 348f79f4d6e3 04:45:00 Removing intermediate container 7de28a8c982e 04:45:00 ---> 15033c616e3a 04:45:00 Step 13/26 : WORKDIR / 04:45:00 Successfully tagged docker-support-logging-go-arm64:latest 04:45:00  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 04:45:00 Removing intermediate container e09b4f3f25f1 04:45:00 ---> b960c338d7e6 04:45:00 04:45:00 Step 10/21 : FROM scratch 04:45:00 ---> 04:45:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:45:00 ---> Using cache 04:45:00 ---> 3228b68745e8 04:45:00 Step 12/21 : ENV APP_PORT=48081 04:45:00 ---> Running in eea6cfb2df99 04:45:00 Removing intermediate container f663fcfdc66f 04:45:00 ---> 78aa31fe852a 04:45:00 Step 14/21 : WORKDIR / 04:45:00 ---> Running in c4ba3a3bbdad 04:45:00 ---> Running in 0c3991a0bc37 04:45:01 Removing intermediate container c4ba3a3bbdad 04:45:01 ---> 75dda8048764 04:45:01 Step 13/21 : EXPOSE $APP_PORTRemoving intermediate container eea6cfb2df99 04:45:01 ---> 471dfc52be69 04:45:01 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:45:01 04:45:01 Removing intermediate container 0c3991a0bc37 04:45:01 ---> 85b477e124ca 04:45:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:45:01 ---> Running in 66f66a655252 04:45:03 Removing intermediate container 66f66a655252 04:45:03 ---> a62c8145fecd 04:45:03 Step 14/21 : WORKDIR / 04:45:03 ---> 18ffdfa36f72 04:45:03 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:45:03 ---> 601f71602926 04:45:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:45:03 ---> Running in 65cae80953fb 04:45:04 Removing intermediate container 65cae80953fb 04:45:04 ---> 1df7df36f62c 04:45:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:45:04 ---> 42a2dcebb9ef 04:45:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:45:05 ---> b118732c7a6f 04:45:05 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:45:05 ---> 720d6a8b58cc 04:45:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:45:05 ---> 14e3d8834502 04:45:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:45:06 ---> b454f77a5cda 04:45:06 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:06 ---> Running in 0dbb92e610e4 04:45:07 ---> 1a5e507ca774 04:45:07 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:45:07 ---> 6b822171be66 04:45:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:45:07 Removing intermediate container 0dbb92e610e4 04:45:07 ---> 12c805e343de 04:45:07 Step 19/21 : LABEL arch=arm64 04:45:07 ---> Running in be77a5a2dc88 04:45:08 ---> 927e1b5e6bc2 04:45:08 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:08 ---> Running in bd76bbd37d3b 04:45:08 Removing intermediate container be77a5a2dc88 04:45:08 ---> aa9ba9e9586f 04:45:08 Step 20/21 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:45:09 ---> ebed1e0843b3 04:45:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:45:09 ---> Running in 4934add211c4 04:45:09 Removing intermediate container bd76bbd37d3b 04:45:09 ---> cac567f4782e 04:45:09 Step 19/21 : LABEL arch=arm64 04:45:10 ---> Running in 16a1b7bcfbfd 04:45:10 Removing intermediate container 4934add211c4 04:45:10 ---> 873fc5f6a879 04:45:10 Step 21/21 : LABEL version=0.0.0 04:45:10 ---> Running in 490272a38f64 04:45:10 Removing intermediate container 16a1b7bcfbfd 04:45:10 ---> c7555c951501 04:45:10 Step 20/21 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:45:10 ---> 3b0700ac0483 04:45:10 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:45:11 ---> Running in 64dee2873fc1 04:45:11 Removing intermediate container 490272a38f64 04:45:11 ---> b00e3fa390f0 04:45:11 04:45:12 Successfully built b00e3fa390f0 04:45:12 Successfully tagged docker-core-command-go-arm64:latest 04:45:12 Removing intermediate container 64dee2873fc1 04:45:12  Building docker-core-command-go ... done Building docker-support-scheduler-go 04:45:12 ---> 2aa2892d4c9a 04:45:12 Step 21/21 : LABEL version=0.0.0 04:45:12 ---> Running in 302f69769a5f 04:45:12 ---> 04b56ab1caba 04:45:12 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:45:13 Removing intermediate container 302f69769a5f 04:45:13 ---> 1ada5e2cdf28 04:45:13 04:45:14 Successfully built 1ada5e2cdf28 04:45:14 Successfully tagged docker-core-metadata-go-arm64:latest 04:45:14  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go 04:45:14 ---> a01bb0847f9f 04:45:14 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:45:14 ---> Running in e7f358a547ae 04:45:17 Removing intermediate container e7f358a547ae 04:45:17 ---> 2cfdd4461e14 04:45:17 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:45:17 ---> Running in e71e6d59dbcd 04:45:18 Removing intermediate container e71e6d59dbcd 04:45:18 ---> 935f0c835842 04:45:18 Step 24/26 : LABEL arch=arm64 04:45:19 ---> Running in d53188713b3a 04:45:19 Removing intermediate container d53188713b3a 04:45:19 ---> 9d07894eafbe 04:45:19 Step 25/26 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:45:20 ---> Running in 150234a3741a 04:45:21 Removing intermediate container 150234a3741a 04:45:21 ---> acc12082a929 04:45:21 Step 26/26 : LABEL version=0.0.0 04:45:21 ---> Running in a28e4ea40071 04:45:22 Removing intermediate container a28e4ea40071 04:45:22 ---> 0878b0bfde5f 04:45:22 04:45:22 Successfully built 0878b0bfde5f 04:45:22 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:45:22  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 04:45:29 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:45:29 ---> 7b059a4f0920 04:45:29 Step 3/23 : WORKDIR /edgex-go 04:45:29 ---> Using cache 04:45:29 ---> 4b84ee0795bc 04:45:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:29 ---> Using cache 04:45:29 ---> 33eaf6929956 04:45:29 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:45:31 ---> Running in d6f2b06a044c 04:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:34 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:34 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:34 OK: 12620 distinct packages available 04:45:35 OK: 217 MiB in 51 packages 04:45:39 Removing intermediate container d6f2b06a044c 04:45:39 ---> 7eab90b37fca 04:45:39 Step 6/23 : COPY go.mod . 04:45:40 ---> ee19f898cedb 04:45:40 Step 7/23 : RUN go mod download 04:45:40 ---> Running in b0032eccef74 04:45:43 Removing intermediate container b0032eccef74 04:45:43 ---> 7a263e5066f4 04:45:43 Step 8/23 : COPY . . 04:46:10 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:46:10 ---> 7b059a4f0920 04:46:10 Step 3/26 : WORKDIR /edgex-go 04:46:10 ---> Using cache 04:46:10 ---> 4b84ee0795bc 04:46:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:10 ---> Using cache 04:46:10 ---> 33eaf6929956 04:46:10 Step 5/26 : RUN apk update && apk add make bash git 04:46:10 ---> Running in 91169432259a 04:46:10 ---> b15467a213b5 04:46:10 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:46:10 ---> Running in b6c631303d91 04:46:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:46:11 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:11 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:11 OK: 12620 distinct packages available 04:46:12 OK: 217 MiB in 51 packages 04:46:18 Removing intermediate container 91169432259a 04:46:18 ---> a858cd20dea1 04:46:18 Step 6/26 : COPY go.mod . 04:46:19 ---> ea901988d004 04:46:19 Step 7/26 : RUN go mod download 04:46:20 ---> Running in 7a0ab91d3498 04:46:21 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:21 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:46:21 ---> 7b059a4f0920 04:46:21 Step 3/20 : WORKDIR /edgex-go 04:46:21 ---> Using cache 04:46:21 ---> 4b84ee0795bc 04:46:21 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:21 ---> Using cache 04:46:21 ---> 33eaf6929956 04:46:21 Step 5/20 : RUN apk update && apk add make git 04:46:21 ---> Using cache 04:46:21 ---> 0ac39c153143 04:46:21 Step 6/20 : COPY go.mod . 04:46:21 ---> Using cache 04:46:21 ---> 27c09197f106 04:46:21 Step 7/20 : RUN go mod download 04:46:21 ---> Using cache 04:46:21 ---> a7aeab9a9c0d 04:46:21 Step 8/20 : COPY . . 04:46:21 ---> Using cache 04:46:21 ---> dc58a0d87be0 04:46:21 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:46:22 ---> Running in 3936d7e98b67 04:46:22 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:22 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:46:22 ---> 7b059a4f0920 04:46:22 Step 3/29 : WORKDIR /edgex-go 04:46:22 ---> Using cache 04:46:22 ---> 4b84ee0795bc 04:46:22 Step 4/29 : RUN apk update && apk add make git 04:46:22 ---> Running in ac3f4fee9dc6 04:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46: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 04:46:27 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:46:27 ---> 7b059a4f0920 04:46:27 Step 3/22 : WORKDIR /edgex-go 04:46:27 ---> Using cache 04:46:27 ---> 4b84ee0795bc 04:46:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:27 ---> Using cache 04:46:27 ---> 33eaf6929956 04:46:27 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:46:27 ---> Running in 4a76e893f01d 04:46:27 Removing intermediate container 7a0ab91d3498 04:46:27 ---> 9921b697efd8 04:46:27 Step 8/26 : COPY . . 04:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:28 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:28 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:28 OK: 12620 distinct packages available 04:46:29 OK: 217 MiB in 51 packages 04:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:32 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:32 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:32 OK: 12620 distinct packages available 04:46:33 OK: 217 MiB in 51 packages 04:46:33 Removing intermediate container ac3f4fee9dc6 04:46:33 ---> 666b9762d205 04:46:33 Step 5/29 : COPY go.mod . 04:46:35 ---> 2968393c088f 04:46:35 Step 6/29 : RUN go mod download 04:46:36 ---> Running in 5dc0099fc95f 04:46:36 Removing intermediate container 4a76e893f01d 04:46:36 ---> 6bc9b5f7472e 04:46:36 Step 6/22 : COPY go.mod . 04:46:39 ---> ac4acd8524e7 04:46:39 Step 7/22 : RUN go mod download 04:46:39 ---> Running in b4b6b2dc96df 04:46:45 Removing intermediate container 5dc0099fc95f 04:46:45 ---> 98be143c6a3b 04:46:45 Step 7/29 : COPY . . 04:46:47 Removing intermediate container b4b6b2dc96df 04:46:47 ---> 8bb9bb5aa5b3 04:46:47 Step 8/22 : COPY . . 04:47:09 ---> 4d5f3e46d236 04:47:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:47:09 ---> Running in ae4643aa550b 04:47:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:47:28 ---> 0dd2b9d450eb 04:47:28 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:47:28 ---> 7a68bbd24e54 04:47:28 Step 9/22 : RUN make cmd/core-data/core-data 04:47:28 ---> Running in 816f9f6ca828 04:47:28 ---> Running in 1e81c39285ac 04:47:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:47:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:47:36 Removing intermediate container b6c631303d91 04:47:36 ---> 944e8fb151c3 04:47:36 04:47:36 Step 10/23 : FROM scratch 04:47:36 ---> 04:47:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:47:36 ---> Using cache 04:47:36 ---> 148bbee3cdac 04:47:36 Step 12/23 : ENV APP_PORT=48060 04:47:36 ---> Running in 4b7529623d9c 04:47:37 Removing intermediate container 4b7529623d9c 04:47:37 ---> 3eba5622e986 04:47:37 Step 13/23 : EXPOSE $APP_PORT 04:47:37 ---> Running in 3626e7fcba13 04:47:37 Removing intermediate container 3626e7fcba13 04:47:37 ---> d24fa6406c3b 04:47:37 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:47:39 ---> c38a2d1f12c4 04:47:39 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:47:40 ---> 1b0c8b388ce1 04:47:40 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:47:42 ---> 732293c87f16 04:47:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:47:43 ---> 6f5b99fe12d3 04:47:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:47:45 ---> 85cd3c763ee1 04:47:45 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:47:46 ---> 8fb83929428c 04:47:46 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:46 ---> Running in 7ca956b5982a 04:47:47 Removing intermediate container 7ca956b5982a 04:47:47 ---> f4195797fa99 04:47:47 Step 21/23 : LABEL arch=arm64 04:47:47 ---> Running in 93e819a0c17f 04:47:48 Removing intermediate container 93e819a0c17f 04:47:48 ---> 43b5763ea9a1 04:47:48 Step 22/23 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:47:48 ---> Running in 7f05ecf914cb 04:47:49 Removing intermediate container 7f05ecf914cb 04:47:49 ---> db195598328a 04:47:49 Step 23/23 : LABEL version=0.0.0 04:47:49 ---> Running in 401dd13af7e9 04:47:50 Removing intermediate container 401dd13af7e9 04:47:50 ---> 38782559a26e 04:47:50 04:47:50 Successfully built 38782559a26e 04:47:51 Successfully tagged docker-support-notifications-go-arm64:latest 04:47:59  Building docker-support-notifications-go ... done Removing intermediate container 3936d7e98b67 04:47:59 ---> 92fc93270f70 04:47:59 04:47:59 Step 10/20 : FROM scratch 04:47:59 ---> 04:47:59 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:59 ---> Using cache 04:47:59 ---> 3228b68745e8 04:47:59 Step 12/20 : ENV APP_PORT=48085 04:47:59 ---> Running in 3b4b4ccc304d 04:47:59 Removing intermediate container 3b4b4ccc304d 04:47:59 ---> 02941ece379c 04:47:59 Step 13/20 : EXPOSE $APP_PORT 04:47:59 ---> Running in 1175d141ad6b 04:48:00 Removing intermediate container 1175d141ad6b 04:48:00 ---> 57f4321a1bb2 04:48:00 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:48:02 ---> 7c3b99fcce5b 04:48:02 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:48:04 ---> b519fe4cdb04 04:48:04 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:48:05 ---> 69e3e5d35170 04:48:05 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:05 ---> Running in 1f9b6e32a70f 04:48:05 Removing intermediate container 1f9b6e32a70f 04:48:05 ---> a33ef883c4df 04:48:05 Step 18/20 : LABEL arch=arm64 04:48:05 ---> Running in 9b313c1881bd 04:48:06 Removing intermediate container 9b313c1881bd 04:48:06 ---> d2431f18729d 04:48:06 Step 19/20 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:48:06 ---> Running in 7ce52701ce91 04:48:07 Removing intermediate container 7ce52701ce91 04:48:07 ---> d334e21a3303 04:48:07 Step 20/20 : LABEL version=0.0.0 04:48:07 ---> Running in 36faa42ec375 04:48:08 Removing intermediate container 36faa42ec375 04:48:08 ---> ef8fc3a1103b 04:48:08 04:48:08 Successfully built ef8fc3a1103b 04:48:08 Successfully tagged docker-support-scheduler-go-arm64:latest 04:48:30  Building docker-support-scheduler-go ... done Removing intermediate container ae4643aa550b 04:48:30 ---> cec9a27f3f20 04:48:30 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:48:30 ---> Running in 93ac19d97f6f 04:48:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:48:36 Removing intermediate container 816f9f6ca828 04:48:36 ---> 235049a6cfca 04:48:36 04:48:36 Step 9/29 : FROM alpine:latest 04:48:36 ---> 62ee0e9f8440 04:48:36 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:48:36 ---> Running in e4d21277d405 04:48:36 Removing intermediate container 93ac19d97f6f 04:48:36 ---> 5b3e60503c06 04:48:36 04:48:36 Step 11/26 : FROM docker:latest 04:48:36 ---> ce9d55ae87f1 04:48:36 Step 12/26 : RUN apk add --no-cache bash 04:48:36 ---> Running in e40a1e730930 04:48:36 Removing intermediate container e4d21277d405 04:48:36 ---> 76e2f041c13d 04:48:36 Step 11/29 : USER root 04:48:36 ---> Running in 321d5ac1981e 04:48:37 Removing intermediate container 321d5ac1981e 04:48:37 ---> d05941084e71 04:48:37 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:48:37 ---> Running in 5dfeeb265836 04:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:39 (1/2) Installing readline (8.0.4-r0) 04:48:39 (2/2) Installing bash (5.0.17-r0) 04:48:39 Executing bash-5.0.17-r0.post-install 04:48:39 Executing busybox-1.31.1-r16.trigger 04:48:39 OK: 12 MiB in 22 packages 04:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:40 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:48:40 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:48:40 OK: 12620 distinct packages available 04:48:41 Removing intermediate container e40a1e730930 04:48:41 ---> e79b004a8c12 04:48:41 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:48:41 ---> Running in c0e14b896f83 04:48:41 (1/2) Installing ca-certificates (20191127-r4) 04:48:41 (2/2) Installing dumb-init (1.2.2-r1) 04:48:41 Executing busybox-1.31.1-r16.trigger 04:48:41 Executing ca-certificates-20191127-r4.trigger 04:48:42 OK: 6 MiB in 16 packages 04:48:44 Removing intermediate container 5dfeeb265836 04:48:44 ---> 421d9ec7bab9 04:48:44 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:48:44 ---> Running in c7c9f560ce66 04:48:44 Removing intermediate container c7c9f560ce66 04:48:44 ---> bd07e6e3647f 04:48:44 Step 14/29 : WORKDIR $BASE_DIR 04:48:44 ---> Running in 2033a9cec29c 04:48:45 Removing intermediate container c0e14b896f83 04:48:45 ---> 02dc37a1297e 04:48:45 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:48:45 ---> Running in cda66f6140fe 04:48:45 Removing intermediate container 2033a9cec29c 04:48:45 ---> e3f55fe50d74 04:48:45 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:48:45 ---> Running in 335a03cfe34b 04:48:45 Removing intermediate container cda66f6140fe 04:48:45 ---> 161fa0568828 04:48:45 Step 15/26 : ENV APP_PORT=48090 04:48:46 ---> Running in f9d088c06227 04:48:46 Removing intermediate container f9d088c06227 04:48:46 ---> 804a4de9b78f 04:48:46 Step 16/26 : EXPOSE $APP_PORT 04:48:47 ---> Running in 38cf5d6d5036 04:48:47 Removing intermediate container 38cf5d6d5036 04:48:47 ---> 728f2eb5a088 04:48:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:48:49 Removing intermediate container 335a03cfe34b 04:48:49 ---> 07393f904cd9 04:48:49 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:48:49 ---> 16d895dff46f 04:48:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:48:50 ---> 2c4007c9abbc 04:48:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:48:50 ---> 5271c2d25493 04:48:50 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:48:51 ---> 0d28963f7fda 04:48:51 Step 20/26 : RUN apk --no-cache add py-pip 04:48:51 ---> 030306bab5e6 04:48:51 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:48:51 ---> Running in fa87550d55ee 04:48:52 ---> 04d2de156c68 04:48:52 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:53 ---> 07ec2a4fcd8f 04:48:53 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:54 (1/33) Installing libbz2 (1.0.8-r1) 04:48:54 (2/33) Installing expat (2.2.9-r1) 04:48:54 (3/33) Installing libffi (3.3-r2) 04:48:54 (4/33) Installing gdbm (1.13-r1) 04:48:54 (5/33) Installing xz-libs (5.2.5-r0) 04:48:54 (6/33) Installing sqlite-libs (3.32.1-r0) 04:48:54 (7/33) Installing python3 (3.8.5-r0) 04:48:54 ---> 5a4f84e9ed65 04:48:54 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:48:54 ---> Running in b4a3270f6f6a 04:48:56 (8/33) Installing py3-appdirs (1.4.4-r1) 04:48:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:48:56 (10/33) Installing py3-parsing (2.4.7-r0) 04:48:56 (11/33) Installing py3-six (1.15.0-r0) 04:48:56 (12/33) Installing py3-packaging (20.4-r0) 04:48:56 (13/33) Installing py3-setuptools (47.0.0-r0) 04:48:56 (14/33) Installing py3-chardet (3.0.4-r4) 04:48:56 (15/33) Installing py3-idna (2.9-r0) 04:48:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:48:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:48:56 (18/33) Installing py3-requests (2.23.0-r0) 04:48:56 (19/33) Installing py3-msgpack (1.0.0-r0) 04:48:56 (20/33) Installing py3-lockfile (0.12.2-r3) 04:48:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:48:56 (22/33) Installing py3-colorama (0.4.3-r0) 04:48:56 (23/33) Installing py3-distlib (0.3.0-r0) 04:48:56 (24/33) Installing py3-distro (1.5.0-r1) 04:48:56 (25/33) Installing py3-webencodings (0.5.1-r3) 04:48:56 (26/33) Installing py3-html5lib (1.0.1-r4) 04:48:56 (27/33) Installing py3-pytoml (0.1.21-r0) 04:48:56 (28/33) Installing py3-pep517 (0.8.2-r0) 04:48:56 (29/33) Installing py3-progress (1.5-r0) 04:48:56 (30/33) Installing py3-toml (0.10.1-r0) 04:48:56 (31/33) Installing py3-retrying (1.3.3-r0) 04:48:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:48:56 (33/33) Installing py3-pip (20.1.1-r0) 04:48:56 Executing busybox-1.31.1-r16.trigger 04:48:56 OK: 71 MiB in 55 packages 04:48:56 Removing intermediate container 1e81c39285ac 04:48:56 ---> 84412fc2fd5f 04:48:56 04:48:56 Step 10/22 : FROM alpine 04:48:56 ---> 62ee0e9f8440 04:48:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:48:57 ---> Running in 89389c4e2709 04:48:58 Removing intermediate container 89389c4e2709 04:48:58 ---> cd12d08fe4f9 04:48:58 Step 12/22 : ENV APP_PORT=48080 04:48:58 Removing intermediate container b4a3270f6f6a 04:48:58 ---> 5c9859fddae9 04:48:58 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:48:58 ---> Running in dae56acef7eb 04:48:58 Removing intermediate container dae56acef7eb 04:48:58 ---> 89e734adcbd3 04:48:58 Step 13/22 : EXPOSE $APP_PORT 04:48:59 ---> Running in d7ec946deb7d 04:48:59 ---> ea9db029e855 04:48:59 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:48:59 ---> Running in 43c82d08d760 04:48:59 Removing intermediate container d7ec946deb7d 04:48:59 ---> 61e38ca2be08 04:48:59 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:59 ---> Running in 3eafe70a7a12 04:49:03 Removing intermediate container 43c82d08d760 04:49:03 ---> b3de03c9729f 04:49:03 Step 24/29 : RUN chmod 755 security-secrets-setup 04:49:03 ---> Running in b975bd7d1c7b 04:49:03 Removing intermediate container 3eafe70a7a12 04:49:03 ---> 99bddb856474 04:49:03 Step 15/22 : RUN apk --no-cache add zeromq 04:49:03 ---> Running in 0cd36ae88bd2 04:49:04 Removing intermediate container fa87550d55ee 04:49:04 ---> fe647a081aa2 04:49:04 Step 21/26 : RUN pip install docker-compose==1.23.2 04:49:04 ---> Running in 3025751ff9d5 04:49:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:06 Removing intermediate container b975bd7d1c7b 04:49:06 ---> 47a32f75b556 04:49:06 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:49:06 ---> Running in d55351dea644 04:49:06 (1/5) Installing libgcc (9.3.0-r2) 04:49:06 (2/5) Installing libsodium (1.0.18-r0) 04:49:06 (3/5) Installing libstdc++ (9.3.0-r2) 04:49:06 Removing intermediate container d55351dea644 04:49:06 ---> 1ac254381071 04:49:06 Step 26/29 : CMD [ "generate" ] 04:49:07 ---> Running in 7542f84ca442 04:49:07 (4/5) Installing libzmq (4.3.2-r0) 04:49:07 (5/5) Installing zeromq (4.3.2-r0) 04:49:07 Executing busybox-1.31.1-r16.trigger 04:49:07 OK: 8 MiB in 19 packages 04:49:07 Removing intermediate container 7542f84ca442 04:49:07 ---> a77ea5a10fb2 04:49:07 Step 27/29 : LABEL arch=arm64 04:49:08 ---> Running in 6c374ed3eb64 04:49:08 Removing intermediate container 6c374ed3eb64 04:49:08 ---> cdaca1d2a61c 04:49:08 Step 28/29 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:49:08 ---> Running in 7b65f670fcfa 04:49:08 Removing intermediate container 0cd36ae88bd2 04:49:08 ---> ea42fdb7fa1c 04:49:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:49:09 Removing intermediate container 7b65f670fcfa 04:49:09 ---> 954b4f59ac31 04:49:09 Step 29/29 : LABEL version=0.0.0 04:49:09 ---> Running in cc844808f088 04:49:09 ---> 9182d56e5dc9 04:49:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:49:09 Removing intermediate container cc844808f088 04:49:09 ---> b9884493bc93 04:49:09 04:49:10 Collecting docker-compose==1.23.2 04:49:10 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:49:10 Successfully built b9884493bc93 04:49:10 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:49:11  Building docker-security-secrets-setup-go ... done  ---> 7720820e3c08 04:49:11 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:49:11 Collecting jsonschema<3,>=2.5.1 04:49:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:49:11 ---> 0594133d324c 04:49:11 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:11 ---> Running in f1bbd1bd9ad1 04:49:12 Removing intermediate container f1bbd1bd9ad1 04:49:12 ---> 6ecde22ebc77 04:49:12 Step 20/22 : LABEL arch=arm64 04:49:12 ---> Running in 37691636a5b7 04:49:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:49:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:49:13 Removing intermediate container 37691636a5b7 04:49:13 ---> a63c454096c1 04:49:13 Step 21/22 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:49:13 ---> Running in b46fc1179f24 04:49:13 Collecting texttable<0.10,>=0.9.0 04:49:13 Downloading texttable-0.9.1.tar.gz (11 kB) 04:49:13 Removing intermediate container b46fc1179f24 04:49:13 ---> 69924b8944ac 04:49:13 Step 22/22 : LABEL version=0.0.0 04:49:13 ---> Running in c1be34698569 04:49:14 Removing intermediate container c1be34698569 04:49:14 ---> a500086fc39d 04:49:14 04:49:14 Successfully built a500086fc39d 04:49:14 Successfully tagged docker-core-data-go-arm64:latest 04:49:15  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 04:49:15 Downloading PyYAML-3.13.tar.gz (270 kB) 04:49:19 Collecting docker<4.0,>=3.6.0 04:49:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:49:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:49:19 Collecting dockerpty<0.5,>=0.4.1 04:49:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:49:21 Collecting cached-property<2,>=1.2.0 04:49:21 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:49:21 Collecting docopt<0.7,>=0.6.1 04:49:21 Downloading docopt-0.6.2.tar.gz (25 kB) 04:49:24 Collecting websocket-client<1.0,>=0.32.0 04:49:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:49:24 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:49:24 Collecting idna<2.8,>=2.5 04:49:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:49:24 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:49:24 Collecting urllib3<1.25,>=1.21.1 04:49:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:49:25 Collecting docker-pycreds>=0.4.0 04:49:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:49:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:49:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:49:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:49:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:49:26 Installing collected packages: jsonschema, idna, urllib3, requests, texttable, PyYAML, websocket-client, docker-pycreds, docker, dockerpty, cached-property, docopt, docker-compose 04:49:26 Attempting uninstall: idna 04:49:26 Found existing installation: idna 2.9 04:49:26 Uninstalling idna-2.9: 04:49:26 Successfully uninstalled idna-2.9 04:49:27 Attempting uninstall: urllib3 04:49:27 Found existing installation: urllib3 1.25.9 04:49:27 Uninstalling urllib3-1.25.9: 04:49:27 Successfully uninstalled urllib3-1.25.9 04:49:27 Attempting uninstall: requests 04:49:27 Found existing installation: requests 2.23.0 04:49:27 Uninstalling requests-2.23.0: 04:49:27 Successfully uninstalled requests-2.23.0 04:49:28 Running setup.py install for texttable: started 04:49:29 Running setup.py install for texttable: finished with status 'done' 04:49:29 Running setup.py install for PyYAML: started 04:49:31 Running setup.py install for PyYAML: finished with status 'done' 04:49:33 Running setup.py install for dockerpty: started 04:49:35 Running setup.py install for dockerpty: finished with status 'done' 04:49:35 Running setup.py install for docopt: started 04:49:37 Running setup.py install for docopt: finished with status 'done' 04:49:37 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:49:41 Removing intermediate container 3025751ff9d5 04:49:41 ---> 51f08223c405 04:49:41 Step 22/26 : RUN apk --no-cache add curl 04:49:41 ---> Running in 4b336e2a23da 04:49:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:49:43 (2/3) Installing libcurl (7.69.1-r0) 04:49:43 (3/3) Installing curl (7.69.1-r0) 04:49:43 Executing busybox-1.31.1-r16.trigger 04:49:43 OK: 71 MiB in 58 packages 04:49:45 Removing intermediate container 4b336e2a23da 04:49:45 ---> 26e2b0630b60 04:49:45 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:45 ---> Running in 6e221ae9835e 04:49:45 Removing intermediate container 6e221ae9835e 04:49:45 ---> cc06c3d9fbc1 04:49:45 Step 24/26 : LABEL arch=arm64 04:49:45 ---> Running in 32bb49d2d84d 04:49:46 Removing intermediate container 32bb49d2d84d 04:49:46 ---> 8a7f97f17907 04:49:46 Step 25/26 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 04:49:46 ---> Running in 511481143cdc 04:49:46 Removing intermediate container 511481143cdc 04:49:46 ---> 1d24643ce58f 04:49:46 Step 26/26 : LABEL version=0.0.0 04:49:46 ---> Running in c9a082cccd19 04:49:47 Removing intermediate container c9a082cccd19 04:49:47 ---> 734e71ebd1c8 04:49:47 04:49:47 Successfully built 734e71ebd1c8 04:49:47 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:49:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:49:48 $ docker stop --time=1 e1cf150b2959819c563cd80590e7e0006dd487b376b13b60c2342f33b42c70ec 04:49:50 $ docker rm -f e1cf150b2959819c563cd80590e7e0006dd487b376b13b60c2342f33b42c70ec [Pipeline] // withDockerContainer [Pipeline] sh 04:49:51 + docker images 04:49:51 + grep docker 04:49:51 docker-sys-mgmt-agent-go-arm64 latest 734e71ebd1c8 4 seconds ago 266MB 04:49:51 docker-core-data-go-arm64 latest a500086fc39d 37 seconds ago 22.6MB 04:49:51 docker-security-secrets-setup-go-arm64 latest b9884493bc93 41 seconds ago 24.2MB 04:49:51 docker-support-scheduler-go-arm64 latest ef8fc3a1103b About a minute ago 12.6MB 04:49:51 docker-support-notifications-go-arm64 latest 38782559a26e 2 minutes ago 13.9MB 04:49:51 docker-security-secretstore-setup-go-arm64 latest 0878b0bfde5f 4 minutes ago 32.6MB 04:49:51 docker-core-metadata-go-arm64 latest 1ada5e2cdf28 4 minutes ago 13.8MB 04:49:51 docker-core-command-go-arm64 latest b00e3fa390f0 4 minutes ago 12.4MB 04:49:51 docker-support-logging-go-arm64 latest 348f79f4d6e3 4 minutes ago 11.4MB 04:49:51 docker-security-proxy-setup-go-arm64 latest a834dbeed4ad 5 minutes ago 15.8MB 04:49:51 docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:49:52 provisioning config files... 04:49:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config6604262898203536482tmp [Pipeline] { [Pipeline] sh 04:49:53 + curl -s https://codecov.io/bash 04:49:53 + bash -s - -t @/w/workspace/edgex-go/12@tmp/config6604262898203536482tmp [Pipeline] } 04:49:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:49:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:49:56 ---> package-listing.sh 04:49:56 ++ facter osfamily 04:49:56 ++ tr '[:upper:]' '[:lower:]' 04:49:56 + OS_FAMILY=redhat 04:49:56 + workspace=/w/workspace/edgex-go/12 04:49:56 + START_PACKAGES=/tmp/packages_start.txt 04:49:56 + END_PACKAGES=/tmp/packages_end.txt 04:49:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:49:56 + PACKAGES=/tmp/packages_start.txt 04:49:56 + '[' /w/workspace/edgex-go/12 ']' 04:49:56 + PACKAGES=/tmp/packages_end.txt 04:49:56 + case "${OS_FAMILY}" in 04:49:56 + rpm -qa 04:49:56 + sort 04:50:00 + '[' -f /tmp/packages_start.txt ']' 04:50:00 + '[' -f /tmp/packages_end.txt ']' 04:50:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:50:00 + '[' /w/workspace/edgex-go/12 ']' 04:50:00 + mkdir -p /w/workspace/edgex-go/12/archives/ 04:50:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] isUnix [Pipeline] sh 04:50:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:00 04:50:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:50:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:01 alpine: Pulling from edgex-lftools-log-publisher 04:50:01 c9b1b535fdd9: Pulling fs layer 04:50:01 2cc5ad85d9ab: Pulling fs layer 04:50:01 756a868c4378: Pulling fs layer 04:50:01 444b2fc9a129: Pulling fs layer 04:50:01 ea15f1150254: Pulling fs layer 04:50:01 41b27a9f41bf: Pulling fs layer 04:50:01 28c525ee5125: Pulling fs layer 04:50:01 094b1ea09ed8: Pulling fs layer 04:50:01 138eaada9080: Pulling fs layer 04:50:01 0622d0fa9048: Pulling fs layer 04:50:01 41b27a9f41bf: Waiting 04:50:01 28c525ee5125: Waiting 04:50:01 094b1ea09ed8: Waiting 04:50:01 138eaada9080: Waiting 04:50:01 444b2fc9a129: Waiting 04:50:01 ea15f1150254: Waiting 04:50:01 0622d0fa9048: Waiting 04:50:01 2cc5ad85d9ab: Download complete 04:50:01 444b2fc9a129: Verifying Checksum 04:50:01 444b2fc9a129: Download complete 04:50:01 c9b1b535fdd9: Download complete 04:50:01 ea15f1150254: Verifying Checksum 04:50:01 ea15f1150254: Download complete 04:50:01 28c525ee5125: Download complete 04:50:01 756a868c4378: Verifying Checksum 04:50:01 756a868c4378: Download complete 04:50:01 138eaada9080: Verifying Checksum 04:50:01 138eaada9080: Download complete 04:50:01 094b1ea09ed8: Verifying Checksum 04:50:01 094b1ea09ed8: Download complete 04:50:01 c9b1b535fdd9: Pull complete 04:50:01 0622d0fa9048: Verifying Checksum 04:50:01 0622d0fa9048: Download complete 04:50:02 2cc5ad85d9ab: Pull complete 04:50:02 41b27a9f41bf: Verifying Checksum 04:50:02 41b27a9f41bf: Download complete 04:50:03 756a868c4378: Pull complete 04:50:03 444b2fc9a129: Pull complete 04:50:04 ea15f1150254: Pull complete 04:50:08 41b27a9f41bf: Pull complete 04:50:08 28c525ee5125: Pull complete 04:50:10 094b1ea09ed8: Pull complete 04:50:12 138eaada9080: Pull complete 04:50:13 0622d0fa9048: Pull complete 04:50:13 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:50:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:50:13 prd-centos7-docker-4c-2g-2015 does not seem to be running inside a container 04:50:13 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:50:16 $ docker top 6543f3654a1240e250801a29e4b356129d5ea97e84f7996988608442b60bff5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:50:17 provisioning config files... 04:50:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config4402350965550515738tmp [Pipeline] { [Pipeline] echo 04:50:17 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:50:17 ---> create-netrc.sh [Pipeline] echo 04:50:17 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:50:17 ---> logs-deploy.sh 04:50:17 + ARCHIVE_ARTIFACTS= 04:50:17 + LOGS_SERVER=https://logs.edgexfoundry.org 04:50:17 + '[' https://logs.edgexfoundry.org == None ']' 04:50:17 + NEXUS_URL=https://nexus.edgexfoundry.org 04:50:17 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/12 04:50:17 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/12/ 04:50:17 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/12 /w/workspace/edgex-go/12 04:50:18 Archives upload complete. 04:50:19 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/12 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/12/