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+d08647e33299f35346a0c0e1b5c282da7a73a79b (574d6dae6f025271312daba51982a550eefd8ec2) 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-5066 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # 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 Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 Merge succeeded, producing 2b9c6640c81b043464e1ee92cbecf7e2135bc5ba Checking out Revision 2b9c6640c81b043464e1ee92cbecf7e2135bc5ba (PR-2625) > 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 > 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 d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b9c6640c81b043464e1ee92cbecf7e2135bc5ba # timeout=10 Commit message: "Merge commit 'd08647e33299f35346a0c0e1b5c282da7a73a79b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 22248189b6583018dc17ba4597a37528b9fca023 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:05 ========================================================= 04:30:05 EdgeX Global Pipelines Version Info 04:30:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:30:06 ------------------- 04:30:06 stable info: 04:30:06 ------------------- 04:30:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:06 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:30:06 Message: update stable to v1.0.106 04:30:07 ------------------- 04:30:07 experimental info: 04:30:07 ------------------- 04:30:07 Commited By: **** collab-it+edgex@linuxfoundation.org 04:30:07 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:30:07 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:30:09 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:30:09 + for file in '`ls cmd/**/Dockerfile`' 04:30:09 ++ dirname cmd/core-command/Dockerfile 04:30:09 ++ cut -d/ -f2 04:30:09 + echo core-command,cmd/core-command/Dockerfile 04:30:09 + for file in '`ls cmd/**/Dockerfile`' 04:30:09 ++ dirname cmd/core-data/Dockerfile 04:30:09 ++ cut -d/ -f2 04:30:09 + echo core-data,cmd/core-data/Dockerfile 04:30:09 + for file in '`ls cmd/**/Dockerfile`' 04:30:09 ++ dirname cmd/core-metadata/Dockerfile 04:30:09 ++ cut -d/ -f2 04:30:09 + echo core-metadata,cmd/core-metadata/Dockerfile 04:30:09 + for file in '`ls cmd/**/Dockerfile`' 04:30:09 ++ dirname cmd/security-proxy-setup/Dockerfile 04:30:09 ++ cut -d/ -f2 04:30:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:30:09 + for file in '`ls cmd/**/Dockerfile`' 04:30:09 ++ dirname cmd/security-secrets-setup/Dockerfile 04:30:09 ++ cut -d/ -f2 04:30:09 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:30:09 + for file in '`ls cmd/**/Dockerfile`' 04:30:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:30:09 ++ cut -d/ -f2 04:30:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:30:09 + for file in '`ls cmd/**/Dockerfile`' 04:30:09 ++ dirname cmd/support-logging/Dockerfile 04:30:09 ++ cut -d/ -f2 04:30:09 + echo support-logging,cmd/support-logging/Dockerfile 04:30:09 + for file in '`ls cmd/**/Dockerfile`' 04:30:09 ++ dirname cmd/support-notifications/Dockerfile 04:30:09 ++ cut -d/ -f2 04:30:09 + echo support-notifications,cmd/support-notifications/Dockerfile 04:30:09 + for file in '`ls cmd/**/Dockerfile`' 04:30:09 ++ dirname cmd/support-scheduler/Dockerfile 04:30:09 ++ cut -d/ -f2 04:30:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:30:09 + for file in '`ls cmd/**/Dockerfile`' 04:30:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:30:09 ++ cut -d/ -f2 04:30:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:30:09 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:30:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:10 04:30:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:10 latest: Pulling from edgex-devops/git-semver 04:30:10 31603596830f: Pulling fs layer 04:30:10 2a8b12db71e7: Pulling fs layer 04:30:10 6ca5941a6612: Pulling fs layer 04:30:10 ecc8261a40a4: Pulling fs layer 04:30:10 ecc8261a40a4: Waiting 04:30:10 2a8b12db71e7: Verifying Checksum 04:30:10 2a8b12db71e7: Download complete 04:30:10 31603596830f: Verifying Checksum 04:30:10 31603596830f: Download complete 04:30:10 ecc8261a40a4: Verifying Checksum 04:30:10 ecc8261a40a4: Download complete 04:30:10 6ca5941a6612: Verifying Checksum 04:30:10 6ca5941a6612: Download complete 04:30:11 31603596830f: Pull complete 04:30:11 2a8b12db71e7: Pull complete 04:30:12 6ca5941a6612: Pull complete 04:30:12 ecc8261a40a4: Pull complete 04:30:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:30:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:30:12 prd-centos7-docker-4c-2g-5066 does not seem to be running inside a container 04:30:12 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:30:14 $ docker top 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:14 [ssh-agent] Looking for ssh-agent implementation... 04:30:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:15 $ docker exec 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 ssh-agent 04:30:15 SSH_AUTH_SOCK=/tmp/ssh-ujyQtzcTdg9S/agent.11 04:30:15 SSH_AGENT_PID=16 04:30:15 Running ssh-add (command line suppressed) 04:30:15 Identity added: /w/workspace/edgex-go/14@tmp/private_key_3554655514647623815.key (/w/workspace/edgex-go/14@tmp/private_key_3554655514647623815.key) 04:30:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:15 + git describe --exact-match --tags HEAD 04:30:15 fatal: No names found, cannot describe anything. [Pipeline] } 04:30:15 $ docker exec --env ******** --env ******** 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 ssh-agent -k 04:30:15 unset SSH_AUTH_SOCK; 04:30:15 unset SSH_AGENT_PID; 04:30:15 echo Agent pid 16 killed; 04:30:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:30:16 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:30:16 This usually means this commit has not been tagged. [Pipeline] sshagent 04:30:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:16 [ssh-agent] Looking for ssh-agent implementation... 04:30:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:16 $ docker exec 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 ssh-agent 04:30:16 SSH_AUTH_SOCK=/tmp/ssh-zFOsA7HW35gZ/agent.44 04:30:16 SSH_AGENT_PID=50 04:30:16 Running ssh-add (command line suppressed) 04:30:16 Identity added: /w/workspace/edgex-go/14@tmp/private_key_823367559522511052.key (/w/workspace/edgex-go/14@tmp/private_key_823367559522511052.key) 04:30:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:16 + git semver init 04:30:16 # -> Open(): unable to determine branch for HEAD 04:30:16 # $GIT_DIR = /w/workspace/edgex-go/14/.git 04:30:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/14 04:30:16 # $SEMVER_REMOTE_NAME = origin 04:30:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:30:16 # $SEMVER_USER_NAME = edgex-jenkins 04:30:16 # $SEMVER_BRANCH = PR-2625 04:30:16 # $SEMVER_TEMP = /tmp/semver-233111057 04:30:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:30:35 # '/tmp/semver-233111057' -> '/w/workspace/edgex-go/14/.semver' 04:30:35 # -> Force: false 04:30:35 # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } 04:30:35 $ docker exec --env ******** --env ******** 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 ssh-agent -k 04:30:35 unset SSH_AUTH_SOCK; 04:30:35 unset SSH_AGENT_PID; 04:30:35 echo Agent pid 50 killed; 04:30:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:35 + git semver [Pipeline] } 04:30:35 $ docker stop --time=1 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 04:30:37 $ docker rm -f 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:30:50 Stashed 32 file(s) [Pipeline] echo 04:30:50 [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:30:50 ========================================================= 04:30:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:30:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:30:51 + 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:30:53 Sending build context to Docker daemon 323MB 04:30:53 Step 1/7 : ARG BASE=golang:1.13-alpine 04:30:53 Step 2/7 : FROM ${BASE} 04:30:53 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:30:53 df20fa9351a1: Pulling fs layer 04:30:53 ed8968b2872e: Pulling fs layer 04:30:53 a92cc7c5fd73: Pulling fs layer 04:30:53 2dd03ba5bac4: Pulling fs layer 04:30:53 1e091d79d1de: Pulling fs layer 04:30:53 481702a1767f: Pulling fs layer 04:30:53 f64a6f60c768: Pulling fs layer 04:30:53 e78d2573fc39: Pulling fs layer 04:30:53 e876d2f968b6: Pulling fs layer 04:30:53 ce8a83651883: Pulling fs layer 04:30:53 07967f4d0e4b: Pulling fs layer 04:30:53 f64a6f60c768: Waiting 04:30:53 e78d2573fc39: Waiting 04:30:53 e876d2f968b6: Waiting 04:30:53 ce8a83651883: Waiting 04:30:53 07967f4d0e4b: Waiting 04:30:53 1e091d79d1de: Waiting 04:30:53 2dd03ba5bac4: Waiting 04:30:53 a92cc7c5fd73: Download complete 04:30:53 ed8968b2872e: Download complete 04:30:53 1e091d79d1de: Verifying Checksum 04:30:53 1e091d79d1de: Download complete 04:30:53 481702a1767f: Verifying Checksum 04:30:53 481702a1767f: Download complete 04:30:53 df20fa9351a1: Verifying Checksum 04:30:53 df20fa9351a1: Download complete 04:30:54 f64a6f60c768: Verifying Checksum 04:30:54 f64a6f60c768: Download complete 04:30:54 e876d2f968b6: Verifying Checksum 04:30:54 e876d2f968b6: Download complete 04:30:55 e78d2573fc39: Download complete 04:30:55 2dd03ba5bac4: Verifying Checksum 04:30:55 2dd03ba5bac4: Download complete 04:30:55 07967f4d0e4b: Verifying Checksum 04:30:55 07967f4d0e4b: Download complete 04:30:55 ce8a83651883: Download complete 04:30:56 df20fa9351a1: Pull complete 04:30:56 ed8968b2872e: Pull complete 04:30:56 a92cc7c5fd73: Pull complete 04:31:02 2dd03ba5bac4: Pull complete 04:31:02 1e091d79d1de: Pull complete 04:31:02 481702a1767f: Pull complete 04:31:05 Still waiting to schedule task 04:31:05 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:31:08 f64a6f60c768: Pull complete 04:31:12 e78d2573fc39: Pull complete 04:31:12 e876d2f968b6: Pull complete 04:31:13 ce8a83651883: Pull complete 04:31:13 07967f4d0e4b: Pull complete 04:31:13 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:31:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:31:13 ---> 5d7c900382c6 04:31:13 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:31:14 ---> Running in 76e2b88018c2 04:31:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:31:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:31:16 (1/12) Installing libmagic (5.38-r0) 04:31:16 (2/12) Installing file (5.38-r0) 04:31:16 (3/12) Installing libc-dev (0.7.2-r3) 04:31:16 (4/12) Installing g++ (9.3.0-r2) 04:31:18 (5/12) Installing fortify-headers (1.1-r0) 04:31:18 (6/12) Installing patch (2.7.6-r6) 04:31:19 (7/12) Installing build-base (0.5-r2) 04:31:19 (8/12) Installing libsodium (1.0.18-r0) 04:31:19 (9/12) Installing pkgconf (1.7.2-r0) 04:31:19 (10/12) Installing libsodium-dev (1.0.18-r0) 04:31:19 (11/12) Installing libzmq (4.3.2-r0) 04:31:19 (12/12) Installing zeromq-dev (4.3.2-r0) 04:31:19 Executing busybox-1.31.1-r16.trigger 04:31:19 OK: 233 MiB in 51 packages 04:31:22 Removing intermediate container 76e2b88018c2 04:31:22 ---> 1a7daa0f7ff4 04:31:22 Step 4/7 : WORKDIR /edgex-go 04:31:22 ---> Running in 4bdbe03ea952 04:31:23 Removing intermediate container 4bdbe03ea952 04:31:23 ---> 833afce5375e 04:31:23 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:31:23 latest: Pulling from library/docker 04:31:23 df20fa9351a1: Already exists 04:31:23 25ad7478873d: Pulling fs layer 04:31:23 4684f6177b5d: Pulling fs layer 04:31:23 46e300cec669: Pulling fs layer 04:31:23 63038576ad94: Pulling fs layer 04:31:23 0fdb76c4706c: Pulling fs layer 04:31:23 cb7edeffdfd5: Pulling fs layer 04:31:23 63038576ad94: Waiting 04:31:23 0fdb76c4706c: Waiting 04:31:23 cb7edeffdfd5: Waiting 04:31:23 4684f6177b5d: Verifying Checksum 04:31:23 4684f6177b5d: Download complete 04:31:23 25ad7478873d: Download complete 04:31:23 0fdb76c4706c: Verifying Checksum 04:31:23 0fdb76c4706c: Download complete 04:31:23 25ad7478873d: Pull complete 04:31:23 63038576ad94: Verifying Checksum 04:31:23 63038576ad94: Download complete 04:31:23 cb7edeffdfd5: Verifying Checksum 04:31:23 cb7edeffdfd5: Download complete 04:31:24 4684f6177b5d: Pull complete 04:31:24 46e300cec669: Verifying Checksum 04:31:24 46e300cec669: Download complete 04:31:26 46e300cec669: Pull complete 04:31:27 63038576ad94: Pull complete 04:31:27 0fdb76c4706c: Pull complete 04:31:27 cb7edeffdfd5: Pull complete 04:31:27 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:31:27 Status: Downloaded newer image for docker:latest 04:31:29 ---> 513a01a46b22 04:31:29 Step 6/7 : COPY go.mod . 04:31:29 ---> 3d467a777e9b 04:31:29 Step 7/7 : RUN go mod download 04:31:29 ---> Running in d85a115f2e61 04:31:32 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:31:32 go: finding github.com/BurntSushi/toml v0.3.1 04:31:32 go: finding github.com/OneOfOne/xxhash v1.2.5 04:31:32 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:31:32 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:31:32 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:31:32 go: finding github.com/bgentry/speakeasy v0.1.0 04:31:32 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:31:32 go: finding github.com/cloudflare/gokey v0.1.0 04:31:32 go: finding github.com/davecgh/go-spew v1.1.1 04:31:32 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:31:32 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:31:32 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:31:32 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:31:32 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:31:32 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:31:32 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:31:32 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:31:32 go: finding github.com/fatih/color v1.7.0 04:31:32 go: finding github.com/fsnotify/fsnotify v1.4.7 04:31:32 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:31:32 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:31:32 go: finding github.com/go-kit/kit v0.8.0 04:31:32 go: finding github.com/go-logfmt/logfmt v0.4.0 04:31:32 go: finding github.com/go-redis/redis/v7 v7.2.0 04:31:32 go: finding github.com/go-stack/stack v1.8.0 04:31:32 go: finding github.com/golang/protobuf v1.3.2 04:31:32 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:31:32 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:31:32 go: finding github.com/google/uuid v1.1.0 04:31:33 go: finding github.com/gorilla/mux v1.7.1 04:31:33 go: finding github.com/hashicorp/consul/api v1.1.0 04:31:33 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:31:33 go: finding github.com/hashicorp/errwrap v1.0.0 04:31:33 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:31:33 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:31:33 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:31:33 go: finding github.com/hashicorp/go-multierror v1.0.0 04:31:33 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:31:33 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:31:33 go: finding github.com/hashicorp/go-syslog v1.0.0 04:31:33 go: finding github.com/hashicorp/go-uuid v1.0.1 04:31:33 go: finding github.com/hashicorp/go.net v0.0.1 04:31:33 go: finding github.com/hashicorp/golang-lru v0.5.0 04:31:33 go: finding github.com/hashicorp/logutils v1.0.0 04:31:33 go: finding github.com/hashicorp/mdns v1.0.0 04:31:33 go: finding github.com/hashicorp/memberlist v0.1.3 04:31:33 go: finding github.com/hashicorp/serf v0.8.2 04:31:33 go: finding github.com/hpcloud/tail v1.0.0 04:31:33 go: finding github.com/imdario/mergo v0.3.6 04:31:33 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:31:33 go: finding github.com/kr/pretty v0.1.0 04:31:33 go: finding github.com/kr/pty v1.1.1 04:31:33 go: finding github.com/kr/text v0.1.0 04:31:33 go: finding github.com/mattn/go-colorable v0.0.9 04:31:33 go: finding github.com/mattn/go-isatty v0.0.3 04:31:33 go: finding github.com/miekg/dns v1.0.14 04:31:33 go: finding github.com/mitchellh/cli v1.0.0 04:31:33 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:31:33 go: finding github.com/mitchellh/copystructure v1.0.0 04:31:33 go: finding github.com/mitchellh/go-homedir v1.0.0 04:31:33 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:31:33 go: finding github.com/mitchellh/gox v0.4.0 04:31:33 go: finding github.com/mitchellh/iochan v1.0.0 04:31:33 go: finding github.com/mitchellh/mapstructure v1.1.2 04:31:33 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:31:33 go: finding github.com/onsi/ginkgo v1.10.1 04:31:33 go: finding github.com/onsi/gomega v1.7.0 04:31:33 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:31:33 go: finding github.com/pebbe/zmq4 v1.0.0 04:31:33 go: finding github.com/pelletier/go-toml v1.2.0 04:31:33 go: finding github.com/pkg/errors v0.8.1 04:31:33 go: finding github.com/pmezard/go-difflib v1.0.0 04:31:34 go: finding github.com/posener/complete v1.1.1 04:31:34 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:31:34 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:31:34 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:31:34 go: finding github.com/stretchr/objx v0.1.0 04:31:34 go: finding github.com/stretchr/testify v1.5.1 04:31:34 go: finding github.com/ugorji/go v1.1.4 04:31:34 go: finding github.com/x448/float16 v0.8.4 04:31:34 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:31:34 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:31:34 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:31:34 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:31:34 go: finding golang.org/x/text v0.3.2 04:31:34 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:31:34 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:31:34 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:31:34 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:31:34 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:31:34 go: finding gopkg.in/yaml.v2 v2.2.8 04:31:46 Removing intermediate container d85a115f2e61 04:31:46 ---> ff2c1f3be451 04:31:46 Successfully built ff2c1f3be451 04:31:46 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:31:47 + docker inspect -f . ci-base-image-x86_64 04:31:47 . [Pipeline] withDockerContainer 04:31:47 prd-centos7-docker-4c-2g-5066 does not seem to be running inside a container 04:31:47 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:31:48 $ docker top f65a1980d0340b8d1b80a0f231c1840b5e5e6274ce3334d07632237dff4c504f -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:48 + go version 04:31:48 go version go1.13.13 linux/amd64 [Pipeline] echo 04:31:48 ========================================================= 04:31:48 [edgeXBuildGoParallel] Running Tests and Build... 04:31:48 ========================================================= [Pipeline] sh 04:31:48 + make test 04:31:48 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:31:51 ? github.com/edgexfoundry/edgex-go [no test files] 04:32:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:32:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:32:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:32:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:32:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:32:05 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.015s 04:32:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:32:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:32:05 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:32:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:32:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:32:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:32:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:32:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:32:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:32:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.163s coverage: 27.3% of statements 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:32:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.008s coverage: 100.0% of statements 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:32:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.013s coverage: 100.0% of statements 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:32:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.097s coverage: 28.6% of statements 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:32:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:32:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:32:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.031s coverage: 89.8% of statements 04:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:32:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.018s coverage: 97.5% of statements 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:32:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.043s coverage: 100.0% of statements 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:32:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:32:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 04:32:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.054s coverage: 63.5% of statements 04:32:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:32:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:32:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.021s coverage: 100.0% of statements 04:32:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.090s coverage: 55.9% of statements 04:32:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:32:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:32:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:32:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.928s coverage: 86.3% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.243s coverage: 72.2% of statements 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.122s coverage: 72.1% of statements 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.010s coverage: 96.8% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.034s coverage: 26.9% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.082s coverage: 84.1% of statements 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.012s coverage: 100.0% of statements 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.009s coverage: 42.9% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.036s coverage: 46.1% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.002s coverage: 100.0% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.025s coverage: 100.0% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.093s coverage: 29.1% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.012s coverage: 100.0% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.002s coverage: 0.0% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.089s coverage: 100.0% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:32:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements 04:32:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:32:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:32:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 04:32:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 04:32:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 04:32:27 GO111MODULE=on go vet ./... 04:32:33 gofmt -l . 04:32:33 [ "`gofmt -l .`" = "" ] 04:32:34 ./bin/test-go-mod-tidy.sh 04:32:35 ./bin/test-attribution-txt.sh [Pipeline] sh 04:32:36 + ls -al . 04:32:36 total 556 04:32:36 drwxrwxr-x 10 1001 1001 4096 Aug 13 04:32 . 04:32:36 drwxr-xr-x 4 root root 30 Aug 13 04:31 .. 04:32:36 -rw-rw-r-- 1 1001 1001 11 Aug 13 04:30 .dockerignore 04:32:36 drwxrwxr-x 8 1001 1001 179 Aug 13 04:30 .git 04:32:36 drwxrwxr-x 3 1001 1001 60 Aug 13 04:30 .github 04:32:36 -rw-rw-r-- 1 1001 1001 932 Aug 13 04:30 .gitignore 04:32:36 drwx------ 3 1001 1001 47 Aug 13 04:30 .semver 04:32:36 -rw-rw-r-- 1 1001 1001 166 Aug 13 04:30 .sonarcloud.properties 04:32:36 -rw-rw-r-- 1 1001 1001 3804 Aug 13 04:30 CONTRIBUTING.md 04:32:36 -rw-rw-r-- 1 1001 1001 1035 Aug 13 04:30 Dockerfile.build 04:32:36 -rw-rw-r-- 1 1001 1001 865 Aug 13 04:30 Jenkinsfile 04:32:36 -rw-rw-r-- 1 1001 1001 10775 Aug 13 04:30 LICENSE 04:32:36 -rw-rw-r-- 1 1001 1001 6237 Aug 13 04:30 Makefile 04:32:36 -rw-rw-r-- 1 1001 1001 5652 Aug 13 04:30 README.md 04:32:36 -rw-rw-r-- 1 1001 1001 7111 Aug 13 04:30 SECURITY.md 04:32:36 -rw-rw-r-- 1 1001 1001 5 Aug 13 04:30 VERSION 04:32:36 -rw-rw-r-- 1 1001 1001 4131 Aug 13 04:30 ZMQWindows.md 04:32:36 drwxrwxr-x 2 1001 1001 117 Aug 13 04:30 bin 04:32:36 drwxrwxr-x 15 1001 1001 4096 Aug 13 04:30 cmd 04:32:36 -rw-r--r-- 1 root root 455803 Aug 13 04:32 coverage.out 04:32:36 -rw-r--r-- 1 root root 1019 Aug 13 04:32 go.mod 04:32:36 -rw-r--r-- 1 root root 18146 Aug 13 04:32 go.sum 04:32:36 drwxrwxr-x 8 1001 1001 127 Aug 13 04:30 internal 04:32:36 drwxrwxr-x 4 1001 1001 26 Aug 13 04:30 openapi 04:32:36 drwxrwxr-x 4 1001 1001 71 Aug 13 04:30 snap 04:32:36 -rw-rw-r-- 1 1001 1001 168 Aug 13 04:30 version.go [Pipeline] sh 04:32:37 + '[' -e coverage.out ] 04:32:37 + chown 1001:1001 coverage.out [Pipeline] stash 04:32:37 Stashed 1 file(s) [Pipeline] sh 04:32:37 + make build 04:32:37 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:32:42 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:32:46 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:32:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:32:48 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:32:50 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:32:51 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:32:53 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:32:55 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:32:56 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:32:57 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:33:00 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:33:01 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:33:02 $ docker stop --time=1 f65a1980d0340b8d1b80a0f231c1840b5e5e6274ce3334d07632237dff4c504f 04:33:04 $ docker rm -f f65a1980d0340b8d1b80a0f231c1840b5e5e6274ce3334d07632237dff4c504f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:07 04:33:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:33:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:07 latest: Pulling from edgex-devops/edgex-compose 04:33:07 cbdbe7a5bc2a: Pulling fs layer 04:33:07 ca9280d653b3: Pulling fs layer 04:33:07 7e9c9ca2126c: Pulling fs layer 04:33:07 cbdbe7a5bc2a: Download complete 04:33:08 ca9280d653b3: Verifying Checksum 04:33:08 ca9280d653b3: Download complete 04:33:08 cbdbe7a5bc2a: Pull complete 04:33:08 7e9c9ca2126c: Download complete 04:33:08 ca9280d653b3: Pull complete 04:33:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5070 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws 04:33:12 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 04:33:14 7e9c9ca2126c: Pull complete 04:33:14 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:33:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:33:14 prd-centos7-docker-4c-2g-5066 does not seem to be running inside a container 04:33:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:33:17 using credential edgex-jenkins-ssh 04:33:17 Cloning the remote Git repository 04:33:17 Cloning with configured refspecs honoured and without tags 04:33:17 $ docker top 71096e432221937bfec5435e9cba1141c3ec60c77f0db86b58b7496af9ad7c9d -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:18 + docker-compose build --help 04:33:18 + grep parallel 04:33:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:33:17 > git init /w/workspace/edgex-go/14 # timeout=10 04:33:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:33:17 > git --version # timeout=10 04:33:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:17 > 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:33:19 --parallel Build images in parallel. [Pipeline] } 04:33:19 $ docker stop --time=1 71096e432221937bfec5435e9cba1141c3ec60c77f0db86b58b7496af9ad7c9d 04:33:20 $ docker rm -f 71096e432221937bfec5435e9cba1141c3ec60c77f0db86b58b7496af9ad7c9d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:20 . [Pipeline] withDockerContainer 04:33:21 prd-centos7-docker-4c-2g-5066 does not seem to be running inside a container 04:33:21 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:33:21 $ docker top 6661950feef015a1110eed703fd64d468fad5a29ade673908d770c9968b4ada6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:22 + docker-compose -f ./docker-compose-build.yml build --parallel 04:33:23 Building docker-core-command-go ... 04:33:23 Building docker-core-data-go ... 04:33:23 Building docker-core-metadata-go ... 04:33:23 Building docker-security-proxy-setup-go ... 04:33:23 Building docker-security-secrets-setup-go ... 04:33:23 Building docker-security-secretstore-setup-go ... 04:33:23 Building docker-support-logging-go ... 04:33:23 Building docker-support-notifications-go ... 04:33:23 Building docker-support-scheduler-go ... 04:33:23 Building docker-sys-mgmt-agent-go ... 04:33:23 Building docker-sys-mgmt-agent-go 04:33:23 Building docker-core-data-go 04:33:23 Building docker-security-secretstore-setup-go 04:33:23 Building docker-support-notifications-go 04:33:23 Building docker-security-secrets-setup-go 04:33:33 Fetching without tags 04:33:33 Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 04:33:34 Merge succeeded, producing 3897ccdaaacc8783583f67bfc8ba2b3b5bb72ae9 04:33:34 Checking out Revision 3897ccdaaacc8783583f67bfc8ba2b3b5bb72ae9 (PR-2625) 04:33:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:33:33 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 04:33:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:33:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:33:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:33:33 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:33 > 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:33:33 > git config core.sparsecheckout # timeout=10 04:33:33 > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 04:33:34 > git remote # timeout=10 04:33:34 > git config --get remote.origin.url # timeout=10 04:33:34 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:34 > git merge d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 04:33:34 > git rev-parse HEAD^{commit} # timeout=10 04:33:34 > git config core.sparsecheckout # timeout=10 04:33:34 > git checkout -f 3897ccdaaacc8783583f67bfc8ba2b3b5bb72ae9 # timeout=10 04:33:38 Commit message: "Merge commit 'd08647e33299f35346a0c0e1b5c282da7a73a79b' into HEAD" 04:33:38 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:33:38 > git rev-list --no-walk 22248189b6583018dc17ba4597a37528b9fca023 # timeout=10 04:33:49 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:49 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:33:49 ---> ff2c1f3be451 04:33:49 Step 3/29 : WORKDIR /edgex-go 04:33:50 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:33:50 ---> ff2c1f3be451 04:33:50 Step 3/22 : WORKDIR /edgex-go 04:33:50 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:33:50 ---> ff2c1f3be451 04:33:50 Step 3/26 : WORKDIR /edgex-go 04:33:50 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:33:50 ---> ff2c1f3be451 04:33:50 Step 3/26 : WORKDIR /edgex-go 04:33:50 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:33:50 ---> ff2c1f3be451 04:33:50 Step 3/23 : WORKDIR /edgex-go 04:33:51 ---> Running in 04e0f69e10e3 04:33:51 ---> Running in 724a82b8006e 04:33:51 ---> Running in 39494e2df73e 04:33:51 ---> Running in 0fd86f5fc825 04:33:51 ---> Running in 7f3a7beb2033 04:33:51 Removing intermediate container 7f3a7beb2033 04:33:51 ---> 713c583211e4 04:33:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:51 Removing intermediate container 0fd86f5fc825 04:33:51 ---> 1f10bc57d4fb 04:33:51 Step 4/29 : RUN apk update && apk add make git 04:33:51 Removing intermediate container 04e0f69e10e3 04:33:51 ---> f75459e93361 04:33:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:51 Removing intermediate container 39494e2df73e 04:33:51 ---> ee49d1362be0 04:33:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:52 Removing intermediate container 724a82b8006e 04:33:52 ---> 8398485495e0 04:33:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:52 ---> Running in 271178f500d9 04:33:52 ---> Running in 939299aa36ef 04:33:52 ---> Running in 64a84fd6b744 04:33:52 ---> Running in 8a1358c1807a 04:33:52 ---> Running in 9f53c93430d0 [Pipeline] echo 04:33:52 ========================================================= 04:33:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:33:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:33:53 + 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:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:54 Removing intermediate container 939299aa36ef 04:33:54 ---> 3dd21464142e 04:33:54 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:33:54 Removing intermediate container 64a84fd6b744 04:33:54 ---> ae98f510a1bb 04:33:54 Step 5/26 : RUN apk update && apk add make bash git 04:33:54 ---> Running in 18be194f9530 04:33:54 ---> Running in 01147b2bec9e 04:33:54 Removing intermediate container 9f53c93430d0 04:33:54 ---> b18aefff51b8 04:33:54 Step 5/26 : RUN apk update && apk add make git 04:33:54 Removing intermediate container 8a1358c1807a 04:33:54 ---> b2a2173e7bf0 04:33:54 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:33:54 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:54 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:54 OK: 12749 distinct packages available 04:33:54 ---> Running in 3d9254509241 04:33:54 ---> Running in f35a64a86ce7 04:33:54 OK: 233 MiB in 51 packages 04:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:55 Removing intermediate container 271178f500d9 04:33:55 ---> c5e53385e25b 04:33:55 Step 5/29 : COPY go.mod . 04:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:55 ---> e573f75f6054 04:33:55 Step 6/29 : RUN go mod download 04:33:55 ---> Running in 0e87a2d5ddfd 04:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:56 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:56 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:56 OK: 12749 distinct packages available 04:33:56 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:56 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:56 OK: 12749 distinct packages available 04:33:56 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:56 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:56 OK: 12749 distinct packages available 04:33:56 OK: 233 MiB in 51 packages 04:33:56 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:56 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:56 OK: 12749 distinct packages available 04:33:56 OK: 233 MiB in 51 packages 04:33:56 OK: 233 MiB in 51 packages 04:33:57 OK: 233 MiB in 51 packages 04:33:57 Removing intermediate container 0e87a2d5ddfd 04:33:57 ---> f7500de8edaf 04:33:57 Step 7/29 : COPY . . 04:33:57 Sending build context to Docker daemon 323MB 04:33:57 Step 1/7 : ARG BASE=golang:1.13-alpine 04:33:57 Step 2/7 : FROM ${BASE} 04:33:57 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:33:57 b538f80385f9: Pulling fs layer 04:33:57 74f711af9a0d: Pulling fs layer 04:33:57 99f96fe45779: Pulling fs layer 04:33:57 fd7a069fd194: Pulling fs layer 04:33:57 66aa3694b03b: Pulling fs layer 04:33:57 170f70906a0f: Pulling fs layer 04:33:57 ad7c5574e4b9: Pulling fs layer 04:33:57 e772456be8f7: Pulling fs layer 04:33:57 c890913d741a: Pulling fs layer 04:33:57 2480fcc9aa5a: Pulling fs layer 04:33:57 09adf4765672: Pulling fs layer 04:33:57 fd7a069fd194: Waiting 04:33:57 66aa3694b03b: Waiting 04:33:57 170f70906a0f: Waiting 04:33:57 ad7c5574e4b9: Waiting 04:33:57 e772456be8f7: Waiting 04:33:57 c890913d741a: Waiting 04:33:57 2480fcc9aa5a: Waiting 04:33:57 09adf4765672: Waiting 04:33:57 99f96fe45779: Download complete 04:33:57 74f711af9a0d: Download complete 04:33:57 66aa3694b03b: Verifying Checksum 04:33:57 66aa3694b03b: Download complete 04:33:58 170f70906a0f: Verifying Checksum 04:33:58 170f70906a0f: Download complete 04:33:58 b538f80385f9: Download complete 04:33:58 b538f80385f9: Pull complete 04:33:59 Removing intermediate container 18be194f9530 04:33:59 ---> 73d32ec6e42f 04:33:59 Step 6/23 : COPY go.mod . 04:33:59 Removing intermediate container f35a64a86ce7 04:33:59 ---> cea2e20f7b76 04:33:59 Step 6/22 : COPY go.mod . 04:33:59 74f711af9a0d: Pull complete 04:33:59 Removing intermediate container 01147b2bec9e 04:33:59 ---> d0b29d15ad44 04:33:59 Step 6/26 : COPY go.mod . 04:33:59 99f96fe45779: Pull complete 04:34:01 Removing intermediate container 3d9254509241 04:34:01 ---> 69b7655382e6 04:34:01 Step 6/26 : COPY go.mod . 04:34:01 ---> ac04fa875c01 04:34:01 Step 7/22 : RUN go mod download 04:34:01 ---> d482c68182f2 04:34:01 Step 7/23 : RUN go mod download 04:34:02 ---> 2c494f483dd0 04:34:02 Step 7/26 : RUN go mod download 04:34:02 ---> Running in 33e1db4c5ec6 04:34:02 ---> 22719a2b4f50 04:34:02 Step 7/26 : RUN go mod download 04:34:02 ---> Running in b36982ce6f02 04:34:02 ---> Running in b73c52f01c03 04:34:02 ---> Running in 5fb5bd430547 04:34:03 ad7c5574e4b9: Verifying Checksum 04:34:03 ad7c5574e4b9: Download complete 04:34:03 c890913d741a: Verifying Checksum 04:34:03 c890913d741a: Download complete 04:34:04 e772456be8f7: Verifying Checksum 04:34:04 e772456be8f7: Download complete 04:34:04 09adf4765672: Download complete 04:34:04 2480fcc9aa5a: Verifying Checksum 04:34:04 2480fcc9aa5a: Download complete 04:34:05 fd7a069fd194: Download complete 04:34:09 Removing intermediate container b36982ce6f02 04:34:09 ---> 1d4f84fee309 04:34:09 Step 8/23 : COPY . . 04:34:09 Removing intermediate container b73c52f01c03 04:34:09 ---> 146eac863937 04:34:09 Step 8/26 : COPY . . 04:34:10 Removing intermediate container 33e1db4c5ec6 04:34:10 ---> ee576a904a30 04:34:10 Step 8/22 : COPY . . 04:34:18 fd7a069fd194: Pull complete 04:34:18 66aa3694b03b: Pull complete 04:34:18 170f70906a0f: Pull complete 04:34:20 Removing intermediate container 5fb5bd430547 04:34:20 ---> 58502172e0b9 04:34:20 Step 8/26 : COPY . . 04:34:21 ad7c5574e4b9: Pull complete 04:34:26 e772456be8f7: Pull complete 04:34:26 c890913d741a: Pull complete 04:34:27 ---> 6bc5d7fcce31 04:34:27 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:34:30 ---> Running in 8bd5e78b3419 04:34:30 2480fcc9aa5a: Pull complete 04:34:30 09adf4765672: Pull complete 04:34:30 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:34:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:34:30 ---> 2248a725d1cf 04:34:30 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:34:34 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:35 ---> Running in 9b45afc3863a 04:34:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:34:37 ---> 19153245aae6 04:34:37 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:34:37 ---> d4389abcc7f8 04:34:37 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:34:37 ---> Running in 97df746bf12c 04:34:37 ---> Running in fe01ae98fe82 04:34:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:34:37 ---> abc2c3933e38 04:34:37 Step 9/22 : RUN make cmd/core-data/core-data 04:34:38 ---> Running in 4a269be8a689 04:34:38 (1/12) Installing libmagic (5.38-r0) 04:34:38 (2/12) Installing file (5.38-r0) 04:34:38 (3/12) Installing libc-dev (0.7.2-r3) 04:34:38 (4/12) Installing g++ (9.3.0-r2) 04:34:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:34: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:40 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:41 ---> e4b2c2cadfb4 04:34:41 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:34:41 ---> Running in bab2d1548fb0 04:34:42 (5/12) Installing fortify-headers (1.1-r0) 04:34:42 (6/12) Installing patch (2.7.6-r6) 04:34:42 (7/12) Installing build-base (0.5-r2) 04:34:42 (8/12) Installing libsodium (1.0.18-r0) 04:34:42 (9/12) Installing pkgconf (1.7.2-r0) 04:34:42 (10/12) Installing libsodium-dev (1.0.18-r0) 04:34:42 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:42 (11/12) Installing libzmq (4.3.2-r0) 04:34:42 (12/12) Installing zeromq-dev (4.3.2-r0) 04:34:42 Executing busybox-1.31.1-r16.trigger 04:34:42 OK: 217 MiB in 51 packages 04:34:48 Removing intermediate container 9b45afc3863a 04:34:48 ---> afdaafba35c9 04:34:48 Step 4/7 : WORKDIR /edgex-go 04:34:48 ---> Running in d38f5353d7d3 04:34:48 Removing intermediate container d38f5353d7d3 04:34:48 ---> d3d1ec09b7bc 04:34:48 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:34:48 latest: Pulling from library/docker 04:34:48 b538f80385f9: Already exists 04:34:48 259a493cd78d: Pulling fs layer 04:34:48 b8e66b5100f5: Pulling fs layer 04:34:48 39dc9c94d07c: Pulling fs layer 04:34:48 551b823b3b82: Pulling fs layer 04:34:48 3c52a74df98c: Pulling fs layer 04:34:48 6c9b121b6998: Pulling fs layer 04:34:48 551b823b3b82: Waiting 04:34:48 3c52a74df98c: Waiting 04:34:48 6c9b121b6998: Waiting 04:34:48 b8e66b5100f5: Verifying Checksum 04:34:48 b8e66b5100f5: Download complete 04:34:49 259a493cd78d: Verifying Checksum 04:34:49 259a493cd78d: Download complete 04:34:49 3c52a74df98c: Verifying Checksum 04:34:49 3c52a74df98c: Download complete 04:34:49 6c9b121b6998: Verifying Checksum 04:34:49 6c9b121b6998: Download complete 04:34:49 259a493cd78d: Pull complete 04:34:50 551b823b3b82: Verifying Checksum 04:34:50 551b823b3b82: Download complete 04:34:50 b8e66b5100f5: Pull complete 04:34:50 39dc9c94d07c: Verifying Checksum 04:34:50 39dc9c94d07c: Download complete 04:34:53 39dc9c94d07c: Pull complete 04:34:53 551b823b3b82: Pull complete 04:34:53 3c52a74df98c: Pull complete 04:34:54 6c9b121b6998: Pull complete 04:34:54 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:34:54 Status: Downloaded newer image for docker:latest 04:34:57 ---> 004f53e37837 04:34:57 Step 6/7 : COPY go.mod . 04:34:58 ---> 382971a646b9 04:34:58 Step 7/7 : RUN go mod download 04:34:58 ---> Running in a8e0fb51152b 04:35:01 Removing intermediate container 8bd5e78b3419 04:35:01 ---> 10ff83c395b5 04:35:01 04:35:01 Step 9/29 : FROM alpine:latest 04:35:01 latest: Pulling from library/alpine 04:35:01 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:35:01 Status: Downloaded newer image for alpine:latest 04:35:01 ---> a24bb4013296 04:35:01 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:35:01 ---> Running in 5fdee5ea2fb4 04:35:01 Removing intermediate container 5fdee5ea2fb4 04:35:01 ---> 4df8ba2638a2 04:35:01 Step 11/29 : USER root 04:35:01 ---> Running in 927ba6f1101a 04:35:01 Removing intermediate container 927ba6f1101a 04:35:01 ---> f022022fb149 04:35:01 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:35:01 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:35:01 go: finding github.com/BurntSushi/toml v0.3.1 04:35:01 go: finding github.com/OneOfOne/xxhash v1.2.5 04:35:01 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:35:01 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:35:01 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:35:01 go: finding github.com/bgentry/speakeasy v0.1.0 04:35:01 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:35:01 go: finding github.com/cloudflare/gokey v0.1.0 04:35:01 go: finding github.com/davecgh/go-spew v1.1.1 04:35:01 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:35:01 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:35:01 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:35:02 ---> Running in e25141029a7b 04:35:02 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:35:02 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:35:02 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:35:02 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:35:02 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:35:02 go: finding github.com/fatih/color v1.7.0 04:35:02 go: finding github.com/fsnotify/fsnotify v1.4.7 04:35:02 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:35:02 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:35:02 go: finding github.com/go-kit/kit v0.8.0 04:35:02 go: finding github.com/go-logfmt/logfmt v0.4.0 04:35:02 go: finding github.com/go-redis/redis/v7 v7.2.0 04:35:02 go: finding github.com/go-stack/stack v1.8.0 04:35:02 go: finding github.com/golang/protobuf v1.3.2 04:35:02 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:35:02 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:35:02 go: finding github.com/google/uuid v1.1.0 04:35:02 go: finding github.com/gorilla/mux v1.7.1 04:35:02 go: finding github.com/hashicorp/consul/api v1.1.0 04:35:02 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:35:02 go: finding github.com/hashicorp/errwrap v1.0.0 04:35:02 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:35:02 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:35:02 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:35:02 go: finding github.com/hashicorp/go-multierror v1.0.0 04:35:02 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:35:02 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:35:02 go: finding github.com/hashicorp/go-syslog v1.0.0 04:35:02 go: finding github.com/hashicorp/go-uuid v1.0.1 04:35:02 go: finding github.com/hashicorp/go.net v0.0.1 04:35:02 go: finding github.com/hashicorp/golang-lru v0.5.0 04:35:02 go: finding github.com/hashicorp/logutils v1.0.0 04:35:03 go: finding github.com/hashicorp/mdns v1.0.0 04:35:03 go: finding github.com/hashicorp/memberlist v0.1.3 04:35:03 go: finding github.com/hashicorp/serf v0.8.2 04:35:03 go: finding github.com/hpcloud/tail v1.0.0 04:35:03 go: finding github.com/imdario/mergo v0.3.6 04:35:03 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:35:03 go: finding github.com/kr/pretty v0.1.0 04:35:03 go: finding github.com/kr/pty v1.1.1 04:35:03 go: finding github.com/kr/text v0.1.0 04:35:03 go: finding github.com/mattn/go-colorable v0.0.9 04:35:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:03 go: finding github.com/mattn/go-isatty v0.0.3 04:35:03 go: finding github.com/miekg/dns v1.0.14 04:35:03 go: finding github.com/mitchellh/cli v1.0.0 04:35:03 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:35:03 go: finding github.com/mitchellh/copystructure v1.0.0 04:35:03 go: finding github.com/mitchellh/go-homedir v1.0.0 04:35:03 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:35:03 go: finding github.com/mitchellh/gox v0.4.0 04:35:03 go: finding github.com/mitchellh/iochan v1.0.0 04:35:03 go: finding github.com/mitchellh/mapstructure v1.1.2 04:35:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:35:03 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:35:03 v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:35:03 OK: 12749 distinct packages available 04:35:03 go: finding github.com/onsi/ginkgo v1.10.1 04:35:03 go: finding github.com/onsi/gomega v1.7.0 04:35:03 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:35:03 go: finding github.com/pebbe/zmq4 v1.0.0 04:35:03 go: finding github.com/pelletier/go-toml v1.2.0 04:35:03 go: finding github.com/pkg/errors v0.8.1 04:35:03 go: finding github.com/pmezard/go-difflib v1.0.0 04:35:03 go: finding github.com/posener/complete v1.1.1 04:35:03 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:35:03 (1/2) Installing ca-certificates (20191127-r4) 04:35:03 (2/2) Installing dumb-init (1.2.2-r1) 04:35:03 Executing busybox-1.31.1-r16.trigger 04:35:03 Executing ca-certificates-20191127-r4.trigger 04:35:03 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:35:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:35:03 go: finding github.com/stretchr/objx v0.1.0 04:35:03 go: finding github.com/stretchr/testify v1.5.1 04:35:03 go: finding github.com/ugorji/go v1.1.4 04:35:03 go: finding github.com/x448/float16 v0.8.4 04:35:03 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:35:03 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:35:03 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:35:03 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:35:04 go: finding golang.org/x/text v0.3.2 04:35:04 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:35:04 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:35:04 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:35:04 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:35:04 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:35:04 go: finding gopkg.in/yaml.v2 v2.2.8 04:35:04 OK: 6 MiB in 16 packages 04:35: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:35:06 Removing intermediate container e25141029a7b 04:35:06 ---> 45131009fa58 04:35:06 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:35:07 ---> Running in 5ad7db9ca663 04:35:07 Removing intermediate container 5ad7db9ca663 04:35:07 ---> f79f50a3bddd 04:35:07 Step 14/29 : WORKDIR $BASE_DIR 04:35:07 ---> Running in 703358736d88 04:35:11 Removing intermediate container 703358736d88 04:35:11 ---> 9f7318d700b8 04:35:11 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:35:12 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:35:12 ---> Running in ccc8f6e22d73 04:35:12 Removing intermediate container fe01ae98fe82 04:35:12 ---> b8232320ae0a 04:35:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:35:12 ---> Running in d6108c58d529 04:35:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:35:14 Removing intermediate container ccc8f6e22d73 04:35:14 ---> 1979bece0338 04:35:14 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:35:14 Removing intermediate container 97df746bf12c 04:35:14 ---> 34a78b80a311 04:35:14 04:35:14 Step 10/23 : FROM scratch 04:35:14 ---> 04:35:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:35:15 ---> Running in 627649352e22 04:35:18 ---> 8b62a52c3608 04:35:18 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:35:18 Removing intermediate container 627649352e22 04:35:18 ---> 5aa9710e857b 04:35:18 Step 12/23 : ENV APP_PORT=48060 04:35:19 Removing intermediate container bab2d1548fb0 04:35:19 ---> 20603413634b 04:35:19 04:35:19 Step 10/26 : FROM alpine:3.10 04:35:20 ---> Running in 25d1ad3796bc 04:35:20 Removing intermediate container 4a269be8a689 04:35:20 ---> e0a2e4a9e8cd 04:35:20 04:35:20 Step 10/22 : FROM alpine 04:35:20 Removing intermediate container d6108c58d529 04:35:20 ---> ef81f0933ed9 04:35:20 04:35:20 Step 11/26 : FROM docker:latest 04:35:20 ---> 81f5749c9058 04:35:20 Step 12/26 : RUN apk add --no-cache bash 04:35:20 ---> a24bb4013296 04:35:20 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:35:20 ---> 44610fc4b0ad 04:35:20 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:35:20 3.10: Pulling from library/alpine 04:35:20 ---> Running in 34f331fe21e6 04:35:20 ---> Running in 1c52df98d35a 04:35:20 Removing intermediate container 25d1ad3796bc 04:35:20 ---> 7b50c2b668cb 04:35:20 Step 13/23 : EXPOSE $APP_PORT 04:35:20 ---> Running in 1ba10e2429f7 04:35:20 Removing intermediate container 1c52df98d35a 04:35:20 ---> 07a4b6952a5c 04:35:20 Step 12/22 : ENV APP_PORT=48080 04:35:20 ---> 20368d8a0f4d 04:35:20 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:35:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:20 ---> Running in 85868ee4a298 04:35:20 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:35:21 Removing intermediate container 1ba10e2429f7 04:35:21 ---> 5a4a381e1ba3 04:35:21 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:35:21 Status: Downloaded newer image for alpine:3.10 04:35:21 ---> be4e4bea2c2e 04:35:21 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:35:21 ---> c73140b168fc 04:35:21 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:35:21 (1/2) Installing readline (8.0.4-r0) 04:35:21 (2/2) Installing bash (5.0.17-r0) 04:35:21 Executing bash-5.0.17-r0.post-install 04:35:21 Executing busybox-1.31.1-r16.trigger 04:35:21 ---> Running in e96e698198c9 04:35:21 OK: 12 MiB in 22 packages 04:35:21 Removing intermediate container 85868ee4a298 04:35:21 ---> 10cf94d4c041 04:35:21 Step 13/22 : EXPOSE $APP_PORT 04:35:21 ---> 37fc0a5eb3d2 04:35:21 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:35:21 ---> Running in 0bc981751d75 04:35:21 ---> 498ea9409b3f 04:35:21 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:35:21 ---> Running in da2fac69387a 04:35:22 Removing intermediate container a8e0fb51152b 04:35:22 ---> f6dc2821fa4d 04:35:22 Successfully built f6dc2821fa4d 04:35:22 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:35:23 + docker inspect -f . ci-base-image-arm64 04:35:23 . [Pipeline] withDockerContainer 04:35:23 prd-ubuntu18.04-docker-arm64-4c-16g-5070 does not seem to be running inside a container 04:35:23 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:35:23 Removing intermediate container 0bc981751d75 04:35:23 ---> e77f2bdd2475 04:35:23 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:35:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:35:23 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:35:23 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:35:23 OK: 10346 distinct packages available 04:35:23 (1/5) Installing ca-certificates (20191127-r2) 04:35:24 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:35:24 (3/5) Installing libcurl (7.66.0-r0) 04:35:24 (4/5) Installing curl (7.66.0-r0) 04:35:24 (5/5) Installing dumb-init (1.2.2-r1) 04:35:24 Executing busybox-1.30.1-r3.trigger 04:35:24 Executing ca-certificates-20191127-r2.trigger 04:35:24 OK: 7 MiB in 19 packages 04:35:24 ---> Running in 340a014d9cb5 04:35:24 Removing intermediate container 34f331fe21e6 04:35:24 ---> 8641e0b11211 04:35:24 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:35:24 ---> 57d7dd10b0e9 04:35:24 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:35:24 ---> Running in 8fc562859af4 04:35:25 $ docker top 225d616e5f31f66ff79724d147bf3adfac0344f1aeadd8e19d9a494413b59cf2 -eo pid,comm 04:35:25 ---> 3d87f5838fd1 04:35:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [Pipeline] { [Pipeline] sh 04:35:26 ---> 2120ab5a172d 04:35:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:35:26 Removing intermediate container e96e698198c9 04:35:26 ---> d31fb0df555a 04:35:26 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:35:26 + go version 04:35:26 go version go1.13.13 linux/arm64 [Pipeline] echo 04:35:26 ========================================================= 04:35:26 [edgeXBuildGoParallel] Running Tests and Build... 04:35:26 ========================================================= [Pipeline] sh 04:35:26 ---> Running in f2f4f8eb5286 04:35:26 Removing intermediate container da2fac69387a 04:35:26 ---> 780327cf01f0 04:35:26 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:35:26 ---> 3399f5e0378f 04:35:26 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:35:26 + make test 04:35:26 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:35:26 Removing intermediate container 340a014d9cb5 04:35:26 ---> 30a93672404c 04:35:26 Step 15/22 : RUN apk --no-cache add zeromq 04:35:27 ---> Running in 3a77c2a6a69b 04:35:27 Removing intermediate container 8fc562859af4 04:35:27 ---> 5f3af27d1be2 04:35:27 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:35:27 Removing intermediate container f2f4f8eb5286 04:35:27 ---> ef4a29a578e7 04:35:27 Step 13/26 : WORKDIR / 04:35:27 ---> 304235090700 04:35:27 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:27 ---> a06a42fb46e7 04:35:27 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:35:27 ---> Running in 4bc9b587025f 04:35:27 ---> Running in 8927dc5d8700 04:35:27 ---> Running in 8896a2f2cc15 04:35:27 ---> Running in cc375b0ed7cf 04:35:28 Removing intermediate container 8927dc5d8700 04:35:28 ---> ef6b0f97d455 04:35:28 Step 15/26 : ENV APP_PORT=48090 04:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:28 Removing intermediate container cc375b0ed7cf 04:35:28 ---> 048bed214936 04:35:28 Step 21/23 : LABEL arch=x86_64 04:35:28 Removing intermediate container 4bc9b587025f 04:35:28 ---> 420a8287a099 04:35:28 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:35:28 ---> Running in 76d0280b501d 04:35:28 ---> Running in 1e6005f82807 04:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:29 Removing intermediate container 76d0280b501d 04:35:29 ---> 7d0b05aa63f1 04:35:29 Step 16/26 : EXPOSE $APP_PORT 04:35:29 ---> 055d082402ac 04:35:29 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:35:29 Removing intermediate container 1e6005f82807 04:35:29 ---> 1f361fbc65fb 04:35:29 Step 22/23 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:35:29 ---> Running in 35bd271b30b1 04:35:29 ---> Running in 137ea65b6193 04:35:29 ? github.com/edgexfoundry/edgex-go [no test files] 04:35:29 (1/5) Installing libgcc (9.3.0-r2) 04:35:29 ---> c40a19cb9ef2 04:35:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:35:29 (2/5) Installing libsodium (1.0.18-r0) 04:35:29 (3/5) Installing libstdc++ (9.3.0-r2) 04:35:29 Removing intermediate container 35bd271b30b1 04:35:29 ---> bf1a6efc0b3d 04:35:29 Step 23/23 : LABEL version=0.0.0 04:35:29 Removing intermediate container 137ea65b6193 04:35:29 ---> 5602479a53b9 04:35:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:35:29 Removing intermediate container 8896a2f2cc15 04:35:29 ---> fb676aa4de14 04:35:29 Step 24/29 : RUN chmod 755 security-secrets-setup 04:35:29 (4/5) Installing libzmq (4.3.2-r0) 04:35:29 ---> Running in 90714e5acade 04:35:29 ---> 6c3ad084a1a1 04:35:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:35:30 (5/5) Installing zeromq (4.3.2-r0) 04:35:30 ---> Running in 2f8fcb5c074c 04:35:30 Executing busybox-1.31.1-r16.trigger 04:35:30 OK: 8 MiB in 19 packages 04:35:30 Removing intermediate container 90714e5acade 04:35:30 ---> 224f89547136 04:35:30 04:35:30 ---> eda3b0f2276a 04:35:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:35:30 ---> e15022a04342 04:35:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:35:30 Successfully built 224f89547136 04:35:30 Successfully tagged docker-support-notifications-go:latest 04:35:30 Building docker-security-proxy-setup-go 04:35:31  Building docker-support-notifications-go ... done Removing intermediate container 3a77c2a6a69b 04:35:31 ---> b0248d8f259c 04:35:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:35:31 ---> 17e01b51256f 04:35:31 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:35:31 ---> a0c1d82ce281 04:35:31 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:35:31 ---> 0df343620fc4 04:35:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:35:32 ---> 41d702febf5a 04:35:32 Step 20/26 : RUN apk --no-cache add py-pip 04:35:34 ---> 654c907465a4 04:35:34 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:35:34 Removing intermediate container 2f8fcb5c074c 04:35:34 ---> c3b3a6740291 04:35:34 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:35:34 ---> Running in e4abfe960bee 04:35:34 ---> Running in 16cb2e21ed33 04:35:34 ---> b20c01bf6864 04:35:34 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:35:36 ---> 570e937828d9 04:35:36 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:36 ---> 7c4960a477ec 04:35:36 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:35:36 Removing intermediate container 16cb2e21ed33 04:35:36 ---> 69b33ec27ced 04:35:36 Step 26/29 : CMD [ "generate" ] 04:35:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:36 ---> Running in 750e201fe164 04:35:36 (1/33) Installing libbz2 (1.0.8-r1) 04:35:36 (2/33) Installing expat (2.2.9-r1) 04:35:36 (3/33) Installing libffi (3.3-r2) 04:35:36 (4/33) Installing gdbm (1.13-r1) 04:35:37 (5/33) Installing xz-libs (5.2.5-r0) 04:35:37 (6/33) Installing sqlite-libs (3.32.1-r0) 04:35:37 ---> Running in 46923da63d57 04:35:37 (7/33) Installing python3 (3.8.5-r0) 04:35:41 ---> ebddb19dd1f1 04:35:41 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:35:42 Removing intermediate container 46923da63d57 04:35:42 ---> 5080e16852f5 04:35:42 Step 20/22 : LABEL arch=x86_64 04:35:42 Removing intermediate container 750e201fe164 04:35:42 ---> 895273e6eceb 04:35:42 Step 27/29 : LABEL arch=x86_64 04:35:42 (8/33) Installing py3-appdirs (1.4.4-r1) 04:35:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:35:43 (10/33) Installing py3-parsing (2.4.7-r0) 04:35:43 (11/33) Installing py3-six (1.15.0-r0) 04:35:43 (12/33) Installing py3-packaging (20.4-r0) 04:35:43 (13/33) Installing py3-setuptools (47.0.0-r0) 04:35:43 ---> Running in f5b83ebdbe6e 04:35:43 (14/33) Installing py3-chardet (3.0.4-r4) 04:35:44 (15/33) Installing py3-idna (2.9-r0) 04:35:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:35:44 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:44 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:44 ---> ff2c1f3be451 04:35:44 Step 3/20 : WORKDIR /edgex-go 04:35:44 ---> Using cache 04:35:44 ---> 8398485495e0 04:35:44 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:44 ---> Using cache 04:35:44 ---> b18aefff51b8 04:35:44 Step 5/20 : RUN apk update && apk add make git 04:35:44 ---> Using cache 04:35:44 ---> 69b7655382e6 04:35:44 Step 6/20 : COPY go.mod . 04:35:44 ---> Using cache 04:35:44 ---> 22719a2b4f50 04:35:44 Step 7/20 : RUN go mod download 04:35:44 ---> Using cache 04:35:44 ---> 58502172e0b9 04:35:44 Step 8/20 : COPY . . 04:35:44 ---> Using cache 04:35:44 ---> e4b2c2cadfb4 04:35:44 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:35:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:35:44 ---> Running in 90978d0fb7b9 04:35:44 ---> Running in bb4d77283e8e 04:35:44 (18/33) Installing py3-requests (2.23.0-r0) 04:35:44 (19/33) Installing py3-msgpack (1.0.0-r0) 04:35:44 (20/33) Installing py3-lockfile (0.12.2-r3) 04:35:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:35:45 (22/33) Installing py3-colorama (0.4.3-r0) 04:35:45 ---> Running in b973e91c189f 04:35:45 (23/33) Installing py3-distlib (0.3.0-r0) 04:35:45 (24/33) Installing py3-distro (1.5.0-r1) 04:35:45 (25/33) Installing py3-webencodings (0.5.1-r3) 04:35:45 (26/33) Installing py3-html5lib (1.0.1-r4) 04:35:46 (27/33) Installing py3-pytoml (0.1.21-r0) 04:35:46 (28/33) Installing py3-pep517 (0.8.2-r0) 04:35:46 (29/33) Installing py3-progress (1.5-r0) 04:35:46 Removing intermediate container 90978d0fb7b9 04:35:46 ---> a1050d80489a 04:35:46 Step 28/29 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:35:46 Removing intermediate container bb4d77283e8e 04:35:46 ---> cdfb4c7d208d 04:35:46 Step 21/22 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:35:46 (30/33) Installing py3-toml (0.10.1-r0) 04:35:46 (31/33) Installing py3-retrying (1.3.3-r0) 04:35:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:35:46 (33/33) Installing py3-pip (20.1.1-r0) 04:35:47 ---> Running in 36dd431adcd1 04:35:47 ---> Running in 9c928c2a0ee5 04:35:47 Executing busybox-1.31.1-r16.trigger 04:35:47 OK: 71 MiB in 55 packages 04:35:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:35:48 Removing intermediate container 36dd431adcd1 04:35:48 ---> f5c153d02d3b 04:35:48 Step 29/29 : LABEL version=0.0.0 04:35:48 Removing intermediate container 9c928c2a0ee5 04:35:48 ---> fd1525a49008 04:35:48 Step 22/22 : LABEL version=0.0.0 04:35:48 ---> Running in 17ae65545bf9 04:35:48 Removing intermediate container f5b83ebdbe6e 04:35:48 ---> d1efc46c00d0 04:35:48 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:35:48 ---> Running in f78e2d8458c5 04:35:48 ---> Running in 64028c299f9e 04:35:48 Removing intermediate container 17ae65545bf9 04:35:48 ---> 34764e67b727 04:35:48 04:35:48 Successfully built 34764e67b727 04:35:48 Successfully tagged docker-security-secrets-setup-go:latest 04:35:48 Building docker-support-scheduler-go 04:35:48 Removing intermediate container f78e2d8458c5 04:35:48 ---> 817640d2c3e7 04:35:48 04:35:49  Building docker-security-secrets-setup-go ... done Successfully built 817640d2c3e7 04:35:49 Successfully tagged docker-core-data-go:latest 04:35:49 Building docker-core-command-go 04:35:49 Removing intermediate container 64028c299f9e 04:35:49 ---> 74dc580f9a37 04:35:49 Step 24/26 : LABEL arch=x86_64 04:35:57  Building docker-core-data-go ... done  ---> Running in 7ac3a0781617 04:36:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:36:03 Removing intermediate container 7ac3a0781617 04:36:03 ---> 482283717d59 04:36:03 Step 25/26 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:36:05 ---> Running in ceeeec371175 04:36:06 Removing intermediate container ceeeec371175 04:36:06 ---> 7193ed966f9c 04:36:06 Step 26/26 : LABEL version=0.0.0 04:36:09 ---> Running in 3ac61f166b2e 04:36:09 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:10 ---> ff2c1f3be451 04:36:10 Step 3/21 : WORKDIR /edgex-go 04:36:10 ---> Using cache 04:36:10 ---> 8398485495e0 04:36:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:10 ---> Using cache 04:36:10 ---> b18aefff51b8 04:36:10 Step 5/21 : RUN apk update && apk add make git 04:36:10 ---> Using cache 04:36:10 ---> 69b7655382e6 04:36:10 Step 6/21 : COPY go.mod . 04:36:10 ---> Using cache 04:36:10 ---> 22719a2b4f50 04:36:10 Step 7/21 : RUN go mod download 04:36:10 ---> Using cache 04:36:10 ---> 58502172e0b9 04:36:10 Step 8/21 : COPY . . 04:36:10 ---> Using cache 04:36:10 ---> e4b2c2cadfb4 04:36:10 Step 9/21 : RUN make cmd/core-command/core-command 04:36:10 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:10 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:36:10 ---> ff2c1f3be451 04:36:10 Step 3/20 : WORKDIR /edgex-go 04:36:10 ---> Using cache 04:36:10 ---> 8398485495e0 04:36:10 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:10 ---> Using cache 04:36:10 ---> b18aefff51b8 04:36:10 Step 5/20 : RUN apk update && apk add make git 04:36:10 ---> Using cache 04:36:10 ---> 69b7655382e6 04:36:10 Step 6/20 : COPY go.mod . 04:36:10 ---> Using cache 04:36:10 ---> 22719a2b4f50 04:36:10 Step 7/20 : RUN go mod download 04:36:10 ---> Using cache 04:36:10 ---> 58502172e0b9 04:36:10 Step 8/20 : COPY . . 04:36:10 ---> Using cache 04:36:10 ---> e4b2c2cadfb4 04:36:10 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:36:12 ---> Running in 13a0afae5910 04:36:12 ---> Running in 0a5a18d45665 04:36:12 Removing intermediate container 3ac61f166b2e 04:36:12 ---> 92efb39e4f10 04:36:12 04:36:12 Successfully built 92efb39e4f10 04:36:12 Successfully tagged docker-security-secretstore-setup-go:latest 04:36:12 Building docker-support-logging-go 04:36:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:36:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:36:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:36:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:36:14 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.060s 04:36:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:36:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:36:14 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:36:16  Building docker-security-secretstore-setup-go ... done 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:36:16 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:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:36:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:36:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:36:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:36:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:36:21 Removing intermediate container e4abfe960bee 04:36:21 ---> 1864202b8353 04:36:21 Step 21/26 : RUN pip install docker-compose==1.23.2 04:36:23 ---> Running in f319c9c252de 04:36:27 Removing intermediate container b973e91c189f 04:36:27 ---> be9277f526ec 04:36:27 04:36:27 Step 10/20 : FROM alpine 04:36:27 ---> a24bb4013296 04:36:27 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:36:27 ---> Running in 7d0a5b2d2747 04:36:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements 04:36:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:36:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:36:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:36:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:36:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:36:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:29 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:36:29 v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:36:29 OK: 12749 distinct packages available 04:36:30 (1/4) Installing ca-certificates (20191127-r4) 04:36:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:36:30 (3/4) Installing libcurl (7.69.1-r0) 04:36:30 (4/4) Installing curl (7.69.1-r0) 04:36:30 Executing busybox-1.31.1-r16.trigger 04:36:30 Executing ca-certificates-20191127-r4.trigger 04:36:30 OK: 7 MiB in 18 packages 04:36:33 Removing intermediate container 7d0a5b2d2747 04:36:33 ---> 05ff0ad079ec 04:36:33 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:36:33 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:33 ---> ff2c1f3be451 04:36:33 Step 3/21 : WORKDIR /edgex-go 04:36:33 ---> Using cache 04:36:33 ---> 8398485495e0 04:36:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:33 ---> Using cache 04:36:33 ---> b18aefff51b8 04:36:33 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:36:33 Collecting docker-compose==1.23.2 04:36:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:36:34 ---> Running in 730a2e48d35d 04:36:34 ---> Running in 67c1c115f3ca 04:36:34 Collecting PyYAML<4,>=3.10 04:36:34 Downloading PyYAML-3.13.tar.gz (270 kB) 04:36:35 Removing intermediate container 730a2e48d35d 04:36:35 ---> 8120cc102bbe 04:36:35 Step 13/20 : WORKDIR /edgex 04:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.137s coverage: 27.3% of statements 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.024s coverage: 100.0% of statements 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.058s coverage: 100.0% of statements 04:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:36 ---> Running in ed658596ac6a 04:36:36 Collecting docker<4.0,>=3.6.0 04:36:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:36 Removing intermediate container ed658596ac6a 04:36:36 ---> 3a6f014f25e3 04:36:36 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:36:36 Collecting websocket-client<1.0,>=0.32.0 04:36:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:36:37 Collecting docopt<0.7,>=0.6.1 04:36:37 Downloading docopt-0.6.2.tar.gz (25 kB) 04:36:37 ---> 4c218e4f4086 04:36:37 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:36:37 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:37 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:37 OK: 12749 distinct packages available 04:36:37 Collecting texttable<0.10,>=0.9.0 04:36:37 Downloading texttable-0.9.1.tar.gz (11 kB) 04:36:37 OK: 233 MiB in 51 packages 04:36:37 OK: 233 MiB in 51 packages 04:36:37 ---> b467f182fe28 04:36:37 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:36:37 ---> Running in 8dd916362f00 04:36:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.398s coverage: 28.6% of statements 04:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:36:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.042s coverage: 100.0% of statements 04:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:36:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements 04:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:36:38 Collecting dockerpty<0.5,>=0.4.1 04:36:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:36:38 Removing intermediate container 8dd916362f00 04:36:38 ---> cb813d2af02f 04:36:38 Step 17/20 : CMD ["--init=true"] 04:36:38 ---> Running in 3d0871a989d1 04:36:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.176s coverage: 89.8% of statements 04:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:36:38 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:36:40 Collecting cached-property<2,>=1.2.0 04:36:40 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:36:40 Removing intermediate container 67c1c115f3ca 04:36:40 ---> cbffce4d3905 04:36:40 Step 6/21 : COPY go.mod . 04:36:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.207s coverage: 97.5% of statements 04:36:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:36:40 Collecting jsonschema<3,>=2.5.1 04:36:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:36:40 Removing intermediate container 3d0871a989d1 04:36:40 ---> 1208af9f089b 04:36:40 Step 18/20 : LABEL arch=x86_64 04:36:40 ---> 46ab2ae99658 04:36:40 Step 7/21 : RUN go mod download 04:36:40 ---> Running in 2fb009d4d6d9 04:36:40 ---> Running in 7aee73a27540 04:36:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:36:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:36:40 Collecting docker-pycreds>=0.4.0 04:36:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 100.0% of statements 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:36:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:36:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 04:36:41 Removing intermediate container 2fb009d4d6d9 04:36:41 ---> 8bb2354edffe 04:36:41 Step 19/20 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:36:41 Collecting urllib3<1.25,>=1.21.1 04:36:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:36:41 Collecting idna<2.8,>=2.5 04:36:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:36:41 ---> Running in 62628889ab1c 04:36:41 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:36:41 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:36:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:36:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:36:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:36:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:36:41 Installing collected packages: PyYAML, docker-pycreds, urllib3, idna, requests, websocket-client, docker, docopt, texttable, dockerpty, cached-property, jsonschema, docker-compose 04:36:41 Running setup.py install for PyYAML: started 04:36:41 Removing intermediate container 62628889ab1c 04:36:41 ---> 82127695848a 04:36:41 Step 20/20 : LABEL version=0.0.0 04:36:41 ---> Running in da67efa25ce8 04:36:42 Removing intermediate container da67efa25ce8 04:36:42 ---> 061142382685 04:36:42 04:36:42 Running setup.py install for PyYAML: finished with status 'done' 04:36:42 Successfully built 061142382685 04:36:43 Successfully tagged docker-security-proxy-setup-go:latest 04:36:43  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 04:36:43 Attempting uninstall: urllib3 04:36:43 Found existing installation: urllib3 1.25.9 04:36:43 Uninstalling urllib3-1.25.9: 04:36:43 Successfully uninstalled urllib3-1.25.9 04:36:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements 04:36:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:36:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:36:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.108s coverage: 100.0% of statements 04:36:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.309s coverage: 55.9% of statements 04:36:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:36:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:36:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:36:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:36:50 Attempting uninstall: idna 04:36:50 Found existing installation: idna 2.9 04:36:50 Uninstalling idna-2.9: 04:36:51 Removing intermediate container 7aee73a27540 04:36:51 ---> 366a90a847b9 04:36:51 Step 8/21 : COPY . . 04:36:51 Removing intermediate container 13a0afae5910 04:36:51 ---> fa1fe36121ce 04:36:51 04:36:51 Step 10/20 : FROM scratch 04:36:51 ---> 04:36:51 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:51 Successfully uninstalled idna-2.9 04:36:51 Attempting uninstall: requests 04:36:51 Found existing installation: requests 2.23.0 04:36:51 Uninstalling requests-2.23.0: 04:36:51 Successfully uninstalled requests-2.23.0 04:36:53 ---> Running in e662188cb10f 04:36:54 Removing intermediate container 0a5a18d45665 04:36:54 ---> 05ce7bbd01e2 04:36:54 04:36:54 Step 10/21 : FROM scratch 04:36:54 ---> 04:36:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:54 Running setup.py install for docopt: started 04:36:56 Running setup.py install for docopt: finished with status 'done' 04:36:56 Running setup.py install for texttable: started 04:36:56 Running setup.py install for texttable: finished with status 'done' 04:36:56 Running setup.py install for dockerpty: started 04:36:57 Running setup.py install for dockerpty: finished with status 'done' 04:36:57 ---> Running in 181c2c82771c 04:37:02 Removing intermediate container e662188cb10f 04:37:02 ---> ffa5bc4d1d34 04:37:02 Step 12/20 : ENV APP_PORT=48085 04:37:02 Removing intermediate container 181c2c82771c 04:37:02 ---> 743c12b2aeb0 04:37:02 Step 12/21 : ENV APP_PORT=48082 04:37:03 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:37:05 ---> Running in 6b6634ea9db8 04:37:05 ---> Running in 10838abccb0f 04:37:05 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:05 ---> ff2c1f3be451 04:37:05 Step 3/21 : WORKDIR /edgex-go 04:37:05 ---> Using cache 04:37:05 ---> 8398485495e0 04:37:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:05 ---> Using cache 04:37:05 ---> b18aefff51b8 04:37:05 Step 5/21 : RUN apk update && apk add make git 04:37:05 ---> Using cache 04:37:05 ---> 69b7655382e6 04:37:05 Step 6/21 : COPY go.mod . 04:37:05 ---> Using cache 04:37:05 ---> 22719a2b4f50 04:37:05 Step 7/21 : RUN go mod download 04:37:05 ---> Using cache 04:37:05 ---> 58502172e0b9 04:37:05 Step 8/21 : COPY . . 04:37:05 ---> Using cache 04:37:05 ---> e4b2c2cadfb4 04:37:05 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:37:09 Removing intermediate container 10838abccb0f 04:37:09 ---> 6cb49094b892 04:37:09 Step 13/21 : EXPOSE $APP_PORT 04:37:09 ---> Running in c4a3cf6388aa 04:37:09 Removing intermediate container 6b6634ea9db8 04:37:09 ---> 6282dff70059 04:37:09 Step 13/20 : EXPOSE $APP_PORT 04:37:11 ---> Running in bae362a73ac3 04:37:11 ---> Running in 49d18ec82568 04:37:13 Removing intermediate container bae362a73ac3 04:37:13 ---> ee2678240f62 04:37:13 Step 14/21 : WORKDIR / 04:37:15 Removing intermediate container 49d18ec82568 04:37:15 ---> bb39e937ade9 04:37:15 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:37:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:37:15 ---> Running in a25115ac9eed 04:37:15 Removing intermediate container f319c9c252de 04:37:15 ---> a316fe3959de 04:37:15 Step 22/26 : RUN apk --no-cache add curl 04:37:17 ---> 7c6d46069a4f 04:37:17 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 27.840s coverage: 86.3% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.071s coverage: 72.2% of statements 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.377s coverage: 72.1% of statements 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.031s coverage: 28.8% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.075s coverage: 96.8% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 26.9% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.313s coverage: 84.1% of statements 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.023s coverage: 100.0% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.049s coverage: 83.8% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.120s coverage: 46.1% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.111s coverage: 100.0% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.042s coverage: 100.0% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.310s coverage: 29.1% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.024s coverage: 100.0% of statements 04:37:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.018s coverage: 32.1% of statements 04:37:18 ---> Running in 1492a009466b 04:37:18 Removing intermediate container a25115ac9eed 04:37:18 ---> 2ceebf99bbcb 04:37:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:37:19 ---> e8061fdb0484 04:37:19 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:37:19 ---> b7f2bb97626b 04:37:19 Step 9/21 : RUN make cmd/support-logging/support-logging 04:37:19 ---> f8f679c8bc8c 04:37:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:37:19 ---> Running in c47bedc380ca 04:37:19 ---> 4b4f98bc1cfb 04:37:19 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:19 ---> Running in c55b466588c5 04:37:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements 04:37:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:20 Removing intermediate container c55b466588c5 04:37:20 ---> 25cf210a8b2d 04:37:20 Step 18/20 : LABEL arch=x86_64 04:37:20 ---> Running in 75c4d05b5be8 04:37:20 ---> 411860599f84 04:37:20 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:37:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:37:20 (2/3) Installing libcurl (7.69.1-r0) 04:37:20 (3/3) Installing curl (7.69.1-r0) 04:37:20 Executing busybox-1.31.1-r16.trigger 04:37:20 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:37:20 OK: 72 MiB in 58 packages 04:37:20 Removing intermediate container 75c4d05b5be8 04:37:20 ---> 8c09c3e70303 04:37:20 Step 19/20 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:37:20 ---> Running in 0b94873dabc1 04:37:20 GO111MODULE=on go vet ./... 04:37:20 ---> fc5a9759777a 04:37:20 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:21 ---> Running in 78e70b9ada94 04:37:21 Removing intermediate container 0b94873dabc1 04:37:21 ---> 18647373e320 04:37:21 Step 20/20 : LABEL version=0.0.0 04:37:21 ---> Running in f497191e36b8 04:37:21 Removing intermediate container 78e70b9ada94 04:37:21 ---> 06a44c2ae696 04:37:21 Step 19/21 : LABEL arch=x86_64 04:37:21 Removing intermediate container 1492a009466b 04:37:21 ---> de794e513d5d 04:37:21 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:21 ---> Running in 01ac00326d0b 04:37:21 Removing intermediate container f497191e36b8 04:37:21 ---> 3b6867c4aad0 04:37:21 04:37:22 ---> Running in d4a72b1b11ab 04:37:22 Successfully built 3b6867c4aad0 04:37:22 Successfully tagged docker-support-scheduler-go:latest 04:37:22  Building docker-support-scheduler-go ... done Removing intermediate container 01ac00326d0b 04:37:22 ---> 5aa5cc42f20e 04:37:22 Step 20/21 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:37:22 Removing intermediate container d4a72b1b11ab 04:37:22 ---> e1f081b8bc4b 04:37:22 Step 24/26 : LABEL arch=x86_64 04:37:22 ---> Running in 3f6a89e64f91 04:37:22 ---> Running in 94e0286e93c3 04:37:22 Removing intermediate container 3f6a89e64f91 04:37:22 ---> 83b04825ff5f 04:37:22 Step 21/21 : LABEL version=0.0.0 04:37:22 Removing intermediate container 94e0286e93c3 04:37:22 ---> 13fbc95f5ae9 04:37:22 Step 25/26 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:37:22 ---> Running in e2ee390a1dfd 04:37:23 ---> Running in e6c2e513d3e9 04:37:23 Removing intermediate container e2ee390a1dfd 04:37:23 ---> a5f038fc89cb 04:37:23 04:37:23 Removing intermediate container e6c2e513d3e9 04:37:23 ---> ca8988f0291a 04:37:23 Step 26/26 : LABEL version=0.0.0 04:37:24 Successfully built a5f038fc89cb 04:37:24 Successfully tagged docker-core-command-go:latest 04:37:24  Building docker-core-command-go ... done  ---> Running in 9558c3d1b4d2 04:37:24 Removing intermediate container 9558c3d1b4d2 04:37:24 ---> 5237658719e5 04:37:24 04:37:24 Successfully built 5237658719e5 04:37:24 Successfully tagged docker-sys-mgmt-agent-go:latest 04:37:34  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c4a3cf6388aa 04:37:34 ---> e0373093a857 04:37:34 04:37:34 Step 10/21 : FROM scratch 04:37:34 ---> 04:37:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:34 ---> Using cache 04:37:34 ---> 743c12b2aeb0 04:37:34 Step 12/21 : ENV APP_PORT=48081 04:37:34 ---> Running in 869f4b4fdcf0 04:37:35 Removing intermediate container c47bedc380ca 04:37:35 ---> 90a846033e38 04:37:35 04:37:35 Step 10/21 : FROM scratch 04:37:35 ---> 04:37:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:37:35 Removing intermediate container 869f4b4fdcf0 04:37:35 ---> be345a016777 04:37:35 Step 13/21 : EXPOSE $APP_PORT 04:37:35 ---> Using cache 04:37:35 ---> 5aa9710e857b 04:37:35 Step 12/21 : ENV APP_PORT=48061 04:37:35 ---> Running in c7360996ef17 04:37:35 ---> Running in 44016c1c28f4 04:37:35 Removing intermediate container c7360996ef17 04:37:35 ---> 8e98361df876 04:37:35 Step 14/21 : WORKDIR / 04:37:35 Removing intermediate container 44016c1c28f4 04:37:35 ---> f20d991341bf 04:37:35 Step 13/21 : EXPOSE $APP_PORT 04:37:35 ---> Running in a2e3f3a61ea0 04:37:35 ---> Running in da3832de6a5a 04:37:35 Removing intermediate container a2e3f3a61ea0 04:37:35 ---> b148a446351e 04:37:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:37:35 Removing intermediate container da3832de6a5a 04:37:35 ---> f5acef7c436a 04:37:35 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:37:35 ---> 86c3b4d054e1 04:37:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:37:36 ---> 34f61b43575c 04:37:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:37:36 ---> 633d59ec51ae 04:37:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:37:36 ---> 3948f9ca9183 04:37:36 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:37:36 ---> 1ec65a87904b 04:37:36 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:37:36 ---> 146464d3775f 04:37:36 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:36 ---> Running in 75e27fae3a0a 04:37:37 ---> 1f97f5f99885 04:37:37 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:37 Removing intermediate container 75e27fae3a0a 04:37:37 ---> 7e590111ae44 04:37:37 Step 19/21 : LABEL arch=x86_64 04:37:38 ---> Running in adf9fd1aae4e 04:37:38 ---> Running in 7e79ec6ad546 04:37:38 Removing intermediate container 7e79ec6ad546 04:37:38 ---> 86da357bb802 04:37:38 Step 19/21 : LABEL arch=x86_64 04:37:38 Removing intermediate container adf9fd1aae4e 04:37:38 ---> bb620b1c2f90 04:37:38 Step 20/21 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:37:38 ---> Running in 3013e787ed40 04:37:38 ---> Running in cb683ace5f12 04:37:38 Removing intermediate container 3013e787ed40 04:37:38 ---> 04ee92266067 04:37:38 Step 20/21 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:37:38 Removing intermediate container cb683ace5f12 04:37:38 ---> 9e18a0d214ed 04:37:38 Step 21/21 : LABEL version=0.0.0 04:37:38 ---> Running in 69fa98c39482 04:37:38 ---> Running in 04cac87809a5 04:37:38 Removing intermediate container 04cac87809a5 04:37:38 ---> ea78f4082731 04:37:38 04:37:38 Removing intermediate container 69fa98c39482 04:37:38 ---> f8bfc0143e51 04:37:38 Step 21/21 : LABEL version=0.0.0 04:37:38 Successfully built ea78f4082731 04:37:38 Successfully tagged docker-core-metadata-go:latest 04:37:38  Building docker-core-metadata-go ... done  ---> Running in 84db76c07075 04:37:39 gofmt -l . 04:37:39 [ "`gofmt -l .`" = "" ] 04:37:39 Removing intermediate container 84db76c07075 04:37:39 ---> e9628f443079 04:37:39 04:37:39 Successfully built e9628f443079 04:37:39 Successfully tagged docker-support-logging-go:latest 04:37:40  Building docker-support-logging-go ... done  [Pipeline] } 04:37:40 $ docker stop --time=1 6661950feef015a1110eed703fd64d468fad5a29ade673908d770c9968b4ada6 04:37:41 ./bin/test-go-mod-tidy.sh 04:37:41 $ docker rm -f 6661950feef015a1110eed703fd64d468fad5a29ade673908d770c9968b4ada6 04:37:41 ./bin/test-attribution-txt.sh [Pipeline] // withDockerContainer [Pipeline] sh 04:37:42 + docker images 04:37:42 + grep docker 04:37:42 docker-support-logging-go latest e9628f443079 4 seconds ago 11.8MB 04:37:42 docker-core-metadata-go latest ea78f4082731 4 seconds ago 14.4MB 04:37:42 docker-sys-mgmt-agent-go latest 5237658719e5 18 seconds ago 284MB 04:37:42 docker-core-command-go latest a5f038fc89cb 19 seconds ago 13MB 04:37:42 docker-support-scheduler-go latest 3b6867c4aad0 21 seconds ago 13.1MB 04:37:42 docker-security-proxy-setup-go latest 061142382685 About a minute ago 16.4MB 04:37:42 docker-security-secretstore-setup-go latest 92efb39e4f10 About a minute ago 33.9MB 04:37:42 docker-security-secrets-setup-go latest 34764e67b727 About a minute ago 25.1MB 04:37:42 docker-core-data-go latest 817640d2c3e7 About a minute ago 23.8MB 04:37:42 docker-support-notifications-go latest 224f89547136 2 minutes ago 14.4MB 04:37:42 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] } [Pipeline] sh 04:37:46 + ls -al . 04:37:46 total 588 04:37:46 drwxrwxr-x 10 1001 1001 4096 Aug 13 04:37 . 04:37:46 drwxr-xr-x 4 root root 4096 Aug 13 04:35 .. 04:37:46 -rw-rw-r-- 1 1001 1001 11 Aug 13 04:33 .dockerignore 04:37:46 drwxrwxr-x 8 1001 1001 4096 Aug 13 04:33 .git 04:37:46 drwxrwxr-x 3 1001 1001 4096 Aug 13 04:33 .github 04:37:46 -rw-rw-r-- 1 1001 1001 932 Aug 13 04:33 .gitignore 04:37:46 drwxrwxr-x 3 1001 1001 4096 Aug 13 04:33 .semver 04:37:46 -rw-rw-r-- 1 1001 1001 166 Aug 13 04:33 .sonarcloud.properties 04:37:46 -rw-rw-r-- 1 1001 1001 3804 Aug 13 04:33 CONTRIBUTING.md 04:37:46 -rw-rw-r-- 1 1001 1001 1035 Aug 13 04:33 Dockerfile.build 04:37:46 -rw-rw-r-- 1 1001 1001 865 Aug 13 04:33 Jenkinsfile 04:37:46 -rw-rw-r-- 1 1001 1001 10775 Aug 13 04:33 LICENSE 04:37:46 -rw-rw-r-- 1 1001 1001 6237 Aug 13 04:33 Makefile 04:37:46 -rw-rw-r-- 1 1001 1001 5652 Aug 13 04:33 README.md 04:37:46 -rw-rw-r-- 1 1001 1001 7111 Aug 13 04:33 SECURITY.md 04:37:46 -rw-rw-r-- 1 1001 1001 5 Aug 13 04:30 VERSION 04:37:46 -rw-rw-r-- 1 1001 1001 4131 Aug 13 04:33 ZMQWindows.md 04:37:46 drwxrwxr-x 2 1001 1001 4096 Aug 13 04:33 bin 04:37:46 drwxrwxr-x 15 1001 1001 4096 Aug 13 04:33 cmd 04:37:46 -rw-r--r-- 1 root root 455803 Aug 13 04:37 coverage.out 04:37:46 -rw-r--r-- 1 root root 1019 Aug 13 04:37 go.mod 04:37:46 -rw-r--r-- 1 root root 18146 Aug 13 04:37 go.sum 04:37:46 drwxrwxr-x 8 1001 1001 4096 Aug 13 04:33 internal 04:37:46 drwxrwxr-x 4 1001 1001 4096 Aug 13 04:33 openapi 04:37:46 drwxrwxr-x 4 1001 1001 4096 Aug 13 04:33 snap 04:37:46 -rw-rw-r-- 1 1001 1001 168 Aug 13 04:33 version.go [Pipeline] sh 04:37:46 + '[' -e coverage.out ] 04:37:46 + chown 1001:1001 coverage.out [Pipeline] stash 04:37:46 Warning: overwriting stash ‘coverage-report’ 04:37:47 Stashed 1 file(s) [Pipeline] sh 04:37:48 + make build 04:37:48 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:06 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:38:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:38:22 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:38:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:38:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:38:36 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:38: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:38:46 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:38:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:38:56 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:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:39:06 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:39:10 $ docker stop --time=1 225d616e5f31f66ff79724d147bf3adfac0344f1aeadd8e19d9a494413b59cf2 04:39:12 $ docker rm -f 225d616e5f31f66ff79724d147bf3adfac0344f1aeadd8e19d9a494413b59cf2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:14 04:39:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:39:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:15 latest: Pulling from edgex-devops/edgex-compose-arm64 04:39:15 29e5d40040c1: Pulling fs layer 04:39:15 1ce36da41761: Pulling fs layer 04:39:15 25b303627fd3: Pulling fs layer 04:39:15 29e5d40040c1: Verifying Checksum 04:39:15 29e5d40040c1: Download complete 04:39:15 1ce36da41761: Verifying Checksum 04:39:15 1ce36da41761: Download complete 04:39:15 29e5d40040c1: Pull complete 04:39:17 1ce36da41761: Pull complete 04:39:17 25b303627fd3: Verifying Checksum 04:39:17 25b303627fd3: Download complete 04:39:27 25b303627fd3: Pull complete 04:39:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:39:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:39:28 prd-ubuntu18.04-docker-arm64-4c-16g-5070 does not seem to be running inside a container 04:39:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:39:31 $ docker top 132a5c816e35dcbdf8036efd10eaf95ad135ec13c5db4ab21ed6e1f6baf4468e -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:33 + docker-compose build --help 04:39:33 + grep parallel 04:39:36 --parallel Build images in parallel. [Pipeline] } 04:39:36 $ docker stop --time=1 132a5c816e35dcbdf8036efd10eaf95ad135ec13c5db4ab21ed6e1f6baf4468e 04:39:38 $ docker rm -f 132a5c816e35dcbdf8036efd10eaf95ad135ec13c5db4ab21ed6e1f6baf4468e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:39 . [Pipeline] withDockerContainer 04:39:39 prd-ubuntu18.04-docker-arm64-4c-16g-5070 does not seem to be running inside a container 04:39:39 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:39:41 $ docker top 5c20657c97d02f83d85b26c5d7ab6906352e523d896dd5389bac0ca6e43d14cd -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:42 + docker-compose -f ./docker-compose-build.yml build --parallel 04:39:46 Building docker-core-command-go ... 04:39:46 Building docker-core-data-go ... 04:39:46 Building docker-core-metadata-go ... 04:39:46 Building docker-security-proxy-setup-go ... 04:39:46 Building docker-security-secrets-setup-go ... 04:39:46 Building docker-security-secretstore-setup-go ... 04:39:46 Building docker-support-logging-go ... 04:39:46 Building docker-support-notifications-go ... 04:39:46 Building docker-support-scheduler-go ... 04:39:46 Building docker-sys-mgmt-agent-go ... 04:39:46 Building docker-core-data-go 04:39:46 Building docker-security-secretstore-setup-go 04:39:46 Building docker-sys-mgmt-agent-go 04:39:46 Building docker-security-proxy-setup-go 04:39:46 Building docker-security-secrets-setup-go 04:41:38 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:41:38 ---> f6dc2821fa4d 04:41:38 Step 3/22 : WORKDIR /edgex-go 04:41:38 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:41:38 ---> f6dc2821fa4d 04:41:38 Step 3/26 : WORKDIR /edgex-go 04:41:38 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:38 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:41:38 ---> f6dc2821fa4d 04:41:38 Step 3/20 : WORKDIR /edgex-go 04:41:38 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:38 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:41:38 ---> f6dc2821fa4d 04:41:38 Step 3/29 : WORKDIR /edgex-go 04:41:38 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:41:38 ---> f6dc2821fa4d 04:41:38 Step 3/26 : WORKDIR /edgex-go 04:41:40 ---> Running in f22826482ef9 04:41:40 ---> Running in 712ce69628b0 04:41:40 ---> Running in 31095578a09e 04:41:40 ---> Running in 36fac7399675 04:41:40 ---> Running in c8c97fc7d775 04:41:40 Removing intermediate container c8c97fc7d775 04:41:40 ---> 95bab5a1a7c9 04:41:40 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:40 Removing intermediate container f22826482ef9 04:41:40 ---> 462a1e0fd6e4 04:41:40 Step 4/29 : RUN apk update && apk add make git 04:41:40 Removing intermediate container 31095578a09e 04:41:40 ---> f71afc6752e3 04:41:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:40 Removing intermediate container 712ce69628b0 04:41:40 ---> 2837af593318 04:41:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:40 Removing intermediate container 36fac7399675 04:41:40 ---> d8c486d1cc2c 04:41:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:40 ---> Running in 0ce9928d387f 04:41:40 ---> Running in bd999dffaefc 04:41:40 ---> Running in adc7c9d28a61 04:41:40 ---> Running in f5456986109d 04:41:41 ---> Running in 146734c12b9e 04:41:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:45 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:45 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:45 OK: 12620 distinct packages available 04:41:45 Removing intermediate container 0ce9928d387f 04:41:45 ---> eaf206a8f535 04:41:45 Step 5/20 : RUN apk update && apk add make git 04:41:45 Removing intermediate container adc7c9d28a61 04:41:45 ---> 238a0d9cddc9 04:41:45 Step 5/26 : RUN apk update && apk add make bash git 04:41:45 ---> Running in 6299c394d645 04:41:45 ---> Running in 70c94962aca0 04:41:46 Removing intermediate container f5456986109d 04:41:46 ---> 434bba628169 04:41:46 Step 5/26 : RUN apk update && apk add make git 04:41:46 Removing intermediate container 146734c12b9e 04:41:46 ---> 90556186b457 04:41:46 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:41:46 OK: 217 MiB in 51 packages 04:41:46 ---> Running in f52347ec96fd 04:41:46 ---> Running in c3fa372d45a4 04:41:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:48 Removing intermediate container bd999dffaefc 04:41:48 ---> 89902f3a3fae 04:41:48 Step 5/29 : COPY go.mod . 04:41:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:49 ---> 0236e99d1b25 04:41:49 Step 6/29 : RUN go mod download 04:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:49 ---> Running in dc3ca5884ab7 04:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:50 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:50 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:50 OK: 12620 distinct packages available 04:41:50 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:50 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:50 OK: 12620 distinct packages available 04:41:51 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:51 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:51 OK: 12620 distinct packages available 04:41:51 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:51 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:51 OK: 12620 distinct packages available 04:41:51 OK: 217 MiB in 51 packages 04:41:51 OK: 217 MiB in 51 packages 04:41:52 OK: 217 MiB in 51 packages 04:41:52 OK: 217 MiB in 51 packages 04:41:53 Removing intermediate container 6299c394d645 04:41:53 ---> bfdd928d6c71 04:41:53 Step 6/20 : COPY go.mod . 04:41:53 Removing intermediate container 70c94962aca0 04:41:53 ---> c5b403682e5f 04:41:53 Step 6/26 : COPY go.mod . 04:41:54 Removing intermediate container c3fa372d45a4 04:41:54 ---> 5067068474e8 04:41:54 Step 6/22 : COPY go.mod . 04:41:54 Removing intermediate container dc3ca5884ab7 04:41:54 ---> 7ee7e1508da6 04:41:54 Step 7/29 : COPY . . 04:41:54 Removing intermediate container f52347ec96fd 04:41:54 ---> 89238a87173f 04:41:54 Step 6/26 : COPY go.mod . 04:41:54 ---> 281ace698d88 04:41:54 Step 7/20 : RUN go mod download 04:41:55 ---> Running in 17416ab9ee1b 04:41:55 ---> 9f0eed68176c 04:41:55 Step 7/26 : RUN go mod download 04:41:55 ---> Running in 3c7d18d33190 04:41:56 ---> ce86a7ea5d5c 04:41:56 Step 7/22 : RUN go mod download 04:41:56 ---> ae8ac23435ef 04:41:56 Step 7/26 : RUN go mod download 04:41:56 ---> Running in ff26a36a70f7 04:41:57 ---> Running in a894b4498b51 04:42:01 Removing intermediate container 17416ab9ee1b 04:42:01 ---> f2fb00dd4350 04:42:01 Step 8/20 : COPY . . 04:42:02 Removing intermediate container 3c7d18d33190 04:42:02 ---> 1f1ba4d828da 04:42:02 Step 8/26 : COPY . . 04:42:02 Removing intermediate container ff26a36a70f7 04:42:02 ---> b3750ec90d7d 04:42:02 Step 8/22 : COPY . . 04:42:02 Removing intermediate container a894b4498b51 04:42:02 ---> 3a65581bf3d3 04:42:02 Step 8/26 : COPY . . 04:42:29 ---> e0c0bc333a42 04:42:29 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:42:29 ---> Running in 14239bbabb11 04:42:29 ---> 40dd2b1f6270 04:42:29 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:42:29 ---> 5aa01a6a57db 04:42:29 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:42:29 ---> b46803b3ad69 04:42:29 Step 9/22 : RUN make cmd/core-data/core-data 04:42:29 ---> 89da319aae51 04:42:29 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:42:29 ---> Running in 77768fd289a6 04:42:29 ---> Running in 6505d1f20281 04:42:29 ---> Running in c8b7bff57747 04:42:29 ---> Running in 26d4bb3babdc 04:42:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:42:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:42:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:42: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:42:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:43:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:43:53 Removing intermediate container 14239bbabb11 04:43:53 ---> ddc027bf8685 04:43:53 04:43:53 Step 9/29 : FROM alpine:latest 04:43:53 Removing intermediate container 77768fd289a6 04:43:53 ---> 9e6d7dd489dc 04:43:53 04:43:53 Step 10/20 : FROM alpine 04:43:53 latest: Pulling from library/alpine 04:43:53 latest: Pulling from library/alpine 04:43:53 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:43:54 Status: Downloaded newer image for alpine:latest 04:43:54 ---> 62ee0e9f8440 04:43:54 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:43:54 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:43:54 Status: Image is up to date for alpine:latest 04:43:54 ---> 62ee0e9f8440 04:43:54 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:43:54 ---> Running in 55e77b2c20e0 04:43:54 ---> Running in bfd4dd3e9967 04:43:55 Removing intermediate container 55e77b2c20e0 04:43:55 ---> a5091432cef7 04:43:55 Step 11/29 : USER root 04:43:55 ---> Running in 208e64c6a812 04:43:56 Removing intermediate container 208e64c6a812 04:43:56 ---> ad3f2b7a8b3d 04:43:56 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:43:56 ---> Running in 775a64cccc7e 04:43:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:58 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:43:58 v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:43:58 OK: 12620 distinct packages available 04:43:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:59 (1/4) Installing ca-certificates (20191127-r4) 04:43:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:43:59 (3/4) Installing libcurl (7.69.1-r0) 04:43:59 (4/4) Installing curl (7.69.1-r0) 04:43:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:59 Executing busybox-1.31.1-r16.trigger 04:43:59 Executing ca-certificates-20191127-r4.trigger 04:43:59 OK: 7 MiB in 18 packages 04:44:00 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:44:00 v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:44:00 OK: 12620 distinct packages available 04:44:01 (1/2) Installing ca-certificates (20191127-r4) 04:44:01 (2/2) Installing dumb-init (1.2.2-r1) 04:44:01 Executing busybox-1.31.1-r16.trigger 04:44:01 Executing ca-certificates-20191127-r4.trigger 04:44:01 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:44:01 OK: 6 MiB in 16 packages 04:44:03 Removing intermediate container 6505d1f20281 04:44:03 ---> f15bb349e78b 04:44:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:44:03 Removing intermediate container bfd4dd3e9967 04:44:03 ---> 93e3ee732990 04:44:03 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:03 ---> Running in 6929ec6986bb 04:44:04 ---> Running in 82b17e5e0387 04:44:04 Removing intermediate container 775a64cccc7e 04:44:04 ---> 188a430702f1 04:44:04 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:44:05 ---> Running in b9cececec6e7 04:44:05 Removing intermediate container 82b17e5e0387 04:44:05 ---> 042dec0ddbf9 04:44:05 Step 13/20 : WORKDIR /edgex 04:44:05 ---> Running in 444329c6446a 04:44:06 Removing intermediate container b9cececec6e7 04:44:06 ---> 48d993129725 04:44:06 Step 14/29 : WORKDIR $BASE_DIR 04:44:06 ---> Running in a4640c3c9dce 04:44:06 Removing intermediate container 444329c6446a 04:44:06 ---> 23f3023cd8b6 04:44:06 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:44:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:44:07 Removing intermediate container a4640c3c9dce 04:44:07 ---> c3e81735ae65 04:44:07 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:44:07 ---> Running in de81bbbe6ab1 04:44:08 ---> 374cfc019f43 04:44:08 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:44:10 ---> faffa9e198aa 04:44:10 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:44:10 ---> Running in 7fb18643a35d 04:44:12 Removing intermediate container 7fb18643a35d 04:44:12 ---> 1942f94d9f6a 04:44:12 Step 17/20 : CMD ["--init=true"] 04:44:12 ---> Running in 102ff1ca55a0 04:44:12 Removing intermediate container de81bbbe6ab1 04:44:12 ---> cf5a5d69020c 04:44:12 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:44:13 Removing intermediate container 102ff1ca55a0 04:44:13 ---> 4bfc8db2188c 04:44:13 Step 18/20 : LABEL arch=arm64 04:44:13 Removing intermediate container 6929ec6986bb 04:44:13 ---> 1e6c2121b002 04:44:13 04:44:13 Step 11/26 : FROM docker:latest 04:44:13 ---> ce9d55ae87f1 04:44:13 Step 12/26 : RUN apk add --no-cache bash 04:44:14 ---> Running in 7e79dcd4a5e5 04:44:14 ---> Running in 68b237d5f4dc 04:44:14 ---> 393efd81f951 04:44:14 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:44:15 Removing intermediate container 7e79dcd4a5e5 04:44:15 ---> d7864f4ce037 04:44:15 Step 19/20 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:44:15 ---> Running in 14accae9bb57 04:44:15 Removing intermediate container 26d4bb3babdc 04:44:15 ---> e1d56acf51f5 04:44:15 04:44:15 Step 10/26 : FROM alpine:3.10 04:44:16 Removing intermediate container 14accae9bb57 04:44:16 ---> a3bb7bd6a0ef 04:44:16 Step 20/20 : LABEL version=0.0.0 04:44:16 3.10: Pulling from library/alpine 04:44:16 ---> 51e63611d42d 04:44:16 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:44:16 ---> Running in 846d12aa739c 04:44:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:17 Removing intermediate container 846d12aa739c 04:44:17 ---> 528148aee39c 04:44:17 04:44:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:17 ---> 230da3e32ef4 04:44:17 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:44:17 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:44:17 Status: Downloaded newer image for alpine:3.10 04:44:17 ---> 536a684cf733 04:44:17 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:44:17 (1/2) Installing readline (8.0.4-r0) 04:44:17 (2/2) Installing bash (5.0.17-r0) 04:44:18 Executing bash-5.0.17-r0.post-install 04:44:18 Executing busybox-1.31.1-r16.trigger 04:44:18 Successfully built 528148aee39c 04:44:18 OK: 12 MiB in 22 packages 04:44:18 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:44:18 Building docker-support-logging-go 04:44:18  Building docker-security-proxy-setup-go ... done  ---> Running in bcd7e1e7981f 04:44:18 ---> 684fdc542ed1 04:44:18 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:44:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:44:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:44:21 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:44:21 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:44:21 OK: 10167 distinct packages available 04:44:21 Removing intermediate container 68b237d5f4dc 04:44:21 ---> 45b6523c8523 04:44:21 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:44:22 (1/5) Installing ca-certificates (20191127-r2) 04:44:22 ---> 5d331022dd18 04:44:22 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:44:22 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:44:22 (3/5) Installing libcurl (7.66.0-r0) 04:44:22 (4/5) Installing curl (7.66.0-r0) 04:44:22 (5/5) Installing dumb-init (1.2.2-r1) 04:44:22 Executing busybox-1.30.1-r3.trigger 04:44:22 Executing ca-certificates-20191127-r2.trigger 04:44:22 OK: 7 MiB in 19 packages 04:44:22 ---> Running in b5d15cac689f 04:44:23 ---> Running in de0b5a1587ce 04:44:27 Removing intermediate container bcd7e1e7981f 04:44:27 ---> abc22e59003e 04:44:27 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:27 ---> Running in b2e5c1e34b6a 04:44:28 Removing intermediate container b2e5c1e34b6a 04:44:28 ---> e9163a50d003 04:44:28 Step 13/26 : WORKDIR / 04:44:28 Removing intermediate container b5d15cac689f 04:44:28 ---> 9579688971ce 04:44:28 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:44:30 ---> Running in b6f2cd5677cf 04:44:30 ---> Running in 434b0f071082 04:44:30 Removing intermediate container de0b5a1587ce 04:44:30 ---> 17962e0621eb 04:44:30 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:44:31 Removing intermediate container 434b0f071082 04:44:31 ---> cc55959ccd1a 04:44:31 Step 15/26 : ENV APP_PORT=48090 04:44:31 Removing intermediate container c8b7bff57747 04:44:31 ---> fbcd32c03fdb 04:44:31 04:44:31 Step 10/22 : FROM alpine 04:44:32 ---> 62ee0e9f8440 04:44:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:32 Removing intermediate container b6f2cd5677cf 04:44:32 ---> c10111f69c40 04:44:32 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:44:32 ---> 8b07179ff26e 04:44:32 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:44:33 ---> Running in 5e7d61e8db0b 04:44:33 ---> Running in 68f8ae4c4c5f 04:44:33 ---> Running in d2d7ae5de080 04:44:34 ---> 6e3d0843d875 04:44:34 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:44:35 Removing intermediate container 5e7d61e8db0b 04:44:35 ---> c5c805514201 04:44:35 Step 16/26 : EXPOSE $APP_PORT 04:44:35 Removing intermediate container 68f8ae4c4c5f 04:44:35 ---> c240a421d1aa 04:44:35 Step 12/22 : ENV APP_PORT=48080 04:44:35 ---> Running in 4649731d17df 04:44:35 ---> Running in a0cf13576c97 04:44:36 ---> 226688eecca8 04:44:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:44:36 Removing intermediate container a0cf13576c97 04:44:36 ---> b7a6f127cb67 04:44:36 Step 13/22 : EXPOSE $APP_PORT 04:44:36 Removing intermediate container 4649731d17df 04:44:36 ---> e99064eb1ada 04:44:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:44:37 ---> Running in 94bc4ee74023 04:44:37 ---> ee8dc37a26a2 04:44:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:44:38 Removing intermediate container 94bc4ee74023 04:44:38 ---> 3ca7ebca29c4 04:44:38 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:39 ---> Running in 6448e3f52a19 04:44:39 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:44:39 ---> f6dc2821fa4d 04:44:39 Step 3/21 : WORKDIR /edgex-go 04:44:39 ---> Using cache 04:44:39 ---> d8c486d1cc2c 04:44:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:39 ---> Using cache 04:44:39 ---> 90556186b457 04:44:39 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:44:39 Removing intermediate container d2d7ae5de080 04:44:39 ---> 641db724a7f7 04:44:39 Step 24/29 : RUN chmod 755 security-secrets-setup 04:44:39 ---> 8ee7f1b67bbf 04:44:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:44:39 ---> 7417cf6f9469 04:44:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:44:39 ---> Running in eb6fec02524e 04:44:39 ---> Running in 23905bd43c7f 04:44:41 ---> 0359573e546c 04:44:41 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:44:41 ---> d0ed1d370337 04:44:41 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:44:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:43 ---> c4dd381fac9c 04:44:43 Step 20/26 : RUN apk --no-cache add py-pip 04:44:43 ---> 16fe9bf57d66 04:44:43 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:44:43 ---> Running in 400b499e3d64 04:44:43 Removing intermediate container 6448e3f52a19 04:44:43 ---> 79f26b61b8e1 04:44:43 Step 15/22 : RUN apk --no-cache add zeromq 04:44:43 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:43 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:43 OK: 12620 distinct packages available 04:44:43 ---> Running in c6befc4d281f 04:44:44 OK: 217 MiB in 51 packages 04:44:45 Removing intermediate container 23905bd43c7f 04:44:45 ---> d63fb1fdcaa1 04:44:45 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:44:45 OK: 217 MiB in 51 packages 04:44:45 ---> fff371ac223c 04:44:45 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:44:45 ---> Running in 791475573fe8 04:44:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:46 Removing intermediate container 791475573fe8 04:44:46 ---> 031289807740 04:44:46 Step 26/29 : CMD [ "generate" ] 04:44:46 ---> Running in 745946285bb6 04:44:46 ---> ebaeb04e1efc 04:44:46 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:44:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:46 Removing intermediate container eb6fec02524e 04:44:46 ---> 7562d1c55373 04:44:46 Step 6/21 : COPY go.mod . 04:44:46 ---> Running in 20411f018068 04:44:46 (1/33) Installing libbz2 (1.0.8-r1) 04:44:46 (2/33) Installing expat (2.2.9-r1) 04:44:46 (3/33) Installing libffi (3.3-r2) 04:44:46 (4/33) Installing gdbm (1.13-r1) 04:44:46 (5/33) Installing xz-libs (5.2.5-r0) 04:44:46 (6/33) Installing sqlite-libs (3.32.1-r0) 04:44:46 (7/33) Installing python3 (3.8.5-r0) 04:44:47 Removing intermediate container 745946285bb6 04:44:47 ---> 981bf80acd43 04:44:47 Step 27/29 : LABEL arch=arm64 04:44:47 (1/5) Installing libgcc (9.3.0-r2) 04:44:47 ---> 70606d675ad2 04:44:47 Step 7/21 : RUN go mod download 04:44:47 (2/5) Installing libsodium (1.0.18-r0) 04:44:47 ---> Running in adf102863fe3 04:44:47 (3/5) Installing libstdc++ (9.3.0-r2) 04:44:48 ---> Running in 7c0fc82adc27 04:44:48 (4/5) Installing libzmq (4.3.2-r0) 04:44:48 (5/5) Installing zeromq (4.3.2-r0) 04:44:48 Executing busybox-1.31.1-r16.trigger 04:44:48 OK: 8 MiB in 19 packages 04:44:48 Removing intermediate container adf102863fe3 04:44:48 ---> 41920502936a 04:44:48 Step 28/29 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:44:48 ---> Running in 1777fae63be8 04:44:49 (8/33) Installing py3-appdirs (1.4.4-r1) 04:44:49 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:44:49 (10/33) Installing py3-parsing (2.4.7-r0) 04:44:49 (11/33) Installing py3-six (1.15.0-r0) 04:44:49 (12/33) Installing py3-packaging (20.4-r0) 04:44:49 (13/33) Installing py3-setuptools (47.0.0-r0) 04:44:49 (14/33) Installing py3-chardet (3.0.4-r4) 04:44:49 (15/33) Installing py3-idna (2.9-r0) 04:44:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:44:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:44:49 (18/33) Installing py3-requests (2.23.0-r0) 04:44:49 (19/33) Installing py3-msgpack (1.0.0-r0) 04:44:49 (20/33) Installing py3-lockfile (0.12.2-r3) 04:44:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:44:49 (22/33) Installing py3-colorama (0.4.3-r0) 04:44:49 (23/33) Installing py3-distlib (0.3.0-r0) 04:44:49 (24/33) Installing py3-distro (1.5.0-r1) 04:44:49 (25/33) Installing py3-webencodings (0.5.1-r3) 04:44:49 (26/33) Installing py3-html5lib (1.0.1-r4) 04:44:49 (27/33) Installing py3-pytoml (0.1.21-r0) 04:44:49 (28/33) Installing py3-pep517 (0.8.2-r0) 04:44:49 (29/33) Installing py3-progress (1.5-r0) 04:44:49 (30/33) Installing py3-toml (0.10.1-r0) 04:44:49 (31/33) Installing py3-retrying (1.3.3-r0) 04:44:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:44:49 (33/33) Installing py3-pip (20.1.1-r0) 04:44:49 Executing busybox-1.31.1-r16.trigger 04:44:49 OK: 71 MiB in 55 packages 04:44:49 Removing intermediate container 1777fae63be8 04:44:49 ---> 78d702ff3fcb 04:44:49 Step 29/29 : LABEL version=0.0.0 04:44:50 ---> Running in 28c1a1e1fa15 04:44:50 Removing intermediate container c6befc4d281f 04:44:50 ---> f4eac0ef9acb 04:44:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:44:50 Removing intermediate container 20411f018068 04:44:50 ---> 01e9aa68fdb0 04:44:50 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:44:51 Removing intermediate container 28c1a1e1fa15 04:44:51 ---> 0c3fc3ba8a10 04:44:51 04:44:51 ---> Running in d92d23bb0dab 04:44:52 Successfully built 0c3fc3ba8a10 04:44:52 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:44:52 Building docker-support-scheduler-go 04:44:52  Building docker-security-secrets-setup-go ... done  ---> 17d9b0d37a0f 04:44:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:44:52 Removing intermediate container d92d23bb0dab 04:44:52 ---> c45ff927c343 04:44:52 Step 24/26 : LABEL arch=arm64 04:44:52 ---> Running in 862767be733c 04:44:52 Removing intermediate container 7c0fc82adc27 04:44:52 ---> 6c5a3cbb3303 04:44:52 Step 8/21 : COPY . . 04:44:53 Removing intermediate container 862767be733c 04:44:53 ---> 39d06ffa638b 04:44:53 Step 25/26 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:44:58 ---> Running in da8188b36598 04:44:58 ---> 317abc6b6ae6 04:44:58 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:44:59 Removing intermediate container da8188b36598 04:44:59 ---> 5dfb8ad52ffd 04:44:59 Step 26/26 : LABEL version=0.0.0 04:44:59 Removing intermediate container 400b499e3d64 04:44:59 ---> f56369e106ed 04:44:59 Step 21/26 : RUN pip install docker-compose==1.23.2 04:44:59 ---> 6b20b0ad1edd 04:44:59 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:59 ---> Running in ab5959782606 04:44:59 ---> Running in ab16fa590ee3 04:45:00 ---> Running in 88841eac7a4b 04:45:00 Removing intermediate container ab5959782606 04:45:00 ---> cdfb98d45eed 04:45:00 04:45:00 Removing intermediate container 88841eac7a4b 04:45:00 ---> 4e53dd801265 04:45:00 Step 20/22 : LABEL arch=arm64 04:45:01 Successfully built cdfb98d45eed 04:45:01 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:45:01  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 04:45:01 ---> Running in 789d5f014974 04:45:02 Removing intermediate container 789d5f014974 04:45:02 ---> 13570662f34d 04:45:02 Step 21/22 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:45:02 ---> Running in 47773bab67f2 04:45:03 Removing intermediate container 47773bab67f2 04:45:03 ---> 90f36a24fa3e 04:45:04 Step 22/22 : LABEL version=0.0.0 04:45:04 ---> Running in db8c7f95cf3e 04:45:05 Removing intermediate container db8c7f95cf3e 04:45:05 ---> f099e5ec7b97 04:45:05 04:45:05 Collecting docker-compose==1.23.2 04:45:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:45:05 Successfully built f099e5ec7b97 04:45:06 Successfully tagged docker-core-data-go-arm64:latest 04:45:06 Building docker-support-notifications-go 04:45:06  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 04:45:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:45:09 Collecting jsonschema<3,>=2.5.1 04:45:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:45:09 Collecting websocket-client<1.0,>=0.32.0 04:45:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:45:09 Collecting texttable<0.10,>=0.9.0 04:45:09 Downloading texttable-0.9.1.tar.gz (11 kB) 04:45:13 Collecting docopt<0.7,>=0.6.1 04:45:13 Downloading docopt-0.6.2.tar.gz (25 kB) 04:45:14 ---> cf4bf9ada970 04:45:14 Step 9/21 : RUN make cmd/support-logging/support-logging 04:45:14 ---> Running in 10858cdade79 04:45:16 Collecting docker<4.0,>=3.6.0 04:45:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:45:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:45:17 Collecting PyYAML<4,>=3.10 04:45:17 Downloading PyYAML-3.13.tar.gz (270 kB) 04:45:21 Collecting cached-property<2,>=1.2.0 04:45:21 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:45:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:45:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:45:23 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:45:23 Collecting docker-pycreds>=0.4.0 04:45:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:45:23 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:45:24 Collecting urllib3<1.25,>=1.21.1 04:45:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:45:24 Collecting idna<2.8,>=2.5 04:45:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:45:24 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:45:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:45:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:45:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:45:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:45:26 Installing collected packages: dockerpty, jsonschema, websocket-client, texttable, docopt, urllib3, idna, requests, docker-pycreds, docker, PyYAML, cached-property, docker-compose 04:45:26 Running setup.py install for dockerpty: started 04:45:28 Running setup.py install for dockerpty: finished with status 'done' 04:45:29 Running setup.py install for texttable: started 04:45:30 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:30 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:45:30 ---> f6dc2821fa4d 04:45:30 Step 3/20 : WORKDIR /edgex-go 04:45:30 ---> Using cache 04:45:30 ---> d8c486d1cc2c 04:45:30 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:30 ---> Using cache 04:45:30 ---> 90556186b457 04:45:30 Step 5/20 : RUN apk update && apk add make git 04:45:32 Running setup.py install for texttable: finished with status 'done' 04:45:32 Running setup.py install for docopt: started 04:45:33 ---> Running in e222bd5d58c8 04:45:34 Running setup.py install for docopt: finished with status 'done' 04:45:34 Attempting uninstall: urllib3 04:45:34 Found existing installation: urllib3 1.25.9 04:45:34 Uninstalling urllib3-1.25.9: 04:45:34 Successfully uninstalled urllib3-1.25.9 04:45:35 Attempting uninstall: idna 04:45:35 Found existing installation: idna 2.9 04:45:35 Uninstalling idna-2.9: 04:45:35 Successfully uninstalled idna-2.9 04:45:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:36 Attempting uninstall: requests 04:45:36 Found existing installation: requests 2.23.0 04:45:36 Uninstalling requests-2.23.0: 04:45:36 Successfully uninstalled requests-2.23.0 04:45:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:37 Running setup.py install for PyYAML: started 04:45:38 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:38 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:38 OK: 12620 distinct packages available 04:45:39 OK: 217 MiB in 51 packages 04:45:41 Running setup.py install for PyYAML: finished with status 'done' 04:45:42 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:45:43 Removing intermediate container e222bd5d58c8 04:45:43 ---> 1597f2f26dcc 04:45:43 Step 6/20 : COPY go.mod . 04:45:44 ---> c96de1145567 04:45:44 Step 7/20 : RUN go mod download 04:45:45 ---> Running in c23c536f0d36 04:45:50 Removing intermediate container ab16fa590ee3 04:45:50 ---> 033d3fb73839 04:45:50 Step 22/26 : RUN apk --no-cache add curl 04:45:50 ---> Running in 44384a68e0e8 04:45:50 Removing intermediate container c23c536f0d36 04:45:50 ---> b666ab4d45d1 04:45:50 Step 8/20 : COPY . . 04:45:52 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:45:52 ---> f6dc2821fa4d 04:45:52 Step 3/21 : WORKDIR /edgex-go 04:45:52 ---> Using cache 04:45:52 ---> d8c486d1cc2c 04:45:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:52 ---> Using cache 04:45:52 ---> 90556186b457 04:45:52 Step 5/21 : RUN apk update && apk add make git 04:45:52 ---> Using cache 04:45:52 ---> 1597f2f26dcc 04:45:52 Step 6/21 : COPY go.mod . 04:45:52 ---> Using cache 04:45:52 ---> c96de1145567 04:45:52 Step 7/21 : RUN go mod download 04:45:52 ---> Using cache 04:45:52 ---> b666ab4d45d1 04:45:52 Step 8/21 : COPY . . 04:45:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:45:54 (2/3) Installing libcurl (7.69.1-r0) 04:45:54 (3/3) Installing curl (7.69.1-r0) 04:45:54 Executing busybox-1.31.1-r16.trigger 04:45:54 OK: 71 MiB in 58 packages 04:45:57 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:45:57 ---> f6dc2821fa4d 04:45:57 Step 3/23 : WORKDIR /edgex-go 04:45:57 ---> Using cache 04:45:57 ---> d8c486d1cc2c 04:45:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:57 ---> Using cache 04:45:57 ---> 90556186b457 04:45:57 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:45:58 ---> Running in 2813560d90a2 04:45:58 Removing intermediate container 44384a68e0e8 04:45:58 ---> 7ec7e1285252 04:45:58 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:59 ---> Running in 125464a6f17b 04:46:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:01 Removing intermediate container 125464a6f17b 04:46:01 ---> baaf06667dff 04:46:01 Step 24/26 : LABEL arch=arm64 04:46:01 ---> Running in 4d0bb200b70f 04:46:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:02 Removing intermediate container 4d0bb200b70f 04:46:02 ---> 837bbb4f7e4b 04:46:02 Step 25/26 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:46:03 ---> Running in 928d02d3028c 04:46:03 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:03 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:03 OK: 12620 distinct packages available 04:46:04 OK: 217 MiB in 51 packages 04:46:04 Removing intermediate container 928d02d3028c 04:46:04 ---> cb0475b46cb7 04:46:04 Step 26/26 : LABEL version=0.0.0 04:46:04 ---> Running in 441ed9b0970a 04:46:05 Removing intermediate container 441ed9b0970a 04:46:05 ---> ac0f667f12c7 04:46:05 04:46:06 Removing intermediate container 2813560d90a2 04:46:06 ---> ac669147cf6b 04:46:06 Step 6/23 : COPY go.mod . 04:46:06 Successfully built ac0f667f12c7 04:46:06 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:46:06  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 04:46:08 ---> 39305c1aed91 04:46:08 Step 7/23 : RUN go mod download 04:46:09 ---> Running in 8b61458c00a1 04:46:17 Removing intermediate container 8b61458c00a1 04:46:17 ---> 84e770fcb66a 04:46:17 Step 8/23 : COPY . . 04:46:18 Removing intermediate container 10858cdade79 04:46:18 ---> 786aba582cf7 04:46:18 04:46:18 Step 10/21 : FROM scratch 04:46:18 ---> 04:46:18 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:46:20 ---> Running in 728e0206ce62 04:46:23 Removing intermediate container 728e0206ce62 04:46:23 ---> a829bbce0f5b 04:46:23 Step 12/21 : ENV APP_PORT=48061 04:46:23 ---> 8056d38e0ce7 04:46:23 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:46:24 ---> 78cf624cd49b 04:46:24 Step 9/21 : RUN make cmd/core-command/core-command 04:46:24 ---> Running in e73fa4f06f55 04:46:25 ---> Running in 954c346b92d1 04:46:25 ---> Running in d8ad8bf28f66 04:46:25 Removing intermediate container e73fa4f06f55 04:46:25 ---> def6fbaa4728 04:46:25 Step 13/21 : EXPOSE $APP_PORT 04:46:26 ---> Running in 8517899399da 04:46:27 Removing intermediate container 8517899399da 04:46:27 ---> a1ed950da1df 04:46:27 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:46:27 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:46:27 ---> f6dc2821fa4d 04:46:27 Step 3/21 : WORKDIR /edgex-go 04:46:27 ---> Using cache 04:46:27 ---> d8c486d1cc2c 04:46:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:27 ---> Using cache 04:46:27 ---> 90556186b457 04:46:27 Step 5/21 : RUN apk update && apk add make git 04:46:27 ---> Using cache 04:46:27 ---> 1597f2f26dcc 04:46:27 Step 6/21 : COPY go.mod . 04:46:27 ---> Using cache 04:46:27 ---> c96de1145567 04:46:27 Step 7/21 : RUN go mod download 04:46:27 ---> Using cache 04:46:27 ---> b666ab4d45d1 04:46:27 Step 8/21 : COPY . . 04:46:27 ---> Using cache 04:46:27 ---> 78cf624cd49b 04:46:27 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:46:28 ---> Running in b7b6eed42a21 04:46:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:46:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:46:28 ---> 1e7ae1bc242f 04:46:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:46:31 ---> f9aa0f97628e 04:46:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:46:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:46:34 ---> 8e1b11a40627 04:46:34 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:46:35 ---> 863d6116aa3a 04:46:35 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:36 ---> Running in 3b69bfcb24fd 04:46:37 Removing intermediate container 3b69bfcb24fd 04:46:37 ---> e37795576869 04:46:37 Step 19/21 : LABEL arch=arm64 04:46:37 ---> Running in 11c9bb388b72 04:46:38 Removing intermediate container 11c9bb388b72 04:46:38 ---> f14f879657c3 04:46:38 Step 20/21 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:46:39 ---> Running in a1802610407d 04:46:40 Removing intermediate container a1802610407d 04:46:40 ---> 73878b77c76f 04:46:40 Step 21/21 : LABEL version=0.0.0 04:46:40 ---> Running in 0fb194bcfef0 04:46:41 Removing intermediate container 0fb194bcfef0 04:46:41 ---> 5a218f33a411 04:46:41 04:46:42 Successfully built 5a218f33a411 04:46:42 Successfully tagged docker-support-logging-go-arm64:latest 04:46:42  Building docker-support-logging-go ... done  ---> ae8ac58454cf 04:46:42 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:46:43 ---> Running in 8ba5388323b1 04:46:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:48:07 Removing intermediate container d8ad8bf28f66 04:48:07 ---> c6ec196cd5a4 04:48:07 04:48:07 Step 10/20 : FROM scratch 04:48:07 ---> 04:48:07 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:48:07 ---> Running in 6ebfa00e3a01 04:48:07 Removing intermediate container 954c346b92d1 04:48:07 ---> 68e0246e6dd5 04:48:07 04:48:07 Step 10/21 : FROM scratch 04:48:07 ---> 04:48:07 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:48:07 Removing intermediate container 6ebfa00e3a01 04:48:07 ---> aa35f5281ffd 04:48:07 Step 12/20 : ENV APP_PORT=48085 04:48:07 ---> Running in 8980977a6bf3 04:48:07 ---> Running in da99c415eb5d 04:48:07 Removing intermediate container 8980977a6bf3 04:48:07 ---> 98e39d258148 04:48:07 Step 12/21 : ENV APP_PORT=48082 04:48:07 ---> Running in a38c8593b744 04:48:07 Removing intermediate container da99c415eb5d 04:48:07 ---> 7401e9ec4891 04:48:07 Step 13/20 : EXPOSE $APP_PORT 04:48:07 ---> Running in 15619742dc51 04:48:07 Removing intermediate container a38c8593b744 04:48:07 ---> d1bd00c68708 04:48:07 Step 13/21 : EXPOSE $APP_PORT 04:48:07 ---> Running in 97447c09a049 04:48:07 Removing intermediate container 15619742dc51 04:48:07 ---> 88fa8f18c38a 04:48:07 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:48:07 Removing intermediate container 97447c09a049 04:48:07 ---> 93db735bff3c 04:48:07 Step 14/21 : WORKDIR / 04:48:07 ---> Running in cdc098d4ca8e 04:48:08 ---> 063e70899a16 04:48:08 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:48:08 Removing intermediate container cdc098d4ca8e 04:48:08 ---> de21ef37e8e5 04:48:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:48:09 ---> cb7e6bad8a12 04:48:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:48:09 ---> 83edf9f3385f 04:48:09 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:48:11 ---> 572c13f3c820 04:48:11 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:11 ---> a1804fac1109 04:48:11 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:48:11 ---> Running in 8acf3baf8336 04:48:12 Removing intermediate container 8acf3baf8336 04:48:12 ---> d93f44a555ff 04:48:12 Step 18/20 : LABEL arch=arm64 04:48:12 ---> b503d299ec0b 04:48:12 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:13 ---> Running in b6438c45c564 04:48:13 ---> Running in 19fa359224ec 04:48:13 Removing intermediate container 8ba5388323b1 04:48:13 ---> bc393ba6008e 04:48:13 04:48:13 Step 10/23 : FROM scratch 04:48:13 ---> 04:48:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:48:13 Removing intermediate container b7b6eed42a21 04:48:13 ---> bfeed04973f7 04:48:13 04:48:13 Step 10/21 : FROM scratch 04:48:13 ---> 04:48:13 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:48:13 ---> Using cache 04:48:13 ---> a829bbce0f5b 04:48:13 Step 12/23 : ENV APP_PORT=48060 04:48:13 ---> Using cache 04:48:13 ---> 98e39d258148 04:48:13 Step 12/21 : ENV APP_PORT=48081 04:48:13 Removing intermediate container b6438c45c564 04:48:13 ---> a9376a4ab6a6 04:48:13 Step 19/20 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:48:13 ---> Running in 42858df3f533 04:48:14 ---> Running in 785bf6408e8a 04:48:14 ---> Running in 17ef61c66984 04:48:14 Removing intermediate container 19fa359224ec 04:48:14 ---> f63f74a27a93 04:48:14 Step 19/21 : LABEL arch=arm64 04:48:14 ---> Running in 3d7dc9dd61b1 04:48:14 Removing intermediate container 42858df3f533 04:48:14 ---> 4e225b941c35 04:48:14 Step 13/23 : EXPOSE $APP_PORT 04:48:14 Removing intermediate container 785bf6408e8a 04:48:14 ---> 592fdb69cc90 04:48:14 Step 13/21 : EXPOSE $APP_PORT 04:48:14 ---> Running in a7fac03010fd 04:48:14 ---> Running in 63350641e248 04:48:14 Removing intermediate container 17ef61c66984 04:48:14 ---> 43c2a85d525c 04:48:14 Step 20/20 : LABEL version=0.0.0 04:48:14 ---> Running in ac88b70a4798 04:48:14 Removing intermediate container 3d7dc9dd61b1 04:48:14 ---> afc01cbf93b1 04:48:14 Step 20/21 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:48:15 ---> Running in f7761ccc58fc 04:48:15 Removing intermediate container a7fac03010fd 04:48:15 ---> 07e2bbcd853b 04:48:15 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:48:15 Removing intermediate container 63350641e248 04:48:15 ---> e34340c94140 04:48:15 Step 14/21 : WORKDIR / 04:48:15 ---> Running in 3b6fe5c67849 04:48:15 Removing intermediate container ac88b70a4798 04:48:15 ---> 701fed4d5300 04:48:15 04:48:15 Removing intermediate container f7761ccc58fc 04:48:15 ---> f10888e49bd2 04:48:15 Step 21/21 : LABEL version=0.0.0 04:48:15 Successfully built 701fed4d5300 04:48:15 ---> Running in c61110ed4f51 04:48:15 Successfully tagged docker-support-scheduler-go-arm64:latest 04:48:16  Building docker-support-scheduler-go ... done Removing intermediate container 3b6fe5c67849 04:48:16 ---> edc98f9db4e2 04:48:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:48:16 ---> 54513777cff1 04:48:16 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:48:16 Removing intermediate container c61110ed4f51 04:48:16 ---> 5f5bfebc2e0c 04:48:16 04:48:17 Successfully built 5f5bfebc2e0c 04:48:17 Successfully tagged docker-core-command-go-arm64:latest 04:48:17  Building docker-core-command-go ... done  ---> c86f16571f9c 04:48:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:48:17 ---> 9b178411f46f 04:48:17 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:48:18 ---> 40f62f28582a 04:48:18 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:48:19 ---> 9b3db77ecd08 04:48:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:48:20 ---> 8160769bdf3c 04:48:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:48:20 ---> 4f6e884dcdba 04:48:20 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:20 ---> Running in e43fdc2b0d34 04:48:20 Removing intermediate container e43fdc2b0d34 04:48:20 ---> fa2602178250 04:48:20 Step 19/21 : LABEL arch=arm64 04:48:21 ---> Running in 0535d560ffd4 04:48:21 ---> c055b38d70a0 04:48:21 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:48:21 Removing intermediate container 0535d560ffd4 04:48:21 ---> 0cd7d43211d9 04:48:21 Step 20/21 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:48:22 ---> Running in 1124bd08ccef 04:48:22 ---> 2b923b81d053 04:48:22 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:22 Removing intermediate container 1124bd08ccef 04:48:22 ---> d62643b31baa 04:48:22 Step 21/21 : LABEL version=0.0.0 04:48:22 ---> Running in 461b5c6a898f 04:48:22 ---> Running in aba03e68a8bb 04:48:23 Removing intermediate container 461b5c6a898f 04:48:23 ---> 3c8cfcff4271 04:48:23 Step 21/23 : LABEL arch=arm64 04:48:23 Removing intermediate container aba03e68a8bb 04:48:23 ---> 500608a1474d 04:48:23 04:48:23 ---> Running in 67e3607aed4c 04:48:23 Successfully built 500608a1474d 04:48:23 Successfully tagged docker-core-metadata-go-arm64:latest 04:48:23  Building docker-core-metadata-go ... done Removing intermediate container 67e3607aed4c 04:48:24 ---> b9a6661589db 04:48:24 Step 22/23 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba 04:48:24 ---> Running in 1798eafd36af 04:48:24 Removing intermediate container 1798eafd36af 04:48:24 ---> 782ecc9a707c 04:48:24 Step 23/23 : LABEL version=0.0.0 04:48:24 ---> Running in 2990ad3bf2aa 04:48:25 Removing intermediate container 2990ad3bf2aa 04:48:25 ---> 2618aa51acd1 04:48:25 04:48:25 Successfully built 2618aa51acd1 04:48:25 Successfully tagged docker-support-notifications-go-arm64:latest 04:48:26  Building docker-support-notifications-go ... done  [Pipeline] } 04:48:26 $ docker stop --time=1 5c20657c97d02f83d85b26c5d7ab6906352e523d896dd5389bac0ca6e43d14cd 04:48:28 $ docker rm -f 5c20657c97d02f83d85b26c5d7ab6906352e523d896dd5389bac0ca6e43d14cd [Pipeline] // withDockerContainer [Pipeline] sh 04:48:28 + docker images 04:48:28 + grep docker 04:48:29 docker-support-notifications-go-arm64 latest 2618aa51acd1 4 seconds ago 13.9MB 04:48:29 docker-core-metadata-go-arm64 latest 500608a1474d 6 seconds ago 13.8MB 04:48:29 docker-core-command-go-arm64 latest 5f5bfebc2e0c 12 seconds ago 12.4MB 04:48:29 docker-support-scheduler-go-arm64 latest 701fed4d5300 13 seconds ago 12.6MB 04:48:29 docker-support-logging-go-arm64 latest 5a218f33a411 About a minute ago 11.4MB 04:48:29 docker-sys-mgmt-agent-go-arm64 latest ac0f667f12c7 2 minutes ago 266MB 04:48:29 docker-core-data-go-arm64 latest f099e5ec7b97 3 minutes ago 22.6MB 04:48:29 docker-security-secretstore-setup-go-arm64 latest cdfb98d45eed 3 minutes ago 32.6MB 04:48:29 docker-security-secrets-setup-go-arm64 latest 0c3fc3ba8a10 3 minutes ago 24.2MB 04:48:29 docker-security-proxy-setup-go-arm64 latest 528148aee39c 4 minutes ago 15.8MB 04:48:29 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:48:30 provisioning config files... 04:48:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config9120423798404683802tmp [Pipeline] { [Pipeline] sh 04:48:31 + curl -s https://codecov.io/bash 04:48:31 + bash -s - -t @/w/workspace/edgex-go/14@tmp/config9120423798404683802tmp [Pipeline] } 04:48:31 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:48:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:48:33 ---> package-listing.sh 04:48:33 ++ facter osfamily 04:48:33 ++ tr '[:upper:]' '[:lower:]' 04:48:33 + OS_FAMILY=redhat 04:48:33 + workspace=/w/workspace/edgex-go/14 04:48:33 + START_PACKAGES=/tmp/packages_start.txt 04:48:33 + END_PACKAGES=/tmp/packages_end.txt 04:48:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:48:33 + PACKAGES=/tmp/packages_start.txt 04:48:33 + '[' /w/workspace/edgex-go/14 ']' 04:48:33 + PACKAGES=/tmp/packages_end.txt 04:48:33 + case "${OS_FAMILY}" in 04:48:33 + rpm -qa 04:48:33 + sort 04:48:37 + '[' -f /tmp/packages_start.txt ']' 04:48:37 + '[' -f /tmp/packages_end.txt ']' 04:48:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:48:37 + '[' /w/workspace/edgex-go/14 ']' 04:48:37 + mkdir -p /w/workspace/edgex-go/14/archives/ 04:48:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] isUnix [Pipeline] sh 04:48:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:48:38 04:48:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:48:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:48:38 alpine: Pulling from edgex-lftools-log-publisher 04:48:38 c9b1b535fdd9: Pulling fs layer 04:48:38 2cc5ad85d9ab: Pulling fs layer 04:48:38 756a868c4378: Pulling fs layer 04:48:38 444b2fc9a129: Pulling fs layer 04:48:38 ea15f1150254: Pulling fs layer 04:48:38 41b27a9f41bf: Pulling fs layer 04:48:38 28c525ee5125: Pulling fs layer 04:48:38 094b1ea09ed8: Pulling fs layer 04:48:38 138eaada9080: Pulling fs layer 04:48:38 0622d0fa9048: Pulling fs layer 04:48:38 28c525ee5125: Waiting 04:48:38 094b1ea09ed8: Waiting 04:48:38 444b2fc9a129: Waiting 04:48:38 138eaada9080: Waiting 04:48:38 ea15f1150254: Waiting 04:48:38 41b27a9f41bf: Waiting 04:48:38 0622d0fa9048: Waiting 04:48:38 2cc5ad85d9ab: Verifying Checksum 04:48:38 2cc5ad85d9ab: Download complete 04:48:38 444b2fc9a129: Verifying Checksum 04:48:38 444b2fc9a129: Download complete 04:48:38 c9b1b535fdd9: Verifying Checksum 04:48:39 ea15f1150254: Download complete 04:48:39 28c525ee5125: Verifying Checksum 04:48:39 28c525ee5125: Download complete 04:48:39 c9b1b535fdd9: Pull complete 04:48:39 756a868c4378: Verifying Checksum 04:48:39 756a868c4378: Download complete 04:48:39 2cc5ad85d9ab: Pull complete 04:48:39 138eaada9080: Verifying Checksum 04:48:39 138eaada9080: Download complete 04:48:39 0622d0fa9048: Verifying Checksum 04:48:39 0622d0fa9048: Download complete 04:48:39 094b1ea09ed8: Verifying Checksum 04:48:39 094b1ea09ed8: Download complete 04:48:40 41b27a9f41bf: Verifying Checksum 04:48:40 41b27a9f41bf: Download complete 04:48:41 756a868c4378: Pull complete 04:48:41 444b2fc9a129: Pull complete 04:48:42 ea15f1150254: Pull complete 04:48:47 41b27a9f41bf: Pull complete 04:48:47 28c525ee5125: Pull complete 04:48:50 094b1ea09ed8: Pull complete 04:48:50 138eaada9080: Pull complete 04:48:50 0622d0fa9048: Pull complete 04:48:50 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:48:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:48:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:48:50 prd-centos7-docker-4c-2g-5066 does not seem to be running inside a container 04:48:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:48:55 $ docker top b7fd218fe60064c56693076603f70fa049d70632a6b9a2ae33245a3036f859c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:48:55 provisioning config files... 04:48:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config8523826932509093471tmp [Pipeline] { [Pipeline] echo 04:48:55 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:48:55 ---> create-netrc.sh [Pipeline] echo 04:48:55 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:48:56 ---> logs-deploy.sh 04:48:56 + ARCHIVE_ARTIFACTS= 04:48:56 + LOGS_SERVER=https://logs.edgexfoundry.org 04:48:56 + '[' https://logs.edgexfoundry.org == None ']' 04:48:56 + NEXUS_URL=https://nexus.edgexfoundry.org 04:48:56 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/14 04:48:56 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/14/ 04:48:56 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/14 /w/workspace/edgex-go/14 04:48:57 Archives upload complete. 04:48:57 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/14 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/14/