Pull request #2653 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 lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from ef4108114ed512538c6b52ede24f1ae2708c446e+2f18d68ce33577a025edc322deb728338e3be43f (dfc031f783216828e62d524a0a4a08f75c3baca6) 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-3248 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit ef4108114ed512538c6b52ede24f1ae2708c446e > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef4108114ed512538c6b52ede24f1ae2708c446e # timeout=10 Merge succeeded, producing ef4108114ed512538c6b52ede24f1ae2708c446e Checking out Revision ef4108114ed512538c6b52ede24f1ae2708c446e (PR-2653) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef4108114ed512538c6b52ede24f1ae2708c446e # timeout=10 Commit message: "Update V2 API core data swagger file" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:26:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:26:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:26:23 ========================================================= 09:26:23 EdgeX Global Pipelines Version Info 09:26:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a634c44b4a83778418d5547c5a420336035395e1 # timeout=10 09:26:26 ------------------- 09:26:26 stable info: 09:26:26 ------------------- 09:26:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:26:26 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 09:26:26 Message: update stable to v1.0.106 09:26:27 ------------------- 09:26:27 experimental info: 09:26:27 ------------------- 09:26:27 Commited By: **** collab-it+edgex@linuxfoundation.org 09:26:27 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 09:26:27 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 09:26:28 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 09:26:28 + for file in '`ls cmd/**/Dockerfile`' 09:26:28 ++ dirname cmd/core-command/Dockerfile 09:26:28 ++ cut -d/ -f2 09:26:28 + echo core-command,cmd/core-command/Dockerfile 09:26:28 + for file in '`ls cmd/**/Dockerfile`' 09:26:28 ++ dirname cmd/core-data/Dockerfile 09:26:28 ++ cut -d/ -f2 09:26:28 + echo core-data,cmd/core-data/Dockerfile 09:26:28 + for file in '`ls cmd/**/Dockerfile`' 09:26:28 ++ dirname cmd/core-metadata/Dockerfile 09:26:28 ++ cut -d/ -f2 09:26:28 + echo core-metadata,cmd/core-metadata/Dockerfile 09:26:28 + for file in '`ls cmd/**/Dockerfile`' 09:26:28 ++ dirname cmd/security-proxy-setup/Dockerfile 09:26:28 ++ cut -d/ -f2 09:26:28 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:26:28 + for file in '`ls cmd/**/Dockerfile`' 09:26:28 ++ dirname cmd/security-secrets-setup/Dockerfile 09:26:28 ++ cut -d/ -f2 09:26:28 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 09:26:28 + for file in '`ls cmd/**/Dockerfile`' 09:26:28 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:26:28 ++ cut -d/ -f2 09:26:28 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:26:28 + for file in '`ls cmd/**/Dockerfile`' 09:26:28 ++ dirname cmd/support-logging/Dockerfile 09:26:28 ++ cut -d/ -f2 09:26:28 + echo support-logging,cmd/support-logging/Dockerfile 09:26:28 + for file in '`ls cmd/**/Dockerfile`' 09:26:28 ++ dirname cmd/support-notifications/Dockerfile 09:26:28 ++ cut -d/ -f2 09:26:28 + echo support-notifications,cmd/support-notifications/Dockerfile 09:26:28 + for file in '`ls cmd/**/Dockerfile`' 09:26:28 ++ dirname cmd/support-scheduler/Dockerfile 09:26:28 ++ cut -d/ -f2 09:26:28 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:26:28 + for file in '`ls cmd/**/Dockerfile`' 09:26:28 ++ cut -d/ -f2 09:26:28 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:26:28 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:26:28 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 09:26:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:26:30 09:26:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:26:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:26:30 latest: Pulling from edgex-devops/git-semver 09:26:30 31603596830f: Pulling fs layer 09:26:30 2a8b12db71e7: Pulling fs layer 09:26:30 6ca5941a6612: Pulling fs layer 09:26:30 ecc8261a40a4: Pulling fs layer 09:26:30 ecc8261a40a4: Waiting 09:26:30 2a8b12db71e7: Verifying Checksum 09:26:30 2a8b12db71e7: Download complete 09:26:30 31603596830f: Verifying Checksum 09:26:30 31603596830f: Download complete 09:26:31 6ca5941a6612: Verifying Checksum 09:26:31 6ca5941a6612: Download complete 09:26:31 ecc8261a40a4: Verifying Checksum 09:26:31 ecc8261a40a4: Download complete 09:26:31 31603596830f: Pull complete 09:26:31 2a8b12db71e7: Pull complete 09:26:33 6ca5941a6612: Pull complete 09:26:33 ecc8261a40a4: Pull complete 09:26:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:26:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:26:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:26:33 prd-centos7-docker-4c-2g-3248 does not seem to be running inside a container 09:26:33 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:26:36 $ docker top 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:26:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:26:37 [ssh-agent] Looking for ssh-agent implementation... 09:26:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:26:37 $ docker exec 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 ssh-agent 09:26:37 SSH_AUTH_SOCK=/tmp/ssh-GjP2hMxay97Q/agent.13 09:26:37 SSH_AGENT_PID=18 09:26:37 Running ssh-add (command line suppressed) 09:26:38 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1019995486636047209.key (/w/workspace/edgex-go/2@tmp/private_key_1019995486636047209.key) 09:26:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:26:38 + git describe --exact-match --tags HEAD 09:26:38 fatal: No names found, cannot describe anything. [Pipeline] } 09:26:38 $ docker exec --env ******** --env ******** 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 ssh-agent -k 09:26:38 unset SSH_AUTH_SOCK; 09:26:38 unset SSH_AGENT_PID; 09:26:38 echo Agent pid 18 killed; 09:26:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 09:26:38 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 09:26:38 This usually means this commit has not been tagged. [Pipeline] sshagent 09:26:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:26:39 [ssh-agent] Looking for ssh-agent implementation... 09:26:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:26:39 $ docker exec 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 ssh-agent 09:26:39 SSH_AUTH_SOCK=/tmp/ssh-SXBRY3BYlKfV/agent.49 09:26:39 SSH_AGENT_PID=54 09:26:39 Running ssh-add (command line suppressed) 09:26:39 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3733397482248547495.key (/w/workspace/edgex-go/2@tmp/private_key_3733397482248547495.key) 09:26:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:26:40 + git semver init 09:26:40 # -> Open(): unable to determine branch for HEAD 09:26:40 # $GIT_DIR = /w/workspace/edgex-go/2/.git 09:26:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 09:26:40 # $SEMVER_REMOTE_NAME = origin 09:26:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:26:40 # $SEMVER_USER_NAME = edgex-jenkins 09:26:40 # $SEMVER_BRANCH = PR-2653 09:26:40 # $SEMVER_TEMP = /tmp/semver-971871578 09:26:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:27:13 # '/tmp/semver-971871578' -> '/w/workspace/edgex-go/2/.semver' 09:27:13 # -> Force: false 09:27:13 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 09:27:13 $ docker exec --env ******** --env ******** 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 ssh-agent -k 09:27:13 unset SSH_AUTH_SOCK; 09:27:13 unset SSH_AGENT_PID; 09:27:13 echo Agent pid 54 killed; 09:27:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:27:14 + git semver [Pipeline] } 09:27:14 $ docker stop --time=1 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 09:27:15 $ docker rm -f 219dcf8118cb698fae69ede2f30235329b6da2c80eccc7e3d30902b01f4625c7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:27:37 Stashed 30 file(s) [Pipeline] echo 09:27:37 [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:27:37 ========================================================= 09:27:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 09:27:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:27:38 + 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:27:43 Sending build context to Docker daemon 323MB 09:27:43 Step 1/7 : ARG BASE=golang:1.13-alpine 09:27:43 Step 2/7 : FROM ${BASE} 09:27:43 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 09:27:43 df20fa9351a1: Pulling fs layer 09:27:43 ed8968b2872e: Pulling fs layer 09:27:43 a92cc7c5fd73: Pulling fs layer 09:27:43 2dd03ba5bac4: Pulling fs layer 09:27:43 1e091d79d1de: Pulling fs layer 09:27:43 481702a1767f: Pulling fs layer 09:27:43 f64a6f60c768: Pulling fs layer 09:27:43 e78d2573fc39: Pulling fs layer 09:27:43 e876d2f968b6: Pulling fs layer 09:27:43 ce8a83651883: Pulling fs layer 09:27:43 07967f4d0e4b: Pulling fs layer 09:27:43 1e091d79d1de: Waiting 09:27:43 481702a1767f: Waiting 09:27:43 f64a6f60c768: Waiting 09:27:43 e78d2573fc39: Waiting 09:27:43 e876d2f968b6: Waiting 09:27:43 ce8a83651883: Waiting 09:27:43 07967f4d0e4b: Waiting 09:27:43 2dd03ba5bac4: Waiting 09:27:43 a92cc7c5fd73: Verifying Checksum 09:27:43 a92cc7c5fd73: Download complete 09:27:43 ed8968b2872e: Verifying Checksum 09:27:43 ed8968b2872e: Download complete 09:27:43 1e091d79d1de: Download complete 09:27:43 481702a1767f: Download complete 09:27:43 df20fa9351a1: Verifying Checksum 09:27:43 df20fa9351a1: Download complete 09:27:44 df20fa9351a1: Pull complete 09:27:44 ed8968b2872e: Pull complete 09:27:45 f64a6f60c768: Verifying Checksum 09:27:45 f64a6f60c768: Download complete 09:27:45 e876d2f968b6: Verifying Checksum 09:27:45 e876d2f968b6: Download complete 09:27:46 a92cc7c5fd73: Pull complete 09:27:46 2dd03ba5bac4: Verifying Checksum 09:27:46 2dd03ba5bac4: Download complete 09:27:47 e78d2573fc39: Verifying Checksum 09:27:47 e78d2573fc39: Download complete 09:27:47 07967f4d0e4b: Verifying Checksum 09:27:47 07967f4d0e4b: Download complete 09:27:47 ce8a83651883: Verifying Checksum 09:27:47 ce8a83651883: Download complete 09:27:52 Still waiting to schedule task 09:27:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:27:57 2dd03ba5bac4: Pull complete 09:27:57 1e091d79d1de: Pull complete 09:27:57 481702a1767f: Pull complete 09:28:01 f64a6f60c768: Pull complete 09:28:06 e78d2573fc39: Pull complete 09:28:06 e876d2f968b6: Pull complete 09:28:08 ce8a83651883: Pull complete 09:28:08 07967f4d0e4b: Pull complete 09:28:08 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 09:28:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 09:28:08 ---> 5d7c900382c6 09:28:08 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 09:28:09 ---> Running in 82944369ee64 09:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:28:12 (1/12) Installing libmagic (5.38-r0) 09:28:12 (2/12) Installing file (5.38-r0) 09:28:12 (3/12) Installing libc-dev (0.7.2-r3) 09:28:12 (4/12) Installing g++ (9.3.0-r2) 09:28:15 (5/12) Installing fortify-headers (1.1-r0) 09:28:15 (6/12) Installing patch (2.7.6-r6) 09:28:15 (7/12) Installing build-base (0.5-r2) 09:28:15 (8/12) Installing libsodium (1.0.18-r0) 09:28:16 (9/12) Installing pkgconf (1.7.2-r0) 09:28:16 (10/12) Installing libsodium-dev (1.0.18-r0) 09:28:16 (11/12) Installing libzmq (4.3.2-r0) 09:28:16 (12/12) Installing zeromq-dev (4.3.2-r0) 09:28:16 Executing busybox-1.31.1-r16.trigger 09:28:16 OK: 233 MiB in 51 packages 09:28:22 Removing intermediate container 82944369ee64 09:28:22 ---> 10b07806069b 09:28:22 Step 4/7 : WORKDIR /edgex-go 09:28:22 ---> Running in 86b14b0f65ff 09:28:22 Removing intermediate container 86b14b0f65ff 09:28:22 ---> f0fc2b1c3a41 09:28:22 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:28:22 latest: Pulling from library/docker 09:28:22 df20fa9351a1: Already exists 09:28:22 25ad7478873d: Pulling fs layer 09:28:22 4684f6177b5d: Pulling fs layer 09:28:22 46e300cec669: Pulling fs layer 09:28:22 63038576ad94: Pulling fs layer 09:28:22 0fdb76c4706c: Pulling fs layer 09:28:22 cb7edeffdfd5: Pulling fs layer 09:28:22 63038576ad94: Waiting 09:28:22 0fdb76c4706c: Waiting 09:28:22 cb7edeffdfd5: Waiting 09:28:22 4684f6177b5d: Verifying Checksum 09:28:22 4684f6177b5d: Download complete 09:28:22 25ad7478873d: Verifying Checksum 09:28:22 25ad7478873d: Download complete 09:28:22 63038576ad94: Verifying Checksum 09:28:22 63038576ad94: Download complete 09:28:22 0fdb76c4706c: Verifying Checksum 09:28:22 0fdb76c4706c: Download complete 09:28:22 cb7edeffdfd5: Verifying Checksum 09:28:22 cb7edeffdfd5: Download complete 09:28:23 25ad7478873d: Pull complete 09:28:23 4684f6177b5d: Pull complete 09:28:23 46e300cec669: Verifying Checksum 09:28:23 46e300cec669: Download complete 09:28:29 46e300cec669: Pull complete 09:28:29 63038576ad94: Pull complete 09:28:29 0fdb76c4706c: Pull complete 09:28:29 cb7edeffdfd5: Pull complete 09:28:29 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 09:28:29 Status: Downloaded newer image for docker:latest 09:28:31 ---> 0b38b1aac515 09:28:31 Step 6/7 : COPY go.mod . 09:28:31 ---> 15a7fb0841d0 09:28:31 Step 7/7 : RUN go mod download 09:28:31 ---> Running in 783b4d27cec2 09:28:34 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:28:34 go: finding github.com/BurntSushi/toml v0.3.1 09:28:34 go: finding github.com/OneOfOne/xxhash v1.2.5 09:28:34 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 09:28:34 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:28:34 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 09:28:34 go: finding github.com/bgentry/speakeasy v0.1.0 09:28:34 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 09:28:34 go: finding github.com/cloudflare/gokey v0.1.0 09:28:34 go: finding github.com/davecgh/go-spew v1.1.1 09:28:34 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:28:34 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 09:28:34 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 09:28:34 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 09:28:34 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:28:34 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 09:28:34 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 09:28:34 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 09:28:34 go: finding github.com/fatih/color v1.7.0 09:28:34 go: finding github.com/fsnotify/fsnotify v1.4.7 09:28:34 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:28:34 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 09:28:34 go: finding github.com/go-kit/kit v0.8.0 09:28:34 go: finding github.com/go-logfmt/logfmt v0.4.0 09:28:34 go: finding github.com/go-redis/redis/v7 v7.2.0 09:28:34 go: finding github.com/go-stack/stack v1.8.0 09:28:34 go: finding github.com/golang/protobuf v1.3.2 09:28:34 go: finding github.com/gomodule/redigo v2.0.0+incompatible 09:28:34 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 09:28:34 go: finding github.com/google/uuid v1.1.0 09:28:34 go: finding github.com/gorilla/mux v1.7.1 09:28:34 go: finding github.com/hashicorp/consul/api v1.1.0 09:28:34 go: finding github.com/hashicorp/consul/sdk v0.1.1 09:28:35 go: finding github.com/hashicorp/errwrap v1.0.0 09:28:35 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 09:28:35 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 09:28:35 go: finding github.com/hashicorp/go-msgpack v0.5.3 09:28:35 go: finding github.com/hashicorp/go-multierror v1.0.0 09:28:35 go: finding github.com/hashicorp/go-rootcerts v1.0.0 09:28:35 go: finding github.com/hashicorp/go-sockaddr v1.0.0 09:28:35 go: finding github.com/hashicorp/go-syslog v1.0.0 09:28:35 go: finding github.com/hashicorp/go-uuid v1.0.1 09:28:35 go: finding github.com/hashicorp/go.net v0.0.1 09:28:35 go: finding github.com/hashicorp/golang-lru v0.5.0 09:28:35 go: finding github.com/hashicorp/logutils v1.0.0 09:28:35 go: finding github.com/hashicorp/mdns v1.0.0 09:28:35 go: finding github.com/hashicorp/memberlist v0.1.3 09:28:35 go: finding github.com/hashicorp/serf v0.8.2 09:28:35 go: finding github.com/hpcloud/tail v1.0.0 09:28:35 go: finding github.com/imdario/mergo v0.3.6 09:28:35 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:28:35 go: finding github.com/kr/pretty v0.1.0 09:28:35 go: finding github.com/kr/pty v1.1.1 09:28:35 go: finding github.com/kr/text v0.1.0 09:28:35 go: finding github.com/mattn/go-colorable v0.0.9 09:28:35 go: finding github.com/mattn/go-isatty v0.0.3 09:28:35 go: finding github.com/miekg/dns v1.0.14 09:28:35 go: finding github.com/mitchellh/cli v1.0.0 09:28:35 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:28:35 go: finding github.com/mitchellh/copystructure v1.0.0 09:28:35 go: finding github.com/mitchellh/go-homedir v1.0.0 09:28:35 go: finding github.com/mitchellh/go-testing-interface v1.0.0 09:28:35 go: finding github.com/mitchellh/gox v0.4.0 09:28:35 go: finding github.com/mitchellh/iochan v1.0.0 09:28:35 go: finding github.com/mitchellh/mapstructure v1.1.2 09:28:35 go: finding github.com/mitchellh/reflectwalk v1.0.0 09:28:35 go: finding github.com/onsi/ginkgo v1.10.1 09:28:35 go: finding github.com/onsi/gomega v1.7.0 09:28:35 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 09:28:35 go: finding github.com/pebbe/zmq4 v1.0.0 09:28:35 go: finding github.com/pelletier/go-toml v1.2.0 09:28:35 go: finding github.com/pkg/errors v0.8.1 09:28:35 go: finding github.com/pmezard/go-difflib v1.0.0 09:28:35 go: finding github.com/posener/complete v1.1.1 09:28:35 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:28:35 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 09:28:36 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 09:28:36 go: finding github.com/stretchr/objx v0.1.0 09:28:36 go: finding github.com/stretchr/testify v1.5.1 09:28:36 go: finding github.com/ugorji/go v1.1.4 09:28:36 go: finding github.com/x448/float16 v0.8.4 09:28:36 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 09:28:36 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:28:36 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 09:28:36 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 09:28:36 go: finding golang.org/x/text v0.3.2 09:28:36 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 09:28:36 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 09:28:36 go: finding gopkg.in/eapache/queue.v1 v1.1.0 09:28:36 go: finding gopkg.in/fsnotify.v1 v1.4.7 09:28:36 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 09:28:36 go: finding gopkg.in/yaml.v2 v2.2.8 09:28:51 Removing intermediate container 783b4d27cec2 09:28:51 ---> 49d1b1eb4a74 09:28:51 Successfully built 49d1b1eb4a74 09:28:51 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:28:52 + docker inspect -f . ci-base-image-x86_64 09:28:52 . [Pipeline] withDockerContainer 09:28:52 prd-centos7-docker-4c-2g-3248 does not seem to be running inside a container 09:28:52 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:28:54 $ docker top ff0b80a68f465805077edb39aa224b6879a0f796c2c51f5766efb9ce7bdb3c9f -eo pid,comm [Pipeline] { [Pipeline] sh 09:28:55 + go version 09:28:55 go version go1.13.13 linux/amd64 [Pipeline] echo 09:28:55 ========================================================= 09:28:55 [edgeXBuildGoParallel] Running Tests and Build... 09:28:55 ========================================================= [Pipeline] sh 09:28:55 + make test 09:28:55 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:29:00 ? github.com/edgexfoundry/edgex-go [no test files] 09:29:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:29:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:29:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:29:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:29:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:29:25 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s 09:29:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 09:29:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:29:25 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 09:29:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:29:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:29:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:29:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:29:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:29:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.056s coverage: 46.6% of statements 09:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:29:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.3% of statements 09:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:29:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements 09:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:29:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 09:29:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:29:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.262s coverage: 28.6% of statements 09:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:29:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements 09:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:29:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements 09:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:29:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.053s coverage: 89.8% of statements 09:29:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:29:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:29:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.171s coverage: 100.0% of statements 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:29:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:29:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 09:29:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.129s coverage: 63.5% of statements 09:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:29:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements 09:29:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 55.9% of statements 09:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 09:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 09:30:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3249 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws 09:30:01 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.671s coverage: 86.3% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.922s coverage: 72.2% of statements 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.277s coverage: 72.1% of statements 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.071s coverage: 82.4% of statements 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.068s coverage: 48.4% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.012s coverage: 28.8% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.061s coverage: 96.8% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.084s coverage: 26.9% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.213s coverage: 84.1% of statements 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.011s coverage: 42.9% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.030s coverage: 83.8% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 46.1% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.047s coverage: 100.0% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.083s coverage: 29.1% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:30:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements 09:30:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:30:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:30:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:30:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:30:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements 09:30:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:30:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:30:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.009s coverage: 100.0% of statements 09:30:07 using credential edgex-jenkins-ssh 09:30:07 Cloning the remote Git repository 09:30:07 Cloning with configured refspecs honoured and without tags 09:30:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements 09:30:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.022s coverage: 100.0% of statements 09:30:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:30:07 > git init /w/workspace/edgex-go/2 # timeout=10 09:30:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:30:07 > git --version # timeout=10 09:30:07 using GIT_SSH to set credentials SSH Credentials for GitHub 09:30:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:30:08 GO111MODULE=on go vet ./... 09:30:16 gofmt -l . 09:30:17 [ "`gofmt -l .`" = "" ] 09:30:18 ./bin/test-go-mod-tidy.sh 09:30:19 ./bin/test-attribution-txt.sh 09:30:22 Fetching without tags [Pipeline] sh 09:30:22 Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit ef4108114ed512538c6b52ede24f1ae2708c446e 09:30:23 + ls -al . 09:30:23 total 556 09:30:23 drwxrwxr-x 10 1001 1001 4096 Aug 10 09:30 . 09:30:23 drwxr-xr-x 4 root root 28 Aug 10 09:28 .. 09:30:23 -rw-rw-r-- 1 1001 1001 11 Aug 10 09:26 .dockerignore 09:30:23 drwxrwxr-x 8 1001 1001 179 Aug 10 09:26 .git 09:30:23 drwxrwxr-x 3 1001 1001 60 Aug 10 09:26 .github 09:30:23 -rw-rw-r-- 1 1001 1001 932 Aug 10 09:26 .gitignore 09:30:23 drwx------ 3 1001 1001 47 Aug 10 09:27 .semver 09:30:23 -rw-rw-r-- 1 1001 1001 166 Aug 10 09:26 .sonarcloud.properties 09:30:23 -rw-rw-r-- 1 1001 1001 3804 Aug 10 09:26 CONTRIBUTING.md 09:30:23 -rw-rw-r-- 1 1001 1001 1035 Aug 10 09:26 Dockerfile.build 09:30:23 -rw-rw-r-- 1 1001 1001 865 Aug 10 09:26 Jenkinsfile 09:30:23 -rw-rw-r-- 1 1001 1001 10775 Aug 10 09:26 LICENSE 09:30:23 -rw-rw-r-- 1 1001 1001 6237 Aug 10 09:26 Makefile 09:30:23 -rw-rw-r-- 1 1001 1001 5652 Aug 10 09:26 README.md 09:30:23 -rw-rw-r-- 1 1001 1001 7111 Aug 10 09:26 SECURITY.md 09:30:23 -rw-rw-r-- 1 1001 1001 5 Aug 10 09:27 VERSION 09:30:23 -rw-rw-r-- 1 1001 1001 4131 Aug 10 09:26 ZMQWindows.md 09:30:23 drwxrwxr-x 2 1001 1001 117 Aug 10 09:26 bin 09:30:23 drwxrwxr-x 15 1001 1001 4096 Aug 10 09:26 cmd 09:30:23 -rw-r--r-- 1 root root 455803 Aug 10 09:30 coverage.out 09:30:23 -rw-r--r-- 1 root root 1019 Aug 10 09:30 go.mod 09:30:23 -rw-r--r-- 1 root root 18146 Aug 10 09:30 go.sum 09:30:23 drwxrwxr-x 8 1001 1001 127 Aug 10 09:26 internal 09:30:23 drwxrwxr-x 4 1001 1001 26 Aug 10 09:26 openapi 09:30:23 drwxrwxr-x 4 1001 1001 71 Aug 10 09:26 snap 09:30:23 -rw-rw-r-- 1 1001 1001 168 Aug 10 09:26 version.go [Pipeline] sh 09:30:23 Merge succeeded, producing ef4108114ed512538c6b52ede24f1ae2708c446e 09:30:23 Checking out Revision ef4108114ed512538c6b52ede24f1ae2708c446e (PR-2653) 09:30:23 + '[' -e coverage.out ] 09:30:23 + chown 1001:1001 coverage.out [Pipeline] stash 09:30:23 Stashed 1 file(s) [Pipeline] sh 09:30:24 + make build 09:30:24 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:30:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:30:22 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # timeout=10 09:30:22 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:30:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:30:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:30:22 using GIT_SSH to set credentials SSH Credentials for GitHub 09:30:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:30:22 > git config core.sparsecheckout # timeout=10 09:30:22 > git checkout -f ef4108114ed512538c6b52ede24f1ae2708c446e # timeout=10 09:30:23 > git remote # timeout=10 09:30:23 > git config --get remote.origin.url # timeout=10 09:30:23 using GIT_SSH to set credentials SSH Credentials for GitHub 09:30:23 > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 09:30:23 > git rev-parse HEAD^{commit} # timeout=10 09:30:23 > git config core.sparsecheckout # timeout=10 09:30:23 > git checkout -f ef4108114ed512538c6b52ede24f1ae2708c446e # timeout=10 09:30:27 Commit message: "Update V2 API core data swagger file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 09:30:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] echo 09:30:40 ========================================================= 09:30:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 09:30:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:30:41 + 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:30:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:30:45 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:30:45 Sending build context to Docker daemon 323MB 09:30:45 Step 1/7 : ARG BASE=golang:1.13-alpine 09:30:45 Step 2/7 : FROM ${BASE} 09:30:45 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:30:45 b538f80385f9: Pulling fs layer 09:30:45 74f711af9a0d: Pulling fs layer 09:30:45 99f96fe45779: Pulling fs layer 09:30:45 fd7a069fd194: Pulling fs layer 09:30:45 66aa3694b03b: Pulling fs layer 09:30:45 170f70906a0f: Pulling fs layer 09:30:45 ad7c5574e4b9: Pulling fs layer 09:30:45 e772456be8f7: Pulling fs layer 09:30:45 c890913d741a: Pulling fs layer 09:30:45 2480fcc9aa5a: Pulling fs layer 09:30:45 09adf4765672: Pulling fs layer 09:30:45 170f70906a0f: Waiting 09:30:45 e772456be8f7: Waiting 09:30:45 c890913d741a: Waiting 09:30:45 ad7c5574e4b9: Waiting 09:30:45 2480fcc9aa5a: Waiting 09:30:45 09adf4765672: Waiting 09:30:45 fd7a069fd194: Waiting 09:30:45 66aa3694b03b: Waiting 09:30:45 99f96fe45779: Verifying Checksum 09:30:45 99f96fe45779: Download complete 09:30:45 74f711af9a0d: Verifying Checksum 09:30:45 74f711af9a0d: Download complete 09:30:45 66aa3694b03b: Download complete 09:30:45 170f70906a0f: Download complete 09:30:45 b538f80385f9: Verifying Checksum 09:30:46 b538f80385f9: Pull complete 09:30:47 74f711af9a0d: Pull complete 09:30:47 99f96fe45779: Pull complete 09:30:48 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:30:48 ad7c5574e4b9: Verifying Checksum 09:30:48 ad7c5574e4b9: Download complete 09:30:48 c890913d741a: Verifying Checksum 09:30:48 c890913d741a: Download complete 09:30:50 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:30:51 2480fcc9aa5a: Verifying Checksum 09:30:51 2480fcc9aa5a: Download complete 09:30:51 09adf4765672: Verifying Checksum 09:30:51 09adf4765672: Download complete 09:30:51 e772456be8f7: Verifying Checksum 09:30:51 e772456be8f7: Download complete 09:30:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:30:52 fd7a069fd194: Download complete 09:30:54 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:30:59 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:01 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:02 fd7a069fd194: Pull complete 09:31:02 66aa3694b03b: Pull complete 09:31:02 170f70906a0f: Pull complete 09:31:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:31:06 ad7c5574e4b9: Pull complete 09:31:08 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:10 e772456be8f7: Pull complete 09:31:10 c890913d741a: Pull complete 09:31:10 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:31:12 $ docker stop --time=1 ff0b80a68f465805077edb39aa224b6879a0f796c2c51f5766efb9ce7bdb3c9f 09:31:13 2480fcc9aa5a: Pull complete 09:31:13 09adf4765672: Pull complete 09:31:13 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 09:31:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 09:31:13 ---> 2248a725d1cf 09:31:13 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:31:14 $ docker rm -f ff0b80a68f465805077edb39aa224b6879a0f796c2c51f5766efb9ce7bdb3c9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:31:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:31:18 09:31:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:31:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:31:18 latest: Pulling from edgex-devops/edgex-compose 09:31:18 cbdbe7a5bc2a: Pulling fs layer 09:31:18 ca9280d653b3: Pulling fs layer 09:31:18 7e9c9ca2126c: Pulling fs layer 09:31:19 cbdbe7a5bc2a: Verifying Checksum 09:31:19 cbdbe7a5bc2a: Download complete 09:31:19 ca9280d653b3: Verifying Checksum 09:31:19 ca9280d653b3: Download complete 09:31:20 ---> Running in 25d18028df3a 09:31:20 cbdbe7a5bc2a: Pull complete 09:31:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:31:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:31:22 7e9c9ca2126c: Verifying Checksum 09:31:22 7e9c9ca2126c: Download complete 09:31:22 ca9280d653b3: Pull complete 09:31:22 (1/12) Installing libmagic (5.38-r0) 09:31:22 (2/12) Installing file (5.38-r0) 09:31:23 (3/12) Installing libc-dev (0.7.2-r3) 09:31:23 (4/12) Installing g++ (9.3.0-r2) 09:31:27 (5/12) Installing fortify-headers (1.1-r0) 09:31:27 (6/12) Installing patch (2.7.6-r6) 09:31:27 (7/12) Installing build-base (0.5-r2) 09:31:27 (8/12) Installing libsodium (1.0.18-r0) 09:31:27 (9/12) Installing pkgconf (1.7.2-r0) 09:31:27 (10/12) Installing libsodium-dev (1.0.18-r0) 09:31:27 (11/12) Installing libzmq (4.3.2-r0) 09:31:27 (12/12) Installing zeromq-dev (4.3.2-r0) 09:31:27 Executing busybox-1.31.1-r16.trigger 09:31:27 OK: 217 MiB in 51 packages 09:31:32 Removing intermediate container 25d18028df3a 09:31:32 ---> 76e561d45d5f 09:31:32 Step 4/7 : WORKDIR /edgex-go 09:31:32 ---> Running in 37570cd9b7bf 09:31:32 Removing intermediate container 37570cd9b7bf 09:31:32 ---> eefba47b7f30 09:31:32 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:31:32 7e9c9ca2126c: Pull complete 09:31:32 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:31:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:31:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:31:32 prd-centos7-docker-4c-2g-3248 does not seem to be running inside a container 09:31:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:31:33 latest: Pulling from library/docker 09:31:33 b538f80385f9: Already exists 09:31:33 259a493cd78d: Pulling fs layer 09:31:33 b8e66b5100f5: Pulling fs layer 09:31:33 39dc9c94d07c: Pulling fs layer 09:31:33 551b823b3b82: Pulling fs layer 09:31:33 3c52a74df98c: Pulling fs layer 09:31:33 6c9b121b6998: Pulling fs layer 09:31:33 551b823b3b82: Waiting 09:31:33 3c52a74df98c: Waiting 09:31:33 6c9b121b6998: Waiting 09:31:33 b8e66b5100f5: Download complete 09:31:33 259a493cd78d: Download complete 09:31:33 551b823b3b82: Verifying Checksum 09:31:33 551b823b3b82: Download complete 09:31:33 3c52a74df98c: Verifying Checksum 09:31:33 3c52a74df98c: Download complete 09:31:33 6c9b121b6998: Verifying Checksum 09:31:34 259a493cd78d: Pull complete 09:31:34 b8e66b5100f5: Pull complete 09:31:34 39dc9c94d07c: Verifying Checksum 09:31:34 39dc9c94d07c: Download complete 09:31:34 $ docker top 708ca65b21b3725361ff9b25f8858c82679fc3f7a4e971659cc552c1adac0a69 -eo pid,comm [Pipeline] { [Pipeline] sh 09:31:35 + grep parallel 09:31:35 + docker-compose build --help 09:31:36 --parallel Build images in parallel. [Pipeline] } 09:31:37 $ docker stop --time=1 708ca65b21b3725361ff9b25f8858c82679fc3f7a4e971659cc552c1adac0a69 09:31:38 39dc9c94d07c: Pull complete 09:31:38 551b823b3b82: Pull complete 09:31:38 $ docker rm -f 708ca65b21b3725361ff9b25f8858c82679fc3f7a4e971659cc552c1adac0a69 09:31:38 3c52a74df98c: Pull complete [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 09:31:38 6c9b121b6998: Pull complete 09:31:38 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 09:31:38 Status: Downloaded newer image for docker:latest [Pipeline] isUnix [Pipeline] sh 09:31:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:31:39 . [Pipeline] withDockerContainer 09:31:39 prd-centos7-docker-4c-2g-3248 does not seem to be running inside a container 09:31:39 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:31:41 $ docker top a6135ba2adf5c74d2571d4aaf24273027446a5b25b67e85ef348f004bf43a71d -eo pid,comm [Pipeline] { [Pipeline] sh 09:31:42 + docker-compose -f ./docker-compose-build.yml build --parallel 09:31:42 ---> b697d5e9f8f1 09:31:42 Step 6/7 : COPY go.mod . 09:31:42 ---> c7d0e29c8c79 09:31:42 Step 7/7 : RUN go mod download 09:31:42 ---> Running in 52e8bceaad6d 09:31:43 Building docker-core-command-go ... 09:31:43 Building docker-core-data-go ... 09:31:43 Building docker-core-metadata-go ... 09:31:43 Building docker-security-proxy-setup-go ... 09:31:43 Building docker-security-secrets-setup-go ... 09:31:43 Building docker-security-secretstore-setup-go ... 09:31:43 Building docker-support-logging-go ... 09:31:43 Building docker-support-notifications-go ... 09:31:43 Building docker-support-scheduler-go ... 09:31:43 Building docker-sys-mgmt-agent-go ... 09:31:43 Building docker-security-secretstore-setup-go 09:31:43 Building docker-security-secrets-setup-go 09:31:43 Building docker-core-metadata-go 09:31:43 Building docker-security-proxy-setup-go 09:31:43 Building docker-support-notifications-go 09:31:46 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:31:46 go: finding github.com/BurntSushi/toml v0.3.1 09:31:46 go: finding github.com/OneOfOne/xxhash v1.2.5 09:31:46 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 09:31:46 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:31:46 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 09:31:46 go: finding github.com/bgentry/speakeasy v0.1.0 09:31:46 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 09:31:46 go: finding github.com/cloudflare/gokey v0.1.0 09:31:46 go: finding github.com/davecgh/go-spew v1.1.1 09:31:46 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:31:46 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 09:31:46 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 09:31:46 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 09:31:46 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:31:46 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 09:31:46 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 09:31:46 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 09:31:46 go: finding github.com/fatih/color v1.7.0 09:31:46 go: finding github.com/fsnotify/fsnotify v1.4.7 09:31:46 go: finding github.com/fxamacker/cbor/v2 v2.2.0 09:31:46 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 09:31:46 go: finding github.com/go-kit/kit v0.8.0 09:31:46 go: finding github.com/go-logfmt/logfmt v0.4.0 09:31:46 go: finding github.com/go-redis/redis/v7 v7.2.0 09:31:46 go: finding github.com/go-stack/stack v1.8.0 09:31:46 go: finding github.com/golang/protobuf v1.3.2 09:31:46 go: finding github.com/gomodule/redigo v2.0.0+incompatible 09:31:46 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 09:31:46 go: finding github.com/google/uuid v1.1.0 09:31:46 go: finding github.com/gorilla/mux v1.7.1 09:31:46 go: finding github.com/hashicorp/consul/api v1.1.0 09:31:46 go: finding github.com/hashicorp/consul/sdk v0.1.1 09:31:46 go: finding github.com/hashicorp/errwrap v1.0.0 09:31:46 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 09:31:46 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 09:31:46 go: finding github.com/hashicorp/go-msgpack v0.5.3 09:31:46 go: finding github.com/hashicorp/go-multierror v1.0.0 09:31:46 go: finding github.com/hashicorp/go-rootcerts v1.0.0 09:31:46 go: finding github.com/hashicorp/go-sockaddr v1.0.0 09:31:46 go: finding github.com/hashicorp/go-syslog v1.0.0 09:31:46 go: finding github.com/hashicorp/go-uuid v1.0.1 09:31:46 go: finding github.com/hashicorp/go.net v0.0.1 09:31:46 go: finding github.com/hashicorp/golang-lru v0.5.0 09:31:46 go: finding github.com/hashicorp/logutils v1.0.0 09:31:46 go: finding github.com/hashicorp/mdns v1.0.0 09:31:46 go: finding github.com/hashicorp/memberlist v0.1.3 09:31:46 go: finding github.com/hashicorp/serf v0.8.2 09:31:46 go: finding github.com/hpcloud/tail v1.0.0 09:31:46 go: finding github.com/imdario/mergo v0.3.6 09:31:46 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:31:47 go: finding github.com/kr/pretty v0.1.0 09:31:47 go: finding github.com/kr/pty v1.1.1 09:31:47 go: finding github.com/kr/text v0.1.0 09:31:47 go: finding github.com/mattn/go-colorable v0.0.9 09:31:47 go: finding github.com/mattn/go-isatty v0.0.3 09:31:47 go: finding github.com/miekg/dns v1.0.14 09:31:47 go: finding github.com/mitchellh/cli v1.0.0 09:31:47 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:31:47 go: finding github.com/mitchellh/copystructure v1.0.0 09:31:47 go: finding github.com/mitchellh/go-homedir v1.0.0 09:31:47 go: finding github.com/mitchellh/go-testing-interface v1.0.0 09:31:47 go: finding github.com/mitchellh/gox v0.4.0 09:31:47 go: finding github.com/mitchellh/iochan v1.0.0 09:31:47 go: finding github.com/mitchellh/mapstructure v1.1.2 09:31:47 go: finding github.com/mitchellh/reflectwalk v1.0.0 09:31:47 go: finding github.com/onsi/ginkgo v1.10.1 09:31:47 go: finding github.com/onsi/gomega v1.7.0 09:31:47 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 09:31:47 go: finding github.com/pebbe/zmq4 v1.0.0 09:31:47 go: finding github.com/pelletier/go-toml v1.2.0 09:31:47 go: finding github.com/pkg/errors v0.8.1 09:31:47 go: finding github.com/pmezard/go-difflib v1.0.0 09:31:47 go: finding github.com/posener/complete v1.1.1 09:31:47 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:31:47 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 09:31:47 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 09:31:47 go: finding github.com/stretchr/objx v0.1.0 09:31:47 go: finding github.com/stretchr/testify v1.5.1 09:31:47 go: finding github.com/ugorji/go v1.1.4 09:31:47 go: finding github.com/x448/float16 v0.8.4 09:31:47 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 09:31:47 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:31:47 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 09:31:47 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 09:31:47 go: finding golang.org/x/text v0.3.2 09:31:47 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 09:31:47 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 09:31:47 go: finding gopkg.in/eapache/queue.v1 v1.1.0 09:31:47 go: finding gopkg.in/fsnotify.v1 v1.4.7 09:31:47 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 09:31:47 go: finding gopkg.in/yaml.v2 v2.2.8 09:32:06 Removing intermediate container 52e8bceaad6d 09:32:06 ---> 478ce3aa46c4 09:32:06 Successfully built 478ce3aa46c4 09:32:06 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:32:06 + docker inspect -f . ci-base-image-arm64 09:32:06 . [Pipeline] withDockerContainer 09:32:07 prd-ubuntu18.04-docker-arm64-4c-16g-3249 does not seem to be running inside a container 09:32:07 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 09:32:08 $ docker top a938ce753d3bc9c7cab8f8408f0533ab7fb70b15fc8a3fd2e827b2f2f0a2662e -eo pid,comm [Pipeline] { [Pipeline] sh 09:32:09 + go version 09:32:09 go version go1.13.13 linux/arm64 [Pipeline] echo 09:32:09 ========================================================= 09:32:09 [edgeXBuildGoParallel] Running Tests and Build... 09:32:09 ========================================================= [Pipeline] sh 09:32:10 + make test 09:32:10 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:32:13 ? github.com/edgexfoundry/edgex-go [no test files] 09:32:22 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 09:32:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:32:22 ---> 49d1b1eb4a74 09:32:22 Step 3/21 : WORKDIR /edgex-go 09:32:22 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 09:32:22 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:32:22 ---> 49d1b1eb4a74 09:32:22 Step 3/20 : WORKDIR /edgex-go 09:32:22 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 09:32:22 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 09:32:22 ---> 49d1b1eb4a74 09:32:22 Step 3/29 : WORKDIR /edgex-go 09:32:22 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 09:32:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:32:22 ---> 49d1b1eb4a74 09:32:22 Step 3/26 : WORKDIR /edgex-go 09:32:22 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 09:32:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:32:22 ---> 49d1b1eb4a74 09:32:22 Step 3/23 : WORKDIR /edgex-go 09:32:22 ---> Running in d89fc31d396b 09:32:22 ---> Running in 4fe2356d3fe9 09:32:22 ---> Running in dac4af532513 09:32:22 ---> Running in fe82da68ddb0 09:32:22 ---> Running in 8f9324bddce1 09:32:22 Removing intermediate container dac4af532513 09:32:22 ---> 43328c4b5495 09:32:22 Step 4/29 : RUN apk update && apk add make git 09:32:22 Removing intermediate container d89fc31d396b 09:32:22 ---> 974a92951bb5 09:32:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:22 Removing intermediate container 4fe2356d3fe9 09:32:22 ---> dd955e6956fd 09:32:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:23 Removing intermediate container 8f9324bddce1 09:32:23 ---> b66b951d8d21 09:32:23 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:23 ---> Running in 37bdf7f859f5 09:32:23 Removing intermediate container fe82da68ddb0 09:32:23 ---> 20df9d0ecfae 09:32:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:23 ---> Running in 7dab313f802f 09:32:23 ---> Running in 4f41d690af2f 09:32:23 ---> Running in 70fe06a1add3 09:32:23 ---> Running in a0f47ed4303a 09:32:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:32:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:32:25 Removing intermediate container 4f41d690af2f 09:32:25 ---> 23224dd5aadc 09:32:25 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 09:32:26 Removing intermediate container 7dab313f802f 09:32:26 ---> 79802ae8e64b 09:32:26 Step 5/26 : RUN apk update && apk add make git 09:32:26 ---> Running in d21a81184fa0 09:32:26 ---> Running in d36f40bbd79e 09:32:26 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:32:26 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:32:26 OK: 12749 distinct packages available 09:32:26 Removing intermediate container a0f47ed4303a 09:32:26 ---> 024f681855be 09:32:26 Step 5/21 : RUN apk update && apk add make git 09:32:26 Removing intermediate container 70fe06a1add3 09:32:26 ---> c1a2ce35a63a 09:32:26 Step 5/20 : RUN apk update && apk add make git 09:32:26 OK: 233 MiB in 51 packages 09:32:26 ---> Running in c4f548f74434 09:32:26 ---> Running in 00f9f1c30b4d 09:32:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:32:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:32:27 Removing intermediate container 37bdf7f859f5 09:32:27 ---> 2a86740a7ac2 09:32:27 Step 5/29 : COPY go.mod . 09:32:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:32:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:32:28 ---> 6ff01a66f5e3 09:32:28 Step 6/29 : RUN go mod download 09:32:28 ---> Running in 26ea4c64e432 09:32:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:32:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:32:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:32:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:32:29 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:32:29 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:32:29 OK: 12749 distinct packages available 09:32:29 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:32:29 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:32:29 OK: 12749 distinct packages available 09:32:29 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:32:29 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:32:29 OK: 12749 distinct packages available 09:32:29 OK: 233 MiB in 51 packages 09:32:29 OK: 233 MiB in 51 packages 09:32:29 OK: 233 MiB in 51 packages 09:32:29 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:32:29 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:32:29 OK: 12749 distinct packages available 09:32:29 OK: 233 MiB in 51 packages 09:32:30 Removing intermediate container d36f40bbd79e 09:32:30 ---> 9d8b72e90f60 09:32:30 Step 6/23 : COPY go.mod . 09:32:30 Removing intermediate container d21a81184fa0 09:32:30 ---> 27c3bb26d8a5 09:32:30 Step 6/26 : COPY go.mod . 09:32:30 Removing intermediate container 00f9f1c30b4d 09:32:30 ---> 4212746ca4d0 09:32:30 Step 6/21 : COPY go.mod . 09:32:30 Removing intermediate container c4f548f74434 09:32:30 ---> 16ca38a16c92 09:32:30 Step 6/20 : COPY go.mod . 09:32:31 ---> 72e85d4d2869 09:32:31 Step 7/23 : RUN go mod download 09:32:31 ---> 0d7a11ef4271 09:32:31 ---> 58592958b1a1 09:32:31 Step 7/26 : RUN go mod download 09:32:31 Step 7/21 : RUN go mod download 09:32:31 Removing intermediate container 26ea4c64e432 09:32:31 ---> 5182d401b11a 09:32:31 Step 7/29 : COPY . . 09:32:31 ---> Running in bfeda6f5f7fb 09:32:31 ---> Running in 3cfab5719b36 09:32:31 ---> Running in 2f15a9f008bf 09:32:31 ---> 239d4e5662d6 09:32:31 Step 7/20 : RUN go mod download 09:32:31 ---> Running in 19bf80ed20a3 09:32:39 Removing intermediate container bfeda6f5f7fb 09:32:39 ---> b19e44164dd2 09:32:39 Step 8/23 : COPY . . 09:32:42 Removing intermediate container 3cfab5719b36 09:32:42 ---> 8e9a6673583b 09:32:42 Step 8/26 : COPY . . 09:32:45 Removing intermediate container 2f15a9f008bf 09:32:45 ---> 688f9bff5c52 09:32:45 Step 8/21 : COPY . . 09:32:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:32:46 Removing intermediate container 19bf80ed20a3 09:32:46 ---> 2e6713f5445a 09:32:46 Step 8/20 : COPY . . 09:32:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:32:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:32:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:32:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:32:58 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.068s 09:32:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 09:32:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:32:58 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 09:33:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:33:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:33:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:33:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:33:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.077s coverage: 46.6% of statements 09:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.221s coverage: 27.3% of statements 09:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.020s coverage: 100.0% of statements 09:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 09:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:33:19 ---> 4ad8b9b662b6 09:33:19 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 09:33:19 ---> Running in 0527b5a24277 09:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.283s coverage: 28.6% of statements 09:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 09:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 09:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.069s coverage: 89.8% of statements 09:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:33: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:33:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.094s coverage: 97.5% of statements 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:33:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.043s coverage: 100.0% of statements 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:33:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 09:33:23 ---> c6537331d5b3 09:33:23 Step 9/23 : RUN make cmd/support-notifications/support-notifications 09:33:24 ---> 54a01b9d4713 09:33:24 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:33:25 ---> Running in ca47862ed249 09:33:25 ---> Running in 5723804fbf42 09:33:25 ---> 37c8d62b80cf 09:33:25 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 09:33:25 ---> 28475b66de85 09:33:25 Step 9/21 : RUN make cmd/core-metadata/core-metadata 09:33:26 ---> Running in c553e05f19ac 09:33:26 ---> Running in e998f154ae01 09:33:27 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:33:27 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:33:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:33:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:33:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.232s coverage: 63.5% of statements 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:33:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.021s coverage: 100.0% of statements 09:33:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.363s coverage: 55.9% of statements 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 38.420s coverage: 86.3% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.855s coverage: 72.2% of statements 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.388s coverage: 72.1% of statements 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.023s coverage: 48.4% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.049s coverage: 28.8% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 26.9% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.256s coverage: 84.1% of statements 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.059s coverage: 100.0% of statements 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 42.9% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.063s coverage: 83.8% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.177s coverage: 46.1% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.035s coverage: 100.0% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.179s coverage: 29.1% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.057s coverage: 99.0% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:34:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 09:34:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements 09:34:07 GO111MODULE=on go vet ./... 09:34:08 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:34:08 Removing intermediate container 0527b5a24277 09:34:08 ---> 3127fb9ae9a2 09:34:08 09:34:08 Step 9/29 : FROM alpine:latest 09:34:08 latest: Pulling from library/alpine 09:34:08 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:34:08 Status: Downloaded newer image for alpine:latest 09:34:08 ---> a24bb4013296 09:34:08 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 09:34:08 ---> Running in 718a482b779a 09:34:08 Removing intermediate container 718a482b779a 09:34:08 ---> 67b9a691d509 09:34:08 Step 11/29 : USER root 09:34:09 ---> Running in 365ad5fa9bc9 09:34:09 Removing intermediate container 365ad5fa9bc9 09:34:09 ---> c9fc8b8740b6 09:34:09 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 09:34:10 ---> Running in 0b4d725c10b2 09:34:10 Removing intermediate container c553e05f19ac 09:34:10 ---> 849026062031 09:34:10 09:34:10 Step 10/20 : FROM alpine 09:34:10 ---> a24bb4013296 09:34:10 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 09:34:11 ---> Running in e0a116423974 09:34:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:34:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:34:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 09:34:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:34:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:34:15 v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:34:15 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:34:15 OK: 12749 distinct packages available 09:34:15 v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:34:15 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:34:15 OK: 12749 distinct packages available 09:34:15 (1/2) Installing ca-certificates (20191127-r4) 09:34:15 (2/2) Installing dumb-init (1.2.2-r1) 09:34:15 Executing busybox-1.31.1-r16.trigger 09:34:15 Executing ca-certificates-20191127-r4.trigger 09:34:15 OK: 6 MiB in 16 packages 09:34:15 (1/4) Installing ca-certificates (20191127-r4) 09:34:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:34:15 (3/4) Installing libcurl (7.69.1-r0) 09:34:15 (4/4) Installing curl (7.69.1-r0) 09:34:15 Executing busybox-1.31.1-r16.trigger 09:34:15 Executing ca-certificates-20191127-r4.trigger 09:34:16 OK: 7 MiB in 18 packages 09:34:19 Removing intermediate container 0b4d725c10b2 09:34:19 ---> e7427149c7b5 09:34:19 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 09:34:19 ---> Running in 7378822c9612 09:34:19 Removing intermediate container e0a116423974 09:34:19 ---> 3d7af19339a4 09:34:19 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:34:20 Removing intermediate container ca47862ed249 09:34:20 ---> a8269acbf357 09:34:20 09:34:20 Step 10/23 : FROM scratch 09:34:20 ---> 09:34:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:34:20 ---> Running in 0e1874410cfd 09:34:20 Removing intermediate container 7378822c9612 09:34:20 ---> a0c0902dfff1 09:34:20 Step 14/29 : WORKDIR $BASE_DIR 09:34:20 ---> Running in 402bc958e637 09:34:20 Removing intermediate container 0e1874410cfd 09:34:20 ---> bdb1c649e29e 09:34:20 Step 13/20 : WORKDIR /edgex 09:34:20 ---> Running in 799443f71bd0 09:34:21 Removing intermediate container 402bc958e637 09:34:21 ---> ae0f90d7ef4b 09:34:21 Step 12/23 : ENV APP_PORT=48060 09:34:21 ---> Running in 4762dc7a4f0a 09:34:24 ---> Running in 76d466d8254d 09:34:26 Removing intermediate container 799443f71bd0 09:34:26 ---> d02d46b5aea9 09:34:26 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 09:34:26 Removing intermediate container 4762dc7a4f0a 09:34:26 ---> 1f171afd0dbe 09:34:26 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:34:26 gofmt -l . 09:34:26 [ "`gofmt -l .`" = "" ] 09:34:26 Removing intermediate container 5723804fbf42 09:34:26 ---> 24f80e01f113 09:34:26 09:34:26 Step 10/26 : FROM alpine:3.10 09:34:26 ---> Running in 837e9b0a350a 09:34:26 Removing intermediate container 76d466d8254d 09:34:26 ---> aa03a763850f 09:34:26 Step 13/23 : EXPOSE $APP_PORT 09:34:26 Removing intermediate container e998f154ae01 09:34:26 ---> ff297aeda5ef 09:34:26 09:34:26 Step 10/21 : FROM scratch 09:34:26 ---> 09:34:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:34:26 ---> Running in b241a001736a 09:34:26 3.10: Pulling from library/alpine 09:34:26 ---> Running in b62eb774a0c4 09:34:26 ---> add9ed67e8d7 09:34:26 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:34:27 Removing intermediate container b241a001736a 09:34:27 ---> f00a20008dbe 09:34:27 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 09:34:27 Removing intermediate container b62eb774a0c4 09:34:27 ---> 357a405c6d58 09:34:27 Step 12/21 : ENV APP_PORT=48081 09:34:27 ---> Running in 875f4239b3cd 09:34:27 ---> fea3ea5adc70 09:34:27 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:34:28 Removing intermediate container 875f4239b3cd 09:34:28 ---> 27c0d05d8a02 09:34:28 Step 13/21 : EXPOSE $APP_PORT 09:34:28 ---> 8ba6ae1da403 09:34:28 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:34:28 ---> Running in 02488dc38915 09:34:28 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 09:34:28 Status: Downloaded newer image for alpine:3.10 09:34:28 ---> be4e4bea2c2e 09:34:28 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 09:34:28 ---> Running in aa816c81613f 09:34:28 ---> Running in 50a8d08c4b6e 09:34:28 ./bin/test-go-mod-tidy.sh 09:34:28 Removing intermediate container 02488dc38915 09:34:28 ---> 05d32e7f7209 09:34:28 Step 14/21 : WORKDIR / 09:34:28 Removing intermediate container 837e9b0a350a 09:34:28 ---> 9b52e38256f8 09:34:28 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 09:34:28 ---> c2a7c0ad31fb 09:34:28 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 09:34:28 ---> Running in 1f48ecdbe449 09:34:28 Removing intermediate container aa816c81613f 09:34:28 ---> a4204e13a8c9 09:34:28 Step 17/20 : CMD ["--init=true"] 09:34:29 ./bin/test-attribution-txt.sh 09:34:29 ---> Running in cc472017f733 09:34:29 Removing intermediate container 1f48ecdbe449 09:34:29 ---> 0c20e75b165c 09:34:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:34:29 Removing intermediate container cc472017f733 09:34:29 ---> 21f42beb39b6 09:34:29 Step 18/20 : LABEL arch=x86_64 09:34:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 09:34:29 ---> 221f12140fb9 09:34:29 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 09:34:29 ---> b267b013782c 09:34:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:34:29 ---> Running in 9ea9d5392ce3 09:34:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 09:34:30 ---> 9b63ed6a401f 09:34:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:34:30 Removing intermediate container 9ea9d5392ce3 09:34:30 ---> e36eae801bd0 09:34:30 Step 19/20 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:34:30 v3.10.5-68-gfeae60ca03 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 09:34:30 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 09:34:30 OK: 10346 distinct packages available 09:34:30 ---> f229c2c7214b 09:34:30 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 09:34:30 ---> Running in e4c63d9b20d6 09:34:30 (1/5) Installing ca-certificates (20191127-r2) 09:34:30 ---> 5a980c4e8c80 09:34:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:34:30 (2/5) Installing nghttp2-libs (1.39.2-r1) 09:34:30 (3/5) Installing libcurl (7.66.0-r0) 09:34:30 (4/5) Installing curl (7.66.0-r0) 09:34:30 (5/5) Installing dumb-init (1.2.2-r1) 09:34:30 Executing busybox-1.30.1-r3.trigger 09:34:30 Executing ca-certificates-20191127-r2.trigger 09:34:30 OK: 7 MiB in 19 packages 09:34:30 Removing intermediate container e4c63d9b20d6 09:34:30 ---> bc6d6bc10600 09:34:30 Step 20/20 : LABEL version=0.0.0 09:34:31 ---> cd5eb31af9da 09:34:31 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 09:34:31 ---> 41602ca1b2fa 09:34:31 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:34:31 ---> Running in ef0627ecf926 09:34:32 Removing intermediate container ef0627ecf926 09:34:32 ---> f852eaed64d7 09:34:32 09:34:32 ---> 37aa0a9cc7b6 09:34:32 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:34:32 ---> c453cafeb95c 09:34:32 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 09:34:32 ---> 392a184c93c4 09:34:32 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [Pipeline] sh 09:34:32 Successfully built f852eaed64d7 09:34:32 ---> Running in 3b5b3ee75d0b 09:34:32 Successfully tagged docker-security-proxy-setup-go:latest 09:34:32 Building docker-support-logging-go 09:34:32  Building docker-security-proxy-setup-go ... done Removing intermediate container 50a8d08c4b6e 09:34:32 ---> 547eccf48068 09:34:32 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:34:33 + ls -al . 09:34:33 total 588 09:34:33 drwxrwxr-x 10 1001 1001 4096 Aug 10 09:34 . 09:34:33 drwxr-xr-x 4 root root 4096 Aug 10 09:32 .. 09:34:33 -rw-rw-r-- 1 1001 1001 11 Aug 10 09:30 .dockerignore 09:34:33 drwxrwxr-x 8 1001 1001 4096 Aug 10 09:30 .git 09:34:33 drwxrwxr-x 3 1001 1001 4096 Aug 10 09:30 .github 09:34:33 -rw-rw-r-- 1 1001 1001 932 Aug 10 09:30 .gitignore 09:34:33 drwxrwxr-x 3 1001 1001 4096 Aug 10 09:30 .semver 09:34:33 -rw-rw-r-- 1 1001 1001 166 Aug 10 09:30 .sonarcloud.properties 09:34:33 -rw-rw-r-- 1 1001 1001 3804 Aug 10 09:30 CONTRIBUTING.md 09:34:33 -rw-rw-r-- 1 1001 1001 1035 Aug 10 09:30 Dockerfile.build 09:34:33 -rw-rw-r-- 1 1001 1001 865 Aug 10 09:30 Jenkinsfile 09:34:33 -rw-rw-r-- 1 1001 1001 10775 Aug 10 09:30 LICENSE 09:34:33 -rw-rw-r-- 1 1001 1001 6237 Aug 10 09:30 Makefile 09:34:33 -rw-rw-r-- 1 1001 1001 5652 Aug 10 09:30 README.md 09:34:33 -rw-rw-r-- 1 1001 1001 7111 Aug 10 09:30 SECURITY.md 09:34:33 -rw-rw-r-- 1 1001 1001 5 Aug 10 09:27 VERSION 09:34:33 -rw-rw-r-- 1 1001 1001 4131 Aug 10 09:30 ZMQWindows.md 09:34:33 drwxrwxr-x 2 1001 1001 4096 Aug 10 09:30 bin 09:34:33 drwxrwxr-x 15 1001 1001 4096 Aug 10 09:30 cmd 09:34:33 -rw-r--r-- 1 root root 455803 Aug 10 09:34 coverage.out 09:34:33 -rw-r--r-- 1 root root 1019 Aug 10 09:34 go.mod 09:34:33 -rw-r--r-- 1 root root 18146 Aug 10 09:34 go.sum 09:34:33 drwxrwxr-x 8 1001 1001 4096 Aug 10 09:30 internal 09:34:33 drwxrwxr-x 4 1001 1001 4096 Aug 10 09:30 openapi 09:34:33 drwxrwxr-x 4 1001 1001 4096 Aug 10 09:30 snap 09:34:33 -rw-rw-r-- 1 1001 1001 168 Aug 10 09:30 version.go [Pipeline] sh 09:34:33 ---> abf97cf98677 09:34:33 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:34:33 ---> dae5b3190964 09:34:33 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 09:34:33 ---> Running in cc98c59a6d87 09:34:33 ---> Running in ccead7f6432b 09:34:33 ---> Running in ed7e067afea8 09:34:33 Removing intermediate container 3b5b3ee75d0b 09:34:33 ---> b481db05f13d 09:34:33 Step 19/21 : LABEL arch=x86_64 09:34:33 + '[' -e coverage.out ] 09:34:33 + chown 1001:1001 coverage.out [Pipeline] stash 09:34:33 Warning: overwriting stash ‘coverage-report’ 09:34:34 ---> Running in bba5abc89431 09:34:34 Removing intermediate container cc98c59a6d87 09:34:34 ---> bd8027553251 09:34:34 Step 13/26 : WORKDIR / 09:34:34 Removing intermediate container ed7e067afea8 09:34:34 ---> 4078ca65c253 09:34:34 Step 21/23 : LABEL arch=x86_64 09:34:34 ---> Running in 18c6223af60d 09:34:34 Stashed 1 file(s) [Pipeline] sh 09:34:34 ---> Running in 3649905b72f7 09:34:34 Removing intermediate container bba5abc89431 09:34:34 ---> 9ebed7ccae18 09:34:34 Step 20/21 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:34:35 + make build 09:34:35 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:34:36 ---> Running in 353dc5c77bea 09:34:37 Removing intermediate container 3649905b72f7 09:34:37 ---> db9c975346e9 09:34:37 Step 22/23 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:34:37 Removing intermediate container 18c6223af60d 09:34:37 ---> 51f13a550b92 09:34:37 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:34:38 ---> Running in 1ca9ca9b4cc1 09:34:38 Removing intermediate container 353dc5c77bea 09:34:38 ---> b947405ee0df 09:34:38 Step 21/21 : LABEL version=0.0.0 09:34:38 ---> Running in 7658b0846df4 09:34:38 Removing intermediate container ccead7f6432b 09:34:38 ---> 59af52eb09af 09:34:38 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 09:34:39 ---> 7e1a37889158 09:34:39 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:34:39 Removing intermediate container 1ca9ca9b4cc1 09:34:39 ---> b24b9815ff71 09:34:39 Step 23/23 : LABEL version=0.0.0 09:34:39 ---> Running in f93bae66c429 09:34:39 Removing intermediate container 7658b0846df4 09:34:39 ---> ec9e37a2623e 09:34:39 09:34:39 Successfully built ec9e37a2623e 09:34:39 ---> 137018d03b17 09:34:39 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:34:39 Successfully tagged docker-core-metadata-go:latest 09:34:39  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 09:34:39 ---> c2f8b1b818d3 09:34:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:34:39 Removing intermediate container f93bae66c429 09:34:39 ---> fcd7178e2083 09:34:39 09:34:39 ---> Running in 4ddb62a4dd37 09:34:40 Successfully built fcd7178e2083 09:34:40 Successfully tagged docker-support-notifications-go:latest 09:34:40 Building docker-core-command-go 09:34:41  Building docker-support-notifications-go ... done  ---> 9d6d098321c8 09:34:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 09:34:43 ---> 75fa2051e8f3 09:34:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:34:46 ---> 3b75b5b0e3eb 09:34:46 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:34:46 Removing intermediate container 4ddb62a4dd37 09:34:46 ---> 2eae07fa13a4 09:34:46 Step 24/29 : RUN chmod 755 security-secrets-setup 09:34:47 ---> Running in c938de1d7514 09:34:48 ---> 307c1ff741f2 09:34:48 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 09:34:50 ---> e5560c0d39be 09:34:50 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:34:51 ---> 4f7bedb0e59c 09:34:51 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:34:51 ---> Running in 0c3c9c770454 09:34:51 Removing intermediate container c938de1d7514 09:34:51 ---> c3494a69f224 09:34:51 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 09:34:52 ---> Running in c3a938e09fa1 09:34:53 Removing intermediate container c3a938e09fa1 09:34:53 ---> 51f156d3492b 09:34:53 Step 26/29 : CMD [ "generate" ] 09:34:53 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:34:54 ---> Running in b83fa98e39cf 09:34:55 Removing intermediate container b83fa98e39cf 09:34:55 ---> 79bcf3316365 09:34:55 Step 27/29 : LABEL arch=x86_64 09:34:58 ---> Running in a04373046e93 09:34:58 Removing intermediate container 0c3c9c770454 09:34:58 ---> 71b8bfff0580 09:34:58 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 09:34:58 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 09:34:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:34:58 ---> 49d1b1eb4a74 09:34:58 Step 3/21 : WORKDIR /edgex-go 09:34:58 ---> Using cache 09:34:58 ---> 20df9d0ecfae 09:34:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:34:58 ---> Using cache 09:34:58 ---> 024f681855be 09:34:58 Step 5/21 : RUN apk update && apk add make && apk add bash git 09:34:59 ---> Running in 62cbda528e82 09:34:59 Removing intermediate container a04373046e93 09:34:59 ---> 48ff45e639ed 09:34:59 Step 28/29 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:34:59 ---> Running in 913446523dc9 09:35:00 ---> Running in 8f9c763ee698 09:35:00 Removing intermediate container 913446523dc9 09:35:00 ---> da7e0522035a 09:35:00 Step 24/26 : LABEL arch=x86_64 09:35:02 Removing intermediate container 8f9c763ee698 09:35:02 ---> c00f99cb315f 09:35:02 Step 29/29 : LABEL version=0.0.0 09:35:02 ---> Running in b98f5dd78d0f 09:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:03 ---> Running in 0de181d79339 09:35:03 Removing intermediate container b98f5dd78d0f 09:35:03 ---> 378b4e857ab1 09:35:03 Step 25/26 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:03 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:04 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:35:04 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:35:04 OK: 12749 distinct packages available 09:35:05 OK: 233 MiB in 51 packages 09:35:05 ---> Running in be166f410668 09:35:05 OK: 233 MiB in 51 packages 09:35:06 Removing intermediate container 0de181d79339 09:35:06 ---> c5424d5224b1 09:35:06 09:35:07 Removing intermediate container be166f410668 09:35:07 ---> afdb08135746 09:35:07 Step 26/26 : LABEL version=0.0.0 09:35:08 Successfully built c5424d5224b1 09:35:08 Successfully tagged docker-security-secrets-setup-go:latest 09:35:08 Building docker-support-scheduler-go 09:35:08  Building docker-security-secrets-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 09:35:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:35:08 ---> 49d1b1eb4a74 09:35:08 Step 3/21 : WORKDIR /edgex-go 09:35:08 ---> Using cache 09:35:08 ---> 20df9d0ecfae 09:35:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:08 ---> Using cache 09:35:08 ---> 024f681855be 09:35:08 Step 5/21 : RUN apk update && apk add make git 09:35:08 ---> Using cache 09:35:08 ---> 4212746ca4d0 09:35:08 Step 6/21 : COPY go.mod . 09:35:08 ---> Using cache 09:35:08 ---> 0d7a11ef4271 09:35:08 Step 7/21 : RUN go mod download 09:35:08 ---> Using cache 09:35:08 ---> 688f9bff5c52 09:35:08 Step 8/21 : COPY . . 09:35:08 ---> Using cache 09:35:08 ---> 28475b66de85 09:35:08 Step 9/21 : RUN make cmd/core-command/core-command 09:35:08 ---> Running in 10a92c1e05a4 09:35:09 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:09 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 09:35:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:35:09 ---> 49d1b1eb4a74 09:35:09 Step 3/26 : WORKDIR /edgex-go 09:35:09 ---> Using cache 09:35:09 ---> 20df9d0ecfae 09:35:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:09 ---> Using cache 09:35:09 ---> 024f681855be 09:35:09 Step 5/26 : RUN apk update && apk add make bash git 09:35:11 ---> Running in fa111232594c 09:35:12 ---> Running in 36bd6cfba18f 09:35:12 Removing intermediate container 10a92c1e05a4 09:35:12 ---> 3e30f362c6e5 09:35:12 09:35:12 Removing intermediate container 62cbda528e82 09:35:12 ---> bc3c67b3b9a6 09:35:12 Step 6/21 : COPY go.mod . 09:35:12 Successfully built 3e30f362c6e5 09:35:12 Successfully tagged docker-security-secretstore-setup-go:latest 09:35:12  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 09:35: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:35:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:14 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:14 ---> 2b0caa645207 09:35:14 Step 7/21 : RUN go mod download 09:35:15 ---> Running in f004343c22b3 09:35:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:16 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:35:16 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:35:16 OK: 12749 distinct packages available 09:35:16 OK: 233 MiB in 51 packages 09:35:19 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:20 Removing intermediate container fa111232594c 09:35:20 ---> fd24c5cb247e 09:35:20 Step 6/26 : COPY go.mod . 09:35:20 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:35:21 ---> 4bcb90b6090a 09:35:21 Step 7/26 : RUN go mod download 09:35:21 ---> Running in a1887d5043a9 09:35:22 Removing intermediate container f004343c22b3 09:35:22 ---> 65d0ed03cb5b 09:35:22 Step 8/21 : COPY . . 09:35:24 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:29 Removing intermediate container a1887d5043a9 09:35:29 ---> 81ed005bc467 09:35:29 Step 8/26 : COPY . . 09:35:30 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:35:33 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:35:34 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 09:35:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:35:34 ---> 49d1b1eb4a74 09:35:34 Step 3/20 : WORKDIR /edgex-go 09:35:34 ---> Using cache 09:35:34 ---> 20df9d0ecfae 09:35:34 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:34 ---> Using cache 09:35:34 ---> 024f681855be 09:35:34 Step 5/20 : RUN apk update && apk add make git 09:35:34 ---> Using cache 09:35:34 ---> 4212746ca4d0 09:35:34 Step 6/20 : COPY go.mod . 09:35:34 ---> Using cache 09:35:34 ---> 0d7a11ef4271 09:35:34 Step 7/20 : RUN go mod download 09:35:34 ---> Using cache 09:35:34 ---> 688f9bff5c52 09:35:34 Step 8/20 : COPY . . 09:35:34 ---> Using cache 09:35:34 ---> 28475b66de85 09:35:34 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 09:35:35 ---> Running in 3216d37e90b1 09:35:37 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:35: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:35:42 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:35:45 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:35:49 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 09:35:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:35:49 ---> 49d1b1eb4a74 09:35:49 Step 3/22 : WORKDIR /edgex-go 09:35:49 ---> Using cache 09:35:49 ---> 20df9d0ecfae 09:35:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:49 ---> Using cache 09:35:49 ---> 024f681855be 09:35:49 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 09:35:49 ---> Running in 20fbb89f5bd4 [Pipeline] } 09:35:49 $ docker stop --time=1 a938ce753d3bc9c7cab8f8408f0533ab7fb70b15fc8a3fd2e827b2f2f0a2662e 09:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:52 $ docker rm -f a938ce753d3bc9c7cab8f8408f0533ab7fb70b15fc8a3fd2e827b2f2f0a2662e 09:35:52 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:35:52 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:35:52 OK: 12749 distinct packages available 09:35:53 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:35:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:35:54 09:35:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:35:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:35:54 latest: Pulling from edgex-devops/edgex-compose-arm64 09:35:54 29e5d40040c1: Pulling fs layer 09:35:54 1ce36da41761: Pulling fs layer 09:35:54 25b303627fd3: Pulling fs layer 09:35:54 29e5d40040c1: Verifying Checksum 09:35:54 29e5d40040c1: Download complete 09:35:55 1ce36da41761: Verifying Checksum 09:35:55 1ce36da41761: Download complete 09:35:55 29e5d40040c1: Pull complete 09:35:56 Removing intermediate container 20fbb89f5bd4 09:35:56 ---> c6bfcdc67b9f 09:35:56 Step 6/22 : COPY go.mod . 09:35:56 1ce36da41761: Pull complete 09:35:57 25b303627fd3: Verifying Checksum 09:35:57 25b303627fd3: Download complete 09:35:59 ---> 8a502233732b 09:35:59 Step 7/22 : RUN go mod download 09:36:00 ---> Running in f57549ac43a2 09:36:04 Removing intermediate container 36bd6cfba18f 09:36:04 ---> ceb297431e4d 09:36:04 09:36:04 Step 10/21 : FROM scratch 09:36:04 ---> 09:36:04 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:36:06 ---> Using cache 09:36:06 ---> 357a405c6d58 09:36:06 Step 12/21 : ENV APP_PORT=48082 09:36:07 25b303627fd3: Pull complete 09:36:07 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:36:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:36:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:36:07 prd-ubuntu18.04-docker-arm64-4c-16g-3249 does not seem to be running inside a container 09:36:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-devops/edgex-compose-arm64:latest cat 09:36:08 ---> Running in 2ac600a9a426 09:36:08 ---> 57734897206b 09:36:08 Step 9/21 : RUN make cmd/support-logging/support-logging 09:36:08 ---> Running in 0941659db659 09:36:08 Removing intermediate container 2ac600a9a426 09:36:08 ---> 43e75c925537 09:36:08 Step 13/21 : EXPOSE $APP_PORT 09:36:09 ---> Running in bf8ec686d7f3 09:36:09 Removing intermediate container f57549ac43a2 09:36:09 ---> bc5e69390852 09:36:09 Step 8/22 : COPY . . 09:36:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 09:36:11 Removing intermediate container bf8ec686d7f3 09:36:11 ---> f82ba7f4628a 09:36:11 Step 14/21 : WORKDIR / 09:36:11 $ docker top b0c74f4da6f5622c72094b8efdcb923c616dc63a22008351318014b41f3bf911 -eo pid,comm [Pipeline] { [Pipeline] sh 09:36:13 + docker-compose build --help 09:36:13 + grep parallel 09:36:13 ---> 0efc7f45a639 09:36:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:36:13 ---> Running in d783a1d32ee0 09:36:14 ---> Running in 31376c772295 09:36:15 Removing intermediate container d783a1d32ee0 09:36:15 ---> 3dc6153b3c6b 09:36:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:36:16 --parallel Build images in parallel. [Pipeline] } 09:36:17 $ docker stop --time=1 b0c74f4da6f5622c72094b8efdcb923c616dc63a22008351318014b41f3bf911 09:36:17 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:36:18 ---> dd3bca52c90e 09:36:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:36:19 $ docker rm -f b0c74f4da6f5622c72094b8efdcb923c616dc63a22008351318014b41f3bf911 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:36:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:36:19 . [Pipeline] withDockerContainer 09:36:20 prd-ubuntu18.04-docker-arm64-4c-16g-3249 does not seem to be running inside a container 09:36:20 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:36:21 $ docker top 6033d5776a6caf1ea8d68f75c8967d783c71162e80f02797788115463ea1e5f1 -eo pid,comm 09:36:21 ---> 19ea974d5ef0 09:36:21 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:36:21 Removing intermediate container 3216d37e90b1 09:36:21 ---> 9af0d277e0be 09:36:21 09:36:21 Step 10/20 : FROM scratch 09:36:21 ---> 09:36:21 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] { [Pipeline] sh 09:36:22 ---> Using cache 09:36:22 ---> 357a405c6d58 09:36:22 Step 12/20 : ENV APP_PORT=48085 09:36:22 + docker-compose -f ./docker-compose-build.yml build --parallel 09:36:24 ---> Running in acfdc6e97a88 09:36:25 ---> e9fc3222d7f1 09:36:25 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:36:26 ---> Running in 5eaaab7e0257 09:36:26 Removing intermediate container acfdc6e97a88 09:36:26 ---> 0d7dbce0c89f 09:36:26 Step 13/20 : EXPOSE $APP_PORT 09:36:27 Building docker-core-command-go ... 09:36:27 Building docker-core-data-go ... 09:36:27 Building docker-core-metadata-go ... 09:36:27 Building docker-security-proxy-setup-go ... 09:36:27 Building docker-security-secrets-setup-go ... 09:36:27 Building docker-security-secretstore-setup-go ... 09:36:27 Building docker-support-logging-go ... 09:36:27 Building docker-support-notifications-go ... 09:36:27 Building docker-support-scheduler-go ... 09:36:27 Building docker-sys-mgmt-agent-go ... 09:36:27 Building docker-security-secretstore-setup-go 09:36:27 Building docker-support-notifications-go 09:36:27 Building docker-core-metadata-go 09:36:27 Building docker-support-scheduler-go 09:36:27 Building docker-security-secrets-setup-go 09:36:27 ---> Running in 1fff42d40520 09:36:27 Removing intermediate container 5eaaab7e0257 09:36:27 ---> 3c2b9ab4c362 09:36:27 Step 19/21 : LABEL arch=x86_64 09:36:28 Removing intermediate container 1fff42d40520 09:36:28 ---> fcf5ae43e65b 09:36:28 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:36:28 ---> Running in e451b2e1bee7 09:36:29 Removing intermediate container e451b2e1bee7 09:36:29 ---> 73a03946703c 09:36:29 Step 20/21 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:36:29 ---> Running in 92560307cfcd 09:36:29 ---> 09dc13e5a0ea 09:36:29 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:36:32 Removing intermediate container 92560307cfcd 09:36:32 ---> e19d1297e5b2 09:36:32 Step 21/21 : LABEL version=0.0.0 09:36:32 ---> Running in d39021bc1d01 09:36:33 Removing intermediate container d39021bc1d01 09:36:33 ---> b84ff1a34d7a 09:36:33 09:36:34 ---> 809c27cfa93d 09:36:34 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:36:34 Successfully built b84ff1a34d7a 09:36:35 Successfully tagged docker-core-command-go:latest 09:36:36  Building docker-core-command-go ... done  ---> 250cfba31ae4 09:36:36 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:36:37 ---> Running in bbdc802f6105 09:36:39 Removing intermediate container bbdc802f6105 09:36:39 ---> d0883cef7b5e 09:36:39 Step 18/20 : LABEL arch=x86_64 09:36:40 ---> Running in 1bc2ed84c105 09:36:42 Removing intermediate container 1bc2ed84c105 09:36:42 ---> 40daa5b0a1dc 09:36:42 Step 19/20 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:36:43 ---> Running in da70bcb73224 09:36:43 ---> 178dfaae7102 09:36:43 Step 9/22 : RUN make cmd/core-data/core-data 09:36:44 Removing intermediate container da70bcb73224 09:36:44 ---> 0127908c7eb0 09:36:44 Step 20/20 : LABEL version=0.0.0 09:36:44 ---> Running in df60714355d8 09:36:44 ---> Running in 791d0f5bee8e 09:36:44 Removing intermediate container 791d0f5bee8e 09:36:44 ---> fcee1dfa7373 09:36:44 09:36:44 Successfully built fcee1dfa7373 09:36:45 Successfully tagged docker-support-scheduler-go:latest 09:36:46  Building docker-support-scheduler-go ... done 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:36:48 Removing intermediate container 0941659db659 09:36:48 ---> 82ecf2ebcbe5 09:36:48 09:36:48 Step 10/21 : FROM scratch 09:36:48 ---> 09:36:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:36:48 ---> Using cache 09:36:48 ---> ae0f90d7ef4b 09:36:48 Step 12/21 : ENV APP_PORT=48061 09:36:50 ---> Running in af4e56991c19 09:36:51 Removing intermediate container 31376c772295 09:36:51 ---> a6ef2100b9eb 09:36:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:36:51 Removing intermediate container af4e56991c19 09:36:51 ---> 571cf23bc92f 09:36:51 Step 13/21 : EXPOSE $APP_PORT 09:36:51 ---> Running in 58b136f36f9f 09:36:51 ---> Running in 4d04ce8ff7b7 09:36:52 Removing intermediate container 4d04ce8ff7b7 09:36:52 ---> b74606a1ab3b 09:36:52 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 09:36:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:36:53 ---> 6dffe46c97f2 09:36:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 09:36:53 ---> 518c6917b97c 09:36:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 09:36:56 ---> ec637a433770 09:36:56 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 09:36:57 ---> ae64f36255e9 09:36:57 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:36:57 Removing intermediate container 58b136f36f9f 09:36:57 ---> 56a9f3c6b14d 09:36:57 09:36:57 Step 11/26 : FROM docker:latest 09:36:57 ---> 81f5749c9058 09:36:57 Step 12/26 : RUN apk add --no-cache bash 09:36:57 ---> Running in 8ebb83df8b36 09:36:58 ---> Running in 65b08a8b2cc0 09:36:58 Removing intermediate container 8ebb83df8b36 09:36:58 ---> d7e71d0687a5 09:36:58 Step 19/21 : LABEL arch=x86_64 09:36:58 ---> Running in df1237738bf5 09:36:59 Removing intermediate container df1237738bf5 09:36:59 ---> 2b7f2c1e31e0 09:36:59 Step 20/21 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:36:59 ---> Running in 18ad65bb4cf1 09:36:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:36:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:00 (1/2) Installing readline (8.0.4-r0) 09:37:00 (2/2) Installing bash (5.0.17-r0) 09:37:00 Executing bash-5.0.17-r0.post-install 09:37:00 Removing intermediate container 18ad65bb4cf1 09:37:00 ---> 3a906beb716c 09:37:00 Step 21/21 : LABEL version=0.0.0 09:37:00 Executing busybox-1.31.1-r16.trigger 09:37:00 OK: 12 MiB in 22 packages 09:37:00 ---> Running in c7dacb5d41d2 09:37:00 Removing intermediate container c7dacb5d41d2 09:37:00 ---> 81f65dfc64fb 09:37:00 09:37:01 Successfully built 81f65dfc64fb 09:37:01 Successfully tagged docker-support-logging-go:latest 09:37:01  Building docker-support-logging-go ... done Removing intermediate container 65b08a8b2cc0 09:37:01 ---> c3be99db6a8f 09:37:01 Step 13/26 : RUN rm -rf /var/cache/apk/* 09:37:01 ---> Running in ec4524583350 09:37:04 Removing intermediate container ec4524583350 09:37:04 ---> 74343213cef9 09:37:04 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:37:04 ---> Running in 1c5c2772dd32 09:37:04 Removing intermediate container 1c5c2772dd32 09:37:04 ---> 741792202687 09:37:04 Step 15/26 : ENV APP_PORT=48090 09:37:04 ---> Running in b3f19b886f5c 09:37:05 Removing intermediate container b3f19b886f5c 09:37:05 ---> 3035c6a6c0e9 09:37:05 Step 16/26 : EXPOSE $APP_PORT 09:37:05 ---> Running in b1a64fc3cd0d 09:37:05 Removing intermediate container b1a64fc3cd0d 09:37:05 ---> 44a098412dad 09:37:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:37:06 ---> d8530d1a8df5 09:37:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:37:08 ---> 4a80296599c2 09:37:08 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:37:09 ---> f21324c63893 09:37:09 Step 20/26 : RUN apk --no-cache add py-pip 09:37:09 ---> Running in 93195b297f19 09:37:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:37:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:10 (1/33) Installing libbz2 (1.0.8-r1) 09:37:10 (2/33) Installing expat (2.2.9-r1) 09:37:10 (3/33) Installing libffi (3.3-r2) 09:37:10 (4/33) Installing gdbm (1.13-r1) 09:37:10 (5/33) Installing xz-libs (5.2.5-r0) 09:37:10 (6/33) Installing sqlite-libs (3.32.1-r0) 09:37:10 (7/33) Installing python3 (3.8.5-r0) 09:37:16 (8/33) Installing py3-appdirs (1.4.4-r1) 09:37:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:37:16 (10/33) Installing py3-parsing (2.4.7-r0) 09:37:16 (11/33) Installing py3-six (1.15.0-r0) 09:37:16 (12/33) Installing py3-packaging (20.4-r0) 09:37:16 (13/33) Installing py3-setuptools (47.0.0-r0) 09:37:16 Removing intermediate container df60714355d8 09:37:16 ---> bb775347680a 09:37:16 09:37:16 Step 10/22 : FROM alpine 09:37:16 ---> a24bb4013296 09:37:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:37:16 (14/33) Installing py3-chardet (3.0.4-r4) 09:37:16 (15/33) Installing py3-idna (2.9-r0) 09:37:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:37:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:37:17 ---> Running in 240f797ba936 09:37:17 (18/33) Installing py3-requests (2.23.0-r0) 09:37:17 (19/33) Installing py3-msgpack (1.0.0-r0) 09:37:17 (20/33) Installing py3-lockfile (0.12.2-r3) 09:37:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:37:17 (22/33) Installing py3-colorama (0.4.3-r0) 09:37:17 (23/33) Installing py3-distlib (0.3.0-r0) 09:37:17 (24/33) Installing py3-distro (1.5.0-r1) 09:37:17 (25/33) Installing py3-webencodings (0.5.1-r3) 09:37:17 (26/33) Installing py3-html5lib (1.0.1-r4) 09:37:18 (27/33) Installing py3-pytoml (0.1.21-r0) 09:37:18 (28/33) Installing py3-pep517 (0.8.2-r0) 09:37:18 Removing intermediate container 240f797ba936 09:37:18 ---> ea3b0616e93a 09:37:18 Step 12/22 : ENV APP_PORT=48080 09:37:18 (29/33) Installing py3-progress (1.5-r0) 09:37:18 (30/33) Installing py3-toml (0.10.1-r0) 09:37:18 (31/33) Installing py3-retrying (1.3.3-r0) 09:37:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:37:18 (33/33) Installing py3-pip (20.1.1-r0) 09:37:18 ---> Running in 7e36f8d5b1e1 09:37:18 Executing busybox-1.31.1-r16.trigger 09:37:18 OK: 71 MiB in 55 packages 09:37:18 Removing intermediate container 7e36f8d5b1e1 09:37:18 ---> 9a68c6ca079e 09:37:18 Step 13/22 : EXPOSE $APP_PORT 09:37:19 ---> Running in 514f883576b8 09:37:19 Removing intermediate container 514f883576b8 09:37:19 ---> 30e6b5327be4 09:37:19 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:20 ---> Running in b14216beb5d8 09:37:25 Removing intermediate container b14216beb5d8 09:37:25 ---> d2a2c03e85a1 09:37:25 Step 15/22 : RUN apk --no-cache add zeromq 09:37:25 Removing intermediate container 93195b297f19 09:37:25 ---> 246970539a95 09:37:25 Step 21/26 : RUN pip install docker-compose==1.23.2 09:37:25 ---> Running in c4ee5680f866 09:37:26 ---> Running in 2136e917a393 09:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:28 (1/5) Installing libgcc (9.3.0-r2) 09:37:28 Collecting docker-compose==1.23.2 09:37:28 (2/5) Installing libsodium (1.0.18-r0) 09:37:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:37:28 (3/5) Installing libstdc++ (9.3.0-r2) 09:37:28 Collecting websocket-client<1.0,>=0.32.0 09:37:28 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:37:28 (4/5) Installing libzmq (4.3.2-r0) 09:37:28 (5/5) Installing zeromq (4.3.2-r0) 09:37:29 Collecting docopt<0.7,>=0.6.1 09:37:29 Executing busybox-1.31.1-r16.trigger 09:37:29 Downloading docopt-0.6.2.tar.gz (25 kB) 09:37:29 OK: 8 MiB in 19 packages 09:37:29 Collecting PyYAML<4,>=3.10 09:37:30 Downloading PyYAML-3.13.tar.gz (270 kB) 09:37:30 Removing intermediate container c4ee5680f866 09:37:30 ---> a1702ca020c7 09:37:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:37:31 ---> 137277d4930b 09:37:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:37:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:37:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:37:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:37:31 Collecting texttable<0.10,>=0.9.0 09:37:31 Downloading texttable-0.9.1.tar.gz (11 kB) 09:37:32 ---> fcaba248cf92 09:37:32 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:37:32 Collecting cached-property<2,>=1.2.0 09:37:32 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 09:37:32 Collecting dockerpty<0.5,>=0.4.1 09:37:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:37:32 ---> 8a3656b5ffee 09:37:32 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:37:32 ---> Running in 5855328cacb8 09:37:32 Removing intermediate container 5855328cacb8 09:37:32 ---> b9cee24bfeb3 09:37:32 Step 20/22 : LABEL arch=x86_64 09:37:32 ---> Running in 3079798cbc55 09:37:33 Collecting jsonschema<3,>=2.5.1 09:37:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:37:33 Removing intermediate container 3079798cbc55 09:37:33 ---> d3aff7dc9dc9 09:37:33 Step 21/22 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:37:33 Collecting docker<4.0,>=3.6.0 09:37:33 ---> Running in 3c400750a8c1 09:37:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:37:33 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:37:33 Collecting idna<2.8,>=2.5 09:37:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:37:33 Removing intermediate container 3c400750a8c1 09:37:33 ---> 028b8baec2f7 09:37:33 Step 22/22 : LABEL version=0.0.0 09:37:33 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:37:33 ---> Running in 148e588b38ae 09:37:33 Collecting urllib3<1.25,>=1.21.1 09:37:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:37:33 Collecting docker-pycreds>=0.4.0 09:37:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:37:33 Removing intermediate container 148e588b38ae 09:37:33 ---> 05bdaab8087e 09:37:33 09:37:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:37:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:37:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:37:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:37:33 Successfully built 05bdaab8087e 09:37:33 Successfully tagged docker-core-data-go:latest 09:37:33  Building docker-core-data-go ... done Installing collected packages: websocket-client, docopt, PyYAML, idna, urllib3, requests, texttable, cached-property, dockerpty, jsonschema, docker-pycreds, docker, docker-compose 09:37:34 Running setup.py install for docopt: started 09:37:34 Running setup.py install for docopt: finished with status 'done' 09:37:34 Running setup.py install for PyYAML: started 09:37:35 Running setup.py install for PyYAML: finished with status 'done' 09:37:35 Attempting uninstall: idna 09:37:35 Found existing installation: idna 2.9 09:37:35 Uninstalling idna-2.9: 09:37:35 Successfully uninstalled idna-2.9 09:37:35 Attempting uninstall: urllib3 09:37:35 Found existing installation: urllib3 1.25.9 09:37:35 Uninstalling urllib3-1.25.9: 09:37:35 Successfully uninstalled urllib3-1.25.9 09:37:35 Attempting uninstall: requests 09:37:35 Found existing installation: requests 2.23.0 09:37:35 Uninstalling requests-2.23.0: 09:37:35 Successfully uninstalled requests-2.23.0 09:37:36 Running setup.py install for texttable: started 09:37:36 Running setup.py install for texttable: finished with status 'done' 09:37:36 Running setup.py install for dockerpty: started 09:37:37 Running setup.py install for dockerpty: finished with status 'done' 09:37:38 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:37:41 Removing intermediate container 2136e917a393 09:37:41 ---> 2630e9ca1840 09:37:41 Step 22/26 : RUN apk --no-cache add curl 09:37:41 ---> Running in 6f43825efa40 09:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:37:42 (2/3) Installing libcurl (7.69.1-r0) 09:37:42 (3/3) Installing curl (7.69.1-r0) 09:37:42 Executing busybox-1.31.1-r16.trigger 09:37:42 OK: 72 MiB in 58 packages 09:37:43 Removing intermediate container 6f43825efa40 09:37:43 ---> be717185522d 09:37:43 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:37:43 ---> Running in 478260230d0f 09:37:43 Removing intermediate container 478260230d0f 09:37:43 ---> 60d0998e9536 09:37:43 Step 24/26 : LABEL arch=x86_64 09:37:43 ---> Running in 93e6d6cabd0d 09:37:44 Removing intermediate container 93e6d6cabd0d 09:37:44 ---> 3b517a660700 09:37:44 Step 25/26 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:37:44 ---> Running in bc986c18e09f 09:37:44 Removing intermediate container bc986c18e09f 09:37:44 ---> e6dbfbc584b6 09:37:44 Step 26/26 : LABEL version=0.0.0 09:37:44 ---> Running in a122ca46078a 09:37:44 Removing intermediate container a122ca46078a 09:37:44 ---> fe8efd650af5 09:37:44 09:37:44 Successfully built fe8efd650af5 09:37:44 Successfully tagged docker-sys-mgmt-agent-go:latest 09:37:45  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:37:45 $ docker stop --time=1 a6135ba2adf5c74d2571d4aaf24273027446a5b25b67e85ef348f004bf43a71d 09:37:47 $ docker rm -f a6135ba2adf5c74d2571d4aaf24273027446a5b25b67e85ef348f004bf43a71d [Pipeline] // withDockerContainer [Pipeline] sh 09:37:48 + docker images 09:37:48 + grep docker 09:37:48 docker-sys-mgmt-agent-go latest fe8efd650af5 4 seconds ago 284MB 09:37:48 docker-core-data-go latest 05bdaab8087e 15 seconds ago 23.8MB 09:37:48 docker-support-logging-go latest 81f65dfc64fb 48 seconds ago 11.8MB 09:37:48 docker-support-scheduler-go latest fcee1dfa7373 About a minute ago 13.1MB 09:37:48 docker-core-command-go latest b84ff1a34d7a About a minute ago 13MB 09:37:48 docker-security-secretstore-setup-go latest 3e30f362c6e5 2 minutes ago 33.9MB 09:37:48 docker-security-secrets-setup-go latest c5424d5224b1 2 minutes ago 25.1MB 09:37:48 docker-core-metadata-go latest ec9e37a2623e 3 minutes ago 14.4MB 09:37:48 docker-support-notifications-go latest fcd7178e2083 3 minutes ago 14.4MB 09:37:48 docker-security-proxy-setup-go latest f852eaed64d7 3 minutes ago 16.4MB 09:37:48 docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:38:18 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 09:38:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:38:18 ---> 478ce3aa46c4 09:38:18 Step 3/21 : WORKDIR /edgex-go 09:38:18 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 09:38:18 09:38:18 Step 2/20 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder 09:38:18 09:38:18 ---> 478ce3aa46c4 09:38:18 ---> 478ce3aa46c4 09:38:18 Step 3/20 : WORKDIR /edgex-goStep 3/26 : WORKDIR /edgex-go 09:38:18 09:38:18 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 09:38:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:38:18 ---> 478ce3aa46c4 09:38:18 Step 3/23 : WORKDIR /edgex-go 09:38:18 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 09:38:18 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 09:38:18 ---> 478ce3aa46c4 09:38:18 Step 3/29 : WORKDIR /edgex-go 09:38:18 ---> Running in b7fb7fce9076 09:38:18 ---> Running in bcf532fa753c 09:38:18 ---> Running in 9b8ca5b6b6c1 09:38:18 ---> Running in eb4ca4ecf5f9 09:38:18 ---> Running in a3c28a2c29fe 09:38:18 Removing intermediate container bcf532fa753c 09:38:18 ---> cc5888e199c1 09:38:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:38:18 Removing intermediate container 9b8ca5b6b6c1 09:38:18 ---> 53ad6b070886 09:38:18 Step 4/29 : RUN apk update && apk add make git 09:38:18 Removing intermediate container a3c28a2c29fe 09:38:18 ---> 800f617a3a65 09:38:18 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:38:18 Removing intermediate container b7fb7fce9076 09:38:18 ---> 9ebd66345f0f 09:38:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:38:18 Removing intermediate container eb4ca4ecf5f9 09:38:18 ---> d67c4921f08f 09:38:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:38:18 ---> Running in 80c91a8a02ea 09:38:18 ---> Running in 2c2139a12634 09:38:18 ---> Running in c940aa4162fa 09:38:18 ---> Running in cd408f00f1fd 09:38:18 ---> Running in eec6e79ee3c0 09:38:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:38:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:38:22 Removing intermediate container 80c91a8a02ea 09:38:22 ---> 2802b4586d8a 09:38:22 Step 5/21 : RUN apk update && apk add make git 09:38:22 ---> Running in fd4eb4aaf271 09:38:22 Removing intermediate container cd408f00f1fd 09:38:22 ---> a12d1c5363e3 09:38:22 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 09:38:23 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:38:23 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:38:23 OK: 12620 distinct packages available 09:38:23 ---> Running in 4f20bbebad15 09:38:23 Removing intermediate container eec6e79ee3c0 09:38:23 ---> 20f303c25db2 09:38:23 Step 5/26 : RUN apk update && apk add make git 09:38:23 Removing intermediate container c940aa4162fa 09:38:23 ---> a8838cd1aa97 09:38:23 Step 5/20 : RUN apk update && apk add make git 09:38:23 ---> Running in b0f74fc0f4a9 09:38:23 ---> Running in 45bcf90e7a3e 09:38:23 OK: 217 MiB in 51 packages 09:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:38:25 Removing intermediate container 2c2139a12634 09:38:25 ---> 9d3d67605caf 09:38:25 Step 5/29 : COPY go.mod . 09:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:38:26 ---> 4af3c73c9e7a 09:38:26 Step 6/29 : RUN go mod download 09:38:26 ---> Running in f1532693e15b 09:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:38:27 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:38:27 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:38:27 OK: 12620 distinct packages available 09:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:38:27 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:38:27 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:38:27 OK: 12620 distinct packages available 09:38:27 OK: 217 MiB in 51 packages 09:38:27 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:38:27 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:38:27 OK: 12620 distinct packages available 09:38:28 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:38:28 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:38:28 OK: 12620 distinct packages available 09:38:28 OK: 217 MiB in 51 packages 09:38:29 OK: 217 MiB in 51 packages 09:38:29 OK: 217 MiB in 51 packages 09:38:29 Removing intermediate container fd4eb4aaf271 09:38:29 ---> 65c5578e1bb9 09:38:29 Step 6/21 : COPY go.mod . 09:38:30 Removing intermediate container 4f20bbebad15 09:38:30 ---> 1995b4fd2ada 09:38:30 Step 6/23 : COPY go.mod . 09:38:30 ---> 5017ea6f7a01 09:38:30 Step 7/21 : RUN go mod download 09:38:30 Removing intermediate container 45bcf90e7a3e 09:38:30 ---> d89648e14712 09:38:30 Step 6/26 : COPY go.mod . 09:38:30 ---> Running in 0fae6af61e1a 09:38:31 Removing intermediate container b0f74fc0f4a9 09:38:31 ---> 7a2a92907919 09:38:31 Step 6/20 : COPY go.mod . 09:38:31 Removing intermediate container f1532693e15b 09:38:31 ---> 73fdb4599b36 09:38:31 Step 7/29 : COPY . . 09:38:31 ---> 078b3576d958 09:38:31 Step 7/23 : RUN go mod download 09:38:31 ---> Running in 0c36b6259b9f 09:38:31 ---> 0f467014b701 09:38:31 Step 7/26 : RUN go mod download 09:38:31 ---> Running in 971f053e1c8d 09:38:32 ---> 7dca87d6fec7 09:38:32 Step 7/20 : RUN go mod download 09:38:32 ---> Running in 41f890beaaad 09:38:36 Removing intermediate container 0fae6af61e1a 09:38:36 ---> af0404158009 09:38:36 Step 8/21 : COPY . . 09:38:36 Removing intermediate container 0c36b6259b9f 09:38:36 ---> 9ec2cb067b3a 09:38:36 Step 8/23 : COPY . . 09:38:37 Removing intermediate container 971f053e1c8d 09:38:37 ---> ca278b8d22b8 09:38:37 Step 8/26 : COPY . . 09:38:37 Removing intermediate container 41f890beaaad 09:38:37 ---> 55fac25fcdb1 09:38:37 Step 8/20 : COPY . . 09:39:10 ---> 12035db8d8b2 09:39:10 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 09:39:10 ---> b7d29c2e9382 09:39:10 Step 9/23 : RUN make cmd/support-notifications/support-notifications 09:39:10 ---> bcfa073f29d6 09:39:10 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 09:39:10 ---> Running in 9c6bc39e9164 09:39:10 ---> bd24f29be588 09:39:10 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 09:39:10 ---> 682f78b204af 09:39:10 Step 9/21 : RUN make cmd/core-metadata/core-metadata 09:39:10 ---> Running in 7fb35934289e 09:39:10 ---> Running in f00c43709ff5 09:39:10 ---> Running in 487149b7edc5 09:39:10 ---> Running in f88b3fb68622 09:39:10 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:39:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:39:10 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:39:10 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:39:10 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:40:32 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:40:32 Removing intermediate container 9c6bc39e9164 09:40:32 ---> 3ece793634df 09:40:32 09:40:32 Step 9/29 : FROM alpine:latest 09:40:32 latest: Pulling from library/alpine 09:40:32 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:40:32 Status: Downloaded newer image for alpine:latest 09:40:32 ---> 62ee0e9f8440 09:40: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:40:32 ---> Running in fa59cd0c54eb 09:40:32 Removing intermediate container fa59cd0c54eb 09:40:32 ---> 63d62b63feaf 09:40:32 Step 11/29 : USER root 09:40:32 ---> Running in 49ec0d52cadb 09:40:32 Removing intermediate container 49ec0d52cadb 09:40:32 ---> 640c5832a153 09:40:32 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 09:40:32 ---> Running in 0d63a6c17c36 09:40:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:40:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:40:35 v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:40:35 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:40:35 OK: 12620 distinct packages available 09:40:36 (1/2) Installing ca-certificates (20191127-r4) 09:40:36 (2/2) Installing dumb-init (1.2.2-r1) 09:40:36 Executing busybox-1.31.1-r16.trigger 09:40:36 Executing ca-certificates-20191127-r4.trigger 09:40:36 OK: 6 MiB in 16 packages 09:40:39 Removing intermediate container 0d63a6c17c36 09:40:39 ---> 76e528382814 09:40:39 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 09:40:39 ---> Running in eac3f78c4aab 09:40:39 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:40:40 Removing intermediate container eac3f78c4aab 09:40:40 ---> ec80bcc65f6a 09:40:40 Step 14/29 : WORKDIR $BASE_DIR 09:40:40 ---> Running in f1c008091842 09:40:41 Removing intermediate container f1c008091842 09:40:41 ---> bdc17b1e4322 09:40:41 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 09:40:41 ---> Running in 2679a7ab10e5 09:40:45 Removing intermediate container 2679a7ab10e5 09:40:45 ---> 81d4469b4a9a 09:40:45 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 09:40:47 ---> 1c070771263a 09:40:47 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 09:40:48 ---> e5b54aec8210 09:40:48 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 09:40:50 ---> a109474df58d 09:40:50 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 09:40:51 ---> 9465d67a4a0f 09:40:51 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 09:40:53 ---> 293dc457f47a 09:40:53 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 09:40:53 ---> Running in cedf0d095884 09:40:54 Removing intermediate container 487149b7edc5 09:40:54 ---> 4046be258498 09:40:54 09:40:54 Step 10/26 : FROM alpine:3.10 09:40:54 3.10: Pulling from library/alpine 09:40:56 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 09:40:56 Status: Downloaded newer image for alpine:3.10 09:40:56 ---> 536a684cf733 09:40:56 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 09:40:57 ---> Running in 5db608cb1de8 09:40:59 Removing intermediate container cedf0d095884 09:40:59 ---> 779cd3e45231 09:40:59 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 09:41:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 09:41:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 09:41:01 v3.10.5-68-gfeae60ca03 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 09:41:01 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 09:41:01 OK: 10167 distinct packages available 09:41:01 (1/5) Installing ca-certificates (20191127-r2) 09:41:01 (2/5) Installing nghttp2-libs (1.39.2-r1) 09:41:01 (3/5) Installing libcurl (7.66.0-r0) 09:41:01 ---> cea4ea6bdb99 09:41:01 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:41:01 (4/5) Installing curl (7.66.0-r0) 09:41:01 (5/5) Installing dumb-init (1.2.2-r1) 09:41:01 Executing busybox-1.30.1-r3.trigger 09:41:01 Executing ca-certificates-20191127-r2.trigger 09:41:02 OK: 7 MiB in 19 packages 09:41:02 ---> Running in bc36843376c7 09:41:03 Removing intermediate container 7fb35934289e 09:41:03 ---> af035d8e642a 09:41:03 09:41:03 Step 10/23 : FROM scratch 09:41:03 ---> 09:41:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:41:04 Removing intermediate container f00c43709ff5 09:41:04 ---> 1e5c4b884955 09:41:04 09:41:04 Step 10/20 : FROM scratch 09:41:04 ---> 09:41:04 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:41:04 ---> Running in 93ccbfa3e069 09:41:04 ---> Running in f584f8eef9f2 09:41:04 Removing intermediate container 93ccbfa3e069 09:41:04 ---> 0c7b79b2e437 09:41:04 Step 12/23 : ENV APP_PORT=48060 09:41:05 ---> Running in 95eb4e21b088 09:41:05 Removing intermediate container f584f8eef9f2 09:41:05 ---> 20c8ba279001 09:41:05 Step 12/20 : ENV APP_PORT=48085 09:41:05 Removing intermediate container 5db608cb1de8 09:41:05 ---> 16cde614f76f 09:41:05 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:41:05 ---> Running in 70ff963fcf19 09:41:05 ---> Running in fb9d69c210d6 09:41:06 Removing intermediate container 95eb4e21b088 09:41:06 ---> 9ca189d2f770 09:41:06 Step 13/23 : EXPOSE $APP_PORT 09:41:06 ---> Running in 05ee70cabb7e 09:41:06 Removing intermediate container 70ff963fcf19 09:41:06 ---> b3d61fb16f63 09:41:06 Step 13/20 : EXPOSE $APP_PORT 09:41:06 ---> Running in 9a20f8b5c153 09:41:06 Removing intermediate container fb9d69c210d6 09:41:06 ---> 1609fc2c22d1 09:41:06 Step 13/26 : WORKDIR / 09:41:06 Removing intermediate container bc36843376c7 09:41:06 ---> 9ebbec4df864 09:41:06 Step 24/29 : RUN chmod 755 security-secrets-setup 09:41:06 Removing intermediate container 05ee70cabb7e 09:41:06 ---> 67a24601cb74 09:41:06 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 09:41:06 ---> Running in 6677bdc83e4f 09:41:06 ---> Running in 6c29b1323e4d 09:41:07 Removing intermediate container 9a20f8b5c153 09:41:07 ---> 9ff946c37d64 09:41:07 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:41:08 Removing intermediate container 6c29b1323e4d 09:41:08 ---> 8315b030f6ae 09:41:08 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:41:08 ---> 4aa9bde7847e 09:41:08 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:41:08 ---> 1cc5dee95a34 09:41:08 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:41:08 Removing intermediate container f88b3fb68622 09:41:08 ---> 0983c9654d71 09:41:08 09:41:08 Step 10/21 : FROM scratch 09:41:08 ---> 09:41:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:41:09 ---> Using cache 09:41:09 ---> 20c8ba279001 09:41:09 Step 12/21 : ENV APP_PORT=48081 09:41:09 ---> Running in 653695b3f759 09:41:09 ---> c555d76fda64 09:41:09 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:41:10 ---> 1bc2919ae3e8 09:41:10 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 09:41:10 Removing intermediate container 653695b3f759 09:41:10 ---> b1d15203c8cb 09:41:10 Step 13/21 : EXPOSE $APP_PORT 09:41:10 ---> bc4e31788417 09:41:10 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:41:10 ---> Running in 9bcad55c5054 09:41:10 ---> d69fcf269455 09:41:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:41:11 Removing intermediate container 9bcad55c5054 09:41:11 Removing intermediate container 6677bdc83e4f 09:41:11 ---> 90201c36f2a0 09:41:11 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 09:41:11 ---> 3eda466c555d 09:41:11 Step 14/21 : WORKDIR / 09:41:11 ---> Running in b910e2294c68 09:41:11 ---> Running in 27d0f01d698a 09:41:11 ---> d14182a4ca96 09:41:11 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:41:11 ---> 5f15cc86483f 09:41:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 09:41:11 ---> Running in 7104efd18f12 09:41:11 ---> 223b61a08963 09:41:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:41:12 Removing intermediate container 27d0f01d698a 09:41:12 ---> e0e553cf9f39 09:41:12 Step 26/29 : CMD [ "generate" ] 09:41:12 Removing intermediate container b910e2294c68 09:41:12 ---> 067a0cbddd4d 09:41:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:41:12 ---> Running in 9b6cd1e1d6c7 09:41:12 Removing intermediate container 7104efd18f12 09:41:12 ---> 9d5e94358bc4 09:41:12 Step 18/20 : LABEL arch=arm64 09:41:12 ---> Running in c7f66f956e9d 09:41:12 ---> 2a15991d8a12 09:41:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:41:12 ---> fcf4ee6fdd12 09:41:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:41:13 ---> 7db89a60ca86 09:41:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:41:13 Removing intermediate container 9b6cd1e1d6c7 09:41:13 ---> 7d69cd5daaab 09:41:13 Step 27/29 : LABEL arch=arm64 09:41:13 Removing intermediate container c7f66f956e9d 09:41:13 ---> 95eac9184c51 09:41:13 Step 19/20 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:41:13 ---> Running in 42faf827209d 09:41:13 ---> Running in 3fe802da65b9 09:41:14 Removing intermediate container 42faf827209d 09:41:14 ---> bb8a7b761cbe 09:41:14 Step 28/29 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:41:14 ---> Running in e185f8e75072 09:41:14 Removing intermediate container 3fe802da65b9 09:41:14 ---> e4b25008d04b 09:41:14 Step 20/20 : LABEL version=0.0.0 09:41:14 ---> 7e4cf0178614 09:41:14 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:41:14 ---> 78c863af8ecd 09:41:14 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:41:14 ---> c5baba8ecd74 09:41:14 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:41:14 ---> Running in 7833c52cdc20 09:41:15 Removing intermediate container e185f8e75072 09:41:15 ---> b9e864df2465 09:41:15 Step 29/29 : LABEL version=0.0.0 09:41:15 ---> Running in bca016373a9a 09:41:15 Removing intermediate container 7833c52cdc20 09:41:15 ---> c33e3e2b7f0a 09:41:15 09:41:16 ---> daed47f72429 09:41:16 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:41:16 ---> df966aea091b 09:41:16 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:41:16 Removing intermediate container bca016373a9a 09:41:16 ---> 349bbf7fbcb4 09:41:16 09:41:16 Successfully built c33e3e2b7f0a 09:41:16 ---> Running in 1b12f17e92b5 09:41:16 Successfully tagged docker-support-scheduler-go-arm64:latest 09:41:16  Building docker-support-scheduler-go ... done Building docker-core-data-go 09:41:16 ---> Running in cb6318898cc2 09:41:16 ---> 7c04d2743c6c 09:41:16 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 09:41:16 Successfully built 349bbf7fbcb4 09:41:16 Successfully tagged docker-security-secrets-setup-go-arm64:latest 09:41:16  Building docker-security-secrets-setup-go ... done Building docker-core-command-go 09:41:16 Removing intermediate container cb6318898cc2 09:41:16 ---> b5f673757db0 09:41:16 Step 19/21 : LABEL arch=arm64 09:41:16 Removing intermediate container 1b12f17e92b5 09:41:16 ---> 5ea012cb6bc9 09:41:16 Step 21/23 : LABEL arch=arm64 09:41:17 ---> Running in 9a01f432cc4d 09:41:17 ---> Running in 00e14f5e1a4c 09:41:18 ---> 8a666fc0f07a 09:41:18 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:41:18 Removing intermediate container 00e14f5e1a4c 09:41:18 ---> 4b2bf9a633b4 09:41:18 Step 20/21 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:41:18 Removing intermediate container 9a01f432cc4d 09:41:18 ---> 9da5704b434c 09:41:18 Step 22/23 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:41:21 ---> Running in 02fddff6f90f 09:41:21 ---> Running in 0c572fe68db0 09:41:21 ---> 8828d425acf8 09:41:21 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:41:24 ---> Running in f3d6034e6e02 09:41:24 Removing intermediate container 02fddff6f90f 09:41:24 Removing intermediate container 0c572fe68db0 09:41:24 ---> 324e6191a643 09:41:24 Step 21/21 : LABEL version=0.0.0 09:41:24 ---> 6beb64967ecc 09:41:24 Step 23/23 : LABEL version=0.0.0 09:41:25 ---> Running in 542a20225e6a 09:41:25 ---> Running in 5dc28b56db9d 09:41:26 Removing intermediate container 5dc28b56db9d 09:41:26 ---> 604f062f3d3b 09:41:26 09:41:26 Removing intermediate container 542a20225e6a 09:41:26 ---> 036abef94e0b 09:41:26 09:41:27 Successfully built 604f062f3d3b 09:41:27 Successfully tagged docker-core-metadata-go-arm64:latest 09:41:27 Building docker-sys-mgmt-agent-go 09:41:27  Building docker-core-metadata-go ... done Successfully built 036abef94e0b 09:41:27 Successfully tagged docker-support-notifications-go-arm64:latest 09:41:27  Building docker-support-notifications-go ... done Building docker-support-logging-go 09:41:28 Removing intermediate container f3d6034e6e02 09:41:28 ---> b0875190316b 09:41:28 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 09:41:28 ---> Running in 2e36ac9839c5 09:41:29 Removing intermediate container 2e36ac9839c5 09:41:29 ---> 17c807394c76 09:41:29 Step 24/26 : LABEL arch=arm64 09:41:29 ---> Running in 9e2d362e1fdb 09:41:29 Removing intermediate container 9e2d362e1fdb 09:41:29 ---> c224084b83a5 09:41:29 Step 25/26 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:41:30 ---> Running in 4bd8aa441f38 09:41:31 Removing intermediate container 4bd8aa441f38 09:41:31 ---> f8fb3f9ef7be 09:41:31 Step 26/26 : LABEL version=0.0.0 09:41:32 ---> Running in 39117ce11829 09:41:33 Removing intermediate container 39117ce11829 09:41:33 ---> bee1a8b48b26 09:41:33 09:41:34 Successfully built bee1a8b48b26 09:41:34 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:41:34  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 09:42:42 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 09:42:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:42:42 ---> 478ce3aa46c4 09:42:42 Step 3/21 : WORKDIR /edgex-go 09:42:42 ---> Using cache 09:42:42 ---> d67c4921f08f 09:42:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:42 ---> Using cache 09:42:42 ---> 20f303c25db2 09:42:42 Step 5/21 : RUN apk update && apk add make git 09:42:42 ---> Using cache 09:42:42 ---> d89648e14712 09:42:42 Step 6/21 : COPY go.mod . 09:42:42 ---> Using cache 09:42:42 ---> 0f467014b701 09:42:42 Step 7/21 : RUN go mod download 09:42:42 ---> Using cache 09:42:42 ---> ca278b8d22b8 09:42:42 Step 8/21 : COPY . . 09:42:42 ---> Using cache 09:42:42 ---> bd24f29be588 09:42:42 Step 9/21 : RUN make cmd/core-command/core-command 09:42:42 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 09:42:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:42:42 ---> 478ce3aa46c4 09:42:42 Step 3/22 : WORKDIR /edgex-go 09:42:42 ---> Using cache 09:42:42 ---> d67c4921f08f 09:42:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:42 ---> Using cache 09:42:42 ---> 20f303c25db2 09:42:42 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 09:42:42 ---> Running in 689fbd5fc8f7 09:42:42 ---> Running in 67a255c4a7bc 09:42:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:42:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:42:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:42:44 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:42:44 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:42:44 OK: 12620 distinct packages available 09:42:45 OK: 217 MiB in 51 packages 09:42:50 Removing intermediate container 67a255c4a7bc 09:42:50 ---> bdd58165d3e6 09:42:50 Step 6/22 : COPY go.mod . 09:42:52 ---> fcf271ef83d0 09:42:52 Step 7/22 : RUN go mod download 09:42:52 ---> Running in bc67ecd65fce 09:42:53 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 09:42:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:42:53 ---> 478ce3aa46c4 09:42:53 Step 3/21 : WORKDIR /edgex-go 09:42:53 ---> Using cache 09:42:53 ---> d67c4921f08f 09:42:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:53 ---> Using cache 09:42:53 ---> 20f303c25db2 09:42:53 Step 5/21 : RUN apk update && apk add make && apk add bash git 09:42:53 ---> Running in 67186d2db474 09:42:54 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 09:42:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:42:54 ---> 478ce3aa46c4 09:42:54 Step 3/26 : WORKDIR /edgex-go 09:42:54 ---> Using cache 09:42:54 ---> d67c4921f08f 09:42:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:54 ---> Using cache 09:42:54 ---> 20f303c25db2 09:42:54 Step 5/26 : RUN apk update && apk add make bash git 09:42:54 ---> Running in aeae47caefce 09:42:56 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 09:42:56 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:42:56 ---> 478ce3aa46c4 09:42:56 Step 3/20 : WORKDIR /edgex-go 09:42:56 ---> Using cache 09:42:56 ---> d67c4921f08f 09:42:56 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:56 ---> Using cache 09:42:56 ---> 20f303c25db2 09:42:56 Step 5/20 : RUN apk update && apk add make git 09:42:56 ---> Using cache 09:42:56 ---> d89648e14712 09:42:56 Step 6/20 : COPY go.mod . 09:42:56 ---> Using cache 09:42:56 ---> 0f467014b701 09:42:56 Step 7/20 : RUN go mod download 09:42:56 ---> Using cache 09:42:56 ---> ca278b8d22b8 09:42:56 Step 8/20 : COPY . . 09:42:56 ---> Using cache 09:42:56 ---> bd24f29be588 09:42:56 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 09:42:56 ---> Running in bc4b62085d57 09:42:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:42:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:42:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:42:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:42:58 Removing intermediate container bc67ecd65fce 09:42:58 ---> 3033dde85bf8 09:42:58 Step 8/22 : COPY . . 09:42:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:42:59 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:42:59 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:42:59 OK: 12620 distinct packages available 09:42:59 v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] 09:42:59 v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] 09:42:59 OK: 12620 distinct packages available 09:43:00 OK: 217 MiB in 51 packages 09:43:00 OK: 217 MiB in 51 packages 09:43:02 OK: 217 MiB in 51 packages 09:43:04 Removing intermediate container aeae47caefce 09:43:04 ---> 94e54509fed0 09:43:04 Step 6/26 : COPY go.mod . 09:43:04 Removing intermediate container 67186d2db474 09:43:04 ---> 60c6e2f99e24 09:43:04 Step 6/21 : COPY go.mod . 09:43:05 ---> 1bc204d89394 09:43:05 Step 7/26 : RUN go mod download 09:43:06 ---> 070648570db8 09:43:06 Step 7/21 : RUN go mod download 09:43:06 ---> Running in c171754413a8 09:43:06 ---> Running in e6e158dd44dc 09:43:14 Removing intermediate container e6e158dd44dc 09:43:14 ---> 61b1ee18ea00 09:43:14 Step 8/21 : COPY . . 09:43:14 Removing intermediate container c171754413a8 09:43:14 ---> 8c98bc584c46 09:43:14 Step 8/26 : COPY . . 09:43:37 ---> 57a2b2c3ae2b 09:43:37 Step 9/22 : RUN make cmd/core-data/core-data 09:43:37 ---> Running in 05396444ff0b 09:43:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:43:58 ---> f8c7c0820cd4 09:43:58 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:43:58 ---> 0e5394235379 09:43:58 Step 9/21 : RUN make cmd/support-logging/support-logging 09:43:58 ---> Running in 90ef448819d1 09:43:58 ---> Running in caba1fc4cc90 09:43:59 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:43:59 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:44:02 Removing intermediate container 689fbd5fc8f7 09:44:02 ---> 41b07225b51b 09:44:02 09:44:02 Step 10/21 : FROM scratch 09:44:02 ---> 09:44:02 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:44:02 ---> Using cache 09:44:02 ---> 20c8ba279001 09:44:02 Step 12/21 : ENV APP_PORT=48082 09:44:02 ---> Running in 35be0f482f79 09:44:03 Removing intermediate container 35be0f482f79 09:44:03 ---> 1dfd820bc1d6 09:44:03 Step 13/21 : EXPOSE $APP_PORT 09:44:03 ---> Running in 5c39c5653a23 09:44:04 Removing intermediate container bc4b62085d57 09:44:04 ---> ed65987f81be 09:44:04 09:44:04 Step 10/20 : FROM alpine 09:44:04 ---> 62ee0e9f8440 09:44:04 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 09:44:04 ---> Running in f7f17f3271b7 09:44:04 Removing intermediate container 5c39c5653a23 09:44:04 ---> da7c921b08d7 09:44:04 Step 14/21 : WORKDIR / 09:44:05 ---> Running in d053b8ef1858 09:44:06 Removing intermediate container d053b8ef1858 09:44:06 ---> 1b5902190210 09:44:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:44:07 ---> bef20cfe68d5 09:44:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:44:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:08 v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:44:08 v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:44:08 OK: 12620 distinct packages available 09:44:09 ---> 7820cec4357a 09:44:09 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:44:09 (1/4) Installing ca-certificates (20191127-r4) 09:44:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:44:09 (3/4) Installing libcurl (7.69.1-r0) 09:44:09 (4/4) Installing curl (7.69.1-r0) 09:44:09 Executing busybox-1.31.1-r16.trigger 09:44:09 Executing ca-certificates-20191127-r4.trigger 09:44:09 OK: 7 MiB in 18 packages 09:44:10 ---> 679be8311c53 09:44:10 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:44:10 ---> Running in e4e08b676213 09:44:11 Removing intermediate container e4e08b676213 09:44:11 ---> 7eb9643dadcc 09:44:11 Step 19/21 : LABEL arch=arm64 09:44:11 ---> Running in 07dedf959da2 09:44:12 Removing intermediate container f7f17f3271b7 09:44:12 ---> 120cc9ad9150 09:44:12 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:44:12 ---> Running in f9412f5bd8c8 09:44:12 Removing intermediate container 07dedf959da2 09:44:12 ---> 5490eb81ec15 09:44:12 Step 20/21 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:44:12 ---> Running in 9c872daca626 09:44:13 Removing intermediate container f9412f5bd8c8 09:44:13 ---> a89cd0126d13 09:44:13 Step 13/20 : WORKDIR /edgex 09:44:13 ---> Running in 97f047d99c64 09:44:13 Removing intermediate container 9c872daca626 09:44:13 ---> 3d39e6268acd 09:44:13 Step 21/21 : LABEL version=0.0.0 09:44:13 ---> Running in eb26430d404f 09:44:14 Removing intermediate container 97f047d99c64 09:44:14 ---> a1a6d05d79b8 09:44:14 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:44:14 Removing intermediate container eb26430d404f 09:44:14 ---> 47406ef69060 09:44:14 09:44:15 Successfully built 47406ef69060 09:44:15 Successfully tagged docker-core-command-go-arm64:latest 09:44:15  Building docker-core-command-go ... done  ---> bbe82b458ed3 09:44:15 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:44:17 ---> ea91e0692c3c 09:44:17 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:44:17 ---> Running in b5f66bfb0dda 09:44:18 Removing intermediate container b5f66bfb0dda 09:44:18 ---> 695838e6d69a 09:44:18 Step 17/20 : CMD ["--init=true"] 09:44:18 ---> Running in 250bce837903 09:44:19 Removing intermediate container 250bce837903 09:44:19 ---> e1a25a3412d1 09:44:19 Step 18/20 : LABEL arch=arm64 09:44:19 ---> Running in d4dcde8f15d1 09:44:20 Removing intermediate container d4dcde8f15d1 09:44:20 ---> 4e8a3d8af697 09:44:20 Step 19/20 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:44:20 ---> Running in 6950701eb67f 09:44:21 Removing intermediate container 6950701eb67f 09:44:21 ---> dd0558126fd8 09:44:21 Step 20/20 : LABEL version=0.0.0 09:44:21 ---> Running in bebe98b10629 09:44:21 Removing intermediate container bebe98b10629 09:44:21 ---> ce06d495acea 09:44:21 09:44:22 Successfully built ce06d495acea 09:44:22 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:45:09  Building docker-security-proxy-setup-go ... done Removing intermediate container 90ef448819d1 09:45:09 ---> 5a1ca9246a68 09:45:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:45:09 ---> Running in 2df33bb345bf 09:45:09 Removing intermediate container caba1fc4cc90 09:45:09 ---> 1d8db7cc17d4 09:45:09 09:45:09 Step 10/21 : FROM scratch 09:45:09 ---> 09:45:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:45:09 ---> Using cache 09:45:09 ---> 0c7b79b2e437 09:45:09 Step 12/21 : ENV APP_PORT=48061 09:45:09 ---> Running in f2a12704f06b 09:45:09 Removing intermediate container f2a12704f06b 09:45:09 ---> 23f911d3180b 09:45:09 Step 13/21 : EXPOSE $APP_PORT 09:45:09 ---> Running in 4443399ed2d1 09:45:09 Removing intermediate container 4443399ed2d1 09:45:09 ---> 948a6e14d7e6 09:45:09 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 09:45:09 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:45:09 ---> 619bf66e7c4a 09:45:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 09:45:10 ---> 06ae423fef94 09:45:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 09:45:11 ---> e916d0a91e56 09:45:11 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 09:45:12 Removing intermediate container 2df33bb345bf 09:45:12 ---> ac62e92e680d 09:45:12 09:45:12 Step 11/26 : FROM docker:latest 09:45:12 ---> ce9d55ae87f1 09:45:12 Step 12/26 : RUN apk add --no-cache bash 09:45:12 ---> Running in f70f0a3ca76e 09:45:12 Removing intermediate container 05396444ff0b 09:45:12 ---> 7720193f9645 09:45:12 09:45:12 Step 10/22 : FROM alpine 09:45:12 ---> 62ee0e9f8440 09:45:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:45:12 ---> b8c0c0a56692 09:45:12 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:45:12 ---> Running in 1e19641e9f83 09:45:12 ---> Running in ad41bca381bb 09:45:13 Removing intermediate container 1e19641e9f83 09:45:13 ---> cefdc46f8508 09:45:13 Step 12/22 : ENV APP_PORT=48080 09:45:13 Removing intermediate container ad41bca381bb 09:45:13 ---> c812623a244a 09:45:13 Step 19/21 : LABEL arch=arm64 09:45:13 ---> Running in 5790c130fde0 09:45:13 ---> Running in 10ad87dff381 09:45:14 Removing intermediate container 5790c130fde0 09:45:14 ---> 8ffcc92097e5 09:45:14 Step 13/22 : EXPOSE $APP_PORT 09:45:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:45:14 ---> Running in 4b50fea2053c 09:45:14 Removing intermediate container 10ad87dff381 09:45:14 ---> 4db32519ed86 09:45:14 Step 20/21 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:45:14 ---> Running in ff5b81afd9fe 09:45:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:45:14 Removing intermediate container 4b50fea2053c 09:45:14 ---> 50299ace992f 09:45:14 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:45:14 ---> Running in 5003a10b9b49 09:45:14 Removing intermediate container ff5b81afd9fe 09:45:14 ---> 4baeeeaf90bd 09:45:14 Step 21/21 : LABEL version=0.0.0 09:45:15 (1/2) Installing readline (8.0.4-r0) 09:45:15 (2/2) Installing bash (5.0.17-r0) 09:45:15 Executing bash-5.0.17-r0.post-install 09:45:15 Executing busybox-1.31.1-r16.trigger 09:45:15 OK: 12 MiB in 22 packages 09:45:15 ---> Running in 9fa41c2280a8 09:45:15 Removing intermediate container 9fa41c2280a8 09:45:15 ---> 790547f44886 09:45:15 09:45:16 Successfully built 790547f44886 09:45:16 Successfully tagged docker-support-logging-go-arm64:latest 09:45:16  Building docker-support-logging-go ... done Removing intermediate container f70f0a3ca76e 09:45:16 ---> 943d4fac51a6 09:45:16 Step 13/26 : RUN rm -rf /var/cache/apk/* 09:45:17 ---> Running in 118e6bca7919 09:45:18 Removing intermediate container 5003a10b9b49 09:45:18 ---> 5a31b925abe4 09:45:18 Step 15/22 : RUN apk --no-cache add zeromq 09:45:18 ---> Running in 6a13bbe42cac 09:45:19 Removing intermediate container 118e6bca7919 09:45:19 ---> 578618d18b3e 09:45:19 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:45:19 ---> Running in 2aad254ec3d1 09:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:45:20 Removing intermediate container 2aad254ec3d1 09:45:20 ---> 2771103f8892 09:45:20 Step 15/26 : ENV APP_PORT=48090 09:45:20 ---> Running in 9c659c530ab5 09:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:45:20 Removing intermediate container 9c659c530ab5 09:45:20 ---> e6e14bd76979 09:45:20 Step 16/26 : EXPOSE $APP_PORT 09:45:20 ---> Running in 22c273d1c5f1 09:45:21 (1/5) Installing libgcc (9.3.0-r2) 09:45:21 Removing intermediate container 22c273d1c5f1 09:45:21 ---> e59ef70a4ca0 09:45:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:45:21 (2/5) Installing libsodium (1.0.18-r0) 09:45:21 (3/5) Installing libstdc++ (9.3.0-r2) 09:45:21 (4/5) Installing libzmq (4.3.2-r0) 09:45:21 (5/5) Installing zeromq (4.3.2-r0) 09:45:22 Executing busybox-1.31.1-r16.trigger 09:45:22 OK: 8 MiB in 19 packages 09:45:22 ---> e1910a9b3abe 09:45:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:45:23 ---> c10efded32f5 09:45:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:45:23 Removing intermediate container 6a13bbe42cac 09:45:23 ---> 1434a0176986 09:45:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:45:24 ---> 3f6e81923db7 09:45:24 Step 20/26 : RUN apk --no-cache add py-pip 09:45:24 ---> 5eaa562efa7e 09:45:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:45:24 ---> Running in 4dbf6e9e1baf 09:45:25 ---> 298076f1a6a4 09:45:25 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:45:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:45:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:45:26 ---> e6540f8bb66a 09:45:26 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:45:26 ---> Running in 977f52262a0d 09:45:27 (1/33) Installing libbz2 (1.0.8-r1) 09:45:27 (2/33) Installing expat (2.2.9-r1) 09:45:27 (3/33) Installing libffi (3.3-r2) 09:45:27 (4/33) Installing gdbm (1.13-r1) 09:45:27 (5/33) Installing xz-libs (5.2.5-r0) 09:45:27 (6/33) Installing sqlite-libs (3.32.1-r0) 09:45:27 (7/33) Installing python3 (3.8.5-r0) 09:45:27 Removing intermediate container 977f52262a0d 09:45:27 ---> 9e0f3c096342 09:45:27 Step 20/22 : LABEL arch=arm64 09:45:27 ---> Running in 4b680d3c6cef 09:45:28 Removing intermediate container 4b680d3c6cef 09:45:28 ---> ac4adcd033f3 09:45:28 Step 21/22 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:45:28 ---> Running in 9a568d685487 09:45:29 (8/33) Installing py3-appdirs (1.4.4-r1) 09:45:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:45:29 (10/33) Installing py3-parsing (2.4.7-r0) 09:45:29 (11/33) Installing py3-six (1.15.0-r0) 09:45:29 (12/33) Installing py3-packaging (20.4-r0) 09:45:29 (13/33) Installing py3-setuptools (47.0.0-r0) 09:45:29 (14/33) Installing py3-chardet (3.0.4-r4) 09:45:29 (15/33) Installing py3-idna (2.9-r0) 09:45:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:45:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:45:29 (18/33) Installing py3-requests (2.23.0-r0) 09:45:29 (19/33) Installing py3-msgpack (1.0.0-r0) 09:45:29 (20/33) Installing py3-lockfile (0.12.2-r3) 09:45:29 Removing intermediate container 9a568d685487 09:45:29 ---> 0ac9c990d554 09:45:29 Step 22/22 : LABEL version=0.0.0 09:45:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:45:29 (22/33) Installing py3-colorama (0.4.3-r0) 09:45:29 (23/33) Installing py3-distlib (0.3.0-r0) 09:45:29 (24/33) Installing py3-distro (1.5.0-r1) 09:45:29 (25/33) Installing py3-webencodings (0.5.1-r3) 09:45:29 (26/33) Installing py3-html5lib (1.0.1-r4) 09:45:29 (27/33) Installing py3-pytoml (0.1.21-r0) 09:45:29 (28/33) Installing py3-pep517 (0.8.2-r0) 09:45:29 (29/33) Installing py3-progress (1.5-r0) 09:45:29 (30/33) Installing py3-toml (0.10.1-r0) 09:45:29 ---> Running in 046b2f534482 09:45:29 (31/33) Installing py3-retrying (1.3.3-r0) 09:45:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:45:29 (33/33) Installing py3-pip (20.1.1-r0) 09:45:29 Executing busybox-1.31.1-r16.trigger 09:45:29 OK: 71 MiB in 55 packages 09:45:29 Removing intermediate container 046b2f534482 09:45:29 ---> 0167d412be82 09:45:29 09:45:30 Successfully built 0167d412be82 09:45:30 Successfully tagged docker-core-data-go-arm64:latest 09:45:35  Building docker-core-data-go ... done Removing intermediate container 4dbf6e9e1baf 09:45:35 ---> 041d12fd1ad4 09:45:35 Step 21/26 : RUN pip install docker-compose==1.23.2 09:45:35 ---> Running in 85d7b40959ac 09:45:41 Collecting docker-compose==1.23.2 09:45:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:45:41 Collecting dockerpty<0.5,>=0.4.1 09:45:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:45:42 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:45:42 Collecting jsonschema<3,>=2.5.1 09:45:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:45:43 Collecting docopt<0.7,>=0.6.1 09:45:43 Downloading docopt-0.6.2.tar.gz (25 kB) 09:45:45 Collecting websocket-client<1.0,>=0.32.0 09:45:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:45:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:45:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:45:47 Collecting PyYAML<4,>=3.10 09:45:47 Downloading PyYAML-3.13.tar.gz (270 kB) 09:45:50 Collecting cached-property<2,>=1.2.0 09:45:50 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 09:45:50 Collecting texttable<0.10,>=0.9.0 09:45:50 Downloading texttable-0.9.1.tar.gz (11 kB) 09:45:52 Collecting docker<4.0,>=3.6.0 09:45:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:45:53 Collecting urllib3<1.25,>=1.21.1 09:45:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:45:53 Collecting idna<2.8,>=2.5 09:45:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:45:53 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 09:45:53 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:45:53 Collecting docker-pycreds>=0.4.0 09:45:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:45:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:45:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:45:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:45:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:45:54 Installing collected packages: dockerpty, jsonschema, docopt, websocket-client, urllib3, idna, requests, PyYAML, cached-property, texttable, docker-pycreds, docker, docker-compose 09:45:54 Running setup.py install for dockerpty: started 09:45:56 Running setup.py install for dockerpty: finished with status 'done' 09:45:56 Running setup.py install for docopt: started 09:45:58 Running setup.py install for docopt: finished with status 'done' 09:45:58 Attempting uninstall: urllib3 09:45:58 Found existing installation: urllib3 1.25.9 09:45:58 Uninstalling urllib3-1.25.9: 09:45:58 Successfully uninstalled urllib3-1.25.9 09:45:59 Attempting uninstall: idna 09:45:59 Found existing installation: idna 2.9 09:45:59 Uninstalling idna-2.9: 09:45:59 Successfully uninstalled idna-2.9 09:46:00 Attempting uninstall: requests 09:46:00 Found existing installation: requests 2.23.0 09:46:00 Uninstalling requests-2.23.0: 09:46:00 Successfully uninstalled requests-2.23.0 09:46:00 Running setup.py install for PyYAML: started 09:46:02 Running setup.py install for PyYAML: finished with status 'done' 09:46:02 Running setup.py install for texttable: started 09:46:04 Running setup.py install for texttable: finished with status 'done' 09:46:06 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 09:46:09 Removing intermediate container 85d7b40959ac 09:46:09 ---> edd453342ea2 09:46:09 Step 22/26 : RUN apk --no-cache add curl 09:46:09 ---> Running in 97aaf27a65a4 09:46:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:46:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:46:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:46:12 (2/3) Installing libcurl (7.69.1-r0) 09:46:12 (3/3) Installing curl (7.69.1-r0) 09:46:12 Executing busybox-1.31.1-r16.trigger 09:46:12 OK: 71 MiB in 58 packages 09:46:13 Removing intermediate container 97aaf27a65a4 09:46:13 ---> 7c09130a9541 09:46:13 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 09:46:13 ---> Running in 4ed3b9a02f15 09:46:14 Removing intermediate container 4ed3b9a02f15 09:46:14 ---> 5c0b74515a8c 09:46:14 Step 24/26 : LABEL arch=arm64 09:46:14 ---> Running in 5ce2802ec757 09:46:14 Removing intermediate container 5ce2802ec757 09:46:14 ---> 9938d8b0e442 09:46:14 Step 25/26 : LABEL git_sha=ef4108114ed512538c6b52ede24f1ae2708c446e 09:46:14 ---> Running in e75dfaa84f89 09:46:15 Removing intermediate container e75dfaa84f89 09:46:15 ---> 1fc45741ec7b 09:46:15 Step 26/26 : LABEL version=0.0.0 09:46:15 ---> Running in aa07b827f319 09:46:16 Removing intermediate container aa07b827f319 09:46:16 ---> 6159ea3e05bb 09:46:16 09:46:16 Successfully built 6159ea3e05bb 09:46:16 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:46:16  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:46:16 $ docker stop --time=1 6033d5776a6caf1ea8d68f75c8967d783c71162e80f02797788115463ea1e5f1 09:46:18 $ docker rm -f 6033d5776a6caf1ea8d68f75c8967d783c71162e80f02797788115463ea1e5f1 [Pipeline] // withDockerContainer [Pipeline] sh 09:46:19 + grep docker 09:46:19 + docker images 09:46:19 docker-sys-mgmt-agent-go-arm64 latest 6159ea3e05bb 4 seconds ago 266MB 09:46:19 docker-core-data-go-arm64 latest 0167d412be82 50 seconds ago 22.6MB 09:46:19 docker-support-logging-go-arm64 latest 790547f44886 About a minute ago 11.4MB 09:46:19 docker-security-proxy-setup-go-arm64 latest ce06d495acea About a minute ago 15.8MB 09:46:19 docker-core-command-go-arm64 latest 47406ef69060 2 minutes ago 12.4MB 09:46:19 docker-security-secretstore-setup-go-arm64 latest bee1a8b48b26 4 minutes ago 32.6MB 09:46:19 docker-support-notifications-go-arm64 latest 036abef94e0b 4 minutes ago 13.9MB 09:46:19 docker-core-metadata-go-arm64 latest 604f062f3d3b 4 minutes ago 13.8MB 09:46:19 docker-support-scheduler-go-arm64 latest c33e3e2b7f0a 5 minutes ago 12.6MB 09:46:19 docker-security-secrets-setup-go-arm64 latest 349bbf7fbcb4 5 minutes ago 24.2MB 09:46:19 docker latest ce9d55ae87f1 6 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:46:22 provisioning config files... 09:46:22 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3763754186826465427tmp [Pipeline] { [Pipeline] sh 09:46:22 + curl -s https://codecov.io/bash 09:46:22 + bash -s - -t @/w/workspace/edgex-go/2@tmp/config3763754186826465427tmp [Pipeline] } 09:46:23 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:46:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:46:26 ---> package-listing.sh 09:46:26 ++ facter osfamily 09:46:26 ++ tr '[:upper:]' '[:lower:]' 09:46:26 + OS_FAMILY=redhat 09:46:26 + workspace=/w/workspace/edgex-go/2 09:46:26 + START_PACKAGES=/tmp/packages_start.txt 09:46:26 + END_PACKAGES=/tmp/packages_end.txt 09:46:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:46:26 + PACKAGES=/tmp/packages_start.txt 09:46:26 + '[' /w/workspace/edgex-go/2 ']' 09:46:26 + PACKAGES=/tmp/packages_end.txt 09:46:26 + case "${OS_FAMILY}" in 09:46:26 + rpm -qa 09:46:26 + sort 09:46:30 + '[' -f /tmp/packages_start.txt ']' 09:46:30 + '[' -f /tmp/packages_end.txt ']' 09:46:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:46:30 + '[' /w/workspace/edgex-go/2 ']' 09:46:30 + mkdir -p /w/workspace/edgex-go/2/archives/ 09:46:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] isUnix [Pipeline] sh 09:46:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:46:31 09:46:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:46:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:46:32 alpine: Pulling from edgex-lftools-log-publisher 09:46:32 c9b1b535fdd9: Pulling fs layer 09:46:32 2cc5ad85d9ab: Pulling fs layer 09:46:32 756a868c4378: Pulling fs layer 09:46:32 444b2fc9a129: Pulling fs layer 09:46:32 ea15f1150254: Pulling fs layer 09:46:32 41b27a9f41bf: Pulling fs layer 09:46:32 28c525ee5125: Pulling fs layer 09:46:32 094b1ea09ed8: Pulling fs layer 09:46:32 138eaada9080: Pulling fs layer 09:46:32 0622d0fa9048: Pulling fs layer 09:46:32 444b2fc9a129: Waiting 09:46:32 28c525ee5125: Waiting 09:46:32 ea15f1150254: Waiting 09:46:32 094b1ea09ed8: Waiting 09:46:32 138eaada9080: Waiting 09:46:32 0622d0fa9048: Waiting 09:46:32 41b27a9f41bf: Waiting 09:46:32 2cc5ad85d9ab: Download complete 09:46:32 444b2fc9a129: Download complete 09:46:32 c9b1b535fdd9: Verifying Checksum 09:46:32 c9b1b535fdd9: Download complete 09:46:32 ea15f1150254: Verifying Checksum 09:46:32 ea15f1150254: Download complete 09:46:33 28c525ee5125: Verifying Checksum 09:46:33 28c525ee5125: Download complete 09:46:33 c9b1b535fdd9: Pull complete 09:46:33 756a868c4378: Verifying Checksum 09:46:33 756a868c4378: Download complete 09:46:33 2cc5ad85d9ab: Pull complete 09:46:33 138eaada9080: Verifying Checksum 09:46:33 138eaada9080: Download complete 09:46:33 0622d0fa9048: Verifying Checksum 09:46:33 0622d0fa9048: Download complete 09:46:33 094b1ea09ed8: Verifying Checksum 09:46:33 094b1ea09ed8: Download complete 09:46:34 41b27a9f41bf: Verifying Checksum 09:46:34 41b27a9f41bf: Download complete 09:46:36 756a868c4378: Pull complete 09:46:36 444b2fc9a129: Pull complete 09:46:37 ea15f1150254: Pull complete 09:46:43 41b27a9f41bf: Pull complete 09:46:44 28c525ee5125: Pull complete 09:46:47 094b1ea09ed8: Pull complete 09:46:47 138eaada9080: Pull complete 09:46:49 0622d0fa9048: Pull complete 09:46:49 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 09:46:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:46:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:46:49 prd-centos7-docker-4c-2g-3248 does not seem to be running inside a container 09:46:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:46:53 $ docker top 7a1ec93d7bded0bc8f1441cf2d7dc95aaceb71bd4cbbd2fda216c1f2bb51aa2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:46:54 provisioning config files... 09:46:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7915012944370090935tmp [Pipeline] { [Pipeline] echo 09:46:54 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:46:55 ---> create-netrc.sh [Pipeline] echo 09:46:55 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:46:55 ---> logs-deploy.sh 09:46:55 + ARCHIVE_ARTIFACTS= 09:46:55 + LOGS_SERVER=https://logs.edgexfoundry.org 09:46:55 + '[' https://logs.edgexfoundry.org == None ']' 09:46:55 + NEXUS_URL=https://nexus.edgexfoundry.org 09:46:55 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/2 09:46:55 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/2/ 09:46:55 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/2 /w/workspace/edgex-go/2 09:46:57 Archives upload complete. 09:46:57 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/2/ 09:46:59 ---> uname -a: 09:46:59 Linux 7a1ec93d7bde 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 09:46:59 09:46:59 09:46:59 ---> lscpu: 09:46:59 Architecture: x86_64 09:46:59 CPU op-mode(s): 32-bit, 64-bit 09:46:59 Byte Order: Little Endian 09:46:59 Address sizes: 40 bits physical, 48 bits virtual 09:46:59 CPU(s): 4 09:46:59 On-line CPU(s) list: 0-3 09:46:59 Thread(s) per core: 1 09:46:59 Core(s) per socket: 1 09:46:59 Socket(s): 4 09:46:59 NUMA node(s): 1 09:46:59 Vendor ID: GenuineIntel 09:46:59 CPU family: 6 09:46:59 Model: 44 09:46:59 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:46:59 Stepping: 1 09:46:59 CPU MHz: 2933.438 09:46:59 BogoMIPS: 5866.87 09:46:59 Virtualization: VT-x 09:46:59 Hypervisor vendor: KVM 09:46:59 Virtualization type: full 09:46:59 L1d cache: 128 KiB 09:46:59 L1i cache: 128 KiB 09:46:59 L2 cache: 16 MiB 09:46:59 L3 cache: 64 MiB 09:46:59 NUMA node0 CPU(s): 0-3 09:46:59 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:46:59 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:46:59 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:46:59 Vulnerability Meltdown: Mitigation; PTI 09:46:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:46:59 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:46:59 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:46:59 Vulnerability Tsx async abort: Not affected 09:46:59 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:46:59 09:46:59 09:46:59 ---> nproc: 09:46:59 4 09:46:59 09:46:59 09:46:59 ---> df -h: 09:46:59 Filesystem Size Used Available Use% Mounted on 09:46:59 overlay 50.0G 12.9G 37.1G 26% / 09:46:59 tmpfs 64.0M 0 64.0M 0% /dev 09:46:59 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:46:59 shm 64.0M 0 64.0M 0% /dev/shm 09:46:59 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf 09:46:59 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname 09:46:59 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts 09:46:59 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa 09:46:59 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/2 09:46:59 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/2@tmp 09:46:59 09:46:59 09:46:59 ---> free -m: 09:46:59 total used free shared buff/cache available 09:46:59 Mem: 1837 605 111 0 1120 1149 09:46:59 Swap: 1023 90 933 09:46:59 09:46:59 09:46:59 ---> ip addr: 09:46:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:46:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:46:59 inet 127.0.0.1/8 scope host lo 09:46:59 valid_lft forever preferred_lft forever 09:46:59 108: eth0@if109: mtu 1458 qdisc noqueue state UP 09:46:59 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 09:46:59 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 09:46:59 valid_lft forever preferred_lft forever 09:46:59 09:46:59 09:46:59 ---> sar -b -r -n DEV: 09:46:59 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/10/20 _x86_64_ (4 CPU) 09:46:59 09:46:59 09:24:54 LINUX RESTART 09:46:59 09:46:59 09:26:02 tps rtps wtps bread/s bwrtn/s 09:46:59 09:27:01 59.25 14.40 44.85 4930.06 12870.70 09:46:59 09:28:01 198.37 110.21 88.16 5594.28 41900.58 09:46:59 09:29:01 406.26 249.19 157.07 10082.97 40523.48 09:46:59 09:30:02 146.69 55.35 91.34 2132.58 18763.36 09:46:59 09:31:01 112.86 64.24 48.61 2993.50 13937.97 09:46:59 09:32:02 245.99 79.54 166.45 35444.63 106945.07 09:46:59 09:33:02 2081.97 1794.39 287.58 145285.53 152495.17 09:46:59 09:34:01 873.22 705.53 167.69 63270.13 71676.33 09:46:59 09:35:04 819.80 502.72 317.08 75269.82 99651.54 09:46:59 09:36:01 1485.89 1188.23 297.66 136594.56 137191.59 09:46:59 09:37:02 845.82 590.56 255.26 45723.73 54529.12 09:46:59 09:38:01 176.18 20.47 155.71 3498.02 13647.27 09:46:59 09:39:01 1.41 0.32 1.10 8.66 12.83 09:46:59 09:40:01 2.20 1.95 0.25 63.53 3.76 09:46:59 09:41:01 0.78 0.08 0.70 1.87 13.96 09:46:59 09:42:01 0.33 0.03 0.30 0.27 3.78 09:46:59 09:43:01 0.30 0.07 0.23 1.06 2.83 09:46:59 09:44:01 0.33 0.08 0.25 1.20 2.96 09:46:59 09:45:01 0.33 0.05 0.28 0.53 2.73 09:46:59 09:46:01 0.28 0.02 0.27 0.27 2.23 09:46:59 Average: 372.35 268.16 104.19 26487.05 38245.44 09:46:59 09:46:59 09:26:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:46:59 09:27:01 75012 1806544 96.01 2620 1120408 1466240 50.04 626912 1015856 188 09:46:59 09:28:01 158864 1722692 91.56 1904 1065748 1378896 47.06 577308 949196 105128 09:46:59 09:29:01 91556 1790000 95.13 1492 1071484 1659352 56.63 668704 886680 6220 09:46:59 09:30:02 376308 1505248 80.00 516 751460 1770124 60.41 641044 628372 42164 09:46:59 09:31:01 203504 1678052 89.18 516 882760 1570840 53.61 744752 693152 12880 09:46:59 09:32:02 67336 1814220 96.42 140 1031376 2289696 78.14 754148 889648 55256 09:46:59 09:33:02 150152 1731404 92.02 12 1031272 1941792 66.27 699160 860260 75136 09:46:59 09:34:01 186168 1695388 90.11 12 757792 3204020 109.35 735772 744788 3156 09:46:59 09:35:04 63832 1817724 96.61 12 1150420 1859544 63.46 747296 894144 37556 09:46:59 09:36:01 71680 1809876 96.19 12 1086828 2381396 81.27 652076 968412 1364 09:46:59 09:37:02 265488 1616068 85.89 12 916764 2821248 96.28 595908 814548 5908 09:46:59 09:38:01 356924 1524632 81.03 12 979932 1274256 43.49 512704 802836 16 09:46:59 09:39:01 372992 1508564 80.18 12 979868 1126556 38.45 503956 799076 16 09:46:59 09:40:01 371104 1510452 80.28 12 981064 1126556 38.45 505056 799428 16 09:46:59 09:41:01 371112 1510444 80.28 12 981076 1126628 38.45 505016 799436 8 09:46:59 09:42:01 371212 1510344 80.27 12 981080 1126652 38.45 505036 799436 8 09:46:59 09:43:01 371660 1509896 80.25 12 981088 1126556 38.45 505196 799468 8 09:46:59 09:44:01 371776 1509780 80.24 12 981100 1126556 38.45 504952 799500 12 09:46:59 09:45:01 371596 1509960 80.25 12 981100 1126556 38.45 504956 799516 8 09:46:59 09:46:01 371416 1510140 80.26 12 981116 1126628 38.45 505036 799528 12 09:46:59 Average: 251985 1629571 86.61 368 984687 1631505 55.68 599749 827164 17253 09:46:59 09:46:59 09:26:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 09:46:59 09:27:01 eth0 968.52 861.87 4831.31 102.94 0.00 0.00 0.00 09:46:59 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:27:01 veth4b34c37 670.34 654.31 70.41 2690.45 0.00 0.00 0.00 09:46:59 09:27:01 docker0 670.34 654.17 61.25 2690.44 0.00 0.00 0.00 09:46:59 09:28:01 eth0 754.20 454.32 5582.93 2739.86 0.00 0.00 0.00 09:46:59 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:28:01 docker0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 09:46:59 09:29:01 veth38573f8 0.00 0.12 0.00 0.01 0.00 0.00 0.00 09:46:59 09:29:01 eth0 2345.52 1725.52 13674.82 2935.25 0.00 0.00 0.00 09:46:59 09:29:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 09:46:59 09:29:01 docker0 761.09 789.38 67.82 3371.07 0.00 0.00 0.00 09:46:59 09:30:02 veth38573f8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 09:46:59 09:30:02 eth0 30.84 27.26 18.97 58.13 0.00 0.00 0.00 09:46:59 09:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:31:01 veth38573f8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:31:01 eth0 37.94 30.01 28.45 46.32 0.00 0.00 0.00 09:46:59 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:32:02 vethf9d63f9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 09:46:59 09:32:02 eth0 87.74 51.40 1669.92 46.24 0.00 0.00 0.00 09:46:59 09:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:33:02 vethf9d63f9 0.00 0.30 0.00 0.01 0.00 0.00 0.00 09:46:59 09:33:02 eth0 39.98 26.35 163.43 9.70 0.00 0.00 0.00 09:46:59 09:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:33:02 docker0 12.06 18.23 0.63 145.00 0.00 0.00 0.00 09:46:59 09:34:01 vethc858a85 0.00 0.13 0.00 0.01 0.00 0.00 0.00 09:46:59 09:34:01 vethf9d63f9 0.00 0.44 0.00 0.02 0.00 0.00 0.00 09:46:59 09:34:01 vethd66cfa6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 09:46:59 09:34:01 eth0 2594.94 1901.18 15794.79 3180.77 0.00 0.00 0.00 09:46:59 09:35:04 vethda3feb0 2.49 3.50 0.17 27.69 0.00 0.00 0.00 09:46:59 09:35:04 vethf9d63f9 0.00 0.21 0.00 0.01 0.00 0.00 0.00 09:46:59 09:35:04 eth0 84.04 60.09 208.60 55.14 0.00 0.00 0.00 09:46:59 09:35:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 09:46:59 09:36:01 vethf9d63f9 0.00 0.19 0.00 0.01 0.00 0.00 0.00 09:46:59 09:36:01 veth1f3eeda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:36:01 eth0 50.82 39.29 89.80 51.28 0.00 0.00 0.00 09:46:59 09:36:01 veth3ee28b4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:37:02 vethf9d63f9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 09:46:59 09:37:02 veth4bf8952 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:37:02 eth0 55.54 40.99 73.49 51.74 0.00 0.00 0.00 09:46:59 09:37:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 09:46:59 09:38:01 eth0 121.60 67.57 444.47 79.12 0.00 0.00 0.00 09:46:59 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:38:01 docker0 840.40 930.52 72.89 4231.40 0.00 0.00 0.00 09:46:59 09:39:01 eth0 0.08 0.08 0.01 0.02 0.00 0.00 0.00 09:46:59 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:40:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 09:46:59 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:41:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 09:46:59 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:42:01 eth0 0.30 0.27 0.43 0.02 0.00 0.00 0.00 09:46:59 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:43:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 09:46:59 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:44:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 09:46:59 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 09:46:59 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:46:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 09:46:59 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 Average: eth0 127.41 92.46 745.41 166.72 0.00 0.00 0.00 09:46:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:46:59 Average: docker0 41.41 45.86 3.59 208.52 0.00 0.00 0.00 09:46:59 09:46:59 09:46:59 ---> sar -P ALL: 09:46:59 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/10/20 _x86_64_ (4 CPU) 09:46:59 09:46:59 09:24:54 LINUX RESTART 09:46:59 09:46:59 09:26:02 CPU %user %nice %system %iowait %steal %idle 09:46:59 09:27:01 all 6.87 0.00 3.11 1.52 11.66 76.83 09:46:59 09:27:01 0 8.55 0.00 3.83 1.12 13.34 73.16 09:46:59 09:27:01 1 4.82 0.00 2.64 0.55 11.15 80.83 09:46:59 09:27:01 2 8.91 0.00 3.39 4.10 11.51 72.09 09:46:59 09:27:01 3 5.26 0.00 2.66 0.34 10.68 81.05 09:46:59 09:28:01 all 13.01 0.00 4.46 0.77 16.77 64.99 09:46:59 09:28:01 0 9.86 0.00 4.30 0.48 18.35 67.01 09:46:59 09:28:01 1 12.75 0.00 3.41 0.88 14.86 68.10 09:46:59 09:28:01 2 16.26 0.00 6.02 0.97 16.98 59.77 09:46:59 09:28:01 3 13.29 0.00 4.14 0.76 16.93 64.87 09:46:59 09:29:01 all 7.89 0.00 6.35 6.38 12.65 66.73 09:46:59 09:29:01 0 7.76 0.00 5.97 3.60 13.45 69.21 09:46:59 09:29:01 1 7.47 0.00 6.60 6.38 11.93 67.63 09:46:59 09:29:01 2 8.10 0.00 6.93 9.96 13.23 61.78 09:46:59 09:29:01 3 8.25 0.00 5.88 5.60 11.99 68.28 09:46:59 09:30:02 all 45.24 0.00 14.16 3.20 24.10 13.30 09:46:59 09:30:02 0 49.10 0.00 14.20 3.68 22.09 10.93 09:46:59 09:30:02 1 39.93 0.00 13.55 2.91 27.03 16.57 09:46:59 09:30:02 2 47.61 0.00 15.69 4.85 23.05 8.80 09:46:59 09:30:02 3 44.53 0.00 13.24 1.44 24.11 16.67 09:46:59 09:31:01 all 21.39 0.00 10.31 2.34 19.40 46.57 09:46:59 09:31:01 0 19.00 0.00 10.18 1.75 19.27 49.80 09:46:59 09:31:01 1 20.46 0.00 9.07 2.12 20.85 47.50 09:46:59 09:31:01 2 24.76 0.00 11.36 3.04 18.52 42.32 09:46:59 09:31:01 3 21.43 0.00 10.68 2.46 18.91 46.52 09:46:59 09:32:02 all 9.14 0.00 9.25 3.12 21.00 57.49 09:46:59 09:32:02 0 8.92 0.00 8.30 2.55 21.26 58.98 09:46:59 09:32:02 1 10.43 0.00 9.79 2.96 21.86 54.96 09:46:59 09:32:02 2 9.03 0.00 9.75 3.59 20.21 57.42 09:46:59 09:32:02 3 8.21 0.00 9.17 3.36 20.64 58.62 09:46:59 09:33:02 all 13.54 0.00 15.38 25.83 17.39 27.86 09:46:59 09:33:02 0 13.51 0.00 13.95 23.02 18.13 31.38 09:46:59 09:33:02 1 13.04 0.00 14.84 25.31 17.61 29.18 09:46:59 09:33:02 2 12.80 0.00 15.82 25.65 17.01 28.73 09:46:59 09:33:02 3 14.84 0.00 17.01 29.52 16.78 21.85 09:46:59 09:34:01 all 49.46 0.00 13.08 10.73 17.19 9.53 09:46:59 09:34:01 0 47.91 0.00 11.87 10.76 16.98 12.48 09:46:59 09:34:01 1 49.36 0.00 12.04 9.76 17.88 10.96 09:46:59 09:34:01 2 50.56 0.00 13.64 11.49 15.69 8.61 09:46:59 09:34:01 3 50.04 0.00 14.88 10.92 18.28 5.88 09:46:59 09:35:04 all 20.33 0.00 15.42 17.40 21.44 25.41 09:46:59 09:35:04 0 18.82 0.00 12.62 15.13 22.67 30.76 09:46:59 09:35:04 1 21.03 0.00 16.35 19.86 20.26 22.50 09:46:59 09:35:04 2 18.64 0.00 14.26 16.14 22.01 28.96 09:46:59 09:35:04 3 23.02 0.00 18.70 18.63 20.70 18.96 09:46:59 09:36:01 all 36.70 0.00 19.71 14.48 18.09 11.02 09:46:59 09:36:01 0 37.64 0.00 16.53 11.39 19.88 14.56 09:46:59 09:36:01 1 38.31 0.00 21.92 15.06 16.41 8.31 09:46:59 09:36:01 2 34.82 0.00 21.15 15.83 17.00 11.20 09:46:59 09:36:01 3 36.03 0.00 19.35 15.75 19.01 9.86 09:46:59 09:37:02 all 39.22 0.00 16.38 16.89 17.92 9.58 09:46:59 09:37:02 0 38.88 0.00 16.58 15.46 19.07 10.02 09:46:59 09:37:02 1 42.29 0.00 15.64 17.40 17.27 7.41 09:46:59 09:37:02 2 36.87 0.00 16.00 16.30 18.82 12.00 09:46:59 09:37:02 3 38.87 0.00 17.33 18.43 16.51 8.87 09:46:59 09:38:01 all 7.82 0.00 5.61 7.07 7.22 72.27 09:46:59 09:38:01 0 7.80 0.00 5.71 8.40 7.58 70.51 09:46:59 09:38:01 1 5.39 0.00 4.45 7.24 7.54 75.38 09:46:59 09:38:01 2 10.69 0.00 6.51 9.00 7.22 66.59 09:46:59 09:38:01 3 7.45 0.00 5.81 3.64 6.57 76.54 09:46:59 09:39:01 all 0.12 0.00 0.04 0.01 0.07 99.75 09:46:59 09:39:01 0 0.03 0.00 0.03 0.00 0.05 99.88 09:46:59 09:39:01 1 0.03 0.00 0.05 0.00 0.08 99.83 09:46:59 09:39:01 2 0.03 0.00 0.05 0.00 0.10 99.82 09:46:59 09:39:01 3 0.42 0.00 0.02 0.03 0.03 99.50 09:46:59 09:40:01 all 0.13 0.00 0.05 0.03 0.17 99.63 09:46:59 09:40:01 0 0.03 0.00 0.03 0.02 0.12 99.80 09:46:59 09:40:01 1 0.05 0.00 0.03 0.00 0.22 99.70 09:46:59 09:40:01 2 0.03 0.00 0.02 0.00 0.18 99.77 09:46:59 09:40:01 3 0.40 0.00 0.12 0.10 0.13 99.25 09:46:59 09:41:01 all 0.12 0.00 0.02 0.00 0.12 99.73 09:46:59 09:41:01 0 0.03 0.00 0.02 0.00 0.22 99.73 09:46:59 09:41:01 1 0.02 0.00 0.03 0.00 0.15 99.80 09:46:59 09:41:01 2 0.02 0.00 0.02 0.00 0.07 99.90 09:46:59 09:41:01 3 0.42 0.00 0.02 0.00 0.07 99.50 09:46:59 09:42:01 all 0.11 0.00 0.03 0.00 0.22 99.65 09:46:59 09:42:01 0 0.00 0.00 0.02 0.00 0.13 99.85 09:46:59 09:42:01 1 0.27 0.00 0.03 0.00 0.25 99.45 09:46:59 09:42:01 2 0.03 0.00 0.03 0.00 0.23 99.70 09:46:59 09:42:01 3 0.17 0.00 0.05 0.00 0.25 99.53 09:46:59 09:43:01 all 0.10 0.00 0.04 0.01 0.11 99.75 09:46:59 09:43:01 0 0.02 0.00 0.02 0.02 0.05 99.90 09:46:59 09:43:01 1 0.27 0.00 0.03 0.00 0.08 99.62 09:46:59 09:43:01 2 0.05 0.00 0.03 0.00 0.22 99.70 09:46:59 09:43:01 3 0.03 0.00 0.05 0.02 0.10 99.80 09:46:59 09:44:01 all 0.06 0.00 0.02 0.00 0.22 99.70 09:46:59 09:44:01 0 0.02 0.00 0.02 0.00 0.32 99.65 09:46:59 09:44:01 1 0.20 0.00 0.03 0.00 0.37 99.40 09:46:59 09:44:01 2 0.02 0.00 0.02 0.00 0.17 99.80 09:46:59 09:44:01 3 0.02 0.00 0.03 0.00 0.03 99.92 09:46:59 09:45:01 all 0.14 0.00 0.02 0.00 0.06 99.77 09:46:59 09:45:01 0 0.45 0.00 0.02 0.02 0.08 99.43 09:46:59 09:45:01 1 0.05 0.00 0.03 0.00 0.08 99.83 09:46:59 09:45:01 2 0.02 0.00 0.02 0.00 0.03 99.93 09:46:59 09:45:01 3 0.03 0.00 0.03 0.00 0.03 99.90 09:46:59 09:46:01 all 0.11 0.00 0.03 0.00 0.08 99.78 09:46:59 09:46:01 0 0.30 0.00 0.03 0.00 0.12 99.55 09:46:59 09:46:01 1 0.07 0.00 0.02 0.00 0.05 99.87 09:46:59 09:46:01 2 0.07 0.00 0.03 0.00 0.17 99.73 09:46:59 09:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:46:59 Average: all 12.66 0.00 6.34 5.22 9.95 65.83 09:46:59 Average: 0 12.52 0.00 5.93 4.66 10.35 66.54 09:46:59 Average: 1 12.43 0.00 6.19 5.24 9.97 66.17 09:46:59 Average: 2 13.07 0.00 6.70 5.79 9.78 64.66 09:46:59 Average: 3 12.64 0.00 6.55 5.18 9.69 65.94 09:46:59 09:46:59 09:46:59