Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+b15589ad757bd96941d0737b641a3301667c5cfd (219b68d00e14e7682e482ab4b645ff82b66b1eb5) 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 58add5173bd5747e956b7cc86a1e88a765e134cb # timeout=10 Commit message: "Merge pull request #215 from ernestojeda/disable-tests-on-release-stream" > 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 raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [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 raml_verify 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: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-683 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 Merge succeeded, producing 81c082e430debda7cc183784e13e915cab83d37c Checking out Revision 81c082e430debda7cc183784e13e915cab83d37c (PR-2574) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 81c082e430debda7cc183784e13e915cab83d37c # timeout=10 Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:31:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:23 ========================================================= 04:31:23 EdgeX Global Pipelines Version Info 04:31:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2f39f0a06e0444173243fec1449d0bddaa062083 # timeout=10 04:31:25 ------------------- 04:31:25 stable info: 04:31:25 ------------------- 04:31:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:25 Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb 04:31:25 Message: update stable to v1.0.103 04:31:26 ------------------- 04:31:26 experimental info: 04:31:26 ------------------- 04:31:26 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:26 Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb 04:31:26 Message: update experimental to v1.0.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:31:28 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:31:28 + for file in '`ls cmd/**/Dockerfile`' 04:31:28 ++ dirname cmd/core-command/Dockerfile 04:31:28 ++ cut -d/ -f2 04:31:28 + echo core-command,cmd/core-command/Dockerfile 04:31:28 + for file in '`ls cmd/**/Dockerfile`' 04:31:28 ++ dirname cmd/core-data/Dockerfile 04:31:28 ++ cut -d/ -f2 04:31:28 + echo core-data,cmd/core-data/Dockerfile 04:31:28 + for file in '`ls cmd/**/Dockerfile`' 04:31:28 ++ dirname cmd/core-metadata/Dockerfile 04:31:28 ++ cut -d/ -f2 04:31:28 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:28 + for file in '`ls cmd/**/Dockerfile`' 04:31:28 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:28 ++ cut -d/ -f2 04:31:28 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:28 + for file in '`ls cmd/**/Dockerfile`' 04:31:28 ++ dirname cmd/security-secrets-setup/Dockerfile 04:31:28 ++ cut -d/ -f2 04:31:28 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:31:28 + for file in '`ls cmd/**/Dockerfile`' 04:31:28 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:28 ++ cut -d/ -f2 04:31:28 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:28 + for file in '`ls cmd/**/Dockerfile`' 04:31:28 ++ dirname cmd/support-logging/Dockerfile 04:31:28 ++ cut -d/ -f2 04:31:28 + echo support-logging,cmd/support-logging/Dockerfile 04:31:28 + for file in '`ls cmd/**/Dockerfile`' 04:31:28 ++ dirname cmd/support-notifications/Dockerfile 04:31:28 ++ cut -d/ -f2 04:31:28 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:28 + for file in '`ls cmd/**/Dockerfile`' 04:31:28 ++ dirname cmd/support-scheduler/Dockerfile 04:31:28 ++ cut -d/ -f2 04:31:28 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:28 + for file in '`ls cmd/**/Dockerfile`' 04:31:28 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:28 ++ cut -d/ -f2 04:31:28 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:31:28 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:31:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:28 04:31:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:31:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:29 latest: Pulling from edgex-devops/git-semver 04:31:29 31603596830f: Pulling fs layer 04:31:29 2a8b12db71e7: Pulling fs layer 04:31:29 6ca5941a6612: Pulling fs layer 04:31:29 ecc8261a40a4: Pulling fs layer 04:31:29 ecc8261a40a4: Waiting 04:31:29 2a8b12db71e7: Verifying Checksum 04:31:29 2a8b12db71e7: Download complete 04:31:29 31603596830f: Verifying Checksum 04:31:29 31603596830f: Download complete 04:31:29 6ca5941a6612: Verifying Checksum 04:31:29 6ca5941a6612: Download complete 04:31:29 ecc8261a40a4: Verifying Checksum 04:31:29 ecc8261a40a4: Download complete 04:31:29 31603596830f: Pull complete 04:31:29 2a8b12db71e7: Pull complete 04:31:30 6ca5941a6612: Pull complete 04:31:30 ecc8261a40a4: Pull complete 04:31:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:31 prd-centos7-docker-4c-2g-683 does not seem to be running inside a container 04:31:31 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:31:33 $ docker top 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:33 [ssh-agent] Looking for ssh-agent implementation... 04:31:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:34 $ docker exec 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 ssh-agent 04:31:34 SSH_AUTH_SOCK=/tmp/ssh-5UAFLp3UymfC/agent.12 04:31:34 SSH_AGENT_PID=18 04:31:34 Running ssh-add (command line suppressed) 04:31:34 Identity added: /w/workspace/edgex-go/23@tmp/private_key_3604943505482085610.key (/w/workspace/edgex-go/23@tmp/private_key_3604943505482085610.key) 04:31:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:34 + git describe --exact-match --tags HEAD 04:31:34 fatal: No names found, cannot describe anything. [Pipeline] } 04:31:34 $ docker exec --env ******** --env ******** 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 ssh-agent -k 04:31:34 unset SSH_AUTH_SOCK; 04:31:34 unset SSH_AGENT_PID; 04:31:34 echo Agent pid 18 killed; 04:31:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:31:34 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:31:34 This usually means this commit has not been tagged. [Pipeline] sshagent 04:31:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:35 [ssh-agent] Looking for ssh-agent implementation... 04:31:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:35 $ docker exec 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 ssh-agent 04:31:35 SSH_AUTH_SOCK=/tmp/ssh-67zRNCcbxZas/agent.46 04:31:35 SSH_AGENT_PID=51 04:31:35 Running ssh-add (command line suppressed) 04:31:35 Identity added: /w/workspace/edgex-go/23@tmp/private_key_7388343778381807826.key (/w/workspace/edgex-go/23@tmp/private_key_7388343778381807826.key) 04:31:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:35 + git semver init 04:31:35 # -> Open(): unable to determine branch for HEAD 04:31:35 # $GIT_DIR = /w/workspace/edgex-go/23/.git 04:31:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/23 04:31:35 # $SEMVER_REMOTE_NAME = origin 04:31:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:35 # $SEMVER_USER_NAME = edgex-jenkins 04:31:35 # $SEMVER_BRANCH = PR-2574 04:31:35 # $SEMVER_TEMP = /tmp/semver-711967076 04:31:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:31:57 # '/tmp/semver-711967076' -> '/w/workspace/edgex-go/23/.semver' 04:31:57 # -> Force: false 04:31:57 # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } 04:31:57 $ docker exec --env ******** --env ******** 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 ssh-agent -k 04:31:58 unset SSH_AUTH_SOCK; 04:31:58 unset SSH_AGENT_PID; 04:31:58 echo Agent pid 51 killed; 04:31:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:58 + git semver [Pipeline] } 04:31:58 $ docker stop --time=1 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 04:32:00 $ docker rm -f 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:32:14 Stashed 23 file(s) [Pipeline] echo 04:32:14 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 04:32:14 ========================================================= 04:32:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:32:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:15 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:32:18 Sending build context to Docker daemon 323.3MB 04:32:18 Step 1/7 : ARG BASE=golang:1.13-alpine 04:32:18 Step 2/7 : FROM ${BASE} 04:32:18 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:18 df20fa9351a1: Pulling fs layer 04:32:18 ed8968b2872e: Pulling fs layer 04:32:18 a92cc7c5fd73: Pulling fs layer 04:32:18 2dd03ba5bac4: Pulling fs layer 04:32:18 1e091d79d1de: Pulling fs layer 04:32:18 481702a1767f: Pulling fs layer 04:32:18 f64a6f60c768: Pulling fs layer 04:32:18 e78d2573fc39: Pulling fs layer 04:32:18 e876d2f968b6: Pulling fs layer 04:32:18 ce8a83651883: Pulling fs layer 04:32:18 07967f4d0e4b: Pulling fs layer 04:32:18 2dd03ba5bac4: Waiting 04:32:18 1e091d79d1de: Waiting 04:32:18 481702a1767f: Waiting 04:32:18 f64a6f60c768: Waiting 04:32:18 e78d2573fc39: Waiting 04:32:18 e876d2f968b6: Waiting 04:32:18 ce8a83651883: Waiting 04:32:18 07967f4d0e4b: Waiting 04:32:18 a92cc7c5fd73: Verifying Checksum 04:32:18 a92cc7c5fd73: Download complete 04:32:18 ed8968b2872e: Verifying Checksum 04:32:18 ed8968b2872e: Download complete 04:32:18 1e091d79d1de: Download complete 04:32:18 481702a1767f: Verifying Checksum 04:32:18 481702a1767f: Download complete 04:32:18 df20fa9351a1: Download complete 04:32:19 f64a6f60c768: Verifying Checksum 04:32:19 f64a6f60c768: Download complete 04:32:19 e876d2f968b6: Verifying Checksum 04:32:19 e876d2f968b6: Download complete 04:32:20 e78d2573fc39: Verifying Checksum 04:32:20 e78d2573fc39: Download complete 04:32:20 2dd03ba5bac4: Verifying Checksum 04:32:20 2dd03ba5bac4: Download complete 04:32:20 07967f4d0e4b: Verifying Checksum 04:32:20 07967f4d0e4b: Download complete 04:32:20 ce8a83651883: Download complete 04:32:21 df20fa9351a1: Pull complete 04:32:21 ed8968b2872e: Pull complete 04:32:22 a92cc7c5fd73: Pull complete 04:32:28 2dd03ba5bac4: Pull complete 04:32:28 1e091d79d1de: Pull complete 04:32:28 481702a1767f: Pull complete 04:32:29 Still waiting to schedule task 04:32:29 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-685’ 04:32:35 f64a6f60c768: Pull complete 04:32:37 e78d2573fc39: Pull complete 04:32:37 e876d2f968b6: Pull complete 04:32:38 ce8a83651883: Pull complete 04:32:38 07967f4d0e4b: Pull complete 04:32:38 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:32:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:32:38 ---> 5d7c900382c6 04:32:38 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:32:39 ---> Running in 19b367c083fc 04:32:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:40 (1/12) Installing libmagic (5.38-r0) 04:32:40 (2/12) Installing file (5.38-r0) 04:32:41 (3/12) Installing libc-dev (0.7.2-r3) 04:32:41 (4/12) Installing g++ (9.3.0-r2) 04:32:43 (5/12) Installing fortify-headers (1.1-r0) 04:32:43 (6/12) Installing patch (2.7.6-r6) 04:32:43 (7/12) Installing build-base (0.5-r2) 04:32:43 (8/12) Installing libsodium (1.0.18-r0) 04:32:43 (9/12) Installing pkgconf (1.7.2-r0) 04:32:43 (10/12) Installing libsodium-dev (1.0.18-r0) 04:32:43 (11/12) Installing libzmq (4.3.2-r0) 04:32:43 (12/12) Installing zeromq-dev (4.3.2-r0) 04:32:44 Executing busybox-1.31.1-r16.trigger 04:32:44 OK: 233 MiB in 51 packages 04:32:48 Removing intermediate container 19b367c083fc 04:32:48 ---> 7a6e030d9ecd 04:32:48 Step 4/7 : WORKDIR /edgex-go 04:32:48 ---> Running in 876ba8a1e104 04:32:48 Removing intermediate container 876ba8a1e104 04:32:48 ---> 30937083d646 04:32:48 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:32:48 latest: Pulling from library/docker 04:32:48 df20fa9351a1: Already exists 04:32:48 25ad7478873d: Pulling fs layer 04:32:48 4684f6177b5d: Pulling fs layer 04:32:48 46e300cec669: Pulling fs layer 04:32:48 63038576ad94: Pulling fs layer 04:32:48 0fdb76c4706c: Pulling fs layer 04:32:48 cb7edeffdfd5: Pulling fs layer 04:32:48 63038576ad94: Waiting 04:32:48 0fdb76c4706c: Waiting 04:32:48 cb7edeffdfd5: Waiting 04:32:48 4684f6177b5d: Verifying Checksum 04:32:48 4684f6177b5d: Download complete 04:32:48 63038576ad94: Verifying Checksum 04:32:48 63038576ad94: Download complete 04:32:48 25ad7478873d: Verifying Checksum 04:32:48 25ad7478873d: Download complete 04:32:48 0fdb76c4706c: Verifying Checksum 04:32:48 0fdb76c4706c: Download complete 04:32:48 cb7edeffdfd5: Verifying Checksum 04:32:48 cb7edeffdfd5: Download complete 04:32:48 25ad7478873d: Pull complete 04:32:48 4684f6177b5d: Pull complete 04:32:49 46e300cec669: Verifying Checksum 04:32:49 46e300cec669: Download complete 04:32:51 46e300cec669: Pull complete 04:32:51 63038576ad94: Pull complete 04:32:51 0fdb76c4706c: Pull complete 04:32:51 cb7edeffdfd5: Pull complete 04:32:51 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:32:51 Status: Downloaded newer image for docker:latest 04:32:53 ---> b5009f3361a4 04:32:53 Step 6/7 : COPY go.mod . 04:32:53 ---> 9ac0127f3217 04:32:53 Step 7/7 : RUN go mod download 04:32:53 ---> Running in 507c082b90ca 04:32:55 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:32:55 go: finding github.com/BurntSushi/toml v0.3.1 04:32:55 go: finding github.com/OneOfOne/xxhash v1.2.5 04:32:55 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:32:55 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:32:55 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:32:55 go: finding github.com/bgentry/speakeasy v0.1.0 04:32:55 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:32:55 go: finding github.com/cloudflare/gokey v0.1.0 04:32:55 go: finding github.com/davecgh/go-spew v1.1.1 04:32:55 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:32:55 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:32:55 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:32:55 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:32:56 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:32:56 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:32:56 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:32:56 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:32:56 go: finding github.com/fatih/color v1.7.0 04:32:56 go: finding github.com/fsnotify/fsnotify v1.4.7 04:32:56 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:32:56 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:32:56 go: finding github.com/go-kit/kit v0.8.0 04:32:56 go: finding github.com/go-logfmt/logfmt v0.4.0 04:32:56 go: finding github.com/go-redis/redis/v7 v7.2.0 04:32:56 go: finding github.com/go-stack/stack v1.8.0 04:32:56 go: finding github.com/golang/protobuf v1.3.2 04:32:56 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:32:56 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:32:56 go: finding github.com/google/uuid v1.1.0 04:32:56 go: finding github.com/gorilla/mux v1.7.1 04:32:56 go: finding github.com/hashicorp/consul/api v1.1.0 04:32:56 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:32:56 go: finding github.com/hashicorp/errwrap v1.0.0 04:32:56 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:32:56 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:32:56 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:32:56 go: finding github.com/hashicorp/go-multierror v1.0.0 04:32:56 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:32:56 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:32:56 go: finding github.com/hashicorp/go-syslog v1.0.0 04:32:56 go: finding github.com/hashicorp/go-uuid v1.0.1 04:32:56 go: finding github.com/hashicorp/go.net v0.0.1 04:32:56 go: finding github.com/hashicorp/golang-lru v0.5.0 04:32:56 go: finding github.com/hashicorp/logutils v1.0.0 04:32:56 go: finding github.com/hashicorp/mdns v1.0.0 04:32:56 go: finding github.com/hashicorp/memberlist v0.1.3 04:32:56 go: finding github.com/hashicorp/serf v0.8.2 04:32:56 go: finding github.com/hpcloud/tail v1.0.0 04:32:56 go: finding github.com/imdario/mergo v0.3.6 04:32:56 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:32:56 go: finding github.com/kr/pretty v0.1.0 04:32:56 go: finding github.com/kr/pty v1.1.1 04:32:56 go: finding github.com/kr/text v0.1.0 04:32:56 go: finding github.com/mattn/go-colorable v0.0.9 04:32:56 go: finding github.com/mattn/go-isatty v0.0.3 04:32:56 go: finding github.com/miekg/dns v1.0.14 04:32:56 go: finding github.com/mitchellh/cli v1.0.0 04:32:56 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:32:56 go: finding github.com/mitchellh/copystructure v1.0.0 04:32:56 go: finding github.com/mitchellh/go-homedir v1.0.0 04:32:56 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:32:56 go: finding github.com/mitchellh/gox v0.4.0 04:32:56 go: finding github.com/mitchellh/iochan v1.0.0 04:32:56 go: finding github.com/mitchellh/mapstructure v1.1.2 04:32:57 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:32:57 go: finding github.com/onsi/ginkgo v1.10.1 04:32:57 go: finding github.com/onsi/gomega v1.7.0 04:32:57 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:32:57 go: finding github.com/pebbe/zmq4 v1.0.0 04:32:57 go: finding github.com/pelletier/go-toml v1.2.0 04:32:57 go: finding github.com/pkg/errors v0.8.1 04:32:57 go: finding github.com/pmezard/go-difflib v1.0.0 04:32:57 go: finding github.com/posener/complete v1.1.1 04:32:57 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:32:57 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:32:57 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:32:57 go: finding github.com/stretchr/objx v0.1.0 04:32:57 go: finding github.com/stretchr/testify v1.5.1 04:32:57 go: finding github.com/ugorji/go v1.1.4 04:32:57 go: finding github.com/x448/float16 v0.8.4 04:32:57 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:32:57 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:32:57 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:32:57 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:32:57 go: finding golang.org/x/text v0.3.2 04:32:57 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:32:57 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:32:57 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:32:57 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:32:57 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:32:57 go: finding gopkg.in/yaml.v2 v2.2.8 04:33:09 Removing intermediate container 507c082b90ca 04:33:09 ---> 547f04256aa3 04:33:09 Successfully built 547f04256aa3 04:33:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:10 + docker inspect -f . ci-base-image-x86_64 04:33:10 . [Pipeline] withDockerContainer 04:33:10 prd-centos7-docker-4c-2g-683 does not seem to be running inside a container 04:33:10 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:33:11 $ docker top 7fb15b37de149b7cd7a4f7b73f177b241d5bb1fb1fea32a2f67119ac2792243e -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:11 + go version 04:33:11 go version go1.13.13 linux/amd64 [Pipeline] echo 04:33:11 ========================================================= 04:33:11 [edgeXBuildGoParallel] Running Tests and Build... 04:33:11 ========================================================= [Pipeline] sh 04:33:12 + make test raml_verify 04:33:12 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:33:14 ? github.com/edgexfoundry/edgex-go [no test files] 04:33:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:33:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:33:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:33:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:33:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:33:29 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s 04:33:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:33:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:33:30 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:33:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:33:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:33:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:33:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:33:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.030s coverage: 46.6% of statements 04:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.068s coverage: 27.4% of statements 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.011s coverage: 100.0% of statements 04:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:33:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.081s coverage: 29.3% of statements 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:33:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.009s coverage: 100.0% of statements 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:33:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements 04:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:33:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 89.8% of statements 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:33:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.039s coverage: 97.5% of statements 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:33:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.017s coverage: 100.0% of statements 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:33:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.015s coverage: 58.8% of statements 04:33:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.134s coverage: 63.5% of statements 04:33:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:33:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:33:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements 04:33:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.025s coverage: 92.3% of statements 04:33:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.011s coverage: 100.0% of statements 04:33:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.008s coverage: 73.7% of statements 04:33:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements 04:33:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.115s coverage: 55.9% of statements 04:33:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:33:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:33:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:33:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.724s coverage: 86.3% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.275s coverage: 72.2% of statements 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.138s coverage: 72.1% of statements 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.041s coverage: 82.4% of statements 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.006s coverage: 96.8% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.059s coverage: 33.7% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.082s coverage: 84.1% of statements 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.018s coverage: 100.0% of statements 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.061s coverage: 43.1% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.022s coverage: 83.8% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.035s coverage: 46.1% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.011s coverage: 100.0% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:33:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.028s coverage: 100.0% of statements 04:33:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:33:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.065s coverage: 29.1% of statements 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:33:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.015s coverage: 99.0% of statements 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:33:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.026s coverage: 100.0% of statements 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:33:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:33:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.007s coverage: 100.0% of statements 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.010s coverage: 87.9% of statements 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.009s coverage: 32.1% of statements 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 04:33:58 GO111MODULE=on go vet ./... 04:34:04 gofmt -l . 04:34:05 [ "`gofmt -l .`" = "" ] 04:34:05 ./bin/test-go-mod-tidy.sh 04:34:06 ./bin/test-attribution-txt.sh 04:34:07 docker run --rm --privileged \ 04:34:07 -v /w/workspace/edgex-go/23:/raml-verification -w /raml-verification \ 04:34:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 04:34:07 /scripts/raml-verify.sh 04:34:07 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 04:34:08 x86_64: Pulling from edgex-devops/edgex-docs-builder 04:34:08 cbdbe7a5bc2a: Pulling fs layer 04:34:08 bd07af9ed1a4: Pulling fs layer 04:34:08 3556ccf180b2: Pulling fs layer 04:34:08 089d4748da74: Pulling fs layer 04:34:08 c6eb57c77bc5: Pulling fs layer 04:34:08 0364d5097239: Pulling fs layer 04:34:08 c6eb57c77bc5: Waiting 04:34:08 0364d5097239: Waiting 04:34:08 089d4748da74: Waiting 04:34:08 cbdbe7a5bc2a: Verifying Checksum 04:34:08 3556ccf180b2: Verifying Checksum 04:34:08 3556ccf180b2: Download complete 04:34:08 089d4748da74: Verifying Checksum 04:34:08 089d4748da74: Download complete 04:34:08 0364d5097239: Verifying Checksum 04:34:08 0364d5097239: Download complete 04:34:08 c6eb57c77bc5: Verifying Checksum 04:34:08 c6eb57c77bc5: Download complete 04:34:08 bd07af9ed1a4: Verifying Checksum 04:34:08 bd07af9ed1a4: Download complete 04:34:08 cbdbe7a5bc2a: Pull complete 04:34:10 bd07af9ed1a4: Pull complete 04:34:10 3556ccf180b2: Pull complete 04:34:10 089d4748da74: Pull complete 04:34:12 c6eb57c77bc5: Pull complete 04:34:13 0364d5097239: Pull complete 04:34:13 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 04:34:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 04:34:17 Verifying ./api/raml/core-command.raml... 04:34:18 OK 04:34:18 Verifying ./api/raml/core-data.raml... 04:34:19 OK 04:34:19 Verifying ./api/raml/core-metadata.raml... 04:34:21 OK 04:34:21 Verifying ./api/raml/support-logging.raml... 04:34:21 OK 04:34:21 Verifying ./api/raml/support-notifications.raml... 04:34:23 OK 04:34:23 Verifying ./api/raml/support-scheduler.raml... 04:34:24 OK 04:34:24 Verifying ./api/raml/system-agent.raml... 04:34:24 OK [Pipeline] sh 04:34:25 + ls -al . 04:34:25 total 564 04:34:25 drwxrwxr-x 10 1001 1001 4096 Jul 23 04:34 . 04:34:25 drwxr-xr-x 4 root root 30 Jul 23 04:33 .. 04:34:25 -rw-rw-r-- 1 1001 1001 11 Jul 23 04:31 .dockerignore 04:34:25 drwxrwxr-x 8 1001 1001 179 Jul 23 04:31 .git 04:34:25 drwxrwxr-x 3 1001 1001 60 Jul 23 04:31 .github 04:34:25 -rw-rw-r-- 1 1001 1001 924 Jul 23 04:31 .gitignore 04:34:25 drwx------ 3 1001 1001 47 Jul 23 04:31 .semver 04:34:25 -rw-rw-r-- 1 1001 1001 178 Jul 23 04:31 .sonarcloud.properties 04:34:25 -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:31 CONTRIBUTING.md 04:34:25 -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:31 Dockerfile.build 04:34:25 -rw-rw-r-- 1 1001 1001 824 Jul 23 04:31 Jenkinsfile 04:34:25 -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:31 LICENSE 04:34:25 -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:31 Makefile 04:34:25 -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:31 README.md 04:34:25 -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:31 SECURITY.md 04:34:25 -rw-rw-r-- 1 1001 1001 5 Jul 23 04:32 VERSION 04:34:25 -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:31 ZMQWindows.md 04:34:25 drwxrwxr-x 4 1001 1001 33 Jul 23 04:31 api 04:34:25 drwxrwxr-x 2 1001 1001 117 Jul 23 04:31 bin 04:34:25 drwxrwxr-x 15 1001 1001 4096 Jul 23 04:31 cmd 04:34:25 -rw-r--r-- 1 root root 465277 Jul 23 04:33 coverage.out 04:34:25 -rw-r--r-- 1 root root 1075 Jul 23 04:34 go.mod 04:34:25 -rw-r--r-- 1 root root 18146 Jul 23 04:34 go.sum 04:34:25 drwxrwxr-x 8 1001 1001 127 Jul 23 04:31 internal 04:34:25 drwxrwxr-x 4 1001 1001 71 Jul 23 04:31 snap 04:34:25 -rw-rw-r-- 1 1001 1001 168 Jul 23 04:31 version.go [Pipeline] sh 04:34:25 + '[' -e coverage.out ] 04:34:25 + chown 1001:1001 coverage.out [Pipeline] stash 04:34:25 Stashed 1 file(s) [Pipeline] sh 04:34:26 + make build 04:34:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:34:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:34:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:34:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:34:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:34:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:34:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:34:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:34:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:34:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:34:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:34:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:34:53 $ docker stop --time=1 7fb15b37de149b7cd7a4f7b73f177b241d5bb1fb1fea32a2f67119ac2792243e 04:34:55 $ docker rm -f 7fb15b37de149b7cd7a4f7b73f177b241d5bb1fb1fea32a2f67119ac2792243e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:56 04:34:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:34:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:57 latest: Pulling from edgex-devops/edgex-compose 04:34:57 cbdbe7a5bc2a: Already exists 04:34:57 ca9280d653b3: Pulling fs layer 04:34:57 7e9c9ca2126c: Pulling fs layer 04:34:57 ca9280d653b3: Verifying Checksum 04:34:57 ca9280d653b3: Download complete 04:34:58 7e9c9ca2126c: Download complete 04:34:58 ca9280d653b3: Pull complete 04:35:06 7e9c9ca2126c: Pull complete 04:35:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:35:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:35:06 prd-centos7-docker-4c-2g-683 does not seem to be running inside a container 04:35:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:35:09 $ docker top f2675b494e20ea1135d4c8e9a2db85ff8041187d4cd1ebcd12dc076e675f4739 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:09 + docker-compose build --help 04:35:09 + grep parallel 04:35:10 --parallel Build images in parallel. [Pipeline] } 04:35:10 $ docker stop --time=1 f2675b494e20ea1135d4c8e9a2db85ff8041187d4cd1ebcd12dc076e675f4739 04:35:12 $ docker rm -f f2675b494e20ea1135d4c8e9a2db85ff8041187d4cd1ebcd12dc076e675f4739 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:12 . [Pipeline] withDockerContainer 04:35:12 prd-centos7-docker-4c-2g-683 does not seem to be running inside a container 04:35:12 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:35:14 $ docker top 512b87315770086a25534a2a398744e1c67e1f856546e118047c0a49577a8145 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:14 + docker-compose -f ./docker-compose-build.yml build --parallel 04:35:15 Building docker-core-command-go ... 04:35:15 Building docker-core-data-go ... 04:35:15 Building docker-core-metadata-go ... 04:35:15 Building docker-security-proxy-setup-go ... 04:35:15 Building docker-security-secrets-setup-go ... 04:35:15 Building docker-security-secretstore-setup-go ... 04:35:15 Building docker-support-logging-go ... 04:35:15 Building docker-support-notifications-go ... 04:35:15 Building docker-support-scheduler-go ... 04:35:15 Building docker-sys-mgmt-agent-go ... 04:35:15 Building docker-core-data-go 04:35:15 Building docker-security-secretstore-setup-go 04:35:15 Building docker-security-proxy-setup-go 04:35:15 Building docker-sys-mgmt-agent-go 04:35:15 Building docker-support-logging-go 04:35:47 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:35:47 ---> 547f04256aa3 04:35:47 Step 3/21 : WORKDIR /edgex-go 04:35:47 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:35:47 ---> 547f04256aa3 04:35:47 Step 3/26 : WORKDIR /edgex-go 04:35:47 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:35:47 ---> 547f04256aa3 04:35:47 Step 3/22 : WORKDIR /edgex-go 04:35:47 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:35:47 ---> 547f04256aa3 04:35:47 Step 3/26 : WORKDIR /edgex-go 04:35:47 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:47 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:47 ---> 547f04256aa3 04:35:47 Step 3/20 : WORKDIR /edgex-go 04:35:47 ---> Running in 89031224140b 04:35:47 ---> Running in 7224aac4e0b7 04:35:47 ---> Running in 5e0c9f5f83e3 04:35:47 ---> Running in 52732f687dae 04:35:47 ---> Running in ba03ede3ab1e 04:35:47 Removing intermediate container 7224aac4e0b7 04:35:47 ---> 0e66bf84ba20 04:35:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:47 Removing intermediate container 89031224140b 04:35:47 ---> 9ebf2a167c8a 04:35:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:47 Removing intermediate container ba03ede3ab1e 04:35:47 ---> b57d1a3518d8 04:35:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:47 Removing intermediate container 52732f687dae 04:35:47 ---> c46fbd3ecd79 04:35:47 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:47 Removing intermediate container 5e0c9f5f83e3 04:35:47 ---> e5d4232fec98 04:35:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:47 ---> Running in 474ee37a73b5 04:35:48 ---> Running in 4a40299ec122 04:35:48 ---> Running in 6e3eabc98864 04:35:48 ---> Running in 57c349081cda 04:35:48 ---> Running in 832c50cc0fc9 04:35:50 Removing intermediate container 4a40299ec122 04:35:50 ---> 0bfe33f8103a 04:35:50 Step 5/26 : RUN apk update && apk add make git 04:35:50 ---> Running in 893a4607ae52 04:35:50 Removing intermediate container 6e3eabc98864 04:35:50 ---> ddcf0b0fa389 04:35:50 Step 5/20 : RUN apk update && apk add make git 04:35:50 ---> Running in 4fddc2ffc1a6 04:35:50 Removing intermediate container 474ee37a73b5 04:35:50 ---> b1cda17ff617 04:35:50 Step 5/26 : RUN apk update && apk add make bash git 04:35:50 Removing intermediate container 832c50cc0fc9 04:35:50 ---> 53f05280648c 04:35:50 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:35:50 ---> Running in 15927427614b 04:35:50 Removing intermediate container 57c349081cda 04:35:50 ---> 0c80caeb0911 04:35:50 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:51 ---> Running in 9be51ccddad5 04:35:51 ---> Running in 94291e4c89ba 04:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:52 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:52 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:52 OK: 12749 distinct packages available 04:35:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:52 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:52 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:52 OK: 12749 distinct packages available 04:35:52 OK: 233 MiB in 51 packages 04:35:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:52 OK: 233 MiB in 51 packages 04:35:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:52 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:52 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:52 OK: 12749 distinct packages available 04:35:52 Removing intermediate container 893a4607ae52 04:35:52 ---> 45aa4bd20db3 04:35:52 Step 6/26 : COPY go.mod . 04:35:52 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:52 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:52 OK: 12749 distinct packages available 04:35:53 OK: 233 MiB in 51 packages 04:35:53 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:53 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:53 OK: 12749 distinct packages available 04:35:53 OK: 233 MiB in 51 packages 04:35:53 Removing intermediate container 4fddc2ffc1a6 04:35:53 ---> babc77238076 04:35:53 Step 6/20 : COPY go.mod . 04:35:53 OK: 233 MiB in 51 packages 04:35:53 ---> b5d9b642dfca 04:35:53 Step 7/26 : RUN go mod download 04:35:53 ---> Running in ff27c9371137 04:35:53 OK: 233 MiB in 51 packages 04:35:53 ---> 282543099f1d 04:35:53 Step 7/20 : RUN go mod download 04:35:53 Removing intermediate container 15927427614b 04:35:53 ---> e9f55c5ba782 04:35:53 Step 6/26 : COPY go.mod . 04:35:53 ---> Running in 10acd66150ff 04:35:54 Removing intermediate container 9be51ccddad5 04:35:54 ---> 1af44895d06d 04:35:54 Step 6/22 : COPY go.mod . 04:35:54 ---> e80a170ca1c4 04:35:54 Step 7/26 : RUN go mod download 04:35:54 ---> Running in aa85c962ce5a 04:35:54 ---> daa3747a066a 04:35:54 Step 7/22 : RUN go mod download 04:35:54 Removing intermediate container 94291e4c89ba 04:35:54 ---> f2b14617f906 04:35:54 Step 6/21 : COPY go.mod . 04:35:54 ---> Running in fbd27ee8aeb1 04:35:54 ---> b56d84fa8c75 04:35:54 Step 7/21 : RUN go mod download 04:35:55 ---> Running in 49f7d99ba951 04:35:55 Removing intermediate container ff27c9371137 04:35:55 ---> 74f45aa7b0a8 04:35:55 Step 8/26 : COPY . . 04:35:56 Removing intermediate container 10acd66150ff 04:35:56 ---> 9ceb648331b8 04:35:56 Step 8/20 : COPY . . 04:36:00 Removing intermediate container aa85c962ce5a 04:36:00 ---> c2fc2d41f0f8 04:36:00 Step 8/26 : COPY . . 04:36:00 Removing intermediate container fbd27ee8aeb1 04:36:00 ---> 2389886a69d1 04:36:00 Step 8/22 : COPY . . 04:36:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-691 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws 04:36:04 Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout 04:36:07 Removing intermediate container 49f7d99ba951 04:36:07 ---> 602d111eaa52 04:36:07 Step 8/21 : COPY . . 04:36:10 using credential edgex-jenkins-ssh 04:36:10 Cloning the remote Git repository 04:36:10 Cloning with configured refspecs honoured and without tags 04:36:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:36:10 > git init /w/workspace/edgex-go/23 # timeout=10 04:36:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:10 > git --version # timeout=10 04:36:10 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:33 ---> 935e3345b5f4 04:36:33 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> 5ef7c79910df 04:36:33 ---> 6b5639557262 04:36:33 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setupStep 9/22 : RUN make cmd/core-data/core-data 04:36:33 04:36:33 04:36:33 ---> c1751983472b 04:36:33 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:36:33 ---> Running in 590c8aee9309 04:36:33 ---> Running in 07f07f703b38 04:36:33 ---> Running in 9f789378c17e 04:36:33 ---> ca82003bb8cb 04:36:33 Step 9/21 : RUN make cmd/support-logging/support-logging 04:36:33 ---> Running in 3063387b226c 04:36:33 ---> Running in 7173b0e4c495 04:36:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:36:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:36:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:36:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:36:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:36:35 Fetching without tags 04:36:35 Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 04:36:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:35 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 04:36:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:35 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:35 > git config core.sparsecheckout # timeout=10 04:36:35 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 04:36:36 > git remote # timeout=10 04:36:36 > git config --get remote.origin.url # timeout=10 04:36:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:36 > git merge b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 04:36:36 Merge succeeded, producing 7bd648dfa0284ec4fa72813f73bbe119ec37fc06 04:36:36 Checking out Revision 7bd648dfa0284ec4fa72813f73bbe119ec37fc06 (PR-2574) 04:36:36 > git rev-parse HEAD^{commit} # timeout=10 04:36:36 > git config core.sparsecheckout # timeout=10 04:36:36 > git checkout -f 7bd648dfa0284ec4fa72813f73bbe119ec37fc06 # timeout=10 04:36:40 Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" 04:36:40 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:36:40 > git rev-list --no-walk 2f39f0a06e0444173243fec1449d0bddaa062083 # timeout=10 [Pipeline] echo 04:36:52 ========================================================= 04:36:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:36:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:36:52 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 04:36:57 Sending build context to Docker daemon 323.3MB 04:36:57 Step 1/7 : ARG BASE=golang:1.13-alpine 04:36:57 Step 2/7 : FROM ${BASE} 04:36:57 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:36:57 b538f80385f9: Pulling fs layer 04:36:57 74f711af9a0d: Pulling fs layer 04:36:57 99f96fe45779: Pulling fs layer 04:36:57 fd7a069fd194: Pulling fs layer 04:36:57 66aa3694b03b: Pulling fs layer 04:36:57 170f70906a0f: Pulling fs layer 04:36:57 ad7c5574e4b9: Pulling fs layer 04:36:57 e772456be8f7: Pulling fs layer 04:36:57 c890913d741a: Pulling fs layer 04:36:57 2480fcc9aa5a: Pulling fs layer 04:36:57 09adf4765672: Pulling fs layer 04:36:57 fd7a069fd194: Waiting 04:36:57 66aa3694b03b: Waiting 04:36:57 170f70906a0f: Waiting 04:36:57 ad7c5574e4b9: Waiting 04:36:57 2480fcc9aa5a: Waiting 04:36:57 09adf4765672: Waiting 04:36:57 e772456be8f7: Waiting 04:36:57 c890913d741a: Waiting 04:36:57 99f96fe45779: Download complete 04:36:57 74f711af9a0d: Verifying Checksum 04:36:57 74f711af9a0d: Download complete 04:36:57 66aa3694b03b: Verifying Checksum 04:36:57 66aa3694b03b: Download complete 04:36:57 b538f80385f9: Verifying Checksum 04:36:57 b538f80385f9: Download complete 04:36:57 170f70906a0f: Verifying Checksum 04:36:57 170f70906a0f: Download complete 04:36:57 b538f80385f9: Pull complete 04:36:58 74f711af9a0d: Pull complete 04:36:58 99f96fe45779: Pull complete 04:37:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:37:01 ad7c5574e4b9: Verifying Checksum 04:37:01 ad7c5574e4b9: Download complete 04:37:01 c890913d741a: Verifying Checksum 04:37:01 c890913d741a: Download complete 04:37:03 2480fcc9aa5a: Verifying Checksum 04:37:03 2480fcc9aa5a: Download complete 04:37:03 09adf4765672: Verifying Checksum 04:37:03 09adf4765672: Download complete 04:37:04 e772456be8f7: Verifying Checksum 04:37:04 fd7a069fd194: Verifying Checksum 04:37:04 fd7a069fd194: Download complete 04:37:04 Removing intermediate container 9f789378c17e 04:37:04 ---> ea7d8c3b3bbd 04:37:04 04:37:04 Step 10/20 : FROM alpine 04:37:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:37:04 latest: Pulling from library/alpine 04:37:05 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:37:05 Status: Downloaded newer image for alpine:latest 04:37:05 ---> a24bb4013296 04:37:05 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:37:08 ---> Running in 88820e9ba51a 04:37:08 Removing intermediate container 7173b0e4c495 04:37:08 ---> 71116c76001b 04:37:08 04:37:08 Step 10/21 : FROM scratch 04:37:08 ---> 04:37:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:37:08 Removing intermediate container 07f07f703b38 04:37:08 ---> 547178f39303 04:37:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:37:08 ---> Running in 82b2c1dd47e2 04:37:08 ---> Running in 710dbcd67129 04:37:09 Removing intermediate container 82b2c1dd47e2 04:37:09 ---> d79be9db5317 04:37:09 Step 12/21 : ENV APP_PORT=48061 04:37:09 ---> Running in ba72aa594326 04:37:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:09 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:37:09 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:37:09 OK: 12749 distinct packages available 04:37:10 (1/4) Installing ca-certificates (20191127-r4) 04:37:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:37:10 (3/4) Installing libcurl (7.69.1-r0) 04:37:10 (4/4) Installing curl (7.69.1-r0) 04:37:10 Executing busybox-1.31.1-r16.trigger 04:37:10 Executing ca-certificates-20191127-r4.trigger 04:37:10 OK: 7 MiB in 18 packages 04:37:10 Removing intermediate container ba72aa594326 04:37:10 ---> 28632b15ac17 04:37:10 Step 13/21 : EXPOSE $APP_PORT 04:37:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:37:11 ---> Running in 529f97672751 04:37:11 Removing intermediate container 3063387b226c 04:37:11 ---> 30ebecb2cb59 04:37:11 04:37:11 Step 10/26 : FROM alpine:3.10 04:37:12 Removing intermediate container 529f97672751 04:37:12 ---> 5571f4cadb3f 04:37:12 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:37:12 3.10: Pulling from library/alpine 04:37:14 fd7a069fd194: Pull complete 04:37:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:37:15 ---> af6d61ee07f2 04:37:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:37:15 66aa3694b03b: Pull complete 04:37:15 Status: Downloaded newer image for alpine:3.10 04:37:15 ---> be4e4bea2c2e 04:37:15 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:37:15 Removing intermediate container 88820e9ba51a 04:37:15 ---> efa0fc9b53ba 04:37:15 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:37:15 170f70906a0f: Pull complete 04:37:16 ---> Running in 3b7d1f3ba00e 04:37:16 ---> Running in b108c39113c8 04:37:17 ---> 34bca07ada3f 04:37:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:37:17 Removing intermediate container 710dbcd67129 04:37:17 ---> 28255d25049d 04:37:17 04:37:17 Step 11/26 : FROM docker:latest 04:37:17 ---> 81f5749c9058 04:37:17 Step 12/26 : RUN apk add --no-cache bash 04:37:17 Removing intermediate container 590c8aee9309 04:37:17 ---> 5f4aace97714 04:37:17 04:37:17 Step 10/22 : FROM alpine 04:37:17 ---> a24bb4013296 04:37:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:17 ---> Running in cd7b45d7953f 04:37:17 Removing intermediate container 3b7d1f3ba00e 04:37:17 ---> f3fcb856c324 04:37:17 Step 13/20 : WORKDIR /edgex 04:37:17 ---> Running in 4f6f302d8592 04:37:18 ---> Running in 3163f43ea7f9 04:37:18 Removing intermediate container 4f6f302d8592 04:37:18 ---> cb3769d1ce24 04:37:18 Step 12/22 : ENV APP_PORT=48080 04:37:18 ---> aac9684a3cb1 04:37:18 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:37:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:37:18 ---> Running in f30eb8fdd3a4 04:37:18 Removing intermediate container 3163f43ea7f9 04:37:18 ---> 1fe93637d337 04:37:18 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:37:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:37:18 Removing intermediate container f30eb8fdd3a4 04:37:18 ---> bf63f74c78f3 04:37:18 Step 13/22 : EXPOSE $APP_PORT 04:37:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:18 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:37:18 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:37:18 OK: 10346 distinct packages available 04:37:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:18 ---> Running in 0adb0b729f3a 04:37:18 ---> 61e82a58507e 04:37:18 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:18 ---> 29430cb79cbb 04:37:18 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:37:18 (1/5) Installing ca-certificates (20191127-r2) 04:37:18 (1/2) Installing readline (8.0.4-r0) 04:37:18 (2/2) Installing bash (5.0.17-r0) 04:37:18 ---> Running in b487cd2f15a2 04:37:18 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:37:18 Executing bash-5.0.17-r0.post-install 04:37:18 (3/5) Installing libcurl (7.66.0-r0) 04:37:18 Executing busybox-1.31.1-r16.trigger 04:37:18 (4/5) Installing curl (7.66.0-r0) 04:37:18 OK: 12 MiB in 22 packages 04:37:18 (5/5) Installing dumb-init (1.2.2-r1) 04:37:18 Executing busybox-1.30.1-r3.trigger 04:37:18 Executing ca-certificates-20191127-r2.trigger 04:37:19 ad7c5574e4b9: Pull complete 04:37:19 OK: 7 MiB in 19 packages 04:37:19 Removing intermediate container 0adb0b729f3a 04:37:19 ---> 2e714b2dcda9 04:37:19 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:19 ---> Running in 6585a8b8fc89 04:37:19 ---> bbe840fd58e9 04:37:19 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:37:19 Removing intermediate container b487cd2f15a2 04:37:19 ---> ec8bc9ae11af 04:37:19 Step 19/21 : LABEL arch=x86_64 04:37:20 ---> Running in 9cedaae93cbd 04:37:20 ---> Running in 3135e5b974fd 04:37:20 Removing intermediate container 9cedaae93cbd 04:37:20 ---> 6e215dea6834 04:37:20 Step 17/20 : CMD ["--init=true"] 04:37:20 Removing intermediate container 3135e5b974fd 04:37:20 ---> a05fc1c81334 04:37:20 Step 20/21 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:37:21 Removing intermediate container cd7b45d7953f 04:37:21 ---> a3995b60afbb 04:37:21 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:37:22 Removing intermediate container b108c39113c8 04:37:22 ---> 7ef5993efbb8 04:37:22 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:37:22 ---> Running in eb67ee4fb845 04:37:22 ---> Running in f4796ba4440d 04:37:22 ---> Running in 405cb26157a2 04:37:22 ---> Running in 735690e45eb0 04:37:22 Removing intermediate container f4796ba4440d 04:37:22 ---> a3c99d34da76 04:37:22 Step 21/21 : LABEL version=0.0.0 04:37:22 Removing intermediate container 735690e45eb0 04:37:22 ---> 50e159c20a06 04:37:22 Step 13/26 : WORKDIR / 04:37:22 Removing intermediate container eb67ee4fb845 04:37:22 ---> 5e51a460ad7b 04:37:22 Step 18/20 : LABEL arch=x86_64 04:37:22 Removing intermediate container 6585a8b8fc89 04:37:22 ---> 0ae467fa2768 04:37:22 Step 15/22 : RUN apk --no-cache add zeromq 04:37:23 ---> Running in 07fd05c640b2 04:37:23 ---> Running in 7d70ab679c28 04:37:23 ---> Running in ca70509341a7 04:37:23 ---> Running in 449de96cc4c7 04:37:23 Removing intermediate container 7d70ab679c28 04:37:23 ---> 6199952af98a 04:37:23 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:37:23 e772456be8f7: Pull complete 04:37:23 Removing intermediate container 07fd05c640b2 04:37:23 ---> de14019cd839 04:37:23 04:37:23 Removing intermediate container ca70509341a7 04:37:23 ---> 4705a4765f2c 04:37:23 Step 19/20 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:37:23 Successfully built de14019cd839 04:37:23 ---> Running in d20552795649 04:37:23 c890913d741a: Pull complete 04:37:23 Successfully tagged docker-support-logging-go:latest 04:37:23  Building docker-support-logging-go ... done Building docker-support-scheduler-go 04:37:23 ---> e883c1206184 04:37:23 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:23 Removing intermediate container 405cb26157a2 04:37:23 ---> b83306200ced 04:37:23 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:37:23 Removing intermediate container d20552795649 04:37:23 ---> 9e7f9b319873 04:37:23 Step 20/20 : LABEL version=0.0.0 04:37:24 ---> Running in dabe3acfd3c2 04:37:24 ---> Running in 8169de37a205 04:37:24 ---> 7df1e4523e58 04:37:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:37:24 Removing intermediate container dabe3acfd3c2 04:37:24 ---> 6550959d0c4e 04:37:24 Step 15/26 : ENV APP_PORT=48090 04:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:24 ---> Running in def7cdd45144 04:37:24 Removing intermediate container 8169de37a205 04:37:24 ---> 5aae3b281f77 04:37:24 04:37:24 ---> 09b784e7d50a 04:37:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:37:24 Successfully built 5aae3b281f77 04:37:24 Successfully tagged docker-security-proxy-setup-go:latest 04:37:24 Building docker-core-command-go 04:37:25  Building docker-security-proxy-setup-go ... done Removing intermediate container def7cdd45144 04:37:25 ---> 6232bc70f00e 04:37:25 Step 16/26 : EXPOSE $APP_PORT 04:37:25 (1/5) Installing libgcc (9.3.0-r2) 04:37:25 ---> Running in 21e3eb525254 04:37:26 2480fcc9aa5a: Pull complete 04:37:26 (2/5) Installing libsodium (1.0.18-r0) 04:37:26 09adf4765672: Pull complete 04:37:26 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:37:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:37:26 ---> 2248a725d1cf 04:37:26 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:37:26 (3/5) Installing libstdc++ (9.3.0-r2) 04:37:26 ---> 1494d08cb337 04:37:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:37:27 (4/5) Installing libzmq (4.3.2-r0) 04:37:27 (5/5) Installing zeromq (4.3.2-r0) 04:37:27 Executing busybox-1.31.1-r16.trigger 04:37:28 OK: 8 MiB in 19 packages 04:37:30 ---> da92d5932b7f 04:37:30 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:37:30 Removing intermediate container 21e3eb525254 04:37:30 ---> f834ef42578d 04:37:30 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:37:33 ---> Running in f2eed49eb427 04:37:34 Removing intermediate container 449de96cc4c7 04:37:34 ---> f5d475025df7 04:37:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:37:36 (1/12) Installing libmagic (5.38-r0) 04:37:36 (2/12) Installing file (5.38-r0) 04:37:36 (3/12) Installing libc-dev (0.7.2-r3) 04:37:36 (4/12) Installing g++ (9.3.0-r2) 04:37:37 ---> 2dfff7d8108b 04:37:37 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:37:37 ---> dcdb2fe51441 04:37:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:37:37 ---> 1e8129b3599f 04:37:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:37:39 ---> af9b96b0fdbe 04:37:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:37:39 ---> bbd582b46a7b 04:37:39 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:37:40 (5/12) Installing fortify-headers (1.1-r0) 04:37:40 (6/12) Installing patch (2.7.6-r6) 04:37:40 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:40 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:37:40 ---> 547f04256aa3 04:37:40 Step 3/20 : WORKDIR /edgex-go 04:37:40 ---> Using cache 04:37:40 ---> e5d4232fec98 04:37:40 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:40 ---> Using cache 04:37:40 ---> 53f05280648c 04:37:40 Step 5/20 : RUN apk update && apk add make git 04:37:40 (7/12) Installing build-base (0.5-r2) 04:37:40 (8/12) Installing libsodium (1.0.18-r0) 04:37:40 (9/12) Installing pkgconf (1.7.2-r0) 04:37:40 (10/12) Installing libsodium-dev (1.0.18-r0) 04:37:40 (11/12) Installing libzmq (4.3.2-r0) 04:37:41 (12/12) Installing zeromq-dev (4.3.2-r0) 04:37:41 Executing busybox-1.31.1-r16.trigger 04:37:41 OK: 217 MiB in 51 packages 04:37:41 ---> 1a4c193fe789 04:37:41 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:37:41 ---> Running in 50e0aab31782 04:37:41 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:42 ---> 547f04256aa3 04:37:42 Step 3/21 : WORKDIR /edgex-go 04:37:42 ---> Using cache 04:37:42 ---> e5d4232fec98 04:37:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:42 ---> Using cache 04:37:42 ---> 53f05280648c 04:37:42 Step 5/21 : RUN apk update && apk add make git 04:37:42 ---> 27e10b907169 04:37:42 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:37:42 ---> 84386e1b46a9 04:37:42 Step 20/26 : RUN apk --no-cache add py-pip 04:37:42 ---> Running in 3c5c5889bbc3 04:37:42 ---> 6a83046aa432 04:37:42 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:42 ---> Running in c24f57747dc5 04:37:43 ---> Running in 561b1422725c 04:37:43 ---> Running in 6252aeda9322 04:37:43 Removing intermediate container 6252aeda9322 04:37:43 ---> 6fa315ed1d7b 04:37:43 Step 20/22 : LABEL arch=x86_64 04:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:44 ---> Running in d8e2325acf94 04:37:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:44 Removing intermediate container d8e2325acf94 04:37:44 ---> 2990e3c7aaba 04:37:44 Step 21/22 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:37:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:44 ---> Running in 1df5cbd65ea9 04:37:44 (1/33) Installing libbz2 (1.0.8-r1) 04:37:44 (2/33) Installing expat (2.2.9-r1) 04:37:44 (3/33) Installing libffi (3.3-r2) 04:37:44 (4/33) Installing gdbm (1.13-r1) 04:37:44 (5/33) Installing xz-libs (5.2.5-r0) 04:37:44 (6/33) Installing sqlite-libs (3.32.1-r0) 04:37:44 Removing intermediate container 1df5cbd65ea9 04:37:44 ---> 41a4f24899f2 04:37:44 Step 22/22 : LABEL version=0.0.0 04:37:44 (7/33) Installing python3 (3.8.5-r0) 04:37:45 ---> Running in 323f706c88d4 04:37:45 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:45 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:45 OK: 12749 distinct packages available 04:37:45 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:45 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:45 OK: 12749 distinct packages available 04:37:45 OK: 233 MiB in 51 packages 04:37:45 OK: 233 MiB in 51 packages 04:37:45 Removing intermediate container f2eed49eb427 04:37:45 ---> c43dc283a918 04:37:45 Step 4/7 : WORKDIR /edgex-go 04:37:45 ---> Running in d7d7806c61c1 04:37:46 Removing intermediate container d7d7806c61c1 04:37:46 ---> 077df108833b 04:37:46 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:37:46 latest: Pulling from library/docker 04:37:46 b538f80385f9: Already exists 04:37:46 259a493cd78d: Pulling fs layer 04:37:46 b8e66b5100f5: Pulling fs layer 04:37:46 39dc9c94d07c: Pulling fs layer 04:37:46 551b823b3b82: Pulling fs layer 04:37:46 3c52a74df98c: Pulling fs layer 04:37:46 6c9b121b6998: Pulling fs layer 04:37:46 551b823b3b82: Waiting 04:37:46 3c52a74df98c: Waiting 04:37:46 6c9b121b6998: Waiting 04:37:46 b8e66b5100f5: Download complete 04:37:46 259a493cd78d: Verifying Checksum 04:37:46 551b823b3b82: Verifying Checksum 04:37:46 551b823b3b82: Download complete 04:37:47 3c52a74df98c: Verifying Checksum 04:37:47 3c52a74df98c: Download complete 04:37:47 6c9b121b6998: Verifying Checksum 04:37:47 6c9b121b6998: Download complete 04:37:47 259a493cd78d: Pull complete 04:37:47 b8e66b5100f5: Pull complete 04:37:47 39dc9c94d07c: Verifying Checksum 04:37:47 39dc9c94d07c: Download complete 04:37:48 Removing intermediate container 323f706c88d4 04:37:48 ---> 437437613ef1 04:37:48 04:37:48 (8/33) Installing py3-appdirs (1.4.4-r1) 04:37:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:37:48 (10/33) Installing py3-parsing (2.4.7-r0) 04:37:48 (11/33) Installing py3-six (1.15.0-r0) 04:37:48 (12/33) Installing py3-packaging (20.4-r0) 04:37:48 Successfully built 437437613ef1 04:37:48 (13/33) Installing py3-setuptools (47.0.0-r0) 04:37:48 (14/33) Installing py3-chardet (3.0.4-r4) 04:37:48 Successfully tagged docker-core-data-go:latest 04:37:48  Building docker-core-data-go ... done Building docker-support-notifications-go 04:37:48 (15/33) Installing py3-idna (2.9-r0) 04:37:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:37:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:37:49 (18/33) Installing py3-requests (2.23.0-r0) 04:37:49 (19/33) Installing py3-msgpack (1.0.0-r0) 04:37:49 (20/33) Installing py3-lockfile (0.12.2-r3) 04:37:49 Removing intermediate container 561b1422725c 04:37:49 ---> dc0449cd7ea1 04:37:49 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:37:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:37:50 (22/33) Installing py3-colorama (0.4.3-r0) 04:37:51 (23/33) Installing py3-distlib (0.3.0-r0) 04:37:51 39dc9c94d07c: Pull complete 04:37:51 551b823b3b82: Pull complete 04:37:51 3c52a74df98c: Pull complete 04:37:52 6c9b121b6998: Pull complete 04:37:52 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:37:52 Status: Downloaded newer image for docker:latest 04:37:52 (24/33) Installing py3-distro (1.5.0-r1) 04:37:52 (25/33) Installing py3-webencodings (0.5.1-r3) 04:37:54 (26/33) Installing py3-html5lib (1.0.1-r4) 04:37:54 Removing intermediate container 50e0aab31782 04:37:54 ---> c84cf1113f30 04:37:54 Step 6/20 : COPY go.mod . 04:37:54 Removing intermediate container 3c5c5889bbc3 04:37:54 ---> c935943030c9 04:37:54 Step 6/21 : COPY go.mod . 04:37:54 (27/33) Installing py3-pytoml (0.1.21-r0) 04:37:54 (28/33) Installing py3-pep517 (0.8.2-r0) 04:37:54 ---> Running in 4c7131a7fba2 04:37:54 (29/33) Installing py3-progress (1.5-r0) 04:37:54 (30/33) Installing py3-toml (0.10.1-r0) 04:37:54 (31/33) Installing py3-retrying (1.3.3-r0) 04:37:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:37:54 (33/33) Installing py3-pip (20.1.1-r0) 04:37:55 ---> c172c975c260 04:37:55 Step 7/20 : RUN go mod download 04:37:55 Executing busybox-1.31.1-r16.trigger 04:37:55 OK: 71 MiB in 55 packages 04:37:56 ---> 257e7b47c15f 04:37:56 Step 6/7 : COPY go.mod . 04:37:56 ---> 6aad91d9066f 04:37:56 Step 7/7 : RUN go mod download 04:37:56 ---> 0e4cf1fad0fb 04:37:56 Step 7/21 : RUN go mod download 04:37:56 ---> Running in bb9c6f170849 04:37:57 ---> Running in 28515e2d29bc 04:37:57 Removing intermediate container 4c7131a7fba2 04:37:57 ---> a28e06666a06 04:37:57 Step 24/26 : LABEL arch=x86_64 04:37:58 ---> Running in 1d2c62277f14 04:37:58 ---> Running in 431421a9e57b 04:38:00 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:38:00 go: finding github.com/BurntSushi/toml v0.3.1 04:38:00 go: finding github.com/OneOfOne/xxhash v1.2.5 04:38:00 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:38:00 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:38:00 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:38:00 go: finding github.com/bgentry/speakeasy v0.1.0 04:38:00 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:38:00 go: finding github.com/cloudflare/gokey v0.1.0 04:38:00 go: finding github.com/davecgh/go-spew v1.1.1 04:38:00 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:38:00 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:38:00 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:38:00 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:38:00 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:38:00 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:38:00 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:38:00 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:38:00 go: finding github.com/fatih/color v1.7.0 04:38:00 go: finding github.com/fsnotify/fsnotify v1.4.7 04:38:00 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:38:00 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:38:00 go: finding github.com/go-kit/kit v0.8.0 04:38:00 go: finding github.com/go-logfmt/logfmt v0.4.0 04:38:00 go: finding github.com/go-redis/redis/v7 v7.2.0 04:38:00 go: finding github.com/go-stack/stack v1.8.0 04:38:00 go: finding github.com/golang/protobuf v1.3.2 04:38:00 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:38:00 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:38:00 go: finding github.com/google/uuid v1.1.0 04:38:00 go: finding github.com/gorilla/mux v1.7.1 04:38:00 go: finding github.com/hashicorp/consul/api v1.1.0 04:38:00 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:38:00 go: finding github.com/hashicorp/errwrap v1.0.0 04:38:00 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:38:00 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:38:00 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:38:00 go: finding github.com/hashicorp/go-multierror v1.0.0 04:38:00 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:38:00 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:38:00 go: finding github.com/hashicorp/go-syslog v1.0.0 04:38:00 go: finding github.com/hashicorp/go-uuid v1.0.1 04:38:00 go: finding github.com/hashicorp/go.net v0.0.1 04:38:00 go: finding github.com/hashicorp/golang-lru v0.5.0 04:38:00 go: finding github.com/hashicorp/logutils v1.0.0 04:38:00 go: finding github.com/hashicorp/mdns v1.0.0 04:38:00 go: finding github.com/hashicorp/memberlist v0.1.3 04:38:00 go: finding github.com/hashicorp/serf v0.8.2 04:38:00 Removing intermediate container 431421a9e57b 04:38:00 ---> bfdc943be90e 04:38:00 Step 25/26 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:38:01 go: finding github.com/hpcloud/tail v1.0.0 04:38:01 go: finding github.com/imdario/mergo v0.3.6 04:38:01 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:38:01 go: finding github.com/kr/pretty v0.1.0 04:38:01 go: finding github.com/kr/pty v1.1.1 04:38:01 go: finding github.com/kr/text v0.1.0 04:38:01 go: finding github.com/mattn/go-colorable v0.0.9 04:38:01 go: finding github.com/mattn/go-isatty v0.0.3 04:38:01 go: finding github.com/miekg/dns v1.0.14 04:38:01 go: finding github.com/mitchellh/cli v1.0.0 04:38:01 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:38:01 ---> Running in 8d862359d95a 04:38:01 go: finding github.com/mitchellh/copystructure v1.0.0 04:38:01 go: finding github.com/mitchellh/go-homedir v1.0.0 04:38:01 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:38:01 go: finding github.com/mitchellh/gox v0.4.0 04:38:01 go: finding github.com/mitchellh/iochan v1.0.0 04:38:01 go: finding github.com/mitchellh/mapstructure v1.1.2 04:38:01 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:38:01 go: finding github.com/onsi/ginkgo v1.10.1 04:38:01 go: finding github.com/onsi/gomega v1.7.0 04:38:01 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:38:01 go: finding github.com/pebbe/zmq4 v1.0.0 04:38:01 go: finding github.com/pelletier/go-toml v1.2.0 04:38:01 go: finding github.com/pkg/errors v0.8.1 04:38:01 go: finding github.com/pmezard/go-difflib v1.0.0 04:38:01 go: finding github.com/posener/complete v1.1.1 04:38:01 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:38:01 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:38:01 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:38:01 go: finding github.com/stretchr/objx v0.1.0 04:38:01 go: finding github.com/stretchr/testify v1.5.1 04:38:01 go: finding github.com/ugorji/go v1.1.4 04:38:01 go: finding github.com/x448/float16 v0.8.4 04:38:01 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:38:01 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:38:01 ---> 547f04256aa3 04:38:01 Step 3/23 : WORKDIR /edgex-go 04:38:01 ---> Using cache 04:38:01 ---> e5d4232fec98 04:38:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:01 ---> Using cache 04:38:01 ---> 53f05280648c 04:38:01 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:38:01 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:38:01 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:38:01 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:38:01 go: finding golang.org/x/text v0.3.2 04:38:01 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:38:01 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:38:01 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:38:01 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:38:01 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:38:01 go: finding gopkg.in/yaml.v2 v2.2.8 04:38:02 Removing intermediate container 8d862359d95a 04:38:02 ---> 908cddd2b338 04:38:02 Step 26/26 : LABEL version=0.0.0 04:38:02 ---> Running in 49140761e5c5 04:38:03 ---> Running in 85b2ce079dd5 04:38:04 Removing intermediate container 85b2ce079dd5 04:38:04 ---> cb339e11580b 04:38:04 04:38:05 Successfully built cb339e11580b 04:38:05 Removing intermediate container 28515e2d29bc 04:38:05 ---> 9324396c9cc3 04:38:05 Step 8/20 : COPY . . 04:38:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:06 Successfully tagged docker-security-secretstore-setup-go:latest 04:38:06 Building docker-security-secrets-setup-go 04:38:06  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1d2c62277f14 04:38:06 ---> 20a46bb776ce 04:38:06 Step 8/21 : COPY . . 04:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:07 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:07 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:07 OK: 12749 distinct packages available 04:38:12 OK: 233 MiB in 51 packages 04:38:20 Removing intermediate container bb9c6f170849 04:38:20 ---> ef9bc179c6c0 04:38:20 Successfully built ef9bc179c6c0 04:38:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:38:20 + docker inspect -f . ci-base-image-arm64 04:38:20 . [Pipeline] withDockerContainer 04:38:21 prd-ubuntu18.04-docker-arm64-4c-16g-691 does not seem to be running inside a container 04:38:21 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:38:22 Removing intermediate container 49140761e5c5 04:38:22 ---> d07ffa44c99d 04:38:22 Step 6/23 : COPY go.mod . 04:38:22 Removing intermediate container c24f57747dc5 04:38:22 ---> df953ea8494a 04:38:22 Step 21/26 : RUN pip install docker-compose==1.23.2 04:38:22 $ docker top d41a3339567a9db16e78957dac042b79179ae51087f97ea4eea1fa8046681346 -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:23 + go version 04:38:23 go version go1.13.13 linux/arm64 [Pipeline] echo 04:38:23 ========================================================= 04:38:23 [edgeXBuildGoParallel] Running Tests and Build... 04:38:23 ========================================================= [Pipeline] sh 04:38:24 + make test raml_verify 04:38:24 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:38:24 ---> Running in ee96f164a43e 04:38:25 ---> a6e55149a4a6 04:38:25 Step 7/23 : RUN go mod download 04:38:26 ---> Running in 3d610e9eae9a 04:38:27 ? github.com/edgexfoundry/edgex-go [no test files] 04:38:31 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:31 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:38:31 ---> 547f04256aa3 04:38:31 Step 3/29 : WORKDIR /edgex-go 04:38:31 ---> Using cache 04:38:31 ---> e5d4232fec98 04:38:31 Step 4/29 : RUN apk update && apk add make git 04:38:34 ---> Running in f1a47459e65f 04:38:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:35 Removing intermediate container 3d610e9eae9a 04:38:35 ---> d17c5449946d 04:38:35 Step 8/23 : COPY . . 04:38:35 Collecting docker-compose==1.23.2 04:38:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:38:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:36 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:36 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:36 OK: 12749 distinct packages available 04:38:36 OK: 233 MiB in 51 packages 04:38:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:38:37 ---> 17e081d4f1c2 04:38:37 Step 9/21 : RUN make cmd/core-command/core-command 04:38:37 Collecting texttable<0.10,>=0.9.0 04:38:37 ---> 085c288f3694 04:38:37 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:38:37 Downloading texttable-0.9.1.tar.gz (11 kB) 04:38:41 Collecting docker<4.0,>=3.6.0 04:38:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:38:41 ---> Running in 18822e64bf96 04:38:41 ---> Running in ecbdd4016e66 04:38:41 Collecting dockerpty<0.5,>=0.4.1 04:38:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:38:43 Collecting cached-property<2,>=1.2.0 04:38:43 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:38:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:38:44 Removing intermediate container f1a47459e65f 04:38:44 ---> c06a8af3b955 04:38:44 Step 5/29 : COPY go.mod . 04:38:44 Collecting websocket-client<1.0,>=0.32.0 04:38:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:38:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:38:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:38:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:38:44 ---> 1fa0fbf2cd9b 04:38:44 Step 6/29 : RUN go mod download 04:38:44 Collecting docopt<0.7,>=0.6.1 04:38:44 Downloading docopt-0.6.2.tar.gz (25 kB) 04:38:44 ---> Running in 6e4a45a56672 04:38:45 Collecting jsonschema<3,>=2.5.1 04:38:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:38:45 Collecting PyYAML<4,>=3.10 04:38:45 Downloading PyYAML-3.13.tar.gz (270 kB) 04:38:48 Collecting docker-pycreds>=0.4.0 04:38:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:38:49 Collecting idna<2.8,>=2.5 04:38:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:38:49 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:38:49 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:38:50 Collecting urllib3<1.25,>=1.21.1 04:38:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:38:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:38:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:38:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:38:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:38:50 Installing collected packages: texttable, docker-pycreds, websocket-client, idna, urllib3, requests, docker, dockerpty, cached-property, docopt, jsonschema, PyYAML, docker-compose 04:38:50 Running setup.py install for texttable: started 04:38:51 Removing intermediate container 6e4a45a56672 04:38:51 ---> 037a5201f3eb 04:38:51 Step 7/29 : COPY . . 04:38:51 Running setup.py install for texttable: finished with status 'done' 04:38:53 ---> 32254990958a 04:38:53 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:38:54 Attempting uninstall: idna 04:38:54 Found existing installation: idna 2.9 04:38:54 Uninstalling idna-2.9: 04:38:54 Successfully uninstalled idna-2.9 04:38:55 Attempting uninstall: urllib3 04:38:55 Found existing installation: urllib3 1.25.9 04:38:55 Uninstalling urllib3-1.25.9: 04:38:55 Successfully uninstalled urllib3-1.25.9 04:38:58 Attempting uninstall: requests 04:38:58 Found existing installation: requests 2.23.0 04:38:58 Uninstalling requests-2.23.0: 04:38:58 Successfully uninstalled requests-2.23.0 04:38:58 ---> Running in 43b69f807ba3 04:38:59 Running setup.py install for dockerpty: started 04:38:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:38:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:38:59 Running setup.py install for dockerpty: finished with status 'done' 04:38:59 Running setup.py install for docopt: started 04:39:01 Running setup.py install for docopt: finished with status 'done' 04:39:03 Running setup.py install for PyYAML: started 04:39:05 Running setup.py install for PyYAML: finished with status 'done' 04:39:06 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:39:14 ---> c39c7803cf98 04:39:14 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:39:14 Removing intermediate container ee96f164a43e 04:39:14 ---> 1c386c31fa2f 04:39:14 Step 22/26 : RUN apk --no-cache add curl 04:39:14 ---> Running in 3b64295f7799 04:39:14 ---> Running in d812549831a9 04:39:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:39:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:39:16 (2/3) Installing libcurl (7.69.1-r0) 04:39:16 (3/3) Installing curl (7.69.1-r0) 04:39:16 Executing busybox-1.31.1-r16.trigger 04:39:16 OK: 72 MiB in 58 packages 04:39:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:39:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:39:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:39:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:39:17 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s 04:39:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:39:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:39:17 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:39:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:39:18 Removing intermediate container d812549831a9 04:39:18 ---> caae4f26f4a3 04:39:18 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:39:20 ---> Running in 7651c40dd292 04:39:21 Removing intermediate container ecbdd4016e66 04:39:21 ---> 70b2baffbd31 04:39:21 04:39:21 Step 10/21 : FROM scratch 04:39:21 ---> 04:39:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:39:21 Removing intermediate container 18822e64bf96 04:39:21 ---> 0ee4d70d20d2 04:39:21 04:39:21 Step 10/20 : FROM scratch 04:39:21 ---> 04:39:21 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:39:21 Removing intermediate container 7651c40dd292 04:39:21 ---> 83da113d8a9c 04:39:21 Step 24/26 : LABEL arch=x86_64 04:39:21 ---> Running in 641003dc8252 04:39:21 ---> Running in 06e9d706f169 04:39:21 ---> Running in 8c5008ba83cf 04:39:22 Removing intermediate container 641003dc8252 04:39:22 ---> 3cc4fab2755a 04:39:22 Step 25/26 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:39:22 ---> Running in 4ba4399f9564 04:39:22 Removing intermediate container 06e9d706f169 04:39:22 ---> 9413633f4aa1 04:39:22 Step 12/21 : ENV APP_PORT=48082 04:39:22 Removing intermediate container 8c5008ba83cf 04:39:22 ---> e7497a25b0d3 04:39:22 Step 12/20 : ENV APP_PORT=48085 04:39:22 ---> Running in a4b6caf7be7f 04:39:22 ---> Running in 697c7e849bdf 04:39:22 Removing intermediate container 4ba4399f9564 04:39:22 ---> cd237a7182d5 04:39:22 Step 26/26 : LABEL version=0.0.0 04:39:22 ---> Running in ba7c2dd7c44d 04:39:22 Removing intermediate container a4b6caf7be7f 04:39:22 ---> 38ade177b8b1 04:39:22 Step 13/21 : EXPOSE $APP_PORT 04:39:22 ---> Running in 3bd2fc1d4fad 04:39:22 Removing intermediate container 697c7e849bdf 04:39:22 ---> 0979b2ae29dd 04:39:22 Step 13/20 : EXPOSE $APP_PORT 04:39:22 ---> Running in ec5fe4e9a89f 04:39:22 Removing intermediate container ba7c2dd7c44d 04:39:22 ---> 95a0c6bf0a8a 04:39:22 04:39:22 Removing intermediate container 3bd2fc1d4fad 04:39:22 ---> 60b2acb69976 04:39:22 Step 14/21 : WORKDIR / 04:39:23 Successfully built 95a0c6bf0a8a 04:39:23 Successfully tagged docker-sys-mgmt-agent-go:latest 04:39:23  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 04:39:23 ---> Running in 8151963a99aa 04:39:24 Removing intermediate container ec5fe4e9a89f 04:39:24 ---> f30898093a2b 04:39:24 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:39:24 Removing intermediate container 8151963a99aa 04:39:24 ---> 039ee4ef1b73 04:39:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:39:25 ---> 84b67624db40 04:39:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:39:25 ---> 47c8fbb8f440 04:39:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.163s coverage: 46.6% of statements 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:39:33 ---> 327a276c4a06 04:39:33 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:39:33 ---> 5a5e21d77673 04:39:33 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:39:34 Removing intermediate container 43b69f807ba3 04:39:34 ---> e1067c93c8d8 04:39:34 04:39:34 Step 10/23 : FROM scratch 04:39:34 ---> 04:39:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:39:35 ---> Using cache 04:39:35 ---> d79be9db5317 04:39:35 Step 12/23 : ENV APP_PORT=48060 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.150s coverage: 27.4% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:39:37 ---> 69cf3a184be1 04:39:37 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:38 ---> Running in 15a5765d07fe 04:39:38 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:39:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:39:38 ---> 547f04256aa3 04:39:38 Step 3/21 : WORKDIR /edgex-go 04:39:38 ---> Using cache 04:39:38 ---> e5d4232fec98 04:39:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:38 ---> Using cache 04:39:38 ---> 53f05280648c 04:39:38 Step 5/21 : RUN apk update && apk add make git 04:39:38 ---> Using cache 04:39:38 ---> c935943030c9 04:39:38 Step 6/21 : COPY go.mod . 04:39:38 ---> Using cache 04:39:38 ---> 0e4cf1fad0fb 04:39:38 Step 7/21 : RUN go mod download 04:39:38 ---> Using cache 04:39:38 ---> 20a46bb776ce 04:39:38 Step 8/21 : COPY . . 04:39:38 ---> Using cache 04:39:38 ---> 17e081d4f1c2 04:39:38 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:39:39 ---> ab6aa28c7db9 04:39:39 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:39 ---> Running in aa51f0f0906f 04:39:39 ---> Running in 3196cb4e759c 04:39:39 ---> Running in e8cf13d8436f 04:39:39 Removing intermediate container 15a5765d07fe 04:39:39 ---> 379b23e5dfa3 04:39:39 Step 13/23 : EXPOSE $APP_PORT 04:39:39 ---> Running in 7baceaf20ded 04:39:39 Removing intermediate container aa51f0f0906f 04:39:39 ---> 1221189324f1 04:39:39 Step 18/20 : LABEL arch=x86_64 04:39:39 Removing intermediate container e8cf13d8436f 04:39:39 ---> 8cf026ff079f 04:39:39 Step 19/21 : LABEL arch=x86_64 04:39:40 ---> Running in f9d1c326f6cd 04:39:40 ---> Running in 188f079724ee 04:39:40 Removing intermediate container 7baceaf20ded 04:39:40 ---> 13a04a662c1d 04:39:40 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:39:40 Removing intermediate container f9d1c326f6cd 04:39:40 ---> 45697e40026b 04:39:40 Step 19/20 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:39:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:39:40 ---> Running in b2a153a80f46 04:39:40 Removing intermediate container 188f079724ee 04:39:40 ---> 1e8fafa773d0 04:39:40 Step 20/21 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:39:41 ---> b1296754977e 04:39:41 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:39:41 ---> Running in cb15ce31b65f 04:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.288s coverage: 29.3% of statements 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.054s coverage: 100.0% of statements 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.075s coverage: 89.8% of statements 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:39:41 Removing intermediate container b2a153a80f46 04:39:41 ---> 663ac43e26c3 04:39:41 Step 20/20 : LABEL version=0.0.0 04:39:42 ---> Running in be3ca54c4dd7 04:39:42 Removing intermediate container cb15ce31b65f 04:39:42 ---> c4b0dd0db4e3 04:39:42 Step 21/21 : LABEL version=0.0.0 04:39:42 ---> 4608fc2e7e81 04:39:42 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:39:42 Removing intermediate container 3b64295f7799 04:39:42 ---> 97b5a4dfe1ec 04:39:42 04:39:42 Step 9/29 : FROM alpine:latest 04:39:42 ---> a24bb4013296 04:39:42 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.201s coverage: 97.5% of statements 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.114s coverage: 100.0% of statements 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:39:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:39:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 04:39:43 ---> Running in 59d76181e8f4 04:39:43 ---> Running in 79c9483a18cd 04:39:43 Removing intermediate container be3ca54c4dd7 04:39:43 ---> 0a79289db0ff 04:39:43 04:39:43 Removing intermediate container 59d76181e8f4 04:39:43 ---> eb727be3124c 04:39:43 04:39:45 Successfully built 0a79289db0ff 04:39:45 Successfully tagged docker-support-scheduler-go:latest 04:39:45  Building docker-support-scheduler-go ... done Successfully built eb727be3124c 04:39:45 Successfully tagged docker-core-command-go:latest 04:39:45  Building docker-core-command-go ... done Removing intermediate container 79c9483a18cd 04:39:45 ---> ad3098d0b942 04:39:45 Step 11/29 : USER root 04:39:45 ---> ef62e7798152 04:39:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:39:45 ---> Running in d3a6ceb7c00c 04:39:45 Removing intermediate container d3a6ceb7c00c 04:39:45 ---> 866cf57e16fb 04:39:45 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:39:45 ---> Running in fd06a85ffa82 04:39:46 ---> fb196bcbc602 04:39:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:39:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements 04:39:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:39:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:39:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements 04:39:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.026s coverage: 92.3% of statements 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.112s coverage: 73.7% of statements 04:39:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:47 ---> 21acb9145de6 04:39:47 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:39:47 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:39:47 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:39:47 OK: 12749 distinct packages available 04:39:47 ---> 8b059c7ab4c4 04:39:47 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:47 (1/2) Installing ca-certificates (20191127-r4) 04:39:47 (2/2) Installing dumb-init (1.2.2-r1) 04:39:47 Executing busybox-1.31.1-r16.trigger 04:39:48 Executing ca-certificates-20191127-r4.trigger 04:39:48 ---> Running in 43c80573dea7 04:39:48 OK: 6 MiB in 16 packages 04:39:48 Removing intermediate container 43c80573dea7 04:39:48 ---> 5e7edf8389ef 04:39:48 Step 21/23 : LABEL arch=x86_64 04:39:48 ---> Running in 46673973464d 04:39:48 Removing intermediate container 46673973464d 04:39:48 ---> 99ca2c05c1aa 04:39:48 Step 22/23 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:39:49 ---> Running in 5ba4200edf9e 04:39:49 Removing intermediate container fd06a85ffa82 04:39:49 ---> 2e3f0009afbe 04:39:49 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements 04:39:49 Removing intermediate container 5ba4200edf9e 04:39:49 ---> 74d82ca2749b 04:39:49 Step 23/23 : LABEL version=0.0.0 04:39:49 ---> Running in 1fc23b8fe0ee 04:39:50 ---> Running in c7e6db659dce 04:39:50 Removing intermediate container 1fc23b8fe0ee 04:39:50 ---> ae49687a1437 04:39:50 Step 14/29 : WORKDIR $BASE_DIR 04:39:50 ---> Running in 817f10338f01 04:39:50 Removing intermediate container c7e6db659dce 04:39:50 ---> c4caad0255f8 04:39:50 04:39:50 Successfully built c4caad0255f8 04:39:50 Successfully tagged docker-support-notifications-go:latest 04:39:50  Building docker-support-notifications-go ... done Removing intermediate container 817f10338f01 04:39:50 ---> cd0a10a16860 04:39:50 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:39:50 ---> Running in e1c3bccbc5e0 04:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.315s coverage: 55.9% of statements 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:39:52 Removing intermediate container e1c3bccbc5e0 04:39:52 ---> 352d240d413d 04:39:52 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:39:52 ---> 427fdf6b1865 04:39:52 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:39:52 ---> 704d338e0b37 04:39:52 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:39:53 ---> 68f49ce5d2ca 04:39:53 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:39:53 ---> 1059bd015a28 04:39:53 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:39:54 ---> 45e6efe4323f 04:39:54 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:39:54 ---> Running in 0dc77804c52c 04:39:56 Removing intermediate container 3196cb4e759c 04:39:56 ---> 6e687f4d4090 04:39:56 04:39:56 Step 10/21 : FROM scratch 04:39:56 ---> 04:39:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:39:56 ---> Using cache 04:39:56 ---> e7497a25b0d3 04:39:56 Step 12/21 : ENV APP_PORT=48081 04:39:56 ---> Running in 8b72005c9ab7 04:39:56 Removing intermediate container 0dc77804c52c 04:39:56 ---> a23e2469fc61 04:39:56 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:39:56 Removing intermediate container 8b72005c9ab7 04:39:56 ---> 034d3e3c6654 04:39:56 Step 13/21 : EXPOSE $APP_PORT 04:39:56 ---> Running in 8a605b78d227 04:39:56 ---> 02d3955eb449 04:39:56 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:39:56 ---> Running in a8b6c317e240 04:39:56 Removing intermediate container 8a605b78d227 04:39:56 ---> 94c996b41248 04:39:56 Step 14/21 : WORKDIR / 04:39:56 ---> Running in 3ecdcf476b8e 04:39:57 Removing intermediate container 3ecdcf476b8e 04:39:57 ---> 4b3432d69eee 04:39:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:39:57 ---> 60a160d0edae 04:39:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:39:57 Removing intermediate container a8b6c317e240 04:39:57 ---> 56943a50a669 04:39:57 Step 24/29 : RUN chmod 755 security-secrets-setup 04:39:57 ---> Running in 34f4d1ac2a98 04:39:57 ---> 9983bcecf67f 04:39:57 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:39:57 ---> 31de60f89770 04:39:57 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:58 ---> Running in d6139592d1dd 04:39:58 Removing intermediate container d6139592d1dd 04:39:58 ---> 6511f39fe9c5 04:39:58 Step 19/21 : LABEL arch=x86_64 04:39:58 ---> Running in 540834e06407 04:39:58 Removing intermediate container 540834e06407 04:39:58 ---> d83f04bb8bde 04:39:58 Step 20/21 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:39:59 ---> Running in 7f5c0cad85b9 04:39:59 Removing intermediate container 34f4d1ac2a98 04:39:59 ---> a55ee6c55cae 04:39:59 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:39:59 ---> Running in b2ca64268288 04:39:59 Removing intermediate container 7f5c0cad85b9 04:39:59 ---> 4470ea21c873 04:39:59 Step 21/21 : LABEL version=0.0.0 04:39:59 ---> Running in 76de93568d6d 04:39:59 Removing intermediate container b2ca64268288 04:39:59 ---> abc044bd8191 04:39:59 Step 26/29 : CMD [ "generate" ] 04:39:59 ---> Running in 77a3f059f716 04:39:59 Removing intermediate container 76de93568d6d 04:39:59 ---> 38b4c9b7a7f6 04:39:59 04:39:59 Successfully built 38b4c9b7a7f6 04:39:59 Successfully tagged docker-core-metadata-go:latest 04:39:59  Building docker-core-metadata-go ... done Removing intermediate container 77a3f059f716 04:39:59 ---> be17720fa621 04:39:59 Step 27/29 : LABEL arch=x86_64 04:39:59 ---> Running in d90e22999e84 04:39:59 Removing intermediate container d90e22999e84 04:39:59 ---> 42bc4703c7a0 04:39:59 Step 28/29 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:39:59 ---> Running in 44fa33bd0dab 04:40:00 Removing intermediate container 44fa33bd0dab 04:40:00 ---> c671ce5401d7 04:40:00 Step 29/29 : LABEL version=0.0.0 04:40:00 ---> Running in 538e03883d04 04:40:00 Removing intermediate container 538e03883d04 04:40:00 ---> 8e71c2acd63a 04:40:00 04:40:00 Successfully built 8e71c2acd63a 04:40:00 Successfully tagged docker-security-secrets-setup-go:latest 04:40:01  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:40:01 $ docker stop --time=1 512b87315770086a25534a2a398744e1c67e1f856546e118047c0a49577a8145 04:40:03 $ docker rm -f 512b87315770086a25534a2a398744e1c67e1f856546e118047c0a49577a8145 [Pipeline] // withDockerContainer [Pipeline] sh 04:40:03 + docker images 04:40:03 + grep docker 04:40:03 docker-security-secrets-setup-go latest 8e71c2acd63a 3 seconds ago 25.1MB 04:40:03 docker-core-metadata-go latest 38b4c9b7a7f6 4 seconds ago 14.4MB 04:40:03 docker-support-notifications-go latest c4caad0255f8 13 seconds ago 14.4MB 04:40:03 docker-core-command-go latest eb727be3124c 20 seconds ago 13MB 04:40:03 docker-support-scheduler-go latest 0a79289db0ff 21 seconds ago 13.1MB 04:40:03 docker-sys-mgmt-agent-go latest 95a0c6bf0a8a 41 seconds ago 284MB 04:40:03 docker-security-secretstore-setup-go latest cb339e11580b About a minute ago 33.9MB 04:40:03 docker-core-data-go latest 437437613ef1 2 minutes ago 23.8MB 04:40:03 docker-security-proxy-setup-go latest 5aae3b281f77 2 minutes ago 16.4MB 04:40:03 docker-support-logging-go latest de14019cd839 2 minutes ago 11.8MB 04:40:03 docker latest 81f5749c9058 3 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 35.147s coverage: 86.3% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.008s coverage: 72.2% of statements 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.400s coverage: 72.1% of statements 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.028s coverage: 82.4% of statements 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.063s coverage: 28.8% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.062s coverage: 96.8% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.134s coverage: 33.7% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.316s coverage: 84.1% of statements 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.022s coverage: 43.1% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.036s coverage: 100.0% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.056s coverage: 83.8% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.094s coverage: 46.1% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.049s coverage: 100.0% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.384s coverage: 29.1% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.122s coverage: 99.0% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.026s coverage: 100.0% of statements 04:40:30 GO111MODULE=on go vet ./... 04:40:45 gofmt -l . 04:40:48 [ "`gofmt -l .`" = "" ] 04:40:51 ./bin/test-go-mod-tidy.sh 04:40:51 ./bin/test-attribution-txt.sh 04:40:54 docker run --rm --privileged \ 04:40:54 -v /w/workspace/edgex-go/23:/raml-verification -w /raml-verification \ 04:40:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ 04:40:54 /scripts/raml-verify.sh 04:40:54 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally 04:40:54 aarch64: Pulling from edgex-devops/edgex-docs-builder 04:40:54 29e5d40040c1: Pulling fs layer 04:40:54 8c46fbeab2c7: Pulling fs layer 04:40:54 8ba552a4e5fe: Pulling fs layer 04:40:54 1fb62381901b: Pulling fs layer 04:40:54 147fb30a95d9: Pulling fs layer 04:40:54 3ccc99ad11dc: Pulling fs layer 04:40:54 147fb30a95d9: Waiting 04:40:54 3ccc99ad11dc: Waiting 04:40:54 1fb62381901b: Waiting 04:40:54 8ba552a4e5fe: Verifying Checksum 04:40:54 8ba552a4e5fe: Download complete 04:40:54 1fb62381901b: Verifying Checksum 04:40:54 1fb62381901b: Download complete 04:40:54 29e5d40040c1: Verifying Checksum 04:40:54 29e5d40040c1: Download complete 04:40:54 3ccc99ad11dc: Verifying Checksum 04:40:54 3ccc99ad11dc: Download complete 04:40:54 147fb30a95d9: Verifying Checksum 04:40:54 147fb30a95d9: Download complete 04:40:55 29e5d40040c1: Pull complete 04:40:55 8c46fbeab2c7: Verifying Checksum 04:40:55 8c46fbeab2c7: Download complete 04:40:59 8c46fbeab2c7: Pull complete 04:40:59 8ba552a4e5fe: Pull complete 04:41:00 1fb62381901b: Pull complete 04:41:05 147fb30a95d9: Pull complete 04:41:05 3ccc99ad11dc: Pull complete 04:41:05 Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 04:41:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 04:41:08 Verifying ./api/raml/core-command.raml... 04:41:11 OK 04:41:11 Verifying ./api/raml/core-metadata.raml... 04:41:19 OK 04:41:19 Verifying ./api/raml/support-logging.raml... 04:41:22 OK 04:41:22 Verifying ./api/raml/support-scheduler.raml... 04:41:25 OK 04:41:25 Verifying ./api/raml/core-data.raml... 04:41:31 OK 04:41:31 Verifying ./api/raml/support-notifications.raml... 04:41:36 OK 04:41:36 Verifying ./api/raml/system-agent.raml... 04:41:38 OK [Pipeline] sh 04:41:39 + ls -al . 04:41:39 total 596 04:41:39 drwxrwxr-x 10 1001 1001 4096 Jul 23 04:40 . 04:41:39 drwxr-xr-x 4 root root 4096 Jul 23 04:38 .. 04:41:39 -rw-rw-r-- 1 1001 1001 11 Jul 23 04:36 .dockerignore 04:41:39 drwxrwxr-x 8 1001 1001 4096 Jul 23 04:36 .git 04:41:39 drwxrwxr-x 3 1001 1001 4096 Jul 23 04:36 .github 04:41:39 -rw-rw-r-- 1 1001 1001 924 Jul 23 04:36 .gitignore 04:41:39 drwxrwxr-x 3 1001 1001 4096 Jul 23 04:36 .semver 04:41:39 -rw-rw-r-- 1 1001 1001 178 Jul 23 04:36 .sonarcloud.properties 04:41:39 -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:36 CONTRIBUTING.md 04:41:39 -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:36 Dockerfile.build 04:41:39 -rw-rw-r-- 1 1001 1001 824 Jul 23 04:36 Jenkinsfile 04:41:39 -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:36 LICENSE 04:41:39 -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:36 Makefile 04:41:39 -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:36 README.md 04:41:39 -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:36 SECURITY.md 04:41:39 -rw-rw-r-- 1 1001 1001 5 Jul 23 04:32 VERSION 04:41:39 -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:36 ZMQWindows.md 04:41:39 drwxrwxr-x 4 1001 1001 4096 Jul 23 04:36 api 04:41:39 drwxrwxr-x 2 1001 1001 4096 Jul 23 04:36 bin 04:41:39 drwxrwxr-x 15 1001 1001 4096 Jul 23 04:36 cmd 04:41:39 -rw-r--r-- 1 root root 465277 Jul 23 04:40 coverage.out 04:41:39 -rw-r--r-- 1 root root 1075 Jul 23 04:40 go.mod 04:41:39 -rw-r--r-- 1 root root 18146 Jul 23 04:40 go.sum 04:41:39 drwxrwxr-x 8 1001 1001 4096 Jul 23 04:36 internal 04:41:39 drwxrwxr-x 4 1001 1001 4096 Jul 23 04:36 snap 04:41:39 -rw-rw-r-- 1 1001 1001 168 Jul 23 04:36 version.go [Pipeline] sh 04:41:40 + '[' -e coverage.out ] 04:41:40 + chown 1001:1001 coverage.out [Pipeline] stash 04:41:40 Warning: overwriting stash ‘coverage-report’ 04:41:41 Stashed 1 file(s) [Pipeline] sh 04:41:42 + make build 04:41:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:42:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:42:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:42:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:42:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:42:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:42:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:42:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:42:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:42:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:42:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:43:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:43:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:43:10 $ docker stop --time=1 d41a3339567a9db16e78957dac042b79179ae51087f97ea4eea1fa8046681346 04:43:13 $ docker rm -f d41a3339567a9db16e78957dac042b79179ae51087f97ea4eea1fa8046681346 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:43:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:43:14 04:43:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:43:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:43:15 latest: Pulling from edgex-devops/edgex-compose-arm64 04:43:15 29e5d40040c1: Already exists 04:43:15 1ce36da41761: Pulling fs layer 04:43:15 25b303627fd3: Pulling fs layer 04:43:16 1ce36da41761: Verifying Checksum 04:43:16 1ce36da41761: Download complete 04:43:17 1ce36da41761: Pull complete 04:43:17 25b303627fd3: Verifying Checksum 04:43:17 25b303627fd3: Download complete 04:43:27 25b303627fd3: Pull complete 04:43:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:43:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:43:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:43:28 prd-ubuntu18.04-docker-arm64-4c-16g-691 does not seem to be running inside a container 04:43:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:43:32 $ docker top 192348596d05252a0efc0806f45b90ad52e932f060bdc5e574e7d2c65280fd3b -eo pid,comm [Pipeline] { [Pipeline] sh 04:43:34 + docker-compose build+ --helpgrep 04:43:34 parallel 04:43:38 --parallel Build images in parallel. [Pipeline] } 04:43:38 $ docker stop --time=1 192348596d05252a0efc0806f45b90ad52e932f060bdc5e574e7d2c65280fd3b 04:43:40 $ docker rm -f 192348596d05252a0efc0806f45b90ad52e932f060bdc5e574e7d2c65280fd3b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:43:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:43:41 . [Pipeline] withDockerContainer 04:43:41 prd-ubuntu18.04-docker-arm64-4c-16g-691 does not seem to be running inside a container 04:43:41 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:43:43 $ docker top d3fef32b2b537fafa2332d450bea7342cb59df62dec9506a036a36c94762d98c -eo pid,comm [Pipeline] { [Pipeline] sh 04:43:44 + docker-compose -f ./docker-compose-build.yml build --parallel 04:43:51 Building docker-core-command-go ... 04:43:51 Building docker-core-data-go ... 04:43:51 Building docker-core-metadata-go ... 04:43:51 Building docker-security-proxy-setup-go ... 04:43:51 Building docker-security-secrets-setup-go ... 04:43:51 Building docker-security-secretstore-setup-go ... 04:43:51 Building docker-support-logging-go ... 04:43:51 Building docker-support-notifications-go ... 04:43:51 Building docker-support-scheduler-go ... 04:43:51 Building docker-sys-mgmt-agent-go ... 04:43:51 Building docker-support-notifications-go 04:43:51 Building docker-core-metadata-go 04:43:51 Building docker-security-proxy-setup-go 04:43:51 Building docker-security-secrets-setup-go 04:43:51 Building docker-security-secretstore-setup-go 04:45:42 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:42 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:45:42 ---> ef9bc179c6c0 04:45:42 Step 3/29 : WORKDIR /edgex-go 04:45:42 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:45:42 ---> ef9bc179c6c0 04:45:42 Step 3/26 : WORKDIR /edgex-go 04:45:42 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:45:42 ---> ef9bc179c6c0 04:45:42 Step 3/23 : WORKDIR /edgex-go 04:45:42 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:45:42 ---> ef9bc179c6c0 04:45:42 Step 3/20 : WORKDIR /edgex-go 04:45:42 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:45:42 ---> ef9bc179c6c0 04:45:42 Step 3/21 : WORKDIR /edgex-go 04:45:42 ---> Running in dab9101a301c 04:45:42 ---> Running in ce36f5fc28ec 04:45:42 ---> Running in b8178a18e9e8 04:45:42 ---> Running in 5e66eb0c7524 04:45:42 ---> Running in 480c1f911200 04:45:42 Removing intermediate container dab9101a301c 04:45:42 ---> 93860543b276 04:45:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:42 Removing intermediate container 480c1f911200 04:45:42 ---> 720b97f5a9bf 04:45:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:42 Removing intermediate container 5e66eb0c7524 04:45:42 ---> 2a12b22ace4b 04:45:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:42 Removing intermediate container b8178a18e9e8 04:45:42 ---> a8257bba622d 04:45:42 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:42 Removing intermediate container ce36f5fc28ec 04:45:42 ---> ade2a1762d55 04:45:42 Step 4/29 : RUN apk update && apk add make git 04:45:42 ---> Running in dab19ff6151b 04:45:42 ---> Running in db7c44e8859c 04:45:42 ---> Running in 0bc56df73d53 04:45:42 ---> Running in ef33c07d4d50 04:45:42 ---> Running in 7ea7a89af9bb 04:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:42 Removing intermediate container dab19ff6151b 04:45:42 ---> cf9d1a5b71f3 04:45:42 Step 5/26 : RUN apk update && apk add make git 04:45:42 ---> Running in e32e135ad392 04:45:42 Removing intermediate container db7c44e8859c 04:45:42 ---> a77c8584afef 04:45:42 Step 5/21 : RUN apk update && apk add make git 04:45:42 ---> Running in 5bdc93bcd12e 04:45:42 Removing intermediate container 7ea7a89af9bb 04:45:42 ---> e4954e36cd83 04:45:42 Step 5/20 : RUN apk update && apk add make git 04:45:42 Removing intermediate container 0bc56df73d53 04:45:42 ---> 373e7fce8ef4 04:45:42 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:45:42 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:42 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:42 OK: 12620 distinct packages available 04:45:42 ---> Running in 0a3a4d0eda1d 04:45:42 ---> Running in 9cb1801f8ceb 04:45:42 OK: 217 MiB in 51 packages 04:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:42 Removing intermediate container ef33c07d4d50 04:45:42 ---> 6b9cc6848850 04:45:42 Step 5/29 : COPY go.mod . 04:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:42 ---> 243a7f1cabe2 04:45:42 Step 6/29 : RUN go mod download 04:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:43 ---> Running in e3e037280837 04:45:43 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:43 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:43 OK: 12620 distinct packages available 04:45:43 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:43 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:43 OK: 12620 distinct packages available 04:45:44 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:44 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:44 OK: 12620 distinct packages available 04:45:44 OK: 217 MiB in 51 packages 04:45:44 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:44 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:44 OK: 12620 distinct packages available 04:45:44 OK: 217 MiB in 51 packages 04:45:45 OK: 217 MiB in 51 packages 04:45:45 OK: 217 MiB in 51 packages 04:45:46 Removing intermediate container 5bdc93bcd12e 04:45:46 ---> 635a8b029165 04:45:46 Step 6/21 : COPY go.mod . 04:45:46 Removing intermediate container 0a3a4d0eda1d 04:45:46 ---> 5c5477bf6bfc 04:45:46 Step 6/20 : COPY go.mod . 04:45:47 Removing intermediate container 9cb1801f8ceb 04:45:47 ---> 708df1ba1bbe 04:45:47 Step 6/23 : COPY go.mod . 04:45:47 ---> 7527426573be 04:45:47 Step 7/21 : RUN go mod download 04:45:47 Removing intermediate container e32e135ad392 04:45:47 ---> 85c4ed0d9b1d 04:45:47 Step 6/26 : COPY go.mod . 04:45:47 ---> Running in d196d36bca05 04:45:47 Removing intermediate container e3e037280837 04:45:47 ---> 2d463de4f2fb 04:45:47 Step 7/29 : COPY . . 04:45:47 ---> 1f233dbf764f 04:45:47 Step 7/20 : RUN go mod download 04:45:47 ---> Running in ae4094f85fc5 04:45:48 ---> 8beea407944d 04:45:48 Step 7/23 : RUN go mod download 04:45:48 ---> Running in 2f944adcbf85 04:45:48 ---> 9fe14f58c89b 04:45:48 Step 7/26 : RUN go mod download 04:45:49 ---> Running in f508396adf6d 04:45:54 Removing intermediate container d196d36bca05 04:45:54 ---> 0195f98edc4d 04:45:54 Step 8/21 : COPY . . 04:45:54 Removing intermediate container ae4094f85fc5 04:45:54 ---> 819e65e9dda4 04:45:54 Step 8/20 : COPY . . 04:45:54 Removing intermediate container 2f944adcbf85 04:45:54 ---> 1bf9c5194146 04:45:54 Step 8/23 : COPY . . 04:45:55 Removing intermediate container f508396adf6d 04:45:55 ---> 727c83e9ba09 04:45:55 Step 8/26 : COPY . . 04:46:28 ---> 8ae6b3a73b1f 04:46:28 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:46:28 ---> c30bc52c973f 04:46:28 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:46:28 ---> Running in c6ccb60aa80e 04:46:28 ---> d5ff17511f14 04:46:28 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:46:28 ---> Running in 77ec33934b44 04:46:28 ---> 7806ac9870c8 04:46:28 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:46:28 ---> 55aba99ad277 04:46:28 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:46:28 ---> Running in 0fe3494e8cde 04:46:28 ---> Running in 573d1885f40d 04:46:28 ---> Running in 21860ca2f1b3 04:46:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:46:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:46:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:46:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:46:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:48:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:48:05 Removing intermediate container c6ccb60aa80e 04:48:05 ---> 08204367d5ab 04:48:05 04:48:05 Step 9/29 : FROM alpine:latest 04:48:05 Removing intermediate container 573d1885f40d 04:48:05 ---> 22cfadadc9d6 04:48:05 04:48:05 Step 10/20 : FROM alpine 04:48:05 latest: Pulling from library/alpine 04:48:05 latest: Pulling from library/alpine 04:48:05 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:48:05 Status: Downloaded newer image for alpine:latest 04:48:05 ---> 62ee0e9f8440 04:48:05 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:48:05 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:48:05 Status: Image is up to date for alpine:latest 04:48:05 ---> 62ee0e9f8440 04:48:05 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:48:05 ---> Running in 6820b7b738c2 04:48:05 ---> Running in 22525efaf1bc 04:48:05 Removing intermediate container 6820b7b738c2 04:48:05 ---> ce6bc6c29196 04:48:05 Step 11/29 : USER root 04:48:05 ---> Running in 54e7f6026224 04:48:05 Removing intermediate container 54e7f6026224 04:48:05 ---> 20d3fccabb88 04:48:05 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:48:05 ---> Running in b8c11e3c9822 04:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:48:06 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:48:06 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:48:06 OK: 12620 distinct packages available 04:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:07 (1/4) Installing ca-certificates (20191127-r4) 04:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:48:07 (3/4) Installing libcurl (7.69.1-r0) 04:48:07 (4/4) Installing curl (7.69.1-r0) 04:48:07 Executing busybox-1.31.1-r16.trigger 04:48:08 Executing ca-certificates-20191127-r4.trigger 04:48:08 OK: 7 MiB in 18 packages 04:48:08 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:48:08 v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:48:08 OK: 12620 distinct packages available 04:48:09 (1/2) Installing ca-certificates (20191127-r4) 04:48:09 (2/2) Installing dumb-init (1.2.2-r1) 04:48:09 Executing busybox-1.31.1-r16.trigger 04:48:09 Executing ca-certificates-20191127-r4.trigger 04:48:10 OK: 6 MiB in 16 packages 04:48:11 Removing intermediate container 22525efaf1bc 04:48:11 ---> 3ef8b8ec9300 04:48:11 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:48:11 ---> Running in aed0d2c86478 04:48:12 Removing intermediate container aed0d2c86478 04:48:12 ---> 497b242cf53a 04:48:12 Step 13/20 : WORKDIR /edgex 04:48:13 ---> Running in 4d8fd81e2f9f 04:48:13 Removing intermediate container b8c11e3c9822 04:48:13 ---> 3a768e7287a2 04:48:13 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:48:13 ---> Running in 318d9325b5b8 04:48:13 Removing intermediate container 4d8fd81e2f9f 04:48:13 ---> 761f42128660 04:48:13 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:48:14 Removing intermediate container 318d9325b5b8 04:48:14 ---> 6ad8d33fa0b6 04:48:14 Step 14/29 : WORKDIR $BASE_DIR 04:48:14 ---> Running in 7436601c2eca 04:48:14 ---> f3e8ae00c68a 04:48:14 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:48:15 Removing intermediate container 7436601c2eca 04:48:15 ---> 51713c74cd13 04:48:15 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:48:16 ---> Running in a714c6d6bcb9 04:48:17 ---> b2b1197bb01a 04:48:17 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:48:17 ---> Running in 6010667b7e2f 04:48:18 Removing intermediate container 6010667b7e2f 04:48:18 ---> 6732be90cb93 04:48:18 Step 17/20 : CMD ["--init=true"] 04:48:18 ---> Running in 9f5676a56d37 04:48:20 Removing intermediate container 9f5676a56d37 04:48:20 ---> 8fb3b4d8afb2 04:48:20 Step 18/20 : LABEL arch=arm64 04:48:20 ---> Running in f25b52dd60d3 04:48:21 Removing intermediate container f25b52dd60d3 04:48:21 ---> 30a88fa49030 04:48:21 Step 19/20 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:48:22 Removing intermediate container a714c6d6bcb9 04:48:22 ---> 6d28bc80ea81 04:48:22 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:48:22 ---> Running in 4de5b28ad343 04:48:23 Removing intermediate container 0fe3494e8cde 04:48:23 ---> adf24533ddc8 04:48:23 04:48:23 Step 10/26 : FROM alpine:3.10 04:48:23 Removing intermediate container 4de5b28ad343 04:48:23 ---> f393245f65f8 04:48:23 Step 20/20 : LABEL version=0.0.0 04:48:23 3.10: Pulling from library/alpine 04:48:23 ---> Running in 78b1c28dc0df 04:48:24 ---> 3daea6c4dd54 04:48:24 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:48:24 Removing intermediate container 78b1c28dc0df 04:48:24 ---> 20739203df50 04:48:24 04:48:25 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:48:25 Status: Downloaded newer image for alpine:3.10 04:48:25 ---> 536a684cf733 04:48:25 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:48:25 Successfully built 20739203df50 04:48:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:48:25  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go 04:48:25 ---> Running in 92811ce672d0 04:48:26 ---> 377cdcdde9a5 04:48:26 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:48:28 ---> 63f92cfb1556 04:48:28 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:48:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:48:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:48:30 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:48:30 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:48:30 OK: 10167 distinct packages available 04:48:30 ---> e03b49d8666c 04:48:30 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:48:30 (1/5) Installing ca-certificates (20191127-r2) 04:48:30 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:48:30 (3/5) Installing libcurl (7.66.0-r0) 04:48:30 (4/5) Installing curl (7.66.0-r0) 04:48:30 (5/5) Installing dumb-init (1.2.2-r1) 04:48:30 Executing busybox-1.30.1-r3.trigger 04:48:30 Executing ca-certificates-20191127-r2.trigger 04:48:31 OK: 7 MiB in 19 packages 04:48:34 ---> 9714c528c7c5 04:48:34 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:48:34 ---> Running in 4a189681f588 04:48:35 Removing intermediate container 21860ca2f1b3 04:48:35 ---> 038b9443ead4 04:48:35 04:48:35 Step 10/23 : FROM scratch 04:48:35 ---> 04:48:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:48:35 ---> Running in 6ff473e486ec 04:48:36 Removing intermediate container 92811ce672d0 04:48:36 ---> 8d7796c397bc 04:48:36 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:48:36 ---> Running in f47ca1c18e10 04:48:36 Removing intermediate container 6ff473e486ec 04:48:36 ---> 528f688bf935 04:48:36 Step 12/23 : ENV APP_PORT=48060 04:48:37 ---> Running in 6f21aedb1ff4 04:48:37 Removing intermediate container f47ca1c18e10 04:48:37 ---> 6dd92e11da1b 04:48:37 Step 13/26 : WORKDIR / 04:48:37 Removing intermediate container 6f21aedb1ff4 04:48:37 ---> b78b1914836b 04:48:37 Step 13/23 : EXPOSE $APP_PORT 04:48:38 ---> Running in 88e166facf20 04:48:39 ---> Running in 701e926bf41d 04:48:39 Removing intermediate container 77ec33934b44 04:48:39 ---> 92339dc94d60 04:48:39 04:48:39 Step 10/21 : FROM scratch 04:48:39 ---> 04:48:39 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:48:40 Removing intermediate container 701e926bf41d 04:48:40 ---> 4615caa67af7 04:48:40 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:48:40 ---> Running in 1381c7944daa 04:48:40 Removing intermediate container 4a189681f588 04:48:40 ---> 0d9f6958c5a3 04:48:40 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:48:40 Removing intermediate container 88e166facf20 04:48:40 ---> c927f0bd3568 04:48:40 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:48:40 ---> 85b393ff9036 04:48:40 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:48:41 Removing intermediate container 1381c7944daa 04:48:41 ---> 2bffde0fadb3 04:48:41 Step 12/21 : ENV APP_PORT=48081 04:48:41 ---> Running in e3a9407273bd 04:48:42 ---> f7560f17d1aa 04:48:42 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:48:42 ---> 991241c47aac 04:48:42 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:48:42 ---> Running in 7587722f8b0a 04:48:42 ---> 57f890cf2d5e 04:48:42 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:48:42 Removing intermediate container e3a9407273bd 04:48:42 ---> 30ba8a0cbdb5 04:48:42 Step 13/21 : EXPOSE $APP_PORT 04:48:43 ---> Running in 1a4d6e456c6e 04:48:43 ---> 7b28c75bb852 04:48:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:48:44 Removing intermediate container 1a4d6e456c6e 04:48:44 ---> 6152fa188b0a 04:48:44 Step 14/21 : WORKDIR / 04:48:44 ---> Running in cb15069e91c8 04:48:45 ---> dce3c7765907 04:48:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:48:45 ---> 9e0926aa16cf 04:48:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:48:45 Removing intermediate container cb15069e91c8 04:48:45 ---> 04b860ae6045 04:48:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:48:46 ---> d80bc21fa316 04:48:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:48:47 ---> e80c7478b9b7 04:48:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:48:47 ---> e8ca887481d8 04:48:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:48:47 Removing intermediate container 7587722f8b0a 04:48:47 ---> 3bce8b78b807 04:48:47 Step 24/29 : RUN chmod 755 security-secrets-setup 04:48:48 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:48:48 ---> ef9bc179c6c0 04:48:48 Step 3/21 : WORKDIR /edgex-go 04:48:48 ---> Using cache 04:48:48 ---> ade2a1762d55 04:48:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:48 ---> Running in 86c53ca3b5c0 04:48:48 ---> ef5bbc98623d 04:48:48 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:48:48 ---> Running in 6fe700e550d0 04:48:48 ---> d495dfb474a5 04:48:48 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:48:49 ---> 8455139c1ade 04:48:49 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:48:50 ---> 7337aa12071a 04:48:50 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:50 ---> Running in 6b785de9956b 04:48:50 ---> 5b67b0806f61 04:48:50 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:48:51 Removing intermediate container 6b785de9956b 04:48:51 ---> 764fff35f1e1 04:48:51 Step 21/23 : LABEL arch=arm64 04:48:51 ---> ea370c5079d0 04:48:51 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:51 ---> Running in 37c125217c4f 04:48:51 ---> Running in 35bc6c93754c 04:48:52 ---> d838f4ca8889 04:48:52 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:48:52 Removing intermediate container 37c125217c4f 04:48:52 ---> d2333b725896 04:48:52 Step 22/23 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:48:52 Removing intermediate container 35bc6c93754c 04:48:52 ---> 82b397bd6f71 04:48:52 Step 19/21 : LABEL arch=arm64 04:48:52 ---> Running in 341260d47fa9 04:48:52 ---> Running in 9194eef7a51b 04:48:52 Removing intermediate container 6fe700e550d0 04:48:52 ---> 7c5fe7b8f130 04:48:52 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:48:52 Removing intermediate container 86c53ca3b5c0 04:48:52 ---> 5efee606b1e2 04:48:52 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:48:52 ---> Running in c07b91445dab 04:48:52 ---> Running in a0e50e6d071e 04:48:52 Removing intermediate container 341260d47fa9 04:48:52 ---> fd13f9a0e79e 04:48:52 Step 23/23 : LABEL version=0.0.0 04:48:53 ---> Running in c1bd5234c85e 04:48:53 Removing intermediate container 9194eef7a51b 04:48:53 ---> 8477b5e38ab6 04:48:53 Step 20/21 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:48:53 ---> 6f9c5f53b8c3 04:48:53 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:48:53 ---> Running in 59df7c683694 04:48:53 ---> Running in 49d5f8664d2a 04:48:53 Removing intermediate container a0e50e6d071e 04:48:53 ---> 921a9dbc8d3d 04:48:53 Step 26/29 : CMD [ "generate" ] 04:48:54 ---> Running in 3b90e614796c 04:48:54 Removing intermediate container c1bd5234c85e 04:48:54 ---> 98e57daa68b3 04:48:54 04:48:54 Removing intermediate container 49d5f8664d2a 04:48:54 ---> 491cdbcf65c3 04:48:54 Step 21/21 : LABEL version=0.0.0 04:48:54 ---> Running in e7203534dcfc 04:48:54 Successfully built 98e57daa68b3 04:48:54 Successfully tagged docker-support-notifications-go-arm64:latest 04:48:54 Building docker-support-scheduler-go 04:48:54  Building docker-support-notifications-go ... done Removing intermediate container 3b90e614796c 04:48:54 ---> 5f2971667281 04:48:54 Step 27/29 : LABEL arch=arm64 04:48:55 ---> Running in c2435e987244 04:48:55 Removing intermediate container e7203534dcfc 04:48:55 ---> fe552187da41 04:48:55 04:48:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:55 Removing intermediate container c2435e987244 04:48:55 ---> cd49db02203a 04:48:55 Step 28/29 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:48:56 Successfully built fe552187da41 04:48:56 Successfully tagged docker-core-metadata-go-arm64:latest 04:48:56  Building docker-core-metadata-go ... done Building docker-core-command-go 04:48:56 ---> Running in 51b774ac2897 04:48:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:56 Removing intermediate container 51b774ac2897 04:48:56 ---> 40a23a0851f7 04:48:56 Step 29/29 : LABEL version=0.0.0 04:48:57 ---> Running in 7bd1ad7a6683 04:48:57 Removing intermediate container 59df7c683694 04:48:57 ---> 51408a866170 04:48:57 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:48:57 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:57 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:57 OK: 12620 distinct packages available 04:48:58 ---> Running in b91b60cdbcdc 04:48:58 OK: 217 MiB in 51 packages 04:48:58 Removing intermediate container 7bd1ad7a6683 04:48:58 ---> 72fc6cacd2f1 04:48:58 04:48:59 Successfully built 72fc6cacd2f1 04:48:59 OK: 217 MiB in 51 packages 04:48:59 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:48:59 Building docker-sys-mgmt-agent-go 04:48:59  Building docker-security-secrets-setup-go ... done Removing intermediate container b91b60cdbcdc 04:48:59 ---> 556e7bc8075b 04:48:59 Step 24/26 : LABEL arch=arm64 04:48:59 ---> Running in be1773431f4c 04:49:00 Removing intermediate container be1773431f4c 04:49:00 ---> 5f24e06ad28a 04:49:00 Step 25/26 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:49:01 Removing intermediate container c07b91445dab 04:49:01 ---> 77e50642a2d0 04:49:01 Step 6/21 : COPY go.mod . 04:49:01 ---> Running in 9dfb9ab7a8dc 04:49:03 ---> c4ba32583b9c 04:49:03 Step 7/21 : RUN go mod download 04:49:05 Removing intermediate container 9dfb9ab7a8dc 04:49:05 ---> a338c165486f 04:49:05 Step 26/26 : LABEL version=0.0.0 04:49:05 ---> Running in c848ff825120 04:49:06 ---> Running in 937cbf34953f 04:49:07 Removing intermediate container 937cbf34953f 04:49:07 ---> 3e7ab7d2f633 04:49:07 04:49:08 Successfully built 3e7ab7d2f633 04:49:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:49:08 Building docker-core-data-go 04:49:10  Building docker-security-secretstore-setup-go ... done Removing intermediate container c848ff825120 04:49:10 ---> 987cc8621eb2 04:49:10 Step 8/21 : COPY . . 04:49:37 ---> 017d3652c5cc 04:49:37 Step 9/21 : RUN make cmd/support-logging/support-logging 04:49:37 ---> Running in ba5c84937e6c 04:49:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:49:59 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:59 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:49:59 ---> ef9bc179c6c0 04:49:59 Step 3/20 : WORKDIR /edgex-go 04:49:59 ---> Using cache 04:49:59 ---> ade2a1762d55 04:49:59 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:59 ---> Using cache 04:49:59 ---> 7c5fe7b8f130 04:49:59 Step 5/20 : RUN apk update && apk add make git 04:50:01 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:50:01 ---> ef9bc179c6c0 04:50:01 Step 3/21 : WORKDIR /edgex-go 04:50:01 ---> Using cache 04:50:01 ---> ade2a1762d55 04:50:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:01 ---> Using cache 04:50:01 ---> 7c5fe7b8f130 04:50:01 Step 5/21 : RUN apk update && apk add make git 04:50:04 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:50:04 ---> ef9bc179c6c0 04:50:04 Step 3/26 : WORKDIR /edgex-go 04:50:04 ---> Using cache 04:50:04 ---> ade2a1762d55 04:50:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:04 ---> Using cache 04:50:04 ---> 7c5fe7b8f130 04:50:04 Step 5/26 : RUN apk update && apk add make bash git 04:50:06 ---> Running in 75f992e38c07 04:50:06 ---> Running in 35bc8cfccda6 04:50:06 ---> Running in 54030eff4b45 04:50:10 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:50:10 ---> ef9bc179c6c0 04:50:10 Step 3/22 : WORKDIR /edgex-go 04:50:10 ---> Using cache 04:50:10 ---> ade2a1762d55 04:50:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:10 ---> Using cache 04:50:10 ---> 7c5fe7b8f130 04:50:10 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:50:10 ---> Running in e0671bb72e21 04:50:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:12 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:12 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:12 OK: 12620 distinct packages available 04:50:13 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:13 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:13 OK: 12620 distinct packages available 04:50:13 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:13 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:13 OK: 12620 distinct packages available 04:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:13 OK: 217 MiB in 51 packages 04:50:13 OK: 217 MiB in 51 packages 04:50:14 OK: 217 MiB in 51 packages 04:50:15 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:15 v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:15 OK: 12620 distinct packages available 04:50:15 Removing intermediate container 35bc8cfccda6 04:50:15 ---> 1ad1f318fea5 04:50:15 Step 6/26 : COPY go.mod . 04:50:15 OK: 217 MiB in 51 packages 04:50:15 Removing intermediate container 54030eff4b45 04:50:15 ---> 11e71cb78464 04:50:15 Step 6/21 : COPY go.mod . 04:50:15 Removing intermediate container 75f992e38c07 04:50:15 ---> 4b931bcca11d 04:50:15 Step 6/20 : COPY go.mod . 04:50:17 ---> afd256aa05f8 04:50:17 Step 7/26 : RUN go mod download 04:50:17 ---> Running in ad8973d1b3fb 04:50:17 ---> d1806283ee7e 04:50:17 Step 7/21 : RUN go mod download 04:50:17 Removing intermediate container e0671bb72e21 04:50:17 ---> 4967d7df87cf 04:50:17 Step 6/22 : COPY go.mod . 04:50:17 ---> 060781fb33a3 04:50:17 Step 7/20 : RUN go mod download 04:50:17 ---> Running in c7c794a68e84 04:50:18 ---> Running in 99845ad4151e 04:50:19 ---> 6729274ffe98 04:50:19 Step 7/22 : RUN go mod download 04:50:19 ---> Running in e060b1acd2a3 04:50:24 Removing intermediate container ad8973d1b3fb 04:50:24 ---> 9543c9759a21 04:50:24 Step 8/26 : COPY . . 04:50:25 Removing intermediate container 99845ad4151e 04:50:25 ---> 1433928c2477 04:50:25 Step 8/20 : COPY . . 04:50:25 Removing intermediate container c7c794a68e84 04:50:25 ---> bf41f837276a 04:50:25 Step 8/21 : COPY . . 04:50:25 Removing intermediate container e060b1acd2a3 04:50:25 ---> b9d8982a565b 04:50:25 Step 8/22 : COPY . . 04:50:26 Removing intermediate container ba5c84937e6c 04:50:26 ---> e4a0efca9dee 04:50:26 04:50:26 Step 10/21 : FROM scratch 04:50:26 ---> 04:50:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:50:26 ---> Using cache 04:50:26 ---> 528f688bf935 04:50:26 Step 12/21 : ENV APP_PORT=48061 04:50:29 ---> Running in 3612dbd9d7ed 04:50:34 Removing intermediate container 3612dbd9d7ed 04:50:34 ---> 1dcd1d65cc2a 04:50:34 Step 13/21 : EXPOSE $APP_PORT 04:50:35 ---> Running in 57c4d79ad250 04:50:37 Removing intermediate container 57c4d79ad250 04:50:37 ---> ae3bf5e9c7fb 04:50:37 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:50:39 ---> 9bb66677bf38 04:50:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:50:42 ---> 5ba8d10510b3 04:50:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:50:46 ---> f1c05c7536f2 04:50:46 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:50:48 ---> 048a8d2ba322 04:50:48 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:48 ---> Running in 1b11aeac2997 04:50:48 ---> 9de798a25989 04:50:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:50:49 ---> 6ee83d72e083 04:50:49 Step 9/21 : RUN make cmd/core-command/core-command 04:50:49 ---> 68d3481bb2b9 04:50:49 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:50:49 ---> Running in d5e1a7daf134 04:50:49 ---> Running in 4c8ca0c26713 04:50:49 ---> Running in 24f57ad01a1d 04:50:49 Removing intermediate container 1b11aeac2997 04:50:49 ---> b4d63c5cc115 04:50:49 Step 19/21 : LABEL arch=arm64 04:50:49 ---> 6847b527b38f 04:50:49 Step 9/22 : RUN make cmd/core-data/core-data 04:50:49 ---> Running in 16ab146ff7ad 04:50:50 ---> Running in b6bdf32501c0 04:50:50 Removing intermediate container 16ab146ff7ad 04:50:50 ---> f8ab9dacf0f2 04:50:50 Step 20/21 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:50:50 ---> Running in 8fa1148fde42 04:50:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:50:51 Removing intermediate container 8fa1148fde42 04:50:51 ---> 43538cca10d0 04:50:51 Step 21/21 : LABEL version=0.0.0 04:50:51 ---> Running in b9c69351dc6e 04:50:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:50:52 Removing intermediate container b9c69351dc6e 04:50:52 ---> 452a9de78e5f 04:50:52 04:50:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:50:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:50:53 Successfully built 452a9de78e5f 04:50:53 Successfully tagged docker-support-logging-go-arm64:latest 04:52:14  Building docker-support-logging-go ... done Removing intermediate container d5e1a7daf134 04:52:14 ---> 820e379e2fb9 04:52:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:52:14 ---> Running in 4faaf7b1fca7 04:52:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:52:14 Removing intermediate container 4faaf7b1fca7 04:52:14 ---> 375254b2abba 04:52:14 04:52:14 Step 11/26 : FROM docker:latest 04:52:14 ---> ce9d55ae87f1 04:52:14 Step 12/26 : RUN apk add --no-cache bash 04:52:14 ---> Running in 06a02617ea67 04:52:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:17 (1/2) Installing readline (8.0.4-r0) 04:52:17 (2/2) Installing bash (5.0.17-r0) 04:52:18 Executing bash-5.0.17-r0.post-install 04:52:18 Executing busybox-1.31.1-r16.trigger 04:52:18 OK: 12 MiB in 22 packages 04:52:20 Removing intermediate container 06a02617ea67 04:52:20 ---> aa7dc0128422 04:52:20 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:52:20 ---> Running in 13fb8b8cb43d 04:52:25 Removing intermediate container 13fb8b8cb43d 04:52:25 ---> c0a338d6b919 04:52:25 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:52:25 ---> Running in 3cd03a8cd959 04:52:25 Removing intermediate container 4c8ca0c26713 04:52:25 ---> ac0813752848 04:52:25 04:52:25 Step 10/20 : FROM scratch 04:52:25 ---> 04:52:25 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:52:25 ---> Using cache 04:52:25 ---> 2bffde0fadb3 04:52:25 Step 12/20 : ENV APP_PORT=48085 04:52:25 Removing intermediate container 24f57ad01a1d 04:52:25 ---> dfbee66927de 04:52:25 04:52:25 Step 10/21 : FROM scratch 04:52:25 ---> 04:52:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:52:25 ---> Running in 1ff9076b13fb 04:52:25 ---> Using cache 04:52:25 ---> 2bffde0fadb3 04:52:25 Step 12/21 : ENV APP_PORT=48082 04:52:25 Removing intermediate container 3cd03a8cd959 04:52:25 ---> ff1a79e61c0f 04:52:25 Step 15/26 : ENV APP_PORT=48090 04:52:25 ---> Running in 51ad3eb0360a 04:52:25 Removing intermediate container 1ff9076b13fb 04:52:25 ---> 7d165053f8fd 04:52:25 Step 13/20 : EXPOSE $APP_PORT 04:52:25 ---> Running in 66eced7524d4 04:52:25 ---> Running in 647861d6e790 04:52:26 Removing intermediate container 51ad3eb0360a 04:52:26 ---> 98c49220693a 04:52:26 Step 13/21 : EXPOSE $APP_PORT 04:52:26 ---> Running in 948dc6e1722a 04:52:26 Removing intermediate container 647861d6e790 04:52:26 ---> a37dd549558d 04:52:26 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:52:26 Removing intermediate container 66eced7524d4 04:52:26 ---> e1a55793de37 04:52:26 Step 16/26 : EXPOSE $APP_PORT 04:52:26 ---> Running in 293412391d58 04:52:27 Removing intermediate container 948dc6e1722a 04:52:27 ---> 55b8a9361b85 04:52:27 Step 14/21 : WORKDIR / 04:52:27 ---> Running in ca4b8dccd272 04:52:27 Removing intermediate container 293412391d58 04:52:27 ---> 9d431ab86762 04:52:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:52:27 ---> 0f63f1931e6b 04:52:27 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:52:27 Removing intermediate container ca4b8dccd272 04:52:27 ---> 6490edd29874 04:52:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:52:29 ---> e3c1e4d965b9 04:52:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:52:29 ---> 494d014d2f3b 04:52:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:52:29 ---> 2bfacecc7619 04:52:29 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:52:30 ---> bf3cd9b9f6b0 04:52:30 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:52:30 ---> 816c782423ad 04:52:30 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:52:30 ---> 34451ac50515 04:52:30 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:52:30 ---> Running in 1774002995ab 04:52:31 Removing intermediate container 1774002995ab 04:52:31 ---> 27776e0aed82 04:52:31 Step 18/20 : LABEL arch=arm64 04:52:31 ---> Running in 9400c5a0aa47 04:52:31 ---> 680868609d83 04:52:31 Step 20/26 : RUN apk --no-cache add py-pip 04:52:31 ---> ca8afa4bc042 04:52:31 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:52:31 ---> Running in abdcfbf7cd66 04:52:31 ---> Running in 8eabe1452041 04:52:32 Removing intermediate container 9400c5a0aa47 04:52:32 ---> 2632e05d17d9 04:52:32 Step 19/20 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:52:32 ---> Running in a87686eba35b 04:52:32 Removing intermediate container abdcfbf7cd66 04:52:32 ---> 4e56d2712d3d 04:52:32 Step 19/21 : LABEL arch=arm64 04:52:32 ---> Running in 56fc39923a58 04:52:32 Removing intermediate container a87686eba35b 04:52:32 ---> 6ae642ca2fd1 04:52:32 Step 20/20 : LABEL version=0.0.0 04:52:33 ---> Running in 1a9d1d9deb8b 04:52:33 Removing intermediate container 56fc39923a58 04:52:33 ---> fb50a3540b0b 04:52:33 Step 20/21 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:52:33 ---> Running in 88e22b3b6126 04:52:33 Removing intermediate container 1a9d1d9deb8b 04:52:33 ---> 65e339ec8bcc 04:52:33 04:52:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:33 Removing intermediate container 88e22b3b6126 04:52:33 ---> ccc0bfd0a09c 04:52:33 Step 21/21 : LABEL version=0.0.0 04:52:34 Successfully built 65e339ec8bcc 04:52:34 Successfully tagged docker-support-scheduler-go-arm64:latest 04:52:34  Building docker-support-scheduler-go ... done  ---> Running in 78ef7c7cb80a 04:52:34 (1/33) Installing libbz2 (1.0.8-r1) 04:52:34 (2/33) Installing expat (2.2.9-r1) 04:52:34 (3/33) Installing libffi (3.3-r2) 04:52:34 (4/33) Installing gdbm (1.13-r1) 04:52:34 (5/33) Installing xz-libs (5.2.5-r0) 04:52:34 (6/33) Installing sqlite-libs (3.32.1-r0) 04:52:34 (7/33) Installing python3 (3.8.5-r0) 04:52:35 Removing intermediate container 78ef7c7cb80a 04:52:35 ---> b79cc8085abc 04:52:35 04:52:36 Successfully built b79cc8085abc 04:52:36 Successfully tagged docker-core-command-go-arm64:latest 04:52:36  Building docker-core-command-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 04:52:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:52:36 (10/33) Installing py3-parsing (2.4.7-r0) 04:52:36 (11/33) Installing py3-six (1.15.0-r0) 04:52:36 (12/33) Installing py3-packaging (20.4-r0) 04:52:36 (13/33) Installing py3-setuptools (47.0.0-r0) 04:52:36 (14/33) Installing py3-chardet (3.0.4-r4) 04:52:36 (15/33) Installing py3-idna (2.9-r0) 04:52:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:52:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:52:36 (18/33) Installing py3-requests (2.23.0-r0) 04:52:36 (19/33) Installing py3-msgpack (1.0.0-r0) 04:52:36 (20/33) Installing py3-lockfile (0.12.2-r3) 04:52:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:52:36 (22/33) Installing py3-colorama (0.4.3-r0) 04:52:36 (23/33) Installing py3-distlib (0.3.0-r0) 04:52:36 (24/33) Installing py3-distro (1.5.0-r1) 04:52:36 (25/33) Installing py3-webencodings (0.5.1-r3) 04:52:36 (26/33) Installing py3-html5lib (1.0.1-r4) 04:52:36 (27/33) Installing py3-pytoml (0.1.21-r0) 04:52:36 (28/33) Installing py3-pep517 (0.8.2-r0) 04:52:36 (29/33) Installing py3-progress (1.5-r0) 04:52:36 (30/33) Installing py3-toml (0.10.1-r0) 04:52:36 (31/33) Installing py3-retrying (1.3.3-r0) 04:52:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:52:36 (33/33) Installing py3-pip (20.1.1-r0) 04:52:37 Executing busybox-1.31.1-r16.trigger 04:52:37 OK: 71 MiB in 55 packages 04:52:39 Removing intermediate container b6bdf32501c0 04:52:39 ---> d148230d18c8 04:52:39 04:52:39 Step 10/22 : FROM alpine 04:52:39 ---> 62ee0e9f8440 04:52:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:52:39 ---> Running in 90a6c84c1974 04:52:39 Removing intermediate container 90a6c84c1974 04:52:39 ---> 7a78b28aa89e 04:52:39 Step 12/22 : ENV APP_PORT=48080 04:52:40 ---> Running in 9599028e2171 04:52:40 Removing intermediate container 9599028e2171 04:52:40 ---> c433e46f347c 04:52:40 Step 13/22 : EXPOSE $APP_PORT 04:52:40 ---> Running in e8d3a07db53f 04:52:41 Removing intermediate container e8d3a07db53f 04:52:41 ---> 6b44c66814db 04:52:41 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:52:41 ---> Running in e70635213c75 04:52:44 Removing intermediate container 8eabe1452041 04:52:44 ---> 531593f608b6 04:52:44 Step 21/26 : RUN pip install docker-compose==1.23.2 04:52:44 ---> Running in cf8cb2de0a63 04:52:44 Removing intermediate container e70635213c75 04:52:44 ---> 06f4571b4674 04:52:44 Step 15/22 : RUN apk --no-cache add zeromq 04:52:44 ---> Running in 4e2460d40170 04:52:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:47 (1/5) Installing libgcc (9.3.0-r2) 04:52:47 (2/5) Installing libsodium (1.0.18-r0) 04:52:47 (3/5) Installing libstdc++ (9.3.0-r2) 04:52:47 (4/5) Installing libzmq (4.3.2-r0) 04:52:47 (5/5) Installing zeromq (4.3.2-r0) 04:52:47 Executing busybox-1.31.1-r16.trigger 04:52:48 OK: 8 MiB in 19 packages 04:52:49 Removing intermediate container 4e2460d40170 04:52:49 ---> 14646f44cbea 04:52:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:52:49 Collecting docker-compose==1.23.2 04:52:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:52:50 ---> 991c190f9adf 04:52:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:52:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:52:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:52:51 ---> 419facb2b13c 04:52:51 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:52:51 Collecting cached-property<2,>=1.2.0 04:52:51 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:52:51 ---> e3e8a7f49bf1 04:52:51 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:52:52 ---> Running in bb561ed72f57 04:52:52 Collecting websocket-client<1.0,>=0.32.0 04:52:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:52:52 Removing intermediate container bb561ed72f57 04:52:52 ---> 025e46150f66 04:52:52 Step 20/22 : LABEL arch=arm64 04:52:52 ---> Running in 6db24ba51b3b 04:52:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:52:52 Removing intermediate container 6db24ba51b3b 04:52:53 ---> 02597e0cb06e 04:52:53 Step 21/22 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:52:53 ---> Running in 75366d4f8c01 04:52:53 Collecting PyYAML<4,>=3.10 04:52:53 Downloading PyYAML-3.13.tar.gz (270 kB) 04:52:53 Removing intermediate container 75366d4f8c01 04:52:53 ---> ee8c1f07da05 04:52:53 Step 22/22 : LABEL version=0.0.0 04:52:53 ---> Running in 0ed5d705c787 04:52:54 Removing intermediate container 0ed5d705c787 04:52:54 ---> 38a977e4c6b8 04:52:54 04:52:54 Successfully built 38a977e4c6b8 04:52:54 Successfully tagged docker-core-data-go-arm64:latest 04:52:56  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 04:52:56 Downloading docopt-0.6.2.tar.gz (25 kB) 04:52:58 Collecting texttable<0.10,>=0.9.0 04:52:58 Downloading texttable-0.9.1.tar.gz (11 kB) 04:53:00 Collecting docker<4.0,>=3.6.0 04:53:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:53:00 Collecting dockerpty<0.5,>=0.4.1 04:53:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:53:02 Collecting jsonschema<3,>=2.5.1 04:53:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:53:03 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:53:03 Collecting idna<2.8,>=2.5 04:53:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:53:03 Collecting urllib3<1.25,>=1.21.1 04:53:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:53:03 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:53:04 Collecting docker-pycreds>=0.4.0 04:53:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:53:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:53:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:53:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:53:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:53:05 Installing collected packages: idna, urllib3, requests, cached-property, websocket-client, PyYAML, docopt, texttable, docker-pycreds, docker, dockerpty, jsonschema, docker-compose 04:53:05 Attempting uninstall: idna 04:53:05 Found existing installation: idna 2.9 04:53:05 Uninstalling idna-2.9: 04:53:05 Successfully uninstalled idna-2.9 04:53:05 Attempting uninstall: urllib3 04:53:05 Found existing installation: urllib3 1.25.9 04:53:05 Uninstalling urllib3-1.25.9: 04:53:05 Successfully uninstalled urllib3-1.25.9 04:53:06 Attempting uninstall: requests 04:53:06 Found existing installation: requests 2.23.0 04:53:06 Uninstalling requests-2.23.0: 04:53:06 Successfully uninstalled requests-2.23.0 04:53:07 Running setup.py install for PyYAML: started 04:53:09 Running setup.py install for PyYAML: finished with status 'done' 04:53:09 Running setup.py install for docopt: started 04:53:11 Running setup.py install for docopt: finished with status 'done' 04:53:11 Running setup.py install for texttable: started 04:53:13 Running setup.py install for texttable: finished with status 'done' 04:53:13 Running setup.py install for dockerpty: started 04:53:15 Running setup.py install for dockerpty: finished with status 'done' 04:53:16 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:53:20 Removing intermediate container cf8cb2de0a63 04:53:20 ---> 5e73e48f5eb8 04:53:20 Step 22/26 : RUN apk --no-cache add curl 04:53:20 ---> Running in 9080e689cca2 04:53:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:53:22 (2/3) Installing libcurl (7.69.1-r0) 04:53:22 (3/3) Installing curl (7.69.1-r0) 04:53:22 Executing busybox-1.31.1-r16.trigger 04:53:22 OK: 71 MiB in 58 packages 04:53:24 Removing intermediate container 9080e689cca2 04:53:24 ---> ed07cde9cea6 04:53:24 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:53:24 ---> Running in 878cc79b782d 04:53:24 Removing intermediate container 878cc79b782d 04:53:24 ---> 2bb0cf5c5b5a 04:53:24 Step 24/26 : LABEL arch=arm64 04:53:24 ---> Running in 7654744bebae 04:53:24 Removing intermediate container 7654744bebae 04:53:24 ---> c9808ba1234f 04:53:24 Step 25/26 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c 04:53:25 ---> Running in c6f7f6e0aa5d 04:53:25 Removing intermediate container c6f7f6e0aa5d 04:53:25 ---> f0c0b7d7985d 04:53:25 Step 26/26 : LABEL version=0.0.0 04:53:25 ---> Running in d56b88d23d5a 04:53:26 Removing intermediate container d56b88d23d5a 04:53:26 ---> aba2d634bcfd 04:53:26 04:53:26 Successfully built aba2d634bcfd 04:53:26 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:53:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:53:26 $ docker stop --time=1 d3fef32b2b537fafa2332d450bea7342cb59df62dec9506a036a36c94762d98c 04:53:28 $ docker rm -f d3fef32b2b537fafa2332d450bea7342cb59df62dec9506a036a36c94762d98c [Pipeline] // withDockerContainer [Pipeline] sh 04:53:29 + + grep docker 04:53:29 docker images 04:53:29 docker-sys-mgmt-agent-go-arm64 latest aba2d634bcfd 4 seconds ago 266MB 04:53:29 docker-core-data-go-arm64 latest 38a977e4c6b8 36 seconds ago 22.6MB 04:53:29 docker-core-command-go-arm64 latest b79cc8085abc 55 seconds ago 12.4MB 04:53:29 docker-support-scheduler-go-arm64 latest 65e339ec8bcc 56 seconds ago 12.6MB 04:53:29 docker-support-logging-go-arm64 latest 452a9de78e5f 2 minutes ago 11.4MB 04:53:29 docker-security-secretstore-setup-go-arm64 latest 3e7ab7d2f633 4 minutes ago 32.6MB 04:53:29 docker-security-secrets-setup-go-arm64 latest 72fc6cacd2f1 4 minutes ago 24.2MB 04:53:29 docker-core-metadata-go-arm64 latest fe552187da41 4 minutes ago 13.8MB 04:53:29 docker-support-notifications-go-arm64 latest 98e57daa68b3 4 minutes ago 13.9MB 04:53:29 docker-security-proxy-setup-go-arm64 latest 20739203df50 5 minutes ago 15.8MB 04:53:29 docker latest ce9d55ae87f1 3 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:53:31 provisioning config files... 04:53:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config2538538017595076985tmp [Pipeline] { [Pipeline] sh 04:53:32 + curl -s https://codecov.io/bash 04:53:32 + bash -s - -t @/w/workspace/edgex-go/23@tmp/config2538538017595076985tmp [Pipeline] } 04:53:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:53:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:53:34 ---> package-listing.sh 04:53:34 ++ facter osfamily 04:53:34 ++ tr '[:upper:]' '[:lower:]' 04:53:34 + OS_FAMILY=redhat 04:53:34 + workspace=/w/workspace/edgex-go/23 04:53:34 + START_PACKAGES=/tmp/packages_start.txt 04:53:34 + END_PACKAGES=/tmp/packages_end.txt 04:53:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:53:34 + PACKAGES=/tmp/packages_start.txt 04:53:34 + '[' /w/workspace/edgex-go/23 ']' 04:53:34 + PACKAGES=/tmp/packages_end.txt 04:53:34 + case "${OS_FAMILY}" in 04:53:34 + rpm -qa 04:53:34 + sort 04:53:38 + '[' -f /tmp/packages_start.txt ']' 04:53:38 + '[' -f /tmp/packages_end.txt ']' 04:53:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:53:38 + '[' /w/workspace/edgex-go/23 ']' 04:53:38 + mkdir -p /w/workspace/edgex-go/23/archives/ 04:53:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] isUnix [Pipeline] sh 04:53:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:39 04:53:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:53:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:39 alpine: Pulling from edgex-lftools-log-publisher 04:53:39 c9b1b535fdd9: Pulling fs layer 04:53:39 2cc5ad85d9ab: Pulling fs layer 04:53:39 756a868c4378: Pulling fs layer 04:53:39 444b2fc9a129: Pulling fs layer 04:53:39 ea15f1150254: Pulling fs layer 04:53:39 41b27a9f41bf: Pulling fs layer 04:53:39 28c525ee5125: Pulling fs layer 04:53:39 094b1ea09ed8: Pulling fs layer 04:53:39 138eaada9080: Pulling fs layer 04:53:39 0622d0fa9048: Pulling fs layer 04:53:39 28c525ee5125: Waiting 04:53:39 444b2fc9a129: Waiting 04:53:39 41b27a9f41bf: Waiting 04:53:39 0622d0fa9048: Waiting 04:53:39 138eaada9080: Waiting 04:53:39 2cc5ad85d9ab: Verifying Checksum 04:53:39 2cc5ad85d9ab: Download complete 04:53:39 444b2fc9a129: Verifying Checksum 04:53:39 444b2fc9a129: Download complete 04:53:39 c9b1b535fdd9: Verifying Checksum 04:53:39 ea15f1150254: Verifying Checksum 04:53:39 ea15f1150254: Download complete 04:53:39 28c525ee5125: Verifying Checksum 04:53:39 28c525ee5125: Download complete 04:53:39 756a868c4378: Verifying Checksum 04:53:39 756a868c4378: Download complete 04:53:40 c9b1b535fdd9: Pull complete 04:53:40 138eaada9080: Verifying Checksum 04:53:40 138eaada9080: Download complete 04:53:40 0622d0fa9048: Verifying Checksum 04:53:40 0622d0fa9048: Download complete 04:53:40 094b1ea09ed8: Verifying Checksum 04:53:40 094b1ea09ed8: Download complete 04:53:40 2cc5ad85d9ab: Pull complete 04:53:40 41b27a9f41bf: Verifying Checksum 04:53:40 41b27a9f41bf: Download complete 04:53:41 756a868c4378: Pull complete 04:53:41 444b2fc9a129: Pull complete 04:53:42 ea15f1150254: Pull complete 04:53:48 41b27a9f41bf: Pull complete 04:53:48 28c525ee5125: Pull complete 04:53:50 094b1ea09ed8: Pull complete 04:53:50 138eaada9080: Pull complete 04:53:51 0622d0fa9048: Pull complete 04:53:51 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:53:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:53:51 prd-centos7-docker-4c-2g-683 does not seem to be running inside a container 04:53:51 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:53:55 $ docker top d16561480a2dda11c38e0824f3d4786ea41f9534dfd316449b88a31af616a7fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:53:55 provisioning config files... 04:53:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config8616111587626538529tmp [Pipeline] { [Pipeline] echo 04:53:55 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:53:56 ---> create-netrc.sh [Pipeline] echo 04:53:56 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:53:56 ---> logs-deploy.sh 04:53:56 + ARCHIVE_ARTIFACTS= 04:53:56 + LOGS_SERVER=https://logs.edgexfoundry.org 04:53:56 + '[' https://logs.edgexfoundry.org == None ']' 04:53:56 + NEXUS_URL=https://nexus.edgexfoundry.org 04:53:56 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/23 04:53:56 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/23/ 04:53:56 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/23 /w/workspace/edgex-go/23 04:53:57 Archives upload complete. 04:53:57 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/23 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/23/ 04:53:58 ---> uname -a: 04:53:58 Linux d16561480a2d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:53:58 04:53:58 04:53:58 ---> lscpu: 04:53:58 Architecture: x86_64 04:53:58 CPU op-mode(s): 32-bit, 64-bit 04:53:58 Byte Order: Little Endian 04:53:58 Address sizes: 40 bits physical, 48 bits virtual 04:53:58 CPU(s): 4 04:53:58 On-line CPU(s) list: 0-3 04:53:58 Thread(s) per core: 1 04:53:58 Core(s) per socket: 1 04:53:58 Socket(s): 4 04:53:58 NUMA node(s): 1 04:53:58 Vendor ID: GenuineIntel 04:53:58 CPU family: 6 04:53:58 Model: 44 04:53:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:53:58 Stepping: 1 04:53:58 CPU MHz: 2933.438 04:53:58 BogoMIPS: 5866.87 04:53:58 Virtualization: VT-x 04:53:58 Hypervisor vendor: KVM 04:53:58 Virtualization type: full 04:53:58 L1d cache: 128 KiB 04:53:58 L1i cache: 128 KiB 04:53:58 L2 cache: 16 MiB 04:53:58 L3 cache: 64 MiB 04:53:58 NUMA node0 CPU(s): 0-3 04:53:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:53:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:53:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:53:58 Vulnerability Meltdown: Mitigation; PTI 04:53:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:53:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:53:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:53:58 Vulnerability Tsx async abort: Not affected 04:53:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 04:53:58 04:53:58 04:53:58 ---> nproc: 04:53:58 4 04:53:58 04:53:58 04:53:58 ---> df -h: 04:53:58 Filesystem Size Used Available Use% Mounted on 04:53:58 overlay 50.0G 13.5G 36.5G 27% / 04:53:58 tmpfs 64.0M 0 64.0M 0% /dev 04:53:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:53:58 shm 64.0M 0 64.0M 0% /dev/shm 04:53:58 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf 04:53:58 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname 04:53:58 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts 04:53:58 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa 04:53:58 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/23 04:53:58 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/23@tmp 04:53:58 04:53:58 04:53:58 ---> free -m: 04:53:58 total used free shared buff/cache available 04:53:58 Mem: 1837 592 122 0 1123 1161 04:53:58 Swap: 1023 111 912 04:53:58 04:53:58 04:53:58 ---> ip addr: 04:53:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:53:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:53:58 inet 127.0.0.1/8 scope host lo 04:53:58 valid_lft forever preferred_lft forever 04:53:58 116: eth0@if117: mtu 1458 qdisc noqueue state UP 04:53:58 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 04:53:58 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 04:53:58 valid_lft forever preferred_lft forever 04:53:58 04:53:58 04:53:58 ---> sar -b -r -n DEV: 04:53:58 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/23/20 _x86_64_ (4 CPU) 04:53:58 04:53:58 04:30:13 LINUX RESTART 04:53:58 04:53:58 04:31:01 tps rtps wtps bread/s bwrtn/s 04:53:58 04:32:01 104.89 53.59 51.30 8364.33 17916.21 04:53:58 04:33:02 420.45 230.17 190.28 8064.32 70726.54 04:53:58 04:34:01 355.40 210.73 144.67 8722.69 30781.52 04:53:58 04:35:01 198.47 99.53 98.94 5543.86 28507.48 04:53:58 04:36:05 1742.31 1421.91 320.40 128831.11 190927.10 04:53:58 04:37:02 2081.50 1825.47 256.03 116015.47 126622.79 04:53:58 04:38:01 1429.98 1075.74 354.25 84213.66 115275.23 04:53:58 04:39:02 2330.20 1979.21 350.99 142494.23 146343.80 04:53:58 04:40:01 1133.89 815.01 318.88 50091.96 71304.08 04:53:58 04:41:01 23.76 17.70 6.06 3112.49 159.74 04:53:58 04:42:01 0.37 0.08 0.28 0.67 3.71 04:53:58 04:43:01 0.28 0.03 0.25 0.27 2.60 04:53:58 04:44:01 0.22 0.02 0.20 0.27 1.83 04:53:58 04:45:01 0.28 0.00 0.28 0.00 3.30 04:53:58 04:46:01 2.28 2.07 0.22 58.23 2.20 04:53:58 04:47:01 1.63 0.85 0.78 16.66 15.92 04:53:58 04:48:01 0.43 0.13 0.30 2.40 2.95 04:53:58 04:49:01 0.30 0.02 0.28 0.13 3.46 04:53:58 04:50:01 0.30 0.07 0.23 0.53 2.75 04:53:58 04:51:01 0.53 0.33 0.20 4.26 1.65 04:53:58 04:52:01 1.35 1.12 0.23 24.25 3.46 04:53:58 04:53:01 0.45 0.20 0.25 2.66 2.88 04:53:58 Average: 446.40 351.06 95.35 25353.36 36549.61 04:53:58 04:53:58 04:31:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:53:58 04:32:01 346976 1534580 81.56 2620 958528 1105100 37.72 479996 896328 116 04:53:58 04:33:02 85440 1796116 95.46 1492 1101744 1311496 44.76 656404 896444 0 04:53:58 04:34:01 500324 1381232 73.41 444 672616 1611948 55.01 549512 594400 26824 04:53:58 04:35:01 73796 1807760 96.08 316 1050340 1548500 52.85 692104 843952 85428 04:53:58 04:36:05 67644 1813912 96.40 0 1080536 2126244 72.56 739012 904012 81700 04:53:58 04:37:02 199268 1682288 89.41 0 639216 3125028 106.65 832304 629236 2000 04:53:58 04:38:01 73912 1807644 96.07 0 1122608 1978456 67.52 780824 834636 2440 04:53:58 04:39:02 164368 1717188 91.26 0 1046280 2318564 79.13 596284 922744 107368 04:53:58 04:40:01 879900 1001656 53.24 0 489104 1328452 45.34 374660 431544 12 04:53:58 04:41:01 797784 1083772 57.60 0 577456 1154072 39.39 393168 498852 16 04:53:58 04:42:01 799328 1082228 57.52 0 577464 1143780 39.04 392360 498540 16 04:53:58 04:43:01 799796 1081760 57.49 0 577476 1139668 38.89 392220 498452 8 04:53:58 04:44:01 799900 1081656 57.49 0 577488 1139668 38.89 392208 498456 16 04:53:58 04:45:01 800220 1081336 57.47 0 577500 1139668 38.89 392088 498464 8 04:53:58 04:46:01 798052 1083504 57.59 0 578480 1139752 38.90 393308 498780 24 04:53:58 04:47:01 797932 1083624 57.59 0 578492 1139716 38.90 393264 499224 12 04:53:58 04:48:01 798072 1083484 57.58 0 578500 1139668 38.89 393112 499324 12 04:53:58 04:49:01 797848 1083708 57.60 0 578508 1139668 38.89 393120 499324 8 04:53:58 04:50:01 797856 1083700 57.60 0 578516 1139668 38.89 393016 499340 8 04:53:58 04:51:01 797140 1084416 57.63 0 578524 1139752 38.90 393460 499460 20 04:53:58 04:52:01 796436 1085120 57.67 0 578532 1139888 38.90 393832 500192 16 04:53:58 04:53:01 797024 1084532 57.64 0 578548 1139732 38.90 393088 500284 16 04:53:58 Average: 580410 1301146 69.15 221 712566 1422204 48.54 491334 610999 13912 04:53:58 04:53:58 04:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 04:53:58 04:32:01 eth0 1235.26 1475.57 4724.40 228.28 0.00 0.00 0.00 04:53:58 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:32:01 docker0 1081.33 755.92 79.98 2653.79 0.00 0.00 0.00 04:53:58 04:33:02 eth0 1377.76 851.98 7395.16 2692.93 0.00 0.00 0.00 04:53:58 04:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:33:02 docker0 83.07 116.69 5.93 727.36 0.00 0.00 0.00 04:53:58 04:34:01 eth0 54.69 36.98 34.19 55.16 0.00 0.00 0.00 04:53:58 04:34:01 veth57d2a1c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 04:53:58 04:34:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:53:58 04:34:01 docker0 1182.45 886.23 87.23 3434.36 0.00 0.00 0.00 04:53:58 04:35:01 eth0 135.42 92.42 2215.93 75.38 0.00 0.00 0.00 04:53:58 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:35:01 docker0 0.07 0.07 0.00 0.01 0.00 0.00 0.00 04:53:58 04:36:05 veth93d671e 0.00 0.44 0.00 0.02 0.00 0.00 0.00 04:53:58 04:36:05 eth0 3136.61 2650.81 15117.76 2947.83 0.00 0.00 0.00 04:53:58 04:36:05 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 04:53:58 04:36:05 docker0 1099.88 833.89 80.88 3294.75 0.00 0.00 0.00 04:53:58 04:37:02 veth9960fa4 0.00 0.14 0.00 0.01 0.00 0.00 0.00 04:53:58 04:37:02 veth93d671e 0.00 0.50 0.00 0.03 0.00 0.00 0.00 04:53:58 04:37:02 eth0 3593.06 3032.51 17267.78 3370.57 0.00 0.00 0.00 04:53:58 04:37:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:53:58 04:38:01 vetha1948cb 0.00 0.10 0.00 0.01 0.00 0.00 0.00 04:53:58 04:38:01 veth93d671e 0.00 0.29 0.00 0.01 0.00 0.00 0.00 04:53:58 04:38:01 veth404c4d6 0.00 0.08 0.00 0.01 0.00 0.00 0.00 04:53:58 04:38:01 eth0 3552.09 2961.55 16996.98 3269.96 0.00 0.00 0.00 04:53:58 04:39:02 veth3a24049 0.00 0.10 0.00 0.01 0.00 0.00 0.00 04:53:58 04:39:02 vethb7a50fe 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:53:58 04:39:02 veth4c805a4 2.64 3.98 0.43 19.82 0.00 0.00 0.00 04:53:58 04:39:02 veth93d671e 0.00 0.84 0.00 0.04 0.00 0.00 0.00 04:53:58 04:40:01 veth93d671e 0.00 0.19 0.00 0.01 0.00 0.00 0.00 04:53:58 04:40:01 eth0 3721.74 3079.55 17310.76 3456.03 0.00 0.00 0.00 04:53:58 04:40:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:53:58 04:40:01 docker0 1251.14 1001.62 91.24 4262.33 0.00 0.00 0.00 04:53:58 04:41:01 eth0 2.61 1.90 2.71 1.07 0.00 0.00 0.00 04:53:58 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:42:01 eth0 0.43 0.38 0.44 0.03 0.00 0.00 0.00 04:53:58 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:43:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 04:53:58 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:44:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 04:53:58 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 04:53:58 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:46:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 04:53:58 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:47:01 eth0 0.17 0.13 0.09 0.01 0.00 0.00 0.00 04:53:58 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:48:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 04:53:58 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:49:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 04:53:58 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:50:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 04:53:58 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:51:01 eth0 1.38 0.13 0.24 0.07 0.00 0.00 0.00 04:53:58 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:52:01 eth0 0.95 0.67 0.53 0.40 0.00 0.00 0.00 04:53:58 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:53:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 04:53:58 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 Average: eth0 144.60 122.73 701.28 152.42 0.00 0.00 0.00 04:53:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:58 Average: docker0 56.02 44.85 4.09 190.86 0.00 0.00 0.00 04:53:58 04:53:58 04:53:58 ---> sar -P ALL: 04:53:58 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/23/20 _x86_64_ (4 CPU) 04:53:58 04:53:58 04:30:13 LINUX RESTART 04:53:58 04:53:58 04:31:01 CPU %user %nice %system %iowait %steal %idle 04:53:58 04:32:01 all 12.78 0.00 4.22 1.79 0.32 80.89 04:53:58 04:32:01 0 10.62 0.00 5.19 0.33 0.34 83.52 04:53:58 04:32:01 1 11.47 0.00 3.39 1.38 0.22 83.54 04:53:58 04:32:01 2 11.66 0.00 3.50 1.38 0.34 83.12 04:53:58 04:32:01 3 17.34 0.00 4.82 4.04 0.39 73.41 04:53:58 04:33:02 all 19.98 0.00 8.96 4.93 0.72 65.40 04:53:58 04:33:02 0 16.30 0.00 9.56 3.18 0.73 70.24 04:53:58 04:33:02 1 17.20 0.00 9.16 7.76 0.75 65.12 04:53:58 04:33:02 2 26.64 0.00 8.92 3.34 0.73 60.37 04:53:58 04:33:02 3 19.75 0.00 8.20 5.41 0.69 65.95 04:53:58 04:34:01 all 53.03 0.00 13.57 8.05 0.43 24.92 04:53:58 04:34:01 0 48.99 0.00 12.83 7.21 0.52 30.44 04:53:58 04:34:01 1 53.52 0.00 14.08 8.15 0.45 23.80 04:53:58 04:34:01 2 53.95 0.00 14.25 6.50 0.30 25.01 04:53:58 04:34:01 3 55.64 0.00 13.15 10.33 0.45 20.42 04:53:58 04:35:01 all 27.79 0.00 9.26 2.59 0.57 59.80 04:53:58 04:35:01 0 27.03 0.00 9.21 3.95 0.58 59.22 04:53:58 04:35:01 1 25.06 0.00 8.67 2.29 0.54 63.44 04:53:58 04:35:01 2 30.34 0.00 9.96 1.68 0.59 57.43 04:53:58 04:35:01 3 28.72 0.00 9.19 2.44 0.60 59.07 04:53:58 04:36:05 all 17.85 0.00 19.48 24.54 0.40 37.74 04:53:58 04:36:05 0 17.45 0.00 18.67 25.26 0.40 38.21 04:53:58 04:36:05 1 18.70 0.00 19.73 23.53 0.37 37.67 04:53:58 04:36:05 2 17.38 0.00 19.90 25.37 0.42 36.93 04:53:58 04:36:05 3 17.88 0.00 19.59 24.01 0.37 38.15 04:53:58 04:37:02 all 54.12 0.00 17.30 16.72 0.31 11.55 04:53:58 04:37:02 0 53.06 0.00 18.17 16.00 0.29 12.48 04:53:58 04:37:02 1 54.57 0.00 16.82 15.97 0.35 12.29 04:53:58 04:37:02 2 53.95 0.00 16.68 18.54 0.35 10.48 04:53:58 04:37:02 3 54.93 0.00 17.51 16.37 0.24 10.96 04:53:58 04:38:01 all 19.69 0.00 16.39 30.92 0.59 32.41 04:53:58 04:38:01 0 19.53 0.00 14.94 30.38 0.57 34.59 04:53:58 04:38:01 1 22.06 0.00 16.41 30.80 0.56 30.18 04:53:58 04:38:01 2 19.15 0.00 16.38 37.21 0.62 26.63 04:53:58 04:38:01 3 18.00 0.00 17.88 25.23 0.63 38.26 04:53:58 04:39:02 all 29.27 0.00 16.43 32.62 0.22 21.45 04:53:58 04:39:02 0 31.01 0.00 16.29 36.29 0.17 16.24 04:53:58 04:39:02 1 27.07 0.00 15.30 29.58 0.22 27.83 04:53:58 04:39:02 2 29.03 0.00 17.28 32.27 0.24 21.19 04:53:58 04:39:02 3 29.96 0.00 16.88 32.35 0.27 20.54 04:53:58 04:40:01 all 40.07 0.00 14.50 22.89 0.03 22.52 04:53:58 04:40:01 0 40.33 0.00 14.68 22.54 0.02 22.44 04:53:58 04:40:01 1 38.63 0.00 14.34 20.03 0.03 26.96 04:53:58 04:40:01 2 39.68 0.00 14.47 25.47 0.03 20.36 04:53:58 04:40:01 3 41.67 0.00 14.49 23.52 0.03 20.28 04:53:58 04:41:01 all 0.27 0.00 0.23 0.33 0.00 99.17 04:53:58 04:41:01 0 0.52 0.00 0.17 0.13 0.00 99.18 04:53:58 04:41:01 1 0.15 0.00 0.20 0.07 0.00 99.58 04:53:58 04:41:01 2 0.15 0.00 0.18 0.30 0.00 99.37 04:53:58 04:41:01 3 0.30 0.00 0.42 0.82 0.00 98.47 04:53:58 04:42:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:53:58 04:42:01 0 0.50 0.00 0.03 0.00 0.00 99.47 04:53:58 04:42:01 1 0.02 0.00 0.02 0.02 0.00 99.95 04:53:58 04:42:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:53:58 04:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:53:58 04:43:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:53:58 04:43:01 0 0.52 0.00 0.00 0.00 0.00 99.48 04:53:58 04:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:53:58 04:43:01 2 0.05 0.00 0.05 0.00 0.00 99.90 04:53:58 04:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:53:58 04:44:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:53:58 04:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:53:58 04:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:53:58 04:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:53:58 04:44:01 3 0.52 0.00 0.02 0.00 0.00 99.47 04:53:58 04:45:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:53:58 04:45:01 0 0.05 0.00 0.03 0.00 0.00 99.92 04:53:58 04:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:53:58 04:45:01 2 0.02 0.00 0.03 0.00 0.00 99.95 04:53:58 04:45:01 3 0.53 0.00 0.02 0.00 0.00 99.45 04:53:58 04:46:01 all 0.16 0.00 0.05 0.04 0.00 99.75 04:53:58 04:46:01 0 0.05 0.00 0.03 0.00 0.00 99.92 04:53:58 04:46:01 1 0.02 0.00 0.08 0.10 0.00 99.80 04:53:58 04:46:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:53:58 04:46:01 3 0.53 0.00 0.03 0.05 0.00 99.38 04:53:58 04:47:01 all 0.15 0.00 0.02 0.03 0.00 99.80 04:53:58 04:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:53:58 04:47:01 1 0.03 0.00 0.02 0.10 0.00 99.85 04:53:58 04:47:01 2 0.05 0.00 0.03 0.00 0.00 99.92 04:53:58 04:47:01 3 0.52 0.00 0.02 0.00 0.00 99.47 04:53:58 04:48:01 all 0.10 0.00 0.02 0.00 0.00 99.87 04:53:58 04:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:53:58 04:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:53:58 04:48:01 2 0.03 0.00 0.02 0.03 0.00 99.92 04:53:58 04:48:01 3 0.33 0.00 0.02 0.00 0.00 99.65 04:53:58 04:49:01 all 0.03 0.00 0.03 0.00 0.00 99.94 04:53:58 04:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:53:58 04:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:53:58 04:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:53:58 04:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:53:58 04:50:01 all 0.13 0.00 0.02 0.00 0.00 99.84 04:53:58 04:50:01 0 0.45 0.00 0.03 0.00 0.00 99.52 04:53:58 04:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:53:58 04:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 04:53:58 04:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:53:58 04:51:01 all 0.16 0.00 0.03 0.02 0.00 99.80 04:53:58 04:51:01 0 0.52 0.00 0.05 0.03 0.00 99.40 04:53:58 04:51:01 1 0.02 0.00 0.02 0.02 0.00 99.95 04:53:58 04:51:01 2 0.07 0.00 0.05 0.02 0.00 99.87 04:53:58 04:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:53:58 04:52:01 all 0.16 0.00 0.02 0.04 0.00 99.78 04:53:58 04:52:01 0 0.52 0.00 0.02 0.02 0.00 99.45 04:53:58 04:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:53:58 04:52:01 2 0.02 0.00 0.02 0.02 0.00 99.95 04:53:58 04:52:01 3 0.07 0.00 0.02 0.12 0.00 99.80 04:53:58 04:53:01 all 0.15 0.00 0.02 0.01 0.00 99.81 04:53:58 04:53:01 0 0.52 0.00 0.02 0.00 0.00 99.47 04:53:58 04:53:01 1 0.05 0.00 0.03 0.00 0.00 99.92 04:53:58 04:53:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:53:58 04:53:01 3 0.03 0.00 0.02 0.03 0.00 99.92 04:53:58 Average: all 12.24 0.00 5.39 6.51 0.16 75.69 04:53:58 Average: 0 11.88 0.00 5.37 6.53 0.16 76.06 04:53:58 Average: 1 11.90 0.00 5.30 6.26 0.16 76.38 04:53:58 Average: 2 12.51 0.00 5.45 6.80 0.16 75.07 04:53:58 Average: 3 12.68 0.00 5.45 6.46 0.16 75.25 04:53:58 04:53:58 04:53:58