Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 24fe4be10d7a1552c86e1c1b8276c694f532d3a6+aed4594c0c67a41538adeca107413fb688e317f4 (6555a888394221f83c2cb2551aeeacc623e9f422) 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-3345 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 Merge succeeded, producing 22248189b6583018dc17ba4597a37528b9fca023 Checking out Revision 22248189b6583018dc17ba4597a37528b9fca023 (PR-2625) > git config core.sparsecheckout # timeout=10 > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 22248189b6583018dc17ba4597a37528b9fca023 # timeout=10 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 6cdcedebd4d3fe96fce7172b253522f9a0e044a4 # timeout=10 04:31:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:08 ========================================================= 04:31:08 EdgeX Global Pipelines Version Info 04:31:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:31:09 ------------------- 04:31:09 stable info: 04:31:09 ------------------- 04:31:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:09 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:09 Message: update stable to v1.0.106 04:31:10 ------------------- 04:31:10 experimental info: 04:31:10 ------------------- 04:31:10 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:10 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:31:10 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:31:12 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:31:12 + for file in '`ls cmd/**/Dockerfile`' 04:31:12 ++ dirname cmd/core-command/Dockerfile 04:31:12 ++ cut -d/ -f2 04:31:12 + echo core-command,cmd/core-command/Dockerfile 04:31:12 + for file in '`ls cmd/**/Dockerfile`' 04:31:12 ++ dirname cmd/core-data/Dockerfile 04:31:12 ++ cut -d/ -f2 04:31:12 + echo core-data,cmd/core-data/Dockerfile 04:31:12 + for file in '`ls cmd/**/Dockerfile`' 04:31:12 ++ dirname cmd/core-metadata/Dockerfile 04:31:12 ++ cut -d/ -f2 04:31:12 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:12 + for file in '`ls cmd/**/Dockerfile`' 04:31:12 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:12 ++ cut -d/ -f2 04:31:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:12 + for file in '`ls cmd/**/Dockerfile`' 04:31:12 ++ cut -d/ -f2 04:31:12 ++ dirname cmd/security-secrets-setup/Dockerfile 04:31:12 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:31:12 + for file in '`ls cmd/**/Dockerfile`' 04:31:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:12 ++ cut -d/ -f2 04:31:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:12 + for file in '`ls cmd/**/Dockerfile`' 04:31:12 ++ dirname cmd/support-logging/Dockerfile 04:31:12 ++ cut -d/ -f2 04:31:12 + echo support-logging,cmd/support-logging/Dockerfile 04:31:12 + for file in '`ls cmd/**/Dockerfile`' 04:31:12 ++ dirname cmd/support-notifications/Dockerfile 04:31:12 ++ cut -d/ -f2 04:31:12 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:12 + for file in '`ls cmd/**/Dockerfile`' 04:31:12 ++ dirname cmd/support-scheduler/Dockerfile 04:31:12 ++ cut -d/ -f2 04:31:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:12 + for file in '`ls cmd/**/Dockerfile`' 04:31:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:12 ++ cut -d/ -f2 04:31:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:31:12 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:31:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:13 04:31:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:31:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:13 latest: Pulling from edgex-devops/git-semver 04:31:13 31603596830f: Pulling fs layer 04:31:13 2a8b12db71e7: Pulling fs layer 04:31:13 6ca5941a6612: Pulling fs layer 04:31:13 ecc8261a40a4: Pulling fs layer 04:31:13 ecc8261a40a4: Waiting 04:31:13 2a8b12db71e7: Download complete 04:31:13 31603596830f: Download complete 04:31:14 ecc8261a40a4: Verifying Checksum 04:31:14 ecc8261a40a4: Download complete 04:31:14 6ca5941a6612: Verifying Checksum 04:31:14 6ca5941a6612: Download complete 04:31:14 31603596830f: Pull complete 04:31:14 2a8b12db71e7: Pull complete 04:31:15 6ca5941a6612: Pull complete 04:31:15 ecc8261a40a4: Pull complete 04:31:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:15 prd-centos7-docker-4c-2g-3345 does not seem to be running inside a container 04:31:15 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:31:18 $ docker top 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:18 [ssh-agent] Looking for ssh-agent implementation... 04:31:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:18 $ docker exec 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 ssh-agent 04:31:18 SSH_AUTH_SOCK=/tmp/ssh-oxzLKIb0xwgM/agent.11 04:31:18 SSH_AGENT_PID=17 04:31:18 Running ssh-add (command line suppressed) 04:31:18 Identity added: /w/workspace/edgex-go/13@tmp/private_key_2535765330262182726.key (/w/workspace/edgex-go/13@tmp/private_key_2535765330262182726.key) 04:31:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:19 + git describe --exact-match --tags HEAD 04:31:19 fatal: No names found, cannot describe anything. [Pipeline] } 04:31:19 $ docker exec --env ******** --env ******** 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 ssh-agent -k 04:31:19 unset SSH_AUTH_SOCK; 04:31:19 unset SSH_AGENT_PID; 04:31:19 echo Agent pid 17 killed; 04:31:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:31:19 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:31:19 This usually means this commit has not been tagged. [Pipeline] sshagent 04:31:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:19 [ssh-agent] Looking for ssh-agent implementation... 04:31:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:19 $ docker exec 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 ssh-agent 04:31:19 SSH_AUTH_SOCK=/tmp/ssh-SRZFClr6Dd1A/agent.47 04:31:19 SSH_AGENT_PID=52 04:31:19 Running ssh-add (command line suppressed) 04:31:20 Identity added: /w/workspace/edgex-go/13@tmp/private_key_4606532474629366912.key (/w/workspace/edgex-go/13@tmp/private_key_4606532474629366912.key) 04:31:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:20 + git semver init 04:31:20 # -> Open(): unable to determine branch for HEAD 04:31:20 # $GIT_DIR = /w/workspace/edgex-go/13/.git 04:31:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 04:31:20 # $SEMVER_REMOTE_NAME = origin 04:31:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:20 # $SEMVER_USER_NAME = edgex-jenkins 04:31:20 # $SEMVER_BRANCH = PR-2625 04:31:20 # $SEMVER_TEMP = /tmp/semver-070996517 04:31:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:31:52 # '/tmp/semver-070996517' -> '/w/workspace/edgex-go/13/.semver' 04:31:52 # -> Force: false 04:31:52 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 04:31:52 $ docker exec --env ******** --env ******** 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 ssh-agent -k 04:31:52 unset SSH_AUTH_SOCK; 04:31:52 unset SSH_AGENT_PID; 04:31:52 echo Agent pid 52 killed; 04:31:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:53 + git semver [Pipeline] } 04:31:53 $ docker stop --time=1 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 04:31:55 $ docker rm -f 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:32:09 Stashed 31 file(s) [Pipeline] echo 04:32:09 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 04:32:09 ========================================================= 04:32:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:32:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:09 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:32:13 Sending build context to Docker daemon 323MB 04:32:13 Step 1/7 : ARG BASE=golang:1.13-alpine 04:32:13 Step 2/7 : FROM ${BASE} 04:32:13 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:13 df20fa9351a1: Pulling fs layer 04:32:13 ed8968b2872e: Pulling fs layer 04:32:13 a92cc7c5fd73: Pulling fs layer 04:32:13 2dd03ba5bac4: Pulling fs layer 04:32:13 1e091d79d1de: Pulling fs layer 04:32:13 481702a1767f: Pulling fs layer 04:32:13 f64a6f60c768: Pulling fs layer 04:32:13 e78d2573fc39: Pulling fs layer 04:32:13 e876d2f968b6: Pulling fs layer 04:32:13 ce8a83651883: Pulling fs layer 04:32:13 07967f4d0e4b: Pulling fs layer 04:32:13 f64a6f60c768: Waiting 04:32:13 e78d2573fc39: Waiting 04:32:13 e876d2f968b6: Waiting 04:32:13 ce8a83651883: Waiting 04:32:13 07967f4d0e4b: Waiting 04:32:13 2dd03ba5bac4: Waiting 04:32:13 481702a1767f: Waiting 04:32:13 1e091d79d1de: Waiting 04:32:13 a92cc7c5fd73: Verifying Checksum 04:32:13 a92cc7c5fd73: Download complete 04:32:13 ed8968b2872e: Verifying Checksum 04:32:13 ed8968b2872e: Download complete 04:32:13 1e091d79d1de: Verifying Checksum 04:32:13 1e091d79d1de: Download complete 04:32:13 481702a1767f: Verifying Checksum 04:32:13 481702a1767f: Download complete 04:32:13 df20fa9351a1: Verifying Checksum 04:32:13 df20fa9351a1: Pull complete 04:32:13 ed8968b2872e: Pull complete 04:32:14 a92cc7c5fd73: Pull complete 04:32:14 f64a6f60c768: Verifying Checksum 04:32:14 f64a6f60c768: Download complete 04:32:15 e876d2f968b6: Verifying Checksum 04:32:15 e876d2f968b6: Download complete 04:32:15 2dd03ba5bac4: Verifying Checksum 04:32:15 2dd03ba5bac4: Download complete 04:32:15 07967f4d0e4b: Verifying Checksum 04:32:15 07967f4d0e4b: Download complete 04:32:15 e78d2573fc39: Verifying Checksum 04:32:15 e78d2573fc39: Download complete 04:32:15 ce8a83651883: Verifying Checksum 04:32:15 ce8a83651883: Download complete 04:32:22 2dd03ba5bac4: Pull complete 04:32:22 1e091d79d1de: Pull complete 04:32:22 481702a1767f: Pull complete 04:32:24 Still waiting to schedule task 04:32:24 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:32:27 f64a6f60c768: Pull complete 04:32:30 e78d2573fc39: Pull complete 04:32:30 e876d2f968b6: Pull complete 04:32:32 ce8a83651883: Pull complete 04:32:32 07967f4d0e4b: Pull complete 04:32:32 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:32:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:32:32 ---> 5d7c900382c6 04:32:32 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:33 ---> Running in 80628a70ff3f 04:32:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:36 (1/12) Installing libmagic (5.38-r0) 04:32:36 (2/12) Installing file (5.38-r0) 04:32:36 (3/12) Installing libc-dev (0.7.2-r3) 04:32:36 (4/12) Installing g++ (9.3.0-r2) 04:32:55 (5/12) Installing fortify-headers (1.1-r0) 04:32:55 (6/12) Installing patch (2.7.6-r6) 04:32:55 (7/12) Installing build-base (0.5-r2) 04:32:55 (8/12) Installing libsodium (1.0.18-r0) 04:32:55 (9/12) Installing pkgconf (1.7.2-r0) 04:32:55 (10/12) Installing libsodium-dev (1.0.18-r0) 04:32:55 (11/12) Installing libzmq (4.3.2-r0) 04:32:55 (12/12) Installing zeromq-dev (4.3.2-r0) 04:32:56 Executing busybox-1.31.1-r16.trigger 04:32:56 OK: 233 MiB in 51 packages 04:33:00 Removing intermediate container 80628a70ff3f 04:33:00 ---> 721e580da77c 04:33:00 Step 4/7 : WORKDIR /edgex-go 04:33:00 ---> Running in 6abba1645662 04:33:00 Removing intermediate container 6abba1645662 04:33:00 ---> aac77d64a4b4 04:33:00 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:33:00 latest: Pulling from library/docker 04:33:00 df20fa9351a1: Already exists 04:33:00 25ad7478873d: Pulling fs layer 04:33:00 4684f6177b5d: Pulling fs layer 04:33:00 46e300cec669: Pulling fs layer 04:33:00 63038576ad94: Pulling fs layer 04:33:00 0fdb76c4706c: Pulling fs layer 04:33:00 cb7edeffdfd5: Pulling fs layer 04:33:00 63038576ad94: Waiting 04:33:00 0fdb76c4706c: Waiting 04:33:00 cb7edeffdfd5: Waiting 04:33:01 4684f6177b5d: Verifying Checksum 04:33:01 4684f6177b5d: Download complete 04:33:01 25ad7478873d: Download complete 04:33:01 63038576ad94: Verifying Checksum 04:33:01 63038576ad94: Download complete 04:33:01 46e300cec669: Retrying in 5 seconds 04:33:01 cb7edeffdfd5: Verifying Checksum 04:33:01 cb7edeffdfd5: Download complete 04:33:01 25ad7478873d: Pull complete 04:33:01 0fdb76c4706c: Verifying Checksum 04:33:01 0fdb76c4706c: Download complete 04:33:01 4684f6177b5d: Pull complete 04:33:02 46e300cec669: Retrying in 4 seconds 04:33:03 46e300cec669: Retrying in 3 seconds 04:33:04 46e300cec669: Retrying in 2 seconds 04:33:05 46e300cec669: Retrying in 1 second 04:33:06 46e300cec669: Verifying Checksum 04:33:06 46e300cec669: Download complete 04:33:09 46e300cec669: Pull complete 04:33:09 63038576ad94: Pull complete 04:33:09 0fdb76c4706c: Pull complete 04:33:09 cb7edeffdfd5: Pull complete 04:33:09 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:33:09 Status: Downloaded newer image for docker:latest 04:33:11 ---> 24cf1e60e960 04:33:11 Step 6/7 : COPY go.mod . 04:33:11 ---> 56ccbc786718 04:33:11 Step 7/7 : RUN go mod download 04:33:11 ---> Running in 0fa22962e970 04:33:13 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:33:13 go: finding github.com/BurntSushi/toml v0.3.1 04:33:13 go: finding github.com/OneOfOne/xxhash v1.2.5 04:33:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:33:13 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:33:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:33:13 go: finding github.com/bgentry/speakeasy v0.1.0 04:33:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:33:13 go: finding github.com/cloudflare/gokey v0.1.0 04:33:13 go: finding github.com/davecgh/go-spew v1.1.1 04:33:13 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:33:13 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:33:13 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:33:13 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:33:13 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:33:14 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:33:14 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:33:14 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:33:14 go: finding github.com/fatih/color v1.7.0 04:33:14 go: finding github.com/fsnotify/fsnotify v1.4.7 04:33:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:33:14 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:33:14 go: finding github.com/go-kit/kit v0.8.0 04:33:14 go: finding github.com/go-logfmt/logfmt v0.4.0 04:33:14 go: finding github.com/go-redis/redis/v7 v7.2.0 04:33:14 go: finding github.com/go-stack/stack v1.8.0 04:33:14 go: finding github.com/golang/protobuf v1.3.2 04:33:14 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:33:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:33:14 go: finding github.com/google/uuid v1.1.0 04:33:14 go: finding github.com/gorilla/mux v1.7.1 04:33:14 go: finding github.com/hashicorp/consul/api v1.1.0 04:33:14 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:33:14 go: finding github.com/hashicorp/errwrap v1.0.0 04:33:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:33:14 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:33:14 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:33:14 go: finding github.com/hashicorp/go-multierror v1.0.0 04:33:14 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:33:14 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:33:14 go: finding github.com/hashicorp/go-syslog v1.0.0 04:33:14 go: finding github.com/hashicorp/go-uuid v1.0.1 04:33:14 go: finding github.com/hashicorp/go.net v0.0.1 04:33:14 go: finding github.com/hashicorp/golang-lru v0.5.0 04:33:14 go: finding github.com/hashicorp/logutils v1.0.0 04:33:14 go: finding github.com/hashicorp/mdns v1.0.0 04:33:14 go: finding github.com/hashicorp/memberlist v0.1.3 04:33:14 go: finding github.com/hashicorp/serf v0.8.2 04:33:14 go: finding github.com/hpcloud/tail v1.0.0 04:33:14 go: finding github.com/imdario/mergo v0.3.6 04:33:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:33:14 go: finding github.com/kr/pretty v0.1.0 04:33:14 go: finding github.com/kr/pty v1.1.1 04:33:14 go: finding github.com/kr/text v0.1.0 04:33:14 go: finding github.com/mattn/go-colorable v0.0.9 04:33:14 go: finding github.com/mattn/go-isatty v0.0.3 04:33:14 go: finding github.com/miekg/dns v1.0.14 04:33:14 go: finding github.com/mitchellh/cli v1.0.0 04:33:14 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:33:14 go: finding github.com/mitchellh/copystructure v1.0.0 04:33:14 go: finding github.com/mitchellh/go-homedir v1.0.0 04:33:14 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:33:15 go: finding github.com/mitchellh/gox v0.4.0 04:33:15 go: finding github.com/mitchellh/iochan v1.0.0 04:33:15 go: finding github.com/mitchellh/mapstructure v1.1.2 04:33:15 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:33:15 go: finding github.com/onsi/ginkgo v1.10.1 04:33:15 go: finding github.com/onsi/gomega v1.7.0 04:33:15 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:33:15 go: finding github.com/pebbe/zmq4 v1.0.0 04:33:15 go: finding github.com/pelletier/go-toml v1.2.0 04:33:15 go: finding github.com/pkg/errors v0.8.1 04:33:15 go: finding github.com/pmezard/go-difflib v1.0.0 04:33:15 go: finding github.com/posener/complete v1.1.1 04:33:15 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:33:15 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:33:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:33:15 go: finding github.com/stretchr/objx v0.1.0 04:33:15 go: finding github.com/stretchr/testify v1.5.1 04:33:15 go: finding github.com/ugorji/go v1.1.4 04:33:15 go: finding github.com/x448/float16 v0.8.4 04:33:15 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:33:15 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:33:15 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:33:15 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:33:15 go: finding golang.org/x/text v0.3.2 04:33:15 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:33:15 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:33:15 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:33:15 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:33:15 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:33:15 go: finding gopkg.in/yaml.v2 v2.2.8 04:33:27 Removing intermediate container 0fa22962e970 04:33:27 ---> 5455e31613eb 04:33:27 Successfully built 5455e31613eb 04:33:27 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:28 + docker inspect -f . ci-base-image-x86_64 04:33:28 . [Pipeline] withDockerContainer 04:33:28 prd-centos7-docker-4c-2g-3345 does not seem to be running inside a container 04:33:28 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:33:29 $ docker top b40e27d4fa76fd58e1b26b0b1acd3534746a23e6e86e9086386e76f390986379 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:29 + go version 04:33:29 go version go1.13.13 linux/amd64 [Pipeline] echo 04:33:29 ========================================================= 04:33:29 [edgeXBuildGoParallel] Running Tests and Build... 04:33:29 ========================================================= [Pipeline] sh 04:33:30 + make test 04:33:30 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:33:32 ? github.com/edgexfoundry/edgex-go [no test files] 04:33:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:33:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:33:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:33:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:33:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:33:48 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.017s 04:33:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:33:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:33:48 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:33:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:33:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:33:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:33:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:33:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.059s coverage: 27.3% of statements 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.007s coverage: 100.0% of statements 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.111s coverage: 28.6% of statements 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.043s coverage: 100.0% of statements 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.045s coverage: 97.5% of statements 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.026s coverage: 100.0% of statements 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:34:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 04:34:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.051s coverage: 63.5% of statements 04:34:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:34:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:34:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements 04:34:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.140s coverage: 55.9% of statements 04:34:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:34:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:34:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:34:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.831s coverage: 86.3% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.277s coverage: 72.2% of statements 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.139s coverage: 72.1% of statements 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.021s coverage: 82.4% of statements 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.012s coverage: 28.8% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.051s coverage: 96.8% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.033s coverage: 26.9% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.103s coverage: 84.1% of statements 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.020s coverage: 100.0% of statements 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.027s coverage: 83.8% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.029s coverage: 45.1% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.025s coverage: 100.0% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.079s coverage: 100.0% of statements 04:34:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.046s coverage: 29.1% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.027s coverage: 99.0% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.031s coverage: 100.0% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.006s coverage: 100.0% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:34:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.008s coverage: 100.0% of statements 04:34:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.010s coverage: 32.1% of statements 04:34:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 04:34:13 GO111MODULE=on go vet ./... 04:34:19 gofmt -l . 04:34:19 [ "`gofmt -l .`" = "" ] 04:34:20 ./bin/test-go-mod-tidy.sh 04:34:20 ./bin/test-attribution-txt.sh [Pipeline] sh 04:34:22 + ls -al . 04:34:22 total 556 04:34:22 drwxrwxr-x 10 1001 1001 4096 Aug 11 04:34 . 04:34:22 drwxr-xr-x 4 root root 30 Aug 11 04:33 .. 04:34:22 -rw-rw-r-- 1 1001 1001 11 Aug 11 04:31 .dockerignore 04:34:22 drwxrwxr-x 8 1001 1001 179 Aug 11 04:31 .git 04:34:22 drwxrwxr-x 3 1001 1001 60 Aug 11 04:31 .github 04:34:22 -rw-rw-r-- 1 1001 1001 932 Aug 11 04:31 .gitignore 04:34:22 drwx------ 3 1001 1001 47 Aug 11 04:31 .semver 04:34:22 -rw-rw-r-- 1 1001 1001 166 Aug 11 04:31 .sonarcloud.properties 04:34:22 -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:31 CONTRIBUTING.md 04:34:22 -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:31 Dockerfile.build 04:34:22 -rw-rw-r-- 1 1001 1001 865 Aug 11 04:31 Jenkinsfile 04:34:22 -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:31 LICENSE 04:34:22 -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:31 Makefile 04:34:22 -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:31 README.md 04:34:22 -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:31 SECURITY.md 04:34:22 -rw-rw-r-- 1 1001 1001 5 Aug 11 04:31 VERSION 04:34:22 -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:31 ZMQWindows.md 04:34:22 drwxrwxr-x 2 1001 1001 117 Aug 11 04:31 bin 04:34:22 drwxrwxr-x 15 1001 1001 4096 Aug 11 04:31 cmd 04:34:22 -rw-r--r-- 1 root root 455803 Aug 11 04:34 coverage.out 04:34:22 -rw-r--r-- 1 root root 1019 Aug 11 04:34 go.mod 04:34:22 -rw-r--r-- 1 root root 18146 Aug 11 04:34 go.sum 04:34:22 drwxrwxr-x 8 1001 1001 127 Aug 11 04:31 internal 04:34:22 drwxrwxr-x 4 1001 1001 26 Aug 11 04:31 openapi 04:34:22 drwxrwxr-x 4 1001 1001 71 Aug 11 04:31 snap 04:34:22 -rw-rw-r-- 1 1001 1001 168 Aug 11 04:31 version.go [Pipeline] sh 04:34:22 + '[' -e coverage.out ] 04:34:22 + chown 1001:1001 coverage.out [Pipeline] stash 04:34:22 Stashed 1 file(s) [Pipeline] sh 04:34:23 + make build 04:34:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:34:31 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: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:34:35 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:36 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:38 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:39 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:41 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:43 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:45 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:46 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: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:34: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 [Pipeline] } 04:34:50 $ docker stop --time=1 b40e27d4fa76fd58e1b26b0b1acd3534746a23e6e86e9086386e76f390986379 04:34:51 $ docker rm -f b40e27d4fa76fd58e1b26b0b1acd3534746a23e6e86e9086386e76f390986379 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:53 04:34:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:34:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:53 latest: Pulling from edgex-devops/edgex-compose 04:34:53 cbdbe7a5bc2a: Pulling fs layer 04:34:53 ca9280d653b3: Pulling fs layer 04:34:53 7e9c9ca2126c: Pulling fs layer 04:34:53 cbdbe7a5bc2a: Download complete 04:34:53 ca9280d653b3: Verifying Checksum 04:34:53 ca9280d653b3: Download complete 04:34:54 cbdbe7a5bc2a: Pull complete 04:34:54 7e9c9ca2126c: Verifying Checksum 04:34:54 7e9c9ca2126c: Download complete 04:34:55 ca9280d653b3: Pull complete 04:34:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3351 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws 04:34:55 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 04:35:00 using credential edgex-jenkins-ssh 04:35:00 Cloning the remote Git repository 04:35:00 Cloning with configured refspecs honoured and without tags 04:35:01 7e9c9ca2126c: Pull complete 04:35:01 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:35:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:35:01 prd-centos7-docker-4c-2g-3345 does not seem to be running inside a container 04:35:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:35:00 > git init /w/workspace/edgex-go/13 # timeout=10 04:35:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:00 > git --version # timeout=10 04:35:00 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:35:04 $ docker top 2dc4b63ec715aaff30f30cdc0d0f9aa5d7982ee7c79564513dc2ca7100f7a195 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:05 + docker-compose build --help 04:35:05 + grep parallel 04:35:06 --parallel Build images in parallel. [Pipeline] } 04:35:06 $ docker stop --time=1 2dc4b63ec715aaff30f30cdc0d0f9aa5d7982ee7c79564513dc2ca7100f7a195 04:35:07 $ docker rm -f 2dc4b63ec715aaff30f30cdc0d0f9aa5d7982ee7c79564513dc2ca7100f7a195 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:08 . [Pipeline] withDockerContainer 04:35:08 prd-centos7-docker-4c-2g-3345 does not seem to be running inside a container 04:35:08 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:35:08 $ docker top c46825a1aa568d3b49494b303382eb27bc69f601562d0bb02def0d069ecc1245 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:09 + docker-compose -f ./docker-compose-build.yml build --parallel 04:35:10 Building docker-core-command-go ... 04:35:10 Building docker-core-data-go ... 04:35:10 Building docker-core-metadata-go ... 04:35:10 Building docker-security-proxy-setup-go ... 04:35:10 Building docker-security-secrets-setup-go ... 04:35:10 Building docker-security-secretstore-setup-go ... 04:35:10 Building docker-support-logging-go ... 04:35:10 Building docker-support-notifications-go ... 04:35:10 Building docker-support-scheduler-go ... 04:35:10 Building docker-sys-mgmt-agent-go ... 04:35:10 Building docker-support-logging-go 04:35:10 Building docker-support-scheduler-go 04:35:10 Building docker-core-data-go 04:35:10 Building docker-sys-mgmt-agent-go 04:35:10 Building docker-support-notifications-go 04:35:23 Fetching without tags 04:35:23 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 04:35:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:23 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 04:35:23 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:23 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:23 > git config core.sparsecheckout # timeout=10 04:35:23 > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 04:35:23 > git remote # timeout=10 04:35:23 > git config --get remote.origin.url # timeout=10 04:35:23 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:24 > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 04:35:24 Merge succeeded, producing 6e15c4cfe1a736c92ca6b035d9b97791d0cf850b 04:35:24 Checking out Revision 6e15c4cfe1a736c92ca6b035d9b97791d0cf850b (PR-2625) 04:35:24 > git rev-parse HEAD^{commit} # timeout=10 04:35:24 > git config core.sparsecheckout # timeout=10 04:35:24 > git checkout -f 6e15c4cfe1a736c92ca6b035d9b97791d0cf850b # timeout=10 04:35:28 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" 04:35:28 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:35:28 > git rev-list --no-walk 6cdcedebd4d3fe96fce7172b253522f9a0e044a4 # timeout=10 [Pipeline] echo 04:35:40 ========================================================= 04:35:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:35:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:35:41 + 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:42 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:35:42 ---> 5455e31613eb 04:35:42 Step 3/22 : WORKDIR /edgex-go 04:35:42 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:35:42 ---> 5455e31613eb 04:35:42 Step 3/26 : WORKDIR /edgex-go 04:35:42 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:42 ---> 5455e31613eb 04:35:42 Step 3/20 : WORKDIR /edgex-go 04:35:42 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:35:42 ---> 5455e31613eb 04:35:42 Step 3/23 : WORKDIR /edgex-go 04:35:42 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:35:42 ---> 5455e31613eb 04:35:42 Step 3/21 : WORKDIR /edgex-go 04:35:42 ---> Running in 7dc3d6f785c4 04:35:42 ---> Running in f101887804ac 04:35:42 ---> Running in 17fc26848b17 04:35:42 ---> Running in 52df4081bcfe 04:35:42 ---> Running in 26723ef8aec6 04:35:42 Removing intermediate container f101887804ac 04:35:42 ---> acd44bd0b307 04:35:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:42 Removing intermediate container 17fc26848b17 04:35:42 ---> eaff1a0dc648 04:35:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:42 Removing intermediate container 52df4081bcfe 04:35:42 ---> f80004962083 04:35:42 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:42 Removing intermediate container 7dc3d6f785c4 04:35:42 ---> b61285930b9e 04:35:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:42 Removing intermediate container 26723ef8aec6 04:35:42 ---> babecb57a2c2 04:35:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:42 ---> Running in 4533ea614cd5 04:35:42 ---> Running in 1d008ec72ab2 04:35:42 ---> Running in 0a69d9b40aab 04:35:42 ---> Running in df25d176b93e 04:35:42 ---> Running in 1b0cfe63fe92 04:35:42 Removing intermediate container 4533ea614cd5 04:35:42 ---> 6c9c3e5528d1 04:35:42 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:35:42 Removing intermediate container 1d008ec72ab2 04:35:42 ---> f81516406caa 04:35:42 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:35:43 ---> Running in 3741787f4903 04:35:43 ---> Running in b9509ab879db 04:35:43 Removing intermediate container 0a69d9b40aab 04:35:43 ---> b38a4c3ac95a 04:35:43 Step 5/20 : RUN apk update && apk add make git 04:35:43 Removing intermediate container 1b0cfe63fe92 04:35:43 ---> d1004165aaa0 04:35:43 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:35:43 ---> Running in 33cc2e631d3a 04:35:43 Removing intermediate container df25d176b93e 04:35:43 ---> 1d7091032eda 04:35:43 Step 5/26 : RUN apk update && apk add make bash git 04:35:44 ---> Running in 63266d79a7a4 04:35:44 ---> Running in 9e467981b8cc 04:35:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:45 Sending build context to Docker daemon 323MB 04:35:45 Step 1/7 : ARG BASE=golang:1.13-alpine 04:35:45 Step 2/7 : FROM ${BASE} 04:35:45 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:35:45 b538f80385f9: Pulling fs layer 04:35:45 74f711af9a0d: Pulling fs layer 04:35:45 99f96fe45779: Pulling fs layer 04:35:45 fd7a069fd194: Pulling fs layer 04:35:45 66aa3694b03b: Pulling fs layer 04:35:45 170f70906a0f: Pulling fs layer 04:35:45 ad7c5574e4b9: Pulling fs layer 04:35:45 e772456be8f7: Pulling fs layer 04:35:45 c890913d741a: Pulling fs layer 04:35:45 2480fcc9aa5a: Pulling fs layer 04:35:45 09adf4765672: Pulling fs layer 04:35:45 fd7a069fd194: Waiting 04:35:45 170f70906a0f: Waiting 04:35:45 ad7c5574e4b9: Waiting 04:35:45 e772456be8f7: Waiting 04:35:45 09adf4765672: Waiting 04:35:45 99f96fe45779: Download complete 04:35:45 74f711af9a0d: Verifying Checksum 04:35:45 74f711af9a0d: Download complete 04:35:45 66aa3694b03b: Verifying Checksum 04:35:45 66aa3694b03b: Download complete 04:35:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:45 170f70906a0f: Verifying Checksum 04:35:45 170f70906a0f: Download complete 04:35:45 b538f80385f9: Verifying Checksum 04:35:45 b538f80385f9: Download complete 04:35:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:46 b538f80385f9: Pull complete 04:35:46 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:46 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:46 OK: 12749 distinct packages available 04:35:46 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:46 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:46 OK: 12749 distinct packages available 04:35:46 OK: 233 MiB in 51 packages 04:35:46 OK: 233 MiB in 51 packages 04:35:46 74f711af9a0d: Pull complete 04:35:46 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:46 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:46 OK: 12749 distinct packages available 04:35:46 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:46 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:46 OK: 12749 distinct packages available 04:35:47 OK: 233 MiB in 51 packages 04:35:47 OK: 233 MiB in 51 packages 04:35:47 99f96fe45779: Pull complete 04:35:47 OK: 233 MiB in 51 packages 04:35:47 Removing intermediate container 3741787f4903 04:35:47 ---> 8f69fa5be382 04:35:47 Step 6/22 : COPY go.mod . 04:35:47 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:47 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:47 OK: 12749 distinct packages available 04:35:48 Removing intermediate container b9509ab879db 04:35:48 ---> 17d07af43255 04:35:48 Step 6/23 : COPY go.mod . 04:35:48 ---> b6dbfb08a0a5 04:35:48 Step 7/22 : RUN go mod download 04:35:48 Removing intermediate container 33cc2e631d3a 04:35:48 ---> 6e2e5c341250 04:35:48 Step 6/20 : COPY go.mod . 04:35:48 OK: 233 MiB in 51 packages 04:35:48 ---> Running in 22b949d09c13 04:35:48 ad7c5574e4b9: Verifying Checksum 04:35:48 ad7c5574e4b9: Download complete 04:35:48 c890913d741a: Download complete 04:35:48 ---> 60343db6df43 04:35:48 Step 7/23 : RUN go mod download 04:35:48 Removing intermediate container 63266d79a7a4 04:35:48 ---> 53aab3477c55 04:35:48 Step 6/21 : COPY go.mod . 04:35:48 ---> 794bfa880d76 04:35:48 Step 7/20 : RUN go mod download 04:35:48 ---> Running in 5de34bcb6093 04:35:48 ---> Running in d69441e2dea0 04:35:48 ---> 9fd3faff5668 04:35:48 Step 7/21 : RUN go mod download 04:35:49 ---> Running in e05038c64064 04:35:49 Removing intermediate container 9e467981b8cc 04:35:49 ---> 7f80cb7433eb 04:35:49 Step 6/26 : COPY go.mod . 04:35:49 ---> 589e8449903a 04:35:49 Step 7/26 : RUN go mod download 04:35:49 ---> Running in 2224c9f64091 04:35:50 2480fcc9aa5a: Verifying Checksum 04:35:50 2480fcc9aa5a: Download complete 04:35:50 09adf4765672: Verifying Checksum 04:35:50 09adf4765672: Download complete 04:35:50 e772456be8f7: Download complete 04:35:50 Removing intermediate container d69441e2dea0 04:35:50 ---> bf06976cdc4c 04:35:50 Step 8/20 : COPY . . 04:35:51 fd7a069fd194: Verifying Checksum 04:35:51 fd7a069fd194: Download complete 04:35:51 Removing intermediate container 5de34bcb6093 04:35:51 ---> b56b808c58e5 04:35:51 Step 8/23 : COPY . . 04:35:52 Removing intermediate container 22b949d09c13 04:35:52 ---> c7bd27143b85 04:35:52 Step 8/22 : COPY . . 04:35:53 Removing intermediate container e05038c64064 04:35:53 ---> 33bf4cbb05fe 04:35:53 Step 8/21 : COPY . . 04:35:54 Removing intermediate container 2224c9f64091 04:35:54 ---> 70dce2d297d8 04:35:54 Step 8/26 : COPY . . 04:36:04 fd7a069fd194: Pull complete 04:36:04 66aa3694b03b: Pull complete 04:36:04 170f70906a0f: Pull complete 04:36:07 ad7c5574e4b9: Pull complete 04:36:11 e772456be8f7: Pull complete 04:36:12 c890913d741a: Pull complete 04:36:14 2480fcc9aa5a: Pull complete 04:36:15 09adf4765672: Pull complete 04:36:15 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:36:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:36:15 ---> 2248a725d1cf 04:36:15 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:21 ---> Running in 9ac8f1828bdd 04:36:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:36:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:36:24 (1/12) Installing libmagic (5.38-r0) 04:36:24 (2/12) Installing file (5.38-r0) 04:36:24 (3/12) Installing libc-dev (0.7.2-r3) 04:36:24 (4/12) Installing g++ (9.3.0-r2) 04:36:26 ---> 0f7f7dff93fe 04:36:26 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:36:26 ---> 92b8e5ac2bfe 04:36:26 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:36:26 ---> 7aab1991eebd 04:36:26 Step 9/22 : RUN make cmd/core-data/core-data 04:36:27 ---> c771d3e2b995 04:36:27 Step 9/21 : RUN make cmd/support-logging/support-logging 04:36:27 ---> Running in e2ffbcdad166 04:36:27 ---> Running in c090d3bcff67 04:36:27 ---> Running in 5d0e45ac8920 04:36:29 ---> Running in 5c6cd5a25aab 04:36:29 ---> ab428392af11 04:36:29 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:36:29 ---> Running in cba8905efa17 04:36:29 (5/12) Installing fortify-headers (1.1-r0) 04:36:29 (6/12) Installing patch (2.7.6-r6) 04:36:29 (7/12) Installing build-base (0.5-r2) 04:36:29 (8/12) Installing libsodium (1.0.18-r0) 04:36:29 (9/12) Installing pkgconf (1.7.2-r0) 04:36:29 (10/12) Installing libsodium-dev (1.0.18-r0) 04:36:29 (11/12) Installing libzmq (4.3.2-r0) 04:36:29 (12/12) Installing zeromq-dev (4.3.2-r0) 04:36:29 Executing busybox-1.31.1-r16.trigger 04:36:29 OK: 217 MiB in 51 packages 04:36:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:36:30 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:30 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:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:36:30 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:33 Removing intermediate container 9ac8f1828bdd 04:36:33 ---> 977f955202d1 04:36:33 Step 4/7 : WORKDIR /edgex-go 04:36:34 ---> Running in 7e3fa24406bb 04:36:34 Removing intermediate container 7e3fa24406bb 04:36:34 ---> 77d0387573ba 04:36:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:36:35 latest: Pulling from library/docker 04:36:35 b538f80385f9: Already exists 04:36:35 259a493cd78d: Pulling fs layer 04:36:35 b8e66b5100f5: Pulling fs layer 04:36:35 39dc9c94d07c: Pulling fs layer 04:36:35 551b823b3b82: Pulling fs layer 04:36:35 3c52a74df98c: Pulling fs layer 04:36:35 6c9b121b6998: Pulling fs layer 04:36:35 551b823b3b82: Waiting 04:36:35 3c52a74df98c: Waiting 04:36:35 6c9b121b6998: Waiting 04:36:35 b8e66b5100f5: Verifying Checksum 04:36:35 b8e66b5100f5: Download complete 04:36:35 259a493cd78d: Verifying Checksum 04:36:35 259a493cd78d: Download complete 04:36:35 551b823b3b82: Verifying Checksum 04:36:35 551b823b3b82: Download complete 04:36:35 3c52a74df98c: Verifying Checksum 04:36:35 3c52a74df98c: Download complete 04:36:35 6c9b121b6998: Verifying Checksum 04:36:36 259a493cd78d: Pull complete 04:36:36 b8e66b5100f5: Pull complete 04:36:36 39dc9c94d07c: Verifying Checksum 04:36:36 39dc9c94d07c: Download complete 04:36:40 39dc9c94d07c: Pull complete 04:36:40 551b823b3b82: Pull complete 04:36:40 3c52a74df98c: Pull complete 04:36:40 6c9b121b6998: Pull complete 04:36:40 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:36:40 Status: Downloaded newer image for docker:latest 04:36:44 ---> 33149a5c1e4a 04:36:44 Step 6/7 : COPY go.mod . 04:36:44 ---> bee7d7f74402 04:36:44 Step 7/7 : RUN go mod download 04:36:44 ---> Running in 1633c77dcfc4 04:36:48 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:36:48 go: finding github.com/BurntSushi/toml v0.3.1 04:36:48 go: finding github.com/OneOfOne/xxhash v1.2.5 04:36:48 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:36:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:36:48 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:36:48 go: finding github.com/bgentry/speakeasy v0.1.0 04:36:48 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:36:48 go: finding github.com/cloudflare/gokey v0.1.0 04:36:48 go: finding github.com/davecgh/go-spew v1.1.1 04:36:48 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:36:48 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:36:48 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:36:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:36:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:36:48 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:36:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:36:48 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:36:48 go: finding github.com/fatih/color v1.7.0 04:36:48 go: finding github.com/fsnotify/fsnotify v1.4.7 04:36:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:36:48 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:36:48 go: finding github.com/go-kit/kit v0.8.0 04:36:48 go: finding github.com/go-logfmt/logfmt v0.4.0 04:36:48 go: finding github.com/go-redis/redis/v7 v7.2.0 04:36:48 go: finding github.com/go-stack/stack v1.8.0 04:36:48 go: finding github.com/golang/protobuf v1.3.2 04:36:48 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:36:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:36:48 go: finding github.com/google/uuid v1.1.0 04:36:48 go: finding github.com/gorilla/mux v1.7.1 04:36:48 go: finding github.com/hashicorp/consul/api v1.1.0 04:36:48 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:36:48 go: finding github.com/hashicorp/errwrap v1.0.0 04:36:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:36:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:36:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:36:49 go: finding github.com/hashicorp/go-multierror v1.0.0 04:36:49 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:36:49 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:36:49 go: finding github.com/hashicorp/go-syslog v1.0.0 04:36:49 go: finding github.com/hashicorp/go-uuid v1.0.1 04:36:49 go: finding github.com/hashicorp/go.net v0.0.1 04:36:49 go: finding github.com/hashicorp/golang-lru v0.5.0 04:36:49 go: finding github.com/hashicorp/logutils v1.0.0 04:36:49 go: finding github.com/hashicorp/mdns v1.0.0 04:36:49 go: finding github.com/hashicorp/memberlist v0.1.3 04:36:49 go: finding github.com/hashicorp/serf v0.8.2 04:36:49 go: finding github.com/hpcloud/tail v1.0.0 04:36:49 go: finding github.com/imdario/mergo v0.3.6 04:36:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:36:49 go: finding github.com/kr/pretty v0.1.0 04:36:49 go: finding github.com/kr/pty v1.1.1 04:36:49 go: finding github.com/kr/text v0.1.0 04:36:49 go: finding github.com/mattn/go-colorable v0.0.9 04:36:49 go: finding github.com/mattn/go-isatty v0.0.3 04:36:49 go: finding github.com/miekg/dns v1.0.14 04:36:49 go: finding github.com/mitchellh/cli v1.0.0 04:36:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:36:49 go: finding github.com/mitchellh/copystructure v1.0.0 04:36:49 go: finding github.com/mitchellh/go-homedir v1.0.0 04:36:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:36:49 go: finding github.com/mitchellh/gox v0.4.0 04:36:49 go: finding github.com/mitchellh/iochan v1.0.0 04:36:49 go: finding github.com/mitchellh/mapstructure v1.1.2 04:36:49 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:36:49 go: finding github.com/onsi/ginkgo v1.10.1 04:36:49 go: finding github.com/onsi/gomega v1.7.0 04:36:49 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:36:49 go: finding github.com/pebbe/zmq4 v1.0.0 04:36:49 go: finding github.com/pelletier/go-toml v1.2.0 04:36:49 go: finding github.com/pkg/errors v0.8.1 04:36:49 go: finding github.com/pmezard/go-difflib v1.0.0 04:36:49 go: finding github.com/posener/complete v1.1.1 04:36:49 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:36:49 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:36:49 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:36:49 go: finding github.com/stretchr/objx v0.1.0 04:36:49 go: finding github.com/stretchr/testify v1.5.1 04:36:49 go: finding github.com/ugorji/go v1.1.4 04:36:49 go: finding github.com/x448/float16 v0.8.4 04:36:50 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:36:50 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:36:50 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:36:50 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:36:50 go: finding golang.org/x/text v0.3.2 04:36:50 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:36:50 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:36:50 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:36:50 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:36:50 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:36:50 go: finding gopkg.in/yaml.v2 v2.2.8 04:37:08 Removing intermediate container 1633c77dcfc4 04:37:08 ---> 4ae8d3f93f21 04:37:08 Successfully built 4ae8d3f93f21 04:37:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:37:09 Removing intermediate container cba8905efa17 04:37:09 ---> f270c2516215 04:37:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:37:09 Removing intermediate container 5c6cd5a25aab 04:37:09 ---> f1c95752fcc7 04:37:09 04:37:09 Step 10/21 : FROM scratch 04:37:09 ---> 04:37:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:37:09 ---> Running in f00e23deb878 04:37:09 ---> Running in 198fc1b08a17 04:37:09 Removing intermediate container 198fc1b08a17 04:37:09 ---> 07ec1b853630 04:37:09 Step 12/21 : ENV APP_PORT=48061 04:37:09 ---> Running in 80a08263f211 04:37:09 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:37:09 Removing intermediate container 80a08263f211 04:37:09 ---> c66cb65aef43 04:37:09 Step 13/21 : EXPOSE $APP_PORT 04:37:09 + docker inspect -f . ci-base-image-arm64 04:37:09 . [Pipeline] withDockerContainer 04:37:09 prd-ubuntu18.04-docker-arm64-4c-16g-3351 does not seem to be running inside a container 04:37:09 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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:37:11 $ docker top fb40dc615dc7643c1f3802ea8242349115512aeb669f6ee7551d93bca64a7393 -eo pid,comm 04:37:11 ---> Running in 13e15822345c [Pipeline] { [Pipeline] sh 04:37:11 Removing intermediate container 5d0e45ac8920 04:37:11 ---> 2785eed65c71 04:37:11 04:37:11 Step 10/23 : FROM scratch 04:37:11 ---> 04:37:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:37:11 Removing intermediate container c090d3bcff67 04:37:11 ---> 7ab05e160a90 04:37:11 04:37:11 Step 10/20 : FROM scratch 04:37:11 ---> 04:37:11 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:11 ---> Using cache 04:37:11 ---> 07ec1b853630 04:37:11 Step 12/23 : ENV APP_PORT=48060 04:37:12 + go version 04:37:12 go version go1.13.13 linux/arm64 [Pipeline] echo 04:37:12 ========================================================= 04:37:12 [edgeXBuildGoParallel] Running Tests and Build... 04:37:12 ========================================================= [Pipeline] sh 04:37:12 Removing intermediate container 13e15822345c 04:37:12 ---> c310a53aac20 04:37:12 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:37:12 ---> Running in 3d2fb9621edd 04:37:12 ---> Running in 38f8be7120f5 04:37:12 + make test 04:37:12 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:37:12 Removing intermediate container 38f8be7120f5 04:37:12 ---> 6ff421ad934d 04:37:12 Step 12/20 : ENV APP_PORT=48085 04:37:12 Removing intermediate container 3d2fb9621edd 04:37:12 ---> a2566037ffbd 04:37:12 Step 13/23 : EXPOSE $APP_PORT 04:37:13 ---> 2d4e155dac88 04:37:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:37:14 ---> Running in a4a5eaa0c702 04:37:14 ---> Running in ff15677bf724 04:37:14 Removing intermediate container f00e23deb878 04:37:14 ---> 89b89b8abfee 04:37:14 04:37:14 Step 11/26 : FROM docker:latest 04:37:14 ---> 81f5749c9058 04:37:14 Step 12/26 : RUN apk add --no-cache bash 04:37:14 ---> 673661495b3c 04:37:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:37:14 ---> Running in fb6964f9c627 04:37:15 ? github.com/edgexfoundry/edgex-go [no test files] 04:37:16 Removing intermediate container e2ffbcdad166 04:37:16 ---> f4f37ab116f3 04:37:16 04:37:16 Step 10/22 : FROM alpine 04:37:16 Removing intermediate container a4a5eaa0c702 04:37:16 ---> a3083eed72ad 04:37:16 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:37:16 Removing intermediate container ff15677bf724 04:37:16 ---> 975eecdce090 04:37:16 Step 13/20 : EXPOSE $APP_PORT 04:37:16 latest: Pulling from library/alpine 04:37:16 ---> Running in 2bf6042cd4b9 04:37:16 ---> ac07e35f65aa 04:37:16 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:37:16 ---> af20c9837c67 04:37:16 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:37:16 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:37:16 Status: Downloaded newer image for alpine:latest 04:37:16 ---> a24bb4013296 04:37:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:16 Removing intermediate container 2bf6042cd4b9 04:37:16 ---> fa04d78d1ac4 04:37:16 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:37:17 ---> Running in b747c5a509b2 04:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:17 ---> 9500e31cb6f8 04:37:17 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:17 (1/2) Installing readline (8.0.4-r0) 04:37:17 (2/2) Installing bash (5.0.17-r0) 04:37:17 Executing bash-5.0.17-r0.post-install 04:37:17 Executing busybox-1.31.1-r16.trigger 04:37:17 OK: 12 MiB in 22 packages 04:37:17 ---> Running in a79b626aeb11 04:37:17 ---> 15df1951fc00 04:37:17 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:37:17 Removing intermediate container b747c5a509b2 04:37:17 ---> d0d3fc864269 04:37:17 Step 12/22 : ENV APP_PORT=48080 04:37:17 ---> c4bc8bafae95 04:37:17 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:37:18 ---> Running in 91c9dcaf0379 04:37:18 Removing intermediate container a79b626aeb11 04:37:18 ---> f8c4fc557fa3 04:37:18 Step 19/21 : LABEL arch=x86_64 04:37:19 ---> Running in 70992da3a5ca 04:37:19 Removing intermediate container 91c9dcaf0379 04:37:19 ---> f7f3f826585f 04:37:19 Step 13/22 : EXPOSE $APP_PORT 04:37:19 ---> bf8d09238eef 04:37:19 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:37:19 Removing intermediate container fb6964f9c627 04:37:19 ---> bc97853343e0 04:37:19 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:37:19 ---> aa8fcc92eb61 04:37:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:37:19 ---> Running in dab03e343f41 04:37:19 ---> Running in e571300f9f0b 04:37:19 Removing intermediate container 70992da3a5ca 04:37:19 ---> e51d15a2dad0 04:37:19 Step 20/21 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:37:19 ---> 472fc0d20ef2 04:37:19 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:19 ---> Running in c75d5e9cdcce 04:37:19 Removing intermediate container dab03e343f41 04:37:19 ---> f1f27890c41d 04:37:19 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:19 ---> ba55d245ac96 04:37:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:37:20 ---> Running in 0090c86500f7 04:37:20 ---> Running in 6058bebd5a06 04:37:20 Removing intermediate container c75d5e9cdcce 04:37:20 ---> d24bf6b4c899 04:37:20 Step 21/21 : LABEL version=0.0.0 04:37:20 ---> Running in 6641edb71373 04:37:20 Removing intermediate container 6058bebd5a06 04:37:20 ---> 757c6324d35a 04:37:20 Step 18/20 : LABEL arch=x86_64 04:37:20 ---> 7affe08f03dd 04:37:20 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:37:20 ---> Running in 135ab2bdd0d7 04:37:20 Removing intermediate container 6641edb71373 04:37:20 ---> 22545a9e058f 04:37:20 04:37:21 Successfully built 22545a9e058f 04:37:21 Successfully tagged docker-support-logging-go:latest 04:37:21  Building docker-support-logging-go ... done Building docker-core-metadata-go 04:37:21 ---> 40d754faf634 04:37:21 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:21 Removing intermediate container 135ab2bdd0d7 04:37:21 ---> 5ce3acc2c83b 04:37:21 Step 19/20 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:37:21 Removing intermediate container e571300f9f0b 04:37:21 ---> b7b0bc14f9d5 04:37:21 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:37:21 ---> Running in 4327bf1df2fb 04:37:21 ---> Running in 24867cf45706 04:37:21 ---> Running in cb995cf90dfe 04:37:22 Removing intermediate container 0090c86500f7 04:37:22 ---> 3ae8bfe35e3b 04:37:22 Step 15/22 : RUN apk --no-cache add zeromq 04:37:22 Removing intermediate container 4327bf1df2fb 04:37:22 ---> 33d8d3903315 04:37:22 Step 20/20 : LABEL version=0.0.0 04:37:22 Removing intermediate container 24867cf45706 04:37:22 ---> 8f7072bcac80 04:37:22 Step 21/23 : LABEL arch=x86_64 04:37:22 ---> Running in ed1a78342d73 04:37:22 Removing intermediate container cb995cf90dfe 04:37:22 ---> ad2e27f8f678 04:37:22 Step 15/26 : ENV APP_PORT=48090 04:37:22 ---> Running in 2399f23e4c85 04:37:22 ---> Running in f54b76c576ca 04:37:24 ---> Running in c7c29e75b131 04:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:25 Removing intermediate container 2399f23e4c85 04:37:25 ---> 0d9b2da2e026 04:37:25 04:37:25 Removing intermediate container f54b76c576ca 04:37:25 ---> 23f0f52e840c 04:37:25 Step 22/23 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:37:25 Removing intermediate container c7c29e75b131 04:37:25 ---> e9802b1efca2 04:37:25 Step 16/26 : EXPOSE $APP_PORT 04:37:25 Successfully built 0d9b2da2e026 04:37:25 ---> Running in e9662a9cf199 04:37:25 Successfully tagged docker-support-scheduler-go:latest 04:37:25  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 04:37:25 ---> Running in c00910146b76 04:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:26 (1/5) Installing libgcc (9.3.0-r2) 04:37:26 (2/5) Installing libsodium (1.0.18-r0) 04:37:27 (3/5) Installing libstdc++ (9.3.0-r2) 04:37:28 (4/5) Installing libzmq (4.3.2-r0) 04:37:28 Removing intermediate container c00910146b76 04:37:28 ---> e99a16d20af5 04:37:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:37:29 Removing intermediate container e9662a9cf199 04:37:29 ---> 68122742b604 04:37:29 Step 23/23 : LABEL version=0.0.0 04:37:29 (5/5) Installing zeromq (4.3.2-r0) 04:37:29 Executing busybox-1.31.1-r16.trigger 04:37:29 OK: 8 MiB in 19 packages 04:37:29 ---> Running in 4dfe98a341bb 04:37:32 ---> d50addc5cb9b 04:37:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:37:32 Removing intermediate container 4dfe98a341bb 04:37:32 ---> 7f3dfaa615bf 04:37:32 04:37:32 Successfully built 7f3dfaa615bf 04:37:32 Successfully tagged docker-support-notifications-go:latest 04:37:32 Building docker-core-command-go 04:37:34  Building docker-support-notifications-go ... done Removing intermediate container ed1a78342d73 04:37:34 ---> cead391bbe98 04:37:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:37:35 ---> 740e7bc8b0c9 04:37:35 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:37:36 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:36 ---> 5455e31613eb 04:37:36 Step 3/21 : WORKDIR /edgex-go 04:37:36 ---> Using cache 04:37:36 ---> babecb57a2c2 04:37:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:36 ---> Using cache 04:37:36 ---> d1004165aaa0 04:37:36 Step 5/21 : RUN apk update && apk add make git 04:37:40 ---> Running in 8deaf886a62f 04:37:41 ---> b10cebafb263 04:37:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:37:41 ---> 515998917155 04:37:41 Step 20/26 : RUN apk --no-cache add py-pip 04:37:41 ---> Running in baa6ac9c8823 04:37:42 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:37:42 ---> 5455e31613eb 04:37:42 Step 3/26 : WORKDIR /edgex-go 04:37:42 ---> Using cache 04:37:42 ---> babecb57a2c2 04:37:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:42 ---> Using cache 04:37:42 ---> d1004165aaa0 04:37:42 Step 5/26 : RUN apk update && apk add make git 04:37:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:43 ---> Running in 823f0afd5485 04:37:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:43 ---> 78b66622a8be 04:37:43 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:37:43 (1/33) Installing libbz2 (1.0.8-r1) 04:37:43 (2/33) Installing expat (2.2.9-r1) 04:37:43 (3/33) Installing libffi (3.3-r2) 04:37:43 (4/33) Installing gdbm (1.13-r1) 04:37:44 (5/33) Installing xz-libs (5.2.5-r0) 04:37:44 (6/33) Installing sqlite-libs (3.32.1-r0) 04:37:44 (7/33) Installing python3 (3.8.5-r0) 04:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:45 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:45 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:45 OK: 12749 distinct packages available 04:37:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:45 OK: 233 MiB in 51 packages 04:37:46 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:46 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:46 OK: 12749 distinct packages available 04:37:47 OK: 233 MiB in 51 packages 04:37:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:37:48 ---> 17a1d700d17a 04:37:48 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:50 (8/33) Installing py3-appdirs (1.4.4-r1) 04:37:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:37:50 (10/33) Installing py3-parsing (2.4.7-r0) 04:37:50 (11/33) Installing py3-six (1.15.0-r0) 04:37:50 ---> Running in c34647535112 04:37:50 (12/33) Installing py3-packaging (20.4-r0) 04:37:50 (13/33) Installing py3-setuptools (47.0.0-r0) 04:37:50 (14/33) Installing py3-chardet (3.0.4-r4) 04:37:50 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:50 ---> 5455e31613eb 04:37:50 Step 3/21 : WORKDIR /edgex-go 04:37:50 ---> Using cache 04:37:50 ---> babecb57a2c2 04:37:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:50 ---> Using cache 04:37:50 ---> d1004165aaa0 04:37:50 Step 5/21 : RUN apk update && apk add make git 04:37:51 (15/33) Installing py3-idna (2.9-r0) 04:37:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:37:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:37:51 (18/33) Installing py3-requests (2.23.0-r0) 04:37:51 (19/33) Installing py3-msgpack (1.0.0-r0) 04:37:51 (20/33) Installing py3-lockfile (0.12.2-r3) 04:37:51 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:37:51 ---> Running in e5298938c561 04:37:52 (22/33) Installing py3-colorama (0.4.3-r0) 04:37:52 (23/33) Installing py3-distlib (0.3.0-r0) 04:37:52 Removing intermediate container c34647535112 04:37:52 ---> 79af55917ac8 04:37:52 Step 20/22 : LABEL arch=x86_64 04:37:52 (24/33) Installing py3-distro (1.5.0-r1) 04:37:52 (25/33) Installing py3-webencodings (0.5.1-r3) 04:37:52 (26/33) Installing py3-html5lib (1.0.1-r4) 04:37:52 (27/33) Installing py3-pytoml (0.1.21-r0) 04:37:52 (28/33) Installing py3-pep517 (0.8.2-r0) 04:37:52 (29/33) Installing py3-progress (1.5-r0) 04:37:52 (30/33) Installing py3-toml (0.10.1-r0) 04:37:52 Removing intermediate container 823f0afd5485 04:37:52 ---> 076258e29ea0 04:37:52 Step 6/26 : COPY go.mod . 04:37:52 (31/33) Installing py3-retrying (1.3.3-r0) 04:37:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:37:52 (33/33) Installing py3-pip (20.1.1-r0) 04:37:52 Removing intermediate container 8deaf886a62f 04:37:52 ---> 70d0e5a26612 04:37:52 Step 6/21 : COPY go.mod . 04:37:52 ---> Running in bf769e53eda7 04:37:53 Executing busybox-1.31.1-r16.trigger 04:37:53 OK: 71 MiB in 55 packages 04:37:53 ---> a0d2e35b77b4 04:37:53 Step 7/26 : RUN go mod download 04:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:53 ---> Running in e487679746bd 04:37:53 ---> 35d4ff93c1b4 04:37:53 Step 7/21 : RUN go mod download 04:37:53 Removing intermediate container bf769e53eda7 04:37:53 ---> 2223276e963b 04:37:53 Step 21/22 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:37:53 ---> Running in f21e7ba66b2f 04:37:54 ---> Running in 67ba48012f80 04:37:54 Removing intermediate container 67ba48012f80 04:37:54 ---> 1a9cffca6328 04:37:54 Step 22/22 : LABEL version=0.0.0 04:37:54 ---> Running in 787acb55b566 04:37:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:55 Removing intermediate container 787acb55b566 04:37:55 ---> 5f3b73322e0b 04:37:55 04:37:55 Successfully built 5f3b73322e0b 04:37:55 Successfully tagged docker-core-data-go:latest 04:37:55  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 04:37:55 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:55 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:55 OK: 12749 distinct packages available 04:37:55 OK: 233 MiB in 51 packages 04:38:00 Removing intermediate container f21e7ba66b2f 04:38:00 ---> 35243ec6ba12 04:38:00 Step 8/21 : COPY . . 04:38:01 Removing intermediate container e487679746bd 04:38:01 ---> ee2c0bdb4068 04:38:01 Step 8/26 : COPY . . 04:38:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:38:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:38:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:38:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:38:02 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.070s 04:38:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:38:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:38:02 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:38:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:38:04 Removing intermediate container e5298938c561 04:38:04 ---> a6304ea3745a 04:38:04 Step 6/21 : COPY go.mod . 04:38:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:38:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:38:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:38:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:38:11 ---> 8bd07e5f1f66 04:38:11 Step 7/21 : RUN go mod download 04:38:13 ---> Running in 87e89d954059 04:38:13 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:13 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:38:13 ---> 5455e31613eb 04:38:13 Step 3/29 : WORKDIR /edgex-go 04:38:13 ---> Using cache 04:38:13 ---> babecb57a2c2 04:38:13 Step 4/29 : RUN apk update && apk add make git 04:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:38:15 ---> Running in c826240ad4af 04:38:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.3% of statements 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:38:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:38:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.020s coverage: 100.0% of statements 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:38:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.335s coverage: 28.6% of statements 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:38:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:38:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:38:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.089s coverage: 89.8% of statements 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:38:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:25 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:25 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:25 OK: 12749 distinct packages available 04:38:25 OK: 233 MiB in 51 packages 04:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 100.0% of statements 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:38:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.104s coverage: 58.8% of statements 04:38:29 Removing intermediate container 87e89d954059 04:38:29 ---> 9ccfcba35900 04:38:29 Step 8/21 : COPY . . 04:38:30 Removing intermediate container baa6ac9c8823 04:38:30 ---> f0fe762d72d9 04:38:30 Step 21/26 : RUN pip install docker-compose==1.23.2 04:38:30 ---> b7f70e504f44 04:38:30 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:38:30 ---> 57e82c51ae85 04:38:30 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:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.139s coverage: 63.5% of statements 04:38:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:38:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:38:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.018s coverage: 100.0% of statements 04:38:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.387s coverage: 55.9% of statements 04:38:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:38:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:38:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:38:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:38:34 Removing intermediate container c826240ad4af 04:38:34 ---> be82e0bea2e4 04:38:34 Step 5/29 : COPY go.mod . 04:38:35 ---> Running in e23a214dfa4f 04:38:35 ---> Running in f3535b8bd260 04:38:35 ---> Running in 5ab77046475a 04:38:35 ---> c39e72df71a3 04:38:35 Step 6/29 : RUN go mod download 04:38:36 ---> Running in 586d14b3a462 04:38:38 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:39 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:43 Removing intermediate container 586d14b3a462 04:38:43 ---> 750192ad0495 04:38:43 Step 7/29 : COPY . . 04:38:43 Collecting docker-compose==1.23.2 04:38:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:38:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:38:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:38:43 Collecting texttable<0.10,>=0.9.0 04:38:43 Downloading texttable-0.9.1.tar.gz (11 kB) 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 16.846s coverage: 86.3% of statements 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.118s coverage: 72.2% of statements 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.430s coverage: 72.1% of statements 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.042s coverage: 82.4% of statements 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.048s coverage: 48.4% of statements 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.101s coverage: 96.8% of statements 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 26.9% of statements 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.277s coverage: 84.1% of statements 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.022s coverage: 100.0% of statements 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.064s coverage: 42.9% of statements 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:38:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.027s coverage: 83.8% of statements 04:38:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:38:50 Collecting jsonschema<3,>=2.5.1 04:38:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:38:50 Collecting cached-property<2,>=1.2.0 04:38:50 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:38:50 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:51 Collecting PyYAML<4,>=3.10 04:38:51 Downloading PyYAML-3.13.tar.gz (270 kB) 04:38:53 ---> db26736d0863 04:38:53 Step 9/21 : RUN make cmd/core-command/core-command 04:38:54 ---> Running in 23b04d8ffe7a 04:38:55 Collecting docker<4.0,>=3.6.0 04:38:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:38:55 Collecting docopt<0.7,>=0.6.1 04:38:55 Downloading docopt-0.6.2.tar.gz (25 kB) 04:38:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.102s coverage: 46.1% of statements 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:38:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.018s coverage: 100.0% of statements 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:38:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:38:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:38:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:38:56 Collecting dockerpty<0.5,>=0.4.1 04:38:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:38:58 Collecting websocket-client<1.0,>=0.32.0 04:38:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:38:58 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:59 Collecting idna<2.8,>=2.5 04:38:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:39:00 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:39:01 Collecting urllib3<1.25,>=1.21.1 04:39:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:39:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.289s coverage: 29.1% of statements 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:39:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.104s coverage: 99.0% of statements 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:39:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:39:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:39:02 Collecting docker-pycreds>=0.4.0 04:39:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:39:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:39:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:39:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:39:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:39:02 Installing collected packages: idna, urllib3, requests, texttable, jsonschema, cached-property, PyYAML, websocket-client, docker-pycreds, docker, docopt, dockerpty, docker-compose 04:39:02 Attempting uninstall: idna 04:39:02 Found existing installation: idna 2.9 04:39:02 Uninstalling idna-2.9: 04:39:02 Successfully uninstalled idna-2.9 04:39:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 04:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:39:02 Attempting uninstall: urllib3 04:39:02 Found existing installation: urllib3 1.25.9 04:39:02 Uninstalling urllib3-1.25.9: 04:39:03 Successfully uninstalled urllib3-1.25.9 04:39:04 Attempting uninstall: requests 04:39:04 Found existing installation: requests 2.23.0 04:39:04 Uninstalling requests-2.23.0: 04:39:04 Successfully uninstalled requests-2.23.0 04:39:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 04:39:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:39:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:39:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 04:39:04 Running setup.py install for texttable: started 04:39:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.022s coverage: 32.1% of statements 04:39:05 Running setup.py install for texttable: finished with status 'done' 04:39:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:39:05 Running setup.py install for PyYAML: started 04:39:05 ---> 1e25aa2e816b 04:39:05 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:39:05 ---> Running in 9a7c4c0e44d3 04:39:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements 04:39:06 Running setup.py install for PyYAML: finished with status 'done' 04:39:06 GO111MODULE=on go vet ./... 04:39:07 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:07 Running setup.py install for docopt: started 04:39:08 Running setup.py install for docopt: finished with status 'done' 04:39:08 Running setup.py install for dockerpty: started 04:39:08 Running setup.py install for dockerpty: finished with status 'done' 04:39:08 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:39:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:39:15 Removing intermediate container e23a214dfa4f 04:39:15 ---> 52e558d313d9 04:39:15 Step 22/26 : RUN apk --no-cache add curl 04:39:15 ---> Running in a43fd1ea1974 04:39:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:39:17 (2/3) Installing libcurl (7.69.1-r0) 04:39:17 (3/3) Installing curl (7.69.1-r0) 04:39:17 Executing busybox-1.31.1-r16.trigger 04:39:17 OK: 72 MiB in 58 packages 04:39:18 Removing intermediate container 5ab77046475a 04:39:18 ---> ba3ddb52d1aa 04:39:18 04:39:18 Step 10/21 : FROM scratch 04:39:18 ---> 04:39:18 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:39:19 ---> Using cache 04:39:19 ---> 6ff421ad934d 04:39:19 Step 12/21 : ENV APP_PORT=48081 04:39:19 ---> Running in 69c35c3881db 04:39:19 Removing intermediate container a43fd1ea1974 04:39:19 ---> 48b546a70067 04:39:19 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:19 Removing intermediate container 69c35c3881db 04:39:19 ---> 0acf5f388dfa 04:39:19 Step 13/21 : EXPOSE $APP_PORT 04:39:21 ---> Running in 638cbbf814f8 04:39:21 ---> Running in 112f19c080b0 04:39:22 Removing intermediate container f3535b8bd260 04:39:22 ---> ad02c8b32860 04:39:22 04:39:22 Step 10/26 : FROM alpine:3.10 04:39:22 Removing intermediate container 638cbbf814f8 04:39:22 ---> 4cc1b1c60880 04:39:22 Step 24/26 : LABEL arch=x86_64 04:39:22 Removing intermediate container 112f19c080b0 04:39:22 ---> 67790744d15d 04:39:22 Step 14/21 : WORKDIR / 04:39:22 3.10: Pulling from library/alpine 04:39:22 ---> Running in b01cb5707c3d 04:39:22 ---> Running in 279c5b65427f 04:39:23 Removing intermediate container 279c5b65427f 04:39:23 ---> e1279ead69f5 04:39:23 Step 25/26 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:39:23 Removing intermediate container b01cb5707c3d 04:39:23 ---> 639880ebdca1 04:39:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:39:25 gofmt -l . 04:39:25 [ "`gofmt -l .`" = "" ] 04:39:25 ---> Running in 32ef85ef4c6a 04:39:25 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:39:25 ---> 40be776d1410 04:39:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:39:25 Status: Downloaded newer image for alpine:3.10 04:39:25 ---> be4e4bea2c2e 04:39:25 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:39:25 ---> Running in 22fe04cb0101 04:39:26 Removing intermediate container 23b04d8ffe7a 04:39:26 ---> 4fe0cee89c26 04:39:26 04:39:26 Step 10/21 : FROM scratch 04:39:26 ---> 04:39:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:39:26 Removing intermediate container 32ef85ef4c6a 04:39:26 ---> 0d02dab3d139 04:39:26 Step 26/26 : LABEL version=0.0.0 04:39:26 ---> Using cache 04:39:26 ---> 6ff421ad934d 04:39:26 Step 12/21 : ENV APP_PORT=48082 04:39:27 ---> Running in ac7d6df0ce9b 04:39:27 ---> Running in 867b7988fec1 04:39:27 ---> f95dd9d12dc1 04:39:27 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:39:27 Removing intermediate container ac7d6df0ce9b 04:39:27 ---> 6248f17eb0fc 04:39:27 Step 13/21 : EXPOSE $APP_PORT 04:39:27 Removing intermediate container 867b7988fec1 04:39:27 ---> 9e6dd73d6423 04:39:27 04:39:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:39:27 ---> Running in ad8d5ae21595 04:39:27 Successfully built 9e6dd73d6423 04:39:27 ---> 39b7b7757b57 04:39:27 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:27 Successfully tagged docker-sys-mgmt-agent-go:latest 04:39:27  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go 04:39:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:39:27 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:39:27 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:39:27 OK: 10346 distinct packages available 04:39:28 ./bin/test-go-mod-tidy.sh 04:39:28 (1/5) Installing ca-certificates (20191127-r2) 04:39:28 ./bin/test-attribution-txt.sh 04:39:28 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:39:28 (3/5) Installing libcurl (7.66.0-r0) 04:39:28 (4/5) Installing curl (7.66.0-r0) 04:39:28 (5/5) Installing dumb-init (1.2.2-r1) 04:39:28 Executing busybox-1.30.1-r3.trigger 04:39:28 Executing ca-certificates-20191127-r2.trigger 04:39:29 OK: 7 MiB in 19 packages [Pipeline] sh 04:39:32 + ls -al . 04:39:32 total 588 04:39:32 drwxrwxr-x 10 1001 1001 4096 Aug 11 04:39 . 04:39:32 drwxr-xr-x 4 root root 4096 Aug 11 04:37 .. 04:39:32 -rw-rw-r-- 1 1001 1001 11 Aug 11 04:35 .dockerignore 04:39:32 drwxrwxr-x 8 1001 1001 4096 Aug 11 04:35 .git 04:39:32 drwxrwxr-x 3 1001 1001 4096 Aug 11 04:35 .github 04:39:32 -rw-rw-r-- 1 1001 1001 932 Aug 11 04:35 .gitignore 04:39:32 drwxrwxr-x 3 1001 1001 4096 Aug 11 04:35 .semver 04:39:32 -rw-rw-r-- 1 1001 1001 166 Aug 11 04:35 .sonarcloud.properties 04:39:32 -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:35 CONTRIBUTING.md 04:39:32 -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:35 Dockerfile.build 04:39:32 -rw-rw-r-- 1 1001 1001 865 Aug 11 04:35 Jenkinsfile 04:39:32 -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:35 LICENSE 04:39:32 -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:35 Makefile 04:39:32 -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:35 README.md 04:39:32 -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:35 SECURITY.md 04:39:32 -rw-rw-r-- 1 1001 1001 5 Aug 11 04:31 VERSION 04:39:32 -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:35 ZMQWindows.md 04:39:32 drwxrwxr-x 2 1001 1001 4096 Aug 11 04:35 bin 04:39:32 drwxrwxr-x 15 1001 1001 4096 Aug 11 04:35 cmd 04:39:32 -rw-r--r-- 1 root root 455803 Aug 11 04:39 coverage.out 04:39:32 -rw-r--r-- 1 root root 1019 Aug 11 04:39 go.mod 04:39:32 -rw-r--r-- 1 root root 18146 Aug 11 04:39 go.sum 04:39:32 drwxrwxr-x 8 1001 1001 4096 Aug 11 04:35 internal 04:39:32 drwxrwxr-x 4 1001 1001 4096 Aug 11 04:35 openapi 04:39:32 drwxrwxr-x 4 1001 1001 4096 Aug 11 04:35 snap 04:39:32 -rw-rw-r-- 1 1001 1001 168 Aug 11 04:35 version.go [Pipeline] sh 04:39:32 ---> Running in bf9d61d1753f 04:39:33 + '[' -e coverage.out ] 04:39:33 + chown 1001:1001 coverage.out [Pipeline] stash 04:39:33 Warning: overwriting stash ‘coverage-report’ 04:39:34 Stashed 1 file(s) [Pipeline] sh 04:39:34 Removing intermediate container ad8d5ae21595 04:39:34 ---> 7c3d038f7d20 04:39:34 Step 14/21 : WORKDIR / 04:39:34 + make build 04:39:34 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:36 ---> Running in 4b61ac697566 04:39:37 Removing intermediate container bf9d61d1753f 04:39:37 ---> 1e129d3bfd0f 04:39:37 Step 19/21 : LABEL arch=x86_64 04:39:37 Removing intermediate container 9a7c4c0e44d3 04:39:37 ---> a1557c78b35c 04:39:37 04:39:37 Step 9/29 : FROM alpine:latest 04:39:37 ---> a24bb4013296 04:39:37 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:39 ---> Running in 03e92ef2f831 04:39:39 Removing intermediate container 4b61ac697566 04:39:39 ---> fdc8f03a893d 04:39:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:39:39 ---> Running in 8dbc4138c93f 04:39:39 Removing intermediate container 22fe04cb0101 04:39:39 ---> b5d0a9db8d0e 04:39:39 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:39:42 Removing intermediate container 03e92ef2f831 04:39:42 ---> d9f6a9adeeb2 04:39:42 Step 20/21 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:39:42 ---> Running in 97942ea0832b 04:39:42 Removing intermediate container 8dbc4138c93f 04:39:42 ---> ea58c05300c1 04:39:42 Step 11/29 : USER root 04:39:42 ---> 21ee6ec0ccff 04:39:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:39:43 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:39:43 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:39:43 ---> 5455e31613eb 04:39:43 Step 3/20 : WORKDIR /edgex-go 04:39:43 ---> Using cache 04:39:43 ---> babecb57a2c2 04:39:43 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:43 ---> Using cache 04:39:43 ---> d1004165aaa0 04:39:43 Step 5/20 : RUN apk update && apk add make git 04:39:43 ---> Using cache 04:39:43 ---> a6304ea3745a 04:39:43 Step 6/20 : COPY go.mod . 04:39:43 ---> Using cache 04:39:43 ---> 8bd07e5f1f66 04:39:43 Step 7/20 : RUN go mod download 04:39:43 ---> Using cache 04:39:43 ---> 9ccfcba35900 04:39:43 Step 8/20 : COPY . . 04:39:43 ---> Using cache 04:39:43 ---> db26736d0863 04:39:43 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:39:44 ---> Running in dc2839d6350e 04:39:44 ---> Running in 7a88d975171a 04:39:44 Removing intermediate container 97942ea0832b 04:39:44 ---> 229b7635a29a 04:39:44 Step 13/26 : WORKDIR / 04:39:44 ---> Running in 07f444a4016d 04:39:44 ---> d5bc03d37502 04:39:44 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:39:44 ---> Running in b1b83a55692d 04:39:44 Removing intermediate container dc2839d6350e 04:39:44 ---> 6b976c4b4ec6 04:39:44 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:39:44 Removing intermediate container 7a88d975171a 04:39:44 ---> ccb95ad7a797 04:39:44 Step 21/21 : LABEL version=0.0.0 04:39:44 ---> Running in a41c481efedd 04:39:44 ---> Running in df4b8bdb2a69 04:39:44 Removing intermediate container b1b83a55692d 04:39:44 ---> fd9b629b431a 04:39:44 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:44 ---> 3974da986118 04:39:44 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:39:45 Removing intermediate container df4b8bdb2a69 04:39:45 ---> 78f6ceee2c89 04:39:45 04:39:45 ---> Running in 24bb2e860a8d 04:39:45 ---> f9d2f26c892c 04:39:45 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:45 Successfully built 78f6ceee2c89 04:39:45 Successfully tagged docker-core-metadata-go:latest 04:39:45  Building docker-core-metadata-go ... done Removing intermediate container 24bb2e860a8d 04:39:45 ---> b53871e0f6df 04:39:45 Step 19/21 : LABEL arch=x86_64 04:39:45 ---> Running in a025d71642e4 04:39:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:45 ---> 89d91cbed565 04:39:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:39:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:45 Removing intermediate container a025d71642e4 04:39:45 ---> cb9b0a20ffb2 04:39:45 Step 20/21 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:39:45 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:39:45 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:39:45 OK: 12749 distinct packages available 04:39:45 ---> Running in bf29b1f42b00 04:39:46 ---> 00aecaef6fbe 04:39:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:39:46 (1/2) Installing ca-certificates (20191127-r4) 04:39:46 (2/2) Installing dumb-init (1.2.2-r1) 04:39:46 Executing busybox-1.31.1-r16.trigger 04:39:46 Executing ca-certificates-20191127-r4.trigger 04:39:46 OK: 6 MiB in 16 packages 04:39:46 Removing intermediate container bf29b1f42b00 04:39:46 ---> 303b29cdc8b9 04:39:46 Step 21/21 : LABEL version=0.0.0 04:39:46 ---> Running in a02629859986 04:39:46 ---> 8e66f0d2f550 04:39:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:39:47 Removing intermediate container a02629859986 04:39:47 ---> f0be5498f732 04:39:47 04:39:47 Successfully built f0be5498f732 04:39:47 Successfully tagged docker-core-command-go:latest 04:39:47  Building docker-core-command-go ... done Removing intermediate container a41c481efedd 04:39:47 ---> f0d4e64973f4 04:39:47 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:39:47 ---> 2a0f77191188 04:39:47 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:39:48 ---> Running in ea7f045d1872 04:39:48 Removing intermediate container ea7f045d1872 04:39:48 ---> 80720bc86072 04:39:48 Step 14/29 : WORKDIR $BASE_DIR 04:39:48 ---> Running in eaf58b47a0ac 04:39:48 ---> da2266d09c43 04:39:48 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:39:49 Removing intermediate container eaf58b47a0ac 04:39:49 ---> cf5558d80f9a 04:39:49 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:39:49 ---> Running in db9616ab8275 04:39:49 ---> b05bf189aca5 04:39:49 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:39:49 ---> 952483dfa9e7 04:39:49 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:39:49 ---> Running in c31b32445bdc 04:39:50 Removing intermediate container db9616ab8275 04:39:50 ---> 8ae4270cafba 04:39:50 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:39:51 ---> 8ac7bad46ded 04:39:51 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:39:51 Removing intermediate container c31b32445bdc 04:39:51 ---> 8d843c7dcc7b 04:39:51 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:39:51 ---> Running in 5215f69ded5b 04:39:52 ---> 745a547a7319 04:39:52 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:39:52 Removing intermediate container 5215f69ded5b 04:39:52 ---> 033e102409a7 04:39:52 Step 24/26 : LABEL arch=x86_64 04:39:52 ---> Running in b956053c2ebd 04:39:52 ---> d1456968bacd 04:39:52 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:39:52 Removing intermediate container b956053c2ebd 04:39:52 ---> db9da449881c 04:39:52 Step 25/26 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:39:52 ---> Running in 7ea7b7fab1f9 04:39:53 ---> 7babab1c694c 04:39:53 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:39:53 Removing intermediate container 7ea7b7fab1f9 04:39:53 ---> 36d7ce344b75 04:39:53 Step 26/26 : LABEL version=0.0.0 04:39:53 ---> Running in 05af4116781e 04:39:53 ---> ccf7b2d3fd08 04:39:53 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:39:53 ---> Running in 8c75fcfbcb09 04:39:53 Removing intermediate container 05af4116781e 04:39:53 ---> 428c0ebed55b 04:39:53 04:39:53 Successfully built 428c0ebed55b 04:39:54 Successfully tagged docker-security-secretstore-setup-go:latest 04:39:55  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8c75fcfbcb09 04:39:55 ---> b124a4aa82e2 04:39:55 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:39:55 ---> e207512905ae 04:39:55 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:39:56 ---> Running in a97dd209f029 04:39:56 Removing intermediate container 07f444a4016d 04:39:56 ---> 052515781386 04:39:56 04:39:56 Step 10/20 : FROM alpine 04:39:56 ---> a24bb4013296 04:39:56 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:39:56 ---> Running in c3fe4e7cef23 04:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:57 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:39:57 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:39:57 OK: 12749 distinct packages available 04:39:57 Removing intermediate container a97dd209f029 04:39:57 ---> baff7056cb0d 04:39:57 Step 24/29 : RUN chmod 755 security-secrets-setup 04:39:57 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:57 ---> Running in 99e5995e4d9f 04:39:57 (1/4) Installing ca-certificates (20191127-r4) 04:39:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:39:57 (3/4) Installing libcurl (7.69.1-r0) 04:39:57 (4/4) Installing curl (7.69.1-r0) 04:39:57 Executing busybox-1.31.1-r16.trigger 04:39:57 Executing ca-certificates-20191127-r4.trigger 04:39:57 OK: 7 MiB in 18 packages 04:40:00 Removing intermediate container c3fe4e7cef23 04:40:00 ---> 9e6f7765b200 04:40:00 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:40:00 Removing intermediate container 99e5995e4d9f 04:40:00 ---> 09e453820cd4 04:40:00 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:40:00 ---> Running in 2fe7b38a0f5f 04:40:00 ---> Running in faf7d6725d7d 04:40:00 Removing intermediate container 2fe7b38a0f5f 04:40:00 ---> 98bdd43a7330 04:40:00 Step 13/20 : WORKDIR /edgex 04:40:00 Removing intermediate container faf7d6725d7d 04:40:00 ---> ae9eb68a2b30 04:40:00 Step 26/29 : CMD [ "generate" ] 04:40:00 ---> Running in 350cd7813f9c 04:40:00 ---> Running in 24c5d73e09d0 04:40:00 Removing intermediate container 350cd7813f9c 04:40:00 ---> dbcc88769037 04:40:00 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:40:00 Removing intermediate container 24c5d73e09d0 04:40:00 ---> 4250c85e06c9 04:40:00 Step 27/29 : LABEL arch=x86_64 04:40:00 ---> Running in e7858302432b 04:40:01 ---> 283545416a30 04:40:01 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:40:01 Removing intermediate container e7858302432b 04:40:01 ---> 6088f61c737d 04:40:01 Step 28/29 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:40:01 ---> Running in 37d0972d3787 04:40:01 Removing intermediate container 37d0972d3787 04:40:01 ---> f67cd5b417cc 04:40:01 Step 29/29 : LABEL version=0.0.0 04:40:01 ---> Running in ba042e09b3b6 04:40:01 ---> f8316b663b25 04:40:01 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:40:01 ---> Running in 24d7b2831167 04:40:01 Removing intermediate container ba042e09b3b6 04:40:01 ---> 9584caa1ee03 04:40:01 04:40:01 Successfully built 9584caa1ee03 04:40:01 Successfully tagged docker-security-secrets-setup-go:latest 04:40:01  Building docker-security-secrets-setup-go ... done Removing intermediate container 24d7b2831167 04:40:01 ---> 3bd3b8ce545f 04:40:01 Step 17/20 : CMD ["--init=true"] 04:40:01 ---> Running in a22ffa9ad1ad 04:40:02 Removing intermediate container a22ffa9ad1ad 04:40:02 ---> 69ec32f2d58a 04:40:02 Step 18/20 : LABEL arch=x86_64 04:40:02 ---> Running in c1b572c5d764 04:40:02 Removing intermediate container c1b572c5d764 04:40:02 ---> 7d7d337dea9c 04:40:02 Step 19/20 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:40:02 ---> Running in 169e1c9f403b 04:40:02 Removing intermediate container 169e1c9f403b 04:40:02 ---> 067beb98a9c2 04:40:02 Step 20/20 : LABEL version=0.0.0 04:40:02 ---> Running in 0d8c9b41f0ca 04:40:02 Removing intermediate container 0d8c9b41f0ca 04:40:02 ---> b3735b1e91cd 04:40:02 04:40:03 Successfully built b3735b1e91cd 04:40:03 Successfully tagged docker-security-proxy-setup-go:latest 04:40:03  Building docker-security-proxy-setup-go ... done  [Pipeline] } 04:40:03 $ docker stop --time=1 c46825a1aa568d3b49494b303382eb27bc69f601562d0bb02def0d069ecc1245 04:40:05 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:05 $ docker rm -f c46825a1aa568d3b49494b303382eb27bc69f601562d0bb02def0d069ecc1245 [Pipeline] // withDockerContainer [Pipeline] sh 04:40:05 + docker images 04:40:05 + grep docker 04:40:05 docker-security-proxy-setup-go latest b3735b1e91cd 3 seconds ago 16.4MB 04:40:05 docker-security-secrets-setup-go latest 9584caa1ee03 4 seconds ago 25.1MB 04:40:05 docker-security-secretstore-setup-go latest 428c0ebed55b 12 seconds ago 33.9MB 04:40:05 docker-core-command-go latest f0be5498f732 18 seconds ago 13MB 04:40:05 docker-core-metadata-go latest 78f6ceee2c89 21 seconds ago 14.4MB 04:40:05 docker-sys-mgmt-agent-go latest 9e6dd73d6423 38 seconds ago 284MB 04:40:05 docker-core-data-go latest 5f3b73322e0b 2 minutes ago 23.8MB 04:40:05 docker-support-notifications-go latest 7f3dfaa615bf 2 minutes ago 14.4MB 04:40:05 docker-support-scheduler-go latest 0d9b2da2e026 2 minutes ago 13.1MB 04:40:05 docker-support-logging-go latest 22545a9e058f 2 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:10 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:14 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:33 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:38 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:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04: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:56 $ docker stop --time=1 fb40dc615dc7643c1f3802ea8242349115512aeb669f6ee7551d93bca64a7393 04:40:59 $ docker rm -f fb40dc615dc7643c1f3802ea8242349115512aeb669f6ee7551d93bca64a7393 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:01 04:41:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:41:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:01 latest: Pulling from edgex-devops/edgex-compose-arm64 04:41:01 29e5d40040c1: Pulling fs layer 04:41:01 1ce36da41761: Pulling fs layer 04:41:01 25b303627fd3: Pulling fs layer 04:41:01 29e5d40040c1: Verifying Checksum 04:41:01 29e5d40040c1: Download complete 04:41:02 29e5d40040c1: Pull complete 04:41:02 1ce36da41761: Verifying Checksum 04:41:02 1ce36da41761: Download complete 04:41:04 1ce36da41761: Pull complete 04:41:04 25b303627fd3: Download complete 04:41:14 25b303627fd3: Pull complete 04:41:14 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:41:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:41:14 prd-ubuntu18.04-docker-arm64-4c-16g-3351 does not seem to be running inside a container 04:41:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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:18 $ docker top e8dbc5f125c7c08bce4f5090a1968f27484964ba5694e374d6ddc0f53d8d50b3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:20 + docker-compose build --help 04:41:20 + grep parallel 04:41:23 --parallel Build images in parallel. [Pipeline] } 04:41:23 $ docker stop --time=1 e8dbc5f125c7c08bce4f5090a1968f27484964ba5694e374d6ddc0f53d8d50b3 04:41:25 $ docker rm -f e8dbc5f125c7c08bce4f5090a1968f27484964ba5694e374d6ddc0f53d8d50b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:26 . [Pipeline] withDockerContainer 04:41:26 prd-ubuntu18.04-docker-arm64-4c-16g-3351 does not seem to be running inside a container 04:41:26 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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:28 $ docker top 6a35d6a8fdb302977ad2c7e56ba9c166bdcc7a7feee83b9e6f1c46f296c49b21 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:29 + docker-compose -f ./docker-compose-build.yml build --parallel 04:41:33 Building docker-core-command-go ... 04:41:33 Building docker-core-data-go ... 04:41:33 Building docker-core-metadata-go ... 04:41:33 Building docker-security-proxy-setup-go ... 04:41:33 Building docker-security-secrets-setup-go ... 04:41:33 Building docker-security-secretstore-setup-go ... 04:41:33 Building docker-support-logging-go ... 04:41:33 Building docker-support-notifications-go ... 04:41:33 Building docker-support-scheduler-go ... 04:41:33 Building docker-sys-mgmt-agent-go ... 04:41:33 Building docker-core-data-go 04:41:33 Building docker-security-proxy-setup-go 04:41:33 Building docker-support-logging-go 04:41:33 Building docker-core-metadata-go 04:41:33 Building docker-security-secretstore-setup-go 04:43:25 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:43:25 ---> 4ae8d3f93f21 04:43:25 Step 3/21 : WORKDIR /edgex-go 04:43:25 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:25 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:43:25 ---> 4ae8d3f93f21 04:43:25 Step 3/20 : WORKDIR /edgex-go 04:43:25 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:43:25 ---> 4ae8d3f93f21 04:43:25 Step 3/22 : WORKDIR /edgex-go 04:43:25 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:43:25 ---> 4ae8d3f93f21 04:43:25 Step 3/26 : WORKDIR /edgex-go 04:43:25 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:43:25 ---> 4ae8d3f93f21 04:43:25 Step 3/21 : WORKDIR /edgex-go 04:43:25 ---> Running in 1c08897d99bd 04:43:25 ---> Running in b6d83a975695 04:43:25 ---> Running in 9e8ee5447622 04:43:25 ---> Running in 6ed12669b602 04:43:25 ---> Running in 27b49720f4a1 04:43:26 Removing intermediate container 9e8ee5447622 04:43:26 ---> 7f50b7795c16 04:43:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:26 Removing intermediate container 27b49720f4a1 04:43:26 ---> 767be7d37125 04:43:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:26 Removing intermediate container b6d83a975695 04:43:26 ---> 26db12e56036 04:43:26 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:26 Removing intermediate container 1c08897d99bd 04:43:26 ---> 9b6aa5b8de7d 04:43:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:26 Removing intermediate container 6ed12669b602 04:43:26 ---> 832bf34393fa 04:43:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:26 ---> Running in f63097a8d3d4 04:43:26 ---> Running in 0d66fca5b4f1 04:43:26 ---> Running in a29a619ddce1 04:43:26 ---> Running in 24127362f717 04:43:26 ---> Running in 591f187926b2 04:43:31 Removing intermediate container f63097a8d3d4 04:43:31 ---> 475a6c8c2eac 04:43:31 Step 5/26 : RUN apk update && apk add make git 04:43:31 ---> Running in 02a51ede3e6c 04:43:31 Removing intermediate container 0d66fca5b4f1 04:43:31 ---> 86d4c371cd77 04:43:31 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:43:31 Removing intermediate container a29a619ddce1 04:43:31 ---> 7a64e5a7e8ae 04:43:31 Step 5/20 : RUN apk update && apk add make git 04:43:31 ---> Running in 208284afe8c6 04:43:31 ---> Running in 04df8eb7a470 04:43:31 Removing intermediate container 591f187926b2 04:43:31 ---> 4f4acae6dcff 04:43:31 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:43:31 ---> Running in 66526c6bdb31 04:43:31 Removing intermediate container 24127362f717 04:43:31 ---> 8334a77cd439 04:43:31 Step 5/21 : RUN apk update && apk add make git 04:43:32 ---> Running in 58d40275679d 04:43:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:34 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:35 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:35 OK: 12620 distinct packages available 04:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:35 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:35 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:35 OK: 12620 distinct packages available 04:43:35 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:35 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:35 OK: 12620 distinct packages available 04:43:35 OK: 217 MiB in 51 packages 04:43:36 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:36 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:36 OK: 12620 distinct packages available 04:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:36 OK: 217 MiB in 51 packages 04:43:36 OK: 217 MiB in 51 packages 04:43:36 OK: 217 MiB in 51 packages 04:43:36 OK: 217 MiB in 51 packages 04:43:37 Removing intermediate container 02a51ede3e6c 04:43:37 ---> 3b4ecb0dbb1a 04:43:37 Step 6/26 : COPY go.mod . 04:43:38 Removing intermediate container 04df8eb7a470 04:43:38 ---> 955e5c748a0f 04:43:38 Step 6/20 : COPY go.mod . 04:43:38 ---> 134ba2b636e7 04:43:38 Step 7/26 : RUN go mod download 04:43:38 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:38 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:38 OK: 12620 distinct packages available 04:43:38 ---> Running in 2fe41e8fd32b 04:43:38 Removing intermediate container 208284afe8c6 04:43:38 ---> 2262203c23ff 04:43:38 Step 6/21 : COPY go.mod . 04:43:38 Removing intermediate container 66526c6bdb31 04:43:38 ---> 2356df5b3206 04:43:38 Step 6/22 : COPY go.mod . 04:43:39 ---> 0853b27c9f37 04:43:39 Step 7/20 : RUN go mod download 04:43:39 ---> Running in 3b0078eda5c8 04:43:39 OK: 217 MiB in 51 packages 04:43:40 ---> 20e1eaf1bd2d 04:43:40 Step 7/21 : RUN go mod download 04:43:40 ---> a2527100929c 04:43:40 Step 7/22 : RUN go mod download 04:43:40 ---> Running in b105e92a6f9a 04:43:40 ---> Running in edfb56e1f670 04:43:41 Removing intermediate container 58d40275679d 04:43:41 ---> c1b07c3d0bef 04:43:41 Step 6/21 : COPY go.mod . 04:43:43 ---> 8999177ec10a 04:43:43 Step 7/21 : RUN go mod download 04:43:43 ---> Running in cf4757d0bed1 04:43:43 Removing intermediate container 2fe41e8fd32b 04:43:43 ---> 9fa2f2f02d2a 04:43:43 Step 8/26 : COPY . . 04:43:43 Removing intermediate container 3b0078eda5c8 04:43:43 ---> 16e4692c95bf 04:43:43 Step 8/20 : COPY . . 04:43:46 Removing intermediate container edfb56e1f670 04:43:46 ---> 9ccf189f9807 04:43:46 Step 8/22 : COPY . . 04:43:46 Removing intermediate container b105e92a6f9a 04:43:46 ---> 5ba9bf514d18 04:43:46 Step 8/21 : COPY . . 04:43:48 Removing intermediate container cf4757d0bed1 04:43:48 ---> e432ec343ef1 04:43:48 Step 8/21 : COPY . . 04:44:15 ---> fe5a87a96b81 04:44:15 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:44:15 ---> 4af0b0199d3d 04:44:15 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:44:15 ---> a24c14524a38 04:44:15 Step 9/21 : RUN make cmd/support-logging/support-logging 04:44:15 ---> Running in 2dbc5e9c9657 04:44:15 ---> Running in 10ebb3b30a30 04:44:15 ---> d53c48886510 04:44:15 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:44:15 ---> bc531b6f2c20 04:44:15 Step 9/22 : RUN make cmd/core-data/core-data 04:44:16 ---> Running in b7c96827ee22 04:44:16 ---> Running in 5733184622b3 04:44:16 ---> Running in 0121dd172bd3 04:44:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:44:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:44:18 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:19 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:44:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:45:41 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:45:41 Removing intermediate container 2dbc5e9c9657 04:45:41 ---> 19b5b8468975 04:45:41 04:45:41 Step 10/20 : FROM alpine 04:45:41 latest: Pulling from library/alpine 04:45:41 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:45:41 Status: Downloaded newer image for alpine:latest 04:45:41 ---> 62ee0e9f8440 04:45:41 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:45:42 ---> Running in 7d958a8b33ab 04:45:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:45 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:45:45 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:45:45 OK: 12620 distinct packages available 04:45:47 (1/4) Installing ca-certificates (20191127-r4) 04:45:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:45:47 (3/4) Installing libcurl (7.69.1-r0) 04:45:47 (4/4) Installing curl (7.69.1-r0) 04:45:47 Executing busybox-1.31.1-r16.trigger 04:45:47 Executing ca-certificates-20191127-r4.trigger 04:45:47 OK: 7 MiB in 18 packages 04:45:48 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:45:50 Removing intermediate container 7d958a8b33ab 04:45:50 ---> cad6dc645fee 04:45:50 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:45:50 ---> Running in 24bd41e53313 04:45:51 Removing intermediate container 24bd41e53313 04:45:51 ---> 52527caa4b19 04:45:51 Step 13/20 : WORKDIR /edgex 04:45:51 ---> Running in 6bec4f3d0afe 04:45:51 Removing intermediate container 6bec4f3d0afe 04:45:51 ---> 26ff698dc573 04:45:51 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:45:52 ---> 32ee46323572 04:45:52 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:45:54 ---> f3f552c21561 04:45:54 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:45:54 ---> Running in d4cf6de4af60 04:45:55 Removing intermediate container d4cf6de4af60 04:45:55 ---> 9f6a53717eb1 04:45:55 Step 17/20 : CMD ["--init=true"] 04:45:55 ---> Running in fcda76478eb9 04:45:56 Removing intermediate container fcda76478eb9 04:45:56 ---> 6e04b9611acb 04:45:56 Step 18/20 : LABEL arch=arm64 04:45:57 ---> Running in 3b1bed950f41 04:45:58 Removing intermediate container 3b1bed950f41 04:45:58 ---> a732ad1bcccc 04:45:58 Step 19/20 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:45:58 ---> Running in a26b51efff5f 04:45:59 Removing intermediate container a26b51efff5f 04:45:59 ---> 7f52cdff5606 04:45:59 Step 20/20 : LABEL version=0.0.0 04:45:59 ---> Running in cb7f99a5cf5d 04:46:01 Removing intermediate container cb7f99a5cf5d 04:46:01 ---> 0492f0508b17 04:46:01 04:46:04 Successfully built 0492f0508b17 04:46:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:46:04  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go 04:46:05 Removing intermediate container 10ebb3b30a30 04:46:05 ---> 129ff1e3d127 04:46:05 04:46:05 Step 10/26 : FROM alpine:3.10 04:46:05 Removing intermediate container b7c96827ee22 04:46:05 ---> b52265cc525a 04:46:05 04:46:05 Step 10/21 : FROM scratch 04:46:05 ---> 04:46:05 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:46:06 3.10: Pulling from library/alpine 04:46:06 ---> Running in cd8eac88f9aa 04:46:07 Removing intermediate container cd8eac88f9aa 04:46:07 ---> 59d9ed599de9 04:46:07 Step 12/21 : ENV APP_PORT=48061 04:46:08 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:46:08 Status: Downloaded newer image for alpine:3.10 04:46:08 ---> 536a684cf733 04:46:08 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:46:08 ---> Running in 2eafcb1712da 04:46:09 ---> Running in e02ec333f53b 04:46:09 Removing intermediate container 2eafcb1712da 04:46:09 ---> c4544f12fdfd 04:46:09 Step 13/21 : EXPOSE $APP_PORT 04:46:10 ---> Running in 35940cd2293f 04:46:11 Removing intermediate container 35940cd2293f 04:46:11 ---> 2f9517779990 04:46:11 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:46:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:46:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:46:12 ---> af3c056cfd68 04:46:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:46:13 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:46:13 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:46:13 OK: 10167 distinct packages available 04:46:13 (1/5) Installing ca-certificates (20191127-r2) 04:46:14 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:46:14 (3/5) Installing libcurl (7.66.0-r0) 04:46:14 ---> f897ba130555 04:46:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:46:14 (4/5) Installing curl (7.66.0-r0) 04:46:14 (5/5) Installing dumb-init (1.2.2-r1) 04:46:14 Executing busybox-1.30.1-r3.trigger 04:46:14 Executing ca-certificates-20191127-r2.trigger 04:46:14 OK: 7 MiB in 19 packages 04:46:16 ---> 767735dc6474 04:46:16 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:46:16 Removing intermediate container e02ec333f53b 04:46:16 ---> 9ae4d06839fd 04:46:16 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:46:17 ---> Running in 83cf50c00a3f 04:46:18 ---> 791be38cb63d 04:46:18 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:20 Removing intermediate container 83cf50c00a3f 04:46:20 ---> 2a2a0df78b2d 04:46:20 Step 13/26 : WORKDIR / 04:46:20 ---> Running in 5acc3bae5cc9 04:46:20 ---> Running in 5790b6402b87 04:46:21 Removing intermediate container 5acc3bae5cc9 04:46:21 ---> 86f6483f0b48 04:46:21 Step 19/21 : LABEL arch=arm64 04:46:22 ---> Running in c28dbcf7f347 04:46:23 Removing intermediate container 5790b6402b87 04:46:23 ---> d07c82a00aa0 04:46: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:46:23 Removing intermediate container c28dbcf7f347 04:46:23 ---> ca12254042a7 04:46:23 Step 20/21 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:46:24 Removing intermediate container 5733184622b3 04:46:24 ---> de5a10c2e38f 04:46:24 04:46:24 Step 10/21 : FROM scratch 04:46:24 ---> 04:46:24 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:24 ---> Running in 73a4cce7fee4 04:46:24 ---> f67c3a32eca0 04:46:24 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:46:24 ---> Running in e5870e16225b 04:46:25 Removing intermediate container 73a4cce7fee4 04:46:25 ---> 6179fae06bae 04:46:25 Step 21/21 : LABEL version=0.0.0 04:46:26 Removing intermediate container e5870e16225b 04:46:26 ---> 67b22e0a1d42 04:46:26 Step 12/21 : ENV APP_PORT=48081 04:46:26 ---> 7b9bfab821be 04:46:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:46:26 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:26 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:46:26 ---> 4ae8d3f93f21 04:46:26 Step 3/29 : WORKDIR /edgex-go 04:46:26 ---> Using cache 04:46:26 ---> 832bf34393fa 04:46:26 Step 4/29 : RUN apk update && apk add make git 04:46:26 ---> Running in d9d949368557 04:46:26 ---> Running in ab1aad384a56 04:46:26 ---> Running in 74dfdc997aa3 04:46:27 Removing intermediate container ab1aad384a56 04:46:27 ---> b45ec18ef9e4 04:46:27 04:46:27 Removing intermediate container d9d949368557 04:46:27 ---> 520cd0004a9e 04:46:27 Step 13/21 : EXPOSE $APP_PORT 04:46:27 ---> Running in ef8f32e8e74e 04:46:27 ---> e211c098f0c3 04:46:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:46:27 Successfully built b45ec18ef9e4 04:46:27 Successfully tagged docker-support-logging-go-arm64:latest 04:46:27 Building docker-sys-mgmt-agent-go 04:46:28  Building docker-support-logging-go ... done Removing intermediate container ef8f32e8e74e 04:46:28 ---> 504db533d6b1 04:46:28 Step 14/21 : WORKDIR / 04:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:29 ---> Running in 264062293a6c 04:46:29 ---> 39569f4835e6 04:46:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:46:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:30 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:30 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:30 OK: 12620 distinct packages available 04:46:31 OK: 217 MiB in 51 packages 04:46:31 Removing intermediate container 0121dd172bd3 04:46:31 ---> 388cf93c5f40 04:46:31 04:46:31 Step 10/22 : FROM alpine 04:46:31 ---> 62ee0e9f8440 04:46:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:31 Removing intermediate container 264062293a6c 04:46:31 ---> 3f0ceea12562 04:46:31 ---> 53e93e0e7e52 04:46:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:46:31 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:46:31 ---> Running in 6ad6bc218bbf 04:46:33 ---> 67769104d883 04:46:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:46:34 Removing intermediate container 6ad6bc218bbf 04:46:34 ---> 86eea1bf42bb 04:46:34 Step 12/22 : ENV APP_PORT=48080 04:46:34 ---> 58477964d33e 04:46:34 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:46:35 Removing intermediate container 74dfdc997aa3 04:46:35 ---> 9236c9722af9 04:46:35 Step 5/29 : COPY go.mod . 04:46:35 ---> Running in e6787dbe211f 04:46:35 ---> 50a791462f96 04:46:35 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:46:35 ---> 7a63151bac9c 04:46:35 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:46:35 Removing intermediate container e6787dbe211f 04:46:35 ---> 1f4cbec2930d 04:46:35 Step 13/22 : EXPOSE $APP_PORT 04:46:36 ---> Running in c46cb471aa43 04:46:36 ---> 5a5c6c8dd91f 04:46:36 Step 6/29 : RUN go mod download 04:46:36 ---> 3a180f302538 04:46:36 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:36 ---> Running in 73f2319eda26 04:46:37 Removing intermediate container c46cb471aa43 04:46:37 ---> 93403cb4fa0b 04:46:37 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:37 ---> Running in 51dbf5e6d9fc 04:46:37 ---> Running in c7c1cdf4fd40 04:46:37 ---> 0af365136cca 04:46:37 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:46:37 ---> Running in 0f0717b6d5d3 04:46:38 Removing intermediate container 51dbf5e6d9fc 04:46:38 ---> 2e6921d986d1 04:46:38 Step 19/21 : LABEL arch=arm64 04:46:38 ---> Running in 769c0f9c4e32 04:46:39 Removing intermediate container 769c0f9c4e32 04:46:39 ---> bd05c355b852 04:46:39 Step 20/21 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:46:40 ---> Running in 301b09ba756d 04:46:41 Removing intermediate container 301b09ba756d 04:46:41 ---> 53bd60aec875 04:46:41 Step 21/21 : LABEL version=0.0.0 04:46:42 Removing intermediate container 73f2319eda26 04:46:42 ---> 1cdac25c1b6e 04:46:42 Step 7/29 : COPY . . 04:46:42 ---> Running in 5cf9c889ae37 04:46:42 Removing intermediate container c7c1cdf4fd40 04:46:42 ---> dd2f43e12fb7 04:46:42 Step 15/22 : RUN apk --no-cache add zeromq 04:46:43 ---> Running in 744eed3547c2 04:46:43 Removing intermediate container 0f0717b6d5d3 04:46:43 ---> e123bda0e442 04:46:43 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:46:44 Removing intermediate container 5cf9c889ae37 04:46:44 ---> a4df92c58400 04:46:44 04:46:45 Successfully built a4df92c58400 04:46:45 Successfully tagged docker-core-metadata-go-arm64:latest 04:46:45 Building docker-support-notifications-go 04:46:45  Building docker-core-metadata-go ... done  ---> Running in 7aa17cd84557 04:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:48 Removing intermediate container 7aa17cd84557 04:46:48 ---> cf0cc430309b 04:46:48 Step 24/26 : LABEL arch=arm64 04:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:49 (1/5) Installing libgcc (9.3.0-r2) 04:46:49 (2/5) Installing libsodium (1.0.18-r0) 04:46:49 (3/5) Installing libstdc++ (9.3.0-r2) 04:46:49 (4/5) Installing libzmq (4.3.2-r0) 04:46:49 (5/5) Installing zeromq (4.3.2-r0) 04:46:49 Executing busybox-1.31.1-r16.trigger 04:46:49 OK: 8 MiB in 19 packages 04:46:50 ---> Running in f8e2e0ff31d0 04:46:51 Removing intermediate container f8e2e0ff31d0 04:46:51 ---> 4a97dcadc166 04:46:51 Step 25/26 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:46:51 ---> Running in 9c418921dc01 04:46:52 Removing intermediate container 744eed3547c2 04:46:52 ---> c6809d0d765d 04:46:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:46:52 Removing intermediate container 9c418921dc01 04:46:52 ---> 1f62fe0c08be 04:46:52 Step 26/26 : LABEL version=0.0.0 04:46:53 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:46:53 ---> 4ae8d3f93f21 04:46:53 Step 3/26 : WORKDIR /edgex-go 04:46:53 ---> Using cache 04:46:53 ---> 832bf34393fa 04:46:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:53 ---> Using cache 04:46:53 ---> 4f4acae6dcff 04:46:53 Step 5/26 : RUN apk update && apk add make bash git 04:46:53 ---> Running in 97d782d2f3aa 04:46:53 ---> Running in d4f4d3b512e9 04:46:54 ---> f786e3dd9934 04:46:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:46:55 Removing intermediate container d4f4d3b512e9 04:46:55 ---> 23759cd4804b 04:46:55 04:46:56 Successfully built 23759cd4804b 04:46:56 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:46:56  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 04:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:57 ---> 2a979e6e6424 04:46:57 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:46:58 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:58 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:58 OK: 12620 distinct packages available 04:46:59 OK: 217 MiB in 51 packages 04:47:00 ---> de562c879eb4 04:47:00 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:01 ---> Running in b52206590413 04:47:02 Removing intermediate container b52206590413 04:47:02 ---> 0b86e73f7aa8 04:47:02 Step 20/22 : LABEL arch=arm64 04:47:02 Removing intermediate container 97d782d2f3aa 04:47:02 ---> 4e9cbc9c1409 04:47:02 Step 6/26 : COPY go.mod . 04:47:02 ---> Running in ff80d4a0ccad 04:47:03 Removing intermediate container ff80d4a0ccad 04:47:03 ---> 1f082d64068c 04:47:03 Step 21/22 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:47:03 ---> 2d0d1a54eebd 04:47:03 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:47:03 ---> 178e2c7dfeb9 04:47:03 Step 7/26 : RUN go mod download 04:47:03 ---> Running in 5d814f252025 04:47:03 ---> Running in 0746525f05ca 04:47:03 ---> Running in 847b433d606c 04:47:04 Removing intermediate container 0746525f05ca 04:47:04 ---> f6be26e882bb 04:47:04 Step 22/22 : LABEL version=0.0.0 04:47:05 ---> Running in 6da0ac782484 04:47:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:47:05 Removing intermediate container 6da0ac782484 04:47:05 ---> 17b03aa87cac 04:47:05 04:47:06 Successfully built 17b03aa87cac 04:47:06 Successfully tagged docker-core-data-go-arm64:latest 04:47:06  Building docker-core-data-go ... done Building docker-core-command-go 04:47:08 Removing intermediate container 847b433d606c 04:47:08 ---> 2cba2fac4225 04:47:08 Step 8/26 : COPY . . 04:47:26 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:47:26 ---> 4ae8d3f93f21 04:47:26 Step 3/23 : WORKDIR /edgex-go 04:47:26 ---> Using cache 04:47:26 ---> 832bf34393fa 04:47:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:26 ---> Using cache 04:47:26 ---> 4f4acae6dcff 04:47:26 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:47:32 ---> Running in d16c9f951d54 04:47:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:36 v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:36 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:36 OK: 12620 distinct packages available 04:47:37 OK: 217 MiB in 51 packages 04:47:39 ---> 891bbe79e14f 04:47:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:47:39 ---> Running in 5553d8b36b38 04:47:40 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:40 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:47:40 ---> 4ae8d3f93f21 04:47:40 Step 3/20 : WORKDIR /edgex-go 04:47:40 ---> Using cache 04:47:40 ---> 832bf34393fa 04:47:40 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:40 ---> Using cache 04:47:40 ---> 4f4acae6dcff 04:47:40 Step 5/20 : RUN apk update && apk add make git 04:47:40 ---> Running in 25d3f201c18f 04:47:40 Removing intermediate container d16c9f951d54 04:47:40 ---> aa983c13583e 04:47:40 Step 6/23 : COPY go.mod . 04:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:47:41 ---> 31fcb9cb0089 04:47:41 Step 7/23 : RUN go mod download 04:47:42 ---> Running in 2f929564abc5 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: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 OK: 217 MiB in 51 packages 04:47:48 Removing intermediate container 25d3f201c18f 04:47:48 ---> 113983da9cce 04:47:48 Step 6/20 : COPY go.mod . 04:47:48 Removing intermediate container 2f929564abc5 04:47:48 ---> 24386e933512 04:47:48 Step 8/23 : COPY . . 04:47:50 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:47:50 ---> 4ae8d3f93f21 04:47:50 Step 3/21 : WORKDIR /edgex-go 04:47:50 ---> Using cache 04:47:50 ---> 832bf34393fa 04:47:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:50 ---> Using cache 04:47:50 ---> 4f4acae6dcff 04:47:50 Step 5/21 : RUN apk update && apk add make git 04:47:50 ---> Using cache 04:47:50 ---> 113983da9cce 04:47:50 Step 6/21 : COPY go.mod . 04:47:50 ---> b20e7e5106a0 04:47:50 Step 7/20 : RUN go mod download 04:47:51 ---> Running in 605dd868bf4d 04:47:51 ---> ebf046a7f5ca 04:47:51 Step 7/21 : RUN go mod download 04:47:51 ---> Running in 040f43d9a20d 04:47:53 Removing intermediate container 5d814f252025 04:47:53 ---> 8902bac3bf8a 04:47:53 04:47:53 Step 9/29 : FROM alpine:latest 04:47:53 ---> 62ee0e9f8440 04:47:53 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:47:53 ---> Running in 761e39c8bb57 04:47:54 Removing intermediate container 761e39c8bb57 04:47:54 ---> 0ca97daafdad 04:47:54 Step 11/29 : USER root 04:47:55 ---> Running in c994f71f3897 04:47:56 Removing intermediate container c994f71f3897 04:47:56 ---> 1df10c9c2a85 04:47:56 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:47:57 Removing intermediate container 605dd868bf4d 04:47:57 ---> 5d0f06e3528e 04:47:57 Step 8/20 : COPY . . 04:47:57 ---> Running in 74fd9d29f7b4 04:47:58 Removing intermediate container 040f43d9a20d 04:47:58 ---> 5903cfad9c62 04:47:58 Step 8/21 : COPY . . 04:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:01 v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:48:01 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:48:01 OK: 12620 distinct packages available 04:48:02 (1/2) Installing ca-certificates (20191127-r4) 04:48:02 (2/2) Installing dumb-init (1.2.2-r1) 04:48:02 Executing busybox-1.31.1-r16.trigger 04:48:02 Executing ca-certificates-20191127-r4.trigger 04:48:02 OK: 6 MiB in 16 packages 04:48:09 Removing intermediate container 74fd9d29f7b4 04:48:09 ---> 48e0654750ec 04:48:09 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:48:09 ---> Running in af12eb54d9bf 04:48:11 Removing intermediate container af12eb54d9bf 04:48:11 ---> e870378acc56 04:48:11 Step 14/29 : WORKDIR $BASE_DIR 04:48:12 ---> Running in 4bf6efc331f2 04:48:13 Removing intermediate container 4bf6efc331f2 04:48:13 ---> 2e94ecc07eb0 04:48:13 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:48:13 ---> Running in dfd66de58f1e 04:48:20 Removing intermediate container dfd66de58f1e 04:48:20 ---> a008d437feb7 04:48:20 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:48:22 ---> d5775c1dbdda 04:48:22 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:48:25 ---> ff90d1eb1784 04:48:25 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:48:25 ---> 648ae711923c 04:48:25 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:48:26 ---> 0c37a9cc662d 04:48:26 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:48:26 ---> Running in a3c206d0388a 04:48:28 ---> 94a8618fdf9a 04:48:28 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:48:28 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:29 Removing intermediate container 5553d8b36b38 04:48:29 ---> 4aae0cf6db5f 04:48:29 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:48:29 ---> Running in a84d69e3e280 04:48:29 ---> 4c07bc6a043a 04:48:29 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:48:30 ---> Running in 466ab56d02a9 04:48:30 ---> 6a08693aa7c9 04:48:30 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:48:30 ---> Running in 02d15a306b87 04:48:31 ---> ed90d8960064 04:48:31 Step 9/21 : RUN make cmd/core-command/core-command 04:48:31 ---> Running in 06f4015872f2 04:48:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:48:34 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:48:34 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:48:35 Removing intermediate container 466ab56d02a9 04:48:35 ---> 41a04f3474de 04:48:35 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:48:36 ---> c1730f346fcf 04:48:36 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:48:36 ---> Running in 30d20edfc1d8 04:48:38 Removing intermediate container a84d69e3e280 04:48:38 ---> 56255050b8ef 04:48:38 04:48:38 Step 11/26 : FROM docker:latest 04:48:38 ---> ce9d55ae87f1 04:48:38 Step 12/26 : RUN apk add --no-cache bash 04:48:39 ---> Running in 8930d7b877ca 04:48:40 Removing intermediate container 30d20edfc1d8 04:48:40 ---> 7497dd51276d 04:48:40 Step 24/29 : RUN chmod 755 security-secrets-setup 04:48:40 ---> Running in 8380f74320b0 04:48:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:43 (1/2) Installing readline (8.0.4-r0) 04:48:43 (2/2) Installing bash (5.0.17-r0) 04:48:43 Executing bash-5.0.17-r0.post-install 04:48:43 Executing busybox-1.31.1-r16.trigger 04:48:43 OK: 12 MiB in 22 packages 04:48:45 Removing intermediate container 8930d7b877ca 04:48:45 ---> 3dc0d3a83f9a 04:48:45 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:48:45 ---> Running in 8200abb8d17b 04:48:45 Removing intermediate container 8380f74320b0 04:48:45 ---> d24b07f2921f 04:48:45 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:48:46 ---> Running in 4ec58693b12d 04:48:47 Removing intermediate container 4ec58693b12d 04:48:47 ---> 25ab10d0edd7 04:48:47 Step 26/29 : CMD [ "generate" ] 04:48:47 ---> Running in 3b9517cb11c9 04:48:48 Removing intermediate container 3b9517cb11c9 04:48:48 ---> b2505f701530 04:48:48 Step 27/29 : LABEL arch=arm64 04:48:48 ---> Running in 7c7ee5c6fa3e 04:48:48 Removing intermediate container 7c7ee5c6fa3e 04:48:48 ---> 0258049ee239 04:48:48 Step 28/29 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:48:48 ---> Running in de69948212d6 04:48:49 Removing intermediate container de69948212d6 04:48:49 ---> 14fe07c0cada 04:48:49 Step 29/29 : LABEL version=0.0.0 04:48:49 ---> Running in 89043a382401 04:48:50 Removing intermediate container 8200abb8d17b 04:48:50 ---> f1f9f4c84455 04:48:50 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:48:50 ---> Running in c4c7c4730a38 04:48:50 Removing intermediate container 89043a382401 04:48:50 ---> 354354dc7403 04:48:50 04:48:51 Removing intermediate container c4c7c4730a38 04:48:51 ---> 9113c1b1eda1 04:48:51 Step 15/26 : ENV APP_PORT=48090 04:48:51 Successfully built 354354dc7403 04:48:51 ---> Running in 24f99df96e76 04:48:51 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:48:52  Building docker-security-secrets-setup-go ... done Removing intermediate container 24f99df96e76 04:48:52 ---> 3e56b3adc2b3 04:48:52 Step 16/26 : EXPOSE $APP_PORT 04:48:52 ---> Running in 2c8710fe9a9a 04:48:53 Removing intermediate container 2c8710fe9a9a 04:48:53 ---> ef67fb3b38b4 04:48:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:48:55 ---> 3d6365a9b7bb 04:48:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:48:56 ---> efb19054cf42 04:48:56 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:48:57 ---> 5a68895ceda1 04:48:57 Step 20/26 : RUN apk --no-cache add py-pip 04:48:57 ---> Running in 3c6f90862b0e 04:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:00 (1/33) Installing libbz2 (1.0.8-r1) 04:49:01 (2/33) Installing expat (2.2.9-r1) 04:49:01 (3/33) Installing libffi (3.3-r2) 04:49:01 (4/33) Installing gdbm (1.13-r1) 04:49:01 (5/33) Installing xz-libs (5.2.5-r0) 04:49:01 (6/33) Installing sqlite-libs (3.32.1-r0) 04:49:01 (7/33) Installing python3 (3.8.5-r0) 04:49:03 (8/33) Installing py3-appdirs (1.4.4-r1) 04:49:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:49:03 (10/33) Installing py3-parsing (2.4.7-r0) 04:49:03 (11/33) Installing py3-six (1.15.0-r0) 04:49:03 (12/33) Installing py3-packaging (20.4-r0) 04:49:03 (13/33) Installing py3-setuptools (47.0.0-r0) 04:49:03 (14/33) Installing py3-chardet (3.0.4-r4) 04:49:03 (15/33) Installing py3-idna (2.9-r0) 04:49:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:49:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:49:03 (18/33) Installing py3-requests (2.23.0-r0) 04:49:03 (19/33) Installing py3-msgpack (1.0.0-r0) 04:49:03 (20/33) Installing py3-lockfile (0.12.2-r3) 04:49:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:49:03 (22/33) Installing py3-colorama (0.4.3-r0) 04:49:03 (23/33) Installing py3-distlib (0.3.0-r0) 04:49:03 (24/33) Installing py3-distro (1.5.0-r1) 04:49:03 (25/33) Installing py3-webencodings (0.5.1-r3) 04:49:03 (26/33) Installing py3-html5lib (1.0.1-r4) 04:49:03 (27/33) Installing py3-pytoml (0.1.21-r0) 04:49:03 (28/33) Installing py3-pep517 (0.8.2-r0) 04:49:03 (29/33) Installing py3-progress (1.5-r0) 04:49:03 (30/33) Installing py3-toml (0.10.1-r0) 04:49:03 (31/33) Installing py3-retrying (1.3.3-r0) 04:49:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:49:03 (33/33) Installing py3-pip (20.1.1-r0) 04:49:03 Executing busybox-1.31.1-r16.trigger 04:49:03 OK: 71 MiB in 55 packages 04:49:14 Removing intermediate container 3c6f90862b0e 04:49:14 ---> 5355abc9128a 04:49:14 Step 21/26 : RUN pip install docker-compose==1.23.2 04:49:14 ---> Running in 7fa844961ae4 04:49:19 Collecting docker-compose==1.23.2 04:49:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:49:20 Collecting PyYAML<4,>=3.10 04:49:20 Downloading PyYAML-3.13.tar.gz (270 kB) 04:49:24 Collecting jsonschema<3,>=2.5.1 04:49:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:49:24 Collecting texttable<0.10,>=0.9.0 04:49:24 Downloading texttable-0.9.1.tar.gz (11 kB) 04:49:27 Collecting dockerpty<0.5,>=0.4.1 04:49:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:49:29 Collecting docopt<0.7,>=0.6.1 04:49:29 Downloading docopt-0.6.2.tar.gz (25 kB) 04:49:32 Collecting docker<4.0,>=3.6.0 04:49:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:49:33 Collecting cached-property<2,>=1.2.0 04:49:33 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:49:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:49:34 Collecting websocket-client<1.0,>=0.32.0 04:49:34 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:49:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:49:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:49:36 Collecting docker-pycreds>=0.4.0 04:49:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:49:37 Collecting idna<2.8,>=2.5 04:49:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:49:37 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:49:37 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:49:37 Collecting urllib3<1.25,>=1.21.1 04:49:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:49:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:49:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:49:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:49:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:49:39 Installing collected packages: PyYAML, jsonschema, texttable, dockerpty, docopt, docker-pycreds, websocket-client, idna, urllib3, requests, docker, cached-property, docker-compose 04:49:39 Running setup.py install for PyYAML: started 04:49:42 Running setup.py install for PyYAML: finished with status 'done' 04:49:42 Running setup.py install for texttable: started 04:49:45 Running setup.py install for texttable: finished with status 'done' 04:49:45 Running setup.py install for dockerpty: started 04:49:47 Running setup.py install for dockerpty: finished with status 'done' 04:49:47 Running setup.py install for docopt: started 04:49:49 Running setup.py install for docopt: finished with status 'done' 04:49:49 Attempting uninstall: idna 04:49:49 Found existing installation: idna 2.9 04:49:49 Uninstalling idna-2.9: 04:49:50 Successfully uninstalled idna-2.9 04:49:50 Attempting uninstall: urllib3 04:49:50 Found existing installation: urllib3 1.25.9 04:49:50 Uninstalling urllib3-1.25.9: 04:49:51 Successfully uninstalled urllib3-1.25.9 04:49:51 Attempting uninstall: requests 04:49:51 Found existing installation: requests 2.23.0 04:49:51 Uninstalling requests-2.23.0: 04:49:51 Successfully uninstalled requests-2.23.0 04:49:54 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:50:00 Removing intermediate container 7fa844961ae4 04:50:00 ---> c8c84533e539 04:50:00 Step 22/26 : RUN apk --no-cache add curl 04:50:00 ---> Running in f4e0a6c6a209 04:50:02 Removing intermediate container a3c206d0388a 04:50:02 ---> c7d9138a6bc3 04:50:02 04:50:02 Step 10/23 : FROM scratch 04:50:02 ---> 04:50:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:02 ---> Using cache 04:50:02 ---> 59d9ed599de9 04:50:02 Step 12/23 : ENV APP_PORT=48060 04:50:03 ---> Running in 9f336513bf17 04:50:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:50:03 (2/3) Installing libcurl (7.69.1-r0) 04:50:03 (3/3) Installing curl (7.69.1-r0) 04:50:03 Executing busybox-1.31.1-r16.trigger 04:50:03 OK: 71 MiB in 58 packages 04:50:03 Removing intermediate container 9f336513bf17 04:50:03 ---> 74133f3cea17 04:50:03 Step 13/23 : EXPOSE $APP_PORT 04:50:04 ---> Running in 146a2ac12807 04:50:05 Removing intermediate container 146a2ac12807 04:50:05 ---> 7027853d0c01 04:50:05 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:50:05 Removing intermediate container f4e0a6c6a209 04:50:05 ---> b274f435d7a6 04:50:05 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:06 ---> Running in 2488b5468230 04:50:06 ---> ff4e96315f51 04:50:06 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:50:06 Removing intermediate container 2488b5468230 04:50:06 ---> 1f8b30458992 04:50:06 Step 24/26 : LABEL arch=arm64 04:50:07 ---> Running in 4ae70746d595 04:50:07 Removing intermediate container 02d15a306b87 04:50:07 ---> 57702b8107d6 04:50:07 04:50:07 Step 10/20 : FROM scratch 04:50:07 ---> 04:50:07 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:50:07 ---> Using cache 04:50:07 ---> 67b22e0a1d42 04:50:07 Step 12/20 : ENV APP_PORT=48085 04:50:08 Removing intermediate container 4ae70746d595 04:50:08 ---> cbc8b1c24695 04:50:08 Step 25/26 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:50:08 ---> 52d03a9aa573 04:50:08 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:50:08 ---> Running in cf5705e9c6d7 04:50:08 ---> Running in 392345084fe8 04:50:08 Removing intermediate container 06f4015872f2 04:50:08 ---> 8d469c79e8e0 04:50:08 04:50:08 Step 10/21 : FROM scratch 04:50:08 ---> 04:50:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:50:08 Removing intermediate container cf5705e9c6d7 04:50:08 ---> 5b4ff46a2ff7 04:50:08 Step 13/20 : EXPOSE $APP_PORT 04:50:08 ---> Running in 90b6f20489a7 04:50:09 ---> Using cache 04:50:09 ---> 67b22e0a1d42 04:50:09 Step 12/21 : ENV APP_PORT=48082 04:50:09 Removing intermediate container 392345084fe8 04:50:09 ---> 5cf228de8ff3 04:50:09 Step 26/26 : LABEL version=0.0.0 04:50:09 ---> Running in 177a861d385d 04:50:09 ---> Running in 98670328cf86 04:50:09 Removing intermediate container 90b6f20489a7 04:50:09 ---> 1f00faaeebdb 04:50:09 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:50:09 ---> 34b6cf616e0b 04:50:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:50:09 Removing intermediate container 177a861d385d 04:50:09 ---> 9c3c10989f7b 04:50:09 Step 13/21 : EXPOSE $APP_PORT 04:50:10 ---> Running in eeeac1a2491d 04:50:10 Removing intermediate container 98670328cf86 04:50:10 ---> 4ba432929733 04:50:10 04:50:10 Successfully built 4ba432929733 04:50:10 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:50:10  Building docker-sys-mgmt-agent-go ... done  ---> 3d24db15158c 04:50:10 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:50:10 Removing intermediate container eeeac1a2491d 04:50:10 ---> c686ec5cbb70 04:50:10 Step 14/21 : WORKDIR / 04:50:10 ---> fd717ceb063f 04:50:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:50:10 ---> Running in 791a39a993c5 04:50:11 Removing intermediate container 791a39a993c5 04:50:11 ---> f81eb4dcee87 04:50:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:50:12 ---> 8b4f8c9ba76d 04:50:12 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:50:12 ---> d6a532706c83 04:50:12 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:50:12 ---> c394753ac848 04:50:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:50:13 ---> f237058d36c8 04:50:13 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:13 ---> 1df8df4df9b4 04:50:13 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:13 ---> Running in 5cd487deedab 04:50:13 ---> Running in 660053f6c5e2 04:50:14 Removing intermediate container 5cd487deedab 04:50:14 ---> 344656d2292b 04:50:14 Step 21/23 : LABEL arch=arm64 04:50:14 ---> 35e80e735738 04:50:14 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:50:14 Removing intermediate container 660053f6c5e2 04:50:14 ---> 1b656359ac61 04:50:14 Step 18/20 : LABEL arch=arm64 04:50:14 ---> Running in 74ba48d7d460 04:50:14 ---> Running in 48c408d9e021 04:50:15 Removing intermediate container 74ba48d7d460 04:50:15 ---> 65325abb071e 04:50:15 Step 22/23 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:50:15 Removing intermediate container 48c408d9e021 04:50:15 ---> 18f54e3bea1c 04:50:15 Step 19/20 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:50:15 ---> Running in 8171f1d17bed 04:50:15 ---> Running in bf0275640a0c 04:50:15 ---> 3e5b7e99f011 04:50:15 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:15 ---> Running in 67e2843833ad 04:50:16 Removing intermediate container 8171f1d17bed 04:50:16 ---> 75943df8b813 04:50:16 Step 23/23 : LABEL version=0.0.0 04:50:16 Removing intermediate container bf0275640a0c 04:50:16 ---> 2da30ce51b47 04:50:16 Step 20/20 : LABEL version=0.0.0 04:50:16 ---> Running in 1a1dfe11159f 04:50:16 ---> Running in 6f9f9b40eaf2 04:50:16 Removing intermediate container 67e2843833ad 04:50:16 ---> 29f4adfb3a5d 04:50:16 Step 19/21 : LABEL arch=arm64 04:50:16 ---> Running in f0a5d3a69dfd 04:50:16 Removing intermediate container 1a1dfe11159f 04:50:16 ---> 0da4f6c8eab5 04:50:16 04:50:17 Removing intermediate container 6f9f9b40eaf2 04:50:17 ---> d8f229f638ac 04:50:17 04:50:17 Removing intermediate container f0a5d3a69dfd 04:50:17 ---> d4c44ad2bd35 04:50:17 Step 20/21 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 04:50:17 Successfully built 0da4f6c8eab5 04:50:17 Successfully built d8f229f638ac 04:50:17 Successfully tagged docker-support-notifications-go-arm64:latest 04:50:17  Building docker-support-notifications-go ... done  ---> Running in f392a4e26de1 04:50:17 Successfully tagged docker-support-scheduler-go-arm64:latest 04:50:18  Building docker-support-scheduler-go ... done Removing intermediate container f392a4e26de1 04:50:18 ---> 30c7103cc790 04:50:18 Step 21/21 : LABEL version=0.0.0 04:50:18 ---> Running in 1fb97f7afec9 04:50:18 Removing intermediate container 1fb97f7afec9 04:50:18 ---> 736b0b85e89a 04:50:18 04:50:19 Successfully built 736b0b85e89a 04:50:19 Successfully tagged docker-core-command-go-arm64:latest 04:50:19  Building docker-core-command-go ... done  [Pipeline] } 04:50:19 $ docker stop --time=1 6a35d6a8fdb302977ad2c7e56ba9c166bdcc7a7feee83b9e6f1c46f296c49b21 04:50:21 $ docker rm -f 6a35d6a8fdb302977ad2c7e56ba9c166bdcc7a7feee83b9e6f1c46f296c49b21 [Pipeline] // withDockerContainer [Pipeline] sh 04:50:22 + docker images 04:50:22 + grep docker 04:50:22 docker-core-command-go-arm64 latest 736b0b85e89a 4 seconds ago 12.4MB 04:50:22 docker-support-notifications-go-arm64 latest 0da4f6c8eab5 6 seconds ago 13.9MB 04:50:22 docker-support-scheduler-go-arm64 latest d8f229f638ac 6 seconds ago 12.6MB 04:50:22 docker-sys-mgmt-agent-go-arm64 latest 4ba432929733 13 seconds ago 266MB 04:50:22 docker-security-secrets-setup-go-arm64 latest 354354dc7403 About a minute ago 24.2MB 04:50:22 docker-core-data-go-arm64 latest 17b03aa87cac 3 minutes ago 22.6MB 04:50:22 docker-security-secretstore-setup-go-arm64 latest 23759cd4804b 3 minutes ago 32.6MB 04:50:22 docker-core-metadata-go-arm64 latest a4df92c58400 3 minutes ago 13.8MB 04:50:22 docker-support-logging-go-arm64 latest b45ec18ef9e4 3 minutes ago 11.4MB 04:50:22 docker-security-proxy-setup-go-arm64 latest 0492f0508b17 4 minutes ago 15.8MB 04:50:22 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:50:24 provisioning config files... 04:50:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config8841005006465867554tmp [Pipeline] { [Pipeline] sh 04:50:24 + curl -s https://codecov.io/bash 04:50:24 + bash -s - -t @/w/workspace/edgex-go/13@tmp/config8841005006465867554tmp [Pipeline] } 04:50:24 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:50:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:50:27 ---> package-listing.sh 04:50:27 ++ facter osfamily 04:50:27 ++ tr '[:upper:]' '[:lower:]' 04:50:27 + OS_FAMILY=redhat 04:50:27 + workspace=/w/workspace/edgex-go/13 04:50:27 + START_PACKAGES=/tmp/packages_start.txt 04:50:27 + END_PACKAGES=/tmp/packages_end.txt 04:50:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:50:27 + PACKAGES=/tmp/packages_start.txt 04:50:27 + '[' /w/workspace/edgex-go/13 ']' 04:50:27 + PACKAGES=/tmp/packages_end.txt 04:50:27 + case "${OS_FAMILY}" in 04:50:27 + rpm -qa 04:50:27 + sort 04:50:31 + '[' -f /tmp/packages_start.txt ']' 04:50:31 + '[' -f /tmp/packages_end.txt ']' 04:50:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:50:31 + '[' /w/workspace/edgex-go/13 ']' 04:50:31 + mkdir -p /w/workspace/edgex-go/13/archives/ 04:50:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] isUnix [Pipeline] sh 04:50:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:31 04:50:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:50:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:32 alpine: Pulling from edgex-lftools-log-publisher 04:50:32 c9b1b535fdd9: Pulling fs layer 04:50:32 2cc5ad85d9ab: Pulling fs layer 04:50:32 756a868c4378: Pulling fs layer 04:50:32 444b2fc9a129: Pulling fs layer 04:50:32 ea15f1150254: Pulling fs layer 04:50:32 41b27a9f41bf: Pulling fs layer 04:50:32 28c525ee5125: Pulling fs layer 04:50:32 094b1ea09ed8: Pulling fs layer 04:50:32 138eaada9080: Pulling fs layer 04:50:32 0622d0fa9048: Pulling fs layer 04:50:32 444b2fc9a129: Waiting 04:50:32 ea15f1150254: Waiting 04:50:32 41b27a9f41bf: Waiting 04:50:32 138eaada9080: Waiting 04:50:32 28c525ee5125: Waiting 04:50:32 0622d0fa9048: Waiting 04:50:32 094b1ea09ed8: Waiting 04:50:32 2cc5ad85d9ab: Verifying Checksum 04:50:32 2cc5ad85d9ab: Download complete 04:50:32 444b2fc9a129: Verifying Checksum 04:50:32 444b2fc9a129: Download complete 04:50:32 c9b1b535fdd9: Verifying Checksum 04:50:32 c9b1b535fdd9: Download complete 04:50:32 ea15f1150254: Verifying Checksum 04:50:32 ea15f1150254: Download complete 04:50:32 28c525ee5125: Verifying Checksum 04:50:32 28c525ee5125: Download complete 04:50:32 756a868c4378: Verifying Checksum 04:50:32 756a868c4378: Download complete 04:50:32 c9b1b535fdd9: Pull complete 04:50:32 138eaada9080: Verifying Checksum 04:50:32 138eaada9080: Download complete 04:50:32 0622d0fa9048: Verifying Checksum 04:50:32 0622d0fa9048: Download complete 04:50:32 094b1ea09ed8: Verifying Checksum 04:50:32 094b1ea09ed8: Download complete 04:50:32 2cc5ad85d9ab: Pull complete 04:50:33 41b27a9f41bf: Verifying Checksum 04:50:33 41b27a9f41bf: Download complete 04:50:34 756a868c4378: Pull complete 04:50:35 444b2fc9a129: Pull complete 04:50:35 ea15f1150254: Pull complete 04:50:40 41b27a9f41bf: Pull complete 04:50:40 28c525ee5125: Pull complete 04:50:43 094b1ea09ed8: Pull complete 04:50:43 138eaada9080: Pull complete 04:50:43 0622d0fa9048: Pull complete 04:50:43 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:50:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:50:43 prd-centos7-docker-4c-2g-3345 does not seem to be running inside a container 04:50:44 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:50:48 $ docker top d7b7c7fdde74953ba32015c1dc73db3edb73dfc5c67613f15cd96873e51811c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:50:49 provisioning config files... 04:50:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config6899680258564718736tmp [Pipeline] { [Pipeline] echo 04:50:49 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:50:49 ---> create-netrc.sh [Pipeline] echo 04:50:49 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:50:49 ---> logs-deploy.sh 04:50:49 + ARCHIVE_ARTIFACTS= 04:50:49 + LOGS_SERVER=https://logs.edgexfoundry.org 04:50:49 + '[' https://logs.edgexfoundry.org == None ']' 04:50:49 + NEXUS_URL=https://nexus.edgexfoundry.org 04:50:49 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/13 04:50:49 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/13/ 04:50:49 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/13 /w/workspace/edgex-go/13 04:50:51 Archives upload complete. 04:50:51 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/13 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/13/