Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+aed4594c0c67a41538adeca107413fb688e317f4 (220ac0a9f41e06758c47dd355504ba506efe92d1) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3347 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/30 [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/30 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing 3411bc6691e646aaca2da325fb23ef81e0951fbb Checking out Revision 3411bc6691e646aaca2da325fb23ef81e0951fbb (PR-2574) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3411bc6691e646aaca2da325fb23ef81e0951fbb # timeout=10 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:32:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:32:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:32:06 ========================================================= 04:32:06 EdgeX Global Pipelines Version Info 04:32:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 00db54cc79085e1ecaf600c8ab979e4b96d614ac # timeout=10 04:32:08 ------------------- 04:32:08 stable info: 04:32:08 ------------------- 04:32:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:32:08 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:32:08 Message: update stable to v1.0.106 04:32:09 ------------------- 04:32:09 experimental info: 04:32:09 ------------------- 04:32:09 Commited By: **** collab-it+edgex@linuxfoundation.org 04:32:09 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:32:09 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:32:10 ++ 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:32:10 + for file in '`ls cmd/**/Dockerfile`' 04:32:10 ++ dirname cmd/core-command/Dockerfile 04:32:10 ++ cut -d/ -f2 04:32:10 + echo core-command,cmd/core-command/Dockerfile 04:32:10 + for file in '`ls cmd/**/Dockerfile`' 04:32:10 ++ dirname cmd/core-data/Dockerfile 04:32:10 ++ cut -d/ -f2 04:32:10 + echo core-data,cmd/core-data/Dockerfile 04:32:10 + for file in '`ls cmd/**/Dockerfile`' 04:32:10 ++ dirname cmd/core-metadata/Dockerfile 04:32:10 ++ cut -d/ -f2 04:32:10 + echo core-metadata,cmd/core-metadata/Dockerfile 04:32:10 + for file in '`ls cmd/**/Dockerfile`' 04:32:10 ++ dirname cmd/security-proxy-setup/Dockerfile 04:32:10 ++ cut -d/ -f2 04:32:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:32:10 + for file in '`ls cmd/**/Dockerfile`' 04:32:10 ++ dirname cmd/security-secrets-setup/Dockerfile 04:32:10 ++ cut -d/ -f2 04:32:10 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:32:10 + for file in '`ls cmd/**/Dockerfile`' 04:32:10 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:32:10 ++ cut -d/ -f2 04:32:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:32:10 + for file in '`ls cmd/**/Dockerfile`' 04:32:10 ++ dirname cmd/support-logging/Dockerfile 04:32:10 ++ cut -d/ -f2 04:32:10 + echo support-logging,cmd/support-logging/Dockerfile 04:32:10 + for file in '`ls cmd/**/Dockerfile`' 04:32:10 ++ dirname cmd/support-notifications/Dockerfile 04:32:10 ++ cut -d/ -f2 04:32:10 + echo support-notifications,cmd/support-notifications/Dockerfile 04:32:10 + for file in '`ls cmd/**/Dockerfile`' 04:32:10 ++ dirname cmd/support-scheduler/Dockerfile 04:32:10 ++ cut -d/ -f2 04:32:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:32:10 + for file in '`ls cmd/**/Dockerfile`' 04:32:10 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:32:10 ++ cut -d/ -f2 04:32:10 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:32:10 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:32:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:32:11 04:32:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:32:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:32:12 latest: Pulling from edgex-devops/git-semver 04:32:12 31603596830f: Pulling fs layer 04:32:12 2a8b12db71e7: Pulling fs layer 04:32:12 6ca5941a6612: Pulling fs layer 04:32:12 ecc8261a40a4: Pulling fs layer 04:32:12 ecc8261a40a4: Waiting 04:32:12 2a8b12db71e7: Verifying Checksum 04:32:12 2a8b12db71e7: Download complete 04:32:12 31603596830f: Download complete 04:32:12 ecc8261a40a4: Verifying Checksum 04:32:12 ecc8261a40a4: Download complete 04:32:12 6ca5941a6612: Verifying Checksum 04:32:12 6ca5941a6612: Download complete 04:32:12 31603596830f: Pull complete 04:32:13 2a8b12db71e7: Pull complete 04:32:13 6ca5941a6612: Pull complete 04:32:14 ecc8261a40a4: Pull complete 04:32:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:32:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:32:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:32:14 prd-centos7-docker-4c-2g-3347 does not seem to be running inside a container 04:32:14 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:32:16 $ docker top 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:32:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:32:16 [ssh-agent] Looking for ssh-agent implementation... 04:32:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:32:17 $ docker exec 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 ssh-agent 04:32:17 SSH_AUTH_SOCK=/tmp/ssh-ewMuPKVgLgrk/agent.11 04:32:17 SSH_AGENT_PID=16 04:32:17 Running ssh-add (command line suppressed) 04:32:17 Identity added: /w/workspace/edgex-go/30@tmp/private_key_7440543948752023879.key (/w/workspace/edgex-go/30@tmp/private_key_7440543948752023879.key) 04:32:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:32:17 + git describe --exact-match --tags HEAD 04:32:17 fatal: No names found, cannot describe anything. [Pipeline] } 04:32:17 $ docker exec --env ******** --env ******** 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 ssh-agent -k 04:32:17 unset SSH_AUTH_SOCK; 04:32:17 unset SSH_AGENT_PID; 04:32:17 echo Agent pid 16 killed; 04:32:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:32:18 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:32:18 This usually means this commit has not been tagged. [Pipeline] sshagent 04:32:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:32:18 [ssh-agent] Looking for ssh-agent implementation... 04:32:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:32:18 $ docker exec 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 ssh-agent 04:32:18 SSH_AUTH_SOCK=/tmp/ssh-VOit8rQkiqVs/agent.44 04:32:18 SSH_AGENT_PID=49 04:32:18 Running ssh-add (command line suppressed) 04:32:18 Identity added: /w/workspace/edgex-go/30@tmp/private_key_1324375405851386759.key (/w/workspace/edgex-go/30@tmp/private_key_1324375405851386759.key) 04:32:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:32:19 + git semver init 04:32:19 # -> Open(): unable to determine branch for HEAD 04:32:19 # $GIT_DIR = /w/workspace/edgex-go/30/.git 04:32:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/30 04:32:19 # $SEMVER_REMOTE_NAME = origin 04:32:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:32:19 # $SEMVER_USER_NAME = edgex-jenkins 04:32:19 # $SEMVER_BRANCH = PR-2574 04:32:19 # $SEMVER_TEMP = /tmp/semver-123987852 04:32:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:32:37 # '/tmp/semver-123987852' -> '/w/workspace/edgex-go/30/.semver' 04:32:37 # -> Force: false 04:32:37 # $SEMVER_DIR = /w/workspace/edgex-go/30/.semver [Pipeline] } 04:32:37 $ docker exec --env ******** --env ******** 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 ssh-agent -k 04:32:37 unset SSH_AUTH_SOCK; 04:32:37 unset SSH_AGENT_PID; 04:32:37 echo Agent pid 49 killed; 04:32:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:32:37 + git semver [Pipeline] } 04:32:38 $ docker stop --time=1 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 04:32:39 $ docker rm -f 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:32:54 Stashed 31 file(s) [Pipeline] echo 04:32:54 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 04:32:54 ========================================================= 04:32:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:32:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:55 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:32:58 Sending build context to Docker daemon 323MB 04:32:58 Step 1/7 : ARG BASE=golang:1.13-alpine 04:32:58 Step 2/7 : FROM ${BASE} 04:32:58 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:58 df20fa9351a1: Pulling fs layer 04:32:58 ed8968b2872e: Pulling fs layer 04:32:58 a92cc7c5fd73: Pulling fs layer 04:32:58 2dd03ba5bac4: Pulling fs layer 04:32:58 1e091d79d1de: Pulling fs layer 04:32:58 481702a1767f: Pulling fs layer 04:32:58 f64a6f60c768: Pulling fs layer 04:32:58 e78d2573fc39: Pulling fs layer 04:32:58 e876d2f968b6: Pulling fs layer 04:32:58 ce8a83651883: Pulling fs layer 04:32:58 07967f4d0e4b: Pulling fs layer 04:32:58 f64a6f60c768: Waiting 04:32:58 e78d2573fc39: Waiting 04:32:58 e876d2f968b6: Waiting 04:32:58 ce8a83651883: Waiting 04:32:58 07967f4d0e4b: Waiting 04:32:58 1e091d79d1de: Waiting 04:32:58 2dd03ba5bac4: Waiting 04:32:58 481702a1767f: Waiting 04:32:58 a92cc7c5fd73: Verifying Checksum 04:32:58 a92cc7c5fd73: Download complete 04:32:58 ed8968b2872e: Download complete 04:32:58 1e091d79d1de: Verifying Checksum 04:32:58 1e091d79d1de: Download complete 04:32:58 481702a1767f: Verifying Checksum 04:32:58 481702a1767f: Download complete 04:32:58 df20fa9351a1: Verifying Checksum 04:32:58 df20fa9351a1: Download complete 04:32:58 df20fa9351a1: Pull complete 04:32:59 f64a6f60c768: Verifying Checksum 04:32:59 f64a6f60c768: Download complete 04:32:59 2dd03ba5bac4: Verifying Checksum 04:32:59 2dd03ba5bac4: Download complete 04:33:00 e78d2573fc39: Verifying Checksum 04:33:00 e78d2573fc39: Download complete 04:33:00 e876d2f968b6: Verifying Checksum 04:33:00 e876d2f968b6: Download complete 04:33:00 07967f4d0e4b: Verifying Checksum 04:33:00 07967f4d0e4b: Download complete 04:33:00 ed8968b2872e: Pull complete 04:33:01 ce8a83651883: Verifying Checksum 04:33:01 ce8a83651883: Download complete 04:33:01 a92cc7c5fd73: Pull complete 04:33:07 2dd03ba5bac4: Pull complete 04:33:07 1e091d79d1de: Pull complete 04:33:07 481702a1767f: Pull complete 04:33:09 Still waiting to schedule task 04:33:09 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3349’ is offline 04:33:12 f64a6f60c768: Pull complete 04:33:15 e78d2573fc39: Pull complete 04:33:15 e876d2f968b6: Pull complete 04:33:16 ce8a83651883: Pull complete 04:33:16 07967f4d0e4b: Pull complete 04:33:16 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:33:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:33:16 ---> 5d7c900382c6 04:33:16 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:33:18 ---> Running in cfa356db3d62 04:33:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:20 (1/12) Installing libmagic (5.38-r0) 04:33:20 (2/12) Installing file (5.38-r0) 04:33:20 (3/12) Installing libc-dev (0.7.2-r3) 04:33:20 (4/12) Installing g++ (9.3.0-r2) 04:33:30 (5/12) Installing fortify-headers (1.1-r0) 04:33:30 (6/12) Installing patch (2.7.6-r6) 04:33:30 (7/12) Installing build-base (0.5-r2) 04:33:30 (8/12) Installing libsodium (1.0.18-r0) 04:33:30 (9/12) Installing pkgconf (1.7.2-r0) 04:33:30 (10/12) Installing libsodium-dev (1.0.18-r0) 04:33:30 (11/12) Installing libzmq (4.3.2-r0) 04:33:30 (12/12) Installing zeromq-dev (4.3.2-r0) 04:33:30 Executing busybox-1.31.1-r16.trigger 04:33:30 OK: 233 MiB in 51 packages 04:33:34 Removing intermediate container cfa356db3d62 04:33:34 ---> 5d85a8026e61 04:33:34 Step 4/7 : WORKDIR /edgex-go 04:33:34 ---> Running in ba768d6d1aef 04:33:34 Removing intermediate container ba768d6d1aef 04:33:34 ---> 761f28095811 04:33:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:33:34 latest: Pulling from library/docker 04:33:34 df20fa9351a1: Already exists 04:33:34 25ad7478873d: Pulling fs layer 04:33:34 4684f6177b5d: Pulling fs layer 04:33:34 46e300cec669: Pulling fs layer 04:33:34 63038576ad94: Pulling fs layer 04:33:34 0fdb76c4706c: Pulling fs layer 04:33:34 cb7edeffdfd5: Pulling fs layer 04:33:34 63038576ad94: Waiting 04:33:34 cb7edeffdfd5: Waiting 04:33:34 0fdb76c4706c: Waiting 04:33:34 4684f6177b5d: Verifying Checksum 04:33:34 4684f6177b5d: Download complete 04:33:34 25ad7478873d: Download complete 04:33:35 63038576ad94: Verifying Checksum 04:33:35 63038576ad94: Download complete 04:33:35 25ad7478873d: Pull complete 04:33:35 0fdb76c4706c: Verifying Checksum 04:33:35 0fdb76c4706c: Download complete 04:33:35 4684f6177b5d: Pull complete 04:33:35 46e300cec669: Verifying Checksum 04:33:35 46e300cec669: Download complete 04:33:36 cb7edeffdfd5: Verifying Checksum 04:33:36 cb7edeffdfd5: Download complete 04:33:38 46e300cec669: Pull complete 04:33:38 63038576ad94: Pull complete 04:33:38 0fdb76c4706c: Pull complete 04:33:38 cb7edeffdfd5: Pull complete 04:33:38 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:33:38 Status: Downloaded newer image for docker:latest 04:33:40 ---> 09abe076aaef 04:33:40 Step 6/7 : COPY go.mod . 04:33:40 ---> 51a6ab53ddc7 04:33:40 Step 7/7 : RUN go mod download 04:33:40 ---> Running in 0017e9c0fcfc 04:33:42 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:33:42 go: finding github.com/BurntSushi/toml v0.3.1 04:33:42 go: finding github.com/OneOfOne/xxhash v1.2.5 04:33:42 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:33:42 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:33:42 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:33:42 go: finding github.com/bgentry/speakeasy v0.1.0 04:33:42 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:33:42 go: finding github.com/cloudflare/gokey v0.1.0 04:33:42 go: finding github.com/davecgh/go-spew v1.1.1 04:33:42 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:33:42 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:33:42 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:33:42 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:33:42 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:33:42 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:33:42 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:33:43 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:33:43 go: finding github.com/fatih/color v1.7.0 04:33:43 go: finding github.com/fsnotify/fsnotify v1.4.7 04:33:43 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:33:43 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:33:43 go: finding github.com/go-kit/kit v0.8.0 04:33:43 go: finding github.com/go-logfmt/logfmt v0.4.0 04:33:43 go: finding github.com/go-redis/redis/v7 v7.2.0 04:33:43 go: finding github.com/go-stack/stack v1.8.0 04:33:43 go: finding github.com/golang/protobuf v1.3.2 04:33:43 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:33:43 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:33:43 go: finding github.com/google/uuid v1.1.0 04:33:43 go: finding github.com/gorilla/mux v1.7.1 04:33:43 go: finding github.com/hashicorp/consul/api v1.1.0 04:33:43 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:33:43 go: finding github.com/hashicorp/errwrap v1.0.0 04:33:43 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:33:43 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:33:43 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:33:43 go: finding github.com/hashicorp/go-multierror v1.0.0 04:33:43 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:33:43 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:33:43 go: finding github.com/hashicorp/go-syslog v1.0.0 04:33:43 go: finding github.com/hashicorp/go-uuid v1.0.1 04:33:43 go: finding github.com/hashicorp/go.net v0.0.1 04:33:43 go: finding github.com/hashicorp/golang-lru v0.5.0 04:33:43 go: finding github.com/hashicorp/logutils v1.0.0 04:33:43 go: finding github.com/hashicorp/mdns v1.0.0 04:33:43 go: finding github.com/hashicorp/memberlist v0.1.3 04:33:43 go: finding github.com/hashicorp/serf v0.8.2 04:33:43 go: finding github.com/hpcloud/tail v1.0.0 04:33:43 go: finding github.com/imdario/mergo v0.3.6 04:33:43 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:33:43 go: finding github.com/kr/pretty v0.1.0 04:33:43 go: finding github.com/kr/pty v1.1.1 04:33:43 go: finding github.com/kr/text v0.1.0 04:33:43 go: finding github.com/mattn/go-colorable v0.0.9 04:33:44 go: finding github.com/mattn/go-isatty v0.0.3 04:33:44 go: finding github.com/miekg/dns v1.0.14 04:33:44 go: finding github.com/mitchellh/cli v1.0.0 04:33:44 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:33:44 go: finding github.com/mitchellh/copystructure v1.0.0 04:33:44 go: finding github.com/mitchellh/go-homedir v1.0.0 04:33:44 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:33:44 go: finding github.com/mitchellh/gox v0.4.0 04:33:44 go: finding github.com/mitchellh/iochan v1.0.0 04:33:44 go: finding github.com/mitchellh/mapstructure v1.1.2 04:33:44 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:33:44 go: finding github.com/onsi/ginkgo v1.10.1 04:33:44 go: finding github.com/onsi/gomega v1.7.0 04:33:44 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:33:44 go: finding github.com/pebbe/zmq4 v1.0.0 04:33:44 go: finding github.com/pelletier/go-toml v1.2.0 04:33:44 go: finding github.com/pkg/errors v0.8.1 04:33:44 go: finding github.com/pmezard/go-difflib v1.0.0 04:33:44 go: finding github.com/posener/complete v1.1.1 04:33:44 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:33:44 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:33:44 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:33:44 go: finding github.com/stretchr/objx v0.1.0 04:33:44 go: finding github.com/stretchr/testify v1.5.1 04:33:44 go: finding github.com/ugorji/go v1.1.4 04:33:44 go: finding github.com/x448/float16 v0.8.4 04:33:44 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:33:44 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:33:44 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:33:44 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:33:44 go: finding golang.org/x/text v0.3.2 04:33:44 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:33:44 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:33:44 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:33:44 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:33:44 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:33:45 go: finding gopkg.in/yaml.v2 v2.2.8 04:33:57 Removing intermediate container 0017e9c0fcfc 04:33:57 ---> 64a09c948002 04:33:57 Successfully built 64a09c948002 04:33: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:33:57 + docker inspect -f . ci-base-image-x86_64 04:33:57 . [Pipeline] withDockerContainer 04:33:58 prd-centos7-docker-4c-2g-3347 does not seem to be running inside a container 04:33:58 $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:33:58 $ docker top c92c5d139ffcfa885e36e7eb1641ae4a5d8b6d34450800d92091b9c1b95ae87c -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:59 + go version 04:33:59 go version go1.13.13 linux/amd64 [Pipeline] echo 04:33:59 ========================================================= 04:33:59 [edgeXBuildGoParallel] Running Tests and Build... 04:33:59 ========================================================= [Pipeline] sh 04:33:59 + make test 04:33:59 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:34:01 ? github.com/edgexfoundry/edgex-go [no test files] 04:34:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:34:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:34:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:34:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:34:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:34:17 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s 04:34:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:34:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:34:17 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:34:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:34:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:34:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:34:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:34:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:34:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.023s coverage: 46.6% of statements 04:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:34:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.068s coverage: 27.3% of statements 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:34:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:34:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.006s coverage: 100.0% of statements 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:34:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.083s coverage: 28.6% of statements 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:34:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.032s coverage: 100.0% of statements 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:34:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.014s coverage: 100.0% of statements 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:34:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.028s coverage: 89.8% of statements 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:34:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:34:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.023s coverage: 100.0% of statements 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:34:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.021s coverage: 58.8% of statements 04:34:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.051s coverage: 63.5% of statements 04:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:34:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements 04:34:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.009s coverage: 92.3% of statements 04:34:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 04:34:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 04:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.014s coverage: 100.0% of statements 04:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.084s coverage: 55.9% of statements 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 1.550s coverage: 86.3% of statements 04:34:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.333s coverage: 72.2% of statements 04:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.128s coverage: 72.1% of statements 04:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements 04:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements 04:34:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:34:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:34:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements 04:34:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.011s coverage: 96.8% of statements 04:34:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.057s coverage: 33.7% of statements 04:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:34:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.077s coverage: 84.1% of statements 04:34:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.019s coverage: 100.0% of statements 04:34:36 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.007s coverage: 42.9% of statements 04:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:34:36 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 04:34:36 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:34:37 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.026s coverage: 83.8% of statements 04:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.059s coverage: 46.1% of statements 04:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.015s coverage: 100.0% of statements 04:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.011s coverage: 100.0% of statements 04:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.011s coverage: 100.0% of statements 04:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:34:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.044s coverage: 29.1% of statements 04:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:34:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.021s coverage: 99.0% of statements 04:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:34:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.006s coverage: 100.0% of statements 04:34:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:34:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 04:34:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:34:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 04:34:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:34:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:34:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:34:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:34:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.015s coverage: 87.9% of statements 04:34:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:34:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:34:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements 04:34:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements 04:34:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 04:34:42 GO111MODULE=on go vet ./... 04:34:48 gofmt -l . 04:34:48 [ "`gofmt -l .`" = "" ] 04:34:49 ./bin/test-go-mod-tidy.sh 04:34:50 ./bin/test-attribution-txt.sh [Pipeline] sh 04:34:52 + ls -al . 04:34:52 total 564 04:34:52 drwxrwxr-x 10 1001 1001 4096 Aug 11 04:34 . 04:34:52 drwxr-xr-x 4 root root 30 Aug 11 04:33 .. 04:34:52 -rw-rw-r-- 1 1001 1001 11 Aug 11 04:32 .dockerignore 04:34:52 drwxrwxr-x 8 1001 1001 179 Aug 11 04:32 .git 04:34:52 drwxrwxr-x 3 1001 1001 60 Aug 11 04:32 .github 04:34:52 -rw-rw-r-- 1 1001 1001 932 Aug 11 04:32 .gitignore 04:34:52 drwx------ 3 1001 1001 47 Aug 11 04:32 .semver 04:34:52 -rw-rw-r-- 1 1001 1001 166 Aug 11 04:32 .sonarcloud.properties 04:34:52 -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:32 CONTRIBUTING.md 04:34:52 -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:32 Dockerfile.build 04:34:52 -rw-rw-r-- 1 1001 1001 865 Aug 11 04:32 Jenkinsfile 04:34:52 -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:32 LICENSE 04:34:52 -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:32 Makefile 04:34:52 -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:32 README.md 04:34:52 -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:32 SECURITY.md 04:34:52 -rw-rw-r-- 1 1001 1001 5 Aug 11 04:32 VERSION 04:34:52 -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:32 ZMQWindows.md 04:34:52 drwxrwxr-x 2 1001 1001 117 Aug 11 04:32 bin 04:34:52 drwxrwxr-x 15 1001 1001 4096 Aug 11 04:32 cmd 04:34:52 -rw-r--r-- 1 root root 465013 Aug 11 04:34 coverage.out 04:34:52 -rw-r--r-- 1 root root 1075 Aug 11 04:34 go.mod 04:34:52 -rw-r--r-- 1 root root 18146 Aug 11 04:34 go.sum 04:34:52 drwxrwxr-x 8 1001 1001 127 Aug 11 04:32 internal 04:34:52 drwxrwxr-x 4 1001 1001 26 Aug 11 04:32 openapi 04:34:52 drwxrwxr-x 4 1001 1001 71 Aug 11 04:32 snap 04:34:52 -rw-rw-r-- 1 1001 1001 168 Aug 11 04:32 version.go [Pipeline] sh 04:34:52 + '[' -e coverage.out ] 04:34:52 + chown 1001:1001 coverage.out [Pipeline] stash 04:34:52 Stashed 1 file(s) [Pipeline] sh 04:34:52 + make build 04:34:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:34:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:35:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:35:03 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:35:04 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:35:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:35:07 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:35:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:35:11 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:35: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:35:15 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:35:15 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:35:17 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:35:18 $ docker stop --time=1 c92c5d139ffcfa885e36e7eb1641ae4a5d8b6d34450800d92091b9c1b95ae87c 04:35:20 $ docker rm -f c92c5d139ffcfa885e36e7eb1641ae4a5d8b6d34450800d92091b9c1b95ae87c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:21 04:35:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:35:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:22 latest: Pulling from edgex-devops/edgex-compose 04:35:22 cbdbe7a5bc2a: Pulling fs layer 04:35:22 ca9280d653b3: Pulling fs layer 04:35:22 7e9c9ca2126c: Pulling fs layer 04:35:22 cbdbe7a5bc2a: Verifying Checksum 04:35:22 cbdbe7a5bc2a: Download complete 04:35:22 ca9280d653b3: Verifying Checksum 04:35:22 ca9280d653b3: Download complete 04:35:22 cbdbe7a5bc2a: Pull complete 04:35:23 7e9c9ca2126c: Verifying Checksum 04:35:23 7e9c9ca2126c: Download complete 04:35:23 ca9280d653b3: Pull complete 04:35:30 7e9c9ca2126c: Pull complete 04:35:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:35:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:35:30 prd-centos7-docker-4c-2g-3347 does not seem to be running inside a container 04:35:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:35:33 $ docker top c43cfba84dae2f81047a3119d15d68368f873e243c619d99678548b7cc7e4733 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:34 + grep parallel 04:35:34 + docker-compose build --help 04:35:35 --parallel Build images in parallel. [Pipeline] } 04:35:35 $ docker stop --time=1 c43cfba84dae2f81047a3119d15d68368f873e243c619d99678548b7cc7e4733 04:35:36 $ docker rm -f c43cfba84dae2f81047a3119d15d68368f873e243c619d99678548b7cc7e4733 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:37 . [Pipeline] withDockerContainer 04:35:37 prd-centos7-docker-4c-2g-3347 does not seem to be running inside a container 04:35:37 $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:35:37 $ docker top cd415dd860927db963bfe6e414249c8fc4dac8458c9701031a2ebc185d7bad0d -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:38 + docker-compose -f ./docker-compose-build.yml build --parallel 04:35:39 Building docker-core-command-go ... 04:35:39 Building docker-core-data-go ... 04:35:39 Building docker-core-metadata-go ... 04:35:39 Building docker-security-proxy-setup-go ... 04:35:39 Building docker-security-secrets-setup-go ... 04:35:39 Building docker-security-secretstore-setup-go ... 04:35:39 Building docker-support-logging-go ... 04:35:39 Building docker-support-notifications-go ... 04:35:39 Building docker-support-scheduler-go ... 04:35:39 Building docker-sys-mgmt-agent-go ... 04:35:39 Building docker-support-scheduler-go 04:35:39 Building docker-core-metadata-go 04:35:39 Building docker-support-notifications-go 04:35:39 Building docker-core-data-go 04:35:39 Building docker-security-proxy-setup-go 04:36:11 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:36:11 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:11 ---> 64a09c948002 04:36:11 Step 3/21 : WORKDIR /edgex-go ---> 64a09c948002 04:36:11 04:36:11 Step 3/20 : WORKDIR /edgex-go 04:36:11 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:36:11 ---> 64a09c948002 04:36:11 Step 3/20 : WORKDIR /edgex-go 04:36:11 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:36:11 ---> 64a09c948002 04:36:11 Step 3/22 : WORKDIR /edgex-go 04:36:11 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:36:11 ---> 64a09c948002 04:36:11 Step 3/23 : WORKDIR /edgex-go 04:36:11 ---> Running in 3cc5cfdc867f 04:36:11 ---> Running in 66998c3113c6 04:36:11 ---> Running in d586a3b4ae94 04:36:11 ---> Running in b72a0b94b431 04:36:11 ---> Running in 2a8f64fe52ee 04:36:11 Removing intermediate container 3cc5cfdc867f 04:36:11 ---> 23dee3c2b5e6 04:36:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:11 Removing intermediate container d586a3b4ae94 04:36:11 ---> ac98db0092c4 04:36:11 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:11 Removing intermediate container 66998c3113c6 04:36:11 ---> e22db1f4b438 04:36:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:11 Removing intermediate container b72a0b94b431 04:36:11 ---> 74dd3578190b 04:36:11 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:11 Removing intermediate container 2a8f64fe52ee 04:36:11 ---> 40604f2e7711 04:36:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:11 ---> Running in 7b61ad7dc88c 04:36:11 ---> Running in a7d46f87bcca 04:36:11 ---> Running in 6d0a63e4be17 04:36:11 ---> Running in f623e0bd2b5e 04:36:11 ---> Running in a18aebb6a74d 04:36:12 Removing intermediate container 6d0a63e4be17 04:36:12 ---> d0fcf6852652 04:36:12 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:36:12 Removing intermediate container 7b61ad7dc88c 04:36:12 ---> 44f4672db733 04:36:12 Step 5/21 : RUN apk update && apk add make git 04:36:12 ---> Running in 1c04d51c0d33 04:36:12 ---> Running in 4d73326a94f3 04:36:12 Removing intermediate container f623e0bd2b5e 04:36:12 ---> 7b53643db852 04:36:12 Step 5/20 : RUN apk update && apk add make git 04:36:12 Removing intermediate container a7d46f87bcca 04:36:12 ---> d8d18cb0e217 04:36:12 Step 5/20 : RUN apk update && apk add make git 04:36:13 Removing intermediate container a18aebb6a74d 04:36:13 ---> 5f5100a337ac 04:36:13 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:36:13 ---> Running in da9159fbabac 04:36:13 ---> Running in 8510fd12ba60 04:36:13 ---> Running in 4e5aa8dbb712 04:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:16 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:16 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:16 OK: 12749 distinct packages available 04:36:16 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:16 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:16 OK: 12749 distinct packages available 04:36:16 OK: 233 MiB in 51 packages 04:36:17 OK: 233 MiB in 51 packages 04:36:17 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:17 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:17 OK: 12749 distinct packages available 04:36:17 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:17 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:17 OK: 12749 distinct packages available 04:36:17 Removing intermediate container 1c04d51c0d33 04:36:17 ---> 151b6939d978 04:36:17 Step 6/22 : COPY go.mod . 04:36:17 OK: 233 MiB in 51 packages 04:36:17 OK: 233 MiB in 51 packages 04:36:17 ---> dae3979f8a66 04:36:17 Step 7/22 : RUN go mod download 04:36:17 Removing intermediate container 4d73326a94f3 04:36:17 ---> d5ef6ff1de72 04:36:17 Step 6/21 : COPY go.mod . 04:36:17 ---> Running in 74aca300c6d1 04:36:18 ---> e5c2490bdea5 04:36:18 Step 7/21 : RUN go mod download 04:36:18 ---> Running in a25161eb329f 04:36:18 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:18 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:18 OK: 12749 distinct packages available 04:36:18 Removing intermediate container 8510fd12ba60 04:36:18 ---> 58980f315eec 04:36:18 Step 6/20 : COPY go.mod . 04:36:18 Removing intermediate container 4e5aa8dbb712 04:36:18 ---> 0dda076a18ec 04:36:18 Step 6/23 : COPY go.mod . 04:36:18 OK: 233 MiB in 51 packages 04:36:18 ---> 48a3596e125c 04:36:18 Step 7/20 : RUN go mod download 04:36:18 ---> Running in 160bc51add96 04:36:19 ---> 99f7fc62f1da 04:36:19 Step 7/23 : RUN go mod download 04:36:19 ---> Running in a3795da8b6f6 04:36:19 Removing intermediate container da9159fbabac 04:36:19 ---> 1ca908d825e5 04:36:19 Step 6/20 : COPY go.mod . 04:36:19 ---> e19a6667d983 04:36:19 Step 7/20 : RUN go mod download 04:36:19 ---> Running in 05a3d1526080 04:36:20 Removing intermediate container a25161eb329f 04:36:20 ---> 2d3891080c0b 04:36:20 Step 8/21 : COPY . . 04:36:20 Removing intermediate container 74aca300c6d1 04:36:20 ---> 7216df3ef8ac 04:36:20 Step 8/22 : COPY . . 04:36:28 Removing intermediate container a3795da8b6f6 04:36:28 ---> 3f5f9a661085 04:36:28 Step 8/23 : COPY . . 04:36:28 Removing intermediate container 160bc51add96 04:36:28 ---> 766e14798617 04:36:28 Step 8/20 : COPY . . 04:36:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3354 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws 04:36:29 Running in /w/workspace/edgex-go/30 [Pipeline] { [Pipeline] checkout 04:36:33 Removing intermediate container 05a3d1526080 04:36:33 ---> a605af4b16d6 04:36:33 Step 8/20 : COPY . . 04:36:34 using credential edgex-jenkins-ssh 04:36:34 Cloning the remote Git repository 04:36:34 Cloning with configured refspecs honoured and without tags 04:36:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:36:34 > git init /w/workspace/edgex-go/30 # timeout=10 04:36:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:34 > git --version # timeout=10 04:36:34 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:59 Fetching without tags 04:36:59 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 04:36:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:59 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 04:36:59 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:59 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:59 > git config core.sparsecheckout # timeout=10 04:36:59 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 04:37:00 > git remote # timeout=10 04:37:00 > git config --get remote.origin.url # timeout=10 04:37:00 using GIT_SSH to set credentials SSH Credentials for GitHub 04:37:00 > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 04:37:00 Merge succeeded, producing 7d20e22b83bb8dc9ca724f9d0fb63b0b4a8fc47e 04:37:00 Checking out Revision 7d20e22b83bb8dc9ca724f9d0fb63b0b4a8fc47e (PR-2574) 04:37:00 ---> 3ddca0ec6afc 04:37:00 Step 9/22 : RUN make cmd/core-data/core-data 04:37:00 ---> f2c528a2afc8 04:37:00 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:37:01 ---> Running in f3dbc976dafc 04:37:02 ---> Running in 770a65c74342 04:37:02 ---> 293752ae7fe9 04:37:02 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:37:00 > git rev-parse HEAD^{commit} # timeout=10 04:37:00 > git config core.sparsecheckout # timeout=10 04:37:00 > git checkout -f 7d20e22b83bb8dc9ca724f9d0fb63b0b4a8fc47e # timeout=10 04:37:03 ---> 68c91892b2c1 04:37:03 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:37:03 ---> 7013ce4373e2 04:37:03 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:37:03 ---> Running in feaef1a513c6 04:37:03 ---> Running in f1d68a29f3b0 04:37:03 ---> Running in aa6eb32b2383 04:37:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:37:03 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:37:03 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:37:04 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:37:04 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:37:04 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" 04:37:04 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:37:04 > git rev-list --no-walk 00db54cc79085e1ecaf600c8ab979e4b96d614ac # timeout=10 [Pipeline] echo 04:37:17 ========================================================= 04:37:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:37:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:37:18 + 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:22 Sending build context to Docker daemon 323MB 04:37:22 Step 1/7 : ARG BASE=golang:1.13-alpine 04:37:22 Step 2/7 : FROM ${BASE} 04:37:22 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:37:22 b538f80385f9: Pulling fs layer 04:37:22 74f711af9a0d: Pulling fs layer 04:37:22 99f96fe45779: Pulling fs layer 04:37:22 fd7a069fd194: Pulling fs layer 04:37:22 66aa3694b03b: Pulling fs layer 04:37:22 170f70906a0f: Pulling fs layer 04:37:22 ad7c5574e4b9: Pulling fs layer 04:37:22 e772456be8f7: Pulling fs layer 04:37:22 c890913d741a: Pulling fs layer 04:37:22 2480fcc9aa5a: Pulling fs layer 04:37:22 09adf4765672: Pulling fs layer 04:37:22 09adf4765672: Waiting 04:37:22 ad7c5574e4b9: Waiting 04:37:22 fd7a069fd194: Waiting 04:37:22 66aa3694b03b: Waiting 04:37:22 170f70906a0f: Waiting 04:37:22 e772456be8f7: Waiting 04:37:22 c890913d741a: Waiting 04:37:22 2480fcc9aa5a: Waiting 04:37:22 99f96fe45779: Verifying Checksum 04:37:22 99f96fe45779: Download complete 04:37:22 74f711af9a0d: Verifying Checksum 04:37:22 74f711af9a0d: Download complete 04:37:22 66aa3694b03b: Verifying Checksum 04:37:22 66aa3694b03b: Download complete 04:37:22 170f70906a0f: Download complete 04:37:22 b538f80385f9: Verifying Checksum 04:37:22 b538f80385f9: Download complete 04:37:23 b538f80385f9: Pull complete 04:37:23 74f711af9a0d: Pull complete 04:37:24 99f96fe45779: Pull complete 04:37:25 ad7c5574e4b9: Verifying Checksum 04:37:25 ad7c5574e4b9: Download complete 04:37:25 c890913d741a: Verifying Checksum 04:37:25 c890913d741a: Download complete 04:37:27 2480fcc9aa5a: Verifying Checksum 04:37:27 2480fcc9aa5a: Download complete 04:37:27 09adf4765672: Download complete 04:37:28 e772456be8f7: Verifying Checksum 04:37:28 e772456be8f7: Download complete 04:37:29 fd7a069fd194: Verifying Checksum 04:37:29 fd7a069fd194: Download complete 04:37:36 Removing intermediate container f1d68a29f3b0 04:37:36 ---> 90e17387b114 04:37:36 04:37:36 Step 10/20 : FROM alpine 04:37:36 latest: Pulling from library/alpine 04:37:36 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:37:36 Status: Downloaded newer image for alpine:latest 04:37:36 ---> a24bb4013296 04:37:36 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:37:36 ---> Running in 5a13fcedd486 04:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:36 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:37:36 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:37:36 OK: 12749 distinct packages available 04:37:36 (1/4) Installing ca-certificates (20191127-r4) 04:37:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:37:36 (3/4) Installing libcurl (7.69.1-r0) 04:37:36 (4/4) Installing curl (7.69.1-r0) 04:37:36 Executing busybox-1.31.1-r16.trigger 04:37:36 Executing ca-certificates-20191127-r4.trigger 04:37:36 OK: 7 MiB in 18 packages 04:37:40 Removing intermediate container 5a13fcedd486 04:37:40 ---> 3f39067b33dd 04:37:40 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:37:40 ---> Running in c3c9cbf1eeee 04:37:40 Removing intermediate container c3c9cbf1eeee 04:37:40 ---> a205fad63165 04:37:40 Step 13/20 : WORKDIR /edgex 04:37:40 ---> Running in b28571ed74ca 04:37:41 fd7a069fd194: Pull complete 04:37:41 66aa3694b03b: Pull complete 04:37:41 170f70906a0f: Pull complete 04:37:45 ad7c5574e4b9: Pull complete 04:37:47 Removing intermediate container b28571ed74ca 04:37:47 ---> f656401f4e9a 04:37:47 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:37:47 Removing intermediate container feaef1a513c6 04:37:47 ---> c0e4f109cb08 04:37:47 04:37:47 Step 10/23 : FROM scratch 04:37:47 ---> 04:37:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:37:48 Removing intermediate container aa6eb32b2383 04:37:48 ---> c5ef7a49ced5 04:37:48 04:37:48 Step 10/20 : FROM scratch 04:37:48 ---> 04:37:48 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:48 Removing intermediate container 770a65c74342 04:37:48 ---> ae7bd64f2053 04:37:48 04:37:48 Step 10/21 : FROM scratch 04:37:48 ---> 04:37:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:48 ---> Running in 689cba5bacd9 04:37:48 ---> Running in 291aed1e86ee 04:37:48 ---> cba845b10f26 04:37:48 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:37:48 ---> Running in 44b1ff562aee 04:37:48 Removing intermediate container f3dbc976dafc 04:37:48 ---> 1757256e24ba 04:37:48 04:37:48 Step 10/22 : FROM alpine 04:37:48 ---> a24bb4013296 04:37:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:48 Removing intermediate container 689cba5bacd9 04:37:48 ---> 3e52bc43e57e 04:37:48 Step 12/23 : ENV APP_PORT=48060 04:37:48 Removing intermediate container 291aed1e86ee 04:37:48 ---> 461edb1678c5 04:37:48 Step 12/20 : ENV APP_PORT=48085 04:37:48 ---> Running in 167f119ae400 04:37:48 ---> Running in 2a5a897eeb2d 04:37:48 ---> Running in 7d2d0a8fd4dd 04:37:48 Removing intermediate container 44b1ff562aee 04:37:48 ---> bc27f84a8488 04:37:48 Step 12/21 : ENV APP_PORT=48081 04:37:48 ---> cd2a8e8d7815 04:37:48 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:37:49 ---> Running in efa8d28642a6 04:37:49 ---> Running in df0d8b9e792d 04:37:49 Removing intermediate container 2a5a897eeb2d 04:37:49 ---> a2b373207dc9 04:37:49 Step 12/22 : ENV APP_PORT=48080 04:37:49 Removing intermediate container 167f119ae400 04:37:49 ---> f3e36b73fad9 04:37:49 Step 13/23 : EXPOSE $APP_PORT 04:37:49 Removing intermediate container 7d2d0a8fd4dd 04:37:49 ---> 517ee16a3c75 04:37:49 Step 13/20 : EXPOSE $APP_PORT 04:37:49 Removing intermediate container efa8d28642a6 04:37:49 ---> bc5b14d9fa3a 04:37:49 Step 13/21 : EXPOSE $APP_PORT 04:37:49 ---> Running in 115fe0c50f35 04:37:49 ---> Running in 7b6ce6a6e26e 04:37:49 ---> Running in fec3356cdbe3 04:37:49 ---> Running in 97bce07dd513 04:37:49 e772456be8f7: Pull complete 04:37:49 c890913d741a: Pull complete 04:37:49 Removing intermediate container df0d8b9e792d 04:37:49 ---> 90988ff73ef0 04:37:49 Step 17/20 : CMD ["--init=true"] 04:37:49 Removing intermediate container 115fe0c50f35 04:37:49 ---> 2d0785fb7ff8 04:37:49 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:37:50 ---> Running in bc6d192fb094 04:37:50 Removing intermediate container 7b6ce6a6e26e 04:37:50 ---> 6cabe07b4ce6 04:37:50 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:37:50 Removing intermediate container 97bce07dd513 04:37:50 ---> c38908888c14 04:37:50 Step 14/21 : WORKDIR / 04:37:50 ---> 4379d4d32cbf 04:37:50 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:37:50 Removing intermediate container fec3356cdbe3 04:37:50 ---> cb8e50494048 04:37:50 Step 13/22 : EXPOSE $APP_PORT 04:37:50 ---> Running in f545bdf4a0ab 04:37:50 ---> Running in b7e0829989f8 04:37:51 Removing intermediate container bc6d192fb094 04:37:51 ---> 09df0854b525 04:37:51 Step 18/20 : LABEL arch=x86_64 04:37:51 ---> acca5b3f3e16 04:37:51 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:37:51 2480fcc9aa5a: Pull complete 04:37:51 ---> Running in a29a86e99df9 04:37:51 Removing intermediate container f545bdf4a0ab 04:37:51 ---> 5e40f56b797c 04:37:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:37:52 09adf4765672: Pull complete 04:37:52 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:37:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:37:52 ---> 2248a725d1cf 04:37:52 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:37:52 Removing intermediate container b7e0829989f8 04:37:52 ---> 29dc72d89cad 04:37:52 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:52 ---> 94a2056c6229 04:37:52 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:37:52 ---> 33a9a419cc7d 04:37:52 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:37:52 ---> Running in dbc17e0c4e51 04:37:52 ---> fcd698a68c97 04:37:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:37:52 Removing intermediate container a29a86e99df9 04:37:52 ---> 9aff899a54ed 04:37:52 Step 19/20 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:37:52 ---> Running in 14b52ac2befd 04:37:52 ---> a9726abb362c 04:37:52 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:53 ---> b7a8c8844532 04:37:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:37:53 ---> b9eb730474b3 04:37:53 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:37:53 ---> Running in fcccd31f6bf0 04:37:53 Removing intermediate container 14b52ac2befd 04:37:53 ---> 16c782276b4d 04:37:53 Step 20/20 : LABEL version=0.0.0 04:37:53 ---> Running in 350a2f41a1d0 04:37:53 Removing intermediate container fcccd31f6bf0 04:37:53 ---> ce16fd499ed5 04:37:53 Step 18/20 : LABEL arch=x86_64 04:37:53 ---> 6008116b3f68 04:37:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:37:53 ---> edeeda1929ff 04:37:53 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:53 Removing intermediate container 350a2f41a1d0 04:37:53 ---> d1ec2e74fb43 04:37:53 04:37:54 ---> Running in ea5206e4bd41 04:37:54 ---> Running in 097e12fcae32 04:37:54 Successfully built d1ec2e74fb43 04:37:54 Removing intermediate container dbc17e0c4e51 04:37:54 ---> 13c4ce6c2192 04:37:54 Step 15/22 : RUN apk --no-cache add zeromq 04:37:54 Successfully tagged docker-security-proxy-setup-go:latest 04:37:54 Building docker-sys-mgmt-agent-go 04:37:54  Building docker-security-proxy-setup-go ... done  ---> Running in 6eaf819a8ae5 04:37:54 Removing intermediate container ea5206e4bd41 04:37:54 ---> 66b92e1d7111 04:37:54 Step 19/21 : LABEL arch=x86_64 04:37:54 Removing intermediate container 097e12fcae32 04:37:54 ---> 5ea96035b0b4 04:37:54 Step 19/20 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:37:54 ---> 697d8dfc1974 04:37:54 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:37:54 ---> Running in 3d6379719394 04:37:54 ---> Running in 5c591c581ee7 04:37:55 ---> be024f551e05 04:37:55 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:55 Removing intermediate container 3d6379719394 04:37:55 ---> 4111fbdf619d 04:37:55 Step 20/21 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:37:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:55 ---> Running in 54f116a8314f 04:37:55 Removing intermediate container 5c591c581ee7 04:37:55 ---> 6b3efe4df073 04:37:55 Step 20/20 : LABEL version=0.0.0 04:37:56 ---> Running in 33472ec6738e 04:37:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:57 ---> Running in 7070881aa0e6 04:37:57 Removing intermediate container 54f116a8314f 04:37:57 ---> cd005dc8a1fb 04:37:57 Step 21/23 : LABEL arch=x86_64 04:37:57 Removing intermediate container 33472ec6738e 04:37:57 ---> a2b5fd76cf83 04:37:57 Step 21/21 : LABEL version=0.0.0 04:37:57 (1/5) Installing libgcc (9.3.0-r2) 04:37:57 (2/5) Installing libsodium (1.0.18-r0) 04:37:57 (3/5) Installing libstdc++ (9.3.0-r2) 04:37:57 ---> Running in b079f5162ca4 04:37:57 ---> Running in dae33f905f61 04:37:58 (4/5) Installing libzmq (4.3.2-r0) 04:37:58 Removing intermediate container 7070881aa0e6 04:37:58 ---> bef996987eb9 04:37:58 04:37:58 (5/5) Installing zeromq (4.3.2-r0) 04:37:58 Executing busybox-1.31.1-r16.trigger 04:37:58 OK: 8 MiB in 19 packages 04:37:58 Removing intermediate container b079f5162ca4 04:37:58 ---> 1f2492003cdf 04:37:58 Step 22/23 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:37:58 ---> Running in a2e00fcfff78 04:37:58 Successfully built bef996987eb9 04:37:59 Successfully tagged docker-support-scheduler-go:latest 04:37:59 Building docker-core-command-go 04:37:59  Building docker-support-scheduler-go ... done Removing intermediate container dae33f905f61 04:37:59 ---> 6ea4f31bd7c0 04:37:59 04:38:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:38:00 Successfully built 6ea4f31bd7c0 04:38:00 Successfully tagged docker-core-metadata-go:latest 04:38:00  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 04:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:38:02 (1/12) Installing libmagic (5.38-r0) 04:38:02 (2/12) Installing file (5.38-r0) 04:38:02 (3/12) Installing libc-dev (0.7.2-r3) 04:38:02 (4/12) Installing g++ (9.3.0-r2) 04:38:07 (5/12) Installing fortify-headers (1.1-r0) 04:38:07 (6/12) Installing patch (2.7.6-r6) 04:38:07 (7/12) Installing build-base (0.5-r2) 04:38:07 (8/12) Installing libsodium (1.0.18-r0) 04:38:07 (9/12) Installing pkgconf (1.7.2-r0) 04:38:07 (10/12) Installing libsodium-dev (1.0.18-r0) 04:38:07 (11/12) Installing libzmq (4.3.2-r0) 04:38:07 (12/12) Installing zeromq-dev (4.3.2-r0) 04:38:07 ---> Running in bfbb75a0f063 04:38:07 Executing busybox-1.31.1-r16.trigger 04:38:07 OK: 217 MiB in 51 packages 04:38:08 Removing intermediate container 6eaf819a8ae5 04:38:08 ---> ca92b5d92ee9 04:38:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:38:08 Removing intermediate container bfbb75a0f063 04:38:08 ---> 229fc79e89a4 04:38:08 Step 23/23 : LABEL version=0.0.0 04:38:08 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:38:08 ---> 64a09c948002 04:38:08 Step 3/26 : WORKDIR /edgex-go 04:38:08 ---> Using cache 04:38:08 ---> 40604f2e7711 04:38:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:08 ---> Using cache 04:38:08 ---> 5f5100a337ac 04:38:08 Step 5/26 : RUN apk update && apk add make bash git 04:38:09 ---> Running in bd0d3779f627 04:38:11 ---> c99e90b451d7 04:38:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:38:11 ---> Running in 75f8bcb60209 04:38:11 Removing intermediate container a2e00fcfff78 04:38:11 ---> fb97e98ad980 04:38:11 Step 4/7 : WORKDIR /edgex-go 04:38:11 Removing intermediate container bd0d3779f627 04:38:11 ---> 971edc3e2029 04:38:11 04:38:12 ---> Running in 36ab3b78a44a 04:38:12 Successfully built 971edc3e2029 04:38:12 Successfully tagged docker-support-notifications-go:latest 04:38:12 Building docker-support-logging-go 04:38:12 Removing intermediate container 36ab3b78a44a 04:38:12 ---> a3f9470c2908 04:38:12 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:38:12 latest: Pulling from library/docker 04:38:13 b538f80385f9: Already exists 04:38:13 259a493cd78d: Pulling fs layer 04:38:13 b8e66b5100f5: Pulling fs layer 04:38:13 39dc9c94d07c: Pulling fs layer 04:38:13 551b823b3b82: Pulling fs layer 04:38:13 3c52a74df98c: Pulling fs layer 04:38:13 6c9b121b6998: Pulling fs layer 04:38:13 551b823b3b82: Waiting 04:38:13 3c52a74df98c: Waiting 04:38:13 6c9b121b6998: Waiting 04:38:13 b8e66b5100f5: Verifying Checksum 04:38:13 b8e66b5100f5: Download complete 04:38:13 259a493cd78d: Verifying Checksum 04:38:13 259a493cd78d: Download complete 04:38:13 551b823b3b82: Verifying Checksum 04:38:13 551b823b3b82: Download complete 04:38:13 3c52a74df98c: Verifying Checksum 04:38:13 3c52a74df98c: Download complete 04:38:13 6c9b121b6998: Verifying Checksum 04:38:13 6c9b121b6998: Download complete 04:38:14 259a493cd78d: Pull complete 04:38:14 b8e66b5100f5: Pull complete 04:38:14 39dc9c94d07c: Verifying Checksum 04:38:14 39dc9c94d07c: Download complete 04:38:14  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:15 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:15 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:15 OK: 12749 distinct packages available 04:38:16 OK: 233 MiB in 51 packages 04:38:17 39dc9c94d07c: Pull complete 04:38:18 551b823b3b82: Pull complete 04:38:18 3c52a74df98c: Pull complete 04:38:18 6c9b121b6998: Pull complete 04:38:18 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:38:18 Status: Downloaded newer image for docker:latest 04:38:18 ---> 2db81704cecf 04:38:18 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:38:19 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:38:19 ---> 64a09c948002 04:38:19 Step 3/21 : WORKDIR /edgex-go 04:38:20 ---> Using cache 04:38:20 ---> 40604f2e7711 04:38:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:20 ---> Using cache 04:38:20 ---> 5f5100a337ac 04:38:20 Step 5/21 : RUN apk update && apk add make git 04:38:20 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:38:20 ---> 64a09c948002 04:38:20 Step 3/26 : WORKDIR /edgex-go 04:38:20 ---> Using cache 04:38:20 ---> 40604f2e7711 04:38:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:20 ---> Using cache 04:38:20 ---> 5f5100a337ac 04:38:20 Step 5/26 : RUN apk update && apk add make git 04:38:21 ---> d6acd04a492b 04:38:21 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:21 Removing intermediate container 75f8bcb60209 04:38:21 ---> 4bf198a95465 04:38:21 Step 6/26 : COPY go.mod . 04:38:21 ---> Running in 356a37601e18 04:38:21 ---> Running in 33e5837872d1 04:38:22 ---> Running in c8f469543aa4 04:38:22 ---> f2e9788af453 04:38:22 Step 6/7 : COPY go.mod . 04:38:22 ---> 2d373f4d607f 04:38:22 Step 7/26 : RUN go mod download 04:38:22 Removing intermediate container c8f469543aa4 04:38:22 ---> a0c22b4d4273 04:38:22 Step 20/22 : LABEL arch=x86_64 04:38:23 ---> Running in 2da01e8717f1 04:38:23 ---> Running in 3a0dbf80184e 04:38:23 ---> e8adb8801c9f 04:38:23 Step 7/7 : RUN go mod download 04:38:23 ---> Running in 7c7c21372f51 04:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:24 Removing intermediate container 3a0dbf80184e 04:38:24 ---> 384f19b04dff 04:38:24 Step 21/22 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:25 ---> Running in 61cdb25b84a6 04:38:25 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:25 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:25 OK: 12749 distinct packages available 04:38:25 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:25 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:25 OK: 12749 distinct packages available 04:38:25 OK: 233 MiB in 51 packages 04:38:25 Removing intermediate container 61cdb25b84a6 04:38:25 ---> bea00648a4a1 04:38:25 Step 22/22 : LABEL version=0.0.0 04:38:26 OK: 233 MiB in 51 packages 04:38:26 ---> Running in 12d65eda7ffd 04:38:26 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:38:26 go: finding github.com/BurntSushi/toml v0.3.1 04:38:26 go: finding github.com/OneOfOne/xxhash v1.2.5 04:38:26 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:38:26 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:38:26 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:38:26 go: finding github.com/bgentry/speakeasy v0.1.0 04:38:26 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:38:26 go: finding github.com/cloudflare/gokey v0.1.0 04:38:26 go: finding github.com/davecgh/go-spew v1.1.1 04:38:26 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:38:26 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:38:26 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:38:26 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:38:26 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:38:26 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:38:26 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:38:26 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:38:26 go: finding github.com/fatih/color v1.7.0 04:38:26 go: finding github.com/fsnotify/fsnotify v1.4.7 04:38:26 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:38:27 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:38:27 go: finding github.com/go-kit/kit v0.8.0 04:38:27 go: finding github.com/go-logfmt/logfmt v0.4.0 04:38:27 go: finding github.com/go-redis/redis/v7 v7.2.0 04:38:27 go: finding github.com/go-stack/stack v1.8.0 04:38:27 go: finding github.com/golang/protobuf v1.3.2 04:38:27 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:38:27 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:38:27 go: finding github.com/google/uuid v1.1.0 04:38:27 go: finding github.com/gorilla/mux v1.7.1 04:38:27 go: finding github.com/hashicorp/consul/api v1.1.0 04:38:27 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:38:27 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:38:27 ---> 64a09c948002 04:38:27 Step 3/21 : WORKDIR /edgex-go 04:38:27 ---> Using cache 04:38:27 ---> 40604f2e7711 04:38:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:27 ---> Using cache 04:38:27 ---> 5f5100a337ac 04:38:27 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:38:27 go: finding github.com/hashicorp/errwrap v1.0.0 04:38:27 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:38:27 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:38:27 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:38:27 go: finding github.com/hashicorp/go-multierror v1.0.0 04:38:27 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:38:27 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:38:27 go: finding github.com/hashicorp/go-syslog v1.0.0 04:38:27 go: finding github.com/hashicorp/go-uuid v1.0.1 04:38:27 go: finding github.com/hashicorp/go.net v0.0.1 04:38:27 go: finding github.com/hashicorp/golang-lru v0.5.0 04:38:27 go: finding github.com/hashicorp/logutils v1.0.0 04:38:27 go: finding github.com/hashicorp/mdns v1.0.0 04:38:27 go: finding github.com/hashicorp/memberlist v0.1.3 04:38:27 go: finding github.com/hashicorp/serf v0.8.2 04:38:27 go: finding github.com/hpcloud/tail v1.0.0 04:38:27 go: finding github.com/imdario/mergo v0.3.6 04:38:27 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:38:27 go: finding github.com/kr/pretty v0.1.0 04:38:27 go: finding github.com/kr/pty v1.1.1 04:38:27 go: finding github.com/kr/text v0.1.0 04:38:27 go: finding github.com/mattn/go-colorable v0.0.9 04:38:27 go: finding github.com/mattn/go-isatty v0.0.3 04:38:27 Removing intermediate container 12d65eda7ffd 04:38:27 ---> 93267994d91d 04:38:27 04:38:27 Successfully built 93267994d91d 04:38:28 ---> Running in 2b5dc958dba7 04:38:28 Successfully tagged docker-core-data-go:latest 04:38:28  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 04:38:28 go: finding github.com/miekg/dns v1.0.14 04:38:28 go: finding github.com/mitchellh/cli v1.0.0 04:38:28 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:38:28 go: finding github.com/mitchellh/copystructure v1.0.0 04:38:28 go: finding github.com/mitchellh/go-homedir v1.0.0 04:38:28 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:38:28 go: finding github.com/mitchellh/gox v0.4.0 04:38:28 go: finding github.com/mitchellh/iochan v1.0.0 04:38:28 go: finding github.com/mitchellh/mapstructure v1.1.2 04:38:28 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:38:28 Removing intermediate container 356a37601e18 04:38:28 ---> 77e95eb5a436 04:38:28 Step 6/26 : COPY go.mod . 04:38:28 go: finding github.com/onsi/ginkgo v1.10.1 04:38:28 go: finding github.com/onsi/gomega v1.7.0 04:38:28 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:38:28 go: finding github.com/pebbe/zmq4 v1.0.0 04:38:28 go: finding github.com/pelletier/go-toml v1.2.0 04:38:28 go: finding github.com/pkg/errors v0.8.1 04:38:28 go: finding github.com/pmezard/go-difflib v1.0.0 04:38:28 go: finding github.com/posener/complete v1.1.1 04:38:28 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:38:28 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:38:28 Removing intermediate container 2da01e8717f1 04:38:28 ---> 74a1d062131c 04:38:28 Step 8/26 : COPY . . 04:38:28 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:38:28 go: finding github.com/stretchr/objx v0.1.0 04:38:28 go: finding github.com/stretchr/testify v1.5.1 04:38:28 go: finding github.com/ugorji/go v1.1.4 04:38:28 go: finding github.com/x448/float16 v0.8.4 04:38:28 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:38:28 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:38:28 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:38:28 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:38:28 go: finding golang.org/x/text v0.3.2 04:38:28 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:38:29 ---> 334ab4c1f4d5 04:38:29 Step 7/26 : RUN go mod download 04:38:29 Removing intermediate container 33e5837872d1 04:38:29 ---> 708fc5ad963d 04:38:29 Step 6/21 : COPY go.mod . 04:38:29 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:38:29 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:38:29 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:38:29 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:38:29 go: finding gopkg.in/yaml.v2 v2.2.8 04:38:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:30 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:30 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:30 OK: 12749 distinct packages available 04:38:31 OK: 233 MiB in 51 packages 04:38:32 OK: 233 MiB in 51 packages 04:38:34 ---> Running in bb012c5816c6 04:38:36 ---> 280b513b87c9 04:38:36 Step 7/21 : RUN go mod download 04:38:37 ---> Running in 5f8e544399d6 04:38:39 Removing intermediate container 2b5dc958dba7 04:38:39 ---> 2c27378c2823 04:38:39 Step 6/21 : COPY go.mod . 04:38:43 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:43 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:38:43 ---> 64a09c948002 04:38:43 Step 3/29 : WORKDIR /edgex-go 04:38:43 ---> Using cache 04:38:43 ---> 40604f2e7711 04:38:43 Step 4/29 : RUN apk update && apk add make git 04:38:43 ---> a263a305ee2a 04:38:43 Step 7/21 : RUN go mod download 04:38:43 ---> Running in d9a6a9f168eb 04:38:43 ---> Running in b2e878a14e3f 04:38:43 Removing intermediate container bb012c5816c6 04:38:43 ---> 20822afd881f 04:38:43 Step 8/26 : COPY . . 04:38:47 Removing intermediate container 7c7c21372f51 04:38:47 ---> 9c04a2d6d64a 04:38:47 Successfully built 9c04a2d6d64a 04:38:47 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:38:48 + docker inspect -f . ci-base-image-arm64 04:38:48 . [Pipeline] withDockerContainer 04:38:48 prd-ubuntu18.04-docker-arm64-4c-16g-3354 does not seem to be running inside a container 04:38:48 $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:49 $ docker top 6189e0159cb0df35a99ab2fd437390f816c2aa463b98b6fc78f82370e3335452 -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:50 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:50 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:50 OK: 12749 distinct packages available 04:38:50 OK: 233 MiB in 51 packages 04:38:50 Removing intermediate container 5f8e544399d6 04:38:50 ---> f8f5d7de867c 04:38:50 Step 8/21 : COPY . . 04:38:50 + go version 04:38:50 go version go1.13.13 linux/arm64 [Pipeline] echo 04:38:50 ========================================================= 04:38:50 [edgeXBuildGoParallel] Running Tests and Build... 04:38:50 ========================================================= [Pipeline] sh 04:38:51 + make test 04:38:51 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:38:54 ? github.com/edgexfoundry/edgex-go [no test files] 04:39:00 ---> 944fc81c1cc4 04:39:00 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:39:00 Removing intermediate container d9a6a9f168eb 04:39:00 ---> b1d9d09259c0 04:39:00 Step 5/29 : COPY go.mod . 04:39:00 ---> Running in 538f5292575f 04:39:01 Removing intermediate container b2e878a14e3f 04:39:01 ---> f4238a7eb232 04:39:01 Step 8/21 : COPY . . 04:39:05 ---> 5619e4071c12 04:39:05 Step 6/29 : RUN go mod download 04:39:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:39:10 ---> Running in a1426593b81e 04:39:12 ---> d468dbd1604c 04:39:12 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:39:14 ---> Running in 721931cced9c 04:39:15 ---> 58370a2f54d2 04:39:15 Step 9/21 : RUN make cmd/core-command/core-command 04:39:16 ---> Running in 81e8519f8af0 04:39:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:39:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:39:17 Removing intermediate container a1426593b81e 04:39:17 ---> 1d3881232b8b 04:39:17 Step 7/29 : COPY . . 04:39:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:39:28 ---> 112364c6919d 04:39:28 Step 9/21 : RUN make cmd/support-logging/support-logging 04:39:28 ---> Running in 6f314588ef12 04:39:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:39:40 Removing intermediate container 538f5292575f 04:39:40 ---> 7a1832903070 04:39:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:39:40 ---> Running in 97b3dbb0a112 04:39:40 ---> 35792ed0f681 04:39:40 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:39:41 ---> Running in bcb80e68a462 04:39:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:39:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:39:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:39:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:39:41 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s 04:39:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:39:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:39:41 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:39:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:39:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:39:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:39:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:39:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:39:46 Removing intermediate container 97b3dbb0a112 04:39:46 ---> ab3dd4427103 04:39:46 04:39:46 Step 11/26 : FROM docker:latest 04:39:46 ---> 81f5749c9058 04:39:46 Step 12/26 : RUN apk add --no-cache bash 04:39:47 ---> Running in a7db8d601c87 04:39:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:48 (1/2) Installing readline (8.0.4-r0) 04:39:48 (2/2) Installing bash (5.0.17-r0) 04:39:48 Executing bash-5.0.17-r0.post-install 04:39:48 Executing busybox-1.31.1-r16.trigger 04:39:48 OK: 12 MiB in 22 packages 04:39:50 Removing intermediate container 81e8519f8af0 04:39:50 ---> 502943be9652 04:39:50 04:39:50 Step 10/21 : FROM scratch 04:39:50 ---> 04:39:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:39:50 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:39:51 ---> Using cache 04:39:51 ---> bc27f84a8488 04:39:51 Step 12/21 : ENV APP_PORT=48082 04:39:51 ---> Running in dc58cd7bd020 04:39:51 Removing intermediate container a7db8d601c87 04:39:51 ---> 6f938c83f3b9 04:39:51 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:39:51 ---> Running in 7fc935d99086 04:39:52 Removing intermediate container dc58cd7bd020 04:39:52 ---> c8046ef8d153 04:39:52 Step 13/21 : EXPOSE $APP_PORT 04:39:52 ---> Running in f66597e4a2be 04:39:52 Removing intermediate container f66597e4a2be 04:39:52 ---> 8bca9518586b 04:39:52 Step 14/21 : WORKDIR / 04:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 46.6% of statements 04:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:39:54 ---> Running in f058c933a55c 04:39:55 Removing intermediate container f058c933a55c 04:39:55 ---> 575a4590e0b4 04:39:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:39:55 Removing intermediate container 7fc935d99086 04:39:55 ---> 1916250c0894 04:39:55 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:39:56 ---> fc9eb5f9a944 04:39:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:39:56 ---> Running in 2c860f778caa 04:39:56 Removing intermediate container 2c860f778caa 04:39:56 ---> c589efa9ebc2 04:39:56 Step 15/26 : ENV APP_PORT=48090 04:39:58 ---> Running in 0ddec56c7f94 04:39:58 ---> 6f21729fba50 04:39:58 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:39:58 Removing intermediate container 721931cced9c 04:39:58 ---> 0130f61df8ba 04:39:58 04:39:58 Step 10/26 : FROM alpine:3.10 04:39:58 Removing intermediate container 6f314588ef12 04:39:58 ---> 05c03a43426a 04:39:58 04:39:58 Step 10/21 : FROM scratch 04:39:58 ---> 04:39:58 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:39:58 Removing intermediate container 0ddec56c7f94 04:39:58 ---> d9f0f25743d8 04:39:58 Step 16/26 : EXPOSE $APP_PORT 04:39:58 ---> Using cache 04:39:58 ---> 3e52bc43e57e 04:39:58 Step 12/21 : ENV APP_PORT=48061 04:39:58 ---> Running in 6c6ada2eecd0 04:39:58 ---> Running in 0ae1bdca66ae 04:39:58 ---> 51012ef2d120 04:39:58 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:58 3.10: Pulling from library/alpine 04:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.3% of statements 04:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements 04:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 04:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:39:59 ---> Running in 7cbf03bf2253 04:39:59 Removing intermediate container 0ae1bdca66ae 04:39:59 ---> 8bbed019e1ef 04:39:59 Step 13/21 : EXPOSE $APP_PORT 04:39:59 Removing intermediate container 6c6ada2eecd0 04:39:59 ---> 9363769f8290 04:39:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:40:00 ---> Running in 1530ef4c4095 04:40:02 Removing intermediate container 7cbf03bf2253 04:40:02 ---> 1f2729b133ca 04:40:02 Step 19/21 : LABEL arch=x86_64 04:40:02 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:40:02 Status: Downloaded newer image for alpine:3.10 04:40:02 ---> be4e4bea2c2e 04:40:02 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:40:02 ---> 02225ae237cf 04:40:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:40:02 Removing intermediate container bcb80e68a462 04:40:02 ---> c99dcd63b06c 04:40:02 04:40:02 Step 9/29 : FROM alpine:latest 04:40:02 ---> a24bb4013296 04:40:02 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:40:02 Removing intermediate container 1530ef4c4095 04:40:02 ---> 424e712670a0 04:40:02 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:40:02 ---> Running in fae0a1176e31 04:40:02 ---> Running in 9ab5088038f2 04:40:02 ---> Running in 170ea94cc3c3 04:40:02 ---> f07ac312df9c 04:40:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / ---> b09cc55bac51 04:40:02 04:40:02 Removing intermediate container fae0a1176e31 04:40:02 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:40:02 ---> fd714f518f84 04:40:02 Step 20/21 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:40:02 Removing intermediate container 170ea94cc3c3 04:40:02 ---> b538d07ad1cb 04:40:02 Step 11/29 : USER root 04:40:02 ---> Running in 3de90588404e 04:40:02 ---> Running in 9db716b57436 04:40:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:40:03 ---> 0ee273076fd6 04:40:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:40:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:40:03 ---> 51e1f60890e7 04:40:03 Step 20/26 : RUN apk --no-cache add py-pip 04:40:03 Removing intermediate container 3de90588404e 04:40:03 ---> a5833f1793d4 04:40:03 Step 21/21 : LABEL version=0.0.0 04:40:03 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:40:03 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:40:03 OK: 10346 distinct packages available 04:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.370s coverage: 28.6% of statements 04:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements 04:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements 04:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:40:03 (1/5) Installing ca-certificates (20191127-r2) 04:40:03 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:40:03 (3/5) Installing libcurl (7.66.0-r0) 04:40:03 (4/5) Installing curl (7.66.0-r0) 04:40:03 (5/5) Installing dumb-init (1.2.2-r1) 04:40:03 Executing busybox-1.30.1-r3.trigger 04:40:03 Executing ca-certificates-20191127-r2.trigger 04:40:03 OK: 7 MiB in 19 packages 04:40:03 ---> Running in 03400093639d 04:40:03 Removing intermediate container 9db716b57436 04:40:03 ---> 1ca20c418a25 04:40:03 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:40:03 ---> Running in ede98d4922bc 04:40:03 ---> 38b4b38b112b 04:40:03 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:40:04 ---> Running in 4bb721fd6352 04:40:04 Removing intermediate container ede98d4922bc 04:40:04 ---> b6e5a301bf8d 04:40:04 04:40:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.081s coverage: 89.8% of statements 04:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:40:04 Successfully built b6e5a301bf8d 04:40:04 ---> 777170e240e2 04:40:04 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:04 Successfully tagged docker-core-command-go:latest 04:40:04  Building docker-core-command-go ... done  ---> Running in 1aed58cd301a 04:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:05 (1/33) Installing libbz2 (1.0.8-r1) 04:40:05 (2/33) Installing expat (2.2.9-r1) 04:40:05 (3/33) Installing libffi (3.3-r2) 04:40:05 (4/33) Installing gdbm (1.13-r1) 04:40:05 (5/33) Installing xz-libs (5.2.5-r0) 04:40:05 (6/33) Installing sqlite-libs (3.32.1-r0) 04:40:05 (7/33) Installing python3 (3.8.5-r0) 04:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 100.0% of statements 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:40:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:40:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 04:40:05 Removing intermediate container 1aed58cd301a 04:40:05 ---> ce5e27df0a0a 04:40:05 Step 19/21 : LABEL arch=x86_64 04:40:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:05 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:40:05 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:40:05 OK: 12749 distinct packages available 04:40:06 (1/2) Installing ca-certificates (20191127-r4) 04:40:06 (2/2) Installing dumb-init (1.2.2-r1) 04:40:06 Executing busybox-1.31.1-r16.trigger 04:40:06 Executing ca-certificates-20191127-r4.trigger 04:40:06 OK: 6 MiB in 16 packages 04:40:06 Removing intermediate container 9ab5088038f2 04:40:06 ---> 8878168cc825 04:40:06 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:40:10 ---> Running in 07d7b3d17aa4 04:40:11 (8/33) Installing py3-appdirs (1.4.4-r1) 04:40:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:40:11 (10/33) Installing py3-parsing (2.4.7-r0) 04:40:11 (11/33) Installing py3-six (1.15.0-r0) 04:40:11 (12/33) Installing py3-packaging (20.4-r0) 04:40:11 ---> Running in 22ce392a46fa 04:40:11 (13/33) Installing py3-setuptools (47.0.0-r0) 04:40:11 (14/33) Installing py3-chardet (3.0.4-r4) 04:40:11 (15/33) Installing py3-idna (2.9-r0) 04:40:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:40:11 Removing intermediate container 07d7b3d17aa4 04:40:11 ---> 3a0f6e43b7d7 04:40:11 Step 20/21 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:40:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:40:12 (18/33) Installing py3-requests (2.23.0-r0) 04:40:12 (19/33) Installing py3-msgpack (1.0.0-r0) 04:40:12 (20/33) Installing py3-lockfile (0.12.2-r3) 04:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.335s coverage: 63.5% of statements 04:40:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:40:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements 04:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 92.3% of statements 04:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements 04:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements 04:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements 04:40:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:40:12 (22/33) Installing py3-colorama (0.4.3-r0) 04:40:12 ---> Running in e15b1ded1910 04:40:12 Removing intermediate container 22ce392a46fa 04:40:12 ---> 50a8c0f215f4 04:40:12 Step 13/26 : WORKDIR / 04:40:12 (23/33) Installing py3-distlib (0.3.0-r0) 04:40:12 (24/33) Installing py3-distro (1.5.0-r1) 04:40:12 (25/33) Installing py3-webencodings (0.5.1-r3) 04:40:12 Removing intermediate container 4bb721fd6352 04:40:12 ---> e19d318ad21e 04:40:12 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:40:12 (26/33) Installing py3-html5lib (1.0.1-r4) 04:40:13 (27/33) Installing py3-pytoml (0.1.21-r0) 04:40:13 (28/33) Installing py3-pep517 (0.8.2-r0) 04:40:13 ---> Running in 3d1b1885bd9d 04:40:13 (29/33) Installing py3-progress (1.5-r0) 04:40:13 (30/33) Installing py3-toml (0.10.1-r0) 04:40:13 (31/33) Installing py3-retrying (1.3.3-r0) 04:40:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:40:13 (33/33) Installing py3-pip (20.1.1-r0) 04:40:13 ---> Running in c5dccb2a2c56 04:40:13 Removing intermediate container e15b1ded1910 04:40:13 ---> 89b85db0f400 04:40:13 Step 21/21 : LABEL version=0.0.0 04:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.272s coverage: 55.9% of statements 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:40:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:40:16 Executing busybox-1.31.1-r16.trigger 04:40:16 OK: 71 MiB in 55 packages 04:40:16 Removing intermediate container 3d1b1885bd9d 04:40:16 ---> 707757505da1 04:40:16 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:40:16 ---> Running in 05be3d700095 04:40:16 Removing intermediate container c5dccb2a2c56 04:40:16 ---> 3effdb6b7fbb 04:40:16 Step 14/29 : WORKDIR $BASE_DIR 04:40:16 ---> Running in 60dbbfb6d24f 04:40:16 Removing intermediate container 05be3d700095 04:40:16 ---> cb3e6b4c1a3b 04:40:16 04:40:16 ---> 4aef6abca48a 04:40:16 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:40:16 Removing intermediate container 60dbbfb6d24f 04:40:16 ---> 7eb9b83e443b 04:40:16 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:40:16 Successfully built cb3e6b4c1a3b 04:40:16 Successfully tagged docker-support-logging-go:latest 04:40:16  Building docker-support-logging-go ... done  ---> Running in 96ef514f270d 04:40:20 ---> d445043a98d5 04:40:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:40:20 Removing intermediate container 03400093639d 04:40:20 ---> 0a922ed6dcf3 04:40:20 Step 21/26 : RUN pip install docker-compose==1.23.2 04:40:20 ---> Running in 2e3c2db3e6ab 04:40:20 ---> cedd2835d25e 04:40:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:40:20 ---> 1fec8f21e01f 04:40:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:40:21 Removing intermediate container 96ef514f270d 04:40:21 ---> 754b71c4babf 04:40:21 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:40:21 ---> 4546e486c112 04:40:21 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:40:21 ---> 2b8bd205e16e 04:40:21 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:40:21 ---> 6c71a529d7e4 04:40:21 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:40:22 ---> 5e8803aa2841 04:40:22 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:40:22 Collecting docker-compose==1.23.2 04:40:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:40:22 Collecting dockerpty<0.5,>=0.4.1 04:40:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:40:22 ---> 426228589d86 04:40:22 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:40:22 ---> fc714393f11e 04:40:22 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:40:22 ---> 5940a5537744 04:40:22 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:40:22 Collecting cached-property<2,>=1.2.0 04:40:22 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:40:22 ---> 40c7bce35716 04:40:22 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:40:23 Collecting docopt<0.7,>=0.6.1 04:40:23 Downloading docopt-0.6.2.tar.gz (25 kB) 04:40:23 ---> Running in 3de6ab7e6b39 04:40:23 ---> cb9b269a7bf4 04:40:23 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:40:23 ---> Running in ad237d835054 04:40:23 Collecting texttable<0.10,>=0.9.0 04:40:23 Downloading texttable-0.9.1.tar.gz (11 kB) 04:40:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:40:24 Collecting docker<4.0,>=3.6.0 04:40:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:40:24 Removing intermediate container 3de6ab7e6b39 04:40:24 ---> 9b9cbbf1cae1 04:40:24 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:40:24 Collecting jsonschema<3,>=2.5.1 04:40:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:40:24 ---> Running in 6680153c2f72 04:40:24 Removing intermediate container ad237d835054 04:40:24 ---> ac3012b5bcdc 04:40:24 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:40:24 Collecting websocket-client<1.0,>=0.32.0 04:40:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:40:25 Removing intermediate container 6680153c2f72 04:40:25 ---> ea109830cd7c 04:40:25 Step 24/26 : LABEL arch=x86_64 04:40:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:40:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:40:25 ---> Running in bb3d52b4ca8e 04:40:25 ---> 2a8843e85382 04:40:25 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:40:25 Collecting PyYAML<4,>=3.10 04:40:25 Downloading PyYAML-3.13.tar.gz (270 kB) 04:40:25 ---> Running in 0fa9e616784b 04:40:25 Removing intermediate container bb3d52b4ca8e 04:40:25 ---> aac50b9e5f01 04:40:25 Step 25/26 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:40:27 ---> Running in a63185bccc7b 04:40:27 Collecting docker-pycreds>=0.4.0 04:40:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:40:27 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:40:27 Removing intermediate container a63185bccc7b 04:40:27 ---> 52998eac2e0e 04:40:27 Step 26/26 : LABEL version=0.0.0 04:40:27 Collecting urllib3<1.25,>=1.21.1 04:40:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:40:27 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:40:27 ---> Running in 3d5347540aa9 04:40:27 Collecting idna<2.8,>=2.5 04:40:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:40:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:40:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:40:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:40:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:40:27 Installing collected packages: dockerpty, cached-property, docopt, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, docker-compose 04:40:27 Running setup.py install for dockerpty: started 04:40:27 Removing intermediate container 3d5347540aa9 04:40:27 ---> 0bc13657b6fe 04:40:27 04:40:28 Successfully built 0bc13657b6fe 04:40:28 Successfully tagged docker-security-secretstore-setup-go:latest 04:40:28  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0fa9e616784b 04:40:28 ---> 34b5025be940 04:40:28 Step 24/29 : RUN chmod 755 security-secrets-setup 04:40:28 ---> Running in 856abbe61716 04:40:28 Running setup.py install for dockerpty: finished with status 'done' 04:40:28 Running setup.py install for docopt: started 04:40:28 Running setup.py install for docopt: finished with status 'done' 04:40:28 Running setup.py install for texttable: started 04:40:29 Removing intermediate container 856abbe61716 04:40:29 ---> 64d36cc23ec0 04:40:29 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:40:29 ---> Running in a3f9fcb17b12 04:40:29 Running setup.py install for texttable: finished with status 'done' 04:40:29 Attempting uninstall: urllib3 04:40:29 Found existing installation: urllib3 1.25.9 04:40:29 Uninstalling urllib3-1.25.9: 04:40:29 Removing intermediate container a3f9fcb17b12 04:40:29 ---> 42946f4dadf5 04:40:29 Step 26/29 : CMD [ "generate" ] 04:40:29 Successfully uninstalled urllib3-1.25.9 04:40:30 ---> Running in 826704fb1f98 04:40:30 Attempting uninstall: idna 04:40:30 Found existing installation: idna 2.9 04:40:30 Uninstalling idna-2.9: 04:40:30 Successfully uninstalled idna-2.9 04:40:30 Removing intermediate container 826704fb1f98 04:40:30 ---> 1d7844ee7116 04:40:30 Step 27/29 : LABEL arch=x86_64 04:40:30 Attempting uninstall: requests 04:40:30 Found existing installation: requests 2.23.0 04:40:30 Uninstalling requests-2.23.0: 04:40:30 Successfully uninstalled requests-2.23.0 04:40:30 ---> Running in ee908ae25adc 04:40:31 Removing intermediate container ee908ae25adc 04:40:31 ---> 8ad5b56bfc36 04:40:31 Step 28/29 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:40:31 ---> Running in 4e68fb46bedc 04:40:31 Running setup.py install for PyYAML: started 04:40:31 Removing intermediate container 4e68fb46bedc 04:40:31 ---> 57edd53b4538 04:40:31 Step 29/29 : LABEL version=0.0.0 04:40:31 ---> Running in d569e74a2134 04:40:32 Removing intermediate container d569e74a2134 04:40:32 ---> 1cde3283438d 04:40:32 04:40:32 Successfully built 1cde3283438d 04:40:32 Successfully tagged docker-security-secrets-setup-go:latest 04:40:32  Building docker-security-secrets-setup-go ... done  Running setup.py install for PyYAML: finished with status 'done' 04:40:32 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:40:35 Removing intermediate container 2e3c2db3e6ab 04:40:35 ---> 25f43fce3418 04:40:35 Step 22/26 : RUN apk --no-cache add curl 04:40:35 ---> Running in 4241f6195d62 04:40:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:40:35 (2/3) Installing libcurl (7.69.1-r0) 04:40:35 (3/3) Installing curl (7.69.1-r0) 04:40:35 Executing busybox-1.31.1-r16.trigger 04:40:35 OK: 72 MiB in 58 packages 04:40:36 Removing intermediate container 4241f6195d62 04:40:36 ---> fc404221b9f0 04:40:36 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:36 ---> Running in 04157fdaef90 04:40:36 Removing intermediate container 04157fdaef90 04:40:36 ---> 2460d569a161 04:40:36 Step 24/26 : LABEL arch=x86_64 04:40:36 ---> Running in 7ee8d526637f 04:40:36 Removing intermediate container 7ee8d526637f 04:40:36 ---> 9b24f27ff563 04:40:36 Step 25/26 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:40:36 ---> Running in 1db335ff6e89 04:40:37 Removing intermediate container 1db335ff6e89 04:40:37 ---> 06b03a3179b3 04:40:37 Step 26/26 : LABEL version=0.0.0 04:40:37 ---> Running in d6d9c435cb8c 04:40:37 Removing intermediate container d6d9c435cb8c 04:40:37 ---> 861d972e74c9 04:40:37 04:40:37 Successfully built 861d972e74c9 04:40:37 Successfully tagged docker-sys-mgmt-agent-go:latest 04:40:37  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:40:37 $ docker stop --time=1 cd415dd860927db963bfe6e414249c8fc4dac8458c9701031a2ebc185d7bad0d 04:40:39 $ docker rm -f cd415dd860927db963bfe6e414249c8fc4dac8458c9701031a2ebc185d7bad0d [Pipeline] // withDockerContainer [Pipeline] sh 04:40:39 + docker images 04:40:39 + grep docker 04:40:39 docker-sys-mgmt-agent-go latest 861d972e74c9 2 seconds ago 284MB 04:40:39 docker-security-secrets-setup-go latest 1cde3283438d 8 seconds ago 25.1MB 04:40:39 docker-security-secretstore-setup-go latest 0bc13657b6fe 12 seconds ago 33.9MB 04:40:39 docker-support-logging-go latest cb3e6b4c1a3b 23 seconds ago 11.8MB 04:40:39 docker-core-command-go latest b6e5a301bf8d 36 seconds ago 13MB 04:40:39 docker-core-data-go latest 93267994d91d 2 minutes ago 23.8MB 04:40:39 docker-support-notifications-go latest 971edc3e2029 2 minutes ago 14.4MB 04:40:39 docker-core-metadata-go latest 6ea4f31bd7c0 2 minutes ago 14.4MB 04:40:39 docker-support-scheduler-go latest bef996987eb9 2 minutes ago 13.1MB 04:40:39 docker-security-proxy-setup-go latest d1ec2e74fb43 2 minutes ago 16.4MB 04:40:39 docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 27.127s coverage: 86.3% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.065s coverage: 72.2% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.370s coverage: 72.1% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.067s coverage: 48.4% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.027s coverage: 96.8% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.224s coverage: 33.7% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.1% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.030s coverage: 100.0% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.059s coverage: 42.9% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.048s coverage: 100.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.041s coverage: 83.8% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.163s coverage: 46.1% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.028s coverage: 100.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.029s coverage: 100.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.224s coverage: 29.1% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.031s coverage: 100.0% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements 04:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:40:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.030s coverage: 87.9% of statements 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:40:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:40:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements 04:40:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements 04:40:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 100.0% of statements 04:40:50 GO111MODULE=on go vet ./... 04:41:08 gofmt -l . 04:41:10 [ "`gofmt -l .`" = "" ] 04:41:12 ./bin/test-go-mod-tidy.sh 04:41:13 ./bin/test-attribution-txt.sh [Pipeline] sh 04:41:16 + ls -al . 04:41:16 total 596 04:41:16 drwxrwxr-x 10 1001 1001 4096 Aug 11 04:41 . 04:41:16 drwxr-xr-x 4 root root 4096 Aug 11 04:38 .. 04:41:16 -rw-rw-r-- 1 1001 1001 11 Aug 11 04:36 .dockerignore 04:41:16 drwxrwxr-x 8 1001 1001 4096 Aug 11 04:37 .git 04:41:16 drwxrwxr-x 3 1001 1001 4096 Aug 11 04:36 .github 04:41:16 -rw-rw-r-- 1 1001 1001 932 Aug 11 04:37 .gitignore 04:41:16 drwxrwxr-x 3 1001 1001 4096 Aug 11 04:37 .semver 04:41:16 -rw-rw-r-- 1 1001 1001 166 Aug 11 04:37 .sonarcloud.properties 04:41:16 -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:36 CONTRIBUTING.md 04:41:16 -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:37 Dockerfile.build 04:41:16 -rw-rw-r-- 1 1001 1001 865 Aug 11 04:37 Jenkinsfile 04:41:16 -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:36 LICENSE 04:41:16 -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:37 Makefile 04:41:16 -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:36 README.md 04:41:16 -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:36 SECURITY.md 04:41:16 -rw-rw-r-- 1 1001 1001 5 Aug 11 04:32 VERSION 04:41:16 -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:36 ZMQWindows.md 04:41:16 drwxrwxr-x 2 1001 1001 4096 Aug 11 04:36 bin 04:41:16 drwxrwxr-x 15 1001 1001 4096 Aug 11 04:36 cmd 04:41:16 -rw-r--r-- 1 root root 465013 Aug 11 04:40 coverage.out 04:41:16 -rw-r--r-- 1 root root 1075 Aug 11 04:41 go.mod 04:41:16 -rw-r--r-- 1 root root 18146 Aug 11 04:41 go.sum 04:41:16 drwxrwxr-x 8 1001 1001 4096 Aug 11 04:37 internal 04:41:16 drwxrwxr-x 4 1001 1001 4096 Aug 11 04:37 openapi 04:41:16 drwxrwxr-x 4 1001 1001 4096 Aug 11 04:37 snap 04:41:16 -rw-rw-r-- 1 1001 1001 168 Aug 11 04:37 version.go [Pipeline] sh 04:41:17 + '[' -e coverage.out ] 04:41:17 + chown 1001:1001 coverage.out [Pipeline] stash 04:41:17 Warning: overwriting stash ‘coverage-report’ 04:41:18 Stashed 1 file(s) [Pipeline] sh 04:41:19 + make build 04:41: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:41:37 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:41:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:41:53 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:41:58 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:07 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:42:07 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:42:13 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:42:19 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:42:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:42:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:42:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:42:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:42:44 $ docker stop --time=1 6189e0159cb0df35a99ab2fd437390f816c2aa463b98b6fc78f82370e3335452 04:42:47 $ docker rm -f 6189e0159cb0df35a99ab2fd437390f816c2aa463b98b6fc78f82370e3335452 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:49 04:42:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:42:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:50 latest: Pulling from edgex-devops/edgex-compose-arm64 04:42:50 29e5d40040c1: Pulling fs layer 04:42:50 1ce36da41761: Pulling fs layer 04:42:50 25b303627fd3: Pulling fs layer 04:42:50 29e5d40040c1: Verifying Checksum 04:42:50 29e5d40040c1: Download complete 04:42:50 1ce36da41761: Verifying Checksum 04:42:50 1ce36da41761: Download complete 04:42:50 29e5d40040c1: Pull complete 04:42:52 1ce36da41761: Pull complete 04:42:52 25b303627fd3: Verifying Checksum 04:42:52 25b303627fd3: Download complete 04:43:02 25b303627fd3: Pull complete 04:43:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:43:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:43:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:43:02 prd-ubuntu18.04-docker-arm64-4c-16g-3354 does not seem to be running inside a container 04:43:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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:43:06 $ docker top b362433cca7584d25ed9ed187e566fb7a7796a6d2cbe72591ebfe9e0bb34ab55 -eo pid,comm [Pipeline] { [Pipeline] sh 04:43:08 + docker-compose build --help 04:43:08 + grep parallel 04:43:13 --parallel Build images in parallel. [Pipeline] } 04:43:13 $ docker stop --time=1 b362433cca7584d25ed9ed187e566fb7a7796a6d2cbe72591ebfe9e0bb34ab55 04:43:15 $ docker rm -f b362433cca7584d25ed9ed187e566fb7a7796a6d2cbe72591ebfe9e0bb34ab55 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:43:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:43:16 . [Pipeline] withDockerContainer 04:43:16 prd-ubuntu18.04-docker-arm64-4c-16g-3354 does not seem to be running inside a container 04:43:16 $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:43:18 $ docker top f2386ced880ad9bfd9c0d95c6ccddc583e929784838987d63c388b74f461cce1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:43:19 + docker-compose -f ./docker-compose-build.yml build --parallel 04:43:23 Building docker-core-command-go ... 04:43:23 Building docker-core-data-go ... 04:43:23 Building docker-core-metadata-go ... 04:43:23 Building docker-security-proxy-setup-go ... 04:43:23 Building docker-security-secrets-setup-go ... 04:43:23 Building docker-security-secretstore-setup-go ... 04:43:23 Building docker-support-logging-go ... 04:43:23 Building docker-support-notifications-go ... 04:43:23 Building docker-support-scheduler-go ... 04:43:23 Building docker-sys-mgmt-agent-go ... 04:43:23 Building docker-support-notifications-go 04:43:23 Building docker-core-data-go 04:43:23 Building docker-security-secretstore-setup-go 04:43:23 Building docker-security-proxy-setup-go 04:43:23 Building docker-sys-mgmt-agent-go 04:45:15 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:45:15 ---> 9c04a2d6d64a 04:45:15 Step 3/23 : WORKDIR /edgex-go 04:45:15 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:15 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:45:15 ---> 9c04a2d6d64a 04:45:15 Step 3/20 : WORKDIR /edgex-go 04:45:15 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:45:15 ---> 9c04a2d6d64a 04:45:15 Step 3/26 : WORKDIR /edgex-go 04:45:15 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:45:15 ---> 9c04a2d6d64a 04:45:15 Step 3/26 : WORKDIR /edgex-go 04:45:15 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:45:15 ---> 9c04a2d6d64a 04:45:15 Step 3/22 : WORKDIR /edgex-go 04:45:15 ---> Running in b7346169f155 04:45:15 ---> Running in c015db568089 04:45:15 ---> Running in a9377e7956b4 04:45:15 ---> Running in 360d7f2734c7 04:45:15 ---> Running in 276100c10547 04:45:15 Removing intermediate container b7346169f155 04:45:15 ---> 2c55daa13259 04:45:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:15 Removing intermediate container 276100c10547 04:45:15 ---> f9bd06cf6cff 04:45:15 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:15 Removing intermediate container c015db568089 04:45:15 ---> 81f9ea8082e8 04:45:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:15 Removing intermediate container 360d7f2734c7 04:45:15 ---> 6ecf40165215 04:45:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:15 Removing intermediate container a9377e7956b4 04:45:15 ---> a3cb5bbace89 04:45:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:15 ---> Running in 192dac2596ba 04:45:15 ---> Running in 1f8485a3ac18 04:45:15 ---> Running in be85b469a013 04:45:15 ---> Running in c9025588da9c 04:45:15 ---> Running in 3d891bf327f9 04:45:17 Removing intermediate container 1f8485a3ac18 04:45:17 ---> ee3ca3cead37 04:45:17 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:45:17 Removing intermediate container 192dac2596ba 04:45:17 ---> 3afec372fdc9 04:45:17 Step 5/26 : RUN apk update && apk add make bash git 04:45:17 ---> Running in 632dfd49a12c 04:45:17 Removing intermediate container be85b469a013 04:45:17 ---> afc790ea4a8b 04:45:17 Step 5/26 : RUN apk update && apk add make git 04:45:17 ---> Running in 3e5acf0d31bc 04:45:17 ---> Running in 347806bc052f 04:45:17 Removing intermediate container c9025588da9c 04:45:17 ---> caf72f7b0e8e 04:45:17 Step 5/20 : RUN apk update && apk add make git 04:45:17 Removing intermediate container 3d891bf327f9 04:45:17 ---> 663256880e1e 04:45:17 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:45:17 ---> Running in b5d32b220c4b 04:45:17 ---> Running in 743dc1356862 04:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:21 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:21 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:21 OK: 12620 distinct packages available 04:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:21 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:21 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:21 OK: 12620 distinct packages available 04:45:21 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:21 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:21 OK: 12620 distinct packages available 04:45:22 OK: 217 MiB in 51 packages 04:45:22 OK: 217 MiB in 51 packages 04:45:22 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:22 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:22 OK: 12620 distinct packages available 04:45:22 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:22 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:22 OK: 12620 distinct packages available 04:45:23 OK: 217 MiB in 51 packages 04:45:23 OK: 217 MiB in 51 packages 04:45:23 OK: 217 MiB in 51 packages 04:45:24 Removing intermediate container 632dfd49a12c 04:45:24 ---> 39c8debefbe6 04:45:24 Step 6/22 : COPY go.mod . 04:45:24 Removing intermediate container 3e5acf0d31bc 04:45:24 ---> 9bb36b3cab16 04:45:24 Step 6/26 : COPY go.mod . 04:45:24 Removing intermediate container 347806bc052f 04:45:24 ---> 6282fd7226cd 04:45:24 Step 6/26 : COPY go.mod . 04:45:25 ---> a9ed37bd684a 04:45:25 Step 7/22 : RUN go mod download 04:45:25 Removing intermediate container b5d32b220c4b 04:45:25 ---> 3873e4338ae8 04:45:25 Step 6/20 : COPY go.mod . 04:45:25 Removing intermediate container 743dc1356862 04:45:25 ---> d156aa55db0f 04:45:25 Step 6/23 : COPY go.mod . 04:45:25 ---> Running in d63b03f0c0e9 04:45:25 ---> f9293ff4f608 04:45:25 Step 7/26 : RUN go mod download 04:45:26 ---> cf883023c4f5 04:45:26 Step 7/26 : RUN go mod download 04:45:26 ---> Running in d78f21ee212d 04:45:26 ---> Running in ac7588312f44 04:45:26 ---> e70432dcb7ac 04:45:26 Step 7/20 : RUN go mod download 04:45:26 ---> 6106e48ded3d 04:45:26 Step 7/23 : RUN go mod download 04:45:26 ---> Running in 2f2e65af0b2b 04:45:27 ---> Running in 6e487bafd4ca 04:45:31 Removing intermediate container d63b03f0c0e9 04:45:31 ---> 70d9df866354 04:45:31 Step 8/22 : COPY . . 04:45:31 Removing intermediate container ac7588312f44 04:45:31 ---> a7a813321521 04:45:31 Step 8/26 : COPY . . 04:45:31 Removing intermediate container d78f21ee212d 04:45:31 ---> dcb73223d485 04:45:31 Step 8/26 : COPY . . 04:45:32 Removing intermediate container 2f2e65af0b2b 04:45:32 ---> 8e7be207d68a 04:45:32 Step 8/20 : COPY . . 04:45:33 Removing intermediate container 6e487bafd4ca 04:45:33 ---> 9cdecf62b4b3 04:45:33 Step 8/23 : COPY . . 04:46:05 ---> 165bf6748002 04:46:05 Step 9/22 : RUN make cmd/core-data/core-data 04:46:05 ---> a9be152790cb 04:46:05 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:46:05 ---> e980799a2a7f 04:46: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:46:05 ---> 383ad3eeb181 04:46:05 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:46:05 ---> 458e5293e9de 04:46:05 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:46:05 ---> Running in cf4a82186ca2 04:46:05 ---> Running in 9eaf3269264c 04:46:05 ---> Running in 950a25fb22b2 04:46:05 ---> Running in f388a5f48c8b 04:46:05 ---> Running in 9aec255a319b 04:46:07 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:46:07 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:46:07 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:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:46:08 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:47:45 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:47:45 Removing intermediate container cf4a82186ca2 04:47:45 ---> 863740635c10 04:47:45 04:47:45 Step 10/20 : FROM alpine 04:47:45 latest: Pulling from library/alpine 04:47:45 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:47:45 Status: Downloaded newer image for alpine:latest 04:47:45 ---> 62ee0e9f8440 04:47:45 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:47:45 ---> Running in 8ab3e6ea2cfd 04:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:46 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:47:46 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:47:46 OK: 12620 distinct packages available 04:47:47 (1/4) Installing ca-certificates (20191127-r4) 04:47:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:47:47 (3/4) Installing libcurl (7.69.1-r0) 04:47:47 (4/4) Installing curl (7.69.1-r0) 04:47:47 Executing busybox-1.31.1-r16.trigger 04:47:47 Executing ca-certificates-20191127-r4.trigger 04:47:47 OK: 7 MiB in 18 packages 04:47:51 Removing intermediate container 8ab3e6ea2cfd 04:47:51 ---> f3a16d3bc98b 04:47:51 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:47:51 ---> Running in 3a36baeeafda 04:47:52 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:47:52 Removing intermediate container 3a36baeeafda 04:47:52 ---> 65af7ee89e13 04:47:52 Step 13/20 : WORKDIR /edgex 04:47:53 ---> Running in fcb6b20e4e0e 04:47:54 Removing intermediate container fcb6b20e4e0e 04:47:54 ---> 227935c6a187 04:47:54 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:47:54 Removing intermediate container f388a5f48c8b 04:47:54 ---> 39bbcdf57ccc 04:47:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:47:55 ---> Running in 7d028825eb62 04:47:56 ---> eab6834fc3af 04:47:56 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:47:58 ---> 37e9490c0878 04:47:58 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:47:58 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:47:58 ---> Running in bb1c1054a7ce 04:47:59 Removing intermediate container bb1c1054a7ce 04:47:59 ---> 5773c30646c2 04:47:59 Step 17/20 : CMD ["--init=true"] 04:47:59 ---> Running in 49e92f50ac88 04:48:00 Removing intermediate container 49e92f50ac88 04:48:00 ---> 83cb5254cc0e 04:48:00 Step 18/20 : LABEL arch=arm64 04:48:00 ---> Running in a8847763ef24 04:48:01 Removing intermediate container a8847763ef24 04:48:01 ---> 8bdf264aa288 04:48:01 Step 19/20 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:48:01 ---> Running in 42f9155017be 04:48:02 Removing intermediate container 42f9155017be 04:48:02 ---> d8828eb0d44c 04:48:02 Step 20/20 : LABEL version=0.0.0 04:48:02 ---> Running in dd4d7e42413e 04:48:03 Removing intermediate container dd4d7e42413e 04:48:03 ---> 539e7495ddbf 04:48:03 04:48:04 Successfully built 539e7495ddbf 04:48:05 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:48:05 Building docker-core-command-go 04:48:07  Building docker-security-proxy-setup-go ... done Removing intermediate container 7d028825eb62 04:48:07 ---> 59735ecd8198 04:48:07 04:48:07 Step 11/26 : FROM docker:latest 04:48:07 ---> ce9d55ae87f1 04:48:07 Step 12/26 : RUN apk add --no-cache bash 04:48:07 ---> Running in d3c6a0d9011f 04:48:10 Removing intermediate container 950a25fb22b2 04:48:10 ---> 2d808aead4c3 04:48:10 04:48:10 Step 10/26 : FROM alpine:3.10 04:48:10 3.10: Pulling from library/alpine 04:48:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:11 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:48:11 Status: Downloaded newer image for alpine:3.10 04:48:11 ---> 536a684cf733 04:48:11 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:48:12 (1/2) Installing readline (8.0.4-r0) 04:48:12 (2/2) Installing bash (5.0.17-r0) 04:48:12 Executing bash-5.0.17-r0.post-install 04:48:12 Executing busybox-1.31.1-r16.trigger 04:48:12 OK: 12 MiB in 22 packages 04:48:14 ---> Running in cd5cd1079999 04:48:15 Removing intermediate container d3c6a0d9011f 04:48:15 ---> 7e26105cdf51 04:48:15 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:48:16 ---> Running in fbe5ce9189b1 04:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:48:18 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:48:18 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:48:18 OK: 10167 distinct packages available 04:48:19 (1/5) Installing ca-certificates (20191127-r2) 04:48:19 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:48:19 (3/5) Installing libcurl (7.66.0-r0) 04:48:19 (4/5) Installing curl (7.66.0-r0) 04:48:19 (5/5) Installing dumb-init (1.2.2-r1) 04:48:19 Executing busybox-1.30.1-r3.trigger 04:48:19 Executing ca-certificates-20191127-r2.trigger 04:48:19 OK: 7 MiB in 19 packages 04:48:20 Removing intermediate container 9aec255a319b 04:48:20 ---> f9270e056cee 04:48:20 04:48:20 Step 10/23 : FROM scratch 04:48:20 ---> 04:48:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:48:20 ---> Running in 3165727ae1bc 04:48:21 Removing intermediate container fbe5ce9189b1 04:48:21 ---> 2e0011114949 04:48:21 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:48:21 Removing intermediate container 3165727ae1bc 04:48:21 ---> 86bef82d6dd7 04:48:21 Step 12/23 : ENV APP_PORT=48060 04:48:21 ---> Running in 349949d68512 04:48:21 ---> Running in b583b35c12f1 04:48:22 Removing intermediate container 349949d68512 04:48:22 ---> c3752ed8d48f 04:48:22 Step 15/26 : ENV APP_PORT=48090 04:48:22 Removing intermediate container b583b35c12f1 04:48:22 ---> 84b611c88701 04:48:22 Step 13/23 : EXPOSE $APP_PORT 04:48:23 ---> Running in 2b967e448e93 04:48:23 Removing intermediate container cd5cd1079999 04:48:23 ---> f5c0531a6110 04:48:23 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:48:23 ---> Running in f582d2be5ba5 04:48:23 ---> Running in 3135c0e174d1 04:48:23 Removing intermediate container 2b967e448e93 04:48:23 ---> cdbf58726881 04:48:23 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:48:24 Removing intermediate container f582d2be5ba5 04:48:24 ---> 38a42516a6bf 04:48:24 Step 16/26 : EXPOSE $APP_PORT 04:48:24 Removing intermediate container 3135c0e174d1 04:48:24 ---> 6521bf588410 04:48:24 Step 13/26 : WORKDIR / 04:48:24 ---> Running in afc0797e8e4c 04:48:24 ---> Running in af6ecd252ce7 04:48:25 ---> 1f9d5b1f9658 04:48:25 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:48:25 Removing intermediate container afc0797e8e4c 04:48:25 ---> ba8b11a88482 04:48:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:48:25 Removing intermediate container af6ecd252ce7 04:48:25 ---> cb855d945e8b 04:48:25 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:48:28 ---> aabd6d8b2f83 04:48:28 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:48:28 ---> b1ed04bcb41a 04:48:28 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:48:28 ---> 6d1ddce3a41c 04:48:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:48:29 ---> 71f9c4629e17 04:48:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:48:29 ---> c5991d0c0f21 04:48:29 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:48:30 ---> 00921066a9e6 04:48:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:48:30 ---> f225e26d2126 04:48:30 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:48:31 ---> 2d650ce72dc0 04:48:31 Step 20/26 : RUN apk --no-cache add py-pip 04:48:31 ---> Running in 87c8d18e37ff 04:48:31 ---> 843402072d3c 04:48:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:48:32 ---> c296c7be2ae4 04:48:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:48:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:35 ---> 1aa8744433f6 04:48:35 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:48:35 (1/33) Installing libbz2 (1.0.8-r1) 04:48:35 (2/33) Installing expat (2.2.9-r1) 04:48:35 (3/33) Installing libffi (3.3-r2) 04:48:35 (4/33) Installing gdbm (1.13-r1) 04:48:35 (5/33) Installing xz-libs (5.2.5-r0) 04:48:35 (6/33) Installing sqlite-libs (3.32.1-r0) 04:48:35 (7/33) Installing python3 (3.8.5-r0) 04:48:35 ---> 554332798b2b 04:48:35 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:48:36 Removing intermediate container 9eaf3269264c 04:48:36 ---> 3cec5a3401ed 04:48:36 04:48:36 Step 10/22 : FROM alpine 04:48:36 ---> 62ee0e9f8440 04:48:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:48:36 ---> 91385310ce18 04:48:36 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:36 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:48:36 ---> 9c04a2d6d64a 04:48:36 Step 3/21 : WORKDIR /edgex-go 04:48:36 ---> Using cache 04:48:36 ---> a3cb5bbace89 04:48:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:36 ---> Using cache 04:48:36 ---> 663256880e1e 04:48:36 Step 5/21 : RUN apk update && apk add make git 04:48:37 (8/33) Installing py3-appdirs (1.4.4-r1) 04:48:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:48:37 (10/33) Installing py3-parsing (2.4.7-r0) 04:48:37 (11/33) Installing py3-six (1.15.0-r0) 04:48:37 (12/33) Installing py3-packaging (20.4-r0) 04:48:37 (13/33) Installing py3-setuptools (47.0.0-r0) 04:48:37 (14/33) Installing py3-chardet (3.0.4-r4) 04:48:37 ---> Running in 1ac98053b9a0 04:48:37 ---> Running in b403969294ab 04:48:37 ---> Running in 859dbe8e0f3b 04:48:37 (15/33) Installing py3-idna (2.9-r0) 04:48:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:48:37 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:48:37 (18/33) Installing py3-requests (2.23.0-r0) 04:48:37 (19/33) Installing py3-msgpack (1.0.0-r0) 04:48:37 (20/33) Installing py3-lockfile (0.12.2-r3) 04:48:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:48:37 ---> 988b1ecef394 04:48:37 (22/33) Installing py3-colorama (0.4.3-r0) 04:48:37 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:48:37 (23/33) Installing py3-distlib (0.3.0-r0) 04:48:37 (24/33) Installing py3-distro (1.5.0-r1) 04:48:37 (25/33) Installing py3-webencodings (0.5.1-r3) 04:48:37 (26/33) Installing py3-html5lib (1.0.1-r4) 04:48:38 (27/33) Installing py3-pytoml (0.1.21-r0) 04:48:38 (28/33) Installing py3-pep517 (0.8.2-r0) 04:48:38 (29/33) Installing py3-progress (1.5-r0) 04:48:38 (30/33) Installing py3-toml (0.10.1-r0) 04:48:38 (31/33) Installing py3-retrying (1.3.3-r0) 04:48:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:48:38 (33/33) Installing py3-pip (20.1.1-r0) 04:48:38 Executing busybox-1.31.1-r16.trigger 04:48:38 OK: 71 MiB in 55 packages 04:48:38 Removing intermediate container 1ac98053b9a0 04:48:38 ---> aadfcf59d8cf 04:48:38 Step 21/23 : LABEL arch=arm64 04:48:38 Removing intermediate container b403969294ab 04:48:38 ---> a913a8434872 04:48:38 Step 12/22 : ENV APP_PORT=48080 04:48:39 ---> Running in 5d97dadff207 04:48:39 ---> Running in 4824b325c94e 04:48:39 ---> 2f12fa1f4408 04:48:39 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:48:39 Removing intermediate container 4824b325c94e 04:48:39 ---> 2c34772ae29a 04:48:39 Step 22/23 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:48:40 Removing intermediate container 5d97dadff207 04:48:40 ---> 92e893d867e7 04:48:40 Step 13/22 : EXPOSE $APP_PORT 04:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:40 ---> Running in 93c86ef5da0e 04:48:40 ---> Running in eff39b20f462 04:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:40 ---> 2c593168b955 04:48:40 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:48:40 Removing intermediate container 93c86ef5da0e 04:48:40 ---> 7939ccbc8de5 04:48:40 Step 23/23 : LABEL version=0.0.0 04:48:41 Removing intermediate container eff39b20f462 04:48:41 ---> 7ab37bf5dfe8 04:48:41 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:41 ---> Running in 87f3c15117a7 04:48:41 ---> Running in aac85aff3900 04:48:41 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:41 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:41 OK: 12620 distinct packages available 04:48:41 ---> Running in ed9a3ad74627 04:48:42 Removing intermediate container aac85aff3900 04:48:42 ---> a3c3126a1466 04:48:42 04:48:42 OK: 217 MiB in 51 packages 04:48:43 Successfully built a3c3126a1466 04:48:43 Successfully tagged docker-support-notifications-go-arm64:latest 04:48:43 Building docker-core-metadata-go 04:48:45  Building docker-support-notifications-go ... done Removing intermediate container 859dbe8e0f3b 04:48:45 ---> 5a2548c8cd81 04:48:45 Step 6/21 : COPY go.mod . 04:48:46 ---> 3ae6ec4ed044 04:48:46 Step 7/21 : RUN go mod download 04:48:47 ---> Running in 9bd83bbe9fa9 04:48:47 Removing intermediate container ed9a3ad74627 04:48:47 ---> 9a681dd29827 04:48:47 Step 15/22 : RUN apk --no-cache add zeromq 04:48:47 Removing intermediate container 87f3c15117a7 04:48:47 ---> 2162b47697f1 04:48:47 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:48:48 Removing intermediate container 87c8d18e37ff 04:48:48 ---> c611601e58cd 04:48:48 Step 21/26 : RUN pip install docker-compose==1.23.2 04:48:48 ---> Running in 82bdc4d6c391 04:48:48 ---> Running in c39a7f2a7a58 04:48:49 ---> Running in 346ee4ec5975 04:48:50 Removing intermediate container c39a7f2a7a58 04:48:50 ---> bed092a93193 04:48:50 Step 24/26 : LABEL arch=arm64 04:48:50 ---> Running in dd86390bf4d5 04:48:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:52 Removing intermediate container dd86390bf4d5 04:48:52 ---> 320b7eba2513 04:48:52 Step 25/26 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:48:52 ---> Running in dabadb693db8 04:48:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:52 Removing intermediate container dabadb693db8 04:48:52 ---> b0386f3f7a61 04:48:52 Step 26/26 : LABEL version=0.0.0 04:48:53 Removing intermediate container 9bd83bbe9fa9 04:48:53 ---> 551e99f814ae 04:48:53 Step 8/21 : COPY . . 04:48:53 ---> Running in 298cc42a0452 04:48:53 (1/5) Installing libgcc (9.3.0-r2) 04:48:53 (2/5) Installing libsodium (1.0.18-r0) 04:48:54 (3/5) Installing libstdc++ (9.3.0-r2) 04:48:54 (4/5) Installing libzmq (4.3.2-r0) 04:48:54 Removing intermediate container 298cc42a0452 04:48:54 ---> a3916e0980f0 04:48:54 04:48:54 (5/5) Installing zeromq (4.3.2-r0) 04:48:54 Executing busybox-1.31.1-r16.trigger 04:48:54 OK: 8 MiB in 19 packages 04:48:55 Successfully built a3916e0980f0 04:48:55 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:48:55 Building docker-security-secrets-setup-go 04:48:58  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 04:48:58 Removing intermediate container 82bdc4d6c391 04:48:58 ---> 26e3ada05879 04:48:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:48:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:48:59 Collecting docopt<0.7,>=0.6.1 04:48:59 Downloading docopt-0.6.2.tar.gz (25 kB) 04:49:01 ---> a2de6134a320 04:49:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:49:03 Collecting jsonschema<3,>=2.5.1 04:49:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:49:04 ---> 7ed31f784112 04:49:04 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:49:04 Collecting docker<4.0,>=3.6.0 04:49:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:49:05 Collecting dockerpty<0.5,>=0.4.1 04:49:05 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:49:06 ---> d684c0cb5556 04:49:06 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:06 ---> Running in 64958d3d7d9e 04:49:07 Removing intermediate container 64958d3d7d9e 04:49:07 ---> 4e9de20b7d9b 04:49:07 Step 20/22 : LABEL arch=arm64 04:49:08 ---> Running in 0ce1f262004e 04:49:09 Removing intermediate container 0ce1f262004e 04:49:09 ---> 8ae5a547d69b 04:49:09 Step 21/22 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:49:10 ---> Running in 37d8c253bdc5 04:49:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:49:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:49:11 Removing intermediate container 37d8c253bdc5 04:49:11 ---> 98823d7b3b88 04:49:11 Step 22/22 : LABEL version=0.0.0 04:49:11 ---> Running in dd8631581414 04:49:11 Collecting PyYAML<4,>=3.10 04:49:11 Downloading PyYAML-3.13.tar.gz (270 kB) 04:49:12 Removing intermediate container dd8631581414 04:49:12 ---> 6a4ebc5a2800 04:49:12 04:49:13 Successfully built 6a4ebc5a2800 04:49:13 Successfully tagged docker-core-data-go-arm64:latest 04:49:13 Building docker-support-logging-go 04:49:16  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 04:49:16 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:49:18 Collecting texttable<0.10,>=0.9.0 04:49:18 Downloading texttable-0.9.1.tar.gz (11 kB) 04:49:19 ---> 7d5642cedca9 04:49:19 Step 9/21 : RUN make cmd/core-command/core-command 04:49:19 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:49:19 ---> 9c04a2d6d64a 04:49:19 Step 3/21 : WORKDIR /edgex-go 04:49:19 ---> Using cache 04:49:19 ---> a3cb5bbace89 04:49:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:19 ---> Using cache 04:49:19 ---> 663256880e1e 04:49:19 Step 5/21 : RUN apk update && apk add make git 04:49:19 ---> Using cache 04:49:19 ---> 5a2548c8cd81 04:49:19 Step 6/21 : COPY go.mod . 04:49:19 ---> Using cache 04:49:19 ---> 3ae6ec4ed044 04:49:19 Step 7/21 : RUN go mod download 04:49:19 ---> Using cache 04:49:19 ---> 551e99f814ae 04:49:19 Step 8/21 : COPY . . 04:49:19 ---> Using cache 04:49:19 ---> 7d5642cedca9 04:49:19 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:49:20 ---> Running in 6199e6ce0721 04:49:20 ---> Running in 93a991d8d532 04:49:22 Collecting websocket-client<1.0,>=0.32.0 04:49:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:49:22 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:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:49:23 Collecting docker-pycreds>=0.4.0 04:49:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:49:23 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:49:23 Collecting urllib3<1.25,>=1.21.1 04:49:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:49:24 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:49:24 Collecting idna<2.8,>=2.5 04:49:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:49:24 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:49:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:49:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:49:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:49:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:49:26 Installing collected packages: docopt, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, PyYAML, cached-property, texttable, docker-compose 04:49:26 Running setup.py install for docopt: started 04:49:29 Running setup.py install for docopt: finished with status 'done' 04:49:30 Attempting uninstall: urllib3 04:49:30 Found existing installation: urllib3 1.25.9 04:49:30 Uninstalling urllib3-1.25.9: 04:49:31 Successfully uninstalled urllib3-1.25.9 04:49:31 Attempting uninstall: idna 04:49:31 Found existing installation: idna 2.9 04:49:31 Uninstalling idna-2.9: 04:49:32 Successfully uninstalled idna-2.9 04:49:33 Attempting uninstall: requests 04:49:33 Found existing installation: requests 2.23.0 04:49:33 Uninstalling requests-2.23.0: 04:49:33 Successfully uninstalled requests-2.23.0 04:49:35 Running setup.py install for dockerpty: started 04:49:37 Running setup.py install for dockerpty: finished with status 'done' 04:49:37 Running setup.py install for PyYAML: started 04:49:42 Running setup.py install for PyYAML: finished with status 'done' 04:49:42 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:42 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:49:42 ---> 9c04a2d6d64a 04:49:42 Step 3/29 : WORKDIR /edgex-go 04:49:42 ---> Using cache 04:49:42 ---> a3cb5bbace89 04:49:42 Step 4/29 : RUN apk update && apk add make git 04:49:42 Running setup.py install for texttable: started 04:49:47 Running setup.py install for texttable: finished with status 'done' 04:49:47 ---> Running in 838ec8f9ef14 04:49:48 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:49:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:53 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:49:53 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:49:53 OK: 12620 distinct packages available 04:49:54 OK: 217 MiB in 51 packages 04:49:57 Removing intermediate container 838ec8f9ef14 04:49:57 ---> 450ecf40e0dd 04:49:57 Step 5/29 : COPY go.mod . 04:49:58 Removing intermediate container 346ee4ec5975 04:49:58 ---> 4a17d2d93986 04:49:58 Step 22/26 : RUN apk --no-cache add curl 04:49:58 ---> Running in 1071aca3fb17 04:50:00 ---> a0badf5b4a2d 04:50:00 Step 6/29 : RUN go mod download 04:50:00 ---> Running in 4fc92396d657 04:50:01 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:50:01 ---> 9c04a2d6d64a 04:50:01 Step 3/21 : WORKDIR /edgex-go 04:50:01 ---> Using cache 04:50:01 ---> a3cb5bbace89 04:50:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:01 ---> Using cache 04:50:01 ---> 663256880e1e 04:50:01 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:50:01 ---> Running in 935f9f325de7 04:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:50:03 (2/3) Installing libcurl (7.69.1-r0) 04:50:03 (3/3) Installing curl (7.69.1-r0) 04:50:03 Executing busybox-1.31.1-r16.trigger 04:50:03 OK: 71 MiB in 58 packages 04:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:05 Removing intermediate container 1071aca3fb17 04:50:05 ---> 41bb34071303 04:50:05 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:05 ---> Running in a7ab5b75effd 04:50:06 Removing intermediate container 4fc92396d657 04:50:06 ---> b3e4c26e4e5f 04:50:06 Step 7/29 : COPY . . 04:50:06 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:06 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:06 OK: 12620 distinct packages available 04:50:06 Removing intermediate container a7ab5b75effd 04:50:06 ---> e89c333e5e2e 04:50:06 Step 24/26 : LABEL arch=arm64 04:50:06 ---> Running in 8df5ddc32cf4 04:50:07 OK: 217 MiB in 51 packages 04:50:07 Removing intermediate container 8df5ddc32cf4 04:50:07 ---> dceb604dba4d 04:50:07 Step 25/26 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:50:08 OK: 217 MiB in 51 packages 04:50:08 ---> Running in 7fe84f837637 04:50:09 Removing intermediate container 7fe84f837637 04:50:09 ---> 748fb81b2364 04:50:09 Step 26/26 : LABEL version=0.0.0 04:50:10 ---> Running in eaa9075faed9 04:50:11 Removing intermediate container eaa9075faed9 04:50:11 ---> f69a6edeface 04:50:11 04:50:11 Removing intermediate container 935f9f325de7 04:50:11 ---> 1828baea9a5e 04:50:11 Step 6/21 : COPY go.mod . 04:50:12 Successfully built f69a6edeface 04:50:12 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:50:12  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go 04:50:14 ---> 790af544cdbf 04:50:14 Step 7/21 : RUN go mod download 04:50:15 ---> Running in 16a868261452 04:50:26 Removing intermediate container 16a868261452 04:50:26 ---> a40ada2e74f1 04:50:26 Step 8/21 : COPY . . 04:50:38 ---> 323b73402b53 04:50:38 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:50:39 ---> Running in 407be4ade805 04:50:41 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:46 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:46 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:50:46 ---> 9c04a2d6d64a 04:50:46 Step 3/20 : WORKDIR /edgex-go 04:50:46 ---> Using cache 04:50:46 ---> a3cb5bbace89 04:50:46 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:46 ---> Using cache 04:50:46 ---> 663256880e1e 04:50:46 Step 5/20 : RUN apk update && apk add make git 04:50:46 ---> Using cache 04:50:46 ---> 5a2548c8cd81 04:50:46 Step 6/20 : COPY go.mod . 04:50:46 ---> Using cache 04:50:46 ---> 3ae6ec4ed044 04:50:46 Step 7/20 : RUN go mod download 04:50:46 ---> Using cache 04:50:46 ---> 551e99f814ae 04:50:46 Step 8/20 : COPY . . 04:50:46 ---> Using cache 04:50:46 ---> 7d5642cedca9 04:50:46 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:50:47 ---> Running in 53d3369f415b 04:50:50 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:50:57 ---> a468518c1122 04:50:57 Step 9/21 : RUN make cmd/support-logging/support-logging 04:50:57 ---> Running in 8798a191f4b6 04:50:59 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:09 Removing intermediate container 6199e6ce0721 04:51:09 ---> 4b572175dc6e 04:51:09 04:51:09 Step 10/21 : FROM scratch 04:51:09 ---> 04:51:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:09 ---> Running in 05cccbb514bf 04:51:09 Removing intermediate container 05cccbb514bf 04:51:09 ---> fe0930aab680 04:51:09 Step 12/21 : ENV APP_PORT=48082 04:51:09 ---> Running in 5be0674a14be 04:51:10 Removing intermediate container 5be0674a14be 04:51:10 ---> af4bb956788b 04:51:10 Step 13/21 : EXPOSE $APP_PORT 04:51:10 ---> Running in 0a86b787d043 04:51:11 Removing intermediate container 0a86b787d043 04:51:11 ---> 46e3cc223c95 04:51:11 Step 14/21 : WORKDIR / 04:51:11 ---> Running in 92244ed10f81 04:51:12 Removing intermediate container 92244ed10f81 04:51:12 ---> 815e0e434ebf 04:51:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:51:13 ---> d6e7da8c9a48 04:51:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:51:16 ---> 194d413bafd6 04:51:16 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:51:17 ---> 09634af6a1f2 04:51:17 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:17 Removing intermediate container 93a991d8d532 04:51:17 ---> 1efb420e6053 04:51:17 04:51:17 Step 10/21 : FROM scratch 04:51:17 ---> 04:51:17 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:18 ---> Running in 49a3c1264441 04:51:18 ---> Using cache 04:51:18 ---> fe0930aab680 04:51:18 Step 12/21 : ENV APP_PORT=48081 04:51:18 ---> Running in bbc7c2f23af1 04:51:18 Removing intermediate container 49a3c1264441 04:51:18 ---> a64ed22f8e9e 04:51:18 Step 19/21 : LABEL arch=arm64 04:51:19 ---> Running in 22beeb08db5d 04:51:19 Removing intermediate container bbc7c2f23af1 04:51:19 ---> 6ab1299429d2 04:51:19 Step 13/21 : EXPOSE $APP_PORT 04:51:19 ---> Running in 0d17cd734c0a 04:51:19 Removing intermediate container 22beeb08db5d 04:51:19 ---> 924c84bea0e5 04:51:19 Step 20/21 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:51:19 Removing intermediate container 0d17cd734c0a 04:51:19 ---> 5fac7ac1eca3 04:51:19 Step 14/21 : WORKDIR / 04:51:19 ---> Running in 5a15c064b813 04:51:20 ---> Running in 5a0f879a794e 04:51:21 Removing intermediate container 5a15c064b813 04:51:21 ---> 3f7f0f758268 04:51:21 Step 21/21 : LABEL version=0.0.0 04:51:21 Removing intermediate container 5a0f879a794e 04:51:21 ---> 41b422b76ba0 04:51:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:51:21 ---> Running in 7101b3f96dee 04:51:22 Removing intermediate container 7101b3f96dee 04:51:22 ---> 14ff11bba859 04:51:22 04:51:22 ---> d387584db89d 04:51:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:51:22 Successfully built 14ff11bba859 04:51:23 Successfully tagged docker-core-command-go-arm64:latest 04:51:25  Building docker-core-command-go ... done  ---> f6fa642ad30e 04:51:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:51:26 ---> 1aa5c770eca6 04:51:26 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:26 ---> Running in 4891cfe46e3a 04:51:27 Removing intermediate container 4891cfe46e3a 04:51:27 ---> e554c35e9cfb 04:51:27 Step 19/21 : LABEL arch=arm64 04:51:27 ---> Running in 9b8ca970d48a 04:51:28 Removing intermediate container 9b8ca970d48a 04:51:28 ---> af8f4eceae4a 04:51:28 Step 20/21 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:51:28 ---> Running in f5b8659e7a1c 04:51:28 Removing intermediate container f5b8659e7a1c 04:51:28 ---> 9e58fcdcfee2 04:51:28 Step 21/21 : LABEL version=0.0.0 04:51:28 ---> Running in 31e90f3e3900 04:51:29 Removing intermediate container 31e90f3e3900 04:51:29 ---> d081598d4574 04:51:29 04:51:30 Successfully built d081598d4574 04:51:30 Successfully tagged docker-core-metadata-go-arm64:latest 04:51:52  Building docker-core-metadata-go ... done Removing intermediate container 407be4ade805 04:51:52 ---> a88c56254980 04:51:52 04:51:52 Step 9/29 : FROM alpine:latest 04:51:52 ---> 62ee0e9f8440 04:51:52 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:52 ---> Running in 5365ab7837ce 04:51:52 Removing intermediate container 5365ab7837ce 04:51:52 ---> 4ae5b8b1dfc6 04:51:52 Step 11/29 : USER root 04:51:52 ---> Running in 8671433e187d 04:51:53 Removing intermediate container 8671433e187d 04:51:53 ---> ad3a6cd59e55 04:51:53 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:51:53 ---> Running in d638beeec7f8 04:51:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:56 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:51:56 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:51:56 OK: 12620 distinct packages available 04:51:57 (1/2) Installing ca-certificates (20191127-r4) 04:51:57 (2/2) Installing dumb-init (1.2.2-r1) 04:51:57 Executing busybox-1.31.1-r16.trigger 04:51:57 Executing ca-certificates-20191127-r4.trigger 04:51:57 OK: 6 MiB in 16 packages 04:51:59 Removing intermediate container d638beeec7f8 04:51:59 ---> d52a4a79c111 04:51:59 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:52:00 ---> Running in 1c626e588a7b 04:52:00 Removing intermediate container 1c626e588a7b 04:52:00 ---> 18bbf0b30300 04:52:00 Step 14/29 : WORKDIR $BASE_DIR 04:52:00 ---> Running in 41af514dc6d9 04:52:01 Removing intermediate container 41af514dc6d9 04:52:01 ---> 6ad0663d122a 04:52:01 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:52:01 ---> Running in c3fe0e3a9ea7 04:52:05 Removing intermediate container c3fe0e3a9ea7 04:52:05 ---> bb7387d93fa1 04:52:05 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:52:06 Removing intermediate container 8798a191f4b6 04:52:06 ---> a4c3ec46d7ab 04:52:06 04:52:06 Step 10/21 : FROM scratch 04:52:06 ---> 04:52:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:52:06 ---> Using cache 04:52:06 ---> 86bef82d6dd7 04:52:06 Step 12/21 : ENV APP_PORT=48061 04:52:07 ---> fbfb7b10ae03 04:52:07 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:52:07 ---> Running in 4d979718e444 04:52:07 Removing intermediate container 4d979718e444 04:52:07 ---> 0d0a1270edad 04:52:07 Step 13/21 : EXPOSE $APP_PORT 04:52:08 ---> 02b5f7c42549 04:52:08 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:52:08 ---> Running in ea4cba0be339 04:52:09 Removing intermediate container ea4cba0be339 04:52:09 ---> 8949beafe5fa 04:52:09 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:52:09 ---> 2219786ed652 04:52:09 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:52:09 Removing intermediate container 53d3369f415b 04:52:09 ---> 3c0aa185a277 04:52:09 04:52:09 Step 10/20 : FROM scratch 04:52:09 ---> 04:52:09 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:52:09 ---> c0f3347894b4 04:52:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:52:09 ---> Using cache 04:52:09 ---> fe0930aab680 04:52:09 Step 12/20 : ENV APP_PORT=48085 04:52:10 ---> Running in 2de15cba775e 04:52:10 ---> 77334b3ed336 04:52:10 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:52:10 ---> 0a317dce3886 04:52:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:52:10 Removing intermediate container 2de15cba775e 04:52:10 ---> 3a1b59b714d4 04:52:10 Step 13/20 : EXPOSE $APP_PORT 04:52:11 ---> Running in 8cc875146786 04:52:11 ---> 667392a5f5b0 04:52:11 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:52:11 ---> Running in ec21937fdd57 04:52:12 Removing intermediate container 8cc875146786 04:52:12 ---> c55d38f1c814 04:52:12 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:52:12 ---> 126be17de421 04:52:12 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:52:12 ---> f863de4defb5 04:52:12 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:52:13 ---> a41484f1c98d 04:52:13 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:52:13 ---> Running in 0c0b09d84056 04:52:14 Removing intermediate container 0c0b09d84056 04:52:14 ---> a3e934789e71 04:52:14 Step 19/21 : LABEL arch=arm64 04:52:14 ---> 9c91c5601226 04:52:14 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:52:14 ---> Running in 4499cb130354 04:52:15 Removing intermediate container ec21937fdd57 04:52:15 ---> b14a3f07e664 04:52:15 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:52:15 Removing intermediate container 4499cb130354 04:52:15 ---> cf1c7e3e4e57 04:52:15 Step 20/21 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:52:15 ---> 2926097df3d8 04:52:15 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:52:15 ---> Running in 75ea79b9fbc8 04:52:15 ---> Running in 0803cae48d4e 04:52:16 Removing intermediate container 75ea79b9fbc8 04:52:16 ---> 76b41df1f455 04:52:16 Step 21/21 : LABEL version=0.0.0 04:52:16 Removing intermediate container 0803cae48d4e 04:52:16 ---> 0a67112fd6fe 04:52:16 Step 18/20 : LABEL arch=arm64 04:52:16 ---> Running in 6409876388ad 04:52:16 ---> a2b0cf764dbe 04:52:16 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:52:16 ---> Running in 7b6b1a19296d 04:52:16 ---> Running in 10a9e76b5ed0 04:52:17 Removing intermediate container 6409876388ad 04:52:17 ---> 51ea3973536f 04:52:17 04:52:17 Removing intermediate container 7b6b1a19296d 04:52:17 ---> 504797b608a1 04:52:17 Step 19/20 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:52:18 Successfully built 51ea3973536f 04:52:18 Successfully tagged docker-support-logging-go-arm64:latest 04:52:18  Building docker-support-logging-go ... done  ---> Running in c724eac051d3 04:52:18 Removing intermediate container c724eac051d3 04:52:18 ---> 171e130618f8 04:52:18 Step 20/20 : LABEL version=0.0.0 04:52:19 ---> Running in c5c5cf738e83 04:52:20 Removing intermediate container c5c5cf738e83 04:52:20 ---> 884877bc94e6 04:52:20 04:52:20 Removing intermediate container 10a9e76b5ed0 04:52:20 ---> 9f4e81adf376 04:52:20 Step 24/29 : RUN chmod 755 security-secrets-setup 04:52:20 Successfully built 884877bc94e6 04:52:20 Successfully tagged docker-support-scheduler-go-arm64:latest 04:52:20  Building docker-support-scheduler-go ... done  ---> Running in 2f8a9d8c8de8 04:52:23 Removing intermediate container 2f8a9d8c8de8 04:52:23 ---> 54be604f86b4 04:52:23 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:52:23 ---> Running in bcbcab2d8aa9 04:52:24 Removing intermediate container bcbcab2d8aa9 04:52:24 ---> d2c8f586bb63 04:52:24 Step 26/29 : CMD [ "generate" ] 04:52:24 ---> Running in 0e733c480223 04:52:24 Removing intermediate container 0e733c480223 04:52:24 ---> ba2ec9d4a5be 04:52:24 Step 27/29 : LABEL arch=arm64 04:52:24 ---> Running in b92e50b30da3 04:52:25 Removing intermediate container b92e50b30da3 04:52:25 ---> 52b38c78a901 04:52:25 Step 28/29 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb 04:52:25 ---> Running in 61d9c461e433 04:52:26 Removing intermediate container 61d9c461e433 04:52:26 ---> 8f339eed8220 04:52:26 Step 29/29 : LABEL version=0.0.0 04:52:26 ---> Running in c887d1660ca4 04:52:26 Removing intermediate container c887d1660ca4 04:52:26 ---> c972849339e0 04:52:26 04:52:27 Successfully built c972849339e0 04:52:27 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:52:27  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:52:27 $ docker stop --time=1 f2386ced880ad9bfd9c0d95c6ccddc583e929784838987d63c388b74f461cce1 04:52:29 $ docker rm -f f2386ced880ad9bfd9c0d95c6ccddc583e929784838987d63c388b74f461cce1 [Pipeline] // withDockerContainer [Pipeline] sh 04:52:30 + docker images 04:52:30 + grep docker 04:52:30 docker-security-secrets-setup-go-arm64 latest c972849339e0 4 seconds ago 24.2MB 04:52:30 docker-support-scheduler-go-arm64 latest 884877bc94e6 11 seconds ago 12.6MB 04:52:30 docker-support-logging-go-arm64 latest 51ea3973536f 14 seconds ago 11.4MB 04:52:30 docker-core-metadata-go-arm64 latest d081598d4574 About a minute ago 13.8MB 04:52:30 docker-core-command-go-arm64 latest 14ff11bba859 About a minute ago 12.4MB 04:52:30 docker-sys-mgmt-agent-go-arm64 latest f69a6edeface 2 minutes ago 266MB 04:52:30 docker-core-data-go-arm64 latest 6a4ebc5a2800 3 minutes ago 22.6MB 04:52:30 docker-security-secretstore-setup-go-arm64 latest a3916e0980f0 3 minutes ago 32.6MB 04:52:30 docker-support-notifications-go-arm64 latest a3c3126a1466 3 minutes ago 13.9MB 04:52:30 docker-security-proxy-setup-go-arm64 latest 539e7495ddbf 4 minutes ago 15.8MB 04:52:30 docker latest ce9d55ae87f1 6 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:52:31 provisioning config files... 04:52:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/30@tmp/config9179044120289432602tmp [Pipeline] { [Pipeline] sh 04:52:32 + curl -s https://codecov.io/bash 04:52:32 + bash -s - -t @/w/workspace/edgex-go/30@tmp/config9179044120289432602tmp [Pipeline] } 04:52:32 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:52:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:52:34 ---> package-listing.sh 04:52:34 ++ facter osfamily 04:52:34 ++ tr '[:upper:]' '[:lower:]' 04:52:34 + OS_FAMILY=redhat 04:52:34 + workspace=/w/workspace/edgex-go/30 04:52:34 + START_PACKAGES=/tmp/packages_start.txt 04:52:34 + END_PACKAGES=/tmp/packages_end.txt 04:52:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:52:34 + PACKAGES=/tmp/packages_start.txt 04:52:34 + '[' /w/workspace/edgex-go/30 ']' 04:52:34 + PACKAGES=/tmp/packages_end.txt 04:52:34 + case "${OS_FAMILY}" in 04:52:34 + rpm -qa 04:52:34 + sort 04:52:39 + '[' -f /tmp/packages_start.txt ']' 04:52:39 + '[' -f /tmp/packages_end.txt ']' 04:52:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:52:39 + '[' /w/workspace/edgex-go/30 ']' 04:52:39 + mkdir -p /w/workspace/edgex-go/30/archives/ 04:52:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/30/archives/ [Pipeline] isUnix [Pipeline] sh 04:52:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:39 04:52:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:52:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:39 alpine: Pulling from edgex-lftools-log-publisher 04:52:39 c9b1b535fdd9: Pulling fs layer 04:52:39 2cc5ad85d9ab: Pulling fs layer 04:52:39 756a868c4378: Pulling fs layer 04:52:39 444b2fc9a129: Pulling fs layer 04:52:39 ea15f1150254: Pulling fs layer 04:52:39 41b27a9f41bf: Pulling fs layer 04:52:39 28c525ee5125: Pulling fs layer 04:52:39 094b1ea09ed8: Pulling fs layer 04:52:39 138eaada9080: Pulling fs layer 04:52:39 0622d0fa9048: Pulling fs layer 04:52:39 28c525ee5125: Waiting 04:52:39 0622d0fa9048: Waiting 04:52:39 094b1ea09ed8: Waiting 04:52:39 138eaada9080: Waiting 04:52:39 41b27a9f41bf: Waiting 04:52:39 ea15f1150254: Waiting 04:52:39 2cc5ad85d9ab: Verifying Checksum 04:52:39 2cc5ad85d9ab: Download complete 04:52:39 444b2fc9a129: Verifying Checksum 04:52:39 444b2fc9a129: Download complete 04:52:39 c9b1b535fdd9: Verifying Checksum 04:52:39 c9b1b535fdd9: Download complete 04:52:39 ea15f1150254: Verifying Checksum 04:52:39 ea15f1150254: Download complete 04:52:40 28c525ee5125: Verifying Checksum 04:52:40 28c525ee5125: Download complete 04:52:40 756a868c4378: Verifying Checksum 04:52:40 756a868c4378: Download complete 04:52:40 c9b1b535fdd9: Pull complete 04:52:40 138eaada9080: Verifying Checksum 04:52:40 138eaada9080: Download complete 04:52:40 0622d0fa9048: Verifying Checksum 04:52:40 0622d0fa9048: Download complete 04:52:40 094b1ea09ed8: Verifying Checksum 04:52:40 094b1ea09ed8: Download complete 04:52:40 2cc5ad85d9ab: Pull complete 04:52:40 41b27a9f41bf: Verifying Checksum 04:52:40 41b27a9f41bf: Download complete 04:52:42 756a868c4378: Pull complete 04:52:42 444b2fc9a129: Pull complete 04:52:42 ea15f1150254: Pull complete 04:52:48 41b27a9f41bf: Pull complete 04:52:49 28c525ee5125: Pull complete 04:52:51 094b1ea09ed8: Pull complete 04:52:53 138eaada9080: Pull complete 04:52:53 0622d0fa9048: Pull complete 04:52:53 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:52:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:52:53 prd-centos7-docker-4c-2g-3347 does not seem to be running inside a container 04:52:53 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:52:57 $ docker top 7d744ef901e7a56d6ad75ccf41596169f3757da72564d5373d674af86734bb07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:52:57 provisioning config files... 04:52:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/30@tmp/config8160758139341659934tmp [Pipeline] { [Pipeline] echo 04:52:57 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:52:57 ---> create-netrc.sh [Pipeline] echo 04:52:57 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:52:58 ---> logs-deploy.sh 04:52:58 + ARCHIVE_ARTIFACTS= 04:52:58 + LOGS_SERVER=https://logs.edgexfoundry.org 04:52:58 + '[' https://logs.edgexfoundry.org == None ']' 04:52:58 + NEXUS_URL=https://nexus.edgexfoundry.org 04:52:58 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/30 04:52:58 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/30/ 04:52:58 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/30 /w/workspace/edgex-go/30 04:52:59 Archives upload complete. 04:52:59 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/30 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/30/