Pull request #2597 updated 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 rather than 5972b753fa186a40c398ed4d91801bcf7a85297b Obtained Jenkinsfile from a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 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-1543 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # 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/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit 5972b753fa186a40c398ed4d91801bcf7a85297b > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # 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/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5972b753fa186a40c398ed4d91801bcf7a85297b # 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 a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 Merge succeeded, producing 5972b753fa186a40c398ed4d91801bcf7a85297b Checking out Revision 5972b753fa186a40c398ed4d91801bcf7a85297b (PR-2597) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5972b753fa186a40c398ed4d91801bcf7a85297b # timeout=10 Commit message: "fix(metadata): Refactor deviceProfile JSON and YAML POST API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:16:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:16:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:16:10 ========================================================= 07:16:10 EdgeX Global Pipelines Version Info 07:16:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e1636ee666927bf907ae8a90ae400f4a5855a520 # timeout=10 07:16:12 ------------------- 07:16:12 stable info: 07:16:12 ------------------- 07:16:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:16:12 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 07:16:12 Message: update stable to v1.0.106 07:16:13 ------------------- 07:16:13 experimental info: 07:16:13 ------------------- 07:16:13 Commited By: **** collab-it+edgex@linuxfoundation.org 07:16:13 Commit SHA: 8052d86f4e87d6cf935ce8d66320619a0984c2cc 07:16:13 Message: update experimental to v1.0.109 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 07:16:14 ++ 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 07:16:14 + for file in '`ls cmd/**/Dockerfile`' 07:16:14 ++ dirname cmd/core-command/Dockerfile 07:16:14 ++ cut -d/ -f2 07:16:14 + echo core-command,cmd/core-command/Dockerfile 07:16:14 + for file in '`ls cmd/**/Dockerfile`' 07:16:14 ++ dirname cmd/core-data/Dockerfile 07:16:14 ++ cut -d/ -f2 07:16:14 + echo core-data,cmd/core-data/Dockerfile 07:16:14 + for file in '`ls cmd/**/Dockerfile`' 07:16:14 ++ dirname cmd/core-metadata/Dockerfile 07:16:14 ++ cut -d/ -f2 07:16:14 + echo core-metadata,cmd/core-metadata/Dockerfile 07:16:14 + for file in '`ls cmd/**/Dockerfile`' 07:16:14 ++ dirname cmd/security-proxy-setup/Dockerfile 07:16:14 ++ cut -d/ -f2 07:16:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:16:14 + for file in '`ls cmd/**/Dockerfile`' 07:16:14 ++ dirname cmd/security-secrets-setup/Dockerfile 07:16:14 ++ cut -d/ -f2 07:16:14 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 07:16:14 + for file in '`ls cmd/**/Dockerfile`' 07:16:14 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:16:14 ++ cut -d/ -f2 07:16:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:16:14 + for file in '`ls cmd/**/Dockerfile`' 07:16:14 ++ dirname cmd/support-logging/Dockerfile 07:16:14 ++ cut -d/ -f2 07:16:14 + echo support-logging,cmd/support-logging/Dockerfile 07:16:14 + for file in '`ls cmd/**/Dockerfile`' 07:16:14 ++ dirname cmd/support-notifications/Dockerfile 07:16:14 ++ cut -d/ -f2 07:16:14 + echo support-notifications,cmd/support-notifications/Dockerfile 07:16:14 + for file in '`ls cmd/**/Dockerfile`' 07:16:14 ++ dirname cmd/support-scheduler/Dockerfile 07:16:14 ++ cut -d/ -f2 07:16:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:16:14 + for file in '`ls cmd/**/Dockerfile`' 07:16:14 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:16:14 ++ cut -d/ -f2 07:16:14 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:16:14 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 07:16:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:16:16 07:16:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:16:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:16:16 latest: Pulling from edgex-devops/git-semver 07:16:16 31603596830f: Pulling fs layer 07:16:16 2a8b12db71e7: Pulling fs layer 07:16:16 6ca5941a6612: Pulling fs layer 07:16:16 ecc8261a40a4: Pulling fs layer 07:16:16 ecc8261a40a4: Waiting 07:16:16 2a8b12db71e7: Verifying Checksum 07:16:16 2a8b12db71e7: Download complete 07:16:17 31603596830f: Verifying Checksum 07:16:17 31603596830f: Download complete 07:16:17 ecc8261a40a4: Verifying Checksum 07:16:17 ecc8261a40a4: Download complete 07:16:17 6ca5941a6612: Verifying Checksum 07:16:17 6ca5941a6612: Download complete 07:16:17 31603596830f: Pull complete 07:16:17 2a8b12db71e7: Pull complete 07:16:18 6ca5941a6612: Pull complete 07:16:18 ecc8261a40a4: Pull complete 07:16:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:16:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:16:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:16:18 prd-centos7-docker-4c-2g-1543 does not seem to be running inside a container 07:16:18 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:16:20 $ docker top 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:16:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:16:21 [ssh-agent] Looking for ssh-agent implementation... 07:16:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:16:21 $ docker exec 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 ssh-agent 07:16:21 SSH_AUTH_SOCK=/tmp/ssh-YwnjKG6kuExK/agent.11 07:16:21 SSH_AGENT_PID=16 07:16:21 Running ssh-add (command line suppressed) 07:16:21 Identity added: /w/workspace/edgex-go/22@tmp/private_key_510630460932568747.key (/w/workspace/edgex-go/22@tmp/private_key_510630460932568747.key) 07:16:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:16:22 + git describe --exact-match --tags HEAD 07:16:22 fatal: No names found, cannot describe anything. [Pipeline] } 07:16:22 $ docker exec --env ******** --env ******** 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 ssh-agent -k 07:16:22 unset SSH_AUTH_SOCK; 07:16:22 unset SSH_AGENT_PID; 07:16:22 echo Agent pid 16 killed; 07:16:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:16:22 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:16:22 This usually means this commit has not been tagged. [Pipeline] sshagent 07:16:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:16:22 [ssh-agent] Looking for ssh-agent implementation... 07:16:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:16:22 $ docker exec 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 ssh-agent 07:16:22 SSH_AUTH_SOCK=/tmp/ssh-n9XJDIAXu7YE/agent.45 07:16:22 SSH_AGENT_PID=51 07:16:22 Running ssh-add (command line suppressed) 07:16:22 Identity added: /w/workspace/edgex-go/22@tmp/private_key_8377234505241048347.key (/w/workspace/edgex-go/22@tmp/private_key_8377234505241048347.key) 07:16:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:16:23 + git semver init 07:16:23 # -> Open(): unable to determine branch for HEAD 07:16:23 # $GIT_DIR = /w/workspace/edgex-go/22/.git 07:16:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/22 07:16:23 # $SEMVER_REMOTE_NAME = origin 07:16:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:16:23 # $SEMVER_USER_NAME = edgex-jenkins 07:16:23 # $SEMVER_BRANCH = PR-2597 07:16:23 # $SEMVER_TEMP = /tmp/semver-091252486 07:16:23 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:16:41 # '/tmp/semver-091252486' -> '/w/workspace/edgex-go/22/.semver' 07:16:41 # -> Force: false 07:16:41 # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } 07:16:41 $ docker exec --env ******** --env ******** 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 ssh-agent -k 07:16:41 unset SSH_AUTH_SOCK; 07:16:41 unset SSH_AGENT_PID; 07:16:41 echo Agent pid 51 killed; 07:16:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:16:42 + git semver [Pipeline] } 07:16:42 $ docker stop --time=1 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 07:16:44 $ docker rm -f 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:16:56 Stashed 28 file(s) [Pipeline] echo 07:16:56 [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 07:16:57 ========================================================= 07:16:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 07:16:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:16:57 + 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 . 07:17:01 Sending build context to Docker daemon 322.9MB 07:17:01 Step 1/7 : ARG BASE=golang:1.13-alpine 07:17:01 Step 2/7 : FROM ${BASE} 07:17:01 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 07:17:01 df20fa9351a1: Pulling fs layer 07:17:01 ed8968b2872e: Pulling fs layer 07:17:01 a92cc7c5fd73: Pulling fs layer 07:17:01 2dd03ba5bac4: Pulling fs layer 07:17:01 1e091d79d1de: Pulling fs layer 07:17:01 481702a1767f: Pulling fs layer 07:17:01 f64a6f60c768: Pulling fs layer 07:17:01 e78d2573fc39: Pulling fs layer 07:17:01 e876d2f968b6: Pulling fs layer 07:17:01 ce8a83651883: Pulling fs layer 07:17:01 07967f4d0e4b: Pulling fs layer 07:17:01 f64a6f60c768: Waiting 07:17:01 e78d2573fc39: Waiting 07:17:01 e876d2f968b6: Waiting 07:17:01 ce8a83651883: Waiting 07:17:01 07967f4d0e4b: Waiting 07:17:01 2dd03ba5bac4: Waiting 07:17:01 1e091d79d1de: Waiting 07:17:01 481702a1767f: Waiting 07:17:01 a92cc7c5fd73: Verifying Checksum 07:17:01 a92cc7c5fd73: Download complete 07:17:01 ed8968b2872e: Verifying Checksum 07:17:01 ed8968b2872e: Download complete 07:17:01 1e091d79d1de: Verifying Checksum 07:17:01 1e091d79d1de: Download complete 07:17:01 481702a1767f: Verifying Checksum 07:17:01 481702a1767f: Download complete 07:17:01 df20fa9351a1: Verifying Checksum 07:17:01 df20fa9351a1: Download complete 07:17:01 df20fa9351a1: Pull complete 07:17:02 f64a6f60c768: Verifying Checksum 07:17:02 f64a6f60c768: Download complete 07:17:02 e876d2f968b6: Verifying Checksum 07:17:02 e876d2f968b6: Download complete 07:17:03 2dd03ba5bac4: Verifying Checksum 07:17:03 2dd03ba5bac4: Download complete 07:17:03 e78d2573fc39: Verifying Checksum 07:17:03 e78d2573fc39: Download complete 07:17:03 07967f4d0e4b: Verifying Checksum 07:17:03 07967f4d0e4b: Download complete 07:17:03 ce8a83651883: Verifying Checksum 07:17:03 ce8a83651883: Download complete 07:17:03 ed8968b2872e: Pull complete 07:17:04 a92cc7c5fd73: Pull complete 07:17:09 2dd03ba5bac4: Pull complete 07:17:09 1e091d79d1de: Pull complete 07:17:09 481702a1767f: Pull complete 07:17:12 Still waiting to schedule task 07:17:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:17:16 f64a6f60c768: Pull complete 07:17:18 e78d2573fc39: Pull complete 07:17:18 e876d2f968b6: Pull complete 07:17:19 ce8a83651883: Pull complete 07:17:20 07967f4d0e4b: Pull complete 07:17:20 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 07:17:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 07:17:20 ---> 5d7c900382c6 07:17:20 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 07:17:20 ---> Running in e6f9d609c2b9 07:17:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:17:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:17:22 (1/12) Installing libmagic (5.38-r0) 07:17:23 (2/12) Installing file (5.38-r0) 07:17:23 (3/12) Installing libc-dev (0.7.2-r3) 07:17:23 (4/12) Installing g++ (9.3.0-r2) 07:17:26 (5/12) Installing fortify-headers (1.1-r0) 07:17:26 (6/12) Installing patch (2.7.6-r6) 07:17:26 (7/12) Installing build-base (0.5-r2) 07:17:26 (8/12) Installing libsodium (1.0.18-r0) 07:17:26 (9/12) Installing pkgconf (1.7.2-r0) 07:17:26 (10/12) Installing libsodium-dev (1.0.18-r0) 07:17:26 (11/12) Installing libzmq (4.3.2-r0) 07:17:27 (12/12) Installing zeromq-dev (4.3.2-r0) 07:17:27 Executing busybox-1.31.1-r16.trigger 07:17:27 OK: 233 MiB in 51 packages 07:17:31 Removing intermediate container e6f9d609c2b9 07:17:31 ---> f5c1e4c52469 07:17:31 Step 4/7 : WORKDIR /edgex-go 07:17:31 ---> Running in dd317aef1fc4 07:17:31 Removing intermediate container dd317aef1fc4 07:17:31 ---> 63fb3736d44c 07:17:31 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:17:31 latest: Pulling from library/docker 07:17:31 df20fa9351a1: Already exists 07:17:31 25ad7478873d: Pulling fs layer 07:17:31 4684f6177b5d: Pulling fs layer 07:17:31 46e300cec669: Pulling fs layer 07:17:31 63038576ad94: Pulling fs layer 07:17:31 0fdb76c4706c: Pulling fs layer 07:17:31 cb7edeffdfd5: Pulling fs layer 07:17:31 63038576ad94: Waiting 07:17:31 0fdb76c4706c: Waiting 07:17:31 cb7edeffdfd5: Waiting 07:17:31 4684f6177b5d: Verifying Checksum 07:17:31 4684f6177b5d: Download complete 07:17:31 25ad7478873d: Verifying Checksum 07:17:31 25ad7478873d: Download complete 07:17:31 63038576ad94: Download complete 07:17:31 0fdb76c4706c: Verifying Checksum 07:17:31 0fdb76c4706c: Download complete 07:17:31 25ad7478873d: Pull complete 07:17:31 cb7edeffdfd5: Verifying Checksum 07:17:31 cb7edeffdfd5: Download complete 07:17:31 4684f6177b5d: Pull complete 07:17:32 46e300cec669: Verifying Checksum 07:17:32 46e300cec669: Download complete 07:17:34 46e300cec669: Pull complete 07:17:34 63038576ad94: Pull complete 07:17:34 0fdb76c4706c: Pull complete 07:17:34 cb7edeffdfd5: Pull complete 07:17:34 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 07:17:34 Status: Downloaded newer image for docker:latest 07:17:36 ---> f9c7934d9ce2 07:17:36 Step 6/7 : COPY go.mod . 07:17:36 ---> 89ee87abe621 07:17:36 Step 7/7 : RUN go mod download 07:17:36 ---> Running in 4f439992712b 07:17:39 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:17:39 go: finding github.com/BurntSushi/toml v0.3.1 07:17:39 go: finding github.com/OneOfOne/xxhash v1.2.5 07:17:39 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:17:39 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:17:39 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:17:39 go: finding github.com/bgentry/speakeasy v0.1.0 07:17:39 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:17:39 go: finding github.com/cloudflare/gokey v0.1.0 07:17:39 go: finding github.com/davecgh/go-spew v1.1.1 07:17:39 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:17:39 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:17:39 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:17:39 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:17:39 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:17:39 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 07:17:39 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 07:17:39 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:17:39 go: finding github.com/fatih/color v1.7.0 07:17:39 go: finding github.com/fsnotify/fsnotify v1.4.7 07:17:39 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:17:39 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 07:17:39 go: finding github.com/go-kit/kit v0.8.0 07:17:39 go: finding github.com/go-logfmt/logfmt v0.4.0 07:17:39 go: finding github.com/go-redis/redis/v7 v7.2.0 07:17:39 go: finding github.com/go-stack/stack v1.8.0 07:17:39 go: finding github.com/golang/protobuf v1.3.2 07:17:39 go: finding github.com/gomodule/redigo v2.0.0+incompatible 07:17:39 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:17:39 go: finding github.com/google/uuid v1.1.0 07:17:39 go: finding github.com/gorilla/mux v1.7.1 07:17:39 go: finding github.com/hashicorp/consul/api v1.1.0 07:17:39 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:17:39 go: finding github.com/hashicorp/errwrap v1.0.0 07:17:39 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:17:39 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:17:39 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:17:39 go: finding github.com/hashicorp/go-multierror v1.0.0 07:17:39 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:17:39 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:17:39 go: finding github.com/hashicorp/go-syslog v1.0.0 07:17:39 go: finding github.com/hashicorp/go-uuid v1.0.1 07:17:39 go: finding github.com/hashicorp/go.net v0.0.1 07:17:39 go: finding github.com/hashicorp/golang-lru v0.5.0 07:17:39 go: finding github.com/hashicorp/logutils v1.0.0 07:17:39 go: finding github.com/hashicorp/mdns v1.0.0 07:17:39 go: finding github.com/hashicorp/memberlist v0.1.3 07:17:39 go: finding github.com/hashicorp/serf v0.8.2 07:17:40 go: finding github.com/hpcloud/tail v1.0.0 07:17:40 go: finding github.com/imdario/mergo v0.3.6 07:17:40 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:17:40 go: finding github.com/kr/pretty v0.1.0 07:17:40 go: finding github.com/kr/pty v1.1.1 07:17:40 go: finding github.com/kr/text v0.1.0 07:17:40 go: finding github.com/mattn/go-colorable v0.0.9 07:17:40 go: finding github.com/mattn/go-isatty v0.0.3 07:17:40 go: finding github.com/miekg/dns v1.0.14 07:17:40 go: finding github.com/mitchellh/cli v1.0.0 07:17:40 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:17:40 go: finding github.com/mitchellh/copystructure v1.0.0 07:17:40 go: finding github.com/mitchellh/go-homedir v1.0.0 07:17:40 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:17:40 go: finding github.com/mitchellh/gox v0.4.0 07:17:40 go: finding github.com/mitchellh/iochan v1.0.0 07:17:40 go: finding github.com/mitchellh/mapstructure v1.1.2 07:17:40 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:17:40 go: finding github.com/onsi/ginkgo v1.10.1 07:17:40 go: finding github.com/onsi/gomega v1.7.0 07:17:40 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:17:40 go: finding github.com/pebbe/zmq4 v1.0.0 07:17:40 go: finding github.com/pelletier/go-toml v1.2.0 07:17:40 go: finding github.com/pkg/errors v0.8.1 07:17:40 go: finding github.com/pmezard/go-difflib v1.0.0 07:17:40 go: finding github.com/posener/complete v1.1.1 07:17:40 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:17:40 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:17:40 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:17:40 go: finding github.com/stretchr/objx v0.1.0 07:17:40 go: finding github.com/stretchr/testify v1.5.1 07:17:40 go: finding github.com/ugorji/go v1.1.4 07:17:40 go: finding github.com/x448/float16 v0.8.4 07:17:40 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 07:17:40 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:17:40 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:17:40 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 07:17:40 go: finding golang.org/x/text v0.3.2 07:17:40 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 07:17:40 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:17:40 go: finding gopkg.in/eapache/queue.v1 v1.1.0 07:17:40 go: finding gopkg.in/fsnotify.v1 v1.4.7 07:17:40 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 07:17:40 go: finding gopkg.in/yaml.v2 v2.2.8 07:17:55 Removing intermediate container 4f439992712b 07:17:55 ---> 84a0d5743371 07:17:55 Successfully built 84a0d5743371 07:17:55 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 07:17:56 + docker inspect -f . ci-base-image-x86_64 07:17:56 . [Pipeline] withDockerContainer 07:17:56 prd-centos7-docker-4c-2g-1543 does not seem to be running inside a container 07:17:56 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:17:57 $ docker top 2705421b4ca8378a6d86a3dafb844b1c13cb2e693a0b5bce5740e809f703aa6e -eo pid,comm [Pipeline] { [Pipeline] sh 07:17:57 + go version 07:17:57 go version go1.13.13 linux/amd64 [Pipeline] echo 07:17:57 ========================================================= 07:17:57 [edgeXBuildGoParallel] Running Tests and Build... 07:17:57 ========================================================= [Pipeline] sh 07:17:58 + make test 07:17:58 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:18:00 ? github.com/edgexfoundry/edgex-go [no test files] 07:18:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:18:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:18:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:18:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:18:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:18:15 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.016s 07:18:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:18:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:18:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:18:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:18:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:18:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements 07:18:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:18:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:18:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:18:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:18:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:18:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.132s coverage: 27.4% of statements 07:18:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:18:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:18:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:18:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:18:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:18:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:18:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.009s coverage: 100.0% of statements 07:18:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:18:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.025s coverage: 100.0% of statements 07:18:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:18:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.121s coverage: 28.6% of statements 07:18:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:18:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:18:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:18:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:18:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:18:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.033s coverage: 100.0% of statements 07:18:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:18:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.019s coverage: 100.0% of statements 07:18:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.024s coverage: 97.5% of statements 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:18:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:18:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.004s coverage: 58.8% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.066s coverage: 63.5% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.025s coverage: 100.0% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.089s coverage: 55.9% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.931s coverage: 86.3% of statements 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.298s coverage: 72.2% of statements 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.095s coverage: 72.1% of statements 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.016s coverage: 96.8% of statements 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.031s coverage: 26.9% of statements 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.094s coverage: 84.1% of statements 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.046s coverage: 43.1% of statements 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.006s coverage: 100.0% of statements 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.010s coverage: 83.8% of statements 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.050s coverage: 46.1% of statements 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.018s coverage: 100.0% of statements 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.019s coverage: 100.0% of statements 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:18:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements 07:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:18:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:18:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.059s coverage: 99.0% of statements 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:18:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.014s coverage: 100.0% of statements 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:18:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.004s coverage: 0.0% of statements 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:18:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:18:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:18:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:18:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.007s coverage: 100.0% of statements 07:18:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 07:18:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 07:18:39 GO111MODULE=on go vet ./... 07:18:46 gofmt -l . 07:18:46 [ "`gofmt -l .`" = "" ] 07:18:46 ./bin/test-go-mod-tidy.sh 07:18:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1544 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws 07:18:47 Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout 07:18:47 ./bin/test-attribution-txt.sh [Pipeline] sh 07:18:49 + ls -al . 07:18:49 total 556 07:18:49 drwxrwxr-x 10 1001 1001 4096 Jul 30 07:18 . 07:18:49 drwxr-xr-x 4 root root 30 Jul 30 07:17 .. 07:18:49 -rw-rw-r-- 1 1001 1001 11 Jul 30 07:16 .dockerignore 07:18:49 drwxrwxr-x 8 1001 1001 179 Jul 30 07:16 .git 07:18:49 drwxrwxr-x 3 1001 1001 60 Jul 30 07:16 .github 07:18:49 -rw-rw-r-- 1 1001 1001 932 Jul 30 07:16 .gitignore 07:18:49 drwx------ 3 1001 1001 47 Jul 30 07:16 .semver 07:18:49 -rw-rw-r-- 1 1001 1001 166 Jul 30 07:16 .sonarcloud.properties 07:18:49 -rw-rw-r-- 1 1001 1001 3804 Jul 30 07:16 CONTRIBUTING.md 07:18:49 -rw-rw-r-- 1 1001 1001 1035 Jul 30 07:16 Dockerfile.build 07:18:49 -rw-rw-r-- 1 1001 1001 865 Jul 30 07:16 Jenkinsfile 07:18:49 -rw-rw-r-- 1 1001 1001 10775 Jul 30 07:16 LICENSE 07:18:49 -rw-rw-r-- 1 1001 1001 6237 Jul 30 07:16 Makefile 07:18:49 -rw-rw-r-- 1 1001 1001 5652 Jul 30 07:16 README.md 07:18:49 -rw-rw-r-- 1 1001 1001 7111 Jul 30 07:16 SECURITY.md 07:18:49 -rw-rw-r-- 1 1001 1001 5 Jul 30 07:16 VERSION 07:18:49 -rw-rw-r-- 1 1001 1001 4131 Jul 30 07:16 ZMQWindows.md 07:18:49 drwxrwxr-x 2 1001 1001 117 Jul 30 07:16 bin 07:18:49 drwxrwxr-x 15 1001 1001 4096 Jul 30 07:16 cmd 07:18:49 -rw-r--r-- 1 root root 455496 Jul 30 07:18 coverage.out 07:18:49 -rw-r--r-- 1 root root 1019 Jul 30 07:18 go.mod 07:18:49 -rw-r--r-- 1 root root 18146 Jul 30 07:18 go.sum 07:18:49 drwxrwxr-x 8 1001 1001 127 Jul 30 07:16 internal 07:18:49 drwxrwxr-x 4 1001 1001 26 Jul 30 07:16 openapi 07:18:49 drwxrwxr-x 4 1001 1001 71 Jul 30 07:16 snap 07:18:49 -rw-rw-r-- 1 1001 1001 168 Jul 30 07:16 version.go [Pipeline] sh 07:18:49 + '[' -e coverage.out ] 07:18:49 + chown 1001:1001 coverage.out [Pipeline] stash 07:18:49 Stashed 1 file(s) [Pipeline] sh 07:18:50 + make build 07:18:50 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 07:18:52 using credential edgex-jenkins-ssh 07:18:52 Cloning the remote Git repository 07:18:52 Cloning with configured refspecs honoured and without tags 07:18:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:18:52 > git init /w/workspace/edgex-go/22 # timeout=10 07:18:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:18:52 > git --version # timeout=10 07:18:52 using GIT_SSH to set credentials SSH Credentials for GitHub 07:18:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:18:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:18:59 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 07:19:00 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 07:19:02 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 07:19:04 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 07:19:04 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 07:19:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:19:07 Fetching without tags 07:19:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:19:07 > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # timeout=10 07:19:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:19:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:19:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:19:08 using GIT_SSH to set credentials SSH Credentials for GitHub 07:19:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:19:08 Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit 5972b753fa186a40c398ed4d91801bcf7a85297b 07:19:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:19:09 Merge succeeded, producing 5972b753fa186a40c398ed4d91801bcf7a85297b 07:19:09 Checking out Revision 5972b753fa186a40c398ed4d91801bcf7a85297b (PR-2597) 07:19:08 > git config core.sparsecheckout # timeout=10 07:19:08 > git checkout -f 5972b753fa186a40c398ed4d91801bcf7a85297b # timeout=10 07:19:08 > git remote # timeout=10 07:19:08 > git config --get remote.origin.url # timeout=10 07:19:08 using GIT_SSH to set credentials SSH Credentials for GitHub 07:19:08 > git merge a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 07:19:08 > git rev-parse HEAD^{commit} # timeout=10 07:19:09 > git config core.sparsecheckout # timeout=10 07:19:09 > git checkout -f 5972b753fa186a40c398ed4d91801bcf7a85297b # timeout=10 07:19:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:19:11 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 07:19:12 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 07:19:13 Commit message: "fix(metadata): Refactor deviceProfile JSON and YAML POST API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 07:19:14 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] } 07:19:15 $ docker stop --time=1 2705421b4ca8378a6d86a3dafb844b1c13cb2e693a0b5bce5740e809f703aa6e 07:19:17 $ docker rm -f 2705421b4ca8378a6d86a3dafb844b1c13cb2e693a0b5bce5740e809f703aa6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:19:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:19:20 07:19:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:19:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:19:21 latest: Pulling from edgex-devops/edgex-compose 07:19:21 cbdbe7a5bc2a: Pulling fs layer 07:19:21 ca9280d653b3: Pulling fs layer 07:19:21 7e9c9ca2126c: Pulling fs layer 07:19:21 cbdbe7a5bc2a: Verifying Checksum 07:19:21 cbdbe7a5bc2a: Download complete 07:19:21 ca9280d653b3: Verifying Checksum 07:19:21 ca9280d653b3: Download complete 07:19:21 cbdbe7a5bc2a: Pull complete 07:19:22 ca9280d653b3: Pull complete [Pipeline] echo 07:19:25 ========================================================= 07:19:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 07:19:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:19:26 + 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 . 07:19:30 Sending build context to Docker daemon 322.9MB 07:19:30 Step 1/7 : ARG BASE=golang:1.13-alpine 07:19:30 Step 2/7 : FROM ${BASE} 07:19:30 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:19:30 b538f80385f9: Pulling fs layer 07:19:30 74f711af9a0d: Pulling fs layer 07:19:30 99f96fe45779: Pulling fs layer 07:19:30 fd7a069fd194: Pulling fs layer 07:19:30 66aa3694b03b: Pulling fs layer 07:19:30 170f70906a0f: Pulling fs layer 07:19:30 ad7c5574e4b9: Pulling fs layer 07:19:30 e772456be8f7: Pulling fs layer 07:19:30 c890913d741a: Pulling fs layer 07:19:30 2480fcc9aa5a: Pulling fs layer 07:19:30 09adf4765672: Pulling fs layer 07:19:30 fd7a069fd194: Waiting 07:19:30 66aa3694b03b: Waiting 07:19:30 ad7c5574e4b9: Waiting 07:19:30 e772456be8f7: Waiting 07:19:30 c890913d741a: Waiting 07:19:30 2480fcc9aa5a: Waiting 07:19:30 09adf4765672: Waiting 07:19:30 170f70906a0f: Waiting 07:19:30 99f96fe45779: Download complete 07:19:30 74f711af9a0d: Verifying Checksum 07:19:30 74f711af9a0d: Download complete 07:19:30 66aa3694b03b: Download complete 07:19:30 170f70906a0f: Verifying Checksum 07:19:30 170f70906a0f: Download complete 07:19:30 b538f80385f9: Verifying Checksum 07:19:30 b538f80385f9: Download complete 07:19:30 7e9c9ca2126c: Pull complete 07:19:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:19:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:19:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:19:30 prd-centos7-docker-4c-2g-1543 does not seem to be running inside a container 07:19:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:19:31 b538f80385f9: Pull complete 07:19:31 $ docker top e80d8efb0b01bd3e2cd3f3cc11cb465a9655f511ae51ed085931ae48af4181f6 -eo pid,comm [Pipeline] { [Pipeline] sh 07:19:31 74f711af9a0d: Pull complete 07:19:32 + docker-compose build --help 07:19:32 + grep parallel 07:19:32 99f96fe45779: Pull complete 07:19:33 ad7c5574e4b9: Verifying Checksum 07:19:33 ad7c5574e4b9: Download complete 07:19:33 c890913d741a: Verifying Checksum 07:19:33 c890913d741a: Download complete 07:19:33 --parallel Build images in parallel. [Pipeline] } 07:19:33 $ docker stop --time=1 e80d8efb0b01bd3e2cd3f3cc11cb465a9655f511ae51ed085931ae48af4181f6 07:19:34 $ docker rm -f e80d8efb0b01bd3e2cd3f3cc11cb465a9655f511ae51ed085931ae48af4181f6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:19:35 2480fcc9aa5a: Verifying Checksum 07:19:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:19:35 . [Pipeline] withDockerContainer 07:19:35 prd-centos7-docker-4c-2g-1543 does not seem to be running inside a container 07:19:35 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 07:19:35 09adf4765672: Download complete 07:19:35 e772456be8f7: Download complete 07:19:35 $ docker top bdaef92a45fc4370b9a31aeb384442da8c44dadf4141e8f893bb5cbf98c6710e -eo pid,comm [Pipeline] { [Pipeline] sh 07:19:36 fd7a069fd194: Verifying Checksum 07:19:36 fd7a069fd194: Download complete 07:19:36 + docker-compose -f ./docker-compose-build.yml build --parallel 07:19:37 Building docker-core-command-go ... 07:19:37 Building docker-core-data-go ... 07:19:37 Building docker-core-metadata-go ... 07:19:37 Building docker-security-proxy-setup-go ... 07:19:37 Building docker-security-secrets-setup-go ... 07:19:37 Building docker-security-secretstore-setup-go ... 07:19:37 Building docker-support-logging-go ... 07:19:37 Building docker-support-notifications-go ... 07:19:37 Building docker-support-scheduler-go ... 07:19:37 Building docker-sys-mgmt-agent-go ... 07:19:37 Building docker-core-data-go 07:19:37 Building docker-core-metadata-go 07:19:37 Building docker-security-proxy-setup-go 07:19:37 Building docker-security-secrets-setup-go 07:19:37 Building docker-security-secretstore-setup-go 07:19:48 fd7a069fd194: Pull complete 07:19:48 66aa3694b03b: Pull complete 07:19:48 170f70906a0f: Pull complete 07:19:52 ad7c5574e4b9: Pull complete 07:19:56 e772456be8f7: Pull complete 07:19:56 c890913d741a: Pull complete 07:19:58 2480fcc9aa5a: Pull complete 07:19:59 09adf4765672: Pull complete 07:19:59 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 07:19:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 07:19:59 ---> 2248a725d1cf 07:19:59 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 07:20:05 ---> Running in a2ec043d9a5d 07:20:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:20:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:20:08 (1/12) Installing libmagic (5.38-r0) 07:20:09 (2/12) Installing file (5.38-r0) 07:20:09 (3/12) Installing libc-dev (0.7.2-r3) 07:20:09 (4/12) Installing g++ (9.3.0-r2) 07:20:09 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:20:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:20:09 ---> 84a0d5743371 07:20:09 Step 3/21 : WORKDIR /edgex-go 07:20:09 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 07:20:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:20:09 ---> 84a0d5743371 07:20:09 Step 3/26 : WORKDIR /edgex-go 07:20:09 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 07:20:09 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:20:09 ---> 84a0d5743371 07:20:09 Step 3/29 : WORKDIR /edgex-go 07:20:09 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 07:20:09 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:20:09 ---> 84a0d5743371 07:20:09 Step 3/20 : WORKDIR /edgex-go 07:20:09 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 07:20:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:20:09 ---> 84a0d5743371 07:20:09 Step 3/22 : WORKDIR /edgex-go 07:20:09 ---> Running in c54f8e3a9d0c 07:20:09 ---> Running in 68f946a00a04 07:20:09 ---> Running in b3138051122a 07:20:09 ---> Running in f9659766f2fb 07:20:09 ---> Running in cc8a96dd1050 07:20:09 Removing intermediate container c54f8e3a9d0c 07:20:09 ---> ccee02613a88 07:20:09 Step 4/29 : RUN apk update && apk add make git 07:20:09 Removing intermediate container 68f946a00a04 07:20:09 ---> bf4f5a8b4f9d 07:20:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:09 Removing intermediate container f9659766f2fb 07:20:09 ---> 183b7455d4e9 07:20:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:09 Removing intermediate container cc8a96dd1050 07:20:09 ---> 327610067d41 07:20:09 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:09 Removing intermediate container b3138051122a 07:20:09 ---> 0f967a7eb93a 07:20:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:09 ---> Running in 7d691e7720eb 07:20:09 ---> Running in 1de1838fc7bd 07:20:09 ---> Running in 2a0eea297341 07:20:09 ---> Running in 870d88e8a7a9 07:20:09 ---> Running in 4ad3380716cf 07:20:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:11 Removing intermediate container 2a0eea297341 07:20:11 ---> 359d0cc77704 07:20:11 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:20:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:11 ---> Running in 8768c563788d 07:20:11 Removing intermediate container 1de1838fc7bd 07:20:11 ---> 54743470b90f 07:20:11 Step 5/21 : RUN apk update && apk add make git 07:20:12 ---> Running in 2e1cbe6e0627 07:20:12 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:20:12 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:20:12 OK: 12749 distinct packages available 07:20:12 Removing intermediate container 4ad3380716cf 07:20:12 ---> d683257cf20f 07:20:12 Step 5/26 : RUN apk update && apk add make git 07:20:12 OK: 233 MiB in 51 packages 07:20:12 Removing intermediate container 870d88e8a7a9 07:20:12 ---> 852fada708df 07:20:12 Step 5/20 : RUN apk update && apk add make git 07:20:12 ---> Running in 8a2dd7311e27 07:20:12 ---> Running in 4e83d1562da7 07:20:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:13 Removing intermediate container 7d691e7720eb 07:20:13 ---> b1dfc5a23721 07:20:13 Step 5/29 : COPY go.mod . 07:20:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:13 ---> 7ecd6a7a31fe 07:20:13 Step 6/29 : RUN go mod download 07:20:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:13 ---> Running in 06003ff9ce60 07:20:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:14 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:20:14 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:20:14 OK: 12749 distinct packages available 07:20:14 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:20:14 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:20:14 OK: 12749 distinct packages available 07:20:14 OK: 233 MiB in 51 packages 07:20:14 OK: 233 MiB in 51 packages 07:20:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:14 (5/12) Installing fortify-headers (1.1-r0) 07:20:14 (6/12) Installing patch (2.7.6-r6) 07:20:14 (7/12) Installing build-base (0.5-r2) 07:20:14 (8/12) Installing libsodium (1.0.18-r0) 07:20:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:14 (9/12) Installing pkgconf (1.7.2-r0) 07:20:14 (10/12) Installing libsodium-dev (1.0.18-r0) 07:20:14 (11/12) Installing libzmq (4.3.2-r0) 07:20:14 Removing intermediate container 8768c563788d 07:20:14 ---> 29797835ca9f 07:20:14 Step 6/22 : COPY go.mod . 07:20:14 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:20:14 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:20:14 OK: 12749 distinct packages available 07:20:14 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:20:14 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:20:14 OK: 12749 distinct packages available 07:20:14 Removing intermediate container 2e1cbe6e0627 07:20:14 ---> 50eb9a4a1e3a 07:20:14 Step 6/21 : COPY go.mod . 07:20:15 (12/12) Installing zeromq-dev (4.3.2-r0) 07:20:15 Executing busybox-1.31.1-r16.trigger 07:20:15 OK: 217 MiB in 51 packages 07:20:15 ---> fbf3c5618829 07:20:15 Step 7/22 : RUN go mod download 07:20:15 OK: 233 MiB in 51 packages 07:20:15 OK: 233 MiB in 51 packages 07:20:15 ---> Running in dc3df927bffa 07:20:15 ---> a8bcfc059667 07:20:15 Step 7/21 : RUN go mod download 07:20:15 ---> Running in 34cd0b132c00 07:20:16 Removing intermediate container 06003ff9ce60 07:20:16 ---> c5e998cf1b8d 07:20:16 Step 7/29 : COPY . . 07:20:17 Removing intermediate container 8a2dd7311e27 07:20:17 ---> c523aeebc35c 07:20:17 Step 6/26 : COPY go.mod . 07:20:19 Removing intermediate container 4e83d1562da7 07:20:19 ---> 205a87f7722c 07:20:19 Step 6/20 : COPY go.mod . 07:20:19 Removing intermediate container a2ec043d9a5d 07:20:19 ---> d8e441c0c3bb 07:20:19 Step 4/7 : WORKDIR /edgex-go 07:20:19 ---> Running in 84a31991574e 07:20:19 ---> 7054911362f3 07:20:19 Step 7/26 : RUN go mod download 07:20:19 Removing intermediate container 84a31991574e 07:20:19 ---> 9e88bed0abff 07:20:19 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:20:20 ---> Running in 2f94e8243287 07:20:20 Removing intermediate container dc3df927bffa 07:20:20 ---> 0ec77193e55d 07:20:20 Step 8/22 : COPY . . 07:20:20 latest: Pulling from library/docker 07:20:20 ---> 626bf49c0d63 07:20:20 Step 7/20 : RUN go mod download 07:20:20 b538f80385f9: Already exists 07:20:20 259a493cd78d: Pulling fs layer 07:20:20 b8e66b5100f5: Pulling fs layer 07:20:20 39dc9c94d07c: Pulling fs layer 07:20:20 551b823b3b82: Pulling fs layer 07:20:20 3c52a74df98c: Pulling fs layer 07:20:20 6c9b121b6998: Pulling fs layer 07:20:20 551b823b3b82: Waiting 07:20:20 3c52a74df98c: Waiting 07:20:20 6c9b121b6998: Waiting 07:20:20 b8e66b5100f5: Verifying Checksum 07:20:20 b8e66b5100f5: Download complete 07:20:20 259a493cd78d: Verifying Checksum 07:20:20 259a493cd78d: Download complete 07:20:20 551b823b3b82: Verifying Checksum 07:20:20 551b823b3b82: Download complete 07:20:20 3c52a74df98c: Verifying Checksum 07:20:20 3c52a74df98c: Download complete 07:20:20 6c9b121b6998: Verifying Checksum 07:20:20 6c9b121b6998: Download complete 07:20:21 259a493cd78d: Pull complete 07:20:21 b8e66b5100f5: Pull complete 07:20:22 39dc9c94d07c: Verifying Checksum 07:20:22 39dc9c94d07c: Download complete 07:20:22 ---> Running in 206071b6e300 07:20:22 Removing intermediate container 34cd0b132c00 07:20:22 ---> 75625089ecd5 07:20:22 Step 8/21 : COPY . . 07:20:25 39dc9c94d07c: Pull complete 07:20:25 551b823b3b82: Pull complete 07:20:25 3c52a74df98c: Pull complete 07:20:26 6c9b121b6998: Pull complete 07:20:26 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 07:20:26 Status: Downloaded newer image for docker:latest 07:20:29 ---> fb9f528834f3 07:20:29 Step 6/7 : COPY go.mod . 07:20:30 ---> b37dea2a85ca 07:20:30 Step 7/7 : RUN go mod download 07:20:30 ---> Running in e834b6581395 07:20:33 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:20:33 go: finding github.com/BurntSushi/toml v0.3.1 07:20:33 go: finding github.com/OneOfOne/xxhash v1.2.5 07:20:33 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:20:33 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:20:33 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:20:33 go: finding github.com/bgentry/speakeasy v0.1.0 07:20:33 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:20:33 go: finding github.com/cloudflare/gokey v0.1.0 07:20:33 go: finding github.com/davecgh/go-spew v1.1.1 07:20:33 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:20:33 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:20:33 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:20:33 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:20:33 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:20:33 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 07:20:33 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 07:20:33 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:20:33 go: finding github.com/fatih/color v1.7.0 07:20:33 go: finding github.com/fsnotify/fsnotify v1.4.7 07:20:33 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:20:33 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 07:20:33 go: finding github.com/go-kit/kit v0.8.0 07:20:33 go: finding github.com/go-logfmt/logfmt v0.4.0 07:20:33 go: finding github.com/go-redis/redis/v7 v7.2.0 07:20:33 go: finding github.com/go-stack/stack v1.8.0 07:20:33 go: finding github.com/golang/protobuf v1.3.2 07:20:33 go: finding github.com/gomodule/redigo v2.0.0+incompatible 07:20:33 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:20:33 go: finding github.com/google/uuid v1.1.0 07:20:33 go: finding github.com/gorilla/mux v1.7.1 07:20:33 go: finding github.com/hashicorp/consul/api v1.1.0 07:20:33 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:20:34 go: finding github.com/hashicorp/errwrap v1.0.0 07:20:34 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:20:34 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:20:34 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:20:34 go: finding github.com/hashicorp/go-multierror v1.0.0 07:20:34 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:20:34 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:20:34 go: finding github.com/hashicorp/go-syslog v1.0.0 07:20:34 go: finding github.com/hashicorp/go-uuid v1.0.1 07:20:34 go: finding github.com/hashicorp/go.net v0.0.1 07:20:34 go: finding github.com/hashicorp/golang-lru v0.5.0 07:20:34 go: finding github.com/hashicorp/logutils v1.0.0 07:20:34 go: finding github.com/hashicorp/mdns v1.0.0 07:20:34 go: finding github.com/hashicorp/memberlist v0.1.3 07:20:34 go: finding github.com/hashicorp/serf v0.8.2 07:20:34 go: finding github.com/hpcloud/tail v1.0.0 07:20:34 go: finding github.com/imdario/mergo v0.3.6 07:20:34 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:20:34 go: finding github.com/kr/pretty v0.1.0 07:20:34 go: finding github.com/kr/pty v1.1.1 07:20:34 go: finding github.com/kr/text v0.1.0 07:20:34 go: finding github.com/mattn/go-colorable v0.0.9 07:20:34 go: finding github.com/mattn/go-isatty v0.0.3 07:20:34 go: finding github.com/miekg/dns v1.0.14 07:20:34 go: finding github.com/mitchellh/cli v1.0.0 07:20:34 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:20:34 go: finding github.com/mitchellh/copystructure v1.0.0 07:20:34 go: finding github.com/mitchellh/go-homedir v1.0.0 07:20:34 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:20:34 go: finding github.com/mitchellh/gox v0.4.0 07:20:34 go: finding github.com/mitchellh/iochan v1.0.0 07:20:34 go: finding github.com/mitchellh/mapstructure v1.1.2 07:20:34 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:20:34 go: finding github.com/onsi/ginkgo v1.10.1 07:20:35 go: finding github.com/onsi/gomega v1.7.0 07:20:35 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:20:35 go: finding github.com/pebbe/zmq4 v1.0.0 07:20:35 go: finding github.com/pelletier/go-toml v1.2.0 07:20:35 go: finding github.com/pkg/errors v0.8.1 07:20:35 go: finding github.com/pmezard/go-difflib v1.0.0 07:20:35 go: finding github.com/posener/complete v1.1.1 07:20:35 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:20:35 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:20:35 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:20:35 go: finding github.com/stretchr/objx v0.1.0 07:20:35 go: finding github.com/stretchr/testify v1.5.1 07:20:35 go: finding github.com/ugorji/go v1.1.4 07:20:35 go: finding github.com/x448/float16 v0.8.4 07:20:35 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 07:20:35 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:20:35 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:20:35 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 07:20:35 go: finding golang.org/x/text v0.3.2 07:20:35 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 07:20:35 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:20:35 go: finding gopkg.in/eapache/queue.v1 v1.1.0 07:20:35 go: finding gopkg.in/fsnotify.v1 v1.4.7 07:20:35 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 07:20:35 go: finding gopkg.in/yaml.v2 v2.2.8 07:20:40 Removing intermediate container 2f94e8243287 07:20:40 ---> 6d87a8f8a16a 07:20:40 Step 8/26 : COPY . . 07:20:40 Removing intermediate container 206071b6e300 07:20:40 ---> fd5bf4625977 07:20:40 Step 8/20 : COPY . . 07:20:46 ---> 4dee4ceda155 07:20:46 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:20:52 ---> cf28aa990361 07:20:52 Step 9/22 : RUN make cmd/core-data/core-data 07:20:52 ---> Running in 0ad11f43439f 07:20:53 ---> 73201e1f0eb2 07:20:53 Step 9/21 : RUN make cmd/core-metadata/core-metadata 07:20:53 Removing intermediate container e834b6581395 07:20:53 ---> 6e42d3d0f50f 07:20:53 Successfully built 6e42d3d0f50f 07:20:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:20:54 + docker inspect -f . ci-base-image-arm64 07:20:54 . [Pipeline] withDockerContainer 07:20:54 prd-ubuntu18.04-docker-arm64-4c-16g-1544 does not seem to be running inside a container 07:20:54 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 07:20:56 $ docker top 09fb375acf9ae3d2d3317361536657fbfe6909f2f2e933886dfb7b8960338056 -eo pid,comm [Pipeline] { [Pipeline] sh 07:20:56 ---> Running in b118657d9902 07:20:57 + go version 07:20:57 go version go1.13.13 linux/arm64 [Pipeline] echo 07:20:57 ========================================================= 07:20:57 [edgeXBuildGoParallel] Running Tests and Build... 07:20:57 ========================================================= [Pipeline] sh 07:20:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:20:57 ---> Running in 7516b738aacd 07:20:57 + make test 07:20:57 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:20:58 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 07:20:59 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 07:21:00 ? github.com/edgexfoundry/edgex-go [no test files] 07:21:01 ---> 1d1935db3bea 07:21:01 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 07:21:02 ---> Running in dff4d8a6532b 07:21:04 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 07:21:05 ---> 8521b09bdc68 07:21:05 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 07:21:06 ---> Running in e5936d264b01 07:21:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:21:25 Removing intermediate container 0ad11f43439f 07:21:25 ---> 73310ce321da 07:21:25 07:21:25 Step 9/29 : FROM alpine:latest 07:21:25 latest: Pulling from library/alpine 07:21:25 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 07:21:25 Status: Downloaded newer image for alpine:latest 07:21:25 ---> a24bb4013296 07:21:25 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:21:25 ---> Running in 270f1f728a85 07:21:26 Removing intermediate container 270f1f728a85 07:21:26 ---> 87b86e33de81 07:21:26 Step 11/29 : USER root 07:21:26 ---> Running in fc7a5963bc29 07:21:26 Removing intermediate container fc7a5963bc29 07:21:26 ---> c64f31fc8440 07:21:26 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:21:26 ---> Running in 018e930722b2 07:21:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:28 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:21:28 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:21:28 OK: 12749 distinct packages available 07:21:28 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 07:21:29 (1/2) Installing ca-certificates (20191127-r4) 07:21:29 (2/2) Installing dumb-init (1.2.2-r1) 07:21:29 Executing busybox-1.31.1-r16.trigger 07:21:29 Executing ca-certificates-20191127-r4.trigger 07:21:29 OK: 6 MiB in 16 packages 07:21:31 Removing intermediate container 018e930722b2 07:21:31 ---> f13918efbe4a 07:21:31 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:21:31 ---> Running in eecbfec8ce80 07:21:31 Removing intermediate container eecbfec8ce80 07:21:31 ---> 1c69a727d35c 07:21:31 Step 14/29 : WORKDIR $BASE_DIR 07:21:31 ---> Running in a704545e968e 07:21:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:21:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 07:21:35 Removing intermediate container a704545e968e 07:21:35 ---> 3152cfde30f1 07:21:35 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:21:35 ---> Running in eee4775d063f 07:21:35 Removing intermediate container e5936d264b01 07:21:35 ---> fe8f147101ed 07:21:35 07:21:35 Step 10/20 : FROM alpine 07:21:35 ---> a24bb4013296 07:21:35 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:21:36 ---> Running in b435612acc1f 07:21:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:37 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:21:37 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:21:37 OK: 12749 distinct packages available 07:21:37 (1/4) Installing ca-certificates (20191127-r4) 07:21:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:21:37 (3/4) Installing libcurl (7.69.1-r0) 07:21:37 (4/4) Installing curl (7.69.1-r0) 07:21:37 Executing busybox-1.31.1-r16.trigger 07:21:37 Executing ca-certificates-20191127-r4.trigger 07:21:37 OK: 7 MiB in 18 packages 07:21:40 Removing intermediate container eee4775d063f 07:21:40 ---> daa6fdf698ab 07:21:40 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:21:40 Removing intermediate container 7516b738aacd 07:21:40 ---> e1813e05fccb 07:21:40 07:21:40 Step 10/21 : FROM scratch 07:21:40 ---> 07:21:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:21:40 Removing intermediate container dff4d8a6532b 07:21:40 ---> 85dcf8c3e619 07:21:40 07:21:40 Step 10/26 : FROM alpine:3.10 07:21:41 3.10: Pulling from library/alpine 07:21:41 ---> Running in ae6bcde8fd50 07:21:43 ---> b290985a6547 07:21:43 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:21:43 Removing intermediate container b435612acc1f 07:21:43 ---> 1047aeea1ebf 07:21:43 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:21:44 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:21:44 Status: Downloaded newer image for alpine:3.10 07:21:44 ---> be4e4bea2c2e 07:21:44 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:21:44 Removing intermediate container ae6bcde8fd50 07:21:44 ---> 7fc6a5d9c33d 07:21:44 Step 12/21 : ENV APP_PORT=48081 07:21:44 ---> Running in 6c4f289bd636 07:21:45 ---> 562a8782b10b 07:21:45 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:21:45 ---> Running in 3257fadd5138 07:21:45 ---> Running in 352b66081e31 07:21:45 Removing intermediate container b118657d9902 07:21:45 ---> dae24796f277 07:21:45 07:21:45 Step 10/22 : FROM alpine 07:21:45 ---> a24bb4013296 07:21:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:21:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:21:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:21:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:21:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:21:45 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.039s 07:21:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 07:21:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:21:45 Removing intermediate container 6c4f289bd636 07:21:45 ---> a19eebd0e636 07:21:45 Step 13/20 : WORKDIR /edgex 07:21:45 ---> Running in 06453471886c 07:21:45 Removing intermediate container 3257fadd5138 07:21:45 ---> 13ac9a15468b 07:21:45 Step 13/21 : EXPOSE $APP_PORT 07:21:45 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 07:21:45 ---> Running in 0e700cd26080 07:21:45 ---> 1903087b9b67 07:21:45 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:21:45 ---> Running in f5715a76c7bd 07:21:45 Removing intermediate container 06453471886c 07:21:45 ---> db26befd3e5d 07:21:45 Step 12/22 : ENV APP_PORT=48080 07:21:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 07:21:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 07:21:45 ---> Running in 45a3f8e2843b 07:21:45 Removing intermediate container f5715a76c7bd 07:21:45 ---> b4d08317e8d6 07:21:45 Step 14/21 : WORKDIR / 07:21:45 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:21:45 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:21:45 OK: 10346 distinct packages available 07:21:45 Removing intermediate container 0e700cd26080 07:21:45 ---> 051539e1bf01 07:21:45 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:21:46 ---> 5b22856e1a80 07:21:46 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 07:21:46 ---> Running in d41bb0b78c6e 07:21:46 (1/5) Installing ca-certificates (20191127-r2) 07:21:46 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:21:46 (3/5) Installing libcurl (7.66.0-r0) 07:21:46 (4/5) Installing curl (7.66.0-r0) 07:21:46 (5/5) Installing dumb-init (1.2.2-r1) 07:21:46 Executing busybox-1.30.1-r3.trigger 07:21:46 Executing ca-certificates-20191127-r2.trigger 07:21:46 OK: 7 MiB in 19 packages 07:21:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:21:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:21:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:21:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:21:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:21:48 Removing intermediate container 45a3f8e2843b 07:21:48 ---> cdaba84a1ee9 07:21:48 Step 13/22 : EXPOSE $APP_PORT 07:21:48 ---> 1acc648a9c08 07:21:48 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:21:48 Removing intermediate container d41bb0b78c6e 07:21:48 ---> a867e6f5e45e 07:21:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:21:48 ---> 02dd3de3d920 07:21:48 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:21:48 ---> Running in ca7e9100e97e 07:21:48 ---> Running in bd06026fa49a 07:21:49 Removing intermediate container 352b66081e31 07:21:49 ---> faa05f896db8 07:21:49 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:21:49 Removing intermediate container ca7e9100e97e 07:21:49 ---> a44bebdaf2fe 07:21:49 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:21:49 ---> f018f45d3194 07:21:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:21:49 ---> Running in 087ff814e0d7 07:21:49 ---> 5b29d5fefbb5 07:21:49 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:21:49 ---> Running in dca1565f7381 07:21:49 ---> Running in bc325c0f074d 07:21:50 Removing intermediate container 087ff814e0d7 07:21:50 ---> a30a7588d2b6 07:21:50 Step 13/26 : WORKDIR / 07:21:50 ---> Running in de7f911a1c60 07:21:50 Removing intermediate container bc325c0f074d 07:21:50 ---> d1eec8179b00 07:21:50 Step 17/20 : CMD ["--init=true"] 07:21:50 ---> 25e6ba77ee15 07:21:50 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:21:50 ---> Running in 324003840b2a 07:21:51 Removing intermediate container de7f911a1c60 07:21:51 ---> cea86c993968 07:21:51 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:21:51 Removing intermediate container bd06026fa49a 07:21:51 ---> 3e87342d510f 07:21:51 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:21:51 Removing intermediate container 324003840b2a 07:21:51 ---> ec5af8e90a36 07:21:51 Step 18/20 : LABEL arch=x86_64 07:21:51 ---> bc7c43938c8c 07:21:51 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:21:51 ---> Running in a737ab11f4e0 07:21:51 ---> Running in faac79b8c9c0 07:21:51 ---> 2e20a3b01815 07:21:51 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:21:51 ---> ce80b925049a 07:21:51 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:21:51 ---> Running in a00c399e23b7 07:21:51 Removing intermediate container dca1565f7381 07:21:51 ---> 6bced3588944 07:21:51 Step 15/22 : RUN apk --no-cache add zeromq 07:21:51 Removing intermediate container a737ab11f4e0 07:21:51 ---> 4cc88a008004 07:21:51 Step 19/20 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:21:52 Removing intermediate container faac79b8c9c0 07:21:52 ---> f373b30b3d8d 07:21:52 Step 19/21 : LABEL arch=x86_64 07:21:52 ---> 41031936c16d 07:21:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:21:52 ---> Running in 7fb31f5a4674 07:21:52 ---> Running in 681a18c77a59 07:21:52 ---> Running in 27d3e15bfb6a 07:21:52 ---> 04581f67cc60 07:21:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 07:21:52 Removing intermediate container 27d3e15bfb6a 07:21:52 ---> 1711f12fed99 07:21:52 Step 20/21 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:21:52 Removing intermediate container 681a18c77a59 07:21:52 ---> cbbf942377c9 07:21:52 Step 20/20 : LABEL version=0.0.0 07:21:52 ---> Running in d3f3a7c1bf38 07:21:52 ---> Running in 523e69a4ae2a 07:21:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:52 ---> ecec446048d4 07:21:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:21:53 Removing intermediate container d3f3a7c1bf38 07:21:53 ---> e8440381508a 07:21:53 Step 21/21 : LABEL version=0.0.0 07:21:53 Removing intermediate container 523e69a4ae2a 07:21:53 ---> a67b9b88a72f 07:21:53 07:21:53 ---> Running in 6e3561c96b78 07:21:53 Successfully built a67b9b88a72f 07:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:53 Successfully tagged docker-security-proxy-setup-go:latest 07:21:53 Removing intermediate container a00c399e23b7 07:21:53 ---> ce01e44333e8 07:21:53 Step 24/29 : RUN chmod 755 security-secrets-setup 07:21:53 ---> bc4e892a1ce3 07:21:53 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:21:53  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 07:21:53 ---> Running in f09404863280 07:21:53 Removing intermediate container 6e3561c96b78 07:21:53 ---> 20b0cce2b055 07:21:53 07:21:53 Successfully built 20b0cce2b055 07:21:53 Successfully tagged docker-core-metadata-go:latest 07:21:53  Building docker-core-metadata-go ... done Building docker-support-logging-go 07:21:53 (1/5) Installing libgcc (9.3.0-r2) 07:21:53 ---> 2107cd2c407e 07:21:53 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 07:21:53 (2/5) Installing libsodium (1.0.18-r0) 07:21:54 (3/5) Installing libstdc++ (9.3.0-r2) 07:21:54 (4/5) Installing libzmq (4.3.2-r0) 07:21:54 (5/5) Installing zeromq (4.3.2-r0) 07:21:54 Executing busybox-1.31.1-r16.trigger 07:21:54 OK: 8 MiB in 19 packages 07:21:55 ---> 2e1ad76aea43 07:21:55 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:21:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.156s coverage: 46.6% of statements 07:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:22:01 ---> dfd029adfa50 07:22:01 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:22:01 Removing intermediate container f09404863280 07:22:01 ---> a372b432d90c 07:22:01 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:22:01 Removing intermediate container 7fb31f5a4674 07:22:01 ---> 96368387c038 07:22:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:22:01 ---> Running in b3609e08a831 07:22:01 ---> Running in c7505ba145b1 07:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.4% of statements 07:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements 07:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements 07:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:22:04 Removing intermediate container c7505ba145b1 07:22:04 ---> 16500d3a6c79 07:22:04 Step 26/29 : CMD [ "generate" ] 07:22:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.342s coverage: 28.6% of statements 07:22:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:22:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:22:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:22:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:22:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:22:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.121s coverage: 100.0% of statements 07:22:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:22:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements 07:22:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:22:06 ---> 15d1bf3f8d6c 07:22:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:22:06 ---> Running in 094979f88da4 07:22:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.061s coverage: 89.8% of statements 07:22:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:22:07 Removing intermediate container 094979f88da4 07:22:07 ---> 6a34b661ed85 07:22:07 Step 27/29 : LABEL arch=x86_64 07:22:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:22:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 100.0% of statements 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:22:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:22:09 ---> 5bca8ccafd3e 07:22:09 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:22:09 ---> Running in fdd001a1a58e 07:22:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements 07:22:11 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 07:22:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:22:11 ---> 84a0d5743371 07:22:11 Step 3/20 : WORKDIR /edgex-go 07:22:11 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:22:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:22:12 ---> 84a0d5743371 07:22:12 Step 3/21 : WORKDIR /edgex-go 07:22:12 Removing intermediate container b3609e08a831 07:22:12 ---> a94f29405ad7 07:22:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:22:12 ---> Using cache 07:22:12 ---> bf4f5a8b4f9d 07:22:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:22:12 ---> Using cache 07:22:12 ---> bf4f5a8b4f9d 07:22:12 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:22:12 ---> Using cache 07:22:12 ---> 359d0cc77704 07:22:12 Step 5/21 : RUN apk update && apk add make && apk add bash git 07:22:12 ---> Using cache 07:22:12 ---> 359d0cc77704 07:22:12 Step 5/20 : RUN apk update && apk add make git 07:22:12 Removing intermediate container fdd001a1a58e 07:22:12 ---> ae65dac62c2d 07:22:12 Step 28/29 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:22:12 ---> 0079024159b4 07:22:12 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:22:12 ---> Running in d22cbc597311 07:22:12 ---> Running in 92cecbe34aac 07:22:12 ---> Running in ee6ec598d7db 07:22:12 ---> Running in 3cf57730f076 07:22:12 ---> Running in 8c6359d55395 07:22:13 Removing intermediate container 92cecbe34aac 07:22:13 ---> ce9fe9f07b41 07:22:13 Step 24/26 : LABEL arch=x86_64 07:22:13 Removing intermediate container 3cf57730f076 07:22:13 ---> f104bf5c99d6 07:22:13 Step 29/29 : LABEL version=0.0.0 07:22:13 Removing intermediate container 8c6359d55395 07:22:13 ---> dd0e43c0eeec 07:22:13 Step 20/22 : LABEL arch=x86_64 07:22:13 ---> Running in f648988f624b 07:22:13 ---> Running in 9b980e6802f7 07:22:13 ---> Running in 35c5702616e5 07:22:13 Removing intermediate container f648988f624b 07:22:13 ---> 1c583191be56 07:22:13 Step 25/26 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:22:13 Removing intermediate container 9b980e6802f7 07:22:13 ---> 50eaa60cb63d 07:22:13 07:22:13 Removing intermediate container 35c5702616e5 07:22:13 ---> 2cbea9e0f6b3 07:22:13 Step 21/22 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:22:13 ---> Running in 04225fa47354 07:22:13 Successfully built 50eaa60cb63d 07:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements 07:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.026s coverage: 100.0% of statements 07:22:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:22:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:22:14 Successfully tagged docker-security-secrets-setup-go:latest 07:22:14  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go 07:22:14 ---> Running in 1f09f4b53024 07:22:14 Removing intermediate container 04225fa47354 07:22:14 ---> 3f416ee133e6 07:22:14 Step 26/26 : LABEL version=0.0.0 07:22:14 ---> Running in 8e428da2b7b1 07:22:14 Removing intermediate container 1f09f4b53024 07:22:14 ---> d09c19d7edc8 07:22:14 Step 22/22 : LABEL version=0.0.0 07:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 55.9% of statements 07:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 07:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:22:14 ---> Running in 324b224d6d6d 07:22:14 Removing intermediate container 8e428da2b7b1 07:22:14 ---> df74e44830a9 07:22:14 07:22:14 Successfully built df74e44830a9 07:22:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:22:14 Successfully tagged docker-security-secretstore-setup-go:latest 07:22:14 Building docker-support-notifications-go 07:22:14  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:22:15 Removing intermediate container 324b224d6d6d 07:22:15 ---> 03a38707ed34 07:22:15 07:22:15 Successfully built 03a38707ed34 07:22:15 Successfully tagged docker-core-data-go:latest 07:22:15  Building docker-core-data-go ... done Building docker-core-command-go 07:22:15 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:22:15 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:22:15 OK: 12749 distinct packages available 07:22:15 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:22:15 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:22:15 OK: 12749 distinct packages available 07:22:16 OK: 233 MiB in 51 packages 07:22:16 OK: 233 MiB in 51 packages 07:22:16 OK: 233 MiB in 51 packages 07:22:23 Removing intermediate container ee6ec598d7db 07:22:23 Removing intermediate container d22cbc597311 07:22:23 ---> e32addad57a9 07:22:23 ---> e7c649770eaf 07:22:23 Step 6/20 : COPY go.mod .Step 6/21 : COPY go.mod . 07:22:23 07:22:25 ---> ab8e5534549f 07:22:25 Step 7/21 : RUN go mod download 07:22:25 ---> f0d632aad557 07:22:25 Step 7/20 : RUN go mod download 07:22:27 ---> Running in a4321172636f 07:22:27 ---> Running in 881b08f99006 07:22:34 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 07:22:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:22:34 ---> 84a0d5743371 07:22:34 Step 3/26 : WORKDIR /edgex-go 07:22:34 ---> Using cache 07:22:34 ---> bf4f5a8b4f9d 07:22:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:22:34 ---> Using cache 07:22:34 ---> 359d0cc77704 07:22:34 Step 5/26 : RUN apk update && apk add make bash git 07:22:34 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 07:22:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:22:34 ---> 84a0d5743371 07:22:34 Step 3/23 : WORKDIR /edgex-go 07:22:34 ---> Using cache 07:22:34 ---> bf4f5a8b4f9d 07:22:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:22:34 ---> Using cache 07:22:34 ---> 359d0cc77704 07:22:34 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 07:22:34 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:22:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:22:34 ---> 84a0d5743371 07:22:34 Step 3/21 : WORKDIR /edgex-go 07:22:34 ---> Using cache 07:22:34 ---> bf4f5a8b4f9d 07:22:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:22:34 ---> Using cache 07:22:34 ---> 359d0cc77704 07:22:34 Step 5/21 : RUN apk update && apk add make git 07:22:34 ---> Using cache 07:22:34 ---> e32addad57a9 07:22:34 Step 6/21 : COPY go.mod . 07:22:34 ---> Using cache 07:22:34 ---> f0d632aad557 07:22:34 Step 7/21 : RUN go mod download 07:22:35 ---> Running in 44476f1eccd3 07:22:35 ---> Running in da363c93cc86 07:22:35 ---> Running in be0f03ea30fd 07:22:36 Removing intermediate container a4321172636f 07:22:36 ---> 0d309fce5db4 07:22:36 Step 8/21 : COPY . . 07:22:36 Removing intermediate container 881b08f99006 07:22:36 ---> 099ddd07003e 07:22:36 Step 8/20 : COPY . . 07:22:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:22:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:22:37 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:22:37 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:22:37 OK: 12749 distinct packages available 07:22:37 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:22:37 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:22:37 OK: 12749 distinct packages available 07:22:38 OK: 233 MiB in 51 packages 07:22:39 OK: 233 MiB in 51 packages 07:22:44 Removing intermediate container da363c93cc86 07:22:44 ---> 200c4fe9dce1 07:22:44 Step 8/21 : COPY . . 07:22:51 Removing intermediate container be0f03ea30fd 07:22:51 ---> 140910367042 07:22:51 Step 6/23 : COPY go.mod . 07:22:51 Removing intermediate container 44476f1eccd3 07:22:51 ---> 5154bf792e7a 07:22:51 Step 6/26 : COPY go.mod . 07:22:55 ---> 01395d25245d 07:22:55 Step 7/23 : RUN go mod download 07:22:56 ---> efe0d0c1c2dc 07:22:56 Step 7/26 : RUN go mod download 07:22:57 ---> Running in 4346fcd93dee 07:23:01 ---> Running in d4deee744f6a 07:23:01 ---> 72e66c564b68 07:23:01 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 07:23:01 ---> 7095c5f7404d 07:23:01 Step 9/21 : RUN make cmd/support-logging/support-logging 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 43.960s coverage: 86.3% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.900s coverage: 72.2% of statements 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.343s coverage: 72.1% of statements 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.046s coverage: 82.4% of statements 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.023s coverage: 48.4% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.022s coverage: 28.8% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.047s coverage: 96.8% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 26.9% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.352s coverage: 84.1% of statements 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.023s coverage: 100.0% of statements 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.028s coverage: 43.1% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.068s coverage: 83.8% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.099s coverage: 46.1% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.027s coverage: 100.0% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.172s coverage: 29.1% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 07:23:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 07:23:01 GO111MODULE=on go vet ./... 07:23:01 ---> Running in 0533078b5ba1 07:23:01 ---> Running in 0441558d6f28 07:23:03 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 07:23:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 07:23:06 ---> d5131ca081d7 07:23:06 Step 9/21 : RUN make cmd/core-command/core-command 07:23:06 Removing intermediate container 4346fcd93dee 07:23:06 ---> 9030ef5ef39f 07:23:06 Step 8/23 : COPY . . 07:23:06 ---> Running in 131c82611dbc 07:23:06 Removing intermediate container d4deee744f6a 07:23:06 ---> fd32d21740fc 07:23:06 Step 8/26 : COPY . . 07:23:08 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 07:23:16 gofmt -l . 07:23:18 [ "`gofmt -l .`" = "" ] 07:23:20 ./bin/test-go-mod-tidy.sh 07:23:21 ./bin/test-attribution-txt.sh [Pipeline] sh 07:23:25 + ls -al . 07:23:25 total 588 07:23:25 drwxrwxr-x 10 1001 1001 4096 Jul 30 07:23 . 07:23:25 drwxr-xr-x 4 root root 4096 Jul 30 07:20 .. 07:23:25 -rw-rw-r-- 1 1001 1001 11 Jul 30 07:19 .dockerignore 07:23:25 drwxrwxr-x 8 1001 1001 4096 Jul 30 07:19 .git 07:23:25 drwxrwxr-x 3 1001 1001 4096 Jul 30 07:19 .github 07:23:25 -rw-rw-r-- 1 1001 1001 932 Jul 30 07:19 .gitignore 07:23:25 drwxrwxr-x 3 1001 1001 4096 Jul 30 07:19 .semver 07:23:25 -rw-rw-r-- 1 1001 1001 166 Jul 30 07:19 .sonarcloud.properties 07:23:25 -rw-rw-r-- 1 1001 1001 3804 Jul 30 07:19 CONTRIBUTING.md 07:23:25 -rw-rw-r-- 1 1001 1001 1035 Jul 30 07:19 Dockerfile.build 07:23:25 -rw-rw-r-- 1 1001 1001 865 Jul 30 07:19 Jenkinsfile 07:23:25 -rw-rw-r-- 1 1001 1001 10775 Jul 30 07:19 LICENSE 07:23:25 -rw-rw-r-- 1 1001 1001 6237 Jul 30 07:19 Makefile 07:23:25 -rw-rw-r-- 1 1001 1001 5652 Jul 30 07:19 README.md 07:23:25 -rw-rw-r-- 1 1001 1001 7111 Jul 30 07:19 SECURITY.md 07:23:25 -rw-rw-r-- 1 1001 1001 5 Jul 30 07:16 VERSION 07:23:25 -rw-rw-r-- 1 1001 1001 4131 Jul 30 07:19 ZMQWindows.md 07:23:25 drwxrwxr-x 2 1001 1001 4096 Jul 30 07:19 bin 07:23:25 drwxrwxr-x 15 1001 1001 4096 Jul 30 07:19 cmd 07:23:25 -rw-r--r-- 1 root root 455496 Jul 30 07:22 coverage.out 07:23:25 -rw-r--r-- 1 root root 1019 Jul 30 07:23 go.mod 07:23:25 -rw-r--r-- 1 root root 18146 Jul 30 07:23 go.sum 07:23:25 drwxrwxr-x 8 1001 1001 4096 Jul 30 07:19 internal 07:23:25 drwxrwxr-x 4 1001 1001 4096 Jul 30 07:19 openapi 07:23:25 drwxrwxr-x 4 1001 1001 4096 Jul 30 07:19 snap 07:23:25 -rw-rw-r-- 1 1001 1001 168 Jul 30 07:19 version.go [Pipeline] sh 07:23:25 + '[' -e coverage.out ] 07:23:25 + chown 1001:1001 coverage.out [Pipeline] stash 07:23:25 Warning: overwriting stash ‘coverage-report’ 07:23:26 Stashed 1 file(s) [Pipeline] sh 07:23:27 + make build 07:23:27 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 07:23:41 ---> d146f141c2ca 07:23:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:23:41 ---> 8f359af3d8b7 07:23:41 Step 9/23 : RUN make cmd/support-notifications/support-notifications 07:23:41 ---> Running in 44300861e478 07:23:41 ---> Running in 1bae2dc1a643 07:23:41 Removing intermediate container 0441558d6f28 07:23:41 ---> f0de3d034735 07:23:41 07:23:41 Step 10/21 : FROM scratch 07:23:41 ---> 07:23:41 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:23:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:23:41 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 07:23:41 ---> Running in d682d608f493 07:23:41 Removing intermediate container d682d608f493 07:23:41 ---> 76866400d6d2 07:23:41 Step 12/21 : ENV APP_PORT=48061 07:23:41 Removing intermediate container 0533078b5ba1 07:23:41 ---> 157a554104ef 07:23:41 07:23:41 Step 10/20 : FROM scratch 07:23:41 ---> 07:23:41 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:23:42 ---> Using cache 07:23:42 ---> 7fc6a5d9c33d 07:23:42 Step 12/20 : ENV APP_PORT=48085 07:23:42 ---> Running in adb7bfaadedf 07:23:43 Removing intermediate container 131c82611dbc 07:23:43 ---> 666e34cf6bc2 07:23:43 07:23:43 Step 10/21 : FROM scratch 07:23:43 ---> 07:23:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:23:43 ---> Using cache 07:23:43 ---> 7fc6a5d9c33d 07:23:43 Step 12/21 : ENV APP_PORT=48082 07:23:43 ---> Running in 8fb195011e78 07:23:44 ---> Running in e1ea027734f6 07:23:44 Removing intermediate container adb7bfaadedf 07:23:44 ---> e311b161a583 07:23:44 Step 13/21 : EXPOSE $APP_PORT 07:23:44 Removing intermediate container 8fb195011e78 07:23:44 ---> 1685418b3bf8 07:23:44 Step 13/20 : EXPOSE $APP_PORT 07:23:44 ---> Running in aaf85b839373 07:23:44 ---> Running in ac094907b314 07:23:44 Removing intermediate container e1ea027734f6 07:23:44 ---> 2e1d2414a8eb 07:23:44 Step 13/21 : EXPOSE $APP_PORT 07:23:44 ---> Running in cf2377ce7378 07:23:44 Removing intermediate container aaf85b839373 07:23:44 ---> f5f817249f3a 07:23:44 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 07:23:44 Removing intermediate container ac094907b314 07:23:44 ---> c037500c63b4 07:23:44 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:23:45 Removing intermediate container cf2377ce7378 07:23:45 ---> 23db65c3e88f 07:23:45 Step 14/21 : WORKDIR / 07:23:45 ---> Running in 8ae42c41988a 07:23:45 ---> e2dd6eec9cbc 07:23:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 07:23:45 ---> d9d227e2836f 07:23:45 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:23:45 Removing intermediate container 8ae42c41988a 07:23:45 ---> 8bc7d450679d 07:23:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:23:45 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 07:23:47 ---> 35d971801016 07:23:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:23:47 ---> 0e0de40f431d 07:23:47 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:23:47 ---> f7f46d5a1d71 07:23:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 07:23:49 ---> 1d2d6c302562 07:23:49 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:23:49 ---> c1182128f312 07:23:49 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 07:23:49 ---> 4d5ad20cca0c 07:23:49 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:23:49 ---> Running in 138cda403418 07:23:49 Removing intermediate container 138cda403418 07:23:49 ---> 9b4ffd8f2eae 07:23:49 Step 18/20 : LABEL arch=x86_64 07:23:49 ---> ea7ca4148c35 07:23:49 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:23:49 ---> Running in 76dba5de0acd 07:23:49 ---> 7ed105a3dbac 07:23:49 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:23:49 ---> Running in 857ca7fe7eb4 07:23:49 ---> Running in 5702ff4ab2da 07:23:50 Removing intermediate container 76dba5de0acd 07:23:50 ---> 9a03218baea3 07:23:50 Step 19/20 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:23:50 Removing intermediate container 857ca7fe7eb4 07:23:50 ---> 328fdbbe2d61 07:23:50 Step 19/21 : LABEL arch=x86_64 07:23:50 ---> Running in f00e780aa3f6 07:23:50 Removing intermediate container 5702ff4ab2da 07:23:50 ---> da77e15885d5 07:23:50 Step 19/21 : LABEL arch=x86_64 07:23:50 ---> Running in 27b2951d2ad1 07:23:50 ---> Running in 845c4184cf9c 07:23:50 Removing intermediate container f00e780aa3f6 07:23:50 ---> e22e3469eff4 07:23:50 Step 20/20 : LABEL version=0.0.0 07:23:50 ---> Running in b0e57d2a8a67 07:23:51 Removing intermediate container 27b2951d2ad1 07:23:51 ---> be665a2b620a 07:23:51 Step 20/21 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:23:51 Removing intermediate container 845c4184cf9c 07:23:51 ---> 77f4c2c143c9 07:23:51 Step 20/21 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:23:51 ---> Running in 158ebfdb424b 07:23:51 ---> Running in fdaf58100ad1 07:23:51 Removing intermediate container b0e57d2a8a67 07:23:51 ---> cbf1feca3944 07:23:51 07:23:51 Removing intermediate container fdaf58100ad1 07:23:51 ---> f86189df93d0 07:23:51 Step 21/21 : LABEL version=0.0.0 07:23:51 Successfully built cbf1feca3944 07:23:51 Removing intermediate container 158ebfdb424b 07:23:51 ---> d1fc0badee36 07:23:51 Step 21/21 : LABEL version=0.0.0 07:23:51 Successfully tagged docker-support-scheduler-go:latest 07:23:52  Building docker-support-scheduler-go ... done  ---> Running in cb56a19688e8 07:23:52 ---> Running in 0f3ed4abfb8b 07:23:52 Removing intermediate container cb56a19688e8 07:23:52 ---> a95639b1e7ad 07:23:52 07:23:52 Successfully built a95639b1e7ad 07:23:52 Removing intermediate container 0f3ed4abfb8b 07:23:52 ---> 19a36e5444d2 07:23:52 07:23:52 Successfully tagged docker-support-logging-go:latest 07:23:52  Building docker-support-logging-go ... done Successfully built 19a36e5444d2 07:23:52 Successfully tagged docker-core-command-go:latest 07:23:57  Building docker-core-command-go ... done Removing intermediate container 44300861e478 07:23:57 ---> 1eb496802da7 07:23:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:23:57 ---> Running in fc28caa00398 07:23:57 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 07:23:58 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 07:23:59 Removing intermediate container 1bae2dc1a643 07:23:59 ---> 3dd399b3bf9d 07:23:59 07:23:59 Step 10/23 : FROM scratch 07:23:59 ---> 07:23:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:23:59 ---> Using cache 07:23:59 ---> 76866400d6d2 07:23:59 Step 12/23 : ENV APP_PORT=48060 07:23:59 ---> Running in 21e9d7cb01d0 07:23:59 Removing intermediate container 21e9d7cb01d0 07:23:59 ---> 5ea602563eed 07:23:59 Step 13/23 : EXPOSE $APP_PORT 07:23:59 ---> Running in 785370ec15bf 07:24:00 Removing intermediate container 785370ec15bf 07:24:00 ---> 0a153756f984 07:24:00 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 07:24:00 ---> 4d5574bf9dda 07:24:00 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:24:00 Removing intermediate container fc28caa00398 07:24:00 ---> 64aacc9fa58b 07:24:00 07:24:00 Step 11/26 : FROM docker:latest 07:24:00 ---> 81f5749c9058 07:24:00 Step 12/26 : RUN apk add --no-cache bash 07:24:00 ---> Running in a9ebe082bc55 07:24:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:24:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:24:01 (1/2) Installing readline (8.0.4-r0) 07:24:01 (2/2) Installing bash (5.0.17-r0) 07:24:01 Executing bash-5.0.17-r0.post-install 07:24:01 Executing busybox-1.31.1-r16.trigger 07:24:01 OK: 12 MiB in 22 packages 07:24:01 ---> b675d2db922a 07:24:01 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 07:24:02 Removing intermediate container a9ebe082bc55 07:24:02 ---> a480135407b2 07:24:02 Step 13/26 : RUN rm -rf /var/cache/apk/* 07:24:02 ---> Running in fb931c80560e 07:24:02 ---> 5ccb0cf3a06d 07:24:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:24:02 ---> dd92ab7a6a97 07:24:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:24:02 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 07:24:02 ---> 80e902c0dcea 07:24:02 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:24:02 Removing intermediate container fb931c80560e 07:24:02 ---> 464b6fccded4 07:24:02 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:24:04 ---> Running in e7b9c9f83cf8 07:24:04 ---> dc381035433a 07:24:04 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:24:04 ---> Running in 68c7902c29c4 07:24:04 Removing intermediate container e7b9c9f83cf8 07:24:04 ---> 66e6809b7290 07:24:04 Step 15/26 : ENV APP_PORT=48090 07:24:04 ---> Running in 7cba894e3538 07:24:04 Removing intermediate container 68c7902c29c4 07:24:04 ---> 0605ff3f080a 07:24:04 Step 21/23 : LABEL arch=x86_64 07:24:04 ---> Running in 6eb836ebac16 07:24:04 Removing intermediate container 7cba894e3538 07:24:04 ---> f968785f85bc 07:24:04 Step 16/26 : EXPOSE $APP_PORT 07:24:04 ---> Running in 361c10f2b661 07:24:04 Removing intermediate container 6eb836ebac16 07:24:04 ---> 1baa8e33d9a1 07:24:04 Step 22/23 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:24:05 ---> Running in 9d2e406f139c 07:24:05 Removing intermediate container 361c10f2b661 07:24:05 ---> 803b60ad92fd 07:24:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:24:05 Removing intermediate container 9d2e406f139c 07:24:05 ---> b3e2bb43e20c 07:24:05 Step 23/23 : LABEL version=0.0.0 07:24:05 ---> Running in d1351b67c121 07:24:05 Removing intermediate container d1351b67c121 07:24:05 ---> 1fdd06b58dae 07:24:05 07:24:05 ---> 997d4a4b952a 07:24:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:24:05 Successfully built 1fdd06b58dae 07:24:05 Successfully tagged docker-support-notifications-go:latest 07:24:05  Building docker-support-notifications-go ... done  ---> 6848f2144017 07:24:05 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:24:06 ---> 5a2f8623558f 07:24:06 Step 20/26 : RUN apk --no-cache add py-pip 07:24:06 ---> Running in 540d6fbe3617 07:24:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:24:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:24:06 (1/33) Installing libbz2 (1.0.8-r1) 07:24:06 (2/33) Installing expat (2.2.9-r1) 07:24:06 (3/33) Installing libffi (3.3-r2) 07:24:06 (4/33) Installing gdbm (1.13-r1) 07:24:06 (5/33) Installing xz-libs (5.2.5-r0) 07:24:06 (6/33) Installing sqlite-libs (3.32.1-r0) 07:24:06 (7/33) Installing python3 (3.8.5-r0) 07:24:07 (8/33) Installing py3-appdirs (1.4.4-r1) 07:24:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:24:07 (10/33) Installing py3-parsing (2.4.7-r0) 07:24:07 (11/33) Installing py3-six (1.15.0-r0) 07:24:07 (12/33) Installing py3-packaging (20.4-r0) 07:24:07 (13/33) Installing py3-setuptools (47.0.0-r0) 07:24:07 (14/33) Installing py3-chardet (3.0.4-r4) 07:24:07 (15/33) Installing py3-idna (2.9-r0) 07:24:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:24:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:24:07 (18/33) Installing py3-requests (2.23.0-r0) 07:24:07 (19/33) Installing py3-msgpack (1.0.0-r0) 07:24:07 (20/33) Installing py3-lockfile (0.12.2-r3) 07:24:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:24:07 (22/33) Installing py3-colorama (0.4.3-r0) 07:24:07 (23/33) Installing py3-distlib (0.3.0-r0) 07:24:07 (24/33) Installing py3-distro (1.5.0-r1) 07:24:07 (25/33) Installing py3-webencodings (0.5.1-r3) 07:24:07 (26/33) Installing py3-html5lib (1.0.1-r4) 07:24:07 (27/33) Installing py3-pytoml (0.1.21-r0) 07:24:07 (28/33) Installing py3-pep517 (0.8.2-r0) 07:24:07 (29/33) Installing py3-progress (1.5-r0) 07:24:07 (30/33) Installing py3-toml (0.10.1-r0) 07:24:07 (31/33) Installing py3-retrying (1.3.3-r0) 07:24:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:24:07 (33/33) Installing py3-pip (20.1.1-r0) 07:24:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:24:08 Executing busybox-1.31.1-r16.trigger 07:24:08 OK: 71 MiB in 55 packages 07:24: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 07:24:15 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 07:24:18 Removing intermediate container 540d6fbe3617 07:24:18 ---> 8f869c08971e 07:24:18 Step 21/26 : RUN pip install docker-compose==1.23.2 07:24:18 ---> Running in fd8eb82b372d 07:24:19 Collecting docker-compose==1.23.2 07:24:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:24:19 Collecting docker<4.0,>=3.6.0 07:24:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:24:19 Collecting texttable<0.10,>=0.9.0 07:24:19 Downloading texttable-0.9.1.tar.gz (11 kB) 07:24:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:24:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:24:20 Collecting dockerpty<0.5,>=0.4.1 07:24:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:24:20 Collecting cached-property<2,>=1.2.0 07:24:20 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 07:24:20 Collecting jsonschema<3,>=2.5.1 07:24:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:24:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:24:20 Collecting PyYAML<4,>=3.10 07:24:20 Downloading PyYAML-3.13.tar.gz (270 kB) 07:24:21 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 07:24:21 Collecting websocket-client<1.0,>=0.32.0 07:24:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:24:21 Collecting docopt<0.7,>=0.6.1 07:24:21 Downloading docopt-0.6.2.tar.gz (25 kB) 07:24:22 Collecting docker-pycreds>=0.4.0 07:24:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:24:22 Collecting urllib3<1.25,>=1.21.1 07:24:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:24:22 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) 07:24:22 Collecting idna<2.8,>=2.5 07:24:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:24:22 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) 07:24:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:24:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:24:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:24:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:24:22 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, cached-property, jsonschema, PyYAML, docopt, docker-compose 07:24:23 Attempting uninstall: urllib3 07:24:23 Found existing installation: urllib3 1.25.9 07:24:23 Uninstalling urllib3-1.25.9: 07:24:23 Successfully uninstalled urllib3-1.25.9 07:24:23 Attempting uninstall: idna 07:24:23 Found existing installation: idna 2.9 07:24:23 Uninstalling idna-2.9: 07:24:23 Successfully uninstalled idna-2.9 07:24:23 Attempting uninstall: requests 07:24:23 Found existing installation: requests 2.23.0 07:24:23 Uninstalling requests-2.23.0: 07:24:23 Successfully uninstalled requests-2.23.0 07:24:23 Running setup.py install for texttable: started 07:24:24 Running setup.py install for texttable: finished with status 'done' 07:24:24 Running setup.py install for dockerpty: started 07:24:24 Running setup.py install for dockerpty: finished with status 'done' 07:24:24 Running setup.py install for PyYAML: started 07:24:25 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 07:24:25 Running setup.py install for PyYAML: finished with status 'done' 07:24:25 Running setup.py install for docopt: started 07:24:25 Running setup.py install for docopt: finished with status 'done' 07:24:25 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 07:24:28 Removing intermediate container fd8eb82b372d 07:24:28 ---> 3a5ca8ba55a7 07:24:28 Step 22/26 : RUN apk --no-cache add curl 07:24:28 ---> Running in c54afb7515fc 07:24:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:24:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:24:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:24:29 (2/3) Installing libcurl (7.69.1-r0) 07:24:29 (3/3) Installing curl (7.69.1-r0) 07:24:29 Executing busybox-1.31.1-r16.trigger 07:24:29 OK: 72 MiB in 58 packages 07:24:29 Removing intermediate container c54afb7515fc 07:24:29 ---> e10fc9aa7b14 07:24:29 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:24:29 ---> Running in c3fa9d683c86 07:24:29 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 07:24:29 Removing intermediate container c3fa9d683c86 07:24:29 ---> 2b47d0c5ad66 07:24:29 Step 24/26 : LABEL arch=x86_64 07:24:29 ---> Running in bf75ab778d5f 07:24:30 Removing intermediate container bf75ab778d5f 07:24:30 ---> da82893721c2 07:24:30 Step 25/26 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:24:30 ---> Running in 57fba2a279cd 07:24:30 Removing intermediate container 57fba2a279cd 07:24:30 ---> 9c22afac2108 07:24:30 Step 26/26 : LABEL version=0.0.0 07:24:30 ---> Running in cec85a4b42b5 07:24:30 Removing intermediate container cec85a4b42b5 07:24:30 ---> d46fd184c8cb 07:24:30 07:24:30 Successfully built d46fd184c8cb 07:24:30 Successfully tagged docker-sys-mgmt-agent-go:latest 07:24:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:24:32 $ docker stop --time=1 bdaef92a45fc4370b9a31aeb384442da8c44dadf4141e8f893bb5cbf98c6710e 07:24:33 $ docker rm -f bdaef92a45fc4370b9a31aeb384442da8c44dadf4141e8f893bb5cbf98c6710e [Pipeline] // withDockerContainer [Pipeline] sh 07:24:34 + docker images 07:24:34 + grep docker 07:24:34 docker-sys-mgmt-agent-go latest d46fd184c8cb 4 seconds ago 284MB 07:24:34 docker-support-notifications-go latest 1fdd06b58dae 29 seconds ago 14.4MB 07:24:34 docker-core-command-go latest 19a36e5444d2 42 seconds ago 13MB 07:24:34 docker-support-logging-go latest a95639b1e7ad 43 seconds ago 11.8MB 07:24:34 docker-support-scheduler-go latest cbf1feca3944 43 seconds ago 13.1MB 07:24:34 docker-security-secretstore-setup-go latest df74e44830a9 2 minutes ago 33.9MB 07:24:34 docker-core-data-go latest 03a38707ed34 2 minutes ago 23.8MB 07:24:34 docker-security-secrets-setup-go latest 50eaa60cb63d 2 minutes ago 25.1MB 07:24:34 docker-core-metadata-go latest 20b0cce2b055 2 minutes ago 14.4MB 07:24:34 docker-security-proxy-setup-go latest a67b9b88a72f 2 minutes ago 16.4MB 07:24:34 docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:24:35 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 07:24:39 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 07:24:43 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] } 07:24:47 $ docker stop --time=1 09fb375acf9ae3d2d3317361536657fbfe6909f2f2e933886dfb7b8960338056 07:24:50 $ docker rm -f 09fb375acf9ae3d2d3317361536657fbfe6909f2f2e933886dfb7b8960338056 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:24:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:52 07:24:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:24:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:52 latest: Pulling from edgex-devops/edgex-compose-arm64 07:24:52 29e5d40040c1: Pulling fs layer 07:24:52 1ce36da41761: Pulling fs layer 07:24:52 25b303627fd3: Pulling fs layer 07:24:52 29e5d40040c1: Verifying Checksum 07:24:52 29e5d40040c1: Download complete 07:24:53 29e5d40040c1: Pull complete 07:24:54 1ce36da41761: Verifying Checksum 07:24:54 1ce36da41761: Download complete 07:24:55 25b303627fd3: Verifying Checksum 07:24:55 25b303627fd3: Download complete 07:24:55 1ce36da41761: Pull complete 07:25:05 25b303627fd3: Pull complete 07:25:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:25:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:25:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:25:05 prd-ubuntu18.04-docker-arm64-4c-16g-1544 does not seem to be running inside a container 07:25:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 07:25:09 $ docker top b3bfced6d124a905916fa06f73f3216d504e81f834fb4bd26ad53dfdc8ed9e24 -eo pid,comm [Pipeline] { [Pipeline] sh 07:25:10 + docker-compose build --help 07:25:10 + grep parallel 07:25:13 --parallel Build images in parallel. [Pipeline] } 07:25:14 $ docker stop --time=1 b3bfced6d124a905916fa06f73f3216d504e81f834fb4bd26ad53dfdc8ed9e24 07:25:16 $ docker rm -f b3bfced6d124a905916fa06f73f3216d504e81f834fb4bd26ad53dfdc8ed9e24 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:25:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:25:17 . [Pipeline] withDockerContainer 07:25:17 prd-ubuntu18.04-docker-arm64-4c-16g-1544 does not seem to be running inside a container 07:25:17 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 07:25:18 $ docker top 7e0edf278e7d53c7107914e7eea5c0bae37ffc108855999fd6ebc151fdeb6b2a -eo pid,comm [Pipeline] { [Pipeline] sh 07:25:19 + docker-compose -f ./docker-compose-build.yml build --parallel 07:25:23 Building docker-core-command-go ... 07:25:23 Building docker-core-data-go ... 07:25:23 Building docker-core-metadata-go ... 07:25:23 Building docker-security-proxy-setup-go ... 07:25:23 Building docker-security-secrets-setup-go ... 07:25:23 Building docker-security-secretstore-setup-go ... 07:25:23 Building docker-support-logging-go ... 07:25:23 Building docker-support-notifications-go ... 07:25:23 Building docker-support-scheduler-go ... 07:25:23 Building docker-sys-mgmt-agent-go ... 07:25:23 Building docker-security-secretstore-setup-go 07:25:23 Building docker-core-command-go 07:25:23 Building docker-security-secrets-setup-go 07:25:23 Building docker-support-notifications-go 07:25:23 Building docker-sys-mgmt-agent-go 07:27:29 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 07:27:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:27:29 ---> 6e42d3d0f50f 07:27:29 Step 3/26 : WORKDIR /edgex-go 07:27:29 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 07:27:29 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:27:29 ---> 6e42d3d0f50f 07:27:29 Step 3/29 : WORKDIR /edgex-go 07:27:29 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:27:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:27:29 ---> 6e42d3d0f50f 07:27:29 Step 3/21 : WORKDIR /edgex-go 07:27:29 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 07:27:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:27:29 ---> 6e42d3d0f50f 07:27:29 Step 3/23 : WORKDIR /edgex-go 07:27:29 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 07:27:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:27:29 ---> 6e42d3d0f50f 07:27:29 Step 3/26 : WORKDIR /edgex-go 07:27:29 ---> Running in ed955ab47dfe 07:27:29 ---> Running in 7dac778dfaac 07:27:29 ---> Running in 531efb8e6830 07:27:29 ---> Running in b684ce9ecf7d 07:27:29 ---> Running in b4df9c993819 07:27:29 Removing intermediate container 531efb8e6830 07:27:29 ---> 44f08926eefa 07:27:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:29 Removing intermediate container b684ce9ecf7d 07:27:29 ---> 4dd6167b49a1 07:27:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:29 Removing intermediate container 7dac778dfaac 07:27:29 Removing intermediate container b4df9c993819 07:27:29 ---> b131095156e4 07:27:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:29 ---> a481261e103b 07:27:29 Step 4/29 : RUN apk update && apk add make git 07:27:29 Removing intermediate container ed955ab47dfe 07:27:29 ---> 2b964b24d256 07:27:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:29 ---> Running in 44a3b768a735 07:27:29 ---> Running in 9d88fc7986a3 07:27:29 ---> Running in 7452390805e0 07:27:29 ---> Running in 25e84cb48520 07:27:29 ---> Running in 68b0c9b1f389 07:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:27:29 Removing intermediate container 44a3b768a735 07:27:29 ---> bd402279877a 07:27:29 Step 5/26 : RUN apk update && apk add make git 07:27:29 ---> Running in 54f81cd52bc6 07:27:29 Removing intermediate container 9d88fc7986a3 07:27:29 ---> 1aa017dca009 07:27:29 Step 5/21 : RUN apk update && apk add make git 07:27:29 Removing intermediate container 7452390805e0 07:27:29 ---> 640525c6d194 07:27:29 Step 5/26 : RUN apk update && apk add make bash git 07:27:29 ---> Running in c33c7eb46f0b 07:27:29 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:27:29 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:27:29 OK: 12620 distinct packages available 07:27:29 ---> Running in f31c354ff932 07:27:29 Removing intermediate container 68b0c9b1f389 07:27:29 ---> 369fc9be154a 07:27:29 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 07:27:29 ---> Running in 6f6b4527ea15 07:27:29 OK: 217 MiB in 51 packages 07:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:27:29 Removing intermediate container 25e84cb48520 07:27:29 ---> fdbf2394839b 07:27:29 Step 5/29 : COPY go.mod . 07:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:27:29 ---> 1846142e1ff7 07:27:29 Step 6/29 : RUN go mod download 07:27:29 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:27:29 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:27:29 OK: 12620 distinct packages available 07:27:29 ---> Running in 54815ccd04f6 07:27:29 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:27:29 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:27:29 OK: 12620 distinct packages available 07:27:29 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:27:29 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:27:29 OK: 12620 distinct packages available 07:27:29 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:27:29 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:27:29 OK: 12620 distinct packages available 07:27:29 OK: 217 MiB in 51 packages 07:27:30 OK: 217 MiB in 51 packages 07:27:30 OK: 217 MiB in 51 packages 07:27:30 OK: 217 MiB in 51 packages 07:27:32 Removing intermediate container 54f81cd52bc6 07:27:32 ---> 8f02ceeaeb29 07:27:32 Step 6/26 : COPY go.mod . 07:27:32 Removing intermediate container c33c7eb46f0b 07:27:32 ---> eed3cf53e880 07:27:32 Step 6/21 : COPY go.mod . 07:27:32 Removing intermediate container f31c354ff932 07:27:32 ---> fb6febca3eae 07:27:32 Step 6/26 : COPY go.mod . 07:27:32 Removing intermediate container 6f6b4527ea15 07:27:32 ---> 44238bc8c176 07:27:32 Step 6/23 : COPY go.mod . 07:27:33 ---> e1c9b5b6c3fa 07:27:33 Step 7/26 : RUN go mod download 07:27:33 ---> Running in 12b4cf07ec9c 07:27:33 ---> d7b826b30150 07:27:33 Step 7/21 : RUN go mod download 07:27:33 ---> 46d28db9f687 07:27:33 Step 7/26 : RUN go mod download 07:27:33 Removing intermediate container 54815ccd04f6 07:27:33 ---> 462d95c5d33d 07:27:33 Step 7/29 : COPY . . 07:27:33 ---> Running in a770dbdd752f 07:27:33 ---> 474396b68fa7 07:27:33 Step 7/23 : RUN go mod download 07:27:33 ---> Running in c525f26017c8 07:27:34 ---> Running in 1436bac45d29 07:27:40 Removing intermediate container 12b4cf07ec9c 07:27:40 ---> 46c65b3677df 07:27:40 Step 8/26 : COPY . . 07:27:41 Removing intermediate container a770dbdd752f 07:27:41 ---> f80e07d0313d 07:27:41 Step 8/21 : COPY . . 07:27:42 Removing intermediate container c525f26017c8 07:27:42 ---> 1df989ee2eef 07:27:42 Step 8/26 : COPY . . 07:27:43 Removing intermediate container 1436bac45d29 07:27:43 ---> 15a21f47c38f 07:27:43 Step 8/23 : COPY . . 07:28:10 ---> b5296542bb0e 07:28:10 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:28:10 ---> 5f24587607a6 07:28:10 Step 9/21 : RUN make cmd/core-command/core-command 07:28:10 ---> 00f0e426ff8b 07:28:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:28:10 ---> Running in bb72027abdd2 07:28:10 ---> 183f153718d5 07:28:10 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 07:28:10 ---> 564f4565eabd 07:28:10 Step 9/23 : RUN make cmd/support-notifications/support-notifications 07:28:10 ---> Running in be51bc827885 07:28:10 ---> Running in 756769d47e2d 07:28:10 ---> Running in 9b2f6a710511 07:28:10 ---> Running in 073d939970f9 07:28:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:28:12 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 07:28:12 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 07:28:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:28:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:29:34 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 07:29:34 Removing intermediate container bb72027abdd2 07:29:34 ---> a9195aa7fa6a 07:29:34 07:29:34 Step 9/29 : FROM alpine:latest 07:29:34 latest: Pulling from library/alpine 07:29:34 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 07:29:34 Status: Downloaded newer image for alpine:latest 07:29:34 ---> 62ee0e9f8440 07:29:34 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:29:34 ---> Running in 5bba935ae6d7 07:29:34 Removing intermediate container 5bba935ae6d7 07:29:34 ---> 6f1bc580e2be 07:29:34 Step 11/29 : USER root 07:29:34 ---> Running in 985e2eca277a 07:29:34 Removing intermediate container 985e2eca277a 07:29:34 ---> fdd5b8fa0afb 07:29:34 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:29:34 ---> Running in 15375c5a14c1 07:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:38 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:29:38 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:29:38 OK: 12620 distinct packages available 07:29:39 (1/2) Installing ca-certificates (20191127-r4) 07:29:39 (2/2) Installing dumb-init (1.2.2-r1) 07:29:39 Executing busybox-1.31.1-r16.trigger 07:29:39 Executing ca-certificates-20191127-r4.trigger 07:29:39 OK: 6 MiB in 16 packages 07:29:40 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 07:29:42 Removing intermediate container 15375c5a14c1 07:29:42 ---> 247f30d6f1fe 07:29:42 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:29:42 ---> Running in 7279d129abc6 07:29:43 Removing intermediate container 7279d129abc6 07:29:43 ---> aa0e511d3f04 07:29:43 Step 14/29 : WORKDIR $BASE_DIR 07:29:44 ---> Running in 61603eef2fef 07:29:44 Removing intermediate container 61603eef2fef 07:29:44 ---> bea5def871b1 07:29:44 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:29:45 ---> Running in 4d2a5b9847d8 07:29:48 Removing intermediate container be51bc827885 07:29:48 ---> a4d7630370aa 07:29:48 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:29:48 ---> Running in 84a617a50a5b 07:29:50 Removing intermediate container 4d2a5b9847d8 07:29:50 ---> 4dd87dd58570 07:29:50 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:29:51 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 07:29:53 ---> 6b0363572e7d 07:29:53 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:29:55 ---> b349517e254d 07:29:55 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:29:55 Removing intermediate container 073d939970f9 07:29:55 ---> 0a44de2ec445 07:29:55 07:29:55 Step 10/26 : FROM alpine:3.10 07:29:55 3.10: Pulling from library/alpine 07:29:56 ---> 0d5b2af04928 07:29:56 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:29:58 Removing intermediate container 84a617a50a5b 07:29:58 ---> 68af09e17376 07:29:58 07:29:58 Step 11/26 : FROM docker:latest 07:29:58 ---> ce9d55ae87f1 07:29:58 Step 12/26 : RUN apk add --no-cache bash 07:29:58 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:29:58 Status: Downloaded newer image for alpine:3.10 07:29:58 ---> 536a684cf733 07:29:58 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:29:58 ---> Running in f59ff40a7618 07:29:58 ---> 0e755674ea54 07:29:58 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 07:29:58 ---> Running in cf7fa13b81b1 07:29:59 ---> 08ffe514330d 07:29:59 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:29:59 ---> Running in 8ac0a7eaca07 07:30:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:30:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 07:30:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 07:30:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:30:02 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:30:02 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:30:02 OK: 10167 distinct packages available 07:30:02 (1/2) Installing readline (8.0.4-r0) 07:30:02 (2/2) Installing bash (5.0.17-r0) 07:30:02 Executing bash-5.0.17-r0.post-install 07:30:02 Executing busybox-1.31.1-r16.trigger 07:30:02 (1/5) Installing ca-certificates (20191127-r2) 07:30:02 OK: 12 MiB in 22 packages 07:30:02 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:30:02 (3/5) Installing libcurl (7.66.0-r0) 07:30:03 (4/5) Installing curl (7.66.0-r0) 07:30:03 (5/5) Installing dumb-init (1.2.2-r1) 07:30:03 Executing busybox-1.30.1-r3.trigger 07:30:03 Executing ca-certificates-20191127-r2.trigger 07:30:03 OK: 7 MiB in 19 packages 07:30:04 Removing intermediate container 756769d47e2d 07:30:04 ---> c730b51e5119 07:30:04 07:30:04 Step 10/21 : FROM scratch 07:30:04 ---> 07:30:04 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:30:04 Removing intermediate container 9b2f6a710511 07:30:04 ---> 415359b25ff0 07:30:04 07:30:04 Step 10/23 : FROM scratch 07:30:04 ---> 07:30:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:30:04 ---> Running in 792593f2f7b8 07:30:04 ---> Running in 9fa12483b32a 07:30:04 Removing intermediate container 8ac0a7eaca07 07:30:04 ---> 16cbd423c3a7 07:30:04 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:30:05 Removing intermediate container f59ff40a7618 07:30:05 ---> 7e951330ecb5 07:30:05 Step 13/26 : RUN rm -rf /var/cache/apk/* 07:30:05 Removing intermediate container 792593f2f7b8 07:30:05 ---> 9c6f7c142687 07:30:05 Step 12/23 : ENV APP_PORT=48060 07:30:05 Removing intermediate container 9fa12483b32a 07:30:05 ---> 5e8be2c214b5 07:30:05 Step 12/21 : ENV APP_PORT=48082 07:30:05 ---> Running in 86218a2b01ec 07:30:05 ---> Running in 1ef0b6b18f2c 07:30:05 ---> Running in 7af2f7460886 07:30:05 Removing intermediate container cf7fa13b81b1 07:30:05 ---> be6fb6783345 07:30:05 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:30:05 ---> 507afcfe8c4c 07:30:05 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:30:05 ---> Running in e57696d3dcb9 07:30:06 ---> Running in c8b5e0df1d3d 07:30:06 Removing intermediate container 1ef0b6b18f2c 07:30:06 ---> 2da52bb77586 07:30:06 Removing intermediate container 7af2f7460886 07:30:06 ---> dbda377c7834 07:30:06 Step 13/21 : EXPOSE $APP_PORT 07:30:06 Step 13/23 : EXPOSE $APP_PORT 07:30:06 ---> Running in 8a643ead581e 07:30:06 ---> Running in e1b1dbecf33c 07:30:06 Removing intermediate container e57696d3dcb9 07:30:06 ---> 787ddad7418d 07:30:06 Step 13/26 : WORKDIR / 07:30:06 ---> Running in f4c1df4d66b0 07:30:07 Removing intermediate container 8a643ead581e 07:30:07 ---> 743bb7e300f5 07:30:07 Step 14/21 : WORKDIR / 07:30:07 Removing intermediate container e1b1dbecf33c 07:30:07 ---> 92e73d65de58 07:30:07 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 07:30:07 ---> Running in 45876ed335a7 07:30:07 Removing intermediate container f4c1df4d66b0 07:30:07 ---> 48a6fa2687fa 07:30:07 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:30:07 Removing intermediate container 45876ed335a7 07:30:07 ---> 3580b7773824 07:30:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:30:08 ---> c8d278ec4ee5 07:30:08 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:30:08 ---> 3d67c364986b 07:30:08 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:30:09 ---> 54b0a58e44f0 07:30:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:30:09 Removing intermediate container 86218a2b01ec 07:30:09 ---> 647e03dcdeaa 07:30:09 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:30:09 ---> Running in 966ad31dbb9a 07:30:09 Removing intermediate container c8b5e0df1d3d 07:30:09 ---> 8d6a04873ec7 07:30:09 Step 24/29 : RUN chmod 755 security-secrets-setup 07:30:09 ---> b34b21c9a203 07:30:09 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 07:30:09 ---> Running in 7bd1741b75db 07:30:10 ---> ac66b2d867aa 07:30:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:30:10 Removing intermediate container 966ad31dbb9a 07:30:10 ---> 1ab9a5ebff58 07:30:10 Step 15/26 : ENV APP_PORT=48090 07:30:10 ---> Running in 070ca968ee51 07:30:11 ---> d7be045b307f 07:30:11 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:30:11 ---> 9eb5aa7095d3 07:30:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 07:30:11 Removing intermediate container 070ca968ee51 07:30:11 ---> 4d199406792a 07:30:11 Step 16/26 : EXPOSE $APP_PORT 07:30:11 ---> 8394719b1c75 07:30:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:30:11 ---> Running in c469d0042794 07:30:12 ---> 160bdb1eaa27 07:30:12 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:30:12 ---> Running in 3c64e560c4c2 07:30:12 Removing intermediate container c469d0042794 07:30:12 ---> efa1d8d3ea10 07:30:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:30:12 ---> fdee7a222870 07:30:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:30:12 ---> 03b7fb4c6942 07:30:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:30:13 Removing intermediate container 3c64e560c4c2 07:30:13 ---> ac873220dfdb 07:30:13 Step 19/21 : LABEL arch=arm64 07:30:13 ---> Running in 0ee6bb8bfcbf 07:30:14 Removing intermediate container 7bd1741b75db 07:30:14 ---> bac5bdb1b262 07:30:14 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:30:14 ---> 54e7267ed273 07:30:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:30:14 ---> Running in b9cc165c5598 07:30:14 ---> 59b0e8925c18 07:30:14 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:30:14 Removing intermediate container 0ee6bb8bfcbf 07:30:14 ---> e5e1641f7f5a 07:30:14 Step 20/21 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:30:14 ---> 4590324c3b08 07:30:14 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:30:14 ---> Running in 9a9d0ee80926 07:30:15 Removing intermediate container b9cc165c5598 07:30:15 ---> 746aade2ac7e 07:30:15 Step 26/29 : CMD [ "generate" ] 07:30:15 ---> Running in 2eb3b5597fa6 07:30:15 Removing intermediate container 9a9d0ee80926 07:30:15 ---> 149b9ea2168a 07:30:15 Step 21/21 : LABEL version=0.0.0 07:30:15 ---> 28dbacb69e85 07:30:15 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:30:15 ---> 183afb7e2280 07:30:15 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:30:16 ---> Running in d2bb8a605915 07:30:16 ---> Running in af2c5c1840f9 07:30:16 ---> 61fc72de7ace 07:30:16 Removing intermediate container 2eb3b5597fa6 07:30:16 ---> cfdd5f98e063 07:30:16 Step 27/29 : LABEL arch=arm64 07:30:16 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 07:30:16 Removing intermediate container d2bb8a605915 07:30:16 ---> dd548e48dd55 07:30:16 07:30:16 ---> Running in e8ee94c01c43 07:30:17 Removing intermediate container af2c5c1840f9 07:30:17 ---> 84e989efba98 07:30:17 Step 21/23 : LABEL arch=arm64 07:30:17 ---> affe1912202d 07:30:17 Step 20/26 : RUN apk --no-cache add py-pip 07:30:17 Successfully built dd548e48dd55 07:30:17 Successfully tagged docker-core-command-go-arm64:latest 07:30:17  Building docker-core-command-go ... done Building docker-core-metadata-go 07:30:17 ---> Running in c583e9952b78 07:30:17 ---> Running in 73a91d7ff0cb 07:30:17 Removing intermediate container e8ee94c01c43 07:30:17 ---> 82470db9b7f0 07:30:17 Step 28/29 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:30:18 ---> Running in 894cbee8aa80 07:30:18 Removing intermediate container c583e9952b78 07:30:18 ---> 6ef0b0f7a7ef 07:30:18 Step 22/23 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:30:18 ---> 231632ba609a 07:30:18 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:30:18 ---> Running in 18edbfd035d3 07:30:19 Removing intermediate container 894cbee8aa80 07:30:19 ---> 795e6a9607fa 07:30:19 Step 29/29 : LABEL version=0.0.0 07:30:19 Removing intermediate container 18edbfd035d3 07:30:19 ---> 63dd682af49b 07:30:19 Step 23/23 : LABEL version=0.0.0 07:30:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:30:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:30:20 ---> Running in c15e27d92953 07:30:20 ---> 41bc9559fd56 07:30:20 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:30:20 ---> Running in 755c41c93520 07:30:20 (1/33) Installing libbz2 (1.0.8-r1) 07:30:20 (2/33) Installing expat (2.2.9-r1) 07:30:20 (3/33) Installing libffi (3.3-r2) 07:30:20 (4/33) Installing gdbm (1.13-r1) 07:30:20 (5/33) Installing xz-libs (5.2.5-r0) 07:30:20 (6/33) Installing sqlite-libs (3.32.1-r0) 07:30:20 (7/33) Installing python3 (3.8.5-r0) 07:30:21 ---> Running in 0cb7db464b77 07:30:22 Removing intermediate container c15e27d92953 07:30:22 ---> 9551165c6fca 07:30:22 07:30:22 (8/33) Installing py3-appdirs (1.4.4-r1) 07:30:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:30:22 (10/33) Installing py3-parsing (2.4.7-r0) 07:30:22 (11/33) Installing py3-six (1.15.0-r0) 07:30:22 (12/33) Installing py3-packaging (20.4-r0) 07:30:22 (13/33) Installing py3-setuptools (47.0.0-r0) 07:30:22 Removing intermediate container 755c41c93520 07:30:22 ---> a725188631cc 07:30:22 07:30:22 (14/33) Installing py3-chardet (3.0.4-r4) 07:30:22 (15/33) Installing py3-idna (2.9-r0) 07:30:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:30:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:30:22 (18/33) Installing py3-requests (2.23.0-r0) 07:30:22 (19/33) Installing py3-msgpack (1.0.0-r0) 07:30:22 (20/33) Installing py3-lockfile (0.12.2-r3) 07:30:22 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:30:22 (22/33) Installing py3-colorama (0.4.3-r0) 07:30:22 (23/33) Installing py3-distlib (0.3.0-r0) 07:30:22 (24/33) Installing py3-distro (1.5.0-r1) 07:30:22 (25/33) Installing py3-webencodings (0.5.1-r3) 07:30:22 (26/33) Installing py3-html5lib (1.0.1-r4) 07:30:22 Successfully built 9551165c6fca 07:30:22 Successfully tagged docker-security-secrets-setup-go-arm64:latest 07:30:22  Building docker-security-secrets-setup-go ... done Building docker-core-data-go 07:30:22 (27/33) Installing py3-pytoml (0.1.21-r0) 07:30:22 (28/33) Installing py3-pep517 (0.8.2-r0) 07:30:22 (29/33) Installing py3-progress (1.5-r0) 07:30:22 (30/33) Installing py3-toml (0.10.1-r0) 07:30:22 (31/33) Installing py3-retrying (1.3.3-r0) 07:30:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:30:22 (33/33) Installing py3-pip (20.1.1-r0) 07:30:22 Successfully built a725188631cc 07:30:23 Successfully tagged docker-support-notifications-go-arm64:latest 07:30:23  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 07:30:23 Executing busybox-1.31.1-r16.trigger 07:30:23 OK: 71 MiB in 55 packages 07:30:28 Removing intermediate container 0cb7db464b77 07:30:28 ---> cc60735823fc 07:30:28 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:30:29 ---> Running in 62fa4a9f3426 07:30:30 Removing intermediate container 62fa4a9f3426 07:30:30 ---> 881c210a917a 07:30:30 Step 24/26 : LABEL arch=arm64 07:30:30 Removing intermediate container 73a91d7ff0cb 07:30:30 ---> 0238187c00a6 07:30:30 Step 21/26 : RUN pip install docker-compose==1.23.2 07:30:31 ---> Running in 7e2a865158a9 07:30:31 ---> Running in 83019282e106 07:30:32 Removing intermediate container 83019282e106 07:30:32 ---> 42b60c41414e 07:30:32 Step 25/26 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:30:33 ---> Running in 0b7458c17d0e 07:30:34 Removing intermediate container 0b7458c17d0e 07:30:34 ---> a2f50bd52e64 07:30:34 Step 26/26 : LABEL version=0.0.0 07:30:35 ---> Running in 5b0ffb2533ad 07:30:36 Removing intermediate container 5b0ffb2533ad 07:30:36 ---> d16ad38daca0 07:30:36 07:30:37 Successfully built d16ad38daca0 07:30:37 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:30:37 Building docker-support-logging-go 07:30:37  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 07:30:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:30:38 Collecting docker<4.0,>=3.6.0 07:30:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:30:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:30:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:30:40 Collecting jsonschema<3,>=2.5.1 07:30:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:30:41 Collecting websocket-client<1.0,>=0.32.0 07:30:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:30:42 Collecting docopt<0.7,>=0.6.1 07:30:42 Downloading docopt-0.6.2.tar.gz (25 kB) 07:30:44 Collecting texttable<0.10,>=0.9.0 07:30:44 Downloading texttable-0.9.1.tar.gz (11 kB) 07:30:46 Collecting dockerpty<0.5,>=0.4.1 07:30:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:30:48 Collecting PyYAML<4,>=3.10 07:30:48 Downloading PyYAML-3.13.tar.gz (270 kB) 07:30:53 Collecting cached-property<2,>=1.2.0 07:30:53 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 07:30:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:30:53 Collecting docker-pycreds>=0.4.0 07:30:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:30:53 Collecting urllib3<1.25,>=1.21.1 07:30:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:30:53 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) 07:30:53 Collecting idna<2.8,>=2.5 07:30:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:30:54 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) 07:30:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:30:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:30:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:30:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:30:55 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docopt, texttable, dockerpty, PyYAML, cached-property, docker-compose 07:30:55 Attempting uninstall: urllib3 07:30:55 Found existing installation: urllib3 1.25.9 07:30:55 Uninstalling urllib3-1.25.9: 07:30:55 Successfully uninstalled urllib3-1.25.9 07:30:56 Attempting uninstall: idna 07:30:56 Found existing installation: idna 2.9 07:30:56 Uninstalling idna-2.9: 07:30:56 Successfully uninstalled idna-2.9 07:30:57 Attempting uninstall: requests 07:30:57 Found existing installation: requests 2.23.0 07:30:57 Uninstalling requests-2.23.0: 07:30:57 Successfully uninstalled requests-2.23.0 07:30:59 Running setup.py install for docopt: started 07:31:01 Running setup.py install for docopt: finished with status 'done' 07:31:01 Running setup.py install for texttable: started 07:31:03 Running setup.py install for texttable: finished with status 'done' 07:31:03 Running setup.py install for dockerpty: started 07:31:04 Running setup.py install for dockerpty: finished with status 'done' 07:31:04 Running setup.py install for PyYAML: started 07:31:07 Running setup.py install for PyYAML: finished with status 'done' 07:31:11 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 07:31:16 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:31:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:31:16 ---> 6e42d3d0f50f 07:31:16 Step 3/21 : WORKDIR /edgex-go 07:31:16 ---> Using cache 07:31:16 ---> 2b964b24d256 07:31:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:16 ---> Using cache 07:31:16 ---> 369fc9be154a 07:31:16 Step 5/21 : RUN apk update && apk add make git 07:31:19 ---> Running in b1aa9c7a1c63 07:31:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:23 Removing intermediate container 7e2a865158a9 07:31:23 ---> 5738ea2e1b1e 07:31:23 Step 22/26 : RUN apk --no-cache add curl 07:31:23 ---> Running in 5c94c8ce387e 07:31:24 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:31:24 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:31:24 OK: 12620 distinct packages available 07:31:25 OK: 217 MiB in 51 packages 07:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:31:26 (2/3) Installing libcurl (7.69.1-r0) 07:31:26 (3/3) Installing curl (7.69.1-r0) 07:31:26 Executing busybox-1.31.1-r16.trigger 07:31:26 OK: 71 MiB in 58 packages 07:31:27 Removing intermediate container b1aa9c7a1c63 07:31:27 ---> 37ef24b799d3 07:31:27 Step 6/21 : COPY go.mod . 07:31:28 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 07:31:28 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:31:28 ---> 6e42d3d0f50f 07:31:28 Step 3/20 : WORKDIR /edgex-go 07:31:28 ---> Using cache 07:31:28 ---> 2b964b24d256 07:31:28 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:28 ---> Using cache 07:31:28 ---> 369fc9be154a 07:31:28 Step 5/20 : RUN apk update && apk add make git 07:31:28 ---> Using cache 07:31:28 ---> 37ef24b799d3 07:31:28 Step 6/20 : COPY go.mod . 07:31:28 Removing intermediate container 5c94c8ce387e 07:31:28 ---> fb528303840b 07:31:28 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:31:28 ---> 678ea2c5c479 07:31:28 Step 7/21 : RUN go mod download 07:31:29 ---> Running in 42be65123c68 07:31:29 ---> Running in 3a7b26116e5b 07:31:29 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 07:31:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:31:29 ---> 6e42d3d0f50f 07:31:29 Step 3/22 : WORKDIR /edgex-go 07:31:29 ---> Using cache 07:31:29 ---> 2b964b24d256 07:31:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:29 ---> Using cache 07:31:29 ---> 369fc9be154a 07:31:29 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:31:29 ---> Running in e3ba37f96fdb 07:31:29 ---> 3462031886a7 07:31:29 Step 7/20 : RUN go mod download 07:31:29 ---> Running in 5c46e448c296 07:31:29 Removing intermediate container 42be65123c68 07:31:29 ---> 3dc6b14d45c4 07:31:29 Step 24/26 : LABEL arch=arm64 07:31:30 ---> Running in 3eaab71028f3 07:31:31 Removing intermediate container 3eaab71028f3 07:31:31 ---> d600652c93e5 07:31:31 Step 25/26 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:31:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:31 ---> Running in 4144ce426a32 07:31:32 Removing intermediate container 4144ce426a32 07:31:32 ---> 480f06f488ea 07:31:32 Step 26/26 : LABEL version=0.0.0 07:31:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:33 ---> Running in e7255b069631 07:31:33 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:31:33 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:31:33 OK: 12620 distinct packages available 07:31:33 Removing intermediate container e7255b069631 07:31:33 ---> 4cfeff9a8e65 07:31:33 07:31:34 Removing intermediate container 3a7b26116e5b 07:31:34 ---> 5ba0b9f8b767 07:31:34 Step 8/21 : COPY . . 07:31:34 OK: 217 MiB in 51 packages 07:31:34 Successfully built 4cfeff9a8e65 07:31:34 Removing intermediate container 5c46e448c296 07:31:34 ---> dc062196c407 07:31:34 Step 8/20 : COPY . . 07:31:34 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:31:34  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go 07:31:37 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:31:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:31:37 ---> 6e42d3d0f50f 07:31:37 Step 3/21 : WORKDIR /edgex-go 07:31:37 ---> Using cache 07:31:37 ---> 2b964b24d256 07:31:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:37 ---> Using cache 07:31:37 ---> 369fc9be154a 07:31:37 Step 5/21 : RUN apk update && apk add make && apk add bash git 07:31:40 Removing intermediate container e3ba37f96fdb 07:31:40 ---> cee9eede0b5c 07:31:40 Step 6/22 : COPY go.mod . 07:31:42 ---> Running in 34fdfa570528 07:31:43 ---> 95d305f48f15 07:31:43 Step 7/22 : RUN go mod download 07:31:43 ---> Running in c362a4cbae3e 07:31:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:46 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:31:46 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:31:46 OK: 12620 distinct packages available 07:31:47 OK: 217 MiB in 51 packages 07:31:48 OK: 217 MiB in 51 packages 07:31:49 Removing intermediate container c362a4cbae3e 07:31:49 ---> 81b1943546dc 07:31:49 Step 8/22 : COPY . . 07:31:52 Removing intermediate container 34fdfa570528 07:31:52 ---> 013d2cca7c8f 07:31:52 Step 6/21 : COPY go.mod . 07:31:54 ---> 26890e03248d 07:31:54 Step 7/21 : RUN go mod download 07:31:55 ---> Running in 4b21e5b54621 07:31:59 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 07:31:59 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:31:59 ---> 6e42d3d0f50f 07:31:59 Step 3/20 : WORKDIR /edgex-go 07:31:59 ---> Using cache 07:31:59 ---> 2b964b24d256 07:31:59 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:59 ---> Using cache 07:31:59 ---> 369fc9be154a 07:31:59 Step 5/20 : RUN apk update && apk add make git 07:31:59 ---> Using cache 07:31:59 ---> 37ef24b799d3 07:31:59 Step 6/20 : COPY go.mod . 07:31:59 ---> Using cache 07:31:59 ---> 3462031886a7 07:31:59 Step 7/20 : RUN go mod download 07:31:59 ---> Using cache 07:31:59 ---> dc062196c407 07:31:59 Step 8/20 : COPY . . 07:32:01 Removing intermediate container 4b21e5b54621 07:32:01 ---> ac4e15ac28eb 07:32:01 Step 8/21 : COPY . . 07:32:01 ---> 434a86cf84ba 07:32:01 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 07:32:02 ---> 7ab4ee859bb9 07:32:02 Step 9/21 : RUN make cmd/core-metadata/core-metadata 07:32:02 ---> Running in 76a650068585 07:32:02 ---> Running in 19523ac62d9a 07:32:05 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 07:32:05 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 07:32:37 ---> ab36013ec33b 07:32:37 Step 9/22 : RUN make cmd/core-data/core-data 07:32:37 ---> Running in 08c3ddd0ee01 07:32:37 ---> 3f17d7ab6a2e 07:32:37 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 07:32:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:32:37 ---> Running in 359436aa1618 07:32:38 ---> e003e1f389d0 07:32:38 Step 9/21 : RUN make cmd/support-logging/support-logging 07:32:38 ---> Running in c88045c7b9e2 07:32:40 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 07:32:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 07:33:13 Removing intermediate container 76a650068585 07:33:13 ---> e69e881db370 07:33:13 07:33:13 Step 10/20 : FROM alpine 07:33:13 ---> 62ee0e9f8440 07:33:13 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:33:13 ---> Running in c39721e67ea4 07:33:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:33:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:33:13 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:33:13 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:33:13 OK: 12620 distinct packages available 07:33:14 (1/4) Installing ca-certificates (20191127-r4) 07:33:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:33:14 (3/4) Installing libcurl (7.69.1-r0) 07:33:14 (4/4) Installing curl (7.69.1-r0) 07:33:14 Executing busybox-1.31.1-r16.trigger 07:33:14 Executing ca-certificates-20191127-r4.trigger 07:33:15 OK: 7 MiB in 18 packages 07:33:17 Removing intermediate container c39721e67ea4 07:33:17 ---> d0994fce50c0 07:33:17 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:33:17 ---> Running in a5d2c159d09c 07:33:18 Removing intermediate container a5d2c159d09c 07:33:18 ---> 9c5117e91994 07:33:18 Step 13/20 : WORKDIR /edgex 07:33:18 ---> Running in e500aa44d70d 07:33:19 Removing intermediate container e500aa44d70d 07:33:19 ---> 57a36f112099 07:33:19 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:33:20 ---> dc93fc9ac4d3 07:33:20 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:33:22 ---> dca4f38cd140 07:33:22 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:33:22 ---> Running in e8cb2d4d5572 07:33:23 Removing intermediate container e8cb2d4d5572 07:33:23 ---> 337d90ebd56b 07:33:23 Step 17/20 : CMD ["--init=true"] 07:33:23 ---> Running in 52564e087778 07:33:23 Removing intermediate container 52564e087778 07:33:23 ---> 20fc8dfd13f9 07:33:23 Step 18/20 : LABEL arch=arm64 07:33:24 ---> Running in f890ad3af80c 07:33:24 Removing intermediate container f890ad3af80c 07:33:24 ---> aaf4c41ea939 07:33:24 Step 19/20 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:33:24 ---> Running in eeb112eed7df 07:33:25 Removing intermediate container eeb112eed7df 07:33:25 ---> 4e6dae25208a 07:33:25 Step 20/20 : LABEL version=0.0.0 07:33:25 ---> Running in ebe14c916cf6 07:33:26 Removing intermediate container ebe14c916cf6 07:33:26 ---> 85ae0f7329f1 07:33:26 07:33:26 Successfully built 85ae0f7329f1 07:33:27 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:33:53  Building docker-security-proxy-setup-go ... done Removing intermediate container 19523ac62d9a 07:33:53 ---> 01fe72602b0f 07:33:53 07:33:53 Step 10/21 : FROM scratch 07:33:53 ---> 07:33:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:33:53 ---> Using cache 07:33:53 ---> 5e8be2c214b5 07:33:53 Step 12/21 : ENV APP_PORT=48081 07:33:53 ---> Running in 024c6f4bfb62 07:33:53 Removing intermediate container 024c6f4bfb62 07:33:53 ---> 0e30b3bfdc77 07:33:53 Step 13/21 : EXPOSE $APP_PORT 07:33:53 ---> Running in d09bb9e22e60 07:33:53 Removing intermediate container d09bb9e22e60 07:33:53 ---> faeae04c5679 07:33:53 Step 14/21 : WORKDIR / 07:33:53 ---> Running in 2c122a3398bb 07:33:53 Removing intermediate container 2c122a3398bb 07:33:53 ---> 077e3c8e7df0 07:33:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:33:54 ---> c9d0a94f0447 07:33:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:33:56 ---> 7787f064e465 07:33:56 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:33:57 ---> 6b910230df2b 07:33:57 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:33:57 ---> Running in 0bf82f2fd280 07:33:58 Removing intermediate container 0bf82f2fd280 07:33:58 ---> 3ca7e5e8ece2 07:33:58 Step 19/21 : LABEL arch=arm64 07:33:58 ---> Running in 9ad4af6f07ca 07:33:59 Removing intermediate container 9ad4af6f07ca 07:33:59 ---> 039cd20d3200 07:33:59 Step 20/21 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:33:59 ---> Running in 62ee3a50a32d 07:34:00 Removing intermediate container 62ee3a50a32d 07:34:00 ---> f95aa5a11232 07:34:00 Step 21/21 : LABEL version=0.0.0 07:34:00 ---> Running in 5990138345d1 07:34:00 Removing intermediate container 5990138345d1 07:34:00 ---> d18174f43252 07:34:00 07:34:01 Successfully built d18174f43252 07:34:01 Successfully tagged docker-core-metadata-go-arm64:latest 07:34:10  Building docker-core-metadata-go ... done Removing intermediate container c88045c7b9e2 07:34:10 ---> e844fd8df6f6 07:34:10 07:34:10 Step 10/21 : FROM scratch 07:34:10 ---> 07:34:10 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:34:10 ---> Using cache 07:34:10 ---> 9c6f7c142687 07:34:10 Step 12/21 : ENV APP_PORT=48061 07:34:10 ---> Running in 7c6c221ee230 07:34:10 Removing intermediate container 7c6c221ee230 07:34:10 ---> 8b776dbf9ad0 07:34:10 Step 13/21 : EXPOSE $APP_PORT 07:34:10 ---> Running in 69c493e84277 07:34:11 Removing intermediate container 69c493e84277 07:34:11 ---> 38bba7592b96 07:34:11 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 07:34:12 ---> 855e9d7d4773 07:34:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 07:34:12 ---> 96a7fc3464eb 07:34:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 07:34:14 ---> c659ba73213d 07:34:14 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 07:34:15 ---> 247fab19ed40 07:34:15 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:34:15 ---> Running in d66e07764f6e 07:34:16 Removing intermediate container d66e07764f6e 07:34:16 ---> a553af3ffd09 07:34:16 Step 19/21 : LABEL arch=arm64 07:34:16 ---> Running in 625608cb82d2 07:34:17 Removing intermediate container 359436aa1618 07:34:17 ---> 6df503ef8d7b 07:34:17 07:34:17 Step 10/20 : FROM scratch 07:34:17 ---> 07:34:17 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:34:17 ---> Using cache 07:34:17 ---> 5e8be2c214b5 07:34:17 Step 12/20 : ENV APP_PORT=48085 07:34:17 Removing intermediate container 625608cb82d2 07:34:17 ---> 0f844d711930 07:34:17 Step 20/21 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:34:17 ---> Running in 4c4376c6ffe8 07:34:17 ---> Running in c76259e7cd83 07:34:18 Removing intermediate container 4c4376c6ffe8 07:34:18 ---> a62df675b354 07:34:18 Step 13/20 : EXPOSE $APP_PORT 07:34:18 ---> Running in 5d144651a639 07:34:18 Removing intermediate container c76259e7cd83 07:34:18 ---> f01d937ab6a3 07:34:18 Step 21/21 : LABEL version=0.0.0 07:34:18 ---> Running in 97059b8d52cf 07:34:18 Removing intermediate container 5d144651a639 07:34:18 ---> 206d9e5d1883 07:34:18 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:34:19 Removing intermediate container 97059b8d52cf 07:34:19 ---> 4b205ef7047b 07:34:19 07:34:19 Successfully built 4b205ef7047b 07:34:19 Successfully tagged docker-support-logging-go-arm64:latest 07:34:19  Building docker-support-logging-go ... done  ---> fbb71241fd18 07:34:19 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:34:21 ---> 434d7e63afa0 07:34:21 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:34:22 ---> d1544e1a9aab 07:34:22 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:34:22 ---> Running in 5e0e6c0e5e76 07:34:22 Removing intermediate container 5e0e6c0e5e76 07:34:22 ---> d23e2076211f 07:34:22 Step 18/20 : LABEL arch=arm64 07:34:22 ---> Running in 39a648b0f816 07:34:23 Removing intermediate container 39a648b0f816 07:34:23 ---> b3374e132ada 07:34:23 Step 19/20 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:34:23 ---> Running in 7db9ff34b540 07:34:23 Removing intermediate container 7db9ff34b540 07:34:23 ---> f8cf95dc4aa4 07:34:23 Step 20/20 : LABEL version=0.0.0 07:34:23 ---> Running in e6d00b4619ff 07:34:24 Removing intermediate container e6d00b4619ff 07:34:24 ---> 352a25d2835a 07:34:24 07:34:25 Successfully built 352a25d2835a 07:34:25 Successfully tagged docker-support-scheduler-go-arm64:latest 07:34:26  Building docker-support-scheduler-go ... done Removing intermediate container 08c3ddd0ee01 07:34:26 ---> 5df16e7a6255 07:34:26 07:34:26 Step 10/22 : FROM alpine 07:34:26 ---> 62ee0e9f8440 07:34:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:34:26 ---> Running in 95b45f2beca6 07:34:27 Removing intermediate container 95b45f2beca6 07:34:27 ---> d1afdb50b177 07:34:27 Step 12/22 : ENV APP_PORT=48080 07:34:27 ---> Running in aad941048539 07:34:27 Removing intermediate container aad941048539 07:34:27 ---> 41f992dfcd5a 07:34:27 Step 13/22 : EXPOSE $APP_PORT 07:34:27 ---> Running in 6fb04f7e1a39 07:34:28 Removing intermediate container 6fb04f7e1a39 07:34:28 ---> 04573b43718d 07:34:28 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:28 ---> Running in 75d643eb8cc5 07:34:30 Removing intermediate container 75d643eb8cc5 07:34:30 ---> a67462737f54 07:34:30 Step 15/22 : RUN apk --no-cache add zeromq 07:34:30 ---> Running in 379bf0f5dee5 07:34:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:33 (1/5) Installing libgcc (9.3.0-r2) 07:34:33 (2/5) Installing libsodium (1.0.18-r0) 07:34:33 (3/5) Installing libstdc++ (9.3.0-r2) 07:34:34 (4/5) Installing libzmq (4.3.2-r0) 07:34:34 (5/5) Installing zeromq (4.3.2-r0) 07:34:34 Executing busybox-1.31.1-r16.trigger 07:34:34 OK: 8 MiB in 19 packages 07:34:35 Removing intermediate container 379bf0f5dee5 07:34:35 ---> ae7f7f30bfcd 07:34:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:34:36 ---> 74e3c5b2a218 07:34:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:34:37 ---> 9943940b1384 07:34:37 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:34:38 ---> e786a4b00622 07:34:38 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:34:38 ---> Running in ff3202913f71 07:34:39 Removing intermediate container ff3202913f71 07:34:39 ---> 5e9883740e01 07:34:39 Step 20/22 : LABEL arch=arm64 07:34:39 ---> Running in 6a3c3af7a4d9 07:34:39 Removing intermediate container 6a3c3af7a4d9 07:34:39 ---> 3a6b1b7f4ee1 07:34:39 Step 21/22 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b 07:34:39 ---> Running in ec4694b606af 07:34:39 Removing intermediate container ec4694b606af 07:34:39 ---> 041b41f4cae5 07:34:39 Step 22/22 : LABEL version=0.0.0 07:34:40 ---> Running in f3bae71ee46e 07:34:40 Removing intermediate container f3bae71ee46e 07:34:40 ---> bf98524e643b 07:34:40 07:34:41 Successfully built bf98524e643b 07:34:41 Successfully tagged docker-core-data-go-arm64:latest 07:34:41  Building docker-core-data-go ... done  [Pipeline] } 07:34:41 $ docker stop --time=1 7e0edf278e7d53c7107914e7eea5c0bae37ffc108855999fd6ebc151fdeb6b2a 07:34:43 $ docker rm -f 7e0edf278e7d53c7107914e7eea5c0bae37ffc108855999fd6ebc151fdeb6b2a [Pipeline] // withDockerContainer [Pipeline] sh 07:34:43 + + dockergrep docker 07:34:43 images 07:34:44 docker-core-data-go-arm64 latest bf98524e643b 4 seconds ago 22.6MB 07:34:44 docker-support-scheduler-go-arm64 latest 352a25d2835a 20 seconds ago 12.6MB 07:34:44 docker-support-logging-go-arm64 latest 4b205ef7047b 26 seconds ago 11.4MB 07:34:44 docker-core-metadata-go-arm64 latest d18174f43252 44 seconds ago 13.8MB 07:34:44 docker-security-proxy-setup-go-arm64 latest 85ae0f7329f1 About a minute ago 15.8MB 07:34:44 docker-sys-mgmt-agent-go-arm64 latest 4cfeff9a8e65 3 minutes ago 266MB 07:34:44 docker-security-secretstore-setup-go-arm64 latest d16ad38daca0 4 minutes ago 32.6MB 07:34:44 docker-security-secrets-setup-go-arm64 latest 9551165c6fca 4 minutes ago 24.2MB 07:34:44 docker-support-notifications-go-arm64 latest a725188631cc 4 minutes ago 13.9MB 07:34:44 docker-core-command-go-arm64 latest dd548e48dd55 4 minutes ago 12.4MB 07:34:44 docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:34:45 provisioning config files... 07:34:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/22@tmp/config2445396755152623479tmp [Pipeline] { [Pipeline] sh 07:34:46 + curl -s https://codecov.io/bash 07:34:46 + bash -s - -t @/w/workspace/edgex-go/22@tmp/config2445396755152623479tmp [Pipeline] } 07:34:46 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 07:34:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:34:48 ---> package-listing.sh 07:34:48 ++ facter osfamily 07:34:48 ++ tr '[:upper:]' '[:lower:]' 07:34:48 + OS_FAMILY=redhat 07:34:48 + workspace=/w/workspace/edgex-go/22 07:34:48 + START_PACKAGES=/tmp/packages_start.txt 07:34:48 + END_PACKAGES=/tmp/packages_end.txt 07:34:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:34:48 + PACKAGES=/tmp/packages_start.txt 07:34:48 + '[' /w/workspace/edgex-go/22 ']' 07:34:48 + PACKAGES=/tmp/packages_end.txt 07:34:48 + case "${OS_FAMILY}" in 07:34:48 + rpm -qa 07:34:48 + sort 07:34:53 + '[' -f /tmp/packages_start.txt ']' 07:34:53 + '[' -f /tmp/packages_end.txt ']' 07:34:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:34:53 + '[' /w/workspace/edgex-go/22 ']' 07:34:53 + mkdir -p /w/workspace/edgex-go/22/archives/ 07:34:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] isUnix [Pipeline] sh 07:34:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:34:53 07:34:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:34:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:34:54 alpine: Pulling from edgex-lftools-log-publisher 07:34:54 c9b1b535fdd9: Pulling fs layer 07:34:54 2cc5ad85d9ab: Pulling fs layer 07:34:54 756a868c4378: Pulling fs layer 07:34:54 444b2fc9a129: Pulling fs layer 07:34:54 ea15f1150254: Pulling fs layer 07:34:54 41b27a9f41bf: Pulling fs layer 07:34:54 28c525ee5125: Pulling fs layer 07:34:54 094b1ea09ed8: Pulling fs layer 07:34:54 138eaada9080: Pulling fs layer 07:34:54 0622d0fa9048: Pulling fs layer 07:34:54 444b2fc9a129: Waiting 07:34:54 ea15f1150254: Waiting 07:34:54 138eaada9080: Waiting 07:34:54 41b27a9f41bf: Waiting 07:34:54 28c525ee5125: Waiting 07:34:54 0622d0fa9048: Waiting 07:34:54 094b1ea09ed8: Waiting 07:34:54 2cc5ad85d9ab: Verifying Checksum 07:34:54 2cc5ad85d9ab: Download complete 07:34:54 444b2fc9a129: Verifying Checksum 07:34:54 444b2fc9a129: Download complete 07:34:54 c9b1b535fdd9: Verifying Checksum 07:34:54 c9b1b535fdd9: Download complete 07:34:54 ea15f1150254: Download complete 07:34:54 28c525ee5125: Verifying Checksum 07:34:54 28c525ee5125: Download complete 07:34:54 756a868c4378: Verifying Checksum 07:34:54 756a868c4378: Download complete 07:34:54 c9b1b535fdd9: Pull complete 07:34:54 138eaada9080: Verifying Checksum 07:34:54 138eaada9080: Download complete 07:34:54 0622d0fa9048: Verifying Checksum 07:34:54 0622d0fa9048: Download complete 07:34:54 094b1ea09ed8: Verifying Checksum 07:34:54 094b1ea09ed8: Download complete 07:34:54 2cc5ad85d9ab: Pull complete 07:34:55 41b27a9f41bf: Verifying Checksum 07:34:55 41b27a9f41bf: Download complete 07:34:56 756a868c4378: Pull complete 07:34:56 444b2fc9a129: Pull complete 07:34:56 ea15f1150254: Pull complete 07:35:01 41b27a9f41bf: Pull complete 07:35:02 28c525ee5125: Pull complete 07:35:05 094b1ea09ed8: Pull complete 07:35:05 138eaada9080: Pull complete 07:35:05 0622d0fa9048: Pull complete 07:35:05 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 07:35:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:35:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:35:05 prd-centos7-docker-4c-2g-1543 does not seem to be running inside a container 07:35:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:35:09 $ docker top 8361044684ea05dee8444d8f4f7bd23ad4283e13c555dec83e55ede0c243b578 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:35:09 provisioning config files... 07:35:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config6565967948508332710tmp [Pipeline] { [Pipeline] echo 07:35:09 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:35:10 ---> create-netrc.sh [Pipeline] echo 07:35:10 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:35:10 ---> logs-deploy.sh 07:35:10 + ARCHIVE_ARTIFACTS= 07:35:10 + LOGS_SERVER=https://logs.edgexfoundry.org 07:35:10 + '[' https://logs.edgexfoundry.org == None ']' 07:35:10 + NEXUS_URL=https://nexus.edgexfoundry.org 07:35:10 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/22 07:35:10 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/22/ 07:35:10 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/22 /w/workspace/edgex-go/22 07:35:11 Archives upload complete. 07:35:11 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/22 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/22/