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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+b6e84d11f041a086b232d8992a39ab0cabcfc086 (d7520475a1a0861ebea5d44958028f70c333f7ad) 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 Running on prd-centos7-docker-4c-2g-1760 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/28 [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/28 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing 882c2521eec7c46d37603cc4377c904526a4ccc3 Checking out Revision 882c2521eec7c46d37603cc4377c904526a4ccc3 (PR-2574) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # 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 b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 882c2521eec7c46d37603cc4377c904526a4ccc3 # timeout=10 Commit message: "Merge commit 'b6e84d11f041a086b232d8992a39ab0cabcfc086' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 9786cb6719c9e805ce7d6ace713fcc33a963a915 # timeout=10 [Pipeline] withCredentials 04:31:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:31 ========================================================= 04:31:31 EdgeX Global Pipelines Version Info 04:31:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:31:32 ------------------- 04:31:32 stable info: 04:31:32 ------------------- 04:31:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:32 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:32 Message: update stable to v1.0.106 04:31:33 ------------------- 04:31:33 experimental info: 04:31:33 ------------------- 04:31:33 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:33 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:31:33 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:31:35 ++ 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:31:35 + for file in '`ls cmd/**/Dockerfile`' 04:31:35 ++ dirname cmd/core-command/Dockerfile 04:31:35 ++ cut -d/ -f2 04:31:35 + echo core-command,cmd/core-command/Dockerfile 04:31:35 + for file in '`ls cmd/**/Dockerfile`' 04:31:35 ++ dirname cmd/core-data/Dockerfile 04:31:35 ++ cut -d/ -f2 04:31:35 + echo core-data,cmd/core-data/Dockerfile 04:31:35 + for file in '`ls cmd/**/Dockerfile`' 04:31:35 ++ dirname cmd/core-metadata/Dockerfile 04:31:35 ++ cut -d/ -f2 04:31:35 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:35 + for file in '`ls cmd/**/Dockerfile`' 04:31:35 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:35 ++ cut -d/ -f2 04:31:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:35 + for file in '`ls cmd/**/Dockerfile`' 04:31:35 ++ dirname cmd/security-secrets-setup/Dockerfile 04:31:35 ++ cut -d/ -f2 04:31:35 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:31:35 + for file in '`ls cmd/**/Dockerfile`' 04:31:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:35 ++ cut -d/ -f2 04:31:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:35 + for file in '`ls cmd/**/Dockerfile`' 04:31:35 ++ dirname cmd/support-logging/Dockerfile 04:31:35 ++ cut -d/ -f2 04:31:35 + echo support-logging,cmd/support-logging/Dockerfile 04:31:35 + for file in '`ls cmd/**/Dockerfile`' 04:31:35 ++ dirname cmd/support-notifications/Dockerfile 04:31:35 ++ cut -d/ -f2 04:31:35 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:35 + for file in '`ls cmd/**/Dockerfile`' 04:31:35 ++ dirname cmd/support-scheduler/Dockerfile 04:31:35 ++ cut -d/ -f2 04:31:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:35 + for file in '`ls cmd/**/Dockerfile`' 04:31:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:35 ++ cut -d/ -f2 04:31:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:31:35 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:31:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:36 04:31:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:31:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:36 latest: Pulling from edgex-devops/git-semver 04:31:36 31603596830f: Pulling fs layer 04:31:36 2a8b12db71e7: Pulling fs layer 04:31:36 6ca5941a6612: Pulling fs layer 04:31:36 ecc8261a40a4: Pulling fs layer 04:31:36 ecc8261a40a4: Waiting 04:31:36 2a8b12db71e7: Download complete 04:31:36 31603596830f: Download complete 04:31:36 ecc8261a40a4: Verifying Checksum 04:31:36 ecc8261a40a4: Download complete 04:31:36 6ca5941a6612: Verifying Checksum 04:31:36 6ca5941a6612: Download complete 04:31:37 31603596830f: Pull complete 04:31:37 2a8b12db71e7: Pull complete 04:31:38 6ca5941a6612: Pull complete 04:31:38 ecc8261a40a4: Pull complete 04:31:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:38 prd-centos7-docker-4c-2g-1760 does not seem to be running inside a container 04:31:38 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:31:40 $ docker top 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:41 [ssh-agent] Looking for ssh-agent implementation... 04:31:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:41 $ docker exec 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a ssh-agent 04:31:41 SSH_AUTH_SOCK=/tmp/ssh-w1ZROuZ2yTNj/agent.11 04:31:41 SSH_AGENT_PID=16 04:31:41 Running ssh-add (command line suppressed) 04:31:41 Identity added: /w/workspace/edgex-go/28@tmp/private_key_2247536505582336648.key (/w/workspace/edgex-go/28@tmp/private_key_2247536505582336648.key) 04:31:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:41 + git describe --exact-match --tags HEAD 04:31:41 fatal: No names found, cannot describe anything. [Pipeline] } 04:31:42 $ docker exec --env ******** --env ******** 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a ssh-agent -k 04:31:42 unset SSH_AUTH_SOCK; 04:31:42 unset SSH_AGENT_PID; 04:31:42 echo Agent pid 16 killed; 04:31:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:31:42 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:31:42 This usually means this commit has not been tagged. [Pipeline] sshagent 04:31:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:42 [ssh-agent] Looking for ssh-agent implementation... 04:31:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:42 $ docker exec 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a ssh-agent 04:31:43 SSH_AUTH_SOCK=/tmp/ssh-U97AiyUDFsQ3/agent.46 04:31:43 SSH_AGENT_PID=51 04:31:43 Running ssh-add (command line suppressed) 04:31:43 Identity added: /w/workspace/edgex-go/28@tmp/private_key_8612546930869876396.key (/w/workspace/edgex-go/28@tmp/private_key_8612546930869876396.key) 04:31:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:43 + git semver init 04:31:43 # -> Open(): unable to determine branch for HEAD 04:31:43 # $GIT_DIR = /w/workspace/edgex-go/28/.git 04:31:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/28 04:31:43 # $SEMVER_REMOTE_NAME = origin 04:31:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:43 # $SEMVER_USER_NAME = edgex-jenkins 04:31:43 # $SEMVER_BRANCH = PR-2574 04:31:43 # $SEMVER_TEMP = /tmp/semver-783680378 04:31:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:32:05 # '/tmp/semver-783680378' -> '/w/workspace/edgex-go/28/.semver' 04:32:05 # -> Force: false 04:32:05 # $SEMVER_DIR = /w/workspace/edgex-go/28/.semver [Pipeline] } 04:32:05 $ docker exec --env ******** --env ******** 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a ssh-agent -k 04:32:06 unset SSH_AUTH_SOCK; 04:32:06 unset SSH_AGENT_PID; 04:32:06 echo Agent pid 51 killed; 04:32:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:32:06 + git semver [Pipeline] } 04:32:06 $ docker stop --time=1 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a 04:32:08 $ docker rm -f 8e092101b81c24f46757be85a5336e5f47a57053d47759d2e84e291a71df8c8a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:32:22 Stashed 29 file(s) [Pipeline] echo 04:32:22 [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:32:23 ========================================================= 04:32:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:32:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:23 + 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:32:26 Sending build context to Docker daemon 323.1MB 04:32:26 Step 1/7 : ARG BASE=golang:1.13-alpine 04:32:26 Step 2/7 : FROM ${BASE} 04:32:26 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:26 df20fa9351a1: Pulling fs layer 04:32:26 ed8968b2872e: Pulling fs layer 04:32:26 a92cc7c5fd73: Pulling fs layer 04:32:26 2dd03ba5bac4: Pulling fs layer 04:32:26 1e091d79d1de: Pulling fs layer 04:32:26 481702a1767f: Pulling fs layer 04:32:26 f64a6f60c768: Pulling fs layer 04:32:26 e78d2573fc39: Pulling fs layer 04:32:26 e876d2f968b6: Pulling fs layer 04:32:26 ce8a83651883: Pulling fs layer 04:32:26 07967f4d0e4b: Pulling fs layer 04:32:26 2dd03ba5bac4: Waiting 04:32:26 1e091d79d1de: Waiting 04:32:26 e78d2573fc39: Waiting 04:32:26 481702a1767f: Waiting 04:32:26 e876d2f968b6: Waiting 04:32:26 f64a6f60c768: Waiting 04:32:26 ce8a83651883: Waiting 04:32:26 07967f4d0e4b: Waiting 04:32:26 a92cc7c5fd73: Download complete 04:32:26 ed8968b2872e: Download complete 04:32:26 1e091d79d1de: Verifying Checksum 04:32:26 1e091d79d1de: Download complete 04:32:26 481702a1767f: Verifying Checksum 04:32:26 481702a1767f: Download complete 04:32:26 df20fa9351a1: Verifying Checksum 04:32:27 df20fa9351a1: Pull complete 04:32:28 f64a6f60c768: Verifying Checksum 04:32:28 f64a6f60c768: Download complete 04:32:28 e876d2f968b6: Verifying Checksum 04:32:28 e876d2f968b6: Download complete 04:32:28 ed8968b2872e: Pull complete 04:32:29 a92cc7c5fd73: Pull complete 04:32:29 e78d2573fc39: Download complete 04:32:29 07967f4d0e4b: Verifying Checksum 04:32:29 07967f4d0e4b: Download complete 04:32:29 ce8a83651883: Verifying Checksum 04:32:29 ce8a83651883: Download complete 04:32:30 2dd03ba5bac4: Verifying Checksum 04:32:30 2dd03ba5bac4: Download complete 04:32:36 2dd03ba5bac4: Pull complete 04:32:36 1e091d79d1de: Pull complete 04:32:36 481702a1767f: Pull complete 04:32:38 Still waiting to schedule task 04:32:38 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1763’ 04:32:43 f64a6f60c768: Pull complete 04:32:46 e78d2573fc39: Pull complete 04:32:46 e876d2f968b6: Pull complete 04:32:47 ce8a83651883: Pull complete 04:32:47 07967f4d0e4b: Pull complete 04:32:47 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:32:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:32:47 ---> 5d7c900382c6 04:32:47 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:32:48 ---> Running in 1ad614defce0 04:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:49 (1/12) Installing libmagic (5.38-r0) 04:32:49 (2/12) Installing file (5.38-r0) 04:32:49 (3/12) Installing libc-dev (0.7.2-r3) 04:32:50 (4/12) Installing g++ (9.3.0-r2) 04:32:53 (5/12) Installing fortify-headers (1.1-r0) 04:32:53 (6/12) Installing patch (2.7.6-r6) 04:32:53 (7/12) Installing build-base (0.5-r2) 04:32:53 (8/12) Installing libsodium (1.0.18-r0) 04:32:53 (9/12) Installing pkgconf (1.7.2-r0) 04:32:53 (10/12) Installing libsodium-dev (1.0.18-r0) 04:32:53 (11/12) Installing libzmq (4.3.2-r0) 04:32:53 (12/12) Installing zeromq-dev (4.3.2-r0) 04:32:53 Executing busybox-1.31.1-r16.trigger 04:32:53 OK: 233 MiB in 51 packages 04:32:58 Removing intermediate container 1ad614defce0 04:32:58 ---> 8c8578adc681 04:32:58 Step 4/7 : WORKDIR /edgex-go 04:32:58 ---> Running in 211caccf1a6d 04:32:58 Removing intermediate container 211caccf1a6d 04:32:58 ---> 46fcfc97ea62 04:32:58 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:32:58 latest: Pulling from library/docker 04:32:58 df20fa9351a1: Already exists 04:32:58 25ad7478873d: Pulling fs layer 04:32:58 4684f6177b5d: Pulling fs layer 04:32:58 46e300cec669: Pulling fs layer 04:32:58 63038576ad94: Pulling fs layer 04:32:58 0fdb76c4706c: Pulling fs layer 04:32:58 cb7edeffdfd5: Pulling fs layer 04:32:58 63038576ad94: Waiting 04:32:58 0fdb76c4706c: Waiting 04:32:58 cb7edeffdfd5: Waiting 04:32:58 4684f6177b5d: Verifying Checksum 04:32:58 4684f6177b5d: Download complete 04:32:58 25ad7478873d: Verifying Checksum 04:32:58 25ad7478873d: Download complete 04:32:58 63038576ad94: Download complete 04:32:58 0fdb76c4706c: Verifying Checksum 04:32:58 0fdb76c4706c: Download complete 04:32:58 cb7edeffdfd5: Download complete 04:32:58 25ad7478873d: Pull complete 04:32:58 4684f6177b5d: Pull complete 04:32:59 46e300cec669: Verifying Checksum 04:32:59 46e300cec669: Download complete 04:33:01 46e300cec669: Pull complete 04:33:02 63038576ad94: Pull complete 04:33:02 0fdb76c4706c: Pull complete 04:33:02 cb7edeffdfd5: Pull complete 04:33:02 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:33:02 Status: Downloaded newer image for docker:latest 04:33:04 ---> 5f13ab65e9ce 04:33:04 Step 6/7 : COPY go.mod . 04:33:04 ---> 7a5aaea4151e 04:33:04 Step 7/7 : RUN go mod download 04:33:04 ---> Running in 99bc8512f21f 04:33:06 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:33:06 go: finding github.com/BurntSushi/toml v0.3.1 04:33:06 go: finding github.com/OneOfOne/xxhash v1.2.5 04:33:06 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:33:06 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:33:06 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:33:06 go: finding github.com/bgentry/speakeasy v0.1.0 04:33:06 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:33:06 go: finding github.com/cloudflare/gokey v0.1.0 04:33:06 go: finding github.com/davecgh/go-spew v1.1.1 04:33:06 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:33:06 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:33:06 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:33:06 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:33:06 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:33:06 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:33:06 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:33:06 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:33:06 go: finding github.com/fatih/color v1.7.0 04:33:06 go: finding github.com/fsnotify/fsnotify v1.4.7 04:33:06 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:33:06 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:33:06 go: finding github.com/go-kit/kit v0.8.0 04:33:06 go: finding github.com/go-logfmt/logfmt v0.4.0 04:33:06 go: finding github.com/go-redis/redis/v7 v7.2.0 04:33:06 go: finding github.com/go-stack/stack v1.8.0 04:33:07 go: finding github.com/golang/protobuf v1.3.2 04:33:07 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:33:07 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:33:07 go: finding github.com/google/uuid v1.1.0 04:33:07 go: finding github.com/gorilla/mux v1.7.1 04:33:07 go: finding github.com/hashicorp/consul/api v1.1.0 04:33:07 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:33:07 go: finding github.com/hashicorp/errwrap v1.0.0 04:33:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:33:07 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:33:07 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:33:07 go: finding github.com/hashicorp/go-multierror v1.0.0 04:33:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:33:07 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:33:07 go: finding github.com/hashicorp/go-syslog v1.0.0 04:33:07 go: finding github.com/hashicorp/go-uuid v1.0.1 04:33:07 go: finding github.com/hashicorp/go.net v0.0.1 04:33:07 go: finding github.com/hashicorp/golang-lru v0.5.0 04:33:07 go: finding github.com/hashicorp/logutils v1.0.0 04:33:07 go: finding github.com/hashicorp/mdns v1.0.0 04:33:07 go: finding github.com/hashicorp/memberlist v0.1.3 04:33:07 go: finding github.com/hashicorp/serf v0.8.2 04:33:07 go: finding github.com/hpcloud/tail v1.0.0 04:33:07 go: finding github.com/imdario/mergo v0.3.6 04:33:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:33:07 go: finding github.com/kr/pretty v0.1.0 04:33:07 go: finding github.com/kr/pty v1.1.1 04:33:07 go: finding github.com/kr/text v0.1.0 04:33:07 go: finding github.com/mattn/go-colorable v0.0.9 04:33:07 go: finding github.com/mattn/go-isatty v0.0.3 04:33:07 go: finding github.com/miekg/dns v1.0.14 04:33:07 go: finding github.com/mitchellh/cli v1.0.0 04:33:07 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:33:07 go: finding github.com/mitchellh/copystructure v1.0.0 04:33:07 go: finding github.com/mitchellh/go-homedir v1.0.0 04:33:07 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:33:07 go: finding github.com/mitchellh/gox v0.4.0 04:33:07 go: finding github.com/mitchellh/iochan v1.0.0 04:33:07 go: finding github.com/mitchellh/mapstructure v1.1.2 04:33:07 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:33:07 go: finding github.com/onsi/ginkgo v1.10.1 04:33:07 go: finding github.com/onsi/gomega v1.7.0 04:33:07 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:33:07 go: finding github.com/pebbe/zmq4 v1.0.0 04:33:07 go: finding github.com/pelletier/go-toml v1.2.0 04:33:07 go: finding github.com/pkg/errors v0.8.1 04:33:07 go: finding github.com/pmezard/go-difflib v1.0.0 04:33:07 go: finding github.com/posener/complete v1.1.1 04:33:08 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:33:08 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:33:08 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:33:08 go: finding github.com/stretchr/objx v0.1.0 04:33:08 go: finding github.com/stretchr/testify v1.5.1 04:33:08 go: finding github.com/ugorji/go v1.1.4 04:33:08 go: finding github.com/x448/float16 v0.8.4 04:33:08 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:33:08 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:33:08 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:33:08 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:33:08 go: finding golang.org/x/text v0.3.2 04:33:08 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:33:08 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:33:08 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:33:08 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:33:08 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:33:08 go: finding gopkg.in/yaml.v2 v2.2.8 04:33:23 Removing intermediate container 99bc8512f21f 04:33:23 ---> b86626be8c0b 04:33:23 Successfully built b86626be8c0b 04:33:23 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:33:23 + docker inspect -f . ci-base-image-x86_64 04:33:23 . [Pipeline] withDockerContainer 04:33:24 prd-centos7-docker-4c-2g-1760 does not seem to be running inside a container 04:33:24 $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:33:24 $ docker top a0129929e7b9edef526b6c655a1df7466355302bb937dda7311d8d3b1fea0cc8 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:25 + go version 04:33:25 go version go1.13.13 linux/amd64 [Pipeline] echo 04:33:25 ========================================================= 04:33:25 [edgeXBuildGoParallel] Running Tests and Build... 04:33:25 ========================================================= [Pipeline] sh 04:33:25 + make test 04:33:25 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:33:28 ? github.com/edgexfoundry/edgex-go [no test files] 04:33:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:33:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:33:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:33:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:33:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:33:45 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.009s 04:33:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:33:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.037s coverage: 46.6% of statements 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.046s coverage: 27.3% of statements 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.017s coverage: 100.0% of statements 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.113s coverage: 28.6% of statements 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.025s coverage: 100.0% of statements 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.055s coverage: 89.8% of statements 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.041s coverage: 97.5% of statements 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.027s coverage: 100.0% of statements 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 04:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.047s coverage: 63.5% of statements 04:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 04:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.025s coverage: 92.3% of statements 04:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.008s coverage: 100.0% of statements 04:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.014s coverage: 73.7% of statements 04:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.012s coverage: 100.0% of statements 04:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.087s coverage: 55.9% of statements 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.814s coverage: 86.3% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.371s coverage: 72.2% of statements 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.164s coverage: 72.1% of statements 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.026s coverage: 82.4% of statements 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.036s coverage: 28.8% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 33.7% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.094s coverage: 84.1% of statements 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.020s coverage: 100.0% of statements 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.022s coverage: 42.9% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.026s coverage: 100.0% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.018s coverage: 83.8% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.033s coverage: 46.1% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.008s coverage: 100.0% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.019s coverage: 100.0% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.062s coverage: 29.1% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.039s coverage: 99.0% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.002s coverage: 0.0% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.018s coverage: 87.9% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements 04:34:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 04:34:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 04:34:13 GO111MODULE=on go vet ./... 04:34:21 gofmt -l . 04:34:21 [ "`gofmt -l .`" = "" ] 04:34:22 ./bin/test-go-mod-tidy.sh 04:34:23 ./bin/test-attribution-txt.sh [Pipeline] sh 04:34:25 + ls -al . 04:34:25 total 564 04:34:25 drwxrwxr-x 10 1001 1001 4096 Aug 1 04:34 . 04:34:25 drwxr-xr-x 4 root root 30 Aug 1 04:33 .. 04:34:25 -rw-rw-r-- 1 1001 1001 11 Aug 1 04:31 .dockerignore 04:34:25 drwxrwxr-x 8 1001 1001 179 Aug 1 04:31 .git 04:34:25 drwxrwxr-x 3 1001 1001 60 Aug 1 04:31 .github 04:34:25 -rw-rw-r-- 1 1001 1001 932 Aug 1 04:31 .gitignore 04:34:25 drwx------ 3 1001 1001 47 Aug 1 04:32 .semver 04:34:25 -rw-rw-r-- 1 1001 1001 166 Aug 1 04:31 .sonarcloud.properties 04:34:25 -rw-rw-r-- 1 1001 1001 3804 Aug 1 04:31 CONTRIBUTING.md 04:34:25 -rw-rw-r-- 1 1001 1001 1035 Aug 1 04:31 Dockerfile.build 04:34:25 -rw-rw-r-- 1 1001 1001 865 Aug 1 04:31 Jenkinsfile 04:34:25 -rw-rw-r-- 1 1001 1001 10775 Aug 1 04:31 LICENSE 04:34:25 -rw-rw-r-- 1 1001 1001 6237 Aug 1 04:31 Makefile 04:34:25 -rw-rw-r-- 1 1001 1001 5652 Aug 1 04:31 README.md 04:34:25 -rw-rw-r-- 1 1001 1001 7111 Aug 1 04:31 SECURITY.md 04:34:25 -rw-rw-r-- 1 1001 1001 5 Aug 1 04:32 VERSION 04:34:25 -rw-rw-r-- 1 1001 1001 4131 Aug 1 04:31 ZMQWindows.md 04:34:25 drwxrwxr-x 2 1001 1001 117 Aug 1 04:31 bin 04:34:25 drwxrwxr-x 15 1001 1001 4096 Aug 1 04:31 cmd 04:34:25 -rw-r--r-- 1 root root 465013 Aug 1 04:34 coverage.out 04:34:25 -rw-r--r-- 1 root root 1075 Aug 1 04:34 go.mod 04:34:25 -rw-r--r-- 1 root root 18146 Aug 1 04:34 go.sum 04:34:25 drwxrwxr-x 8 1001 1001 127 Aug 1 04:31 internal 04:34:25 drwxrwxr-x 4 1001 1001 26 Aug 1 04:31 openapi 04:34:25 drwxrwxr-x 4 1001 1001 71 Aug 1 04:31 snap 04:34:25 -rw-rw-r-- 1 1001 1001 168 Aug 1 04:31 version.go [Pipeline] sh 04:34:25 + '[' -e coverage.out ] 04:34:25 + chown 1001:1001 coverage.out [Pipeline] stash 04:34:25 Stashed 1 file(s) [Pipeline] sh 04:34:25 + make build 04:34:25 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:34 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:34:36 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:38 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:39 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:41 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: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:44 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:34:45 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:34:46 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:34:48 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:34:50 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:34:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:34:53 $ docker stop --time=1 a0129929e7b9edef526b6c655a1df7466355302bb937dda7311d8d3b1fea0cc8 04:34:54 $ docker rm -f a0129929e7b9edef526b6c655a1df7466355302bb937dda7311d8d3b1fea0cc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:56 04:34:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:34:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:56 latest: Pulling from edgex-devops/edgex-compose 04:34:56 cbdbe7a5bc2a: Pulling fs layer 04:34:56 ca9280d653b3: Pulling fs layer 04:34:56 7e9c9ca2126c: Pulling fs layer 04:34:56 cbdbe7a5bc2a: Verifying Checksum 04:34:56 cbdbe7a5bc2a: Download complete 04:34:56 ca9280d653b3: Verifying Checksum 04:34:56 ca9280d653b3: Download complete 04:34:56 cbdbe7a5bc2a: Pull complete 04:34:57 7e9c9ca2126c: Verifying Checksum 04:34:57 7e9c9ca2126c: Download complete 04:34:57 ca9280d653b3: Pull complete 04:35:04 7e9c9ca2126c: Pull complete 04:35:04 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:35:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:35:04 prd-centos7-docker-4c-2g-1760 does not seem to be running inside a container 04:35:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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:35:07 $ docker top bf0e503b0d75bdd9090e04154fdba541092bc75e3e70334424b0a29b33da8878 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:08 + docker-compose build --help 04:35:08 + grep parallel 04:35:09 --parallel Build images in parallel. [Pipeline] } 04:35:09 $ docker stop --time=1 bf0e503b0d75bdd9090e04154fdba541092bc75e3e70334424b0a29b33da8878 04:35:10 $ docker rm -f bf0e503b0d75bdd9090e04154fdba541092bc75e3e70334424b0a29b33da8878 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:11 . [Pipeline] withDockerContainer 04:35:11 prd-centos7-docker-4c-2g-1760 does not seem to be running inside a container 04:35:11 $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:35:12 $ docker top fa1476cdb03530ea4d1607410423b0cc5e794ac562927e30d0c0971c4d633bb6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:12 + docker-compose -f ./docker-compose-build.yml build --parallel 04:35:13 Building docker-core-command-go ... 04:35:13 Building docker-core-data-go ... 04:35:13 Building docker-core-metadata-go ... 04:35:13 Building docker-security-proxy-setup-go ... 04:35:13 Building docker-security-secrets-setup-go ... 04:35:13 Building docker-security-secretstore-setup-go ... 04:35:13 Building docker-support-logging-go ... 04:35:13 Building docker-support-notifications-go ... 04:35:13 Building docker-support-scheduler-go ... 04:35:13 Building docker-sys-mgmt-agent-go ... 04:35:13 Building docker-core-data-go 04:35:13 Building docker-support-scheduler-go 04:35:13 Building docker-security-secrets-setup-go 04:35:13 Building docker-core-metadata-go 04:35:13 Building docker-security-secretstore-setup-go 04:35:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1769 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws 04:35:15 Running in /w/workspace/edgex-go/28 [Pipeline] { [Pipeline] checkout 04:35:20 using credential edgex-jenkins-ssh 04:35:20 Cloning the remote Git repository 04:35:20 Cloning with configured refspecs honoured and without tags 04:35:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:35:20 > git init /w/workspace/edgex-go/28 # timeout=10 04:35:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:20 > git --version # timeout=10 04:35:20 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:44 Fetching without tags 04:35:44 Merging remotes/origin/master commit b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 04:35:45 Merge succeeded, producing f130747bfced1df9438324d2311afe8f489752b3 04:35:45 Checking out Revision f130747bfced1df9438324d2311afe8f489752b3 (PR-2574) 04:35:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:44 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 04:35:44 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:44 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:44 > git config core.sparsecheckout # timeout=10 04:35:44 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 04:35:45 > git remote # timeout=10 04:35:45 > git config --get remote.origin.url # timeout=10 04:35:45 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:45 > git merge b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 04:35:45 > git rev-parse HEAD^{commit} # timeout=10 04:35:45 > git config core.sparsecheckout # timeout=10 04:35:45 > git checkout -f f130747bfced1df9438324d2311afe8f489752b3 # timeout=10 04:35:49 Commit message: "Merge commit 'b6e84d11f041a086b232d8992a39ab0cabcfc086' into HEAD" 04:35:49 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:35:49 > git rev-list --no-walk 9786cb6719c9e805ce7d6ace713fcc33a963a915 # timeout=10 04:35:52 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:35:52 ---> b86626be8c0b 04:35:52 Step 3/22 : WORKDIR /edgex-go 04:35:52 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:35:52 ---> b86626be8c0b 04:35:52 Step 3/21 : WORKDIR /edgex-go 04:35:52 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:35:52 ---> b86626be8c0b 04:35:52 Step 3/26 : WORKDIR /edgex-go 04:35:52 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:52 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:35:52 ---> b86626be8c0b 04:35:52 Step 3/29 : WORKDIR /edgex-go 04:35:52 04:35:52 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:52 ---> b86626be8c0b 04:35:52 Step 3/20 : WORKDIR /edgex-go 04:35:52 ---> Running in 82c62e0b7c59 04:35:52 ---> Running in 2fc2021b2aff 04:35:52 ---> Running in 390558fad6df 04:35:52 ---> Running in b20476c630b1 04:35:52 ---> Running in 187ff38ef2c0 04:35:52 Removing intermediate container b20476c630b1 04:35:52 ---> 975b384c895a 04:35:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:52 Removing intermediate container 82c62e0b7c59 04:35:52 ---> 492f25f88439 04:35:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:52 Removing intermediate container 2fc2021b2aff 04:35:52 ---> 9b1b0c101c56 04:35:52 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:52 Removing intermediate container 390558fad6df 04:35:52 ---> 44d9ed752935 04:35:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:52 Removing intermediate container 187ff38ef2c0 04:35:52 ---> db658a311033 04:35:52 Step 4/29 : RUN apk update && apk add make git 04:35:52 ---> Running in bad7fa4597c4 04:35:52 ---> Running in e25279337df5 04:35:52 ---> Running in 0aa3dc0e21e5 04:35:52 ---> Running in 473da26a26ed 04:35:52 ---> Running in 0f6beeb81cc5 04:35:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:52 Removing intermediate container e25279337df5 04:35:52 ---> acbb17afabda 04:35:52 Step 5/21 : RUN apk update && apk add make git 04:35:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:52 Removing intermediate container bad7fa4597c4 04:35:52 ---> c8aa10343ca0 04:35:52 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:35:52 ---> Running in 2a19b71ee2b5 04:35:52 Removing intermediate container 0aa3dc0e21e5 04:35:52 ---> db03ca019a86 04:35:52 Step 5/20 : RUN apk update && apk add make git 04:35:52 ---> Running in beaa1a47ef9b 04:35:52 Removing intermediate container 0f6beeb81cc5 04:35:52 ---> b558c9af966b 04:35:52 Step 5/26 : RUN apk update && apk add make git 04:35:52 ---> Running in 74aef5283e1c 04:35:52 ---> Running in d9ce0da74815 04:35:53 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:53 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:53 OK: 12749 distinct packages available 04:35:53 OK: 233 MiB in 51 packages 04:35:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:53 Removing intermediate container 473da26a26ed 04:35:53 ---> 5641de6ad3ce 04:35:53 Step 5/29 : COPY go.mod . 04:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:54 ---> 92d04362e4b9 04:35:54 Step 6/29 : RUN go mod download 04:35:54 ---> Running in 60424ad1e06b 04:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:54 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:54 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:54 OK: 12749 distinct packages available 04:35:55 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:55 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:55 OK: 12749 distinct packages available 04:35:55 OK: 233 MiB in 51 packages 04:35:55 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:55 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:55 OK: 12749 distinct packages available 04:35:55 OK: 233 MiB in 51 packages 04:35:55 OK: 233 MiB in 51 packages 04:35:55 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:55 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:55 OK: 12749 distinct packages available 04:35:55 Removing intermediate container 2a19b71ee2b5 04:35:55 ---> b53c32d043f7 04:35:55 Step 6/21 : COPY go.mod . 04:35:55 OK: 233 MiB in 51 packages 04:35:56 Removing intermediate container beaa1a47ef9b 04:35:56 ---> 55e456469e98 04:35:56 Step 6/22 : COPY go.mod . 04:35:56 ---> 3308a436f73a 04:35:56 Step 7/21 : RUN go mod download 04:35:56 ---> Running in 603c102cc105 04:35:56 ---> 593fc596c4c4 04:35:56 Step 7/22 : RUN go mod download 04:35:56 Removing intermediate container 60424ad1e06b 04:35:56 ---> 9bb2c412c6a5 04:35:56 Step 7/29 : COPY . . 04:35:56 Removing intermediate container 74aef5283e1c 04:35:56 ---> d70acd068317 04:35:56 Step 6/20 : COPY go.mod . 04:35:56 ---> Running in 9ef208f081cb 04:35:57 Removing intermediate container d9ce0da74815 04:35:57 ---> 2a8519519f92 04:35:57 Step 6/26 : COPY go.mod . 04:35:58 ---> d3e9fd82508a 04:35:58 Step 7/20 : RUN go mod download 04:35:59 ---> c1fd4ca0fde0 04:35:59 Step 7/26 : RUN go mod download 04:35:59 ---> Running in d58d210616ba 04:36:00 ---> Running in 595d89153318 04:36:01 Removing intermediate container 603c102cc105 04:36:01 ---> f076a0493c1d 04:36:01 Step 8/21 : COPY . . [Pipeline] echo 04:36:02 ========================================================= 04:36:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:36:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:36:03 + 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:36:07 Removing intermediate container 9ef208f081cb 04:36:07 ---> b1307c903b7a 04:36:07 Step 8/22 : COPY . . 04:36:07 Sending build context to Docker daemon 323.1MB 04:36:07 Step 1/7 : ARG BASE=golang:1.13-alpine 04:36:07 Step 2/7 : FROM ${BASE} 04:36:07 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:36:07 b538f80385f9: Pulling fs layer 04:36:07 74f711af9a0d: Pulling fs layer 04:36:07 99f96fe45779: Pulling fs layer 04:36:07 fd7a069fd194: Pulling fs layer 04:36:07 66aa3694b03b: Pulling fs layer 04:36:07 170f70906a0f: Pulling fs layer 04:36:07 ad7c5574e4b9: Pulling fs layer 04:36:07 e772456be8f7: Pulling fs layer 04:36:07 c890913d741a: Pulling fs layer 04:36:07 2480fcc9aa5a: Pulling fs layer 04:36:07 09adf4765672: Pulling fs layer 04:36:07 66aa3694b03b: Waiting 04:36:07 170f70906a0f: Waiting 04:36:07 ad7c5574e4b9: Waiting 04:36:07 e772456be8f7: Waiting 04:36:07 c890913d741a: Waiting 04:36:07 2480fcc9aa5a: Waiting 04:36:07 09adf4765672: Waiting 04:36:07 fd7a069fd194: Waiting 04:36:08 74f711af9a0d: Verifying Checksum 04:36:08 74f711af9a0d: Download complete 04:36:08 99f96fe45779: Download complete 04:36:08 66aa3694b03b: Download complete 04:36:08 170f70906a0f: Download complete 04:36:08 b538f80385f9: Download complete 04:36:08 b538f80385f9: Pull complete 04:36:09 74f711af9a0d: Pull complete 04:36:10 99f96fe45779: Pull complete 04:36:11 ad7c5574e4b9: Verifying Checksum 04:36:11 ad7c5574e4b9: Download complete 04:36:11 c890913d741a: Verifying Checksum 04:36:11 c890913d741a: Download complete 04:36:13 2480fcc9aa5a: Verifying Checksum 04:36:13 2480fcc9aa5a: Download complete 04:36:13 09adf4765672: Verifying Checksum 04:36:13 09adf4765672: Download complete 04:36:13 e772456be8f7: Verifying Checksum 04:36:13 e772456be8f7: Download complete 04:36:13 fd7a069fd194: Verifying Checksum 04:36:13 fd7a069fd194: Download complete 04:36:14 Removing intermediate container d58d210616ba 04:36:14 ---> 53d66a819e52 04:36:14 Step 8/20 : COPY . . 04:36:18 Removing intermediate container 595d89153318 04:36:18 ---> 58c196896b8c 04:36:18 Step 8/26 : COPY . . 04:36:26 fd7a069fd194: Pull complete 04:36:26 66aa3694b03b: Pull complete 04:36:26 170f70906a0f: Pull complete 04:36:29 ad7c5574e4b9: Pull complete 04:36:30 ---> 0feb302d262b 04:36:30 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:36:33 ---> Running in a77627e4eed9 04:36:34 ---> 15f82fb5cd68 04:36:34 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:36:35 e772456be8f7: Pull complete 04:36:35 c890913d741a: Pull complete 04:36:37 ---> Running in f3e7628c611e 04:36:37 2480fcc9aa5a: Pull complete 04:36:37 09adf4765672: Pull complete 04:36:37 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:36:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:36:37 ---> 2248a725d1cf 04:36:37 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:36:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:36:38 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:36:43 ---> Running in 794a1ff5965d 04:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:36:45 ---> 8d04da065e63 04:36:45 Step 9/22 : RUN make cmd/core-data/core-data 04:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:36:45 ---> Running in d0e147e7d4d6 04:36:46 ---> 8f29e7fa82d2 04:36:46 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:36:46 ---> Running in e686580ea132 04:36:46 ---> 96eda63b7931 04:36:46 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:36:46 ---> Running in 12d0f1be6e14 04:36:46 (1/12) Installing libmagic (5.38-r0) 04:36:47 (2/12) Installing file (5.38-r0) 04:36:47 (3/12) Installing libc-dev (0.7.2-r3) 04:36:47 (4/12) Installing g++ (9.3.0-r2) 04:36:47 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:36:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:36:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:37:02 (5/12) Installing fortify-headers (1.1-r0) 04:37:02 (6/12) Installing patch (2.7.6-r6) 04:37:02 (7/12) Installing build-base (0.5-r2) 04:37:02 (8/12) Installing libsodium (1.0.18-r0) 04:37:02 (9/12) Installing pkgconf (1.7.2-r0) 04:37:02 (10/12) Installing libsodium-dev (1.0.18-r0) 04:37:02 (11/12) Installing libzmq (4.3.2-r0) 04:37:02 (12/12) Installing zeromq-dev (4.3.2-r0) 04:37:02 Executing busybox-1.31.1-r16.trigger 04:37:02 OK: 217 MiB in 51 packages 04:37:07 Removing intermediate container 794a1ff5965d 04:37:07 ---> 256a45757628 04:37:07 Step 4/7 : WORKDIR /edgex-go 04:37:07 ---> Running in e9b4f48f2463 04:37:07 Removing intermediate container e9b4f48f2463 04:37:07 ---> 6bec14adcbc1 04:37:07 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:37:07 latest: Pulling from library/docker 04:37:07 b538f80385f9: Already exists 04:37:07 259a493cd78d: Pulling fs layer 04:37:07 b8e66b5100f5: Pulling fs layer 04:37:07 39dc9c94d07c: Pulling fs layer 04:37:07 551b823b3b82: Pulling fs layer 04:37:07 3c52a74df98c: Pulling fs layer 04:37:07 6c9b121b6998: Pulling fs layer 04:37:07 3c52a74df98c: Waiting 04:37:07 6c9b121b6998: Waiting 04:37:07 551b823b3b82: Waiting 04:37:08 b8e66b5100f5: Verifying Checksum 04:37:08 259a493cd78d: Verifying Checksum 04:37:08 259a493cd78d: Download complete 04:37:08 551b823b3b82: Download complete 04:37:08 3c52a74df98c: Verifying Checksum 04:37:08 3c52a74df98c: Download complete 04:37:08 6c9b121b6998: Download complete 04:37:09 259a493cd78d: Pull complete 04:37:09 b8e66b5100f5: Pull complete 04:37:09 39dc9c94d07c: Verifying Checksum 04:37:09 39dc9c94d07c: Download complete 04:37:12 39dc9c94d07c: Pull complete 04:37:12 551b823b3b82: Pull complete 04:37:13 3c52a74df98c: Pull complete 04:37:13 6c9b121b6998: Pull complete 04:37:13 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:37:13 Status: Downloaded newer image for docker:latest 04:37:15 Removing intermediate container a77627e4eed9 04:37:15 ---> fe32fcd7d37c 04:37:15 04:37:15 Step 9/29 : FROM alpine:latest 04:37:15 latest: Pulling from library/alpine 04:37:15 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:37:15 Status: Downloaded newer image for alpine:latest 04:37:15 ---> a24bb4013296 04:37:15 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:37:15 ---> Running in 1a175b964530 04:37:15 Removing intermediate container 1a175b964530 04:37:15 ---> d59e2da88cce 04:37:15 Step 11/29 : USER root 04:37:15 ---> Running in fb1aaaeac991 04:37:15 Removing intermediate container fb1aaaeac991 04:37:15 ---> c5a6fe9ef6eb 04:37:15 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:37:15 ---> Running in 348e45298e3b 04:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:16 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:37:16 v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:37:16 OK: 12749 distinct packages available 04:37:16 (1/2) Installing ca-certificates (20191127-r4) 04:37:16 (2/2) Installing dumb-init (1.2.2-r1) 04:37:16 Executing busybox-1.31.1-r16.trigger 04:37:16 Executing ca-certificates-20191127-r4.trigger 04:37:16 OK: 6 MiB in 16 packages 04:37:17 ---> 973ceace4901 04:37:17 Step 6/7 : COPY go.mod . 04:37:17 ---> 1ae972042aa7 04:37:17 Step 7/7 : RUN go mod download 04:37:18 ---> Running in 17abf9b963ea 04:37:21 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:21 Removing intermediate container 348e45298e3b 04:37:21 ---> e0aa29509a0c 04:37:21 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:37:21 ---> Running in 617a41d12b17 04:37:21 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:37:21 go: finding github.com/BurntSushi/toml v0.3.1 04:37:21 go: finding github.com/OneOfOne/xxhash v1.2.5 04:37:21 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:37:21 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:37:21 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:37:21 go: finding github.com/bgentry/speakeasy v0.1.0 04:37:21 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:37:21 go: finding github.com/cloudflare/gokey v0.1.0 04:37:21 go: finding github.com/davecgh/go-spew v1.1.1 04:37:21 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:37:21 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:37:21 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:37:21 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:37:21 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:37:21 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:37:21 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:37:21 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:37:21 go: finding github.com/fatih/color v1.7.0 04:37:21 go: finding github.com/fsnotify/fsnotify v1.4.7 04:37:21 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:37:21 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:37:21 go: finding github.com/go-kit/kit v0.8.0 04:37:21 go: finding github.com/go-logfmt/logfmt v0.4.0 04:37:21 go: finding github.com/go-redis/redis/v7 v7.2.0 04:37:21 go: finding github.com/go-stack/stack v1.8.0 04:37:21 go: finding github.com/golang/protobuf v1.3.2 04:37:21 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:37:21 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:37:21 go: finding github.com/google/uuid v1.1.0 04:37:21 go: finding github.com/gorilla/mux v1.7.1 04:37:21 go: finding github.com/hashicorp/consul/api v1.1.0 04:37:21 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:37:21 go: finding github.com/hashicorp/errwrap v1.0.0 04:37:21 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:37:22 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:37:22 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:37:22 go: finding github.com/hashicorp/go-multierror v1.0.0 04:37:22 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:37:22 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:37:22 go: finding github.com/hashicorp/go-syslog v1.0.0 04:37:22 go: finding github.com/hashicorp/go-uuid v1.0.1 04:37:22 go: finding github.com/hashicorp/go.net v0.0.1 04:37:22 go: finding github.com/hashicorp/golang-lru v0.5.0 04:37:22 go: finding github.com/hashicorp/logutils v1.0.0 04:37:22 go: finding github.com/hashicorp/mdns v1.0.0 04:37:22 Removing intermediate container 617a41d12b17 04:37:22 ---> fdf093160ca2 04:37:22 Step 14/29 : WORKDIR $BASE_DIR 04:37:22 go: finding github.com/hashicorp/memberlist v0.1.3 04:37:22 go: finding github.com/hashicorp/serf v0.8.2 04:37:22 go: finding github.com/hpcloud/tail v1.0.0 04:37:22 go: finding github.com/imdario/mergo v0.3.6 04:37:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:37:22 go: finding github.com/kr/pretty v0.1.0 04:37:22 go: finding github.com/kr/pty v1.1.1 04:37:22 go: finding github.com/kr/text v0.1.0 04:37:22 go: finding github.com/mattn/go-colorable v0.0.9 04:37:22 go: finding github.com/mattn/go-isatty v0.0.3 04:37:22 go: finding github.com/miekg/dns v1.0.14 04:37:22 go: finding github.com/mitchellh/cli v1.0.0 04:37:22 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:37:22 go: finding github.com/mitchellh/copystructure v1.0.0 04:37:22 go: finding github.com/mitchellh/go-homedir v1.0.0 04:37:22 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:37:22 go: finding github.com/mitchellh/gox v0.4.0 04:37:22 go: finding github.com/mitchellh/iochan v1.0.0 04:37:22 go: finding github.com/mitchellh/mapstructure v1.1.2 04:37:22 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:37:22 go: finding github.com/onsi/ginkgo v1.10.1 04:37:22 go: finding github.com/onsi/gomega v1.7.0 04:37:22 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:37:22 go: finding github.com/pebbe/zmq4 v1.0.0 04:37:22 go: finding github.com/pelletier/go-toml v1.2.0 04:37:22 go: finding github.com/pkg/errors v0.8.1 04:37:22 go: finding github.com/pmezard/go-difflib v1.0.0 04:37:22 go: finding github.com/posener/complete v1.1.1 04:37:22 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:37:22 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:37:22 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:37:22 go: finding github.com/stretchr/objx v0.1.0 04:37:22 go: finding github.com/stretchr/testify v1.5.1 04:37:22 go: finding github.com/ugorji/go v1.1.4 04:37:23 go: finding github.com/x448/float16 v0.8.4 04:37:23 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:37:23 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:37:23 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:37:23 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:37:23 go: finding golang.org/x/text v0.3.2 04:37:23 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:37:23 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:37:23 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:37:23 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:37:23 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:37:23 go: finding gopkg.in/yaml.v2 v2.2.8 04:37:23 ---> Running in 862fdc8cd339 04:37:23 Removing intermediate container f3e7628c611e 04:37:23 ---> df7b6e765cb9 04:37:23 04:37:23 Step 10/21 : FROM scratch 04:37:23 ---> 04:37:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:24 Removing intermediate container 862fdc8cd339 04:37:24 ---> 70344704c2d2 04:37:24 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:37:24 ---> Running in c1a603db10d8 04:37:24 ---> Running in 4d7f28f5b625 04:37:24 Removing intermediate container c1a603db10d8 04:37:24 ---> bf6fb3037201 04:37:24 Step 12/21 : ENV APP_PORT=48081 04:37:24 ---> Running in 236c8c2704b8 04:37:27 Removing intermediate container 236c8c2704b8 04:37:27 ---> 30a916fefa86 04:37:27 Step 13/21 : EXPOSE $APP_PORT 04:37:27 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:27 ---> Running in f2bf850fc428 04:37:27 Removing intermediate container f2bf850fc428 04:37:27 ---> 2bdc7180fd9e 04:37:27 Step 14/21 : WORKDIR / 04:37:27 ---> Running in 18c7345df373 04:37:29 Removing intermediate container 4d7f28f5b625 04:37:29 ---> f06b21469879 04:37:29 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:37:30 Removing intermediate container 18c7345df373 04:37:30 ---> dd56e44c54aa 04:37:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:37:31 ---> eaa0f8e91765 04:37:31 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:37:31 Removing intermediate container e686580ea132 04:37:31 ---> ce75a39ce446 04:37:31 04:37:31 Step 10/20 : FROM scratch 04:37:31 ---> 04:37:31 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:31 ---> Using cache 04:37:31 ---> bf6fb3037201 04:37:31 Step 12/20 : ENV APP_PORT=48085 04:37:31 ---> 3dc052e09e2c 04:37:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:37:31 ---> Running in 22fb33ab4f5a 04:37:31 ---> d52d0a18f5c3 04:37:31 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:37:31 Removing intermediate container 22fb33ab4f5a 04:37:31 ---> 31b1b1954e0d 04:37:31 Step 13/20 : EXPOSE $APP_PORT 04:37:32 ---> Running in 7f5c0b6bc675 04:37:32 ---> 57579e3f0144 04:37:32 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:37:32 ---> 3f372694e1f5 04:37:32 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:37:34 Removing intermediate container 7f5c0b6bc675 04:37:34 ---> cc808b952c6b 04:37:34 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:37:35 ---> 5345a2f8871a 04:37:35 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:37:35 ---> 49572fb6baf8 04:37:35 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:36 Removing intermediate container 12d0f1be6e14 04:37:36 ---> 375452bb12a0 04:37:36 04:37:36 Step 10/26 : FROM alpine:3.10 04:37:36 Removing intermediate container d0e147e7d4d6 04:37:36 ---> 0d94098e81b8 04:37:36 04:37:36 Step 10/22 : FROM alpine 04:37:36 ---> a24bb4013296 04:37:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:36 ---> bde109b25f16 04:37:36 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:37:36 ---> Running in 226a495793eb 04:37:36 ---> Running in e81cbe1a847a 04:37:36 ---> 1a04be43da10 04:37:36 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:37:36 3.10: Pulling from library/alpine 04:37:36 ---> Running in b5a5cdfaa688 04:37:36 Removing intermediate container 226a495793eb 04:37:36 ---> ea3c0393805f 04:37:36 Step 19/21 : LABEL arch=x86_64 04:37:37 ---> Running in 2726ea3c3600 04:37:37 Removing intermediate container e81cbe1a847a 04:37:37 ---> 1144a741b925 04:37:37 Step 12/22 : ENV APP_PORT=48080 04:37:37 ---> 9eff14015b7f 04:37:37 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:37:37 ---> Running in ed4bdcba9521 04:37:37 Removing intermediate container 2726ea3c3600 04:37:37 ---> 791af15c0310 04:37:37 Step 20/21 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:37:37 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:37:37 Removing intermediate container ed4bdcba9521 04:37:37 ---> 2c203a06d145 04:37:37 Step 13/22 : EXPOSE $APP_PORT 04:37:37 ---> Running in 5503b9c896d4 04:37:37 Status: Downloaded newer image for alpine:3.10 04:37:37 ---> be4e4bea2c2e 04:37:37 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:37:38 ---> c58a5f091898 04:37:38 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:39 ---> Running in dd12cba532a4 04:37:39 ---> Running in 6eeb30a6986d 04:37:39 ---> Running in 0e8b0e0f7e86 04:37:39 Removing intermediate container 5503b9c896d4 04:37:39 ---> a9f4aae81ea5 04:37:39 Step 21/21 : LABEL version=0.0.0 04:37:39 ---> Running in 5929760947b4 04:37:39 Removing intermediate container dd12cba532a4 04:37:39 ---> dcd28e3fc11a 04:37:39 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:39 Removing intermediate container b5a5cdfaa688 04:37:39 ---> 00b2f29a3ab1 04:37:39 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:37:39 Removing intermediate container 0e8b0e0f7e86 04:37:39 ---> 53e184227a16 04:37:39 Step 18/20 : LABEL arch=x86_64 04:37:39 ---> Running in f850b9f49dd5 04:37:39 ---> Running in 7ef859514281 04:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:37:39 Removing intermediate container 5929760947b4 04:37:39 ---> 9b6c1b311e68 04:37:39 04:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:37:40 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:37:40 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:37:40 OK: 10346 distinct packages available 04:37:40 ---> edc9e4e2665a 04:37:40 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:37:40 Removing intermediate container 7ef859514281 04:37:40 ---> 185e4ccd0725 04:37:40 Step 19/20 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:37:40 Successfully built 9b6c1b311e68 04:37:40 Successfully tagged docker-core-metadata-go:latest 04:37:40 Building docker-support-notifications-go 04:37:40  Building docker-core-metadata-go ... done  ---> Running in 5e891e1027a8 04:37:40 (1/5) Installing ca-certificates (20191127-r2) 04:37:40 ---> Running in 07a4c2ecf0f9 04:37:40 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:37:40 (3/5) Installing libcurl (7.66.0-r0) 04:37:40 (4/5) Installing curl (7.66.0-r0) 04:37:40 (5/5) Installing dumb-init (1.2.2-r1) 04:37:40 Executing busybox-1.30.1-r3.trigger 04:37:40 Executing ca-certificates-20191127-r2.trigger 04:37:40 OK: 7 MiB in 19 packages 04:37:41 Removing intermediate container 07a4c2ecf0f9 04:37:41 ---> 89cfe0dc9688 04:37:41 Step 20/20 : LABEL version=0.0.0 04:37:41 Removing intermediate container 17abf9b963ea 04:37:41 ---> 23ba0bc9d6eb 04:37:41 Successfully built 23ba0bc9d6eb 04:37:41 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:37:42 + docker inspect -f . ci-base-image-arm64 04:37:42 . [Pipeline] withDockerContainer 04:37:42 prd-ubuntu18.04-docker-arm64-4c-16g-1769 does not seem to be running inside a container 04:37:42 $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:37:43 ---> Running in 178750f2e62e 04:37:44 $ docker top b01f6803679773110479128bfc67dfa377555fc49244c34c19e002e5add2dedd -eo pid,comm [Pipeline] { [Pipeline] sh 04:37:44 Removing intermediate container 178750f2e62e 04:37:44 ---> 76c21c8d672d 04:37:44 04:37:45 Successfully built 76c21c8d672d 04:37:45 Successfully tagged docker-support-scheduler-go:latest 04:37:45  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 04:37:45 Removing intermediate container 6eeb30a6986d 04:37:45 ---> a9c21a026cf5 04:37:45 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:37:45 + go version 04:37:45 go version go1.13.13 linux/arm64 [Pipeline] echo 04:37:45 ========================================================= 04:37:45 [edgeXBuildGoParallel] Running Tests and Build... 04:37:45 ========================================================= [Pipeline] sh 04:37:45 + make test 04:37:45 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:37:47 Removing intermediate container f850b9f49dd5 04:37:47 ---> e803e73fecbe 04:37:47 Step 15/22 : RUN apk --no-cache add zeromq 04:37:48 ? github.com/edgexfoundry/edgex-go [no test files] 04:37:49 ---> Running in 104bb379b6f8 04:37:49 ---> Running in 6a523be8456e 04:37:50 Removing intermediate container 5e891e1027a8 04:37:50 ---> 19cafe1d4f01 04:37:50 Step 24/29 : RUN chmod 755 security-secrets-setup 04:37:51 Removing intermediate container 104bb379b6f8 04:37:51 ---> 7c017a8d7039 04:37:51 Step 13/26 : WORKDIR / 04:37:51 ---> Running in 8587983cc11d 04:37:52 ---> Running in 6f8d92699428 04:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:53 Removing intermediate container 6f8d92699428 04:37:53 ---> bac789390a4d 04:37:53 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:37:54 (1/5) Installing libgcc (9.3.0-r2) 04:37:54 (2/5) Installing libsodium (1.0.18-r0) 04:37:54 (3/5) Installing libstdc++ (9.3.0-r2) 04:37:54 (4/5) Installing libzmq (4.3.2-r0) 04:37:55 (5/5) Installing zeromq (4.3.2-r0) 04:37:55 Executing busybox-1.31.1-r16.trigger 04:37:55 OK: 8 MiB in 19 packages 04:37:56 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:37:56 ---> b86626be8c0b 04:37:56 Step 3/23 : WORKDIR /edgex-go 04:37:56 ---> Using cache 04:37:56 ---> db658a311033 04:37:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:56 ---> 8c8579f43082 04:37:56 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:37:57 ---> Running in 59f2edc93a7e 04:37:57 ---> 2f6d0c447a87 04:37:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:37:58 Removing intermediate container 8587983cc11d 04:37:58 ---> abfbf4ee9075 04:37:58 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:37:58 ---> Running in f5e18236a484 04:37:58 ---> a976452c4443 04:37:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:37:58 Removing intermediate container 6a523be8456e 04:37:58 ---> db6b52563b7f 04:37:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:37:59 Removing intermediate container f5e18236a484 04:37:59 ---> 918c668b9c40 04:37:59 Step 26/29 : CMD [ "generate" ] 04:38:01 ---> Running in 0e008a236d2a 04:38:01 ---> 8b08f29a333e 04:38:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:38:02 ---> 9de5d50e6bf1 04:38:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:38:03 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:38:03 ---> b86626be8c0b 04:38:03 Step 3/26 : WORKDIR /edgex-go 04:38:03 ---> Using cache 04:38:03 ---> db658a311033 04:38:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:03 ---> Using cache 04:38:03 ---> f21c3d33c471 04:38:03 Step 5/26 : RUN apk update && apk add make bash git 04:38:03 Removing intermediate container 0e008a236d2a 04:38:03 ---> 79e42f2251b4 04:38:03 Step 27/29 : LABEL arch=x86_64 04:38:03 Removing intermediate container 59f2edc93a7e 04:38:03 ---> f21c3d33c471 04:38:03 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:38:03 ---> Running in 0fbe12da12ff 04:38:03 ---> 2af852f0f37a 04:38:03 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:38:03 ---> 04684cdd1ad8 04:38:03 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:38:03 ---> Running in 334d7a30494b 04:38:03 ---> Running in 9fafe54077f8 04:38:04 Removing intermediate container 334d7a30494b 04:38:04 ---> d33f9c7f49a4 04:38:04 Step 28/29 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:38:04 ---> d6750dba260b 04:38:04 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:04 ---> Running in 38df5e7b46f1 04:38:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:04 ---> 45b3dc7123a7 04:38:04 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:38:04 ---> Running in ceef1a699c9d 04:38:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:04 Removing intermediate container 38df5e7b46f1 04:38:04 ---> 4118a8ead5f3 04:38:04 Step 29/29 : LABEL version=0.0.0 04:38:05 ---> Running in 23100b8be161 04:38:05 Removing intermediate container ceef1a699c9d 04:38:05 ---> ba606f80b268 04:38:05 Step 20/22 : LABEL arch=x86_64 04:38:05 ---> Running in d59e34fe7849 04:38:05 ---> 93457ce9f014 04:38:05 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:38:05 Removing intermediate container 23100b8be161 04:38:05 ---> c7158a0778b0 04:38:05 04:38:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:05 Successfully built c7158a0778b0 04:38:05 Successfully tagged docker-security-secrets-setup-go:latest 04:38:05 Building docker-core-command-go 04:38:05 Removing intermediate container d59e34fe7849 04:38:05 ---> 550e5fbf1606 04:38:05 Step 21/22 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:38:05  Building docker-security-secrets-setup-go ... done  ---> Running in 3e0e150ff4b5 04:38:05 ---> 922e84cee557 04:38:05 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:38:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:05 ---> Running in 5d5112218dfb 04:38:05 Removing intermediate container 3e0e150ff4b5 04:38:05 ---> 3e9fd2598e45 04:38:05 Step 22/22 : LABEL version=0.0.0 04:38:06 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:06 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:06 OK: 12749 distinct packages available 04:38:06 ---> Running in 588ea171933b 04:38:06 OK: 233 MiB in 51 packages 04:38:06 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:06 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:06 OK: 12749 distinct packages available 04:38:06 Removing intermediate container 588ea171933b 04:38:06 ---> b241dc6656a6 04:38:06 04:38:06 Successfully built b241dc6656a6 04:38:06 Successfully tagged docker-core-data-go:latest 04:38:06 Building docker-support-logging-go 04:38:06  Building docker-core-data-go ... done OK: 233 MiB in 51 packages 04:38:12 Removing intermediate container 0fbe12da12ff 04:38:12 ---> 47c95b2394e1 04:38:12 Step 6/26 : COPY go.mod . 04:38:12 Removing intermediate container 9fafe54077f8 04:38:12 ---> 29e091d8d30c 04:38:12 Step 6/23 : COPY go.mod . 04:38:12 Removing intermediate container 5d5112218dfb 04:38:12 ---> 579e58fd45f2 04:38:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:38:13 ---> 97e3b36a0f7b 04:38:13 Step 7/26 : RUN go mod download 04:38:14 ---> Running in dad903fb85a9 04:38:14 ---> 36e8d6eaba95 04:38:14 Step 7/23 : RUN go mod download 04:38:15 ---> Running in 2e02ba98a58c 04:38:15 ---> Running in 2ff3cb56f4d1 04:38:15 Removing intermediate container dad903fb85a9 04:38:15 ---> a36c4de61d66 04:38:15 Step 24/26 : LABEL arch=x86_64 04:38:16 ---> Running in 6094ff93b233 04:38:19 Removing intermediate container 6094ff93b233 04:38:19 ---> 19717b0b8535 04:38:19 Step 25/26 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:38:19 ---> Running in 7dcfe00a6388 04:38:20 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:38:20 ---> b86626be8c0b 04:38:20 Step 3/21 : WORKDIR /edgex-go 04:38:20 ---> Using cache 04:38:20 ---> db658a311033 04:38:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:20 ---> Using cache 04:38:20 ---> f21c3d33c471 04:38:20 Step 5/21 : RUN apk update && apk add make git 04:38:20 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:38:20 ---> b86626be8c0b 04:38:20 Step 3/21 : WORKDIR /edgex-go 04:38:20 ---> Using cache 04:38:20 ---> db658a311033 04:38:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:20 ---> Using cache 04:38:20 ---> f21c3d33c471 04:38:20 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:38:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:38:21 ---> Running in 909fe37feb3f 04:38:21 Removing intermediate container 7dcfe00a6388 04:38:21 ---> 7d61d286d182 04:38:21 Step 26/26 : LABEL version=0.0.0 04:38:21 ---> Running in c65f7d3fb3fa 04:38:21 ---> Running in 7f6976e9e618 04:38:22 Removing intermediate container 7f6976e9e618 04:38:22 ---> cbbf7db0cc32 04:38:22 04:38:22 Successfully built cbbf7db0cc32 04:38:22 Removing intermediate container 2e02ba98a58c 04:38:22 ---> 4e91a402961f 04:38:22 Step 8/26 : COPY . . 04:38:22 Successfully tagged docker-security-secretstore-setup-go:latest 04:38:22 Building docker-security-proxy-setup-go 04:38:22  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2ff3cb56f4d1 04:38:22 ---> 0dd6bd509c88 04:38:22 Step 8/23 : COPY . . 04:38:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:25 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:25 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:25 OK: 12749 distinct packages available 04:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:26 OK: 233 MiB in 51 packages 04:38:27 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:27 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:27 OK: 12749 distinct packages available 04:38:28 OK: 233 MiB in 51 packages 04:38:29 OK: 233 MiB in 51 packages 04:38:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:38:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:38:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:38:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:38:33 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.050s 04:38:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:38:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:38:34 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:38:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:38:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:38:37 Removing intermediate container 909fe37feb3f 04:38:37 ---> 199fa7729763 04:38:37 Step 6/21 : COPY go.mod . 04:38:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:38:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:38:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:38:37 Removing intermediate container c65f7d3fb3fa 04:38:37 ---> 8d73428aa9b8 04:38:37 Step 6/21 : COPY go.mod . 04:38:39 ---> 6075deb06797 04:38:39 Step 7/21 : RUN go mod download 04:38:40 ---> 4c87c6dc650b 04:38:40 Step 7/21 : RUN go mod download 04:38:41 ---> Running in bb2611481834 04:38:41 ---> Running in 52b4ff97d473 04:38:42 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:38:42 ---> b86626be8c0b 04:38:42 Step 3/20 : WORKDIR /edgex-go 04:38:42 ---> Using cache 04:38:42 ---> db658a311033 04:38:42 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:42 ---> Using cache 04:38:42 ---> f21c3d33c471 04:38:42 Step 5/20 : RUN apk update && apk add make git 04:38:42 ---> Using cache 04:38:42 ---> 199fa7729763 04:38:42 Step 6/20 : COPY go.mod . 04:38:42 ---> Using cache 04:38:42 ---> 6075deb06797 04:38:42 Step 7/20 : RUN go mod download 04:38:44 ---> Running in 450170e42908 04:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.074s coverage: 46.6% of statements 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:38:50 Removing intermediate container 450170e42908 04:38:50 ---> 50391aa9ee03 04:38:50 Step 8/20 : COPY . . 04:38:50 Removing intermediate container bb2611481834 04:38:50 ---> bffabb35edb9 04:38:50 Step 8/21 : COPY . . 04:38:50 Removing intermediate container 52b4ff97d473 04:38:50 ---> e4105c9d6668 04:38:50 Step 8/21 : COPY . . 04:38:50 ---> 9cf14b1866c7 04:38:50 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:38:50 ---> cdf96b184add 04:38:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:38:50 ---> Running in 003aa49ba63b 04:38:50 ---> Running in 4cf1e868c877 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.230s coverage: 27.3% of statements 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.283s coverage: 28.6% of statements 04:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 04:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 04:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:38:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.083s coverage: 89.8% of statements 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.106s coverage: 97.5% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 100.0% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.015s coverage: 58.8% of statements 04:39:00 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:00 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:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.235s coverage: 63.5% of statements 04:39:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:39:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements 04:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.026s coverage: 92.3% of statements 04:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements 04:39:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 04:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 04:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.268s coverage: 55.9% of statements 04:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.502s coverage: 86.3% of statements 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.071s coverage: 72.2% of statements 04:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.360s coverage: 72.1% of statements 04:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.074s coverage: 82.4% of statements 04:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.042s coverage: 48.4% of statements 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.027s coverage: 28.8% of statements 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.030s coverage: 96.8% of statements 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 33.7% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.302s coverage: 84.1% of statements 04:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 04:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 42.9% of statements 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.045s coverage: 100.0% of statements 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:39:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.055s coverage: 83.8% of statements 04:39:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:39:27 ---> 0be5a2aff44e 04:39:27 Step 9/21 : RUN make cmd/core-command/core-command 04:39:27 ---> 64faa3989200 04:39:27 Step 9/21 : RUN make cmd/support-logging/support-logging 04:39:27 ---> 3869372b7ea9 04:39:27 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:39:27 ---> Running in 390cda825c7f 04:39:27 ---> Running in a999e0c6386a 04:39:27 ---> Running in cf9fb4e3b08d 04:39:27 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:39:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:39:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:39:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 46.1% of statements 04:39:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:39:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:39:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.068s coverage: 100.0% of statements 04:39:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:39:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:39:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:39:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.077s coverage: 100.0% of statements 04:39:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:39:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.030s coverage: 100.0% of statements 04:39:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:39:32 Removing intermediate container 4cf1e868c877 04:39:32 ---> bd696da809f8 04:39:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:39:32 ---> Running in a182e90c8c03 04:39:32 Removing intermediate container 003aa49ba63b 04:39:32 ---> b41cd9455a0e 04:39:32 04:39:32 Step 10/23 : FROM scratch 04:39:32 ---> 04:39:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:39:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:39:34 ---> Running in 1000faf071b7 04:39:34 Removing intermediate container 1000faf071b7 04:39:34 ---> ecb6820ec18f 04:39:34 Step 12/23 : ENV APP_PORT=48060 04:39:34 ---> Running in 2b151956a3df 04:39:35 Removing intermediate container 2b151956a3df 04:39:35 ---> 0de2a22a3834 04:39:35 Step 13/23 : EXPOSE $APP_PORT 04:39:35 ---> Running in f776c863fae3 04:39:35 Removing intermediate container f776c863fae3 04:39:35 ---> 8b731ff4896d 04:39:35 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:39:36 ---> f6acd1525adb 04:39:36 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.248s coverage: 29.1% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.029s coverage: 100.0% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.018s coverage: 0.0% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:39:36 Removing intermediate container a182e90c8c03 04:39:36 ---> 2aa1385cb8e9 04:39:36 04:39:36 Step 11/26 : FROM docker:latest 04:39:36 ---> 81f5749c9058 04:39:36 Step 12/26 : RUN apk add --no-cache bash 04:39:37 ---> Running in 01487c44c037 04:39:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 04:39:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:39:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:39:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:39:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:39:38 ---> 503d6b59faca 04:39:38 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:39:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:39 (1/2) Installing readline (8.0.4-r0) 04:39:39 (2/2) Installing bash (5.0.17-r0) 04:39:39 Executing bash-5.0.17-r0.post-install 04:39:39 Executing busybox-1.31.1-r16.trigger 04:39:39 OK: 12 MiB in 22 packages 04:39:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 04:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:39:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements 04:39:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements 04:39:40 ---> 2416e058361f 04:39:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:39:41 Removing intermediate container 01487c44c037 04:39:41 ---> 84ce820882fd 04:39:41 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:39:41 ---> Running in 9fabd3ee217f 04:39:41 ---> 1c1ffd4f301e 04:39:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:39:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements 04:39:42 GO111MODULE=on go vet ./... 04:39:43 ---> af9c87cc36ab 04:39:43 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:39:43 ---> fa8465667128 04:39:43 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:43 ---> Running in 936ef2023a91 04:39:44 Removing intermediate container 9fabd3ee217f 04:39:44 ---> d7816dce8dcf 04:39:44 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:39:44 Removing intermediate container 936ef2023a91 04:39:44 ---> cb7a02931aff 04:39:44 Step 21/23 : LABEL arch=x86_64 04:39:44 ---> Running in a910ceecd0f9 04:39:44 ---> Running in b22853cb4dd7 04:39:44 Removing intermediate container a910ceecd0f9 04:39:44 ---> 0ff2d4552a72 04:39:44 Step 15/26 : ENV APP_PORT=48090 04:39:44 Removing intermediate container b22853cb4dd7 04:39:44 ---> 37a759d04ad2 04:39:44 Step 22/23 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:39:44 ---> Running in 35252c287815 04:39:44 ---> Running in 4ff27ffc5177 04:39:44 Removing intermediate container 35252c287815 04:39:44 ---> 0570c216e34b 04:39:44 Step 16/26 : EXPOSE $APP_PORT 04:39:45 Removing intermediate container 4ff27ffc5177 04:39:45 ---> bfaccf198c1f 04:39:45 Step 23/23 : LABEL version=0.0.0 04:39:45 ---> Running in df5a58ada937 04:39:45 ---> Running in a219e7fa4fd0 04:39:45 Removing intermediate container df5a58ada937 04:39:45 ---> 17c76c18e11f 04:39:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:39:45 Removing intermediate container a219e7fa4fd0 04:39:45 ---> 9eab1506975b 04:39:45 04:39:46 Successfully built 9eab1506975b 04:39:46 Successfully tagged docker-support-notifications-go:latest 04:39:46  Building docker-support-notifications-go ... done  ---> 55e63246edba 04:39:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:39:46 ---> d06e7fd3b930 04:39:46 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:39:47 ---> 424083f40082 04:39:47 Step 20/26 : RUN apk --no-cache add py-pip 04:39:48 ---> Running in c919e9dc8611 04:39:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:50 (1/33) Installing libbz2 (1.0.8-r1) 04:39:50 (2/33) Installing expat (2.2.9-r1) 04:39:50 (3/33) Installing libffi (3.3-r2) 04:39:50 (4/33) Installing gdbm (1.13-r1) 04:39:50 (5/33) Installing xz-libs (5.2.5-r0) 04:39:50 (6/33) Installing sqlite-libs (3.32.1-r0) 04:39:50 (7/33) Installing python3 (3.8.5-r0) 04:39:53 (8/33) Installing py3-appdirs (1.4.4-r1) 04:39:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:39:53 (10/33) Installing py3-parsing (2.4.7-r0) 04:39:53 (11/33) Installing py3-six (1.15.0-r0) 04:39:53 (12/33) Installing py3-packaging (20.4-r0) 04:39:53 (13/33) Installing py3-setuptools (47.0.0-r0) 04:39:53 (14/33) Installing py3-chardet (3.0.4-r4) 04:39:53 (15/33) Installing py3-idna (2.9-r0) 04:39:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:39:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:39:53 (18/33) Installing py3-requests (2.23.0-r0) 04:39:53 (19/33) Installing py3-msgpack (1.0.0-r0) 04:39:53 (20/33) Installing py3-lockfile (0.12.2-r3) 04:39:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:39:53 (22/33) Installing py3-colorama (0.4.3-r0) 04:39:53 (23/33) Installing py3-distlib (0.3.0-r0) 04:39:53 (24/33) Installing py3-distro (1.5.0-r1) 04:39:53 (25/33) Installing py3-webencodings (0.5.1-r3) 04:39:53 (26/33) Installing py3-html5lib (1.0.1-r4) 04:39:53 (27/33) Installing py3-pytoml (0.1.21-r0) 04:39:53 (28/33) Installing py3-pep517 (0.8.2-r0) 04:39:53 (29/33) Installing py3-progress (1.5-r0) 04:39:53 (30/33) Installing py3-toml (0.10.1-r0) 04:39:56 (31/33) Installing py3-retrying (1.3.3-r0) 04:39:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:39:58 (33/33) Installing py3-pip (20.1.1-r0) 04:39:58 Executing busybox-1.31.1-r16.trigger 04:39:58 OK: 71 MiB in 55 packages 04:40:00 gofmt -l . 04:40:00 Removing intermediate container 390cda825c7f 04:40:00 ---> bb9935918db0 04:40:00 04:40:00 Step 10/20 : FROM alpine 04:40:00 ---> a24bb4013296 04:40:00 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:40:01 [ "`gofmt -l .`" = "" ] 04:40:03 ./bin/test-go-mod-tidy.sh 04:40:04 ./bin/test-attribution-txt.sh 04:40:06 Removing intermediate container cf9fb4e3b08d 04:40:06 ---> b15f91dd8684 04:40:06 04:40:06 Step 10/21 : FROM scratch 04:40:06 ---> 04:40:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:40:06 ---> Running in 585cd7bde6f2 04:40:06 ---> Using cache 04:40:06 ---> ecb6820ec18f 04:40:06 Step 12/21 : ENV APP_PORT=48061 04:40:06 ---> Running in 4ad4fcf53480 [Pipeline] sh 04:40:06 Removing intermediate container c919e9dc8611 04:40:06 ---> f4633c3f8dab 04:40:06 Step 21/26 : RUN pip install docker-compose==1.23.2 04:40:07 + ls -al . 04:40:07 total 596 04:40:07 drwxrwxr-x 10 1001 1001 4096 Aug 1 04:40 . 04:40:07 drwxr-xr-x 4 root root 4096 Aug 1 04:37 .. 04:40:07 -rw-rw-r-- 1 1001 1001 11 Aug 1 04:35 .dockerignore 04:40:07 drwxrwxr-x 8 1001 1001 4096 Aug 1 04:35 .git 04:40:07 drwxrwxr-x 3 1001 1001 4096 Aug 1 04:35 .github 04:40:07 -rw-rw-r-- 1 1001 1001 932 Aug 1 04:35 .gitignore 04:40:07 drwxrwxr-x 3 1001 1001 4096 Aug 1 04:36 .semver 04:40:07 -rw-rw-r-- 1 1001 1001 166 Aug 1 04:35 .sonarcloud.properties 04:40:07 -rw-rw-r-- 1 1001 1001 3804 Aug 1 04:35 CONTRIBUTING.md 04:40:07 -rw-rw-r-- 1 1001 1001 1035 Aug 1 04:35 Dockerfile.build 04:40:07 -rw-rw-r-- 1 1001 1001 865 Aug 1 04:35 Jenkinsfile 04:40:07 -rw-rw-r-- 1 1001 1001 10775 Aug 1 04:35 LICENSE 04:40:07 -rw-rw-r-- 1 1001 1001 6237 Aug 1 04:35 Makefile 04:40:07 -rw-rw-r-- 1 1001 1001 5652 Aug 1 04:35 README.md 04:40:07 -rw-rw-r-- 1 1001 1001 7111 Aug 1 04:35 SECURITY.md 04:40:07 -rw-rw-r-- 1 1001 1001 5 Aug 1 04:32 VERSION 04:40:07 -rw-rw-r-- 1 1001 1001 4131 Aug 1 04:35 ZMQWindows.md 04:40:07 drwxrwxr-x 2 1001 1001 4096 Aug 1 04:35 bin 04:40:07 drwxrwxr-x 15 1001 1001 4096 Aug 1 04:35 cmd 04:40:07 -rw-r--r-- 1 root root 465013 Aug 1 04:39 coverage.out 04:40:07 -rw-r--r-- 1 root root 1075 Aug 1 04:40 go.mod 04:40:07 -rw-r--r-- 1 root root 18146 Aug 1 04:40 go.sum 04:40:07 drwxrwxr-x 8 1001 1001 4096 Aug 1 04:35 internal 04:40:07 drwxrwxr-x 4 1001 1001 4096 Aug 1 04:35 openapi 04:40:07 drwxrwxr-x 4 1001 1001 4096 Aug 1 04:35 snap 04:40:07 -rw-rw-r-- 1 1001 1001 168 Aug 1 04:35 version.go [Pipeline] sh 04:40:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:08 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:40:08 v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:40:08 OK: 12749 distinct packages available 04:40:08 + '[' -e coverage.out ] 04:40:08 + chown 1001:1001 coverage.out [Pipeline] stash 04:40:08 Warning: overwriting stash ‘coverage-report’ 04:40:08 ---> Running in a737c9743e3e 04:40:08 Removing intermediate container 4ad4fcf53480 04:40:08 ---> c190e664d973 04:40:08 Step 13/21 : EXPOSE $APP_PORT 04:40:08 (1/4) Installing ca-certificates (20191127-r4) 04:40:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:40:08 (3/4) Installing libcurl (7.69.1-r0) 04:40:08 (4/4) Installing curl (7.69.1-r0) 04:40:08 Executing busybox-1.31.1-r16.trigger 04:40:08 Executing ca-certificates-20191127-r4.trigger 04:40:08 OK: 7 MiB in 18 packages 04:40:08 Removing intermediate container a999e0c6386a 04:40:08 ---> a6e28f636bab 04:40:08 04:40:08 Step 10/21 : FROM scratch 04:40:08 ---> 04:40:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:40:08 ---> Running in eb390cba899f 04:40:08 ---> Using cache 04:40:08 ---> bf6fb3037201 04:40:08 Step 12/21 : ENV APP_PORT=48082 04:40:09 ---> Running in f1c3fe01a2e5 04:40:09 Removing intermediate container eb390cba899f 04:40:09 ---> cc05ca363410 04:40:09 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:40:09 Stashed 1 file(s) [Pipeline] sh 04:40:09 Removing intermediate container f1c3fe01a2e5 04:40:09 ---> 85b39e43711a 04:40:09 Step 13/21 : EXPOSE $APP_PORT 04:40:09 + make build 04:40:09 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:40:10 ---> Running in 42971968f9a3 04:40:11 ---> 6bd6ee59ff1e 04:40:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:40:11 Removing intermediate container 585cd7bde6f2 04:40:11 ---> fe46851320a2 04:40:11 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:40:11 Collecting docker-compose==1.23.2 04:40:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:40:11 ---> Running in b85875976bc0 04:40:11 Removing intermediate container 42971968f9a3 04:40:11 ---> c88fd5aebad2 04:40:11 Step 14/21 : WORKDIR / 04:40:11 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:40:11 ---> cface55969e6 04:40:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:40:11 ---> Running in 4e4fa5d04475 04:40:11 Collecting texttable<0.10,>=0.9.0 04:40:11 Downloading texttable-0.9.1.tar.gz (11 kB) 04:40:11 Removing intermediate container b85875976bc0 04:40:11 ---> cabdeab9152c 04:40:11 Step 13/20 : WORKDIR /edgex 04:40:11 ---> Running in b06d8b2eda9c 04:40:11 Removing intermediate container 4e4fa5d04475 04:40:11 ---> fa2c22c19c20 04:40:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:40:12 Removing intermediate container b06d8b2eda9c 04:40:12 ---> 7e957ad0191e 04:40:12 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:40:12 Collecting docker<4.0,>=3.6.0 04:40:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:40:12 ---> a80bf2cb559a 04:40:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:40:12 ---> ee7b5f9333df 04:40:12 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:40:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:40:12 ---> 7b772e0cb5d9 04:40:12 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:40:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:40:12 ---> 58bc870c4858 04:40:12 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:13 Collecting websocket-client<1.0,>=0.32.0 04:40:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:40:13 ---> 480e993b1419 04:40:13 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:40:13 ---> Running in 97fac3c93663 04:40:13 ---> 83f1c8e840b6 04:40:13 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:40:13 Collecting PyYAML<4,>=3.10 04:40:13 Downloading PyYAML-3.13.tar.gz (270 kB) 04:40:13 ---> Running in 41f3a507154a 04:40:13 Removing intermediate container 97fac3c93663 04:40:13 ---> 74eca790363b 04:40:13 Step 19/21 : LABEL arch=x86_64 04:40:14 Collecting docopt<0.7,>=0.6.1 04:40:14 Downloading docopt-0.6.2.tar.gz (25 kB) 04:40:14 ---> 78c556c7c25c 04:40:14 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:15 ---> Running in 696e5905bcb9 04:40:15 Removing intermediate container 41f3a507154a 04:40:15 ---> 70d2dd8429c6 04:40:15 Step 17/20 : CMD ["--init=true"] 04:40:15 ---> Running in 9d686f36c43d 04:40:15 ---> Running in 1e8f256bb144 04:40:15 Removing intermediate container 696e5905bcb9 04:40:15 ---> 6b8852fca18b 04:40:15 Step 20/21 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:40:15 Removing intermediate container 9d686f36c43d 04:40:15 ---> 4b5cdd09a366 04:40:15 Step 19/21 : LABEL arch=x86_64 04:40:16 ---> Running in 823ed252a141 04:40:16 Removing intermediate container 1e8f256bb144 04:40:16 ---> 3662b9ebd70c 04:40:16 Step 18/20 : LABEL arch=x86_64 04:40:16 Collecting dockerpty<0.5,>=0.4.1 04:40:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:40:16 ---> Running in 85662656e3cc 04:40:16 ---> Running in 3c357480a745 04:40:16 Removing intermediate container 823ed252a141 04:40:16 ---> 456d5f4558a0 04:40:16 Step 21/21 : LABEL version=0.0.0 04:40:16 Removing intermediate container 85662656e3cc 04:40:16 ---> 565f62a28222 04:40:16 Step 20/21 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:40:16 ---> Running in 89e495bae991 04:40:16 Removing intermediate container 3c357480a745 04:40:16 ---> de28ab038da5 04:40:16 Step 19/20 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:40:16 ---> Running in ec596dad9870 04:40:16 Collecting cached-property<2,>=1.2.0 04:40:16 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:40:16 ---> Running in ca5cb19039fa 04:40:16 Removing intermediate container 89e495bae991 04:40:16 ---> e43f8a7d97a9 04:40:16 04:40:16 Collecting jsonschema<3,>=2.5.1 04:40:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:40:16 Removing intermediate container ec596dad9870 04:40:16 ---> 65efafdc776f 04:40:16 Step 21/21 : LABEL version=0.0.0 04:40:16 Successfully built e43f8a7d97a9 04:40:16 Successfully tagged docker-support-logging-go:latest 04:40:16 Collecting docker-pycreds>=0.4.0 04:40:17  Building docker-support-logging-go ... done  Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:40:17 Removing intermediate container ca5cb19039fa 04:40:17 ---> 0aaeb36df7e3 04:40:17 Step 20/20 : LABEL version=0.0.0 04:40:17 ---> Running in 5330ee1caf49 04:40:17 Collecting idna<2.8,>=2.5 04:40:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:40:17 ---> Running in 18f02553927e 04:40:17 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:40:17 Collecting urllib3<1.25,>=1.21.1 04:40:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:40:17 Removing intermediate container 5330ee1caf49 04:40:17 ---> 42d4f06571d5 04:40:17 04:40:17 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:40:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:40:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:40:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:40:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:40:17 Installing collected packages: texttable, docker-pycreds, idna, urllib3, requests, websocket-client, docker, PyYAML, docopt, dockerpty, cached-property, jsonschema, docker-compose 04:40:17 Running setup.py install for texttable: started 04:40:17 Successfully built 42d4f06571d5 04:40:17 Successfully tagged docker-core-command-go:latest 04:40:17  Building docker-core-command-go ... done Removing intermediate container 18f02553927e 04:40:17 ---> d8f24b999722 04:40:17 04:40:17 Successfully built d8f24b999722 04:40:17 Successfully tagged docker-security-proxy-setup-go:latest 04:40:17  Building docker-security-proxy-setup-go ... done  Running setup.py install for texttable: finished with status 'done' 04:40:18 Attempting uninstall: idna 04:40:18 Found existing installation: idna 2.9 04:40:18 Uninstalling idna-2.9: 04:40:18 Successfully uninstalled idna-2.9 04:40:18 Attempting uninstall: urllib3 04:40:18 Found existing installation: urllib3 1.25.9 04:40:18 Uninstalling urllib3-1.25.9: 04:40:18 Successfully uninstalled urllib3-1.25.9 04:40:18 Attempting uninstall: requests 04:40:18 Found existing installation: requests 2.23.0 04:40:18 Uninstalling requests-2.23.0: 04:40:19 Successfully uninstalled requests-2.23.0 04:40:19 Running setup.py install for PyYAML: started 04:40:20 Running setup.py install for PyYAML: finished with status 'done' 04:40:20 Running setup.py install for docopt: started 04:40:21 Running setup.py install for docopt: finished with status 'done' 04:40:21 Running setup.py install for dockerpty: started 04:40:21 Running setup.py install for dockerpty: finished with status 'done' 04:40:21 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:40:24 Removing intermediate container a737c9743e3e 04:40:24 ---> 9a9bb081fe07 04:40:24 Step 22/26 : RUN apk --no-cache add curl 04:40:24 ---> Running in 3d496b8a45f5 04:40:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:40:25 (2/3) Installing libcurl (7.69.1-r0) 04:40:25 (3/3) Installing curl (7.69.1-r0) 04:40:25 Executing busybox-1.31.1-r16.trigger 04:40:25 OK: 72 MiB in 58 packages 04:40:25 Removing intermediate container 3d496b8a45f5 04:40:25 ---> 70dc5e874363 04:40:25 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:25 ---> Running in edacacfa2bd1 04:40:25 Removing intermediate container edacacfa2bd1 04:40:25 ---> d2cbe9bd577f 04:40:25 Step 24/26 : LABEL arch=x86_64 04:40:26 ---> Running in 1312e7c742fa 04:40:26 Removing intermediate container 1312e7c742fa 04:40:26 ---> 9eabb684341c 04:40:26 Step 25/26 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:40:26 ---> Running in 7fa14317d034 04:40:26 Removing intermediate container 7fa14317d034 04:40:26 ---> a48173b90779 04:40:26 Step 26/26 : LABEL version=0.0.0 04:40:26 ---> Running in 4ba467a5942d 04:40:26 Removing intermediate container 4ba467a5942d 04:40:26 ---> 305033c901bd 04:40:26 04:40:26 Successfully built 305033c901bd 04:40:26 Successfully tagged docker-sys-mgmt-agent-go:latest 04:40:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:40:27 $ docker stop --time=1 fa1476cdb03530ea4d1607410423b0cc5e794ac562927e30d0c0971c4d633bb6 04:40:28 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:40:28 $ docker rm -f fa1476cdb03530ea4d1607410423b0cc5e794ac562927e30d0c0971c4d633bb6 [Pipeline] // withDockerContainer [Pipeline] sh 04:40:29 + docker images 04:40:29 + grep docker 04:40:29 docker-sys-mgmt-agent-go latest 305033c901bd 3 seconds ago 284MB 04:40:29 docker-security-proxy-setup-go latest d8f24b999722 12 seconds ago 16.4MB 04:40:29 docker-core-command-go latest 42d4f06571d5 12 seconds ago 13MB 04:40:29 docker-support-logging-go latest e43f8a7d97a9 13 seconds ago 11.8MB 04:40:29 docker-support-notifications-go latest 9eab1506975b 44 seconds ago 14.4MB 04:40:29 docker-security-secretstore-setup-go latest cbbf7db0cc32 2 minutes ago 33.9MB 04:40:29 docker-core-data-go latest b241dc6656a6 2 minutes ago 23.8MB 04:40:29 docker-security-secrets-setup-go latest c7158a0778b0 2 minutes ago 25.1MB 04:40:29 docker-support-scheduler-go latest 76c21c8d672d 2 minutes ago 13.1MB 04:40:29 docker-core-metadata-go latest 9b6c1b311e68 2 minutes ago 14.4MB 04:40:29 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:40:38 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:40:45 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:40:49 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:40:56 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:40:57 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:41:03 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:41:08 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:41:12 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:41:18 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:41:23 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:41:27 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:41:31 $ docker stop --time=1 b01f6803679773110479128bfc67dfa377555fc49244c34c19e002e5add2dedd 04:41:33 $ docker rm -f b01f6803679773110479128bfc67dfa377555fc49244c34c19e002e5add2dedd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:35 04:41:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:41:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:35 latest: Pulling from edgex-devops/edgex-compose-arm64 04:41:35 29e5d40040c1: Pulling fs layer 04:41:35 1ce36da41761: Pulling fs layer 04:41:35 25b303627fd3: Pulling fs layer 04:41:35 29e5d40040c1: Verifying Checksum 04:41:35 29e5d40040c1: Download complete 04:41:36 1ce36da41761: Verifying Checksum 04:41:36 1ce36da41761: Download complete 04:41:36 29e5d40040c1: Pull complete 04:41:37 1ce36da41761: Pull complete 04:41:37 25b303627fd3: Verifying Checksum 04:41:37 25b303627fd3: Download complete 04:41:48 25b303627fd3: Pull complete 04:41:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:41:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:41:48 prd-ubuntu18.04-docker-arm64-4c-16g-1769 does not seem to be running inside a container 04:41:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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:41:52 $ docker top a57645eddc98f20bd957822f17433520e78c9fd0c50f3a832f9b7e33e7d99b4b -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:53 + docker-compose+ buildgrep --help parallel 04:41:53 04:41:56 --parallel Build images in parallel. [Pipeline] } 04:41:57 $ docker stop --time=1 a57645eddc98f20bd957822f17433520e78c9fd0c50f3a832f9b7e33e7d99b4b 04:41:59 $ docker rm -f a57645eddc98f20bd957822f17433520e78c9fd0c50f3a832f9b7e33e7d99b4b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:59 . [Pipeline] withDockerContainer 04:42:00 prd-ubuntu18.04-docker-arm64-4c-16g-1769 does not seem to be running inside a container 04:42:00 $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:42:01 $ docker top 9ade20a438bf2867171ac12b65e6d823dc9a56d734c8f6852bf6d3ca1c093420 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:02 + docker-compose -f ./docker-compose-build.yml build --parallel 04:42:06 Building docker-core-command-go ... 04:42:06 Building docker-core-data-go ... 04:42:06 Building docker-core-metadata-go ... 04:42:06 Building docker-security-proxy-setup-go ... 04:42:06 Building docker-security-secrets-setup-go ... 04:42:06 Building docker-security-secretstore-setup-go ... 04:42:06 Building docker-support-logging-go ... 04:42:06 Building docker-support-notifications-go ... 04:42:06 Building docker-support-scheduler-go ... 04:42:06 Building docker-sys-mgmt-agent-go ... 04:42:06 Building docker-security-secretstore-setup-go 04:42:06 Building docker-security-secrets-setup-go 04:42:06 Building docker-sys-mgmt-agent-go 04:42:06 Building docker-support-notifications-go 04:42:06 Building docker-core-command-go 04:43:58 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:43:58 ---> 23ba0bc9d6eb 04:43:58 Step 3/21 : WORKDIR /edgex-go 04:43:58 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:43:58 ---> 23ba0bc9d6eb 04:43:58 Step 3/23 : WORKDIR /edgex-go 04:43:58 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:43:58 ---> 23ba0bc9d6eb 04:43:58 Step 3/26 : WORKDIR /edgex-go 04:43:58 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:58 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:43:58 ---> 23ba0bc9d6eb 04:43:58 Step 3/29 : WORKDIR /edgex-go 04:43:58 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:43:58 ---> 23ba0bc9d6eb 04:43:58 Step 3/26 : WORKDIR /edgex-go 04:44:01 ---> Running in 3d6e4420f838 04:44:01 ---> Running in ffc3fb0e529b 04:44:01 ---> Running in 8a1e1dcb0bd1 04:44:01 ---> Running in 9d3710561f5c 04:44:01 ---> Running in efb9dda1c331 04:44:01 Removing intermediate container 8a1e1dcb0bd1 04:44:01 ---> d2a4cc14de61 04:44:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:01 Removing intermediate container ffc3fb0e529b 04:44:01 ---> 153bbefd6b98 04:44:01 Step 4/29 : RUN apk update && apk add make git 04:44:01 Removing intermediate container 3d6e4420f838 04:44:01 ---> 4b1c7e7b39de 04:44:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:02 Removing intermediate container 9d3710561f5c 04:44:02 ---> 0ca7ae033145 04:44:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:02 Removing intermediate container efb9dda1c331 04:44:02 ---> 51c03a27dd05 04:44:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:02 ---> Running in 5e7b48121517 04:44:02 ---> Running in c5005f02b7d0 04:44:02 ---> Running in 03538d6023d6 04:44:02 ---> Running in 6576224693e9 04:44:02 ---> Running in 1c0fcf948576 04:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:06 Removing intermediate container 03538d6023d6 04:44:06 ---> d0d83e6f8bf8 04:44:06 Step 5/26 : RUN apk update && apk add make git 04:44:06 ---> Running in 5adf53c17b5d 04:44:06 Removing intermediate container c5005f02b7d0 04:44:06 ---> ea978c06aa28 04:44:06 Step 5/21 : RUN apk update && apk add make git 04:44:07 ---> Running in af3cabd4f789 04:44:07 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:07 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:07 OK: 12620 distinct packages available 04:44:07 Removing intermediate container 1c0fcf948576 04:44:07 ---> 72a4438ed616 04:44:07 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:44:07 Removing intermediate container 6576224693e9 04:44:07 ---> cf85c4e69208 04:44:07 Step 5/26 : RUN apk update && apk add make bash git 04:44:07 ---> Running in 6c17cfb25098 04:44:07 ---> Running in d8d05ef0d74c 04:44:08 OK: 217 MiB in 51 packages 04:44:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:10 Removing intermediate container 5e7b48121517 04:44:10 ---> a90d6243230c 04:44:10 Step 5/29 : COPY go.mod . 04:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:10 ---> 54ac8b6db82e 04:44:10 Step 6/29 : RUN go mod download 04:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:11 ---> Running in a47da736d6d3 04:44:11 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:11 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:11 OK: 12620 distinct packages available 04:44:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:12 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:12 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:12 OK: 12620 distinct packages available 04:44:12 OK: 217 MiB in 51 packages 04:44:12 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:12 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:12 OK: 12620 distinct packages available 04:44:12 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:12 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:12 OK: 12620 distinct packages available 04:44:13 OK: 217 MiB in 51 packages 04:44:13 OK: 217 MiB in 51 packages 04:44:13 OK: 217 MiB in 51 packages 04:44:13 Removing intermediate container 5adf53c17b5d 04:44:13 ---> 9bd32ee84d10 04:44:13 Step 6/26 : COPY go.mod . 04:44:15 ---> fb39e9213f9a 04:44:15 Step 7/26 : RUN go mod download 04:44:15 ---> Running in e9fd0a127d67 04:44:15 Removing intermediate container 6c17cfb25098 04:44:15 ---> 5753b6451e33 04:44:15 Step 6/23 : COPY go.mod . 04:44:15 Removing intermediate container af3cabd4f789 04:44:15 ---> be264d579e7f 04:44:15 Step 6/21 : COPY go.mod . 04:44:15 Removing intermediate container d8d05ef0d74c 04:44:15 ---> c6e487814106 04:44:15 Step 6/26 : COPY go.mod . 04:44:15 Removing intermediate container a47da736d6d3 04:44:15 ---> 1a4080989d25 04:44:15 Step 7/29 : COPY . . 04:44:16 ---> e9b00c5fbc14 04:44:16 Step 7/23 : RUN go mod download 04:44:16 ---> c5134d07ba43 04:44:16 Step 7/21 : RUN go mod download 04:44:17 ---> 43311406bf6a 04:44:17 Step 7/26 : RUN go mod download 04:44:17 ---> Running in 1e45fdcc8d95 04:44:17 ---> Running in 8fa8b0d79cb8 04:44:18 ---> Running in 32da89794854 04:44:21 Removing intermediate container e9fd0a127d67 04:44:21 ---> 888e6529e4a1 04:44:21 Step 8/26 : COPY . . 04:44:26 Removing intermediate container 1e45fdcc8d95 04:44:26 ---> 063fd7bddd74 04:44:26 Step 8/23 : COPY . . 04:44:26 Removing intermediate container 8fa8b0d79cb8 04:44:26 ---> 39b3e4a06c56 04:44:26 Step 8/21 : COPY . . 04:44:26 Removing intermediate container 32da89794854 04:44:26 ---> 43d269536ed6 04:44:26 Step 8/26 : COPY . . 04:44:53 ---> b17e54bcdf56 04:44:53 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:44:53 ---> Running in 0ef13ed5438b 04:44:53 ---> a8524d53b6b5 04:44:53 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:44:53 ---> d9767ee739e1 04:44:53 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:44:53 ---> c871b450cf6c 04:44:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:44:53 ---> Running in 8f4a8a10bf2f 04:44:53 ---> c0c72f0d737c 04:44:53 Step 9/21 : RUN make cmd/core-command/core-command 04:44:53 ---> Running in b7ff2cfce0b0 04:44:53 ---> Running in c3524aa6a168 04:44:53 ---> Running in 22751e56cf64 04:44:53 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:44:55 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:44:55 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:44:55 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:44:55 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:46:17 Removing intermediate container 0ef13ed5438b 04:46:17 ---> b5cdadd3af7e 04:46:17 04:46:17 Step 9/29 : FROM alpine:latest 04:46:17 latest: Pulling from library/alpine 04:46:17 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:46:17 Status: Downloaded newer image for alpine:latest 04:46:17 ---> 62ee0e9f8440 04:46:17 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:46:17 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:46:17 ---> Running in 4008dcccc84f 04:46:17 Removing intermediate container 4008dcccc84f 04:46:17 ---> 2dff920b4053 04:46:17 Step 11/29 : USER root 04:46:17 ---> Running in 5be72c543afd 04:46:17 Removing intermediate container 5be72c543afd 04:46:17 ---> 540a0a6f1deb 04:46:17 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:46:17 ---> Running in 59a80e11e1ec 04:46:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:18 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:46:18 v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:46:18 OK: 12620 distinct packages available 04:46:19 (1/2) Installing ca-certificates (20191127-r4) 04:46:19 (2/2) Installing dumb-init (1.2.2-r1) 04:46:19 Executing busybox-1.31.1-r16.trigger 04:46:19 Executing ca-certificates-20191127-r4.trigger 04:46:20 OK: 6 MiB in 16 packages 04:46:23 Removing intermediate container 59a80e11e1ec 04:46:23 ---> 292e07f13752 04:46:23 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:46:23 ---> Running in 2009182f5a16 04:46:23 Removing intermediate container 2009182f5a16 04:46:23 ---> 2d00a1c8972e 04:46:23 Step 14/29 : WORKDIR $BASE_DIR 04:46:23 ---> Running in 3b81d6775ad6 04:46:24 Removing intermediate container 3b81d6775ad6 04:46:24 ---> ade130792a42 04:46:24 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:46:24 ---> Running in 0356d670789a 04:46:27 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:46:29 Removing intermediate container 0356d670789a 04:46:29 ---> 8b4d57d8d392 04:46:29 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:46:31 Removing intermediate container c3524aa6a168 04:46:31 ---> 816583b2b7ee 04:46:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:46:31 ---> Running in 682d54e24124 04:46:31 ---> 17a1aca479da 04:46:31 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:46:33 ---> 767424d56152 04:46:33 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:46:34 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:46:34 ---> 320a5d11f8bd 04:46:34 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:46:35 ---> 77b5cb96f35f 04:46:35 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:46:36 ---> 19f58589d1d0 04:46:36 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:46:36 ---> Running in fef869698389 04:46:42 Removing intermediate container 682d54e24124 04:46:42 ---> 3820ceea5b15 04:46:42 04:46:42 Step 11/26 : FROM docker:latest 04:46:42 ---> ce9d55ae87f1 04:46:42 Step 12/26 : RUN apk add --no-cache bash 04:46:42 Removing intermediate container 8f4a8a10bf2f 04:46:42 ---> 4efc93371729 04:46:42 04:46:42 Step 10/26 : FROM alpine:3.10 04:46:42 Removing intermediate container fef869698389 04:46:42 ---> 39884683f617 04:46:42 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:46:42 ---> Running in 364cb7b23762 04:46:42 3.10: Pulling from library/alpine 04:46:43 ---> 3029e699a239 04:46:43 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:46:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:44 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:46:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:44 Status: Downloaded newer image for alpine:3.10 04:46:44 ---> 536a684cf733 04:46:44 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:46:44 ---> Running in 46d6d1e35397 04:46:44 (1/2) Installing readline (8.0.4-r0) 04:46:44 (2/2) Installing bash (5.0.17-r0) 04:46:45 Executing bash-5.0.17-r0.post-install 04:46:45 Executing busybox-1.31.1-r16.trigger 04:46:45 OK: 12 MiB in 22 packages 04:46:45 ---> Running in 8ba0ba057ddc 04:46:45 Removing intermediate container b7ff2cfce0b0 04:46:45 ---> 68b50aaf9db1 04:46:45 04:46:45 Step 10/23 : FROM scratch 04:46:45 ---> 04:46:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:46:45 Removing intermediate container 22751e56cf64 04:46:45 ---> 14238b3adbbf 04:46:45 04:46:45 Step 10/21 : FROM scratch 04:46:45 ---> 04:46:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:46 ---> Running in 099f1bed6f6d 04:46:46 ---> Running in 50e2959ab8e9 04:46:46 Removing intermediate container 50e2959ab8e9 04:46:46 ---> 1b63cc93cf02 04:46:46 Step 12/21 : ENV APP_PORT=48082 04:46:46 Removing intermediate container 099f1bed6f6d 04:46:46 ---> e5b7f8f095e9 04:46:46 Step 12/23 : ENV APP_PORT=48060 04:46:46 ---> Running in 1af02e7e5528 04:46:46 Removing intermediate container 364cb7b23762 04:46:46 ---> 8650d5d47358 04:46:46 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:46:46 ---> Running in 00a7eefef65f 04:46:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:46:47 ---> Running in c73edfde8ed5 04:46:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:46:47 Removing intermediate container 1af02e7e5528 04:46:47 ---> 24677b3d2655 04:46:47 Step 13/21 : EXPOSE $APP_PORT 04:46:47 Removing intermediate container 00a7eefef65f 04:46:47 ---> 988c539f6b15 04:46:47 Step 13/23 : EXPOSE $APP_PORT 04:46:47 ---> Running in 973eeedda201 04:46:47 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:46:47 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:46:47 OK: 10167 distinct packages available 04:46:52 (1/5) Installing ca-certificates (20191127-r2) 04:46:52 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:46:52 (3/5) Installing libcurl (7.66.0-r0) 04:46:52 (4/5) Installing curl (7.66.0-r0) 04:46:52 (5/5) Installing dumb-init (1.2.2-r1) 04:46:52 Executing busybox-1.30.1-r3.trigger 04:46:52 Executing ca-certificates-20191127-r2.trigger 04:46:52 OK: 7 MiB in 19 packages 04:46:52 ---> Running in bc67d80199c6 04:46:52 Removing intermediate container 973eeedda201 04:46:52 ---> 5dcbdd37f4d2 04:46:52 Step 14/21 : WORKDIR / 04:46:52 Removing intermediate container 46d6d1e35397 04:46:52 ---> 337a2f17f18d 04:46:52 Step 24/29 : RUN chmod 755 security-secrets-setup 04:46:52 ---> Running in 3d1f803158ba 04:46:52 ---> Running in cc74ecf247be 04:46:52 Removing intermediate container bc67d80199c6 04:46:52 ---> 194a60437c0a 04:46:52 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:46:53 Removing intermediate container 3d1f803158ba 04:46:53 ---> 3c14f243984d 04:46:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:46:53 ---> 7983aefbf98c 04:46:53 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:46:53 Removing intermediate container 8ba0ba057ddc 04:46:53 ---> 19faf11efc14 04:46:53 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:46:53 ---> Running in a4f5f6111758 04:46:54 Removing intermediate container c73edfde8ed5 04:46:54 ---> 6e3874fa01cf 04:46:54 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:46:54 ---> 33a39c548e8e 04:46:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:46:54 ---> Running in 1e7d834e5789 04:46:54 Removing intermediate container a4f5f6111758 04:46:54 ---> 00914178c55d 04:46:54 Step 13/26 : WORKDIR / 04:46:54 Removing intermediate container 1e7d834e5789 04:46:54 ---> 02283973f2f5 04:46:54 Step 15/26 : ENV APP_PORT=48090 04:46:54 ---> Running in 1006eae75e10 04:46:55 ---> Running in 4438366aa441 04:46:55 ---> ae8f115c0bf6 04:46:55 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:46:55 Removing intermediate container 1006eae75e10 04:46:55 ---> c74dd1068b9d 04:46:55 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:46:56 Removing intermediate container 4438366aa441 04:46:56 ---> 6efc90302277 04:46:56 Step 16/26 : EXPOSE $APP_PORT 04:46:56 ---> a62515fcdf43 04:46:56 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:46:56 Removing intermediate container cc74ecf247be 04:46:56 ---> 5b229f2ed618 04:46:56 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:46:56 ---> Running in d13c26fca498 04:46:56 ---> Running in c580e4bffb83 04:46:56 ---> 2956f1d6880b 04:46:56 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:46:56 ---> 0e9e9764c68d 04:46:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:46:57 Removing intermediate container d13c26fca498 04:46:57 ---> 174a14bcf602 04:46:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:46:57 ---> d4a9516fe9ce 04:46:57 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:57 Removing intermediate container c580e4bffb83 04:46:57 ---> 37467e93b0f6 04:46:57 Step 26/29 : CMD [ "generate" ] 04:46:57 ---> Running in 988f64b18a78 04:46:57 ---> Running in 5f6c2ae83cad 04:46:58 ---> 8633f3a84068 04:46:58 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:46:58 ---> a72d2b236d53 04:46:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:46:58 Removing intermediate container 988f64b18a78 04:46:58 ---> 6b80f95de1ee 04:46:58 Step 19/21 : LABEL arch=arm64 04:46:58 Removing intermediate container 5f6c2ae83cad 04:46:58 ---> fd7e6245b4b3 04:46:58 Step 27/29 : LABEL arch=arm64 04:46:58 ---> Running in 38d238263c09 04:46:58 ---> 954fb7363f74 04:46:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:46:58 ---> 98114001255b 04:46:58 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:46:58 ---> Running in 02761983220a 04:46:59 ---> abe116cbdd70 04:46:59 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:46:59 Removing intermediate container 38d238263c09 04:46:59 ---> 62136dab992f 04:46:59 Step 20/21 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:46:59 Removing intermediate container 02761983220a 04:46:59 ---> ac22d3ddbc0b 04:46:59 Step 28/29 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:46:59 ---> Running in d3498b5674b7 04:46:59 ---> Running in 4eb0bbd7468d 04:47:00 ---> b141b1790419 04:47:00 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:47:00 ---> 269657d7ecbf 04:47:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:47:00 ---> 9439786ef956 04:47:00 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:00 Removing intermediate container d3498b5674b7 04:47:00 ---> 0be58a72e155 04:47:00 Step 21/21 : LABEL version=0.0.0 04:47:00 ---> Running in fb4426a32862 04:47:00 Removing intermediate container 4eb0bbd7468d 04:47:00 ---> 0fbc7e7292cf 04:47:00 Step 29/29 : LABEL version=0.0.0 04:47:00 ---> Running in 204f7f1b6e5b 04:47:00 ---> Running in 5d0239013bfd 04:47:01 ---> d6466b5107ac 04:47:01 Step 20/26 : RUN apk --no-cache add py-pip 04:47:01 ---> 2d8c7a975c04 04:47:01 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:47:01 Removing intermediate container fb4426a32862 04:47:01 ---> ad81469ff792 04:47:01 Step 21/23 : LABEL arch=arm64 04:47:01 ---> Running in 8764decb44f3 04:47:01 Removing intermediate container 5d0239013bfd 04:47:01 ---> 6abc27193705 04:47:01 04:47:01 Removing intermediate container 204f7f1b6e5b 04:47:01 ---> dcc58af18aa8 04:47:01 04:47:01 ---> Running in f48826c0aeba 04:47:02 Successfully built dcc58af18aa8 04:47:02 Successfully built 6abc27193705 04:47:02 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:47:02 Successfully tagged docker-core-command-go-arm64:latest 04:47:02  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go 04:47:02  Building docker-core-command-go ... done Building docker-support-logging-go 04:47:02 Removing intermediate container f48826c0aeba 04:47:02 ---> aeeeee0f6a21 04:47:02 Step 22/23 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:47:02 ---> Running in d182dc3b83c0 04:47:02 ---> c21f6806e7b1 04:47:02 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:47:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:03 Removing intermediate container d182dc3b83c0 04:47:03 ---> 296aa52a22b5 04:47:03 Step 23/23 : LABEL version=0.0.0 04:47:03 ---> Running in 7d4879b042e9 04:47:03 ---> 9f524083c269 04:47:03 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:47:03 (1/33) Installing libbz2 (1.0.8-r1) 04:47:03 (2/33) Installing expat (2.2.9-r1) 04:47:03 (3/33) Installing libffi (3.3-r2) 04:47:03 (4/33) Installing gdbm (1.13-r1) 04:47:03 (5/33) Installing xz-libs (5.2.5-r0) 04:47:04 (6/33) Installing sqlite-libs (3.32.1-r0) 04:47:04 (7/33) Installing python3 (3.8.5-r0) 04:47:04 Removing intermediate container 7d4879b042e9 04:47:04 ---> e9b44ce4b62d 04:47:04 04:47:05 Successfully built e9b44ce4b62d 04:47:05 Successfully tagged docker-support-notifications-go-arm64:latest 04:47:05  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 04:47:05 (8/33) Installing py3-appdirs (1.4.4-r1) 04:47:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:47:05 (10/33) Installing py3-parsing (2.4.7-r0) 04:47:05 (11/33) Installing py3-six (1.15.0-r0) 04:47:05 (12/33) Installing py3-packaging (20.4-r0) 04:47:06 (13/33) Installing py3-setuptools (47.0.0-r0) 04:47:06 ---> e9b491aad029 04:47:06 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:47:06 (14/33) Installing py3-chardet (3.0.4-r4) 04:47:06 (15/33) Installing py3-idna (2.9-r0) 04:47:06 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:47:06 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:47:06 (18/33) Installing py3-requests (2.23.0-r0) 04:47:06 (19/33) Installing py3-msgpack (1.0.0-r0) 04:47:06 (20/33) Installing py3-lockfile (0.12.2-r3) 04:47:06 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:47:06 (22/33) Installing py3-colorama (0.4.3-r0) 04:47:06 (23/33) Installing py3-distlib (0.3.0-r0) 04:47:06 (24/33) Installing py3-distro (1.5.0-r1) 04:47:06 (25/33) Installing py3-webencodings (0.5.1-r3) 04:47:06 (26/33) Installing py3-html5lib (1.0.1-r4) 04:47:06 ---> Running in 305fc572d16a 04:47:06 (27/33) Installing py3-pytoml (0.1.21-r0) 04:47:06 (28/33) Installing py3-pep517 (0.8.2-r0) 04:47:06 (29/33) Installing py3-progress (1.5-r0) 04:47:06 (30/33) Installing py3-toml (0.10.1-r0) 04:47:06 (31/33) Installing py3-retrying (1.3.3-r0) 04:47:06 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:47:06 (33/33) Installing py3-pip (20.1.1-r0) 04:47:06 Executing busybox-1.31.1-r16.trigger 04:47:06 OK: 71 MiB in 55 packages 04:47:12 Removing intermediate container 305fc572d16a 04:47:12 ---> 0f272a277a3b 04:47:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:47:12 ---> Running in c15540394e67 04:47:13 Removing intermediate container c15540394e67 04:47:13 ---> 6310c6170aff 04:47:13 Step 24/26 : LABEL arch=arm64 04:47:13 ---> Running in 13280781ba6d 04:47:14 Removing intermediate container 8764decb44f3 04:47:14 ---> 4ccbd42c4abe 04:47:14 Step 21/26 : RUN pip install docker-compose==1.23.2 04:47:15 Removing intermediate container 13280781ba6d 04:47:15 ---> eb00e02e1369 04:47:15 Step 25/26 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:47:15 ---> Running in ef3abaef6c78 04:47:15 ---> Running in e3c377d4bb95 04:47:16 Removing intermediate container e3c377d4bb95 04:47:16 ---> 42f2e43db2b3 04:47:16 Step 26/26 : LABEL version=0.0.0 04:47:16 ---> Running in 997906932dd0 04:47:17 Removing intermediate container 997906932dd0 04:47:17 ---> 8ce7939cd1fa 04:47:17 04:47:18 Successfully built 8ce7939cd1fa 04:47:18 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:47:18 Building docker-core-data-go 04:47:20  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 04:47:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:47:21 Collecting websocket-client<1.0,>=0.32.0 04:47:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:47:22 Collecting PyYAML<4,>=3.10 04:47:22 Downloading PyYAML-3.13.tar.gz (270 kB) 04:47:26 Collecting jsonschema<3,>=2.5.1 04:47:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:47:26 Collecting dockerpty<0.5,>=0.4.1 04:47:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:47:29 Collecting docker<4.0,>=3.6.0 04:47:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:47:29 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:47:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:47:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:47:31 Collecting docopt<0.7,>=0.6.1 04:47:31 Downloading docopt-0.6.2.tar.gz (25 kB) 04:47:33 Collecting cached-property<2,>=1.2.0 04:47:33 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:47:34 Collecting texttable<0.10,>=0.9.0 04:47:34 Downloading texttable-0.9.1.tar.gz (11 kB) 04:47:36 Collecting docker-pycreds>=0.4.0 04:47:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:47:36 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:47:36 Collecting urllib3<1.25,>=1.21.1 04:47:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:47:37 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:47:37 Collecting idna<2.8,>=2.5 04:47:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:47:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:47:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:47:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:47:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:47:38 Installing collected packages: websocket-client, PyYAML, jsonschema, dockerpty, docker-pycreds, urllib3, idna, requests, docker, docopt, cached-property, texttable, docker-compose 04:47:39 Running setup.py install for PyYAML: started 04:47:41 Running setup.py install for PyYAML: finished with status 'done' 04:47:41 Running setup.py install for dockerpty: started 04:47:44 Running setup.py install for dockerpty: finished with status 'done' 04:47:44 Attempting uninstall: urllib3 04:47:44 Found existing installation: urllib3 1.25.9 04:47:44 Uninstalling urllib3-1.25.9: 04:47:44 Successfully uninstalled urllib3-1.25.9 04:47:44 Attempting uninstall: idna 04:47:44 Found existing installation: idna 2.9 04:47:44 Uninstalling idna-2.9: 04:47:44 Successfully uninstalled idna-2.9 04:47:45 Attempting uninstall: requests 04:47:45 Found existing installation: requests 2.23.0 04:47:45 Uninstalling requests-2.23.0: 04:47:45 Successfully uninstalled requests-2.23.0 04:47:47 Running setup.py install for docopt: started 04:47:49 Running setup.py install for docopt: finished with status 'done' 04:47:50 Running setup.py install for texttable: started 04:47:52 Running setup.py install for texttable: finished with status 'done' 04:47:53 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:48:03 Removing intermediate container ef3abaef6c78 04:48:03 ---> 36cf7876b1a0 04:48:03 Step 22/26 : RUN apk --no-cache add curl 04:48:03 ---> Running in 9de08b31ac29 04:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:48:06 (2/3) Installing libcurl (7.69.1-r0) 04:48:06 (3/3) Installing curl (7.69.1-r0) 04:48:06 Executing busybox-1.31.1-r16.trigger 04:48:06 OK: 71 MiB in 58 packages 04:48:08 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:48:08 ---> 23ba0bc9d6eb 04:48:08 Step 3/21 : WORKDIR /edgex-go 04:48:08 ---> Using cache 04:48:08 ---> 51c03a27dd05 04:48:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:08 ---> Using cache 04:48:08 ---> 72a4438ed616 04:48:08 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:48:08 ---> Running in 7a98a5feb16a 04:48:09 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:09 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:48:09 ---> 23ba0bc9d6eb 04:48:09 Step 3/20 : WORKDIR /edgex-go 04:48:09 ---> Using cache 04:48:09 ---> 51c03a27dd05 04:48:09 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:09 ---> Using cache 04:48:09 ---> 72a4438ed616 04:48:09 Step 5/20 : RUN apk update && apk add make git 04:48:09 ---> Running in 026adac8e270 04:48:09 Removing intermediate container 9de08b31ac29 04:48:09 ---> b0ca715ac418 04:48:09 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:10 ---> Running in b525d5b631f9 04:48:11 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:48:11 ---> 23ba0bc9d6eb 04:48:11 Step 3/20 : WORKDIR /edgex-go 04:48:11 ---> Using cache 04:48:11 ---> 51c03a27dd05 04:48:11 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:11 ---> Using cache 04:48:11 ---> 72a4438ed616 04:48:11 Step 5/20 : RUN apk update && apk add make git 04:48:11 Removing intermediate container b525d5b631f9 04:48:11 ---> f4c3bc4bec2b 04:48:11 Step 24/26 : LABEL arch=arm64 04:48:11 ---> Running in 85ce3a521587 04:48:11 ---> Running in 1a2731da7236 04:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:13 Removing intermediate container 1a2731da7236 04:48:13 ---> 9102b23b6d7d 04:48:13 Step 25/26 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:13 ---> Running in 8dfa6b6a7e34 04:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:13 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:13 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:13 OK: 12620 distinct packages available 04:48:14 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:14 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:14 OK: 12620 distinct packages available 04:48:14 Removing intermediate container 8dfa6b6a7e34 04:48:14 ---> 381c62429085 04:48:14 Step 26/26 : LABEL version=0.0.0 04:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:14 OK: 217 MiB in 51 packages 04:48:15 ---> Running in 8aa4b81014b2 04:48:15 OK: 217 MiB in 51 packages 04:48:15 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:15 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:15 OK: 12620 distinct packages available 04:48:15 OK: 217 MiB in 51 packages 04:48:16 Removing intermediate container 8aa4b81014b2 04:48:16 ---> 187d0da0f322 04:48:16 04:48:16 OK: 217 MiB in 51 packages 04:48:16 Removing intermediate container 026adac8e270 04:48:16 ---> 1003b055769e 04:48:16 Step 6/20 : COPY go.mod . 04:48:17 Successfully built 187d0da0f322 04:48:17 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:48:17  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 04:48:17 ---> a18b45b5b5e8 04:48:17 Step 7/20 : RUN go mod download 04:48:18 Removing intermediate container 7a98a5feb16a 04:48:18 ---> 19e9e6bd5c1d 04:48:18 Step 6/21 : COPY go.mod . 04:48:18 ---> Running in 3a98c9290b7d 04:48:18 Removing intermediate container 85ce3a521587 04:48:18 ---> ab33f2eec8ea 04:48:18 Step 6/20 : COPY go.mod . 04:48:20 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:48:20 ---> 23ba0bc9d6eb 04:48:20 Step 3/22 : WORKDIR /edgex-go 04:48:20 ---> Using cache 04:48:20 ---> 51c03a27dd05 04:48:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:20 ---> Using cache 04:48:20 ---> 72a4438ed616 04:48:20 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:48:20 ---> 38c88e3a3c8b 04:48:20 Step 7/21 : RUN go mod download 04:48:20 ---> Running in 37f0a72a502e 04:48:20 ---> c53226ad4bfe 04:48:20 Step 7/20 : RUN go mod download 04:48:20 ---> Running in 2c7a4d4beaa9 04:48:21 ---> Running in bce3ec060af4 04:48:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:23 Removing intermediate container 3a98c9290b7d 04:48:23 ---> 3c1f90ce9d03 04:48:23 Step 8/20 : COPY . . 04:48:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:25 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:25 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:25 OK: 12620 distinct packages available 04:48:26 OK: 217 MiB in 51 packages 04:48:30 Removing intermediate container 2c7a4d4beaa9 04:48:30 ---> d426618e9e70 04:48:30 Step 8/21 : COPY . . 04:48:30 Removing intermediate container bce3ec060af4 04:48:30 ---> 4dc01e2c7a6c 04:48:30 Step 8/20 : COPY . . 04:48:31 Removing intermediate container 37f0a72a502e 04:48:31 ---> 9903132a78b3 04:48:31 Step 6/22 : COPY go.mod . 04:48:35 ---> a30bcb07d317 04:48:35 Step 7/22 : RUN go mod download 04:48:39 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:48:39 ---> 23ba0bc9d6eb 04:48:39 Step 3/21 : WORKDIR /edgex-go 04:48:39 ---> Using cache 04:48:39 ---> 51c03a27dd05 04:48:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:39 ---> Using cache 04:48:39 ---> 72a4438ed616 04:48:39 Step 5/21 : RUN apk update && apk add make git 04:48:39 ---> Using cache 04:48:39 ---> ab33f2eec8ea 04:48:39 Step 6/21 : COPY go.mod . 04:48:39 ---> Using cache 04:48:39 ---> c53226ad4bfe 04:48:39 Step 7/21 : RUN go mod download 04:48:39 ---> Using cache 04:48:39 ---> 4dc01e2c7a6c 04:48:39 Step 8/21 : COPY . . 04:48:41 ---> Running in f869f733c441 04:48:53 ---> d073faeae5a6 04:48:53 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:48:53 ---> 8ac26694f51a 04:48:53 Step 9/21 : RUN make cmd/support-logging/support-logging 04:48:53 ---> 2285f15bd5ec 04:48:53 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:48:53 Removing intermediate container f869f733c441 04:48:53 ---> 29a5918fddd5 04:48:53 Step 8/22 : COPY . . 04:48:53 ---> Running in 2033d03273d6 04:48:53 ---> Running in 7661a66c2e65 04:48:53 ---> Running in 6c14f4f1382d 04:48: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:48:56 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:48:56 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:49:06 ---> 9de375978472 04:49:06 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:49:06 ---> Running in 04090e806356 04:49:08 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:49:21 ---> 396234650513 04:49:21 Step 9/22 : RUN make cmd/core-data/core-data 04:49:21 ---> Running in 82e748d88efa 04:49:23 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:50:19 Removing intermediate container 2033d03273d6 04:50:19 ---> 084b6d6b55b4 04:50:19 04:50:19 Step 10/20 : FROM alpine 04:50:19 ---> 62ee0e9f8440 04:50:19 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:50:19 ---> Running in 874c7ad1afa1 04:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:21 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:50:21 v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:50:21 OK: 12620 distinct packages available 04:50:22 (1/4) Installing ca-certificates (20191127-r4) 04:50:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:50:22 (3/4) Installing libcurl (7.69.1-r0) 04:50:22 (4/4) Installing curl (7.69.1-r0) 04:50:22 Executing busybox-1.31.1-r16.trigger 04:50:22 Executing ca-certificates-20191127-r4.trigger 04:50:23 OK: 7 MiB in 18 packages 04:50:25 Removing intermediate container 874c7ad1afa1 04:50:25 ---> 9087eec1ff2d 04:50:25 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:50:26 ---> Running in 78f636570afd 04:50:26 Removing intermediate container 78f636570afd 04:50:26 ---> 3c83564d2c73 04:50:26 Step 13/20 : WORKDIR /edgex 04:50:26 ---> Running in b9cdbfc5ea85 04:50:27 Removing intermediate container b9cdbfc5ea85 04:50:27 ---> ee270f40181e 04:50:27 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:50:29 ---> 045611c3061f 04:50:29 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:50:31 Removing intermediate container 6c14f4f1382d 04:50:31 ---> 85d2c4e3d865 04:50:31 04:50:31 Step 10/21 : FROM scratch 04:50:31 ---> 04:50:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:50:31 ---> Using cache 04:50:31 ---> e5b7f8f095e9 04:50:31 Step 12/21 : ENV APP_PORT=48061 04:50:31 ---> Running in d29c109eacac 04:50:31 ---> 19c903af0436 04:50:31 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:50:32 ---> Running in 3542c023310b 04:50:32 Removing intermediate container d29c109eacac 04:50:32 ---> 5a66c1bbb75b 04:50:32 Step 13/21 : EXPOSE $APP_PORT 04:50:32 ---> Running in 0e9550ba69b3 04:50:33 Removing intermediate container 3542c023310b 04:50:33 ---> 621cc43c1a4b 04:50:33 Step 17/20 : CMD ["--init=true"] 04:50:33 ---> Running in 6aa4018cbbed 04:50:33 Removing intermediate container 0e9550ba69b3 04:50:33 ---> 83e8eed74918 04:50:33 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:50:33 Removing intermediate container 6aa4018cbbed 04:50:33 ---> 9de2c0c825e2 04:50:33 Step 18/20 : LABEL arch=arm64 04:50:34 ---> Running in 8000280594ff 04:50:34 ---> cd8eccd41185 04:50:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:50:35 Removing intermediate container 8000280594ff 04:50:35 ---> fa5aacdf05d3 04:50:35 Step 19/20 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:50:35 ---> Running in 9436f12cb790 04:50:36 ---> 31860654f69c 04:50:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:50:36 Removing intermediate container 9436f12cb790 04:50:36 ---> aa7123e52822 04:50:36 Step 20/20 : LABEL version=0.0.0 04:50:36 ---> Running in c38b3ac0d403 04:50:37 Removing intermediate container c38b3ac0d403 04:50:37 ---> b623b8f4672b 04:50:37 04:50:37 ---> aae3d6329c22 04:50:37 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:50:38 Successfully built b623b8f4672b 04:50:38 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:50:39  Building docker-security-proxy-setup-go ... done  ---> d1526568e603 04:50:39 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:39 ---> Running in ff51d2020742 04:50:40 Removing intermediate container ff51d2020742 04:50:40 ---> 0e003e83f032 04:50:40 Step 19/21 : LABEL arch=arm64 04:50:40 ---> Running in 2e5a1c3edd85 04:50:40 Removing intermediate container 2e5a1c3edd85 04:50:40 ---> 4c7372bd71c4 04:50:40 Step 20/21 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:50:41 ---> Running in eb009e48febd 04:50:41 Removing intermediate container eb009e48febd 04:50:41 ---> 500589ba920b 04:50:41 Step 21/21 : LABEL version=0.0.0 04:50:42 ---> Running in f0fde89802b3 04:50:42 Removing intermediate container f0fde89802b3 04:50:42 ---> 78103c17efb3 04:50:42 04:50:43 Successfully built 78103c17efb3 04:50:43 Successfully tagged docker-support-logging-go-arm64:latest 04:50:54  Building docker-support-logging-go ... done Removing intermediate container 7661a66c2e65 04:50:54 ---> 7d7f89ac06f6 04:50:54 04:50:54 Step 10/20 : FROM scratch 04:50:54 ---> 04:50:54 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:50:54 ---> Using cache 04:50:54 ---> 1b63cc93cf02 04:50:54 Step 12/20 : ENV APP_PORT=48085 04:50:54 ---> Running in 1a6846061a8e 04:50:54 Removing intermediate container 1a6846061a8e 04:50:54 ---> 455c8018a07f 04:50:54 Step 13/20 : EXPOSE $APP_PORT 04:50:54 ---> Running in 8e5ef23e498c 04:50:55 Removing intermediate container 8e5ef23e498c 04:50:55 ---> 7eef9cf92770 04:50:55 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:50:56 ---> 1c52e09d7b36 04:50:56 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:50:58 ---> f47acd49ce5d 04:50:58 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:50:59 ---> 3e114cc97e9f 04:50:59 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:59 ---> Running in 81da328debbe 04:51:00 Removing intermediate container 81da328debbe 04:51:00 ---> 74ce0f41a92a 04:51:00 Step 18/20 : LABEL arch=arm64 04:51:00 ---> Running in 782c6c785226 04:51:00 Removing intermediate container 782c6c785226 04:51:00 ---> e4e39156848b 04:51:00 Step 19/20 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:51:01 ---> Running in e9259a60172e 04:51:01 Removing intermediate container e9259a60172e 04:51:01 ---> 9d9d75f551d5 04:51:01 Step 20/20 : LABEL version=0.0.0 04:51:01 ---> Running in 6b8af2f22e62 04:51:02 Removing intermediate container 6b8af2f22e62 04:51:02 ---> 663d2374408c 04:51:02 04:51:03 Successfully built 663d2374408c 04:51:03 Successfully tagged docker-support-scheduler-go-arm64:latest 04:51:06  Building docker-support-scheduler-go ... done Removing intermediate container 04090e806356 04:51:06 ---> 11005fdd69da 04:51:06 04:51:06 Step 10/21 : FROM scratch 04:51:06 ---> 04:51:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:06 ---> Using cache 04:51:06 ---> 1b63cc93cf02 04:51:06 Step 12/21 : ENV APP_PORT=48081 04:51:06 ---> Running in a50b10d3dd13 04:51:07 Removing intermediate container a50b10d3dd13 04:51:07 ---> 8293bdc1ca6e 04:51:07 Step 13/21 : EXPOSE $APP_PORT 04:51:07 ---> Running in 6ada4da4bc3a 04:51:08 Removing intermediate container 6ada4da4bc3a 04:51:08 ---> 6d8dc255a652 04:51:08 Step 14/21 : WORKDIR / 04:51:08 ---> Running in 662ddcffa6c1 04:51:08 Removing intermediate container 662ddcffa6c1 04:51:08 ---> 2f74da1b3b0d 04:51:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:51:09 ---> 451308ff0844 04:51:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:51:11 ---> ba2ba3677287 04:51:11 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:51:11 ---> 35eecd2875c5 04:51:11 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:12 ---> Running in 9fc3b6b0e0c4 04:51:12 Removing intermediate container 9fc3b6b0e0c4 04:51:12 ---> 873523abce6e 04:51:12 Step 19/21 : LABEL arch=arm64 04:51:12 ---> Running in cf52f8244af5 04:51:13 Removing intermediate container cf52f8244af5 04:51:13 ---> 0f1823032635 04:51:13 Step 20/21 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:51:13 ---> Running in 5b67d7325842 04:51:14 Removing intermediate container 5b67d7325842 04:51:14 ---> ec43fa8d5342 04:51:14 Step 21/21 : LABEL version=0.0.0 04:51:14 ---> Running in dff6e5d7fbe3 04:51:14 Removing intermediate container dff6e5d7fbe3 04:51:14 ---> 85c5297545f6 04:51:14 04:51:15 Successfully built 85c5297545f6 04:51:15 Successfully tagged docker-core-metadata-go-arm64:latest 04:51:18  Building docker-core-metadata-go ... done Removing intermediate container 82e748d88efa 04:51:18 ---> be9398570eb7 04:51:18 04:51:18 Step 10/22 : FROM alpine 04:51:18 ---> 62ee0e9f8440 04:51:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:18 ---> Running in 099d27f89b47 04:51:18 Removing intermediate container 099d27f89b47 04:51:18 ---> 026f8e565cd7 04:51:18 Step 12/22 : ENV APP_PORT=48080 04:51:18 ---> Running in a16d992e58c5 04:51:19 Removing intermediate container a16d992e58c5 04:51:19 ---> d27e698c3f6d 04:51:19 Step 13/22 : EXPOSE $APP_PORT 04:51:19 ---> Running in 6cd531b8a6ca 04:51:19 Removing intermediate container 6cd531b8a6ca 04:51:19 ---> 24bd05003126 04:51:19 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:19 ---> Running in f8f910b393af 04:51:23 Removing intermediate container f8f910b393af 04:51:23 ---> 244d1b886745 04:51:23 Step 15/22 : RUN apk --no-cache add zeromq 04:51:23 ---> Running in ffdfaa6aebc8 04:51:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:25 (1/5) Installing libgcc (9.3.0-r2) 04:51:26 (2/5) Installing libsodium (1.0.18-r0) 04:51:26 (3/5) Installing libstdc++ (9.3.0-r2) 04:51:26 (4/5) Installing libzmq (4.3.2-r0) 04:51:26 (5/5) Installing zeromq (4.3.2-r0) 04:51:26 Executing busybox-1.31.1-r16.trigger 04:51:26 OK: 8 MiB in 19 packages 04:51:28 Removing intermediate container ffdfaa6aebc8 04:51:28 ---> 55b230119185 04:51:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:51:28 ---> ec17cb20d265 04:51:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:51:30 ---> 5d24352914b1 04:51:30 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:51:30 ---> ffcffe9437d7 04:51:30 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:31 ---> Running in 0a296891ddd2 04:51:31 Removing intermediate container 0a296891ddd2 04:51:31 ---> 64f5f73a7882 04:51:31 Step 20/22 : LABEL arch=arm64 04:51:31 ---> Running in f01fb5277c9f 04:51:32 Removing intermediate container f01fb5277c9f 04:51:32 ---> 220ffc5da0b1 04:51:32 Step 21/22 : LABEL git_sha=882c2521eec7c46d37603cc4377c904526a4ccc3 04:51:32 ---> Running in 501fce4ef84e 04:51:32 Removing intermediate container 501fce4ef84e 04:51:32 ---> b69768d74855 04:51:32 Step 22/22 : LABEL version=0.0.0 04:51:32 ---> Running in c3167913cdfc 04:51:33 Removing intermediate container c3167913cdfc 04:51:33 ---> a9cf7e5d7086 04:51:33 04:51:33 Successfully built a9cf7e5d7086 04:51:33 Successfully tagged docker-core-data-go-arm64:latest 04:51:34  Building docker-core-data-go ... done  [Pipeline] } 04:51:34 $ docker stop --time=1 9ade20a438bf2867171ac12b65e6d823dc9a56d734c8f6852bf6d3ca1c093420 04:51:36 $ docker rm -f 9ade20a438bf2867171ac12b65e6d823dc9a56d734c8f6852bf6d3ca1c093420 [Pipeline] // withDockerContainer [Pipeline] sh 04:51:37 + + grep docker 04:51:37 docker images 04:51:37 docker-core-data-go-arm64 latest a9cf7e5d7086 4 seconds ago 22.6MB 04:51:37 docker-core-metadata-go-arm64 latest 85c5297545f6 23 seconds ago 13.8MB 04:51:37 docker-support-scheduler-go-arm64 latest 663d2374408c 35 seconds ago 12.6MB 04:51:37 docker-support-logging-go-arm64 latest 78103c17efb3 55 seconds ago 11.4MB 04:51:37 docker-security-proxy-setup-go-arm64 latest b623b8f4672b About a minute ago 15.8MB 04:51:37 docker-sys-mgmt-agent-go-arm64 latest 187d0da0f322 3 minutes ago 266MB 04:51:37 docker-security-secretstore-setup-go-arm64 latest 8ce7939cd1fa 4 minutes ago 32.6MB 04:51:37 docker-support-notifications-go-arm64 latest e9b44ce4b62d 4 minutes ago 13.9MB 04:51:37 docker-core-command-go-arm64 latest 6abc27193705 4 minutes ago 12.4MB 04:51:37 docker-security-secrets-setup-go-arm64 latest dcc58af18aa8 4 minutes ago 24.2MB 04:51:37 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:51:38 provisioning config files... 04:51:38 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/28@tmp/config7894676228734267141tmp [Pipeline] { [Pipeline] sh 04:51:39 + curl -s https://codecov.io/bash 04:51:39 + bash -s - -t @/w/workspace/edgex-go/28@tmp/config7894676228734267141tmp [Pipeline] } 04:51:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:51:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:51:42 ---> package-listing.sh 04:51:42 ++ facter osfamily 04:51:42 ++ tr '[:upper:]' '[:lower:]' 04:51:42 + OS_FAMILY=redhat 04:51:42 + workspace=/w/workspace/edgex-go/28 04:51:42 + START_PACKAGES=/tmp/packages_start.txt 04:51:42 + END_PACKAGES=/tmp/packages_end.txt 04:51:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:51:42 + PACKAGES=/tmp/packages_start.txt 04:51:42 + '[' /w/workspace/edgex-go/28 ']' 04:51:42 + PACKAGES=/tmp/packages_end.txt 04:51:42 + case "${OS_FAMILY}" in 04:51:42 + rpm -qa 04:51:42 + sort 04:51:46 + '[' -f /tmp/packages_start.txt ']' 04:51:46 + '[' -f /tmp/packages_end.txt ']' 04:51:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:51:46 + '[' /w/workspace/edgex-go/28 ']' 04:51:46 + mkdir -p /w/workspace/edgex-go/28/archives/ 04:51:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/28/archives/ [Pipeline] isUnix [Pipeline] sh 04:51:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:46 04:51:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:51:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:47 alpine: Pulling from edgex-lftools-log-publisher 04:51:47 c9b1b535fdd9: Pulling fs layer 04:51:47 2cc5ad85d9ab: Pulling fs layer 04:51:47 756a868c4378: Pulling fs layer 04:51:47 444b2fc9a129: Pulling fs layer 04:51:47 ea15f1150254: Pulling fs layer 04:51:47 41b27a9f41bf: Pulling fs layer 04:51:47 28c525ee5125: Pulling fs layer 04:51:47 094b1ea09ed8: Pulling fs layer 04:51:47 138eaada9080: Pulling fs layer 04:51:47 0622d0fa9048: Pulling fs layer 04:51:47 444b2fc9a129: Waiting 04:51:47 ea15f1150254: Waiting 04:51:47 41b27a9f41bf: Waiting 04:51:47 28c525ee5125: Waiting 04:51:47 094b1ea09ed8: Waiting 04:51:47 138eaada9080: Waiting 04:51:47 0622d0fa9048: Waiting 04:51:47 2cc5ad85d9ab: Verifying Checksum 04:51:47 2cc5ad85d9ab: Download complete 04:51:47 444b2fc9a129: Verifying Checksum 04:51:47 444b2fc9a129: Download complete 04:51:47 c9b1b535fdd9: Verifying Checksum 04:51:47 c9b1b535fdd9: Download complete 04:51:47 ea15f1150254: Download complete 04:51:47 28c525ee5125: Verifying Checksum 04:51:47 28c525ee5125: Download complete 04:51:47 756a868c4378: Verifying Checksum 04:51:47 756a868c4378: Download complete 04:51:47 c9b1b535fdd9: Pull complete 04:51:47 094b1ea09ed8: Verifying Checksum 04:51:47 094b1ea09ed8: Download complete 04:51:47 138eaada9080: Verifying Checksum 04:51:47 138eaada9080: Download complete 04:51:47 0622d0fa9048: Verifying Checksum 04:51:47 0622d0fa9048: Download complete 04:51:48 2cc5ad85d9ab: Pull complete 04:51:48 41b27a9f41bf: Verifying Checksum 04:51:48 41b27a9f41bf: Download complete 04:51:49 756a868c4378: Pull complete 04:51:49 444b2fc9a129: Pull complete 04:51:50 ea15f1150254: Pull complete 04:51:56 41b27a9f41bf: Pull complete 04:51:56 28c525ee5125: Pull complete 04:51:58 094b1ea09ed8: Pull complete 04:52:00 138eaada9080: Pull complete 04:52:00 0622d0fa9048: Pull complete 04:52:00 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:52:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:52:00 prd-centos7-docker-4c-2g-1760 does not seem to be running inside a container 04:52:00 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:52:05 $ docker top 15a9550aa8876e1af7aeb45ec5f53ea697b69920d0bb777d4a9c1885c674df1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:52:05 provisioning config files... 04:52:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/28@tmp/config2943618453411329039tmp [Pipeline] { [Pipeline] echo 04:52:05 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:52:05 ---> create-netrc.sh [Pipeline] echo 04:52:05 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:52:05 ---> logs-deploy.sh 04:52:05 + ARCHIVE_ARTIFACTS= 04:52:05 + LOGS_SERVER=https://logs.edgexfoundry.org 04:52:05 + '[' https://logs.edgexfoundry.org == None ']' 04:52:05 + NEXUS_URL=https://nexus.edgexfoundry.org 04:52:05 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/28 04:52:05 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/28/ 04:52:05 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/28 /w/workspace/edgex-go/28 04:52:06 Archives upload complete. 04:52:07 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/28 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/28/