Pull request #2661 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) GitHub API Usage: Current quota has 3770 remaining (159 under budget). Next quota of 5000 in 53 min GitHub API Usage: Current quota has 3770 remaining (159 under budget). Next quota of 5000 in 53 min GitHub API Usage: Current quota has 3770 remaining (160 under budget). Next quota of 5000 in 53 min Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at d08647e33299f35346a0c0e1b5c282da7a73a79b rather than 6d97bc60ab52e7107df88a754bad392e725fd52e Obtained Jenkinsfile from d08647e33299f35346a0c0e1b5c282da7a73a79b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-108 in /w/workspace/edgexfoundry_edgex-go_PR-2661 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 6d97bc60ab52e7107df88a754bad392e725fd52e Merge succeeded, producing 6d97bc60ab52e7107df88a754bad392e725fd52e Checking out Revision 6d97bc60ab52e7107df88a754bad392e725fd52e (PR-2661) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2661/head:refs/remotes/origin/PR-2661 # 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/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d97bc60ab52e7107df88a754bad392e725fd52e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d97bc60ab52e7107df88a754bad392e725fd52e # timeout=10 Commit message: "feat(metadata): Update swagger file for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk c6fa3948cf30706ca6042270d1f8512184d3b2d3 # timeout=10 [Pipeline] timeout 03:07:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:07:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:07:57 ========================================================= 03:07:57 EdgeX Global Pipelines Version Info 03:07:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:07:59 ------------------- 03:07:59 stable info: 03:07:59 ------------------- 03:07:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:07:59 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 03:07:59 Message: update stable to v1.0.106 03:07:59 ------------------- 03:07:59 experimental info: 03:07:59 ------------------- 03:07:59 Commited By: **** collab-it+edgex@linuxfoundation.org 03:07:59 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 03:07:59 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 03:08:01 ++ 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 03:08:01 + for file in '`ls cmd/**/Dockerfile`' 03:08:01 ++ dirname cmd/core-command/Dockerfile 03:08:01 ++ cut -d/ -f2 03:08:01 + echo core-command,cmd/core-command/Dockerfile 03:08:01 + for file in '`ls cmd/**/Dockerfile`' 03:08:01 ++ dirname cmd/core-data/Dockerfile 03:08:01 ++ cut -d/ -f2 03:08:01 + echo core-data,cmd/core-data/Dockerfile 03:08:01 + for file in '`ls cmd/**/Dockerfile`' 03:08:01 ++ dirname cmd/core-metadata/Dockerfile 03:08:01 ++ cut -d/ -f2 03:08:01 + echo core-metadata,cmd/core-metadata/Dockerfile 03:08:01 + for file in '`ls cmd/**/Dockerfile`' 03:08:01 ++ dirname cmd/security-proxy-setup/Dockerfile 03:08:01 ++ cut -d/ -f2 03:08:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:08:01 + for file in '`ls cmd/**/Dockerfile`' 03:08:01 ++ dirname cmd/security-secrets-setup/Dockerfile 03:08:01 ++ cut -d/ -f2 03:08:01 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 03:08:01 + for file in '`ls cmd/**/Dockerfile`' 03:08:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:08:01 ++ cut -d/ -f2 03:08:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:08:01 + for file in '`ls cmd/**/Dockerfile`' 03:08:01 ++ dirname cmd/support-logging/Dockerfile 03:08:01 ++ cut -d/ -f2 03:08:01 + echo support-logging,cmd/support-logging/Dockerfile 03:08:01 + for file in '`ls cmd/**/Dockerfile`' 03:08:01 ++ dirname cmd/support-notifications/Dockerfile 03:08:01 ++ cut -d/ -f2 03:08:01 + echo support-notifications,cmd/support-notifications/Dockerfile 03:08:01 + for file in '`ls cmd/**/Dockerfile`' 03:08:01 ++ dirname cmd/support-scheduler/Dockerfile 03:08:01 ++ cut -d/ -f2 03:08:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:08:01 + for file in '`ls cmd/**/Dockerfile`' 03:08:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:08:01 ++ cut -d/ -f2 03:08:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:08:01 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 03:08:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:08:02 03:08:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:08:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:08:02 latest: Pulling from edgex-devops/git-semver 03:08:02 31603596830f: Pulling fs layer 03:08:02 2a8b12db71e7: Pulling fs layer 03:08:02 6ca5941a6612: Pulling fs layer 03:08:02 ecc8261a40a4: Pulling fs layer 03:08:02 ecc8261a40a4: Waiting 03:08:02 2a8b12db71e7: Verifying Checksum 03:08:02 2a8b12db71e7: Download complete 03:08:02 31603596830f: Download complete 03:08:03 ecc8261a40a4: Verifying Checksum 03:08:03 ecc8261a40a4: Download complete 03:08:03 6ca5941a6612: Verifying Checksum 03:08:03 6ca5941a6612: Download complete 03:08:03 31603596830f: Pull complete 03:08:03 2a8b12db71e7: Pull complete 03:08:04 6ca5941a6612: Pull complete 03:08:04 ecc8261a40a4: Pull complete 03:08:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:08:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:08:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:08:04 prd-centos7-docker-4c-2g-108 does not seem to be running inside a container 03:08:04 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:08:06 $ docker top e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:08:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:08:07 [ssh-agent] Looking for ssh-agent implementation... 03:08:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:08:07 $ docker exec e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d ssh-agent 03:08:07 SSH_AUTH_SOCK=/tmp/ssh-iSGxs3cNi4zx/agent.11 03:08:07 SSH_AGENT_PID=16 03:08:07 Running ssh-add (command line suppressed) 03:08:07 Identity added: /w/workspace/edgex-go/5@tmp/private_key_3177929566714539995.key (/w/workspace/edgex-go/5@tmp/private_key_3177929566714539995.key) 03:08:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:08:07 + git describe --exact-match --tags HEAD 03:08:07 fatal: No names found, cannot describe anything. [Pipeline] } 03:08:07 $ docker exec --env ******** --env ******** e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d ssh-agent -k 03:08:08 unset SSH_AUTH_SOCK; 03:08:08 unset SSH_AGENT_PID; 03:08:08 echo Agent pid 16 killed; 03:08:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:08:08 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:08:08 This usually means this commit has not been tagged. [Pipeline] sshagent 03:08:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:08:08 [ssh-agent] Looking for ssh-agent implementation... 03:08:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:08:08 $ docker exec e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d ssh-agent 03:08:08 SSH_AUTH_SOCK=/tmp/ssh-zYAky8VaHYja/agent.44 03:08:08 SSH_AGENT_PID=49 03:08:08 Running ssh-add (command line suppressed) 03:08:08 Identity added: /w/workspace/edgex-go/5@tmp/private_key_5518828539175987644.key (/w/workspace/edgex-go/5@tmp/private_key_5518828539175987644.key) 03:08:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:08:09 + git semver init 03:08:09 # -> Open(): unable to determine branch for HEAD 03:08:09 # $GIT_DIR = /w/workspace/edgex-go/5/.git 03:08:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 03:08:09 # $SEMVER_REMOTE_NAME = origin 03:08:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:08:09 # $SEMVER_USER_NAME = edgex-jenkins 03:08:09 # $SEMVER_BRANCH = PR-2661 03:08:09 # $SEMVER_TEMP = /tmp/semver-534259360 03:08:09 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:08:31 # '/tmp/semver-534259360' -> '/w/workspace/edgex-go/5/.semver' 03:08:31 # -> Force: false 03:08:31 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 03:08:31 $ docker exec --env ******** --env ******** e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d ssh-agent -k 03:08:31 unset SSH_AUTH_SOCK; 03:08:31 unset SSH_AGENT_PID; 03:08:31 echo Agent pid 49 killed; 03:08:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:08:31 + git semver [Pipeline] } 03:08:31 $ docker stop --time=1 e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d 03:08:33 $ docker rm -f e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:08:46 Stashed 32 file(s) [Pipeline] echo 03:08:46 [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 03:08:46 ========================================================= 03:08:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 03:08:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:08:47 + 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 . 03:08:50 Sending build context to Docker daemon 323MB 03:08:50 Step 1/7 : ARG BASE=golang:1.13-alpine 03:08:50 Step 2/7 : FROM ${BASE} 03:08:50 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 03:08:50 df20fa9351a1: Pulling fs layer 03:08:50 ed8968b2872e: Pulling fs layer 03:08:50 a92cc7c5fd73: Pulling fs layer 03:08:50 2dd03ba5bac4: Pulling fs layer 03:08:50 1e091d79d1de: Pulling fs layer 03:08:50 481702a1767f: Pulling fs layer 03:08:50 f64a6f60c768: Pulling fs layer 03:08:50 e78d2573fc39: Pulling fs layer 03:08:50 e876d2f968b6: Pulling fs layer 03:08:50 ce8a83651883: Pulling fs layer 03:08:50 07967f4d0e4b: Pulling fs layer 03:08:50 f64a6f60c768: Waiting 03:08:50 e78d2573fc39: Waiting 03:08:50 2dd03ba5bac4: Waiting 03:08:50 e876d2f968b6: Waiting 03:08:50 ce8a83651883: Waiting 03:08:50 1e091d79d1de: Waiting 03:08:50 481702a1767f: Waiting 03:08:50 07967f4d0e4b: Waiting 03:08:50 a92cc7c5fd73: Verifying Checksum 03:08:50 a92cc7c5fd73: Download complete 03:08:50 ed8968b2872e: Download complete 03:08:50 1e091d79d1de: Verifying Checksum 03:08:50 1e091d79d1de: Download complete 03:08:50 481702a1767f: Verifying Checksum 03:08:50 481702a1767f: Download complete 03:08:50 df20fa9351a1: Verifying Checksum 03:08:50 df20fa9351a1: Download complete 03:08:50 df20fa9351a1: Pull complete 03:08:51 f64a6f60c768: Verifying Checksum 03:08:51 f64a6f60c768: Download complete 03:08:51 e876d2f968b6: Verifying Checksum 03:08:51 e876d2f968b6: Download complete 03:08:51 2dd03ba5bac4: Verifying Checksum 03:08:51 2dd03ba5bac4: Download complete 03:08:51 e78d2573fc39: Verifying Checksum 03:08:51 e78d2573fc39: Download complete 03:08:51 ce8a83651883: Verifying Checksum 03:08:51 ce8a83651883: Download complete 03:08:51 07967f4d0e4b: Verifying Checksum 03:08:51 07967f4d0e4b: Download complete 03:08:52 ed8968b2872e: Pull complete 03:08:52 a92cc7c5fd73: Pull complete 03:08:57 2dd03ba5bac4: Pull complete 03:08:57 1e091d79d1de: Pull complete 03:08:57 481702a1767f: Pull complete 03:09:01 Still waiting to schedule task 03:09:01 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:09:04 f64a6f60c768: Pull complete 03:09:07 e78d2573fc39: Pull complete 03:09:07 e876d2f968b6: Pull complete 03:09:08 ce8a83651883: Pull complete 03:09:08 07967f4d0e4b: Pull complete 03:09:08 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 03:09:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 03:09:08 ---> 5d7c900382c6 03:09:08 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:09:09 ---> Running in 1c54f72a022c 03:09:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:09:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:09:11 (1/12) Installing libmagic (5.38-r0) 03:09:11 (2/12) Installing file (5.38-r0) 03:09:11 (3/12) Installing libc-dev (0.7.2-r3) 03:09:11 (4/12) Installing g++ (9.3.0-r2) 03:09:13 (5/12) Installing fortify-headers (1.1-r0) 03:09:13 (6/12) Installing patch (2.7.6-r6) 03:09:13 (7/12) Installing build-base (0.5-r2) 03:09:13 (8/12) Installing libsodium (1.0.18-r0) 03:09:13 (9/12) Installing pkgconf (1.7.2-r0) 03:09:13 (10/12) Installing libsodium-dev (1.0.18-r0) 03:09:13 (11/12) Installing libzmq (4.3.2-r0) 03:09:13 (12/12) Installing zeromq-dev (4.3.2-r0) 03:09:14 Executing busybox-1.31.1-r16.trigger 03:09:14 OK: 233 MiB in 51 packages 03:09:17 Removing intermediate container 1c54f72a022c 03:09:17 ---> 8d9fe145b0b0 03:09:17 Step 4/7 : WORKDIR /edgex-go 03:09:17 ---> Running in bf7b972f4b86 03:09:17 Removing intermediate container bf7b972f4b86 03:09:17 ---> 3e19f9894525 03:09:17 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 03:09:17 latest: Pulling from library/docker 03:09:18 df20fa9351a1: Already exists 03:09:18 25ad7478873d: Pulling fs layer 03:09:18 4684f6177b5d: Pulling fs layer 03:09:18 46e300cec669: Pulling fs layer 03:09:18 63038576ad94: Pulling fs layer 03:09:18 0fdb76c4706c: Pulling fs layer 03:09:18 cb7edeffdfd5: Pulling fs layer 03:09:18 0fdb76c4706c: Waiting 03:09:18 63038576ad94: Waiting 03:09:18 cb7edeffdfd5: Waiting 03:09:18 4684f6177b5d: Verifying Checksum 03:09:18 4684f6177b5d: Download complete 03:09:18 25ad7478873d: Verifying Checksum 03:09:18 63038576ad94: Verifying Checksum 03:09:18 63038576ad94: Download complete 03:09:18 0fdb76c4706c: Verifying Checksum 03:09:18 0fdb76c4706c: Download complete 03:09:18 25ad7478873d: Pull complete 03:09:18 cb7edeffdfd5: Verifying Checksum 03:09:18 cb7edeffdfd5: Download complete 03:09:18 4684f6177b5d: Pull complete 03:09:19 46e300cec669: Verifying Checksum 03:09:19 46e300cec669: Download complete 03:09:21 46e300cec669: Pull complete 03:09:21 63038576ad94: Pull complete 03:09:21 0fdb76c4706c: Pull complete 03:09:21 cb7edeffdfd5: Pull complete 03:09:21 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 03:09:21 Status: Downloaded newer image for docker:latest 03:09:23 ---> 177ee3f3e144 03:09:23 Step 6/7 : COPY go.mod . 03:09:23 ---> 6a2fbf6b1e42 03:09:23 Step 7/7 : RUN go mod download 03:09:23 ---> Running in 60249cdd3e80 03:09:26 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:09:26 go: finding github.com/BurntSushi/toml v0.3.1 03:09:26 go: finding github.com/OneOfOne/xxhash v1.2.5 03:09:26 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:09:26 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:09:26 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:09:26 go: finding github.com/bgentry/speakeasy v0.1.0 03:09:26 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:09:26 go: finding github.com/cloudflare/gokey v0.1.0 03:09:26 go: finding github.com/davecgh/go-spew v1.1.1 03:09:26 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:09:26 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 03:09:26 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 03:09:26 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 03:09:26 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 03:09:26 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 03:09:26 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 03:09:26 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 03:09:26 go: finding github.com/fatih/color v1.7.0 03:09:26 go: finding github.com/fsnotify/fsnotify v1.4.7 03:09:26 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:09:26 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 03:09:26 go: finding github.com/go-kit/kit v0.8.0 03:09:26 go: finding github.com/go-logfmt/logfmt v0.4.0 03:09:26 go: finding github.com/go-redis/redis/v7 v7.2.0 03:09:26 go: finding github.com/go-stack/stack v1.8.0 03:09:26 go: finding github.com/golang/protobuf v1.3.2 03:09:26 go: finding github.com/gomodule/redigo v2.0.0+incompatible 03:09:26 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:09:26 go: finding github.com/google/uuid v1.1.0 03:09:26 go: finding github.com/gorilla/mux v1.7.1 03:09:26 go: finding github.com/hashicorp/consul/api v1.1.0 03:09:26 go: finding github.com/hashicorp/consul/sdk v0.1.1 03:09:26 go: finding github.com/hashicorp/errwrap v1.0.0 03:09:26 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:09:26 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:09:26 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:09:26 go: finding github.com/hashicorp/go-multierror v1.0.0 03:09:26 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:09:26 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:09:26 go: finding github.com/hashicorp/go-syslog v1.0.0 03:09:26 go: finding github.com/hashicorp/go-uuid v1.0.1 03:09:26 go: finding github.com/hashicorp/go.net v0.0.1 03:09:26 go: finding github.com/hashicorp/golang-lru v0.5.0 03:09:26 go: finding github.com/hashicorp/logutils v1.0.0 03:09:26 go: finding github.com/hashicorp/mdns v1.0.0 03:09:26 go: finding github.com/hashicorp/memberlist v0.1.3 03:09:27 go: finding github.com/hashicorp/serf v0.8.2 03:09:27 go: finding github.com/hpcloud/tail v1.0.0 03:09:27 go: finding github.com/imdario/mergo v0.3.6 03:09:27 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:09:27 go: finding github.com/kr/pretty v0.1.0 03:09:27 go: finding github.com/kr/pty v1.1.1 03:09:27 go: finding github.com/kr/text v0.1.0 03:09:27 go: finding github.com/mattn/go-colorable v0.0.9 03:09:27 go: finding github.com/mattn/go-isatty v0.0.3 03:09:27 go: finding github.com/miekg/dns v1.0.14 03:09:27 go: finding github.com/mitchellh/cli v1.0.0 03:09:27 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:09:27 go: finding github.com/mitchellh/copystructure v1.0.0 03:09:27 go: finding github.com/mitchellh/go-homedir v1.0.0 03:09:27 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:09:27 go: finding github.com/mitchellh/gox v0.4.0 03:09:27 go: finding github.com/mitchellh/iochan v1.0.0 03:09:27 go: finding github.com/mitchellh/mapstructure v1.1.2 03:09:27 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:09:27 go: finding github.com/onsi/ginkgo v1.10.1 03:09:27 go: finding github.com/onsi/gomega v1.7.0 03:09:27 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:09:27 go: finding github.com/pebbe/zmq4 v1.0.0 03:09:27 go: finding github.com/pelletier/go-toml v1.2.0 03:09:27 go: finding github.com/pkg/errors v0.8.1 03:09:27 go: finding github.com/pmezard/go-difflib v1.0.0 03:09:27 go: finding github.com/posener/complete v1.1.1 03:09:27 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:09:27 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:09:27 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:09:27 go: finding github.com/stretchr/objx v0.1.0 03:09:27 go: finding github.com/stretchr/testify v1.5.1 03:09:27 go: finding github.com/ugorji/go v1.1.4 03:09:27 go: finding github.com/x448/float16 v0.8.4 03:09:27 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 03:09:27 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 03:09:27 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:09:27 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 03:09:27 go: finding golang.org/x/text v0.3.2 03:09:27 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 03:09:27 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 03:09:27 go: finding gopkg.in/eapache/queue.v1 v1.1.0 03:09:27 go: finding gopkg.in/fsnotify.v1 v1.4.7 03:09:28 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 03:09:28 go: finding gopkg.in/yaml.v2 v2.2.8 03:09:40 Removing intermediate container 60249cdd3e80 03:09:40 ---> f072d36c96a6 03:09:40 Successfully built f072d36c96a6 03:09:40 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 03:09:41 + docker inspect -f . ci-base-image-x86_64 03:09:41 . [Pipeline] withDockerContainer 03:09:41 prd-centos7-docker-4c-2g-108 does not seem to be running inside a container 03:09:41 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:09:41 $ docker top 9eb6a1f5aca6944035257bea905fdccd322f13482c254d7ae0bf7f0333552db0 -eo pid,comm [Pipeline] { [Pipeline] sh 03:09:42 + go version 03:09:42 go version go1.13.13 linux/amd64 [Pipeline] echo 03:09:42 ========================================================= 03:09:42 [edgeXBuildGoParallel] Running Tests and Build... 03:09:42 ========================================================= [Pipeline] sh 03:09:42 + make test 03:09:42 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:09:45 ? github.com/edgexfoundry/edgex-go [no test files] 03:09:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:09:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:09:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:09:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:09:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:10:00 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s 03:10:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 03:10:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:10:00 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 03:10:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:10:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:10:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:10:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:10:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:10:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.041s coverage: 46.6% of statements 03:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:10:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:10:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.068s coverage: 27.3% of statements 03:10:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:10:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:10:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:10:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:10:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:10:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:10:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 03:10:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:10:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.018s coverage: 100.0% of statements 03:10:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:10:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.060s coverage: 28.6% of statements 03:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:10:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements 03:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:10:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 03:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:10:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.026s coverage: 89.8% of statements 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:10:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:10:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.017s coverage: 100.0% of statements 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:10:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements 03:10:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.065s coverage: 63.5% of statements 03:10:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:10:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:10:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements 03:10:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.154s coverage: 55.9% of statements 03:10:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:10:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:10:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 03:10:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.275s coverage: 86.3% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.268s coverage: 72.2% of statements 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.090s coverage: 72.1% of statements 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.023s coverage: 82.4% of statements 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.008s coverage: 28.8% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.049s coverage: 26.9% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.085s coverage: 84.1% of statements 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.079s coverage: 42.9% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.029s coverage: 46.1% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.007s coverage: 100.0% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.068s coverage: 29.1% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.022s coverage: 99.0% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.014s coverage: 100.0% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/system 0.004s coverage: 0.0% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:10:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 03:10:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:10:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:10:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:10:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:10:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements 03:10:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:10:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:10:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.020s coverage: 100.0% of statements 03:10:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.014s coverage: 32.1% of statements 03:10:22 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 03:10:22 GO111MODULE=on go vet ./... 03:10:28 gofmt -l . 03:10:28 [ "`gofmt -l .`" = "" ] 03:10:29 ./bin/test-go-mod-tidy.sh 03:10:29 ./bin/test-attribution-txt.sh [Pipeline] sh 03:10:31 + ls -al . 03:10:31 total 556 03:10:31 drwxrwxr-x 10 1001 1001 4096 Aug 15 03:10 . 03:10:31 drwxr-xr-x 4 root root 28 Aug 15 03:09 .. 03:10:31 -rw-rw-r-- 1 1001 1001 11 Aug 15 03:07 .dockerignore 03:10:31 drwxrwxr-x 8 1001 1001 179 Aug 15 03:07 .git 03:10:31 drwxrwxr-x 3 1001 1001 60 Aug 15 03:07 .github 03:10:31 -rw-rw-r-- 1 1001 1001 932 Aug 15 03:07 .gitignore 03:10:31 drwx------ 3 1001 1001 47 Aug 15 03:08 .semver 03:10:31 -rw-rw-r-- 1 1001 1001 166 Aug 15 03:07 .sonarcloud.properties 03:10:31 -rw-rw-r-- 1 1001 1001 3804 Aug 15 03:07 CONTRIBUTING.md 03:10:31 -rw-rw-r-- 1 1001 1001 1035 Aug 15 03:07 Dockerfile.build 03:10:31 -rw-rw-r-- 1 1001 1001 865 Aug 15 03:07 Jenkinsfile 03:10:31 -rw-rw-r-- 1 1001 1001 10775 Aug 15 03:07 LICENSE 03:10:31 -rw-rw-r-- 1 1001 1001 6237 Aug 15 03:07 Makefile 03:10:31 -rw-rw-r-- 1 1001 1001 5652 Aug 15 03:07 README.md 03:10:31 -rw-rw-r-- 1 1001 1001 7111 Aug 15 03:07 SECURITY.md 03:10:31 -rw-rw-r-- 1 1001 1001 5 Aug 15 03:08 VERSION 03:10:31 -rw-rw-r-- 1 1001 1001 4131 Aug 15 03:07 ZMQWindows.md 03:10:31 drwxrwxr-x 2 1001 1001 117 Aug 15 03:07 bin 03:10:31 drwxrwxr-x 15 1001 1001 4096 Aug 15 03:07 cmd 03:10:31 -rw-r--r-- 1 root root 455803 Aug 15 03:10 coverage.out 03:10:31 -rw-r--r-- 1 root root 1019 Aug 15 03:10 go.mod 03:10:31 -rw-r--r-- 1 root root 18146 Aug 15 03:10 go.sum 03:10:31 drwxrwxr-x 8 1001 1001 127 Aug 15 03:07 internal 03:10:31 drwxrwxr-x 4 1001 1001 26 Aug 15 03:07 openapi 03:10:31 drwxrwxr-x 4 1001 1001 71 Aug 15 03:07 snap 03:10:31 -rw-rw-r-- 1 1001 1001 168 Aug 15 03:07 version.go [Pipeline] sh 03:10:31 + '[' -e coverage.out ] 03:10:31 + chown 1001:1001 coverage.out [Pipeline] stash 03:10:32 Stashed 1 file(s) [Pipeline] sh 03:10:32 + make build 03:10:32 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:10:39 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:10:42 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:10: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:10:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-109 in /w/workspace/edgexfoundry_edgex-go_PR-2661 [Pipeline] { [Pipeline] ws 03:10:44 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 03:10:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:10:47 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:10:47 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:10:49 using credential edgex-jenkins-ssh 03:10:49 Cloning the remote Git repository 03:10:49 Cloning with configured refspecs honoured and without tags 03:10:49 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:10:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:10:49 > git init /w/workspace/edgex-go/5 # timeout=10 03:10:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:10:49 > git --version # timeout=10 03:10:49 using GIT_SSH to set credentials SSH Credentials for GitHub 03:10:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:10:51 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:10:52 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:10:54 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:55 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:10:56 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:10:57 $ docker stop --time=1 9eb6a1f5aca6944035257bea905fdccd322f13482c254d7ae0bf7f0333552db0 03:10:59 $ docker rm -f 9eb6a1f5aca6944035257bea905fdccd322f13482c254d7ae0bf7f0333552db0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:11:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:11:02 03:11:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:11:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:11:02 latest: Pulling from edgex-devops/edgex-compose 03:11:02 cbdbe7a5bc2a: Pulling fs layer 03:11:02 ca9280d653b3: Pulling fs layer 03:11:02 7e9c9ca2126c: Pulling fs layer 03:11:02 cbdbe7a5bc2a: Download complete 03:11:03 ca9280d653b3: Verifying Checksum 03:11:03 ca9280d653b3: Download complete 03:11:03 cbdbe7a5bc2a: Pull complete 03:11:03 7e9c9ca2126c: Download complete 03:11:04 ca9280d653b3: Pull complete 03:11:09 Fetching without tags 03:11:09 Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 6d97bc60ab52e7107df88a754bad392e725fd52e 03:11:10 Merge succeeded, producing 6d97bc60ab52e7107df88a754bad392e725fd52e 03:11:10 Checking out Revision 6d97bc60ab52e7107df88a754bad392e725fd52e (PR-2661) 03:11:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:11:09 > git config --add remote.origin.fetch +refs/pull/2661/head:refs/remotes/origin/PR-2661 # timeout=10 03:11:09 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:11:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:11:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:11:09 using GIT_SSH to set credentials SSH Credentials for GitHub 03:11:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:11:09 > git config core.sparsecheckout # timeout=10 03:11:09 > git checkout -f 6d97bc60ab52e7107df88a754bad392e725fd52e # timeout=10 03:11:10 > git remote # timeout=10 03:11:10 > git config --get remote.origin.url # timeout=10 03:11:10 using GIT_SSH to set credentials SSH Credentials for GitHub 03:11:10 > git merge d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 03:11:10 > git rev-parse HEAD^{commit} # timeout=10 03:11:10 > git config core.sparsecheckout # timeout=10 03:11:10 > git checkout -f 6d97bc60ab52e7107df88a754bad392e725fd52e # timeout=10 03:11:12 7e9c9ca2126c: Pull complete 03:11:12 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:11:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:11:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:11:12 prd-centos7-docker-4c-2g-108 does not seem to be running inside a container 03:11:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:11:13 $ docker top 928e01ec8be6733f42eae044d32296501f7f9f2962e2a9326da54b817d034e1d -eo pid,comm [Pipeline] { [Pipeline] sh 03:11:14 + docker-compose build --help 03:11:14 + grep parallel 03:11:14 Commit message: "feat(metadata): Update swagger file for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 03:11:15 --parallel Build images in parallel. [Pipeline] } 03:11:15 $ docker stop --time=1 928e01ec8be6733f42eae044d32296501f7f9f2962e2a9326da54b817d034e1d 03:11:16 $ docker rm -f 928e01ec8be6733f42eae044d32296501f7f9f2962e2a9326da54b817d034e1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:11:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:11:17 . [Pipeline] withDockerContainer 03:11:17 prd-centos7-docker-4c-2g-108 does not seem to be running inside a container 03:11:17 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:11:18 $ docker top fec99582e0e00659c742c94ec7e8be69054998afaf0d2c3a9520c49f67f7cc05 -eo pid,comm [Pipeline] { [Pipeline] sh 03:11:18 + docker-compose -f ./docker-compose-build.yml build --parallel 03:11:19 Building docker-core-command-go ... 03:11:19 Building docker-core-data-go ... 03:11:19 Building docker-core-metadata-go ... 03:11:19 Building docker-security-proxy-setup-go ... 03:11:19 Building docker-security-secrets-setup-go ... 03:11:19 Building docker-security-secretstore-setup-go ... 03:11:19 Building docker-support-logging-go ... 03:11:19 Building docker-support-notifications-go ... 03:11:19 Building docker-support-scheduler-go ... 03:11:19 Building docker-sys-mgmt-agent-go ... 03:11:19 Building docker-security-secretstore-setup-go 03:11:19 Building docker-support-scheduler-go 03:11:19 Building docker-core-metadata-go 03:11:19 Building docker-support-notifications-go 03:11:19 Building docker-security-secrets-setup-go [Pipeline] echo 03:11:25 ========================================================= 03:11:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 03:11:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:11:26 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 03:11:31 Sending build context to Docker daemon 323MB 03:11:31 Step 1/7 : ARG BASE=golang:1.13-alpine 03:11:31 Step 2/7 : FROM ${BASE} 03:11:31 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:11:31 b538f80385f9: Pulling fs layer 03:11:31 74f711af9a0d: Pulling fs layer 03:11:31 99f96fe45779: Pulling fs layer 03:11:31 fd7a069fd194: Pulling fs layer 03:11:31 66aa3694b03b: Pulling fs layer 03:11:31 170f70906a0f: Pulling fs layer 03:11:31 ad7c5574e4b9: Pulling fs layer 03:11:31 e772456be8f7: Pulling fs layer 03:11:31 c890913d741a: Pulling fs layer 03:11:31 2480fcc9aa5a: Pulling fs layer 03:11:31 09adf4765672: Pulling fs layer 03:11:31 fd7a069fd194: Waiting 03:11:31 66aa3694b03b: Waiting 03:11:31 170f70906a0f: Waiting 03:11:31 ad7c5574e4b9: Waiting 03:11:31 e772456be8f7: Waiting 03:11:31 c890913d741a: Waiting 03:11:31 2480fcc9aa5a: Waiting 03:11:31 09adf4765672: Waiting 03:11:31 99f96fe45779: Verifying Checksum 03:11:31 99f96fe45779: Download complete 03:11:31 74f711af9a0d: Download complete 03:11:31 66aa3694b03b: Verifying Checksum 03:11:31 66aa3694b03b: Download complete 03:11:31 170f70906a0f: Verifying Checksum 03:11:31 170f70906a0f: Download complete 03:11:31 b538f80385f9: Verifying Checksum 03:11:31 b538f80385f9: Download complete 03:11:31 b538f80385f9: Pull complete 03:11:32 74f711af9a0d: Pull complete 03:11:32 99f96fe45779: Pull complete 03:11:33 ad7c5574e4b9: Verifying Checksum 03:11:33 ad7c5574e4b9: Download complete 03:11:33 c890913d741a: Download complete 03:11:35 2480fcc9aa5a: Verifying Checksum 03:11:35 2480fcc9aa5a: Download complete 03:11:35 09adf4765672: Verifying Checksum 03:11:35 09adf4765672: Download complete 03:11:36 fd7a069fd194: Verifying Checksum 03:11:36 fd7a069fd194: Download complete 03:11:36 e772456be8f7: Verifying Checksum 03:11:36 e772456be8f7: Download complete 03:11:49 fd7a069fd194: Pull complete 03:11:49 66aa3694b03b: Pull complete 03:11:49 170f70906a0f: Pull complete 03:11:51 ad7c5574e4b9: Pull complete 03:11:51 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 03:11:51 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 03:11:51 ---> f072d36c96a6 03:11:51 Step 3/29 : WORKDIR /edgex-go 03:11:51 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 03:11:51 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:11:51 ---> f072d36c96a6 03:11:51 Step 3/20 : WORKDIR /edgex-go 03:11:51 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 03:11:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:11:51 ---> f072d36c96a6 03:11:51 Step 3/21 : WORKDIR /edgex-go 03:11:51 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 03:11:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:11:51 ---> f072d36c96a6 03:11:51 Step 3/26 : WORKDIR /edgex-go 03:11:51 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 03:11:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:11:51 ---> f072d36c96a6 03:11:51 Step 3/23 : WORKDIR /edgex-go 03:11:51 ---> Running in 96e1f8c98f2e 03:11:51 ---> Running in ea062f33a4f6 03:11:51 ---> Running in f7141997141f 03:11:51 ---> Running in 71a9f7d70858 03:11:51 ---> Running in 04d8f4518098 03:11:51 Removing intermediate container f7141997141f 03:11:51 ---> a986e16640c3 03:11:51 Step 4/29 : RUN apk update && apk add make git 03:11:51 Removing intermediate container 04d8f4518098 03:11:51 ---> eb3e4c63a852 03:11:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:11:51 Removing intermediate container ea062f33a4f6 03:11:51 ---> d2fd769b0e01 03:11:51 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:11:51 Removing intermediate container 96e1f8c98f2e 03:11:51 ---> 4596245363ab 03:11:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:11:51 Removing intermediate container 71a9f7d70858 03:11:51 ---> 0bb9cf2a6a18 03:11:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:11:51 ---> Running in bb59f4ba0595 03:11:51 ---> Running in 71540f0e02fa 03:11:51 ---> Running in facc068cc2a6 03:11:51 ---> Running in addc3951f65a 03:11:51 ---> Running in 36edc52d4c2f 03:11:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:11:51 Removing intermediate container 71540f0e02fa 03:11:51 ---> f89133689a50 03:11:51 Step 5/26 : RUN apk update && apk add make git 03:11:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:11:51 ---> Running in 69104623c87c 03:11:51 Removing intermediate container facc068cc2a6 03:11:51 ---> 83c179b8cc2c 03:11:51 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 03:11:51 ---> Running in a0ae434587e2 03:11:51 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:11:51 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:11:51 OK: 12749 distinct packages available 03:11:51 Removing intermediate container addc3951f65a 03:11:51 ---> 1e2274faffaa 03:11:51 Step 5/21 : RUN apk update && apk add make git 03:11:51 Removing intermediate container 36edc52d4c2f 03:11:51 ---> 2e535824c8fb 03:11:51 Step 5/20 : RUN apk update && apk add make git 03:11:51 OK: 233 MiB in 51 packages 03:11:51 ---> Running in f6687ed2322d 03:11:51 ---> Running in d96142f21e34 03:11:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:11:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:11:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:11:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:11:52 Removing intermediate container bb59f4ba0595 03:11:52 ---> 6c0bf1ada4f8 03:11:52 Step 5/29 : COPY go.mod . 03:11:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:11:52 ---> 3a8484578dd7 03:11:52 Step 6/29 : RUN go mod download 03:11:52 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:11:52 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:11:52 OK: 12749 distinct packages available 03:11:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:11:52 ---> Running in 44a4d4f74f22 03:11:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:11:53 OK: 233 MiB in 51 packages 03:11:53 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:11:53 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:11:53 OK: 12749 distinct packages available 03:11:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:11:53 OK: 233 MiB in 51 packages 03:11:53 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:11:53 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:11:53 OK: 12749 distinct packages available 03:11:53 Removing intermediate container 69104623c87c 03:11:53 ---> 083fe60c0074 03:11:53 Step 6/26 : COPY go.mod . 03:11:53 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:11:53 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:11:53 OK: 12749 distinct packages available 03:11:53 OK: 233 MiB in 51 packages 03:11:53 OK: 233 MiB in 51 packages 03:11:53 ---> 29c6d35fc1b6 03:11:53 Step 7/26 : RUN go mod download 03:11:54 Removing intermediate container a0ae434587e2 03:11:54 ---> b5dd4e3b2518 03:11:54 Step 6/23 : COPY go.mod . 03:11:54 ---> Running in 72ab47833143 03:11:54 Removing intermediate container f6687ed2322d 03:11:54 ---> b593722a18b9 03:11:54 Step 6/21 : COPY go.mod . 03:11:54 ---> 10420c10f144 03:11:54 Step 7/23 : RUN go mod download 03:11:55 ---> Running in 626ea11f2782 03:11:55 ---> 0c963eb2e6cf 03:11:55 Step 7/21 : RUN go mod download 03:11:55 Removing intermediate container d96142f21e34 03:11:55 ---> e918166355e3 03:11:55 Step 6/20 : COPY go.mod . 03:11:55 ---> Running in 4d801b9cc885 03:11:55 Removing intermediate container 44a4d4f74f22 03:11:55 ---> 65513d5949bc 03:11:55 Step 7/29 : COPY . . 03:11:55 ---> a1238e0ce411 03:11:55 Step 7/20 : RUN go mod download 03:11:55 ---> Running in 0a425abac3fa 03:11:57 e772456be8f7: Pull complete 03:11:57 c890913d741a: Pull complete 03:11:59 2480fcc9aa5a: Pull complete 03:11:59 09adf4765672: Pull complete 03:11:59 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 03:11:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 03:11:59 ---> 2248a725d1cf 03:11:59 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 03:12:00 Removing intermediate container 72ab47833143 03:12:00 ---> 85b98aa1bdcf 03:12:00 Step 8/26 : COPY . . 03:12:02 Removing intermediate container 626ea11f2782 03:12:02 ---> 2c3457adb1e9 03:12:02 Step 8/23 : COPY . . 03:12:02 Removing intermediate container 4d801b9cc885 03:12:02 ---> bea76a1a031b 03:12:02 Step 8/21 : COPY . . 03:12:05 ---> Running in 2a2dfd30628c 03:12:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:12:07 Removing intermediate container 0a425abac3fa 03:12:07 ---> 12cde8d1c196 03:12:07 Step 8/20 : COPY . . 03:12:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:12:08 (1/12) Installing libmagic (5.38-r0) 03:12:08 (2/12) Installing file (5.38-r0) 03:12:08 (3/12) Installing libc-dev (0.7.2-r3) 03:12:08 (4/12) Installing g++ (9.3.0-r2) 03:12:11 (5/12) Installing fortify-headers (1.1-r0) 03:12:11 (6/12) Installing patch (2.7.6-r6) 03:12:11 (7/12) Installing build-base (0.5-r2) 03:12:11 (8/12) Installing libsodium (1.0.18-r0) 03:12:11 (9/12) Installing pkgconf (1.7.2-r0) 03:12:11 (10/12) Installing libsodium-dev (1.0.18-r0) 03:12:11 (11/12) Installing libzmq (4.3.2-r0) 03:12:11 (12/12) Installing zeromq-dev (4.3.2-r0) 03:12:11 Executing busybox-1.31.1-r16.trigger 03:12:11 OK: 217 MiB in 51 packages 03:12:16 Removing intermediate container 2a2dfd30628c 03:12:16 ---> e745e3a44aa9 03:12:16 Step 4/7 : WORKDIR /edgex-go 03:12:16 ---> Running in c6e56405a245 03:12:16 Removing intermediate container c6e56405a245 03:12:16 ---> 792e948b5fbb 03:12:16 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 03:12:17 latest: Pulling from library/docker 03:12:17 b538f80385f9: Already exists 03:12:17 259a493cd78d: Pulling fs layer 03:12:17 b8e66b5100f5: Pulling fs layer 03:12:17 39dc9c94d07c: Pulling fs layer 03:12:17 551b823b3b82: Pulling fs layer 03:12:17 3c52a74df98c: Pulling fs layer 03:12:17 6c9b121b6998: Pulling fs layer 03:12:17 3c52a74df98c: Waiting 03:12:17 6c9b121b6998: Waiting 03:12:17 551b823b3b82: Waiting 03:12:17 b8e66b5100f5: Verifying Checksum 03:12:17 b8e66b5100f5: Download complete 03:12:17 259a493cd78d: Verifying Checksum 03:12:17 259a493cd78d: Download complete 03:12:17 3c52a74df98c: Verifying Checksum 03:12:17 3c52a74df98c: Download complete 03:12:17 6c9b121b6998: Verifying Checksum 03:12:17 6c9b121b6998: Download complete 03:12:18 259a493cd78d: Pull complete 03:12:18 b8e66b5100f5: Pull complete 03:12:18 551b823b3b82: Download complete 03:12:18 39dc9c94d07c: Verifying Checksum 03:12:18 39dc9c94d07c: Download complete 03:12:22 39dc9c94d07c: Pull complete 03:12:22 551b823b3b82: Pull complete 03:12:22 3c52a74df98c: Pull complete 03:12:22 6c9b121b6998: Pull complete 03:12:22 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 03:12:22 Status: Downloaded newer image for docker:latest 03:12:26 ---> e760b26a03aa 03:12:26 Step 6/7 : COPY go.mod . 03:12:26 ---> 6555006b2bef 03:12:26 Step 7/7 : RUN go mod download 03:12:27 ---> Running in 8c7ab0c6e7e3 03:12:30 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:12:30 go: finding github.com/BurntSushi/toml v0.3.1 03:12:30 go: finding github.com/OneOfOne/xxhash v1.2.5 03:12:30 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:12:30 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:12:30 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:12:30 go: finding github.com/bgentry/speakeasy v0.1.0 03:12:30 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:12:30 go: finding github.com/cloudflare/gokey v0.1.0 03:12:30 go: finding github.com/davecgh/go-spew v1.1.1 03:12:30 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:12:30 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 03:12:30 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 03:12:30 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 03:12:30 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 03:12:30 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 03:12:30 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 03:12:30 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 03:12:30 go: finding github.com/fatih/color v1.7.0 03:12:30 go: finding github.com/fsnotify/fsnotify v1.4.7 03:12:30 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:12:30 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 03:12:30 go: finding github.com/go-kit/kit v0.8.0 03:12:30 go: finding github.com/go-logfmt/logfmt v0.4.0 03:12:30 go: finding github.com/go-redis/redis/v7 v7.2.0 03:12:30 go: finding github.com/go-stack/stack v1.8.0 03:12:30 go: finding github.com/golang/protobuf v1.3.2 03:12:30 go: finding github.com/gomodule/redigo v2.0.0+incompatible 03:12:30 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:12:30 go: finding github.com/google/uuid v1.1.0 03:12:30 go: finding github.com/gorilla/mux v1.7.1 03:12:30 go: finding github.com/hashicorp/consul/api v1.1.0 03:12:30 go: finding github.com/hashicorp/consul/sdk v0.1.1 03:12:30 go: finding github.com/hashicorp/errwrap v1.0.0 03:12:30 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:12:31 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:12:31 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:12:31 go: finding github.com/hashicorp/go-multierror v1.0.0 03:12:31 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:12:31 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:12:31 go: finding github.com/hashicorp/go-syslog v1.0.0 03:12:31 go: finding github.com/hashicorp/go-uuid v1.0.1 03:12:31 go: finding github.com/hashicorp/go.net v0.0.1 03:12:31 go: finding github.com/hashicorp/golang-lru v0.5.0 03:12:31 go: finding github.com/hashicorp/logutils v1.0.0 03:12:31 go: finding github.com/hashicorp/mdns v1.0.0 03:12:31 go: finding github.com/hashicorp/memberlist v0.1.3 03:12:31 go: finding github.com/hashicorp/serf v0.8.2 03:12:31 go: finding github.com/hpcloud/tail v1.0.0 03:12:31 go: finding github.com/imdario/mergo v0.3.6 03:12:31 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:12:31 go: finding github.com/kr/pretty v0.1.0 03:12:31 go: finding github.com/kr/pty v1.1.1 03:12:31 go: finding github.com/kr/text v0.1.0 03:12:31 go: finding github.com/mattn/go-colorable v0.0.9 03:12:31 go: finding github.com/mattn/go-isatty v0.0.3 03:12:31 go: finding github.com/miekg/dns v1.0.14 03:12:31 go: finding github.com/mitchellh/cli v1.0.0 03:12:31 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:12:31 go: finding github.com/mitchellh/copystructure v1.0.0 03:12:31 go: finding github.com/mitchellh/go-homedir v1.0.0 03:12:31 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:12:31 go: finding github.com/mitchellh/gox v0.4.0 03:12:31 go: finding github.com/mitchellh/iochan v1.0.0 03:12:31 go: finding github.com/mitchellh/mapstructure v1.1.2 03:12:31 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:12:31 go: finding github.com/onsi/ginkgo v1.10.1 03:12:31 go: finding github.com/onsi/gomega v1.7.0 03:12:31 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:12:31 go: finding github.com/pebbe/zmq4 v1.0.0 03:12:31 go: finding github.com/pelletier/go-toml v1.2.0 03:12:31 go: finding github.com/pkg/errors v0.8.1 03:12:31 go: finding github.com/pmezard/go-difflib v1.0.0 03:12:31 go: finding github.com/posener/complete v1.1.1 03:12:31 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:12:31 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:12:31 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:12:31 go: finding github.com/stretchr/objx v0.1.0 03:12:31 go: finding github.com/stretchr/testify v1.5.1 03:12:31 go: finding github.com/ugorji/go v1.1.4 03:12:32 go: finding github.com/x448/float16 v0.8.4 03:12:32 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 03:12:32 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 03:12:32 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:12:32 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 03:12:32 go: finding golang.org/x/text v0.3.2 03:12:32 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 03:12:32 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 03:12:32 go: finding gopkg.in/eapache/queue.v1 v1.1.0 03:12:32 go: finding gopkg.in/fsnotify.v1 v1.4.7 03:12:32 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 03:12:32 go: finding gopkg.in/yaml.v2 v2.2.8 03:12:33 ---> ce23c87ef617 03:12:33 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 03:12:33 ---> Running in 329f7af08244 03:12:33 ---> 8455bc5488e0 03:12:33 Step 9/21 : RUN make cmd/core-metadata/core-metadata 03:12:33 ---> 29280880a00e 03:12:33 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 03:12:33 ---> e48372c337cf 03:12:33 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 03:12:33 ---> d8ccf8e4f619 03:12:33 Step 9/23 : RUN make cmd/support-notifications/support-notifications 03:12:33 ---> Running in 531ae33425f3 03:12:33 ---> Running in a581d4a5a28c 03:12:33 ---> Running in 5070b9919397 03:12:33 ---> Running in 81e20669c872 03:12:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 03:12:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:12:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:12:34 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:12:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:12:50 Removing intermediate container 8c7ab0c6e7e3 03:12:50 ---> 3ee132909865 03:12:50 Successfully built 3ee132909865 03:12:50 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:12:51 + docker inspect -f . ci-base-image-arm64 03:12:51 . [Pipeline] withDockerContainer 03:12:51 prd-ubuntu18.04-docker-arm64-4c-16g-109 does not seem to be running inside a container 03:12:51 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:12:53 $ docker top 71c8b70aca1a27794075acbce1e20c8df17c4b86cd404c2e2a716317b8e5a34a -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:54 + go version 03:12:54 go version go1.13.13 linux/arm64 [Pipeline] echo 03:12:54 ========================================================= 03:12:54 [edgeXBuildGoParallel] Running Tests and Build... 03:12:54 ========================================================= [Pipeline] sh 03:12:54 + make test 03:12:54 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:12:57 ? github.com/edgexfoundry/edgex-go [no test files] 03:13:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:13:03 Removing intermediate container 329f7af08244 03:13:03 ---> 43a893c907c6 03:13:03 03:13:03 Step 9/29 : FROM alpine:latest 03:13:03 latest: Pulling from library/alpine 03:13:03 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 03:13:03 Status: Downloaded newer image for alpine:latest 03:13:03 ---> a24bb4013296 03:13:03 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 03:13:03 ---> Running in 8f2f9d58a856 03:13:06 Removing intermediate container 8f2f9d58a856 03:13:06 ---> c31c266d2bc3 03:13:06 Step 11/29 : USER root 03:13:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 03:13:06 ---> Running in db11d275a105 03:13:07 Removing intermediate container db11d275a105 03:13:07 ---> d5a84aa36ffc 03:13:07 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 03:13:07 ---> Running in 8b6e89acb8d9 03:13:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:13:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:13:08 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:13:08 v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:13:08 OK: 12749 distinct packages available 03:13:08 (1/2) Installing ca-certificates (20191127-r4) 03:13:08 (2/2) Installing dumb-init (1.2.2-r1) 03:13:08 Executing busybox-1.31.1-r16.trigger 03:13:09 Executing ca-certificates-20191127-r4.trigger 03:13:09 OK: 6 MiB in 16 packages 03:13:11 Removing intermediate container a581d4a5a28c 03:13:11 ---> 91549cc3ed7f 03:13:11 03:13:11 Step 10/20 : FROM scratch 03:13:11 ---> 03:13:11 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:13:11 Removing intermediate container 81e20669c872 03:13:11 ---> d1fc96161fbb 03:13:11 03:13:11 Step 10/23 : FROM scratch 03:13:11 ---> 03:13:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:13:11 ---> Running in 94942f5a19c8 03:13:11 ---> Running in 5a2091a39bc5 03:13:13 Removing intermediate container 8b6e89acb8d9 03:13:13 ---> bdb162fa7f3e 03:13:13 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 03:13:15 Removing intermediate container 94942f5a19c8 03:13:15 ---> 3da0ae2f26cd 03:13:15 Step 12/20 : ENV APP_PORT=48085 03:13:15 ---> Running in 6948dc1325cb 03:13:15 Removing intermediate container 5a2091a39bc5 03:13:15 ---> 8d1fe5faf65c 03:13:15 Step 12/23 : ENV APP_PORT=48060 03:13:15 ---> Running in ec7fb4b61a31 03:13:15 ---> Running in 7345f8b58b4c 03:13:15 Removing intermediate container 531ae33425f3 03:13:15 ---> 05d0bee6468c 03:13:15 03:13:15 Step 10/21 : FROM scratch 03:13:15 ---> 03:13:15 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:13:15 Removing intermediate container 5070b9919397 03:13:15 ---> a92923aafded 03:13:15 03:13:15 Step 10/26 : FROM alpine:3.10 03:13:15 ---> Using cache 03:13:15 ---> 3da0ae2f26cd 03:13:15 Step 12/21 : ENV APP_PORT=48081 03:13:15 ---> Running in f95ea13bb080 03:13:15 Removing intermediate container 6948dc1325cb 03:13:15 ---> 485dfa66646a 03:13:15 Step 14/29 : WORKDIR $BASE_DIR 03:13:15 Removing intermediate container 7345f8b58b4c 03:13:15 ---> 20db52431700 03:13:15 Step 13/23 : EXPOSE $APP_PORT 03:13:15 Removing intermediate container ec7fb4b61a31 03:13:15 ---> 2e64d023f293 03:13:15 Step 13/20 : EXPOSE $APP_PORT 03:13:15 3.10: Pulling from library/alpine 03:13:16 ---> Running in 0067dcf3ac06 03:13:16 ---> Running in cd5db5279b9a 03:13:16 ---> Running in 004c0fa075ec 03:13:16 Removing intermediate container f95ea13bb080 03:13:16 ---> 87950ee7114e 03:13:16 Step 13/21 : EXPOSE $APP_PORT 03:13:16 ---> Running in b681c67f915e 03:13:16 Removing intermediate container cd5db5279b9a 03:13:16 ---> ba7ec6067d8f 03:13:16 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 03:13:16 Removing intermediate container 004c0fa075ec 03:13:16 ---> b56945a61264 03:13:16 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 03:13:16 Removing intermediate container 0067dcf3ac06 03:13:16 ---> 6b9d0b5e3594 03:13:16 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 03:13:16 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 03:13:17 ---> Running in a90c6c85d353 03:13:17 Status: Downloaded newer image for alpine:3.10 03:13:17 Removing intermediate container b681c67f915e 03:13:17 ---> b8850a6940db 03:13:17 Step 14/21 : WORKDIR / 03:13:17 ---> b87f27a28cde 03:13:17 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:13:17 ---> be4e4bea2c2e 03:13:17 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 03:13:17 ---> 950872ccbe2d 03:13:17 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:13:17 ---> Running in 6e483c3d5901 03:13:17 ---> Running in ac3ddef235f8 03:13:18 Removing intermediate container 6e483c3d5901 03:13:18 ---> 2a6652a22127 03:13:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 03:13:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 03:13:18 ---> d9803f816b54 03:13:18 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 03:13:18 ---> 0338256c93aa 03:13:18 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:13:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 03:13:19 ---> b71eb56ee65d 03:13:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:13:19 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 03:13:19 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 03:13:19 OK: 10346 distinct packages available 03:13:19 (1/5) Installing ca-certificates (20191127-r2) 03:13:19 (2/5) Installing nghttp2-libs (1.39.2-r1) 03:13:19 (3/5) Installing libcurl (7.66.0-r0) 03:13:19 (4/5) Installing curl (7.66.0-r0) 03:13:19 (5/5) Installing dumb-init (1.2.2-r1) 03:13:19 Executing busybox-1.30.1-r3.trigger 03:13:19 Executing ca-certificates-20191127-r2.trigger 03:13:20 OK: 7 MiB in 19 packages 03:13:20 Removing intermediate container a90c6c85d353 03:13:20 ---> e54fed34e0a6 03:13:20 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 03:13:20 ---> 2a78b82687d2 03:13:20 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:13:20 ---> 71f13380ba86 03:13:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 03:13:20 ---> c36aea5fb49b 03:13:20 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:13:20 ---> Running in 84d3b7907551 03:13:21 Removing intermediate container 84d3b7907551 03:13:21 ---> 04b52c687fe8 03:13:21 Step 18/20 : LABEL arch=x86_64 03:13:21 ---> 2041a608516a 03:13:21 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 03:13:21 ---> a78c74231ff9 03:13:21 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:13:21 ---> Running in 2049ca591377 03:13:21 Removing intermediate container ac3ddef235f8 03:13:21 ---> 45a0e01f2079 03:13:21 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:13:21 ---> afcacda695dd 03:13:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:13:21 ---> Running in acca72b2829c 03:13:21 ---> Running in d7dc28b84e5b 03:13:21 ---> ea38c030960b 03:13:21 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 03:13:22 Removing intermediate container 2049ca591377 03:13:22 ---> 8da8a1b5c097 03:13:22 Step 19/20 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:13:22 Removing intermediate container acca72b2829c 03:13:22 ---> 40d877ece25a 03:13:22 Step 19/21 : LABEL arch=x86_64 03:13:22 ---> 6f0dfc26f06c 03:13:22 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 03:13:22 ---> f7dd20f41162 03:13:22 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:13:22 Removing intermediate container d7dc28b84e5b 03:13:22 ---> c3b8b347bc5a 03:13:22 Step 13/26 : WORKDIR / 03:13:22 ---> Running in 435e88833490 03:13:22 ---> Running in b07ecdb15f01 03:13:22 ---> Running in fde4771e0583 03:13:22 ---> 6d4323b706b6 03:13:22 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 03:13:22 ---> 7e50920601ab 03:13:22 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:13:23 Removing intermediate container 435e88833490 03:13:23 ---> ed969ffd19b2 03:13:23 Step 20/20 : LABEL version=0.0.0 03:13:23 Removing intermediate container b07ecdb15f01 03:13:23 ---> 36bf2ce13b8f 03:13:23 Step 20/21 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:13:23 ---> Running in 3dd3a6462edd 03:13:23 ---> Running in 18f536fd9d20 03:13:23 Removing intermediate container fde4771e0583 03:13:23 ---> 3469f49b867d 03:13:23 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:13:23 ---> Running in 9f50451408b5 03:13:23 ---> 68775a16fd9c 03:13:23 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 03:13:23 Removing intermediate container 3dd3a6462edd 03:13:23 ---> c7643d6a5017 03:13:23 Step 21/23 : LABEL arch=x86_64 03:13:23 ---> Running in 4eac757a5396 03:13:23 Removing intermediate container 9f50451408b5 03:13:23 ---> 14d6a62d0b00 03:13:23 Step 21/21 : LABEL version=0.0.0 03:13:23 Removing intermediate container 18f536fd9d20 03:13:23 ---> 1b0debfc1411 03:13:23 03:13:23 ---> 06f3bdf27096 03:13:23 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:13:23 Successfully built 1b0debfc1411 03:13:24 Successfully tagged docker-support-scheduler-go:latest 03:13:24 ---> Running in ce2b4ebb57a7 03:13:24 Building docker-core-data-go 03:13:24  Building docker-support-scheduler-go ... done  ---> Running in 3e32dc3e116a 03:13:24 ---> 9018f8768de9 03:13:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:13:24 Removing intermediate container 3e32dc3e116a 03:13:24 ---> 69772d754931 03:13:24 03:13:24 Removing intermediate container ce2b4ebb57a7 03:13:24 ---> 8a11e3942ac3 03:13:24 Step 22/23 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:13:24 Successfully built 69772d754931 03:13:24 ---> Running in 6d6875605670 03:13:24 Successfully tagged docker-core-metadata-go:latest 03:13:24 Building docker-core-command-go 03:13:24  Building docker-core-metadata-go ... done  ---> 0c58a240ba56 03:13:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 03:13:25 Removing intermediate container 6d6875605670 03:13:25 ---> be48e89b5772 03:13:25 Step 23/23 : LABEL version=0.0.0 03:13:28 ---> Running in 01f081f1282c 03:13:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:13:30 ---> cd8e63fb51f5 03:13:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:13:30 Removing intermediate container 4eac757a5396 03:13:30 ---> 0f7c5ff70a52 03:13:30 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 03:13:31 Removing intermediate container 01f081f1282c 03:13:31 ---> 15e8b4299e5d 03:13:31 03:13:31 Successfully built 15e8b4299e5d 03:13:32 Successfully tagged docker-support-notifications-go:latest 03:13:32  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 03:13:37 ---> 74d982df2256 03:13:37 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:13:39 ---> c1ab6a5a3e27 03:13:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:13:41 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 03:13:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:13:41 ---> f072d36c96a6 03:13:41 Step 3/21 : WORKDIR /edgex-go 03:13:41 ---> Using cache 03:13:41 ---> 0bb9cf2a6a18 03:13:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:13:41 ---> Using cache 03:13:41 ---> 1e2274faffaa 03:13:41 Step 5/21 : RUN apk update && apk add make git 03:13:41 ---> Using cache 03:13:41 ---> b593722a18b9 03:13:41 Step 6/21 : COPY go.mod . 03:13:41 ---> Using cache 03:13:41 ---> 0c963eb2e6cf 03:13:41 Step 7/21 : RUN go mod download 03:13:41 ---> Using cache 03:13:41 ---> bea76a1a031b 03:13:41 Step 8/21 : COPY . . 03:13:41 ---> Using cache 03:13:41 ---> 8455bc5488e0 03:13:41 Step 9/21 : RUN make cmd/core-command/core-command 03:13:41 ---> Running in 3d76948ec856 03:13:42 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 03:13:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:13:42 ---> f072d36c96a6 03:13:42 Step 3/22 : WORKDIR /edgex-go 03:13:42 ---> Using cache 03:13:42 ---> 0bb9cf2a6a18 03:13:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:13:42 ---> Using cache 03:13:42 ---> 1e2274faffaa 03:13:42 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 03:13:43 ---> Running in 83e79282c3e5 03:13:43 ---> Running in c604fe927727 03:13:43 ---> c8934c636982 03:13:43 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 03:13:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:13:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:13:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:13:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:13:45 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s 03:13:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 03:13:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:13:45 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 03:13:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:13:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:13:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:13:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:13:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:13:46 ---> d9d14c3d40e5 03:13:46 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:13:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:13:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:13:47 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:13:47 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:13:47 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:13:47 OK: 12749 distinct packages available 03:13:47 OK: 233 MiB in 51 packages 03:13:47 ---> c79540cc9042 03:13:47 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:13:48 ---> Running in f54c60a79cea 03:13:49 Removing intermediate container 3d76948ec856 03:13:49 ---> e7be12dcff32 03:13:49 Step 24/29 : RUN chmod 755 security-secrets-setup 03:13:49 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 03:13:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:13:49 ---> f072d36c96a6 03:13:49 Step 3/26 : WORKDIR /edgex-go 03:13:49 ---> Using cache 03:13:49 ---> 0bb9cf2a6a18 03:13:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:13:49 ---> Using cache 03:13:49 ---> 1e2274faffaa 03:13:49 Step 5/26 : RUN apk update && apk add make bash git 03:13:50 ---> Running in cd5b20072dee 03:13:50 ---> Running in f44bb4bd2e42 03:13:51 Removing intermediate container 83e79282c3e5 03:13:51 ---> cdb047b8ae1c 03:13:51 Step 6/22 : COPY go.mod . 03:13:51 ---> d29b3b5c9ffa 03:13:51 Step 7/22 : RUN go mod download 03:13:51 ---> Running in a5f4e59f8e97 03:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:13:53 Removing intermediate container f54c60a79cea 03:13:53 ---> c22d94f30511 03:13:53 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 03:13:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 46.6% of statements 03:13:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:13:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:13:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:13:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:13:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:13:53 ---> Running in f7667967935a 03:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:13:53 Removing intermediate container f7667967935a 03:13:53 ---> bfd1d53e45be 03:13:53 Step 24/26 : LABEL arch=x86_64 03:13:53 Removing intermediate container cd5b20072dee 03:13:53 ---> 3761c832d762 03:13:53 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 03:13:54 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:13:54 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:13:54 OK: 12749 distinct packages available 03:13:54 ---> Running in ecacc0de591e 03:13:54 ---> Running in f0d071b8e22d 03:13:54 Removing intermediate container a5f4e59f8e97 03:13:54 ---> 80ddc7d953d2 03:13:54 Step 8/22 : COPY . . 03:13:54 OK: 233 MiB in 51 packages 03:13:54 Removing intermediate container f0d071b8e22d 03:13:54 ---> bd6adda92078 03:13:54 Step 26/29 : CMD [ "generate" ] 03:13:54 Removing intermediate container ecacc0de591e 03:13:54 ---> 2e9d52e2b86b 03:13:54 Step 25/26 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:13:54 ---> Running in 31aea9bd0bf9 03:13:54 ---> Running in fd80d11b85d5 03:13:57 Removing intermediate container 31aea9bd0bf9 03:13:57 ---> a02682c2d52d 03:13:57 Step 27/29 : LABEL arch=x86_64 03:13:58 Removing intermediate container fd80d11b85d5 03:13:58 ---> 38efd0f85cca 03:13:58 Step 26/26 : LABEL version=0.0.0 03:14:00 Removing intermediate container f44bb4bd2e42 03:14:00 ---> 757201da1c04 03:14:00 Step 6/26 : COPY go.mod . 03:14:00 ---> Running in db7eddcd4dfb 03:14:00 ---> Running in 11ef3f469e2b 03:14:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.195s coverage: 27.3% of statements 03:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:14:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 03:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:14:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements 03:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements 03:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.042s coverage: 100.0% of statements 03:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.025s coverage: 100.0% of statements 03:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:14:03 ---> 4a57deb1ddbe 03:14:03 Step 7/26 : RUN go mod download 03:14:03 Removing intermediate container db7eddcd4dfb 03:14:03 ---> 14bf2a5a9eb7 03:14:03 Step 28/29 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:14:03 Removing intermediate container 11ef3f469e2b 03:14:03 ---> 4caa2c7ac1d5 03:14:03 03:14:03 Successfully built 4caa2c7ac1d5 03:14:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.084s coverage: 89.8% of statements 03:14:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:14:04 Successfully tagged docker-security-secretstore-setup-go:latest 03:14:04  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 03:14:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 03:14:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:14:06 ---> Running in 675dd00f14bd 03:14:06 ---> Running in 2cb0f63fa3ec 03:14:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 100.0% of statements 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:14:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:14:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.024s coverage: 58.8% of statements 03:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 63.5% of statements 03:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.018s coverage: 100.0% of statements 03:14:12 Removing intermediate container 2cb0f63fa3ec 03:14:12 ---> 2640e4eb6dd5 03:14:12 Step 29/29 : LABEL version=0.0.0 03:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 55.9% of statements 03:14:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:14:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:14:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 03:14:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 03:14:13 ---> Running in 815964ae33c7 03:14:15 Removing intermediate container 815964ae33c7 03:14:15 ---> 6e8cd0878baf 03:14:15 03:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.628s coverage: 86.3% of statements 03:14:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 03:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.160s coverage: 72.2% of statements 03:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.360s coverage: 72.1% of statements 03:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.069s coverage: 82.4% of statements 03:14:16 Successfully built 6e8cd0878baf 03:14:17 Successfully tagged docker-security-secrets-setup-go:latest 03:14:17  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go 03:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.087s coverage: 48.4% of statements 03:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 03:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 03:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 03:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.056s coverage: 28.8% of statements 03:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 03:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.033s coverage: 96.8% of statements 03:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 03:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 26.9% of statements 03:14:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:14:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.364s coverage: 84.1% of statements 03:14:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 03:14:24 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 03:14:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:14:24 ---> f072d36c96a6 03:14:24 Step 3/21 : WORKDIR /edgex-go 03:14:24 ---> Using cache 03:14:24 ---> 0bb9cf2a6a18 03:14:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:24 ---> Using cache 03:14:24 ---> 1e2274faffaa 03:14:24 Step 5/21 : RUN apk update && apk add make && apk add bash git 03:14:24 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.073s coverage: 42.9% of statements 03:14:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 03:14:24 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 03:14:26 ---> Running in 1aa2d137b258 03:14:26 Removing intermediate container 675dd00f14bd 03:14:26 ---> da132ae7b774 03:14:26 Step 8/26 : COPY . . 03:14:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.043s coverage: 100.0% of statements 03:14:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 03:14:26 ---> 3782c4adbe44 03:14:26 Step 9/22 : RUN make cmd/core-data/core-data 03:14:26 Removing intermediate container c604fe927727 03:14:26 ---> b2d541e0b90f 03:14:26 03:14:26 Step 10/21 : FROM scratch 03:14:26 ---> 03:14:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:14:26 ---> Running in 9339e8fccf8a 03:14:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.065s coverage: 83.8% of statements 03:14:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 03:14:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:14:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:14:29 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:14:29 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:14:29 OK: 12749 distinct packages available 03:14:29 OK: 233 MiB in 51 packages 03:14:29 ---> Using cache 03:14:29 ---> 3da0ae2f26cd 03:14:29 Step 12/21 : ENV APP_PORT=48082 03:14:30 OK: 233 MiB in 51 packages 03:14:30 ---> Running in d84efa0b8276 03:14:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:14:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 46.1% of statements 03:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:14:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements 03:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:14:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 03:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:14:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.071s coverage: 100.0% of statements 03:14:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:14:32 Removing intermediate container d84efa0b8276 03:14:32 ---> db721707ef4a 03:14:32 Step 13/21 : EXPOSE $APP_PORT 03:14:34 ---> Running in 0d96022a7727 03:14:35 Removing intermediate container 1aa2d137b258 03:14:35 ---> 8531199eec98 03:14:35 Step 6/21 : COPY go.mod . 03:14:36 Removing intermediate container 0d96022a7727 03:14:36 ---> 3f27fd25ed74 03:14:36 Step 14/21 : WORKDIR / 03:14:36 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 03:14:36 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:14:36 ---> f072d36c96a6 03:14:36 Step 3/20 : WORKDIR /edgex-go 03:14:36 ---> Using cache 03:14:36 ---> 0bb9cf2a6a18 03:14:36 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:36 ---> Using cache 03:14:36 ---> 1e2274faffaa 03:14:36 Step 5/20 : RUN apk update && apk add make git 03:14:36 ---> Using cache 03:14:36 ---> b593722a18b9 03:14:36 Step 6/20 : COPY go.mod . 03:14:36 ---> Using cache 03:14:36 ---> 0c963eb2e6cf 03:14:36 Step 7/20 : RUN go mod download 03:14:36 ---> Using cache 03:14:36 ---> bea76a1a031b 03:14:36 Step 8/20 : COPY . . 03:14:37 ---> Using cache 03:14:37 ---> 8455bc5488e0 03:14:37 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 03:14:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.251s coverage: 29.1% of statements 03:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:14:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements 03:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:14:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements 03:14:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:14:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements 03:14:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:14:37 ---> f947d2be2762 03:14:37 Step 7/21 : RUN go mod download 03:14:38 ---> Running in 64ba839ddeef 03:14:38 ---> Running in b696cba6aa29 03:14:38 ---> Running in e82c6e9c0768 03:14:39 Removing intermediate container 64ba839ddeef 03:14:39 ---> adb45d49be7b 03:14:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 03:14:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements 03:14:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:14:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:14:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:14:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:14:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.028s coverage: 87.9% of statements 03:14:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:14:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:14:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 03:14:40 ---> 329cbed78e28 03:14:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:14:40 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:14:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 03:14:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 03:14:42 GO111MODULE=on go vet ./... 03:14:43 ---> c05113333fba 03:14:43 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:14:47 ---> 851456aa31f7 03:14:47 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:14:47 Removing intermediate container e82c6e9c0768 03:14:47 ---> c396b86d7520 03:14:47 Step 8/21 : COPY . . 03:14:47 ---> Running in c795645f7375 03:14:48 ---> 5208ba6a9652 03:14:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:14:48 ---> Running in 3c41291deba9 03:14:49 Removing intermediate container c795645f7375 03:14:49 ---> b24d45f49856 03:14:49 Step 19/21 : LABEL arch=x86_64 03:14:51 ---> Running in fe7c3854b948 03:14:52 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:14:54 Removing intermediate container fe7c3854b948 03:14:54 ---> f4e0df757db3 03:14:54 Step 20/21 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:14:56 ---> Running in dc66b7de480f 03:14:59 Removing intermediate container dc66b7de480f 03:14:59 ---> e8aa20cdc154 03:14:59 Step 21/21 : LABEL version=0.0.0 03:15:00 gofmt -l . 03:15:00 [ "`gofmt -l .`" = "" ] 03:15:03 ./bin/test-go-mod-tidy.sh 03:15:03 ---> Running in 005906a2ec36 03:15:04 ./bin/test-attribution-txt.sh 03:15:04 Removing intermediate container 005906a2ec36 03:15:04 ---> ae3d4031e539 03:15:04 03:15:05 Successfully built ae3d4031e539 03:15:05 Successfully tagged docker-core-command-go:latest [Pipeline] sh 03:15:07 + ls -al . 03:15:07 total 588 03:15:07 drwxrwxr-x 10 1001 1001 4096 Aug 15 03:15 . 03:15:07 drwxr-xr-x 4 root root 4096 Aug 15 03:12 .. 03:15:07 -rw-rw-r-- 1 1001 1001 11 Aug 15 03:11 .dockerignore 03:15:07 drwxrwxr-x 8 1001 1001 4096 Aug 15 03:11 .git 03:15:07 drwxrwxr-x 3 1001 1001 4096 Aug 15 03:11 .github 03:15:07 -rw-rw-r-- 1 1001 1001 932 Aug 15 03:11 .gitignore 03:15:07 drwxrwxr-x 3 1001 1001 4096 Aug 15 03:11 .semver 03:15:07 -rw-rw-r-- 1 1001 1001 166 Aug 15 03:11 .sonarcloud.properties 03:15:07 -rw-rw-r-- 1 1001 1001 3804 Aug 15 03:11 CONTRIBUTING.md 03:15:07 -rw-rw-r-- 1 1001 1001 1035 Aug 15 03:11 Dockerfile.build 03:15:07 -rw-rw-r-- 1 1001 1001 865 Aug 15 03:11 Jenkinsfile 03:15:07 -rw-rw-r-- 1 1001 1001 10775 Aug 15 03:11 LICENSE 03:15:07 -rw-rw-r-- 1 1001 1001 6237 Aug 15 03:11 Makefile 03:15:07 -rw-rw-r-- 1 1001 1001 5652 Aug 15 03:11 README.md 03:15:07 -rw-rw-r-- 1 1001 1001 7111 Aug 15 03:11 SECURITY.md 03:15:07 -rw-rw-r-- 1 1001 1001 5 Aug 15 03:08 VERSION 03:15:07 -rw-rw-r-- 1 1001 1001 4131 Aug 15 03:11 ZMQWindows.md 03:15:07 drwxrwxr-x 2 1001 1001 4096 Aug 15 03:11 bin 03:15:07 drwxrwxr-x 15 1001 1001 4096 Aug 15 03:11 cmd 03:15:07 -rw-r--r-- 1 root root 455803 Aug 15 03:14 coverage.out 03:15:07 -rw-r--r-- 1 root root 1019 Aug 15 03:15 go.mod 03:15:07 -rw-r--r-- 1 root root 18146 Aug 15 03:15 go.sum 03:15:07 drwxrwxr-x 8 1001 1001 4096 Aug 15 03:11 internal 03:15:07 drwxrwxr-x 4 1001 1001 4096 Aug 15 03:11 openapi 03:15:07 drwxrwxr-x 4 1001 1001 4096 Aug 15 03:11 snap 03:15:07 -rw-rw-r-- 1 1001 1001 168 Aug 15 03:11 version.go [Pipeline] sh 03:15:08 + '[' -e coverage.out ] 03:15:08 + chown 1001:1001 coverage.out [Pipeline] stash 03:15:08 Warning: overwriting stash ‘coverage-report’ 03:15:08  Building docker-core-command-go ... done  ---> f75eb5fa9deb 03:15:08 Step 9/21 : RUN make cmd/support-logging/support-logging 03:15:09 Stashed 1 file(s) [Pipeline] sh 03:15:09 ---> Running in 3fec30d20e3b 03:15:09 + make build 03:15:09 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:15:10 Removing intermediate container b696cba6aa29 03:15:10 ---> 3d24c8a6ed6e 03:15:10 03:15:10 Step 10/20 : FROM alpine 03:15:10 ---> a24bb4013296 03:15:10 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 03:15:10 ---> Running in ff8ff0a642af 03:15:10 Removing intermediate container 9339e8fccf8a 03:15:10 ---> 9d6c38f023fd 03:15:10 03:15:10 Step 10/22 : FROM alpine 03:15:10 ---> a24bb4013296 03:15:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:15:11 ---> Running in ed19fa767be4 03:15:11 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:15:11 Removing intermediate container ed19fa767be4 03:15:11 ---> f23485f44947 03:15:11 Step 12/22 : ENV APP_PORT=48080 03:15:11 ---> Running in 636de7ba3f7d 03:15:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:11 Removing intermediate container 636de7ba3f7d 03:15:11 ---> b19a8f029d2b 03:15:11 Step 13/22 : EXPOSE $APP_PORT 03:15:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:11 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:15:11 v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:15:11 OK: 12749 distinct packages available 03:15:12 (1/4) Installing ca-certificates (20191127-r4) 03:15:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:15:12 (3/4) Installing libcurl (7.69.1-r0) 03:15:12 (4/4) Installing curl (7.69.1-r0) 03:15:12 Executing busybox-1.31.1-r16.trigger 03:15:12 Executing ca-certificates-20191127-r4.trigger 03:15:12 OK: 7 MiB in 18 packages 03:15:14 ---> Running in 1c602f513367 03:15:14 Removing intermediate container 3c41291deba9 03:15:14 ---> 1df31d8d1465 03:15:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:15:14 ---> Running in 4f4525c2d692 03:15:15 Removing intermediate container 1c602f513367 03:15:15 ---> c079a0078377 03:15:15 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:15 ---> Running in 9dcd77d1524b 03:15:15 Removing intermediate container ff8ff0a642af 03:15:15 ---> 2eaeaa4a3350 03:15:15 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:15:16 ---> Running in 458a1bcd8d8d 03:15:16 Removing intermediate container 458a1bcd8d8d 03:15:16 ---> cf8111414d9b 03:15:16 Step 13/20 : WORKDIR /edgex 03:15:16 ---> Running in 5bdf3730bde4 03:15:17 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:15:17 Removing intermediate container 5bdf3730bde4 03:15:17 ---> cea447651ebe 03:15:17 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:15:17 ---> a2a4c0786995 03:15:17 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:15:17 Removing intermediate container 9dcd77d1524b 03:15:17 ---> edb7cb123fa6 03:15:17 Step 15/22 : RUN apk --no-cache add zeromq 03:15:18 ---> Running in 8484423d8aac 03:15:18 ---> 497363471eed 03:15:18 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:15:18 ---> Running in 1e10838fe469 03:15:18 Removing intermediate container 1e10838fe469 03:15:18 ---> 55045de7f791 03:15:18 Step 17/20 : CMD ["--init=true"] 03:15:18 ---> Running in d6fef88b1af7 03:15:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:19 Removing intermediate container d6fef88b1af7 03:15:19 ---> 3c52c997ca01 03:15:19 Step 18/20 : LABEL arch=x86_64 03:15:19 Removing intermediate container 4f4525c2d692 03:15:19 ---> 998a00046701 03:15:19 03:15:19 Step 11/26 : FROM docker:latest 03:15:19 ---> 81f5749c9058 03:15:19 Step 12/26 : RUN apk add --no-cache bash 03:15:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:19 ---> Running in 31ab9c14cac8 03:15:19 ---> Running in 0ccec1b49895 03:15:20 (1/5) Installing libgcc (9.3.0-r2) 03:15:20 Removing intermediate container 31ab9c14cac8 03:15:20 ---> ac501c5bb1d6 03:15:20 Step 19/20 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:15:20 (2/5) Installing libsodium (1.0.18-r0) 03:15:20 ---> Running in 4fb5759f0c1b 03:15:20 (3/5) Installing libstdc++ (9.3.0-r2) 03:15:20 (4/5) Installing libzmq (4.3.2-r0) 03:15:20 (5/5) Installing zeromq (4.3.2-r0) 03:15:21 Executing busybox-1.31.1-r16.trigger 03:15:21 OK: 8 MiB in 19 packages 03:15:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:21 Removing intermediate container 4fb5759f0c1b 03:15:21 ---> c944ee75f7a8 03:15:21 Step 20/20 : LABEL version=0.0.0 03:15:21 (1/2) Installing readline (8.0.4-r0) 03:15:21 (2/2) Installing bash (5.0.17-r0) 03:15:21 Executing bash-5.0.17-r0.post-install 03:15:21 ---> Running in 7ef94d4b1067 03:15:21 Executing busybox-1.31.1-r16.trigger 03:15:21 OK: 12 MiB in 22 packages 03:15:21 Removing intermediate container 7ef94d4b1067 03:15:21 ---> 2ca188902db3 03:15:21 03:15:21 Successfully built 2ca188902db3 03:15:22 Successfully tagged docker-security-proxy-setup-go:latest 03:15:22  Building docker-security-proxy-setup-go ... done Removing intermediate container 8484423d8aac 03:15:22 ---> f408e538d387 03:15:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 03:15:22 Removing intermediate container 0ccec1b49895 03:15:22 ---> 4d9a59b24c7c 03:15:22 Step 13/26 : RUN rm -rf /var/cache/apk/* 03:15:22 ---> Running in 861aa29b0bd4 03:15:22 ---> cfa72cadd400 03:15:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:15:23 ---> 7aaa3b362598 03:15:23 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:15:23 ---> 5431aac7003a 03:15:23 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:15:23 ---> Running in d7a26d030f3d 03:15:23 Removing intermediate container 861aa29b0bd4 03:15:23 ---> 24ee6ba62182 03:15:23 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:15:24 ---> Running in d127f090424a 03:15:24 Removing intermediate container d7a26d030f3d 03:15:24 ---> d01093451d2e 03:15:24 Step 20/22 : LABEL arch=x86_64 03:15:24 ---> Running in dd4e36a40c88 03:15:24 Removing intermediate container d127f090424a 03:15:24 ---> c1679460ef45 03:15:24 Step 15/26 : ENV APP_PORT=48090 03:15:24 ---> Running in 83df5a49c5cb 03:15:25 Removing intermediate container dd4e36a40c88 03:15:25 ---> 0a5d863574c1 03:15:25 Step 21/22 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:15:26 ---> Running in d61ccb61a88a 03:15:26 Removing intermediate container 83df5a49c5cb 03:15:26 ---> a28390f98f55 03:15:26 Step 16/26 : EXPOSE $APP_PORT 03:15:26 Removing intermediate container 3fec30d20e3b 03:15:26 ---> 1e03f79dae79 03:15:26 03:15:26 Step 10/21 : FROM scratch 03:15:26 ---> 03:15:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:15:26 ---> Running in e888e7e7595c 03:15:26 ---> Using cache 03:15:26 ---> 8d1fe5faf65c 03:15:26 Step 12/21 : ENV APP_PORT=48061 03:15:26 Removing intermediate container d61ccb61a88a 03:15:26 ---> 038ec57a9114 03:15:26 Step 22/22 : LABEL version=0.0.0 03:15:26 Removing intermediate container e888e7e7595c 03:15:26 ---> 9d9571ffb692 03:15:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:15:26 ---> Running in a9d9f4e3de2f 03:15:27 ---> Running in 761a686d4098 03:15:27 Removing intermediate container a9d9f4e3de2f 03:15:27 ---> 6ab9b7421f3c 03:15:27 Step 13/21 : EXPOSE $APP_PORT 03:15:27 ---> ea765a7e19a7 03:15:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:15:27 Removing intermediate container 761a686d4098 03:15:27 ---> e51cf559995a 03:15:27 03:15:27 ---> Running in e82e4057821d 03:15:27 Successfully built e51cf559995a 03:15:27 Successfully tagged docker-core-data-go:latest 03:15:27  Building docker-core-data-go ... done  ---> a2ed64ff021a 03:15:27 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:15:27 Removing intermediate container e82e4057821d 03:15:27 ---> 4ac7662e5678 03:15:27 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 03:15:27 ---> 17b305ef3d31 03:15:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 03:15:27 ---> 70ae1dfe6f0d 03:15:27 Step 20/26 : RUN apk --no-cache add py-pip 03:15:27 ---> Running in 8cc491c880cf 03:15:27 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:15:28 ---> 980fc19d3b2b 03:15:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 03:15:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:28 ---> 31a33c1c7463 03:15:28 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 03:15:28 (1/33) Installing libbz2 (1.0.8-r1) 03:15:28 (2/33) Installing expat (2.2.9-r1) 03:15:28 (3/33) Installing libffi (3.3-r2) 03:15:28 (4/33) Installing gdbm (1.13-r1) 03:15:28 (5/33) Installing xz-libs (5.2.5-r0) 03:15:28 (6/33) Installing sqlite-libs (3.32.1-r0) 03:15:28 (7/33) Installing python3 (3.8.5-r0) 03:15:32 ---> caff7e8f3a7d 03:15:32 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:15:32 (8/33) Installing py3-appdirs (1.4.4-r1) 03:15:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:15:32 (10/33) Installing py3-parsing (2.4.7-r0) 03:15:32 (11/33) Installing py3-six (1.15.0-r0) 03:15:32 (12/33) Installing py3-packaging (20.4-r0) 03:15:32 ---> Running in a12e3955503b 03:15:32 (13/33) Installing py3-setuptools (47.0.0-r0) 03:15:33 (14/33) Installing py3-chardet (3.0.4-r4) 03:15:33 (15/33) Installing py3-idna (2.9-r0) 03:15:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:15:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:15:33 (18/33) Installing py3-requests (2.23.0-r0) 03:15:33 (19/33) Installing py3-msgpack (1.0.0-r0) 03:15:33 (20/33) Installing py3-lockfile (0.12.2-r3) 03:15:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:15:34 (22/33) Installing py3-colorama (0.4.3-r0) 03:15:34 (23/33) Installing py3-distlib (0.3.0-r0) 03:15:34 Removing intermediate container a12e3955503b 03:15:34 ---> 9ed876f4220a 03:15:34 Step 19/21 : LABEL arch=x86_64 03:15:34 (24/33) Installing py3-distro (1.5.0-r1) 03:15:34 (25/33) Installing py3-webencodings (0.5.1-r3) 03:15:34 (26/33) Installing py3-html5lib (1.0.1-r4) 03:15:34 (27/33) Installing py3-pytoml (0.1.21-r0) 03:15:34 ---> Running in 51582855d34e 03:15:34 (28/33) Installing py3-pep517 (0.8.2-r0) 03:15:34 (29/33) Installing py3-progress (1.5-r0) 03:15:34 (30/33) Installing py3-toml (0.10.1-r0) 03:15:34 (31/33) Installing py3-retrying (1.3.3-r0) 03:15:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:15:34 (33/33) Installing py3-pip (20.1.1-r0) 03:15:34 Executing busybox-1.31.1-r16.trigger 03:15:34 OK: 71 MiB in 55 packages 03:15:36 Removing intermediate container 51582855d34e 03:15:36 ---> d71f48da3a70 03:15:36 Step 20/21 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:15:36 ---> Running in 7f6473f87d14 03:15:36 Removing intermediate container 7f6473f87d14 03:15:36 ---> e250ad53b979 03:15:36 Step 21/21 : LABEL version=0.0.0 03:15:36 ---> Running in 871d34bd366b 03:15:38 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:15:38 Removing intermediate container 871d34bd366b 03:15:38 ---> cd1c6c9bb77f 03:15:38 03:15:38 Successfully built cd1c6c9bb77f 03:15:40 Successfully tagged docker-support-logging-go:latest 03:15:40  Building docker-support-logging-go ... done Removing intermediate container 8cc491c880cf 03:15:40 ---> 8d4ee2988188 03:15:40 Step 21/26 : RUN pip install docker-compose==1.23.2 03:15:40 ---> Running in b214e3c99814 03:15:42 Collecting docker-compose==1.23.2 03:15:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:15:42 Collecting websocket-client<1.0,>=0.32.0 03:15:42 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:15:42 Collecting jsonschema<3,>=2.5.1 03:15:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:15:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:15:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:15:43 Collecting PyYAML<4,>=3.10 03:15:43 Downloading PyYAML-3.13.tar.gz (270 kB) 03:15: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:15:43 Collecting dockerpty<0.5,>=0.4.1 03:15:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:15:44 Collecting docker<4.0,>=3.6.0 03:15:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:15:44 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:44 Collecting cached-property<2,>=1.2.0 03:15:44 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 03:15:44 Collecting docopt<0.7,>=0.6.1 03:15:44 Downloading docopt-0.6.2.tar.gz (25 kB) 03:15:45 Collecting texttable<0.10,>=0.9.0 03:15:45 Downloading texttable-0.9.1.tar.gz (11 kB) 03:15:45 Collecting idna<2.8,>=2.5 03:15:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:15:45 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:45 Collecting urllib3<1.25,>=1.21.1 03:15:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:15:45 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:45 Collecting docker-pycreds>=0.4.0 03:15:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:15:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:15:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:15:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:15:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:15:45 Installing collected packages: websocket-client, jsonschema, idna, urllib3, requests, PyYAML, dockerpty, docker-pycreds, docker, cached-property, docopt, texttable, docker-compose 03:15:46 Attempting uninstall: idna 03:15:46 Found existing installation: idna 2.9 03:15:46 Uninstalling idna-2.9: 03:15:46 Successfully uninstalled idna-2.9 03:15:46 Attempting uninstall: urllib3 03:15:46 Found existing installation: urllib3 1.25.9 03:15:46 Uninstalling urllib3-1.25.9: 03:15:46 Successfully uninstalled urllib3-1.25.9 03:15:46 Attempting uninstall: requests 03:15:46 Found existing installation: requests 2.23.0 03:15:46 Uninstalling requests-2.23.0: 03:15:46 Successfully uninstalled requests-2.23.0 03:15:46 Running setup.py install for PyYAML: started 03:15:46 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:15:47 Running setup.py install for PyYAML: finished with status 'done' 03:15:47 Running setup.py install for dockerpty: started 03:15:47 Running setup.py install for dockerpty: finished with status 'done' 03:15:47 Running setup.py install for docopt: started 03:15:48 Running setup.py install for docopt: finished with status 'done' 03:15:48 Running setup.py install for texttable: started 03:15:48 Running setup.py install for texttable: finished with status 'done' 03:15:48 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:53 Removing intermediate container b214e3c99814 03:15:53 ---> 6bff34ea34b6 03:15:53 Step 22/26 : RUN apk --no-cache add curl 03:15:53 ---> Running in afee4e2c0897 03:15:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:53 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:15:53 (2/3) Installing libcurl (7.69.1-r0) 03:15:53 (3/3) Installing curl (7.69.1-r0) 03:15:53 Executing busybox-1.31.1-r16.trigger 03:15:53 OK: 72 MiB in 58 packages 03:15:53 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:15:53 Removing intermediate container afee4e2c0897 03:15:53 ---> 6e238e8579ed 03:15:53 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:15:53 ---> Running in f63be7191f3b 03:15:53 Removing intermediate container f63be7191f3b 03:15:53 ---> 4c2d29d9d450 03:15:53 Step 24/26 : LABEL arch=x86_64 03:15:53 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:15:53 ---> Running in cab75b4a48f1 03:15:53 Removing intermediate container cab75b4a48f1 03:15:53 ---> 684d5feaba64 03:15:53 Step 25/26 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:15:54 ---> Running in 150d9c3fad30 03:15:54 Removing intermediate container 150d9c3fad30 03:15:54 ---> 0663c49579eb 03:15:54 Step 26/26 : LABEL version=0.0.0 03:15:54 ---> Running in 52c26771577e 03:15:54 Removing intermediate container 52c26771577e 03:15:54 ---> 0f8ee3d4ed80 03:15:54 03:15:54 Successfully built 0f8ee3d4ed80 03:15:54 Successfully tagged docker-sys-mgmt-agent-go:latest 03:15:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:15:54 $ docker stop --time=1 fec99582e0e00659c742c94ec7e8be69054998afaf0d2c3a9520c49f67f7cc05 03:15:56 $ docker rm -f fec99582e0e00659c742c94ec7e8be69054998afaf0d2c3a9520c49f67f7cc05 [Pipeline] // withDockerContainer [Pipeline] sh 03:15:57 + docker images 03:15:57 + grep docker 03:15:57 docker-sys-mgmt-agent-go latest 0f8ee3d4ed80 3 seconds ago 284MB 03:15:57 docker-support-logging-go latest cd1c6c9bb77f 21 seconds ago 11.8MB 03:15:57 docker-core-data-go latest e51cf559995a 31 seconds ago 23.8MB 03:15:57 docker-security-proxy-setup-go latest 2ca188902db3 36 seconds ago 16.4MB 03:15:57 docker-core-command-go latest ae3d4031e539 54 seconds ago 13MB 03:15:57 docker-security-secrets-setup-go latest 6e8cd0878baf About a minute ago 25.1MB 03:15:57 docker-security-secretstore-setup-go latest 4caa2c7ac1d5 About a minute ago 33.9MB 03:15:57 docker-support-notifications-go latest 15e8b4299e5d 2 minutes ago 14.4MB 03:15:57 docker-core-metadata-go latest 69772d754931 2 minutes ago 14.4MB 03:15:57 docker-support-scheduler-go latest 1b0debfc1411 2 minutes ago 13.1MB 03:15:57 docker latest 81f5749c9058 7 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:15: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:16:03 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:16:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:16:12 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:16:16 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:16:20 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:16:24 $ docker stop --time=1 71c8b70aca1a27794075acbce1e20c8df17c4b86cd404c2e2a716317b8e5a34a 03:16:26 $ docker rm -f 71c8b70aca1a27794075acbce1e20c8df17c4b86cd404c2e2a716317b8e5a34a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:16:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:16:28 03:16:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:16:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:16:29 latest: Pulling from edgex-devops/edgex-compose-arm64 03:16:29 29e5d40040c1: Pulling fs layer 03:16:29 1ce36da41761: Pulling fs layer 03:16:29 25b303627fd3: Pulling fs layer 03:16:29 29e5d40040c1: Verifying Checksum 03:16:29 29e5d40040c1: Download complete 03:16:29 1ce36da41761: Verifying Checksum 03:16:29 1ce36da41761: Download complete 03:16:30 29e5d40040c1: Pull complete 03:16:31 1ce36da41761: Pull complete 03:16:32 25b303627fd3: Verifying Checksum 03:16:32 25b303627fd3: Download complete 03:16:40 25b303627fd3: Pull complete 03:16:40 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:16:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:16:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:16:40 prd-ubuntu18.04-docker-arm64-4c-16g-109 does not seem to be running inside a container 03:16:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:16:44 $ docker top cb8550aeacb610735bbe815604c23cd97738e3355212cb314e22e7228bcd37d9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:16:45 + docker-compose build --help 03:16:45 + grep parallel 03:16:48 --parallel Build images in parallel. [Pipeline] } 03:16:49 $ docker stop --time=1 cb8550aeacb610735bbe815604c23cd97738e3355212cb314e22e7228bcd37d9 03:16:51 $ docker rm -f cb8550aeacb610735bbe815604c23cd97738e3355212cb314e22e7228bcd37d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:16:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:16:51 . [Pipeline] withDockerContainer 03:16:52 prd-ubuntu18.04-docker-arm64-4c-16g-109 does not seem to be running inside a container 03:16:52 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:16:53 $ docker top e2e83c34d17189aa8e7f5d4de3a52c03dd8b4d7c5dd6d5db14f780681ae80035 -eo pid,comm [Pipeline] { [Pipeline] sh 03:16:54 + docker-compose -f ./docker-compose-build.yml build --parallel 03:16:58 Building docker-core-command-go ... 03:16:58 Building docker-core-data-go ... 03:16:58 Building docker-core-metadata-go ... 03:16:58 Building docker-security-proxy-setup-go ... 03:16:58 Building docker-security-secrets-setup-go ... 03:16:58 Building docker-security-secretstore-setup-go ... 03:16:58 Building docker-support-logging-go ... 03:16:58 Building docker-support-notifications-go ... 03:16:58 Building docker-support-scheduler-go ... 03:16:58 Building docker-sys-mgmt-agent-go ... 03:16:58 Building docker-security-secretstore-setup-go 03:16:58 Building docker-support-scheduler-go 03:16:58 Building docker-support-notifications-go 03:16:58 Building docker-core-metadata-go 03:16:58 Building docker-security-secrets-setup-go 03:18:49 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 03:18:49 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:18:49 ---> 3ee132909865 03:18:49 Step 3/20 : WORKDIR /edgex-go 03:18:50 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 03:18:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:18:50 ---> 3ee132909865 03:18:50 Step 3/23 : WORKDIR /edgex-go 03:18:50 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 03:18:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:18:50 ---> 3ee132909865 03:18:50 Step 3/21 : WORKDIR /edgex-go 03:18:50 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 03:18:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:18:50 ---> 3ee132909865 03:18:50 Step 3/26 : WORKDIR /edgex-go 03:18:50 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 03:18:50 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 03:18:50 ---> 3ee132909865 03:18:50 Step 3/29 : WORKDIR /edgex-go 03:18:53 ---> Running in 6d88d0dd090c 03:18:53 ---> Running in c7a6a15ae73f 03:18:53 ---> Running in 5811b61ef6dc 03:18:53 ---> Running in e8b5060eb18d 03:18:53 ---> Running in eceb27547d0a 03:18:53 Removing intermediate container c7a6a15ae73f 03:18:53 ---> 42e4df8c88ba 03:18:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:53 Removing intermediate container e8b5060eb18d 03:18:53 ---> 8f12381e8acb 03:18:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:53 Removing intermediate container 5811b61ef6dc 03:18:53 ---> 2e46acb1e093 03:18:53 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:53 Removing intermediate container 6d88d0dd090c 03:18:53 ---> 09a16c5417e8 03:18:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:53 Removing intermediate container eceb27547d0a 03:18:53 ---> 47087f4e9950 03:18:53 Step 4/29 : RUN apk update && apk add make git 03:18:53 ---> Running in 9e1bb1b330bf 03:18:53 ---> Running in 29c09874752a 03:18:54 ---> Running in 9f16eb99e848 03:18:54 ---> Running in 3c8599e185fd 03:18:54 ---> Running in 06f860ca7b27 03:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:58 Removing intermediate container 9e1bb1b330bf 03:18:58 ---> 67ac6096a28b 03:18:58 Step 5/21 : RUN apk update && apk add make git 03:18:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:58 ---> Running in 50083052ee14 03:18:58 Removing intermediate container 29c09874752a 03:18:58 ---> 1a2cd4607810 03:18:58 Step 5/26 : RUN apk update && apk add make git 03:18:58 ---> Running in cb537c168592 03:18:58 Removing intermediate container 9f16eb99e848 03:18:58 ---> 1e001fba366e 03:18:58 Step 5/20 : RUN apk update && apk add make git 03:18:58 Removing intermediate container 3c8599e185fd 03:18:58 ---> 3fc089360c0f 03:18:58 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 03:18:58 ---> Running in 9334818bb6db 03:18:58 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:18:58 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:18:58 OK: 12620 distinct packages available 03:18:59 ---> Running in 1ce93eeb0e9c 03:19:00 OK: 217 MiB in 51 packages 03:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:19:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:19:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:19:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:19:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:19:01 Removing intermediate container 06f860ca7b27 03:19:01 ---> e775f4d8f8a3 03:19:01 Step 5/29 : COPY go.mod . 03:19:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:19:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:19:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:19:02 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:19:02 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:19:02 OK: 12620 distinct packages available 03:19:02 ---> 6f4476355c17 03:19:02 Step 6/29 : RUN go mod download 03:19:02 ---> Running in 8dc5c128d28c 03:19:02 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:19:02 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:19:02 OK: 12620 distinct packages available 03:19:03 OK: 217 MiB in 51 packages 03:19:03 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:19:03 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:19:03 OK: 12620 distinct packages available 03:19:03 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:19:03 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:19:03 OK: 12620 distinct packages available 03:19:03 OK: 217 MiB in 51 packages 03:19:04 OK: 217 MiB in 51 packages 03:19:04 OK: 217 MiB in 51 packages 03:19:05 Removing intermediate container 50083052ee14 03:19:05 ---> 625d0d1e967b 03:19:05 Step 6/21 : COPY go.mod . 03:19:05 Removing intermediate container cb537c168592 03:19:05 ---> 676140045131 03:19:05 Step 6/26 : COPY go.mod . 03:19:06 Removing intermediate container 1ce93eeb0e9c 03:19:06 ---> 48f29c7932d7 03:19:06 Step 6/23 : COPY go.mod . 03:19:06 Removing intermediate container 9334818bb6db 03:19:06 ---> 93128982e15b 03:19:06 Step 6/20 : COPY go.mod . 03:19:06 Removing intermediate container 8dc5c128d28c 03:19:06 ---> 7e27796f0251 03:19:06 Step 7/29 : COPY . . 03:19:06 ---> 5690b004b588 03:19:06 Step 7/21 : RUN go mod download 03:19:06 ---> fd07f22c2c72 03:19:06 Step 7/26 : RUN go mod download 03:19:07 ---> Running in 0e70ab0093fa 03:19:07 ---> Running in 974c696bc555 03:19:07 ---> d756b830ba75 03:19:07 Step 7/23 : RUN go mod download 03:19:09 ---> 0f956aebd7a1 03:19:09 Step 7/20 : RUN go mod download 03:19:09 ---> Running in fcafe8c33b4c 03:19:10 ---> Running in e1614bfeaac7 03:19:15 Removing intermediate container 0e70ab0093fa 03:19:15 ---> d62f073b2eb1 03:19:15 Step 8/21 : COPY . . 03:19:15 Removing intermediate container 974c696bc555 03:19:15 ---> 41a103a5dd64 03:19:15 Step 8/26 : COPY . . 03:19:15 Removing intermediate container fcafe8c33b4c 03:19:15 ---> c2fa5a531b87 03:19:15 Step 8/23 : COPY . . 03:19:17 Removing intermediate container e1614bfeaac7 03:19:17 ---> d5cbf72a0a23 03:19:17 Step 8/20 : COPY . . 03:19:39 ---> bbdd1c4cfc5a 03:19:39 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 03:19:40 ---> Running in cd487d06d5e7 03:19:41 ---> e51e89943648 03:19:41 Step 9/21 : RUN make cmd/core-metadata/core-metadata 03:19:41 ---> 8e07cc2fdea1 03:19:41 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 03:19:41 ---> ec5ac67d06f8 03:19:41 Step 9/23 : RUN make cmd/support-notifications/support-notifications 03:19:41 ---> 7a542801c2a1 03:19:41 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 03:19:41 ---> Running in 9105ca0ab63a 03:19:41 ---> Running in c5d6c9143789 03:19:41 ---> Running in 6d6255a4c50b 03:19:41 ---> Running in 72e2792df615 03:19: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:19:44 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:19:44 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:19:44 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:19:44 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:21:06 Removing intermediate container cd487d06d5e7 03:21:06 ---> 341d8be210ce 03:21:06 03:21:06 Step 9/29 : FROM alpine:latest 03:21:06 latest: Pulling from library/alpine 03:21:06 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 03:21:06 Status: Downloaded newer image for alpine:latest 03:21:06 ---> 62ee0e9f8440 03:21:06 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 03:21:06 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:21:06 ---> Running in feb04548665c 03:21:06 Removing intermediate container feb04548665c 03:21:06 ---> 725a6868773d 03:21:06 Step 11/29 : USER root 03:21:06 ---> Running in b00bc8af680d 03:21:06 Removing intermediate container b00bc8af680d 03:21:06 ---> e873af623607 03:21:06 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 03:21:06 ---> Running in c75136259058 03:21:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:21:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:21:06 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:21:06 v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:21:06 OK: 12620 distinct packages available 03:21:07 (1/2) Installing ca-certificates (20191127-r4) 03:21:07 (2/2) Installing dumb-init (1.2.2-r1) 03:21:07 Executing busybox-1.31.1-r16.trigger 03:21:07 Executing ca-certificates-20191127-r4.trigger 03:21:08 OK: 6 MiB in 16 packages 03:21:11 Removing intermediate container c75136259058 03:21:11 ---> c5d5bc68f189 03:21:11 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 03:21:11 ---> Running in 8a05d8740399 03:21:11 Removing intermediate container 8a05d8740399 03:21:11 ---> 0aa423cf3a48 03:21:11 Step 14/29 : WORKDIR $BASE_DIR 03:21:12 ---> Running in 487af07ce1ff 03:21:12 Removing intermediate container 487af07ce1ff 03:21:12 ---> 804cc8675207 03:21:12 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 03:21:13 ---> Running in e6edde69c991 03:21:15 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:21:17 Removing intermediate container e6edde69c991 03:21:17 ---> e66979784ea8 03:21:17 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 03:21:19 ---> 5426a885585d 03:21:19 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 03:21:20 ---> 090c12834f1a 03:21:20 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 03:21:21 ---> ce4044c9be69 03:21:21 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 03:21:22 ---> 6dedb2a30756 03:21:22 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 03:21:23 ---> 249b5cc51d86 03:21:23 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 03:21:24 ---> Running in c3e3ce84a63c 03:21:29 Removing intermediate container c3e3ce84a63c 03:21:29 ---> 5e9ab05eb291 03:21:29 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 03:21:29 Removing intermediate container c5d6c9143789 03:21:29 ---> bb29643e94c7 03:21:29 03:21:29 Step 10/26 : FROM alpine:3.10 03:21:30 3.10: Pulling from library/alpine 03:21:30 ---> ad0a47b32ab2 03:21:30 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:21:31 ---> Running in 9fe719620e3a 03:21:31 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 03:21:31 Status: Downloaded newer image for alpine:3.10 03:21:31 ---> 536a684cf733 03:21:31 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 03:21:32 ---> Running in 8314ea197ffd 03:21:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 03:21:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 03:21:36 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 03:21:36 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 03:21:36 OK: 10167 distinct packages available 03:21:37 Removing intermediate container 9fe719620e3a 03:21:37 ---> d6fd6e526f29 03:21:37 Step 24/29 : RUN chmod 755 security-secrets-setup 03:21:37 (1/5) Installing ca-certificates (20191127-r2) 03:21:37 (2/5) Installing nghttp2-libs (1.39.2-r1) 03:21:37 (3/5) Installing libcurl (7.66.0-r0) 03:21:37 (4/5) Installing curl (7.66.0-r0) 03:21:37 (5/5) Installing dumb-init (1.2.2-r1) 03:21:37 Executing busybox-1.30.1-r3.trigger 03:21:37 Executing ca-certificates-20191127-r2.trigger 03:21:38 OK: 7 MiB in 19 packages 03:21:38 ---> Running in bcca0d899a58 03:21:39 Removing intermediate container 72e2792df615 03:21:39 ---> be280841b030 03:21:39 03:21:39 Step 10/20 : FROM scratch 03:21:39 ---> 03:21:39 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:21:39 Removing intermediate container 6d6255a4c50b 03:21:39 ---> 8a8c9760f847 03:21:39 03:21:39 Step 10/23 : FROM scratch 03:21:39 ---> 03:21:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:21:39 ---> Running in 33a7f3c7056d 03:21:39 ---> Running in 81bd5b087780 03:21:40 Removing intermediate container 33a7f3c7056d 03:21:40 ---> ff08d27eab92 03:21:40 Step 12/20 : ENV APP_PORT=48085 03:21:41 Removing intermediate container 81bd5b087780 03:21:41 ---> c9d9c5ccd2e7 03:21:41 Step 12/23 : ENV APP_PORT=48060 03:21:41 ---> Running in e43f25d0428e 03:21:41 ---> Running in 2a551ad2f37a 03:21:41 Removing intermediate container 8314ea197ffd 03:21:41 ---> 386da345cf10 03:21:41 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:21:42 ---> Running in fd192f86d45f 03:21:42 Removing intermediate container e43f25d0428e 03:21:42 ---> 7419a3195c4b 03:21:42 Step 13/20 : EXPOSE $APP_PORT 03:21:42 Removing intermediate container 2a551ad2f37a 03:21:42 ---> 8b6133dc1b90 03:21:42 Step 13/23 : EXPOSE $APP_PORT 03:21:42 ---> Running in e9f7a711408b 03:21:42 ---> Running in fc47844875c4 03:21:43 Removing intermediate container fd192f86d45f 03:21:43 ---> f96f675dd0ed 03:21:43 Step 13/26 : WORKDIR / 03:21:43 Removing intermediate container bcca0d899a58 03:21:43 ---> e2cfe186f69c 03:21:43 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 03:21:43 Removing intermediate container 9105ca0ab63a 03:21:43 ---> 09ab2e62d443 03:21:43 03:21:43 Step 10/21 : FROM scratch 03:21:43 ---> 03:21:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:21:43 ---> Using cache 03:21:43 ---> ff08d27eab92 03:21:43 Step 12/21 : ENV APP_PORT=48081 03:21:43 Removing intermediate container e9f7a711408b 03:21:43 ---> 8788f77da801 03:21:43 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 03:21:43 ---> Running in 84c8e06cf686 03:21:43 ---> Running in b88ed934fadd 03:21:43 Removing intermediate container fc47844875c4 03:21:43 ---> Running in 00871424224c 03:21:43 ---> de2ef44a7232 03:21:43 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 03:21:44 Removing intermediate container 84c8e06cf686 03:21:44 ---> efdb01510ccc 03:21:44 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:21:44 Removing intermediate container b88ed934fadd 03:21:44 ---> 047559cbe715 03:21:44 Step 26/29 : CMD [ "generate" ] 03:21:44 ---> 905e2d39d603 03:21:44 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:21:44 Removing intermediate container 00871424224c 03:21:44 ---> 4400284f26d6 03:21:44 Step 13/21 : EXPOSE $APP_PORT 03:21:44 ---> Running in c01d5dc81c9b 03:21:44 ---> Running in 86bf62be46d5 03:21:44 ---> 945b35d431ab 03:21:44 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:21:45 ---> 1b6de85fff51 03:21:45 Removing intermediate container 86bf62be46d5 03:21:45 ---> f8142845ea95 03:21:45 Step 27/29 : LABEL arch=arm64 03:21:45 Removing intermediate container c01d5dc81c9b 03:21:45 ---> 106ff202fccb 03:21:45 Step 14/21 : WORKDIR / 03:21:45 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:21:45 ---> Running in 8828ae01cea4 03:21:45 ---> Running in 3314bd4cb716 03:21:46 ---> ad442cb0d5c9 03:21:46 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:21:46 ---> 5c7c47322bdd 03:21:46 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 03:21:46 ---> 4a0112aa33c9 03:21:46 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:21:46 Removing intermediate container 8828ae01cea4 03:21:46 Removing intermediate container 3314bd4cb716 03:21:46 ---> c305569f65f5 03:21:46 Step 28/29 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:21:46 ---> 4b5745503852 03:21:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 03:21:46 ---> Running in 38c51d53446f 03:21:47 ---> b78b9a77aa59 03:21:47 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:21:47 ---> Running in 1faa0d7f4595 03:21:47 ---> 6580756beecc 03:21:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 03:21:47 ---> 173fae79c62a 03:21:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:21:47 Removing intermediate container 38c51d53446f 03:21:47 ---> 4d14b06dce55 03:21:47 Step 29/29 : LABEL version=0.0.0 03:21:47 ---> 91fc494b2f57 03:21:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 03:21:48 ---> Running in 3dce8c88bdee 03:21:48 Removing intermediate container 1faa0d7f4595 03:21:48 ---> d355ea051dca 03:21:48 Step 18/20 : LABEL arch=arm64 03:21:48 ---> Running in 1faf5bbdcac0 03:21:48 Removing intermediate container 3dce8c88bdee 03:21:48 ---> b59c92b5c3a5 03:21:48 03:21:48 ---> ae669d4bd56f 03:21:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:21:49 ---> 2e78ea884064 03:21:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:21:49 Successfully built b59c92b5c3a5 03:21:49 Successfully tagged docker-security-secrets-setup-go-arm64:latest 03:21:49 Removing intermediate container 1faf5bbdcac0 03:21:49 ---> 5b02d49c337e 03:21:49 Step 19/20 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:21:49  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go 03:21:50 ---> 55ddeeddb897 03:21:50 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:21:50 ---> Running in 1eff164283c8 03:21:50 ---> 56f37f647f46 03:21:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:21:51 ---> fe48c52ed2ca 03:21:51 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:21:51 Removing intermediate container 1eff164283c8 03:21:51 ---> d0839a438fa1 03:21:51 Step 20/20 : LABEL version=0.0.0 03:21:52 ---> 8b49711c12dc 03:21:52 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:21:52 ---> Running in 1714754cf947 03:21:53 ---> Running in a657366172b7 03:21:53 ---> f2128520c8be 03:21:53 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 03:21:53 ---> 60d0cd1884a6 03:21:53 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:21:53 Removing intermediate container 1714754cf947 03:21:53 ---> 6153f2f92ea7 03:21:53 03:21:54 Successfully built 6153f2f92ea7 03:21:54 Successfully tagged docker-support-scheduler-go-arm64:latest 03:21:54  Building docker-support-scheduler-go ... done Building docker-core-data-go 03:21:54 Removing intermediate container a657366172b7 03:21:54 ---> 958cd210e899 03:21:54 Step 19/21 : LABEL arch=arm64 03:21:54 ---> Running in f19cdb269c73 03:21:54 ---> Running in 7219e7e69d8e 03:21:55 ---> c854481f5d05 03:21:55 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:21:55 Removing intermediate container f19cdb269c73 03:21:55 ---> 3a957d606dd7 03:21:55 Step 21/23 : LABEL arch=arm64 03:21:56 Removing intermediate container 7219e7e69d8e 03:21:56 ---> ab7285095a73 03:21:56 Step 20/21 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:21:56 ---> Running in 391e4ed12924 03:21:57 ---> ff568047b396 03:21:57 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:21:57 ---> Running in dec2e9a2d7d4 03:21:58 ---> Running in 6b8c090c76be 03:21:58 Removing intermediate container 391e4ed12924 03:21:58 ---> c935f88304e8 03:21:58 Step 22/23 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:21:58 Removing intermediate container dec2e9a2d7d4 03:21:58 ---> bedad2264250 03:21:58 Step 21/21 : LABEL version=0.0.0 03:21:58 ---> Running in 1331e1d77d23 03:21:58 ---> Running in 35f4310dfeb9 03:21:59 Removing intermediate container 1331e1d77d23 03:21:59 ---> 0fc83594b377 03:21:59 Step 23/23 : LABEL version=0.0.0 03:21:59 Removing intermediate container 35f4310dfeb9 03:21:59 ---> 3e1dacd4dcc7 03:21:59 03:21:59 ---> Running in 8dbb7daef328 03:22:00 Successfully built 3e1dacd4dcc7 03:22:00 Successfully tagged docker-core-metadata-go-arm64:latest 03:22:00 Building docker-core-command-go 03:22:01  Building docker-core-metadata-go ... done Removing intermediate container 8dbb7daef328 03:22:01 ---> d1d22d66804f 03:22:01 03:22:01 Successfully built d1d22d66804f 03:22:02 Successfully tagged docker-support-notifications-go-arm64:latest 03:22:02 Building docker-sys-mgmt-agent-go 03:22:03  Building docker-support-notifications-go ... done Removing intermediate container 6b8c090c76be 03:22:03 ---> 92e4295f0056 03:22:03 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 03:22:03 ---> Running in f987c46d121a 03:22:04 Removing intermediate container f987c46d121a 03:22:04 ---> 975bab24fcfa 03:22:04 Step 24/26 : LABEL arch=arm64 03:22:05 ---> Running in e5e9a1603849 03:22:06 Removing intermediate container e5e9a1603849 03:22:06 ---> 0f443f6607c6 03:22:06 Step 25/26 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:22:07 ---> Running in 753412e02a50 03:22:09 Removing intermediate container 753412e02a50 03:22:09 ---> ae2e7f93c705 03:22:09 Step 26/26 : LABEL version=0.0.0 03:22:09 ---> Running in 17925965bb07 03:22:11 Removing intermediate container 17925965bb07 03:22:11 ---> 9fa37f6f3cdf 03:22:11 03:22:11 Successfully built 9fa37f6f3cdf 03:22:11 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:22:11  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 03:23:19 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 03:23:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:23:19 ---> 3ee132909865 03:23:19 Step 3/21 : WORKDIR /edgex-go 03:23:19 ---> Using cache 03:23:19 ---> 09a16c5417e8 03:23:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:19 ---> Using cache 03:23:19 ---> 3fc089360c0f 03:23:19 Step 5/21 : RUN apk update && apk add make && apk add bash git 03:23:19 ---> Running in dd122a14b4e2 03:23:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:19 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:23:19 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:23:19 OK: 12620 distinct packages available 03:23:19 OK: 217 MiB in 51 packages 03:23:19 OK: 217 MiB in 51 packages 03:23:20 Removing intermediate container dd122a14b4e2 03:23:20 ---> 7e54ddacbe84 03:23:20 Step 6/21 : COPY go.mod . 03:23:21 ---> 815ff53cbf40 03:23:21 Step 7/21 : RUN go mod download 03:23:21 ---> Running in 26cb17a33374 03:23:25 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 03:23:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:23:25 ---> 3ee132909865 03:23:25 Step 3/22 : WORKDIR /edgex-go 03:23:25 ---> Using cache 03:23:25 ---> 09a16c5417e8 03:23:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:25 ---> Using cache 03:23:25 ---> 3fc089360c0f 03:23:25 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 03:23:25 ---> Running in d49e86e25f08 03:23:26 Removing intermediate container 26cb17a33374 03:23:26 ---> 29b5b636ca6a 03:23:26 Step 8/21 : COPY . . 03:23:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:28 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:23:28 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:23:28 OK: 12620 distinct packages available 03:23:29 OK: 217 MiB in 51 packages 03:23:31 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 03:23:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:23:31 ---> 3ee132909865 03:23:31 Step 3/21 : WORKDIR /edgex-go 03:23:31 ---> Using cache 03:23:31 ---> 09a16c5417e8 03:23:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:31 ---> Using cache 03:23:31 ---> 3fc089360c0f 03:23:31 Step 5/21 : RUN apk update && apk add make git 03:23:31 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 03:23:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:23:31 ---> 3ee132909865 03:23:31 Step 3/26 : WORKDIR /edgex-go 03:23:31 ---> Using cache 03:23:31 ---> 09a16c5417e8 03:23:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:31 ---> Using cache 03:23:31 ---> 3fc089360c0f 03:23:31 Step 5/26 : RUN apk update && apk add make bash git 03:23:33 ---> Running in 554de43b50d6 03:23:33 ---> Running in 9f2d83640be0 03:23:33 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 03:23:33 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:23:33 ---> 3ee132909865 03:23:33 Step 3/20 : WORKDIR /edgex-go 03:23:33 ---> Using cache 03:23:33 ---> 09a16c5417e8 03:23:33 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:33 ---> Using cache 03:23:33 ---> 3fc089360c0f 03:23:33 Step 5/20 : RUN apk update && apk add make git 03:23:33 ---> Running in 4cb62c05087e 03:23:34 Removing intermediate container d49e86e25f08 03:23:34 ---> 6ddd857d5c03 03:23:34 Step 6/22 : COPY go.mod . 03:23:35 ---> b716098fbe7b 03:23:35 Step 7/22 : RUN go mod download 03:23:35 ---> Running in e547ab039f33 03:23:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:37 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:23:37 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:23:37 OK: 12620 distinct packages available 03:23:38 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:23:38 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:23:38 OK: 12620 distinct packages available 03:23:38 OK: 217 MiB in 51 packages 03:23:38 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:23:38 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:23:38 OK: 12620 distinct packages available 03:23:39 OK: 217 MiB in 51 packages 03:23:39 OK: 217 MiB in 51 packages 03:23:41 Removing intermediate container e547ab039f33 03:23:41 ---> a8e0263be9f4 03:23:41 Step 8/22 : COPY . . 03:23:41 Removing intermediate container 9f2d83640be0 03:23:41 ---> 926338390e93 03:23:41 Step 6/21 : COPY go.mod . 03:23:42 Removing intermediate container 4cb62c05087e 03:23:42 ---> 3ccbe447a584 03:23:42 Step 6/20 : COPY go.mod . 03:23:42 Removing intermediate container 554de43b50d6 03:23:42 ---> 37f872ca5d3c 03:23:42 Step 6/26 : COPY go.mod . 03:23:43 ---> bd03e05a53e0 03:23:43 Step 7/21 : RUN go mod download 03:23:43 ---> 3a5f30d1a678 03:23:43 Step 7/20 : RUN go mod download 03:23:43 ---> 57f1507a9a55 03:23:43 Step 7/26 : RUN go mod download 03:23:43 ---> Running in 30b0a2513be5 03:23:44 ---> Running in 60fe85a5f88f 03:23:44 ---> Running in 6bcd3f380397 03:23:50 Removing intermediate container 30b0a2513be5 03:23:50 ---> 639fc666727e 03:23:50 Step 8/21 : COPY . . 03:23:50 ---> 258bcaa30b01 03:23:50 Step 9/21 : RUN make cmd/support-logging/support-logging 03:23:50 Removing intermediate container 60fe85a5f88f 03:23:50 ---> 856e91c9fe8a 03:23:50 Step 8/26 : COPY . . 03:23:50 ---> Running in 2170ef8dce13 03:23:50 Removing intermediate container 6bcd3f380397 03:23:50 ---> d748ce4d47dc 03:23:50 Step 8/20 : COPY . . 03:23:52 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:24:19 ---> 9e6e6987fd3b 03:24:19 Step 9/22 : RUN make cmd/core-data/core-data 03:24:19 ---> Running in d6f34b4bc476 03:24:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:24:34 ---> 1c725152a717 03:24:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:24:34 ---> b14fd869e9f1 03:24:34 Step 9/21 : RUN make cmd/core-command/core-command 03:24:34 ---> Running in 2defb8a5c434 03:24:34 ---> e7b2c50c3c87 03:24:34 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 03:24:34 ---> Running in fadfc6087a7e 03:24:34 ---> Running in 6d749070bad4 03:24:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:24:36 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:24:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:24:39 Removing intermediate container 2170ef8dce13 03:24:39 ---> 79a5897b4be1 03:24:39 03:24:39 Step 10/21 : FROM scratch 03:24:39 ---> 03:24:39 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:24:39 ---> Using cache 03:24:39 ---> c9d9c5ccd2e7 03:24:39 Step 12/21 : ENV APP_PORT=48061 03:24:39 ---> Running in 67d3934c6131 03:24:39 Removing intermediate container 67d3934c6131 03:24:39 ---> 30032e4c2af7 03:24:39 Step 13/21 : EXPOSE $APP_PORT 03:24:40 ---> Running in abc8ca0a9906 03:24:40 Removing intermediate container abc8ca0a9906 03:24:40 ---> 8c6144344e79 03:24:40 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 03:24:41 ---> 3884d2a96442 03:24:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 03:24:43 ---> 32280c2075c0 03:24:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 03:24:44 ---> e3759ddb2337 03:24:44 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 03:24:45 ---> 7a83a8f94148 03:24:45 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:24:45 ---> Running in 49e21573063a 03:24:46 Removing intermediate container 49e21573063a 03:24:46 ---> bbe78343fcab 03:24:46 Step 19/21 : LABEL arch=arm64 03:24:46 ---> Running in b9cfb5235d56 03:24:47 Removing intermediate container b9cfb5235d56 03:24:47 ---> 9769eb3ce07d 03:24:47 Step 20/21 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:24:47 ---> Running in 4e35cd8d26e8 03:24:48 Removing intermediate container 4e35cd8d26e8 03:24:48 ---> 458d483ca643 03:24:48 Step 21/21 : LABEL version=0.0.0 03:24:48 ---> Running in 274a34d0e617 03:24:49 Removing intermediate container 274a34d0e617 03:24:49 ---> 3485c42df58a 03:24:49 03:24:50 Successfully built 3485c42df58a 03:24:50 Successfully tagged docker-support-logging-go-arm64:latest 03:25:58  Building docker-support-logging-go ... done Removing intermediate container 6d749070bad4 03:25:58 ---> 7444c46bcbb0 03:25:58 03:25:58 Step 10/20 : FROM alpine 03:25:58 ---> 62ee0e9f8440 03:25:58 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 03:25:58 ---> Running in 05b6c547a626 03:25:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:25:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:25:58 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:25:58 v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:25:58 OK: 12620 distinct packages available 03:25:58 (1/4) Installing ca-certificates (20191127-r4) 03:25:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:25:58 (3/4) Installing libcurl (7.69.1-r0) 03:25:58 (4/4) Installing curl (7.69.1-r0) 03:25:58 Executing busybox-1.31.1-r16.trigger 03:25:58 Executing ca-certificates-20191127-r4.trigger 03:25:58 OK: 7 MiB in 18 packages 03:25:58 Removing intermediate container 2defb8a5c434 03:25:58 ---> fddfb25d4122 03:25:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:25:58 ---> Running in f4608838febd 03:25:58 Removing intermediate container 05b6c547a626 03:25:58 ---> 1bf500924103 03:25:58 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:25:58 ---> Running in 8c880395ca0b 03:25:58 Removing intermediate container 8c880395ca0b 03:25:58 ---> cae357ffd081 03:25:58 Step 13/20 : WORKDIR /edgex 03:25:58 ---> Running in ca25a9ea5142 03:25: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:25:58 Removing intermediate container ca25a9ea5142 03:25:58 ---> 4d8fd4327eb9 03:25:58 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:25:58 ---> d76a5b7713ba 03:25:58 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:26:00 ---> 616a02258d8d 03:26:00 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:26:00 ---> Running in 4bccaf3b5608 03:26:01 Removing intermediate container 4bccaf3b5608 03:26:01 ---> 1f1935b03edf 03:26:01 Step 17/20 : CMD ["--init=true"] 03:26:01 Removing intermediate container f4608838febd 03:26:01 ---> cf60dce48d45 03:26:01 03:26:01 Step 11/26 : FROM docker:latest 03:26:01 ---> ce9d55ae87f1 03:26:01 Step 12/26 : RUN apk add --no-cache bash 03:26:01 ---> Running in fa4bd2380ebf 03:26:01 ---> Running in e43e10668af0 03:26:02 Removing intermediate container fa4bd2380ebf 03:26:02 ---> 1795a58165d9 03:26:02 Step 18/20 : LABEL arch=arm64 03:26:02 ---> Running in e1e426949073 03:26:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:03 Removing intermediate container e1e426949073 03:26:03 ---> 21997bb94450 03:26:03 Step 19/20 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:26:04 ---> Running in e5a3ba4a20d7 03:26:04 (1/2) Installing readline (8.0.4-r0) 03:26:04 (2/2) Installing bash (5.0.17-r0) 03:26:04 Executing bash-5.0.17-r0.post-install 03:26:04 Executing busybox-1.31.1-r16.trigger 03:26:04 OK: 12 MiB in 22 packages 03:26:04 Removing intermediate container d6f34b4bc476 03:26:04 ---> cc67098d60ba 03:26:04 03:26:04 Step 10/22 : FROM alpine 03:26:04 ---> 62ee0e9f8440 03:26:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:26:04 Removing intermediate container e5a3ba4a20d7 03:26:04 ---> dc2f0d46847e 03:26:04 Step 20/20 : LABEL version=0.0.0 03:26:05 ---> Running in e88d20a9f226 03:26:05 ---> Running in dee782e4e0d3 03:26:05 Removing intermediate container e88d20a9f226 03:26:05 ---> c60d1b719d8d 03:26:05 Step 12/22 : ENV APP_PORT=48080 03:26:06 ---> Running in dadad51f0529 03:26:06 Removing intermediate container dee782e4e0d3 03:26:06 ---> e62d0bd62dfa 03:26:06 03:26:06 Removing intermediate container e43e10668af0 03:26:06 ---> f26471868b40 03:26:06 Step 13/26 : RUN rm -rf /var/cache/apk/* 03:26:06 ---> Running in 51753716b66b 03:26:06 Successfully built e62d0bd62dfa 03:26:06 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:26:06  Building docker-security-proxy-setup-go ... done Removing intermediate container dadad51f0529 03:26:06 ---> e2eb26af7b0a 03:26:06 Step 13/22 : EXPOSE $APP_PORT 03:26:07 Removing intermediate container fadfc6087a7e 03:26:07 ---> c61d8e0515fd 03:26:07 03:26:07 Step 10/21 : FROM scratch 03:26:07 ---> 03:26:07 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:26:07 ---> Running in 6cfaee5d0213 03:26:07 ---> Using cache 03:26:07 ---> ff08d27eab92 03:26:07 Step 12/21 : ENV APP_PORT=48082 03:26:07 ---> Running in 7c61da9aee0d 03:26:07 Removing intermediate container 6cfaee5d0213 03:26:07 ---> 61b1e5190efb 03:26:07 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:07 Removing intermediate container 7c61da9aee0d 03:26:07 ---> f1128def45fb 03:26:07 Step 13/21 : EXPOSE $APP_PORT 03:26:07 ---> Running in 9a502f26c2e8 03:26:07 ---> Running in 588b3b48b081 03:26:08 Removing intermediate container 588b3b48b081 03:26:08 ---> 27be34dddb85 03:26:08 Step 14/21 : WORKDIR / 03:26:08 ---> Running in 6e08cf1417a4 03:26:09 Removing intermediate container 6e08cf1417a4 03:26:09 ---> bb938131083d 03:26:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 03:26:09 Removing intermediate container 51753716b66b 03:26:09 ---> 951a8bece42c 03:26:09 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:26:09 ---> Running in 06a35cd79c95 03:26:10 ---> 9fe96777d88a 03:26:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:26:10 Removing intermediate container 06a35cd79c95 03:26:10 ---> 8cf185c6a4c7 03:26:10 Step 15/26 : ENV APP_PORT=48090 03:26:10 ---> Running in 096a2fea9666 03:26:11 Removing intermediate container 9a502f26c2e8 03:26:11 ---> f31a8abfaeff 03:26:11 Step 15/22 : RUN apk --no-cache add zeromq 03:26:11 Removing intermediate container 096a2fea9666 03:26:11 ---> 44ba1d18afb1 03:26:11 Step 16/26 : EXPOSE $APP_PORT 03:26:11 ---> Running in 9bdd1ea2f261 03:26:11 ---> Running in 342515230c8b 03:26:11 ---> 384b461fda4c 03:26:11 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:26:12 Removing intermediate container 342515230c8b 03:26:12 ---> 12096e5aeb46 03:26:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:26:12 ---> 6b4a4ca2282a 03:26:12 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:26:12 ---> Running in 76e3c6e36888 03:26:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:13 Removing intermediate container 76e3c6e36888 03:26:13 ---> c04efe0c6382 03:26:13 Step 19/21 : LABEL arch=arm64 03:26:13 ---> 7617259e9984 03:26:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:26:13 ---> Running in 2a939b1e37f5 03:26:13 Removing intermediate container 2a939b1e37f5 03:26:13 ---> 2ee0553b7eb6 03:26:13 Step 20/21 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:26:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:14 ---> Running in d69b1bcc4bd9 03:26:14 ---> 8c83a6b1b51b 03:26:14 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:26:14 Removing intermediate container d69b1bcc4bd9 03:26:14 ---> 176658dd211d 03:26:14 Step 21/21 : LABEL version=0.0.0 03:26:14 (1/5) Installing libgcc (9.3.0-r2) 03:26:14 ---> Running in 90100240afed 03:26:14 (2/5) Installing libsodium (1.0.18-r0) 03:26:14 (3/5) Installing libstdc++ (9.3.0-r2) 03:26:15 ---> b1faad15141f 03:26:15 Step 20/26 : RUN apk --no-cache add py-pip 03:26:15 (4/5) Installing libzmq (4.3.2-r0) 03:26:15 ---> Running in 511d3f0845f0 03:26:15 Removing intermediate container 90100240afed 03:26:15 ---> 725b1813e8f6 03:26:15 03:26:15 (5/5) Installing zeromq (4.3.2-r0) 03:26:15 Executing busybox-1.31.1-r16.trigger 03:26:15 OK: 8 MiB in 19 packages 03:26:15 Successfully built 725b1813e8f6 03:26:15 Successfully tagged docker-core-command-go-arm64:latest 03:26:16  Building docker-core-command-go ... done Removing intermediate container 9bdd1ea2f261 03:26:16 ---> 2c38d4a2b847 03:26:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 03:26:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:17 ---> afeef091af10 03:26:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:26:17 (1/33) Installing libbz2 (1.0.8-r1) 03:26:17 (2/33) Installing expat (2.2.9-r1) 03:26:17 (3/33) Installing libffi (3.3-r2) 03:26:17 (4/33) Installing gdbm (1.13-r1) 03:26:17 (5/33) Installing xz-libs (5.2.5-r0) 03:26:17 (6/33) Installing sqlite-libs (3.32.1-r0) 03:26:17 (7/33) Installing python3 (3.8.5-r0) 03:26:19 ---> 3743d7073ca4 03:26:19 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:26:19 (8/33) Installing py3-appdirs (1.4.4-r1) 03:26:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:26:19 (10/33) Installing py3-parsing (2.4.7-r0) 03:26:19 (11/33) Installing py3-six (1.15.0-r0) 03:26:19 (12/33) Installing py3-packaging (20.4-r0) 03:26:19 (13/33) Installing py3-setuptools (47.0.0-r0) 03:26:19 (14/33) Installing py3-chardet (3.0.4-r4) 03:26:19 (15/33) Installing py3-idna (2.9-r0) 03:26:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:26:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:26:19 (18/33) Installing py3-requests (2.23.0-r0) 03:26:20 (19/33) Installing py3-msgpack (1.0.0-r0) 03:26:20 (20/33) Installing py3-lockfile (0.12.2-r3) 03:26:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:26:20 (22/33) Installing py3-colorama (0.4.3-r0) 03:26:20 (23/33) Installing py3-distlib (0.3.0-r0) 03:26:20 (24/33) Installing py3-distro (1.5.0-r1) 03:26:20 (25/33) Installing py3-webencodings (0.5.1-r3) 03:26:20 (26/33) Installing py3-html5lib (1.0.1-r4) 03:26:20 (27/33) Installing py3-pytoml (0.1.21-r0) 03:26:20 (28/33) Installing py3-pep517 (0.8.2-r0) 03:26:20 (29/33) Installing py3-progress (1.5-r0) 03:26:20 ---> fbcd2cfabcb7 03:26:20 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:26:20 (30/33) Installing py3-toml (0.10.1-r0) 03:26:20 (31/33) Installing py3-retrying (1.3.3-r0) 03:26:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:26:20 (33/33) Installing py3-pip (20.1.1-r0) 03:26:20 Executing busybox-1.31.1-r16.trigger 03:26:20 ---> Running in 42368a6b1cfe 03:26:20 OK: 71 MiB in 55 packages 03:26:20 Removing intermediate container 42368a6b1cfe 03:26:20 ---> e97afb13f14b 03:26:20 Step 20/22 : LABEL arch=arm64 03:26:21 ---> Running in 3b050f590a1b 03:26:21 Removing intermediate container 3b050f590a1b 03:26:21 ---> fe05ee584c52 03:26:21 Step 21/22 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:26:21 ---> Running in b5795b42a51c 03:26:22 Removing intermediate container b5795b42a51c 03:26:22 ---> 76b74eb7928f 03:26:22 Step 22/22 : LABEL version=0.0.0 03:26:22 ---> Running in 231bc23847fd 03:26:22 Removing intermediate container 231bc23847fd 03:26:22 ---> 3df8f3dccf7e 03:26:22 03:26:23 Successfully built 3df8f3dccf7e 03:26:23 Successfully tagged docker-core-data-go-arm64:latest 03:26:26  Building docker-core-data-go ... done Removing intermediate container 511d3f0845f0 03:26:26 ---> 2f644f7f5817 03:26:26 Step 21/26 : RUN pip install docker-compose==1.23.2 03:26:26 ---> Running in 77977d894f83 03:26:31 Collecting docker-compose==1.23.2 03:26:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:26:31 Collecting cached-property<2,>=1.2.0 03:26:31 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 03:26:31 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:26:32 Collecting PyYAML<4,>=3.10 03:26:32 Downloading PyYAML-3.13.tar.gz (270 kB) 03:26:35 Collecting docopt<0.7,>=0.6.1 03:26:35 Downloading docopt-0.6.2.tar.gz (25 kB) 03:26:36 Collecting docker<4.0,>=3.6.0 03:26:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:26:37 Collecting dockerpty<0.5,>=0.4.1 03:26:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:26:39 Collecting texttable<0.10,>=0.9.0 03:26:39 Downloading texttable-0.9.1.tar.gz (11 kB) 03:26:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:26:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:26:42 Collecting websocket-client<1.0,>=0.32.0 03:26:42 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:26:42 Collecting jsonschema<3,>=2.5.1 03:26:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:26:43 Collecting docker-pycreds>=0.4.0 03:26:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:26:43 Collecting urllib3<1.25,>=1.21.1 03:26:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:26:44 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:26:44 Collecting idna<2.8,>=2.5 03:26:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:26:44 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:26:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:26:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:26:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:26:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:26:44 Installing collected packages: cached-property, PyYAML, docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, texttable, jsonschema, docker-compose 03:26:45 Running setup.py install for PyYAML: started 03:26:47 Running setup.py install for PyYAML: finished with status 'done' 03:26:47 Running setup.py install for docopt: started 03:26:48 Running setup.py install for docopt: finished with status 'done' 03:26:48 Attempting uninstall: urllib3 03:26:48 Found existing installation: urllib3 1.25.9 03:26:48 Uninstalling urllib3-1.25.9: 03:26:48 Successfully uninstalled urllib3-1.25.9 03:26:49 Attempting uninstall: idna 03:26:49 Found existing installation: idna 2.9 03:26:49 Uninstalling idna-2.9: 03:26:49 Successfully uninstalled idna-2.9 03:26:50 Attempting uninstall: requests 03:26:50 Found existing installation: requests 2.23.0 03:26:50 Uninstalling requests-2.23.0: 03:26:50 Successfully uninstalled requests-2.23.0 03:26:51 Running setup.py install for dockerpty: started 03:26:53 Running setup.py install for dockerpty: finished with status 'done' 03:26:53 Running setup.py install for texttable: started 03:26:55 Running setup.py install for texttable: finished with status 'done' 03:26:56 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:26:59 Removing intermediate container 77977d894f83 03:26:59 ---> 025f2c43f504 03:26:59 Step 22/26 : RUN apk --no-cache add curl 03:27:00 ---> Running in e44b05e8bba3 03:27:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:27:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:27:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:27:02 (2/3) Installing libcurl (7.69.1-r0) 03:27:02 (3/3) Installing curl (7.69.1-r0) 03:27:02 Executing busybox-1.31.1-r16.trigger 03:27:02 OK: 71 MiB in 58 packages 03:27:03 Removing intermediate container e44b05e8bba3 03:27:03 ---> c58eaf807720 03:27:03 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 03:27:03 ---> Running in dedafbc5e1f1 03:27:04 Removing intermediate container dedafbc5e1f1 03:27:04 ---> eda3cbbc3f6d 03:27:04 Step 24/26 : LABEL arch=arm64 03:27:04 ---> Running in 709b0c075503 03:27:04 Removing intermediate container 709b0c075503 03:27:04 ---> 346adb06ca9e 03:27:04 Step 25/26 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e 03:27:04 ---> Running in 07933aa6e288 03:27:05 Removing intermediate container 07933aa6e288 03:27:05 ---> 3a67433603a6 03:27:05 Step 26/26 : LABEL version=0.0.0 03:27:05 ---> Running in 089e21d09d79 03:27:05 Removing intermediate container 089e21d09d79 03:27:05 ---> f90995434c23 03:27:05 03:27:06 Successfully built f90995434c23 03:27:06 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:27:06  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:27:06 $ docker stop --time=1 e2e83c34d17189aa8e7f5d4de3a52c03dd8b4d7c5dd6d5db14f780681ae80035 03:27:08 $ docker rm -f e2e83c34d17189aa8e7f5d4de3a52c03dd8b4d7c5dd6d5db14f780681ae80035 [Pipeline] // withDockerContainer [Pipeline] sh 03:27:09 + docker images 03:27:09 + grep docker 03:27:09 docker-sys-mgmt-agent-go-arm64 latest f90995434c23 4 seconds ago 266MB 03:27:09 docker-core-data-go-arm64 latest 3df8f3dccf7e 47 seconds ago 22.6MB 03:27:09 docker-core-command-go-arm64 latest 725b1813e8f6 55 seconds ago 12.4MB 03:27:09 docker-security-proxy-setup-go-arm64 latest e62d0bd62dfa About a minute ago 15.8MB 03:27:09 docker-support-logging-go-arm64 latest 3485c42df58a 2 minutes ago 11.4MB 03:27:09 docker-security-secretstore-setup-go-arm64 latest 9fa37f6f3cdf 4 minutes ago 32.6MB 03:27:09 docker-support-notifications-go-arm64 latest d1d22d66804f 5 minutes ago 13.9MB 03:27:09 docker-core-metadata-go-arm64 latest 3e1dacd4dcc7 5 minutes ago 13.8MB 03:27:09 docker-support-scheduler-go-arm64 latest 6153f2f92ea7 5 minutes ago 12.6MB 03:27:09 docker-security-secrets-setup-go-arm64 latest b59c92b5c3a5 5 minutes ago 24.2MB 03:27:09 docker latest ce9d55ae87f1 7 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:27:11 provisioning config files... 03:27:11 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config9056511779605813831tmp [Pipeline] { [Pipeline] sh 03:27:11 + curl -s https://codecov.io/bash 03:27:11 + bash -s - -t @/w/workspace/edgex-go/5@tmp/config9056511779605813831tmp [Pipeline] } 03:27:12 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:27:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:27:14 ---> package-listing.sh 03:27:14 ++ facter osfamily 03:27:14 ++ tr '[:upper:]' '[:lower:]' 03:27:14 + OS_FAMILY=redhat 03:27:14 + workspace=/w/workspace/edgex-go/5 03:27:14 + START_PACKAGES=/tmp/packages_start.txt 03:27:14 + END_PACKAGES=/tmp/packages_end.txt 03:27:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:27:14 + PACKAGES=/tmp/packages_start.txt 03:27:14 + '[' /w/workspace/edgex-go/5 ']' 03:27:14 + PACKAGES=/tmp/packages_end.txt 03:27:14 + case "${OS_FAMILY}" in 03:27:14 + rpm -qa 03:27:14 + sort 03:27:18 + '[' -f /tmp/packages_start.txt ']' 03:27:18 + '[' -f /tmp/packages_end.txt ']' 03:27:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:27:18 + '[' /w/workspace/edgex-go/5 ']' 03:27:18 + mkdir -p /w/workspace/edgex-go/5/archives/ 03:27:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] isUnix [Pipeline] sh 03:27:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:27:19 03:27:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:27:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:27:19 alpine: Pulling from edgex-lftools-log-publisher 03:27:19 c9b1b535fdd9: Pulling fs layer 03:27:19 2cc5ad85d9ab: Pulling fs layer 03:27:19 756a868c4378: Pulling fs layer 03:27:19 444b2fc9a129: Pulling fs layer 03:27:19 ea15f1150254: Pulling fs layer 03:27:19 41b27a9f41bf: Pulling fs layer 03:27:19 28c525ee5125: Pulling fs layer 03:27:19 094b1ea09ed8: Pulling fs layer 03:27:19 138eaada9080: Pulling fs layer 03:27:19 0622d0fa9048: Pulling fs layer 03:27:19 444b2fc9a129: Waiting 03:27:19 ea15f1150254: Waiting 03:27:19 41b27a9f41bf: Waiting 03:27:19 28c525ee5125: Waiting 03:27:19 138eaada9080: Waiting 03:27:19 0622d0fa9048: Waiting 03:27:19 2cc5ad85d9ab: Download complete 03:27:19 444b2fc9a129: Verifying Checksum 03:27:19 444b2fc9a129: Download complete 03:27:19 c9b1b535fdd9: Verifying Checksum 03:27:19 c9b1b535fdd9: Download complete 03:27:20 ea15f1150254: Verifying Checksum 03:27:20 ea15f1150254: Download complete 03:27:20 28c525ee5125: Verifying Checksum 03:27:20 28c525ee5125: Download complete 03:27:20 756a868c4378: Verifying Checksum 03:27:20 756a868c4378: Download complete 03:27:20 094b1ea09ed8: Verifying Checksum 03:27:20 094b1ea09ed8: Download complete 03:27:20 138eaada9080: Verifying Checksum 03:27:20 138eaada9080: Download complete 03:27:20 c9b1b535fdd9: Pull complete 03:27:20 0622d0fa9048: Download complete 03:27:20 2cc5ad85d9ab: Pull complete 03:27:20 41b27a9f41bf: Verifying Checksum 03:27:20 41b27a9f41bf: Download complete 03:27:22 756a868c4378: Pull complete 03:27:22 444b2fc9a129: Pull complete 03:27:22 ea15f1150254: Pull complete 03:27:29 41b27a9f41bf: Pull complete 03:27:29 28c525ee5125: Pull complete 03:27:31 094b1ea09ed8: Pull complete 03:27:31 138eaada9080: Pull complete 03:27:32 0622d0fa9048: Pull complete 03:27:32 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 03:27:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:27:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:27:33 prd-centos7-docker-4c-2g-108 does not seem to be running inside a container 03:27:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:27:38 $ docker top 62fe4ed10895a78a9025f30ca07306d24048e5348f3334051cf1e6e42301bc68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:27:38 provisioning config files... 03:27:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1841432517839944208tmp [Pipeline] { [Pipeline] echo 03:27:38 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:27:38 ---> create-netrc.sh [Pipeline] echo 03:27:38 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:27:39 ---> logs-deploy.sh 03:27:39 + ARCHIVE_ARTIFACTS= 03:27:39 + LOGS_SERVER=https://logs.edgexfoundry.org 03:27:39 + '[' https://logs.edgexfoundry.org == None ']' 03:27:39 + NEXUS_URL=https://nexus.edgexfoundry.org 03:27:39 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/5 03:27:39 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2661/5/ 03:27:39 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/5 /w/workspace/edgex-go/5 03:27:40 Archives upload complete. 03:27:40 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2661/5/ 03:27:41 ---> uname -a: 03:27:41 Linux 62fe4ed10895 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 03:27:41 03:27:41 03:27:41 ---> lscpu: 03:27:41 Architecture: x86_64 03:27:41 CPU op-mode(s): 32-bit, 64-bit 03:27:41 Byte Order: Little Endian 03:27:41 Address sizes: 40 bits physical, 48 bits virtual 03:27:41 CPU(s): 4 03:27:41 On-line CPU(s) list: 0-3 03:27:41 Thread(s) per core: 1 03:27:41 Core(s) per socket: 1 03:27:41 Socket(s): 4 03:27:41 NUMA node(s): 1 03:27:41 Vendor ID: GenuineIntel 03:27:41 CPU family: 6 03:27:41 Model: 44 03:27:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:27:41 Stepping: 1 03:27:41 CPU MHz: 2933.396 03:27:41 BogoMIPS: 5866.79 03:27:41 Virtualization: VT-x 03:27:41 Hypervisor vendor: KVM 03:27:41 Virtualization type: full 03:27:41 L1d cache: 128 KiB 03:27:41 L1i cache: 128 KiB 03:27:41 L2 cache: 16 MiB 03:27:41 L3 cache: 64 MiB 03:27:41 NUMA node0 CPU(s): 0-3 03:27:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:27:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:27:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:27:41 Vulnerability Meltdown: Mitigation; PTI 03:27:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:27:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:27:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:27:41 Vulnerability Tsx async abort: Not affected 03:27:41 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:27:41 03:27:41 03:27:41 ---> nproc: 03:27:41 4 03:27:41 03:27:41 03:27:41 ---> df -h: 03:27:41 Filesystem Size Used Available Use% Mounted on 03:27:41 overlay 50.0G 12.9G 37.1G 26% / 03:27:41 tmpfs 64.0M 0 64.0M 0% /dev 03:27:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:27:41 shm 64.0M 0 64.0M 0% /dev/shm 03:27:41 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf 03:27:41 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname 03:27:41 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts 03:27:41 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa 03:27:41 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/5 03:27:41 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/5@tmp 03:27:41 03:27:41 03:27:41 ---> free -m: 03:27:41 total used free shared buff/cache available 03:27:41 Mem: 1837 614 120 0 1102 1139 03:27:41 Swap: 1023 107 916 03:27:41 03:27:41 03:27:41 ---> ip addr: 03:27:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:27:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:27:41 inet 127.0.0.1/8 scope host lo 03:27:41 valid_lft forever preferred_lft forever 03:27:41 108: eth0@if109: mtu 1458 qdisc noqueue state UP 03:27:41 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 03:27:41 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 03:27:41 valid_lft forever preferred_lft forever 03:27:41 03:27:41 03:27:41 ---> sar -b -r -n DEV: 03:27:41 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/15/20 _x86_64_ (4 CPU) 03:27:41 03:27:41 03:07:02 LINUX RESTART 03:27:41 03:27:41 03:08:01 tps rtps wtps bread/s bwrtn/s 03:27:41 03:09:01 214.21 106.25 107.96 9845.17 46953.88 03:27:41 03:10:01 510.45 312.99 197.46 12634.18 44943.33 03:27:41 03:11:01 228.15 129.41 98.74 5100.67 34198.95 03:27:41 03:12:02 1408.05 1088.29 319.76 116103.31 185481.31 03:27:41 03:13:01 1994.52 1723.35 271.17 129439.24 144706.39 03:27:41 03:14:02 1240.57 886.94 353.63 104289.16 128198.54 03:27:41 03:15:01 2168.83 1823.83 345.00 138408.65 144305.32 03:27:41 03:16:01 410.50 169.22 241.28 17106.69 29107.57 03:27:41 03:17:01 6.56 0.77 5.80 8.66 184.49 03:27:41 03:18:01 0.82 0.55 0.27 17.99 2.86 03:27:41 03:19:01 0.22 0.02 0.20 0.53 1.75 03:27:41 03:20:01 1.17 0.90 0.27 9.99 3.43 03:27:41 03:21:01 0.28 0.00 0.28 0.00 3.40 03:27:41 03:22:01 0.67 0.38 0.28 10.39 3.10 03:27:41 03:23:01 2.80 2.07 0.73 56.10 14.56 03:27:41 03:24:01 0.32 0.02 0.30 0.53 3.28 03:27:41 03:25:01 1.15 0.90 0.25 13.06 2.70 03:27:41 03:26:01 0.20 0.03 0.17 0.80 1.63 03:27:41 03:27:01 0.78 0.05 0.73 0.40 9.09 03:27:41 Average: 429.52 327.26 102.26 27973.02 39869.00 03:27:41 03:27:41 03:08:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:27:41 03:09:01 77648 1803908 95.87 2024 1094700 1545900 52.76 655972 944460 111536 03:27:41 03:10:01 153368 1728188 91.85 1392 939232 1787464 61.00 758456 733080 58152 03:27:41 03:11:01 504080 1377476 73.21 476 716424 1133116 38.67 492908 653232 20 03:27:41 03:12:02 52616 1828940 97.20 0 1103272 1937008 66.11 710640 948780 28860 03:27:41 03:13:01 393040 1488516 79.11 0 635556 2977292 101.61 607936 663584 34060 03:27:41 03:14:02 75688 1805868 95.98 0 1031060 1902436 64.93 690756 918036 636 03:27:41 03:15:01 140636 1740920 92.53 0 711216 2679432 91.44 703184 848132 46580 03:27:41 03:16:01 380804 1500752 79.76 0 952300 1204448 41.11 496596 798224 20 03:27:41 03:17:01 390536 1491020 79.24 0 952316 1135116 38.74 494012 793684 12 03:27:41 03:18:01 390308 1491248 79.26 0 952788 1135188 38.74 494312 794116 8 03:27:41 03:19:01 390764 1490792 79.23 0 952788 1135116 38.74 494232 794120 8 03:27:41 03:20:01 389588 1491968 79.29 0 952808 1135248 38.74 494728 794428 8 03:27:41 03:21:01 390256 1491300 79.26 0 952820 1135152 38.74 494128 794436 8 03:27:41 03:22:01 389892 1491664 79.28 0 953084 1135564 38.75 494440 794616 16 03:27:41 03:23:01 388440 1493116 79.36 0 953764 1135200 38.74 494224 795664 8 03:27:41 03:24:01 388420 1493136 79.36 0 953760 1135116 38.74 494264 795664 8 03:27:41 03:25:01 387412 1494144 79.41 0 953780 1135320 38.75 494724 796072 8 03:27:41 03:26:01 388228 1493328 79.37 0 953784 1135116 38.74 494272 796088 8 03:27:41 03:27:01 388196 1493360 79.37 0 953796 1135116 38.74 494276 796096 8 03:27:41 Average: 318943 1562613 83.05 205 929960 1455492 49.67 555477 802764 14735 03:27:41 03:27:41 03:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 03:27:41 03:09:01 eth0 1683.71 1326.24 8538.86 2818.34 0.00 0.00 0.00 03:27:41 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:09:01 docker0 801.67 595.49 65.53 2636.49 0.00 0.00 0.00 03:27:41 03:10:01 eth0 393.12 339.88 1809.46 44.30 0.00 0.00 0.00 03:27:41 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:10:01 veth171c1b1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 03:27:41 03:10:01 docker0 924.31 740.69 74.74 3367.79 0.00 0.00 0.00 03:27:41 03:11:01 eth0 55.98 37.72 35.63 81.78 0.00 0.00 0.00 03:27:41 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:12:02 veth388be00 0.00 0.40 0.00 0.02 0.00 0.00 0.00 03:27:41 03:12:02 eth0 2897.65 2222.23 15438.78 3054.47 0.00 0.00 0.00 03:27:41 03:12:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:27:41 03:12:02 docker0 932.38 756.70 74.97 3482.95 0.00 0.00 0.00 03:27:41 03:13:01 vethafe8621 0.00 0.13 0.00 0.01 0.00 0.00 0.00 03:27:41 03:13:01 veth388be00 0.00 0.40 0.00 0.02 0.00 0.00 0.00 03:27:41 03:13:01 eth0 2982.94 2284.28 15832.85 3136.11 0.00 0.00 0.00 03:27:41 03:13:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:27:41 03:14:02 veth388be00 0.00 0.25 0.00 0.01 0.00 0.00 0.00 03:27:41 03:14:02 eth0 99.65 70.48 210.83 73.39 0.00 0.00 0.00 03:27:41 03:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:14:02 veth3c93a61 0.00 0.23 0.00 0.01 0.00 0.00 0.00 03:27:41 03:15:01 vethcc7bd1b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 03:27:41 03:15:01 veth388be00 0.00 0.73 0.00 0.04 0.00 0.00 0.00 03:27:41 03:15:01 eth0 3150.73 2401.42 16125.43 3282.92 0.00 0.00 0.00 03:27:41 03:15:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:27:41 03:16:01 eth0 117.19 67.45 521.94 69.38 0.00 0.00 0.00 03:27:41 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:16:01 docker0 992.48 848.85 78.78 4154.48 0.00 0.00 0.00 03:27:41 03:17:01 eth0 0.07 0.08 0.01 0.02 0.00 0.00 0.00 03:27:41 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:18:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 03:27:41 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:19:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 03:27:41 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:20:01 eth0 0.57 0.40 0.31 0.21 0.00 0.00 0.00 03:27:41 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:21:01 eth0 0.18 0.12 0.07 0.01 0.00 0.00 0.00 03:27:41 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:22:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 03:27:41 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:23:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 03:27:41 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:24:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 03:27:41 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:25:01 eth0 0.57 0.48 0.33 0.21 0.00 0.00 0.00 03:27:41 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:26:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 03:27:41 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:27:01 eth0 0.22 0.02 0.02 0.00 0.00 0.00 0.00 03:27:41 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 Average: eth0 134.59 104.59 688.19 169.94 0.00 0.00 0.00 03:27:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:41 Average: docker0 52.29 44.72 4.15 218.88 0.00 0.00 0.00 03:27:41 03:27:41 03:27:41 ---> sar -P ALL: 03:27:41 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/15/20 _x86_64_ (4 CPU) 03:27:41 03:27:41 03:07:02 LINUX RESTART 03:27:41 03:27:41 03:08:01 CPU %user %nice %system %iowait %steal %idle 03:27:41 03:09:01 all 21.30 0.00 8.57 1.78 0.03 68.32 03:27:41 03:09:01 0 22.64 0.00 10.10 0.86 0.02 66.38 03:27:41 03:09:01 1 16.02 0.00 7.74 1.34 0.03 74.86 03:27:41 03:09:01 2 30.81 0.00 8.16 2.75 0.02 58.26 03:27:41 03:09:01 3 15.70 0.00 8.29 2.18 0.02 73.81 03:27:41 03:10:01 all 26.85 0.00 11.25 7.73 0.02 54.15 03:27:41 03:10:01 0 27.46 0.00 11.70 5.52 0.02 55.30 03:27:41 03:10:01 1 26.19 0.00 11.48 9.40 0.02 52.91 03:27:41 03:10:01 2 26.25 0.00 10.51 6.80 0.02 56.42 03:27:41 03:10:01 3 27.49 0.00 11.33 9.21 0.02 51.96 03:27:41 03:11:01 all 41.31 0.00 11.75 5.16 0.02 41.77 03:27:41 03:11:01 0 42.27 0.00 11.78 3.41 0.02 42.52 03:27:41 03:11:01 1 41.70 0.00 11.56 6.71 0.02 40.01 03:27:41 03:11:01 2 40.60 0.00 11.70 4.93 0.02 42.75 03:27:41 03:11:01 3 40.67 0.00 11.91 5.59 0.03 41.80 03:27:41 03:12:02 all 19.57 0.00 20.95 18.25 0.04 41.19 03:27:41 03:12:02 0 18.69 0.00 20.49 18.58 0.03 42.21 03:27:41 03:12:02 1 19.38 0.00 21.83 17.32 0.07 41.41 03:27:41 03:12:02 2 20.43 0.00 20.82 18.99 0.03 39.73 03:27:41 03:12:02 3 19.81 0.00 20.65 18.10 0.07 41.37 03:27:41 03:13:01 all 49.10 0.00 18.35 20.18 0.04 12.33 03:27:41 03:13:01 0 49.36 0.00 17.51 20.92 0.05 12.16 03:27:41 03:13:01 1 49.00 0.00 18.60 19.10 0.03 13.26 03:27:41 03:13:01 2 48.96 0.00 18.49 20.11 0.02 12.43 03:27:41 03:13:01 3 49.10 0.00 18.82 20.59 0.02 11.47 03:27:41 03:14:02 all 26.75 0.00 18.79 28.32 0.03 26.11 03:27:41 03:14:02 0 27.87 0.00 18.10 27.64 0.02 26.38 03:27:41 03:14:02 1 27.15 0.00 18.54 30.16 0.05 24.10 03:27:41 03:14:02 2 27.32 0.00 19.08 27.20 0.03 26.36 03:27:41 03:14:02 3 24.63 0.00 19.44 28.30 0.02 27.61 03:27:41 03:15:01 all 35.64 0.00 20.48 27.42 0.03 16.44 03:27:41 03:15:01 0 36.71 0.00 18.94 26.20 0.02 18.13 03:27:41 03:15:01 1 36.29 0.00 20.53 27.38 0.03 15.77 03:27:41 03:15:01 2 34.71 0.00 21.34 29.86 0.03 14.06 03:27:41 03:15:01 3 34.83 0.00 21.15 26.21 0.04 17.78 03:27:41 03:16:01 all 20.22 0.00 10.08 15.11 0.02 54.57 03:27:41 03:16:01 0 22.44 0.00 11.16 16.93 0.05 49.43 03:27:41 03:16:01 1 18.30 0.00 9.75 18.34 0.02 53.59 03:27:41 03:16:01 2 21.66 0.00 9.83 8.20 0.02 60.29 03:27:41 03:16:01 3 18.46 0.00 9.55 16.97 0.02 55.01 03:27:41 03:17:01 all 0.15 0.00 0.04 0.03 0.00 99.78 03:27:41 03:17:01 0 0.03 0.00 0.07 0.03 0.00 99.87 03:27:41 03:17:01 1 0.03 0.00 0.05 0.02 0.00 99.90 03:27:41 03:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:27:41 03:17:01 3 0.55 0.00 0.05 0.07 0.00 99.33 03:27:41 03:18:01 all 0.15 0.00 0.02 0.00 0.00 99.82 03:27:41 03:18:01 0 0.05 0.00 0.03 0.00 0.00 99.92 03:27:41 03:18:01 1 0.02 0.00 0.02 0.02 0.00 99.95 03:27:41 03:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:27:41 03:18:01 3 0.55 0.00 0.02 0.02 0.00 99.42 03:27:41 03:19:01 all 0.14 0.00 0.02 0.00 0.00 99.84 03:27:41 03:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:27:41 03:19:01 1 0.02 0.00 0.03 0.00 0.00 99.95 03:27:41 03:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:27:41 03:19:01 3 0.48 0.00 0.02 0.00 0.00 99.50 03:27:41 03:20:01 all 0.15 0.00 0.02 0.02 0.00 99.80 03:27:41 03:20:01 0 0.05 0.00 0.05 0.00 0.00 99.90 03:27:41 03:20:01 1 0.00 0.00 0.02 0.03 0.00 99.95 03:27:41 03:20:01 2 0.02 0.00 0.02 0.03 0.00 99.93 03:27:41 03:20:01 3 0.53 0.00 0.02 0.02 0.00 99.43 03:27:41 03:21:01 all 0.11 0.00 0.03 0.00 0.00 99.86 03:27:41 03:21:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:27:41 03:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:27:41 03:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:27:41 03:21:01 3 0.37 0.00 0.08 0.00 0.00 99.55 03:27:41 03:22:01 all 0.03 0.00 0.03 0.00 0.00 99.94 03:27:41 03:22:01 0 0.00 0.00 0.02 0.02 0.00 99.97 03:27:41 03:22:01 1 0.02 0.00 0.03 0.00 0.00 99.95 03:27:41 03:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:27:41 03:22:01 3 0.05 0.00 0.02 0.00 0.00 99.93 03:27:41 03:23:01 all 0.15 0.00 0.04 0.04 0.00 99.77 03:27:41 03:23:01 0 0.03 0.00 0.05 0.00 0.00 99.92 03:27:41 03:23:01 1 0.03 0.00 0.05 0.13 0.00 99.78 03:27:41 03:23:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:27:41 03:23:01 3 0.52 0.00 0.05 0.03 0.00 99.40 03:27:41 03:24:01 all 0.15 0.00 0.02 0.00 0.00 99.84 03:27:41 03:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:27:41 03:24:01 1 0.03 0.00 0.05 0.00 0.00 99.92 03:27:41 03:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:27:41 03:24:01 3 0.52 0.00 0.00 0.00 0.00 99.48 03:27:41 03:25:01 all 0.16 0.00 0.02 0.03 0.00 99.78 03:27:41 03:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:27:41 03:25:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:27:41 03:25:01 2 0.05 0.00 0.03 0.13 0.00 99.78 03:27:41 03:25:01 3 0.53 0.00 0.03 0.00 0.00 99.43 03:27:41 03:26:01 all 0.15 0.00 0.03 0.00 0.00 99.82 03:27:41 03:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:27:41 03:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:27:41 03:26:01 2 0.03 0.00 0.05 0.00 0.00 99.92 03:27:41 03:26:01 3 0.50 0.00 0.02 0.00 0.00 99.48 03:27:41 03:27:01 all 0.15 0.00 0.02 0.00 0.00 99.82 03:27:41 03:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:27:41 03:27:01 1 0.52 0.00 0.02 0.02 0.00 99.45 03:27:41 03:27:01 2 0.05 0.00 0.05 0.00 0.00 99.90 03:27:41 03:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:27:41 Average: all 12.57 0.00 6.25 6.42 0.01 74.75 03:27:41 Average: 0 12.87 0.00 6.24 6.23 0.01 74.64 03:27:41 Average: 1 12.18 0.00 6.24 6.74 0.01 74.82 03:27:41 Average: 2 13.04 0.00 6.23 6.16 0.01 74.56 03:27:41 Average: 3 12.17 0.00 6.27 6.56 0.01 74.98 03:27:41 03:27:41 03:27:41