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 lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b+04784571c64111dd2069565982d29e4bcbbafa66 (cf9b495909d2ee83e66fb8a88f242063e723af9e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test raml_verify BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-964 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b Merge succeeded, producing f9fd280a40995d5363073f0e0b531a7b47912b70 Checking out Revision f9fd280a40995d5363073f0e0b531a7b47912b70 (PR-2610) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f9fd280a40995d5363073f0e0b531a7b47912b70 # timeout=10 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 0a172e5825061bc389e33990346d27a610963de2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:31:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:52 ========================================================= 04:31:52 EdgeX Global Pipelines Version Info 04:31:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:31:55 ------------------- 04:31:55 stable info: 04:31:55 ------------------- 04:31:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:55 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:55 Message: update stable to v1.0.106 04:31:56 ------------------- 04:31:56 experimental info: 04:31:56 ------------------- 04:31:56 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:56 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:56 Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:31:58 ++ 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:58 + for file in '`ls cmd/**/Dockerfile`' 04:31:58 ++ dirname cmd/core-command/Dockerfile 04:31:58 ++ cut -d/ -f2 04:31:58 + echo core-command,cmd/core-command/Dockerfile 04:31:58 + for file in '`ls cmd/**/Dockerfile`' 04:31:58 ++ dirname cmd/core-data/Dockerfile 04:31:58 ++ cut -d/ -f2 04:31:58 + echo core-data,cmd/core-data/Dockerfile 04:31:58 + for file in '`ls cmd/**/Dockerfile`' 04:31:58 ++ dirname cmd/core-metadata/Dockerfile 04:31:58 ++ cut -d/ -f2 04:31:58 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:58 + for file in '`ls cmd/**/Dockerfile`' 04:31:58 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:58 ++ cut -d/ -f2 04:31:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:58 + for file in '`ls cmd/**/Dockerfile`' 04:31:58 ++ dirname cmd/security-secrets-setup/Dockerfile 04:31:58 ++ cut -d/ -f2 04:31:58 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:31:58 + for file in '`ls cmd/**/Dockerfile`' 04:31:58 ++ cut -d/ -f2 04:31:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:58 + for file in '`ls cmd/**/Dockerfile`' 04:31:58 ++ dirname cmd/support-logging/Dockerfile 04:31:58 ++ cut -d/ -f2 04:31:58 + echo support-logging,cmd/support-logging/Dockerfile 04:31:58 + for file in '`ls cmd/**/Dockerfile`' 04:31:58 ++ dirname cmd/support-notifications/Dockerfile 04:31:58 ++ cut -d/ -f2 04:31:58 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:58 + for file in '`ls cmd/**/Dockerfile`' 04:31:58 ++ dirname cmd/support-scheduler/Dockerfile 04:31:58 ++ cut -d/ -f2 04:31:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:59 + for file in '`ls cmd/**/Dockerfile`' 04:31:59 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:59 ++ cut -d/ -f2 04:31:59 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:31:59 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:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:32:02 04:32:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:32:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:32:03 latest: Pulling from edgex-devops/git-semver 04:32:03 31603596830f: Pulling fs layer 04:32:03 2a8b12db71e7: Pulling fs layer 04:32:03 6ca5941a6612: Pulling fs layer 04:32:03 ecc8261a40a4: Pulling fs layer 04:32:03 ecc8261a40a4: Waiting 04:32:03 2a8b12db71e7: Verifying Checksum 04:32:03 2a8b12db71e7: Download complete 04:32:03 31603596830f: Verifying Checksum 04:32:03 31603596830f: Download complete 04:32:04 ecc8261a40a4: Verifying Checksum 04:32:04 ecc8261a40a4: Download complete 04:32:04 31603596830f: Pull complete 04:32:04 6ca5941a6612: Verifying Checksum 04:32:04 6ca5941a6612: Download complete 04:32:04 2a8b12db71e7: Pull complete 04:32:07 6ca5941a6612: Pull complete 04:32:07 ecc8261a40a4: Pull complete 04:32:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:32:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:32:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:32:07 prd-centos7-docker-4c-2g-964 does not seem to be running inside a container 04:32:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:32:11 $ docker top cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:32:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:32:11 [ssh-agent] Looking for ssh-agent implementation... 04:32:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:32:12 $ docker exec cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a ssh-agent 04:32:12 SSH_AUTH_SOCK=/tmp/ssh-Rengxv2AeIBJ/agent.12 04:32:12 SSH_AGENT_PID=18 04:32:12 Running ssh-add (command line suppressed) 04:32:13 Identity added: /w/workspace/edgex-go/20@tmp/private_key_7536748135200705581.key (/w/workspace/edgex-go/20@tmp/private_key_7536748135200705581.key) 04:32:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:32:13 + git describe --exact-match --tags HEAD 04:32:13 fatal: No names found, cannot describe anything. [Pipeline] } 04:32:13 $ docker exec --env ******** --env ******** cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a ssh-agent -k 04:32:14 unset SSH_AUTH_SOCK; 04:32:14 unset SSH_AGENT_PID; 04:32:14 echo Agent pid 18 killed; 04:32:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:32:14 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:32:14 This usually means this commit has not been tagged. [Pipeline] sshagent 04:32:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:32:14 [ssh-agent] Looking for ssh-agent implementation... 04:32:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:32:15 $ docker exec cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a ssh-agent 04:32:16 SSH_AUTH_SOCK=/tmp/ssh-kfD40OTWdnAN/agent.47 04:32:16 SSH_AGENT_PID=52 04:32:16 Running ssh-add (command line suppressed) 04:32:16 Identity added: /w/workspace/edgex-go/20@tmp/private_key_3969147361536041739.key (/w/workspace/edgex-go/20@tmp/private_key_3969147361536041739.key) 04:32:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:32:17 + git semver init 04:32:17 # -> Open(): unable to determine branch for HEAD 04:32:17 # $GIT_DIR = /w/workspace/edgex-go/20/.git 04:32:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/20 04:32:17 # $SEMVER_REMOTE_NAME = origin 04:32:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:32:17 # $SEMVER_USER_NAME = edgex-jenkins 04:32:17 # $SEMVER_BRANCH = PR-2610 04:32:17 # $SEMVER_TEMP = /tmp/semver-106905985 04:32:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:33:16 # '/tmp/semver-106905985' -> '/w/workspace/edgex-go/20/.semver' 04:33:16 # -> Force: false 04:33:16 # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } 04:33:16 $ docker exec --env ******** --env ******** cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a ssh-agent -k 04:33:17 unset SSH_AUTH_SOCK; 04:33:17 unset SSH_AGENT_PID; 04:33:17 echo Agent pid 52 killed; 04:33:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:33:19 + git semver [Pipeline] } 04:33:19 $ docker stop --time=1 cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a 04:33:26 $ docker rm -f cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:34:42 Stashed 25 file(s) [Pipeline] echo 04:34:42 [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:34:42 ========================================================= 04:34:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:34:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:34:43 + 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:34:57 Still waiting to schedule task 04:34:57 ‘prd-centos7-blackbox-4c-2g-972’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-builder-2c-1g-725’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-724’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-967’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-976’ is offline 04:35:03 Sending build context to Docker daemon 323.4MB 04:35:03 Step 1/7 : ARG BASE=golang:1.13-alpine 04:35:03 Step 2/7 : FROM ${BASE} 04:35:03 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:35:03 df20fa9351a1: Pulling fs layer 04:35:03 ed8968b2872e: Pulling fs layer 04:35:03 a92cc7c5fd73: Pulling fs layer 04:35:03 2dd03ba5bac4: Pulling fs layer 04:35:03 1e091d79d1de: Pulling fs layer 04:35:03 481702a1767f: Pulling fs layer 04:35:03 f64a6f60c768: Pulling fs layer 04:35:03 e78d2573fc39: Pulling fs layer 04:35:03 e876d2f968b6: Pulling fs layer 04:35:03 ce8a83651883: Pulling fs layer 04:35:03 07967f4d0e4b: Pulling fs layer 04:35:03 2dd03ba5bac4: Waiting 04:35:03 1e091d79d1de: Waiting 04:35:03 481702a1767f: Waiting 04:35:03 f64a6f60c768: Waiting 04:35:03 e876d2f968b6: Waiting 04:35:03 07967f4d0e4b: Waiting 04:35:03 ce8a83651883: Waiting 04:35:03 a92cc7c5fd73: Verifying Checksum 04:35:03 a92cc7c5fd73: Download complete 04:35:03 ed8968b2872e: Verifying Checksum 04:35:03 ed8968b2872e: Download complete 04:35:03 1e091d79d1de: Verifying Checksum 04:35:03 1e091d79d1de: Download complete 04:35:04 df20fa9351a1: Verifying Checksum 04:35:04 df20fa9351a1: Download complete 04:35:04 481702a1767f: Verifying Checksum 04:35:04 481702a1767f: Download complete 04:35:06 df20fa9351a1: Pull complete 04:35:10 ed8968b2872e: Pull complete 04:35:10 a92cc7c5fd73: Pull complete 04:35:21 f64a6f60c768: Verifying Checksum 04:35:21 f64a6f60c768: Download complete 04:35:21 e876d2f968b6: Verifying Checksum 04:35:21 e876d2f968b6: Download complete 04:35:25 e78d2573fc39: Verifying Checksum 04:35:25 e78d2573fc39: Download complete 04:35:28 07967f4d0e4b: Verifying Checksum 04:35:28 07967f4d0e4b: Download complete 04:35:28 2dd03ba5bac4: Verifying Checksum 04:35:28 2dd03ba5bac4: Download complete 04:35:29 ce8a83651883: Verifying Checksum 04:35:29 ce8a83651883: Download complete 04:36:05 2dd03ba5bac4: Pull complete 04:36:05 1e091d79d1de: Pull complete 04:36:05 481702a1767f: Pull complete 04:36:15 f64a6f60c768: Pull complete 04:36:26 e78d2573fc39: Pull complete 04:36:26 e876d2f968b6: Pull complete 04:36:30 ce8a83651883: Pull complete 04:36:30 07967f4d0e4b: Pull complete 04:36:30 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:36:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:36:30 ---> 5d7c900382c6 04:36:30 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:32 ---> Running in 3589ab03174e 04:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-979 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 04:36:38 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 04:36:39 (1/12) Installing libmagic (5.38-r0) 04:36:39 (2/12) Installing file (5.38-r0) 04:36:40 (3/12) Installing libc-dev (0.7.2-r3) 04:36:40 (4/12) Installing g++ (9.3.0-r2) 04:36:43 using credential edgex-jenkins-ssh 04:36:43 Cloning the remote Git repository 04:36:43 Cloning with configured refspecs honoured and without tags 04:36:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:36:43 > git init /w/workspace/edgex-go/20 # timeout=10 04:36:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:43 > git --version # timeout=10 04:36:43 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:37:07 (5/12) Installing fortify-headers (1.1-r0) 04:37:07 (6/12) Installing patch (2.7.6-r6) 04:37:07 (7/12) Installing build-base (0.5-r2) 04:37:07 (8/12) Installing libsodium (1.0.18-r0) 04:37:07 (9/12) Installing pkgconf (1.7.2-r0) 04:37:07 (10/12) Installing libsodium-dev (1.0.18-r0) 04:37:07 (11/12) Installing libzmq (4.3.2-r0) 04:37:07 (12/12) Installing zeromq-dev (4.3.2-r0) 04:37:07 Executing busybox-1.31.1-r16.trigger 04:37:07 OK: 233 MiB in 51 packages 04:37:08 Fetching without tags 04:37:08 Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b 04:37:09 Removing intermediate container 3589ab03174e 04:37:09 ---> ee1ad196e6bc 04:37:09 Step 4/7 : WORKDIR /edgex-go 04:37:09 ---> Running in 5fb167123638 04:37:09 Merge succeeded, producing 4bb3f1689f07246c4d1daf90501ddd635a70f6bf 04:37:09 Checking out Revision 4bb3f1689f07246c4d1daf90501ddd635a70f6bf (PR-2610) 04:37:09 Removing intermediate container 5fb167123638 04:37:09 ---> 430be6252df4 04:37:09 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:37:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:37:08 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 04:37:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:37:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:37:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:37:08 using GIT_SSH to set credentials SSH Credentials for GitHub 04:37:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:37:08 > git config core.sparsecheckout # timeout=10 04:37:08 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 04:37:09 > git remote # timeout=10 04:37:09 > git config --get remote.origin.url # timeout=10 04:37:09 using GIT_SSH to set credentials SSH Credentials for GitHub 04:37:09 > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 04:37:09 > git rev-parse HEAD^{commit} # timeout=10 04:37:09 > git config core.sparsecheckout # timeout=10 04:37:09 > git checkout -f 4bb3f1689f07246c4d1daf90501ddd635a70f6bf # timeout=10 04:37:10 latest: Pulling from library/docker 04:37:10 df20fa9351a1: Already exists 04:37:10 25ad7478873d: Pulling fs layer 04:37:10 4684f6177b5d: Pulling fs layer 04:37:10 46e300cec669: Pulling fs layer 04:37:10 63038576ad94: Pulling fs layer 04:37:10 0fdb76c4706c: Pulling fs layer 04:37:10 cb7edeffdfd5: Pulling fs layer 04:37:10 63038576ad94: Waiting 04:37:10 0fdb76c4706c: Waiting 04:37:10 cb7edeffdfd5: Waiting 04:37:10 4684f6177b5d: Verifying Checksum 04:37:10 4684f6177b5d: Download complete 04:37:10 25ad7478873d: Verifying Checksum 04:37:10 25ad7478873d: Download complete 04:37:10 63038576ad94: Verifying Checksum 04:37:10 63038576ad94: Download complete 04:37:10 0fdb76c4706c: Verifying Checksum 04:37:10 0fdb76c4706c: Download complete 04:37:11 cb7edeffdfd5: Verifying Checksum 04:37:11 cb7edeffdfd5: Download complete 04:37:12 25ad7478873d: Pull complete 04:37:12 4684f6177b5d: Pull complete 04:37:13 46e300cec669: Verifying Checksum 04:37:13 46e300cec669: Download complete 04:37:13 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" 04:37:13 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:37:13 > git rev-list --no-walk 0a172e5825061bc389e33990346d27a610963de2 # timeout=10 04:37:17 46e300cec669: Pull complete 04:37:17 63038576ad94: Pull complete 04:37:17 0fdb76c4706c: Pull complete 04:37:17 cb7edeffdfd5: Pull complete 04:37:17 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:37:17 Status: Downloaded newer image for docker:latest 04:37:22 ---> 8142591850ad 04:37:22 Step 6/7 : COPY go.mod . 04:37:22 ---> b6054ed27960 04:37:22 Step 7/7 : RUN go mod download 04:37:22 ---> Running in 75f541316043 [Pipeline] echo 04:37:26 ========================================================= 04:37:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:37:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:37:27 + 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:37:27 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:37:27 go: finding github.com/BurntSushi/toml v0.3.1 04:37:27 go: finding github.com/OneOfOne/xxhash v1.2.5 04:37:27 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:37:27 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:37:27 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:37:27 go: finding github.com/bgentry/speakeasy v0.1.0 04:37:27 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:37:27 go: finding github.com/cloudflare/gokey v0.1.0 04:37:27 go: finding github.com/davecgh/go-spew v1.1.1 04:37:28 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:37:28 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:37:28 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:37:28 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:37:28 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:37:28 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:37:28 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:37:28 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:37:28 go: finding github.com/fatih/color v1.7.0 04:37:28 go: finding github.com/fsnotify/fsnotify v1.4.7 04:37:28 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:37:28 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:37:28 go: finding github.com/go-kit/kit v0.8.0 04:37:28 go: finding github.com/go-logfmt/logfmt v0.4.0 04:37:28 go: finding github.com/go-playground/assert/v2 v2.0.1 04:37:28 go: finding github.com/go-playground/locales v0.13.0 04:37:28 go: finding github.com/go-playground/universal-translator v0.17.0 04:37:28 go: finding github.com/go-playground/validator/v10 v10.3.0 04:37:28 go: finding github.com/go-redis/redis/v7 v7.2.0 04:37:28 go: finding github.com/go-stack/stack v1.8.0 04:37:28 go: finding github.com/golang/protobuf v1.3.2 04:37:28 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:37:28 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:37:28 go: finding github.com/google/uuid v1.1.0 04:37:28 go: finding github.com/gorilla/mux v1.7.1 04:37:28 go: finding github.com/hashicorp/consul/api v1.1.0 04:37:28 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:37:28 go: finding github.com/hashicorp/errwrap v1.0.0 04:37:28 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:37:28 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:37:28 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:37:28 go: finding github.com/hashicorp/go-multierror v1.0.0 04:37:28 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:37:28 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:37:28 go: finding github.com/hashicorp/go-syslog v1.0.0 04:37:28 go: finding github.com/hashicorp/go-uuid v1.0.1 04:37:28 go: finding github.com/hashicorp/go.net v0.0.1 04:37:28 go: finding github.com/hashicorp/golang-lru v0.5.0 04:37:28 go: finding github.com/hashicorp/logutils v1.0.0 04:37:28 go: finding github.com/hashicorp/mdns v1.0.0 04:37:29 go: finding github.com/hashicorp/memberlist v0.1.3 04:37:29 go: finding github.com/hashicorp/serf v0.8.2 04:37:29 go: finding github.com/hpcloud/tail v1.0.0 04:37:29 go: finding github.com/imdario/mergo v0.3.6 04:37:29 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:37:29 go: finding github.com/kr/pretty v0.1.0 04:37:29 go: finding github.com/kr/pty v1.1.1 04:37:29 go: finding github.com/kr/text v0.1.0 04:37:29 go: finding github.com/leodido/go-urn v1.2.0 04:37:29 go: finding github.com/mattn/go-colorable v0.0.9 04:37:29 go: finding github.com/mattn/go-isatty v0.0.3 04:37:29 go: finding github.com/miekg/dns v1.0.14 04:37:29 go: finding github.com/mitchellh/cli v1.0.0 04:37:29 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:37:29 go: finding github.com/mitchellh/copystructure v1.0.0 04:37:29 go: finding github.com/mitchellh/go-homedir v1.0.0 04:37:29 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:37:29 go: finding github.com/mitchellh/gox v0.4.0 04:37:29 go: finding github.com/mitchellh/iochan v1.0.0 04:37:29 go: finding github.com/mitchellh/mapstructure v1.1.2 04:37:29 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:37:29 go: finding github.com/onsi/ginkgo v1.10.1 04:37:29 go: finding github.com/onsi/gomega v1.7.0 04:37:29 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:37:29 go: finding github.com/pebbe/zmq4 v1.0.0 04:37:29 go: finding github.com/pelletier/go-toml v1.2.0 04:37:29 go: finding github.com/pkg/errors v0.8.1 04:37:29 go: finding github.com/pmezard/go-difflib v1.0.0 04:37:29 go: finding github.com/posener/complete v1.1.1 04:37:29 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:37:29 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:37:29 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:37:29 go: finding github.com/stretchr/objx v0.1.0 04:37:29 go: finding github.com/stretchr/testify v1.5.1 04:37:29 go: finding github.com/ugorji/go v1.1.4 04:37:29 go: finding github.com/x448/float16 v0.8.4 04:37:29 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:37:29 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:37:29 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:37:30 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:37:30 go: finding golang.org/x/text v0.3.2 04:37:30 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:37:30 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:37:30 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:37:30 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:37:30 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:37:30 go: finding gopkg.in/yaml.v2 v2.2.8 04:37:31 Sending build context to Docker daemon 323.4MB 04:37:31 Step 1/7 : ARG BASE=golang:1.13-alpine 04:37:31 Step 2/7 : FROM ${BASE} 04:37:31 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:37:31 b538f80385f9: Pulling fs layer 04:37:31 74f711af9a0d: Pulling fs layer 04:37:31 99f96fe45779: Pulling fs layer 04:37:31 fd7a069fd194: Pulling fs layer 04:37:31 66aa3694b03b: Pulling fs layer 04:37:31 170f70906a0f: Pulling fs layer 04:37:31 ad7c5574e4b9: Pulling fs layer 04:37:31 e772456be8f7: Pulling fs layer 04:37:31 c890913d741a: Pulling fs layer 04:37:31 2480fcc9aa5a: Pulling fs layer 04:37:31 09adf4765672: Pulling fs layer 04:37:31 fd7a069fd194: Waiting 04:37:31 ad7c5574e4b9: Waiting 04:37:31 e772456be8f7: Waiting 04:37:31 66aa3694b03b: Waiting 04:37:31 c890913d741a: Waiting 04:37:31 170f70906a0f: Waiting 04:37:31 09adf4765672: Waiting 04:37:32 99f96fe45779: Verifying Checksum 04:37:32 99f96fe45779: Download complete 04:37:32 74f711af9a0d: Download complete 04:37:32 66aa3694b03b: Verifying Checksum 04:37:32 66aa3694b03b: Download complete 04:37:32 170f70906a0f: Download complete 04:37:32 b538f80385f9: Verifying Checksum 04:37:32 b538f80385f9: Download complete 04:37:32 b538f80385f9: Pull complete 04:37:33 74f711af9a0d: Pull complete 04:37:34 99f96fe45779: Pull complete 04:37:35 ad7c5574e4b9: Download complete 04:37:35 c890913d741a: Verifying Checksum 04:37:35 c890913d741a: Download complete 04:37:37 e772456be8f7: Verifying Checksum 04:37:37 e772456be8f7: Download complete 04:37:37 09adf4765672: Verifying Checksum 04:37:37 09adf4765672: Download complete 04:37:37 2480fcc9aa5a: Verifying Checksum 04:37:37 2480fcc9aa5a: Download complete 04:37:38 fd7a069fd194: Verifying Checksum 04:37:38 fd7a069fd194: Download complete 04:37:50 fd7a069fd194: Pull complete 04:37:50 66aa3694b03b: Pull complete 04:37:50 170f70906a0f: Pull complete 04:37:54 ad7c5574e4b9: Pull complete 04:37:57 Removing intermediate container 75f541316043 04:37:57 ---> ea09b8cc8d27 04:37:57 Successfully built ea09b8cc8d27 04:37:57 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:37:58 + docker inspect -f . ci-base-image-x86_64 04:37:58 e772456be8f7: Pull complete 04:37:58 c890913d741a: Pull complete 04:37:58 . [Pipeline] withDockerContainer 04:38:00 prd-centos7-docker-4c-2g-964 does not seem to be running inside a container 04:38:01 2480fcc9aa5a: Pull complete 04:38:01 09adf4765672: Pull complete 04:38:01 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:38:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:38:01 ---> 2248a725d1cf 04:38:01 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:38:01 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:38:03 $ docker top 49a081ed60fa6bfefbb4b3e4bc4d8c4ede900a8ae15147edb1801239b9c6b62f -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:04 + go version 04:38:04 go version go1.13.13 linux/amd64 [Pipeline] echo 04:38:04 ========================================================= 04:38:04 [edgeXBuildGoParallel] Running Tests and Build... 04:38:04 ========================================================= [Pipeline] sh 04:38:05 + make test raml_verify 04:38:05 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:38:08 ---> Running in 7db6471b46c5 04:38:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:38:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:38:12 (1/12) Installing libmagic (5.38-r0) 04:38:12 (2/12) Installing file (5.38-r0) 04:38:12 (3/12) Installing libc-dev (0.7.2-r3) 04:38:12 (4/12) Installing g++ (9.3.0-r2) 04:38:14 ? github.com/edgexfoundry/edgex-go [no test files] 04:38:16 (5/12) Installing fortify-headers (1.1-r0) 04:38:16 (6/12) Installing patch (2.7.6-r6) 04:38:16 (7/12) Installing build-base (0.5-r2) 04:38:16 (8/12) Installing libsodium (1.0.18-r0) 04:38:16 (9/12) Installing pkgconf (1.7.2-r0) 04:38:17 (10/12) Installing libsodium-dev (1.0.18-r0) 04:38:17 (11/12) Installing libzmq (4.3.2-r0) 04:38:17 (12/12) Installing zeromq-dev (4.3.2-r0) 04:38:17 Executing busybox-1.31.1-r16.trigger 04:38:17 OK: 217 MiB in 51 packages 04:38:21 Removing intermediate container 7db6471b46c5 04:38:21 ---> 7cd33501c268 04:38:21 Step 4/7 : WORKDIR /edgex-go 04:38:22 ---> Running in f52939aa4bb9 04:38:22 Removing intermediate container f52939aa4bb9 04:38:22 ---> c80501b70ed3 04:38:22 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:38:22 latest: Pulling from library/docker 04:38:22 b538f80385f9: Already exists 04:38:22 259a493cd78d: Pulling fs layer 04:38:22 b8e66b5100f5: Pulling fs layer 04:38:22 39dc9c94d07c: Pulling fs layer 04:38:22 551b823b3b82: Pulling fs layer 04:38:22 3c52a74df98c: Pulling fs layer 04:38:22 6c9b121b6998: Pulling fs layer 04:38:22 3c52a74df98c: Waiting 04:38:22 551b823b3b82: Waiting 04:38:22 b8e66b5100f5: Verifying Checksum 04:38:22 b8e66b5100f5: Download complete 04:38:23 259a493cd78d: Download complete 04:38:23 551b823b3b82: Verifying Checksum 04:38:23 551b823b3b82: Download complete 04:38:23 3c52a74df98c: Verifying Checksum 04:38:23 3c52a74df98c: Download complete 04:38:23 6c9b121b6998: Verifying Checksum 04:38:23 6c9b121b6998: Download complete 04:38:23 259a493cd78d: Pull complete 04:38:24 b8e66b5100f5: Pull complete 04:38:24 39dc9c94d07c: Verifying Checksum 04:38:24 39dc9c94d07c: Download complete 04:38:27 39dc9c94d07c: Pull complete 04:38:27 551b823b3b82: Pull complete 04:38:27 3c52a74df98c: Pull complete 04:38:28 6c9b121b6998: Pull complete 04:38:28 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:38:28 Status: Downloaded newer image for docker:latest 04:38:31 ---> c88ac89e46ce 04:38:31 Step 6/7 : COPY go.mod . 04:38:32 ---> e47b57c0393a 04:38:32 Step 7/7 : RUN go mod download 04:38:32 ---> Running in 8035ad152f9a 04:38:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:38:36 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:38:36 go: finding github.com/BurntSushi/toml v0.3.1 04:38:36 go: finding github.com/OneOfOne/xxhash v1.2.5 04:38:36 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:38:36 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:38:36 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:38:36 go: finding github.com/bgentry/speakeasy v0.1.0 04:38:36 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:38:36 go: finding github.com/cloudflare/gokey v0.1.0 04:38:36 go: finding github.com/davecgh/go-spew v1.1.1 04:38:36 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:38:36 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:38:36 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:38:36 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:38:36 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:38:36 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:38:36 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:38:36 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:38:36 go: finding github.com/fatih/color v1.7.0 04:38:36 go: finding github.com/fsnotify/fsnotify v1.4.7 04:38:36 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:38:36 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:38:36 go: finding github.com/go-kit/kit v0.8.0 04:38:36 go: finding github.com/go-logfmt/logfmt v0.4.0 04:38:36 go: finding github.com/go-playground/assert/v2 v2.0.1 04:38:36 go: finding github.com/go-playground/locales v0.13.0 04:38:36 go: finding github.com/go-playground/universal-translator v0.17.0 04:38:36 go: finding github.com/go-playground/validator/v10 v10.3.0 04:38:36 go: finding github.com/go-redis/redis/v7 v7.2.0 04:38:36 go: finding github.com/go-stack/stack v1.8.0 04:38:36 go: finding github.com/golang/protobuf v1.3.2 04:38:36 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:38:36 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:38:36 go: finding github.com/google/uuid v1.1.0 04:38:36 go: finding github.com/gorilla/mux v1.7.1 04:38:36 go: finding github.com/hashicorp/consul/api v1.1.0 04:38:36 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:38:36 go: finding github.com/hashicorp/errwrap v1.0.0 04:38:36 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:38:36 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:38:36 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:38:36 go: finding github.com/hashicorp/go-multierror v1.0.0 04:38:36 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:38:36 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:38:36 go: finding github.com/hashicorp/go-syslog v1.0.0 04:38:36 go: finding github.com/hashicorp/go-uuid v1.0.1 04:38:36 go: finding github.com/hashicorp/go.net v0.0.1 04:38:36 go: finding github.com/hashicorp/golang-lru v0.5.0 04:38:36 go: finding github.com/hashicorp/logutils v1.0.0 04:38:37 go: finding github.com/hashicorp/mdns v1.0.0 04:38:37 go: finding github.com/hashicorp/memberlist v0.1.3 04:38:37 go: finding github.com/hashicorp/serf v0.8.2 04:38:37 go: finding github.com/hpcloud/tail v1.0.0 04:38:37 go: finding github.com/imdario/mergo v0.3.6 04:38:37 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:38:37 go: finding github.com/kr/pretty v0.1.0 04:38:37 go: finding github.com/kr/pty v1.1.1 04:38:37 go: finding github.com/kr/text v0.1.0 04:38:37 go: finding github.com/leodido/go-urn v1.2.0 04:38:37 go: finding github.com/mattn/go-colorable v0.0.9 04:38:37 go: finding github.com/mattn/go-isatty v0.0.3 04:38:37 go: finding github.com/miekg/dns v1.0.14 04:38:37 go: finding github.com/mitchellh/cli v1.0.0 04:38:37 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:38:37 go: finding github.com/mitchellh/copystructure v1.0.0 04:38:37 go: finding github.com/mitchellh/go-homedir v1.0.0 04:38:37 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:38:37 go: finding github.com/mitchellh/gox v0.4.0 04:38:37 go: finding github.com/mitchellh/iochan v1.0.0 04:38:37 go: finding github.com/mitchellh/mapstructure v1.1.2 04:38:37 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:38:37 go: finding github.com/onsi/ginkgo v1.10.1 04:38:37 go: finding github.com/onsi/gomega v1.7.0 04:38:37 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:38:37 go: finding github.com/pebbe/zmq4 v1.0.0 04:38:37 go: finding github.com/pelletier/go-toml v1.2.0 04:38:37 go: finding github.com/pkg/errors v0.8.1 04:38:37 go: finding github.com/pmezard/go-difflib v1.0.0 04:38:37 go: finding github.com/posener/complete v1.1.1 04:38:37 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:38:37 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:38:37 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:38:37 go: finding github.com/stretchr/objx v0.1.0 04:38:37 go: finding github.com/stretchr/testify v1.5.1 04:38:37 go: finding github.com/ugorji/go v1.1.4 04:38:37 go: finding github.com/x448/float16 v0.8.4 04:38:37 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:38:37 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:38:37 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:38:37 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:38:37 go: finding golang.org/x/text v0.3.2 04:38:37 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:38:37 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:38:37 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:38:37 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:38:38 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:38:38 go: finding gopkg.in/yaml.v2 v2.2.8 04:38:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:38:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:38:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:38:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:38:44 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.012s 04:38:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:38:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:38:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:38:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 46.6% of statements 04:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:38:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.067s coverage: 27.3% of statements 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:38:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:38:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:38:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.331s coverage: 77.5% of statements 04:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:38:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.105s coverage: 29.3% of statements 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:38:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.026s coverage: 100.0% of statements 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:38:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.041s coverage: 89.8% of statements 04:39:00 ? 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.084s 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 Removing intermediate container 8035ad152f9a 04:39:00 ---> 3c25654da648 04:39:00 Successfully built 3c25654da648 04:39:00 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:39:01 + docker inspect -f . ci-base-image-arm64 04:39:01 . [Pipeline] withDockerContainer 04:39:01 prd-ubuntu18.04-docker-arm64-4c-16g-979 does not seem to be running inside a container 04:39:01 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** ci-base-image-arm64 cat 04:39:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.194s coverage: 100.0% of statements 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:39:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:39:02 $ docker top b57fa0559df20b0fb07f1c8b90ce1e3474fc5485802b3636d8419ca5446e5844 -eo pid,comm 04:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.089s coverage: 63.5% of statements 04:39:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:39:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements 04:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.184s coverage: 55.9% of statements 04:39:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:39:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:39:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:39:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [Pipeline] { [Pipeline] sh 04:39:04 + go version 04:39:04 go version go1.13.13 linux/arm64 [Pipeline] echo 04:39:04 ========================================================= 04:39:04 [edgeXBuildGoParallel] Running Tests and Build... 04:39:04 ========================================================= [Pipeline] sh 04:39:04 + make test raml_verify 04:39:04 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:39:07 ? github.com/edgexfoundry/edgex-go [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.729s coverage: 86.3% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.509s coverage: 72.2% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.359s coverage: 72.1% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.052s coverage: 82.4% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.134s coverage: 48.4% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.009s coverage: 96.8% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 26.9% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.415s coverage: 84.1% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.009s coverage: 43.1% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.009s coverage: 100.0% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 46.1% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.048s coverage: 100.0% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.020s coverage: 100.0% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.015s coverage: 100.0% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.133s coverage: 29.1% of statements 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.027s coverage: 99.0% of statements 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:39:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:39:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.006s coverage: 100.0% of statements 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 04:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.009s coverage: 32.1% of statements 04:39:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 04:39:25 GO111MODULE=on go vet ./... 04:39:38 gofmt -l . 04:39:38 [ "`gofmt -l .`" = "" ] 04:39:38 ./bin/test-go-mod-tidy.sh 04:39:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:39:40 ./bin/test-attribution-txt.sh 04:39:44 docker run --rm --privileged \ 04:39:44 -v /w/workspace/edgex-go/20:/raml-verification -w /raml-verification \ 04:39:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 04:39:44 /scripts/raml-verify.sh 04:39:45 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 04:39:45 x86_64: Pulling from edgex-devops/edgex-docs-builder 04:39:45 cbdbe7a5bc2a: Pulling fs layer 04:39:45 bd07af9ed1a4: Pulling fs layer 04:39:45 3556ccf180b2: Pulling fs layer 04:39:45 089d4748da74: Pulling fs layer 04:39:45 c6eb57c77bc5: Pulling fs layer 04:39:45 0364d5097239: Pulling fs layer 04:39:45 089d4748da74: Waiting 04:39:45 c6eb57c77bc5: Waiting 04:39:45 0364d5097239: Waiting 04:39:45 3556ccf180b2: Verifying Checksum 04:39:45 3556ccf180b2: Download complete 04:39:45 cbdbe7a5bc2a: Verifying Checksum 04:39:45 cbdbe7a5bc2a: Download complete 04:39:45 089d4748da74: Verifying Checksum 04:39:45 089d4748da74: Download complete 04:39:46 0364d5097239: Verifying Checksum 04:39:46 0364d5097239: Download complete 04:39:46 cbdbe7a5bc2a: Pull complete 04:39:47 c6eb57c77bc5: Verifying Checksum 04:39:47 c6eb57c77bc5: Download complete 04:39:47 bd07af9ed1a4: Verifying Checksum 04:39:47 bd07af9ed1a4: Download complete 04:39:51 bd07af9ed1a4: Pull complete 04:39:51 3556ccf180b2: Pull complete 04:39:51 089d4748da74: Pull complete 04:39:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:39:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:39:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:39:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:39:57 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s 04:39:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:39:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:39:57 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:39:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:39:57 c6eb57c77bc5: Pull complete 04:39:57 0364d5097239: Pull complete 04:39:58 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 04:39:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 04:39:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:39:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:39:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:39:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:40:03 Verifying ./api/raml/core-command.raml... 04:40:05 OK 04:40:05 Verifying ./api/raml/core-data.raml... 04:40:08 OK 04:40:08 Verifying ./api/raml/core-metadata.raml... 04:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.070s coverage: 46.6% of statements 04:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:40:11 OK 04:40:11 Verifying ./api/raml/support-logging.raml... 04:40:13 OK 04:40:13 Verifying ./api/raml/support-notifications.raml... 04:40:14 OK 04:40:14 Verifying ./api/raml/support-scheduler.raml... 04:40:15 OK 04:40:15 Verifying ./api/raml/system-agent.raml... 04:40:16 OK 04:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.3% of statements 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.025s coverage: 100.0% of statements 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.057s coverage: 75.0% of statements 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] sh 04:40:17 + ls -al . 04:40:17 total 556 04:40:17 drwxrwxr-x 10 1001 1001 4096 Jul 25 04:39 . 04:40:17 drwxr-xr-x 4 root root 30 Jul 25 04:38 .. 04:40:17 -rw-rw-r-- 1 1001 1001 11 Jul 25 04:31 .dockerignore 04:40:17 drwxrwxr-x 8 1001 1001 179 Jul 25 04:31 .git 04:40:17 drwxrwxr-x 3 1001 1001 60 Jul 25 04:31 .github 04:40:17 -rw-rw-r-- 1 1001 1001 924 Jul 25 04:31 .gitignore 04:40:17 drwx------ 3 1001 1001 47 Jul 25 04:33 .semver 04:40:17 -rw-rw-r-- 1 1001 1001 178 Jul 25 04:31 .sonarcloud.properties 04:40:17 -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:31 CONTRIBUTING.md 04:40:17 -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:31 Dockerfile.build 04:40:17 -rw-rw-r-- 1 1001 1001 824 Jul 25 04:31 Jenkinsfile 04:40:17 -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:31 LICENSE 04:40:17 -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:31 Makefile 04:40:17 -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:31 README.md 04:40:17 -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:31 SECURITY.md 04:40:17 -rw-rw-r-- 1 1001 1001 5 Jul 25 04:33 VERSION 04:40:17 -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:31 ZMQWindows.md 04:40:17 drwxrwxr-x 4 1001 1001 33 Jul 25 04:31 api 04:40:17 drwxrwxr-x 2 1001 1001 117 Jul 25 04:31 bin 04:40:17 drwxrwxr-x 15 1001 1001 4096 Jul 25 04:31 cmd 04:40:17 -rw-r--r-- 1 root root 457776 Jul 25 04:39 coverage.out 04:40:17 -rw-r--r-- 1 root root 1019 Jul 25 04:39 go.mod 04:40:17 -rw-r--r-- 1 root root 19185 Jul 25 04:39 go.sum 04:40:17 drwxrwxr-x 8 1001 1001 127 Jul 25 04:31 internal 04:40:17 drwxrwxr-x 4 1001 1001 71 Jul 25 04:31 snap 04:40:17 -rw-rw-r-- 1 1001 1001 168 Jul 25 04:31 version.go [Pipeline] sh 04:40:18 + '[' -e coverage.out ] 04:40:18 + chown 1001:1001 coverage.out [Pipeline] stash 04:40:18 Stashed 1 file(s) [Pipeline] sh 04:40:19 + make build 04:40:19 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:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.342s coverage: 29.3% of statements 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:40:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 04:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:40:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 89.8% of statements 04:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements 04:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:40:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.047s coverage: 100.0% of statements 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:40:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 63.5% of statements 04:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements 04:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 55.9% of statements 04:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:40:32 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:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.212s coverage: 86.3% of statements 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.190s coverage: 72.2% of statements 04:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.366s coverage: 72.1% of statements 04:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.030s coverage: 82.4% of statements 04:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 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:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 26.9% of statements 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.328s coverage: 84.1% of statements 04:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 04:40:41 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:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.042s coverage: 43.1% of statements 04:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:40:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.056s coverage: 100.0% of statements 04:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:40:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.067s coverage: 83.8% of statements 04:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:40:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:40:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 46.1% of statements 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:40:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:40:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.033s coverage: 100.0% of statements 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:40:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.033s coverage: 100.0% of statements 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:40:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:40:49 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:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.210s coverage: 29.1% of statements 04:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 04:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 04:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:40:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.018s coverage: 0.0% of statements 04:40:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:40:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 04:40:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:40:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:40:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:40:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:40:55 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:40:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements 04:40:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:40:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:40:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 04:40:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements 04:40:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 04:40:57 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:40:58 GO111MODULE=on go vet ./... 04:41:00 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:05 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:06 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:09 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:12 $ docker stop --time=1 49a081ed60fa6bfefbb4b3e4bc4d8c4ede900a8ae15147edb1801239b9c6b62f 04:41:14 $ docker rm -f 49a081ed60fa6bfefbb4b3e4bc4d8c4ede900a8ae15147edb1801239b9c6b62f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:16 gofmt -l . 04:41:16 04:41:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:41:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:17 latest: Pulling from edgex-devops/edgex-compose 04:41:17 cbdbe7a5bc2a: Already exists 04:41:17 ca9280d653b3: Pulling fs layer 04:41:17 7e9c9ca2126c: Pulling fs layer 04:41:17 [ "`gofmt -l .`" = "" ] 04:41:18 ca9280d653b3: Verifying Checksum 04:41:18 ca9280d653b3: Download complete 04:41:20 ./bin/test-go-mod-tidy.sh 04:41:20 ./bin/test-attribution-txt.sh 04:41:21 7e9c9ca2126c: Verifying Checksum 04:41:21 7e9c9ca2126c: Download complete 04:41:21 ca9280d653b3: Pull complete 04:41:24 docker run --rm --privileged \ 04:41:24 -v /w/workspace/edgex-go/20:/raml-verification -w /raml-verification \ 04:41:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ 04:41:24 /scripts/raml-verify.sh 04:41:24 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally 04:41:24 aarch64: Pulling from edgex-devops/edgex-docs-builder 04:41:24 29e5d40040c1: Pulling fs layer 04:41:24 8c46fbeab2c7: Pulling fs layer 04:41:24 8ba552a4e5fe: Pulling fs layer 04:41:24 1fb62381901b: Pulling fs layer 04:41:24 147fb30a95d9: Pulling fs layer 04:41:24 3ccc99ad11dc: Pulling fs layer 04:41:24 147fb30a95d9: Waiting 04:41:24 3ccc99ad11dc: Waiting 04:41:24 1fb62381901b: Waiting 04:41:24 8ba552a4e5fe: Verifying Checksum 04:41:24 8ba552a4e5fe: Download complete 04:41:24 1fb62381901b: Download complete 04:41:24 29e5d40040c1: Verifying Checksum 04:41:24 29e5d40040c1: Download complete 04:41:24 147fb30a95d9: Verifying Checksum 04:41:24 147fb30a95d9: Download complete 04:41:24 3ccc99ad11dc: Verifying Checksum 04:41:24 3ccc99ad11dc: Download complete 04:41:24 8c46fbeab2c7: Verifying Checksum 04:41:24 8c46fbeab2c7: Download complete 04:41:25 29e5d40040c1: Pull complete 04:41:30 8c46fbeab2c7: Pull complete 04:41:30 8ba552a4e5fe: Pull complete 04:41:30 1fb62381901b: Pull complete 04:41:31 7e9c9ca2126c: Pull complete 04:41:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:41:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:41:32 prd-centos7-docker-4c-2g-964 does not seem to be running inside a container 04:41:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:41:34 147fb30a95d9: Pull complete 04:41:35 3ccc99ad11dc: Pull complete 04:41:35 $ docker top d06a078964edc77c00e326e9fb72b84053be8d348e8c7edaf4816e7fe9506655 -eo pid,comm 04:41:35 Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 04:41:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [Pipeline] { [Pipeline] sh 04:41:36 + docker-compose build --help 04:41:36 + grep parallel 04:41:37 --parallel Build images in parallel. [Pipeline] } 04:41:37 $ docker stop --time=1 d06a078964edc77c00e326e9fb72b84053be8d348e8c7edaf4816e7fe9506655 04:41:37 Verifying ./api/raml/core-command.raml... 04:41:38 $ docker rm -f d06a078964edc77c00e326e9fb72b84053be8d348e8c7edaf4816e7fe9506655 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:39 . [Pipeline] withDockerContainer 04:41:39 prd-centos7-docker-4c-2g-964 does not seem to be running inside a container 04:41:39 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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:41:41 OK 04:41:41 Verifying ./api/raml/core-metadata.raml... 04:41:42 $ docker top cd83f3adddea45e8375545792f03a4bfb8d64f4afe66407c08d3b61389145d3a -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:43 + docker-compose -f ./docker-compose-build.yml build --parallel 04:41:45 Building docker-core-command-go ... 04:41:45 Building docker-core-data-go ... 04:41:45 Building docker-core-metadata-go ... 04:41:45 Building docker-security-proxy-setup-go ... 04:41:45 Building docker-security-secrets-setup-go ... 04:41:45 Building docker-security-secretstore-setup-go ... 04:41:45 Building docker-support-logging-go ... 04:41:45 Building docker-support-notifications-go ... 04:41:45 Building docker-support-scheduler-go ... 04:41:45 Building docker-sys-mgmt-agent-go ... 04:41:45 Building docker-support-logging-go 04:41:45 Building docker-support-scheduler-go 04:41:45 Building docker-core-data-go 04:41:45 Building docker-sys-mgmt-agent-go 04:41:45 Building docker-support-notifications-go 04:41:47 OK 04:41:47 Verifying ./api/raml/support-logging.raml... 04:41:51 OK 04:41:51 Verifying ./api/raml/support-scheduler.raml... 04:41:54 OK 04:41:54 Verifying ./api/raml/core-data.raml... 04:42:00 OK 04:42:00 Verifying ./api/raml/support-notifications.raml... 04:42:04 OK 04:42:04 Verifying ./api/raml/system-agent.raml... 04:42:06 OK [Pipeline] sh 04:42:07 + ls -al . 04:42:07 total 588 04:42:07 drwxrwxr-x 10 1001 1001 4096 Jul 25 04:41 . 04:42:07 drwxr-xr-x 4 root root 4096 Jul 25 04:39 .. 04:42:07 -rw-rw-r-- 1 1001 1001 11 Jul 25 04:37 .dockerignore 04:42:07 drwxrwxr-x 8 1001 1001 4096 Jul 25 04:37 .git 04:42:07 drwxrwxr-x 3 1001 1001 4096 Jul 25 04:37 .github 04:42:07 -rw-rw-r-- 1 1001 1001 924 Jul 25 04:37 .gitignore 04:42:07 drwxrwxr-x 3 1001 1001 4096 Jul 25 04:37 .semver 04:42:07 -rw-rw-r-- 1 1001 1001 178 Jul 25 04:37 .sonarcloud.properties 04:42:07 -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:37 CONTRIBUTING.md 04:42:07 -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:37 Dockerfile.build 04:42:07 -rw-rw-r-- 1 1001 1001 824 Jul 25 04:37 Jenkinsfile 04:42:07 -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:37 LICENSE 04:42:07 -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:37 Makefile 04:42:07 -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:37 README.md 04:42:07 -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:37 SECURITY.md 04:42:07 -rw-rw-r-- 1 1001 1001 5 Jul 25 04:33 VERSION 04:42:07 -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:37 ZMQWindows.md 04:42:07 drwxrwxr-x 4 1001 1001 4096 Jul 25 04:37 api 04:42:07 drwxrwxr-x 2 1001 1001 4096 Jul 25 04:37 bin 04:42:07 drwxrwxr-x 15 1001 1001 4096 Jul 25 04:37 cmd 04:42:07 -rw-r--r-- 1 root root 457776 Jul 25 04:40 coverage.out 04:42:07 -rw-r--r-- 1 root root 1019 Jul 25 04:41 go.mod 04:42:07 -rw-r--r-- 1 root root 19185 Jul 25 04:41 go.sum 04:42:07 drwxrwxr-x 8 1001 1001 4096 Jul 25 04:37 internal 04:42:07 drwxrwxr-x 4 1001 1001 4096 Jul 25 04:37 snap 04:42:07 -rw-rw-r-- 1 1001 1001 168 Jul 25 04:37 version.go [Pipeline] sh 04:42:08 + '[' -e coverage.out ] 04:42:08 + chown 1001:1001 coverage.out [Pipeline] stash 04:42:08 Warning: overwriting stash ‘coverage-report’ 04:42:09 Stashed 1 file(s) [Pipeline] sh 04:42:10 + make build 04:42:10 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:42:32 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:42:41 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:42:47 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:42:53 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:42:54 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:54 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:42:54 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:42:54 ---> ea09b8cc8d27 04:42:54 Step 3/23 : WORKDIR /edgex-go 04:42:54 ---> ea09b8cc8d27 04:42:54 Step 3/20 : WORKDIR /edgex-go 04:42:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:42:54 ---> ea09b8cc8d27 04:42:54 Step 3/21 : WORKDIR /edgex-go 04:42:54 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:42:54 ---> ea09b8cc8d27 04:42:54 Step 3/26 : WORKDIR /edgex-go 04:42:54 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:42:54 ---> ea09b8cc8d27 04:42:54 Step 3/22 : WORKDIR /edgex-go 04:42:54 ---> Running in 26690575ae97 04:42:54 ---> Running in 0a222cf64007 04:42:54 ---> Running in 4020d0911f05 04:42:54 ---> Running in a30099bcdb5d 04:42:54 ---> Running in 3fa39bfe046c 04:42:54 Removing intermediate container 26690575ae97 04:42:54 ---> b78398555b13 04:42:54 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:54 Removing intermediate container 0a222cf64007 04:42:54 ---> faa410833de0 04:42:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:54 Removing intermediate container 4020d0911f05 04:42:54 ---> 3628ca64a3d2 04:42:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:54 Removing intermediate container 3fa39bfe046c 04:42:54 ---> f56db7cab93b 04:42:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:54 Removing intermediate container a30099bcdb5d 04:42:54 ---> 39c79d70d3f6 04:42:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:54 ---> Running in 2dd98318c3f1 04:42:54 ---> Running in 68b38ab1d3ac 04:42:54 ---> Running in ffe33afa4ea7 04:42:54 ---> Running in 0ac8536c5553 04:42:54 ---> Running in d19fbead4ee6 04:42:54 Removing intermediate container ffe33afa4ea7 04:42:54 ---> 1bfca84a0f51 04:42:54 Step 5/26 : RUN apk update && apk add make bash git 04:42:54 ---> Running in a2fe5ff8951b 04:42:54 Removing intermediate container 68b38ab1d3ac 04:42:54 ---> 8158ee9d670c 04:42:54 Step 5/20 : RUN apk update && apk add make git 04:42:54 Removing intermediate container 2dd98318c3f1 04:42:54 ---> 97f397c4eb90 04:42:54 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:42:54 Removing intermediate container 0ac8536c5553 04:42:54 ---> 53bc13e68a0c 04:42:54 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:42:54 Removing intermediate container d19fbead4ee6 04:42:54 ---> c882270e364b 04:42:54 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:42:54 ---> Running in 88fb1ccd0968 04:42:54 ---> Running in a0c8e921d96a 04:42:54 ---> Running in 98c3dce16abb 04:42:54 ---> Running in 057d081596cd 04:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:56 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:56 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:56 OK: 12749 distinct packages available 04:42:57 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:57 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:57 OK: 12749 distinct packages available 04:42:57 OK: 233 MiB in 51 packages 04:42:57 OK: 233 MiB in 51 packages 04:42:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:58 Removing intermediate container a2fe5ff8951b 04:42:58 ---> 5f3f556087d0 04:42:58 Step 6/26 : COPY go.mod . 04:42:58 Removing intermediate container 88fb1ccd0968 04:42:58 ---> 439a6d49fce9 04:42:58 Step 6/20 : COPY go.mod . 04:42:58 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:58 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:58 OK: 12749 distinct packages available 04:42:58 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:58 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:58 OK: 12749 distinct packages available 04:42:59 OK: 233 MiB in 51 packages 04:42:59 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:59 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:59 OK: 12749 distinct packages available 04:42:59 OK: 233 MiB in 51 packages 04:42:59 ---> 508243e46de3 04:42:59 Step 7/26 : RUN go mod download 04:42:59 ---> Running in 2b5a8bab02e7 04:42:59 OK: 233 MiB in 51 packages 04:42:59 OK: 233 MiB in 51 packages 04:42:59 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:43:00 ---> c6e103156b44 04:43:00 Step 7/20 : RUN go mod download 04:43:00 ---> Running in a159ec8be23f 04:43:00 Removing intermediate container 98c3dce16abb 04:43:00 ---> e9e07c1e3721 04:43:00 Step 6/22 : COPY go.mod . 04:43:01 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:43:02 ---> 5bebab1b5c72 04:43:02 Step 7/22 : RUN go mod download 04:43:02 ---> Running in 584fecaa3b7b 04:43:02 Removing intermediate container 057d081596cd 04:43:02 ---> 92f92c5c0667 04:43:02 Step 6/21 : COPY go.mod . 04:43:02 Removing intermediate container a0c8e921d96a 04:43:02 ---> b9dc9861a2bb 04:43:02 Step 6/23 : COPY go.mod . 04:43:03 ---> 731ab0596ba7 04:43:03 Step 7/21 : RUN go mod download 04:43:04 ---> 4b9646bf1b9d 04:43:04 Step 7/23 : RUN go mod download 04:43:04 ---> Running in 7c6f2d58753b 04:43:04 ---> Running in ae9a327610b1 04:43:07 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:43:07 Removing intermediate container 2b5a8bab02e7 04:43:07 ---> f6620d53de79 04:43:07 Step 8/26 : COPY . . 04:43:08 Removing intermediate container 584fecaa3b7b 04:43:08 ---> 653c117c88d0 04:43:08 Step 8/22 : COPY . . 04:43:08 Removing intermediate container 7c6f2d58753b 04:43:08 ---> d70713138827 04:43:08 Step 8/21 : COPY . . 04:43:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:43:18 Removing intermediate container ae9a327610b1 04:43:18 ---> 32a827d649c3 04:43:18 Step 8/23 : COPY . . 04:43:18 Removing intermediate container a159ec8be23f 04:43:18 ---> 12b7eda46365 04:43:18 Step 8/20 : COPY . . 04:43:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:43:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:43:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:43:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:43:38 $ docker stop --time=1 b57fa0559df20b0fb07f1c8b90ce1e3474fc5485802b3636d8419ca5446e5844 04:43:41 $ docker rm -f b57fa0559df20b0fb07f1c8b90ce1e3474fc5485802b3636d8419ca5446e5844 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:43:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:43:42 04:43:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:43:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:43:43 latest: Pulling from edgex-devops/edgex-compose-arm64 04:43:43 29e5d40040c1: Already exists 04:43:43 1ce36da41761: Pulling fs layer 04:43:43 25b303627fd3: Pulling fs layer 04:43:44 1ce36da41761: Verifying Checksum 04:43:44 1ce36da41761: Download complete 04:43:45 1ce36da41761: Pull complete 04:43:45 25b303627fd3: Verifying Checksum 04:43:45 25b303627fd3: Download complete 04:43:56 25b303627fd3: Pull complete 04:43:56 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:43:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:43:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:43:56 prd-ubuntu18.04-docker-arm64-4c-16g-979 does not seem to be running inside a container 04:43:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:44:00 $ docker top 867c0f5db58c470ef5ea80c76e78576c44f27c80bb1b096fc2ed5a1908680c1f -eo pid,comm [Pipeline] { [Pipeline] sh 04:44:01 + + docker-compose build --helpgrep 04:44:01 parallel 04:44:06 --parallel Build images in parallel. [Pipeline] } 04:44:06 $ docker stop --time=1 867c0f5db58c470ef5ea80c76e78576c44f27c80bb1b096fc2ed5a1908680c1f 04:44:08 $ docker rm -f 867c0f5db58c470ef5ea80c76e78576c44f27c80bb1b096fc2ed5a1908680c1f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:44:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:44:08 . [Pipeline] withDockerContainer 04:44:09 prd-ubuntu18.04-docker-arm64-4c-16g-979 does not seem to be running inside a container 04:44:09 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:44:10 $ docker top 1435e971f6c6803e2d72f343822335e25e1f3788fb509c2aa581e2ffac916d90 -eo pid,comm [Pipeline] { [Pipeline] sh 04:44:11 + docker-compose -f ./docker-compose-build.yml build --parallel 04:44:17 Building docker-core-command-go ... 04:44:17 Building docker-core-data-go ... 04:44:17 Building docker-core-metadata-go ... 04:44:17 Building docker-security-proxy-setup-go ... 04:44:17 Building docker-security-secrets-setup-go ... 04:44:17 Building docker-security-secretstore-setup-go ... 04:44:17 Building docker-support-logging-go ... 04:44:17 Building docker-support-notifications-go ... 04:44:17 Building docker-support-scheduler-go ... 04:44:17 Building docker-sys-mgmt-agent-go ... 04:44:17 Building docker-security-secretstore-setup-go 04:44:17 Building docker-support-scheduler-go 04:44:17 Building docker-security-secrets-setup-go 04:44:17 Building docker-sys-mgmt-agent-go 04:44:17 Building docker-support-notifications-go 04:45:27 ---> 409ebeb6ee2b 04:45:27 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:45:27 ---> 0e4dc966a35b 04:45:27 Step 9/22 : RUN make cmd/core-data/core-data 04:45:27 ---> 80e3659b6c11 04:45:27 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:45:27 ---> 8ce74fef8e93 04:45:27 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:45:27 ---> ee35e11f2c04 04:45:27 Step 9/21 : RUN make cmd/support-logging/support-logging 04:45:27 ---> Running in 3e1ff60daa84 04:45:27 ---> Running in f5e3b5d011b6 04:45:27 ---> Running in 4faa50374ef6 04:45:27 ---> Running in 9e0704746cd9 04:45:27 ---> Running in c118cc832e8c 04:45:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:45:27 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:45:27 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:45:27 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:45: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:46:09 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:46:09 ---> 3c25654da648 04:46:09 Step 3/26 : WORKDIR /edgex-go 04:46:09 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:09 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:46:09 ---> 3c25654da648 04:46:09 Step 3/20 : WORKDIR /edgex-go 04:46:09 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:46:09 ---> 3c25654da648 04:46:09 Step 3/26 : WORKDIR /edgex-go 04:46:09 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:09 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:46:09 ---> 3c25654da648 04:46:09 Step 3/29 : WORKDIR /edgex-go 04:46:09 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:46:09 ---> 3c25654da648 04:46:09 Step 3/23 : WORKDIR /edgex-go 04:46:09 ---> Running in af94f35fdcab 04:46:09 ---> Running in b9350821f18e 04:46:09 ---> Running in d446f6ffdb30 04:46:09 ---> Running in 25151d7851c6 04:46:09 ---> Running in 36c3ccc810e7 04:46:09 Removing intermediate container af94f35fdcab 04:46:09 ---> 21acef872d43 04:46:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:09 Removing intermediate container 36c3ccc810e7 04:46:09 ---> cb8404778628 04:46:09 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:09 Removing intermediate container 25151d7851c6 04:46:09 ---> c59976ca2231 04:46:09 Removing intermediate container b9350821f18e 04:46:09 ---> 82e6de8017ca 04:46:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:09 Step 4/29 : RUN apk update && apk add make git 04:46:09 Removing intermediate container d446f6ffdb30 04:46:09 ---> 1a33fa0e497c 04:46:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:09 ---> Running in bfc86c2f421a 04:46:09 ---> Running in 107c8504a941 04:46:09 ---> Running in c0076bbd9ea2 04:46:09 ---> Running in 586966c4da90 04:46:09 ---> Running in a1b005c40d4a 04:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:09 Removing intermediate container bfc86c2f421a 04:46:09 ---> 16ade3db4827 04:46:09 Step 5/26 : RUN apk update && apk add make bash git 04:46:09 ---> Running in 0aca4f184fdd 04:46:09 Removing intermediate container 107c8504a941 04:46:09 ---> 45efd34fd595 04:46:09 Step 5/20 : RUN apk update && apk add make git 04:46:09 Removing intermediate container 586966c4da90 04:46:09 ---> c123d28a9eb2 04:46:09 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:46:10 ---> Running in 267f88e29b6c 04:46:10 ---> Running in 7e1c55567bd1 04:46:10 Removing intermediate container c0076bbd9ea2 04:46:10 ---> 75ce52fb79fa 04:46:10 Step 5/26 : RUN apk update && apk add make git 04:46:10 ---> Running in fb98e9455e98 04:46:10 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:10 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:10 OK: 12620 distinct packages available 04:46:11 OK: 217 MiB in 51 packages 04:46:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:13 Removing intermediate container a1b005c40d4a 04:46:13 ---> 83169af6d088 04:46:13 Step 5/29 : COPY go.mod . 04:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:14 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:14 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:14 OK: 12620 distinct packages available 04:46:14 ---> 1aa02f69155b 04:46:14 Step 6/29 : RUN go mod download 04:46:14 ---> Running in f207f5b2d3d9 04:46:15 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:15 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:15 OK: 12620 distinct packages available 04:46:15 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:15 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:15 OK: 12620 distinct packages available 04:46:15 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:15 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:15 OK: 12620 distinct packages available 04:46:15 OK: 217 MiB in 51 packages 04:46:16 OK: 217 MiB in 51 packages 04:46:17 OK: 217 MiB in 51 packages 04:46:17 OK: 217 MiB in 51 packages 04:46:17 Removing intermediate container 0aca4f184fdd 04:46:17 ---> 904766b696df 04:46:17 Step 6/26 : COPY go.mod . 04:46:18 Removing intermediate container 267f88e29b6c 04:46:18 ---> ad3c47ae9ee0 04:46:18 Step 6/23 : COPY go.mod . 04:46:19 Removing intermediate container fb98e9455e98 04:46:19 ---> b69668bb3185 04:46:19 Step 6/26 : COPY go.mod . 04:46:19 ---> 9a4890260440 04:46:19 Step 7/26 : RUN go mod download 04:46:19 Removing intermediate container 7e1c55567bd1 04:46:19 ---> 724521ed07e5 04:46:19 Step 6/20 : COPY go.mod . 04:46:19 ---> Running in 56d289c11a9c 04:46:19 Removing intermediate container f207f5b2d3d9 04:46:19 ---> a3af28ffe231 04:46:19 Step 7/29 : COPY . . 04:46:19 ---> 65acfa650dd2 04:46:19 Step 7/23 : RUN go mod download 04:46:20 ---> Running in 0cd00f02486d 04:46:20 ---> a5e2d3ffe358 04:46:20 Step 7/26 : RUN go mod download 04:46:20 ---> bf5e605fbf68 04:46:20 Step 7/20 : RUN go mod download 04:46:20 ---> Running in 4398f2f23384 04:46:21 ---> Running in d015c9c9e8cf 04:46:26 Removing intermediate container 56d289c11a9c 04:46:26 ---> 965bebb00bf8 04:46:26 Step 8/26 : COPY . . 04:46:27 Removing intermediate container 0cd00f02486d 04:46:27 Removing intermediate container d015c9c9e8cf 04:46:27 ---> 5c1b03b830e8 04:46:27 Step 8/20 : COPY . . 04:46:27 ---> 99e53a5e2121 04:46:27 Step 8/23 : COPY . . 04:46:27 Removing intermediate container 4398f2f23384 04:46:27 ---> a3f5760c0750 04:46:27 Step 8/26 : COPY . . 04:46:37 Removing intermediate container c118cc832e8c 04:46:37 ---> cd8990d267d3 04:46:37 04:46:37 Step 10/21 : FROM scratch 04:46:37 ---> 04:46:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:46:37 Removing intermediate container 4faa50374ef6 04:46:37 ---> b4b463c403c8 04:46:37 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:46:37 ---> Running in 130c442d2a11 04:46:37 ---> Running in e8709b54d6a8 04:46:37 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:37 Removing intermediate container e8709b54d6a8 04:46:37 ---> 2738a8323ba0 04:46:37 Step 12/21 : ENV APP_PORT=48061 04:46:38 ---> Running in 6ed340527646 04:46:38 Removing intermediate container 9e0704746cd9 04:46:38 ---> 84151c52b549 04:46:38 04:46:38 Step 10/20 : FROM scratch 04:46:38 ---> 04:46:38 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:38 Removing intermediate container 3e1ff60daa84 04:46:38 ---> 23d4009429b7 04:46:38 04:46:38 Step 10/23 : FROM scratch 04:46:38 ---> 04:46:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:46:38 ---> Using cache 04:46:38 ---> 2738a8323ba0 04:46:38 Step 12/23 : ENV APP_PORT=48060 04:46:39 ---> Running in fa164135d0fb 04:46:39 ---> Running in 0892ab8a2661 04:46:39 Removing intermediate container 6ed340527646 04:46:39 ---> 50ec0c971f1c 04:46:39 Step 13/21 : EXPOSE $APP_PORT 04:46:40 ---> Running in 73ce7769adea 04:46:40 Removing intermediate container fa164135d0fb 04:46:40 ---> 2ebcc602dfb9 04:46:40 Step 12/20 : ENV APP_PORT=48085 04:46:40 Removing intermediate container 0892ab8a2661 04:46:40 ---> 16c9a791de57 04:46:40 Step 13/23 : EXPOSE $APP_PORT 04:46:40 ---> Running in 326993224ea5 04:46:40 ---> Running in a4697f4a6a53 04:46:41 Removing intermediate container 73ce7769adea 04:46:41 ---> 9d6692fb95e1 04:46:41 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:46:41 Removing intermediate container 326993224ea5 04:46:41 ---> 17f44d841950 04:46:41 Step 13/20 : EXPOSE $APP_PORT 04:46:41 Removing intermediate container a4697f4a6a53 04:46:41 ---> 3d89a5e18101 04:46:41 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:46:42 ---> Running in 3aa2fd25310b 04:46:42 ---> 41692108a1d8 04:46:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:46:43 Removing intermediate container 3aa2fd25310b 04:46:43 ---> abf0b306d09e 04:46:43 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:46:43 ---> d51d8e07bd1d 04:46:43 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:46:44 Removing intermediate container 130c442d2a11 04:46:44 ---> dfdfac6d9991 04:46:44 04:46:44 Step 11/26 : FROM docker:latest 04:46:44 ---> 81f5749c9058 04:46:44 Step 12/26 : RUN apk add --no-cache bash 04:46:44 ---> 2164d642bb2a 04:46:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:46:44 ---> a5ff57c252d6 04:46:44 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:46:44 ---> Running in e6b038a639a8 04:46:46 Removing intermediate container f5e3b5d011b6 04:46:46 ---> b22999e7e1ea 04:46:46 04:46:46 Step 10/22 : FROM alpine 04:46:46 latest: Pulling from library/alpine 04:46:46 ---> dae347e079e5 04:46:46 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:46:46 ---> 946f2675d52b 04:46:46 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:46:46 ---> 129b9f4ce17d 04:46:46 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:46:48 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:46:48 Status: Downloaded newer image for alpine:latest 04:46:48 ---> a24bb4013296 04:46:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:48 ---> 7aafd2916c2f 04:46:48 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:49 ---> 040f931eb057 04:46:49 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:49 ---> Running in c485b08fb57e 04:46:49 ---> Running in 2e3ff64cb7de 04:46:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:49 ---> Running in aea581012540 04:46:49 ---> 0b3d0ba6a6ed 04:46:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:46:50 (1/2) Installing readline (8.0.4-r0) 04:46:50 Removing intermediate container c485b08fb57e 04:46:50 ---> 9ff069ad3df3 04:46:50 Step 12/22 : ENV APP_PORT=48080 04:46:50 (2/2) Installing bash (5.0.17-r0) 04:46:50 Executing bash-5.0.17-r0.post-install 04:46:50 Removing intermediate container 2e3ff64cb7de 04:46:50 ---> 37e68ebd08fe 04:46:50 Step 19/21 : LABEL arch=x86_64 04:46:50 Executing busybox-1.31.1-r16.trigger 04:46:50 OK: 12 MiB in 22 packages 04:46:50 Removing intermediate container aea581012540 04:46:50 ---> 02b353a3e1ae 04:46:50 Step 18/20 : LABEL arch=x86_64 04:46:51 ---> fdedc819d0f5 04:46:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:46:51 ---> Running in 99be2f8271fe 04:46:51 ---> Running in e3f6a64c1add 04:46:51 ---> Running in 59af7b81608a 04:46:51 Removing intermediate container 99be2f8271fe 04:46:51 ---> ea877de629f8 04:46:51 Step 13/22 : EXPOSE $APP_PORT 04:46:52 ---> 65de5e764f30 04:46:52 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:46:52 Removing intermediate container e3f6a64c1add 04:46:52 ---> 4c487498b5ec 04:46:52 Step 20/21 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:46:52 Removing intermediate container 59af7b81608a 04:46:52 ---> 8f2042cb8137 04:46:52 Step 19/20 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:46:52 ---> Running in c924d2c59d96 04:46:52 ---> Running in 35387db6b1e3 04:46:52 ---> Running in cee85b10a6b5 04:46:52 Removing intermediate container e6b038a639a8 04:46:52 ---> 58387f8c8df2 04:46:52 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:46:52 Removing intermediate container c924d2c59d96 04:46:52 ---> 7e525f579943 04:46:52 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:52 ---> Running in 625c1b11722b 04:46:52 ---> 939e01f57046 04:46:52 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:53 Removing intermediate container 35387db6b1e3 04:46:53 ---> ef2f97a79e0b 04:46:53 Step 21/21 : LABEL version=0.0.0 04:46:53 ---> Running in feece3bc6fcc 04:46:53 ---> Running in 8d20dc5f9117 04:46:53 Removing intermediate container cee85b10a6b5 04:46:53 ---> 59e93e7f76c0 04:46:53 Step 20/20 : LABEL version=0.0.0 04:46:53 ---> Running in 5f7f44afef4f 04:46:53 ---> Running in 685d4eb611ae 04:46:53 Removing intermediate container 8d20dc5f9117 04:46:53 ---> 6699538d1371 04:46:53 Step 21/23 : LABEL arch=x86_64 04:46:53 ---> Running in c4b19c84eb87 04:46:54 Removing intermediate container 5f7f44afef4f 04:46:54 ---> 17c94ad28dab 04:46:54 04:46:54 Removing intermediate container 685d4eb611ae 04:46:54 ---> 020bd3d0c20f 04:46:54 04:46:54 ---> 049a1fff72b9 04:46:54 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:46:55 Successfully built 020bd3d0c20f 04:46:55 Successfully tagged docker-support-scheduler-go:latest 04:46:55 Building docker-security-secretstore-setup-go 04:46:55  Building docker-support-scheduler-go ... done Successfully built 17c94ad28dab 04:46:55 Successfully tagged docker-support-logging-go:latest 04:46:55 Building docker-core-command-go 04:46:55  Building docker-support-logging-go ... done Removing intermediate container c4b19c84eb87 04:46:55 ---> 7275a73969e8 04:46:55 Step 22/23 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:46:55 ---> Running in d7143bc8c7cf 04:46:55 ---> 5f3777af4d64 04:46:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:46:55 ---> Running in c807d4ae7eba 04:46:55 ---> 9ddccc24fa57 04:46:55 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:46:56 Removing intermediate container 625c1b11722b 04:46:56 ---> 25ceddba9555 04:46:56 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:46:56 Removing intermediate container c807d4ae7eba 04:46:56 ---> d12fd805ef54 04:46:56 Step 23/23 : LABEL version=0.0.0 04:46:56 ---> Running in 49652d5474c6 04:46:56 ---> Running in d2aef7ef064b 04:46:56 ---> f88184e5e103 04:46:56 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:46:56 ---> 97d13ea05a44 04:46:56 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:46:56 ---> Running in f5153afebc0d 04:46:56 ---> Running in f8f777682d64 04:46:56 Removing intermediate container feece3bc6fcc 04:46:56 ---> 5f007f7f6e16 04:46:56 Step 15/22 : RUN apk --no-cache add zeromq 04:46:56 ---> Running in cbb0b65fcc96 04:46:56 ---> Running in 82709c23b533 04:46:57 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:46:58 ---> Running in e9c8c5951912 04:46:59 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:46:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:46:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:46:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:46:59 Removing intermediate container f5153afebc0d 04:46:59 ---> 243f06d23e89 04:46:59 Step 15/26 : ENV APP_PORT=48090 04:46:59 Removing intermediate container f8f777682d64 04:46:59 ---> 5d00180f3f86 04:46:59 04:47:00 Successfully built 5d00180f3f86 04:47:01 Successfully tagged docker-support-notifications-go:latest 04:47:01  Building docker-support-notifications-go ... done Building docker-core-metadata-go 04:47:04 ---> Running in 344692788f5e 04:47:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:47:05 Removing intermediate container 344692788f5e 04:47:05 ---> ba99da92116c 04:47:05 Step 16/26 : EXPOSE $APP_PORT 04:47:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:47:07 ---> Running in 580d421c6ae8 04:47:08 (1/5) Installing libgcc (9.3.0-r2) 04:47:08 (2/5) Installing libsodium (1.0.18-r0) 04:47:08 (3/5) Installing libstdc++ (9.3.0-r2) 04:47:09 (4/5) Installing libzmq (4.3.2-r0) 04:47:09 (5/5) Installing zeromq (4.3.2-r0) 04:47:09 Executing busybox-1.31.1-r16.trigger 04:47:09 OK: 8 MiB in 19 packages 04:47:10 Removing intermediate container 580d421c6ae8 04:47:10 ---> 82959b1c561d 04:47:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:47:12 ---> 8cdc8aee41c9 04:47:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:47:13 Removing intermediate container e9c8c5951912 04:47:13 ---> 17e787e7818b 04:47:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:47:13 ---> ef75d8d1f620 04:47:13 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:47:14 ---> cc6e3616c273 04:47:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:47:15 ---> 48d118ce6fac 04:47:15 Step 20/26 : RUN apk --no-cache add py-pip 04:47:15 ---> Running in e1a8c18a157b 04:47:16 ---> 6c175e9ead38 04:47:16 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:47:16 ---> 3c4570f77451 04:47:16 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:47:16 ---> Running in 9c0e87b1bbf5 04:47:17 (1/33) Installing libbz2 (1.0.8-r1) 04:47:18 (2/33) Installing expat (2.2.9-r1) 04:47:18 (3/33) Installing libffi (3.3-r2) 04:47:18 (4/33) Installing gdbm (1.13-r1) 04:47:18 (5/33) Installing xz-libs (5.2.5-r0) 04:47:18 (6/33) Installing sqlite-libs (3.32.1-r0) 04:47:18 (7/33) Installing python3 (3.8.5-r0) 04:47:20 Removing intermediate container 9c0e87b1bbf5 04:47:20 ---> 86a68783051f 04:47:20 Step 20/22 : LABEL arch=x86_64 04:47:33 ---> Running in c2bc87328cc7 04:47:33 (8/33) Installing py3-appdirs (1.4.4-r1) 04:47:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:47:33 (10/33) Installing py3-parsing (2.4.7-r0) 04:47:33 (11/33) Installing py3-six (1.15.0-r0) 04:47:37 (12/33) Installing py3-packaging (20.4-r0) 04:47:37 (13/33) Installing py3-setuptools (47.0.0-r0) 04:47:37 (14/33) Installing py3-chardet (3.0.4-r4) 04:47:37 (15/33) Installing py3-idna (2.9-r0) 04:47:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:47:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:47:39 (18/33) Installing py3-requests (2.23.0-r0) 04:47:39 (19/33) Installing py3-msgpack (1.0.0-r0) 04:47:39 (20/33) Installing py3-lockfile (0.12.2-r3) 04:47:39 Removing intermediate container c2bc87328cc7 04:47:39 ---> f4cc8ab75904 04:47:39 Step 21/22 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:47:39 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:47:41 (22/33) Installing py3-colorama (0.4.3-r0) 04:47:42 (23/33) Installing py3-distlib (0.3.0-r0) 04:47:43 (24/33) Installing py3-distro (1.5.0-r1) 04:47:44 (25/33) Installing py3-webencodings (0.5.1-r3) 04:47:45 (26/33) Installing py3-html5lib (1.0.1-r4) 04:47:47 (27/33) Installing py3-pytoml (0.1.21-r0) 04:47:47 ---> Running in cb1b3d44337d 04:47:47 (28/33) Installing py3-pep517 (0.8.2-r0) 04:47:47 (29/33) Installing py3-progress (1.5-r0) 04:47:47 (30/33) Installing py3-toml (0.10.1-r0) 04:47:49 (31/33) Installing py3-retrying (1.3.3-r0) 04:47:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:47:49 (33/33) Installing py3-pip (20.1.1-r0) 04:47:52 Executing busybox-1.31.1-r16.trigger 04:47:53 OK: 71 MiB in 55 packages 04:47:54 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:47:54 ---> ea09b8cc8d27 04:47:54 Step 3/26 : WORKDIR /edgex-go 04:47:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:47:54 ---> ea09b8cc8d27 04:47:54 Step 3/21 : WORKDIR /edgex-go 04:47:55 ---> Using cache 04:47:55 ---> Using cache 04:47:55 ---> 39c79d70d3f6 04:47:55 ---> 39c79d70d3f6 04:47:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:55 ---> Using cache 04:47:55 ---> c882270e364b 04:47:55 Step 5/21 : RUN apk update && apk add make git 04:47:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:55 ---> Using cache 04:47:55 ---> c882270e364b 04:47:55 Step 5/26 : RUN apk update && apk add make git 04:47:55 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:47:55 ---> ea09b8cc8d27 04:47:55 Step 3/21 : WORKDIR /edgex-go 04:47:55 ---> Using cache 04:47:55 ---> 39c79d70d3f6 04:47:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:55 ---> Using cache 04:47:55 ---> c882270e364b 04:47:55 Step 5/21 : RUN apk update && apk add make git 04:47:56 Removing intermediate container cb1b3d44337d 04:47:56 ---> c70437ffaaf8 04:47:56 Step 22/22 : LABEL version=0.0.0 04:47:56 ---> Running in be04d276e823 04:47:56 ---> Running in 6aee94b6bba5 04:47:56 ---> Running in 56732b5a599a 04:47:57 ---> Running in 62392218c14e 04:47:58 Removing intermediate container 62392218c14e 04:47:58 ---> a759466c692a 04:47:58 04:47:59 Successfully built a759466c692a 04:47:59 Successfully tagged docker-core-data-go:latest 04:47:59 Building docker-security-secrets-setup-go 04:47:59  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:48:02 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:02 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:02 OK: 12749 distinct packages available 04:48:02 OK: 233 MiB in 51 packages 04:48:02 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:02 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:02 OK: 12749 distinct packages available 04:48:02 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:02 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:02 OK: 12749 distinct packages available 04:48:03 OK: 233 MiB in 51 packages 04:48:03 OK: 233 MiB in 51 packages 04:48:09 Removing intermediate container 56732b5a599a 04:48:09 ---> 9cf2e70e0d23 04:48:09 Step 6/21 : COPY go.mod . 04:48:09 Removing intermediate container be04d276e823 04:48:09 ---> 651e857d5cb4 04:48:09 Step 6/21 : COPY go.mod . 04:48:09 Removing intermediate container 6aee94b6bba5 04:48:09 ---> 921df5afd334 04:48:09 Step 6/26 : COPY go.mod . 04:48:11 ---> 3a7df4da8f29 04:48:11 Step 7/21 : RUN go mod download 04:48:11 ---> 413ac0ad5bfd 04:48:11 Step 7/26 : RUN go mod download 04:48:11 ---> 14aa6c6e8586 04:48:11 Step 7/21 : RUN go mod download 04:48:12 ---> Running in 16d808f000a7 04:48:12 ---> Running in 8ec9a66a57c0 04:48:12 ---> Running in e4086be19fe9 04:48:31 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:31 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:48:31 ---> ea09b8cc8d27 04:48:31 Step 3/29 : WORKDIR /edgex-go 04:48:31 ---> Using cache 04:48:31 ---> 39c79d70d3f6 04:48:31 Step 4/29 : RUN apk update && apk add make git 04:48:31 ---> Running in 08438b496b5f 04:48:32 Removing intermediate container 16d808f000a7 04:48:32 ---> ca6224561889 04:48:32 Step 8/26 : COPY . . 04:48:32 Removing intermediate container 8ec9a66a57c0 04:48:32 ---> 9ff839b515d6 04:48:32 Step 8/21 : COPY . . 04:48:32 Removing intermediate container e4086be19fe9 04:48:32 ---> 8eeb1ef3ae04 04:48:32 Step 8/21 : COPY . . 04:48:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:48:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:48:35 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:35 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:35 OK: 12749 distinct packages available 04:48:35 OK: 233 MiB in 51 packages 04:48:36 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:48:36 Removing intermediate container d7143bc8c7cf 04:48:36 ---> fc11f5b5a8d9 04:48:36 04:48:36 Step 9/29 : FROM alpine:latest 04:48:36 latest: Pulling from library/alpine 04:48:36 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:48:36 Status: Downloaded newer image for alpine:latest 04:48:36 ---> 62ee0e9f8440 04:48:36 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:48:36 ---> Running in 1d5895bc147b 04:48:36 Removing intermediate container 1d5895bc147b 04:48:36 ---> ce2b76fe622c 04:48:36 Step 11/29 : USER root 04:48:36 ---> Running in 28cb78879c74 04:48:36 Removing intermediate container 28cb78879c74 04:48:36 ---> 9d9da9b26368 04:48:36 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:48:36 ---> Running in b4b3c1aa48fd 04:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:36 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:48:36 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:48:36 OK: 12620 distinct packages available 04:48:36 (1/2) Installing ca-certificates (20191127-r4) 04:48:36 (2/2) Installing dumb-init (1.2.2-r1) 04:48:36 Executing busybox-1.31.1-r16.trigger 04:48:36 Executing ca-certificates-20191127-r4.trigger 04:48:36 OK: 6 MiB in 16 packages 04:48:36 Removing intermediate container b4b3c1aa48fd 04:48:36 ---> 89db0c3f4482 04:48:36 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:48:36 ---> Running in ea991b43717b 04:48:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:48:37 Removing intermediate container ea991b43717b 04:48:37 ---> 94a5d0b4f29b 04:48:37 Step 14/29 : WORKDIR $BASE_DIR 04:48:37 ---> Running in f64f29a71ff1 04:48:38 Removing intermediate container f64f29a71ff1 04:48:38 ---> 1aec30aa4e93 04:48:38 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:48:38 ---> Running in 7a6bce131546 04:48:44 Removing intermediate container 49652d5474c6 04:48:44 ---> 0d419dbd5c11 04:48:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:48:44 ---> Running in b8beb3b73338 04:48:44 Removing intermediate container 7a6bce131546 04:48:44 ---> e4305f7da854 04:48:44 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:48:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:48:46 ---> 479090b0c424 04:48:46 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:48:47 ---> ac42de6a2be1 04:48:47 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:48:49 ---> b86ce6e48aa2 04:48:49 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:48:50 ---> 840a1ee4e5d2 04:48:50 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:48:52 ---> 43300a863217 04:48:52 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:48:52 ---> Running in dfaf64362c2c 04:48:52 Removing intermediate container d2aef7ef064b 04:48:52 ---> 6b4b745b8340 04:48:52 04:48:52 Step 10/26 : FROM alpine:3.10 04:48:52 3.10: Pulling from library/alpine 04:48:52 Removing intermediate container b8beb3b73338 04:48:52 ---> 1c0f8f75522a 04:48:52 04:48:52 Step 11/26 : FROM docker:latest 04:48:52 ---> ce9d55ae87f1 04:48:52 Step 12/26 : RUN apk add --no-cache bash 04:48:53 ---> Running in 21d829da9feb 04:48:55 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:48:55 Status: Downloaded newer image for alpine:3.10 04:48:55 ---> 536a684cf733 04:48:55 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:48:55 ---> Running in 15dc53e1bf5c 04:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:57 (1/2) Installing readline (8.0.4-r0) 04:48:57 Removing intermediate container dfaf64362c2c 04:48:57 ---> 4c19cbb09ae2 04:48:57 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:48:57 (2/2) Installing bash (5.0.17-r0) 04:48:57 Executing bash-5.0.17-r0.post-install 04:48:57 Executing busybox-1.31.1-r16.trigger 04:48:57 OK: 12 MiB in 22 packages 04:48:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:48:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:48:58 ---> 08ce72d23dbc 04:48:58 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:48:58 ---> Running in 6ff77bf388ef 04:48:58 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:48:58 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:48:58 OK: 10167 distinct packages available 04:48:59 Removing intermediate container 08438b496b5f 04:48:59 ---> ad4c6767bb5d 04:48:59 Step 5/29 : COPY go.mod . 04:48:59 (1/5) Installing ca-certificates (20191127-r2) 04:48:59 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:48:59 Removing intermediate container 21d829da9feb 04:48:59 ---> cf670ff95596 04:48:59 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:48:59 (3/5) Installing libcurl (7.66.0-r0) 04:48:59 (4/5) Installing curl (7.66.0-r0) 04:48:59 (5/5) Installing dumb-init (1.2.2-r1) 04:48:59 Executing busybox-1.30.1-r3.trigger 04:48:59 Executing ca-certificates-20191127-r2.trigger 04:48:59 OK: 7 MiB in 19 packages 04:48:59 ---> Running in fba1d28d504f 04:49:03 Removing intermediate container 15dc53e1bf5c 04:49:03 ---> d015975f74b9 04:49:03 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:49:03 Removing intermediate container 82709c23b533 04:49:03 ---> 4b2f93f65434 04:49:03 04:49:03 Step 10/20 : FROM scratch 04:49:03 ---> 04:49:03 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:49:03 ---> Running in 2401436f51b3 04:49:03 Removing intermediate container 6ff77bf388ef 04:49:03 ---> 565ebdee22ce 04:49:03 Step 24/29 : RUN chmod 755 security-secrets-setup 04:49:03 ---> Running in 8ae283e8ccf0 04:49:03 ---> Running in 97e84af0b738 04:49:03 Removing intermediate container cbb0b65fcc96 04:49:03 ---> 0d0245e6d80c 04:49:03 04:49:03 Step 10/23 : FROM scratch 04:49:03 ---> 04:49:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:49:03 Removing intermediate container 2401436f51b3 04:49:03 ---> 109cb676caaa 04:49:03 Step 13/26 : WORKDIR / 04:49:03 ---> Running in 80c51432ab62 04:49:03 Removing intermediate container 8ae283e8ccf0 04:49:03 ---> 6f617dc0a961 04:49:03 Step 12/20 : ENV APP_PORT=48085 04:49:04 ---> Running in b8f919278ef7 04:49:04 Removing intermediate container fba1d28d504f 04:49:04 ---> 8c4d6da656c1 04:49:04 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:49:04 ---> Running in 49ad843d42e3 04:49:04 ---> Running in 7b62e31ed994 04:49:04 Removing intermediate container 80c51432ab62 04:49:04 ---> aac369f71606 04:49:04 Step 12/23 : ENV APP_PORT=48060 04:49:04 ---> Running in 1b62b99f10ef 04:49:04 Removing intermediate container b8f919278ef7 04:49:04 ---> 1ddf9b59540b 04:49:04 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:49:04 Removing intermediate container 49ad843d42e3 04:49:04 ---> 05269550f052 04:49:04 Step 13/20 : EXPOSE $APP_PORT 04:49:04 Removing intermediate container 7b62e31ed994 04:49:04 ---> ac7d10e954d9 04:49:04 Step 15/26 : ENV APP_PORT=48090 04:49:04 ---> Running in d045a8aa9a14 04:49:05 Removing intermediate container 1b62b99f10ef 04:49:05 ---> 7bdb4d0123b4 04:49:05 Step 13/23 : EXPOSE $APP_PORT 04:49:05 ---> Running in de9af600b396 04:49:05 ---> Running in 093af0d14ac6 04:49:05 Removing intermediate container d045a8aa9a14 04:49:05 ---> 1d7244873d75 04:49:05 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:49:05 ---> 429ef34091d6 04:49:05 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:49:05 ---> 9aa4915b185b 04:49:05 Step 6/29 : RUN go mod download 04:49:06 Removing intermediate container de9af600b396 04:49:06 ---> 2889709190d1 04:49:06 Step 16/26 : EXPOSE $APP_PORT 04:49:06 Removing intermediate container 093af0d14ac6 04:49:06 ---> 9e1538377b06 04:49:06 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:49:06 ---> Running in b0b470f7c014 04:49:06 ---> 27e9fec1bfb4 04:49:06 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:49:06 Removing intermediate container b0b470f7c014 04:49:06 ---> 7145321e781b 04:49:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:49:06 ---> 6e30fea44cbf 04:49:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:49:06 ---> Running in 99a98c1e6783 04:49:07 ---> 9a7a956f423b 04:49:07 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:49:07 Removing intermediate container 97e84af0b738 04:49:07 ---> 0b0763fef88b 04:49:07 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:49:07 ---> Running in 37786db1286d 04:49:08 ---> 33168a5d9f13 04:49:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:49:08 Removing intermediate container 37786db1286d 04:49:08 ---> 8040bff00b75 04:49:08 Step 26/29 : CMD [ "generate" ] 04:49:08 ---> a8815c97fa9d 04:49:08 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:49:08 ---> Running in aaecc791656d 04:49:08 ---> 5512f9104c24 04:49:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:49:08 ---> e6df45108c48 04:49:08 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:49:09 ---> 58ae6427d9e0 04:49:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:49:09 Removing intermediate container aaecc791656d 04:49:09 ---> b2e11a6dbfc3 04:49:09 Step 27/29 : LABEL arch=arm64 04:49:09 ---> Running in e4765a06088e 04:49:10 ---> 73c41f9b27eb 04:49:10 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:10 ---> 0b9fdbd0d6ba 04:49:10 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:49:10 ---> Running in 0404638b42b4 04:49:10 Removing intermediate container e4765a06088e 04:49:10 ---> bcd589905c6d 04:49:10 Step 28/29 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:49:10 ---> Running in 3836395d9e7a 04:49:10 ---> a0b41b27a397 04:49:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:49:10 Removing intermediate container 0404638b42b4 04:49:10 ---> 4189fcada9a6 04:49:10 Step 18/20 : LABEL arch=arm64 04:49:11 ---> 8090d45e5e88 04:49:11 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:49:11 ---> Running in a4fa21f3e357 04:49:11 Removing intermediate container 3836395d9e7a 04:49:11 ---> 84247f39740e 04:49:11 Step 29/29 : LABEL version=0.0.0 04:49:11 ---> a41ac22f03f5 04:49:11 Step 20/26 : RUN apk --no-cache add py-pip 04:49:11 ---> Running in 620c97c80dd0 04:49:11 ---> Running in d621c781fbf0 04:49:11 Removing intermediate container a4fa21f3e357 04:49:11 ---> 14d24bd1a4a5 04:49:11 Step 19/20 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:49:11 ---> dade7855d14d 04:49:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:49:11 ---> Running in f3d7cfbdcbed 04:49:12 Removing intermediate container 620c97c80dd0 04:49:12 ---> e80bb9c06d79 04:49:12 04:49:12 Successfully built e80bb9c06d79 04:49:12 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:49:12  Building docker-security-secrets-setup-go ... done Building docker-core-command-go 04:49:13 ---> cf2f9ac0a8a1 04:49:13 Removing intermediate container f3d7cfbdcbed 04:49:13 ---> 59a51fa87b52 04:49:13 Step 20/20 : LABEL version=0.0.0 04:49:13 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:49:13 ---> Running in f86c41bdbeaf 04:49:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:14 ---> 57819aab7cb3 04:49:14 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:14 Removing intermediate container f86c41bdbeaf 04:49:14 ---> 025c4156a635 04:49:14 04:49:14 (1/33) Installing libbz2 (1.0.8-r1) 04:49:14 (2/33) Installing expat (2.2.9-r1) 04:49:14 (3/33) Installing libffi (3.3-r2) 04:49:14 (4/33) Installing gdbm (1.13-r1) 04:49:14 (5/33) Installing xz-libs (5.2.5-r0) 04:49:14 (6/33) Installing sqlite-libs (3.32.1-r0) 04:49:14 (7/33) Installing python3 (3.8.5-r0) 04:49:14 Successfully built 025c4156a635 04:49:14 Successfully tagged docker-support-scheduler-go-arm64:latest 04:49:14  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 04:49:15 ---> 30f3c3885761 04:49:15 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:49:15 ---> 8faefab7c599 04:49:15 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:15 ---> Running in a7260a63590d 04:49:16 ---> d9ab378f2dac 04:49:16 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:49:16 ---> Running in 485a6b7bca32 04:49:16 Removing intermediate container a7260a63590d 04:49:16 ---> 8beadf045089 04:49:16 Step 21/23 : LABEL arch=arm64 04:49:16 (8/33) Installing py3-appdirs (1.4.4-r1) 04:49:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:49:16 (10/33) Installing py3-parsing (2.4.7-r0) 04:49:16 (11/33) Installing py3-six (1.15.0-r0) 04:49:16 (12/33) Installing py3-packaging (20.4-r0) 04:49:16 (13/33) Installing py3-setuptools (47.0.0-r0) 04:49:16 (14/33) Installing py3-chardet (3.0.4-r4) 04:49:17 (15/33) Installing py3-idna (2.9-r0) 04:49:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:49:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:49:17 (18/33) Installing py3-requests (2.23.0-r0) 04:49:17 (19/33) Installing py3-msgpack (1.0.0-r0) 04:49:17 (20/33) Installing py3-lockfile (0.12.2-r3) 04:49:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:49:17 (22/33) Installing py3-colorama (0.4.3-r0) 04:49:17 (23/33) Installing py3-distlib (0.3.0-r0) 04:49:17 (24/33) Installing py3-distro (1.5.0-r1) 04:49:17 (25/33) Installing py3-webencodings (0.5.1-r3) 04:49:17 (26/33) Installing py3-html5lib (1.0.1-r4) 04:49:17 (27/33) Installing py3-pytoml (0.1.21-r0) 04:49:17 (28/33) Installing py3-pep517 (0.8.2-r0) 04:49:17 (29/33) Installing py3-progress (1.5-r0) 04:49:17 (30/33) Installing py3-toml (0.10.1-r0) 04:49:17 (31/33) Installing py3-retrying (1.3.3-r0) 04:49:17 ---> Running in a13f96ae8c20 04:49:17 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:49:17 (33/33) Installing py3-pip (20.1.1-r0) 04:49:18 Executing busybox-1.31.1-r16.trigger 04:49:18 OK: 71 MiB in 55 packages 04:49:18 Removing intermediate container a13f96ae8c20 04:49:18 ---> db91708a78cb 04:49:18 Step 22/23 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:49:19 ---> Running in d7cf0ba9064f 04:49:21 Removing intermediate container d7cf0ba9064f 04:49:21 ---> 28e63f69a437 04:49:21 Step 23/23 : LABEL version=0.0.0 04:49:21 ---> Running in baba5d96d6cd 04:49:22 Removing intermediate container 485a6b7bca32 04:49:22 ---> 4af99d129066 04:49:22 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:49:22 ---> Running in 964c68c492aa 04:49:22 Removing intermediate container baba5d96d6cd 04:49:22 ---> e8c7bc1f86d8 04:49:22 04:49:23 Successfully built e8c7bc1f86d8 04:49:23 Successfully tagged docker-support-notifications-go-arm64:latest 04:49:23  Building docker-support-notifications-go ... done Building docker-support-logging-go 04:49:23 Removing intermediate container 964c68c492aa 04:49:23 ---> 6d16fcc1c03e 04:49:23 Step 24/26 : LABEL arch=arm64 04:49:24 ---> Running in 453c72ac37b8 04:49:24 Removing intermediate container 453c72ac37b8 04:49:24 ---> 696087e2ecda 04:49:24 Step 25/26 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:49:25 ---> Running in 62b1f56aa17d 04:49:26 Removing intermediate container 62b1f56aa17d 04:49:26 ---> 0c5ba9856728 04:49:26 Step 26/26 : LABEL version=0.0.0 04:49:26 Removing intermediate container d621c781fbf0 04:49:26 ---> db84ff7ade14 04:49:26 Step 21/26 : RUN pip install docker-compose==1.23.2 04:49:26 ---> Running in f08b7bf45469 04:49:26 ---> Running in 125d6a16c9fd 04:49:27 Removing intermediate container f08b7bf45469 04:49:27 ---> 3927d2ac67ea 04:49:27 04:49:27 Successfully built 3927d2ac67ea 04:49:27 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:49:27  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 04:49:33 Collecting docker-compose==1.23.2 04:49:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:49:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:49:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:49:35 Collecting texttable<0.10,>=0.9.0 04:49:35 Downloading texttable-0.9.1.tar.gz (11 kB) 04:49:38 Collecting PyYAML<4,>=3.10 04:49:38 Downloading PyYAML-3.13.tar.gz (270 kB) 04:49:43 Collecting jsonschema<3,>=2.5.1 04:49:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:49:43 Collecting dockerpty<0.5,>=0.4.1 04:49:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:49:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:49:46 Collecting docker<4.0,>=3.6.0 04:49:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:49:46 Collecting docopt<0.7,>=0.6.1 04:49:46 Downloading docopt-0.6.2.tar.gz (25 kB) 04:49:50 Collecting websocket-client<1.0,>=0.32.0 04:49:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:49:50 Collecting cached-property<2,>=1.2.0 04:49:50 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:49:50 Collecting idna<2.8,>=2.5 04:49:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:49:51 Collecting urllib3<1.25,>=1.21.1 04:49:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:49:51 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:49:51 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:49:52 Collecting docker-pycreds>=0.4.0 04:49:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:49:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:49:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:49:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:49:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:49:53 Installing collected packages: idna, urllib3, requests, texttable, PyYAML, jsonschema, dockerpty, websocket-client, docker-pycreds, docker, docopt, cached-property, docker-compose 04:49:53 Attempting uninstall: idna 04:49:53 Found existing installation: idna 2.9 04:49:53 Uninstalling idna-2.9: 04:49:53 Successfully uninstalled idna-2.9 04:49:54 Attempting uninstall: urllib3 04:49:54 Found existing installation: urllib3 1.25.9 04:49:54 Uninstalling urllib3-1.25.9: 04:49:54 Successfully uninstalled urllib3-1.25.9 04:49:55 Attempting uninstall: requests 04:49:55 Found existing installation: requests 2.23.0 04:49:55 Uninstalling requests-2.23.0: 04:49:55 Successfully uninstalled requests-2.23.0 04:49:55 Running setup.py install for texttable: started 04:49:58 Running setup.py install for texttable: finished with status 'done' 04:49:58 Running setup.py install for PyYAML: started 04:49:58 Removing intermediate container 99a98c1e6783 04:49:58 ---> 3dac2e1768e9 04:49:58 Step 7/29 : COPY . . 04:50:01 Running setup.py install for PyYAML: finished with status 'done' 04:50:03 Running setup.py install for dockerpty: started 04:50:04 Removing intermediate container e1a8c18a157b 04:50:04 ---> b514986841e0 04:50:04 Step 21/26 : RUN pip install docker-compose==1.23.2 04:50:05 ---> 1cdafc6decb0 04:50:05 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:50:06 ---> 4f71f791a608 04:50:06 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:50:06 ---> 478a43aff8a2 04:50:06 Step 9/21 : RUN make cmd/core-command/core-command 04:50:06 ---> Running in bd23ce9aea60 04:50:06 Running setup.py install for dockerpty: finished with status 'done' 04:50:07 Running setup.py install for docopt: started 04:50:08 ---> Running in 1675cd4e1248 04:50:08 ---> Running in 2470a8a3aec7 04:50:08 ---> Running in 3e365c7cacd4 04:50:10 Running setup.py install for docopt: finished with status 'done' 04:50:11 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:50:12 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:50:14 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:50:15 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:50:18 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:50:18 ---> 3c25654da648 04:50:18 Step 3/21 : WORKDIR /edgex-go 04:50:18 ---> Using cache 04:50:18 ---> 1a33fa0e497c 04:50:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:18 ---> Using cache 04:50:18 ---> 75ce52fb79fa 04:50:18 Step 5/21 : RUN apk update && apk add make git 04:50:18 ---> Using cache 04:50:18 ---> b69668bb3185 04:50:18 Step 6/21 : COPY go.mod . 04:50:18 ---> Using cache 04:50:18 ---> a5e2d3ffe358 04:50:18 Step 7/21 : RUN go mod download 04:50:18 ---> Using cache 04:50:18 ---> a3f5760c0750 04:50:18 Step 8/21 : COPY . . 04:50:18 ---> Using cache 04:50:18 ---> 9ddccc24fa57 04:50:18 Step 9/21 : RUN make cmd/core-command/core-command 04:50:19 ---> Running in 6334f9b108db 04:50:21 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:50:21 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:21 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:50:21 ---> 3c25654da648 04:50:21 Step 3/20 : WORKDIR /edgex-go 04:50:21 ---> Using cache 04:50:21 ---> 1a33fa0e497c 04:50:21 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:21 ---> Using cache 04:50:21 ---> 75ce52fb79fa 04:50:21 Step 5/20 : RUN apk update && apk add make git 04:50:21 ---> Using cache 04:50:21 ---> b69668bb3185 04:50:21 Step 6/20 : COPY go.mod . 04:50:21 ---> Using cache 04:50:21 ---> a5e2d3ffe358 04:50:21 Step 7/20 : RUN go mod download 04:50:21 ---> Using cache 04:50:21 ---> a3f5760c0750 04:50:21 Step 8/20 : COPY . . 04:50:21 ---> Using cache 04:50:21 ---> 9ddccc24fa57 04:50:21 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:50:23 Removing intermediate container 125d6a16c9fd 04:50:23 ---> 9d187e83f9b2 04:50:23 Step 22/26 : RUN apk --no-cache add curl 04:50:23 ---> Running in f9b5422deef0 04:50:23 ---> Running in 5c17a6d1964a 04:50:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:26 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:50:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:50:27 (2/3) Installing libcurl (7.69.1-r0) 04:50:27 (3/3) Installing curl (7.69.1-r0) 04:50:27 Executing busybox-1.31.1-r16.trigger 04:50:27 OK: 71 MiB in 58 packages 04:50:31 Removing intermediate container 5c17a6d1964a 04:50:31 ---> 4348409957a4 04:50:31 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:31 ---> Running in cf4301376a23 04:50:33 Removing intermediate container cf4301376a23 04:50:33 ---> 298a43ab2ca4 04:50:33 Step 24/26 : LABEL arch=arm64 04:50:33 ---> Running in 6803d9d97124 04:50:35 Removing intermediate container 6803d9d97124 04:50:35 ---> 9d532356af2c 04:50:35 Step 25/26 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:50:35 ---> Running in 67b07af57f7f 04:50:36 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:50:36 ---> 3c25654da648 04:50:36 Step 3/21 : WORKDIR /edgex-go 04:50:36 ---> Using cache 04:50:36 ---> 1a33fa0e497c 04:50:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:36 ---> Using cache 04:50:36 ---> 75ce52fb79fa 04:50:36 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:50:36 ---> Running in 31ea09537874 04:50:36 Removing intermediate container 67b07af57f7f 04:50:36 ---> 6994ddc8209e 04:50:36 Step 26/26 : LABEL version=0.0.0 04:50:36 ---> Running in 9540b73a82a7 04:50:38 Removing intermediate container 9540b73a82a7 04:50:38 ---> 94e2d9306ea6 04:50:38 04:50:38 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:50:38 ---> 3c25654da648 04:50:38 Step 3/22 : WORKDIR /edgex-go 04:50:38 ---> Using cache 04:50:38 ---> 1a33fa0e497c 04:50:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:38 ---> Using cache 04:50:38 ---> 75ce52fb79fa 04:50:38 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:50:38 ---> Running in f7a0ac95f210 04:50:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:39 Successfully built 94e2d9306ea6 04:50:39 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:50:39  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 04:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:41 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:41 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:41 OK: 12620 distinct packages available 04:50:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:42 OK: 217 MiB in 51 packages 04:50:43 Collecting docker-compose==1.23.2 04:50:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:50:43 Collecting docker<4.0,>=3.6.0 04:50:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:50:43 Collecting texttable<0.10,>=0.9.0 04:50:43 Downloading texttable-0.9.1.tar.gz (11 kB) 04:50:43 OK: 217 MiB in 51 packages 04:50:43 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:43 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:43 OK: 12620 distinct packages available 04:50:44 OK: 217 MiB in 51 packages 04:50:47 Removing intermediate container 31ea09537874 04:50:47 ---> 1ae99111eae2 04:50:47 Step 6/21 : COPY go.mod . 04:50:47 Removing intermediate container f7a0ac95f210 04:50:47 ---> 08fb888e4eca 04:50:47 Step 6/22 : COPY go.mod . 04:50:48 ---> dcf36428e140 04:50:48 Step 7/21 : RUN go mod download 04:50:49 ---> 40b959b6fd75 04:50:49 Step 7/22 : RUN go mod download 04:50:49 ---> Running in 48f93946cb30 04:50:50 ---> Running in 55e65038be1e 04:50:51 Collecting docopt<0.7,>=0.6.1 04:50:51 Downloading docopt-0.6.2.tar.gz (25 kB) 04:50:52 Collecting dockerpty<0.5,>=0.4.1 04:50:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:50:54 Collecting cached-property<2,>=1.2.0 04:50:54 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:50:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:50:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:50:55 ---> fc344f98acf4 04:50:55 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:50:56 Collecting PyYAML<4,>=3.10 04:50:56 Downloading PyYAML-3.13.tar.gz (270 kB) 04:50:56 ---> Running in 41b3358de091 04:50:56 Removing intermediate container 48f93946cb30 04:50:56 ---> 8c26d23ff50c 04:50:56 Step 8/21 : COPY . . 04:50:56 Removing intermediate container 55e65038be1e 04:50:56 ---> 136cae5894e2 04:50:56 Step 8/22 : COPY . . 04:50:57 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:50:58 Collecting websocket-client<1.0,>=0.32.0 04:50:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:50:59 Collecting jsonschema<3,>=2.5.1 04:50:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:50:59 Collecting docker-pycreds>=0.4.0 04:50:59 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:50:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:50:59 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:50:59 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:50:59 Collecting urllib3<1.25,>=1.21.1 04:50:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:51:00 Collecting idna<2.8,>=2.5 04:51:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:51:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:51:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:51:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:51:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:51:01 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, docopt, dockerpty, cached-property, PyYAML, jsonschema, docker-compose 04:51:02 Attempting uninstall: urllib3 04:51:02 Found existing installation: urllib3 1.25.9 04:51:02 Uninstalling urllib3-1.25.9: 04:51:03 Successfully uninstalled urllib3-1.25.9 04:51:03 Attempting uninstall: idna 04:51:03 Found existing installation: idna 2.9 04:51:03 Uninstalling idna-2.9: 04:51:03 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:51:04 Successfully uninstalled idna-2.9 04:51:04 Attempting uninstall: requests 04:51:04 Found existing installation: requests 2.23.0 04:51:04 Uninstalling requests-2.23.0: 04:51:05 Successfully uninstalled requests-2.23.0 04:51:06 Running setup.py install for texttable: started 04:51:09 Running setup.py install for texttable: finished with status 'done' 04:51:09 Running setup.py install for docopt: started 04:51:10 Running setup.py install for docopt: finished with status 'done' 04:51:10 Running setup.py install for dockerpty: started 04:51:11 Running setup.py install for dockerpty: finished with status 'done' 04:51:12 Running setup.py install for PyYAML: started 04:51:13 Running setup.py install for PyYAML: finished with status 'done' 04:51:15 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:51:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:51:15 ---> 3c25654da648 04:51:15 Step 3/21 : WORKDIR /edgex-go 04:51:15 ---> Using cache 04:51:15 ---> 1a33fa0e497c 04:51:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:15 ---> Using cache 04:51:15 ---> 75ce52fb79fa 04:51:15 Step 5/21 : RUN apk update && apk add make git 04:51:15 ---> Using cache 04:51:15 ---> b69668bb3185 04:51:15 Step 6/21 : COPY go.mod . 04:51:15 ---> Using cache 04:51:15 ---> a5e2d3ffe358 04:51:15 Step 7/21 : RUN go mod download 04:51:15 ---> Using cache 04:51:15 ---> a3f5760c0750 04:51:15 Step 8/21 : COPY . . 04:51:15 ---> Using cache 04:51:15 ---> 9ddccc24fa57 04:51:15 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:51:16 Removing intermediate container 2470a8a3aec7 04:51:16 ---> 550ef8199413 04:51:16 04:51:16 Step 10/21 : FROM scratch 04:51:16 ---> 04:51:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:16 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:51:16 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:51:20 ---> Running in 0976e54b2a0b 04:51:20 ---> Using cache 04:51:20 ---> 2ebcc602dfb9 04:51:20 Step 12/21 : ENV APP_PORT=48082 04:51:20 ---> Running in 94f9dcad6c51 04:51:20 Removing intermediate container 3e365c7cacd4 04:51:20 ---> ad847834ee16 04:51:20 04:51:20 Step 10/21 : FROM scratch 04:51:20 ---> 04:51:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:20 ---> Using cache 04:51:20 ---> 2ebcc602dfb9 04:51:20 Step 12/21 : ENV APP_PORT=48081 04:51:23 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:51:23 ---> Running in 924914c8ca1a 04:51:23 Removing intermediate container 94f9dcad6c51 04:51:23 ---> b2b9822bf06f 04:51:23 Step 13/21 : EXPOSE $APP_PORT 04:51:24 Removing intermediate container bd23ce9aea60 04:51:24 ---> 6dad9702dc6c 04:51:24 Step 22/26 : RUN apk --no-cache add curl 04:51:24 ---> Running in 11ace4803c05 04:51:24 Removing intermediate container 924914c8ca1a 04:51:24 ---> b33466dd4404 04:51:24 Step 13/21 : EXPOSE $APP_PORT 04:51:25 ---> Running in 5225f14aa737 04:51:25 ---> Running in f5dcba4739a3 04:51:26 Removing intermediate container 11ace4803c05 04:51:26 ---> b88c6a80c4a7 04:51:26 Step 14/21 : WORKDIR / 04:51:27 Removing intermediate container 1675cd4e1248 04:51:27 ---> 292249fcec17 04:51:27 04:51:27 Step 10/26 : FROM alpine:3.10 04:51:27 ---> Running in b8a8cb2cddfc 04:51:27 Removing intermediate container f5dcba4739a3 04:51:27 ---> 1bf0c522919e 04:51:27 Step 14/21 : WORKDIR / 04:51:27 3.10: Pulling from library/alpine 04:51:27 ---> Running in 86733e3f0e89 04:51:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:51:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:51:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:51:28 (2/3) Installing libcurl (7.69.1-r0) 04:51:28 (3/3) Installing curl (7.69.1-r0) 04:51:28 Executing busybox-1.31.1-r16.trigger 04:51:28 Removing intermediate container b8a8cb2cddfc 04:51:28 ---> af0880e50ed5 04:51:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:51:28 OK: 72 MiB in 58 packages 04:51:28 Removing intermediate container 86733e3f0e89 04:51:28 ---> f7104a2717a5 04:51:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:51:28 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:51:28 Status: Downloaded newer image for alpine:3.10 04:51:28 ---> be4e4bea2c2e 04:51:28 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:51:30 ---> Running in 183132339bc8 04:51:31 ---> e50ea553171d 04:51:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:51:31 ---> 0c9aea31cc6c 04:51:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:51:31 Removing intermediate container 41b3358de091 04:51:31 ---> 3d8b3a2304f3 04:51:31 04:51:31 Step 9/29 : FROM alpine:latest 04:51:31 ---> a24bb4013296 04:51:31 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:51:31 Removing intermediate container 5225f14aa737 04:51:31 ---> 96a82df52f81 04:51:31 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:31 ---> Running in 45ab40b0588a 04:51:31 ---> Running in 48116469fea0 04:51:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:51:32 Removing intermediate container 45ab40b0588a 04:51:32 ---> e67542dccd45 04:51:32 Step 11/29 : USER root 04:51:32 ---> f24e17b790cf 04:51:32 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:51:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:51:32 ---> Running in a6ef9f826275 04:51:33 Removing intermediate container 48116469fea0 04:51:33 ---> 1fcccd337485 04:51:33 Step 24/26 : LABEL arch=x86_64 04:51:33 ---> 37a95c651f28 04:51:33 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:51:33 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:51:33 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:51:33 OK: 10346 distinct packages available 04:51:33 ---> Running in dd0b06ee0a9e 04:51:33 (1/5) Installing ca-certificates (20191127-r2) 04:51:33 ---> 57818924743f 04:51:33 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:33 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:51:33 (3/5) Installing libcurl (7.66.0-r0) 04:51:33 (4/5) Installing curl (7.66.0-r0) 04:51:33 (5/5) Installing dumb-init (1.2.2-r1) 04:51:33 Executing busybox-1.30.1-r3.trigger 04:51:33 Executing ca-certificates-20191127-r2.trigger 04:51:33 OK: 7 MiB in 19 packages 04:51:33 Removing intermediate container a6ef9f826275 04:51:33 ---> eb77ab869941 04:51:33 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:51:34 ---> Running in 3b5f18a8bc13 04:51:34 ---> Running in 62aa896b11f6 04:51:34 Removing intermediate container dd0b06ee0a9e 04:51:34 ---> 43dcc1a4d688 04:51:34 Step 25/26 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:51:34 ---> 34079862e572 04:51:34 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:34 ---> Running in 17dd94dae9e5 04:51:34 ---> Running in 82e2ebe91a23 04:51:35 Removing intermediate container 3b5f18a8bc13 04:51:35 ---> 9becd04a5524 04:51:35 Step 19/21 : LABEL arch=x86_64 04:51:35 ---> Running in 44d7384ad266 04:51:35 Removing intermediate container 82e2ebe91a23 04:51:35 ---> a333652c970a 04:51:35 Step 26/26 : LABEL version=0.0.0 04:51:35 Removing intermediate container 17dd94dae9e5 04:51:35 ---> e1ef57c5481b 04:51:35 Step 19/21 : LABEL arch=x86_64 04:51:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:51:35 ---> Running in 5800527f035b 04:51:36 ---> Running in 2f5b75a3c6ab 04:51:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:51:36 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:51:36 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:51:36 OK: 12749 distinct packages available 04:51:36 (1/2) Installing ca-certificates (20191127-r4) 04:51:36 (2/2) Installing dumb-init (1.2.2-r1) 04:51:36 Executing busybox-1.31.1-r16.trigger 04:51:36 Executing ca-certificates-20191127-r4.trigger 04:51:36 Removing intermediate container 183132339bc8 04:51:36 ---> ea2a0eb658c5 04:51:36 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:51:37 OK: 6 MiB in 16 packages 04:51:37 Removing intermediate container 44d7384ad266 04:51:37 ---> 1382683f9934 04:51:37 Step 20/21 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:51:37 ---> Running in 66590e405700 04:51:37 Removing intermediate container 5800527f035b 04:51:37 ---> 0a4e79f45785 04:51:37 04:51:37 Removing intermediate container 2f5b75a3c6ab 04:51:37 ---> 031c5375ad29 04:51:37 Step 20/21 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:51:37 ---> Running in b8b34d295a0c 04:51:37 Successfully built 0a4e79f45785 04:51:37 Successfully tagged docker-sys-mgmt-agent-go:latest 04:51:37 ---> Running in 05ae4431a3a4 04:51:37  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go 04:51:38 Removing intermediate container 66590e405700 04:51:38 ---> 85e55b54c175 04:51:38 Step 13/26 : WORKDIR / 04:51:38 Removing intermediate container b8b34d295a0c 04:51:38 ---> 6372f03fe492 04:51:38 Step 21/21 : LABEL version=0.0.0 04:51:41 ---> Running in 4c763a72fd40 04:51:41 ---> Running in 41f27e8d0819 04:51:41 ---> 709dc8e1c00c 04:51:41 Step 9/22 : RUN make cmd/core-data/core-data 04:51:41 ---> e097524e0535 04:51:41 Step 9/21 : RUN make cmd/support-logging/support-logging 04:51:41 ---> Running in a3713a05fe45 04:51:41 ---> Running in 69adc91657e0 04:51:42 Removing intermediate container 05ae4431a3a4 04:51:42 ---> cc4e9152ea78 04:51:42 Step 21/21 : LABEL version=0.0.0 04:51:42 Removing intermediate container 62aa896b11f6 04:51:42 ---> b12661e80758 04:51:42 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:51:42 Removing intermediate container f9b5422deef0 04:51:42 ---> 76743c26b7bb 04:51:42 04:51:42 Step 10/20 : FROM alpine 04:51:42 ---> 62ee0e9f8440 04:51:42 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:51:42 ---> Running in 2c2a42c1ae20 04:51:43 ---> Running in 6529fddc1c80 04:51:43 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:51:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:51:43 ---> Running in 4b66671d8469 04:51:43 Removing intermediate container 4c763a72fd40 04:51:43 ---> d8c41e062c4c 04:51:43 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:51:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:45 Removing intermediate container 41f27e8d0819 04:51:45 ---> b66d23466e4b 04:51:45 04:51:46 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:51:46 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:51:46 OK: 12620 distinct packages available 04:51:46 Successfully built b66d23466e4b 04:51:47 (1/4) Installing ca-certificates (20191127-r4) 04:51:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:51:47 (3/4) Installing libcurl (7.69.1-r0) 04:51:47 (4/4) Installing curl (7.69.1-r0) 04:51:47 Executing busybox-1.31.1-r16.trigger 04:51:47 Executing ca-certificates-20191127-r4.trigger 04:51:48 Successfully tagged docker-core-command-go:latest 04:51:48  Building docker-core-command-go ... done Removing intermediate container 6529fddc1c80 04:51:48 ---> f5c293239a47 04:51:48 04:51:48 Removing intermediate container 4b66671d8469 04:51:48 ---> 78196c50beda 04:51:48 Step 14/29 : WORKDIR $BASE_DIR 04:51:48 OK: 7 MiB in 18 packages 04:51:48 ---> 94b64fc14a0f 04:51:48 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:51:48 ---> Running in b02816968322 04:51:48 Successfully built f5c293239a47 04:51:48 Successfully tagged docker-core-metadata-go:latest 04:51:49  Building docker-core-metadata-go ... done  ---> 78eaa623fdef 04:51:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:51:49 Removing intermediate container b02816968322 04:51:49 ---> dff4a5bb5d1d 04:51:49 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:51:49 ---> Running in ff80d9e59c89 04:51:49 ---> 40d9eb9865b4 04:51:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:51:51 Removing intermediate container 2c2a42c1ae20 04:51:51 ---> 1a3459444384 04:51:51 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:51:51 ---> cc323941ccde 04:51:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:51:51 ---> Running in d50f85918c07 04:51:51 Removing intermediate container d50f85918c07 04:51:51 ---> ac2347f2139f 04:51:51 Step 13/20 : WORKDIR /edgex 04:51:52 ---> Running in 700e077ae151 04:51:52 ---> 5c21cfcb8f1f 04:51:52 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:51:52 Removing intermediate container ff80d9e59c89 04:51:52 ---> 3c89cd63af73 04:51:52 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:51:53 Removing intermediate container 700e077ae151 04:51:53 ---> e020408bce7f 04:51:53 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:51:55 ---> dee1bfd094a6 04:51:55 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:51:56 Removing intermediate container 6334f9b108db 04:51:56 ---> 82227c356255 04:51:56 04:51:56 Step 10/21 : FROM scratch 04:51:56 ---> 04:51:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:56 ---> Using cache 04:51:56 ---> 6f617dc0a961 04:51:56 Step 12/21 : ENV APP_PORT=48082 04:51:57 ---> Running in 6d142a067dfd 04:51:57 ---> 74fd5eb32599 04:51:57 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:51:57 ---> Running in 93e5ca9f48dc 04:51:57 Removing intermediate container 6d142a067dfd 04:51:57 ---> 1b67a3f8938a 04:51:57 Step 13/21 : EXPOSE $APP_PORT 04:51:58 ---> Running in 405a33c42e3d 04:51:58 Removing intermediate container 93e5ca9f48dc 04:51:58 ---> 6342d0cc2ca8 04:51:58 Step 17/20 : CMD ["--init=true"] 04:51:58 ---> 94dd457db1d0 04:51:58 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:51:58 ---> 4e675b2e0117 04:51:58 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:51:58 ---> Running in 441df8d62729 04:51:58 Removing intermediate container 405a33c42e3d 04:51:58 ---> 06fea872505a 04:51:58 Step 14/21 : WORKDIR / 04:51:59 ---> Running in 129849226edd 04:51:59 Removing intermediate container 441df8d62729 04:51:59 ---> 9e886776cb7e 04:51:59 Step 18/20 : LABEL arch=arm64 04:51:59 ---> Running in dbb66f1947ad 04:51:59 Removing intermediate container 129849226edd 04:51:59 ---> d3919419eae5 04:51:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:52:00 Removing intermediate container dbb66f1947ad 04:52:00 ---> 90aafe73071a 04:52:00 Step 19/20 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:52:00 ---> Running in cfb14270f017 04:52:01 ---> 84069354af90 04:52:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:52:01 Removing intermediate container cfb14270f017 04:52:01 ---> d116730174e1 04:52:01 Step 20/20 : LABEL version=0.0.0 04:52:01 ---> Running in bd83074368e7 04:52:02 Removing intermediate container bd83074368e7 04:52:02 ---> c922478b8e2f 04:52:02 04:52:03 ---> dd08ac8230cd 04:52:03 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:52:03 Successfully built c922478b8e2f 04:52:03 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:52:04  Building docker-security-proxy-setup-go ... done  ---> 5e73150a5135 04:52:04 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:52:04 ---> f5757754731c 04:52:04 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:52:04 ---> bcf0a728145e 04:52:04 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:52:04 ---> Running in 1aabea761d05 04:52:05 Removing intermediate container 1aabea761d05 04:52:05 ---> e191a57abe01 04:52:05 Step 19/21 : LABEL arch=arm64 04:52:05 ---> Running in 12c9f60361da 04:52:05 ---> 4bbbe93ad3a8 04:52:05 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:52:06 ---> e8366fdadf76 04:52:06 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:52:06 Removing intermediate container 12c9f60361da 04:52:06 ---> cf10c61c132b 04:52:06 Step 20/21 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:52:06 ---> Running in a5e89d8b237d 04:52:07 Removing intermediate container a5e89d8b237d 04:52:07 ---> ad8fd34037e9 04:52:07 Step 21/21 : LABEL version=0.0.0 04:52:07 ---> Running in 42e7a15eff07 04:52:07 ---> cbe839f90da3 04:52:07 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:52:07 ---> Running in 3e9d18382dbc 04:52:07 Removing intermediate container 42e7a15eff07 04:52:07 ---> 2cf36d1e70e0 04:52:07 04:52:08 Successfully built 2cf36d1e70e0 04:52:08 Successfully tagged docker-core-command-go-arm64:latest 04:52:08 ---> 3e56d9129c72 04:52:08 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:52:09 ---> Running in cd22bb34cff7 04:52:10 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:52:10 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:52:10 ---> ea09b8cc8d27 04:52:10 Step 3/20 : WORKDIR /edgex-go 04:52:10 ---> Using cache 04:52:10 ---> 39c79d70d3f6 04:52:10 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:52:10 ---> Using cache 04:52:10 ---> c882270e364b 04:52:10 Step 5/20 : RUN apk update && apk add make git 04:52:10 ---> Using cache 04:52:10 ---> 921df5afd334 04:52:10 Step 6/20 : COPY go.mod . 04:52:10 ---> Using cache 04:52:10 ---> 413ac0ad5bfd 04:52:10 Step 7/20 : RUN go mod download 04:52:10 ---> Using cache 04:52:10 ---> ca6224561889 04:52:10 Step 8/20 : COPY . . 04:52:10 ---> Using cache 04:52:10 ---> 1cdafc6decb0 04:52:10 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:52:11 ---> Running in f2e4faa63cce 04:52:11 Removing intermediate container 3e9d18382dbc 04:52:11 ---> 4aa18a34a367 04:52:11 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:52:12 ---> Running in 909ce52ec25b 04:52:12 Removing intermediate container cd22bb34cff7 04:52:12 ---> b7e2b6040983 04:52:12 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:52:12 Removing intermediate container 909ce52ec25b 04:52:12 ---> ea5abc88c81c 04:52:12 Step 24/26 : LABEL arch=x86_64 04:52:12 ---> Running in 90a7853f6dca 04:52: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:52:13 ---> b6a92d93a651 04:52:13 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:52:13 Removing intermediate container 90a7853f6dca 04:52:13 ---> 7c07cc3c6e67 04:52:13 Step 25/26 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:52:13 ---> Running in 3166d77c7dcd 04:52:13 ---> Running in 813c47425191 04:52:13 Removing intermediate container 813c47425191 04:52:13 ---> e46e03e841f5 04:52:13 Step 26/26 : LABEL version=0.0.0 04:52:14 ---> Running in f1a6ea3a0946 04:52:14 Removing intermediate container f1a6ea3a0946 04:52:14 ---> ee824fbd478f 04:52:14 04:52:14 Successfully built ee824fbd478f 04:52:14 Successfully tagged docker-security-secretstore-setup-go:latest 04:52:15  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3166d77c7dcd 04:52:15 ---> 3dd18107a37e 04:52:15 Step 24/29 : RUN chmod 755 security-secrets-setup 04:52:15 ---> Running in d8b72c688ecd 04:52:18 Removing intermediate container d8b72c688ecd 04:52:18 ---> 4a864007fd88 04:52:18 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:52:19 ---> Running in 2b1cb22e8ea5 04:52:20 Removing intermediate container 2b1cb22e8ea5 04:52:20 ---> 81f7a888c628 04:52:20 Step 26/29 : CMD [ "generate" ] 04:52:20 ---> Running in ba1505ae319c 04:52:20 Removing intermediate container ba1505ae319c 04:52:20 ---> 93f5858304d6 04:52:20 Step 27/29 : LABEL arch=x86_64 04:52:21 ---> Running in 83ad97c88a6f 04:52:21 Removing intermediate container 83ad97c88a6f 04:52:21 ---> 4969c90f3d42 04:52:21 Step 28/29 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:52:21 ---> Running in 789c1c5080c6 04:52:22 Removing intermediate container 789c1c5080c6 04:52:22 ---> 3a2408c36e51 04:52:22 Step 29/29 : LABEL version=0.0.0 04:52:22 ---> Running in 4c5858735e5d 04:52:23 Removing intermediate container 4c5858735e5d 04:52:23 ---> 993c82f6f99a 04:52:23 04:52:23 Successfully built 993c82f6f99a 04:52:23 Successfully tagged docker-security-secrets-setup-go:latest 04:52:34  Building docker-security-secrets-setup-go ... done Removing intermediate container f2e4faa63cce 04:52:34 ---> 2530ffe1a9d9 04:52:34 04:52:34 Step 10/20 : FROM alpine 04:52:34 ---> a24bb4013296 04:52:34 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:52:34 ---> Running in a933fc73e96f 04:52:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:52:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:52:35 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:52:35 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:52:35 OK: 12749 distinct packages available 04:52:35 (1/4) Installing ca-certificates (20191127-r4) 04:52:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:52:35 (3/4) Installing libcurl (7.69.1-r0) 04:52:35 (4/4) Installing curl (7.69.1-r0) 04:52:35 Executing busybox-1.31.1-r16.trigger 04:52:35 Executing ca-certificates-20191127-r4.trigger 04:52:35 OK: 7 MiB in 18 packages 04:52:38 Removing intermediate container a933fc73e96f 04:52:38 ---> e5e50e7b6a75 04:52:38 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:52:38 ---> Running in e87c8d9d4ad3 04:52:39 Removing intermediate container e87c8d9d4ad3 04:52:39 ---> b14611dee179 04:52:39 Step 13/20 : WORKDIR /edgex 04:52:40 ---> Running in a0d5552fa275 04:52:40 Removing intermediate container a0d5552fa275 04:52:40 ---> 4a631b905b0c 04:52:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:52:40 ---> 77e0637e710e 04:52:40 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:52:40 ---> 4d385c23957c 04:52:40 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:52:40 ---> Running in b56b65c6a11f 04:52:41 Removing intermediate container b56b65c6a11f 04:52:41 ---> 4b38efd8e124 04:52:41 Step 17/20 : CMD ["--init=true"] 04:52:41 ---> Running in f50bac79a39e 04:52:41 Removing intermediate container f50bac79a39e 04:52:41 ---> 8e002bf7a1c3 04:52:41 Step 18/20 : LABEL arch=x86_64 04:52:41 ---> Running in b6edd411976a 04:52:42 Removing intermediate container b6edd411976a 04:52:42 ---> c248f9e7fbc3 04:52:42 Step 19/20 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:52:42 ---> Running in 4f9ffbbea407 04:52:42 Removing intermediate container 4f9ffbbea407 04:52:42 ---> 53bda899cc6f 04:52:42 Step 20/20 : LABEL version=0.0.0 04:52:42 ---> Running in 53bbc28b9146 04:52:43 Removing intermediate container 53bbc28b9146 04:52:43 ---> 5729e9b05765 04:52:43 04:52:43 Successfully built 5729e9b05765 04:52:43 Successfully tagged docker-security-proxy-setup-go:latest 04:52:43  Building docker-security-proxy-setup-go ... done  [Pipeline] } 04:52:43 $ docker stop --time=1 cd83f3adddea45e8375545792f03a4bfb8d64f4afe66407c08d3b61389145d3a 04:52:46 $ docker rm -f cd83f3adddea45e8375545792f03a4bfb8d64f4afe66407c08d3b61389145d3a [Pipeline] // withDockerContainer [Pipeline] sh 04:52:47 + grep docker 04:52:47 + docker images 04:52:47 docker-security-proxy-setup-go latest 5729e9b05765 4 seconds ago 16.4MB 04:52:47 docker-security-secrets-setup-go latest 993c82f6f99a 25 seconds ago 25.1MB 04:52:47 docker-security-secretstore-setup-go latest ee824fbd478f 33 seconds ago 33.9MB 04:52:47 docker-core-metadata-go latest f5c293239a47 About a minute ago 14.4MB 04:52:47 docker-core-command-go latest b66d23466e4b About a minute ago 13MB 04:52:47 docker-sys-mgmt-agent-go latest 0a4e79f45785 About a minute ago 284MB 04:52:47 docker-core-data-go latest a759466c692a 4 minutes ago 24.4MB 04:52:47 docker-support-notifications-go latest 5d00180f3f86 5 minutes ago 14.5MB 04:52:47 docker-support-logging-go latest 17c94ad28dab 5 minutes ago 11.8MB 04:52:47 docker-support-scheduler-go latest 020bd3d0c20f 5 minutes ago 13.1MB 04:52:47 docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:52:55  Building docker-core-command-go ... done Removing intermediate container a3713a05fe45 04:52:55 ---> 96325322483c 04:52:55 04:52:55 Step 10/21 : FROM scratch 04:52:55 ---> 04:52:55 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:52:55 Removing intermediate container 0976e54b2a0b 04:52:55 ---> f2dbfcda3f01 04:52:55 04:52:55 Step 10/21 : FROM scratch 04:52:55 ---> 04:52:55 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:52:55 ---> Using cache 04:52:55 ---> aac369f71606 04:52:55 Step 12/21 : ENV APP_PORT=48061 04:52:55 ---> Using cache 04:52:55 ---> 6f617dc0a961 04:52:55 Step 12/21 : ENV APP_PORT=48081 04:52:55 ---> Running in 1011e534f1fe 04:52:55 ---> Running in 8f7503a6fdfd 04:52:56 Removing intermediate container 8f7503a6fdfd 04:52:56 ---> 3b76dff0fde6 04:52:56 Step 13/21 : EXPOSE $APP_PORT 04:52:56 ---> Running in 4275fc704bb3 04:52:56 Removing intermediate container 1011e534f1fe 04:52:56 ---> 022f68cada35 04:52:56 Step 13/21 : EXPOSE $APP_PORT 04:52:56 ---> Running in 6f93bee9fcf8 04:52:56 Removing intermediate container 4275fc704bb3 04:52:56 ---> 328a2a0a42e1 04:52:56 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:52:56 Removing intermediate container 6f93bee9fcf8 04:52:56 ---> 040684102f0e 04:52:56 Step 14/21 : WORKDIR / 04:52:56 ---> Running in 19158c15b100 04:52:57 ---> a7324f00da08 04:52:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:52:57 Removing intermediate container 19158c15b100 04:52:57 ---> 744995593a79 04:52:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:52:58 ---> 5117b1155c14 04:52:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:52:58 ---> 60b554879c88 04:52:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:52:59 ---> 8527c6dbc386 04:52:59 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:53:00 ---> 599839705ef5 04:53:00 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:53:01 ---> b1654a95885d 04:53:01 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:53:01 ---> fc1178889dd6 04:53:01 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:53:01 ---> Running in e01a8278c7e6 04:53:01 ---> Running in 6f398f2f59bd 04:53:02 Removing intermediate container e01a8278c7e6 04:53:02 ---> 38e62769d145 04:53:02 Step 19/21 : LABEL arch=arm64 04:53:02 Removing intermediate container 6f398f2f59bd 04:53:02 ---> e1b108b59052 04:53:02 Step 19/21 : LABEL arch=arm64 04:53:02 ---> Running in ca0a1c0c1951 04:53:02 ---> Running in 84e8c1502e86 04:53:03 Removing intermediate container ca0a1c0c1951 04:53:03 ---> 918ba89fea30 04:53:03 Step 20/21 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:53:03 ---> Running in dbbe51f6cdba 04:53:03 Removing intermediate container 84e8c1502e86 04:53:03 ---> 260add72ab26 04:53:03 Step 20/21 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:53:03 ---> Running in d285482b0316 04:53:03 Removing intermediate container dbbe51f6cdba 04:53:03 ---> 5593efc1d2f3 04:53:03 Step 21/21 : LABEL version=0.0.0 04:53:04 ---> Running in 8fe1baa60d94 04:53:04 Removing intermediate container d285482b0316 04:53:04 ---> 4bcd3baacd9e 04:53:04 Step 21/21 : LABEL version=0.0.0 04:53:04 ---> Running in ec5bfb2b93a5 04:53:04 Removing intermediate container 8fe1baa60d94 04:53:04 ---> 4888e8c1ca98 04:53:04 04:53:05 Removing intermediate container ec5bfb2b93a5 04:53:05 ---> db7cc20cf407 04:53:05 04:53:05 Successfully built 4888e8c1ca98 04:53:05 Successfully tagged docker-core-metadata-go-arm64:latest 04:53:05  Building docker-core-metadata-go ... done Successfully built db7cc20cf407 04:53:05 Successfully tagged docker-support-logging-go-arm64:latest 04:53:13  Building docker-support-logging-go ... done Removing intermediate container 69adc91657e0 04:53:13 ---> 5fa8bc5b7bfd 04:53:13 04:53:13 Step 10/22 : FROM alpine 04:53:13 ---> 62ee0e9f8440 04:53:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:53:13 ---> Running in e4264ae67675 04:53:13 Removing intermediate container e4264ae67675 04:53:13 ---> 759fb0c3233f 04:53:13 Step 12/22 : ENV APP_PORT=48080 04:53:13 ---> Running in ca22b1104fa5 04:53:13 Removing intermediate container ca22b1104fa5 04:53:13 ---> 560f79ecd97e 04:53:13 Step 13/22 : EXPOSE $APP_PORT 04:53:13 ---> Running in 03373af71c1b 04:53:14 Removing intermediate container 03373af71c1b 04:53:14 ---> cf31d8a4eb10 04:53:14 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:14 ---> Running in 71ac9d8ad81f 04:53:17 Removing intermediate container 71ac9d8ad81f 04:53:17 ---> 664a507e868c 04:53:17 Step 15/22 : RUN apk --no-cache add zeromq 04:53:17 ---> Running in 2cc32d5f32b4 04:53:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:20 (1/5) Installing libgcc (9.3.0-r2) 04:53:20 (2/5) Installing libsodium (1.0.18-r0) 04:53:20 (3/5) Installing libstdc++ (9.3.0-r2) 04:53:21 (4/5) Installing libzmq (4.3.2-r0) 04:53:21 (5/5) Installing zeromq (4.3.2-r0) 04:53:21 Executing busybox-1.31.1-r16.trigger 04:53:21 OK: 8 MiB in 19 packages 04:53:22 Removing intermediate container 2cc32d5f32b4 04:53:22 ---> 9d860474bc83 04:53:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:53:23 ---> d9375b6957bb 04:53:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:53:24 ---> c15a084dea01 04:53:24 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:53:25 ---> 450bb8d724a2 04:53:25 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:53:25 ---> Running in 5020f920b23d 04:53:25 Removing intermediate container 5020f920b23d 04:53:25 ---> b543ca57dd71 04:53:25 Step 20/22 : LABEL arch=arm64 04:53:25 ---> Running in 02eaa9f5540b 04:53:26 Removing intermediate container 02eaa9f5540b 04:53:26 ---> 76ddd9c48b5e 04:53:26 Step 21/22 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 04:53:26 ---> Running in f64c9d3fc376 04:53:26 Removing intermediate container f64c9d3fc376 04:53:26 ---> c78f3c009f9a 04:53:26 Step 22/22 : LABEL version=0.0.0 04:53:26 ---> Running in 24ecb2721271 04:53:27 Removing intermediate container 24ecb2721271 04:53:27 ---> 4458414e8151 04:53:27 04:53:27 Successfully built 4458414e8151 04:53:27 Successfully tagged docker-core-data-go-arm64:latest 04:53:28  Building docker-core-data-go ... done  [Pipeline] } 04:53:28 $ docker stop --time=1 1435e971f6c6803e2d72f343822335e25e1f3788fb509c2aa581e2ffac916d90 04:53:29 $ docker rm -f 1435e971f6c6803e2d72f343822335e25e1f3788fb509c2aa581e2ffac916d90 [Pipeline] // withDockerContainer [Pipeline] sh 04:53:30 + docker images 04:53:30 + grep docker 04:53:30 docker-core-data-go-arm64 latest 4458414e8151 3 seconds ago 23.3MB 04:53:30 docker-core-metadata-go-arm64 latest 4888e8c1ca98 26 seconds ago 13.8MB 04:53:30 docker-support-logging-go-arm64 latest db7cc20cf407 26 seconds ago 11.4MB 04:53:30 docker-core-command-go-arm64 latest 2cf36d1e70e0 About a minute ago 12.4MB 04:53:30 docker-security-proxy-setup-go-arm64 latest c922478b8e2f About a minute ago 15.8MB 04:53:30 docker-sys-mgmt-agent-go-arm64 latest 94e2d9306ea6 2 minutes ago 266MB 04:53:30 docker-security-secretstore-setup-go-arm64 latest 3927d2ac67ea 4 minutes ago 32.6MB 04:53:30 docker-support-notifications-go-arm64 latest e8c7bc1f86d8 4 minutes ago 13.9MB 04:53:30 docker-support-scheduler-go-arm64 latest 025c4156a635 4 minutes ago 12.6MB 04:53:30 docker-security-secrets-setup-go-arm64 latest e80bb9c06d79 4 minutes ago 24.2MB 04:53:30 docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:53:32 provisioning config files... 04:53:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config7095736589222176158tmp [Pipeline] { [Pipeline] sh 04:53:32 + curl -s https://codecov.io/bash 04:53:32 + bash -s - -t @/w/workspace/edgex-go/20@tmp/config7095736589222176158tmp [Pipeline] } 04:53:33 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:53:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:53:35 ---> package-listing.sh 04:53:35 ++ facter osfamily 04:53:35 ++ tr '[:upper:]' '[:lower:]' 04:53:35 + OS_FAMILY=redhat 04:53:35 + workspace=/w/workspace/edgex-go/20 04:53:35 + START_PACKAGES=/tmp/packages_start.txt 04:53:35 + END_PACKAGES=/tmp/packages_end.txt 04:53:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:53:35 + PACKAGES=/tmp/packages_start.txt 04:53:35 + '[' /w/workspace/edgex-go/20 ']' 04:53:35 + PACKAGES=/tmp/packages_end.txt 04:53:35 + case "${OS_FAMILY}" in 04:53:35 + rpm -qa 04:53:35 + sort 04:53:40 + '[' -f /tmp/packages_start.txt ']' 04:53:40 + '[' -f /tmp/packages_end.txt ']' 04:53:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:53:40 + '[' /w/workspace/edgex-go/20 ']' 04:53:40 + mkdir -p /w/workspace/edgex-go/20/archives/ 04:53:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] isUnix [Pipeline] sh 04:53:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:40 04:53:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:53:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:41 alpine: Pulling from edgex-lftools-log-publisher 04:53:41 c9b1b535fdd9: Pulling fs layer 04:53:41 2cc5ad85d9ab: Pulling fs layer 04:53:41 756a868c4378: Pulling fs layer 04:53:41 444b2fc9a129: Pulling fs layer 04:53:41 ea15f1150254: Pulling fs layer 04:53:41 41b27a9f41bf: Pulling fs layer 04:53:41 28c525ee5125: Pulling fs layer 04:53:41 094b1ea09ed8: Pulling fs layer 04:53:41 138eaada9080: Pulling fs layer 04:53:41 0622d0fa9048: Pulling fs layer 04:53:41 ea15f1150254: Waiting 04:53:41 41b27a9f41bf: Waiting 04:53:41 28c525ee5125: Waiting 04:53:41 094b1ea09ed8: Waiting 04:53:41 138eaada9080: Waiting 04:53:41 0622d0fa9048: Waiting 04:53:41 444b2fc9a129: Waiting 04:53:41 2cc5ad85d9ab: Verifying Checksum 04:53:41 2cc5ad85d9ab: Download complete 04:53:41 444b2fc9a129: Verifying Checksum 04:53:41 444b2fc9a129: Download complete 04:53:41 c9b1b535fdd9: Verifying Checksum 04:53:41 c9b1b535fdd9: Download complete 04:53:41 ea15f1150254: Download complete 04:53:41 28c525ee5125: Verifying Checksum 04:53:41 28c525ee5125: Download complete 04:53:41 c9b1b535fdd9: Pull complete 04:53:42 756a868c4378: Verifying Checksum 04:53:42 756a868c4378: Download complete 04:53:42 2cc5ad85d9ab: Pull complete 04:53:42 138eaada9080: Verifying Checksum 04:53:42 138eaada9080: Download complete 04:53:42 094b1ea09ed8: Verifying Checksum 04:53:42 094b1ea09ed8: Download complete 04:53:42 0622d0fa9048: Download complete 04:53:42 41b27a9f41bf: Verifying Checksum 04:53:42 41b27a9f41bf: Download complete 04:53:45 756a868c4378: Pull complete 04:53:45 444b2fc9a129: Pull complete 04:53:45 ea15f1150254: Pull complete 04:53:54 41b27a9f41bf: Pull complete 04:53:54 28c525ee5125: Pull complete 04:53:57 094b1ea09ed8: Pull complete 04:53:57 138eaada9080: Pull complete 04:53:57 0622d0fa9048: Pull complete 04:53:57 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:53:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:53:58 prd-centos7-docker-4c-2g-964 does not seem to be running inside a container 04:53:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:54:03 $ docker top b0c9f5c235ef09fb70f97e97402db235b992cd42c1fe4144001f7826c9c9ac3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:54:03 provisioning config files... 04:54:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config1476789197732982331tmp [Pipeline] { [Pipeline] echo 04:54:03 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:54:03 ---> create-netrc.sh [Pipeline] echo 04:54:03 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:54:04 ---> logs-deploy.sh 04:54:04 + ARCHIVE_ARTIFACTS= 04:54:04 + LOGS_SERVER=https://logs.edgexfoundry.org 04:54:04 + '[' https://logs.edgexfoundry.org == None ']' 04:54:04 + NEXUS_URL=https://nexus.edgexfoundry.org 04:54:04 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/20 04:54:04 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/20/ 04:54:04 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/20 /w/workspace/edgex-go/20 04:54:05 Archives upload complete. 04:54:05 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/20 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/20/