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 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1+aed4594c0c67a41538adeca107413fb688e317f4 (aafcfa141db87dd4c239f49bfadb612df1d23a88) 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-3344 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 Merge succeeded, producing 7f8d969431e8deb21b079de3438a1f9ee596c18c Checking out Revision 7f8d969431e8deb21b079de3438a1f9ee596c18c (PR-2659) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # 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 7f8d969431e8deb21b079de3438a1f9ee596c18c # timeout=10 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" > git rev-list --no-walk 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:41 ========================================================= 04:30:41 EdgeX Global Pipelines Version Info 04:30:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:30:43 ------------------- 04:30:43 stable info: 04:30:43 ------------------- 04:30:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:43 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:30:43 Message: update stable to v1.0.106 04:30:43 ------------------- 04:30:43 experimental info: 04:30:43 ------------------- 04:30:43 Commited By: **** collab-it+edgex@linuxfoundation.org 04:30:43 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:30:43 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:30:45 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:30:45 + for file in '`ls cmd/**/Dockerfile`' 04:30:45 ++ dirname cmd/core-command/Dockerfile 04:30:45 ++ cut -d/ -f2 04:30:45 + echo core-command,cmd/core-command/Dockerfile 04:30:45 + for file in '`ls cmd/**/Dockerfile`' 04:30:45 ++ dirname cmd/core-data/Dockerfile 04:30:45 ++ cut -d/ -f2 04:30:45 + echo core-data,cmd/core-data/Dockerfile 04:30:45 + for file in '`ls cmd/**/Dockerfile`' 04:30:45 ++ cut -d/ -f2 04:30:45 ++ dirname cmd/core-metadata/Dockerfile 04:30:45 + echo core-metadata,cmd/core-metadata/Dockerfile 04:30:45 + for file in '`ls cmd/**/Dockerfile`' 04:30:45 ++ dirname cmd/security-proxy-setup/Dockerfile 04:30:45 ++ cut -d/ -f2 04:30:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:30:45 + for file in '`ls cmd/**/Dockerfile`' 04:30:45 ++ dirname cmd/security-secrets-setup/Dockerfile 04:30:45 ++ cut -d/ -f2 04:30:45 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:30:45 + for file in '`ls cmd/**/Dockerfile`' 04:30:45 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:30:45 ++ cut -d/ -f2 04:30:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:30:45 + for file in '`ls cmd/**/Dockerfile`' 04:30:45 ++ cut -d/ -f2 04:30:45 ++ dirname cmd/support-logging/Dockerfile 04:30:45 + echo support-logging,cmd/support-logging/Dockerfile 04:30:45 + for file in '`ls cmd/**/Dockerfile`' 04:30:45 ++ dirname cmd/support-notifications/Dockerfile 04:30:45 ++ cut -d/ -f2 04:30:45 + echo support-notifications,cmd/support-notifications/Dockerfile 04:30:45 + for file in '`ls cmd/**/Dockerfile`' 04:30:45 ++ dirname cmd/support-scheduler/Dockerfile 04:30:45 ++ cut -d/ -f2 04:30:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:30:45 + for file in '`ls cmd/**/Dockerfile`' 04:30:45 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:30:45 ++ cut -d/ -f2 04:30:45 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:30:45 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:30:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:46 04:30:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:46 latest: Pulling from edgex-devops/git-semver 04:30:46 31603596830f: Pulling fs layer 04:30:46 2a8b12db71e7: Pulling fs layer 04:30:46 6ca5941a6612: Pulling fs layer 04:30:46 ecc8261a40a4: Pulling fs layer 04:30:46 ecc8261a40a4: Waiting 04:30:46 2a8b12db71e7: Verifying Checksum 04:30:46 2a8b12db71e7: Download complete 04:30:47 31603596830f: Verifying Checksum 04:30:47 31603596830f: Download complete 04:30:47 ecc8261a40a4: Verifying Checksum 04:30:47 ecc8261a40a4: Download complete 04:30:47 6ca5941a6612: Verifying Checksum 04:30:47 6ca5941a6612: Download complete 04:30:47 31603596830f: Pull complete 04:30:47 2a8b12db71e7: Pull complete 04:30:48 6ca5941a6612: Pull complete 04:30:48 ecc8261a40a4: Pull complete 04:30:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:30:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:30:48 prd-centos7-docker-4c-2g-3344 does not seem to be running inside a container 04:30:48 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:30:51 $ docker top 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:51 [ssh-agent] Looking for ssh-agent implementation... 04:30:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:51 $ docker exec 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b ssh-agent 04:30:51 SSH_AUTH_SOCK=/tmp/ssh-cuLKoeRqIwxu/agent.12 04:30:51 SSH_AGENT_PID=17 04:30:51 Running ssh-add (command line suppressed) 04:30:52 Identity added: /w/workspace/edgex-go/4@tmp/private_key_3371537121102587069.key (/w/workspace/edgex-go/4@tmp/private_key_3371537121102587069.key) 04:30:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:52 + git describe --exact-match --tags HEAD 04:30:52 fatal: No names found, cannot describe anything. [Pipeline] } 04:30:52 $ docker exec --env ******** --env ******** 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b ssh-agent -k 04:30:52 unset SSH_AUTH_SOCK; 04:30:52 unset SSH_AGENT_PID; 04:30:52 echo Agent pid 17 killed; 04:30:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:30:52 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:30:52 This usually means this commit has not been tagged. [Pipeline] sshagent 04:30:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:52 [ssh-agent] Looking for ssh-agent implementation... 04:30:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:53 $ docker exec 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b ssh-agent 04:30:53 SSH_AUTH_SOCK=/tmp/ssh-uCK6QTjGFvwA/agent.45 04:30:53 SSH_AGENT_PID=50 04:30:53 Running ssh-add (command line suppressed) 04:30:53 Identity added: /w/workspace/edgex-go/4@tmp/private_key_7898867736513558504.key (/w/workspace/edgex-go/4@tmp/private_key_7898867736513558504.key) 04:30:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:53 + git semver init 04:30:53 # -> Open(): unable to determine branch for HEAD 04:30:53 # $GIT_DIR = /w/workspace/edgex-go/4/.git 04:30:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 04:30:53 # $SEMVER_REMOTE_NAME = origin 04:30:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:30:53 # $SEMVER_USER_NAME = edgex-jenkins 04:30:53 # $SEMVER_BRANCH = PR-2659 04:30:53 # $SEMVER_TEMP = /tmp/semver-519779548 04:30:53 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:31:20 # '/tmp/semver-519779548' -> '/w/workspace/edgex-go/4/.semver' 04:31:20 # -> Force: false 04:31:20 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 04:31:20 $ docker exec --env ******** --env ******** 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b ssh-agent -k 04:31:20 unset SSH_AUTH_SOCK; 04:31:20 unset SSH_AGENT_PID; 04:31:20 echo Agent pid 50 killed; 04:31:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:21 + git semver [Pipeline] } 04:31:21 $ docker stop --time=1 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b 04:31:23 $ docker rm -f 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:31:36 Stashed 31 file(s) [Pipeline] echo 04:31:36 [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:31:36 ========================================================= 04:31:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:31:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:31:37 + 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:31:40 Sending build context to Docker daemon 323MB 04:31:40 Step 1/7 : ARG BASE=golang:1.13-alpine 04:31:40 Step 2/7 : FROM ${BASE} 04:31:40 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:31:40 df20fa9351a1: Pulling fs layer 04:31:40 ed8968b2872e: Pulling fs layer 04:31:40 a92cc7c5fd73: Pulling fs layer 04:31:40 2dd03ba5bac4: Pulling fs layer 04:31:40 1e091d79d1de: Pulling fs layer 04:31:40 481702a1767f: Pulling fs layer 04:31:40 f64a6f60c768: Pulling fs layer 04:31:40 e78d2573fc39: Pulling fs layer 04:31:40 e876d2f968b6: Pulling fs layer 04:31:40 1e091d79d1de: Waiting 04:31:40 481702a1767f: Waiting 04:31:40 2dd03ba5bac4: Waiting 04:31:40 e78d2573fc39: Waiting 04:31:40 f64a6f60c768: Waiting 04:31:40 ce8a83651883: Pulling fs layer 04:31:40 07967f4d0e4b: Pulling fs layer 04:31:40 e876d2f968b6: Waiting 04:31:40 ce8a83651883: Waiting 04:31:40 07967f4d0e4b: Waiting 04:31:40 a92cc7c5fd73: Verifying Checksum 04:31:40 a92cc7c5fd73: Download complete 04:31:40 ed8968b2872e: Download complete 04:31:40 1e091d79d1de: Verifying Checksum 04:31:40 1e091d79d1de: Download complete 04:31:40 481702a1767f: Verifying Checksum 04:31:40 481702a1767f: Download complete 04:31:40 df20fa9351a1: Verifying Checksum 04:31:40 df20fa9351a1: Download complete 04:31:40 df20fa9351a1: Pull complete 04:31:41 f64a6f60c768: Verifying Checksum 04:31:41 f64a6f60c768: Download complete 04:31:42 2dd03ba5bac4: Verifying Checksum 04:31:42 2dd03ba5bac4: Download complete 04:31:42 e78d2573fc39: Verifying Checksum 04:31:42 e78d2573fc39: Download complete 04:31:42 e876d2f968b6: Verifying Checksum 04:31:42 e876d2f968b6: Download complete 04:31:42 07967f4d0e4b: Verifying Checksum 04:31:42 07967f4d0e4b: Download complete 04:31:42 ce8a83651883: Verifying Checksum 04:31:42 ce8a83651883: Download complete 04:31:43 ed8968b2872e: Pull complete 04:31:43 a92cc7c5fd73: Pull complete 04:31:48 2dd03ba5bac4: Pull complete 04:31:49 1e091d79d1de: Pull complete 04:31:49 481702a1767f: Pull complete 04:31:51 Still waiting to schedule task 04:31:51 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:31:55 f64a6f60c768: Pull complete 04:31:58 e78d2573fc39: Pull complete 04:31:58 e876d2f968b6: Pull complete 04:31:59 ce8a83651883: Pull complete 04:32:00 07967f4d0e4b: Pull complete 04:32:00 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:32:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:32:00 ---> 5d7c900382c6 04:32:00 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:32:01 ---> Running in 4f3a7d96de57 04:32:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:05 (1/12) Installing libmagic (5.38-r0) 04:32:06 (2/12) Installing file (5.38-r0) 04:32:06 (3/12) Installing libc-dev (0.7.2-r3) 04:32:06 (4/12) Installing g++ (9.3.0-r2) 04:32:38 (5/12) Installing fortify-headers (1.1-r0) 04:32:38 (6/12) Installing patch (2.7.6-r6) 04:32:38 (7/12) Installing build-base (0.5-r2) 04:32:38 (8/12) Installing libsodium (1.0.18-r0) 04:32:38 (9/12) Installing pkgconf (1.7.2-r0) 04:32:38 (10/12) Installing libsodium-dev (1.0.18-r0) 04:32:38 (11/12) Installing libzmq (4.3.2-r0) 04:32:38 (12/12) Installing zeromq-dev (4.3.2-r0) 04:32:38 Executing busybox-1.31.1-r16.trigger 04:32:38 OK: 233 MiB in 51 packages 04:32:39 Removing intermediate container 4f3a7d96de57 04:32:39 ---> 82e967811b4c 04:32:39 Step 4/7 : WORKDIR /edgex-go 04:32:39 ---> Running in 6b48ec8b6a97 04:32:39 Removing intermediate container 6b48ec8b6a97 04:32:39 ---> c9ddfb777b4a 04:32:39 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:32:40 latest: Pulling from library/docker 04:32:40 df20fa9351a1: Already exists 04:32:40 25ad7478873d: Pulling fs layer 04:32:40 4684f6177b5d: Pulling fs layer 04:32:40 46e300cec669: Pulling fs layer 04:32:40 63038576ad94: Pulling fs layer 04:32:40 0fdb76c4706c: Pulling fs layer 04:32:40 cb7edeffdfd5: Pulling fs layer 04:32:40 63038576ad94: Waiting 04:32:40 0fdb76c4706c: Waiting 04:32:40 cb7edeffdfd5: Waiting 04:32:40 4684f6177b5d: Verifying Checksum 04:32:40 4684f6177b5d: Download complete 04:32:40 25ad7478873d: Verifying Checksum 04:32:40 25ad7478873d: Download complete 04:32:40 63038576ad94: Verifying Checksum 04:32:40 63038576ad94: Download complete 04:32:40 cb7edeffdfd5: Verifying Checksum 04:32:40 cb7edeffdfd5: Download complete 04:32:40 25ad7478873d: Pull complete 04:32:41 0fdb76c4706c: Verifying Checksum 04:32:41 0fdb76c4706c: Download complete 04:32:41 4684f6177b5d: Pull complete 04:32:41 46e300cec669: Verifying Checksum 04:32:41 46e300cec669: Download complete 04:32:44 46e300cec669: Pull complete 04:32:44 63038576ad94: Pull complete 04:32:44 0fdb76c4706c: Pull complete 04:32:44 cb7edeffdfd5: Pull complete 04:32:44 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:32:44 Status: Downloaded newer image for docker:latest 04:32:46 ---> 5da67a32a218 04:32:46 Step 6/7 : COPY go.mod . 04:32:46 ---> af40bdc718ac 04:32:46 Step 7/7 : RUN go mod download 04:32:46 ---> Running in 1dcce7145d56 04:32:49 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:32:49 go: finding github.com/BurntSushi/toml v0.3.1 04:32:49 go: finding github.com/OneOfOne/xxhash v1.2.5 04:32:49 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:32:49 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:32:49 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:32:49 go: finding github.com/bgentry/speakeasy v0.1.0 04:32:49 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:32:49 go: finding github.com/davecgh/go-spew v1.1.1 04:32:49 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:32:49 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:32:49 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:32:49 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:32:49 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:32:49 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:32:49 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:32:49 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:32:49 go: finding github.com/fatih/color v1.7.0 04:32:49 go: finding github.com/fsnotify/fsnotify v1.4.7 04:32:49 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:32:49 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:32:49 go: finding github.com/go-kit/kit v0.8.0 04:32:49 go: finding github.com/go-logfmt/logfmt v0.4.0 04:32:49 go: finding github.com/go-redis/redis/v7 v7.2.0 04:32:49 go: finding github.com/go-stack/stack v1.8.0 04:32:49 go: finding github.com/golang/protobuf v1.3.2 04:32:49 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:32:49 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:32:49 go: finding github.com/google/uuid v1.1.0 04:32:49 go: finding github.com/gorilla/mux v1.7.1 04:32:49 go: finding github.com/hashicorp/consul/api v1.1.0 04:32:49 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:32:49 go: finding github.com/hashicorp/errwrap v1.0.0 04:32:49 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:32:49 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:32:49 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:32:49 go: finding github.com/hashicorp/go-multierror v1.0.0 04:32:49 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:32:49 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:32:49 go: finding github.com/hashicorp/go-syslog v1.0.0 04:32:49 go: finding github.com/hashicorp/go-uuid v1.0.1 04:32:49 go: finding github.com/hashicorp/go.net v0.0.1 04:32:49 go: finding github.com/hashicorp/golang-lru v0.5.0 04:32:49 go: finding github.com/hashicorp/logutils v1.0.0 04:32:49 go: finding github.com/hashicorp/mdns v1.0.0 04:32:49 go: finding github.com/hashicorp/memberlist v0.1.3 04:32:49 go: finding github.com/hashicorp/serf v0.8.2 04:32:49 go: finding github.com/hpcloud/tail v1.0.0 04:32:49 go: finding github.com/imdario/mergo v0.3.6 04:32:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:32:49 go: finding github.com/kr/pretty v0.1.0 04:32:49 go: finding github.com/kr/pty v1.1.1 04:32:49 go: finding github.com/kr/text v0.1.0 04:32:49 go: finding github.com/mattn/go-colorable v0.0.9 04:32:49 go: finding github.com/mattn/go-isatty v0.0.3 04:32:49 go: finding github.com/miekg/dns v1.0.14 04:32:49 go: finding github.com/mitchellh/cli v1.0.0 04:32:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:32:49 go: finding github.com/mitchellh/copystructure v1.0.0 04:32:49 go: finding github.com/mitchellh/go-homedir v1.0.0 04:32:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:32:50 go: finding github.com/mitchellh/gox v0.4.0 04:32:50 go: finding github.com/mitchellh/iochan v1.0.0 04:32:50 go: finding github.com/mitchellh/mapstructure v1.1.2 04:32:50 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:32:50 go: finding github.com/onsi/ginkgo v1.10.1 04:32:50 go: finding github.com/onsi/gomega v1.7.0 04:32:50 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:32:50 go: finding github.com/pebbe/zmq4 v1.0.0 04:32:50 go: finding github.com/pelletier/go-toml v1.2.0 04:32:50 go: finding github.com/pkg/errors v0.8.1 04:32:50 go: finding github.com/pmezard/go-difflib v1.0.0 04:32:50 go: finding github.com/posener/complete v1.1.1 04:32:50 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:32:50 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:32:50 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:32:50 go: finding github.com/stretchr/objx v0.1.0 04:32:50 go: finding github.com/stretchr/testify v1.5.1 04:32:50 go: finding github.com/ugorji/go v1.1.4 04:32:50 go: finding github.com/x448/float16 v0.8.4 04:32:50 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 04:32:50 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:32:50 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:32:50 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:32:50 go: finding golang.org/x/text v0.3.2 04:32:50 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:32:50 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:32:50 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:32:50 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:32:50 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:32:50 go: finding gopkg.in/yaml.v2 v2.2.8 04:33:05 Removing intermediate container 1dcce7145d56 04:33:05 ---> bbb49764bbd0 04:33:05 Successfully built bbb49764bbd0 04:33:05 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:06 + docker inspect -f . ci-base-image-x86_64 04:33:06 . [Pipeline] withDockerContainer 04:33:06 prd-centos7-docker-4c-2g-3344 does not seem to be running inside a container 04:33:06 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:33:07 $ docker top 2a066b71b648f9669891991215aac4bcfcd86dcf31c9262e94a1acf0c8a7aecf -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:07 + go version 04:33:07 go version go1.13.13 linux/amd64 [Pipeline] echo 04:33:07 ========================================================= 04:33:07 [edgeXBuildGoParallel] Running Tests and Build... 04:33:07 ========================================================= [Pipeline] sh 04:33:07 + make test 04:33:07 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:33:10 ? github.com/edgexfoundry/edgex-go [no test files] 04:33:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:33:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:33:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:33:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:33:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:33:28 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.029s 04:33:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:33:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:33:28 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:33:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:33:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:33:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:33:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:33:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.050s coverage: 46.6% of statements 04:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:33:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.085s coverage: 27.3% of statements 04:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:33:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements 04:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:33:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.016s coverage: 100.0% of statements 04:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.112s coverage: 28.6% of statements 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.025s coverage: 100.0% of statements 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.012s coverage: 100.0% of statements 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.051s coverage: 89.8% of statements 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:33:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.018s coverage: 97.5% of statements 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:33:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.013s coverage: 100.0% of statements 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:33:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 04:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.057s coverage: 63.5% of statements 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements 04:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.136s coverage: 55.9% of statements 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.791s coverage: 86.3% of statements 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.356s coverage: 72.2% of statements 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.154s coverage: 72.1% of statements 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.018s coverage: 96.8% of statements 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.041s coverage: 31.1% of statements 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.079s coverage: 84.1% of statements 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.041s coverage: 42.9% of statements 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.006s coverage: 100.0% of statements 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.039s coverage: 83.8% of statements 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:33:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.054s coverage: 46.1% of statements 04:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:33:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.015s coverage: 100.0% of statements 04:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:33:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.029s coverage: 100.0% of statements 04:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:33:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements 04:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:33:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.095s coverage: 29.1% of statements 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:33:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.046s coverage: 99.0% of statements 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:33:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.010s coverage: 100.0% of statements 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:33:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:33:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:33:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:33:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 04:33:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements 04:33:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.010s coverage: 100.0% of statements 04:33:53 GO111MODULE=on go vet ./... 04:33:59 gofmt -l . 04:34:00 [ "`gofmt -l .`" = "" ] 04:34:00 ./bin/test-go-mod-tidy.sh 04:34:01 ./bin/test-attribution-txt.sh [Pipeline] sh 04:34:03 + ls -al . 04:34:03 total 556 04:34:03 drwxrwxr-x 10 1001 1001 4096 Aug 11 04:34 . 04:34:03 drwxr-xr-x 4 root root 28 Aug 11 04:33 .. 04:34:03 -rw-rw-r-- 1 1001 1001 11 Aug 11 04:30 .dockerignore 04:34:03 drwxrwxr-x 8 1001 1001 179 Aug 11 04:30 .git 04:34:03 drwxrwxr-x 3 1001 1001 60 Aug 11 04:30 .github 04:34:03 -rw-rw-r-- 1 1001 1001 932 Aug 11 04:30 .gitignore 04:34:03 drwx------ 3 1001 1001 47 Aug 11 04:31 .semver 04:34:03 -rw-rw-r-- 1 1001 1001 166 Aug 11 04:30 .sonarcloud.properties 04:34:03 -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:30 CONTRIBUTING.md 04:34:03 -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:30 Dockerfile.build 04:34:03 -rw-rw-r-- 1 1001 1001 865 Aug 11 04:30 Jenkinsfile 04:34:03 -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:30 LICENSE 04:34:03 -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:30 Makefile 04:34:03 -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:30 README.md 04:34:03 -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:30 SECURITY.md 04:34:03 -rw-rw-r-- 1 1001 1001 5 Aug 11 04:31 VERSION 04:34:03 -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:30 ZMQWindows.md 04:34:03 drwxrwxr-x 2 1001 1001 117 Aug 11 04:30 bin 04:34:03 drwxrwxr-x 15 1001 1001 4096 Aug 11 04:30 cmd 04:34:03 -rw-r--r-- 1 root root 458010 Aug 11 04:33 coverage.out 04:34:03 -rw-r--r-- 1 root root 983 Aug 11 04:34 go.mod 04:34:03 -rw-r--r-- 1 root root 17542 Aug 11 04:34 go.sum 04:34:03 drwxrwxr-x 8 1001 1001 127 Aug 11 04:30 internal 04:34:03 drwxrwxr-x 4 1001 1001 26 Aug 11 04:30 openapi 04:34:03 drwxrwxr-x 4 1001 1001 71 Aug 11 04:30 snap 04:34:03 -rw-rw-r-- 1 1001 1001 168 Aug 11 04:30 version.go [Pipeline] sh 04:34:03 + '[' -e coverage.out ] 04:34:03 + chown 1001:1001 coverage.out [Pipeline] stash 04:34:03 Stashed 1 file(s) [Pipeline] sh 04:34:04 + make build 04:34:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:34:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:34:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:34:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:34:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:34:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:34:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:34:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:34:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:34: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:34:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:34:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:34:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:34:31 $ docker stop --time=1 2a066b71b648f9669891991215aac4bcfcd86dcf31c9262e94a1acf0c8a7aecf 04:34:33 $ docker rm -f 2a066b71b648f9669891991215aac4bcfcd86dcf31c9262e94a1acf0c8a7aecf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:34 04:34:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:34:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:34 latest: Pulling from edgex-devops/edgex-compose 04:34:34 cbdbe7a5bc2a: Pulling fs layer 04:34:34 ca9280d653b3: Pulling fs layer 04:34:34 7e9c9ca2126c: Pulling fs layer 04:34:34 cbdbe7a5bc2a: Download complete 04:34:35 ca9280d653b3: Download complete 04:34:35 cbdbe7a5bc2a: Pull complete 04:34:36 7e9c9ca2126c: Download complete 04:34:36 ca9280d653b3: Pull complete 04:34:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3350 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws 04:34:41 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 04:34:42 7e9c9ca2126c: Pull complete 04:34:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:34:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:34:43 prd-centos7-docker-4c-2g-3344 does not seem to be running inside a container 04:34:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:34:45 $ docker top 84bf303577360e20d50051214aae549c3de3dae108c8a517468cc697587a4f2c -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:46 + docker-compose build --help 04:34:46 + grep parallel 04:34:46 using credential edgex-jenkins-ssh 04:34:46 Cloning the remote Git repository 04:34:46 Cloning with configured refspecs honoured and without tags 04:34:47 --parallel Build images in parallel. [Pipeline] } 04:34:47 $ docker stop --time=1 84bf303577360e20d50051214aae549c3de3dae108c8a517468cc697587a4f2c 04:34:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:34:46 > git init /w/workspace/edgex-go/4 # timeout=10 04:34:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:34:46 > git --version # timeout=10 04:34:46 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:48 $ docker rm -f 84bf303577360e20d50051214aae549c3de3dae108c8a517468cc697587a4f2c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:49 . [Pipeline] withDockerContainer 04:34:49 prd-centos7-docker-4c-2g-3344 does not seem to be running inside a container 04:34:49 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:34:50 $ docker top 956d6884cf327b0420242305fe09712746321ea34e66bd8906d4405c91448ccb -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:50 + docker-compose -f ./docker-compose-build.yml build --parallel 04:34:51 Building docker-core-command-go ... 04:34:51 Building docker-core-data-go ... 04:34:51 Building docker-core-metadata-go ... 04:34:51 Building docker-security-proxy-setup-go ... 04:34:51 Building docker-security-secrets-setup-go ... 04:34:51 Building docker-security-secretstore-setup-go ... 04:34:51 Building docker-support-logging-go ... 04:34:51 Building docker-support-notifications-go ... 04:34:51 Building docker-support-scheduler-go ... 04:34:51 Building docker-sys-mgmt-agent-go ... 04:34:51 Building docker-support-scheduler-go 04:34:51 Building docker-sys-mgmt-agent-go 04:34:51 Building docker-core-data-go 04:34:51 Building docker-support-notifications-go 04:34:51 Building docker-support-logging-go 04:35:09 Fetching without tags 04:35:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:09 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # timeout=10 04:35:09 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:09 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:10 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 04:35:11 Merge succeeded, producing 07d07da4bc73f502211bea88e12077d3ed00976b 04:35:11 Checking out Revision 07d07da4bc73f502211bea88e12077d3ed00976b (PR-2659) 04:35:10 > git config core.sparsecheckout # timeout=10 04:35:10 > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 04:35:10 > git remote # timeout=10 04:35:10 > git config --get remote.origin.url # timeout=10 04:35:10 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:10 > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 04:35:11 > git rev-parse HEAD^{commit} # timeout=10 04:35:11 > git config core.sparsecheckout # timeout=10 04:35:11 > git checkout -f 07d07da4bc73f502211bea88e12077d3ed00976b # timeout=10 04:35:15 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" 04:35:15 > git rev-list --no-walk 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:35:23 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:23 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:35:23 ---> bbb49764bbd0 04:35:23 Step 3/26 : WORKDIR /edgex-go 04:35:23 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:35:23 ---> bbb49764bbd0 04:35:23 Step 3/21 : WORKDIR /edgex-go 04:35:23 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:35:23 ---> bbb49764bbd0 04:35:23 Step 3/22 : WORKDIR /edgex-go 04:35:24 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:24 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:24 ---> bbb49764bbd0 04:35:24 Step 3/20 : WORKDIR /edgex-go 04:35:24 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:35:24 ---> bbb49764bbd0 04:35:24 Step 3/23 : WORKDIR /edgex-go 04:35:24 ---> Running in f5c9a790124a 04:35:24 ---> Running in 2ffcfd9f8417 04:35:24 ---> Running in 99364c190fdb 04:35:24 ---> Running in 5cd7a13dd869 04:35:24 ---> Running in c36ae0717dda 04:35:25 Removing intermediate container 99364c190fdb 04:35:25 ---> dcaa5ad6ea9e 04:35:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:25 Removing intermediate container 2ffcfd9f8417 04:35:25 ---> 0ee6acbdba69 04:35:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:25 Removing intermediate container c36ae0717dda 04:35:25 ---> 5a8d1ddca2cf 04:35:25 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:25 Removing intermediate container f5c9a790124a 04:35:25 ---> 5f73d6b9459d 04:35:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:25 Removing intermediate container 5cd7a13dd869 04:35:25 ---> 44ef6efbc679 04:35:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:25 ---> Running in 6da3edfe53f6 04:35:25 ---> Running in 3b30f9a97d00 04:35:25 ---> Running in 81064a296013 04:35:25 ---> Running in baf77e4e5c9b 04:35:25 ---> Running in be780c3bab46 [Pipeline] echo 04:35:28 ========================================================= 04:35:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:35:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:35:28 Removing intermediate container 81064a296013 04:35:28 ---> c2fac5471722 04:35:28 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:35:28 Removing intermediate container 6da3edfe53f6 04:35:28 ---> 82112c0d8744 04:35:28 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:35:28 ---> Running in 7c2a39ac6379 04:35:28 ---> Running in 5fcf120c8ecf 04:35:28 Removing intermediate container 3b30f9a97d00 04:35:28 ---> d84d2a5cbf7a 04:35:28 Step 5/20 : RUN apk update && apk add make git 04:35:28 Removing intermediate container baf77e4e5c9b 04:35:28 ---> 42912551311e 04:35:28 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:35:28 + 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:35:28 ---> Running in 293d7ac36b6a 04:35:28 Removing intermediate container be780c3bab46 04:35:28 ---> 50ef7815b8cc 04:35:28 Step 5/26 : RUN apk update && apk add make bash git 04:35:28 ---> Running in 8cffb51bd7c5 04:35:29 ---> Running in 148823d9fd7e 04:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:30 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:30 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:30 OK: 12749 distinct packages available 04:35:31 OK: 233 MiB in 51 packages 04:35:31 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:31 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:31 OK: 12749 distinct packages available 04:35:31 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:31 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:31 OK: 12749 distinct packages available 04:35:31 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:31 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:31 OK: 12749 distinct packages available 04:35:31 OK: 233 MiB in 51 packages 04:35:31 OK: 233 MiB in 51 packages 04:35:31 OK: 233 MiB in 51 packages 04:35:31 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:31 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:31 OK: 12749 distinct packages available 04:35:31 OK: 233 MiB in 51 packages 04:35:31 Removing intermediate container 7c2a39ac6379 04:35:31 ---> 6acbc44bd9c4 04:35:31 Step 6/23 : COPY go.mod . 04:35:32 OK: 233 MiB in 51 packages 04:35:32 Removing intermediate container 293d7ac36b6a 04:35:32 ---> 4bc6f73bb926 04:35:32 Step 6/20 : COPY go.mod . 04:35:32 ---> 20d20d9ff2b3 04:35:32 Step 7/23 : RUN go mod download 04:35:32 Removing intermediate container 148823d9fd7e 04:35:32 ---> d63cffe81a01 04:35:32 Step 6/26 : COPY go.mod . 04:35:32 ---> Running in fdd40d56981b 04:35:32 ---> 7918ee70be61 04:35:32 Step 7/20 : RUN go mod download 04:35:32 Removing intermediate container 5fcf120c8ecf 04:35:32 ---> e6fe4981fc09 04:35:32 Step 6/21 : COPY go.mod . 04:35:33 ---> Running in 6c252cee9c4b 04:35:33 ---> 802ff5494a88 04:35:33 Step 7/26 : RUN go mod download 04:35:33 Removing intermediate container 8cffb51bd7c5 04:35:33 ---> ee526ea436b8 04:35:33 Step 6/22 : COPY go.mod . 04:35:33 Sending build context to Docker daemon 323MB 04:35:33 Step 1/7 : ARG BASE=golang:1.13-alpine 04:35:33 Step 2/7 : FROM ${BASE} 04:35:33 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:35:33 b538f80385f9: Pulling fs layer 04:35:33 74f711af9a0d: Pulling fs layer 04:35:33 99f96fe45779: Pulling fs layer 04:35:33 fd7a069fd194: Pulling fs layer 04:35:33 66aa3694b03b: Pulling fs layer 04:35:33 170f70906a0f: Pulling fs layer 04:35:33 ad7c5574e4b9: Pulling fs layer 04:35:33 e772456be8f7: Pulling fs layer 04:35:33 c890913d741a: Pulling fs layer 04:35:33 2480fcc9aa5a: Pulling fs layer 04:35:33 09adf4765672: Pulling fs layer 04:35:33 fd7a069fd194: Waiting 04:35:33 66aa3694b03b: Waiting 04:35:33 170f70906a0f: Waiting 04:35:33 ad7c5574e4b9: Waiting 04:35:33 e772456be8f7: Waiting 04:35:33 c890913d741a: Waiting 04:35:33 2480fcc9aa5a: Waiting 04:35:33 09adf4765672: Waiting 04:35:33 99f96fe45779: Verifying Checksum 04:35:33 99f96fe45779: Download complete 04:35:33 74f711af9a0d: Verifying Checksum 04:35:33 74f711af9a0d: Download complete 04:35:33 66aa3694b03b: Download complete 04:35:33 170f70906a0f: Verifying Checksum 04:35:33 170f70906a0f: Download complete 04:35:33 ---> ff4c7334db3e 04:35:33 Step 7/21 : RUN go mod download 04:35:33 ---> Running in 564976fe9e6b 04:35:33 b538f80385f9: Verifying Checksum 04:35:33 b538f80385f9: Download complete 04:35:33 ---> Running in b02f447585c0 04:35:33 ---> f13872187406 04:35:33 Step 7/22 : RUN go mod download 04:35:34 ---> Running in 32859f24eaba 04:35:34 b538f80385f9: Pull complete 04:35:34 74f711af9a0d: Pull complete 04:35:35 99f96fe45779: Pull complete 04:35:35 Removing intermediate container fdd40d56981b 04:35:35 ---> aeec1bb91fc0 04:35:35 Step 8/23 : COPY . . 04:35:35 Removing intermediate container 6c252cee9c4b 04:35:35 ---> aceddef294e9 04:35:35 Step 8/20 : COPY . . 04:35:35 Removing intermediate container 564976fe9e6b 04:35:35 ---> 00fd086f263f 04:35:35 Step 8/26 : COPY . . 04:35:35 Removing intermediate container b02f447585c0 04:35:35 ---> 78d95084ea08 04:35:35 Step 8/21 : COPY . . 04:35:36 ad7c5574e4b9: Verifying Checksum 04:35:36 ad7c5574e4b9: Download complete 04:35:36 c890913d741a: Verifying Checksum 04:35:36 c890913d741a: Download complete 04:35:38 2480fcc9aa5a: Verifying Checksum 04:35:38 2480fcc9aa5a: Download complete 04:35:38 09adf4765672: Download complete 04:35:38 e772456be8f7: Verifying Checksum 04:35:38 e772456be8f7: Download complete 04:35:39 Removing intermediate container 32859f24eaba 04:35:39 ---> 7541a1a08543 04:35:39 Step 8/22 : COPY . . 04:35:39 fd7a069fd194: Verifying Checksum 04:35:39 fd7a069fd194: Download complete 04:35:51 fd7a069fd194: Pull complete 04:35:51 66aa3694b03b: Pull complete 04:35:51 170f70906a0f: Pull complete 04:35:54 ad7c5574e4b9: Pull complete 04:35:59 e772456be8f7: Pull complete 04:35:59 c890913d741a: Pull complete 04:36:01 2480fcc9aa5a: Pull complete 04:36:02 09adf4765672: Pull complete 04:36:02 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:36:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:36:02 ---> 2248a725d1cf 04:36:02 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:36:08 ---> Running in 44ec79c5222d 04:36:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:36:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:36:12 ---> 0e6bd3a2c704 04:36:12 Step 9/23 : RUN make cmd/support-notifications/support-notifications ---> bdbe2f192540 04:36:12 ---> c51ec580604f 04:36:12 Step 9/21 : RUN make cmd/support-logging/support-logging 04:36:12 04:36:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:36:12 ---> a6d706830044 04:36:12 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:36:12 ---> Running in c2f27e102d53 04:36:12 ---> Running in 2d2403dcb6ab 04:36:12 ---> Running in 2a95de9138cd 04:36:12 ---> Running in f14d47d35c4f 04:36:12 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:36:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:36:12 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:36:12 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:36:12 ---> 93a32ddf4436 04:36:12 Step 9/22 : RUN make cmd/core-data/core-data 04:36:12 ---> Running in 9a93d07ce8a1 04:36:12 (1/12) Installing libmagic (5.38-r0) 04:36:13 (2/12) Installing file (5.38-r0) 04:36:13 (3/12) Installing libc-dev (0.7.2-r3) 04:36:13 (4/12) Installing g++ (9.3.0-r2) 04:36:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:36:18 (5/12) Installing fortify-headers (1.1-r0) 04:36:18 (6/12) Installing patch (2.7.6-r6) 04:36:18 (7/12) Installing build-base (0.5-r2) 04:36:18 (8/12) Installing libsodium (1.0.18-r0) 04:36:19 (9/12) Installing pkgconf (1.7.2-r0) 04:36:19 (10/12) Installing libsodium-dev (1.0.18-r0) 04:36:19 (11/12) Installing libzmq (4.3.2-r0) 04:36:19 (12/12) Installing zeromq-dev (4.3.2-r0) 04:36:20 Executing busybox-1.31.1-r16.trigger 04:36:20 OK: 217 MiB in 51 packages 04:36:24 Removing intermediate container 44ec79c5222d 04:36:24 ---> 21e2613217ed 04:36:24 Step 4/7 : WORKDIR /edgex-go 04:36:24 ---> Running in f4c894e0dddb 04:36:25 Removing intermediate container f4c894e0dddb 04:36:25 ---> b7a4df79c317 04:36:25 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:36:25 latest: Pulling from library/docker 04:36:25 b538f80385f9: Already exists 04:36:25 259a493cd78d: Pulling fs layer 04:36:25 b8e66b5100f5: Pulling fs layer 04:36:25 39dc9c94d07c: Pulling fs layer 04:36:25 551b823b3b82: Pulling fs layer 04:36:25 3c52a74df98c: Pulling fs layer 04:36:25 6c9b121b6998: Pulling fs layer 04:36:25 551b823b3b82: Waiting 04:36:25 3c52a74df98c: Waiting 04:36:25 6c9b121b6998: Waiting 04:36:25 b8e66b5100f5: Download complete 04:36:25 259a493cd78d: Verifying Checksum 04:36:25 259a493cd78d: Download complete 04:36:25 551b823b3b82: Download complete 04:36:25 3c52a74df98c: Verifying Checksum 04:36:25 3c52a74df98c: Download complete 04:36:25 6c9b121b6998: Verifying Checksum 04:36:25 6c9b121b6998: Download complete 04:36:26 259a493cd78d: Pull complete 04:36:27 b8e66b5100f5: Pull complete 04:36:27 39dc9c94d07c: Verifying Checksum 04:36:27 39dc9c94d07c: Download complete 04:36:30 39dc9c94d07c: Pull complete 04:36:30 551b823b3b82: Pull complete 04:36:31 3c52a74df98c: Pull complete 04:36:31 6c9b121b6998: Pull complete 04:36:31 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:36:31 Status: Downloaded newer image for docker:latest 04:36:35 ---> 52c341b6160f 04:36:35 Step 6/7 : COPY go.mod . 04:36:35 ---> 2a24fdb98318 04:36:35 Step 7/7 : RUN go mod download 04:36:35 ---> Running in c110016e7f7b 04:36:39 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:36:39 go: finding github.com/BurntSushi/toml v0.3.1 04:36:39 go: finding github.com/OneOfOne/xxhash v1.2.5 04:36:39 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:36:39 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:36:39 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:36:39 go: finding github.com/bgentry/speakeasy v0.1.0 04:36:39 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:36:39 go: finding github.com/davecgh/go-spew v1.1.1 04:36:39 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:36:39 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:36:39 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:36:39 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:36:39 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:36:39 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:36:39 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:36:39 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:36:39 go: finding github.com/fatih/color v1.7.0 04:36:39 go: finding github.com/fsnotify/fsnotify v1.4.7 04:36:39 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:36:39 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:36:39 go: finding github.com/go-kit/kit v0.8.0 04:36:39 go: finding github.com/go-logfmt/logfmt v0.4.0 04:36:39 go: finding github.com/go-redis/redis/v7 v7.2.0 04:36:39 go: finding github.com/go-stack/stack v1.8.0 04:36:39 go: finding github.com/golang/protobuf v1.3.2 04:36:39 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:36:39 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:36:39 go: finding github.com/google/uuid v1.1.0 04:36:39 go: finding github.com/gorilla/mux v1.7.1 04:36:39 go: finding github.com/hashicorp/consul/api v1.1.0 04:36:39 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:36:39 go: finding github.com/hashicorp/errwrap v1.0.0 04:36:39 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:36:39 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:36:39 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:36:39 go: finding github.com/hashicorp/go-multierror v1.0.0 04:36:39 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:36:40 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:36:40 go: finding github.com/hashicorp/go-syslog v1.0.0 04:36:40 go: finding github.com/hashicorp/go-uuid v1.0.1 04:36:40 go: finding github.com/hashicorp/go.net v0.0.1 04:36:40 go: finding github.com/hashicorp/golang-lru v0.5.0 04:36:40 go: finding github.com/hashicorp/logutils v1.0.0 04:36:40 go: finding github.com/hashicorp/mdns v1.0.0 04:36:40 go: finding github.com/hashicorp/memberlist v0.1.3 04:36:40 go: finding github.com/hashicorp/serf v0.8.2 04:36:40 go: finding github.com/hpcloud/tail v1.0.0 04:36:40 go: finding github.com/imdario/mergo v0.3.6 04:36:40 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:36:40 go: finding github.com/kr/pretty v0.1.0 04:36:40 go: finding github.com/kr/pty v1.1.1 04:36:40 go: finding github.com/kr/text v0.1.0 04:36:40 go: finding github.com/mattn/go-colorable v0.0.9 04:36:40 go: finding github.com/mattn/go-isatty v0.0.3 04:36:40 go: finding github.com/miekg/dns v1.0.14 04:36:40 go: finding github.com/mitchellh/cli v1.0.0 04:36:40 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:36:40 go: finding github.com/mitchellh/copystructure v1.0.0 04:36:40 go: finding github.com/mitchellh/go-homedir v1.0.0 04:36:40 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:36:40 go: finding github.com/mitchellh/gox v0.4.0 04:36:40 go: finding github.com/mitchellh/iochan v1.0.0 04:36:40 go: finding github.com/mitchellh/mapstructure v1.1.2 04:36:40 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:36:40 go: finding github.com/onsi/ginkgo v1.10.1 04:36:40 go: finding github.com/onsi/gomega v1.7.0 04:36:40 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:36:40 go: finding github.com/pebbe/zmq4 v1.0.0 04:36:40 go: finding github.com/pelletier/go-toml v1.2.0 04:36:40 go: finding github.com/pkg/errors v0.8.1 04:36:40 go: finding github.com/pmezard/go-difflib v1.0.0 04:36:40 go: finding github.com/posener/complete v1.1.1 04:36:40 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:36:40 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:36:40 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:36:40 go: finding github.com/stretchr/objx v0.1.0 04:36:40 go: finding github.com/stretchr/testify v1.5.1 04:36:40 go: finding github.com/ugorji/go v1.1.4 04:36:40 go: finding github.com/x448/float16 v0.8.4 04:36:41 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 04:36:41 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:36:41 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:36:41 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:36:41 go: finding golang.org/x/text v0.3.2 04:36:41 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:36:41 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:36:41 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:36:41 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:36:41 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:36:41 go: finding gopkg.in/yaml.v2 v2.2.8 04:36:52 Removing intermediate container c2f27e102d53 04:36:52 ---> 36fe13aaff02 04:36:52 04:36:52 Step 10/21 : FROM scratch 04:36:52 ---> 04:36:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:36:52 Removing intermediate container f14d47d35c4f 04:36:52 ---> baae6531a70b 04:36:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:36:52 ---> Running in 2c7c0f6db9a7 04:36:52 ---> Running in 9349fe01fba4 04:36:52 Removing intermediate container 2a95de9138cd 04:36:52 ---> f07c7a709f62 04:36:52 04:36:52 Step 10/23 : FROM scratch 04:36:52 ---> 04:36:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:36:52 Removing intermediate container 2c7c0f6db9a7 04:36:52 ---> e605cbcf3013 04:36:52 Step 12/21 : ENV APP_PORT=48061 04:36:52 ---> Running in 202f606bcbc0 04:36:52 ---> Running in 2191b467855c 04:36:52 Removing intermediate container 202f606bcbc0 04:36:52 ---> d44aaaebcaf8 04:36:52 Step 12/23 : ENV APP_PORT=48060 04:36:52 Removing intermediate container 2191b467855c 04:36:52 ---> 0e3b5321d4a1 04:36:52 Step 13/21 : EXPOSE $APP_PORT 04:36:52 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:36:52 ---> Running in 2c2367662c4e 04:36:54 ---> Running in 88f27c922c3f 04:36:55 Removing intermediate container 2c2367662c4e 04:36:55 ---> f46e15f7b47b 04:36:55 Step 13/23 : EXPOSE $APP_PORT 04:36:55 Removing intermediate container 2d2403dcb6ab 04:36:55 ---> 46928650f096 04:36:55 04:36:55 Step 10/20 : FROM scratch 04:36:55 ---> 04:36:55 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:55 ---> Running in 5511acfd3603 04:36:55 Removing intermediate container 88f27c922c3f 04:36:55 ---> 2832180f3110 04:36:55 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:36:55 ---> Running in 1082409f0c1d 04:36:55 Removing intermediate container 5511acfd3603 04:36:55 ---> 2069d3731564 04:36:55 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:36:56 Removing intermediate container c110016e7f7b 04:36:56 ---> 052a58d50373 04:36:56 Successfully built 052a58d50373 04:36:57 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:36:57 + docker inspect -f . ci-base-image-arm64 04:36:57 . [Pipeline] withDockerContainer 04:36:58 prd-ubuntu18.04-docker-arm64-4c-16g-3350 does not seem to be running inside a container 04:36: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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:36:59 ---> ddd66a5c7438 04:36:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:36:59 Removing intermediate container 1082409f0c1d 04:36:59 ---> cb968a9f2ff0 04:36:59 Step 12/20 : ENV APP_PORT=48085 04:36:59 ---> Running in 0cf7846ab4ad 04:36:59 ---> 567a0ca212a4 04:36:59 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:36:59 Removing intermediate container 9a93d07ce8a1 04:36:59 ---> c176a9c2ac20 04:36:59 04:36:59 Step 10/22 : FROM alpine 04:36:59 $ docker top 56bf5e82b9ad916a6a5b970d3f5db92fe1e37694ed112867a5e0c7cc45761889 -eo pid,comm 04:36:59 ---> 342f23d89896 04:36:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:36:59 Removing intermediate container 0cf7846ab4ad 04:36:59 ---> bce52ddecb06 04:36:59 Step 13/20 : EXPOSE $APP_PORT 04:36:59 Removing intermediate container 9349fe01fba4 04:36:59 ---> b3ff24afabe3 04:36:59 04:36:59 Step 11/26 : FROM docker:latest 04:36:59 ---> 81f5749c9058 04:36:59 Step 12/26 : RUN apk add --no-cache bash 04:36:59 latest: Pulling from library/alpine [Pipeline] { [Pipeline] sh 04:37:00 ---> Running in 73ed87ddbfc3 04:37:00 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:37:00 Status: Downloaded newer image for alpine:latest 04:37:00 ---> Running in 6122c1fb95b9 04:37:00 ---> a24bb4013296 04:37:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:00 + go version 04:37:00 go version go1.13.13 linux/arm64 04:37:00 ---> 5800093e6822 04:37:00 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:37:00 ---> f915a4671e54 04:37:00 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:37:00 Removing intermediate container 73ed87ddbfc3 04:37:00 ---> 841eeec59270 04:37:00 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [Pipeline] echo 04:37:00 ========================================================= 04:37:00 [edgeXBuildGoParallel] Running Tests and Build... 04:37:00 ========================================================= [Pipeline] sh 04:37:00 ---> Running in 3a0d926131fd 04:37:00 ---> d5cc279c44a5 04:37:00 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:01 ---> Running in f609d9ec2dd1 04:37:01 ---> daedca2cef6f 04:37:01 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:37:01 Removing intermediate container 3a0d926131fd 04:37:01 ---> b136302f6b27 04:37:01 Step 12/22 : ENV APP_PORT=48080 04:37:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:01 ---> 65b2d1bc424a 04:37:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:37:01 + make test 04:37:01 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:37:01 ---> Running in cffc207c2211 04:37:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:01 Removing intermediate container f609d9ec2dd1 04:37:01 ---> d4dcc9264007 04:37:01 Step 19/21 : LABEL arch=x86_64 04:37:01 ---> Running in e7436e3e20fb 04:37:01 (1/2) Installing readline (8.0.4-r0) 04:37:01 (2/2) Installing bash (5.0.17-r0) 04:37:01 Executing bash-5.0.17-r0.post-install 04:37:01 Executing busybox-1.31.1-r16.trigger 04:37:01 ---> f16580dc3436 04:37:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:37:01 OK: 12 MiB in 22 packages 04:37:01 Removing intermediate container cffc207c2211 04:37:01 ---> 9a58177bfc0d 04:37:01 Step 13/22 : EXPOSE $APP_PORT 04:37:02 ---> Running in 21c7d29c247d 04:37:02 Removing intermediate container e7436e3e20fb 04:37:02 ---> 84831f7b6e20 04:37:02 Step 20/21 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:37:02 ---> 973f9c1e525b 04:37:02 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:37:02 ---> Running in cefc81dcf239 04:37:02 ---> 351fcfcc95ac 04:37:02 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:37:02 Removing intermediate container 21c7d29c247d 04:37:02 ---> 552a50ecd22e 04:37:02 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:02 ---> 712cf3e06b28 04:37:02 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:02 ---> Running in ce525c9d387f 04:37:02 Removing intermediate container cefc81dcf239 04:37:02 ---> 29e3bcafcf38 04:37:02 Step 21/21 : LABEL version=0.0.0 04:37:02 Removing intermediate container 6122c1fb95b9 04:37:02 ---> f3a9a496dd74 04:37:02 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:37:02 ---> 52f00f147a9a 04:37:02 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:03 ---> Running in cff19a7e94d9 04:37:03 ---> Running in 92ec6213cab7 04:37:03 ---> Running in d5bdf96af0f1 04:37:03 ---> Running in 9a4375adc084 04:37:03 Removing intermediate container 92ec6213cab7 04:37:03 ---> 3cda1b6aca7c 04:37:03 Step 18/20 : LABEL arch=x86_64 04:37:03 ? github.com/edgexfoundry/edgex-go [no test files] 04:37:04 Removing intermediate container cff19a7e94d9 04:37:04 ---> 138f5d209dac 04:37:04 04:37:04 Removing intermediate container 9a4375adc084 04:37:04 ---> 3035b30a24d8 04:37:04 Step 21/23 : LABEL arch=x86_64 04:37:04 Successfully built 138f5d209dac 04:37:04 ---> Running in 259f6ef91347 04:37:04 Successfully tagged docker-support-logging-go:latest 04:37:04 ---> Running in 4ea5516e5e19 04:37:04 Building docker-security-secretstore-setup-go 04:37:04  Building docker-support-logging-go ... done Removing intermediate container 259f6ef91347 04:37:04 ---> ec595ab0676e 04:37:04 Step 19/20 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:37:04 Removing intermediate container 4ea5516e5e19 04:37:04 ---> f558a0ac5ad7 04:37:04 Step 22/23 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:37:05 ---> Running in aa1275ed2ac9 04:37:05 ---> Running in 171c7e27ddfc 04:37:05 Removing intermediate container ce525c9d387f 04:37:05 ---> f6f3a882980e 04:37:05 Step 15/22 : RUN apk --no-cache add zeromq 04:37:05 Removing intermediate container d5bdf96af0f1 04:37:05 ---> 1db4881a41a6 04:37:05 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:37:06 ---> Running in 4f7389890014 04:37:06 ---> Running in 0810b8dffca3 04:37:06 Removing intermediate container aa1275ed2ac9 04:37:06 ---> 2c6cf432e043 04:37:06 Step 20/20 : LABEL version=0.0.0 04:37:06 Removing intermediate container 171c7e27ddfc 04:37:06 ---> 5b9d672052ad 04:37:06 Step 23/23 : LABEL version=0.0.0 04:37:07 ---> Running in ff71adb6781f 04:37:07 ---> Running in 86e9180ebe2c 04:37:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:09 Removing intermediate container 0810b8dffca3 04:37:09 ---> bf6478408f56 04:37:09 Step 15/26 : ENV APP_PORT=48090 04:37:09 Removing intermediate container ff71adb6781f 04:37:09 ---> b992be4091b7 04:37:09 04:37:09 Removing intermediate container 86e9180ebe2c 04:37:09 ---> 238393b20d39 04:37:09 04:37:09 ---> Running in a99a8cc2e562 04:37:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:09 Successfully built b992be4091b7 04:37:09 Successfully tagged docker-support-scheduler-go:latest 04:37:09  Building docker-support-scheduler-go ... done Building docker-core-command-go 04:37:09 Successfully built 238393b20d39 04:37:09 Successfully tagged docker-support-notifications-go:latest 04:37:09  Building docker-support-notifications-go ... done Building docker-core-metadata-go 04:37:09 Removing intermediate container a99a8cc2e562 04:37:09 ---> a59167f61f60 04:37:09 Step 16/26 : EXPOSE $APP_PORT 04:37:09 ---> Running in 72e173d08fdb 04:37:09 (1/5) Installing libgcc (9.3.0-r2) 04:37:09 Removing intermediate container 72e173d08fdb 04:37:09 ---> d91a439007a5 04:37:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:37:09 (2/5) Installing libsodium (1.0.18-r0) 04:37:10 (3/5) Installing libstdc++ (9.3.0-r2) 04:37:10 (4/5) Installing libzmq (4.3.2-r0) 04:37:10 (5/5) Installing zeromq (4.3.2-r0) 04:37:10 Executing busybox-1.31.1-r16.trigger 04:37:11 OK: 8 MiB in 19 packages 04:37:15 ---> 9b4332aa00e4 04:37:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:37:17 Removing intermediate container 4f7389890014 04:37:17 ---> 907076a8f9cb 04:37:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:37:17 ---> 6b2847a0c72f 04:37:17 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:37:19 ---> ef5f57e86fe3 04:37:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:37:19 ---> 4d432dd6f40d 04:37:19 Step 20/26 : RUN apk --no-cache add py-pip 04:37:21 ---> Running in 9d72f53bce1d 04:37:22 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:37:22 ---> bbb49764bbd0 04:37:22 Step 3/26 : WORKDIR /edgex-go 04:37:22 ---> Using cache 04:37:22 ---> 44ef6efbc679 04:37:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:22 ---> Using cache 04:37:22 ---> 50ef7815b8cc 04:37:22 Step 5/26 : RUN apk update && apk add make git 04:37:23 ---> e8e1d0bff411 04:37:23 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:37:23 ---> Running in 7b029ba8e459 04:37:25 ---> f248120c2f12 04:37:25 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:25 (1/33) Installing libbz2 (1.0.8-r1) 04:37:25 (2/33) Installing expat (2.2.9-r1) 04:37:25 ---> Running in e7543fa69712 04:37:25 (3/33) Installing libffi (3.3-r2) 04:37:25 (4/33) Installing gdbm (1.13-r1) 04:37:26 (5/33) Installing xz-libs (5.2.5-r0) 04:37:26 (6/33) Installing sqlite-libs (3.32.1-r0) 04:37:26 (7/33) Installing python3 (3.8.5-r0) 04:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:27 Removing intermediate container e7543fa69712 04:37:27 ---> 1764e6f1ca19 04:37:27 Step 20/22 : LABEL arch=x86_64 04:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:29 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:29 ---> bbb49764bbd0 04:37:29 Step 3/21 : WORKDIR /edgex-go 04:37:29 ---> Using cache 04:37:29 ---> 44ef6efbc679 04:37:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:29 ---> Using cache 04:37:29 ---> 50ef7815b8cc 04:37:29 Step 5/21 : RUN apk update && apk add make git 04:37:30 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:30 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:30 OK: 12749 distinct packages available 04:37:30 ---> Running in 7c523439bb79 04:37:30 (8/33) Installing py3-appdirs (1.4.4-r1) 04:37:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:37:30 (10/33) Installing py3-parsing (2.4.7-r0) 04:37:30 (11/33) Installing py3-six (1.15.0-r0) 04:37:30 OK: 233 MiB in 51 packages 04:37:31 (12/33) Installing py3-packaging (20.4-r0) 04:37:31 (13/33) Installing py3-setuptools (47.0.0-r0) 04:37:31 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:31 ---> bbb49764bbd0 04:37:31 Step 3/21 : WORKDIR /edgex-go 04:37:31 ---> Using cache 04:37:31 ---> 44ef6efbc679 04:37:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:31 ---> Using cache 04:37:31 ---> 50ef7815b8cc 04:37:31 Step 5/21 : RUN apk update && apk add make git 04:37:31 (14/33) Installing py3-chardet (3.0.4-r4) 04:37:31 ---> Running in b40602864bb6 04:37:31 (15/33) Installing py3-idna (2.9-r0) 04:37:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:37:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:37:32 (18/33) Installing py3-requests (2.23.0-r0) 04:37:32 (19/33) Installing py3-msgpack (1.0.0-r0) 04:37:32 (20/33) Installing py3-lockfile (0.12.2-r3) 04:37:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:37:32 (22/33) Installing py3-colorama (0.4.3-r0) 04:37:32 ---> Running in ac9a4d9fc739 04:37:32 Removing intermediate container 7c523439bb79 04:37:32 ---> 6c6c7f286f36 04:37:32 Step 21/22 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:37:32 (23/33) Installing py3-distlib (0.3.0-r0) 04:37:32 (24/33) Installing py3-distro (1.5.0-r1) 04:37:32 (25/33) Installing py3-webencodings (0.5.1-r3) 04:37:32 (26/33) Installing py3-html5lib (1.0.1-r4) 04:37:33 (27/33) Installing py3-pytoml (0.1.21-r0) 04:37:33 (28/33) Installing py3-pep517 (0.8.2-r0) 04:37:33 (29/33) Installing py3-progress (1.5-r0) 04:37:33 (30/33) Installing py3-toml (0.10.1-r0) 04:37:33 ---> Running in a2ced3929e58 04:37:33 (31/33) Installing py3-retrying (1.3.3-r0) 04:37:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:37:33 (33/33) Installing py3-pip (20.1.1-r0) 04:37:33 Removing intermediate container 7b029ba8e459 04:37:33 ---> 0bad923ba75c 04:37:33 Step 6/26 : COPY go.mod . 04:37:33 Executing busybox-1.31.1-r16.trigger 04:37:33 OK: 71 MiB in 55 packages 04:37:34 Removing intermediate container a2ced3929e58 04:37:34 ---> 51ee23ddb0c7 04:37:34 Step 22/22 : LABEL version=0.0.0 04:37:34 ---> 604bff239354 04:37:34 Step 7/26 : RUN go mod download 04:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:34 ---> Running in 3600c4dbd219 04:37:34 ---> Running in 7711b9ddf687 04:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:35 Removing intermediate container 3600c4dbd219 04:37:35 ---> bb33eb93cb5a 04:37:35 04:37:35 Successfully built bb33eb93cb5a 04:37:35 Successfully tagged docker-core-data-go:latest 04:37:35 Building docker-security-proxy-setup-go 04:37:36  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:37:37 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:37 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:37 OK: 12749 distinct packages available 04:37:38 OK: 233 MiB in 51 packages 04:37:38 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:38 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:38 OK: 12749 distinct packages available 04:37:38 OK: 233 MiB in 51 packages 04:37:42 Removing intermediate container 7711b9ddf687 04:37:42 ---> c2e29ff24ce4 04:37:42 Step 8/26 : COPY . . 04:37:42 Removing intermediate container ac9a4d9fc739 04:37:42 ---> 48ebba5a545f 04:37:42 Step 6/21 : COPY go.mod . 04:37:43 Removing intermediate container b40602864bb6 04:37:43 ---> b7f3f6677a6f 04:37:43 Step 6/21 : COPY go.mod . 04:37:48 ---> 45ecf2fe4e5e 04:37:48 Step 7/21 : RUN go mod download 04:37:48 ---> 9a563941023b 04:37:48 Step 7/21 : RUN go mod download 04:37:50 ---> Running in c861c6cf17f0 04:37:51 ---> Running in 2fe679931449 04:37:52 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:52 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:37:52 ---> bbb49764bbd0 04:37:52 Step 3/20 : WORKDIR /edgex-go 04:37:52 ---> Using cache 04:37:52 ---> 44ef6efbc679 04:37:52 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:52 ---> Using cache 04:37:52 ---> 50ef7815b8cc 04:37:52 Step 5/20 : RUN apk update && apk add make git 04:37:52 ---> Using cache 04:37:52 ---> b7f3f6677a6f 04:37:52 Step 6/20 : COPY go.mod . 04:37:52 ---> Using cache 04:37:52 ---> 9a563941023b 04:37:52 Step 7/20 : RUN go mod download 04:37:54 ---> Running in 3466f9c0d2b1 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:37:54 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.024s 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:37:57 Removing intermediate container 2fe679931449 04:37:57 ---> 43b57c816741 04:37:57 Step 8/21 : COPY . . 04:37:58 Removing intermediate container c861c6cf17f0 04:37:58 ---> ac9384bf5549 04:37:58 Step 8/21 : COPY . . 04:37:58 Removing intermediate container 9d72f53bce1d 04:37:58 ---> 42d603ceb67a 04:37:58 Step 21/26 : RUN pip install docker-compose==1.23.2 04:38:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 46.6% of statements 04:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:38:02 ---> Running in ca3bc08ca994 04:38:05 Removing intermediate container 3466f9c0d2b1 04:38:05 ---> d95f803c83fb 04:38:05 Step 8/20 : COPY . . 04:38:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.158s coverage: 27.3% of statements 04:38:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:38:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:38:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:38:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:38:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:38:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:38:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements 04:38:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:38:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 04:38:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.290s coverage: 28.6% of statements 04:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.053s coverage: 100.0% of statements 04:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.024s coverage: 100.0% of statements 04:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 89.8% of statements 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:38:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 100.0% of statements 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:38:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.025s coverage: 58.8% of statements 04:38:17 ---> 2e99cd831b26 04:38:17 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:38:20 ---> Running in f05d5d5d1aad 04:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.183s coverage: 63.5% of statements 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 04:38:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.282s coverage: 55.9% of statements 04:38:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:38:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:38:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:38:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:38:22 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:38:22 Collecting docker-compose==1.23.2 04:38:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:38: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:38:23 Collecting cached-property<2,>=1.2.0 04:38:23 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:38:23 Collecting PyYAML<4,>=3.10 04:38:23 Downloading PyYAML-3.13.tar.gz (270 kB) 04:38:26 ---> b0f449b6341d 04:38:26 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:38:30 Collecting websocket-client<1.0,>=0.32.0 04:38:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:38:30 ---> Running in 4dd73c33c620 04:38:30 Collecting docopt<0.7,>=0.6.1 04:38:30 Downloading docopt-0.6.2.tar.gz (25 kB) 04:38:30 ---> ab456657126f 04:38:30 Step 9/21 : RUN make cmd/core-command/core-command 04:38:31 Collecting texttable<0.10,>=0.9.0 04:38:31 Downloading texttable-0.9.1.tar.gz (11 kB) 04:38:31 ---> Running in af2ab94e8cf2 04:38:31 ---> 642a101f424a 04:38:31 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:38:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:38:31 ---> Running in 6051eb381aa3 04:38:32 Collecting dockerpty<0.5,>=0.4.1 04:38:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:38:32 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:38:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:38:33 Collecting docker<4.0,>=3.6.0 04:38:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:38:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:38:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:38:33 Collecting jsonschema<3,>=2.5.1 04:38:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:38:33 Collecting docker-pycreds>=0.4.0 04:38:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:38:34 Collecting idna<2.8,>=2.5 04:38:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:38:34 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:38:34 Collecting urllib3<1.25,>=1.21.1 04:38:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:38:34 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:38:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:38:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:38:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:38:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:38:34 Installing collected packages: cached-property, PyYAML, websocket-client, docopt, texttable, dockerpty, idna, urllib3, requests, docker-pycreds, docker, jsonschema, docker-compose 04:38:34 Running setup.py install for PyYAML: started 04:38:36 Running setup.py install for PyYAML: finished with status 'done' 04:38:36 Running setup.py install for docopt: started 04:38:37 Running setup.py install for docopt: finished with status 'done' 04:38:37 Running setup.py install for texttable: started 04:38:38 Running setup.py install for texttable: finished with status 'done' 04:38:38 Running setup.py install for dockerpty: started 04:38:39 Running setup.py install for dockerpty: finished with status 'done' 04:38:39 Attempting uninstall: idna 04:38:39 Found existing installation: idna 2.9 04:38:39 Uninstalling idna-2.9: 04:38:39 Successfully uninstalled idna-2.9 04:38:39 Attempting uninstall: urllib3 04:38:39 Found existing installation: urllib3 1.25.9 04:38:39 Uninstalling urllib3-1.25.9: 04:38:40 Successfully uninstalled urllib3-1.25.9 04:38:41 Attempting uninstall: requests 04:38:41 Found existing installation: requests 2.23.0 04:38:41 Uninstalling requests-2.23.0: 04:38:41 Successfully uninstalled requests-2.23.0 04:38:42 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:38:43 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:38:47 Removing intermediate container ca3bc08ca994 04:38:47 ---> 9bdf41d1d2b2 04:38:47 Step 22/26 : RUN apk --no-cache add curl 04:38:47 ---> Running in 9695b35ac515 04:38:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:49 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:38:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:38:49 (2/3) Installing libcurl (7.69.1-r0) 04:38:49 (3/3) Installing curl (7.69.1-r0) 04:38:49 Executing busybox-1.31.1-r16.trigger 04:38:49 OK: 72 MiB in 58 packages 04:38:51 Removing intermediate container 9695b35ac515 04:38:51 ---> b6df849bd0cb 04:38:51 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:51 ---> Running in f353d47fddc1 04:38:51 Removing intermediate container f353d47fddc1 04:38:51 ---> c588ce5bf4c1 04:38:51 Step 24/26 : LABEL arch=x86_64 04:38:51 ---> Running in 402b2b45a720 04:38:52 Removing intermediate container 402b2b45a720 04:38:52 ---> 57953a800fa1 04:38:52 Step 25/26 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:38:52 ---> Running in 9aa868259247 04:38:52 Removing intermediate container 9aa868259247 04:38:52 ---> 89ceae79fd3b 04:38:52 Step 26/26 : LABEL version=0.0.0 04:38:52 ---> Running in cf66ccf1a7a0 04:38:52 Removing intermediate container cf66ccf1a7a0 04:38:52 ---> fabf4834d94c 04:38:52 04:38:52 Successfully built fabf4834d94c 04:38:52 Successfully tagged docker-sys-mgmt-agent-go:latest 04:38:52 Building docker-security-secrets-setup-go 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 33.764s coverage: 86.3% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.141s coverage: 72.2% of statements 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.525s coverage: 72.1% of statements 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.085s coverage: 82.4% of statements 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.066s coverage: 48.4% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.051s coverage: 96.8% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 31.1% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.283s coverage: 84.1% of statements 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.030s coverage: 100.0% of statements 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 42.9% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.038s coverage: 100.0% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.052s coverage: 83.8% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 46.1% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.042s coverage: 100.0% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.031s coverage: 100.0% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.177s coverage: 29.1% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.019s coverage: 0.0% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 04:39:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 04:39:00 GO111MODULE=on go vet ./... 04:39:05  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f05d5d5d1aad 04:39:05 ---> ef38b85e7a2f 04:39:05 04:39:05 Step 10/26 : FROM alpine:3.10 04:39:05 3.10: Pulling from library/alpine 04:39:11 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:39:11 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:39:11 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:39:11 ---> bbb49764bbd0 04:39:11 Step 3/29 : WORKDIR /edgex-go 04:39:11 ---> Using cache 04:39:11 ---> 44ef6efbc679 04:39:11 Step 4/29 : RUN apk update && apk add make git 04:39:11 Status: Downloaded newer image for alpine:3.10 04:39:13 ---> be4e4bea2c2e 04:39:13 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:39:13 ---> Running in becc9d31f733 04:39:13 Removing intermediate container 6051eb381aa3 04:39:13 ---> 5f50e3c1c772 04:39:13 04:39:13 Step 10/20 : FROM alpine 04:39:13 ---> a24bb4013296 04:39:13 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:39:13 ---> Running in ffb8bd821241 04:39:13 ---> Running in 5aa63a63143f 04:39:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:39:14 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:39:14 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:39:14 OK: 10346 distinct packages available 04:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:14 (1/5) Installing ca-certificates (20191127-r2) 04:39:14 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:39:14 (3/5) Installing libcurl (7.66.0-r0) 04:39:14 (4/5) Installing curl (7.66.0-r0) 04:39:14 (5/5) Installing dumb-init (1.2.2-r1) 04:39:14 Executing busybox-1.30.1-r3.trigger 04:39:14 Executing ca-certificates-20191127-r2.trigger 04:39:14 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:39:14 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:39:14 OK: 12749 distinct packages available 04:39:14 OK: 7 MiB in 19 packages 04:39:15 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:39:15 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:39:15 OK: 12749 distinct packages available 04:39:15 (1/4) Installing ca-certificates (20191127-r4) 04:39:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:39:15 (3/4) Installing libcurl (7.69.1-r0) 04:39:15 (4/4) Installing curl (7.69.1-r0) 04:39:15 Executing busybox-1.31.1-r16.trigger 04:39:15 OK: 233 MiB in 51 packages 04:39:15 Executing ca-certificates-20191127-r4.trigger 04:39:15 OK: 7 MiB in 18 packages 04:39:15 gofmt -l . 04:39:19 [ "`gofmt -l .`" = "" ] 04:39:20 Removing intermediate container af2ab94e8cf2 04:39:20 ---> f931633af5b2 04:39:20 04:39:20 Step 10/21 : FROM scratch 04:39:20 ---> 04:39:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:39:20 Removing intermediate container 4dd73c33c620 04:39:20 ---> b3063c73e183 04:39:20 04:39:20 Step 10/21 : FROM scratch 04:39:20 ---> 04:39:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:39:20 ---> Using cache 04:39:20 ---> cb968a9f2ff0 04:39:20 Step 12/21 : ENV APP_PORT=48082 04:39:20 ---> Using cache 04:39:20 ---> cb968a9f2ff0 04:39:20 Step 12/21 : ENV APP_PORT=48081 04:39:20 Removing intermediate container becc9d31f733 04:39:20 ---> fa4063841a33 04:39:20 Step 5/29 : COPY go.mod . 04:39:20 Removing intermediate container ffb8bd821241 04:39:20 ---> 549204d80db1 04:39:20 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:39:20 ---> Running in db06853f8e73 04:39:20 ---> Running in ac530f9d1c99 04:39:21 Removing intermediate container 5aa63a63143f 04:39:21 ---> 855486d7ec5d 04:39:21 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:39:21 ---> Running in e48ef6646315 04:39:21 ---> Running in d87c1fc6cea2 04:39:21 ./bin/test-go-mod-tidy.sh 04:39:21 Removing intermediate container ac530f9d1c99 04:39:21 ---> f87b3c008da6 04:39:21 Step 13/21 : EXPOSE $APP_PORT 04:39:21 Removing intermediate container db06853f8e73 04:39:21 ---> 9a325a19fc48 04:39:21 Step 13/21 : EXPOSE $APP_PORT 04:39:21 ---> 31e55b3bf3cb 04:39:21 Step 6/29 : RUN go mod download 04:39:22 ./bin/test-attribution-txt.sh 04:39:22 Removing intermediate container e48ef6646315 04:39:22 ---> 6354ce530f8f 04:39:22 Step 13/26 : WORKDIR / 04:39:22 Removing intermediate container d87c1fc6cea2 04:39:22 ---> 5eb7f9c23688 04:39:22 Step 13/20 : WORKDIR /edgex 04:39:22 ---> Running in e6200c9682d4 04:39:22 ---> Running in 9f5f9e4d5c9a 04:39:22 ---> Running in 1040f15bddff 04:39:22 ---> Running in 94aa07fca5dd 04:39:22 ---> Running in 8b9403bc9772 04:39:23 Removing intermediate container 9f5f9e4d5c9a 04:39:23 ---> 6783ebbd3cf1 04:39:23 Step 14/21 : WORKDIR / 04:39:23 Removing intermediate container e6200c9682d4 04:39:23 ---> fc2c109d5805 04:39:23 Step 14/21 : WORKDIR / 04:39:23 Removing intermediate container 94aa07fca5dd 04:39:23 ---> 83e5dce11da1 04:39:23 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:39:23 ---> Running in 387cd32a057e 04:39:23 Removing intermediate container 8b9403bc9772 04:39:23 ---> 5f6d0dec045d 04:39:23 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:39:23 ---> Running in 7beb31b43552 04:39:23 Removing intermediate container 387cd32a057e 04:39:23 ---> ec09c83bfc2a 04:39:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:39:23 Removing intermediate container 7beb31b43552 04:39:23 ---> 4203512ae174 04:39:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:39:23 ---> 0270d1147064 04:39:23 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:39:23 ---> b60a7337402d 04:39:23 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:39:24 ---> 4e30689e663b 04:39:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:39:24 ---> 55e20739573d 04:39:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:39:24 ---> 39b70f23b3f5 04:39:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:39:24 ---> 48e8133ecad5 04:39:24 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:39:24 ---> Running in c8efcc8de70a 04:39:24 ---> 1ce66f03ea5e 04:39:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [Pipeline] sh 04:39:25 Removing intermediate container 1040f15bddff 04:39:25 ---> 9cde22c15d41 04:39:25 Step 7/29 : COPY . . 04:39:25 ---> b4f9867ff895 04:39:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:39:25 ---> 17f65f5d8992 04:39:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:39:25 Removing intermediate container c8efcc8de70a 04:39:25 ---> 2524c025ace0 04:39:25 Step 17/20 : CMD ["--init=true"] 04:39:25 + ls -al . 04:39:25 total 588 04:39:25 drwxrwxr-x 10 1001 1001 4096 Aug 11 04:39 . 04:39:25 drwxr-xr-x 4 root root 4096 Aug 11 04:36 .. 04:39:25 -rw-rw-r-- 1 1001 1001 11 Aug 11 04:35 .dockerignore 04:39:25 drwxrwxr-x 8 1001 1001 4096 Aug 11 04:35 .git 04:39:25 drwxrwxr-x 3 1001 1001 4096 Aug 11 04:35 .github 04:39:25 -rw-rw-r-- 1 1001 1001 932 Aug 11 04:35 .gitignore 04:39:25 drwxrwxr-x 3 1001 1001 4096 Aug 11 04:35 .semver 04:39:25 -rw-rw-r-- 1 1001 1001 166 Aug 11 04:35 .sonarcloud.properties 04:39:25 -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:35 CONTRIBUTING.md 04:39:25 -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:35 Dockerfile.build 04:39:25 -rw-rw-r-- 1 1001 1001 865 Aug 11 04:35 Jenkinsfile 04:39:25 -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:35 LICENSE 04:39:25 -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:35 Makefile 04:39:25 -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:35 README.md 04:39:25 -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:35 SECURITY.md 04:39:25 -rw-rw-r-- 1 1001 1001 5 Aug 11 04:31 VERSION 04:39:25 -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:35 ZMQWindows.md 04:39:25 drwxrwxr-x 2 1001 1001 4096 Aug 11 04:35 bin 04:39:25 drwxrwxr-x 15 1001 1001 4096 Aug 11 04:35 cmd 04:39:25 -rw-r--r-- 1 root root 458010 Aug 11 04:38 coverage.out 04:39:25 -rw-r--r-- 1 root root 983 Aug 11 04:39 go.mod 04:39:25 -rw-r--r-- 1 root root 17542 Aug 11 04:39 go.sum 04:39:25 drwxrwxr-x 8 1001 1001 4096 Aug 11 04:35 internal 04:39:25 drwxrwxr-x 4 1001 1001 4096 Aug 11 04:35 openapi 04:39:25 drwxrwxr-x 4 1001 1001 4096 Aug 11 04:35 snap 04:39:25 -rw-rw-r-- 1 1001 1001 168 Aug 11 04:35 version.go [Pipeline] sh 04:39:25 ---> f821e30a1250 04:39:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:39:25 ---> Running in a0050a5f685e 04:39:26 + '[' -e coverage.out ] 04:39:26 + chown 1001:1001 coverage.out [Pipeline] stash 04:39:26 Warning: overwriting stash ‘coverage-report’ 04:39:26 ---> a2d973efa344 04:39:26 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:27 Stashed 1 file(s) [Pipeline] sh 04:39:27 ---> 2b32c83b6f94 04:39:27 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:28 + make build 04:39:28 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:39:28 ---> 606b504ce5af 04:39:28 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:39:28 Removing intermediate container a0050a5f685e 04:39:28 ---> a27135347689 04:39:28 Step 18/20 : LABEL arch=x86_64 04:39:29 ---> Running in 45d13bad0dd7 04:39:29 ---> Running in 3ff70fb7d392 04:39:30 ---> Running in 3b108f1ba04b 04:39:32 Removing intermediate container 45d13bad0dd7 04:39:32 ---> 9c3c6877d601 04:39:32 Step 19/21 : LABEL arch=x86_64 04:39:32 ---> 33689a413592 04:39:32 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:39:32 Removing intermediate container 3ff70fb7d392 04:39:32 ---> 9e275fd89d7d 04:39:32 Step 19/21 : LABEL arch=x86_64 04:39:33 Removing intermediate container 3b108f1ba04b 04:39:33 ---> 40111d4743de 04:39:33 Step 19/20 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:39:35 ---> Running in 5bbf58f1bb30 04:39:35 ---> Running in ff2333d434c9 04:39:35 ---> Running in 9b09675fa034 04:39:35 ---> 0db5bfa6ac07 04:39:35 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:39:36 Removing intermediate container 5bbf58f1bb30 04:39:36 ---> 537a74541b7e 04:39:36 Step 20/21 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:39:36 Removing intermediate container ff2333d434c9 04:39:36 ---> d924afe3c4bb 04:39:36 Step 20/21 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:39:36 ---> b7d42978729b 04:39:36 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:39:36 Removing intermediate container 9b09675fa034 04:39:36 ---> ea157ea7e5c4 04:39:36 Step 20/20 : LABEL version=0.0.0 04:39:36 ---> Running in dad30791628a 04:39:36 ---> Running in 032d396bebd9 04:39:37 ---> Running in 28534e5bec30 04:39:37 ---> Running in 93e2befc2487 04:39:39 Removing intermediate container 032d396bebd9 04:39:39 ---> 2b30ef322650 04:39:39 Step 21/21 : LABEL version=0.0.0 04:39:40 Removing intermediate container dad30791628a 04:39:40 ---> c4bedd67d689 04:39:40 Step 21/21 : LABEL version=0.0.0 04:39:40 Removing intermediate container 93e2befc2487 04:39:40 ---> 0586c6999eac 04:39:40 04:39:40 ---> Running in 2a88c454db99 04:39:40 ---> Running in 7c4b7c39fa05 04:39:40 Successfully built 0586c6999eac 04:39:40 Successfully tagged docker-security-proxy-setup-go:latest 04:39:40  Building docker-security-proxy-setup-go ... done  ---> 5c40d0781147 04:39:40 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:39:40 ---> Running in 0869cc032432 04:39:40 Removing intermediate container 7c4b7c39fa05 04:39:40 ---> 43de2c448e8f 04:39:40 04:39:41 Removing intermediate container 2a88c454db99 04:39:41 ---> e0b2bcd42644 04:39:41 04:39:41 Successfully built 43de2c448e8f 04:39:41 Successfully tagged docker-core-command-go:latest 04:39:41  Building docker-core-command-go ... done Successfully built e0b2bcd42644 04:39:41 Successfully tagged docker-core-metadata-go:latest 04:39:41  Building docker-core-metadata-go ... done 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:41 Removing intermediate container 28534e5bec30 04:39:41 ---> 549959f06999 04:39:41 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:39:41 ---> Running in e929bbe3c7f9 04:39:41 Removing intermediate container e929bbe3c7f9 04:39:41 ---> 8b6dffddb29c 04:39:41 Step 24/26 : LABEL arch=x86_64 04:39:41 ---> Running in 7b7541f63258 04:39:41 Removing intermediate container 7b7541f63258 04:39:41 ---> 96bb8100d5ea 04:39:41 Step 25/26 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:39:42 ---> Running in 87aef9cd8043 04:39:42 Removing intermediate container 87aef9cd8043 04:39:42 ---> 6c217b639060 04:39:42 Step 26/26 : LABEL version=0.0.0 04:39:42 ---> Running in bbb3b927a0aa 04:39:42 Removing intermediate container bbb3b927a0aa 04:39:42 ---> 45a9aaef1882 04:39:42 04:39:42 Successfully built 45a9aaef1882 04:39:42 Successfully tagged docker-security-secretstore-setup-go:latest 04:39:50 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:39:52  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0869cc032432 04:39:52 ---> 6739da246d44 04:39:52 04:39:52 Step 9/29 : FROM alpine:latest 04:39:52 ---> a24bb4013296 04:39: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:39:52 ---> Running in c40013574408 04:39:52 Removing intermediate container c40013574408 04:39:52 ---> c318264a3e2c 04:39:52 Step 11/29 : USER root 04:39:52 ---> Running in 952752b0dd57 04:39:52 Removing intermediate container 952752b0dd57 04:39:52 ---> 154eb8c1d611 04:39:52 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:39:52 ---> Running in dd998b789d7a 04:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:52 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:39:52 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:39:52 OK: 12749 distinct packages available 04:39:52 (1/2) Installing ca-certificates (20191127-r4) 04:39:52 (2/2) Installing dumb-init (1.2.2-r1) 04:39:52 Executing busybox-1.31.1-r16.trigger 04:39:52 Executing ca-certificates-20191127-r4.trigger 04:39:52 OK: 6 MiB in 16 packages 04:39:53 Removing intermediate container dd998b789d7a 04:39:53 ---> b27fc5bbfb93 04:39:53 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:39:54 ---> Running in e0f20d1cd74e 04:39:54 Removing intermediate container e0f20d1cd74e 04:39:54 ---> d75587282afd 04:39:54 Step 14/29 : WORKDIR $BASE_DIR 04:39:54 ---> Running in 9ac95510b2f8 04:39:54 Removing intermediate container 9ac95510b2f8 04:39:54 ---> 6d3ab1358ca6 04:39:54 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:39:54 ---> Running in 6e9052dc7a09 04:39:55 Removing intermediate container 6e9052dc7a09 04:39:55 ---> 5701809aefc0 04:39:55 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:39:56 ---> b9fdc660edd2 04:39:56 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:39:56 ---> f8492854d1e2 04:39:56 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:39:56 ---> 5ece96381a60 04:39:56 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:39:56 ---> 718696d3e6eb 04:39:56 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:39:56 ---> 89d6dbb9d165 04:39:56 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:39:56 ---> Running in 314e51dd129c 04:39:58 Removing intermediate container 314e51dd129c 04:39:58 ---> 095971ddf9bb 04:39:58 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:39:58 ---> 288efdf14297 04:39:58 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:39:58 ---> Running in f6432172baf4 04:39:59 Removing intermediate container f6432172baf4 04:39:59 ---> 25dffe89b382 04:39:59 Step 24/29 : RUN chmod 755 security-secrets-setup 04:39:59 ---> Running in bcf324789647 04:40:00 Removing intermediate container bcf324789647 04:40:00 ---> 3024e42454c8 04:40:00 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:40:01 ---> Running in 95c801b8629c 04:40:01 Removing intermediate container 95c801b8629c 04:40:01 ---> 0d96486a6e3b 04:40:01 Step 26/29 : CMD [ "generate" ] 04:40:01 ---> Running in d4065d2be773 04:40:01 Removing intermediate container d4065d2be773 04:40:01 ---> f3ac106fb98c 04:40:01 Step 27/29 : LABEL arch=x86_64 04:40:01 ---> Running in fe685f393311 04:40:01 Removing intermediate container fe685f393311 04:40:01 ---> 2ba2677083d3 04:40:01 Step 28/29 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:40:01 ---> Running in 680f442db62b 04:40:01 Removing intermediate container 680f442db62b 04:40:01 ---> fbe9ceb2e8cb 04:40:01 Step 29/29 : LABEL version=0.0.0 04:40:01 ---> Running in ad570de7000a 04:40:02 Removing intermediate container ad570de7000a 04:40:02 ---> 5b3c842fb1ef 04:40:02 04:40:02 Successfully built 5b3c842fb1ef 04:40:02 Successfully tagged docker-security-secrets-setup-go:latest 04:40: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:40:02  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:40:02 $ docker stop --time=1 956d6884cf327b0420242305fe09712746321ea34e66bd8906d4405c91448ccb 04:40:04 $ docker rm -f 956d6884cf327b0420242305fe09712746321ea34e66bd8906d4405c91448ccb [Pipeline] // withDockerContainer [Pipeline] sh 04:40:04 + docker images 04:40:04 + grep docker 04:40:05 docker-security-secrets-setup-go latest 5b3c842fb1ef 4 seconds ago 25.1MB 04:40:05 docker-security-secretstore-setup-go latest 45a9aaef1882 23 seconds ago 33.9MB 04:40:05 docker-core-command-go latest 43de2c448e8f 25 seconds ago 13MB 04:40:05 docker-core-metadata-go latest e0b2bcd42644 25 seconds ago 14.4MB 04:40:05 docker-security-proxy-setup-go latest 0586c6999eac 27 seconds ago 16.4MB 04:40:05 docker-sys-mgmt-agent-go latest fabf4834d94c About a minute ago 284MB 04:40:05 docker-core-data-go latest bb33eb93cb5a 2 minutes ago 23.8MB 04:40:05 docker-support-notifications-go latest 238393b20d39 2 minutes ago 14.4MB 04:40:05 docker-support-scheduler-go latest b992be4091b7 2 minutes ago 13.1MB 04:40:05 docker-support-logging-go latest 138f5d209dac 3 minutes ago 11.8MB 04:40:05 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:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:40:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:40:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:40:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:40:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:40:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:40:37 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:40:42 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:40:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:40: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 [Pipeline] } 04:40:57 $ docker stop --time=1 56bf5e82b9ad916a6a5b970d3f5db92fe1e37694ed112867a5e0c7cc45761889 04:41:00 $ docker rm -f 56bf5e82b9ad916a6a5b970d3f5db92fe1e37694ed112867a5e0c7cc45761889 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:02 04:41:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:41:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:02 latest: Pulling from edgex-devops/edgex-compose-arm64 04:41:02 29e5d40040c1: Pulling fs layer 04:41:02 1ce36da41761: Pulling fs layer 04:41:02 25b303627fd3: Pulling fs layer 04:41:03 29e5d40040c1: Verifying Checksum 04:41:03 29e5d40040c1: Download complete 04:41:03 1ce36da41761: Verifying Checksum 04:41:03 1ce36da41761: Download complete 04:41:03 29e5d40040c1: Pull complete 04:41:05 1ce36da41761: Pull complete 04:41:05 25b303627fd3: Verifying Checksum 04:41:05 25b303627fd3: Download complete 04:41:16 25b303627fd3: Pull complete 04:41:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:41:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:41:16 prd-ubuntu18.04-docker-arm64-4c-16g-3350 does not seem to be running inside a container 04:41:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:41:20 $ docker top d1ac944e27c73e9372fd74bc68e452c237f9508cbdb2ce008efbd070b99c3dec -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:21 + docker-compose build --help 04:41:21 + grep parallel 04:41:26 --parallel Build images in parallel. [Pipeline] } 04:41:26 $ docker stop --time=1 d1ac944e27c73e9372fd74bc68e452c237f9508cbdb2ce008efbd070b99c3dec 04:41:28 $ docker rm -f d1ac944e27c73e9372fd74bc68e452c237f9508cbdb2ce008efbd070b99c3dec [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:29 . [Pipeline] withDockerContainer 04:41:29 prd-ubuntu18.04-docker-arm64-4c-16g-3350 does not seem to be running inside a container 04:41:29 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:41:31 $ docker top c82cb4500c4f4c0382b9c76e4620a2ca259b1257a643ebe05e02f42fae690a9f -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:32 + docker-compose -f ./docker-compose-build.yml build --parallel 04:41:36 Building docker-core-command-go ... 04:41:36 Building docker-core-data-go ... 04:41:36 Building docker-core-metadata-go ... 04:41:36 Building docker-security-proxy-setup-go ... 04:41:36 Building docker-security-secrets-setup-go ... 04:41:36 Building docker-security-secretstore-setup-go ... 04:41:36 Building docker-support-logging-go ... 04:41:36 Building docker-support-notifications-go ... 04:41:36 Building docker-support-scheduler-go ... 04:41:36 Building docker-sys-mgmt-agent-go ... 04:41:36 Building docker-core-data-go 04:41:36 Building docker-core-command-go 04:41:36 Building docker-security-secrets-setup-go 04:41:36 Building docker-security-proxy-setup-go 04:41:36 Building docker-core-metadata-go 04:43:28 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:43:28 ---> 052a58d50373 04:43:28 Step 3/21 : WORKDIR /edgex-go 04:43:28 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:28 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:43:28 ---> 052a58d50373 04:43:28 Step 3/29 : WORKDIR /edgex-go 04:43:28 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:28 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:43:28 ---> 052a58d50373 04:43:28 Step 3/20 : WORKDIR /edgex-go 04:43:28 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:43:28 ---> 052a58d50373 04:43:28 Step 3/22 : WORKDIR /edgex-go 04:43:28 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:43:28 ---> 052a58d50373 04:43:28 Step 3/21 : WORKDIR /edgex-go 04:43:28 ---> Running in 5bbc4d598680 04:43:28 ---> Running in fcead75c937b 04:43:28 ---> Running in 1d13ddfc5566 04:43:28 ---> Running in 127e8f78fad3 04:43:28 ---> Running in 782427de917f 04:43:28 Removing intermediate container 127e8f78fad3 04:43:28 ---> e08a497ff0cc 04:43:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:28 Removing intermediate container 782427de917f 04:43:28 ---> c15b7ac5d966 04:43:28 Removing intermediate container fcead75c937b 04:43:28 ---> 2930a0aaf58c 04:43:28 Step 4/29 : RUN apk update && apk add make git 04:43:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:28 Removing intermediate container 1d13ddfc5566 04:43:28 ---> 2a976db2b923 04:43:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:28 Removing intermediate container 5bbc4d598680 04:43:28 ---> ff3bfb3f9aab 04:43:28 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:28 ---> Running in 7a7571d34bf8 04:43:28 ---> Running in 354585ada557 04:43:28 ---> Running in a0d4b2fe3d16 04:43:28 ---> Running in eee24d4ba660 04:43:28 ---> Running in f9cbcac515c5 04:43:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:28 Removing intermediate container 7a7571d34bf8 04:43:28 ---> 539e3ace331c 04:43:28 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:43:28 ---> Running in 9f841552cfd6 04:43:28 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:28 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:28 OK: 12620 distinct packages available 04:43:28 Removing intermediate container a0d4b2fe3d16 04:43:28 ---> 7a87eb817cf3 04:43:28 Step 5/21 : RUN apk update && apk add make git 04:43:28 Removing intermediate container 354585ada557 04:43:28 ---> ce7492f96234 04:43:28 Step 5/21 : RUN apk update && apk add make git 04:43:28 Removing intermediate container f9cbcac515c5 04:43:28 ---> 5bdd9007a1d2 04:43:28 Step 5/20 : RUN apk update && apk add make git 04:43:28 ---> Running in c57f3a8743e2 04:43:28 ---> Running in 6c9fa926e3f4 04:43:28 ---> Running in 9e3ecf1e9bb9 04:43:28 OK: 217 MiB in 51 packages 04:43:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:29 Removing intermediate container eee24d4ba660 04:43:29 ---> 6be7b1670495 04:43:29 Step 5/29 : COPY go.mod . 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:30 ---> 3755077c8400 04:43:30 Step 6/29 : RUN go mod download 04:43:30 ---> Running in 1bfd5b75b079 04:43:30 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:30 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:30 OK: 12620 distinct packages available 04:43:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:31 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:31 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:31 OK: 12620 distinct packages available 04:43:31 OK: 217 MiB in 51 packages 04:43:31 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:31 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:31 OK: 12620 distinct packages available 04:43:31 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:31 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:31 OK: 12620 distinct packages available 04:43:32 OK: 217 MiB in 51 packages 04:43:32 OK: 217 MiB in 51 packages 04:43:32 OK: 217 MiB in 51 packages 04:43:33 Removing intermediate container 9f841552cfd6 04:43:33 ---> 7ddab0edd6c4 04:43:33 Step 6/22 : COPY go.mod . 04:43:34 Removing intermediate container c57f3a8743e2 04:43:34 ---> bb7d4f44b0c2 04:43:34 Step 6/21 : COPY go.mod . 04:43:34 Removing intermediate container 9e3ecf1e9bb9 04:43:34 ---> 05a16d5350bd 04:43:34 Step 6/20 : COPY go.mod . 04:43:34 ---> c1607047841d 04:43:34 Step 7/22 : RUN go mod download 04:43:34 Removing intermediate container 1bfd5b75b079 04:43:34 ---> 2e1da39b3c92 04:43:34 Step 7/29 : COPY . . 04:43:34 Removing intermediate container 6c9fa926e3f4 04:43:34 ---> 17ae4588fda1 04:43:34 Step 6/21 : COPY go.mod . 04:43:35 ---> Running in c55328889ba0 04:43:35 ---> 7874aa276cdd 04:43:35 Step 7/21 : RUN go mod download 04:43:35 ---> Running in 3513da96a054 04:43:35 ---> ad8402ef11d4 04:43:35 Step 7/20 : RUN go mod download 04:43:36 ---> d23c2012c683 04:43:36 Step 7/21 : RUN go mod download 04:43:36 ---> Running in 09c53e493d74 04:43:37 ---> Running in 42491485b0df 04:43:41 Removing intermediate container c55328889ba0 04:43:41 ---> 88af45e74689 04:43:41 Step 8/22 : COPY . . 04:43:41 Removing intermediate container 3513da96a054 04:43:41 ---> 593708ed39f7 04:43:41 Step 8/21 : COPY . . 04:43:44 Removing intermediate container 09c53e493d74 04:43:44 ---> f882dd931a96 04:43:44 Step 8/20 : COPY . . 04:43:44 Removing intermediate container 42491485b0df 04:43:44 ---> dd1249a15ac7 04:43:44 Step 8/21 : COPY . . 04:44:02 ---> 2bf0bc653c95 04:44:02 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:44:06 ---> Running in eb4593a559e5 04:44:06 ---> 3c76d434cb46 04:44:06 Step 9/22 : RUN make cmd/core-data/core-data 04:44:06 ---> 87814e31e4ea 04:44:06 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:44:06 ---> Running in 3d1bd75b981e 04:44:06 ---> Running in 10b45960ade1 04:44:06 ---> 37d4557831f8 04:44:06 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:44:06 ---> 0610665adfd8 04:44:06 Step 9/21 : RUN make cmd/core-command/core-command 04:44:07 ---> Running in d7cff911e477 04:44:07 ---> Running in 5db698c919c3 04:44:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:44:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:44:09 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:44:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:44:10 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:45:46 Removing intermediate container eb4593a559e5 04:45:46 ---> ba0cda5ce894 04:45:46 04:45:46 Step 9/29 : FROM alpine:latest 04:45:46 latest: Pulling from library/alpine 04:45:46 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:45:46 Status: Downloaded newer image for alpine:latest 04:45:46 ---> 62ee0e9f8440 04:45:46 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:45:46 ---> Running in 23b5f9e01605 04:45:46 Removing intermediate container 23b5f9e01605 04:45:46 ---> 4b7a305ad2db 04:45:46 Step 11/29 : USER root 04:45:46 ---> Running in 74b323e02445 04:45:46 Removing intermediate container 74b323e02445 04:45:46 ---> 499e25c66c53 04:45:46 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:45:46 ---> Running in 0454447e3f36 04:45:46 Removing intermediate container 5db698c919c3 04:45:46 ---> ebb5c49311dc 04:45:46 04:45:46 Step 10/20 : FROM alpine 04:45:46 ---> 62ee0e9f8440 04:45:46 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:45:46 ---> Running in 2ae35d39164c 04:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:46 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:45:46 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:45:46 OK: 12620 distinct packages available 04:45:47 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:45:47 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:45:47 OK: 12620 distinct packages available 04:45:47 (1/2) Installing ca-certificates (20191127-r4) 04:45:48 (2/2) Installing dumb-init (1.2.2-r1) 04:45:48 Executing busybox-1.31.1-r16.trigger 04:45:48 Executing ca-certificates-20191127-r4.trigger 04:45:48 (1/4) Installing ca-certificates (20191127-r4) 04:45:48 OK: 6 MiB in 16 packages 04:45:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:45:48 (3/4) Installing libcurl (7.69.1-r0) 04:45:48 (4/4) Installing curl (7.69.1-r0) 04:45:48 Executing busybox-1.31.1-r16.trigger 04:45:48 Executing ca-certificates-20191127-r4.trigger 04:45:49 OK: 7 MiB in 18 packages 04:45:51 Removing intermediate container 0454447e3f36 04:45:51 ---> d95b484cee2e 04:45:51 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:45:52 Removing intermediate container 2ae35d39164c 04:45:52 ---> d883422878d9 04:45:52 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:45:52 ---> Running in 6202efd14c60 04:45:52 ---> Running in 4bab99ac7afb 04:45:52 Removing intermediate container 6202efd14c60 04:45:52 ---> f400d1dc807c 04:45:52 Step 14/29 : WORKDIR $BASE_DIR 04:45:52 ---> Running in b3b04fb2de29 04:45:53 Removing intermediate container 4bab99ac7afb 04:45:53 ---> c2a3f972dff2 04:45:53 Step 13/20 : WORKDIR /edgex 04:45:53 ---> Running in 67f898aaeb60 04:45:53 Removing intermediate container b3b04fb2de29 04:45:53 ---> 704e0aa44a3f 04:45:53 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:45:54 ---> Running in 4e01e1d3b557 04:45:54 Removing intermediate container 67f898aaeb60 04:45:54 ---> 9aa6cfdd4ee3 04:45:54 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:45:55 ---> 1ca01d5f9436 04:45:55 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:45:58 ---> 14a1d75fdcaf 04:45:58 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:45:58 ---> Running in 484335cc338e 04:45:59 Removing intermediate container 4e01e1d3b557 04:45:59 ---> 674dc839fecc 04:45:59 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:45:59 Removing intermediate container 484335cc338e 04:45:59 ---> 958f6684c0be 04:45:59 Step 17/20 : CMD ["--init=true"] 04:45:59 ---> Running in ad40b8c1ed9b 04:46:00 Removing intermediate container ad40b8c1ed9b 04:46:00 ---> d5bb44352371 04:46:00 Step 18/20 : LABEL arch=arm64 04:46:00 ---> Running in 7aab76170003 04:46:01 ---> 355e684521e7 04:46:01 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:46:01 Removing intermediate container 7aab76170003 04:46:01 ---> 7594e0534f1d 04:46:01 Step 19/20 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:46:01 ---> Running in d81ca60cf7aa 04:46:02 ---> 3fce5d417f63 04:46:02 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:46:02 Removing intermediate container d81ca60cf7aa 04:46:02 ---> 953c320ef233 04:46:02 Step 20/20 : LABEL version=0.0.0 04:46:03 ---> Running in ed3c9ac0ba65 04:46:04 Removing intermediate container ed3c9ac0ba65 04:46:04 ---> 9a8c0d480976 04:46:04 04:46:04 ---> 55f8ccdc6d5e 04:46:04 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:46:04 Successfully built 9a8c0d480976 04:46:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:46:04  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 04:46:05 ---> 23e5391bd145 04:46:05 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:46:07 ---> c9d69eddfc2c 04:46:07 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:46:08 ---> Running in db82e16b72d1 04:46:15 Removing intermediate container db82e16b72d1 04:46:15 ---> 873718d9f049 04:46:15 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:46:16 ---> 60fff588a78e 04:46:16 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:46:17 ---> Running in ba6ab5a22832 04:46:19 Removing intermediate container d7cff911e477 04:46:19 ---> eb3d48caa1e5 04:46:19 04:46:19 Step 10/21 : FROM scratch 04:46:19 ---> 04:46:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:20 ---> Running in d9758ac7dcbd 04:46:21 Removing intermediate container d9758ac7dcbd 04:46:21 ---> 659f69d48e62 04:46:21 Step 12/21 : ENV APP_PORT=48082 04:46:22 ---> Running in 94754f21b0ee 04:46:23 Removing intermediate container ba6ab5a22832 04:46:23 ---> a25ac6274485 04:46:23 Step 24/29 : RUN chmod 755 security-secrets-setup 04:46:24 Removing intermediate container 94754f21b0ee 04:46:24 ---> 8c0dbfa0baac 04:46:24 Step 13/21 : EXPOSE $APP_PORT 04:46:25 ---> Running in 8e594bddb747 04:46:25 ---> Running in 32dc07ea36b8 04:46:26 Removing intermediate container 32dc07ea36b8 04:46:26 ---> 163515513570 04:46:26 Step 14/21 : WORKDIR / 04:46:27 ---> Running in 5ff37a95df99 04:46:29 Removing intermediate container 5ff37a95df99 04:46:29 ---> 679d88340169 04:46:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:46:30 Removing intermediate container 10b45960ade1 04:46:30 ---> 8a22aa2854dc 04:46:30 04:46:30 Step 10/21 : FROM scratch 04:46:30 ---> 04:46:30 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:30 Removing intermediate container 8e594bddb747 04:46:30 ---> 360e8552a5f8 04:46:30 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:46:31 ---> Using cache 04:46:31 ---> 659f69d48e62 04:46:31 Step 12/21 : ENV APP_PORT=48081 04:46:31 ---> 9f2dacc7c635 04:46:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:46:31 ---> Running in 8717d035257c 04:46:31 ---> Running in 5f29af3be431 04:46:31 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:31 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:46:31 ---> 052a58d50373 04:46:31 Step 3/20 : WORKDIR /edgex-go 04:46:31 ---> Using cache 04:46:31 ---> ff3bfb3f9aab 04:46:31 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:31 ---> Using cache 04:46:31 ---> 5bdd9007a1d2 04:46:31 Step 5/20 : RUN apk update && apk add make git 04:46:31 ---> Using cache 04:46:32 ---> 05a16d5350bd 04:46:32 Step 6/20 : COPY go.mod . 04:46:32 ---> Using cache 04:46:32 ---> ad8402ef11d4 04:46:32 Step 7/20 : RUN go mod download 04:46:32 ---> Using cache 04:46:32 ---> f882dd931a96 04:46:32 Step 8/20 : COPY . . 04:46:32 ---> Using cache 04:46:32 ---> 37d4557831f8 04:46:32 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:46:32 ---> Running in cb6baaf154d0 04:46:32 Removing intermediate container 5f29af3be431 04:46:32 ---> 6a89819770ae 04:46:32 Step 13/21 : EXPOSE $APP_PORT 04:46:32 Removing intermediate container 8717d035257c 04:46:32 ---> 4466e41f184b 04:46:32 Step 26/29 : CMD [ "generate" ] 04:46:33 ---> Running in 6ab7643c7c40 04:46:33 ---> Running in 61346577293f 04:46:33 ---> bbeaf33fb424 04:46:33 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:46:34 Removing intermediate container 6ab7643c7c40 04:46:34 ---> 11355426146b 04:46:34 Step 14/21 : WORKDIR / 04:46:34 ---> Running in 46b166e0a4db 04:46:34 Removing intermediate container 61346577293f 04:46:34 ---> 89c33fb50768 04:46:34 Step 27/29 : LABEL arch=arm64 04:46:34 ---> Running in a60f9867caca 04:46:35 Removing intermediate container 46b166e0a4db 04:46:35 ---> b4fca24909a0 04:46:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:46:35 ---> fda9176d1f22 04:46:35 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:46:35 ---> Running in e8aec1e9e496 04:46:35 Removing intermediate container a60f9867caca 04:46:35 ---> 200295a0c685 04:46:35 Step 28/29 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:46:36 Removing intermediate container 3d1bd75b981e 04:46:36 ---> 2ad4ef19943b 04:46:36 04:46:36 Step 10/22 : FROM alpine 04:46:36 ---> 62ee0e9f8440 04:46:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:36 ---> Running in 866b14b7768b 04:46:36 ---> Running in 5d1172d68308 04:46:36 ---> ffe25fab089a 04:46:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:46:36 Removing intermediate container e8aec1e9e496 04:46:36 ---> edcdb664e72b 04:46:36 Step 19/21 : LABEL arch=arm64 04:46:36 ---> Running in fa8ed43b61c3 04:46:37 Removing intermediate container 5d1172d68308 04:46:37 ---> 15ce77aefece 04:46:37 Step 12/22 : ENV APP_PORT=48080 04:46:37 Removing intermediate container 866b14b7768b 04:46:37 ---> 8b0dc8b9acb1 04:46:37 Step 29/29 : LABEL version=0.0.0 04:46:37 ---> Running in 4860d0fb4356 04:46:37 ---> Running in 766dd4ebaf89 04:46:37 Removing intermediate container fa8ed43b61c3 04:46:37 ---> 6d362410ed81 04:46:37 Step 20/21 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:46:38 ---> Running in 874da47aafba 04:46:38 Removing intermediate container 766dd4ebaf89 04:46:38 ---> 6d6cb770cf48 04:46:38 Step 13/22 : EXPOSE $APP_PORT 04:46:38 ---> Running in 8d7696ebd837 04:46:38 Removing intermediate container 4860d0fb4356 04:46:38 ---> b8067bf7b0d1 04:46:38 04:46:38 ---> 3d1db02021c8 04:46:38 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:46:39 Removing intermediate container 874da47aafba 04:46:39 ---> d560adb00bad 04:46:39 Step 21/21 : LABEL version=0.0.0 04:46:39 ---> Running in dfe3854649c2 04:46:39 Removing intermediate container 8d7696ebd837 04:46:39 ---> ff5502e0e1df 04:46:39 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:40 ---> Running in 8835d16bd709 04:46:40 Removing intermediate container dfe3854649c2 04:46:40 ---> ecaa90937537 04:46:40 04:46:40 Successfully built b8067bf7b0d1 04:46:40 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:46:40  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go 04:46:40 ---> e858e2f32d69 04:46:40 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:41 ---> Running in 934f55af0a15 04:46:41 Successfully built ecaa90937537 04:46:41 Successfully tagged docker-core-command-go-arm64:latest 04:46:41  Building docker-core-command-go ... done Building docker-support-logging-go 04:46:42 Removing intermediate container 934f55af0a15 04:46:42 ---> 4a8070fb60e2 04:46:42 Step 19/21 : LABEL arch=arm64 04:46:42 ---> Running in c01a1e30e72e 04:46:42 Removing intermediate container c01a1e30e72e 04:46:42 ---> 75e5ce6cff94 04:46:42 Step 20/21 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:46:43 ---> Running in c0d03972e83f 04:46:45 Removing intermediate container c0d03972e83f 04:46:45 ---> 830c27e6f317 04:46:45 Step 21/21 : LABEL version=0.0.0 04:46:46 Removing intermediate container 8835d16bd709 04:46:46 ---> 13917e0906e5 04:46:46 Step 15/22 : RUN apk --no-cache add zeromq 04:46:46 ---> Running in 8babc173677e 04:46:47 ---> Running in 0491348411e3 04:46:48 Removing intermediate container 8babc173677e 04:46:48 ---> 2b27847dbd2a 04:46:48 04:46:48 Successfully built 2b27847dbd2a 04:46:48 Successfully tagged docker-core-metadata-go-arm64:latest 04:46:48  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 04:46:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:51 (1/5) Installing libgcc (9.3.0-r2) 04:46:51 (2/5) Installing libsodium (1.0.18-r0) 04:46:51 (3/5) Installing libstdc++ (9.3.0-r2) 04:46:51 (4/5) Installing libzmq (4.3.2-r0) 04:46:51 (5/5) Installing zeromq (4.3.2-r0) 04:46:52 Executing busybox-1.31.1-r16.trigger 04:46:52 OK: 8 MiB in 19 packages 04:46:57 Removing intermediate container 0491348411e3 04:46:57 ---> 80469f192511 04:46:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:46:59 ---> 3436d8018a0e 04:46:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:47:02 ---> 07b21889cc66 04:47:02 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:47:04 ---> c282380f750d 04:47:04 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:04 ---> Running in 4256be88af04 04:47:06 Removing intermediate container 4256be88af04 04:47:06 ---> 124cec9920b8 04:47:06 Step 20/22 : LABEL arch=arm64 04:47:06 ---> Running in 6e6e300df481 04:47:08 Removing intermediate container 6e6e300df481 04:47:08 ---> f31254570f53 04:47:08 Step 21/22 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:47:08 ---> Running in 5b6ffa0148dd 04:47:10 Removing intermediate container 5b6ffa0148dd 04:47:10 ---> b8f751a0b204 04:47:10 Step 22/22 : LABEL version=0.0.0 04:47:10 ---> Running in efde674557f0 04:47:11 Removing intermediate container efde674557f0 04:47:11 ---> db6594aafe3b 04:47:11 04:47:12 Successfully built db6594aafe3b 04:47:12 Successfully tagged docker-core-data-go-arm64:latest 04:47:12  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go 04:47:30 Removing intermediate container cb6baaf154d0 04:47:30 ---> 7c81044b857f 04:47:30 04:47:30 Step 10/20 : FROM scratch 04:47:30 ---> 04:47:30 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:30 ---> Using cache 04:47:30 ---> 659f69d48e62 04:47:30 Step 12/20 : ENV APP_PORT=48085 04:47:30 ---> Running in db5f4fcd1475 04:47:30 Removing intermediate container db5f4fcd1475 04:47:30 ---> 0d7191c7118d 04:47:30 Step 13/20 : EXPOSE $APP_PORT 04:47:30 ---> Running in 4b99ae47d538 04:47:30 Removing intermediate container 4b99ae47d538 04:47:30 ---> ac4a8909c818 04:47:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:47:31 ---> 7874caef72e4 04:47:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:47:33 ---> dcd3e8a4e803 04:47:33 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:47:34 ---> d057e1f2f5c5 04:47:34 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:34 ---> Running in 1c90536a8472 04:47:35 Removing intermediate container 1c90536a8472 04:47:35 ---> 762d27c6c28a 04:47:35 Step 18/20 : LABEL arch=arm64 04:47:35 ---> Running in e27c8523ef7e 04:47:35 Removing intermediate container e27c8523ef7e 04:47:35 ---> a451e3f1cfcc 04:47:35 Step 19/20 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:47:36 ---> Running in d6c575caf1f6 04:47:36 Removing intermediate container d6c575caf1f6 04:47:36 ---> db0e85e21053 04:47:36 Step 20/20 : LABEL version=0.0.0 04:47:37 ---> Running in d343f3e957c6 04:47:37 Removing intermediate container d343f3e957c6 04:47:37 ---> a6b8a1740e86 04:47:37 04:47:38 Successfully built a6b8a1740e86 04:47:38 Successfully tagged docker-support-scheduler-go-arm64:latest 04:47:39  Building docker-support-scheduler-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:47:39 ---> 052a58d50373 04:47:39 Step 3/21 : WORKDIR /edgex-go 04:47:39 ---> Using cache 04:47:39 ---> ff3bfb3f9aab 04:47:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:39 ---> Using cache 04:47:39 ---> 5bdd9007a1d2 04:47:39 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:47:40 ---> Running in 1ec2787f5944 04:47:42 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:47:42 ---> 052a58d50373 04:47:42 Step 3/23 : WORKDIR /edgex-go 04:47:42 ---> Using cache 04:47:42 ---> ff3bfb3f9aab 04:47:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:42 ---> Using cache 04:47:42 ---> 5bdd9007a1d2 04:47:42 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:47:42 ---> Running in 84508511d370 04:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:44 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:44 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:44 OK: 12620 distinct packages available 04:47:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:45 OK: 217 MiB in 51 packages 04:47:45 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:45 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:45 OK: 12620 distinct packages available 04:47:45 OK: 217 MiB in 51 packages 04:47:46 OK: 217 MiB in 51 packages 04:47:49 Removing intermediate container 1ec2787f5944 04:47:49 ---> fad840b82d77 04:47:49 Step 6/21 : COPY go.mod . 04:47:49 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:47:49 ---> 052a58d50373 04:47:49 Step 3/26 : WORKDIR /edgex-go 04:47:49 ---> Using cache 04:47:49 ---> ff3bfb3f9aab 04:47:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:49 ---> Using cache 04:47:49 ---> 5bdd9007a1d2 04:47:49 Step 5/26 : RUN apk update && apk add make bash git 04:47:49 ---> Running in 2b2c20c43464 04:47:49 Removing intermediate container 84508511d370 04:47:49 ---> a43646e2001b 04:47:49 Step 6/23 : COPY go.mod . 04:47:50 ---> 650944f8c65a 04:47:50 Step 7/21 : RUN go mod download 04:47:50 ---> Running in ae105c56655d 04:47:50 ---> e58bb1ba9129 04:47:50 Step 7/23 : RUN go mod download 04:47:51 ---> Running in 70c131fd1a9f 04:47:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:53 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:53 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:53 OK: 12620 distinct packages available 04:47:53 OK: 217 MiB in 51 packages 04:47:55 Removing intermediate container ae105c56655d 04:47:55 ---> 95a78f977366 04:47:55 Step 8/21 : COPY . . 04:47:56 Removing intermediate container 70c131fd1a9f 04:47:56 ---> 055045708843 04:47:56 Step 8/23 : COPY . . 04:47:56 Removing intermediate container 2b2c20c43464 04:47:56 ---> 08e8eeb41f53 04:47:56 Step 6/26 : COPY go.mod . 04:47:56 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:47:56 ---> 052a58d50373 04:47:56 Step 3/26 : WORKDIR /edgex-go 04:47:56 ---> Using cache 04:47:56 ---> ff3bfb3f9aab 04:47:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:56 ---> Using cache 04:47:56 ---> 5bdd9007a1d2 04:47:56 Step 5/26 : RUN apk update && apk add make git 04:47:56 ---> Using cache 04:47:56 ---> 05a16d5350bd 04:47:56 Step 6/26 : COPY go.mod . 04:47:56 ---> Using cache 04:47:56 ---> ad8402ef11d4 04:47:56 Step 7/26 : RUN go mod download 04:47:56 ---> Using cache 04:47:56 ---> f882dd931a96 04:47:56 Step 8/26 : COPY . . 04:47:56 ---> Using cache 04:47:56 ---> 37d4557831f8 04:47:56 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:47:57 ---> Running in f8c7e4579bc7 04:47:58 ---> c1658c38da83 04:47:58 Step 7/26 : RUN go mod download 04:47:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:48:00 ---> Running in ab8ef9b8fe35 04:48:08 Removing intermediate container ab8ef9b8fe35 04:48:08 ---> 3dab95d973c8 04:48:08 Step 8/26 : COPY . . 04:48:30 ---> e41663f0c769 04:48:30 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:48:30 ---> c0157115a1fe 04:48:30 Step 9/21 : RUN make cmd/support-logging/support-logging 04:48:30 ---> Running in b396b88573ae 04:48:30 ---> Running in 490738c852bc 04:48: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:48:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:48:32 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:48:34 ---> e474e28d7d08 04:48:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:48:34 ---> Running in 9cc5cb70c6f3 04:48:37 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:48:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:48:52 Removing intermediate container f8c7e4579bc7 04:48:52 ---> d5cb84d9126d 04:48:52 04:48:52 Step 10/26 : FROM alpine:3.10 04:48:52 3.10: Pulling from library/alpine 04:48:53 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:48:53 Status: Downloaded newer image for alpine:3.10 04:48:53 ---> 536a684cf733 04:48:53 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:48:54 ---> Running in d07142260dc7 04:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:48:56 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:48:56 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:48:56 OK: 10167 distinct packages available 04:48:57 (1/5) Installing ca-certificates (20191127-r2) 04:48:57 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:48:57 (3/5) Installing libcurl (7.66.0-r0) 04:48:57 (4/5) Installing curl (7.66.0-r0) 04:48:57 (5/5) Installing dumb-init (1.2.2-r1) 04:48:57 Executing busybox-1.30.1-r3.trigger 04:48:57 Executing ca-certificates-20191127-r2.trigger 04:48:58 OK: 7 MiB in 19 packages 04:49:00 Removing intermediate container d07142260dc7 04:49:00 ---> b5be9bdfa38c 04:49:00 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:49:00 ---> Running in 6ae26aeba61a 04:49:01 Removing intermediate container 6ae26aeba61a 04:49:01 ---> 77fd5d59f168 04:49:01 Step 13/26 : WORKDIR / 04:49:01 ---> Running in 7ed78cbb5f03 04:49:01 Removing intermediate container 7ed78cbb5f03 04:49:01 ---> d47ea06f401a 04:49:01 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:49:02 ---> f22cc495a3a2 04:49:02 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:49:04 ---> 1abd8a1f1880 04:49:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:49:05 ---> 6b6a6c695b70 04:49:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:49:06 ---> 88073f3a47a3 04:49:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:49:07 ---> 93c42a358670 04:49:07 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:49:08 ---> 93a79c9a2d85 04:49:08 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:49:11 ---> f9eb1869b388 04:49:11 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:49:12 ---> e4d024feb9bb 04:49:12 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:49:12 ---> Running in b1d077e6dddb 04:49:16 Removing intermediate container b1d077e6dddb 04:49:16 ---> 0604a37c1088 04:49:16 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:49:16 ---> Running in 4de59c18fc90 04:49:16 Removing intermediate container 4de59c18fc90 04:49:16 ---> 75bb2c0b66be 04:49:16 Step 24/26 : LABEL arch=arm64 04:49:16 ---> Running in 5a4f1ceeb372 04:49:17 Removing intermediate container 5a4f1ceeb372 04:49:17 ---> c2892249e8e1 04:49:17 Step 25/26 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:49:17 ---> Running in 6dfdb5ed84b5 04:49:18 Removing intermediate container 6dfdb5ed84b5 04:49:18 ---> f07755b1f55c 04:49:18 Step 26/26 : LABEL version=0.0.0 04:49:18 ---> Running in 2078b6d92439 04:49:18 Removing intermediate container 2078b6d92439 04:49:18 ---> 76dd63cc7c92 04:49:18 04:49:19 Successfully built 76dd63cc7c92 04:49:19 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:49:46  Building docker-security-secretstore-setup-go ... done Removing intermediate container b396b88573ae 04:49:46 ---> 880468c71eae 04:49:46 04:49:46 Step 10/21 : FROM scratch 04:49:46 ---> 04:49:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:49:46 ---> Running in b9f31341ae33 04:49:46 Removing intermediate container 9cc5cb70c6f3 04:49:46 ---> 052d46006dc0 04:49:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:49:47 ---> Running in 80677ba1711b 04:49:47 Removing intermediate container b9f31341ae33 04:49:47 ---> 19b77a864b69 04:49:47 Step 12/21 : ENV APP_PORT=48061 04:49:47 ---> Running in 69c5b1b13765 04:49:48 Removing intermediate container 69c5b1b13765 04:49:48 ---> f778c703ae3f 04:49:48 Step 13/21 : EXPOSE $APP_PORT 04:49:48 ---> Running in ba92e4c07d26 04:49:49 Removing intermediate container ba92e4c07d26 04:49:49 ---> cabd7b257cf4 04:49:49 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:49:49 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:49:50 ---> 746e828c5eac 04:49:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:49:50 Removing intermediate container 490738c852bc 04:49:50 ---> 858b8b8b4aa5 04:49:50 04:49:50 Step 10/23 : FROM scratch 04:49:50 ---> 04:49:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:49:51 ---> Using cache 04:49:51 ---> 19b77a864b69 04:49:51 Step 12/23 : ENV APP_PORT=48060 04:49:51 ---> Running in 96645d433274 04:49:51 ---> e4adce29d5d9 04:49:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:49:51 Removing intermediate container 96645d433274 04:49:51 ---> fea17d314829 04:49:51 Step 13/23 : EXPOSE $APP_PORT 04:49:52 ---> Running in 1f8715762432 04:49:52 Removing intermediate container 1f8715762432 04:49:52 ---> 816b90446848 04:49:52 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:49:52 ---> dc66ea32ac40 04:49:52 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:49:52 Removing intermediate container 80677ba1711b 04:49:52 ---> 44f6cb2811ee 04:49:52 04:49:52 Step 11/26 : FROM docker:latest 04:49:52 ---> ce9d55ae87f1 04:49:52 Step 12/26 : RUN apk add --no-cache bash 04:49:53 ---> Running in 2cb80f550ef0 04:49:53 ---> d0944fd68ac2 04:49:53 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:49:53 ---> ace750deebc3 04:49:53 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:54 ---> Running in 3584937a41a8 04:49:54 Removing intermediate container 3584937a41a8 04:49:54 ---> 26d84abf8a3f 04:49:54 Step 19/21 : LABEL arch=arm64 04:49:54 ---> Running in 5660b9def3dd 04:49:54 ---> b47eb57681ec 04:49:54 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:49:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:55 Removing intermediate container 5660b9def3dd 04:49:55 ---> 1d54a88c2053 04:49:55 Step 20/21 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:49:55 ---> Running in 80795381b811 04:49:56 Removing intermediate container 80795381b811 04:49:56 ---> 6dd33c2a86ef 04:49:56 Step 21/21 : LABEL version=0.0.0 04:49:56 (1/2) Installing readline (8.0.4-r0) 04:49:56 (2/2) Installing bash (5.0.17-r0) 04:49:56 Executing bash-5.0.17-r0.post-install 04:49:56 Executing busybox-1.31.1-r16.trigger 04:49:56 OK: 12 MiB in 22 packages 04:49:56 ---> Running in b8dec105dcc9 04:49:56 ---> 062db51678b3 04:49:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:49:57 Removing intermediate container b8dec105dcc9 04:49:57 ---> bae6fb6e5b91 04:49:57 04:49:58 Successfully built bae6fb6e5b91 04:49:58 Successfully tagged docker-support-logging-go-arm64:latest 04:49:58  Building docker-support-logging-go ... done  ---> bf692840f4c9 04:49:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:49:58 Removing intermediate container 2cb80f550ef0 04:49:58 ---> b2a260103040 04:49:58 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:49:58 ---> Running in a424856c8339 04:50:00 ---> d68966dee3cc 04:50:00 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:50:01 ---> c0fe54554ab2 04:50:01 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:01 ---> Running in 5622dbcd6e72 04:50:01 Removing intermediate container a424856c8339 04:50:01 ---> b80871588679 04:50:01 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:50:01 Removing intermediate container 5622dbcd6e72 04:50:01 ---> 10950603aefc 04:50:01 Step 21/23 : LABEL arch=arm64 04:50:01 ---> Running in 947367d10e1d 04:50:01 ---> Running in 58406d0fd5fd 04:50:02 Removing intermediate container 947367d10e1d 04:50:02 ---> 034d1cc6b1c2 04:50:02 Step 15/26 : ENV APP_PORT=48090 04:50:02 Removing intermediate container 58406d0fd5fd 04:50:02 ---> 70e9ff4a793c 04:50:02 Step 22/23 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:50:02 ---> Running in 411bd6166c49 04:50:02 ---> Running in 854ee93c24b3 04:50:03 Removing intermediate container 411bd6166c49 04:50:03 ---> cab316612265 04:50:03 Step 16/26 : EXPOSE $APP_PORT 04:50:03 ---> Running in 65a76332000d 04:50:03 Removing intermediate container 854ee93c24b3 04:50:03 ---> 6b1eb3891ab7 04:50:03 Step 23/23 : LABEL version=0.0.0 04:50:03 ---> Running in 8f5206da7c66 04:50:04 Removing intermediate container 65a76332000d 04:50:04 ---> 369072f65dcf 04:50:04 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:50:04 Removing intermediate container 8f5206da7c66 04:50:04 ---> cea4311a4a60 04:50:04 04:50:04 Successfully built cea4311a4a60 04:50:04 Successfully tagged docker-support-notifications-go-arm64:latest 04:50:05  Building docker-support-notifications-go ... done  ---> 88bfd4f1f5a2 04:50:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:50:06 ---> 09b4f34dc3dc 04:50:06 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:50:07 ---> d9263ba49197 04:50:07 Step 20/26 : RUN apk --no-cache add py-pip 04:50:07 ---> Running in 444e7c4f7ca3 04:50:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:09 (1/33) Installing libbz2 (1.0.8-r1) 04:50:09 (2/33) Installing expat (2.2.9-r1) 04:50:09 (3/33) Installing libffi (3.3-r2) 04:50:09 (4/33) Installing gdbm (1.13-r1) 04:50:10 (5/33) Installing xz-libs (5.2.5-r0) 04:50:10 (6/33) Installing sqlite-libs (3.32.1-r0) 04:50:10 (7/33) Installing python3 (3.8.5-r0) 04:50:12 (8/33) Installing py3-appdirs (1.4.4-r1) 04:50:12 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:50:12 (10/33) Installing py3-parsing (2.4.7-r0) 04:50:12 (11/33) Installing py3-six (1.15.0-r0) 04:50:12 (12/33) Installing py3-packaging (20.4-r0) 04:50:12 (13/33) Installing py3-setuptools (47.0.0-r0) 04:50:12 (14/33) Installing py3-chardet (3.0.4-r4) 04:50:12 (15/33) Installing py3-idna (2.9-r0) 04:50:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:50:12 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:50:12 (18/33) Installing py3-requests (2.23.0-r0) 04:50:12 (19/33) Installing py3-msgpack (1.0.0-r0) 04:50:12 (20/33) Installing py3-lockfile (0.12.2-r3) 04:50:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:50:12 (22/33) Installing py3-colorama (0.4.3-r0) 04:50:12 (23/33) Installing py3-distlib (0.3.0-r0) 04:50:12 (24/33) Installing py3-distro (1.5.0-r1) 04:50:12 (25/33) Installing py3-webencodings (0.5.1-r3) 04:50:12 (26/33) Installing py3-html5lib (1.0.1-r4) 04:50:12 (27/33) Installing py3-pytoml (0.1.21-r0) 04:50:12 (28/33) Installing py3-pep517 (0.8.2-r0) 04:50:12 (29/33) Installing py3-progress (1.5-r0) 04:50:12 (30/33) Installing py3-toml (0.10.1-r0) 04:50:12 (31/33) Installing py3-retrying (1.3.3-r0) 04:50:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:50:12 (33/33) Installing py3-pip (20.1.1-r0) 04:50:12 Executing busybox-1.31.1-r16.trigger 04:50:12 OK: 71 MiB in 55 packages 04:50:19 Removing intermediate container 444e7c4f7ca3 04:50:19 ---> 9cd43091e912 04:50:19 Step 21/26 : RUN pip install docker-compose==1.23.2 04:50:19 ---> Running in 8171b1a268cc 04:50:26 Collecting docker-compose==1.23.2 04:50:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:50:26 Collecting cached-property<2,>=1.2.0 04:50:26 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:50:27 Collecting docopt<0.7,>=0.6.1 04:50:27 Downloading docopt-0.6.2.tar.gz (25 kB) 04:50:29 Collecting dockerpty<0.5,>=0.4.1 04:50:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:50:33 Collecting websocket-client<1.0,>=0.32.0 04:50:33 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:50:33 Collecting PyYAML<4,>=3.10 04:50:33 Downloading PyYAML-3.13.tar.gz (270 kB) 04:50:38 Collecting docker<4.0,>=3.6.0 04:50:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:50:38 Collecting texttable<0.10,>=0.9.0 04:50:39 Downloading texttable-0.9.1.tar.gz (11 kB) 04:50:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:50:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:50:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:50:43 Collecting jsonschema<3,>=2.5.1 04:50:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:50:43 Collecting docker-pycreds>=0.4.0 04:50:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:50:44 Collecting urllib3<1.25,>=1.21.1 04:50:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:50:45 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:50:45 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:50:45 Collecting idna<2.8,>=2.5 04:50:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:50:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:50:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:50:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:50:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:50:46 Installing collected packages: cached-property, docopt, dockerpty, websocket-client, PyYAML, docker-pycreds, urllib3, idna, requests, docker, texttable, jsonschema, docker-compose 04:50:46 Running setup.py install for docopt: started 04:50:49 Running setup.py install for docopt: finished with status 'done' 04:50:49 Running setup.py install for dockerpty: started 04:50:52 Running setup.py install for dockerpty: finished with status 'done' 04:50:52 Running setup.py install for PyYAML: started 04:50:55 Running setup.py install for PyYAML: finished with status 'done' 04:50:55 Attempting uninstall: urllib3 04:50:55 Found existing installation: urllib3 1.25.9 04:50:55 Uninstalling urllib3-1.25.9: 04:50:55 Successfully uninstalled urllib3-1.25.9 04:50:56 Attempting uninstall: idna 04:50:56 Found existing installation: idna 2.9 04:50:56 Uninstalling idna-2.9: 04:50:56 Successfully uninstalled idna-2.9 04:50:57 Attempting uninstall: requests 04:50:57 Found existing installation: requests 2.23.0 04:50:57 Uninstalling requests-2.23.0: 04:50:57 Successfully uninstalled requests-2.23.0 04:50:58 Running setup.py install for texttable: started 04:51:01 Running setup.py install for texttable: finished with status 'done' 04:51:02 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:51:06 Removing intermediate container 8171b1a268cc 04:51:06 ---> 585e3d4a366b 04:51:06 Step 22/26 : RUN apk --no-cache add curl 04:51:06 ---> Running in 62a7f9301507 04:51:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:51:09 (2/3) Installing libcurl (7.69.1-r0) 04:51:09 (3/3) Installing curl (7.69.1-r0) 04:51:09 Executing busybox-1.31.1-r16.trigger 04:51:09 OK: 71 MiB in 58 packages 04:51:10 Removing intermediate container 62a7f9301507 04:51:10 ---> 325246ee1026 04:51:10 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:10 ---> Running in e9106302ed5a 04:51:11 Removing intermediate container e9106302ed5a 04:51:11 ---> 5c4afff8d26d 04:51:11 Step 24/26 : LABEL arch=arm64 04:51:11 ---> Running in a81f98fa09e2 04:51:11 Removing intermediate container a81f98fa09e2 04:51:11 ---> cab2f40f3e96 04:51:11 Step 25/26 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c 04:51:11 ---> Running in 7e022af8c4f8 04:51:12 Removing intermediate container 7e022af8c4f8 04:51:12 ---> 3ae065f8e8f4 04:51:12 Step 26/26 : LABEL version=0.0.0 04:51:12 ---> Running in 812a27d243c0 04:51:13 Removing intermediate container 812a27d243c0 04:51:13 ---> d2ca5cd1c809 04:51:13 04:51:13 Successfully built d2ca5cd1c809 04:51:13 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:51:13  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:51:13 $ docker stop --time=1 c82cb4500c4f4c0382b9c76e4620a2ca259b1257a643ebe05e02f42fae690a9f 04:51:15 $ docker rm -f c82cb4500c4f4c0382b9c76e4620a2ca259b1257a643ebe05e02f42fae690a9f [Pipeline] // withDockerContainer [Pipeline] sh 04:51:16 + grep docker 04:51:16 + docker images 04:51:16 docker-sys-mgmt-agent-go-arm64 latest d2ca5cd1c809 4 seconds ago 266MB 04:51:16 docker-support-notifications-go-arm64 latest cea4311a4a60 About a minute ago 13.9MB 04:51:16 docker-support-logging-go-arm64 latest bae6fb6e5b91 About a minute ago 11.4MB 04:51:16 docker-security-secretstore-setup-go-arm64 latest 76dd63cc7c92 About a minute ago 32.5MB 04:51:16 docker-support-scheduler-go-arm64 latest a6b8a1740e86 3 minutes ago 12.6MB 04:51:16 docker-core-data-go-arm64 latest db6594aafe3b 4 minutes ago 22.6MB 04:51:16 docker-core-metadata-go-arm64 latest 2b27847dbd2a 4 minutes ago 13.8MB 04:51:16 docker-core-command-go-arm64 latest ecaa90937537 4 minutes ago 12.4MB 04:51:16 docker-security-secrets-setup-go-arm64 latest b8067bf7b0d1 4 minutes ago 24.2MB 04:51:16 docker-security-proxy-setup-go-arm64 latest 9a8c0d480976 5 minutes ago 15.8MB 04:51:16 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:51:18 provisioning config files... 04:51:18 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config7263888399516907277tmp [Pipeline] { [Pipeline] sh 04:51:18 + curl -s https://codecov.io/bash 04:51:18 + bash -s - -t @/w/workspace/edgex-go/4@tmp/config7263888399516907277tmp [Pipeline] } 04:51:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:51:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:51:21 ---> package-listing.sh 04:51:21 ++ facter osfamily 04:51:21 ++ tr '[:upper:]' '[:lower:]' 04:51:21 + OS_FAMILY=redhat 04:51:21 + workspace=/w/workspace/edgex-go/4 04:51:21 + START_PACKAGES=/tmp/packages_start.txt 04:51:21 + END_PACKAGES=/tmp/packages_end.txt 04:51:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:51:21 + PACKAGES=/tmp/packages_start.txt 04:51:21 + '[' /w/workspace/edgex-go/4 ']' 04:51:21 + PACKAGES=/tmp/packages_end.txt 04:51:21 + case "${OS_FAMILY}" in 04:51:21 + rpm -qa 04:51:21 + sort 04:51:25 + '[' -f /tmp/packages_start.txt ']' 04:51:25 + '[' -f /tmp/packages_end.txt ']' 04:51:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:51:25 + '[' /w/workspace/edgex-go/4 ']' 04:51:25 + mkdir -p /w/workspace/edgex-go/4/archives/ 04:51:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] isUnix [Pipeline] sh 04:51:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:25 04:51:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:51:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:25 alpine: Pulling from edgex-lftools-log-publisher 04:51:25 c9b1b535fdd9: Pulling fs layer 04:51:25 2cc5ad85d9ab: Pulling fs layer 04:51:25 756a868c4378: Pulling fs layer 04:51:25 444b2fc9a129: Pulling fs layer 04:51:25 ea15f1150254: Pulling fs layer 04:51:25 41b27a9f41bf: Pulling fs layer 04:51:25 28c525ee5125: Pulling fs layer 04:51:25 094b1ea09ed8: Pulling fs layer 04:51:25 138eaada9080: Pulling fs layer 04:51:25 0622d0fa9048: Pulling fs layer 04:51:25 28c525ee5125: Waiting 04:51:25 094b1ea09ed8: Waiting 04:51:25 138eaada9080: Waiting 04:51:25 0622d0fa9048: Waiting 04:51:25 444b2fc9a129: Waiting 04:51:25 ea15f1150254: Waiting 04:51:25 41b27a9f41bf: Waiting 04:51:25 2cc5ad85d9ab: Verifying Checksum 04:51:25 2cc5ad85d9ab: Download complete 04:51:25 444b2fc9a129: Verifying Checksum 04:51:25 444b2fc9a129: Download complete 04:51:25 c9b1b535fdd9: Verifying Checksum 04:51:25 c9b1b535fdd9: Download complete 04:51:25 ea15f1150254: Verifying Checksum 04:51:25 ea15f1150254: Download complete 04:51:26 28c525ee5125: Verifying Checksum 04:51:26 28c525ee5125: Download complete 04:51:26 756a868c4378: Verifying Checksum 04:51:26 756a868c4378: Download complete 04:51:26 c9b1b535fdd9: Pull complete 04:51:26 138eaada9080: Verifying Checksum 04:51:26 138eaada9080: Download complete 04:51:26 0622d0fa9048: Verifying Checksum 04:51:26 0622d0fa9048: Download complete 04:51:26 094b1ea09ed8: Verifying Checksum 04:51:26 094b1ea09ed8: Download complete 04:51:26 2cc5ad85d9ab: Pull complete 04:51:27 41b27a9f41bf: Verifying Checksum 04:51:27 41b27a9f41bf: Download complete 04:51:28 756a868c4378: Pull complete 04:51:28 444b2fc9a129: Pull complete 04:51:28 ea15f1150254: Pull complete 04:51:33 41b27a9f41bf: Pull complete 04:51:33 28c525ee5125: Pull complete 04:51:37 094b1ea09ed8: Pull complete 04:51:39 138eaada9080: Pull complete 04:51:39 0622d0fa9048: Pull complete 04:51:39 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:51:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:51:39 prd-centos7-docker-4c-2g-3344 does not seem to be running inside a container 04:51:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:51:41 $ docker top 05fe8daf7968e445a06135381859c21e2bc22f161ad4bd6421a58a5b4278dea5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:51:42 provisioning config files... 04:51:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1127955013272591000tmp [Pipeline] { [Pipeline] echo 04:51:42 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:51:42 ---> create-netrc.sh [Pipeline] echo 04:51:42 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:51:42 ---> logs-deploy.sh 04:51:42 + ARCHIVE_ARTIFACTS= 04:51:42 + LOGS_SERVER=https://logs.edgexfoundry.org 04:51:42 + '[' https://logs.edgexfoundry.org == None ']' 04:51:42 + NEXUS_URL=https://nexus.edgexfoundry.org 04:51:42 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/4 04:51:42 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/4/ 04:51:42 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/4 /w/workspace/edgex-go/4 04:51:43 Archives upload complete. 04:51:44 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/4/