Pull request #2627 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 rather than 990eba683d6c8d69092afaca8d7341b393e8866c Obtained Jenkinsfile from a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1549 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit 990eba683d6c8d69092afaca8d7341b393e8866c Merge succeeded, producing 990eba683d6c8d69092afaca8d7341b393e8866c Checking out Revision 990eba683d6c8d69092afaca8d7341b393e8866c (PR-2627) > git config core.sparsecheckout # timeout=10 > git checkout -f 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 Commit message: "feat(metadata): Modify Swagger to remove section and add examples" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:19:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:19:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:19:06 ========================================================= 09:19:06 EdgeX Global Pipelines Version Info 09:19:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 688d8d8c23cb9719cc70cef2290ff0850d9e30c6 # timeout=10 09:19:08 ------------------- 09:19:08 stable info: 09:19:08 ------------------- 09:19:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:19:08 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 09:19:08 Message: update stable to v1.0.106 09:19:09 ------------------- 09:19:09 experimental info: 09:19:09 ------------------- 09:19:09 Commited By: **** collab-it+edgex@linuxfoundation.org 09:19:09 Commit SHA: 8052d86f4e87d6cf935ce8d66320619a0984c2cc 09:19:09 Message: update experimental to v1.0.109 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 09:19:11 ++ 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 09:19:11 + for file in '`ls cmd/**/Dockerfile`' 09:19:11 ++ dirname cmd/core-command/Dockerfile 09:19:11 ++ cut -d/ -f2 09:19:11 + echo core-command,cmd/core-command/Dockerfile 09:19:11 + for file in '`ls cmd/**/Dockerfile`' 09:19:11 ++ dirname cmd/core-data/Dockerfile 09:19:11 ++ cut -d/ -f2 09:19:11 + echo core-data,cmd/core-data/Dockerfile 09:19:11 + for file in '`ls cmd/**/Dockerfile`' 09:19:11 ++ cut -d/ -f2 09:19:11 ++ dirname cmd/core-metadata/Dockerfile 09:19:11 + echo core-metadata,cmd/core-metadata/Dockerfile 09:19:11 + for file in '`ls cmd/**/Dockerfile`' 09:19:11 ++ dirname cmd/security-proxy-setup/Dockerfile 09:19:11 ++ cut -d/ -f2 09:19:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:19:11 + for file in '`ls cmd/**/Dockerfile`' 09:19:11 ++ dirname cmd/security-secrets-setup/Dockerfile 09:19:11 ++ cut -d/ -f2 09:19:11 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 09:19:11 + for file in '`ls cmd/**/Dockerfile`' 09:19:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:19:11 ++ cut -d/ -f2 09:19:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:19:11 + for file in '`ls cmd/**/Dockerfile`' 09:19:11 ++ dirname cmd/support-logging/Dockerfile 09:19:11 ++ cut -d/ -f2 09:19:11 + echo support-logging,cmd/support-logging/Dockerfile 09:19:11 + for file in '`ls cmd/**/Dockerfile`' 09:19:11 ++ dirname cmd/support-notifications/Dockerfile 09:19:11 ++ cut -d/ -f2 09:19:11 + echo support-notifications,cmd/support-notifications/Dockerfile 09:19:11 + for file in '`ls cmd/**/Dockerfile`' 09:19:11 ++ dirname cmd/support-scheduler/Dockerfile 09:19:11 ++ cut -d/ -f2 09:19:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:19:11 + for file in '`ls cmd/**/Dockerfile`' 09:19:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:19:11 ++ cut -d/ -f2 09:19:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:19:11 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 09:19:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:19:12 09:19:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:19:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:19:13 latest: Pulling from edgex-devops/git-semver 09:19:13 31603596830f: Pulling fs layer 09:19:13 2a8b12db71e7: Pulling fs layer 09:19:13 6ca5941a6612: Pulling fs layer 09:19:13 ecc8261a40a4: Pulling fs layer 09:19:13 ecc8261a40a4: Waiting 09:19:13 2a8b12db71e7: Verifying Checksum 09:19:13 2a8b12db71e7: Download complete 09:19:13 31603596830f: Verifying Checksum 09:19:13 31603596830f: Download complete 09:19:13 ecc8261a40a4: Verifying Checksum 09:19:13 ecc8261a40a4: Download complete 09:19:13 6ca5941a6612: Verifying Checksum 09:19:13 6ca5941a6612: Download complete 09:19:13 31603596830f: Pull complete 09:19:14 2a8b12db71e7: Pull complete 09:19:15 6ca5941a6612: Pull complete 09:19:16 ecc8261a40a4: Pull complete 09:19:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:19:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:19:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:19:16 prd-centos7-docker-4c-2g-1549 does not seem to be running inside a container 09:19:16 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 09:19:18 $ docker top 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:19:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:19:19 [ssh-agent] Looking for ssh-agent implementation... 09:19:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:19:19 $ docker exec 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff ssh-agent 09:19:19 SSH_AUTH_SOCK=/tmp/ssh-OgGjciSW1TLi/agent.12 09:19:19 SSH_AGENT_PID=17 09:19:19 Running ssh-add (command line suppressed) 09:19:20 Identity added: /w/workspace/edgex-go/20@tmp/private_key_2269856805626928801.key (/w/workspace/edgex-go/20@tmp/private_key_2269856805626928801.key) 09:19:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:19:20 + git describe --exact-match --tags HEAD 09:19:20 fatal: No names found, cannot describe anything. [Pipeline] } 09:19:21 $ docker exec --env ******** --env ******** 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff ssh-agent -k 09:19:21 unset SSH_AUTH_SOCK; 09:19:21 unset SSH_AGENT_PID; 09:19:21 echo Agent pid 17 killed; 09:19:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 09:19:21 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 09:19:21 This usually means this commit has not been tagged. [Pipeline] sshagent 09:19:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:19:21 [ssh-agent] Looking for ssh-agent implementation... 09:19:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:19:22 $ docker exec 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff ssh-agent 09:19:22 SSH_AUTH_SOCK=/tmp/ssh-5pj7do4yzelx/agent.45 09:19:22 SSH_AGENT_PID=50 09:19:22 Running ssh-add (command line suppressed) 09:19:22 Identity added: /w/workspace/edgex-go/20@tmp/private_key_2472165090904816525.key (/w/workspace/edgex-go/20@tmp/private_key_2472165090904816525.key) 09:19:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:19:23 + git semver init 09:19:23 # -> Open(): unable to determine branch for HEAD 09:19:23 # $GIT_DIR = /w/workspace/edgex-go/20/.git 09:19:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/20 09:19:23 # $SEMVER_REMOTE_NAME = origin 09:19:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:19:23 # $SEMVER_USER_NAME = edgex-jenkins 09:19:23 # $SEMVER_BRANCH = PR-2627 09:19:23 # $SEMVER_TEMP = /tmp/semver-433510288 09:19:23 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:19:55 # '/tmp/semver-433510288' -> '/w/workspace/edgex-go/20/.semver' 09:19:55 # -> Force: false 09:19:55 # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } 09:19:55 $ docker exec --env ******** --env ******** 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff ssh-agent -k 09:19:56 unset SSH_AUTH_SOCK; 09:19:56 unset SSH_AGENT_PID; 09:19:56 echo Agent pid 50 killed; 09:19:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:19:56 + git semver [Pipeline] } 09:19:56 $ docker stop --time=1 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff 09:19:58 $ docker rm -f 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:20:23 Stashed 28 file(s) [Pipeline] echo 09:20:23 [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 09:20:24 ========================================================= 09:20:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 09:20:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:20:24 + 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 . 09:20:29 Sending build context to Docker daemon 322.9MB 09:20:29 Step 1/7 : ARG BASE=golang:1.13-alpine 09:20:29 Step 2/7 : FROM ${BASE} 09:20:29 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 09:20:29 df20fa9351a1: Pulling fs layer 09:20:29 ed8968b2872e: Pulling fs layer 09:20:29 a92cc7c5fd73: Pulling fs layer 09:20:29 2dd03ba5bac4: Pulling fs layer 09:20:29 1e091d79d1de: Pulling fs layer 09:20:29 481702a1767f: Pulling fs layer 09:20:29 f64a6f60c768: Pulling fs layer 09:20:29 e78d2573fc39: Pulling fs layer 09:20:29 e876d2f968b6: Pulling fs layer 09:20:29 ce8a83651883: Pulling fs layer 09:20:29 07967f4d0e4b: Pulling fs layer 09:20:29 1e091d79d1de: Waiting 09:20:29 481702a1767f: Waiting 09:20:29 f64a6f60c768: Waiting 09:20:29 e78d2573fc39: Waiting 09:20:29 e876d2f968b6: Waiting 09:20:29 ce8a83651883: Waiting 09:20:29 07967f4d0e4b: Waiting 09:20:29 2dd03ba5bac4: Waiting 09:20:29 a92cc7c5fd73: Verifying Checksum 09:20:29 a92cc7c5fd73: Download complete 09:20:29 ed8968b2872e: Verifying Checksum 09:20:29 ed8968b2872e: Download complete 09:20:29 1e091d79d1de: Verifying Checksum 09:20:29 1e091d79d1de: Download complete 09:20:29 481702a1767f: Download complete 09:20:29 df20fa9351a1: Verifying Checksum 09:20:29 df20fa9351a1: Download complete 09:20:30 df20fa9351a1: Pull complete 09:20:31 f64a6f60c768: Verifying Checksum 09:20:31 f64a6f60c768: Download complete 09:20:32 e876d2f968b6: Verifying Checksum 09:20:32 e876d2f968b6: Download complete 09:20:32 2dd03ba5bac4: Verifying Checksum 09:20:32 2dd03ba5bac4: Download complete 09:20:33 07967f4d0e4b: Verifying Checksum 09:20:33 07967f4d0e4b: Download complete 09:20:33 ed8968b2872e: Pull complete 09:20:33 a92cc7c5fd73: Pull complete 09:20:33 e78d2573fc39: Verifying Checksum 09:20:33 e78d2573fc39: Download complete 09:20:34 ce8a83651883: Verifying Checksum 09:20:34 ce8a83651883: Download complete 09:20:38 Still waiting to schedule task 09:20:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:20:43 2dd03ba5bac4: Pull complete 09:20:43 1e091d79d1de: Pull complete 09:20:43 481702a1767f: Pull complete 09:20:51 f64a6f60c768: Pull complete 09:20:56 e78d2573fc39: Pull complete 09:20:56 e876d2f968b6: Pull complete 09:20:58 ce8a83651883: Pull complete 09:20:58 07967f4d0e4b: Pull complete 09:20:58 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 09:20:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 09:20:58 ---> 5d7c900382c6 09:20:58 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 09:20:59 ---> Running in 330a880178ea 09:21:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:21:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:21:02 (1/12) Installing libmagic (5.38-r0) 09:21:02 (2/12) Installing file (5.38-r0) 09:21:02 (3/12) Installing libc-dev (0.7.2-r3) 09:21:02 (4/12) Installing g++ (9.3.0-r2) 09:21:05 (5/12) Installing fortify-headers (1.1-r0) 09:21:05 (6/12) Installing patch (2.7.6-r6) 09:21:05 (7/12) Installing build-base (0.5-r2) 09:21:05 (8/12) Installing libsodium (1.0.18-r0) 09:21:05 (9/12) Installing pkgconf (1.7.2-r0) 09:21:05 (10/12) Installing libsodium-dev (1.0.18-r0) 09:21:06 (11/12) Installing libzmq (4.3.2-r0) 09:21:06 (12/12) Installing zeromq-dev (4.3.2-r0) 09:21:06 Executing busybox-1.31.1-r16.trigger 09:21:06 OK: 233 MiB in 51 packages 09:21:09 Removing intermediate container 330a880178ea 09:21:09 ---> 9aadbc97de58 09:21:09 Step 4/7 : WORKDIR /edgex-go 09:21:09 ---> Running in ad00d9de3e39 09:21:09 Removing intermediate container ad00d9de3e39 09:21:09 ---> c844c6d0ac0d 09:21:09 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:21:10 latest: Pulling from library/docker 09:21:10 df20fa9351a1: Already exists 09:21:10 25ad7478873d: Pulling fs layer 09:21:10 4684f6177b5d: Pulling fs layer 09:21:10 46e300cec669: Pulling fs layer 09:21:10 63038576ad94: Pulling fs layer 09:21:10 0fdb76c4706c: Pulling fs layer 09:21:10 cb7edeffdfd5: Pulling fs layer 09:21:10 63038576ad94: Waiting 09:21:10 0fdb76c4706c: Waiting 09:21:10 cb7edeffdfd5: Waiting 09:21:10 4684f6177b5d: Verifying Checksum 09:21:10 4684f6177b5d: Download complete 09:21:10 25ad7478873d: Verifying Checksum 09:21:10 25ad7478873d: Download complete 09:21:10 63038576ad94: Verifying Checksum 09:21:10 63038576ad94: Download complete 09:21:10 0fdb76c4706c: Verifying Checksum 09:21:10 0fdb76c4706c: Download complete 09:21:11 25ad7478873d: Pull complete 09:21:11 4684f6177b5d: Pull complete 09:21:11 46e300cec669: Verifying Checksum 09:21:11 46e300cec669: Download complete 09:21:12 cb7edeffdfd5: Verifying Checksum 09:21:12 cb7edeffdfd5: Download complete 09:21:14 46e300cec669: Pull complete 09:21:14 63038576ad94: Pull complete 09:21:15 0fdb76c4706c: Pull complete 09:21:15 cb7edeffdfd5: Pull complete 09:21:15 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 09:21:15 Status: Downloaded newer image for docker:latest 09:21:17 ---> b2f0f7829832 09:21:17 Step 6/7 : COPY go.mod . 09:21:18 ---> 9a43d0cf9cfc 09:21:18 Step 7/7 : RUN go mod download 09:21:18 ---> Running in 6dd7c3078763 09:21:21 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:21:21 go: finding github.com/BurntSushi/toml v0.3.1 09:21:21 go: finding github.com/OneOfOne/xxhash v1.2.5 09:21:21 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 09:21:21 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:21:21 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 09:21:21 go: finding github.com/bgentry/speakeasy v0.1.0 09:21:21 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 09:21:21 go: finding github.com/cloudflare/gokey v0.1.0 09:21:21 go: finding github.com/davecgh/go-spew v1.1.1 09:21:21 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:21:21 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 09:21:21 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 09:21:21 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 09:21:21 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:21:21 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 09:21:21 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 09:21:21 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 09:21:21 go: finding github.com/fatih/color v1.7.0 09:21:21 go: finding github.com/fsnotify/fsnotify v1.4.7 09:21:21 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:21:21 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 09:21:21 go: finding github.com/go-kit/kit v0.8.0 09:21:21 go: finding github.com/go-logfmt/logfmt v0.4.0 09:21:21 go: finding github.com/go-redis/redis/v7 v7.2.0 09:21:21 go: finding github.com/go-stack/stack v1.8.0 09:21:21 go: finding github.com/golang/protobuf v1.3.2 09:21:21 go: finding github.com/gomodule/redigo v2.0.0+incompatible 09:21:21 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 09:21:21 go: finding github.com/google/uuid v1.1.0 09:21:21 go: finding github.com/gorilla/mux v1.7.1 09:21:21 go: finding github.com/hashicorp/consul/api v1.1.0 09:21:21 go: finding github.com/hashicorp/consul/sdk v0.1.1 09:21:21 go: finding github.com/hashicorp/errwrap v1.0.0 09:21:21 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 09:21:21 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 09:21:21 go: finding github.com/hashicorp/go-msgpack v0.5.3 09:21:21 go: finding github.com/hashicorp/go-multierror v1.0.0 09:21:21 go: finding github.com/hashicorp/go-rootcerts v1.0.0 09:21:21 go: finding github.com/hashicorp/go-sockaddr v1.0.0 09:21:21 go: finding github.com/hashicorp/go-syslog v1.0.0 09:21:21 go: finding github.com/hashicorp/go-uuid v1.0.1 09:21:21 go: finding github.com/hashicorp/go.net v0.0.1 09:21:22 go: finding github.com/hashicorp/golang-lru v0.5.0 09:21:22 go: finding github.com/hashicorp/logutils v1.0.0 09:21:22 go: finding github.com/hashicorp/mdns v1.0.0 09:21:22 go: finding github.com/hashicorp/memberlist v0.1.3 09:21:22 go: finding github.com/hashicorp/serf v0.8.2 09:21:22 go: finding github.com/hpcloud/tail v1.0.0 09:21:22 go: finding github.com/imdario/mergo v0.3.6 09:21:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:21:22 go: finding github.com/kr/pretty v0.1.0 09:21:22 go: finding github.com/kr/pty v1.1.1 09:21:22 go: finding github.com/kr/text v0.1.0 09:21:22 go: finding github.com/mattn/go-colorable v0.0.9 09:21:22 go: finding github.com/mattn/go-isatty v0.0.3 09:21:22 go: finding github.com/miekg/dns v1.0.14 09:21:22 go: finding github.com/mitchellh/cli v1.0.0 09:21:22 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:21:22 go: finding github.com/mitchellh/copystructure v1.0.0 09:21:22 go: finding github.com/mitchellh/go-homedir v1.0.0 09:21:22 go: finding github.com/mitchellh/go-testing-interface v1.0.0 09:21:22 go: finding github.com/mitchellh/gox v0.4.0 09:21:22 go: finding github.com/mitchellh/iochan v1.0.0 09:21:22 go: finding github.com/mitchellh/mapstructure v1.1.2 09:21:22 go: finding github.com/mitchellh/reflectwalk v1.0.0 09:21:22 go: finding github.com/onsi/ginkgo v1.10.1 09:21:22 go: finding github.com/onsi/gomega v1.7.0 09:21:22 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 09:21:22 go: finding github.com/pebbe/zmq4 v1.0.0 09:21:22 go: finding github.com/pelletier/go-toml v1.2.0 09:21:22 go: finding github.com/pkg/errors v0.8.1 09:21:22 go: finding github.com/pmezard/go-difflib v1.0.0 09:21:22 go: finding github.com/posener/complete v1.1.1 09:21:23 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:21:23 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 09:21:23 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 09:21:23 go: finding github.com/stretchr/objx v0.1.0 09:21:23 go: finding github.com/stretchr/testify v1.5.1 09:21:23 go: finding github.com/ugorji/go v1.1.4 09:21:23 go: finding github.com/x448/float16 v0.8.4 09:21:23 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 09:21:23 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:21:23 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 09:21:23 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 09:21:23 go: finding golang.org/x/text v0.3.2 09:21:23 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 09:21:23 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 09:21:23 go: finding gopkg.in/eapache/queue.v1 v1.1.0 09:21:23 go: finding gopkg.in/fsnotify.v1 v1.4.7 09:21:23 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 09:21:23 go: finding gopkg.in/yaml.v2 v2.2.8 09:21:38 Removing intermediate container 6dd7c3078763 09:21:38 ---> 2f69f01976c2 09:21:38 Successfully built 2f69f01976c2 09:21:38 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 09:21:39 + docker inspect -f . ci-base-image-x86_64 09:21:39 . [Pipeline] withDockerContainer 09:21:39 prd-centos7-docker-4c-2g-1549 does not seem to be running inside a container 09:21:39 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 09:21:40 $ docker top 87bb038d9d43068f44385f52f8f75c4cb23eaa86dfe9ad23709aeabcb83356bf -eo pid,comm [Pipeline] { [Pipeline] sh 09:21:41 + go version 09:21:41 go version go1.13.13 linux/amd64 [Pipeline] echo 09:21:41 ========================================================= 09:21:41 [edgeXBuildGoParallel] Running Tests and Build... 09:21:41 ========================================================= [Pipeline] sh 09:21:42 + make test 09:21:42 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:21:46 ? github.com/edgexfoundry/edgex-go [no test files] 09:22:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:22:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:22:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:22:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:22:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:22:14 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s 09:22:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 09:22:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:22:14 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 09:22:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:22:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:22:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:22:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:22:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:22:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.088s coverage: 46.6% of statements 09:22:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:22:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:22:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:22:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:22:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:22:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1550 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws 09:22:21 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 09:22:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.092s coverage: 27.4% of statements 09:22:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:22:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:22:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:22:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:22:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:22:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:22:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements 09:22:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:22:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.031s coverage: 100.0% of statements 09:22:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:22:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.204s coverage: 29.3% of statements 09:22:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:22:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:22:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:22:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:22:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:22:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.016s coverage: 100.0% of statements 09:22:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:22:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.009s coverage: 100.0% of statements 09:22:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:22:25 using credential edgex-jenkins-ssh 09:22:26 Cloning the remote Git repository 09:22:26 Cloning with configured refspecs honoured and without tags 09:22:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:22:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.021s coverage: 89.8% of statements 09:22:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:22:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:22:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.027s coverage: 100.0% of statements 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:22:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:22:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 09:22:26 > git init /w/workspace/edgex-go/20 # timeout=10 09:22:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:22:26 > git --version # timeout=10 09:22:26 using GIT_SSH to set credentials SSH Credentials for GitHub 09:22:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:22:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.117s coverage: 63.5% of statements 09:22:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:22:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:22:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements 09:22:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.207s coverage: 55.9% of statements 09:22:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:22:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:22:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 09:22:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 09:22:41 Fetching without tags 09:22:42 Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit 990eba683d6c8d69092afaca8d7341b393e8866c 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.368s coverage: 86.3% of statements 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.695s coverage: 72.2% of statements 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.185s coverage: 72.1% of statements 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.038s coverage: 48.4% of statements 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.043s coverage: 28.8% of statements 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.067s coverage: 26.9% of statements 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.134s coverage: 84.1% of statements 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.013s coverage: 100.0% of statements 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.032s coverage: 43.1% of statements 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.035s coverage: 100.0% of statements 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.023s coverage: 83.8% of statements 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.051s coverage: 45.1% of statements 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.078s coverage: 100.0% of statements 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.012s coverage: 100.0% of statements 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.035s coverage: 100.0% of statements 09:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:22:42 Merge succeeded, producing 990eba683d6c8d69092afaca8d7341b393e8866c 09:22:42 Checking out Revision 990eba683d6c8d69092afaca8d7341b393e8866c (PR-2627) 09:22:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:22:41 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 09:22:41 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:22:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:22:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:22:41 using GIT_SSH to set credentials SSH Credentials for GitHub 09:22:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:22:42 > git config core.sparsecheckout # timeout=10 09:22:42 > git checkout -f 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 09:22:42 > git remote # timeout=10 09:22:42 > git config --get remote.origin.url # timeout=10 09:22:42 using GIT_SSH to set credentials SSH Credentials for GitHub 09:22:42 > git merge a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 09:22:42 > git rev-parse HEAD^{commit} # timeout=10 09:22:42 > git config core.sparsecheckout # timeout=10 09:22:42 > git checkout -f 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 09:22:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.145s coverage: 29.1% of statements 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:22:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.053s coverage: 99.0% of statements 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:22:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:22:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:22:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:22:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.016s coverage: 87.9% of statements 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:22:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:22:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 09:22:47 Commit message: "feat(metadata): Modify Swagger to remove section and add examples" 09:22:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 09:22:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.140s coverage: 100.0% of statements 09:22:49 GO111MODULE=on go vet ./... [Pipeline] echo 09:22:59 ========================================================= 09:22:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 09:22:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:22:59 gofmt -l . 09:23:00 [ "`gofmt -l .`" = "" ] 09:23:00 + 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 . 09:23:01 ./bin/test-go-mod-tidy.sh 09:23:02 ./bin/test-attribution-txt.sh 09:23:04 Sending build context to Docker daemon 322.9MB 09:23:04 Step 1/7 : ARG BASE=golang:1.13-alpine 09:23:04 Step 2/7 : FROM ${BASE} 09:23:04 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:23:04 b538f80385f9: Pulling fs layer 09:23:04 74f711af9a0d: Pulling fs layer 09:23:04 99f96fe45779: Pulling fs layer 09:23:04 fd7a069fd194: Pulling fs layer 09:23:04 66aa3694b03b: Pulling fs layer 09:23:04 170f70906a0f: Pulling fs layer 09:23:04 ad7c5574e4b9: Pulling fs layer 09:23:04 e772456be8f7: Pulling fs layer 09:23:04 c890913d741a: Pulling fs layer 09:23:04 2480fcc9aa5a: Pulling fs layer 09:23:04 09adf4765672: Pulling fs layer 09:23:04 fd7a069fd194: Waiting 09:23:04 66aa3694b03b: Waiting 09:23:04 170f70906a0f: Waiting 09:23:04 ad7c5574e4b9: Waiting 09:23:04 e772456be8f7: Waiting 09:23:04 c890913d741a: Waiting 09:23:04 2480fcc9aa5a: Waiting 09:23:04 09adf4765672: Waiting 09:23:04 99f96fe45779: Verifying Checksum 09:23:04 99f96fe45779: Download complete 09:23:04 74f711af9a0d: Verifying Checksum 09:23:04 74f711af9a0d: Download complete 09:23:04 66aa3694b03b: Download complete 09:23:04 170f70906a0f: Verifying Checksum 09:23:04 170f70906a0f: Download complete 09:23:04 b538f80385f9: Download complete [Pipeline] sh 09:23:05 b538f80385f9: Pull complete 09:23:05 + ls -al . 09:23:05 total 556 09:23:05 drwxrwxr-x 10 1001 1001 4096 Jul 30 09:23 . 09:23:05 drwxr-xr-x 4 root root 30 Jul 30 09:21 .. 09:23:05 -rw-rw-r-- 1 1001 1001 11 Jul 30 09:19 .dockerignore 09:23:05 drwxrwxr-x 8 1001 1001 179 Jul 30 09:19 .git 09:23:05 drwxrwxr-x 3 1001 1001 60 Jul 30 09:19 .github 09:23:05 -rw-rw-r-- 1 1001 1001 932 Jul 30 09:19 .gitignore 09:23:05 drwx------ 3 1001 1001 47 Jul 30 09:19 .semver 09:23:05 -rw-rw-r-- 1 1001 1001 166 Jul 30 09:19 .sonarcloud.properties 09:23:05 -rw-rw-r-- 1 1001 1001 3804 Jul 30 09:19 CONTRIBUTING.md 09:23:05 -rw-rw-r-- 1 1001 1001 1035 Jul 30 09:19 Dockerfile.build 09:23:05 -rw-rw-r-- 1 1001 1001 865 Jul 30 09:19 Jenkinsfile 09:23:05 -rw-rw-r-- 1 1001 1001 10775 Jul 30 09:19 LICENSE 09:23:05 -rw-rw-r-- 1 1001 1001 6237 Jul 30 09:19 Makefile 09:23:05 -rw-rw-r-- 1 1001 1001 5652 Jul 30 09:19 README.md 09:23:05 -rw-rw-r-- 1 1001 1001 7111 Jul 30 09:19 SECURITY.md 09:23:05 -rw-rw-r-- 1 1001 1001 5 Jul 30 09:19 VERSION 09:23:05 -rw-rw-r-- 1 1001 1001 4131 Jul 30 09:19 ZMQWindows.md 09:23:05 drwxrwxr-x 2 1001 1001 117 Jul 30 09:19 bin 09:23:05 drwxrwxr-x 15 1001 1001 4096 Jul 30 09:19 cmd 09:23:05 -rw-r--r-- 1 root root 456067 Jul 30 09:22 coverage.out 09:23:05 -rw-r--r-- 1 root root 1019 Jul 30 09:23 go.mod 09:23:05 -rw-r--r-- 1 root root 18146 Jul 30 09:23 go.sum 09:23:05 drwxrwxr-x 8 1001 1001 127 Jul 30 09:19 internal 09:23:05 drwxrwxr-x 4 1001 1001 26 Jul 30 09:19 openapi 09:23:05 drwxrwxr-x 4 1001 1001 71 Jul 30 09:19 snap 09:23:05 -rw-rw-r-- 1 1001 1001 168 Jul 30 09:19 version.go [Pipeline] sh 09:23:06 74f711af9a0d: Pull complete 09:23:06 + '[' -e coverage.out ] 09:23:06 + chown 1001:1001 coverage.out [Pipeline] stash 09:23:06 99f96fe45779: Pull complete 09:23:06 Stashed 1 file(s) [Pipeline] sh 09:23:07 + make build 09:23:07 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 09:23:07 ad7c5574e4b9: Verifying Checksum 09:23:07 ad7c5574e4b9: Download complete 09:23:07 c890913d741a: Verifying Checksum 09:23:09 2480fcc9aa5a: Verifying Checksum 09:23:09 2480fcc9aa5a: Download complete 09:23:09 09adf4765672: Verifying Checksum 09:23:09 09adf4765672: Download complete 09:23:10 fd7a069fd194: Verifying Checksum 09:23:10 fd7a069fd194: Download complete 09:23:10 e772456be8f7: Verifying Checksum 09:23:10 e772456be8f7: Download complete 09:23:16 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 09:23:20 fd7a069fd194: Pull complete 09:23:21 66aa3694b03b: Pull complete 09:23:21 170f70906a0f: Pull complete 09:23:23 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 09:23:25 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 09:23:25 ad7c5574e4b9: Pull complete 09:23:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:23:30 e772456be8f7: Pull complete 09:23:30 c890913d741a: Pull complete 09:23:31 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 09:23:32 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 09:23:32 2480fcc9aa5a: Pull complete 09:23:32 09adf4765672: Pull complete 09:23:32 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 09:23:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 09:23:32 ---> 2248a725d1cf 09:23:32 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 09:23: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 09:23:36 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 09:23:39 ---> Running in 19a3be422643 09:23:39 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 09:23:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:23:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:23:42 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 09:23:42 (1/12) Installing libmagic (5.38-r0) 09:23:42 (2/12) Installing file (5.38-r0) 09:23:42 (3/12) Installing libc-dev (0.7.2-r3) 09:23:42 (4/12) Installing g++ (9.3.0-r2) 09:23:45 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 09:23:46 (5/12) Installing fortify-headers (1.1-r0) 09:23:46 (6/12) Installing patch (2.7.6-r6) 09:23:46 (7/12) Installing build-base (0.5-r2) 09:23:46 (8/12) Installing libsodium (1.0.18-r0) 09:23:46 (9/12) Installing pkgconf (1.7.2-r0) 09:23:46 (10/12) Installing libsodium-dev (1.0.18-r0) 09:23:46 (11/12) Installing libzmq (4.3.2-r0) 09:23:46 (12/12) Installing zeromq-dev (4.3.2-r0) 09:23:46 Executing busybox-1.31.1-r16.trigger 09:23:46 OK: 217 MiB in 51 packages 09:23:46 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] } 09:23:48 $ docker stop --time=1 87bb038d9d43068f44385f52f8f75c4cb23eaa86dfe9ad23709aeabcb83356bf 09:23:50 Removing intermediate container 19a3be422643 09:23:50 ---> 15d8a13ff2ed 09:23:50 Step 4/7 : WORKDIR /edgex-go 09:23:50 ---> Running in 25e8c56feae2 09:23:51 Removing intermediate container 25e8c56feae2 09:23:51 ---> 0d2ab33c0bbe 09:23:51 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:23:51 $ docker rm -f 87bb038d9d43068f44385f52f8f75c4cb23eaa86dfe9ad23709aeabcb83356bf 09:23:51 latest: Pulling from library/docker 09:23:51 b538f80385f9: Already exists 09:23:51 259a493cd78d: Pulling fs layer 09:23:51 b8e66b5100f5: Pulling fs layer 09:23:51 39dc9c94d07c: Pulling fs layer 09:23:51 551b823b3b82: Pulling fs layer 09:23:51 3c52a74df98c: Pulling fs layer 09:23:51 6c9b121b6998: Pulling fs layer 09:23:51 551b823b3b82: Waiting 09:23:51 3c52a74df98c: Waiting 09:23:51 6c9b121b6998: Waiting 09:23:52 b8e66b5100f5: Verifying Checksum 09:23:52 b8e66b5100f5: Download complete 09:23:52 259a493cd78d: Verifying Checksum 09:23:52 259a493cd78d: Download complete 09:23:52 551b823b3b82: Verifying Checksum 09:23:52 551b823b3b82: Download complete [Pipeline] // withDockerContainer [Pipeline] } 09:23:52 3c52a74df98c: Verifying Checksum 09:23:52 3c52a74df98c: Download complete 09:23:52 6c9b121b6998: Verifying Checksum 09:23:52 6c9b121b6998: Download complete [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 09:23:52 259a493cd78d: Pull complete 09:23:53 b8e66b5100f5: Pull complete 09:23:53 39dc9c94d07c: Verifying Checksum 09:23:53 39dc9c94d07c: Download complete [Pipeline] isUnix [Pipeline] sh 09:23:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:23:54 09:23:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:23:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:23:55 latest: Pulling from edgex-devops/edgex-compose 09:23:55 cbdbe7a5bc2a: Pulling fs layer 09:23:55 ca9280d653b3: Pulling fs layer 09:23:55 7e9c9ca2126c: Pulling fs layer 09:23:55 cbdbe7a5bc2a: Verifying Checksum 09:23:55 cbdbe7a5bc2a: Download complete 09:23:55 ca9280d653b3: Verifying Checksum 09:23:55 ca9280d653b3: Download complete 09:23:56 39dc9c94d07c: Pull complete 09:23:56 cbdbe7a5bc2a: Pull complete 09:23:56 551b823b3b82: Pull complete 09:23:56 3c52a74df98c: Pull complete 09:23:57 7e9c9ca2126c: Download complete 09:23:57 6c9b121b6998: Pull complete 09:23:57 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 09:23:57 Status: Downloaded newer image for docker:latest 09:23:58 ca9280d653b3: Pull complete 09:24:00 ---> a9417ce6c662 09:24:00 Step 6/7 : COPY go.mod . 09:24:01 ---> 9a0dec887b0f 09:24:01 Step 7/7 : RUN go mod download 09:24:01 ---> Running in 210ad7bed567 09:24:05 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:24:05 go: finding github.com/BurntSushi/toml v0.3.1 09:24:05 go: finding github.com/OneOfOne/xxhash v1.2.5 09:24:05 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 09:24:05 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:24:05 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 09:24:05 go: finding github.com/bgentry/speakeasy v0.1.0 09:24:05 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 09:24:05 go: finding github.com/cloudflare/gokey v0.1.0 09:24:05 go: finding github.com/davecgh/go-spew v1.1.1 09:24:05 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:24:05 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 09:24:05 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 09:24:05 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 09:24:05 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:24:05 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 09:24:05 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 09:24:05 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 09:24:05 go: finding github.com/fatih/color v1.7.0 09:24:05 go: finding github.com/fsnotify/fsnotify v1.4.7 09:24:05 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:24:05 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 09:24:05 go: finding github.com/go-kit/kit v0.8.0 09:24:05 go: finding github.com/go-logfmt/logfmt v0.4.0 09:24:05 go: finding github.com/go-redis/redis/v7 v7.2.0 09:24:06 go: finding github.com/go-stack/stack v1.8.0 09:24:06 go: finding github.com/golang/protobuf v1.3.2 09:24:06 go: finding github.com/gomodule/redigo v2.0.0+incompatible 09:24:06 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 09:24:06 go: finding github.com/google/uuid v1.1.0 09:24:06 go: finding github.com/gorilla/mux v1.7.1 09:24:06 go: finding github.com/hashicorp/consul/api v1.1.0 09:24:06 go: finding github.com/hashicorp/consul/sdk v0.1.1 09:24:06 go: finding github.com/hashicorp/errwrap v1.0.0 09:24:06 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 09:24:06 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 09:24:06 go: finding github.com/hashicorp/go-msgpack v0.5.3 09:24:06 go: finding github.com/hashicorp/go-multierror v1.0.0 09:24:06 go: finding github.com/hashicorp/go-rootcerts v1.0.0 09:24:06 go: finding github.com/hashicorp/go-sockaddr v1.0.0 09:24:06 go: finding github.com/hashicorp/go-syslog v1.0.0 09:24:06 go: finding github.com/hashicorp/go-uuid v1.0.1 09:24:06 go: finding github.com/hashicorp/go.net v0.0.1 09:24:06 go: finding github.com/hashicorp/golang-lru v0.5.0 09:24:06 go: finding github.com/hashicorp/logutils v1.0.0 09:24:06 go: finding github.com/hashicorp/mdns v1.0.0 09:24:06 go: finding github.com/hashicorp/memberlist v0.1.3 09:24:06 go: finding github.com/hashicorp/serf v0.8.2 09:24:06 go: finding github.com/hpcloud/tail v1.0.0 09:24:06 go: finding github.com/imdario/mergo v0.3.6 09:24:06 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:24:06 go: finding github.com/kr/pretty v0.1.0 09:24:06 go: finding github.com/kr/pty v1.1.1 09:24:06 go: finding github.com/kr/text v0.1.0 09:24:06 go: finding github.com/mattn/go-colorable v0.0.9 09:24:07 go: finding github.com/mattn/go-isatty v0.0.3 09:24:07 go: finding github.com/miekg/dns v1.0.14 09:24:07 go: finding github.com/mitchellh/cli v1.0.0 09:24:07 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:24:07 go: finding github.com/mitchellh/copystructure v1.0.0 09:24:07 go: finding github.com/mitchellh/go-homedir v1.0.0 09:24:07 go: finding github.com/mitchellh/go-testing-interface v1.0.0 09:24:07 go: finding github.com/mitchellh/gox v0.4.0 09:24:07 go: finding github.com/mitchellh/iochan v1.0.0 09:24:07 go: finding github.com/mitchellh/mapstructure v1.1.2 09:24:07 go: finding github.com/mitchellh/reflectwalk v1.0.0 09:24:07 go: finding github.com/onsi/ginkgo v1.10.1 09:24:07 go: finding github.com/onsi/gomega v1.7.0 09:24:07 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 09:24:07 go: finding github.com/pebbe/zmq4 v1.0.0 09:24:07 go: finding github.com/pelletier/go-toml v1.2.0 09:24:07 go: finding github.com/pkg/errors v0.8.1 09:24:07 go: finding github.com/pmezard/go-difflib v1.0.0 09:24:07 go: finding github.com/posener/complete v1.1.1 09:24:07 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:24:07 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 09:24:07 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 09:24:07 go: finding github.com/stretchr/objx v0.1.0 09:24:07 go: finding github.com/stretchr/testify v1.5.1 09:24:07 go: finding github.com/ugorji/go v1.1.4 09:24:07 go: finding github.com/x448/float16 v0.8.4 09:24:07 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 09:24:07 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:24:07 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 09:24:07 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 09:24:07 go: finding golang.org/x/text v0.3.2 09:24:07 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 09:24:08 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 09:24:08 go: finding gopkg.in/eapache/queue.v1 v1.1.0 09:24:08 go: finding gopkg.in/fsnotify.v1 v1.4.7 09:24:08 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 09:24:08 go: finding gopkg.in/yaml.v2 v2.2.8 09:24:08 7e9c9ca2126c: Pull complete 09:24:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:24:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:24:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:24:08 prd-centos7-docker-4c-2g-1549 does not seem to be running inside a container 09:24:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 09:24:11 $ docker top afbf23dc9dd72f4bedc1158c815eb964f35cbc769ff773bbf71495fb64d5a048 -eo pid,comm [Pipeline] { [Pipeline] sh 09:24:12 + docker-compose build --help 09:24:12 + grep parallel 09:24:13 --parallel Build images in parallel. [Pipeline] } 09:24:13 $ docker stop --time=1 afbf23dc9dd72f4bedc1158c815eb964f35cbc769ff773bbf71495fb64d5a048 09:24:15 $ docker rm -f afbf23dc9dd72f4bedc1158c815eb964f35cbc769ff773bbf71495fb64d5a048 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:24:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:24:16 . [Pipeline] withDockerContainer 09:24:16 prd-centos7-docker-4c-2g-1549 does not seem to be running inside a container 09:24:16 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 09:24:17 $ docker top 5837f1a4bbd8092d2a56d20d3f04d86603248e2b5a1d13fbda852a2a8b307872 -eo pid,comm [Pipeline] { [Pipeline] sh 09:24:18 + docker-compose -f ./docker-compose-build.yml build --parallel 09:24:19 Building docker-core-command-go ... 09:24:19 Building docker-core-data-go ... 09:24:19 Building docker-core-metadata-go ... 09:24:19 Building docker-security-proxy-setup-go ... 09:24:19 Building docker-security-secrets-setup-go ... 09:24:19 Building docker-security-secretstore-setup-go ... 09:24:19 Building docker-support-logging-go ... 09:24:19 Building docker-support-notifications-go ... 09:24:19 Building docker-support-scheduler-go ... 09:24:19 Building docker-sys-mgmt-agent-go ... 09:24:19 Building docker-core-command-go 09:24:19 Building docker-core-metadata-go 09:24:19 Building docker-support-notifications-go 09:24:19 Building docker-support-scheduler-go 09:24:19 Building docker-support-logging-go 09:24:26 Removing intermediate container 210ad7bed567 09:24:26 ---> 7475cacc70fe 09:24:26 Successfully built 7475cacc70fe 09:24:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:24:27 + docker inspect -f . ci-base-image-arm64 09:24:27 . [Pipeline] withDockerContainer 09:24:27 prd-ubuntu18.04-docker-arm64-4c-16g-1550 does not seem to be running inside a container 09:24:27 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-arm64 cat 09:24:28 $ docker top ea624d3a0dce09e6a49cb42fb56e96c6fcc4eb57cdddc6ded85af7e5da21beee -eo pid,comm [Pipeline] { [Pipeline] sh 09:24:29 + go version 09:24:29 go version go1.13.13 linux/arm64 [Pipeline] echo 09:24:30 ========================================================= 09:24:30 [edgeXBuildGoParallel] Running Tests and Build... 09:24:30 ========================================================= [Pipeline] sh 09:24:30 + make test 09:24:30 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:24:33 ? github.com/edgexfoundry/edgex-go [no test files] 09:24:59 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 09:24:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:24:59 ---> 2f69f01976c2 09:24:59 Step 3/21 : WORKDIR /edgex-go 09:24:59 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 09:24:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:24:59 ---> 2f69f01976c2 09:24:59 Step 3/21 : WORKDIR /edgex-go 09:24:59 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 09:24:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:24:59 ---> 2f69f01976c2 09:24:59 Step 3/23 : WORKDIR /edgex-go 09:24:59 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 09:24:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:24:59 ---> 2f69f01976c2 09:24:59 Step 3/21 : WORKDIR /edgex-go 09:24:59 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 09:24:59 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:24:59 ---> 2f69f01976c2 09:24:59 Step 3/20 : WORKDIR /edgex-go 09:25:00 ---> Running in be38170482d2 09:25:00 ---> Running in a486b34722ae 09:25:00 ---> Running in 5c70e2ab6bcf 09:25:00 ---> Running in 49b94b03e88c 09:25:00 ---> Running in f186eb5cd4db 09:25:01 Removing intermediate container 5c70e2ab6bcf 09:25:01 ---> c0d62c28bdcf 09:25:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:25:01 Removing intermediate container be38170482d2 09:25:01 ---> 3d7ac3cf00e0 09:25:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:25:01 Removing intermediate container a486b34722ae 09:25:01 ---> 1fbff594e24d 09:25:01 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:25:01 Removing intermediate container 49b94b03e88c 09:25:01 ---> 3d7c01cb3053 09:25:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:25:01 Removing intermediate container f186eb5cd4db 09:25:01 ---> 11065a95f81f 09:25:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:25:01 ---> Running in 96c45a0ea974 09:25:01 ---> Running in 1f6f1284fe20 09:25:01 ---> Running in 56752cf6039a 09:25:01 ---> Running in 337481ea0f43 09:25:01 ---> Running in fe3e871f14a8 09:25:05 Removing intermediate container 337481ea0f43 09:25:05 ---> 5ae94528aae8 09:25:05 Step 5/21 : RUN apk update && apk add make && apk add bash git 09:25:05 Removing intermediate container 96c45a0ea974 09:25:05 ---> 779698138086 09:25:05 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 09:25:05 ---> Running in 532768acee65 09:25:05 ---> Running in 225b58fb4618 09:25:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:25:06 Removing intermediate container 56752cf6039a 09:25:06 ---> b72ba2afc400 09:25:06 Step 5/20 : RUN apk update && apk add make git 09:25:06 Removing intermediate container fe3e871f14a8 09:25:06 ---> bbb7de196c79 09:25:06 Step 5/21 : RUN apk update && apk add make git 09:25:06 Removing intermediate container 1f6f1284fe20 09:25:06 ---> fb46b691dc0c 09:25:06 Step 5/21 : RUN apk update && apk add make git 09:25:06 ---> Running in bab2339af4e3 09:25:06 ---> Running in 5071b488162e 09:25:06 ---> Running in 204eb8726930 09:25:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:25:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:25:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:25:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:25:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:25:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:25:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:25:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:25:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:25:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:25:08 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:25:08 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:25:08 OK: 12749 distinct packages available 09:25:08 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:25:08 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:25:08 OK: 12749 distinct packages available 09:25:08 OK: 233 MiB in 51 packages 09:25:09 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:25:09 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:25:09 OK: 12749 distinct packages available 09:25:09 OK: 233 MiB in 51 packages 09:25:09 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:25:09 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:25:09 OK: 12749 distinct packages available 09:25:09 OK: 233 MiB in 51 packages 09:25:09 OK: 233 MiB in 51 packages 09:25:09 OK: 233 MiB in 51 packages 09:25:09 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:25:09 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:25:09 OK: 12749 distinct packages available 09:25:09 OK: 233 MiB in 51 packages 09:25:10 Removing intermediate container 225b58fb4618 09:25:10 ---> 3dd8e330b371 09:25:10 Step 6/23 : COPY go.mod . 09:25:10 Removing intermediate container 5071b488162e 09:25:10 ---> 59d614a25010 09:25:10 Step 6/21 : COPY go.mod . 09:25:11 Removing intermediate container 204eb8726930 09:25:11 ---> dc67f9436977 09:25:11 Step 6/21 : COPY go.mod . 09:25:11 Removing intermediate container 532768acee65 09:25:11 ---> 7bb0108828d6 09:25:11 Step 6/21 : COPY go.mod . 09:25:11 ---> acc17f77147c 09:25:11 Step 7/23 : RUN go mod download 09:25:11 ---> 4e27de7af6e3 09:25:11 Step 7/21 : RUN go mod download 09:25:11 ---> Running in b0798b9f7c7c 09:25:11 ---> Running in 6664aec3e2c7 09:25:11 Removing intermediate container bab2339af4e3 09:25:11 ---> 5187bf92ed57 09:25:11 Step 6/20 : COPY go.mod . 09:25:11 ---> 899e08a5d6e5 09:25:11 Step 7/21 : RUN go mod download 09:25:12 ---> 72fe73dc4f85 09:25:12 Step 7/21 : RUN go mod download 09:25:12 ---> Running in 880e7afe73f1 09:25:12 ---> fddeff17502e 09:25:12 Step 7/20 : RUN go mod download 09:25:12 ---> Running in d089e2a337b2 09:25:12 ---> Running in 4f88a614f5a1 09:25:16 Removing intermediate container b0798b9f7c7c 09:25:16 ---> 5a331bd465c2 09:25:16 Step 8/23 : COPY . . 09:25:16 Removing intermediate container 4f88a614f5a1 09:25:16 ---> bc10f68115dc 09:25:16 Step 8/20 : COPY . . 09:25:16 Removing intermediate container 880e7afe73f1 09:25:16 ---> 2599437aae7e 09:25:16 Step 8/21 : COPY . . 09:25:16 Removing intermediate container 6664aec3e2c7 09:25:16 ---> 68327d59c035 09:25:16 Step 8/21 : COPY . . 09:25:16 Removing intermediate container d089e2a337b2 09:25:16 ---> 5ef215209986 09:25:16 Step 8/21 : COPY . . 09:25:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:25:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:25:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:25:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:25:18 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s 09:25:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 09:25:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:25:18 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 09:25:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:25:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:25:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:25:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:25:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:25:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.206s coverage: 46.6% of statements 09:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:25:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.155s coverage: 27.4% of statements 09:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:25:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements 09:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:25:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.026s coverage: 100.0% of statements 09:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.383s coverage: 29.3% of statements 09:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements 09:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements 09:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 89.8% of statements 09:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:25:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.267s coverage: 97.5% of statements 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:25:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 100.0% of statements 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:25:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.018s coverage: 58.8% of statements 09:25:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements 09:25:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:25:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:25:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 09:25:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.362s coverage: 55.9% of statements 09:25:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:25:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:25:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 09:25:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 09:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.851s coverage: 86.3% of statements 09:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 09:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.031s coverage: 72.2% of statements 09:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.352s coverage: 72.1% of statements 09:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements 09:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements 09:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 09:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 09:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 09:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.038s coverage: 28.8% of statements 09:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 09:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.045s coverage: 96.8% of statements 09:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 09:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 26.9% of statements 09:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.288s coverage: 84.1% of statements 09:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.060s coverage: 100.0% of statements 09:26:03 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.040s coverage: 43.1% of statements 09:26:03 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 09:26:03 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 09:26:03 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.061s coverage: 100.0% of statements 09:26:03 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 09:26:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.095s coverage: 83.8% of statements 09:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 09:26:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.088s coverage: 46.1% of statements 09:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:26:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.052s coverage: 100.0% of statements 09:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:26:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.094s coverage: 100.0% of statements 09:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:26:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements 09:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:26:13 ---> 16eb0326ae60 09:26:13 Step 9/23 : RUN make cmd/support-notifications/support-notifications 09:26:13 ---> 3d2dc6708393 09:26:13 Step 9/21 : RUN make cmd/core-metadata/core-metadata 09:26:13 ---> Running in aa5e8129b458 09:26:13 ---> d2e7ec626fc5 09:26:13 Step 9/21 : RUN make cmd/core-command/core-command 09:26:13 ---> d8fdf0e71cdc 09:26:13 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 09:26:13 ---> 9a6a530a3fa3 09:26:13 Step 9/21 : RUN make cmd/support-logging/support-logging 09:26:13 ---> Running in be41c9e699c5 09:26:13 ---> Running in 77730ee1ed4e 09:26:13 ---> Running in 88631d2f029e 09:26:13 ---> Running in dc5ab2d61d28 09:26:13 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 09:26:13 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 09:26:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:26:13 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 09:26:13 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 09:26:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.174s coverage: 29.1% of statements 09:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:26:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 09:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:26:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 09:26:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:26:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.016s coverage: 0.0% of statements 09:26:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:26:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 09:26:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:26:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:26:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:26:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:26:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.019s coverage: 87.9% of statements 09:26:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:26:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:26:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.024s coverage: 100.0% of statements 09:26:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements 09:26:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 09:26:20 GO111MODULE=on go vet ./... 09:26:38 gofmt -l . 09:26:38 [ "`gofmt -l .`" = "" ] 09:26:40 ./bin/test-go-mod-tidy.sh 09:26:40 ./bin/test-attribution-txt.sh [Pipeline] sh 09:26:44 + ls -al . 09:26:44 total 588 09:26:44 drwxrwxr-x 10 1001 1001 4096 Jul 30 09:26 . 09:26:44 drwxr-xr-x 4 root root 4096 Jul 30 09:24 .. 09:26:44 -rw-rw-r-- 1 1001 1001 11 Jul 30 09:22 .dockerignore 09:26:44 drwxrwxr-x 8 1001 1001 4096 Jul 30 09:22 .git 09:26:44 drwxrwxr-x 3 1001 1001 4096 Jul 30 09:22 .github 09:26:44 -rw-rw-r-- 1 1001 1001 932 Jul 30 09:22 .gitignore 09:26:44 drwxrwxr-x 3 1001 1001 4096 Jul 30 09:22 .semver 09:26:44 -rw-rw-r-- 1 1001 1001 166 Jul 30 09:22 .sonarcloud.properties 09:26:44 -rw-rw-r-- 1 1001 1001 3804 Jul 30 09:22 CONTRIBUTING.md 09:26:44 -rw-rw-r-- 1 1001 1001 1035 Jul 30 09:22 Dockerfile.build 09:26:44 -rw-rw-r-- 1 1001 1001 865 Jul 30 09:22 Jenkinsfile 09:26:44 -rw-rw-r-- 1 1001 1001 10775 Jul 30 09:22 LICENSE 09:26:44 -rw-rw-r-- 1 1001 1001 6237 Jul 30 09:22 Makefile 09:26:44 -rw-rw-r-- 1 1001 1001 5652 Jul 30 09:22 README.md 09:26:44 -rw-rw-r-- 1 1001 1001 7111 Jul 30 09:22 SECURITY.md 09:26:44 -rw-rw-r-- 1 1001 1001 5 Jul 30 09:19 VERSION 09:26:44 -rw-rw-r-- 1 1001 1001 4131 Jul 30 09:22 ZMQWindows.md 09:26:44 drwxrwxr-x 2 1001 1001 4096 Jul 30 09:22 bin 09:26:44 drwxrwxr-x 15 1001 1001 4096 Jul 30 09:22 cmd 09:26:44 -rw-r--r-- 1 root root 456067 Jul 30 09:26 coverage.out 09:26:44 -rw-r--r-- 1 root root 1019 Jul 30 09:26 go.mod 09:26:44 -rw-r--r-- 1 root root 18146 Jul 30 09:26 go.sum 09:26:44 drwxrwxr-x 8 1001 1001 4096 Jul 30 09:22 internal 09:26:44 drwxrwxr-x 4 1001 1001 4096 Jul 30 09:22 openapi 09:26:44 drwxrwxr-x 4 1001 1001 4096 Jul 30 09:22 snap 09:26:44 -rw-rw-r-- 1 1001 1001 168 Jul 30 09:22 version.go [Pipeline] sh 09:26:44 + '[' -e coverage.out ] 09:26:44 + chown 1001:1001 coverage.out [Pipeline] stash 09:26:44 Warning: overwriting stash ‘coverage-report’ 09:26:46 Stashed 1 file(s) [Pipeline] sh 09:26:46 + make build 09:26:46 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 09:27:01 Removing intermediate container 88631d2f029e 09:27:01 ---> b330e17fe2c8 09:27:01 09:27:01 Step 10/21 : FROM scratch 09:27:01 ---> 09:27:01 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:27:03 ---> Running in 8672c9d86276 09:27:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:27:08 Removing intermediate container aa5e8129b458 09:27:08 ---> 8ebb04dc37ee 09:27:08 09:27:08 Step 10/23 : FROM scratch 09:27:08 ---> 09:27:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:27:08 Removing intermediate container 8672c9d86276 09:27:08 ---> e35a9e543ae2 09:27:08 Step 12/21 : ENV APP_PORT=48061 09:27:08 ---> Using cache 09:27:08 ---> e35a9e543ae2 09:27:08 Step 12/23 : ENV APP_PORT=48060 09:27:08 Removing intermediate container 77730ee1ed4e 09:27:08 ---> 5f635e0dff23 09:27:08 09:27:08 Step 10/21 : FROM scratch 09:27:08 ---> 09:27:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:27:08 ---> Running in 84575934cec4 09:27:08 ---> Running in 818150e3cf87 09:27:08 ---> Running in 9e287f413fd2 09:27:08 Removing intermediate container dc5ab2d61d28 09:27:08 ---> 1d0b51588958 09:27:08 09:27:08 Step 10/20 : FROM scratch 09:27:08 ---> 09:27:08 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:27:08 Removing intermediate container be41c9e699c5 09:27:08 ---> 48395b42d03b 09:27:08 09:27:08 Step 10/21 : FROM scratch 09:27:08 ---> 09:27:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:27:09 ---> Running in 4b40939fabc0 09:27:09 Removing intermediate container 818150e3cf87 09:27:09 ---> cddf3849c2d1 09:27:09 Step 13/21 : EXPOSE $APP_PORT 09:27:10 Removing intermediate container 84575934cec4 09:27:10 ---> 062c7dfacc49 09:27:10 Step 13/23 : EXPOSE $APP_PORT 09:27:10 ---> Running in f48cb0634711 09:27:10 ---> Running in 87ce6f984596 09:27:10 Removing intermediate container 9e287f413fd2 09:27:10 ---> 76c6e1b773dc 09:27:10 Step 12/21 : ENV APP_PORT=48082 09:27:10 ---> Running in 8a6ede90b08b 09:27:10 Removing intermediate container 4b40939fabc0 09:27:10 ---> 865e36d6ab47 09:27:10 Step 12/20 : ENV APP_PORT=48085 09:27:10 ---> Running in 1d753ce6542f 09:27:10 ---> Running in 39ee65e7f1b7 09:27:10 Removing intermediate container f48cb0634711 09:27:10 ---> d91d19deb212 09:27:10 Step 12/21 : ENV APP_PORT=48081 09:27:10 Removing intermediate container 87ce6f984596 09:27:10 ---> efc06649e009 09:27:10 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 09:27:10 ---> Running in b00183cbd6ea 09:27:10 Removing intermediate container 8a6ede90b08b 09:27:10 ---> 34dff7c4b46d 09:27:10 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 09:27:10 Removing intermediate container 1d753ce6542f 09:27:10 ---> 5682f8ae520f 09:27:10 Step 13/21 : EXPOSE $APP_PORT 09:27:10 Removing intermediate container 39ee65e7f1b7 09:27:10 ---> ae9607065261 09:27:10 Step 13/20 : EXPOSE $APP_PORT 09:27:11 Removing intermediate container b00183cbd6ea 09:27:11 ---> f8f84409b4c9 09:27:11 Step 13/21 : EXPOSE $APP_PORT 09:27:11 ---> Running in edc52e87b59d 09:27:11 ---> Running in dce2713d0020 09:27:11 ---> f46260b307f9 09:27:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 09:27:11 ---> Running in 81ecbd9b859c 09:27:11 ---> 29f1a43e8f9e 09:27:11 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:27:11 Removing intermediate container dce2713d0020 09:27:11 ---> 445b9f9a7bd5 09:27:11 Step 14/21 : WORKDIR / 09:27:11 Removing intermediate container edc52e87b59d 09:27:11 ---> 309ec4dc1adb 09:27:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:27:11 Removing intermediate container 81ecbd9b859c 09:27:11 ---> d7c541979924 09:27:11 Step 14/21 : WORKDIR / 09:27:11 ---> Running in 863067b263a3 09:27:11 ---> 29bbecb6dd14 09:27:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 09:27:11 ---> Running in af8d93b5b8b9 09:27:11 Removing intermediate container 863067b263a3 09:27:11 ---> 4220b0d97522 09:27:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:27:12 ---> 819f76ef399c 09:27:12 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:27:12 Removing intermediate container af8d93b5b8b9 09:27:12 ---> 3ce3b0d59390 09:27:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:27:12 ---> 7c227418390d 09:27:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:27:12 ---> 0f8ee68d48cd 09:27:12 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 09:27:12 ---> 0207122ff7b0 09:27:12 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 09:27:13 ---> d7999d578bd0 09:27:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:27:13 ---> 5011a6590304 09:27:13 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:27:13 ---> e819920ccd79 09:27:13 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:27:13 ---> Running in f4b95e0ec0eb 09:27:13 ---> 98f69446fe65 09:27:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:27:13 ---> 43bc452eddc5 09:27:13 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:27:14 Removing intermediate container f4b95e0ec0eb 09:27:14 ---> 3eb66b6bacc1 09:27:14 Step 19/21 : LABEL arch=x86_64 09:27:14 ---> Running in d684bd4aac43 09:27:14 ---> 077aa11bc8cf 09:27:14 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:27:14 ---> f64f0674c075 09:27:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:27:14 ---> 595e696b37ce 09:27:14 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:27:14 ---> d61e7c4333bd 09:27:14 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:27:14 Removing intermediate container d684bd4aac43 09:27:14 ---> 33785bf0bd6c 09:27:14 Step 20/21 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:27:14 ---> Running in 8f3aac7d9502 09:27:14 ---> Running in 74d753f42b4c 09:27:14 ---> Running in efe0571ecdc1 09:27:14 Removing intermediate container 8f3aac7d9502 09:27:14 ---> 439c91dbe15a 09:27:14 Step 18/20 : LABEL arch=x86_64 09:27:15 ---> 8d048d5e1827 09:27:15 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:27:15 ---> Running in 8c6cf8321501 09:27:15 Removing intermediate container 74d753f42b4c 09:27:15 ---> 84cbbd97a4a4 09:27:15 Step 21/21 : LABEL version=0.0.0 09:27:15 ---> Running in 70f0d9c02612 09:27:15 ---> 34ec925530ba 09:27:15 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:27:15 Removing intermediate container efe0571ecdc1 09:27:15 ---> 17dc9f9463d0 09:27:15 Step 19/21 : LABEL arch=x86_64 09:27:15 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 09:27:15 ---> Running in 53e33b7a86c3 09:27:15 ---> Running in 14af8dd4dff9 09:27:15 Removing intermediate container 8c6cf8321501 09:27:15 ---> ab9f6c0b9f86 09:27:15 Step 19/20 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:27:15 Removing intermediate container 70f0d9c02612 09:27:15 ---> 82eed43fe070 09:27:15 Step 19/21 : LABEL arch=x86_64 09:27:15 ---> Running in 40d549eedf28 09:27:15 ---> Running in eb236a5d6f2c 09:27:15 ---> 352845b6a825 09:27:15 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:27:15 Removing intermediate container 53e33b7a86c3 09:27:15 ---> 07a89853cfe9 09:27:15 09:27:15 Removing intermediate container 14af8dd4dff9 09:27:15 ---> f84499b4e182 09:27:15 Step 20/21 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:27:16 ---> Running in fd60ed873d39 09:27:16 Successfully built 07a89853cfe9 09:27:16 Successfully tagged docker-support-logging-go:latest 09:27:16 Building docker-security-proxy-setup-go 09:27:16  Building docker-support-logging-go ... done  ---> Running in 3a40797edea9 09:27:16 Removing intermediate container 40d549eedf28 09:27:16 ---> e93dd842f0aa 09:27:16 Step 20/21 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:27:16 Removing intermediate container eb236a5d6f2c 09:27:16 ---> 44302932ac16 09:27:16 Step 20/20 : LABEL version=0.0.0 09:27:16 ---> Running in 9346a4f34075 09:27:16 ---> Running in 111338ef4e1e 09:27:16 Removing intermediate container 3a40797edea9 09:27:16 ---> 1428f8af92fd 09:27:16 Step 21/21 : LABEL version=0.0.0 09:27:16 Removing intermediate container fd60ed873d39 09:27:16 ---> 6db7c8df0aea 09:27:16 Step 21/23 : LABEL arch=x86_64 09:27:16 ---> Running in 834256caead7 09:27:16 ---> Running in 313770927bab 09:27:16 Removing intermediate container 9346a4f34075 09:27:16 ---> bdae86159c81 09:27:16 09:27:16 Removing intermediate container 111338ef4e1e 09:27:16 ---> 7eafb084cd3e 09:27:16 Step 21/21 : LABEL version=0.0.0 09:27:17 Successfully built bdae86159c81 09:27:17 ---> Running in 46ccfb1616cf 09:27:17 Removing intermediate container 834256caead7 09:27:17 ---> ea7e4c6f071b 09:27:17 Step 22/23 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:27:17 Successfully tagged docker-support-scheduler-go:latest 09:27:17  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 09:27:17 Removing intermediate container 313770927bab 09:27:17 ---> c388774ea4f0 09:27:17 09:27:18 ---> Running in b7848b2365e6 09:27:18 Successfully built c388774ea4f0 09:27:18 Successfully tagged docker-core-command-go:latest 09:27:18 Building docker-sys-mgmt-agent-go 09:27:18  Building docker-core-command-go ... done Removing intermediate container 46ccfb1616cf 09:27:18 ---> d2ee5c4bd07c 09:27:18 09:27:18 Successfully built d2ee5c4bd07c 09:27:18 Successfully tagged docker-core-metadata-go:latest 09:27:18  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go 09:27:18 Removing intermediate container b7848b2365e6 09:27:18 ---> 14540bc14f96 09:27:18 Step 23/23 : LABEL version=0.0.0 09:27:18 ---> Running in 4733d73ed0f1 09:27:18 Removing intermediate container 4733d73ed0f1 09:27:18 ---> af29653abc64 09:27:18 09:27:18 Successfully built af29653abc64 09:27:20 Successfully tagged docker-support-notifications-go:latest 09:27:20  Building docker-support-notifications-go ... done Building docker-core-data-go 09:27:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 09:27:26 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 09:27:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:27:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:27:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:27:43 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 09:27:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:27:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:27:57 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 09:28:00 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 09:28:00 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:28:00 ---> 2f69f01976c2 09:28:00 Step 3/20 : WORKDIR /edgex-go 09:28:00 ---> Using cache 09:28:00 ---> 11065a95f81f 09:28:00 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:28:00 ---> Using cache 09:28:00 ---> bbb7de196c79 09:28:00 Step 5/20 : RUN apk update && apk add make git 09:28:00 ---> Using cache 09:28:00 ---> 59d614a25010 09:28:00 Step 6/20 : COPY go.mod . 09:28:00 ---> Using cache 09:28:00 ---> 4e27de7af6e3 09:28:00 Step 7/20 : RUN go mod download 09:28:00 ---> Using cache 09:28:00 ---> 68327d59c035 09:28:00 Step 8/20 : COPY . . 09:28:00 ---> Using cache 09:28:00 ---> d2e7ec626fc5 09:28:00 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 09:28:00 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 09:28:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:28:00 ---> 2f69f01976c2 09:28:00 Step 3/26 : WORKDIR /edgex-go 09:28:00 ---> Using cache 09:28:00 ---> 11065a95f81f 09:28:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:28:00 ---> Using cache 09:28:00 ---> bbb7de196c79 09:28:00 Step 5/26 : RUN apk update && apk add make bash git 09:28:00 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 09:28:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:28:00 ---> 2f69f01976c2 09:28:00 Step 3/26 : WORKDIR /edgex-go 09:28:00 ---> Using cache 09:28:00 ---> 11065a95f81f 09:28:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:28:00 ---> Using cache 09:28:00 ---> bbb7de196c79 09:28:00 Step 5/26 : RUN apk update && apk add make git 09:28:00 ---> Using cache 09:28:00 ---> 59d614a25010 09:28:00 Step 6/26 : COPY go.mod . 09:28:00 ---> Using cache 09:28:00 ---> 4e27de7af6e3 09:28:00 Step 7/26 : RUN go mod download 09:28:00 ---> Using cache 09:28:00 ---> 68327d59c035 09:28:00 Step 8/26 : COPY . . 09:28:00 ---> Using cache 09:28:00 ---> d2e7ec626fc5 09:28:00 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 09:28:00 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 09:28:00 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 09:28:00 ---> 2f69f01976c2 09:28:00 Step 3/29 : WORKDIR /edgex-go 09:28:00 ---> Using cache 09:28:00 ---> 11065a95f81f 09:28:00 Step 4/29 : RUN apk update && apk add make git 09:28:01 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 09:28:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:28:01 ---> 2f69f01976c2 09:28:01 Step 3/22 : WORKDIR /edgex-go 09:28:01 ---> Using cache 09:28:01 ---> 11065a95f81f 09:28:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:28:01 ---> Using cache 09:28:01 ---> bbb7de196c79 09:28:01 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 09:28:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 09:28:02 ---> Running in ad88af8090f1 09:28:02 ---> Running in 64f34bcb2607 09:28:02 ---> Running in dfd41e07dc16 09:28:02 ---> Running in 223d734babab 09:28:02 ---> Running in b43ce5153424 [Pipeline] } 09:28:04 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 09:28:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:28:04 $ docker stop --time=1 ea624d3a0dce09e6a49cb42fb56e96c6fcc4eb57cdddc6ded85af7e5da21beee 09:28:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:28:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:28:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:28:07 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:28:07 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:28:07 OK: 12749 distinct packages available 09:28:07 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:28:07 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:28:07 OK: 12749 distinct packages available 09:28:07 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:28:07 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:28:07 OK: 12749 distinct packages available 09:28:07 $ docker rm -f ea624d3a0dce09e6a49cb42fb56e96c6fcc4eb57cdddc6ded85af7e5da21beee 09:28:07 OK: 233 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:28:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:28:08 09:28:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:28:08 OK: 233 MiB in 51 packages 09:28:08 OK: 233 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh 09:28:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:28:09 latest: Pulling from edgex-devops/edgex-compose-arm64 09:28:09 29e5d40040c1: Pulling fs layer 09:28:09 1ce36da41761: Pulling fs layer 09:28:09 25b303627fd3: Pulling fs layer 09:28:09 29e5d40040c1: Verifying Checksum 09:28:09 29e5d40040c1: Download complete 09:28:10 1ce36da41761: Verifying Checksum 09:28:10 1ce36da41761: Download complete 09:28:10 29e5d40040c1: Pull complete 09:28:11 1ce36da41761: Pull complete 09:28:11 25b303627fd3: Verifying Checksum 09:28:11 25b303627fd3: Download complete 09:28:11 Removing intermediate container 64f34bcb2607 09:28:11 ---> ef2f8452262e 09:28:11 Step 6/22 : COPY go.mod . 09:28:11 Removing intermediate container dfd41e07dc16 09:28:11 ---> dad2126d910a 09:28:11 Step 5/29 : COPY go.mod . 09:28:12 Removing intermediate container ad88af8090f1 09:28:12 ---> 376d41fa42ee 09:28:12 Step 6/26 : COPY go.mod . 09:28:13 ---> d7697c1c1c4a 09:28:13 Step 7/22 : RUN go mod download 09:28:13 ---> d8e70d57f0ba 09:28:13 Step 6/29 : RUN go mod download 09:28:13 ---> 38784a21d9ac 09:28:13 Step 7/26 : RUN go mod download 09:28:13 ---> Running in d9c378e69ec3 09:28:13 ---> Running in 0dbd38f26a3b 09:28:13 ---> Running in 23e71ed8a8c8 09:28:17 Removing intermediate container 23e71ed8a8c8 09:28:17 ---> fb64c9d654db 09:28:17 Step 8/26 : COPY . . 09:28:17 Removing intermediate container d9c378e69ec3 09:28:17 ---> 5f945e387e01 09:28:17 Step 8/22 : COPY . . 09:28:17 Removing intermediate container 0dbd38f26a3b 09:28:17 ---> d7395cb2179d 09:28:17 Step 7/29 : COPY . . 09:28:21 25b303627fd3: Pull complete 09:28:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:28:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:28:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:28:22 prd-ubuntu18.04-docker-arm64-4c-16g-1550 does not seem to be running inside a container 09:28:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-arm64:latest cat 09:28:25 $ docker top 8ea94e6c95c16a545c813b3a0b08c6a68538e7ffa702be92c4c109aa3f8f8bd8 -eo pid,comm [Pipeline] { [Pipeline] sh 09:28:27 + docker-compose build --help 09:28:27 + grep parallel 09:28:30 --parallel Build images in parallel. [Pipeline] } 09:28:30 $ docker stop --time=1 8ea94e6c95c16a545c813b3a0b08c6a68538e7ffa702be92c4c109aa3f8f8bd8 09:28:32 $ docker rm -f 8ea94e6c95c16a545c813b3a0b08c6a68538e7ffa702be92c4c109aa3f8f8bd8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:28:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:28:33 . [Pipeline] withDockerContainer 09:28:33 prd-ubuntu18.04-docker-arm64-4c-16g-1550 does not seem to be running inside a container 09:28:33 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 09:28:35 $ docker top 50a2e8cf73c9c55edb0bed1f4cbfe19de83534758fcacec6a5c80e27e02e2c4e -eo pid,comm [Pipeline] { [Pipeline] sh 09:28:36 + docker-compose -f ./docker-compose-build.yml build --parallel 09:28:40 Building docker-core-command-go ... 09:28:40 Building docker-core-data-go ... 09:28:40 Building docker-core-metadata-go ... 09:28:40 Building docker-security-proxy-setup-go ... 09:28:40 Building docker-security-secrets-setup-go ... 09:28:40 Building docker-security-secretstore-setup-go ... 09:28:40 Building docker-support-logging-go ... 09:28:40 Building docker-support-notifications-go ... 09:28:40 Building docker-support-scheduler-go ... 09:28:40 Building docker-sys-mgmt-agent-go ... 09:28:40 Building docker-core-data-go 09:28:40 Building docker-core-metadata-go 09:28:40 Building docker-security-proxy-setup-go 09:28:40 Building docker-security-secrets-setup-go 09:28:40 Building docker-security-secretstore-setup-go 09:28:44 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 09:28:57 Removing intermediate container b43ce5153424 09:28:57 ---> ad3623a62e65 09:28:57 09:28:57 Step 10/20 : FROM alpine 09:28:57 latest: Pulling from library/alpine 09:28:57 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:28:57 Status: Downloaded newer image for alpine:latest 09:28:57 ---> a24bb4013296 09:28:57 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 09:28:57 ---> 4b78c5bde14d 09:28:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:28:57 ---> 0b931dfafeb5 09:28:57 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 09:28:57 ---> 2f2454b73187 09:28:57 Step 9/22 : RUN make cmd/core-data/core-data 09:28:57 ---> Running in e21afa49d611 09:28:57 ---> Running in 54c9542d0099 09:28:57 ---> Running in 0523dff168c8 09:28:57 ---> Running in b0e7c797bbae 09:28:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:28:58 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 09:28:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 09:28:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:28:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:28:59 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 09:28:59 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:28:59 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:28:59 OK: 12749 distinct packages available 09:29:00 (1/4) Installing ca-certificates (20191127-r4) 09:29:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:29:00 (3/4) Installing libcurl (7.69.1-r0) 09:29:00 (4/4) Installing curl (7.69.1-r0) 09:29:00 Executing busybox-1.31.1-r16.trigger 09:29:00 Executing ca-certificates-20191127-r4.trigger 09:29:00 OK: 7 MiB in 18 packages 09:29:05 Removing intermediate container e21afa49d611 09:29:05 ---> fca0a271c290 09:29:05 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:29:05 ---> Running in d906f0fa8ce4 09:29:06 Removing intermediate container d906f0fa8ce4 09:29:06 ---> a4bc4dee9577 09:29:06 Step 13/20 : WORKDIR /edgex 09:29:06 ---> Running in ec95cac639e7 09:29:08 Removing intermediate container ec95cac639e7 09:29:08 ---> 5cec998bf3a6 09:29:08 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:29:10 ---> 2ff291e87a16 09:29:10 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:29:12 Removing intermediate container 223d734babab 09:29:12 ---> 600bf43b01f0 09:29:12 09:29:12 Step 10/26 : FROM alpine:3.10 09:29:12 ---> 7b25e396831b 09:29:12 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:29:12 ---> Running in 300c094fcbff 09:29:12 3.10: Pulling from library/alpine 09:29:12 Removing intermediate container 300c094fcbff 09:29:12 ---> a84e8504091f 09:29:12 Step 17/20 : CMD ["--init=true"] 09:29:13 ---> Running in 81596220ef47 09:29:14 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 09:29:14 Status: Downloaded newer image for alpine:3.10 09:29:14 ---> be4e4bea2c2e 09:29:14 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 09:29:14 Removing intermediate container 81596220ef47 09:29:14 ---> a5b1934e1b0c 09:29:14 Step 18/20 : LABEL arch=x86_64 09:29:15 ---> Running in 831cfc91188c 09:29:15 ---> Running in 8cfbd8558352 09:29:16 Removing intermediate container 8cfbd8558352 09:29:16 ---> 8cde10b1cbd8 09:29:16 Step 19/20 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:29:16 ---> Running in 6f27c3cf0680 09:29:17 Removing intermediate container 6f27c3cf0680 09:29:17 ---> 1c6d0f1b11f0 09:29:17 Step 20/20 : LABEL version=0.0.0 09:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 09:29:17 ---> Running in 30c20730c5d4 09:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 09:29:17 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 09:29:17 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 09:29:17 OK: 10346 distinct packages available 09:29:17 Removing intermediate container 30c20730c5d4 09:29:17 ---> 40d31b9d69ca 09:29:17 09:29:18 (1/5) Installing ca-certificates (20191127-r2) 09:29:18 (2/5) Installing nghttp2-libs (1.39.2-r1) 09:29:18 (3/5) Installing libcurl (7.66.0-r0) 09:29:18 (4/5) Installing curl (7.66.0-r0) 09:29:18 (5/5) Installing dumb-init (1.2.2-r1) 09:29:18 Executing busybox-1.30.1-r3.trigger 09:29:18 Executing ca-certificates-20191127-r2.trigger 09:29:18 Successfully built 40d31b9d69ca 09:29:18 OK: 7 MiB in 19 packages 09:29:18 Successfully tagged docker-security-proxy-setup-go:latest 09:29:21  Building docker-security-proxy-setup-go ... done Removing intermediate container 831cfc91188c 09:29:21 ---> f3cae027a31e 09:29:21 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:29:21 ---> Running in a53ad663427e 09:29:23 Removing intermediate container a53ad663427e 09:29:23 ---> 29f64849b755 09:29:23 Step 13/26 : WORKDIR / 09:29:23 ---> Running in 61fefad82531 09:29:24 Removing intermediate container 61fefad82531 09:29:24 ---> c7ecd8e4ab41 09:29:24 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:29:25 ---> 29bc841387ed 09:29:25 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:29:26 ---> ef7adba1d0aa 09:29:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:29:26 ---> cb9a5cedc149 09:29:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 09:29:27 ---> 6dc89c865941 09:29:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:29:28 ---> d39265044399 09:29:28 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:29:29 ---> ba4c10e75d61 09:29:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 09:29:31 ---> 31f12b86df96 09:29:31 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:29:32 Removing intermediate container 0523dff168c8 09:29:32 ---> d231539b70d1 09:29:32 09:29:32 Step 9/29 : FROM alpine:latest 09:29:32 ---> a24bb4013296 09:29:32 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 09:29:32 ---> 1b48be2c717c 09:29:32 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:29:32 ---> Running in 6661e16a7fbe 09:29:32 Removing intermediate container 54c9542d0099 09:29:32 ---> 39a0f748e879 09:29:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:29:32 ---> Running in 8f4e92382877 09:29:32 ---> Running in f7b7688c703a 09:29:33 Removing intermediate container 6661e16a7fbe 09:29:33 ---> 22d3817cc3b9 09:29:33 Step 11/29 : USER root 09:29:33 ---> Running in bffe98e1ac66 09:29:33 Removing intermediate container bffe98e1ac66 09:29:33 ---> 616551eace22 09:29:33 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 09:29:35 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 09:29:35 ---> Running in 9887bf8e99d9 09:29:36 Removing intermediate container 8f4e92382877 09:29:36 ---> 92feb9356062 09:29:36 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 09:29:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:29:36 ---> Running in fa9971b21ea0 09:29:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:29:37 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:29:37 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:29:37 OK: 12749 distinct packages available 09:29:37 Removing intermediate container fa9971b21ea0 09:29:37 ---> ec7b1b9cc44c 09:29:37 Step 24/26 : LABEL arch=x86_64 09:29:37 (1/2) Installing ca-certificates (20191127-r4) 09:29:37 (2/2) Installing dumb-init (1.2.2-r1) 09:29:37 Executing busybox-1.31.1-r16.trigger 09:29:37 Executing ca-certificates-20191127-r4.trigger 09:29:37 OK: 6 MiB in 16 packages 09:29:39 ---> Running in 36b916b0341d 09:29:39 Removing intermediate container b0e7c797bbae 09:29:39 ---> 2a1f14568ea3 09:29:39 09:29:39 Step 10/22 : FROM alpine 09:29:39 ---> a24bb4013296 09:29:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:29:39 Removing intermediate container 36b916b0341d 09:29:39 ---> d5eb01f18aee 09:29:39 Step 25/26 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:29:40 ---> Running in d60230f4576b 09:29:40 Removing intermediate container f7b7688c703a 09:29:40 ---> 34aa8d74c300 09:29:40 09:29:40 Step 11/26 : FROM docker:latest 09:29:40 ---> 81f5749c9058 09:29:40 Step 12/26 : RUN apk add --no-cache bash 09:29:40 ---> Running in 9b00408f8617 09:29:40 Removing intermediate container 9887bf8e99d9 09:29:40 ---> 92fcf5b9acbb 09:29:40 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 09:29:40 ---> Running in 39296b117a3b 09:29:40 ---> Running in 6ee2fc607047 09:29:40 Removing intermediate container d60230f4576b 09:29:40 ---> 190ada90da37 09:29:40 Step 12/22 : ENV APP_PORT=48080 09:29:40 Removing intermediate container 9b00408f8617 09:29:40 ---> 4b4090c723c3 09:29:40 Step 26/26 : LABEL version=0.0.0 09:29:40 ---> Running in 38d5894a6c41 09:29:40 ---> Running in 22e7ba84b79c 09:29:40 Removing intermediate container 6ee2fc607047 09:29:40 ---> a4ac1c58f85c 09:29:40 Step 14/29 : WORKDIR $BASE_DIR 09:29:40 ---> Running in 8435602ada05 09:29:41 Removing intermediate container 38d5894a6c41 09:29:41 ---> ef5661ba6ac3 09:29:41 Step 13/22 : EXPOSE $APP_PORT 09:29:41 Removing intermediate container 22e7ba84b79c 09:29:41 ---> 93c336cdae52 09:29:41 09:29:41 ---> Running in c81f85863a76 09:29:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:29:41 Removing intermediate container 8435602ada05 09:29:41 ---> 6e16a6ab7bf6 09:29:41 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 09:29:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:29:41 (1/2) Installing readline (8.0.4-r0) 09:29:41 (2/2) Installing bash (5.0.17-r0) 09:29:41 Executing bash-5.0.17-r0.post-install 09:29:42 Executing busybox-1.31.1-r16.trigger 09:29:42 OK: 12 MiB in 22 packages 09:29:42 Successfully built 93c336cdae52 09:29:42 Successfully tagged docker-security-secretstore-setup-go:latest 09:29:42  Building docker-security-secretstore-setup-go ... done  ---> Running in 32ff45d95897 09:29:42 Removing intermediate container c81f85863a76 09:29:42 ---> 26a3047de893 09:29:42 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:29:42 ---> Running in 494ab93c9c7d 09:29:43 Removing intermediate container 39296b117a3b 09:29:43 ---> 4c3cf31e78b7 09:29:43 Step 13/26 : RUN rm -rf /var/cache/apk/* 09:29:43 ---> Running in 0b0af5ca969c 09:29:44 Removing intermediate container 32ff45d95897 09:29:44 ---> a5d365f451f3 09:29:44 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 09:29:44 Removing intermediate container 494ab93c9c7d 09:29:44 ---> 834ea2a9750a 09:29:44 Step 15/22 : RUN apk --no-cache add zeromq 09:29:44 ---> Running in dd9b1837504b 09:29:44 Removing intermediate container 0b0af5ca969c 09:29:44 ---> 0b56a0da9483 09:29:44 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:29:44 ---> Running in e6874dc0b562 09:29:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:29:45 Removing intermediate container e6874dc0b562 09:29:45 ---> d6aa38c5847b 09:29:45 Step 15/26 : ENV APP_PORT=48090 09:29:45 ---> d4c482a8d698 09:29:45 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 09:29:45 ---> Running in 78a467a652ac 09:29:45 Removing intermediate container 78a467a652ac 09:29:45 ---> fe09df11e26d 09:29:45 Step 16/26 : EXPOSE $APP_PORT 09:29:45 ---> Running in becd19a60db0 09:29:45 ---> 7bedca9b26be 09:29:45 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 09:29:45 Removing intermediate container becd19a60db0 09:29:45 ---> 609a6c2afe7e 09:29:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:29:46 ---> 92c52a4d53db 09:29:46 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 09:29:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:29:46 ---> 331dab6588c0 09:29:46 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 09:29:46 ---> 488325db4013 09:29:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:29:47 (1/5) Installing libgcc (9.3.0-r2) 09:29:47 (2/5) Installing libsodium (1.0.18-r0) 09:29:47 (3/5) Installing libstdc++ (9.3.0-r2) 09:29:47 ---> 5d3a1d4850c1 09:29:47 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 09:29:47 ---> Running in b6a040e0add6 09:29:47 (4/5) Installing libzmq (4.3.2-r0) 09:29:47 ---> 227c0ffe6389 09:29:47 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:29:48 (5/5) Installing zeromq (4.3.2-r0) 09:29:48 Executing busybox-1.31.1-r16.trigger 09:29:48 OK: 8 MiB in 19 packages 09:29:49 ---> 297112441335 09:29:49 Step 20/26 : RUN apk --no-cache add py-pip 09:29:49 ---> Running in 0aa753a3c37f 09:29:49 Removing intermediate container dd9b1837504b 09:29:49 ---> cb75a798724e 09:29:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:29:49 ---> a1f2c8736ab1 09:29:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:29:49 Removing intermediate container b6a040e0add6 09:29:49 ---> 07e5c825bea9 09:29:49 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 09:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:29:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:29:50 ---> e8ced87d925d 09:29:50 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:29:50 (1/33) Installing libbz2 (1.0.8-r1) 09:29:50 (2/33) Installing expat (2.2.9-r1) 09:29:50 (3/33) Installing libffi (3.3-r2) 09:29:50 (4/33) Installing gdbm (1.13-r1) 09:29:50 (5/33) Installing xz-libs (5.2.5-r0) 09:29:50 (6/33) Installing sqlite-libs (3.32.1-r0) 09:29:50 (7/33) Installing python3 (3.8.5-r0) 09:29:50 ---> Running in 63521fc51cae 09:29:50 ---> 6949087559e2 09:29:50 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:29:54 ---> 019ff934315e 09:29:54 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:29:54 ---> Running in d0beb8b97c09 09:29:54 (8/33) Installing py3-appdirs (1.4.4-r1) 09:29:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:29:54 (10/33) Installing py3-parsing (2.4.7-r0) 09:29:54 (11/33) Installing py3-six (1.15.0-r0) 09:29:54 (12/33) Installing py3-packaging (20.4-r0) 09:29:54 (13/33) Installing py3-setuptools (47.0.0-r0) 09:29:55 (14/33) Installing py3-chardet (3.0.4-r4) 09:29:55 (15/33) Installing py3-idna (2.9-r0) 09:29:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:29:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:29:55 (18/33) Installing py3-requests (2.23.0-r0) 09:29:55 (19/33) Installing py3-msgpack (1.0.0-r0) 09:29:55 (20/33) Installing py3-lockfile (0.12.2-r3) 09:29:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:29:55 Removing intermediate container d0beb8b97c09 09:29:55 ---> 0eeedf548ff6 09:29:55 Step 20/22 : LABEL arch=x86_64 09:29:56 (22/33) Installing py3-colorama (0.4.3-r0) 09:29:56 (23/33) Installing py3-distlib (0.3.0-r0) 09:29:56 Removing intermediate container 63521fc51cae 09:29:56 ---> 45f0e9c8563d 09:29:56 Step 24/29 : RUN chmod 755 security-secrets-setup 09:29:56 (24/33) Installing py3-distro (1.5.0-r1) 09:29:56 (25/33) Installing py3-webencodings (0.5.1-r3) 09:29:56 ---> Running in f9e36c391e3b 09:29:56 (26/33) Installing py3-html5lib (1.0.1-r4) 09:29:56 (27/33) Installing py3-pytoml (0.1.21-r0) 09:29:56 ---> Running in bba3708bcbc4 09:29:56 (28/33) Installing py3-pep517 (0.8.2-r0) 09:29:56 (29/33) Installing py3-progress (1.5-r0) 09:29:56 (30/33) Installing py3-toml (0.10.1-r0) 09:29:56 (31/33) Installing py3-retrying (1.3.3-r0) 09:29:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:29:56 (33/33) Installing py3-pip (20.1.1-r0) 09:29:56 Removing intermediate container f9e36c391e3b 09:29:56 ---> eb98a6ebdbee 09:29:56 Step 21/22 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:29:57 Executing busybox-1.31.1-r16.trigger 09:29:57 OK: 71 MiB in 55 packages 09:29:57 ---> Running in ffc513d536fb 09:29:57 Removing intermediate container ffc513d536fb 09:29:57 ---> 593969810f59 09:29:57 Step 22/22 : LABEL version=0.0.0 09:29:58 ---> Running in 8e03ccc8d9b2 09:29:58 Removing intermediate container 8e03ccc8d9b2 09:29:58 ---> a0c3f60076c4 09:29:58 09:29:58 Successfully built a0c3f60076c4 09:29:58 Successfully tagged docker-core-data-go:latest 09:30:00  Building docker-core-data-go ... done Removing intermediate container bba3708bcbc4 09:30:00 ---> 91c5285f4f6d 09:30:00 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 09:30:02 ---> Running in be5b6a911cd4 09:30:02 Removing intermediate container be5b6a911cd4 09:30:02 ---> 268e596dae62 09:30:02 Step 26/29 : CMD [ "generate" ] 09:30:02 Removing intermediate container 0aa753a3c37f 09:30:02 ---> 9312e4897615 09:30:02 Step 21/26 : RUN pip install docker-compose==1.23.2 09:30:02 ---> Running in 19b24b0cf4c5 09:30:02 ---> Running in 81469d0dbe7f 09:30:02 Removing intermediate container 19b24b0cf4c5 09:30:02 ---> 15693f71a149 09:30:02 Step 27/29 : LABEL arch=x86_64 09:30:02 ---> Running in ce7cea3e4a66 09:30:03 Removing intermediate container ce7cea3e4a66 09:30:03 ---> 97ce0340f513 09:30:03 Step 28/29 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:30:03 ---> Running in 4b143f7fe344 09:30:03 Removing intermediate container 4b143f7fe344 09:30:03 ---> a5713c1703cd 09:30:03 Step 29/29 : LABEL version=0.0.0 09:30:03 ---> Running in 4a5afb331669 09:30:04 Removing intermediate container 4a5afb331669 09:30:04 ---> f4f941f74df3 09:30:04 09:30:04 Successfully built f4f941f74df3 09:30:04 Successfully tagged docker-security-secrets-setup-go:latest 09:30:04  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 09:30:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:30:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:30:05 Collecting jsonschema<3,>=2.5.1 09:30:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:30:05 Collecting cached-property<2,>=1.2.0 09:30:05 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 09:30:05 Collecting texttable<0.10,>=0.9.0 09:30:05 Downloading texttable-0.9.1.tar.gz (11 kB) 09:30:06 Collecting docopt<0.7,>=0.6.1 09:30:06 Downloading docopt-0.6.2.tar.gz (25 kB) 09:30:07 Collecting PyYAML<4,>=3.10 09:30:07 Downloading PyYAML-3.13.tar.gz (270 kB) 09:30:08 Collecting docker<4.0,>=3.6.0 09:30:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:30:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:30:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:30:08 Collecting websocket-client<1.0,>=0.32.0 09:30:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:30:09 Collecting dockerpty<0.5,>=0.4.1 09:30:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:30:10 Collecting docker-pycreds>=0.4.0 09:30:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:30:10 Collecting urllib3<1.25,>=1.21.1 09:30:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:30:10 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) 09:30:10 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) 09:30:10 Collecting idna<2.8,>=2.5 09:30:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:30:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:30:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:30:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:30:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:30:10 Installing collected packages: jsonschema, cached-property, texttable, docopt, PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, docker-compose 09:30:10 Running setup.py install for texttable: started 09:30:11 Running setup.py install for texttable: finished with status 'done' 09:30:11 Running setup.py install for docopt: started 09:30:12 Running setup.py install for docopt: finished with status 'done' 09:30:12 Running setup.py install for PyYAML: started 09:30:13 Running setup.py install for PyYAML: finished with status 'done' 09:30:13 Attempting uninstall: urllib3 09:30:13 Found existing installation: urllib3 1.25.9 09:30:13 Uninstalling urllib3-1.25.9: 09:30:13 Successfully uninstalled urllib3-1.25.9 09:30:13 Attempting uninstall: idna 09:30:13 Found existing installation: idna 2.9 09:30:13 Uninstalling idna-2.9: 09:30:13 Successfully uninstalled idna-2.9 09:30:13 Attempting uninstall: requests 09:30:13 Found existing installation: requests 2.23.0 09:30:13 Uninstalling requests-2.23.0: 09:30:13 Successfully uninstalled requests-2.23.0 09:30:14 Running setup.py install for dockerpty: started 09:30:15 Running setup.py install for dockerpty: finished with status 'done' 09:30:15 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 09:30:19 Removing intermediate container 81469d0dbe7f 09:30:19 ---> 98a36c27e430 09:30:19 Step 22/26 : RUN apk --no-cache add curl 09:30:19 ---> Running in c0b2adbd9988 09:30:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:30:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:30:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:30:20 (2/3) Installing libcurl (7.69.1-r0) 09:30:20 (3/3) Installing curl (7.69.1-r0) 09:30:20 Executing busybox-1.31.1-r16.trigger 09:30:20 OK: 72 MiB in 58 packages 09:30:21 Removing intermediate container c0b2adbd9988 09:30:21 ---> 53007cad86a5 09:30:21 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:30:21 ---> Running in bda853f35447 09:30:21 Removing intermediate container bda853f35447 09:30:21 ---> d8fe8d699db9 09:30:21 Step 24/26 : LABEL arch=x86_64 09:30:21 ---> Running in c5cb20f804db 09:30:22 Removing intermediate container c5cb20f804db 09:30:22 ---> a03ef2a17f47 09:30:22 Step 25/26 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:30:22 ---> Running in 0ae1ab16b562 09:30:22 Removing intermediate container 0ae1ab16b562 09:30:22 ---> 02704e02d338 09:30:22 Step 26/26 : LABEL version=0.0.0 09:30:22 ---> Running in 4950235e7d06 09:30:22 Removing intermediate container 4950235e7d06 09:30:22 ---> 928663a34abc 09:30:22 09:30:22 Successfully built 928663a34abc 09:30:22 Successfully tagged docker-sys-mgmt-agent-go:latest 09:30:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:30:23 $ docker stop --time=1 5837f1a4bbd8092d2a56d20d3f04d86603248e2b5a1d13fbda852a2a8b307872 09:30:25 $ docker rm -f 5837f1a4bbd8092d2a56d20d3f04d86603248e2b5a1d13fbda852a2a8b307872 [Pipeline] // withDockerContainer [Pipeline] sh 09:30:25 + docker images 09:30:25 + grep docker 09:30:26 docker-sys-mgmt-agent-go latest 928663a34abc 4 seconds ago 284MB 09:30:26 docker-security-secrets-setup-go latest f4f941f74df3 23 seconds ago 25.1MB 09:30:26 docker-core-data-go latest a0c3f60076c4 28 seconds ago 23.8MB 09:30:26 docker-security-secretstore-setup-go latest 93c336cdae52 46 seconds ago 33.9MB 09:30:26 docker-security-proxy-setup-go latest 40d31b9d69ca About a minute ago 16.4MB 09:30:26 docker-support-notifications-go latest af29653abc64 3 minutes ago 14.4MB 09:30:26 docker-core-metadata-go latest d2ee5c4bd07c 3 minutes ago 14.4MB 09:30:26 docker-core-command-go latest c388774ea4f0 3 minutes ago 13MB 09:30:26 docker-support-scheduler-go latest bdae86159c81 3 minutes ago 13.1MB 09:30:26 docker-support-logging-go latest 07a89853cfe9 3 minutes ago 11.8MB 09:30:26 docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:30:32 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 09:30:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:30:32 ---> 7475cacc70fe 09:30:32 Step 3/22 : WORKDIR /edgex-go 09:30:32 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 09:30:32 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 09:30:32 ---> 7475cacc70fe 09:30:32 Step 3/29 : WORKDIR /edgex-go 09:30:32 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 09:30:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:30:32 ---> 7475cacc70fe 09:30:32 Step 3/21 : WORKDIR /edgex-go 09:30:32 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 09:30:32 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:30:32 ---> 7475cacc70fe 09:30:32 Step 3/20 : WORKDIR /edgex-go 09:30:32 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 09:30:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:30:32 ---> 7475cacc70fe 09:30:32 Step 3/26 : WORKDIR /edgex-go 09:30:32 ---> Running in 8f9313171dd8 09:30:32 ---> Running in 4838cb5caa30 09:30:32 ---> Running in 84e4171f70f9 09:30:32 ---> Running in 4dfa52a412d6 09:30:32 ---> Running in 94ee9547459d 09:30:32 Removing intermediate container 84e4171f70f9 09:30:32 ---> 74d92efc3dac 09:30:32 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:30:32 Removing intermediate container 8f9313171dd8 09:30:32 ---> 221df2240e5c 09:30:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:30:32 Removing intermediate container 4838cb5caa30 09:30:32 ---> 0e1cb0daec1f 09:30:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:30:32 ---> Running in 3d42378d088e 09:30:32 Removing intermediate container 94ee9547459d 09:30:32 ---> 9f1bace83fcd 09:30:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:30:32 Removing intermediate container 4dfa52a412d6 09:30:32 ---> bf55246dcd41 09:30:32 Step 4/29 : RUN apk update && apk add make git 09:30:32 ---> Running in 84e24f0f29ef 09:30:32 ---> Running in 0a99a54f0d9b 09:30:32 ---> Running in 8049431f85cd 09:30:32 ---> Running in bd5a5318100f 09:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:30:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:30:35 Removing intermediate container 3d42378d088e 09:30:35 ---> 96411a7f28d2 09:30:35 Step 5/20 : RUN apk update && apk add make git 09:30:36 ---> Running in e3e4cbbd70e2 09:30:36 Removing intermediate container 84e24f0f29ef 09:30:36 ---> 6803b751a620 09:30:36 Step 5/21 : RUN apk update && apk add make git 09:30:36 Removing intermediate container 0a99a54f0d9b 09:30:36 ---> 308c8bad00af 09:30:36 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 09:30:36 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:30:36 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:30:36 OK: 12620 distinct packages available 09:30:36 Removing intermediate container bd5a5318100f 09:30:36 ---> b924def7b4ae 09:30:36 Step 5/26 : RUN apk update && apk add make git 09:30:37 ---> Running in f3b12ed8f289 09:30:37 ---> Running in 07967b702be1 09:30:37 ---> Running in 5ba189cbd74a 09:30:37 OK: 217 MiB in 51 packages 09:30:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:30:39 Removing intermediate container 8049431f85cd 09:30:39 ---> df1036ace8d1 09:30:39 Step 5/29 : COPY go.mod . 09:30:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:30:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:30:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:30:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:30:40 ---> 413f6c96e5bf 09:30:40 Step 6/29 : RUN go mod download 09:30:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:30:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:30:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:30:40 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:30:40 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:30:40 OK: 12620 distinct packages available 09:30:40 ---> Running in 7583dd7f5e2d 09:30:41 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:30:41 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:30:41 OK: 12620 distinct packages available 09:30:41 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:30:41 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:30:41 OK: 12620 distinct packages available 09:30:41 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:30:41 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:30:41 OK: 12620 distinct packages available 09:30:41 OK: 217 MiB in 51 packages 09:30:42 OK: 217 MiB in 51 packages 09:30:42 OK: 217 MiB in 51 packages 09:30:42 OK: 217 MiB in 51 packages 09:30:43 Removing intermediate container e3e4cbbd70e2 09:30:43 ---> 08dc6253eba2 09:30:43 Step 6/20 : COPY go.mod . 09:30:44 Removing intermediate container 07967b702be1 09:30:44 ---> c93deb72a50c 09:30:44 Step 6/22 : COPY go.mod . 09:30:44 ---> 180bf7b9684e 09:30:44 Step 7/20 : RUN go mod download 09:30:44 Removing intermediate container 5ba189cbd74a 09:30:44 ---> d16a50430951 09:30:44 Step 6/26 : COPY go.mod . 09:30:44 Removing intermediate container f3b12ed8f289 09:30:44 ---> fd5556a7014e 09:30:44 Step 6/21 : COPY go.mod . 09:30:45 Removing intermediate container 7583dd7f5e2d 09:30:45 ---> 66284b5755c9 09:30:45 Step 7/29 : COPY . . 09:30:45 ---> Running in e73b127d4887 09:30:45 ---> 3d97ed1b3d77 09:30:45 Step 7/22 : RUN go mod download 09:30:46 ---> 41edb48f8ba6 09:30:46 Step 7/21 : RUN go mod download 09:30:46 ---> 3b0789e19a65 09:30:46 Step 7/26 : RUN go mod download 09:30:46 ---> Running in 355978c60aee 09:30:47 ---> Running in f981120ce579 09:30:47 ---> Running in a4d6d4bdf2c8 09:30:52 Removing intermediate container e73b127d4887 09:30:52 ---> e0135cc31c35 09:30:52 Step 8/20 : COPY . . 09:30:54 Removing intermediate container a4d6d4bdf2c8 09:30:54 ---> 0515582c978d 09:30:54 Step 8/21 : COPY . . 09:30:55 Removing intermediate container f981120ce579 09:30:55 ---> 2add7cce968e 09:30:55 Step 8/26 : COPY . . 09:30:55 Removing intermediate container 355978c60aee 09:30:55 ---> 65e721abe43d 09:30:55 Step 8/22 : COPY . . 09:31:21 ---> f1ee5787c2ad 09:31:21 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 09:31:21 ---> Running in b5183edc8227 09:31:21 ---> f09044356d2c 09:31:21 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 09:31:21 ---> d0d13f56a10a 09:31:21 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 09:31:21 ---> Running in 02522509fcb3 09:31:21 ---> 1d425ddc182d 09:31:21 Step 9/21 : RUN make cmd/core-metadata/core-metadata 09:31:21 ---> 6ed35294e763 09:31:21 Step 9/22 : RUN make cmd/core-data/core-data 09:31:21 ---> Running in 1f94626c8bb9 09:31:21 ---> Running in 74145dbab39a 09:31:21 ---> Running in 1ba70c47b3dc 09:31:22 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 09:31:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:31:23 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 09:31:23 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 09:31:23 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 09:32:46 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 09:32:46 Removing intermediate container b5183edc8227 09:32:46 ---> 5d6b4a2b98c3 09:32:46 09:32:46 Step 9/29 : FROM alpine:latest 09:32:46 latest: Pulling from library/alpine 09:32:46 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:32:46 Status: Downloaded newer image for alpine:latest 09:32:46 ---> 62ee0e9f8440 09:32:46 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 09:32:46 ---> Running in 0906df6c3a2b 09:32:46 Removing intermediate container 0906df6c3a2b 09:32:46 ---> daf346d38628 09:32:46 Step 11/29 : USER root 09:32:46 ---> Running in 6259a3c2684d 09:32:47 Removing intermediate container 6259a3c2684d 09:32:47 ---> 41a2390ae2d9 09:32:47 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 09:32:47 ---> Running in e1893d3853e0 09:32:47 Removing intermediate container 02522509fcb3 09:32:47 ---> 226c9d251565 09:32:47 09:32:47 Step 10/20 : FROM alpine 09:32:47 ---> 62ee0e9f8440 09:32:47 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 09:32:47 ---> Running in c5daf58cb72f 09:32:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:32:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:32:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:32:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:32:51 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:32:51 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:32:51 OK: 12620 distinct packages available 09:32:51 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:32:51 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:32:51 OK: 12620 distinct packages available 09:32:52 (1/4) Installing ca-certificates (20191127-r4) 09:32:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:32:52 (3/4) Installing libcurl (7.69.1-r0) 09:32:52 (4/4) Installing curl (7.69.1-r0) 09:32:52 Executing busybox-1.31.1-r16.trigger 09:32:52 Executing ca-certificates-20191127-r4.trigger 09:32:52 (1/2) Installing ca-certificates (20191127-r4) 09:32:52 (2/2) Installing dumb-init (1.2.2-r1) 09:32:52 Executing busybox-1.31.1-r16.trigger 09:32:52 Executing ca-certificates-20191127-r4.trigger 09:32:52 OK: 7 MiB in 18 packages 09:32:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 09:32:53 OK: 6 MiB in 16 packages 09:32:56 Removing intermediate container c5daf58cb72f 09:32:56 ---> 86e449488fc5 09:32:56 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:32:56 Removing intermediate container e1893d3853e0 09:32:56 ---> 5aafe895fedb 09:32:56 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 09:32:56 ---> Running in 95a884ec286a 09:32:56 ---> Running in db31b152baec 09:32:57 Removing intermediate container 95a884ec286a 09:32:57 ---> 7cf9f3749881 09:32:57 Step 13/20 : WORKDIR /edgex 09:32:57 Removing intermediate container db31b152baec 09:32:57 ---> 117652702e08 09:32:57 Step 14/29 : WORKDIR $BASE_DIR 09:32:57 ---> Running in 885d228a4bbd 09:32:57 ---> Running in 620a814c96f1 09:32:58 Removing intermediate container 885d228a4bbd 09:32:58 ---> c04e813ec533 09:32:58 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:32:58 Removing intermediate container 620a814c96f1 09:32:58 ---> a1f6d32e584e 09:32:58 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 09:32:58 ---> Running in 0a9129be3495 09:32:59 ---> d03a40b7d5da 09:32:59 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:33:02 ---> 6a75d19f37b2 09:33:02 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:33:02 ---> Running in 996c9463afe6 09:33:03 Removing intermediate container 0a9129be3495 09:33:03 ---> 2d5d518e8304 09:33:03 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 09:33:03 Removing intermediate container 996c9463afe6 09:33:03 ---> b7e99470a347 09:33:03 Step 17/20 : CMD ["--init=true"] 09:33:04 ---> Running in b8da4465c81a 09:33:05 Removing intermediate container b8da4465c81a 09:33:05 ---> 164a9abd9b78 09:33:05 Step 18/20 : LABEL arch=arm64 09:33:06 ---> Running in 43c8d0a20988 09:33:06 ---> 3d0f52a36f98 09:33:06 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 09:33:07 Removing intermediate container 43c8d0a20988 09:33:07 ---> e5c672a045c8 09:33:07 Step 19/20 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:33:07 ---> Running in b024da788f0f 09:33:07 Removing intermediate container 1f94626c8bb9 09:33:07 ---> 62f06f83f784 09:33:07 09:33:07 Step 10/26 : FROM alpine:3.10 09:33:08 ---> 071c73784765 09:33:08 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 09:33:08 3.10: Pulling from library/alpine 09:33:08 Removing intermediate container b024da788f0f 09:33:08 ---> 0acbc06fa4e1 09:33:08 Step 20/20 : LABEL version=0.0.0 09:33:08 ---> Running in 6ba4d98cfaf2 09:33:09 Removing intermediate container 6ba4d98cfaf2 09:33:09 ---> 695b83614826 09:33:09 09:33:09 ---> bba5e715281f 09:33:09 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 09:33:10 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 09:33:10 Status: Downloaded newer image for alpine:3.10 09:33:10 ---> 536a684cf733 09:33:10 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 09:33:10 ---> Running in a232942bba55 09:33:10 Successfully built 695b83614826 09:33:10 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:33:10  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 09:33:11 ---> 47a27f2344fe 09:33:11 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 09:33:12 ---> 890d0668c08d 09:33:12 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 09:33:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 09:33:12 ---> Running in 29f433f24969 09:33:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 09:33:13 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 09:33:13 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 09:33:13 OK: 10167 distinct packages available 09:33:14 (1/5) Installing ca-certificates (20191127-r2) 09:33:14 (2/5) Installing nghttp2-libs (1.39.2-r1) 09:33:14 (3/5) Installing libcurl (7.66.0-r0) 09:33:14 (4/5) Installing curl (7.66.0-r0) 09:33:14 (5/5) Installing dumb-init (1.2.2-r1) 09:33:14 Executing busybox-1.30.1-r3.trigger 09:33:14 Executing ca-certificates-20191127-r2.trigger 09:33:14 OK: 7 MiB in 19 packages 09:33:20 Removing intermediate container a232942bba55 09:33:20 ---> fd089e010901 09:33:20 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:33:20 Removing intermediate container 29f433f24969 09:33:20 ---> 12178dc09c02 09:33:20 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 09:33:20 ---> Running in f57373caa43c 09:33:21 ---> c8f5445a2f60 09:33:21 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:33:21 Removing intermediate container f57373caa43c 09:33:21 ---> 1c94a435a571 09:33:21 Step 13/26 : WORKDIR / 09:33:22 ---> Running in 29f2552a26e2 09:33:22 ---> Running in 613887aa9b64 09:33:23 Removing intermediate container 1ba70c47b3dc 09:33:23 ---> 911e51eb9d84 09:33:23 09:33:23 Step 10/21 : FROM scratch 09:33:23 ---> 09:33:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:33:23 Removing intermediate container 613887aa9b64 09:33:23 ---> 865a8a8d4ab7 09:33: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 09:33:23 ---> Running in 31fba7c165a4 09:33:24 Removing intermediate container 31fba7c165a4 09:33:24 ---> 3d297e04bc66 09:33:24 Step 12/21 : ENV APP_PORT=48081 09:33:25 ---> Running in 65d1b2e93809 09:33:25 ---> 5f14f8765035 09:33:25 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:33:26 Removing intermediate container 65d1b2e93809 09:33:26 ---> 8474b11b9fb9 09:33:26 Step 13/21 : EXPOSE $APP_PORT 09:33:27 ---> Running in 18050d684f00 09:33:27 Removing intermediate container 29f2552a26e2 09:33:27 ---> b7f6039f193b 09:33:27 Step 24/29 : RUN chmod 755 security-secrets-setup 09:33:27 ---> bdc2992d4a5e 09:33:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:33:27 ---> Running in 4d626dc37f1e 09:33:27 Removing intermediate container 18050d684f00 09:33:27 ---> f571a259c86e 09:33:27 Step 14/21 : WORKDIR / 09:33:28 ---> Running in ba223bd1dcfb 09:33:29 ---> 0e74c8a2b895 09:33:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 09:33:30 Removing intermediate container ba223bd1dcfb 09:33:30 ---> a72f7e6c03e6 09:33:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:33:31 ---> 593098fac324 09:33:31 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:33:32 ---> e812374afa3a 09:33:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:33:32 Removing intermediate container 74145dbab39a 09:33:32 ---> b63d042aff09 09:33:32 09:33:32 Step 10/22 : FROM alpine 09:33:32 ---> 62ee0e9f8440 09:33:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:33:33 ---> Running in 84bdb4ec6371 09:33:33 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 09:33:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:33:33 ---> 7475cacc70fe 09:33:33 Step 3/26 : WORKDIR /edgex-go 09:33:33 ---> Using cache 09:33:33 ---> bf55246dcd41 09:33:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:33:33 Removing intermediate container 4d626dc37f1e 09:33:33 ---> c9002d476fea 09:33:33 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 09:33:33 ---> 404a17c46cdd 09:33:33 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:33:33 ---> 7eb3575ce178 09:33:33 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:33:33 ---> Running in 4efa862321fd 09:33:34 ---> Running in 7b87d9be80b7 09:33:34 Removing intermediate container 84bdb4ec6371 09:33:34 ---> 1328137859ec 09:33:34 Step 12/22 : ENV APP_PORT=48080 09:33:34 ---> Running in c5e1dfd08b20 09:33:35 Removing intermediate container 7b87d9be80b7 09:33:35 ---> b06a097f0f77 09:33:35 Step 26/29 : CMD [ "generate" ] 09:33:35 ---> fa489ceddad5 09:33:35 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:33:35 ---> Running in 058c5e91df37 09:33:35 ---> Running in 8600d48ade0a 09:33:35 Removing intermediate container c5e1dfd08b20 09:33:35 ---> 079a4f6e40bd 09:33:35 Step 13/22 : EXPOSE $APP_PORT 09:33:35 ---> 0e66adfebda4 09:33:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 09:33:35 ---> Running in b4930aa7ec72 09:33:35 Removing intermediate container 058c5e91df37 09:33:35 ---> 3ae2d63b6569 09:33:35 Step 27/29 : LABEL arch=arm64 09:33:36 ---> Running in 4627b5ca76c1 09:33:36 Removing intermediate container 8600d48ade0a 09:33:36 ---> 962aa168def1 09:33:36 Step 19/21 : LABEL arch=arm64 09:33:36 Removing intermediate container b4930aa7ec72 09:33:36 ---> 72e4b773cbf4 09:33:36 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:33:36 ---> Running in a9dc282643f2 09:33:36 ---> Running in 030ed035a862 09:33:37 Removing intermediate container 4627b5ca76c1 09:33:37 ---> 68cc0f8d3705 09:33:37 Step 28/29 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:33:37 ---> 780fe27becc8 09:33:37 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:33:37 ---> Running in 55a7e427738f 09:33:37 Removing intermediate container a9dc282643f2 09:33:37 ---> 044a0a37b517 09:33:37 Step 20/21 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:33:37 Removing intermediate container 4efa862321fd 09:33:37 ---> 865bbaefc952 09:33:37 Step 5/26 : RUN apk update && apk add make bash git 09:33:37 ---> Running in b88129a2f385 09:33:37 ---> Running in 8eb7953ea90c 09:33:37 Removing intermediate container 55a7e427738f 09:33:37 ---> 8868a7bcd834 09:33:37 Step 29/29 : LABEL version=0.0.0 09:33:38 ---> Running in 8a25d7eed5e5 09:33:38 Removing intermediate container b88129a2f385 09:33:38 ---> 1153d373e9d4 09:33:38 Step 21/21 : LABEL version=0.0.0 09:33:38 ---> 2e7b64d35efe 09:33:38 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:33:38 ---> Running in 7a1d98875c9b 09:33:38 ---> Running in 3350a9676a06 09:33:38 Removing intermediate container 8a25d7eed5e5 09:33:38 ---> 7c580c0f12f6 09:33:38 09:33:39 Removing intermediate container 7a1d98875c9b 09:33:39 ---> 18cab65eabb2 09:33:39 09:33:39 Successfully built 7c580c0f12f6 09:33:39 Successfully tagged docker-security-secrets-setup-go-arm64:latest 09:33:39  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go 09:33:40 Successfully built 18cab65eabb2 09:33:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:33:40 Successfully tagged docker-core-metadata-go-arm64:latest 09:33:40  Building docker-core-metadata-go ... done Building docker-support-logging-go 09:33:40 Removing intermediate container 030ed035a862 09:33:40 ---> 71674abe793a 09:33:40 Step 15/22 : RUN apk --no-cache add zeromq 09:33:40 ---> Running in aaa69fc65c8f 09:33:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:33:42 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:33:42 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:33:42 OK: 12620 distinct packages available 09:33:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:33:42 Removing intermediate container 3350a9676a06 09:33:42 ---> e1b4a63f4248 09:33:42 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 09:33:43 OK: 217 MiB in 51 packages 09:33:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:33:43 ---> Running in c3e927c6d4aa 09:33:44 (1/5) Installing libgcc (9.3.0-r2) 09:33:44 (2/5) Installing libsodium (1.0.18-r0) 09:33:44 (3/5) Installing libstdc++ (9.3.0-r2) 09:33:45 (4/5) Installing libzmq (4.3.2-r0) 09:33:45 Removing intermediate container c3e927c6d4aa 09:33:45 ---> 8f107ac5d2ec 09:33:45 Step 24/26 : LABEL arch=arm64 09:33:45 (5/5) Installing zeromq (4.3.2-r0) 09:33:45 Executing busybox-1.31.1-r16.trigger 09:33:45 OK: 8 MiB in 19 packages 09:33:45 Removing intermediate container 8eb7953ea90c 09:33:45 ---> 4cc2762945a5 09:33:45 Step 6/26 : COPY go.mod . 09:33:46 ---> Running in 6cafa0c23186 09:33:49 ---> c8320acbb97d 09:33:49 Step 7/26 : RUN go mod download 09:33:49 Removing intermediate container 6cafa0c23186 09:33:49 ---> ba613bd7a3c8 09:33:49 Step 25/26 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:33:49 ---> Running in 89ba8505f93c 09:33:49 Removing intermediate container aaa69fc65c8f 09:33:49 ---> 741a2b07c4a1 09:33:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:33:49 ---> Running in 8abc00cf8d46 09:33:51 Removing intermediate container 8abc00cf8d46 09:33:51 ---> 161e7edc5d82 09:33:51 Step 26/26 : LABEL version=0.0.0 09:33:52 ---> bd38014a3a5a 09:33:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:33:52 ---> Running in b11253b5c582 09:33:52 Removing intermediate container b11253b5c582 09:33:52 ---> 86e5970c62ed 09:33:52 09:33:53 Successfully built 86e5970c62ed 09:33:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:33:53 Building docker-support-notifications-go 09:33:53  Building docker-security-secretstore-setup-go ... done  ---> 74bd5cebd797 09:33:53 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:33:54 Removing intermediate container 89ba8505f93c 09:33:54 ---> af240b27b6f4 09:33:54 Step 8/26 : COPY . . 09:33:54 ---> 8a1a179c40b9 09:33:54 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:33:55 ---> Running in 83b62295764b 09:33:58 Removing intermediate container 83b62295764b 09:33:58 ---> ff83562a4532 09:33:58 Step 20/22 : LABEL arch=arm64 09:34:00 ---> Running in 3461994df385 09:34:02 Removing intermediate container 3461994df385 09:34:02 ---> 57d430306751 09:34:02 Step 21/22 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:34:04 ---> Running in 9c8260769b64 09:34:05 Removing intermediate container 9c8260769b64 09:34:05 ---> 4656814af390 09:34:05 Step 22/22 : LABEL version=0.0.0 09:34:06 ---> Running in ac0af3c57471 09:34:07 Removing intermediate container ac0af3c57471 09:34:07 ---> 7220eecfb8ee 09:34:07 09:34:08 Successfully built 7220eecfb8ee 09:34:08 Successfully tagged docker-core-data-go-arm64:latest 09:34:08 Building docker-core-command-go 09:34:13  Building docker-core-data-go ... done  ---> 58ad98fb443d 09:34:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:34:13 ---> Running in 5fa9289b91f3 09:34:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:34:33 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 09:34:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:34:33 ---> 7475cacc70fe 09:34:33 Step 3/21 : WORKDIR /edgex-go 09:34:33 ---> Using cache 09:34:33 ---> bf55246dcd41 09:34:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:34:33 ---> Using cache 09:34:33 ---> 865bbaefc952 09:34:33 Step 5/21 : RUN apk update && apk add make && apk add bash git 09:34:33 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 09:34:33 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:34:33 ---> 7475cacc70fe 09:34:33 Step 3/20 : WORKDIR /edgex-go 09:34:33 ---> Using cache 09:34:33 ---> bf55246dcd41 09:34:33 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:34:33 ---> Using cache 09:34:33 ---> 865bbaefc952 09:34:33 Step 5/20 : RUN apk update && apk add make git 09:34:35 ---> Running in 708263a08f2c 09:34:35 ---> Running in a484c7335456 09:34:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:34:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:34:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:34:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:34:41 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:34:41 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:34:41 OK: 12620 distinct packages available 09:34:41 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:34:41 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:34:41 OK: 12620 distinct packages available 09:34:41 OK: 217 MiB in 51 packages 09:34:41 OK: 217 MiB in 51 packages 09:34:43 OK: 217 MiB in 51 packages 09:34:46 Removing intermediate container a484c7335456 09:34:46 ---> 48ad03170dbc 09:34:46 Step 6/20 : COPY go.mod . 09:34:46 Removing intermediate container 708263a08f2c 09:34:46 ---> a7a8643075f2 09:34:46 Step 6/21 : COPY go.mod . 09:34:49 ---> 0ffe088fc11e 09:34:49 Step 7/20 : RUN go mod download 09:34:49 ---> c6487fd3a839 09:34:49 Step 7/21 : RUN go mod download 09:34:49 ---> Running in 5283b79c27e9 09:34:49 ---> Running in 6fe63c7d6468 09:34:52 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 09:34:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:34:52 ---> 7475cacc70fe 09:34:52 Step 3/23 : WORKDIR /edgex-go 09:34:52 ---> Using cache 09:34:52 ---> bf55246dcd41 09:34:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:34:52 ---> Using cache 09:34:52 ---> 865bbaefc952 09:34:52 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 09:34:52 ---> Running in b25302f9f512 09:34:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:34:55 Removing intermediate container 6fe63c7d6468 09:34:55 ---> 11ce8dafa889 09:34:55 Step 8/21 : COPY . . 09:34:55 Removing intermediate container 5283b79c27e9 09:34:55 ---> ec84167496f6 09:34:55 Step 8/20 : COPY . . 09:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:34:57 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:34:57 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:34:57 OK: 12620 distinct packages available 09:34:58 OK: 217 MiB in 51 packages 09:35:00 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 09:35:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:35:00 ---> 7475cacc70fe 09:35:00 Step 3/21 : WORKDIR /edgex-go 09:35:00 ---> Using cache 09:35:00 ---> bf55246dcd41 09:35:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:00 ---> Using cache 09:35:00 ---> 865bbaefc952 09:35:00 Step 5/21 : RUN apk update && apk add make git 09:35:00 ---> Using cache 09:35:00 ---> 48ad03170dbc 09:35:00 Step 6/21 : COPY go.mod . 09:35:00 ---> Using cache 09:35:00 ---> 0ffe088fc11e 09:35:00 Step 7/21 : RUN go mod download 09:35:00 ---> Using cache 09:35:00 ---> ec84167496f6 09:35:00 Step 8/21 : COPY . . 09:35:05 Removing intermediate container b25302f9f512 09:35:05 ---> 5cf4c700deae 09:35:05 Step 6/23 : COPY go.mod . 09:35:07 ---> 59ad6e93251d 09:35:07 Step 7/23 : RUN go mod download 09:35:08 ---> Running in b77e5639ed3c 09:35:11 Removing intermediate container 5fa9289b91f3 09:35:11 ---> 6fa121c12a9c 09:35:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:35:12 ---> Running in 01d4695e2110 09:35:13 Removing intermediate container b77e5639ed3c 09:35:13 ---> 0d33b5a159b8 09:35:13 Step 8/23 : COPY . . 09:35:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:35:22 Removing intermediate container 01d4695e2110 09:35:22 ---> 5259cf29d18b 09:35:22 09:35:22 Step 11/26 : FROM docker:latest 09:35:22 ---> ce9d55ae87f1 09:35:22 Step 12/26 : RUN apk add --no-cache bash 09:35:22 ---> de7fa0b51648 09:35:22 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 09:35:22 ---> 1efa47b7628d 09:35:22 Step 9/21 : RUN make cmd/support-logging/support-logging 09:35:22 ---> Running in e16d6b91aefc 09:35:22 ---> Running in 54dd8b4a3af8 09:35:22 ---> Running in 5fda9c58185d 09:35:22 ---> 018e90321fee 09:35:22 Step 9/21 : RUN make cmd/core-command/core-command 09:35:23 ---> Running in ed6ee5021208 09:35:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:35:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:35:25 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 09:35:25 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 09:35:26 (1/2) Installing readline (8.0.4-r0) 09:35:26 (2/2) Installing bash (5.0.17-r0) 09:35:26 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 09:35:26 Executing bash-5.0.17-r0.post-install 09:35:26 Executing busybox-1.31.1-r16.trigger 09:35:26 OK: 12 MiB in 22 packages 09:35:29 Removing intermediate container e16d6b91aefc 09:35:29 ---> f974a00eddf1 09:35:29 Step 13/26 : RUN rm -rf /var/cache/apk/* 09:35:30 ---> Running in d2cfa6469684 09:35:36 Removing intermediate container d2cfa6469684 09:35:36 ---> ed534195f07e 09:35:36 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:35:36 ---> Running in 58ed41e49e3a 09:35:37 Removing intermediate container 58ed41e49e3a 09:35:37 ---> 0ef1a2ded050 09:35:37 Step 15/26 : ENV APP_PORT=48090 09:35:37 ---> Running in 2609c18e9c60 09:35:37 ---> 458082e99025 09:35:37 Step 9/23 : RUN make cmd/support-notifications/support-notifications 09:35:38 ---> Running in 16d0a91f699c 09:35:39 Removing intermediate container 2609c18e9c60 09:35:39 ---> 78a3ee58549c 09:35:39 Step 16/26 : EXPOSE $APP_PORT 09:35:39 ---> Running in ad835e42c629 09:35:40 Removing intermediate container ad835e42c629 09:35:40 ---> eb82263ce2b3 09:35:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:35:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:35:42 ---> 61ebeece4732 09:35:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:35:42 ---> c80f7743d40e 09:35:42 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:35:44 ---> e4bf40c37361 09:35:44 Step 20/26 : RUN apk --no-cache add py-pip 09:35:44 ---> Running in 3ea5989f7264 09:35:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:35:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:35:48 (1/33) Installing libbz2 (1.0.8-r1) 09:35:48 (2/33) Installing expat (2.2.9-r1) 09:35:48 (3/33) Installing libffi (3.3-r2) 09:35:48 (4/33) Installing gdbm (1.13-r1) 09:35:48 (5/33) Installing xz-libs (5.2.5-r0) 09:35:48 (6/33) Installing sqlite-libs (3.32.1-r0) 09:35:48 (7/33) Installing python3 (3.8.5-r0) 09:35:50 (8/33) Installing py3-appdirs (1.4.4-r1) 09:35:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:35:50 (10/33) Installing py3-parsing (2.4.7-r0) 09:35:50 (11/33) Installing py3-six (1.15.0-r0) 09:35:50 (12/33) Installing py3-packaging (20.4-r0) 09:35:50 (13/33) Installing py3-setuptools (47.0.0-r0) 09:35:50 (14/33) Installing py3-chardet (3.0.4-r4) 09:35:50 (15/33) Installing py3-idna (2.9-r0) 09:35:50 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:35:50 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:35:50 (18/33) Installing py3-requests (2.23.0-r0) 09:35:50 (19/33) Installing py3-msgpack (1.0.0-r0) 09:35:50 (20/33) Installing py3-lockfile (0.12.2-r3) 09:35:50 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:35:50 (22/33) Installing py3-colorama (0.4.3-r0) 09:35:50 (23/33) Installing py3-distlib (0.3.0-r0) 09:35:50 (24/33) Installing py3-distro (1.5.0-r1) 09:35:50 (25/33) Installing py3-webencodings (0.5.1-r3) 09:35:50 (26/33) Installing py3-html5lib (1.0.1-r4) 09:35:50 (27/33) Installing py3-pytoml (0.1.21-r0) 09:35:50 (28/33) Installing py3-pep517 (0.8.2-r0) 09:35:50 (29/33) Installing py3-progress (1.5-r0) 09:35:50 (30/33) Installing py3-toml (0.10.1-r0) 09:35:51 (31/33) Installing py3-retrying (1.3.3-r0) 09:35:51 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:35:51 (33/33) Installing py3-pip (20.1.1-r0) 09:35:51 Executing busybox-1.31.1-r16.trigger 09:35:51 OK: 71 MiB in 55 packages 09:36:01 Removing intermediate container 3ea5989f7264 09:36:01 ---> 1d1e3c0e1992 09:36:01 Step 21/26 : RUN pip install docker-compose==1.23.2 09:36:01 ---> Running in a49b60ebc63e 09:36:08 Collecting docker-compose==1.23.2 09:36:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:36:08 Collecting texttable<0.10,>=0.9.0 09:36:08 Downloading texttable-0.9.1.tar.gz (11 kB) 09:36:10 Collecting cached-property<2,>=1.2.0 09:36:10 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 09:36:10 Collecting docopt<0.7,>=0.6.1 09:36:11 Downloading docopt-0.6.2.tar.gz (25 kB) 09:36:14 Collecting PyYAML<4,>=3.10 09:36:14 Downloading PyYAML-3.13.tar.gz (270 kB) 09:36:18 Collecting dockerpty<0.5,>=0.4.1 09:36:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:36:21 Collecting jsonschema<3,>=2.5.1 09:36:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:36:22 Collecting docker<4.0,>=3.6.0 09:36:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:36:23 Collecting websocket-client<1.0,>=0.32.0 09:36:23 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:36:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:36:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:36:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:36:25 Collecting docker-pycreds>=0.4.0 09:36:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:36:25 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) 09:36:25 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) 09:36:25 Collecting urllib3<1.25,>=1.21.1 09:36:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:36:26 Collecting idna<2.8,>=2.5 09:36:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:36:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:36:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:36:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:36:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:36:27 Installing collected packages: texttable, cached-property, docopt, PyYAML, dockerpty, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose 09:36:27 Running setup.py install for texttable: started 09:36:30 Running setup.py install for texttable: finished with status 'done' 09:36:30 Running setup.py install for docopt: started 09:36:32 Running setup.py install for docopt: finished with status 'done' 09:36:32 Running setup.py install for PyYAML: started 09:36:36 Running setup.py install for PyYAML: finished with status 'done' 09:36:36 Running setup.py install for dockerpty: started 09:36:38 Running setup.py install for dockerpty: finished with status 'done' 09:36:39 Attempting uninstall: urllib3 09:36:39 Found existing installation: urllib3 1.25.9 09:36:39 Uninstalling urllib3-1.25.9: 09:36:39 Successfully uninstalled urllib3-1.25.9 09:36:40 Attempting uninstall: idna 09:36:40 Found existing installation: idna 2.9 09:36:40 Uninstalling idna-2.9: 09:36:40 Successfully uninstalled idna-2.9 09:36:41 Attempting uninstall: requests 09:36:41 Found existing installation: requests 2.23.0 09:36:41 Uninstalling requests-2.23.0: 09:36:41 Successfully uninstalled requests-2.23.0 09:36:44 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 09:36:49 Removing intermediate container a49b60ebc63e 09:36:49 ---> 52d87abcb9ae 09:36:49 Step 22/26 : RUN apk --no-cache add curl 09:36:49 ---> Running in 5685251a481d 09:36:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:36:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:36:53 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:36:53 (2/3) Installing libcurl (7.69.1-r0) 09:36:53 (3/3) Installing curl (7.69.1-r0) 09:36:53 Executing busybox-1.31.1-r16.trigger 09:36:53 OK: 71 MiB in 58 packages 09:36:55 Removing intermediate container 5685251a481d 09:36:55 ---> ae3709330ea0 09:36:55 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:36:55 ---> Running in 314f56899fcc 09:36:56 Removing intermediate container 314f56899fcc 09:36:56 ---> 80c165b220b9 09:36:56 Step 24/26 : LABEL arch=arm64 09:36:56 ---> Running in f1c81ccba8e9 09:36:57 Removing intermediate container f1c81ccba8e9 09:36:57 ---> f1b7be0c9525 09:36:57 Step 25/26 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:36:57 ---> Running in 99ec0ce12d59 09:36:57 Removing intermediate container 99ec0ce12d59 09:36:57 ---> d021b876cea5 09:36:57 Step 26/26 : LABEL version=0.0.0 09:36:58 ---> Running in db55b04191bd 09:36:58 Removing intermediate container db55b04191bd 09:36:58 ---> 620364055b91 09:36:58 09:36:59 Successfully built 620364055b91 09:36:59 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:37:05  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5fda9c58185d 09:37:05 ---> fff57d82e071 09:37:05 09:37:05 Step 10/21 : FROM scratch 09:37:05 ---> 09:37:05 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:37:05 ---> Running in fb45d5acc7bc 09:37:06 Removing intermediate container fb45d5acc7bc 09:37:06 ---> 0e2132206e4b 09:37:06 Step 12/21 : ENV APP_PORT=48061 09:37:06 ---> Running in d3410724e01b 09:37:07 Removing intermediate container d3410724e01b 09:37:07 ---> ae185636df34 09:37:07 Step 13/21 : EXPOSE $APP_PORT 09:37:07 ---> Running in 459f3b27697c 09:37:07 Removing intermediate container 459f3b27697c 09:37:07 ---> a1bd8a41aac5 09:37:07 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 09:37:08 ---> a8e8a284d5f9 09:37:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 09:37:10 ---> b9410be47474 09:37:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 09:37:11 ---> 2d563c19f7f4 09:37:11 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 09:37:12 ---> c6ed5faf95eb 09:37:12 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:37:13 ---> Running in 3021d90b3caa 09:37:13 Removing intermediate container 3021d90b3caa 09:37:13 ---> cf532a1cfbdf 09:37:13 Step 19/21 : LABEL arch=arm64 09:37:13 ---> Running in 12d11dd41127 09:37:14 Removing intermediate container 12d11dd41127 09:37:14 ---> 1cba7a667d49 09:37:14 Step 20/21 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:37:14 ---> Running in f63e69ca1b92 09:37:15 Removing intermediate container f63e69ca1b92 09:37:15 ---> 99e27a685753 09:37:15 Step 21/21 : LABEL version=0.0.0 09:37:16 ---> Running in 6e48b3e26edd 09:37:17 Removing intermediate container 6e48b3e26edd 09:37:17 ---> b2609b766675 09:37:17 09:37:17 Successfully built b2609b766675 09:37:17 Successfully tagged docker-support-logging-go-arm64:latest 09:37:19  Building docker-support-logging-go ... done Removing intermediate container 54dd8b4a3af8 09:37:19 ---> 88d56f4377f6 09:37:19 09:37:19 Step 10/20 : FROM scratch 09:37:19 ---> 09:37:19 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:37:19 Removing intermediate container ed6ee5021208 09:37:19 ---> d3bea6fa5b8c 09:37:19 09:37:19 Step 10/21 : FROM scratch 09:37:19 ---> 09:37:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:37:19 ---> Using cache 09:37:19 ---> 3d297e04bc66 09:37:19 Step 12/20 : ENV APP_PORT=48085 09:37:19 ---> Running in dd0764cdf189 09:37:20 ---> Using cache 09:37:20 ---> 3d297e04bc66 09:37:20 Step 12/21 : ENV APP_PORT=48082 09:37:20 ---> Running in ef49cd028375 09:37:20 Removing intermediate container dd0764cdf189 09:37:20 ---> 675337afc5cf 09:37:20 Step 13/20 : EXPOSE $APP_PORT 09:37:20 Removing intermediate container ef49cd028375 09:37:20 ---> bbe59aef07dd 09:37:20 Step 13/21 : EXPOSE $APP_PORT 09:37:20 ---> Running in 3437f3c5e91a 09:37:21 ---> Running in 479296de9b66 09:37:21 Removing intermediate container 3437f3c5e91a 09:37:21 ---> 2700bcc40bea 09:37:21 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:37:21 Removing intermediate container 479296de9b66 09:37:21 ---> 00c32e4f35b3 09:37:21 Step 14/21 : WORKDIR / 09:37:21 ---> Running in 51634ce6a5a2 09:37:22 Removing intermediate container 51634ce6a5a2 09:37:22 ---> 005d6d44e417 09:37:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:37:22 ---> 7f78e2bf9752 09:37:22 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:37:23 ---> 77c81df1bb4d 09:37:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:37:24 ---> b245e281dd1e 09:37:24 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:37:24 Removing intermediate container 16d0a91f699c 09:37:24 ---> c2f8df32c530 09:37:24 09:37:24 Step 10/23 : FROM scratch 09:37:24 ---> 09:37:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:37:24 ---> Using cache 09:37:24 ---> 0e2132206e4b 09:37:24 Step 12/23 : ENV APP_PORT=48060 09:37:25 ---> 2346d334f26c 09:37:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:37:25 ---> Running in d268d1839d7e 09:37:25 ---> 1df04e754140 09:37:25 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:37:25 ---> Running in 1bb66c8344c0 09:37:25 Removing intermediate container d268d1839d7e 09:37:25 ---> 89a72d6f0ce0 09:37:25 Step 13/23 : EXPOSE $APP_PORT 09:37:25 ---> Running in 1e34b0fa5722 09:37:25 Removing intermediate container 1bb66c8344c0 09:37:25 ---> 1f81674cb5fb 09:37:25 Step 18/20 : LABEL arch=arm64 09:37:25 ---> b6efa31d6222 09:37:25 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:37:26 ---> Running in 21ebad0dbc90 09:37:26 ---> Running in 9a2e2db5f5ee 09:37:26 Removing intermediate container 1e34b0fa5722 09:37:26 ---> 4b9596795e21 09:37:26 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 09:37:26 Removing intermediate container 9a2e2db5f5ee 09:37:26 ---> 02bdb3de1909 09:37:26 Step 19/21 : LABEL arch=arm64 09:37:26 Removing intermediate container 21ebad0dbc90 09:37:26 ---> 6824a4254a98 09:37:26 Step 19/20 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:37:26 ---> Running in 81f31b9b7441 09:37:26 ---> Running in 0b1ce90097e6 09:37:27 ---> 8c637a419df2 09:37:27 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:37:27 Removing intermediate container 81f31b9b7441 09:37:27 Removing intermediate container 0b1ce90097e6 09:37:27 ---> 26a2eb3a2230 09:37:27 Step 20/20 : LABEL version=0.0.0 09:37:27 ---> cbc74a6cc9a3 09:37:27 Step 20/21 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:37:27 ---> Running in 80504cd13b96 09:37:27 ---> Running in 4e0d5463ee4d 09:37:28 ---> c7357e7264e7 09:37:28 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 09:37:28 Removing intermediate container 80504cd13b96 09:37:28 Removing intermediate container 4e0d5463ee4d 09:37:28 ---> c257bd337a34 09:37:28 Step 21/21 : LABEL version=0.0.0 09:37:28 ---> 8535b79a7a1a 09:37:28 09:37:28 ---> Running in b2fb68f0ec47 09:37:28 Successfully built 8535b79a7a1a 09:37:29 Successfully tagged docker-support-scheduler-go-arm64:latest 09:37:29  Building docker-support-scheduler-go ... done Removing intermediate container b2fb68f0ec47 09:37:29 ---> 2686acd83d65 09:37:29 09:37:29 Successfully built 2686acd83d65 09:37:29 Successfully tagged docker-core-command-go-arm64:latest 09:37:29  Building docker-core-command-go ... done  ---> bc15b1017c96 09:37:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:37:30 ---> 9b221e53b268 09:37:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:37:31 ---> dc4b88d35da9 09:37:31 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:37:32 ---> 74cb3886ddaf 09:37:32 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:37:32 ---> Running in 0d130ef333c7 09:37:33 Removing intermediate container 0d130ef333c7 09:37:33 ---> e921b476b96a 09:37:33 Step 21/23 : LABEL arch=arm64 09:37:33 ---> Running in 1baf290c63a6 09:37:33 Removing intermediate container 1baf290c63a6 09:37:33 ---> 08231b42d089 09:37:33 Step 22/23 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c 09:37:33 ---> Running in 077ed652df2e 09:37:34 Removing intermediate container 077ed652df2e 09:37:34 ---> 690588cddc6b 09:37:34 Step 23/23 : LABEL version=0.0.0 09:37:34 ---> Running in ec92a6b8ef22 09:37:35 Removing intermediate container ec92a6b8ef22 09:37:35 ---> 9bb5a25546fa 09:37:35 09:37:35 Successfully built 9bb5a25546fa 09:37:35 Successfully tagged docker-support-notifications-go-arm64:latest 09:37:35  Building docker-support-notifications-go ... done  [Pipeline] } 09:37:35 $ docker stop --time=1 50a2e8cf73c9c55edb0bed1f4cbfe19de83534758fcacec6a5c80e27e02e2c4e 09:37:37 $ docker rm -f 50a2e8cf73c9c55edb0bed1f4cbfe19de83534758fcacec6a5c80e27e02e2c4e [Pipeline] // withDockerContainer [Pipeline] sh 09:37:38 + docker images 09:37:38 + grep docker 09:37:38 docker-support-notifications-go-arm64 latest 9bb5a25546fa 4 seconds ago 13.9MB 09:37:38 docker-core-command-go-arm64 latest 2686acd83d65 9 seconds ago 12.4MB 09:37:38 docker-support-scheduler-go-arm64 latest 8535b79a7a1a 10 seconds ago 12.6MB 09:37:38 docker-support-logging-go-arm64 latest b2609b766675 22 seconds ago 11.4MB 09:37:38 docker-sys-mgmt-agent-go-arm64 latest 620364055b91 40 seconds ago 266MB 09:37:38 docker-core-data-go-arm64 latest 7220eecfb8ee 3 minutes ago 22.6MB 09:37:38 docker-security-secretstore-setup-go-arm64 latest 86e5970c62ed 3 minutes ago 32.6MB 09:37:38 docker-core-metadata-go-arm64 latest 18cab65eabb2 3 minutes ago 13.8MB 09:37:38 docker-security-secrets-setup-go-arm64 latest 7c580c0f12f6 4 minutes ago 24.2MB 09:37:38 docker-security-proxy-setup-go-arm64 latest 695b83614826 4 minutes ago 15.8MB 09:37:38 docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:37:40 provisioning config files... 09:37:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config4238899467417231646tmp [Pipeline] { [Pipeline] sh 09:37:40 + curl -s https://codecov.io/bash 09:37:40 + bash -s - -t @/w/workspace/edgex-go/20@tmp/config4238899467417231646tmp [Pipeline] } 09:37:41 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 09:37:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:37:43 ---> package-listing.sh 09:37:43 ++ facter osfamily 09:37:43 ++ tr '[:upper:]' '[:lower:]' 09:37:43 + OS_FAMILY=redhat 09:37:43 + workspace=/w/workspace/edgex-go/20 09:37:43 + START_PACKAGES=/tmp/packages_start.txt 09:37:43 + END_PACKAGES=/tmp/packages_end.txt 09:37:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:37:43 + PACKAGES=/tmp/packages_start.txt 09:37:43 + '[' /w/workspace/edgex-go/20 ']' 09:37:43 + PACKAGES=/tmp/packages_end.txt 09:37:43 + case "${OS_FAMILY}" in 09:37:43 + sort 09:37:43 + rpm -qa 09:37:49 + '[' -f /tmp/packages_start.txt ']' 09:37:49 + '[' -f /tmp/packages_end.txt ']' 09:37:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:37:49 + '[' /w/workspace/edgex-go/20 ']' 09:37:49 + mkdir -p /w/workspace/edgex-go/20/archives/ 09:37:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] isUnix [Pipeline] sh 09:37:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:37:50 09:37:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:37:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:37:51 alpine: Pulling from edgex-lftools-log-publisher 09:37:51 c9b1b535fdd9: Pulling fs layer 09:37:51 2cc5ad85d9ab: Pulling fs layer 09:37:51 756a868c4378: Pulling fs layer 09:37:51 444b2fc9a129: Pulling fs layer 09:37:51 ea15f1150254: Pulling fs layer 09:37:51 41b27a9f41bf: Pulling fs layer 09:37:51 28c525ee5125: Pulling fs layer 09:37:51 094b1ea09ed8: Pulling fs layer 09:37:51 138eaada9080: Pulling fs layer 09:37:51 0622d0fa9048: Pulling fs layer 09:37:51 41b27a9f41bf: Waiting 09:37:51 28c525ee5125: Waiting 09:37:51 094b1ea09ed8: Waiting 09:37:51 138eaada9080: Waiting 09:37:51 444b2fc9a129: Waiting 09:37:51 ea15f1150254: Waiting 09:37:51 0622d0fa9048: Waiting 09:37:51 2cc5ad85d9ab: Verifying Checksum 09:37:51 2cc5ad85d9ab: Download complete 09:37:51 444b2fc9a129: Verifying Checksum 09:37:51 444b2fc9a129: Download complete 09:37:51 c9b1b535fdd9: Verifying Checksum 09:37:51 c9b1b535fdd9: Download complete 09:37:51 ea15f1150254: Verifying Checksum 09:37:51 ea15f1150254: Download complete 09:37:51 28c525ee5125: Verifying Checksum 09:37:51 28c525ee5125: Download complete 09:37:51 c9b1b535fdd9: Pull complete 09:37:52 756a868c4378: Download complete 09:37:52 2cc5ad85d9ab: Pull complete 09:37:52 138eaada9080: Verifying Checksum 09:37:52 138eaada9080: Download complete 09:37:53 0622d0fa9048: Verifying Checksum 09:37:53 0622d0fa9048: Download complete 09:37:55 094b1ea09ed8: Verifying Checksum 09:37:55 094b1ea09ed8: Download complete 09:37:55 41b27a9f41bf: Verifying Checksum 09:37:55 41b27a9f41bf: Download complete 09:37:58 756a868c4378: Pull complete 09:37:58 444b2fc9a129: Pull complete 09:37:58 ea15f1150254: Pull complete 09:38:05 41b27a9f41bf: Pull complete 09:38:05 28c525ee5125: Pull complete 09:38:11 094b1ea09ed8: Pull complete 09:38:11 138eaada9080: Pull complete 09:38:11 0622d0fa9048: Pull complete 09:38:11 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 09:38:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:38:11 prd-centos7-docker-4c-2g-1549 does not seem to be running inside a container 09:38:11 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 09:38:15 $ docker top ff3c1bceef0df0f23e3d5c54cd4e67582b07c4c766e587d1ec2fbec6af419371 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:38:15 provisioning config files... 09:38:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config8594974619952251225tmp [Pipeline] { [Pipeline] echo 09:38:15 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:38:16 ---> create-netrc.sh [Pipeline] echo 09:38:16 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:38:16 ---> logs-deploy.sh 09:38:16 + ARCHIVE_ARTIFACTS= 09:38:16 + LOGS_SERVER=https://logs.edgexfoundry.org 09:38:16 + '[' https://logs.edgexfoundry.org == None ']' 09:38:16 + NEXUS_URL=https://nexus.edgexfoundry.org 09:38:16 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/20 09:38:16 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/20/ 09:38:16 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/20 /w/workspace/edgex-go/20 09:38:18 Archives upload complete. 09:38:18 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/20 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/20/ 09:38:20 ---> uname -a: 09:38:20 Linux ff3c1bceef0d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 09:38:20 09:38:20 09:38:20 ---> lscpu: 09:38:20 Architecture: x86_64 09:38:20 CPU op-mode(s): 32-bit, 64-bit 09:38:20 Byte Order: Little Endian 09:38:20 Address sizes: 40 bits physical, 48 bits virtual 09:38:20 CPU(s): 4 09:38:20 On-line CPU(s) list: 0-3 09:38:20 Thread(s) per core: 1 09:38:20 Core(s) per socket: 1 09:38:20 Socket(s): 4 09:38:20 NUMA node(s): 1 09:38:20 Vendor ID: GenuineIntel 09:38:20 CPU family: 6 09:38:20 Model: 44 09:38:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:38:20 Stepping: 1 09:38:20 CPU MHz: 2933.438 09:38:20 BogoMIPS: 5866.87 09:38:20 Virtualization: VT-x 09:38:20 Hypervisor vendor: KVM 09:38:20 Virtualization type: full 09:38:20 L1d cache: 128 KiB 09:38:20 L1i cache: 128 KiB 09:38:20 L2 cache: 16 MiB 09:38:20 L3 cache: 64 MiB 09:38:20 NUMA node0 CPU(s): 0-3 09:38:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:38:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:38:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:38:20 Vulnerability Meltdown: Mitigation; PTI 09:38:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:38:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:38:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:38:20 Vulnerability Tsx async abort: Not affected 09:38:20 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 09:38:20 09:38:20 09:38:20 ---> nproc: 09:38:20 4 09:38:20 09:38:20 09:38:20 ---> df -h: 09:38:20 Filesystem Size Used Available Use% Mounted on 09:38:20 overlay 50.0G 12.9G 37.1G 26% / 09:38:20 tmpfs 64.0M 0 64.0M 0% /dev 09:38:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:38:20 shm 64.0M 0 64.0M 0% /dev/shm 09:38:20 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf 09:38:20 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname 09:38:20 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts 09:38:20 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa 09:38:20 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/20 09:38:20 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/20@tmp 09:38:20 09:38:20 09:38:20 ---> free -m: 09:38:20 total used free shared buff/cache available 09:38:20 Mem: 1837 679 120 0 1037 1075 09:38:20 Swap: 1023 54 969 09:38:20 09:38:20 09:38:20 ---> ip addr: 09:38:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:38:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:38:20 inet 127.0.0.1/8 scope host lo 09:38:20 valid_lft forever preferred_lft forever 09:38:20 110: eth0@if111: mtu 1458 qdisc noqueue state UP 09:38:20 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 09:38:20 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 09:38:20 valid_lft forever preferred_lft forever 09:38:20 09:38:20 09:38:20 ---> sar -b -r -n DEV: 09:38:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/30/20 _x86_64_ (4 CPU) 09:38:20 09:38:20 09:17:48 LINUX RESTART 09:38:20 09:38:20 09:19:01 tps rtps wtps bread/s bwrtn/s 09:38:20 09:20:01 87.75 46.78 40.97 7607.61 12631.66 09:38:20 09:21:01 346.48 223.89 122.59 6579.14 49401.06 09:38:20 09:22:02 270.95 132.80 138.15 7271.78 28004.77 09:38:20 09:23:01 195.87 95.62 100.25 3576.67 23267.59 09:38:20 09:24:01 101.23 47.71 53.52 2397.47 21695.64 09:38:20 09:25:01 1060.89 838.58 222.32 90704.42 157703.43 09:38:20 09:26:03 2321.32 2077.16 244.16 138390.35 149574.02 09:38:20 09:27:01 256.16 146.69 109.46 12811.82 16181.90 09:38:20 09:28:02 1088.70 823.25 265.45 103370.89 160951.60 09:38:20 09:29:01 1753.73 1526.41 227.31 104596.32 98841.81 09:38:20 09:30:02 332.59 58.42 274.16 6484.72 27941.36 09:38:20 09:31:01 51.00 11.78 39.22 3094.79 1352.51 09:38:20 09:32:01 1.73 0.03 1.70 0.27 29.13 09:38:20 09:33:01 1.72 1.43 0.28 51.02 3.71 09:38:20 09:34:01 0.85 0.05 0.80 1.60 15.07 09:38:20 09:35:01 0.28 0.03 0.25 0.80 2.78 09:38:20 09:36:01 0.30 0.00 0.30 0.00 3.55 09:38:20 09:37:01 0.25 0.02 0.23 0.53 2.50 09:38:20 09:38:01 76.05 50.73 25.32 5429.94 8303.04 09:38:20 Average: 421.40 322.86 98.54 26141.22 40080.10 09:38:20 09:38:20 09:19:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:38:20 09:20:01 348336 1533220 81.49 2620 964232 1147644 39.17 479716 892892 120 09:38:20 09:21:01 144492 1737064 92.32 1592 1048364 1461764 49.89 579496 954652 1852 09:38:20 09:22:02 147356 1734200 92.17 976 1022216 1617620 55.21 683608 814764 42792 09:38:20 09:23:01 589408 1292148 68.67 420 613744 1311444 44.76 494512 566956 10732 09:38:20 09:24:01 146768 1734788 92.20 420 998720 1591916 54.33 639464 868316 34540 09:38:20 09:25:01 580164 1301392 69.17 100 671984 1301696 44.42 467384 670792 0 09:38:20 09:26:03 75644 1805912 95.98 100 1004040 2322856 79.27 801472 832552 8560 09:38:20 09:27:01 453552 1428004 75.89 100 625340 2141004 73.07 575740 640388 15096 09:38:20 09:28:02 489572 1391984 73.98 100 770748 1334396 45.54 511508 709532 96 09:38:20 09:29:01 173572 1707984 90.78 100 790512 3497236 119.35 702016 797184 3748 09:38:20 09:30:02 433348 1448208 76.97 92 792496 1382972 47.20 552308 680256 16 09:38:20 09:31:01 388020 1493536 79.38 92 880516 1280688 43.71 568264 712116 8 09:38:20 09:32:01 399064 1482492 78.79 92 880524 1171240 39.97 561240 710300 8 09:38:20 09:33:01 397864 1483692 78.85 92 881484 1171264 39.97 561304 711176 16 09:38:20 09:34:01 398004 1483552 78.85 92 881492 1171312 39.97 561372 711176 8 09:38:20 09:35:01 398396 1483160 78.83 92 881488 1171264 39.97 561440 711176 8 09:38:20 09:36:01 398396 1483160 78.83 92 881512 1171264 39.97 561440 711200 12 09:38:20 09:37:01 397968 1483588 78.85 92 881524 1171264 39.97 561200 711216 8 09:38:20 09:38:01 74444 1807112 96.04 92 1117000 1673632 57.12 677160 901620 102200 09:38:20 Average: 338651 1542905 82.00 387 873049 1531183 52.26 584244 753067 11569 09:38:20 09:38:20 09:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 09:38:20 09:20:01 eth0 834.57 823.60 3089.02 243.81 0.00 0.00 0.00 09:38:20 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:20:01 docker0 744.55 732.27 63.69 2637.19 0.00 0.00 0.00 09:38:20 09:21:01 veth8d971cf 2.40 3.88 0.16 29.17 0.00 0.00 0.00 09:38:20 09:21:01 eth0 2311.91 1641.79 11950.07 2903.84 0.00 0.00 0.00 09:38:20 09:21:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 09:38:20 09:21:01 docker0 750.91 739.99 64.16 2680.40 0.00 0.00 0.00 09:38:20 09:22:02 vethba5922e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 09:38:20 09:22:02 eth0 347.21 259.01 1822.71 75.62 0.00 0.00 0.00 09:38:20 09:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:22:02 docker0 61.00 110.82 4.38 696.81 0.00 0.00 0.00 09:38:20 09:23:01 vethba5922e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:23:01 eth0 28.40 21.22 23.33 12.33 0.00 0.00 0.00 09:38:20 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:24:01 eth0 105.22 61.39 1690.97 63.03 0.00 0.00 0.00 09:38:20 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:25:01 vethd315ef6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:25:01 veth9bb5349 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:25:01 veth0171087 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:25:01 vethc81ebc4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:26:03 eth0 2800.42 1991.46 15354.71 3048.53 0.00 0.00 0.00 09:38:20 09:26:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 09:38:20 09:26:03 vetha07dc19 0.00 0.41 0.00 0.02 0.00 0.00 0.00 09:38:20 09:26:03 docker0 806.63 851.95 67.74 3452.57 0.00 0.00 0.00 09:38:20 09:27:01 veth95bb23f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 09:38:20 09:27:01 eth0 2957.03 2103.35 16184.41 3214.61 0.00 0.00 0.00 09:38:20 09:27:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 09:38:20 09:27:01 vetha07dc19 0.00 0.43 0.00 0.02 0.00 0.00 0.00 09:38:20 09:28:02 eth0 35.14 29.68 18.13 54.07 0.00 0.00 0.00 09:38:20 09:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:28:02 vetha07dc19 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:28:02 docker0 813.80 859.51 68.34 3483.22 0.00 0.00 0.00 09:38:20 09:29:01 vethdd821df 0.00 0.12 0.00 0.01 0.00 0.00 0.00 09:38:20 09:29:01 vethdaa7f60 0.00 0.12 0.00 0.01 0.00 0.00 0.00 09:38:20 09:29:01 eth0 2960.94 2107.87 15907.26 3192.82 0.00 0.00 0.00 09:38:20 09:29:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 09:38:20 09:30:02 eth0 124.29 79.47 536.99 67.95 0.00 0.00 0.00 09:38:20 09:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:30:02 vetha07dc19 0.00 0.86 0.00 0.04 0.00 0.00 0.00 09:38:20 09:30:02 docker0 868.40 953.05 71.60 4099.88 0.00 0.00 0.00 09:38:20 09:31:01 eth0 40.57 28.99 76.45 52.72 0.00 0.00 0.00 09:38:20 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:31:01 docker0 6.65 9.78 0.63 57.00 0.00 0.00 0.00 09:38:20 09:32:01 eth0 0.27 0.25 0.42 0.03 0.00 0.00 0.00 09:38:20 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:33:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 09:38:20 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:34:01 eth0 0.18 0.18 0.08 0.07 0.00 0.00 0.00 09:38:20 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 09:38:20 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:36:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 09:38:20 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:37:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 09:38:20 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:38:01 eth0 88.38 61.52 2323.70 42.46 0.00 0.00 0.00 09:38:20 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 Average: eth0 130.65 98.83 819.20 172.58 0.00 0.00 0.00 09:38:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:20 Average: docker0 46.14 50.77 3.81 219.18 0.00 0.00 0.00 09:38:20 09:38:20 09:38:20 ---> sar -P ALL: 09:38:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/30/20 _x86_64_ (4 CPU) 09:38:20 09:38:20 09:17:48 LINUX RESTART 09:38:20 09:38:20 09:19:01 CPU %user %nice %system %iowait %steal %idle 09:38:20 09:20:01 all 9.65 0.00 3.91 1.61 14.57 70.26 09:38:20 09:20:01 0 13.00 0.00 4.40 1.46 16.22 64.93 09:38:20 09:20:01 1 7.21 0.00 3.45 1.21 15.50 72.63 09:38:20 09:20:01 2 9.63 0.00 4.72 2.82 13.05 69.78 09:38:20 09:20:01 3 8.91 0.00 3.08 1.02 13.49 73.49 09:38:20 09:21:01 all 11.28 0.00 4.47 2.20 19.49 62.56 09:38:20 09:21:01 0 15.22 0.00 5.34 5.02 22.14 52.27 09:38:20 09:21:01 1 7.64 0.00 3.58 1.05 18.88 68.85 09:38:20 09:21:01 2 13.23 0.00 4.96 0.83 18.89 62.08 09:38:20 09:21:01 3 9.33 0.00 4.09 1.98 18.12 66.48 09:38:20 09:22:02 all 14.92 0.00 8.38 6.46 13.61 56.62 09:38:20 09:22:02 0 15.59 0.00 8.33 5.87 15.26 54.94 09:38:20 09:22:02 1 12.99 0.00 8.33 9.98 14.14 54.56 09:38:20 09:22:02 2 15.14 0.00 8.71 5.50 13.17 57.47 09:38:20 09:22:02 3 16.00 0.00 8.12 4.50 11.88 59.50 09:38:20 09:23:01 all 45.05 0.00 13.51 4.69 15.40 21.36 09:38:20 09:23:01 0 45.78 0.00 13.39 3.32 15.29 22.21 09:38:20 09:23:01 1 46.65 0.00 13.57 6.98 15.27 17.52 09:38:20 09:23:01 2 40.75 0.00 13.28 3.79 17.03 25.15 09:38:20 09:23:01 3 47.09 0.00 13.82 4.64 13.99 20.47 09:38:20 09:24:01 all 15.97 0.00 7.51 2.21 15.87 58.43 09:38:20 09:24:01 0 13.23 0.00 6.45 1.41 17.21 61.71 09:38:20 09:24:01 1 16.66 0.00 8.33 3.09 16.48 55.45 09:38:20 09:24:01 2 16.81 0.00 7.53 1.78 15.46 58.43 09:38:20 09:24:01 3 17.25 0.00 7.76 2.59 14.28 58.12 09:38:20 09:25:01 all 13.26 0.00 12.09 13.63 17.31 43.70 09:38:20 09:25:01 0 13.27 0.00 10.41 15.08 18.03 43.21 09:38:20 09:25:01 1 12.55 0.00 11.50 13.24 17.04 45.66 09:38:20 09:25:01 2 13.36 0.00 12.95 15.10 16.88 41.70 09:38:20 09:25:01 3 13.91 0.00 13.57 11.05 17.28 44.19 09:38:20 09:26:03 all 12.25 0.00 12.85 32.60 16.33 25.97 09:38:20 09:26:03 0 12.28 0.00 10.99 31.15 16.31 29.27 09:38:20 09:26:03 1 11.60 0.00 12.37 33.28 16.64 26.11 09:38:20 09:26:03 2 13.01 0.00 14.34 33.59 15.72 23.33 09:38:20 09:26:03 3 12.09 0.00 13.74 32.40 16.65 25.12 09:38:20 09:27:01 all 62.33 0.00 12.46 7.66 10.86 6.70 09:38:20 09:27:01 0 65.04 0.00 11.73 8.90 8.46 5.87 09:38:20 09:27:01 1 59.92 0.00 12.99 7.48 12.21 7.40 09:38:20 09:27:01 2 60.44 0.00 13.12 7.75 11.96 6.74 09:38:20 09:27:01 3 64.00 0.00 11.99 6.55 10.73 6.73 09:38:20 09:28:02 all 14.18 0.00 13.20 18.49 18.39 35.73 09:38:20 09:28:02 0 13.36 0.00 13.91 20.06 19.35 33.31 09:38:20 09:28:02 1 13.13 0.00 12.10 16.74 18.13 39.91 09:38:20 09:28:02 2 15.76 0.00 13.20 19.59 18.24 33.21 09:38:20 09:28:02 3 14.50 0.00 13.62 17.59 17.85 36.45 09:38:20 09:29:01 all 27.59 0.00 14.79 31.28 12.58 13.76 09:38:20 09:29:01 0 27.77 0.00 13.74 32.16 13.01 13.32 09:38:20 09:29:01 1 27.58 0.00 14.92 32.76 11.92 12.82 09:38:20 09:29:01 2 27.81 0.00 15.33 30.15 13.27 13.44 09:38:20 09:29:01 3 27.19 0.00 15.18 30.02 12.11 15.50 09:38:20 09:30:02 all 34.54 0.00 12.98 10.17 11.80 30.51 09:38:20 09:30:02 0 34.11 0.00 14.15 10.35 12.11 29.28 09:38:20 09:30:02 1 33.21 0.00 13.27 11.76 12.68 29.07 09:38:20 09:30:02 2 36.68 0.00 11.44 8.15 11.81 31.92 09:38:20 09:30:02 3 34.16 0.00 13.07 10.44 10.55 31.77 09:38:20 09:31:01 all 4.06 0.00 2.01 1.27 3.84 88.82 09:38:20 09:31:01 0 5.81 0.00 2.28 2.15 3.94 85.83 09:38:20 09:31:01 1 2.66 0.00 1.31 0.61 3.63 91.79 09:38:20 09:31:01 2 4.20 0.00 2.40 1.19 3.67 88.55 09:38:20 09:31:01 3 3.56 0.00 2.06 1.16 4.10 89.12 09:38:20 09:32:01 all 0.14 0.00 0.05 0.00 0.10 99.72 09:38:20 09:32:01 0 0.42 0.00 0.03 0.00 0.10 99.45 09:38:20 09:32:01 1 0.02 0.00 0.05 0.02 0.12 99.80 09:38:20 09:32:01 2 0.07 0.00 0.07 0.00 0.13 99.73 09:38:20 09:32:01 3 0.03 0.00 0.03 0.00 0.05 99.88 09:38:20 09:33:01 all 0.12 0.00 0.05 0.02 0.19 99.62 09:38:20 09:33:01 0 0.17 0.00 0.03 0.00 0.12 99.68 09:38:20 09:33:01 1 0.05 0.00 0.08 0.08 0.42 99.37 09:38:20 09:33:01 2 0.27 0.00 0.02 0.00 0.20 99.52 09:38:20 09:33:01 3 0.02 0.00 0.03 0.00 0.02 99.93 09:38:20 09:34:01 all 0.14 0.00 0.03 0.00 0.04 99.79 09:38:20 09:34:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:38:20 09:34:01 1 0.48 0.00 0.03 0.00 0.07 99.42 09:38:20 09:34:01 2 0.07 0.00 0.05 0.00 0.07 99.82 09:38:20 09:34:01 3 0.02 0.00 0.02 0.00 0.02 99.95 09:38:20 09:35:01 all 0.11 0.00 0.03 0.00 0.22 99.64 09:38:20 09:35:01 0 0.02 0.00 0.02 0.00 0.08 99.88 09:38:20 09:35:01 1 0.33 0.00 0.07 0.00 0.50 99.10 09:38:20 09:35:01 2 0.05 0.00 0.03 0.00 0.20 99.72 09:38:20 09:35:01 3 0.02 0.00 0.02 0.00 0.05 99.92 09:38:20 09:36:01 all 0.13 0.00 0.02 0.00 0.18 99.66 09:38:20 09:36:01 0 0.00 0.00 0.00 0.00 0.03 99.97 09:38:20 09:36:01 1 0.45 0.00 0.03 0.00 0.32 99.20 09:38:20 09:36:01 2 0.02 0.00 0.02 0.00 0.13 99.83 09:38:20 09:36:01 3 0.05 0.00 0.03 0.00 0.28 99.63 09:38:20 09:37:01 all 0.12 0.00 0.02 0.00 0.04 99.82 09:38:20 09:37:01 0 0.05 0.00 0.02 0.00 0.03 99.90 09:38:20 09:37:01 1 0.42 0.00 0.03 0.00 0.07 99.48 09:38:20 09:37:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:38:20 09:37:01 3 0.03 0.00 0.02 0.00 0.07 99.88 09:38:20 09:38:01 all 2.54 0.00 1.66 1.50 8.47 85.83 09:38:20 09:38:01 0 1.96 0.00 1.74 1.35 8.46 86.48 09:38:20 09:38:01 1 2.14 0.00 1.33 0.54 9.34 86.65 09:38:20 09:38:01 2 3.70 0.00 2.10 3.83 8.04 82.33 09:38:20 09:38:01 3 2.35 0.00 1.46 0.28 8.03 87.89 09:38:20 Average: all 13.16 0.00 6.07 6.81 9.34 64.62 09:38:20 Average: 0 13.51 0.00 5.92 7.08 9.73 63.76 09:38:20 Average: 1 12.58 0.00 5.94 7.05 9.59 64.83 09:38:20 Average: 2 13.30 0.00 6.30 6.84 9.22 64.34 09:38:20 Average: 3 13.26 0.00 6.13 6.25 8.81 65.55 09:38:20 09:38:20 09:38:20