Pull request #2660 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab+aed4594c0c67a41538adeca107413fb688e317f4 (4a692fcf21e23444813f9719ee316d64995a8dc5) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2660/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4966’ Running on prd-centos7-docker-4c-2g-4968 in /w/workspace/edgexfoundry_edgex-go_PR-2660 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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/2660/head:refs/remotes/origin/PR-2660 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2660/head:refs/remotes/origin/PR-2660 # 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/2660/head:refs/remotes/origin/PR-2660 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab > git config core.sparsecheckout # timeout=10 > git checkout -f ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab # timeout=10 Merge succeeded, producing ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab Checking out Revision ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab (PR-2660) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab # timeout=10 Commit message: "Update SECUIRTY.md" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:55:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:55:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:55:11 ========================================================= 02:55:11 EdgeX Global Pipelines Version Info 02:55:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:55:13 ------------------- 02:55:13 stable info: 02:55:13 ------------------- 02:55:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:55:13 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 02:55:13 Message: update stable to v1.0.106 02:55:14 ------------------- 02:55:14 experimental info: 02:55:14 ------------------- 02:55:14 Commited By: **** collab-it+edgex@linuxfoundation.org 02:55:14 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 02:55:14 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 02:55:16 ++ 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 02:55:16 + for file in '`ls cmd/**/Dockerfile`' 02:55:16 ++ dirname cmd/core-command/Dockerfile 02:55:16 ++ cut -d/ -f2 02:55:16 + echo core-command,cmd/core-command/Dockerfile 02:55:16 + for file in '`ls cmd/**/Dockerfile`' 02:55:16 ++ dirname cmd/core-data/Dockerfile 02:55:16 ++ cut -d/ -f2 02:55:16 + echo core-data,cmd/core-data/Dockerfile 02:55:16 + for file in '`ls cmd/**/Dockerfile`' 02:55:16 ++ dirname cmd/core-metadata/Dockerfile 02:55:16 ++ cut -d/ -f2 02:55:16 + echo core-metadata,cmd/core-metadata/Dockerfile 02:55:16 + for file in '`ls cmd/**/Dockerfile`' 02:55:16 ++ dirname cmd/security-proxy-setup/Dockerfile 02:55:16 ++ cut -d/ -f2 02:55:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:55:16 + for file in '`ls cmd/**/Dockerfile`' 02:55:16 ++ dirname cmd/security-secrets-setup/Dockerfile 02:55:16 ++ cut -d/ -f2 02:55:16 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 02:55:16 + for file in '`ls cmd/**/Dockerfile`' 02:55:16 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:55:16 ++ cut -d/ -f2 02:55:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:55:16 + for file in '`ls cmd/**/Dockerfile`' 02:55:16 ++ dirname cmd/support-logging/Dockerfile 02:55:16 ++ cut -d/ -f2 02:55:16 + echo support-logging,cmd/support-logging/Dockerfile 02:55:16 + for file in '`ls cmd/**/Dockerfile`' 02:55:16 ++ dirname cmd/support-notifications/Dockerfile 02:55:16 ++ cut -d/ -f2 02:55:16 + echo support-notifications,cmd/support-notifications/Dockerfile 02:55:16 + for file in '`ls cmd/**/Dockerfile`' 02:55:16 ++ dirname cmd/support-scheduler/Dockerfile 02:55:16 ++ cut -d/ -f2 02:55:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:55:16 + for file in '`ls cmd/**/Dockerfile`' 02:55:16 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:55:16 ++ cut -d/ -f2 02:55:16 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:55:16 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 02:55:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:55:17 02:55:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:55:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:55:17 latest: Pulling from edgex-devops/git-semver 02:55:17 31603596830f: Pulling fs layer 02:55:17 2a8b12db71e7: Pulling fs layer 02:55:17 6ca5941a6612: Pulling fs layer 02:55:17 ecc8261a40a4: Pulling fs layer 02:55:17 ecc8261a40a4: Waiting 02:55:17 2a8b12db71e7: Verifying Checksum 02:55:17 2a8b12db71e7: Download complete 02:55:17 31603596830f: Download complete 02:55:17 ecc8261a40a4: Verifying Checksum 02:55:17 6ca5941a6612: Verifying Checksum 02:55:17 6ca5941a6612: Download complete 02:55:18 31603596830f: Pull complete 02:55:18 2a8b12db71e7: Pull complete 02:55:19 6ca5941a6612: Pull complete 02:55:19 ecc8261a40a4: Pull complete 02:55:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:55:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:55:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:55:19 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 02:55:19 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:55:21 $ docker top e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:55:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:55:22 [ssh-agent] Looking for ssh-agent implementation... 02:55:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:55:22 $ docker exec e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 ssh-agent 02:55:22 SSH_AUTH_SOCK=/tmp/ssh-MqrY1PiBgYQk/agent.11 02:55:22 SSH_AGENT_PID=17 02:55:22 Running ssh-add (command line suppressed) 02:55:22 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6101839336451466878.key (/w/workspace/edgex-go/1@tmp/private_key_6101839336451466878.key) 02:55:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:55:22 + git describe --exact-match --tags HEAD 02:55:22 fatal: No names found, cannot describe anything. [Pipeline] } 02:55:23 $ docker exec --env ******** --env ******** e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 ssh-agent -k 02:55:23 unset SSH_AUTH_SOCK; 02:55:23 unset SSH_AGENT_PID; 02:55:23 echo Agent pid 17 killed; 02:55:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 02:55:23 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 02:55:23 This usually means this commit has not been tagged. [Pipeline] sshagent 02:55:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:55:23 [ssh-agent] Looking for ssh-agent implementation... 02:55:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:55:23 $ docker exec e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 ssh-agent 02:55:23 SSH_AUTH_SOCK=/tmp/ssh-Iq57WWDvnyy3/agent.46 02:55:23 SSH_AGENT_PID=51 02:55:23 Running ssh-add (command line suppressed) 02:55:23 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6642078930456436929.key (/w/workspace/edgex-go/1@tmp/private_key_6642078930456436929.key) 02:55:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:55:24 + git semver init 02:55:24 # -> Open(): unable to determine branch for HEAD 02:55:24 # $GIT_DIR = /w/workspace/edgex-go/1/.git 02:55:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 02:55:24 # $SEMVER_REMOTE_NAME = origin 02:55:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:55:24 # $SEMVER_USER_NAME = edgex-jenkins 02:55:24 # $SEMVER_BRANCH = PR-2660 02:55:24 # $SEMVER_TEMP = /tmp/semver-074239820 02:55:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:55:42 # '/tmp/semver-074239820' -> '/w/workspace/edgex-go/1/.semver' 02:55:42 # -> Force: false 02:55:42 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 02:55:42 $ docker exec --env ******** --env ******** e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 ssh-agent -k 02:55:42 unset SSH_AUTH_SOCK; 02:55:42 unset SSH_AGENT_PID; 02:55:42 echo Agent pid 51 killed; 02:55:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:55:43 + git semver [Pipeline] } 02:55:43 $ docker stop --time=1 e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 02:55:44 $ docker rm -f e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 02:55:57 Stashed 31 file(s) [Pipeline] echo 02:55:57 [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 02:55:58 ========================================================= 02:55:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 02:55:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:55:58 + 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 . 02:56:01 Sending build context to Docker daemon 323MB 02:56:01 Step 1/7 : ARG BASE=golang:1.13-alpine 02:56:01 Step 2/7 : FROM ${BASE} 02:56:01 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 02:56:01 df20fa9351a1: Pulling fs layer 02:56:01 ed8968b2872e: Pulling fs layer 02:56:01 a92cc7c5fd73: Pulling fs layer 02:56:01 2dd03ba5bac4: Pulling fs layer 02:56:01 1e091d79d1de: Pulling fs layer 02:56:01 481702a1767f: Pulling fs layer 02:56:01 f64a6f60c768: Pulling fs layer 02:56:01 e78d2573fc39: Pulling fs layer 02:56:01 e876d2f968b6: Pulling fs layer 02:56:01 ce8a83651883: Pulling fs layer 02:56:01 07967f4d0e4b: Pulling fs layer 02:56:01 e78d2573fc39: Waiting 02:56:01 2dd03ba5bac4: Waiting 02:56:01 e876d2f968b6: Waiting 02:56:01 1e091d79d1de: Waiting 02:56:01 ce8a83651883: Waiting 02:56:01 481702a1767f: Waiting 02:56:01 f64a6f60c768: Waiting 02:56:01 07967f4d0e4b: Waiting 02:56:01 a92cc7c5fd73: Verifying Checksum 02:56:01 a92cc7c5fd73: Download complete 02:56:01 ed8968b2872e: Verifying Checksum 02:56:01 ed8968b2872e: Download complete 02:56:01 1e091d79d1de: Verifying Checksum 02:56:01 1e091d79d1de: Download complete 02:56:01 481702a1767f: Verifying Checksum 02:56:01 481702a1767f: Download complete 02:56:01 df20fa9351a1: Verifying Checksum 02:56:02 f64a6f60c768: Verifying Checksum 02:56:02 f64a6f60c768: Download complete 02:56:03 2dd03ba5bac4: Verifying Checksum 02:56:03 2dd03ba5bac4: Download complete 02:56:03 e78d2573fc39: Verifying Checksum 02:56:03 e78d2573fc39: Download complete 02:56:04 df20fa9351a1: Pull complete 02:56:04 e876d2f968b6: Verifying Checksum 02:56:04 e876d2f968b6: Download complete 02:56:04 07967f4d0e4b: Verifying Checksum 02:56:04 07967f4d0e4b: Download complete 02:56:04 ed8968b2872e: Pull complete 02:56:05 a92cc7c5fd73: Pull complete 02:56:05 ce8a83651883: Verifying Checksum 02:56:05 ce8a83651883: Download complete 02:56:10 2dd03ba5bac4: Pull complete 02:56:10 1e091d79d1de: Pull complete 02:56:10 481702a1767f: Pull complete 02:56:13 Still waiting to schedule task 02:56:13 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-4967’ 02:56:18 f64a6f60c768: Pull complete 02:56:22 e78d2573fc39: Pull complete 02:56:22 e876d2f968b6: Pull complete 02:56:22 ce8a83651883: Pull complete 02:56:22 07967f4d0e4b: Pull complete 02:56:22 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 02:56:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 02:56:22 ---> 5d7c900382c6 02:56:22 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 02:56:23 ---> Running in 50651e718198 02:56:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:56:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:56:25 (1/12) Installing libmagic (5.38-r0) 02:56:25 (2/12) Installing file (5.38-r0) 02:56:25 (3/12) Installing libc-dev (0.7.2-r3) 02:56:26 (4/12) Installing g++ (9.3.0-r2) 02:56:41 (5/12) Installing fortify-headers (1.1-r0) 02:56:41 (6/12) Installing patch (2.7.6-r6) 02:56:41 (7/12) Installing build-base (0.5-r2) 02:56:41 (8/12) Installing libsodium (1.0.18-r0) 02:56:41 (9/12) Installing pkgconf (1.7.2-r0) 02:56:41 (10/12) Installing libsodium-dev (1.0.18-r0) 02:56:41 (11/12) Installing libzmq (4.3.2-r0) 02:56:42 (12/12) Installing zeromq-dev (4.3.2-r0) 02:56:42 Executing busybox-1.31.1-r16.trigger 02:56:42 OK: 233 MiB in 51 packages 02:56:45 Removing intermediate container 50651e718198 02:56:45 ---> c1e9e26f3502 02:56:45 Step 4/7 : WORKDIR /edgex-go 02:56:45 ---> Running in 11ebc88fb6ce 02:56:45 Removing intermediate container 11ebc88fb6ce 02:56:45 ---> 69804a6efa2e 02:56:45 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 02:56:46 latest: Pulling from library/docker 02:56:46 df20fa9351a1: Already exists 02:56:46 25ad7478873d: Pulling fs layer 02:56:46 4684f6177b5d: Pulling fs layer 02:56:46 46e300cec669: Pulling fs layer 02:56:46 63038576ad94: Pulling fs layer 02:56:46 0fdb76c4706c: Pulling fs layer 02:56:46 cb7edeffdfd5: Pulling fs layer 02:56:46 cb7edeffdfd5: Waiting 02:56:46 63038576ad94: Waiting 02:56:46 0fdb76c4706c: Waiting 02:56:46 4684f6177b5d: Verifying Checksum 02:56:46 4684f6177b5d: Download complete 02:56:46 25ad7478873d: Verifying Checksum 02:56:46 25ad7478873d: Download complete 02:56:46 63038576ad94: Download complete 02:56:46 0fdb76c4706c: Verifying Checksum 02:56:46 0fdb76c4706c: Download complete 02:56:46 25ad7478873d: Pull complete 02:56:46 cb7edeffdfd5: Verifying Checksum 02:56:46 cb7edeffdfd5: Download complete 02:56:47 4684f6177b5d: Pull complete 02:56:47 46e300cec669: Verifying Checksum 02:56:47 46e300cec669: Download complete 02:56:49 46e300cec669: Pull complete 02:56:49 63038576ad94: Pull complete 02:56:49 0fdb76c4706c: Pull complete 02:56:50 cb7edeffdfd5: Pull complete 02:56:50 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 02:56:50 Status: Downloaded newer image for docker:latest 02:56:52 ---> 63a6b6dee5ff 02:56:52 Step 6/7 : COPY go.mod . 02:56:52 ---> 2442858e8f36 02:56:52 Step 7/7 : RUN go mod download 02:56:52 ---> Running in 06ce98bd1752 02:56:54 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 02:56:54 go: finding github.com/BurntSushi/toml v0.3.1 02:56:54 go: finding github.com/OneOfOne/xxhash v1.2.5 02:56:54 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 02:56:54 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:56:54 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 02:56:54 go: finding github.com/bgentry/speakeasy v0.1.0 02:56:54 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 02:56:54 go: finding github.com/cloudflare/gokey v0.1.0 02:56:54 go: finding github.com/davecgh/go-spew v1.1.1 02:56:54 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 02:56:54 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 02:56:54 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 02:56:54 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 02:56:54 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 02:56:54 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 02:56:54 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 02:56:54 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 02:56:54 go: finding github.com/fatih/color v1.7.0 02:56:54 go: finding github.com/fsnotify/fsnotify v1.4.7 02:56:54 go: finding github.com/fxamacker/cbor/v2 v2.2.0 02:56:54 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 02:56:54 go: finding github.com/go-kit/kit v0.8.0 02:56:54 go: finding github.com/go-logfmt/logfmt v0.4.0 02:56:54 go: finding github.com/go-redis/redis/v7 v7.2.0 02:56:55 go: finding github.com/go-stack/stack v1.8.0 02:56:55 go: finding github.com/golang/protobuf v1.3.2 02:56:55 go: finding github.com/gomodule/redigo v2.0.0+incompatible 02:56:55 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 02:56:55 go: finding github.com/google/uuid v1.1.0 02:56:55 go: finding github.com/gorilla/mux v1.7.1 02:56:55 go: finding github.com/hashicorp/consul/api v1.1.0 02:56:55 go: finding github.com/hashicorp/consul/sdk v0.1.1 02:56:55 go: finding github.com/hashicorp/errwrap v1.0.0 02:56:55 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 02:56:55 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 02:56:55 go: finding github.com/hashicorp/go-msgpack v0.5.3 02:56:55 go: finding github.com/hashicorp/go-multierror v1.0.0 02:56:55 go: finding github.com/hashicorp/go-rootcerts v1.0.0 02:56:55 go: finding github.com/hashicorp/go-sockaddr v1.0.0 02:56:55 go: finding github.com/hashicorp/go-syslog v1.0.0 02:56:55 go: finding github.com/hashicorp/go-uuid v1.0.1 02:56:55 go: finding github.com/hashicorp/go.net v0.0.1 02:56:55 go: finding github.com/hashicorp/golang-lru v0.5.0 02:56:55 go: finding github.com/hashicorp/logutils v1.0.0 02:56:55 go: finding github.com/hashicorp/mdns v1.0.0 02:56:55 go: finding github.com/hashicorp/memberlist v0.1.3 02:56:55 go: finding github.com/hashicorp/serf v0.8.2 02:56:55 go: finding github.com/hpcloud/tail v1.0.0 02:56:55 go: finding github.com/imdario/mergo v0.3.6 02:56:55 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 02:56:55 go: finding github.com/kr/pretty v0.1.0 02:56:55 go: finding github.com/kr/pty v1.1.1 02:56:55 go: finding github.com/kr/text v0.1.0 02:56:55 go: finding github.com/mattn/go-colorable v0.0.9 02:56:55 go: finding github.com/mattn/go-isatty v0.0.3 02:56:55 go: finding github.com/miekg/dns v1.0.14 02:56:55 go: finding github.com/mitchellh/cli v1.0.0 02:56:55 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:56:55 go: finding github.com/mitchellh/copystructure v1.0.0 02:56:55 go: finding github.com/mitchellh/go-homedir v1.0.0 02:56:55 go: finding github.com/mitchellh/go-testing-interface v1.0.0 02:56:55 go: finding github.com/mitchellh/gox v0.4.0 02:56:55 go: finding github.com/mitchellh/iochan v1.0.0 02:56:55 go: finding github.com/mitchellh/mapstructure v1.1.2 02:56:55 go: finding github.com/mitchellh/reflectwalk v1.0.0 02:56:55 go: finding github.com/onsi/ginkgo v1.10.1 02:56:55 go: finding github.com/onsi/gomega v1.7.0 02:56:55 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 02:56:55 go: finding github.com/pebbe/zmq4 v1.0.0 02:56:55 go: finding github.com/pelletier/go-toml v1.2.0 02:56:55 go: finding github.com/pkg/errors v0.8.1 02:56:56 go: finding github.com/pmezard/go-difflib v1.0.0 02:56:56 go: finding github.com/posener/complete v1.1.1 02:56:56 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 02:56:56 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 02:56:56 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 02:56:56 go: finding github.com/stretchr/objx v0.1.0 02:56:56 go: finding github.com/stretchr/testify v1.5.1 02:56:56 go: finding github.com/ugorji/go v1.1.4 02:56:56 go: finding github.com/x448/float16 v0.8.4 02:56:56 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 02:56:56 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 02:56:56 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 02:56:56 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 02:56:56 go: finding golang.org/x/text v0.3.2 02:56:56 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 02:56:56 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 02:56:56 go: finding gopkg.in/eapache/queue.v1 v1.1.0 02:56:56 go: finding gopkg.in/fsnotify.v1 v1.4.7 02:56:56 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 02:56:56 go: finding gopkg.in/yaml.v2 v2.2.8 02:57:08 Removing intermediate container 06ce98bd1752 02:57:08 ---> f5bacedce3d2 02:57:08 Successfully built f5bacedce3d2 02:57:08 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 02:57:09 + docker inspect -f . ci-base-image-x86_64 02:57:09 . [Pipeline] withDockerContainer 02:57:09 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 02:57:09 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 02:57:10 $ docker top b8ae6c0f33f4eb121b0d0898f5c9ad1c60935b15f52ec3faeff233c97b23479b -eo pid,comm [Pipeline] { [Pipeline] sh 02:57:10 + go version 02:57:10 go version go1.13.13 linux/amd64 [Pipeline] echo 02:57:10 ========================================================= 02:57:10 [edgeXBuildGoParallel] Running Tests and Build... 02:57:10 ========================================================= [Pipeline] sh 02:57:11 + make test 02:57:11 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:57:13 ? github.com/edgexfoundry/edgex-go [no test files] 02:57:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:57:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:57:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:57:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:57:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:57:27 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s 02:57:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 02:57:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:57:27 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 02:57:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:57:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:57:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:57:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:57:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:57:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.034s coverage: 46.6% of statements 02:57:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.046s coverage: 27.3% of statements 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.009s coverage: 100.0% of statements 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.015s coverage: 100.0% of statements 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.088s coverage: 28.6% of statements 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.024s coverage: 100.0% of statements 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.038s coverage: 89.8% of statements 02:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:57:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:57:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:57:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.011s coverage: 58.8% of statements 02:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.049s coverage: 63.5% of statements 02:57:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:57:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements 02:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.096s coverage: 55.9% of statements 02:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 02:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 02:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.018s coverage: 86.3% of statements 02:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 02:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.300s coverage: 72.2% of statements 02:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.122s coverage: 72.1% of statements 02:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.018s coverage: 82.4% of statements 02:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements 02:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 02:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 02:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 02:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements 02:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 02:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.018s coverage: 96.8% of statements 02:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 02:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.056s coverage: 26.9% of statements 02:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.083s coverage: 84.1% of statements 02:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements 02:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.007s coverage: 42.9% of statements 02:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 02:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 02:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 02:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 02:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.007s coverage: 83.8% of statements 02:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 02:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.028s coverage: 46.1% of statements 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.013s coverage: 100.0% of statements 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.013s coverage: 100.0% of statements 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.006s coverage: 100.0% of statements 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:57:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements 02:57:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:57:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:57:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:57:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:57:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:57:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.010s coverage: 99.0% of statements 02:57:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:57:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements 02:57:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:57:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 02:57:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:57:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements 02:57:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:57:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:57:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:57:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:57:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements 02:57:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:57:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:57:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.018s coverage: 100.0% of statements 02:57:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 02:57:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 02:57:49 GO111MODULE=on go vet ./... 02:57:54 gofmt -l . 02:57:54 [ "`gofmt -l .`" = "" ] 02:57:55 ./bin/test-go-mod-tidy.sh 02:57:56 ./bin/test-attribution-txt.sh [Pipeline] sh 02:57:57 + ls -al . 02:57:57 total 552 02:57:57 drwxrwxr-x 10 1001 1001 4096 Aug 12 02:57 . 02:57:57 drwxr-xr-x 4 root root 28 Aug 12 02:57 .. 02:57:57 -rw-rw-r-- 1 1001 1001 11 Aug 12 02:55 .dockerignore 02:57:57 drwxrwxr-x 8 1001 1001 179 Aug 12 02:55 .git 02:57:57 drwxrwxr-x 3 1001 1001 60 Aug 12 02:55 .github 02:57:57 -rw-rw-r-- 1 1001 1001 932 Aug 12 02:55 .gitignore 02:57:57 drwx------ 3 1001 1001 47 Aug 12 02:55 .semver 02:57:57 -rw-rw-r-- 1 1001 1001 166 Aug 12 02:55 .sonarcloud.properties 02:57:57 -rw-rw-r-- 1 1001 1001 3804 Aug 12 02:55 CONTRIBUTING.md 02:57:57 -rw-rw-r-- 1 1001 1001 1035 Aug 12 02:55 Dockerfile.build 02:57:57 -rw-rw-r-- 1 1001 1001 865 Aug 12 02:55 Jenkinsfile 02:57:57 -rw-rw-r-- 1 1001 1001 10775 Aug 12 02:55 LICENSE 02:57:57 -rw-rw-r-- 1 1001 1001 6237 Aug 12 02:55 Makefile 02:57:57 -rw-rw-r-- 1 1001 1001 5652 Aug 12 02:55 README.md 02:57:57 -rw-rw-r-- 1 1001 1001 259 Aug 12 02:55 SECURITY.md 02:57:57 -rw-rw-r-- 1 1001 1001 5 Aug 12 02:55 VERSION 02:57:57 -rw-rw-r-- 1 1001 1001 4131 Aug 12 02:55 ZMQWindows.md 02:57:57 drwxrwxr-x 2 1001 1001 117 Aug 12 02:55 bin 02:57:57 drwxrwxr-x 15 1001 1001 4096 Aug 12 02:55 cmd 02:57:57 -rw-r--r-- 1 root root 455803 Aug 12 02:57 coverage.out 02:57:57 -rw-r--r-- 1 root root 1019 Aug 12 02:57 go.mod 02:57:57 -rw-r--r-- 1 root root 18146 Aug 12 02:57 go.sum 02:57:57 drwxrwxr-x 8 1001 1001 127 Aug 12 02:55 internal 02:57:57 drwxrwxr-x 4 1001 1001 26 Aug 12 02:55 openapi 02:57:57 drwxrwxr-x 4 1001 1001 71 Aug 12 02:55 snap 02:57:57 -rw-rw-r-- 1 1001 1001 168 Aug 12 02:55 version.go [Pipeline] sh 02:57:58 + '[' -e coverage.out ] 02:57:58 + chown 1001:1001 coverage.out [Pipeline] stash 02:57:58 Stashed 1 file(s) [Pipeline] sh 02:57:58 + make build 02:57:58 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 02:58:05 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 02:58:07 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 02:58:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 02:58:10 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 02:58:12 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 02:58:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:58:15 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 02:58:16 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 02:58:17 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 02:58:18 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 02:58:20 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 02:58:21 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] } 02:58:22 $ docker stop --time=1 b8ae6c0f33f4eb121b0d0898f5c9ad1c60935b15f52ec3faeff233c97b23479b 02:58:23 $ docker rm -f b8ae6c0f33f4eb121b0d0898f5c9ad1c60935b15f52ec3faeff233c97b23479b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:58:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:58:25 02:58:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:58:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:58:25 latest: Pulling from edgex-devops/edgex-compose 02:58:25 cbdbe7a5bc2a: Pulling fs layer 02:58:25 ca9280d653b3: Pulling fs layer 02:58:25 7e9c9ca2126c: Pulling fs layer 02:58:25 cbdbe7a5bc2a: Download complete 02:58:26 ca9280d653b3: Verifying Checksum 02:58:26 ca9280d653b3: Download complete 02:58:26 cbdbe7a5bc2a: Pull complete 02:58:26 7e9c9ca2126c: Download complete 02:58:27 ca9280d653b3: Pull complete 02:58:32 7e9c9ca2126c: Pull complete 02:58:32 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:58:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:58:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:58:32 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 02:58:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:58:35 $ docker top c7dd4571fc6f45896e8f61b52c019ee071aa69954bb0df5932725b9a658bea48 -eo pid,comm [Pipeline] { [Pipeline] sh 02:58:36 + docker-compose build --help 02:58:36 + grep parallel 02:58:36 --parallel Build images in parallel. [Pipeline] } 02:58:36 $ docker stop --time=1 c7dd4571fc6f45896e8f61b52c019ee071aa69954bb0df5932725b9a658bea48 02:58:38 $ docker rm -f c7dd4571fc6f45896e8f61b52c019ee071aa69954bb0df5932725b9a658bea48 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:58:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:58:39 . [Pipeline] withDockerContainer 02:58:39 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 02:58:39 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:58:39 $ docker top 22a5f04ba71b90f4c6a40e4749270c3da43cbaa9fd277a1c4096ae5d38c1b623 -eo pid,comm [Pipeline] { [Pipeline] sh 02:58:40 + docker-compose -f ./docker-compose-build.yml build --parallel 02:58:41 Building docker-core-command-go ... 02:58:41 Building docker-core-data-go ... 02:58:41 Building docker-core-metadata-go ... 02:58:41 Building docker-security-proxy-setup-go ... 02:58:41 Building docker-security-secrets-setup-go ... 02:58:41 Building docker-security-secretstore-setup-go ... 02:58:41 Building docker-support-logging-go ... 02:58:41 Building docker-support-notifications-go ... 02:58:41 Building docker-support-scheduler-go ... 02:58:41 Building docker-sys-mgmt-agent-go ... 02:58:41 Building docker-core-data-go 02:58:41 Building docker-support-scheduler-go 02:58:41 Building docker-core-metadata-go 02:58:41 Building docker-security-secretstore-setup-go 02:58:41 Building docker-security-proxy-setup-go 02:59:07 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 02:59:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:59:07 ---> f5bacedce3d2 02:59:07 Step 3/21 : WORKDIR /edgex-go 02:59:07 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 02:59:07 Step 2/20 : FROM ${BUILDER_BASE} AS builder 02:59:07 ---> f5bacedce3d2 02:59:07 Step 3/20 : WORKDIR /edgex-go 02:59:07 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 02:59:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:59:07 ---> f5bacedce3d2 02:59:07 Step 3/26 : WORKDIR /edgex-go 02:59:07 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 02:59:07 Step 2/20 : FROM ${BUILDER_BASE} AS builder 02:59:07 ---> f5bacedce3d2 02:59:07 Step 3/20 : WORKDIR /edgex-go 02:59:07 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 02:59:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:59:07 ---> f5bacedce3d2 02:59:07 Step 3/22 : WORKDIR /edgex-go 02:59:08 ---> Running in 90ba892a751b 02:59:08 ---> Running in 7a5f9041c0b1 02:59:08 ---> Running in 9b0f437a0043 02:59:08 ---> Running in a66e06cdef82 02:59:08 ---> Running in b6ceacf8dfcd 02:59:08 Removing intermediate container 90ba892a751b 02:59:08 ---> 8b36e2c3350a 02:59:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:08 Removing intermediate container 7a5f9041c0b1 02:59:08 ---> 4a6e41eb8db7 02:59:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:08 Removing intermediate container 9b0f437a0043 02:59:08 ---> 73165f76f263 02:59:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:09 Removing intermediate container a66e06cdef82 02:59:09 ---> 236ac401a4d0 02:59:09 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:09 Removing intermediate container b6ceacf8dfcd 02:59:09 ---> b4f72210b8cc 02:59:09 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:09 ---> Running in cfeaec8f51c3 02:59:09 ---> Running in 6dd6f671c99a 02:59:09 ---> Running in 20924650c7d9 02:59:09 ---> Running in a53bb670bc67 02:59:09 ---> Running in 668a2959462f 02:59:11 Removing intermediate container 20924650c7d9 02:59:11 ---> 4e41cc118e17 02:59:11 Step 5/21 : RUN apk update && apk add make git 02:59:11 Removing intermediate container cfeaec8f51c3 02:59:11 ---> b70e5fe5335e 02:59:11 Step 5/26 : RUN apk update && apk add make git 02:59:11 ---> Running in fa480592ec98 02:59:11 Removing intermediate container 6dd6f671c99a 02:59:11 ---> f157803cb3e5 02:59:11 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 02:59:11 ---> Running in 61949dadf906 02:59:11 Removing intermediate container a53bb670bc67 02:59:11 ---> 7ea9ed0d3c89 02:59:11 Step 5/20 : RUN apk update && apk add make git 02:59:11 ---> Running in 14e148246def 02:59:11 Removing intermediate container 668a2959462f 02:59:11 ---> 8036a30b6cd4 02:59:11 Step 5/20 : RUN apk update && apk add make git 02:59:11 ---> Running in 19062cb6febf 02:59:12 ---> Running in 0e8b324b4fc0 02:59:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:59:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:59:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:59:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:59:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:59:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:59:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:59:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:59:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:59:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:59:13 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:59:13 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:59:13 OK: 12749 distinct packages available 02:59:13 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:59:13 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:59:13 OK: 12749 distinct packages available 02:59:13 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:59:13 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:59:13 OK: 12749 distinct packages available 02:59:13 OK: 233 MiB in 51 packages 02:59:13 OK: 233 MiB in 51 packages 02:59:13 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:59:13 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:59:13 OK: 12749 distinct packages available 02:59:14 OK: 233 MiB in 51 packages 02:59:14 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:59:14 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:59:14 OK: 12749 distinct packages available 02:59:14 OK: 233 MiB in 51 packages 02:59:14 OK: 233 MiB in 51 packages 02:59:14 Removing intermediate container fa480592ec98 02:59:14 ---> e3cadad9b64a 02:59:14 Step 6/21 : COPY go.mod . 02:59:14 Removing intermediate container 61949dadf906 02:59:14 ---> 24e68f9db347 02:59:14 Step 6/26 : COPY go.mod . 02:59:15 ---> ff336b401087 02:59:15 Step 7/21 : RUN go mod download 02:59:15 ---> 3c25ad4e59f9 02:59:15 Step 7/26 : RUN go mod download 02:59:15 ---> Running in 9e45f2d8af41 02:59:15 Removing intermediate container 14e148246def 02:59:15 ---> 6ee749130995 02:59:15 Step 6/22 : COPY go.mod . 02:59:15 ---> Running in c2446d167ad6 02:59:15 Removing intermediate container 19062cb6febf 02:59:15 ---> 5c11307cb112 02:59:15 Step 6/20 : COPY go.mod . 02:59:15 Removing intermediate container 0e8b324b4fc0 02:59:15 ---> f04e6353d7c8 02:59:15 Step 6/20 : COPY go.mod . 02:59:15 ---> 2b16a9b746d7 02:59:15 Step 7/22 : RUN go mod download 02:59:16 ---> Running in 89bad4946f8b 02:59:16 ---> f574a2554fb9 02:59:16 Step 7/20 : RUN go mod download 02:59:16 ---> 77c4fe459fed 02:59:16 Step 7/20 : RUN go mod download 02:59:16 ---> Running in d5e319f63f1f 02:59:16 ---> Running in 7566db2dac4c 02:59:17 Removing intermediate container 9e45f2d8af41 02:59:17 ---> 0433d63ec0ee 02:59:17 Step 8/21 : COPY . . 02:59:17 Removing intermediate container c2446d167ad6 02:59:17 ---> 6d3e5958c812 02:59:17 Step 8/26 : COPY . . 02:59:24 Removing intermediate container 89bad4946f8b 02:59:24 ---> 3a83b52cbcdf 02:59:24 Step 8/22 : COPY . . 02:59:27 Removing intermediate container d5e319f63f1f 02:59:27 ---> a39e29e7c064 02:59:27 Step 8/20 : COPY . . 02:59:27 Removing intermediate container 7566db2dac4c 02:59:27 ---> eb963c4c9973 02:59:27 Step 8/20 : COPY . . 02:59:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4969 in /w/workspace/edgexfoundry_edgex-go_PR-2660 [Pipeline] { [Pipeline] ws 02:59:47 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 02:59:51 using credential edgex-jenkins-ssh 02:59:51 Cloning the remote Git repository 02:59:51 Cloning with configured refspecs honoured and without tags 02:59:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:59:52 > git init /w/workspace/edgex-go/1 # timeout=10 02:59:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:59:52 > git --version # timeout=10 02:59:52 using GIT_SSH to set credentials SSH Credentials for GitHub 02:59:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2660/head:refs/remotes/origin/PR-2660 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:59:59 ---> fa6df3a60a2f 02:59:59 Step 9/21 : RUN make cmd/core-metadata/core-metadata 02:59:59 ---> e21d45f9e884 02:59:59 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 02:59:59 ---> Running in b91597162bc1 02:59:59 ---> Running in 74701c972802 02:59:59 ---> f245879df159 02:59:59 Step 9/22 : RUN make cmd/core-data/core-data 02:59:59 ---> 889a7939906c 02:59:59 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 02:59:59 ---> 6dc187a19e2f 02:59:59 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 02:59:59 ---> Running in 5f6e3459c5e9 02:59:59 ---> Running in 3e98040615f5 02:59:59 ---> Running in e1936804b673 02:59:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:59:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:59:59 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 02:59:59 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 02:59:59 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 03:00:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:00:07 > git config --add remote.origin.fetch +refs/pull/2660/head:refs/remotes/origin/PR-2660 # timeout=10 03:00:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:00:07 Fetching without tags 03:00:09 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:00:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:00:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:00:07 using GIT_SSH to set credentials SSH Credentials for GitHub 03:00:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2660/head:refs/remotes/origin/PR-2660 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:00:09 > git config core.sparsecheckout # timeout=10 03:00:09 > git checkout -f ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab # timeout=10 03:00:09 Merge succeeded, producing ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:00:09 Checking out Revision ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab (PR-2660) 03:00:09 > git remote # timeout=10 03:00:09 > git config --get remote.origin.url # timeout=10 03:00:09 using GIT_SSH to set credentials SSH Credentials for GitHub 03:00:09 > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 03:00:09 > git rev-parse HEAD^{commit} # timeout=10 03:00:09 > git config core.sparsecheckout # timeout=10 03:00:09 > git checkout -f ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab # timeout=10 03:00:14 Commit message: "Update SECUIRTY.md" 03:00:14 > git --version # timeout=10 03:00:14 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:00:26 ========================================================= 03:00:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 03:00:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:00:26 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 03:00:26 Removing intermediate container 5f6e3459c5e9 03:00:26 ---> 8effafdcaf59 03:00:26 03:00:26 Step 10/20 : FROM alpine 03:00:26 latest: Pulling from library/alpine 03:00:26 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 03:00:26 Status: Downloaded newer image for alpine:latest 03:00:26 ---> a24bb4013296 03:00:26 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 03:00:27 + 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 . 03:00:27 ---> Running in ddceb5c8758d 03:00:27 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 03:00:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:00:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:00:29 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:00:29 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:00:29 OK: 12749 distinct packages available 03:00:29 (1/4) Installing ca-certificates (20191127-r4) 03:00:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:00:30 (3/4) Installing libcurl (7.69.1-r0) 03:00:30 (4/4) Installing curl (7.69.1-r0) 03:00:30 Executing busybox-1.31.1-r16.trigger 03:00:30 Executing ca-certificates-20191127-r4.trigger 03:00:30 OK: 7 MiB in 18 packages 03:00:31 Sending build context to Docker daemon 323MB 03:00:31 Step 1/7 : ARG BASE=golang:1.13-alpine 03:00:31 Step 2/7 : FROM ${BASE} 03:00:31 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:00:31 b538f80385f9: Pulling fs layer 03:00:31 74f711af9a0d: Pulling fs layer 03:00:31 99f96fe45779: Pulling fs layer 03:00:31 fd7a069fd194: Pulling fs layer 03:00:31 66aa3694b03b: Pulling fs layer 03:00:31 170f70906a0f: Pulling fs layer 03:00:31 ad7c5574e4b9: Pulling fs layer 03:00:31 e772456be8f7: Pulling fs layer 03:00:31 c890913d741a: Pulling fs layer 03:00:31 2480fcc9aa5a: Pulling fs layer 03:00:31 09adf4765672: Pulling fs layer 03:00:31 fd7a069fd194: Waiting 03:00:31 66aa3694b03b: Waiting 03:00:31 e772456be8f7: Waiting 03:00:31 170f70906a0f: Waiting 03:00:31 ad7c5574e4b9: Waiting 03:00:31 c890913d741a: Waiting 03:00:31 2480fcc9aa5a: Waiting 03:00:31 09adf4765672: Waiting 03:00:31 99f96fe45779: Verifying Checksum 03:00:31 99f96fe45779: Download complete 03:00:31 74f711af9a0d: Verifying Checksum 03:00:31 74f711af9a0d: Download complete 03:00:31 66aa3694b03b: Verifying Checksum 03:00:31 66aa3694b03b: Download complete 03:00:31 170f70906a0f: Verifying Checksum 03:00:31 170f70906a0f: Download complete 03:00:31 b538f80385f9: Verifying Checksum 03:00:31 b538f80385f9: Download complete 03:00:32 b538f80385f9: Pull complete 03:00:32 74f711af9a0d: Pull complete 03:00:33 99f96fe45779: Pull complete 03:00:34 ad7c5574e4b9: Verifying Checksum 03:00:34 ad7c5574e4b9: Download complete 03:00:34 c890913d741a: Download complete 03:00:35 Removing intermediate container ddceb5c8758d 03:00:35 ---> b7d4fa6ef207 03:00:35 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:00:35 ---> Running in 592857d791cf 03:00:35 Removing intermediate container 592857d791cf 03:00:35 ---> 2261709f0be1 03:00:35 Step 13/20 : WORKDIR /edgex 03:00:35 ---> Running in 1f1d509ba6b3 03:00:36 2480fcc9aa5a: Verifying Checksum 03:00:36 2480fcc9aa5a: Download complete 03:00:36 09adf4765672: Verifying Checksum 03:00:36 09adf4765672: Download complete 03:00:36 fd7a069fd194: Verifying Checksum 03:00:36 fd7a069fd194: Download complete 03:00:36 e772456be8f7: Verifying Checksum 03:00:36 e772456be8f7: Download complete 03:00:38 Removing intermediate container 74701c972802 03:00:38 ---> 48e26b36eeef 03:00:38 03:00:38 Step 10/21 : FROM scratch 03:00:38 ---> 03:00:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:00:38 Removing intermediate container b91597162bc1 03:00:38 ---> 5019cedb3945 03:00:38 03:00:38 Step 10/26 : FROM alpine:3.10 03:00:39 3.10: Pulling from library/alpine 03:00:40 Removing intermediate container 1f1d509ba6b3 03:00:40 ---> 596b40764b2d 03:00:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:00:40 ---> Running in c695988e5843 03:00:40 Removing intermediate container e1936804b673 03:00:40 ---> 96cb6fa7c7c9 03:00:40 03:00:40 Step 10/20 : FROM scratch 03:00:40 ---> 03:00:40 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:00:40 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 03:00:40 Status: Downloaded newer image for alpine:3.10 03:00:40 ---> be4e4bea2c2e 03:00:40 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 03:00:41 ---> Running in 691bc9bd487c 03:00:42 Removing intermediate container c695988e5843 03:00:42 ---> daefb77a04f7 03:00:42 Step 12/21 : ENV APP_PORT=48081 03:00:42 ---> Running in f3e3b0d238cc 03:00:42 ---> 4d3012aa5821 03:00:42 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:00:42 Removing intermediate container 691bc9bd487c 03:00:42 ---> 327a1d1ad983 03:00:42 Step 12/20 : ENV APP_PORT=48085 03:00:42 ---> Running in 0130a48adbf4 03:00:43 Removing intermediate container 3e98040615f5 03:00:43 ---> e5094941f697 03:00:43 03:00:43 Step 10/22 : FROM alpine 03:00:43 ---> a24bb4013296 03:00:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:00:43 ---> Running in 0070715f496e 03:00:43 ---> Running in 76b34381a4f1 03:00:43 Removing intermediate container 0130a48adbf4 03:00:43 ---> ece4e0153075 03:00:43 Step 13/21 : EXPOSE $APP_PORT 03:00:43 Removing intermediate container 0070715f496e 03:00:43 ---> a01aa25dee57 03:00:43 Step 13/20 : EXPOSE $APP_PORT 03:00:43 ---> Running in 3a184a8467a4 03:00:43 ---> c7467fb5e2c9 03:00:43 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:00:43 ---> Running in b6ad4fcce3bf 03:00:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 03:00:43 Removing intermediate container 76b34381a4f1 03:00:43 ---> 838f490d3bee 03:00:43 Step 12/22 : ENV APP_PORT=48080 03:00:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 03:00:43 ---> Running in 491f55762e3d 03:00:43 ---> Running in 669d0619b214 03:00:43 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 03:00:43 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 03:00:43 OK: 10346 distinct packages available 03:00:43 Removing intermediate container 3a184a8467a4 03:00:43 ---> a99592dc3f09 03:00:43 Step 14/21 : WORKDIR / 03:00:43 Removing intermediate container b6ad4fcce3bf 03:00:43 ---> 88aa0946afbd 03:00:43 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 03:00:43 (1/5) Installing ca-certificates (20191127-r2) 03:00:43 ---> Running in 931606e34386 03:00:43 (2/5) Installing nghttp2-libs (1.39.2-r1) 03:00:43 (3/5) Installing libcurl (7.66.0-r0) 03:00:43 (4/5) Installing curl (7.66.0-r0) 03:00:43 (5/5) Installing dumb-init (1.2.2-r1) 03:00:43 Executing busybox-1.30.1-r3.trigger 03:00:43 Executing ca-certificates-20191127-r2.trigger 03:00:44 OK: 7 MiB in 19 packages 03:00:44 Removing intermediate container 491f55762e3d 03:00:44 ---> 82c3bcfb744a 03:00:44 Step 17/20 : CMD ["--init=true"] 03:00:45 Removing intermediate container 669d0619b214 03:00:45 ---> 667371582062 03:00:45 Step 13/22 : EXPOSE $APP_PORT 03:00:45 ---> Running in 64145c1c93d7 03:00:45 ---> c91a5dfbd329 03:00:45 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:00:45 ---> Running in a49a55e759b1 03:00:45 Removing intermediate container 931606e34386 03:00:45 ---> 422e7c2b9e86 03:00:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 03:00:45 Removing intermediate container 64145c1c93d7 03:00:45 ---> 40356fb5d018 03:00:45 Step 18/20 : LABEL arch=x86_64 03:00:46 ---> Running in 915e57a414a7 03:00:46 Removing intermediate container f3e3b0d238cc 03:00:46 ---> 133962171cb7 03:00:46 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:00:46 ---> cf97b024d7d7 03:00:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:00:46 Removing intermediate container a49a55e759b1 03:00:46 ---> 87c2995d1e76 03:00:46 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:00:46 ---> 71130a9a2500 03:00:46 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:00:46 ---> Running in eef371d5e15f 03:00:46 ---> Running in f83f1a92c8a6 03:00:46 Removing intermediate container 915e57a414a7 03:00:46 ---> 0f9e933de748 03:00:46 Step 19/20 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:00:47 ---> Running in 3ed6ad2cb5d1 03:00:47 ---> 33f314528621 03:00:47 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:00:47 Removing intermediate container eef371d5e15f 03:00:47 ---> c185a15b4c18 03:00:47 Step 13/26 : WORKDIR / 03:00:47 ---> d699d4a468c0 03:00:47 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:00:47 ---> Running in 55017f007ce1 03:00:47 ---> Running in 6d008af41fcb 03:00:47 Removing intermediate container 3ed6ad2cb5d1 03:00:47 ---> 9ba2beaf9907 03:00:47 Step 20/20 : LABEL version=0.0.0 03:00:48 ---> 5b1f61ed21ca 03:00:48 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:00:48 ---> Running in 7cc3f0444d16 03:00:48 ---> Running in 30f2ec0d0721 03:00:48 Removing intermediate container 55017f007ce1 03:00:48 ---> 1490afa2627a 03:00:48 Step 18/20 : LABEL arch=x86_64 03:00:48 Removing intermediate container 6d008af41fcb 03:00:48 ---> 5bf68724e81e 03:00:48 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:00:48 ---> Running in 1e081bec884c 03:00:48 Removing intermediate container 7cc3f0444d16 03:00:48 ---> 6ebee969cc5b 03:00:48 03:00:48 Removing intermediate container 30f2ec0d0721 03:00:48 ---> d2a0f5f6b34a 03:00:48 Step 19/21 : LABEL arch=x86_64 03:00:48 Removing intermediate container f83f1a92c8a6 03:00:48 ---> e480a9a6f4b6 03:00:48 Step 15/22 : RUN apk --no-cache add zeromq 03:00:48 Successfully built 6ebee969cc5b 03:00:48 Removing intermediate container 1e081bec884c 03:00:48 ---> 643e0b631231 03:00:48 Step 19/20 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:00:48 Successfully tagged docker-security-proxy-setup-go:latest 03:00:48 ---> Running in 94841da69f81 03:00:48 Building docker-security-secrets-setup-go 03:00:48  Building docker-security-proxy-setup-go ... done  ---> da37df57c463 03:00:48 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:00:49 fd7a069fd194: Pull complete 03:00:49 66aa3694b03b: Pull complete 03:00:49 170f70906a0f: Pull complete 03:00:49 ---> Running in 8d0e4d5573c0 03:00:49 ---> Running in 21a292ff7840 03:00:49 Removing intermediate container 94841da69f81 03:00:49 ---> f460fa47ed2f 03:00:49 Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:00:49 Removing intermediate container 8d0e4d5573c0 03:00:49 ---> 408171b4cdee 03:00:49 Step 20/20 : LABEL version=0.0.0 03:00:49 ---> Running in 1ac61f736928 03:00:50 ---> 6f6d83dc814d 03:00:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:00:50 ---> Running in c01aaf23a95e 03:00:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:00:50 Removing intermediate container 1ac61f736928 03:00:50 ---> 582c66978a19 03:00:50 Step 21/21 : LABEL version=0.0.0 03:00:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:00:51 (1/5) Installing libgcc (9.3.0-r2) 03:00:51 (2/5) Installing libsodium (1.0.18-r0) 03:00:52 (3/5) Installing libstdc++ (9.3.0-r2) 03:00:52 (4/5) Installing libzmq (4.3.2-r0) 03:00:52 (5/5) Installing zeromq (4.3.2-r0) 03:00:52 ---> Running in 7cab04f8998b 03:00:52 Removing intermediate container c01aaf23a95e 03:00:52 ---> 4463d2c7f782 03:00:52 03:00:52 ---> 94969f7abd84 03:00:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 03:00:52 Executing busybox-1.31.1-r16.trigger 03:00:52 ad7c5574e4b9: Pull complete 03:00:52 OK: 8 MiB in 19 packages 03:00:52 Successfully built 4463d2c7f782 03:00:52 Successfully tagged docker-support-scheduler-go:latest 03:00:52  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 03:00:52 Removing intermediate container 7cab04f8998b 03:00:52 ---> 50f58db357f8 03:00:52 03:00:52 Successfully built 50f58db357f8 03:00:53 Successfully tagged docker-core-metadata-go:latest 03:00:53 Building docker-core-command-go 03:00:56 e772456be8f7: Pull complete 03:00:57 c890913d741a: Pull complete 03:00:57  Building docker-core-metadata-go ... done  ---> 97be27370079 03:00:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:00:59 2480fcc9aa5a: Pull complete 03:01:00 09adf4765672: Pull complete 03:01:00 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 03:01:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 03:01:00 ---> 2248a725d1cf 03:01:00 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 03:01:01 Removing intermediate container 21a292ff7840 03:01:01 ---> 8a6080af57cd 03:01:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 03:01:02 ---> fb347c31b93c 03:01:02 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:01:04 ---> b5c82fbe1f2b 03:01:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:01:04 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 03:01:04 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 03:01:04 ---> f5bacedce3d2 03:01:04 Step 3/29 : WORKDIR /edgex-go 03:01:04 ---> Using cache 03:01:04 ---> b4f72210b8cc 03:01:04 Step 4/29 : RUN apk update && apk add make git 03:01:04 ---> 1c51fc1261a8 03:01:04 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 03:01:06 ---> Running in 222d0011b551 03:01:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:01:07 ---> Running in 4ff698694be3 03:01:07 ---> 3d410b189b27 03:01:07 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:01:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:01:08 ---> c0bac0c9cbff 03:01:08 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:01:09 (1/12) Installing libmagic (5.38-r0) 03:01:09 (2/12) Installing file (5.38-r0) 03:01:09 (3/12) Installing libc-dev (0.7.2-r3) 03:01:09 (4/12) Installing g++ (9.3.0-r2) 03:01:10 ---> 3383028036dd 03:01:10 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:01:11 ---> 681dee25349f 03:01:11 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:01:11 ---> Running in 6d78421ca002 03:01:11 ---> Running in f2962d43904c 03:01:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:01:11 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 03:01:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:01:11 ---> f5bacedce3d2 03:01:11 Step 3/21 : WORKDIR /edgex-go 03:01:11 ---> Using cache 03:01:11 ---> b4f72210b8cc 03:01:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:01:11 ---> Using cache 03:01:11 ---> 8036a30b6cd4 03:01:11 Step 5/21 : RUN apk update && apk add make git 03:01:11 ---> Using cache 03:01:11 ---> f04e6353d7c8 03:01:11 Step 6/21 : COPY go.mod . 03:01:11 ---> Using cache 03:01:11 ---> 77c4fe459fed 03:01:11 Step 7/21 : RUN go mod download 03:01:11 ---> Using cache 03:01:11 ---> eb963c4c9973 03:01:11 Step 8/21 : COPY . . 03:01:11 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 03:01:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:01:11 ---> f5bacedce3d2 03:01:11 Step 3/23 : WORKDIR /edgex-go 03:01:11 ---> Using cache 03:01:11 ---> b4f72210b8cc 03:01:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:01:11 ---> Using cache 03:01:11 ---> 8036a30b6cd4 03:01:11 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 03:01:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:01:12 ---> Using cache 03:01:12 ---> 889a7939906c 03:01:12 Step 9/21 : RUN make cmd/core-command/core-command 03:01:12 Removing intermediate container 6d78421ca002 03:01:12 ---> 8c4c1a518f54 03:01:12 Step 20/22 : LABEL arch=x86_64 03:01:12 ---> Running in 0f7705cf27bd 03:01:13 ---> Running in 5b2bfc80ce69 03:01:13 ---> Running in e3fd5ebfd7e4 03:01:13 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:01:13 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:01:13 OK: 12749 distinct packages available 03:01:13 OK: 233 MiB in 51 packages 03:01:13 Removing intermediate container e3fd5ebfd7e4 03:01:13 ---> 72d5e297ccb2 03:01:13 Step 21/22 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:01:13 ---> Running in d59b90851bd8 03:01:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:01: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 03:01:13 Removing intermediate container d59b90851bd8 03:01:13 ---> 6653f222b61c 03:01:13 Step 22/22 : LABEL version=0.0.0 03:01:13 (5/12) Installing fortify-headers (1.1-r0) 03:01:13 (6/12) Installing patch (2.7.6-r6) 03:01:13 (7/12) Installing build-base (0.5-r2) 03:01:14 ---> Running in e83fc009cabd 03:01:14 Removing intermediate container f2962d43904c 03:01:14 ---> 259369346ead 03:01:14 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 03:01:14 Removing intermediate container 4ff698694be3 03:01:14 ---> 9928089e4bb0 03:01:14 Step 5/29 : COPY go.mod . 03:01:14 (8/12) Installing libsodium (1.0.18-r0) 03:01:14 (9/12) Installing pkgconf (1.7.2-r0) 03:01:14 (10/12) Installing libsodium-dev (1.0.18-r0) 03:01:14 ---> Running in 0f497ae1f132 03:01:14 Removing intermediate container e83fc009cabd 03:01:14 ---> 02f4bfcba540 03:01:14 03:01:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:01:14 Successfully built 02f4bfcba540 03:01:14 Successfully tagged docker-core-data-go:latest 03:01:14 Building docker-support-logging-go 03:01:14  Building docker-core-data-go ... done Removing intermediate container 0f497ae1f132 03:01:14 ---> aeeadf0838ed 03:01:14 Step 24/26 : LABEL arch=x86_64 03:01:14 (11/12) Installing libzmq (4.3.2-r0) 03:01:14 (12/12) Installing zeromq-dev (4.3.2-r0) 03:01:14 ---> c2a72f964415 03:01:14 Step 6/29 : RUN go mod download 03:01:14 ---> Running in f9fa0b0383e9 03:01:14 ---> Running in e8a4e358666a 03:01:14 Executing busybox-1.31.1-r16.trigger 03:01:14 OK: 217 MiB in 51 packages 03:01:15 Removing intermediate container f9fa0b0383e9 03:01:15 ---> 8bc57cef4e0c 03:01:15 Step 25/26 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:01:15 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:01:15 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:01:15 OK: 12749 distinct packages available 03:01:15 ---> Running in 4d3ab3d7247a 03:01:15 OK: 233 MiB in 51 packages 03:01:18 Removing intermediate container 4d3ab3d7247a 03:01:18 ---> 517a149bd6a7 03:01:18 Step 26/26 : LABEL version=0.0.0 03:01:19 Removing intermediate container 222d0011b551 03:01:19 ---> 28d1346f4e46 03:01:19 Step 4/7 : WORKDIR /edgex-go 03:01:19 ---> Running in 82a3f6cca92b 03:01:19 ---> Running in 781b1adefc74 03:01:19 Removing intermediate container 82a3f6cca92b 03:01:19 ---> b49212171865 03:01:19 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 03:01:19 latest: Pulling from library/docker 03:01:19 b538f80385f9: Already exists 03:01:19 259a493cd78d: Pulling fs layer 03:01:19 b8e66b5100f5: Pulling fs layer 03:01:19 39dc9c94d07c: Pulling fs layer 03:01:19 551b823b3b82: Pulling fs layer 03:01:19 3c52a74df98c: Pulling fs layer 03:01:19 6c9b121b6998: Pulling fs layer 03:01:19 551b823b3b82: Waiting 03:01:19 3c52a74df98c: Waiting 03:01:19 6c9b121b6998: Waiting 03:01:19 b8e66b5100f5: Download complete 03:01:20 259a493cd78d: Verifying Checksum 03:01:20 259a493cd78d: Download complete 03:01:20 551b823b3b82: Verifying Checksum 03:01:20 551b823b3b82: Download complete 03:01:20 3c52a74df98c: Verifying Checksum 03:01:20 3c52a74df98c: Download complete 03:01:20 6c9b121b6998: Verifying Checksum 03:01:20 6c9b121b6998: Download complete 03:01:20 Removing intermediate container 781b1adefc74 03:01:20 ---> 5834408f092d 03:01:20 03:01:20 Successfully built 5834408f092d 03:01:20 Removing intermediate container e8a4e358666a 03:01:20 ---> 5050bb12eff2 03:01:20 Step 7/29 : COPY . . 03:01:20 Successfully tagged docker-security-secretstore-setup-go:latest 03:01:20  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 03:01:20 Removing intermediate container 0f7705cf27bd 03:01:20 ---> 69e3c09e64f6 03:01:20 Step 6/23 : COPY go.mod . 03:01:20 259a493cd78d: Pull complete 03:01:21 b8e66b5100f5: Pull complete 03:01:21 39dc9c94d07c: Verifying Checksum 03:01:21 39dc9c94d07c: Download complete 03:01:24 39dc9c94d07c: Pull complete 03:01:24 551b823b3b82: Pull complete 03:01:25 3c52a74df98c: Pull complete 03:01:25 6c9b121b6998: Pull complete 03:01:25 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 03:01:25 Status: Downloaded newer image for docker:latest 03:01:28 ---> e4899f608460 03:01:28 Step 7/23 : RUN go mod download 03:01:28 ---> 125a82a7ba31 03:01:28 Step 6/7 : COPY go.mod . 03:01:29 ---> 3a50c4df03e2 03:01:29 Step 7/7 : RUN go mod download 03:01:29 ---> Running in f559ab27acaf 03:01:29 ---> Running in 2a4845dbef7c 03:01:32 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:01:32 go: finding github.com/BurntSushi/toml v0.3.1 03:01:32 go: finding github.com/OneOfOne/xxhash v1.2.5 03:01:32 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:01:32 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:01:32 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:01:32 go: finding github.com/bgentry/speakeasy v0.1.0 03:01:32 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:01:32 go: finding github.com/cloudflare/gokey v0.1.0 03:01:32 go: finding github.com/davecgh/go-spew v1.1.1 03:01:32 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:01:32 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 03:01:32 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 03:01:32 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 03:01:32 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 03:01:32 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 03:01:32 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 03:01:32 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 03:01:32 go: finding github.com/fatih/color v1.7.0 03:01:32 go: finding github.com/fsnotify/fsnotify v1.4.7 03:01:32 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:01:32 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 03:01:32 go: finding github.com/go-kit/kit v0.8.0 03:01:32 go: finding github.com/go-logfmt/logfmt v0.4.0 03:01:32 go: finding github.com/go-redis/redis/v7 v7.2.0 03:01:32 go: finding github.com/go-stack/stack v1.8.0 03:01:33 go: finding github.com/golang/protobuf v1.3.2 03:01:33 go: finding github.com/gomodule/redigo v2.0.0+incompatible 03:01:33 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:01:33 go: finding github.com/google/uuid v1.1.0 03:01:33 go: finding github.com/gorilla/mux v1.7.1 03:01:33 go: finding github.com/hashicorp/consul/api v1.1.0 03:01:33 go: finding github.com/hashicorp/consul/sdk v0.1.1 03:01:33 go: finding github.com/hashicorp/errwrap v1.0.0 03:01:33 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:01:33 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:01:33 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:01:33 go: finding github.com/hashicorp/go-multierror v1.0.0 03:01:33 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:01:33 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:01:33 go: finding github.com/hashicorp/go-syslog v1.0.0 03:01:33 go: finding github.com/hashicorp/go-uuid v1.0.1 03:01:33 go: finding github.com/hashicorp/go.net v0.0.1 03:01:33 go: finding github.com/hashicorp/golang-lru v0.5.0 03:01:33 go: finding github.com/hashicorp/logutils v1.0.0 03:01:33 go: finding github.com/hashicorp/mdns v1.0.0 03:01:33 go: finding github.com/hashicorp/memberlist v0.1.3 03:01:33 go: finding github.com/hashicorp/serf v0.8.2 03:01:33 go: finding github.com/hpcloud/tail v1.0.0 03:01:33 go: finding github.com/imdario/mergo v0.3.6 03:01:33 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:01:33 go: finding github.com/kr/pretty v0.1.0 03:01:33 go: finding github.com/kr/pty v1.1.1 03:01:33 go: finding github.com/kr/text v0.1.0 03:01:33 go: finding github.com/mattn/go-colorable v0.0.9 03:01:34 go: finding github.com/mattn/go-isatty v0.0.3 03:01:34 go: finding github.com/miekg/dns v1.0.14 03:01:34 go: finding github.com/mitchellh/cli v1.0.0 03:01:34 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:01:34 go: finding github.com/mitchellh/copystructure v1.0.0 03:01:34 go: finding github.com/mitchellh/go-homedir v1.0.0 03:01:34 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:01:34 go: finding github.com/mitchellh/gox v0.4.0 03:01:34 go: finding github.com/mitchellh/iochan v1.0.0 03:01:34 go: finding github.com/mitchellh/mapstructure v1.1.2 03:01:34 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:01:34 go: finding github.com/onsi/ginkgo v1.10.1 03:01:34 go: finding github.com/onsi/gomega v1.7.0 03:01:34 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:01:34 go: finding github.com/pebbe/zmq4 v1.0.0 03:01:34 go: finding github.com/pelletier/go-toml v1.2.0 03:01:34 go: finding github.com/pkg/errors v0.8.1 03:01:34 go: finding github.com/pmezard/go-difflib v1.0.0 03:01:34 go: finding github.com/posener/complete v1.1.1 03:01:34 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:01:34 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:01:34 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:01:34 go: finding github.com/stretchr/objx v0.1.0 03:01:34 go: finding github.com/stretchr/testify v1.5.1 03:01:34 go: finding github.com/ugorji/go v1.1.4 03:01:34 go: finding github.com/x448/float16 v0.8.4 03:01:34 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 03:01:34 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 03:01:34 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:01:34 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 03:01:34 go: finding golang.org/x/text v0.3.2 03:01:34 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 03:01:34 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 03:01:34 go: finding gopkg.in/eapache/queue.v1 v1.1.0 03:01:34 go: finding gopkg.in/fsnotify.v1 v1.4.7 03:01:34 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 03:01:34 go: finding gopkg.in/yaml.v2 v2.2.8 03:01:36 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 03:01:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:01:36 ---> f5bacedce3d2 03:01:36 Step 3/21 : WORKDIR /edgex-go 03:01:36 ---> Using cache 03:01:36 ---> b4f72210b8cc 03:01:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:01:36 ---> Using cache 03:01:36 ---> 8036a30b6cd4 03:01:36 Step 5/21 : RUN apk update && apk add make && apk add bash git 03:01:38 ---> Running in 33227b84b802 03:01:40 Removing intermediate container f559ab27acaf 03:01:40 ---> 1cd659a2f726 03:01:40 Step 8/23 : COPY . . 03:01:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:01:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:01:44 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 03:01:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:01:44 ---> f5bacedce3d2 03:01:44 Step 3/26 : WORKDIR /edgex-go 03:01:44 ---> Using cache 03:01:44 ---> b4f72210b8cc 03:01:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:01:44 ---> Using cache 03:01:44 ---> 8036a30b6cd4 03:01:44 Step 5/26 : RUN apk update && apk add make bash git 03:01:46 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:01:46 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:01:46 OK: 12749 distinct packages available 03:01:49 OK: 233 MiB in 51 packages 03:01:49 ---> Running in 33efd6ff65ca 03:01:49 OK: 233 MiB in 51 packages 03:01:53 Removing intermediate container 2a4845dbef7c 03:01:53 ---> e8d2f69dd4ab 03:01:53 Successfully built e8d2f69dd4ab 03:01:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:01:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:01:54 + docker inspect -f . ci-base-image-arm64 03:01:54 . [Pipeline] withDockerContainer 03:01:54 prd-ubuntu18.04-docker-arm64-4c-16g-4969 does not seem to be running inside a container 03:01:54 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 03:01:54 ---> e763b35a9289 03:01:54 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 03:01:55 $ docker top 4b23e417f9000094553256459d9dd656b1821023173d22a77d1c136ed56d9f04 -eo pid,comm 03:01:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 03:01:56 ---> Running in 25ce46f95b0c 03:01:56 + go version 03:01:56 go version go1.13.13 linux/arm64 [Pipeline] echo 03:01:56 ========================================================= 03:01:56 [edgeXBuildGoParallel] Running Tests and Build... 03:01:56 ========================================================= 03:01:56 Removing intermediate container 33227b84b802 03:01:56 ---> 0e1146eb357d 03:01:56 Step 6/21 : COPY go.mod . [Pipeline] sh 03:01:57 Removing intermediate container 5b2bfc80ce69 03:01:57 ---> 64a630039b60 03:01:57 03:01:57 Step 10/21 : FROM scratch 03:01:57 ---> 03:01:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:01:57 + make test 03:01:57 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:01:58 ---> Using cache 03:01:58 ---> 327a1d1ad983 03:01:58 Step 12/21 : ENV APP_PORT=48082 03:01:58 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 03:01:58 ---> 1c713903856d 03:01:58 Step 7/21 : RUN go mod download 03:01:58 ---> Running in d7b5eeee5f23 03:01:59 ? github.com/edgexfoundry/edgex-go [no test files] 03:01:59 ---> Running in 46e4861b660d 03:01:59 Removing intermediate container d7b5eeee5f23 03:01:59 ---> 85dee2d91b34 03:01:59 Step 13/21 : EXPOSE $APP_PORT 03:02:00 ---> Running in 2b62450f974f 03:02:01 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:02:01 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:02:01 OK: 12749 distinct packages available 03:02:02 OK: 233 MiB in 51 packages 03:02:02 Removing intermediate container 2b62450f974f 03:02:02 ---> 107ab2d88d7a 03:02:02 Step 14/21 : WORKDIR / 03:02:03 ---> Running in 44a06d430fdf 03:02:03 ---> ffb4b1b38ee7 03:02:03 Step 9/23 : RUN make cmd/support-notifications/support-notifications 03:02:03 ---> Running in 68c1f13874f0 03:02:04 Removing intermediate container 44a06d430fdf 03:02:04 ---> 7915a05beecd 03:02:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 03:02:04 ---> c647c8857c69 03:02:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:02:04 Removing intermediate container 33efd6ff65ca 03:02:04 ---> d8af691483de 03:02:04 Step 6/26 : COPY go.mod . 03:02:04 Removing intermediate container 46e4861b660d 03:02:04 ---> 0020b2b97434 03:02:04 Step 8/21 : COPY . . 03:02:05 ---> f8d77139f166 03:02:05 Step 7/26 : RUN go mod download 03:02:05 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 03:02:05 ---> Running in af01d0883c2f 03:02:05 ---> bcd79f6dcdec 03:02:05 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:02:10 ---> 5e54811685ae 03:02:10 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:02:12 ---> Running in f3bb580cc151 03:02:14 Removing intermediate container f3bb580cc151 03:02:14 ---> b29f37d6104d 03:02:14 Step 19/21 : LABEL arch=x86_64 03:02:14 Removing intermediate container af01d0883c2f 03:02:14 ---> 8e86f011bd97 03:02:14 Step 8/26 : COPY . . 03:02:19 ---> Running in 0e328a121b1e 03:02:25 Removing intermediate container 0e328a121b1e 03:02:25 ---> 0fc23cbaf5aa 03:02:25 Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:02:26 ---> Running in 32ce56d6a705 03:02:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:02:34 ---> fb5cdc776a02 03:02:34 Step 9/21 : RUN make cmd/support-logging/support-logging 03:02:34 Removing intermediate container 32ce56d6a705 03:02:34 ---> 10ee05ab6995 03:02:34 Step 21/21 : LABEL version=0.0.0 03:02:34 ---> Running in 235ee274a90c 03:02:34 ---> Running in b266649da7c5 03:02:34 Removing intermediate container 25ce46f95b0c 03:02:34 ---> ad519010b8ca 03:02:34 03:02:34 Step 9/29 : FROM alpine:latest 03:02:34 ---> a24bb4013296 03:02:34 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 03:02:35 ---> Running in 84037a75b40d 03:02:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 03:02:36 Removing intermediate container b266649da7c5 03:02:36 ---> ed8f9ea2d430 03:02:36 03:02:36 Successfully built ed8f9ea2d430 03:02:37 Successfully tagged docker-core-command-go:latest 03:02:37  Building docker-core-command-go ... done Removing intermediate container 84037a75b40d 03:02:37 ---> 09c18d957497 03:02:37 Step 11/29 : USER root 03:02:39 ---> 6699faf9a861 03:02:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:02:39 ---> Running in bbb543088a7c 03:02:39 ---> Running in dbfdd489312d 03:02:39 Removing intermediate container bbb543088a7c 03:02:39 ---> 84fddaaf2f50 03:02:39 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 03:02:39 ---> Running in 0b53b4ae00fa 03:02:40 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 03:02:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:02:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:02:41 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:02:41 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:02:41 OK: 12749 distinct packages available 03:02:41 (1/2) Installing ca-certificates (20191127-r4) 03:02:41 (2/2) Installing dumb-init (1.2.2-r1) 03:02:41 Executing busybox-1.31.1-r16.trigger 03:02:41 Executing ca-certificates-20191127-r4.trigger 03:02:41 OK: 6 MiB in 16 packages 03:02:42 Removing intermediate container 68c1f13874f0 03:02:42 ---> 0a10a9de0b4e 03:02:42 03:02:42 Step 10/23 : FROM scratch 03:02:42 ---> 03:02:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:02:44 ---> Running in 049d9c26844f 03:02:44 Removing intermediate container 0b53b4ae00fa 03:02:44 ---> 52aeea1e3f3a 03:02:44 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 03:02:44 ---> Running in de1fd035d0b7 03:02:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:02:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:02:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:02:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:02:44 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.045s 03:02:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 03:02:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:02:44 Removing intermediate container 049d9c26844f 03:02:44 ---> 7d0c5ec7ea32 03:02:44 Step 12/23 : ENV APP_PORT=48060 03:02:44 ---> Running in 377d72a5bd88 03:02:44 Removing intermediate container de1fd035d0b7 03:02:44 ---> 4030d6d61243 03:02:44 Step 14/29 : WORKDIR $BASE_DIR 03:02:44 ---> Running in b960b016bc2b 03:02:44 Removing intermediate container 377d72a5bd88 03:02:44 ---> 7acaa625ad29 03:02:44 Step 13/23 : EXPOSE $APP_PORT 03:02:45 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 03:02:45 ---> Running in 346302a031b7 03:02:45 Removing intermediate container b960b016bc2b 03:02:45 ---> 4ebf7f5278da 03:02:45 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 03:02:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:02:46 ---> Running in c847deb4386c 03:02:46 Removing intermediate container 346302a031b7 03:02:46 ---> 3d2ba99ed5ea 03:02:46 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 03:02:47 ---> 78cd93cac607 03:02:47 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:02:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:02:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:02:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:02:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:02:49 ---> 01460fc73427 03:02:49 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 03:02:50 Removing intermediate container c847deb4386c 03:02:50 ---> c7a6d1162604 03:02:50 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 03:02:50 ---> 1166626448d1 03:02:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 03:02:50 ---> 11ccecb539f8 03:02:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:02:52 ---> cd232e832e76 03:02:52 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 03:02:52 ---> bbb592649b65 03:02:52 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:02:52 Removing intermediate container 235ee274a90c 03:02:52 ---> 8a062c0a4447 03:02:52 03:02:52 Step 10/21 : FROM scratch 03:02:52 ---> 03:02:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:02:53 ---> Using cache 03:02:53 ---> 7d0c5ec7ea32 03:02:53 Step 12/21 : ENV APP_PORT=48061 03:02:53 ---> f20bdcd1bdf7 03:02:53 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 03:02:53 ---> Running in e5e4c51a545d 03:02:53 ---> 1127dbb346bf 03:02:53 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:02:53 ---> Running in 329fbc2e6529 03:02:53 Removing intermediate container e5e4c51a545d 03:02:53 ---> bf0337bb88b6 03:02:53 Step 13/21 : EXPOSE $APP_PORT 03:02:53 ---> 0546b30d522c 03:02:53 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 03:02:53 ---> Running in 4d3b4800d356 03:02:53 Removing intermediate container 329fbc2e6529 03:02:53 ---> 2724d38ac134 03:02:53 Step 21/23 : LABEL arch=x86_64 03:02:53 ---> Running in ccad0c21c1f2 03:02:53 Removing intermediate container 4d3b4800d356 03:02:53 ---> 928eef59acc3 03:02:53 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 03:02:53 ---> 9a1f75c23b25 03:02:53 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 03:02:54 Removing intermediate container ccad0c21c1f2 03:02:54 ---> 05ef665520dc 03:02:54 Step 22/23 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:02:54 ---> 2bb376654989 03:02:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 03:02:54 ---> Running in 777e3fcdbae3 03:02:54 ---> c54a6c1bf883 03:02:54 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 03:02:54 ---> Running in 3454b2944302 03:02:55 Removing intermediate container 777e3fcdbae3 03:02:55 ---> 44f37333e69f 03:02:55 Step 23/23 : LABEL version=0.0.0 03:02:55 ---> d59a97f51365 03:02:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 03:02:55 ---> Running in bcb5be329c45 03:02:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.139s coverage: 46.6% of statements 03:02:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:02:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:02:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:02:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:02:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:02:57 Removing intermediate container bcb5be329c45 03:02:57 ---> e4c775c721e2 03:02:57 03:02:57 Successfully built e4c775c721e2 03:02:57 ---> d6afdf360c99 03:02:57 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 03:02:57 Successfully tagged docker-support-notifications-go:latest 03:02:57  Building docker-support-notifications-go ... done Removing intermediate container dbfdd489312d 03:02:57 ---> afbfdced50e6 03:02:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:02:57 ---> Running in 09d3737ef8bb 03:02:57 ---> cda424fbe223 03:02:57 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:02:57 Removing intermediate container 3454b2944302 03:02:57 ---> 5502fcadd16d 03:02:57 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 03:02:57 ---> Running in f25f8f349d8f 03:02:58 Removing intermediate container f25f8f349d8f 03:02:58 ---> 9b5355dbc16d 03:02:58 Step 19/21 : LABEL arch=x86_64 03:02:58 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 03:02:58 ---> Running in fec0aafebf61 03:02:58 ---> f4dde869f1bf 03:02:58 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:02:58 ---> Running in 224bdc34d566 03:02:58 Removing intermediate container fec0aafebf61 03:02:58 ---> 987bdde44693 03:02:58 Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:02:58 ---> Running in 46327d557ab3 03:02:59 Removing intermediate container 46327d557ab3 03:02:59 ---> 3a8bf8d4788b 03:02:59 Step 21/21 : LABEL version=0.0.0 03:02:59 ---> Running in 4e869c0b5432 03:02:59 Removing intermediate container 4e869c0b5432 03:02:59 ---> 7b96c789fd4d 03:02:59 03:02:59 Successfully built 7b96c789fd4d 03:02:59 Successfully tagged docker-support-logging-go:latest 03:02:59  Building docker-support-logging-go ... done Removing intermediate container 224bdc34d566 03:02:59 ---> f9917636a8a1 03:02:59 Step 24/29 : RUN chmod 755 security-secrets-setup 03:02:59 ---> Running in 15bb82e226c2 03:02:59 Removing intermediate container 09d3737ef8bb 03:02:59 ---> b53d30af55cb 03:02:59 03:02:59 Step 11/26 : FROM docker:latest 03:02:59 ---> 81f5749c9058 03:02:59 Step 12/26 : RUN apk add --no-cache bash 03:02:59 ---> Running in e99a98bf0f44 03:03:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:03:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:03:00 (1/2) Installing readline (8.0.4-r0) 03:03:00 (2/2) Installing bash (5.0.17-r0) 03:03:00 Executing bash-5.0.17-r0.post-install 03:03:00 Executing busybox-1.31.1-r16.trigger 03:03:00 OK: 12 MiB in 22 packages 03:03:01 Removing intermediate container 15bb82e226c2 03:03:01 ---> 71fd3047f211 03:03:01 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 03:03:01 ---> Running in 0c7d88ce9944 03:03:01 Removing intermediate container 0c7d88ce9944 03:03:01 ---> ee440cd363fe 03:03:01 Step 26/29 : CMD [ "generate" ] 03:03:02 Removing intermediate container e99a98bf0f44 03:03:02 ---> 7cced7e56cfd 03:03:02 Step 13/26 : RUN rm -rf /var/cache/apk/* 03:03:02 ---> Running in 7c2be43f8e55 03:03:02 ---> Running in 460eeb7d18de 03:03:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.144s coverage: 27.3% of statements 03:03:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:03:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:03:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:03:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:03:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:03:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:03:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.020s coverage: 100.0% of statements 03:03:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:03:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.029s coverage: 100.0% of statements 03:03:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:03:03 Removing intermediate container 7c2be43f8e55 03:03:03 ---> 6bb1eeeaee9f 03:03:03 Step 27/29 : LABEL arch=x86_64 03:03:03 ---> Running in ca38709beadc 03:03:03 Removing intermediate container ca38709beadc 03:03:03 ---> 11c492463795 03:03:03 Step 28/29 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:03:03 ---> Running in 947e52020f69 03:03:04 Removing intermediate container 460eeb7d18de 03:03:04 ---> 0ef1ecb69786 03:03:04 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:03:04 Removing intermediate container 947e52020f69 03:03:04 ---> fb9532adbf26 03:03:04 Step 29/29 : LABEL version=0.0.0 03:03:04 ---> Running in 3d2af1998a97 03:03:04 ---> Running in 924436ea426a 03:03:04 Removing intermediate container 3d2af1998a97 03:03:04 ---> fcfb1ad70935 03:03:04 Step 15/26 : ENV APP_PORT=48090 03:03:04 Removing intermediate container 924436ea426a 03:03:04 ---> 84d5625782b2 03:03:04 03:03:04 ---> Running in 8f030542dcd7 03:03:04 Successfully built 84d5625782b2 03:03:04 Successfully tagged docker-security-secrets-setup-go:latest 03:03:04  Building docker-security-secrets-setup-go ... done Removing intermediate container 8f030542dcd7 03:03:04 ---> ed9a0622f98a 03:03:04 Step 16/26 : EXPOSE $APP_PORT 03:03:04 ---> Running in dcb319954fff 03:03:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.398s coverage: 28.6% of statements 03:03:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:03:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:03:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:03:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:03:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:03:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements 03:03:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:03:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements 03:03:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:03:04 Removing intermediate container dcb319954fff 03:03:04 ---> 15fe0e12cb77 03:03:04 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:03:05 ---> b26c1f7589e1 03:03:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:03:05 ---> e8d2a5bc6be1 03:03:05 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:03:05 ---> 5785d33c583f 03:03:05 Step 20/26 : RUN apk --no-cache add py-pip 03:03:05 ---> Running in e35bd095c91a 03:03:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:03:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:03:06 (1/33) Installing libbz2 (1.0.8-r1) 03:03:06 (2/33) Installing expat (2.2.9-r1) 03:03:06 (3/33) Installing libffi (3.3-r2) 03:03:06 (4/33) Installing gdbm (1.13-r1) 03:03:06 (5/33) Installing xz-libs (5.2.5-r0) 03:03:06 (6/33) Installing sqlite-libs (3.32.1-r0) 03:03:06 (7/33) Installing python3 (3.8.5-r0) 03:03:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.083s coverage: 89.8% of statements 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:03:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:03:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 100.0% of statements 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:03:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:03:07 (8/33) Installing py3-appdirs (1.4.4-r1) 03:03:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:03:07 (10/33) Installing py3-parsing (2.4.7-r0) 03:03:07 (11/33) Installing py3-six (1.15.0-r0) 03:03:07 (12/33) Installing py3-packaging (20.4-r0) 03:03:07 (13/33) Installing py3-setuptools (47.0.0-r0) 03:03:07 (14/33) Installing py3-chardet (3.0.4-r4) 03:03:07 (15/33) Installing py3-idna (2.9-r0) 03:03:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:03:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:03:07 (18/33) Installing py3-requests (2.23.0-r0) 03:03:07 (19/33) Installing py3-msgpack (1.0.0-r0) 03:03:07 (20/33) Installing py3-lockfile (0.12.2-r3) 03:03:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:03:07 (22/33) Installing py3-colorama (0.4.3-r0) 03:03:07 (23/33) Installing py3-distlib (0.3.0-r0) 03:03:07 (24/33) Installing py3-distro (1.5.0-r1) 03:03:07 (25/33) Installing py3-webencodings (0.5.1-r3) 03:03:07 (26/33) Installing py3-html5lib (1.0.1-r4) 03:03:07 (27/33) Installing py3-pytoml (0.1.21-r0) 03:03:07 (28/33) Installing py3-pep517 (0.8.2-r0) 03:03:07 (29/33) Installing py3-progress (1.5-r0) 03:03:07 (30/33) Installing py3-toml (0.10.1-r0) 03:03:07 (31/33) Installing py3-retrying (1.3.3-r0) 03:03:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:03:07 (33/33) Installing py3-pip (20.1.1-r0) 03:03:07 Executing busybox-1.31.1-r16.trigger 03:03:07 OK: 71 MiB in 55 packages 03:03:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements 03:03:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.165s coverage: 63.5% of statements 03:03:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:03:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:03:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.021s coverage: 100.0% of statements 03:03:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.389s coverage: 55.9% of statements 03:03:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:03:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:03:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 03:03:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 03:03:17 Removing intermediate container e35bd095c91a 03:03:17 ---> c28d626b7d0e 03:03:17 Step 21/26 : RUN pip install docker-compose==1.23.2 03:03:17 ---> Running in 9bf983998f87 03:03:17 Collecting docker-compose==1.23.2 03:03:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:03:18 Collecting PyYAML<4,>=3.10 03:03:18 Downloading PyYAML-3.13.tar.gz (270 kB) 03:03:19 Collecting docker<4.0,>=3.6.0 03:03:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:03:19 Collecting dockerpty<0.5,>=0.4.1 03:03:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:03:19 Collecting websocket-client<1.0,>=0.32.0 03:03:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:03:19 Collecting jsonschema<3,>=2.5.1 03:03:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:03:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:03:19 Collecting cached-property<2,>=1.2.0 03:03:19 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 03:03:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:03:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:03:20 Collecting docopt<0.7,>=0.6.1 03:03:20 Downloading docopt-0.6.2.tar.gz (25 kB) 03:03:20 Collecting texttable<0.10,>=0.9.0 03:03:20 Downloading texttable-0.9.1.tar.gz (11 kB) 03:03:21 Collecting docker-pycreds>=0.4.0 03:03:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:03:21 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) 03:03:21 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) 03:03:21 Collecting idna<2.8,>=2.5 03:03:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:03:21 Collecting urllib3<1.25,>=1.21.1 03:03:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:03:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:03:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:03:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:03:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:03:21 Installing collected packages: PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, cached-property, docopt, texttable, docker-compose 03:03:21 Running setup.py install for PyYAML: started 03:03:22 Running setup.py install for PyYAML: finished with status 'done' 03:03:22 Attempting uninstall: idna 03:03:22 Found existing installation: idna 2.9 03:03:22 Uninstalling idna-2.9: 03:03:22 Successfully uninstalled idna-2.9 03:03:22 Attempting uninstall: urllib3 03:03:22 Found existing installation: urllib3 1.25.9 03:03:22 Uninstalling urllib3-1.25.9: 03:03:22 Successfully uninstalled urllib3-1.25.9 03:03:22 Attempting uninstall: requests 03:03:22 Found existing installation: requests 2.23.0 03:03:22 Uninstalling requests-2.23.0: 03:03:22 Successfully uninstalled requests-2.23.0 03:03:22 Running setup.py install for dockerpty: started 03:03:23 Running setup.py install for dockerpty: finished with status 'done' 03:03:23 Running setup.py install for docopt: started 03:03:23 Running setup.py install for docopt: finished with status 'done' 03:03:23 Running setup.py install for texttable: started 03:03:24 Running setup.py install for texttable: finished with status 'done' 03:03:24 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 03:03:28 Removing intermediate container 9bf983998f87 03:03:28 ---> 4d7a11f1801d 03:03:28 Step 22/26 : RUN apk --no-cache add curl 03:03:28 ---> Running in 8e48e5bc3470 03:03:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:03:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:03:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:03:28 (2/3) Installing libcurl (7.69.1-r0) 03:03:28 (3/3) Installing curl (7.69.1-r0) 03:03:28 Executing busybox-1.31.1-r16.trigger 03:03:28 OK: 72 MiB in 58 packages 03:03:29 Removing intermediate container 8e48e5bc3470 03:03:29 ---> 5cedbac35701 03:03:29 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:03:29 ---> Running in 83e77b21b19c 03:03:29 Removing intermediate container 83e77b21b19c 03:03:29 ---> 5a104d8aacda 03:03:29 Step 24/26 : LABEL arch=x86_64 03:03:29 ---> Running in 83d40f706015 03:03:29 Removing intermediate container 83d40f706015 03:03:29 ---> eb2b994427aa 03:03:29 Step 25/26 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:03:29 ---> Running in 7c1d3a4542bd 03:03:29 Removing intermediate container 7c1d3a4542bd 03:03:29 ---> 9130d305905b 03:03:29 Step 26/26 : LABEL version=0.0.0 03:03:29 ---> Running in 0a970ed7f340 03:03:30 Removing intermediate container 0a970ed7f340 03:03:30 ---> f1b8d1b76eb8 03:03:30 03:03:30 Successfully built f1b8d1b76eb8 03:03:30 Successfully tagged docker-sys-mgmt-agent-go:latest 03:03:30  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:03:30 $ docker stop --time=1 22a5f04ba71b90f4c6a40e4749270c3da43cbaa9fd277a1c4096ae5d38c1b623 03:03:32 $ docker rm -f 22a5f04ba71b90f4c6a40e4749270c3da43cbaa9fd277a1c4096ae5d38c1b623 [Pipeline] // withDockerContainer [Pipeline] sh 03:03:32 + docker images 03:03:32 + grep docker 03:03:32 docker-sys-mgmt-agent-go latest f1b8d1b76eb8 3 seconds ago 284MB 03:03:32 docker-security-secrets-setup-go latest 84d5625782b2 28 seconds ago 25.1MB 03:03:32 docker-support-logging-go latest 7b96c789fd4d 33 seconds ago 11.8MB 03:03:32 docker-support-notifications-go latest e4c775c721e2 37 seconds ago 14.4MB 03:03:32 docker-core-command-go latest ed8f9ea2d430 57 seconds ago 13MB 03:03:32 docker-security-secretstore-setup-go latest 5834408f092d 2 minutes ago 33.9MB 03:03:32 docker-core-data-go latest 02f4bfcba540 2 minutes ago 23.8MB 03:03:32 docker-support-scheduler-go latest 4463d2c7f782 2 minutes ago 13.1MB 03:03:32 docker-core-metadata-go latest 50f58db357f8 2 minutes ago 14.4MB 03:03:32 docker-security-proxy-setup-go latest 6ebee969cc5b 2 minutes ago 16.4MB 03:03:32 docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 36.734s coverage: 86.3% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.974s coverage: 72.2% of statements 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.335s coverage: 72.1% of statements 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.077s coverage: 82.4% of statements 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.052s coverage: 96.8% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 26.9% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.265s coverage: 84.1% of statements 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.030s coverage: 42.9% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.025s coverage: 100.0% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.041s coverage: 83.8% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.100s coverage: 46.1% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.069s coverage: 100.0% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.083s coverage: 100.0% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.172s coverage: 29.1% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.049s coverage: 99.0% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.030s coverage: 100.0% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:03:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.020s coverage: 100.0% of statements 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.015s coverage: 32.1% of statements 03:03:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements 03:03:52 GO111MODULE=on go vet ./... 03:04:11 gofmt -l . 03:04:11 [ "`gofmt -l .`" = "" ] 03:04:12 ./bin/test-go-mod-tidy.sh 03:04:13 ./bin/test-attribution-txt.sh [Pipeline] sh 03:04:16 + ls -al . 03:04:16 total 584 03:04:16 drwxrwxr-x 10 1001 1001 4096 Aug 12 03:04 . 03:04:16 drwxr-xr-x 4 root root 4096 Aug 12 03:01 .. 03:04:16 -rw-rw-r-- 1 1001 1001 11 Aug 12 03:00 .dockerignore 03:04:16 drwxrwxr-x 8 1001 1001 4096 Aug 12 03:00 .git 03:04:16 drwxrwxr-x 3 1001 1001 4096 Aug 12 03:00 .github 03:04:16 -rw-rw-r-- 1 1001 1001 932 Aug 12 03:00 .gitignore 03:04:16 drwxrwxr-x 3 1001 1001 4096 Aug 12 03:00 .semver 03:04:16 -rw-rw-r-- 1 1001 1001 166 Aug 12 03:00 .sonarcloud.properties 03:04:16 -rw-rw-r-- 1 1001 1001 3804 Aug 12 03:00 CONTRIBUTING.md 03:04:16 -rw-rw-r-- 1 1001 1001 1035 Aug 12 03:00 Dockerfile.build 03:04:16 -rw-rw-r-- 1 1001 1001 865 Aug 12 03:00 Jenkinsfile 03:04:16 -rw-rw-r-- 1 1001 1001 10775 Aug 12 03:00 LICENSE 03:04:16 -rw-rw-r-- 1 1001 1001 6237 Aug 12 03:00 Makefile 03:04:16 -rw-rw-r-- 1 1001 1001 5652 Aug 12 03:00 README.md 03:04:16 -rw-rw-r-- 1 1001 1001 259 Aug 12 03:00 SECURITY.md 03:04:16 -rw-rw-r-- 1 1001 1001 5 Aug 12 02:55 VERSION 03:04:16 -rw-rw-r-- 1 1001 1001 4131 Aug 12 03:00 ZMQWindows.md 03:04:16 drwxrwxr-x 2 1001 1001 4096 Aug 12 03:00 bin 03:04:16 drwxrwxr-x 15 1001 1001 4096 Aug 12 03:00 cmd 03:04:16 -rw-r--r-- 1 root root 455803 Aug 12 03:03 coverage.out 03:04:16 -rw-r--r-- 1 root root 1019 Aug 12 03:04 go.mod 03:04:16 -rw-r--r-- 1 root root 18146 Aug 12 03:04 go.sum 03:04:16 drwxrwxr-x 8 1001 1001 4096 Aug 12 03:00 internal 03:04:16 drwxrwxr-x 4 1001 1001 4096 Aug 12 03:00 openapi 03:04:16 drwxrwxr-x 4 1001 1001 4096 Aug 12 03:00 snap 03:04:16 -rw-rw-r-- 1 1001 1001 168 Aug 12 03:00 version.go [Pipeline] sh 03:04:17 + '[' -e coverage.out ] 03:04:17 + chown 1001:1001 coverage.out [Pipeline] stash 03:04:17 Warning: overwriting stash ‘coverage-report’ 03:04:18 Stashed 1 file(s) [Pipeline] sh 03:04:19 + make build 03:04:19 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 03:04:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:04:49 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 03:04:54 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 03:04: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 03:05:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:05:06 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 03:05:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:05:17 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 03:05:22 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 03:05:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:05:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:05:36 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] } 03:05:40 $ docker stop --time=1 4b23e417f9000094553256459d9dd656b1821023173d22a77d1c136ed56d9f04 03:05:42 $ docker rm -f 4b23e417f9000094553256459d9dd656b1821023173d22a77d1c136ed56d9f04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:05:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:05:44 03:05:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:05:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:05:45 latest: Pulling from edgex-devops/edgex-compose-arm64 03:05:45 29e5d40040c1: Pulling fs layer 03:05:45 1ce36da41761: Pulling fs layer 03:05:45 25b303627fd3: Pulling fs layer 03:05:45 29e5d40040c1: Verifying Checksum 03:05:45 29e5d40040c1: Download complete 03:05:45 1ce36da41761: Verifying Checksum 03:05:45 1ce36da41761: Download complete 03:05:45 29e5d40040c1: Pull complete 03:05:47 1ce36da41761: Pull complete 03:05:47 25b303627fd3: Verifying Checksum 03:05:47 25b303627fd3: Download complete 03:05:57 25b303627fd3: Pull complete 03:05:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:05:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:05:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:05:57 prd-ubuntu18.04-docker-arm64-4c-16g-4969 does not seem to be running inside a container 03:05:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:06:01 $ docker top 065aeeea61235de56b02e441e1e58157bdcd4ac9994ce2461215a8f425512b69 -eo pid,comm [Pipeline] { [Pipeline] sh 03:06:02 + docker-compose build --help 03:06:02 + grep parallel 03:06:06 --parallel Build images in parallel. [Pipeline] } 03:06:06 $ docker stop --time=1 065aeeea61235de56b02e441e1e58157bdcd4ac9994ce2461215a8f425512b69 03:06:08 $ docker rm -f 065aeeea61235de56b02e441e1e58157bdcd4ac9994ce2461215a8f425512b69 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:06:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:06:09 . [Pipeline] withDockerContainer 03:06:09 prd-ubuntu18.04-docker-arm64-4c-16g-4969 does not seem to be running inside a container 03:06:09 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:06:11 $ docker top 32c7fb10601afa14e8c8d6f904014f22e491b1774ff080d9cb1d48455f226fb9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:06:12 + docker-compose -f ./docker-compose-build.yml build --parallel 03:06:16 Building docker-core-command-go ... 03:06:16 Building docker-core-data-go ... 03:06:16 Building docker-core-metadata-go ... 03:06:16 Building docker-security-proxy-setup-go ... 03:06:16 Building docker-security-secrets-setup-go ... 03:06:16 Building docker-security-secretstore-setup-go ... 03:06:16 Building docker-support-logging-go ... 03:06:16 Building docker-support-notifications-go ... 03:06:16 Building docker-support-scheduler-go ... 03:06:16 Building docker-sys-mgmt-agent-go ... 03:06:16 Building docker-core-command-go 03:06:16 Building docker-support-scheduler-go 03:06:16 Building docker-security-secretstore-setup-go 03:06:16 Building docker-support-notifications-go 03:06:16 Building docker-core-data-go 03:08:08 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 03:08:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:08:08 ---> e8d2f69dd4ab 03:08:08 Step 3/22 : WORKDIR /edgex-go 03:08:08 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 03:08:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:08:08 ---> e8d2f69dd4ab 03:08:08 Step 3/21 : WORKDIR /edgex-go 03:08:08 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 03:08:08 03:08:08 Step 2/20 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder 03:08:08 03:08:08 ---> e8d2f69dd4ab 03:08:08 ---> e8d2f69dd4ab 03:08:08 Step 3/20 : WORKDIR /edgex-goStep 3/26 : WORKDIR /edgex-go 03:08:08 03:08:08 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 03:08:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:08:08 ---> e8d2f69dd4ab 03:08:08 Step 3/23 : WORKDIR /edgex-go 03:08:08 ---> Running in b04cbe2bd15b 03:08:08 ---> Running in da5f843aa23c 03:08:08 ---> Running in 1d7b0150b53e 03:08:08 ---> Running in 0442c285d8c4 03:08:08 ---> Running in aa835f8093b4 03:08:08 Removing intermediate container da5f843aa23c 03:08:08 ---> 6648df63d4a4 03:08:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:08 Removing intermediate container b04cbe2bd15b 03:08:08 ---> 68a927a7a722 03:08:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:08 Removing intermediate container 1d7b0150b53e 03:08:08 ---> b3cd60e8067b 03:08:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:08 ---> Running in 23299199b6fc 03:08:08 Removing intermediate container 0442c285d8c4 03:08:08 ---> f818c04327f2 03:08:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:08 Removing intermediate container aa835f8093b4 03:08:08 ---> bf1d8ac81448 03:08:08 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:08 ---> Running in 16fcdbae5c68 03:08:08 ---> Running in 3d71138b2e37 03:08:08 ---> Running in a1de1ad1ea67 03:08:08 ---> Running in 1814e2daa6b4 03:08:11 Removing intermediate container 23299199b6fc 03:08:11 ---> 9bc32a35f9d2 03:08:11 Step 5/21 : RUN apk update && apk add make git 03:08:11 ---> Running in 16d18cd8aff0 03:08:11 Removing intermediate container 16fcdbae5c68 03:08:11 ---> 29942bb98cf3 03:08:11 Step 5/26 : RUN apk update && apk add make git 03:08:11 Removing intermediate container 3d71138b2e37 03:08:11 ---> ecde96af5e79 03:08:11 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 03:08:11 ---> Running in bb341370e975 03:08:11 Removing intermediate container 1814e2daa6b4 03:08:11 ---> 1cfea888f141 03:08:11 Step 5/20 : RUN apk update && apk add make git 03:08:11 ---> Running in f3ac6c661ade 03:08:12 Removing intermediate container a1de1ad1ea67 03:08:12 ---> 491fa46437b6 03:08:12 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 03:08:12 ---> Running in d14eb8afe4c6 03:08:12 ---> Running in c1a665ecde25 03:08:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:08:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:08:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:08:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:08:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:08:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:08:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:08:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:08:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:08:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:08:16 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:08:16 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:08:16 OK: 12620 distinct packages available 03:08:16 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:08:16 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:08:16 OK: 12620 distinct packages available 03:08:17 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:08:17 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:08:17 OK: 12620 distinct packages available 03:08:17 OK: 217 MiB in 51 packages 03:08:17 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:08:17 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:08:17 OK: 12620 distinct packages available 03:08:17 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:08:17 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:08:17 OK: 12620 distinct packages available 03:08:17 OK: 217 MiB in 51 packages 03:08:18 OK: 217 MiB in 51 packages 03:08:18 OK: 217 MiB in 51 packages 03:08:18 OK: 217 MiB in 51 packages 03:08:18 Removing intermediate container bb341370e975 03:08:18 ---> 4edfdc809a20 03:08:18 Step 6/26 : COPY go.mod . 03:08:19 Removing intermediate container f3ac6c661ade 03:08:19 ---> 16df628bd799 03:08:19 Step 6/23 : COPY go.mod . 03:08:19 Removing intermediate container c1a665ecde25 03:08:19 ---> 48f853f3ddff 03:08:19 Step 6/22 : COPY go.mod . 03:08:20 Removing intermediate container d14eb8afe4c6 03:08:20 ---> 228d46bf0af7 03:08:20 Step 6/20 : COPY go.mod . 03:08:20 ---> 1e7f1d9d5550 03:08:20 Step 7/26 : RUN go mod download 03:08:20 Removing intermediate container 16d18cd8aff0 03:08:20 ---> 368c79d9d696 03:08:20 Step 6/21 : COPY go.mod . 03:08:20 ---> Running in 0713b97ddbb3 03:08:20 ---> 28e0341e27ff 03:08:20 Step 7/23 : RUN go mod download 03:08:20 ---> 0af04d22ea7b 03:08:20 Step 7/22 : RUN go mod download 03:08:20 ---> Running in a37c660a00be 03:08:21 ---> Running in 08dc164bc081 03:08:21 ---> f2d2f9af6b89 03:08:21 Step 7/20 : RUN go mod download 03:08:21 ---> 282f5a552e3a 03:08:21 Step 7/21 : RUN go mod download 03:08:21 ---> Running in 856b96c6afc3 03:08:21 ---> Running in efaae226b93c 03:08:25 Removing intermediate container 0713b97ddbb3 03:08:25 ---> fc02e6000a74 03:08:25 Step 8/26 : COPY . . 03:08:25 Removing intermediate container a37c660a00be 03:08:25 ---> d2f3ecb2c2b0 03:08:25 Step 8/23 : COPY . . 03:08:26 Removing intermediate container 08dc164bc081 03:08:26 ---> 23beebfc7e00 03:08:26 Step 8/22 : COPY . . 03:08:26 Removing intermediate container 856b96c6afc3 03:08:26 ---> 3275d694c2c5 03:08:26 Step 8/20 : COPY . . 03:08:27 Removing intermediate container efaae226b93c 03:08:27 ---> f2cb2ac92d62 03:08:27 Step 8/21 : COPY . . 03:08:59 ---> da868729bc95 03:08:59 Step 9/21 : RUN make cmd/core-command/core-command 03:08:59 ---> be57e68a9998 03:08:59 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 03:08:59 ---> 4d5aad4b3bab 03:08:59 Step 9/22 : RUN make cmd/core-data/core-data 03:08:59 ---> 2733567c26d4 03:08:59 Step 9/23 : RUN make cmd/support-notifications/support-notifications 03:08:59 ---> Running in 790aec416d66 03:08:59 ---> Running in 7d9e82a25bf2 03:08:59 ---> Running in 9dbe31fba3cc 03:08:59 ---> b4011ee59947 03:08:59 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 03:08:59 ---> Running in 4ce85de86a73 03:08:59 ---> Running in 2b55f5d30a09 03:08:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:08:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:08:59 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 03:08:59 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 03:08: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 03:10:21 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 03:10:25 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 03:10:40 Removing intermediate container 9dbe31fba3cc 03:10:40 ---> c0716b553d12 03:10:40 03:10:40 Step 10/26 : FROM alpine:3.10 03:10:40 3.10: Pulling from library/alpine 03:10:42 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 03:10:42 Status: Downloaded newer image for alpine:3.10 03:10:42 ---> 536a684cf733 03:10:42 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 03:10:42 ---> Running in 2820135a3371 03:10:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 03:10:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 03:10:45 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 03:10:45 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 03:10:45 OK: 10167 distinct packages available 03:10:46 (1/5) Installing ca-certificates (20191127-r2) 03:10:46 (2/5) Installing nghttp2-libs (1.39.2-r1) 03:10:46 (3/5) Installing libcurl (7.66.0-r0) 03:10:46 (4/5) Installing curl (7.66.0-r0) 03:10:46 (5/5) Installing dumb-init (1.2.2-r1) 03:10:46 Executing busybox-1.30.1-r3.trigger 03:10:46 Executing ca-certificates-20191127-r2.trigger 03:10:47 OK: 7 MiB in 19 packages 03:10:51 Removing intermediate container 2820135a3371 03:10:51 ---> b33c8a43de10 03:10:51 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:10:52 ---> Running in 670550e4386c 03:10:52 Removing intermediate container 670550e4386c 03:10:52 ---> 6115d08c43d5 03:10:52 Step 13/26 : WORKDIR / 03:10:52 Removing intermediate container 2b55f5d30a09 03:10:52 ---> 1cead1f6d9c0 03:10:52 03:10:52 Step 10/20 : FROM scratch 03:10:52 ---> 03:10:52 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:10:53 ---> Running in f65e84287a78 03:10:53 ---> Running in 083ee1afd9de 03:10:54 Removing intermediate container 083ee1afd9de 03:10:54 ---> bd72e8ee9f4d 03:10:54 Step 12/20 : ENV APP_PORT=48085 03:10:54 Removing intermediate container f65e84287a78 03:10:54 ---> 1dccb0a49429 03:10:54 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:10:54 ---> Running in 93a335106c65 03:10:55 Removing intermediate container 790aec416d66 03:10:55 ---> 3df1295b0728 03:10:55 03:10:55 Step 10/21 : FROM scratch 03:10:55 ---> 03:10:55 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:10:55 Removing intermediate container 93a335106c65 03:10:55 ---> 4961f9bc69c6 03:10:55 Step 13/20 : EXPOSE $APP_PORT 03:10:55 ---> Using cache 03:10:55 ---> bd72e8ee9f4d 03:10:55 Step 12/21 : ENV APP_PORT=48082 03:10:55 ---> Running in 09146de6a36c 03:10:56 ---> b611eac1203c 03:10:56 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:10:56 ---> Running in a55bc5dc8463 03:10:56 Removing intermediate container 4ce85de86a73 03:10:56 ---> 1794f7444cf6 03:10:56 03:10:56 Step 10/23 : FROM scratch 03:10:56 ---> 03:10:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:10:56 Removing intermediate container 09146de6a36c 03:10:56 ---> 428c2c1fe704 03:10:56 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 03:10:56 ---> Running in eb798ea6f3f3 03:10:57 Removing intermediate container a55bc5dc8463 03:10:57 ---> d5225d11d09a 03:10:57 Step 13/21 : EXPOSE $APP_PORT 03:10:57 ---> 7ec5a04258c9 03:10:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:10:57 ---> Running in 9065d8be3ec7 03:10:57 Removing intermediate container eb798ea6f3f3 03:10:57 ---> 31bd70bee2f7 03:10:57 Step 12/23 : ENV APP_PORT=48060 03:10:57 ---> 488a4ff0c9cc 03:10:57 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:10:57 ---> Running in ebb4312293a7 03:10:58 Removing intermediate container 9065d8be3ec7 03:10:58 ---> 2508b88a0101 03:10:58 Step 14/21 : WORKDIR / 03:10:58 ---> Running in 15e43f2f514d 03:10:58 ---> 8fbc08e5746d 03:10:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 03:10:58 Removing intermediate container ebb4312293a7 03:10:58 ---> e423ff29d14d 03:10:58 Step 13/23 : EXPOSE $APP_PORT 03:10:59 ---> Running in 97c9053631bd 03:10:59 Removing intermediate container 15e43f2f514d 03:10:59 ---> 1d882411fe98 03:10:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 03:10:59 ---> 20fbd2bc3630 03:10:59 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:10:59 Removing intermediate container 97c9053631bd 03:10:59 ---> d36ffc4322cd 03:10:59 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 03:11:00 ---> f5dbd5d8f778 03:11:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:11:01 ---> 4ca1923bd654 03:11:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:11:01 ---> b2bc292ed650 03:11:01 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:11:01 ---> 712a7f643b2a 03:11:01 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:11:01 ---> Running in e57b2a3e920b 03:11:02 ---> 355a8bb632a3 03:11:02 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:11:02 Removing intermediate container e57b2a3e920b 03:11:02 ---> 85d552f1757e 03:11:02 Step 18/20 : LABEL arch=arm64 03:11:02 ---> Running in ca718af5ffa6 03:11:02 ---> 74b29d250a0c 03:11:02 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 03:11:02 ---> 6d92e4aefa2a 03:11:02 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:11:03 Removing intermediate container ca718af5ffa6 03:11:03 ---> 8a31a2c18a0c 03:11:03 Step 19/20 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:11:04 ---> bcfd928900cc 03:11:04 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 03:11:04 ---> Running in 701d4952dd55 03:11:04 ---> f48a9478c554 03:11:04 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:11:05 ---> Running in 14331091c1b4 03:11:05 ---> 7d132086bc4d 03:11:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 03:11:05 Removing intermediate container 701d4952dd55 03:11:05 ---> c0779ebac8fe 03:11:05 Step 20/20 : LABEL version=0.0.0 03:11:05 Removing intermediate container 14331091c1b4 03:11:05 ---> f286ee092567 03:11:05 Step 19/21 : LABEL arch=arm64 03:11:05 ---> b1e238d88e5b 03:11:05 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:11:05 ---> Running in 8145912d89cd 03:11:06 ---> Running in f1d6e617d039 03:11:06 ---> cbc3924f9409 03:11:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:11:06 Removing intermediate container 8145912d89cd 03:11:06 ---> 251b85ac6e94 03:11:06 03:11:07 Successfully built 251b85ac6e94 03:11:07 Removing intermediate container f1d6e617d039 03:11:07 ---> 0d4719d1f42a 03:11:07 Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:11:07 ---> e13b904595fa 03:11:07 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh /Successfully tagged docker-support-scheduler-go-arm64:latest 03:11:07 03:11:07  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 03:11:07 ---> Running in 186ff591787e 03:11:07 ---> Running in 92c26d9278d7 03:11:07 ---> 591fbb2af39d 03:11:07 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:11:08 Removing intermediate container 7d9e82a25bf2 03:11:08 ---> d44a7bec94fa 03:11:08 03:11:08 Step 10/22 : FROM alpine 03:11:08 latest: Pulling from library/alpine 03:11:09 Removing intermediate container 186ff591787e 03:11:09 ---> 634dc6b567f7 03:11:09 Step 21/21 : LABEL version=0.0.0 03:11:09 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 03:11:09 Status: Downloaded newer image for alpine:latest 03:11:09 ---> 62ee0e9f8440 03:11:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:11:09 ---> a20779034af5 03:11:09 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:11:09 ---> Running in e68920fb9f29 03:11:10 ---> Running in e11486fd9563 03:11:10 ---> Running in 854e1a319ee0 03:11:10 Removing intermediate container e68920fb9f29 03:11:10 ---> 732acb29f334 03:11:10 03:11:11 Successfully built 732acb29f334 03:11:11 Successfully tagged docker-core-command-go-arm64:latest 03:11:11 Building docker-security-secrets-setup-go 03:11:11  Building docker-core-command-go ... done Removing intermediate container e11486fd9563 03:11:11 ---> 1afbc2a49bfd 03:11:11 Step 12/22 : ENV APP_PORT=48080 03:11:11 Removing intermediate container 854e1a319ee0 03:11:11 ---> 60d41df8ef43 03:11:11 Step 21/23 : LABEL arch=arm64 03:11:12 ---> Running in 587a440df293 03:11:12 ---> Running in 8a4eb2f68e09 03:11:12 Removing intermediate container 92c26d9278d7 03:11:12 ---> 539945ff32a2 03:11:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 03:11:12 ---> Running in c20194edacae 03:11:13 Removing intermediate container 587a440df293 03:11:13 ---> e14ec54aa8e0 03:11:13 Step 13/22 : EXPOSE $APP_PORT 03:11:13 Removing intermediate container 8a4eb2f68e09 03:11:13 ---> 21b1f4055039 03:11:13 Step 22/23 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:11:13 ---> Running in 2656fe8d59e5 03:11:13 ---> Running in 095aa944f61d 03:11:13 Removing intermediate container c20194edacae 03:11:13 ---> 6b934b275896 03:11:13 Step 24/26 : LABEL arch=arm64 03:11:14 Removing intermediate container 2656fe8d59e5 03:11:14 ---> a28abd1ce662 03:11:14 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:11:14 ---> Running in 9809214ba5b1 03:11:14 ---> Running in d4736fb63c8b 03:11:14 Removing intermediate container 095aa944f61d 03:11:14 ---> 34bc2ec1e061 03:11:14 Step 23/23 : LABEL version=0.0.0 03:11:15 Removing intermediate container 9809214ba5b1 03:11:15 ---> 9a13b31c83f8 03:11:15 Step 25/26 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:11:16 ---> Running in d7a8f40e4da7 03:11:16 ---> Running in 50a8b01bb7fe 03:11:17 Removing intermediate container d7a8f40e4da7 03:11:17 ---> 494ceebfecd1 03:11:17 03:11:17 Removing intermediate container 50a8b01bb7fe 03:11:17 ---> 7bd683009306 03:11:17 Step 26/26 : LABEL version=0.0.0 03:11:17 Successfully built 494ceebfecd1 03:11:17 Successfully tagged docker-support-notifications-go-arm64:latest 03:11:17  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 03:11:17 ---> Running in 86ff2ff9c55d 03:11:18 Removing intermediate container 86ff2ff9c55d 03:11:18 ---> 1819288077c3 03:11:18 03:11:19 Successfully built 1819288077c3 03:11:19 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:11:19 Building docker-core-metadata-go 03:11:19  Building docker-security-secretstore-setup-go ... done Removing intermediate container d4736fb63c8b 03:11:19 ---> df7c51c818ba 03:11:19 Step 15/22 : RUN apk --no-cache add zeromq 03:11:19 ---> Running in b787884ae94b 03:11:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:11:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:11:23 (1/5) Installing libgcc (9.3.0-r2) 03:11:23 (2/5) Installing libsodium (1.0.18-r0) 03:11:23 (3/5) Installing libstdc++ (9.3.0-r2) 03:11:23 (4/5) Installing libzmq (4.3.2-r0) 03:11:23 (5/5) Installing zeromq (4.3.2-r0) 03:11:24 Executing busybox-1.31.1-r16.trigger 03:11:24 OK: 8 MiB in 19 packages 03:11:28 Removing intermediate container b787884ae94b 03:11:28 ---> 20b2c61c8e5e 03:11:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 03:11:30 ---> f86a918829e6 03:11:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:11:32 ---> 773bac7153d4 03:11:32 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:11:34 ---> b98166e99965 03:11:34 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:11:34 ---> Running in d3d23c6ec007 03:11:35 Removing intermediate container d3d23c6ec007 03:11:35 ---> f6bc2c418dc0 03:11:35 Step 20/22 : LABEL arch=arm64 03:11:36 ---> Running in 0f7773d3ea7c 03:11:37 Removing intermediate container 0f7773d3ea7c 03:11:37 ---> df6be8b5f760 03:11:37 Step 21/22 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:11:37 ---> Running in d874a84d7a11 03:11:38 Removing intermediate container d874a84d7a11 03:11:38 ---> c9b85980af3d 03:11:38 Step 22/22 : LABEL version=0.0.0 03:11:39 ---> Running in e7d526bd989c 03:11:40 Removing intermediate container e7d526bd989c 03:11:40 ---> 0690f009d588 03:11:40 03:11:40 Successfully built 0690f009d588 03:11:40 Successfully tagged docker-core-data-go-arm64:latest 03:11:40 Building docker-support-logging-go 03:12:27  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 03:12:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:12:27 ---> e8d2f69dd4ab 03:12:27 Step 3/26 : WORKDIR /edgex-go 03:12:27 ---> Using cache 03:12:27 ---> bf1d8ac81448 03:12:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:27 ---> Using cache 03:12:27 ---> 1cfea888f141 03:12:27 Step 5/26 : RUN apk update && apk add make bash git 03:12:29 ---> Running in 9fea63d60f28 03:12:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:12:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:12:33 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:12:33 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:12:33 OK: 12620 distinct packages available 03:12:34 OK: 217 MiB in 51 packages 03:12:37 Removing intermediate container 9fea63d60f28 03:12:37 ---> 0ac2b8e93e3c 03:12:37 Step 6/26 : COPY go.mod . 03:12:38 ---> bd29cca7bdb2 03:12:38 Step 7/26 : RUN go mod download 03:12:38 ---> Running in 54ba3c356557 03:12:40 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 03:12:40 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 03:12:40 ---> e8d2f69dd4ab 03:12:40 Step 3/29 : WORKDIR /edgex-go 03:12:40 ---> Using cache 03:12:40 ---> bf1d8ac81448 03:12:40 Step 4/29 : RUN apk update && apk add make git 03:12:40 ---> Running in c975c9e7c702 03:12:42 Removing intermediate container 54ba3c356557 03:12:42 ---> 64c4320caf71 03:12:42 Step 8/26 : COPY . . 03:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:12:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:12:44 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:12:44 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:12:44 OK: 12620 distinct packages available 03:12:45 OK: 217 MiB in 51 packages 03:12:46 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 03:12:46 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:12:46 ---> e8d2f69dd4ab 03:12:46 Step 3/20 : WORKDIR /edgex-go 03:12:46 ---> Using cache 03:12:46 ---> bf1d8ac81448 03:12:46 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:46 ---> Using cache 03:12:46 ---> 1cfea888f141 03:12:46 Step 5/20 : RUN apk update && apk add make git 03:12:46 ---> Using cache 03:12:46 ---> 228d46bf0af7 03:12:46 Step 6/20 : COPY go.mod . 03:12:46 ---> Using cache 03:12:46 ---> f2d2f9af6b89 03:12:46 Step 7/20 : RUN go mod download 03:12:46 ---> Using cache 03:12:46 ---> 3275d694c2c5 03:12:46 Step 8/20 : COPY . . 03:12:46 ---> Using cache 03:12:46 ---> b4011ee59947 03:12:46 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 03:12:46 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 03:12:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:12:46 ---> e8d2f69dd4ab 03:12:46 Step 3/21 : WORKDIR /edgex-go 03:12:46 ---> Using cache 03:12:46 ---> bf1d8ac81448 03:12:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:46 ---> Using cache 03:12:46 ---> 1cfea888f141 03:12:46 Step 5/21 : RUN apk update && apk add make git 03:12:46 ---> Using cache 03:12:46 ---> 228d46bf0af7 03:12:46 Step 6/21 : COPY go.mod . 03:12:46 ---> Using cache 03:12:46 ---> f2d2f9af6b89 03:12:46 Step 7/21 : RUN go mod download 03:12:46 ---> Using cache 03:12:46 ---> 3275d694c2c5 03:12:46 Step 8/21 : COPY . . 03:12:46 ---> Using cache 03:12:46 ---> b4011ee59947 03:12:46 Step 9/21 : RUN make cmd/core-metadata/core-metadata 03:12:51 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 03:12:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:12:51 ---> e8d2f69dd4ab 03:12:51 Step 3/21 : WORKDIR /edgex-go 03:12:51 ---> Using cache 03:12:51 ---> bf1d8ac81448 03:12:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:51 ---> Using cache 03:12:51 ---> 1cfea888f141 03:12:51 Step 5/21 : RUN apk update && apk add make && apk add bash git 03:12:51 ---> Running in 8a2aab135b04 03:12:51 ---> Running in 0dd1e2de8350 03:12:51 ---> Running in f61291257c4d 03:12:51 Removing intermediate container c975c9e7c702 03:12:51 ---> b16d413337e5 03:12:51 Step 5/29 : COPY go.mod . 03:12:53 ---> 50135e0206ea 03:12:53 Step 6/29 : RUN go mod download 03:12:53 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 03:12:53 ---> Running in 8f1f43281d1a 03:12:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:12:54 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 03:12:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:12:56 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:12:56 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:12:56 OK: 12620 distinct packages available 03:12:57 OK: 217 MiB in 51 packages 03:12:58 OK: 217 MiB in 51 packages 03:13:00 Removing intermediate container 8f1f43281d1a 03:13:00 ---> 6822419d380a 03:13:00 Step 7/29 : COPY . . 03:13:00 Removing intermediate container 8a2aab135b04 03:13:00 ---> c8318bd6e681 03:13:00 Step 6/21 : COPY go.mod . 03:13:03 ---> de3a27ef0005 03:13:03 Step 7/21 : RUN go mod download 03:13:03 ---> Running in 8d0aa179cf4d 03:13:10 Removing intermediate container 8d0aa179cf4d 03:13:10 ---> d531cdf27e14 03:13:10 Step 8/21 : COPY . . 03:13:10 ---> 1f6e9cdd5633 03:13:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:13:11 ---> Running in 2d18b873b226 03:13:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:13:42 ---> 26c35a37dd17 03:13:42 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 03:13:42 ---> Running in fa3bb0bde75e 03:13:42 ---> bdb39fcbb6e6 03:13:42 Step 9/21 : RUN make cmd/support-logging/support-logging 03:13:42 ---> Running in 28aaef2c08e6 03:13:42 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 03:13:43 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 03:14:10 Removing intermediate container f61291257c4d 03:14:10 ---> 329f9c672822 03:14:10 03:14:10 Step 10/20 : FROM alpine 03:14:10 ---> 62ee0e9f8440 03:14:10 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 03:14:10 ---> Running in 8fb8a337b34b 03:14:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:14:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:14:11 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:14:11 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:14:11 OK: 12620 distinct packages available 03:14:12 (1/4) Installing ca-certificates (20191127-r4) 03:14:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:14:12 (3/4) Installing libcurl (7.69.1-r0) 03:14:12 (4/4) Installing curl (7.69.1-r0) 03:14:12 Executing busybox-1.31.1-r16.trigger 03:14:12 Executing ca-certificates-20191127-r4.trigger 03:14:13 OK: 7 MiB in 18 packages 03:14:15 Removing intermediate container 8fb8a337b34b 03:14:15 ---> b7261d3fd96c 03:14:15 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:14:15 ---> Running in 4b11a049dd3b 03:14:16 Removing intermediate container 4b11a049dd3b 03:14:16 ---> e161e2e7abe8 03:14:16 Step 13/20 : WORKDIR /edgex 03:14:16 ---> Running in 0801a196ffed 03:14:17 Removing intermediate container 0801a196ffed 03:14:17 ---> 42786dd18868 03:14:17 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:14:18 ---> 92e1850ba46c 03:14:18 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:14:20 ---> 8537b1e88959 03:14:20 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:14:20 ---> Running in 5e5dbf5ab7d6 03:14:21 Removing intermediate container 5e5dbf5ab7d6 03:14:21 ---> dd4cd75d6e3d 03:14:21 Step 17/20 : CMD ["--init=true"] 03:14:21 ---> Running in f49558b7635e 03:14:22 Removing intermediate container f49558b7635e 03:14:22 ---> c893f143b079 03:14:22 Step 18/20 : LABEL arch=arm64 03:14:22 ---> Running in 9d98bd8eec90 03:14:22 Removing intermediate container 9d98bd8eec90 03:14:22 ---> 4745be6122d4 03:14:22 Step 19/20 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:14:22 ---> Running in 2f46bf4ea824 03:14:23 Removing intermediate container 2f46bf4ea824 03:14:23 ---> 841d4fc61943 03:14:23 Step 20/20 : LABEL version=0.0.0 03:14:23 ---> Running in c37178d98ca7 03:14:24 Removing intermediate container c37178d98ca7 03:14:24 ---> 61bbf8de9aec 03:14:24 03:14:25 Successfully built 61bbf8de9aec 03:14:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:14:43  Building docker-security-proxy-setup-go ... done Removing intermediate container 2d18b873b226 03:14:43 ---> 098c1d98b40d 03:14:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:14:43 ---> Running in 0dfd10949740 03:14:43 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 03:14:47 Removing intermediate container 0dd1e2de8350 03:14:47 ---> 7a984cb2cd6a 03:14:47 03:14:47 Step 10/21 : FROM scratch 03:14:47 ---> 03:14:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:14:48 ---> Using cache 03:14:48 ---> bd72e8ee9f4d 03:14:48 Step 12/21 : ENV APP_PORT=48081 03:14:48 ---> Running in e834092aac11 03:14:49 Removing intermediate container 0dfd10949740 03:14:49 ---> 797ba71a7af0 03:14:49 03:14:49 Step 11/26 : FROM docker:latest 03:14:49 ---> ce9d55ae87f1 03:14:49 Step 12/26 : RUN apk add --no-cache bash 03:14:49 Removing intermediate container e834092aac11 03:14:49 ---> 2572ba8f057d 03:14:49 Step 13/21 : EXPOSE $APP_PORT 03:14:49 ---> Running in 9c7775dabd20 03:14:49 ---> Running in 55a153f3d391 03:14:50 Removing intermediate container 9c7775dabd20 03:14:50 ---> b8b4ee64b49a 03:14:50 Step 14/21 : WORKDIR / 03:14:50 ---> Running in f33e4bfdd01a 03:14:50 Removing intermediate container f33e4bfdd01a 03:14:50 ---> 4c6326b2572c 03:14:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 03:14:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:14:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:14:52 ---> 5f9850f6c7f6 03:14:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:14:52 (1/2) Installing readline (8.0.4-r0) 03:14:52 (2/2) Installing bash (5.0.17-r0) 03:14:52 Executing bash-5.0.17-r0.post-install 03:14:52 Executing busybox-1.31.1-r16.trigger 03:14:52 OK: 12 MiB in 22 packages 03:14:54 ---> 8afd23d206d7 03:14:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:14:55 Removing intermediate container 55a153f3d391 03:14:55 ---> 5bb587e1c1ac 03:14:55 Step 13/26 : RUN rm -rf /var/cache/apk/* 03:14:55 ---> 101dd0414348 03:14:55 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:14:55 ---> Running in 25f81bc1d1a9 03:14:56 ---> Running in a70fcb40083e 03:14:56 Removing intermediate container fa3bb0bde75e 03:14:56 ---> 1db7428ae361 03:14:56 03:14:56 Step 9/29 : FROM alpine:latest 03:14:56 ---> 62ee0e9f8440 03:14:56 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 03:14:56 ---> Running in ee0dbca7ace9 03:14:56 Removing intermediate container a70fcb40083e 03:14:56 ---> 43eb9de6b317 03:14:56 Step 19/21 : LABEL arch=arm64 03:14:56 ---> Running in acc79c2b1f77 03:14:57 Removing intermediate container ee0dbca7ace9 03:14:57 ---> 20bfbff7ba36 03:14:57 Step 11/29 : USER root 03:14:57 ---> Running in f95117b54242 03:14:57 Removing intermediate container acc79c2b1f77 03:14:57 ---> 71809b06b508 03:14:57 Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:14:57 ---> Running in d2c25b6ffc73 03:14:58 Removing intermediate container f95117b54242 03:14:58 ---> 4c0ccda22031 03:14:58 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 03:14:58 ---> Running in 93a36905f181 03:14:58 Removing intermediate container d2c25b6ffc73 03:14:58 ---> c4c0c57912a1 03:14:58 Step 21/21 : LABEL version=0.0.0 03:14:58 ---> Running in ee1a3a0b9552 03:14:59 Removing intermediate container ee1a3a0b9552 03:14:59 Removing intermediate container 25f81bc1d1a9 03:14:59 ---> 55eb8122eacc 03:14:59 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:14:59 ---> a8951dd9076a 03:14:59 03:14:59 ---> Running in ea5427cdabdf 03:15:00 Successfully built a8951dd9076a 03:15:00 Successfully tagged docker-core-metadata-go-arm64:latest 03:15:00  Building docker-core-metadata-go ... done Removing intermediate container ea5427cdabdf 03:15:00 ---> 0915b4e27eee 03:15:00 Step 15/26 : ENV APP_PORT=48090 03:15:00 ---> Running in 2d08e9264ad3 03:15:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:15:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:15:01 Removing intermediate container 2d08e9264ad3 03:15:01 ---> 50fb2be3689a 03:15:01 Step 16/26 : EXPOSE $APP_PORT 03:15:01 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:15:01 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:15:01 OK: 12620 distinct packages available 03:15:01 ---> Running in 61617a2be231 03:15:02 (1/2) Installing ca-certificates (20191127-r4) 03:15:02 Removing intermediate container 28aaef2c08e6 03:15:02 ---> aff39506d7d3 03:15:02 03:15:02 Step 10/21 : FROM scratch 03:15:02 ---> 03:15:02 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:15:02 (2/2) Installing dumb-init (1.2.2-r1) 03:15:02 Executing busybox-1.31.1-r16.trigger 03:15:02 Executing ca-certificates-20191127-r4.trigger 03:15:02 ---> Using cache 03:15:02 ---> 31bd70bee2f7 03:15:02 Step 12/21 : ENV APP_PORT=48061 03:15:02 OK: 6 MiB in 16 packages 03:15:02 ---> Running in 93b66c1c88d9 03:15:02 Removing intermediate container 61617a2be231 03:15:02 ---> 4efcc8ad8964 03:15:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:15:03 Removing intermediate container 93b66c1c88d9 03:15:03 ---> f79c1c056e6f 03:15:03 Step 13/21 : EXPOSE $APP_PORT 03:15:03 ---> Running in 53c27de12878 03:15:03 ---> c32bf733eb25 03:15:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:15:03 Removing intermediate container 53c27de12878 03:15:03 ---> e4c5ab820b02 03:15:03 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 03:15:04 Removing intermediate container 93a36905f181 03:15:04 ---> 7aa95a03e68b 03:15:04 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 03:15:04 ---> Running in 15353ef2b334 03:15:04 ---> 7a56c5cb7019 03:15:04 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:15:04 ---> 3b1f6bcd344a 03:15:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 03:15:05 Removing intermediate container 15353ef2b334 03:15:05 ---> b92e320b04eb 03:15:05 Step 14/29 : WORKDIR $BASE_DIR 03:15:05 ---> Running in 875b0e986739 03:15:05 ---> 70865f4cbdc9 03:15:05 ---> dea87c95b9de 03:15:05 Step 20/26 : RUN apk --no-cache add py-pip 03:15:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 03:15:05 ---> Running in ccae24818b08 03:15:05 Removing intermediate container 875b0e986739 03:15:05 ---> 20d08074343d 03:15:05 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 03:15:06 ---> Running in 90334a3b4263 03:15:06 ---> 9b1d4924a68b 03:15:06 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 03:15:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:15:07 ---> e1f939166853 03:15:07 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:15:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:15:07 ---> Running in 278f3de04f09 03:15:08 (1/33) Installing libbz2 (1.0.8-r1) 03:15:08 (2/33) Installing expat (2.2.9-r1) 03:15:08 (3/33) Installing libffi (3.3-r2) 03:15:08 (4/33) Installing gdbm (1.13-r1) 03:15:08 (5/33) Installing xz-libs (5.2.5-r0) 03:15:08 (6/33) Installing sqlite-libs (3.32.1-r0) 03:15:08 Removing intermediate container 278f3de04f09 03:15:08 ---> d94eca4dc6dc 03:15:08 Step 19/21 : LABEL arch=arm64 03:15:08 (7/33) Installing python3 (3.8.5-r0) 03:15:08 ---> Running in 512e65bba13a 03:15:09 Removing intermediate container 90334a3b4263 03:15:09 ---> 4b0ca1453039 03:15:09 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 03:15:09 Removing intermediate container 512e65bba13a 03:15:09 ---> a6a093d20e8c 03:15:09 Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:15:09 ---> Running in 50faa9486076 03:15:10 (8/33) Installing py3-appdirs (1.4.4-r1) 03:15:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:15:10 (10/33) Installing py3-parsing (2.4.7-r0) 03:15:10 (11/33) Installing py3-six (1.15.0-r0) 03:15:10 (12/33) Installing py3-packaging (20.4-r0) 03:15:10 (13/33) Installing py3-setuptools (47.0.0-r0) 03:15:10 Removing intermediate container 50faa9486076 03:15:10 ---> 251c1ba3db99 03:15:10 Step 21/21 : LABEL version=0.0.0 03:15:10 (14/33) Installing py3-chardet (3.0.4-r4) 03:15:10 (15/33) Installing py3-idna (2.9-r0) 03:15:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:15:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:15:10 ---> d8d57665be8c 03:15:10 (18/33) Installing py3-requests (2.23.0-r0) 03:15:10 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 03:15:10 (19/33) Installing py3-msgpack (1.0.0-r0) 03:15:10 (20/33) Installing py3-lockfile (0.12.2-r3) 03:15:10 ---> Running in 77e0e06a62b4 03:15:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:15:10 (22/33) Installing py3-colorama (0.4.3-r0) 03:15:10 (23/33) Installing py3-distlib (0.3.0-r0) 03:15:10 (24/33) Installing py3-distro (1.5.0-r1) 03:15:10 (25/33) Installing py3-webencodings (0.5.1-r3) 03:15:10 (26/33) Installing py3-html5lib (1.0.1-r4) 03:15:10 (27/33) Installing py3-pytoml (0.1.21-r0) 03:15:10 (28/33) Installing py3-pep517 (0.8.2-r0) 03:15:10 (29/33) Installing py3-progress (1.5-r0) 03:15:10 (30/33) Installing py3-toml (0.10.1-r0) 03:15:10 (31/33) Installing py3-retrying (1.3.3-r0) 03:15:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:15:10 (33/33) Installing py3-pip (20.1.1-r0) 03:15:11 Executing busybox-1.31.1-r16.trigger 03:15:11 OK: 71 MiB in 55 packages 03:15:11 Removing intermediate container 77e0e06a62b4 03:15:11 ---> ef49951a8893 03:15:11 03:15:11 ---> c9a514b0d912 03:15:11 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 03:15:11 Successfully built ef49951a8893 03:15:11 Successfully tagged docker-support-logging-go-arm64:latest 03:15:12  Building docker-support-logging-go ... done  ---> f5a1c232d079 03:15:12 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 03:15:13 ---> d520e852139d 03:15:13 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 03:15:14 ---> d80e7f6d6ab1 03:15:14 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 03:15:14 ---> Running in 6b4631ce6060 03:15:17 Removing intermediate container ccae24818b08 03:15:17 ---> 9a20bfdc9daf 03:15:17 Step 21/26 : RUN pip install docker-compose==1.23.2 03:15:17 ---> Running in 6abb19080329 03:15:17 Removing intermediate container 6b4631ce6060 03:15:17 ---> 47ed414d699a 03:15:17 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 03:15:18 ---> 20a9b335e5d5 03:15:18 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:15:18 ---> Running in 39b4878251f3 03:15:21 Removing intermediate container 39b4878251f3 03:15:21 ---> 208203502f37 03:15:21 Step 24/29 : RUN chmod 755 security-secrets-setup 03:15:21 ---> Running in 27084751f024 03:15:23 Collecting docker-compose==1.23.2 03:15:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:15:24 Collecting docker<4.0,>=3.6.0 03:15:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:15:24 Removing intermediate container 27084751f024 03:15:24 ---> 765e743f9b7a 03:15:24 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 03:15:24 ---> Running in cf7ae8aa2a74 03:15:25 Removing intermediate container cf7ae8aa2a74 03:15:25 ---> 79d4ab71e836 03:15:25 Step 26/29 : CMD [ "generate" ] 03:15:25 ---> Running in add93212ab3c 03:15:25 Collecting websocket-client<1.0,>=0.32.0 03:15:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:15:25 Removing intermediate container add93212ab3c 03:15:25 ---> 1b1ae7c398ca 03:15:25 Step 27/29 : LABEL arch=arm64 03:15:25 Collecting texttable<0.10,>=0.9.0 03:15:25 Downloading texttable-0.9.1.tar.gz (11 kB) 03:15:25 ---> Running in 3edb7d8299ea 03:15:26 Removing intermediate container 3edb7d8299ea 03:15:26 ---> ba5cfe2d8837 03:15:26 Step 28/29 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:15:26 ---> Running in 67597774acc6 03:15:26 Removing intermediate container 67597774acc6 03:15:26 ---> 8ef498cfa4ad 03:15:26 Step 29/29 : LABEL version=0.0.0 03:15:26 ---> Running in bcb4d789c0bc 03:15:27 Removing intermediate container bcb4d789c0bc 03:15:27 ---> 6f69e0cd88c6 03:15:27 03:15:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:15:27 Collecting docopt<0.7,>=0.6.1 03:15:27 Downloading docopt-0.6.2.tar.gz (25 kB) 03:15:28 Successfully built 6f69e0cd88c6 03:15:28 Successfully tagged docker-security-secrets-setup-go-arm64:latest 03:15:29  Building docker-security-secrets-setup-go ... done Collecting jsonschema<3,>=2.5.1 03:15:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:15:30 Collecting PyYAML<4,>=3.10 03:15:30 Downloading PyYAML-3.13.tar.gz (270 kB) 03:15:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:15:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:15:34 Collecting cached-property<2,>=1.2.0 03:15:34 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 03:15:34 Collecting dockerpty<0.5,>=0.4.1 03:15:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:15:36 Collecting docker-pycreds>=0.4.0 03:15:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:15:36 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) 03:15:36 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) 03:15:37 Collecting urllib3<1.25,>=1.21.1 03:15:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:15:37 Collecting idna<2.8,>=2.5 03:15:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:15:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:15:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:15:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:15:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:15:38 Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, docopt, jsonschema, PyYAML, cached-property, dockerpty, docker-compose 03:15:38 Attempting uninstall: urllib3 03:15:38 Found existing installation: urllib3 1.25.9 03:15:38 Uninstalling urllib3-1.25.9: 03:15:38 Successfully uninstalled urllib3-1.25.9 03:15:39 Attempting uninstall: idna 03:15:39 Found existing installation: idna 2.9 03:15:39 Uninstalling idna-2.9: 03:15:39 Successfully uninstalled idna-2.9 03:15:40 Attempting uninstall: requests 03:15:40 Found existing installation: requests 2.23.0 03:15:40 Uninstalling requests-2.23.0: 03:15:40 Successfully uninstalled requests-2.23.0 03:15:42 Running setup.py install for texttable: started 03:15:43 Running setup.py install for texttable: finished with status 'done' 03:15:43 Running setup.py install for docopt: started 03:15:45 Running setup.py install for docopt: finished with status 'done' 03:15:45 Running setup.py install for PyYAML: started 03:15:47 Running setup.py install for PyYAML: finished with status 'done' 03:15:47 Running setup.py install for dockerpty: started 03:15:49 Running setup.py install for dockerpty: finished with status 'done' 03:15:50 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 03:15:54 Removing intermediate container 6abb19080329 03:15:54 ---> 4409d74dd3c5 03:15:54 Step 22/26 : RUN apk --no-cache add curl 03:15:54 ---> Running in d8a0b1e5352d 03:15:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:15:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:15:56 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:15:56 (2/3) Installing libcurl (7.69.1-r0) 03:15:56 (3/3) Installing curl (7.69.1-r0) 03:15:56 Executing busybox-1.31.1-r16.trigger 03:15:56 OK: 71 MiB in 58 packages 03:15:57 Removing intermediate container d8a0b1e5352d 03:15:57 ---> 806cf7922bcd 03:15:57 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:15:57 ---> Running in f57558c44125 03:15:58 Removing intermediate container f57558c44125 03:15:58 ---> 5c2e975446fc 03:15:58 Step 24/26 : LABEL arch=arm64 03:15:58 ---> Running in 15a8534de2db 03:15:58 Removing intermediate container 15a8534de2db 03:15:58 ---> 32831365cbf4 03:15:58 Step 25/26 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 03:15:58 ---> Running in 4a6f02213c7e 03:15:59 Removing intermediate container 4a6f02213c7e 03:15:59 ---> 456a0a04a4cd 03:15:59 Step 26/26 : LABEL version=0.0.0 03:15:59 ---> Running in 82f4583165dd 03:15:59 Removing intermediate container 82f4583165dd 03:15:59 ---> e0f8b6e16944 03:15:59 03:16:00 Successfully built e0f8b6e16944 03:16:00 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:16:00  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:16:00 $ docker stop --time=1 32c7fb10601afa14e8c8d6f904014f22e491b1774ff080d9cb1d48455f226fb9 03:16:02 $ docker rm -f 32c7fb10601afa14e8c8d6f904014f22e491b1774ff080d9cb1d48455f226fb9 [Pipeline] // withDockerContainer [Pipeline] sh 03:16:03 + docker images 03:16:03 + grep docker 03:16:03 docker-sys-mgmt-agent-go-arm64 latest e0f8b6e16944 4 seconds ago 266MB 03:16:03 docker-security-secrets-setup-go-arm64 latest 6f69e0cd88c6 36 seconds ago 24.2MB 03:16:03 docker-support-logging-go-arm64 latest ef49951a8893 53 seconds ago 11.4MB 03:16:03 docker-core-metadata-go-arm64 latest a8951dd9076a About a minute ago 13.8MB 03:16:03 docker-security-proxy-setup-go-arm64 latest 61bbf8de9aec About a minute ago 15.8MB 03:16:03 docker-core-data-go-arm64 latest 0690f009d588 4 minutes ago 22.6MB 03:16:03 docker-security-secretstore-setup-go-arm64 latest 1819288077c3 4 minutes ago 32.6MB 03:16:03 docker-support-notifications-go-arm64 latest 494ceebfecd1 4 minutes ago 13.9MB 03:16:03 docker-core-command-go-arm64 latest 732acb29f334 4 minutes ago 12.4MB 03:16:03 docker-support-scheduler-go-arm64 latest 251b85ac6e94 4 minutes ago 12.6MB 03:16:03 docker latest ce9d55ae87f1 6 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:16:05 provisioning config files... 03:16:05 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3880828535146695853tmp [Pipeline] { [Pipeline] sh 03:16:06 + bash -s - -t @/w/workspace/edgex-go/1@tmp/config3880828535146695853tmp 03:16:06 + curl -s https://codecov.io/bash [Pipeline] } 03:16:06 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 03:16:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:16:09 ---> package-listing.sh 03:16:09 ++ facter osfamily 03:16:09 ++ tr '[:upper:]' '[:lower:]' 03:16:09 + OS_FAMILY=redhat 03:16:09 + workspace=/w/workspace/edgex-go/1 03:16:09 + START_PACKAGES=/tmp/packages_start.txt 03:16:09 + END_PACKAGES=/tmp/packages_end.txt 03:16:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:16:09 + PACKAGES=/tmp/packages_start.txt 03:16:09 + '[' /w/workspace/edgex-go/1 ']' 03:16:09 + PACKAGES=/tmp/packages_end.txt 03:16:09 + case "${OS_FAMILY}" in 03:16:09 + rpm -qa 03:16:09 + sort 03:16:13 + '[' -f /tmp/packages_start.txt ']' 03:16:13 + '[' -f /tmp/packages_end.txt ']' 03:16:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:16:13 + '[' /w/workspace/edgex-go/1 ']' 03:16:13 + mkdir -p /w/workspace/edgex-go/1/archives/ 03:16:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh 03:16:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:16:14 03:16:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:16:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:16:14 alpine: Pulling from edgex-lftools-log-publisher 03:16:14 c9b1b535fdd9: Pulling fs layer 03:16:14 2cc5ad85d9ab: Pulling fs layer 03:16:14 756a868c4378: Pulling fs layer 03:16:14 444b2fc9a129: Pulling fs layer 03:16:14 ea15f1150254: Pulling fs layer 03:16:14 41b27a9f41bf: Pulling fs layer 03:16:14 28c525ee5125: Pulling fs layer 03:16:14 094b1ea09ed8: Pulling fs layer 03:16:14 138eaada9080: Pulling fs layer 03:16:14 0622d0fa9048: Pulling fs layer 03:16:14 444b2fc9a129: Waiting 03:16:14 ea15f1150254: Waiting 03:16:14 41b27a9f41bf: Waiting 03:16:14 28c525ee5125: Waiting 03:16:14 094b1ea09ed8: Waiting 03:16:14 138eaada9080: Waiting 03:16:14 0622d0fa9048: Waiting 03:16:14 2cc5ad85d9ab: Verifying Checksum 03:16:14 2cc5ad85d9ab: Download complete 03:16:14 444b2fc9a129: Verifying Checksum 03:16:14 444b2fc9a129: Download complete 03:16:14 c9b1b535fdd9: Verifying Checksum 03:16:14 c9b1b535fdd9: Download complete 03:16:14 ea15f1150254: Verifying Checksum 03:16:14 ea15f1150254: Download complete 03:16:14 28c525ee5125: Verifying Checksum 03:16:14 28c525ee5125: Download complete 03:16:15 756a868c4378: Verifying Checksum 03:16:15 756a868c4378: Download complete 03:16:15 c9b1b535fdd9: Pull complete 03:16:15 138eaada9080: Verifying Checksum 03:16:15 138eaada9080: Download complete 03:16:15 0622d0fa9048: Download complete 03:16:15 094b1ea09ed8: Verifying Checksum 03:16:15 094b1ea09ed8: Download complete 03:16:15 41b27a9f41bf: Verifying Checksum 03:16:15 41b27a9f41bf: Download complete 03:16:16 2cc5ad85d9ab: Pull complete 03:16:18 756a868c4378: Pull complete 03:16:18 444b2fc9a129: Pull complete 03:16:18 ea15f1150254: Pull complete 03:16:23 41b27a9f41bf: Pull complete 03:16:23 28c525ee5125: Pull complete 03:16:25 094b1ea09ed8: Pull complete 03:16:25 138eaada9080: Pull complete 03:16:25 0622d0fa9048: Pull complete 03:16:25 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 03:16:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:16:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:16:26 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:16:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:16:31 $ docker top 767f55ec572ba437479c15e95b6568b9ce865033a25fd82972c7b2b4a95ed316 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:16:31 provisioning config files... 03:16:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1384274729637740476tmp [Pipeline] { [Pipeline] echo 03:16:31 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:16:32 ---> create-netrc.sh [Pipeline] echo 03:16:32 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:16:32 ---> logs-deploy.sh 03:16:32 + ARCHIVE_ARTIFACTS= 03:16:32 + LOGS_SERVER=https://logs.edgexfoundry.org 03:16:32 + '[' https://logs.edgexfoundry.org == None ']' 03:16:32 + NEXUS_URL=https://nexus.edgexfoundry.org 03:16:32 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2660/1 03:16:32 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2660/1/ 03:16:32 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2660/1 /w/workspace/edgex-go/1 03:16:33 Archives upload complete. 03:16:33 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2660/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2660/1/ 03:16:34 ---> uname -a: 03:16:34 Linux 767f55ec572b 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 03:16:34 03:16:34 03:16:34 ---> lscpu: 03:16:34 Architecture: x86_64 03:16:34 CPU op-mode(s): 32-bit, 64-bit 03:16:34 Byte Order: Little Endian 03:16:34 Address sizes: 40 bits physical, 48 bits virtual 03:16:34 CPU(s): 4 03:16:34 On-line CPU(s) list: 0-3 03:16:34 Thread(s) per core: 1 03:16:34 Core(s) per socket: 1 03:16:34 Socket(s): 4 03:16:34 NUMA node(s): 1 03:16:34 Vendor ID: GenuineIntel 03:16:34 CPU family: 6 03:16:34 Model: 44 03:16:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:16:34 Stepping: 1 03:16:34 CPU MHz: 2933.396 03:16:34 BogoMIPS: 5866.79 03:16:34 Virtualization: VT-x 03:16:34 Hypervisor vendor: KVM 03:16:34 Virtualization type: full 03:16:34 L1d cache: 128 KiB 03:16:34 L1i cache: 128 KiB 03:16:34 L2 cache: 16 MiB 03:16:34 L3 cache: 64 MiB 03:16:34 NUMA node0 CPU(s): 0-3 03:16:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:16:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:16:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:16:34 Vulnerability Meltdown: Mitigation; PTI 03:16:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:16:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:16:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:16:34 Vulnerability Tsx async abort: Not affected 03:16:34 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 03:16:34 03:16:34 03:16:34 ---> nproc: 03:16:34 4 03:16:34 03:16:34 03:16:34 ---> df -h: 03:16:34 Filesystem Size Used Available Use% Mounted on 03:16:34 overlay 50.0G 13.4G 36.6G 27% / 03:16:34 tmpfs 64.0M 0 64.0M 0% /dev 03:16:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:16:34 shm 64.0M 0 64.0M 0% /dev/shm 03:16:34 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 03:16:34 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 03:16:34 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 03:16:34 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa 03:16:34 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/1 03:16:34 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/1@tmp 03:16:34 03:16:34 03:16:34 ---> free -m: 03:16:34 total used free shared buff/cache available 03:16:34 Mem: 1837 598 106 0 1133 1156 03:16:34 Swap: 1023 113 910 03:16:34 03:16:34 03:16:34 ---> ip addr: 03:16:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:16:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:16:34 inet 127.0.0.1/8 scope host lo 03:16:34 valid_lft forever preferred_lft forever 03:16:34 114: eth0@if115: mtu 1458 qdisc noqueue state UP 03:16:34 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 03:16:34 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 03:16:34 valid_lft forever preferred_lft forever 03:16:34 03:16:34 03:16:34 ---> sar -b -r -n DEV: 03:16:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/12/20 _x86_64_ (4 CPU) 03:16:34 03:16:34 02:54:00 LINUX RESTART 03:16:34 03:16:34 02:55:01 tps rtps wtps bread/s bwrtn/s 03:16:34 02:56:01 107.24 48.38 58.86 7935.54 25098.54 03:16:34 02:57:01 411.04 215.83 195.21 7511.06 64747.03 03:16:34 02:58:01 411.56 266.73 144.83 10977.87 27893.86 03:16:34 02:59:03 598.44 368.56 229.89 79880.82 160346.46 03:16:34 03:00:01 3144.69 2795.17 349.51 163999.76 175396.82 03:16:34 03:01:02 598.76 324.16 274.59 62514.93 85883.45 03:16:34 03:02:01 2562.63 2195.74 366.89 156929.62 166688.58 03:16:34 03:03:01 1225.52 904.74 320.78 68742.40 82365.73 03:16:34 03:04:01 111.54 18.35 93.19 3329.98 7080.12 03:16:34 03:05:02 1.92 0.60 1.32 19.59 18.57 03:16:34 03:06:01 0.19 0.00 0.19 0.00 2.05 03:16:34 03:07:01 0.17 0.00 0.17 0.00 1.63 03:16:34 03:08:01 0.27 0.03 0.23 0.67 1.82 03:16:34 03:09:01 0.82 0.37 0.45 6.13 6.31 03:16:34 03:10:01 2.20 1.50 0.70 51.97 13.77 03:16:34 03:11:01 0.25 0.03 0.22 0.67 1.78 03:16:34 03:12:01 0.20 0.00 0.20 0.00 1.62 03:16:34 03:13:01 0.30 0.03 0.27 0.80 3.41 03:16:34 03:14:01 0.28 0.03 0.25 0.40 2.47 03:16:34 03:15:01 0.22 0.03 0.18 1.07 2.15 03:16:34 03:16:01 0.25 0.07 0.18 0.67 2.08 03:16:34 Average: 433.16 336.24 96.93 26617.76 37854.10 03:16:34 03:16:34 02:55:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:16:34 02:56:01 106300 1775256 94.35 2620 1164360 1285396 43.87 677820 933156 104284 03:16:34 02:57:01 66032 1815524 96.49 1500 1101404 1483296 50.62 689528 898532 6880 03:16:34 02:58:01 347852 1533704 81.51 408 717572 1535252 52.40 689232 607232 37276 03:16:34 02:59:03 78340 1803216 95.84 8 1026652 2232684 76.20 784332 855644 79024 03:16:34 03:00:01 69688 1811868 96.30 8 703824 4346352 148.33 871924 725364 6864 03:16:34 03:01:02 68084 1813472 96.38 8 1067068 2122780 72.45 786972 835540 34316 03:16:34 03:02:01 161356 1720200 91.42 8 1040276 2459344 83.93 736420 797368 2592 03:16:34 03:03:01 466488 1415068 75.21 8 854992 1385716 47.29 478036 740292 28 03:16:34 03:04:01 334220 1547336 82.24 8 1022864 1176756 40.16 501864 841416 20 03:16:34 03:05:02 335244 1546312 82.18 8 1023364 1164420 39.74 501412 841496 20 03:16:34 03:06:01 336604 1544952 82.11 8 1023372 1154128 39.39 500844 841204 12 03:16:34 03:07:01 337244 1544312 82.08 8 1023376 1151044 39.28 500476 841168 8 03:16:34 03:08:01 337324 1544232 82.07 8 1023380 1151044 39.28 500356 841180 8 03:16:34 03:09:01 337108 1544448 82.08 8 1023572 1170392 39.94 500608 841312 8 03:16:34 03:10:01 335240 1546316 82.18 8 1024416 1151116 39.29 501440 841628 12 03:16:34 03:11:01 335132 1546424 82.19 8 1024420 1151128 39.29 501400 841640 12 03:16:34 03:12:01 335492 1546064 82.17 8 1024428 1151044 39.28 500932 841648 12 03:16:34 03:13:01 335548 1546008 82.17 8 1024432 1151044 39.28 501084 841656 8 03:16:34 03:14:01 335392 1546164 82.17 8 1024456 1151044 39.28 501088 841680 16 03:16:34 03:15:01 334924 1546632 82.20 8 1024460 1151128 39.29 501548 841716 12 03:16:34 03:16:01 335440 1546116 82.17 8 1024468 1151080 39.28 501180 841724 12 03:16:34 Average: 272812 1608744 85.50 222 999388 1517914 51.80 582309 825362 12925 03:16:34 03:16:34 02:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 03:16:34 02:56:01 eth0 1444.28 1134.98 4143.37 2833.84 0.00 0.00 0.00 03:16:34 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 02:56:01 docker0 539.00 424.29 52.46 2629.27 0.00 0.00 0.00 03:16:34 02:57:01 eth0 480.03 374.64 7209.72 41.18 0.00 0.00 0.00 03:16:34 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 02:57:01 docker0 131.18 152.89 9.06 729.45 0.00 0.00 0.00 03:16:34 02:58:01 veth95ee777 0.00 0.13 0.00 0.01 0.00 0.00 0.00 03:16:34 02:58:01 eth0 2577.59 1916.20 13764.39 3008.42 0.00 0.00 0.00 03:16:34 02:58:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:16:34 02:58:01 docker0 669.87 576.94 61.48 3357.21 0.00 0.00 0.00 03:16:34 02:59:03 vetha8ba5bc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 03:16:34 02:59:03 eth0 106.20 75.73 1652.98 52.04 0.00 0.00 0.00 03:16:34 02:59:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 02:59:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:00:01 vetha8ba5bc 0.00 0.24 0.00 0.01 0.00 0.00 0.00 03:16:34 03:00:01 vethe72d693 0.00 0.10 0.00 0.01 0.00 0.00 0.00 03:16:34 03:00:01 eth0 2819.01 2090.30 16075.08 3197.48 0.00 0.00 0.00 03:16:34 03:00:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:16:34 03:01:02 vetha8ba5bc 0.00 0.18 0.00 0.01 0.00 0.00 0.00 03:16:34 03:01:02 eth0 59.60 36.41 194.03 15.33 0.00 0.00 0.00 03:16:34 03:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:01:02 docker0 690.14 609.96 62.45 3599.86 0.00 0.00 0.00 03:16:34 03:02:01 vethaf0a46a 5.10 5.79 0.34 29.65 0.00 0.00 0.00 03:16:34 03:02:01 vetha8ba5bc 0.00 0.74 0.00 0.04 0.00 0.00 0.00 03:16:34 03:02:01 veth2a53347 0.00 0.05 0.00 0.00 0.00 0.00 0.00 03:16:34 03:02:01 eth0 2906.25 2142.99 16167.41 3227.89 0.00 0.00 0.00 03:16:34 03:03:01 vetha8ba5bc 0.00 0.08 0.00 0.00 0.00 0.00 0.00 03:16:34 03:03:01 eth0 72.90 50.42 105.34 97.78 0.00 0.00 0.00 03:16:34 03:03:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:16:34 03:03:01 docker0 715.28 640.89 63.92 3803.38 0.00 0.00 0.00 03:16:34 03:04:01 eth0 69.10 37.87 381.65 11.93 0.00 0.00 0.00 03:16:34 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:04:01 docker0 24.95 44.70 1.63 361.63 0.00 0.00 0.00 03:16:34 03:05:02 eth0 1.30 0.77 0.67 0.48 0.00 0.00 0.00 03:16:34 03:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:06:01 eth0 0.17 0.10 0.07 0.01 0.00 0.00 0.00 03:16:34 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:07:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 03:16:34 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:08:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 03:16:34 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:09:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 03:16:34 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:10:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 03:16:34 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:11:01 eth0 0.20 0.12 0.07 0.01 0.00 0.00 0.00 03:16:34 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:12:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 03:16:34 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:13:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 03:16:34 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:14:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 03:16:34 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:15:01 eth0 0.60 0.37 0.34 0.26 0.00 0.00 0.00 03:16:34 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:16:01 eth0 0.20 0.18 0.09 0.01 0.00 0.00 0.00 03:16:34 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 Average: eth0 115.06 87.48 672.04 154.68 0.00 0.00 0.00 03:16:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:34 Average: docker0 35.33 32.72 3.13 198.79 0.00 0.00 0.00 03:16:34 03:16:34 03:16:34 ---> sar -P ALL: 03:16:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/12/20 _x86_64_ (4 CPU) 03:16:34 03:16:34 02:54:00 LINUX RESTART 03:16:34 03:16:34 02:55:01 CPU %user %nice %system %iowait %steal %idle 03:16:34 02:56:01 all 18.23 0.00 5.28 1.77 0.04 74.68 03:16:34 02:56:01 0 17.95 0.00 6.64 0.39 0.03 74.99 03:16:34 02:56:01 1 25.07 0.00 4.41 2.08 0.02 68.42 03:16:34 02:56:01 2 10.93 0.00 5.07 2.58 0.05 81.38 03:16:34 02:56:01 3 19.01 0.00 5.00 2.04 0.03 73.91 03:16:34 02:57:01 all 11.70 0.00 6.68 5.05 0.03 76.52 03:16:34 02:57:01 0 12.01 0.00 7.33 3.61 0.03 77.02 03:16:34 02:57:01 1 11.01 0.00 6.20 5.10 0.05 77.64 03:16:34 02:57:01 2 12.20 0.00 7.11 5.96 0.02 74.71 03:16:34 02:57:01 3 11.60 0.00 6.09 5.55 0.03 76.72 03:16:34 02:58:01 all 49.62 0.00 13.11 7.31 0.04 29.92 03:16:34 02:58:01 0 49.28 0.00 13.31 5.70 0.07 31.65 03:16:34 02:58:01 1 49.27 0.00 13.17 9.09 0.03 28.44 03:16:34 02:58:01 2 50.61 0.00 12.83 5.63 0.03 30.89 03:16:34 02:58:01 3 49.32 0.00 13.13 8.80 0.05 28.70 03:16:34 02:59:03 all 22.75 0.00 14.13 10.97 0.05 52.10 03:16:34 02:59:03 0 22.15 0.00 14.18 8.77 0.05 54.85 03:16:34 02:59:03 1 21.82 0.00 14.71 9.78 0.05 53.64 03:16:34 02:59:03 2 23.14 0.00 13.93 11.26 0.05 51.61 03:16:34 02:59:03 3 23.88 0.00 13.71 14.06 0.03 48.31 03:16:34 03:00:01 all 20.95 0.00 21.61 30.90 0.08 26.46 03:16:34 03:00:01 0 20.09 0.00 21.70 32.12 0.09 26.00 03:16:34 03:00:01 1 20.81 0.00 21.66 26.61 0.09 30.83 03:16:34 03:00:01 2 20.90 0.00 21.33 33.15 0.09 24.53 03:16:34 03:00:01 3 22.02 0.00 21.72 31.73 0.05 24.47 03:16:34 03:01:02 all 47.10 0.00 14.30 19.39 0.03 19.18 03:16:34 03:01:02 0 46.50 0.00 13.78 20.01 0.03 19.67 03:16:34 03:01:02 1 47.83 0.00 13.85 18.64 0.05 19.63 03:16:34 03:01:02 2 45.90 0.00 15.22 21.62 0.03 17.23 03:16:34 03:01:02 3 48.15 0.00 14.36 17.28 0.03 20.18 03:16:34 03:02:01 all 28.49 0.00 20.48 31.05 0.07 19.92 03:16:34 03:02:01 0 29.25 0.00 20.36 29.63 0.09 20.67 03:16:34 03:02:01 1 27.64 0.00 21.29 28.21 0.05 22.80 03:16:34 03:02:01 2 28.04 0.00 20.71 33.68 0.05 17.53 03:16:34 03:02:01 3 29.04 0.00 19.59 32.65 0.05 18.66 03:16:34 03:03:01 all 38.64 0.00 16.71 27.02 0.06 17.56 03:16:34 03:03:01 0 39.51 0.00 16.13 24.21 0.05 20.10 03:16:34 03:03:01 1 38.64 0.00 16.67 26.98 0.05 17.66 03:16:34 03:03:01 2 38.70 0.00 16.47 27.16 0.07 17.61 03:16:34 03:03:01 3 37.71 0.00 17.60 29.79 0.05 14.85 03:16:34 03:04:01 all 4.83 0.00 2.91 4.86 0.01 87.39 03:16:34 03:04:01 0 5.29 0.00 3.02 3.47 0.02 88.21 03:16:34 03:04:01 1 4.17 0.00 2.16 4.60 0.00 89.07 03:16:34 03:04:01 2 5.26 0.00 3.15 2.80 0.00 88.80 03:16:34 03:04:01 3 4.61 0.00 3.29 8.57 0.02 83.51 03:16:34 03:05:02 all 0.16 0.00 0.04 0.01 0.00 99.79 03:16:34 03:05:02 0 0.53 0.00 0.03 0.00 0.00 99.43 03:16:34 03:05:02 1 0.07 0.00 0.05 0.00 0.00 99.88 03:16:34 03:05:02 2 0.03 0.00 0.03 0.00 0.00 99.93 03:16:34 03:05:02 3 0.03 0.00 0.03 0.02 0.00 99.92 03:16:34 03:06:01 all 0.16 0.00 0.02 0.00 0.00 99.82 03:16:34 03:06:01 0 0.51 0.00 0.02 0.00 0.00 99.47 03:16:34 03:06:01 1 0.08 0.00 0.03 0.00 0.00 99.88 03:16:34 03:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:16:34 03:06:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:16:34 03:07:01 all 0.15 0.00 0.02 0.00 0.00 99.83 03:16:34 03:07:01 0 0.50 0.00 0.00 0.00 0.00 99.50 03:16:34 03:07:01 1 0.05 0.00 0.05 0.00 0.00 99.90 03:16:34 03:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:16:34 03:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:16:34 03:08:01 all 0.15 0.00 0.02 0.00 0.00 99.83 03:16:34 03:08:01 0 0.52 0.00 0.02 0.00 0.00 99.47 03:16:34 03:08:01 1 0.07 0.00 0.02 0.00 0.00 99.92 03:16:34 03:08:01 2 0.00 0.00 0.03 0.00 0.00 99.97 03:16:34 03:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:16:34 03:09:01 all 0.15 0.00 0.02 0.00 0.00 99.83 03:16:34 03:09:01 0 0.52 0.00 0.02 0.00 0.00 99.47 03:16:34 03:09:01 1 0.03 0.00 0.03 0.02 0.00 99.92 03:16:34 03:09:01 2 0.02 0.00 0.03 0.00 0.00 99.95 03:16:34 03:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:16:34 03:10:01 all 0.17 0.00 0.05 0.02 0.00 99.76 03:16:34 03:10:01 0 0.52 0.00 0.02 0.00 0.00 99.47 03:16:34 03:10:01 1 0.07 0.00 0.05 0.00 0.00 99.88 03:16:34 03:10:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:16:34 03:10:01 3 0.07 0.00 0.08 0.07 0.00 99.78 03:16:34 03:11:01 all 0.14 0.00 0.02 0.00 0.00 99.84 03:16:34 03:11:01 0 0.47 0.00 0.03 0.02 0.00 99.48 03:16:34 03:11:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:16:34 03:11:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:16:34 03:11:01 3 0.05 0.00 0.03 0.00 0.00 99.92 03:16:34 03:12:01 all 0.05 0.00 0.03 0.00 0.00 99.92 03:16:34 03:12:01 0 0.10 0.00 0.02 0.00 0.00 99.88 03:16:34 03:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:16:34 03:12:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:16:34 03:12:01 3 0.05 0.00 0.05 0.00 0.02 99.88 03:16:34 03:13:01 all 0.04 0.00 0.02 0.00 0.00 99.94 03:16:34 03:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:16:34 03:13:01 1 0.05 0.00 0.02 0.00 0.00 99.93 03:16:34 03:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:16:34 03:13:01 3 0.05 0.00 0.03 0.00 0.00 99.92 03:16:34 03:14:01 all 0.14 0.00 0.02 0.00 0.00 99.84 03:16:34 03:14:01 0 0.47 0.00 0.03 0.00 0.00 99.50 03:16:34 03:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:16:34 03:14:01 2 0.02 0.00 0.03 0.00 0.00 99.95 03:16:34 03:14:01 3 0.07 0.00 0.03 0.00 0.00 99.90 03:16:34 03:15:01 all 0.17 0.00 0.03 0.00 0.00 99.80 03:16:34 03:15:01 0 0.52 0.00 0.02 0.00 0.00 99.47 03:16:34 03:15:01 1 0.07 0.00 0.03 0.00 0.00 99.90 03:16:34 03:15:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:16:34 03:15:01 3 0.05 0.00 0.05 0.00 0.00 99.90 03:16:34 03:16:01 all 0.15 0.00 0.02 0.00 0.00 99.83 03:16:34 03:16:01 0 0.50 0.00 0.00 0.00 0.00 99.50 03:16:34 03:16:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:16:34 03:16:01 2 0.03 0.00 0.02 0.02 0.00 99.93 03:16:34 03:16:01 3 0.05 0.00 0.03 0.02 0.00 99.90 03:16:34 Average: all 11.49 0.00 5.41 6.45 0.02 76.64 03:16:34 Average: 0 11.65 0.00 5.46 5.96 0.02 76.91 03:16:34 Average: 1 11.64 0.00 5.36 6.12 0.02 76.86 03:16:34 Average: 2 11.12 0.00 5.44 6.71 0.02 76.71 03:16:34 Average: 3 11.54 0.00 5.36 7.00 0.02 76.08 03:16:34 03:16:34 03:16:34