Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b+b6e84d11f041a086b232d8992a39ab0cabcfc086 (24b36ab18883057b10c0dc2192901bf47a37447c) 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-1761 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 Merge succeeded, producing f2350e88acf22dec1781a969a21f8f28170e606d Checking out Revision f2350e88acf22dec1781a969a21f8f28170e606d (PR-2610) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f2350e88acf22dec1781a969a21f8f28170e606d # timeout=10 Commit message: "Merge commit 'b6e84d11f041a086b232d8992a39ab0cabcfc086' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:31:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:30 ========================================================= 04:31:30 EdgeX Global Pipelines Version Info 04:31:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk bb5f58aa036a796c64be670106db28671d795b04 # timeout=10 04:31:32 ------------------- 04:31:32 stable info: 04:31:32 ------------------- 04:31:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:32 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:32 Message: update stable to v1.0.106 04:31:32 ------------------- 04:31:32 experimental info: 04:31:32 ------------------- 04:31:32 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:32 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:31:32 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:31:34 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:31:34 + for file in '`ls cmd/**/Dockerfile`' 04:31:34 ++ dirname cmd/core-command/Dockerfile 04:31:34 ++ cut -d/ -f2 04:31:34 + echo core-command,cmd/core-command/Dockerfile 04:31:34 + for file in '`ls cmd/**/Dockerfile`' 04:31:34 ++ dirname cmd/core-data/Dockerfile 04:31:34 ++ cut -d/ -f2 04:31:34 + echo core-data,cmd/core-data/Dockerfile 04:31:34 + for file in '`ls cmd/**/Dockerfile`' 04:31:34 ++ dirname cmd/core-metadata/Dockerfile 04:31:34 ++ cut -d/ -f2 04:31:34 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:34 + for file in '`ls cmd/**/Dockerfile`' 04:31:34 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:34 ++ cut -d/ -f2 04:31:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:34 + for file in '`ls cmd/**/Dockerfile`' 04:31:34 ++ dirname cmd/security-secrets-setup/Dockerfile 04:31:34 ++ cut -d/ -f2 04:31:34 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:31:34 + for file in '`ls cmd/**/Dockerfile`' 04:31:34 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:34 ++ cut -d/ -f2 04:31:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:34 + for file in '`ls cmd/**/Dockerfile`' 04:31:34 ++ dirname cmd/support-logging/Dockerfile 04:31:34 ++ cut -d/ -f2 04:31:34 + echo support-logging,cmd/support-logging/Dockerfile 04:31:34 + for file in '`ls cmd/**/Dockerfile`' 04:31:34 ++ dirname cmd/support-notifications/Dockerfile 04:31:34 ++ cut -d/ -f2 04:31:34 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:34 + for file in '`ls cmd/**/Dockerfile`' 04:31:34 ++ dirname cmd/support-scheduler/Dockerfile 04:31:34 ++ cut -d/ -f2 04:31:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:34 + for file in '`ls cmd/**/Dockerfile`' 04:31:34 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:34 ++ cut -d/ -f2 04:31:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:31:34 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:31:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:35 04:31:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:31:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:36 latest: Pulling from edgex-devops/git-semver 04:31:36 31603596830f: Pulling fs layer 04:31:36 2a8b12db71e7: Pulling fs layer 04:31:36 6ca5941a6612: Pulling fs layer 04:31:36 ecc8261a40a4: Pulling fs layer 04:31:36 ecc8261a40a4: Waiting 04:31:36 2a8b12db71e7: Verifying Checksum 04:31:36 2a8b12db71e7: Download complete 04:31:36 31603596830f: Verifying Checksum 04:31:36 31603596830f: Download complete 04:31:36 ecc8261a40a4: Verifying Checksum 04:31:36 ecc8261a40a4: Download complete 04:31:36 6ca5941a6612: Verifying Checksum 04:31:36 6ca5941a6612: Download complete 04:31:36 31603596830f: Pull complete 04:31:36 2a8b12db71e7: Pull complete 04:31:37 6ca5941a6612: Pull complete 04:31:37 ecc8261a40a4: Pull complete 04:31:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:37 prd-centos7-docker-4c-2g-1761 does not seem to be running inside a container 04:31:37 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 04:31:40 $ docker top b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:40 [ssh-agent] Looking for ssh-agent implementation... 04:31:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:40 $ docker exec b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 ssh-agent 04:31:41 SSH_AUTH_SOCK=/tmp/ssh-KsP39yn6FPYi/agent.11 04:31:41 SSH_AGENT_PID=16 04:31:41 Running ssh-add (command line suppressed) 04:31:41 Identity added: /w/workspace/edgex-go/24@tmp/private_key_204678562910023864.key (/w/workspace/edgex-go/24@tmp/private_key_204678562910023864.key) 04:31:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:41 + git describe --exact-match --tags HEAD 04:31:41 fatal: No names found, cannot describe anything. [Pipeline] } 04:31:41 $ docker exec --env ******** --env ******** b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 ssh-agent -k 04:31:41 unset SSH_AUTH_SOCK; 04:31:41 unset SSH_AGENT_PID; 04:31:41 echo Agent pid 16 killed; 04:31:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:31:41 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:31:41 This usually means this commit has not been tagged. [Pipeline] sshagent 04:31:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:42 [ssh-agent] Looking for ssh-agent implementation... 04:31:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:42 $ docker exec b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 ssh-agent 04:31:42 SSH_AUTH_SOCK=/tmp/ssh-jtv0QqVgvjUe/agent.45 04:31:42 SSH_AGENT_PID=50 04:31:42 Running ssh-add (command line suppressed) 04:31:42 Identity added: /w/workspace/edgex-go/24@tmp/private_key_1171562048292417143.key (/w/workspace/edgex-go/24@tmp/private_key_1171562048292417143.key) 04:31:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:43 + git semver init 04:31:43 # -> Open(): unable to determine branch for HEAD 04:31:43 # $GIT_DIR = /w/workspace/edgex-go/24/.git 04:31:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/24 04:31:43 # $SEMVER_REMOTE_NAME = origin 04:31:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:43 # $SEMVER_USER_NAME = edgex-jenkins 04:31:43 # $SEMVER_BRANCH = PR-2610 04:31:43 # $SEMVER_TEMP = /tmp/semver-626946888 04:31:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:32:05 # '/tmp/semver-626946888' -> '/w/workspace/edgex-go/24/.semver' 04:32:05 # -> Force: false 04:32:05 # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } 04:32:05 $ docker exec --env ******** --env ******** b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 ssh-agent -k 04:32:05 unset SSH_AUTH_SOCK; 04:32:05 unset SSH_AGENT_PID; 04:32:05 echo Agent pid 50 killed; 04:32:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:32:06 + git semver [Pipeline] } 04:32:06 $ docker stop --time=1 b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 04:32:07 $ docker rm -f b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:32:22 Stashed 29 file(s) [Pipeline] echo 04:32:22 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 04:32:23 ========================================================= 04:32:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:32:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:23 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:32:27 Sending build context to Docker daemon 323.2MB 04:32:27 Step 1/7 : ARG BASE=golang:1.13-alpine 04:32:27 Step 2/7 : FROM ${BASE} 04:32:27 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:27 df20fa9351a1: Pulling fs layer 04:32:27 ed8968b2872e: Pulling fs layer 04:32:27 a92cc7c5fd73: Pulling fs layer 04:32:27 2dd03ba5bac4: Pulling fs layer 04:32:27 1e091d79d1de: Pulling fs layer 04:32:27 481702a1767f: Pulling fs layer 04:32:27 f64a6f60c768: Pulling fs layer 04:32:27 e78d2573fc39: Pulling fs layer 04:32:27 e876d2f968b6: Pulling fs layer 04:32:27 ce8a83651883: Pulling fs layer 04:32:27 07967f4d0e4b: Pulling fs layer 04:32:27 f64a6f60c768: Waiting 04:32:27 ce8a83651883: Waiting 04:32:27 e78d2573fc39: Waiting 04:32:27 e876d2f968b6: Waiting 04:32:27 1e091d79d1de: Waiting 04:32:27 481702a1767f: Waiting 04:32:27 2dd03ba5bac4: Waiting 04:32:27 07967f4d0e4b: Waiting 04:32:27 a92cc7c5fd73: Verifying Checksum 04:32:27 ed8968b2872e: Verifying Checksum 04:32:27 ed8968b2872e: Download complete 04:32:27 1e091d79d1de: Download complete 04:32:27 481702a1767f: Verifying Checksum 04:32:27 481702a1767f: Download complete 04:32:27 df20fa9351a1: Verifying Checksum 04:32:27 df20fa9351a1: Download complete 04:32:27 df20fa9351a1: Pull complete 04:32:27 ed8968b2872e: Pull complete 04:32:27 a92cc7c5fd73: Pull complete 04:32:29 f64a6f60c768: Verifying Checksum 04:32:29 f64a6f60c768: Download complete 04:32:29 e876d2f968b6: Verifying Checksum 04:32:29 e876d2f968b6: Download complete 04:32:30 e78d2573fc39: Verifying Checksum 04:32:30 e78d2573fc39: Download complete 04:32:30 2dd03ba5bac4: Download complete 04:32:30 07967f4d0e4b: Verifying Checksum 04:32:30 07967f4d0e4b: Download complete 04:32:30 ce8a83651883: Verifying Checksum 04:32:30 ce8a83651883: Download complete 04:32:37 2dd03ba5bac4: Pull complete 04:32:37 1e091d79d1de: Pull complete 04:32:37 481702a1767f: Pull complete 04:32:38 Still waiting to schedule task 04:32:38 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1763’ 04:32:41 f64a6f60c768: Pull complete 04:32:45 e78d2573fc39: Pull complete 04:32:45 e876d2f968b6: Pull complete 04:32:47 ce8a83651883: Pull complete 04:32:47 07967f4d0e4b: Pull complete 04:32:47 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:32:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:32:47 ---> 5d7c900382c6 04:32:47 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:32:47 ---> Running in 297d146a1fab 04:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:49 (1/12) Installing libmagic (5.38-r0) 04:32:49 (2/12) Installing file (5.38-r0) 04:32:49 (3/12) Installing libc-dev (0.7.2-r3) 04:32:49 (4/12) Installing g++ (9.3.0-r2) 04:32:52 (5/12) Installing fortify-headers (1.1-r0) 04:32:52 (6/12) Installing patch (2.7.6-r6) 04:32:52 (7/12) Installing build-base (0.5-r2) 04:32:52 (8/12) Installing libsodium (1.0.18-r0) 04:32:52 (9/12) Installing pkgconf (1.7.2-r0) 04:32:52 (10/12) Installing libsodium-dev (1.0.18-r0) 04:32:52 (11/12) Installing libzmq (4.3.2-r0) 04:32:53 (12/12) Installing zeromq-dev (4.3.2-r0) 04:32:53 Executing busybox-1.31.1-r16.trigger 04:32:53 OK: 233 MiB in 51 packages 04:32:57 Removing intermediate container 297d146a1fab 04:32:57 ---> 54bbd1348c13 04:32:57 Step 4/7 : WORKDIR /edgex-go 04:32:57 ---> Running in a1da591bb8e7 04:32:57 Removing intermediate container a1da591bb8e7 04:32:57 ---> f188d7dd7d42 04:32:57 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:32:57 latest: Pulling from library/docker 04:32:57 df20fa9351a1: Already exists 04:32:57 25ad7478873d: Pulling fs layer 04:32:57 4684f6177b5d: Pulling fs layer 04:32:57 46e300cec669: Pulling fs layer 04:32:57 63038576ad94: Pulling fs layer 04:32:57 0fdb76c4706c: Pulling fs layer 04:32:57 cb7edeffdfd5: Pulling fs layer 04:32:57 63038576ad94: Waiting 04:32:57 0fdb76c4706c: Waiting 04:32:57 cb7edeffdfd5: Waiting 04:32:57 4684f6177b5d: Verifying Checksum 04:32:57 4684f6177b5d: Download complete 04:32:57 25ad7478873d: Verifying Checksum 04:32:57 25ad7478873d: Download complete 04:32:57 63038576ad94: Download complete 04:32:57 0fdb76c4706c: Verifying Checksum 04:32:57 0fdb76c4706c: Download complete 04:32:58 cb7edeffdfd5: Verifying Checksum 04:32:58 cb7edeffdfd5: Download complete 04:32:58 25ad7478873d: Pull complete 04:32:58 4684f6177b5d: Pull complete 04:32:59 46e300cec669: Verifying Checksum 04:32:59 46e300cec669: Download complete 04:33:01 46e300cec669: Pull complete 04:33:01 63038576ad94: Pull complete 04:33:01 0fdb76c4706c: Pull complete 04:33:01 cb7edeffdfd5: Pull complete 04:33:01 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:33:01 Status: Downloaded newer image for docker:latest 04:33:03 ---> 87df523c2ad3 04:33:03 Step 6/7 : COPY go.mod . 04:33:03 ---> a1124740bcb7 04:33:03 Step 7/7 : RUN go mod download 04:33:03 ---> Running in 0793c0fb05ac 04:33:06 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:33:06 go: finding github.com/BurntSushi/toml v0.3.1 04:33:06 go: finding github.com/OneOfOne/xxhash v1.2.5 04:33:06 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:33:06 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:33:06 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:33:06 go: finding github.com/bgentry/speakeasy v0.1.0 04:33:06 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:33:06 go: finding github.com/cloudflare/gokey v0.1.0 04:33:06 go: finding github.com/davecgh/go-spew v1.1.1 04:33:06 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:33:06 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:33:06 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:33:06 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:33:06 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:33:06 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:33:06 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:33:06 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:33:06 go: finding github.com/fatih/color v1.7.0 04:33:06 go: finding github.com/fsnotify/fsnotify v1.4.7 04:33:06 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:33:06 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:33:06 go: finding github.com/go-kit/kit v0.8.0 04:33:06 go: finding github.com/go-logfmt/logfmt v0.4.0 04:33:06 go: finding github.com/go-playground/assert/v2 v2.0.1 04:33:06 go: finding github.com/go-playground/locales v0.13.0 04:33:06 go: finding github.com/go-playground/universal-translator v0.17.0 04:33:06 go: finding github.com/go-playground/validator/v10 v10.3.0 04:33:06 go: finding github.com/go-redis/redis/v7 v7.2.0 04:33:06 go: finding github.com/go-stack/stack v1.8.0 04:33:06 go: finding github.com/golang/protobuf v1.3.2 04:33:06 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:33:06 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:33:06 go: finding github.com/google/uuid v1.1.0 04:33:06 go: finding github.com/gorilla/mux v1.7.1 04:33:06 go: finding github.com/hashicorp/consul/api v1.1.0 04:33:06 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:33:06 go: finding github.com/hashicorp/errwrap v1.0.0 04:33:06 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:33:06 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:33:06 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:33:06 go: finding github.com/hashicorp/go-multierror v1.0.0 04:33:06 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:33:06 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:33:06 go: finding github.com/hashicorp/go-syslog v1.0.0 04:33:06 go: finding github.com/hashicorp/go-uuid v1.0.1 04:33:06 go: finding github.com/hashicorp/go.net v0.0.1 04:33:06 go: finding github.com/hashicorp/golang-lru v0.5.0 04:33:06 go: finding github.com/hashicorp/logutils v1.0.0 04:33:07 go: finding github.com/hashicorp/mdns v1.0.0 04:33:07 go: finding github.com/hashicorp/memberlist v0.1.3 04:33:07 go: finding github.com/hashicorp/serf v0.8.2 04:33:07 go: finding github.com/hpcloud/tail v1.0.0 04:33:07 go: finding github.com/imdario/mergo v0.3.6 04:33:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:33:07 go: finding github.com/kr/pretty v0.1.0 04:33:07 go: finding github.com/kr/pty v1.1.1 04:33:07 go: finding github.com/kr/text v0.1.0 04:33:07 go: finding github.com/leodido/go-urn v1.2.0 04:33:07 go: finding github.com/mattn/go-colorable v0.0.9 04:33:07 go: finding github.com/mattn/go-isatty v0.0.3 04:33:07 go: finding github.com/miekg/dns v1.0.14 04:33:07 go: finding github.com/mitchellh/cli v1.0.0 04:33:07 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:33:07 go: finding github.com/mitchellh/copystructure v1.0.0 04:33:07 go: finding github.com/mitchellh/go-homedir v1.0.0 04:33:07 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:33:07 go: finding github.com/mitchellh/gox v0.4.0 04:33:07 go: finding github.com/mitchellh/iochan v1.0.0 04:33:07 go: finding github.com/mitchellh/mapstructure v1.1.2 04:33:07 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:33:07 go: finding github.com/onsi/ginkgo v1.10.1 04:33:07 go: finding github.com/onsi/gomega v1.7.0 04:33:07 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:33:07 go: finding github.com/pebbe/zmq4 v1.0.0 04:33:07 go: finding github.com/pelletier/go-toml v1.2.0 04:33:07 go: finding github.com/pkg/errors v0.8.1 04:33:07 go: finding github.com/pmezard/go-difflib v1.0.0 04:33:07 go: finding github.com/posener/complete v1.1.1 04:33:07 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:33:07 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:33:07 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:33:07 go: finding github.com/stretchr/objx v0.1.0 04:33:07 go: finding github.com/stretchr/testify v1.5.1 04:33:07 go: finding github.com/ugorji/go v1.1.4 04:33:07 go: finding github.com/x448/float16 v0.8.4 04:33:07 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:33:07 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:33:07 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:33:07 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:33:07 go: finding golang.org/x/text v0.3.2 04:33:07 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:33:07 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:33:07 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:33:07 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:33:07 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:33:08 go: finding gopkg.in/yaml.v2 v2.2.8 04:33:30 Removing intermediate container 0793c0fb05ac 04:33:30 ---> 29e3a1ac3225 04:33:30 Successfully built 29e3a1ac3225 04:33:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:30 + docker inspect -f . ci-base-image-x86_64 04:33:30 . [Pipeline] withDockerContainer 04:33:31 prd-centos7-docker-4c-2g-1761 does not seem to be running inside a container 04:33:31 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 04:33:31 $ docker top b8f703695a9c0148fb41075fc3d5cb24c085ef2ed476f3acce820f987f7b80be -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:32 + go version 04:33:32 go version go1.13.13 linux/amd64 [Pipeline] echo 04:33:32 ========================================================= 04:33:32 [edgeXBuildGoParallel] Running Tests and Build... 04:33:32 ========================================================= [Pipeline] sh 04:33:32 + make test 04:33:32 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:33:35 ? github.com/edgexfoundry/edgex-go [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:33:55 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.019s 04:33:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:34:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.033s coverage: 46.6% of statements 04:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:34:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.099s coverage: 27.2% of statements 04:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:34:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.011s coverage: 100.0% of statements 04:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:34:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 04:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.331s coverage: 77.5% of statements 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:34:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.168s coverage: 28.6% of statements 04:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:34:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.011s coverage: 100.0% of statements 04:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:34:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.018s coverage: 100.0% of statements 04:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.042s coverage: 89.8% of statements 04:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.035s coverage: 97.5% of statements 04:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 100.0% of statements 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:34:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.080s coverage: 63.5% of statements 04:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.010s coverage: 100.0% of statements 04:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.157s coverage: 55.9% of statements 04:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.271s coverage: 86.3% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.385s coverage: 72.2% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.168s coverage: 72.1% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.042s coverage: 82.4% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.011s coverage: 28.8% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.067s coverage: 26.9% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.137s coverage: 84.1% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.023s coverage: 100.0% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 42.9% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.029s coverage: 100.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.014s coverage: 83.8% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.072s coverage: 45.9% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.002s coverage: 100.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.020s coverage: 100.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.023s coverage: 100.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.046s coverage: 29.1% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.023s coverage: 87.9% of statements 04:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 04:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.015s coverage: 32.1% of statements 04:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 04:34:23 GO111MODULE=on go vet ./... 04:34:30 gofmt -l . 04:34:31 [ "`gofmt -l .`" = "" ] 04:34:31 ./bin/test-go-mod-tidy.sh 04:34:32 ./bin/test-attribution-txt.sh [Pipeline] sh 04:34:34 + ls -al . 04:34:34 total 556 04:34:34 drwxrwxr-x 10 1001 1001 4096 Aug 1 04:34 . 04:34:34 drwxr-xr-x 4 root root 30 Aug 1 04:33 .. 04:34:34 -rw-rw-r-- 1 1001 1001 11 Aug 1 04:31 .dockerignore 04:34:34 drwxrwxr-x 8 1001 1001 179 Aug 1 04:31 .git 04:34:34 drwxrwxr-x 3 1001 1001 60 Aug 1 04:31 .github 04:34:34 -rw-rw-r-- 1 1001 1001 932 Aug 1 04:31 .gitignore 04:34:34 drwx------ 3 1001 1001 47 Aug 1 04:32 .semver 04:34:34 -rw-rw-r-- 1 1001 1001 166 Aug 1 04:31 .sonarcloud.properties 04:34:34 -rw-rw-r-- 1 1001 1001 3804 Aug 1 04:31 CONTRIBUTING.md 04:34:34 -rw-rw-r-- 1 1001 1001 1035 Aug 1 04:31 Dockerfile.build 04:34:34 -rw-rw-r-- 1 1001 1001 865 Aug 1 04:31 Jenkinsfile 04:34:34 -rw-rw-r-- 1 1001 1001 10775 Aug 1 04:31 LICENSE 04:34:34 -rw-rw-r-- 1 1001 1001 6237 Aug 1 04:31 Makefile 04:34:34 -rw-rw-r-- 1 1001 1001 5652 Aug 1 04:31 README.md 04:34:34 -rw-rw-r-- 1 1001 1001 7111 Aug 1 04:31 SECURITY.md 04:34:34 -rw-rw-r-- 1 1001 1001 5 Aug 1 04:32 VERSION 04:34:34 -rw-rw-r-- 1 1001 1001 4131 Aug 1 04:31 ZMQWindows.md 04:34:34 drwxrwxr-x 2 1001 1001 117 Aug 1 04:31 bin 04:34:34 drwxrwxr-x 15 1001 1001 4096 Aug 1 04:31 cmd 04:34:34 -rw-r--r-- 1 root root 457515 Aug 1 04:34 coverage.out 04:34:34 -rw-r--r-- 1 root root 1019 Aug 1 04:34 go.mod 04:34:34 -rw-r--r-- 1 root root 19185 Aug 1 04:34 go.sum 04:34:34 drwxrwxr-x 8 1001 1001 127 Aug 1 04:31 internal 04:34:34 drwxrwxr-x 4 1001 1001 26 Aug 1 04:31 openapi 04:34:34 drwxrwxr-x 4 1001 1001 71 Aug 1 04:31 snap 04:34:34 -rw-rw-r-- 1 1001 1001 168 Aug 1 04:31 version.go [Pipeline] sh 04:34:34 + '[' -e coverage.out ] 04:34:34 + chown 1001:1001 coverage.out [Pipeline] stash 04:34:34 Stashed 1 file(s) [Pipeline] sh 04:34:34 + make build 04:34:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:34:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:34:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:34:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:34: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 04:34: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 04:34:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:34:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:34:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:34:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:34:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:34:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:35:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:35:01 $ docker stop --time=1 b8f703695a9c0148fb41075fc3d5cb24c085ef2ed476f3acce820f987f7b80be 04:35:03 $ docker rm -f b8f703695a9c0148fb41075fc3d5cb24c085ef2ed476f3acce820f987f7b80be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:04 04:35:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:35:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:04 latest: Pulling from edgex-devops/edgex-compose 04:35:04 cbdbe7a5bc2a: Pulling fs layer 04:35:04 ca9280d653b3: Pulling fs layer 04:35:04 7e9c9ca2126c: Pulling fs layer 04:35:05 cbdbe7a5bc2a: Verifying Checksum 04:35:05 cbdbe7a5bc2a: Download complete 04:35:05 ca9280d653b3: Verifying Checksum 04:35:05 ca9280d653b3: Download complete 04:35:05 cbdbe7a5bc2a: Pull complete 04:35:06 7e9c9ca2126c: Verifying Checksum 04:35:06 7e9c9ca2126c: Download complete 04:35:06 ca9280d653b3: Pull complete 04:35:13 7e9c9ca2126c: Pull complete 04:35:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:35:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:35:13 prd-centos7-docker-4c-2g-1761 does not seem to be running inside a container 04:35:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 04:35:16 $ docker top 79c2c932ff4231b126255229708e304e963780e23664667ff618ae005ea1aa59 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:16 + + docker-compose buildgrep --help parallel 04:35:16 04:35:17 --parallel Build images in parallel. [Pipeline] } 04:35:18 $ docker stop --time=1 79c2c932ff4231b126255229708e304e963780e23664667ff618ae005ea1aa59 04:35:19 $ docker rm -f 79c2c932ff4231b126255229708e304e963780e23664667ff618ae005ea1aa59 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:20 . [Pipeline] withDockerContainer 04:35:20 prd-centos7-docker-4c-2g-1761 does not seem to be running inside a container 04:35: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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:35:20 $ docker top 10ca1aff7c2b7b0f6d1f2b0da7f49a97d3333eac46d17dc47bf6c78af1e24e4f -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:21 + docker-compose -f ./docker-compose-build.yml build --parallel 04:35:22 Building docker-core-command-go ... 04:35:22 Building docker-core-data-go ... 04:35:22 Building docker-core-metadata-go ... 04:35:22 Building docker-security-proxy-setup-go ... 04:35:22 Building docker-security-secrets-setup-go ... 04:35:22 Building docker-security-secretstore-setup-go ... 04:35:22 Building docker-support-logging-go ... 04:35:22 Building docker-support-notifications-go ... 04:35:22 Building docker-support-scheduler-go ... 04:35:22 Building docker-sys-mgmt-agent-go ... 04:35:22 Building docker-support-logging-go 04:35:22 Building docker-core-data-go 04:35:22 Building docker-support-scheduler-go 04:35:22 Building docker-support-notifications-go 04:35:22 Building docker-sys-mgmt-agent-go 04:35:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1772 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 04:35:44 Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout 04:35:49 using credential edgex-jenkins-ssh 04:35:49 Cloning the remote Git repository 04:35:49 Cloning with configured refspecs honoured and without tags 04:35:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:35:50 > git init /w/workspace/edgex-go/24 # timeout=10 04:35:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:50 > git --version # timeout=10 04:35:50 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:54 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:54 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:54 ---> 29e3a1ac3225 04:35:54 Step 3/20 : WORKDIR /edgex-go 04:35:54 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:35:54 ---> 29e3a1ac3225 04:35:54 Step 3/23 : WORKDIR /edgex-go 04:35:54 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:35:54 ---> 29e3a1ac3225 04:35:54 Step 3/26 : WORKDIR /edgex-go 04:35:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:35:54 ---> 29e3a1ac3225 04:35:54 Step 3/21 : WORKDIR /edgex-go 04:35:54 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:35:54 ---> 29e3a1ac3225 04:35:54 Step 3/22 : WORKDIR /edgex-go 04:35:54 ---> Running in 782e168136c9 04:35:54 ---> Running in a131117d7341 04:35:54 ---> Running in fcca882ac49b 04:35:54 ---> Running in b9aa3be4a774 04:35:54 ---> Running in f8c8f28176cc 04:35:54 Removing intermediate container a131117d7341 04:35:54 ---> dd07aa8d56b5 04:35:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:54 Removing intermediate container 782e168136c9 04:35:54 ---> af46f0fd7ebf 04:35:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:54 Removing intermediate container fcca882ac49b 04:35:54 ---> 5d69418ff431 04:35:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:54 Removing intermediate container b9aa3be4a774 04:35:54 ---> 2dcd415d0d9a 04:35:54 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:54 Removing intermediate container f8c8f28176cc 04:35:54 ---> 3a8b474e1050 04:35:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:54 ---> Running in d005ce3b9d68 04:35:54 ---> Running in 3ab0b017a76b 04:35:54 ---> Running in 80ef578835e7 04:35:54 ---> Running in 1b78e469e102 04:35:54 ---> Running in e38dc74c4f7b 04:35:56 Removing intermediate container d005ce3b9d68 04:35:56 ---> 25d231ff5b08 04:35:56 Step 5/26 : RUN apk update && apk add make bash git 04:35:57 ---> Running in 5fd43972403f 04:35:57 Removing intermediate container 80ef578835e7 04:35:57 ---> 460e2c6628e9 04:35:57 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:35:57 Removing intermediate container 3ab0b017a76b 04:35:57 ---> 5a466bcfa8eb 04:35:57 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:35:57 Removing intermediate container 1b78e469e102 04:35:57 ---> 6c31696e145d 04:35:57 Step 5/20 : RUN apk update && apk add make git 04:35:57 ---> Running in 07fae80306aa 04:35:57 ---> Running in f16cc3e6b747 04:35:57 Removing intermediate container e38dc74c4f7b 04:35:57 ---> 679cac6033d2 04:35:57 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:35:57 ---> Running in 528bbf188d80 04:35:57 ---> Running in 32a868a00345 04:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:59 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:59 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:59 OK: 12749 distinct packages available 04:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:59 OK: 233 MiB in 51 packages 04:36:00 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:00 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:00 OK: 12749 distinct packages available 04:36:00 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:00 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:00 OK: 12749 distinct packages available 04:36:00 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:00 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:00 OK: 12749 distinct packages available 04:36:00 Removing intermediate container 5fd43972403f 04:36:00 ---> 2dbfbbde7dc4 04:36:00 Step 6/26 : COPY go.mod . 04:36:00 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:00 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:00 OK: 12749 distinct packages available 04:36:00 OK: 233 MiB in 51 packages 04:36:00 OK: 233 MiB in 51 packages 04:36:00 OK: 233 MiB in 51 packages 04:36:00 OK: 233 MiB in 51 packages 04:36:00 OK: 233 MiB in 51 packages 04:36:00 ---> 9422888b7eb3 04:36:00 Step 7/26 : RUN go mod download 04:36:00 ---> Running in 0a5ee2ed4364 04:36:01 Removing intermediate container 528bbf188d80 04:36:01 ---> 3f9507cba8f0 04:36:01 Step 6/20 : COPY go.mod . 04:36:01 Removing intermediate container f16cc3e6b747 04:36:01 ---> 5ed9f99a015e 04:36:01 Step 6/22 : COPY go.mod . 04:36:01 ---> 9c4018004ab1 04:36:01 Step 7/20 : RUN go mod download 04:36:01 Removing intermediate container 07fae80306aa 04:36:01 ---> 637e716c86f0 04:36:01 Step 6/21 : COPY go.mod . 04:36:01 ---> Running in 87f6328684eb 04:36:02 ---> b55226aab51a 04:36:02 Step 7/22 : RUN go mod download 04:36:02 Removing intermediate container 32a868a00345 04:36:02 ---> 21074c3ee6e6 04:36:02 Step 6/23 : COPY go.mod . 04:36:02 ---> Running in 2055eb7a17f4 04:36:02 ---> 7cdb46d2cb60 04:36:02 Step 7/21 : RUN go mod download 04:36:02 ---> Running in 29ebaf6ab3c3 04:36:02 ---> 7ed53bbfeeb9 04:36:02 Step 7/23 : RUN go mod download 04:36:02 ---> Running in fb0d59ef7e01 04:36:03 Removing intermediate container 87f6328684eb 04:36:03 ---> c854f74cfb14 04:36:03 Step 8/20 : COPY . . 04:36:05 Fetching without tags 04:36:05 Removing intermediate container 0a5ee2ed4364 04:36:05 ---> 38618c8d6c88 04:36:05 Step 8/26 : COPY . . 04:36:06 Merging remotes/origin/master commit b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b 04:36:06 Removing intermediate container 2055eb7a17f4 04:36:06 ---> 31a6d771442f 04:36:06 Step 8/22 : COPY . . 04:36:07 Merge succeeded, producing 28d7432a7c22bfa9541e194992070e3d880742d3 04:36:07 Checking out Revision 28d7432a7c22bfa9541e194992070e3d880742d3 (PR-2610) 04:36:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:05 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 04:36:05 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:05 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:05 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:06 > git config core.sparsecheckout # timeout=10 04:36:06 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 04:36:06 > git remote # timeout=10 04:36:06 > git config --get remote.origin.url # timeout=10 04:36:06 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:06 > git merge b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 04:36:07 > git rev-parse HEAD^{commit} # timeout=10 04:36:07 > git config core.sparsecheckout # timeout=10 04:36:07 > git checkout -f 28d7432a7c22bfa9541e194992070e3d880742d3 # timeout=10 04:36:11 Commit message: "Merge commit 'b6e84d11f041a086b232d8992a39ab0cabcfc086' into HEAD" 04:36:11 First time build. Skipping changelog. 04:36:11 > git rev-list --no-walk bb5f58aa036a796c64be670106db28671d795b04 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:36:13 Removing intermediate container 29ebaf6ab3c3 04:36:13 ---> 74f1891728fa 04:36:13 Step 8/21 : COPY . . 04:36:14 Removing intermediate container fb0d59ef7e01 04:36:14 ---> 476d88d486ae 04:36:14 Step 8/23 : COPY . . [Pipeline] echo 04:36:22 ========================================================= 04:36:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:36:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:36:23 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 04:36:27 Sending build context to Docker daemon 323.2MB 04:36:27 Step 1/7 : ARG BASE=golang:1.13-alpine 04:36:27 Step 2/7 : FROM ${BASE} 04:36:27 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:36:27 b538f80385f9: Pulling fs layer 04:36:27 74f711af9a0d: Pulling fs layer 04:36:27 99f96fe45779: Pulling fs layer 04:36:27 fd7a069fd194: Pulling fs layer 04:36:27 66aa3694b03b: Pulling fs layer 04:36:27 170f70906a0f: Pulling fs layer 04:36:27 ad7c5574e4b9: Pulling fs layer 04:36:27 e772456be8f7: Pulling fs layer 04:36:27 c890913d741a: Pulling fs layer 04:36:27 2480fcc9aa5a: Pulling fs layer 04:36:27 09adf4765672: Pulling fs layer 04:36:27 ad7c5574e4b9: Waiting 04:36:27 e772456be8f7: Waiting 04:36:27 c890913d741a: Waiting 04:36:27 2480fcc9aa5a: Waiting 04:36:27 09adf4765672: Waiting 04:36:27 fd7a069fd194: Waiting 04:36:27 66aa3694b03b: Waiting 04:36:27 170f70906a0f: Waiting 04:36:27 99f96fe45779: Verifying Checksum 04:36:27 99f96fe45779: Download complete 04:36:27 74f711af9a0d: Verifying Checksum 04:36:27 74f711af9a0d: Download complete 04:36:27 66aa3694b03b: Verifying Checksum 04:36:27 66aa3694b03b: Download complete 04:36:27 170f70906a0f: Download complete 04:36:28 b538f80385f9: Verifying Checksum 04:36:28 b538f80385f9: Download complete 04:36:28 b538f80385f9: Pull complete 04:36:29 74f711af9a0d: Pull complete 04:36:29 99f96fe45779: Pull complete 04:36:31 ad7c5574e4b9: Verifying Checksum 04:36:31 ad7c5574e4b9: Download complete 04:36:31 c890913d741a: Verifying Checksum 04:36:31 c890913d741a: Download complete 04:36:32 e772456be8f7: Verifying Checksum 04:36:32 e772456be8f7: Download complete 04:36:32 09adf4765672: Verifying Checksum 04:36:32 09adf4765672: Download complete 04:36:32 2480fcc9aa5a: Download complete 04:36:33 fd7a069fd194: Verifying Checksum 04:36:33 fd7a069fd194: Download complete 04:36:41 ---> e2c37fc72a80 04:36:41 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:36:43 ---> Running in ebe543327350 04:36:44 ---> 07a472a869b9 04:36:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:36:45 ---> 53fa943d9cad 04:36:45 Step 9/22 : RUN make cmd/core-data/core-data 04:36:46 fd7a069fd194: Pull complete 04:36:46 66aa3694b03b: Pull complete 04:36:46 170f70906a0f: Pull complete 04:36:46 ---> Running in 265c7f582a75 04:36:46 ---> Running in 44005bdaa1e7 04:36:46 ---> 0d5772816bb5 04:36:46 Step 9/21 : RUN make cmd/support-logging/support-logging 04:36:46 ---> 42cfaa08e5df 04:36:46 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:36:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:36:47 ---> Running in 5a6f85fa4776 04:36:47 ---> Running in 05696d6c6648 04:36:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:36:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:36:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:36: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 04:36:49 ad7c5574e4b9: Pull complete 04:36:54 e772456be8f7: Pull complete 04:36:54 c890913d741a: Pull complete 04:36:57 2480fcc9aa5a: Pull complete 04:36:57 09adf4765672: Pull complete 04:36:57 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:36:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:36:57 ---> 2248a725d1cf 04:36:57 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:37:03 ---> Running in e3c17255b7c2 04:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:37:07 (1/12) Installing libmagic (5.38-r0) 04:37:07 (2/12) Installing file (5.38-r0) 04:37:07 (3/12) Installing libc-dev (0.7.2-r3) 04:37:07 (4/12) Installing g++ (9.3.0-r2) 04:37:14 (5/12) Installing fortify-headers (1.1-r0) 04:37:14 (6/12) Installing patch (2.7.6-r6) 04:37:14 (7/12) Installing build-base (0.5-r2) 04:37:14 (8/12) Installing libsodium (1.0.18-r0) 04:37:14 (9/12) Installing pkgconf (1.7.2-r0) 04:37:14 (10/12) Installing libsodium-dev (1.0.18-r0) 04:37:14 (11/12) Installing libzmq (4.3.2-r0) 04:37:15 (12/12) Installing zeromq-dev (4.3.2-r0) 04:37:15 Executing busybox-1.31.1-r16.trigger 04:37:15 OK: 217 MiB in 51 packages 04:37:19 Removing intermediate container e3c17255b7c2 04:37:19 ---> 6e568a9fc5f5 04:37:19 Step 4/7 : WORKDIR /edgex-go 04:37:19 ---> Running in 0a52e71ca443 04:37:20 Removing intermediate container 0a52e71ca443 04:37:20 ---> 5c62fea49b59 04:37:20 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:37:20 latest: Pulling from library/docker 04:37:20 b538f80385f9: Already exists 04:37:20 259a493cd78d: Pulling fs layer 04:37:20 b8e66b5100f5: Pulling fs layer 04:37:20 39dc9c94d07c: Pulling fs layer 04:37:20 551b823b3b82: Pulling fs layer 04:37:20 3c52a74df98c: Pulling fs layer 04:37:20 6c9b121b6998: Pulling fs layer 04:37:20 551b823b3b82: Waiting 04:37:20 3c52a74df98c: Waiting 04:37:20 6c9b121b6998: Waiting 04:37:20 b8e66b5100f5: Verifying Checksum 04:37:20 b8e66b5100f5: Download complete 04:37:21 259a493cd78d: Download complete 04:37:21 551b823b3b82: Verifying Checksum 04:37:21 551b823b3b82: Download complete 04:37:21 3c52a74df98c: Verifying Checksum 04:37:21 3c52a74df98c: Download complete 04:37:21 6c9b121b6998: Verifying Checksum 04:37:21 6c9b121b6998: Download complete 04:37:21 259a493cd78d: Pull complete 04:37:21 b8e66b5100f5: Pull complete 04:37:22 39dc9c94d07c: Verifying Checksum 04:37:22 39dc9c94d07c: Download complete 04:37:25 39dc9c94d07c: Pull complete 04:37:25 551b823b3b82: Pull complete 04:37:26 3c52a74df98c: Pull complete 04:37:26 6c9b121b6998: Pull complete 04:37:26 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:37:26 Status: Downloaded newer image for docker:latest 04:37:29 ---> dde1a9689d95 04:37:29 Step 6/7 : COPY go.mod . 04:37:30 ---> 0ba28247865d 04:37:30 Step 7/7 : RUN go mod download 04:37:30 ---> Running in 4a9e0b0ebc07 04:37:33 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:37:33 go: finding github.com/BurntSushi/toml v0.3.1 04:37:33 go: finding github.com/OneOfOne/xxhash v1.2.5 04:37:33 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:37:33 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:37:33 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:37:33 go: finding github.com/bgentry/speakeasy v0.1.0 04:37:33 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:37:33 go: finding github.com/cloudflare/gokey v0.1.0 04:37:33 go: finding github.com/davecgh/go-spew v1.1.1 04:37:33 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:37:33 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:37:33 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:37:33 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:37:33 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:37:33 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:37:33 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:37:33 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:37:33 go: finding github.com/fatih/color v1.7.0 04:37:33 go: finding github.com/fsnotify/fsnotify v1.4.7 04:37:34 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:37:34 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:37:34 go: finding github.com/go-kit/kit v0.8.0 04:37:34 go: finding github.com/go-logfmt/logfmt v0.4.0 04:37:34 go: finding github.com/go-playground/assert/v2 v2.0.1 04:37:34 go: finding github.com/go-playground/locales v0.13.0 04:37:34 go: finding github.com/go-playground/universal-translator v0.17.0 04:37:34 go: finding github.com/go-playground/validator/v10 v10.3.0 04:37:34 go: finding github.com/go-redis/redis/v7 v7.2.0 04:37:34 go: finding github.com/go-stack/stack v1.8.0 04:37:34 go: finding github.com/golang/protobuf v1.3.2 04:37:34 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:37:34 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:37:34 go: finding github.com/google/uuid v1.1.0 04:37:34 go: finding github.com/gorilla/mux v1.7.1 04:37:34 go: finding github.com/hashicorp/consul/api v1.1.0 04:37:34 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:37:34 go: finding github.com/hashicorp/errwrap v1.0.0 04:37:34 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:37:34 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:37:34 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:37:34 go: finding github.com/hashicorp/go-multierror v1.0.0 04:37:34 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:37:34 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:37:34 go: finding github.com/hashicorp/go-syslog v1.0.0 04:37:34 go: finding github.com/hashicorp/go-uuid v1.0.1 04:37:34 go: finding github.com/hashicorp/go.net v0.0.1 04:37:34 go: finding github.com/hashicorp/golang-lru v0.5.0 04:37:34 go: finding github.com/hashicorp/logutils v1.0.0 04:37:34 go: finding github.com/hashicorp/mdns v1.0.0 04:37:34 go: finding github.com/hashicorp/memberlist v0.1.3 04:37:34 go: finding github.com/hashicorp/serf v0.8.2 04:37:34 go: finding github.com/hpcloud/tail v1.0.0 04:37:34 go: finding github.com/imdario/mergo v0.3.6 04:37:34 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:37:34 go: finding github.com/kr/pretty v0.1.0 04:37:34 go: finding github.com/kr/pty v1.1.1 04:37:34 go: finding github.com/kr/text v0.1.0 04:37:34 go: finding github.com/leodido/go-urn v1.2.0 04:37:34 go: finding github.com/mattn/go-colorable v0.0.9 04:37:34 go: finding github.com/mattn/go-isatty v0.0.3 04:37:34 go: finding github.com/miekg/dns v1.0.14 04:37:34 go: finding github.com/mitchellh/cli v1.0.0 04:37:35 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:37:35 go: finding github.com/mitchellh/copystructure v1.0.0 04:37:35 go: finding github.com/mitchellh/go-homedir v1.0.0 04:37:35 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:37:35 go: finding github.com/mitchellh/gox v0.4.0 04:37:35 go: finding github.com/mitchellh/iochan v1.0.0 04:37:35 go: finding github.com/mitchellh/mapstructure v1.1.2 04:37:35 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:37:35 go: finding github.com/onsi/ginkgo v1.10.1 04:37:35 go: finding github.com/onsi/gomega v1.7.0 04:37:35 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:37:35 go: finding github.com/pebbe/zmq4 v1.0.0 04:37:35 go: finding github.com/pelletier/go-toml v1.2.0 04:37:35 go: finding github.com/pkg/errors v0.8.1 04:37:35 go: finding github.com/pmezard/go-difflib v1.0.0 04:37:35 go: finding github.com/posener/complete v1.1.1 04:37:35 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:37:35 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:37:35 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:37:35 go: finding github.com/stretchr/objx v0.1.0 04:37:35 go: finding github.com/stretchr/testify v1.5.1 04:37:35 go: finding github.com/ugorji/go v1.1.4 04:37:35 go: finding github.com/x448/float16 v0.8.4 04:37:35 Removing intermediate container 265c7f582a75 04:37:35 ---> 723791576518 04:37:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:37:35 Removing intermediate container 5a6f85fa4776 04:37:35 ---> cc1fc26b5c2c 04:37:35 04:37:35 Step 10/21 : FROM scratch 04:37:35 ---> 04:37:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:37:35 ---> Running in a5e6ec440617 04:37:35 ---> Running in f0ee17b11c47 04:37:35 Removing intermediate container f0ee17b11c47 04:37:35 ---> 4d372f6f7381 04:37:35 Step 12/21 : ENV APP_PORT=48061 04:37:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:37:35 ---> Running in eb0654c28613 04:37:35 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:37:35 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:37:35 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:37:35 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:37:35 go: finding golang.org/x/text v0.3.2 04:37:35 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:37:35 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:37:35 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:37:35 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:37:35 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:37:35 go: finding gopkg.in/yaml.v2 v2.2.8 04:37:36 Removing intermediate container ebe543327350 04:37:36 ---> c74a2f5ebc4a 04:37:36 04:37:36 Step 10/20 : FROM scratch 04:37:36 ---> 04:37:36 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:36 Removing intermediate container 05696d6c6648 04:37:36 ---> bd75b0b3824b 04:37:36 04:37:36 Step 10/23 : FROM scratch 04:37:36 ---> 04:37:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:37:36 ---> Using cache 04:37:36 ---> 4d372f6f7381 04:37:36 Step 12/23 : ENV APP_PORT=48060 04:37:36 Removing intermediate container eb0654c28613 04:37:36 ---> b088496c3d0f 04:37:36 Step 13/21 : EXPOSE $APP_PORT 04:37:36 ---> Running in 7cf07208ac5c 04:37:36 ---> Running in 4d29748ef13e 04:37:36 ---> Running in ff1285df3e73 04:37:37 Removing intermediate container 7cf07208ac5c 04:37:37 ---> 9bfbf4d73780 04:37:37 Step 12/20 : ENV APP_PORT=48085 04:37:37 Removing intermediate container 4d29748ef13e 04:37:37 ---> 83a7612f7936 04:37:37 Step 13/23 : EXPOSE $APP_PORT 04:37:37 ---> Running in ef1cfe7a7417 04:37:37 Removing intermediate container ff1285df3e73 04:37:37 ---> 0c26510cc677 04:37:37 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:37:37 ---> Running in 64104166549e 04:37:37 Removing intermediate container a5e6ec440617 04:37:37 ---> 1569fa0b9143 04:37:37 04:37:37 Step 11/26 : FROM docker:latest 04:37:37 ---> 81f5749c9058 04:37:37 Step 12/26 : RUN apk add --no-cache bash 04:37:38 Removing intermediate container 64104166549e 04:37:38 ---> 5677c8352793 04:37:38 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:37:38 Removing intermediate container ef1cfe7a7417 04:37:38 ---> 049323124f51 04:37:38 Step 13/20 : EXPOSE $APP_PORT 04:37:38 ---> Running in 9e31e1bb5315 04:37:38 ---> 2368242a321d 04:37:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:37:38 ---> Running in a76a8b723e57 04:37:38 ---> 5c5d64fc22ef 04:37:38 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:37:39 Removing intermediate container a76a8b723e57 04:37:39 ---> 1af53931a647 04:37:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:37:39 ---> 1719eebdfb9f 04:37:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:39 ---> b75642a66c90 04:37:39 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:37:39 (1/2) Installing readline (8.0.4-r0) 04:37:39 (2/2) Installing bash (5.0.17-r0) 04:37:39 ---> fa8744367f3e 04:37:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:37:39 Executing bash-5.0.17-r0.post-install 04:37:39 Executing busybox-1.31.1-r16.trigger 04:37:39 OK: 12 MiB in 22 packages 04:37:42 ---> e27869dd8ec9 04:37:42 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:37:42 ---> 4e4483a3df8e 04:37:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:37:42 ---> d00e21c3d0a0 04:37:42 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:37:42 Removing intermediate container 44005bdaa1e7 04:37:42 ---> e4b891a50070 04:37:42 04:37:42 Step 10/22 : FROM alpine 04:37:42 Removing intermediate container 9e31e1bb5315 04:37:42 ---> 35b59cbe8687 04:37:42 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:37:42 ---> cdb0d3e0f2fd 04:37:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:37:42 ---> b1ee3a52ee4d 04:37:42 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:42 latest: Pulling from library/alpine 04:37:43 ---> Running in 34c4cf0f4aea 04:37:43 ---> Running in 90a1e3f045fe 04:37:43 ---> 4e45e693a2b7 04:37:43 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:43 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:37:43 Status: Downloaded newer image for alpine:latest 04:37:43 ---> a24bb4013296 04:37:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:43 ---> Running in 9efea122316a 04:37:43 ---> Running in a7a31aedade5 04:37:43 Removing intermediate container 90a1e3f045fe 04:37:43 ---> 7ea03b0eb74b 04:37:43 Step 19/21 : LABEL arch=x86_64 04:37:43 ---> e85a2b1b0a52 04:37:43 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:37:43 ---> Running in bad81ed14196 04:37:43 Removing intermediate container 9efea122316a 04:37:43 ---> c2b5b43493f0 04:37:43 Step 18/20 : LABEL arch=x86_64 04:37:43 Removing intermediate container a7a31aedade5 04:37:43 ---> 5de9a0a5984e 04:37:43 Step 12/22 : ENV APP_PORT=48080 04:37:44 ---> 016e16d84324 04:37:44 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:44 ---> Running in 608188a9c790 04:37:44 ---> Running in e5664bddc585 04:37:44 Removing intermediate container bad81ed14196 04:37:44 ---> 8be29d1f11d9 04:37:44 Step 20/21 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:37:44 ---> Running in a0b21a99a946 04:37:44 ---> Running in 5724a9d6ff01 04:37:44 Removing intermediate container e5664bddc585 04:37:44 ---> 3b1d65449851 04:37:44 Step 13/22 : EXPOSE $APP_PORT 04:37:44 Removing intermediate container 608188a9c790 04:37:44 ---> 0fca7ba23c2e 04:37:44 Step 19/20 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:37:44 Removing intermediate container a0b21a99a946 04:37:44 ---> 53ac8589789f 04:37:44 Step 21/23 : LABEL arch=x86_64 04:37:44 ---> Running in 5c56872b8d51 04:37:44 ---> Running in f60d4f8ea182 04:37:44 Removing intermediate container 5724a9d6ff01 04:37:44 ---> 51b57f8f5c56 04:37:44 Step 21/21 : LABEL version=0.0.0 04:37:44 Removing intermediate container 34c4cf0f4aea 04:37:44 ---> 25af34daf904 04:37:44 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:37:45 ---> Running in becefb9e8e8d 04:37:45 ---> Running in faf072a79f66 04:37:45 ---> Running in 91ff0b7552e2 04:37:47 Removing intermediate container 5c56872b8d51 04:37:47 ---> 2b1e3cdda4cc 04:37:47 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:47 Removing intermediate container f60d4f8ea182 04:37:47 ---> a3ea096b940e 04:37:47 Step 20/20 : LABEL version=0.0.0 04:37:47 ---> Running in 6eef98e57bc6 04:37:47 ---> Running in 449abfd82875 04:37:47 Removing intermediate container becefb9e8e8d 04:37:47 ---> 192a6ace59f6 04:37:47 Step 22/23 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:37:47 Removing intermediate container faf072a79f66 04:37:47 ---> c4c193c3596e 04:37:47 04:37:47 Removing intermediate container 91ff0b7552e2 04:37:47 ---> 9d6de0790eab 04:37:47 Step 15/26 : ENV APP_PORT=48090 04:37:47 ---> Running in dc706ee49652 04:37:47 Successfully built c4c193c3596e 04:37:47 Successfully tagged docker-support-logging-go:latest 04:37:47 ---> Running in 404605dffec0 04:37:47 Building docker-core-metadata-go 04:37:47  Building docker-support-logging-go ... done Removing intermediate container 6eef98e57bc6 04:37:47 ---> 8f94467e2782 04:37:47 04:37:47 Removing intermediate container dc706ee49652 04:37:47 ---> 8df8c5fea371 04:37:47 Step 23/23 : LABEL version=0.0.0 04:37:47 Successfully built 8f94467e2782 04:37:47 Successfully tagged docker-support-scheduler-go:latest 04:37:47 Building docker-security-secretstore-setup-go 04:37:47  Building docker-support-scheduler-go ... done  ---> Running in b5a9e89058ed 04:37:47 Removing intermediate container 404605dffec0 04:37:47 ---> 79f7f127ba4c 04:37:47 Step 16/26 : EXPOSE $APP_PORT 04:37:47 ---> Running in 66845897b2ab 04:37:47 Removing intermediate container b5a9e89058ed 04:37:47 ---> c9e11bd5371b 04:37:47 04:37:48 Successfully built c9e11bd5371b 04:37:48 Removing intermediate container 66845897b2ab 04:37:48 ---> 3e7766318e01 04:37:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:37:48 Successfully tagged docker-support-notifications-go:latest 04:37:48 Building docker-core-command-go 04:37:48  Building docker-support-notifications-go ... done Removing intermediate container 449abfd82875 04:37:48 ---> d3f5c47bbe1d 04:37:48 Step 15/22 : RUN apk --no-cache add zeromq 04:37:48 ---> Running in acf25d1d8009 04:37:50 ---> 1bbd69e4d8b8 04:37:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:37:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:56 ---> 88053a3b8aef 04:37:56 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:37:56 (1/5) Installing libgcc (9.3.0-r2) 04:37:56 (2/5) Installing libsodium (1.0.18-r0) 04:37:56 (3/5) Installing libstdc++ (9.3.0-r2) 04:37:56 ---> ad3d8a9672db 04:37:56 Step 20/26 : RUN apk --no-cache add py-pip 04:37:56 (4/5) Installing libzmq (4.3.2-r0) 04:37:56 ---> Running in 39cd9e2cadc5 04:37:56 (5/5) Installing zeromq (4.3.2-r0) 04:37:57 Executing busybox-1.31.1-r16.trigger 04:37:57 OK: 8 MiB in 19 packages 04:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:57 Removing intermediate container 4a9e0b0ebc07 04:37:57 ---> ee8a6c92883c 04:37:57 Successfully built ee8a6c92883c 04:37:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] } 04:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 04:37:58 (1/33) Installing libbz2 (1.0.8-r1) 04:37:58 (2/33) Installing expat (2.2.9-r1) 04:37:58 (3/33) Installing libffi (3.3-r2) 04:37:58 (4/33) Installing gdbm (1.13-r1) [Pipeline] isUnix [Pipeline] sh 04:37:58 (5/33) Installing xz-libs (5.2.5-r0) 04:37:58 (6/33) Installing sqlite-libs (3.32.1-r0) 04:37:58 (7/33) Installing python3 (3.8.5-r0) 04:37:58 + docker inspect -f . ci-base-image-arm64 04:37:58 . [Pipeline] withDockerContainer 04:37:58 prd-ubuntu18.04-docker-arm64-4c-16g-1772 does not seem to be running inside a container 04:37:59 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:38:00 $ docker top 4cac98ed2a6df179592b783bdaefce3110f58cae211cd58dde2ff958cf9a5d83 -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:01 + go version 04:38:01 go version go1.13.13 linux/arm64 [Pipeline] echo 04:38:01 ========================================================= 04:38:01 [edgeXBuildGoParallel] Running Tests and Build... 04:38:01 ========================================================= [Pipeline] sh 04:38:02 + make test 04:38:02 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:38:04 ? github.com/edgexfoundry/edgex-go [no test files] 04:38:08 (8/33) Installing py3-appdirs (1.4.4-r1) 04:38:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:38:08 (10/33) Installing py3-parsing (2.4.7-r0) 04:38:08 (11/33) Installing py3-six (1.15.0-r0) 04:38:08 (12/33) Installing py3-packaging (20.4-r0) 04:38:08 (13/33) Installing py3-setuptools (47.0.0-r0) 04:38:08 (14/33) Installing py3-chardet (3.0.4-r4) 04:38:08 (15/33) Installing py3-idna (2.9-r0) 04:38:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:38:09 Removing intermediate container acf25d1d8009 04:38:09 ---> a23308e02794 04:38:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:38:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:38:09 (18/33) Installing py3-requests (2.23.0-r0) 04:38:09 (19/33) Installing py3-msgpack (1.0.0-r0) 04:38:10 (20/33) Installing py3-lockfile (0.12.2-r3) 04:38:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:38:10 (22/33) Installing py3-colorama (0.4.3-r0) 04:38:11 (23/33) Installing py3-distlib (0.3.0-r0) 04:38:12 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:38:12 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:38:12 (24/33) Installing py3-distro (1.5.0-r1) 04:38:12 (25/33) Installing py3-webencodings (0.5.1-r3) 04:38:12 ---> 29e3a1ac3225 04:38:12 Step 3/21 : WORKDIR /edgex-go 04:38:12 ---> 29e3a1ac3225 04:38:12 Step 3/21 : WORKDIR /edgex-go 04:38:12 (26/33) Installing py3-html5lib (1.0.1-r4) 04:38:13 ---> Using cache 04:38:13 ---> 3a8b474e1050 04:38:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:13 ---> Using cache 04:38:13 ---> 3a8b474e1050 04:38:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:13 ---> Using cache 04:38:13 ---> 679cac6033d2 04:38:13 Step 5/21 : RUN apk update && apk add make git 04:38:13 ---> Using cache 04:38:13 ---> 679cac6033d2 04:38:13 Step 5/21 : RUN apk update && apk add make git 04:38:14 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:38:14 ---> 29e3a1ac3225 04:38:14 Step 3/26 : WORKDIR /edgex-go 04:38:14 ---> Using cache 04:38:14 ---> 3a8b474e1050 04:38:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:14 ---> Using cache 04:38:14 ---> 679cac6033d2 04:38:14 Step 5/26 : RUN apk update && apk add make git 04:38:15 (27/33) Installing py3-pytoml (0.1.21-r0) 04:38:15 (28/33) Installing py3-pep517 (0.8.2-r0) 04:38:15 (29/33) Installing py3-progress (1.5-r0) 04:38:15 (30/33) Installing py3-toml (0.10.1-r0) 04:38:15 (31/33) Installing py3-retrying (1.3.3-r0) 04:38:16 ---> f8c00e115486 04:38:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:38:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:38:16 (33/33) Installing py3-pip (20.1.1-r0) 04:38:17 ---> Running in 0d8d380c8b89 04:38:17 ---> Running in 479ab65d7a43 04:38:17 ---> Running in 6fe976c3c6fa 04:38:17 Executing busybox-1.31.1-r16.trigger 04:38:17 OK: 71 MiB in 55 packages 04:38:17 ---> 1790824e74eb 04:38:17 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:38:18 ---> b259e04dda31 04:38:18 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:18 ---> Running in ae67a7173d26 04:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:18 Removing intermediate container ae67a7173d26 04:38:18 ---> f0b4761ca00c 04:38:18 Step 20/22 : LABEL arch=x86_64 04:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:18 ---> Running in 00156f5912a5 04:38:19 Removing intermediate container 00156f5912a5 04:38:19 ---> 2b460a4d71a4 04:38:19 Step 21/22 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:38:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:20 ---> Running in 154c8b96a4ff 04:38:20 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:20 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:20 OK: 12749 distinct packages available 04:38:20 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:20 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:20 OK: 12749 distinct packages available 04:38:20 OK: 233 MiB in 51 packages 04:38:20 OK: 233 MiB in 51 packages 04:38:20 Removing intermediate container 154c8b96a4ff 04:38:20 ---> cc3f505c8449 04:38:20 Step 22/22 : LABEL version=0.0.0 04:38:21 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:21 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:21 OK: 12749 distinct packages available 04:38:21 ---> Running in 509a00596dfa 04:38:21 OK: 233 MiB in 51 packages 04:38:23 Removing intermediate container 509a00596dfa 04:38:23 ---> ef262d9debb8 04:38:23 04:38:23 Successfully built ef262d9debb8 04:38:23 Successfully tagged docker-core-data-go:latest 04:38:23  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 04:38:27 Removing intermediate container 6fe976c3c6fa 04:38:27 ---> b6d684a157d9 04:38:27 Step 6/26 : COPY go.mod . 04:38:29 Removing intermediate container 479ab65d7a43 04:38:29 ---> 08e927e047ea 04:38:29 Step 6/21 : COPY go.mod . 04:38:31 Removing intermediate container 0d8d380c8b89 04:38:31 ---> 2509303c992e 04:38:31 Step 6/21 : COPY go.mod . 04:38:31 ---> 10d5efe49efd 04:38:31 Step 7/26 : RUN go mod download 04:38:31 Removing intermediate container 39cd9e2cadc5 04:38:31 ---> 0d0f583581f2 04:38:31 Step 21/26 : RUN pip install docker-compose==1.23.2 04:38:31 ---> 2e61c3fda955 04:38:31 Step 7/21 : RUN go mod download 04:38:32 ---> f5607c00e635 04:38:32 Step 7/21 : RUN go mod download 04:38:32 ---> Running in 97a37030601e 04:38:33 ---> Running in 84cd95926c30 04:38:33 ---> Running in f04f4831ba04 04:38:33 ---> Running in 18c80d07424b 04:38:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:38:37 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:37 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:38:37 ---> 29e3a1ac3225 04:38:37 Step 3/29 : WORKDIR /edgex-go 04:38:37 ---> Using cache 04:38:37 ---> 3a8b474e1050 04:38:37 Step 4/29 : RUN apk update && apk add make git 04:38:38 ---> Running in 56fd77b9831d 04:38:38 Removing intermediate container 18c80d07424b 04:38:38 ---> 4c49abe5ccf0 04:38:38 Step 8/21 : COPY . . 04:38:38 Removing intermediate container f04f4831ba04 04:38:38 ---> c9cf44f88d1d 04:38:38 Step 8/21 : COPY . . 04:38:38 Removing intermediate container 97a37030601e 04:38:38 ---> 2777853ce774 04:38:38 Step 8/26 : COPY . . 04:38:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:41 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:41 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:41 OK: 12749 distinct packages available 04:38:42 OK: 233 MiB in 51 packages 04:38:46 Collecting docker-compose==1.23.2 04:38:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:38:47 Collecting PyYAML<4,>=3.10 04:38:47 Downloading PyYAML-3.13.tar.gz (270 kB) 04:38:52 Removing intermediate container 56fd77b9831d 04:38:52 ---> c2faa9a41914 04:38:52 Step 5/29 : COPY go.mod . 04:38:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:38:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:38:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:38:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:38:52 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.064s 04:38:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:38:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:38:52 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:38:53 Collecting docopt<0.7,>=0.6.1 04:38:53 Downloading docopt-0.6.2.tar.gz (25 kB) 04:38:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:38:55 Collecting dockerpty<0.5,>=0.4.1 04:38:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:38:56 ---> 741e921d6b80 04:38:56 Step 6/29 : RUN go mod download 04:38:56 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:38:58 ---> Running in 88ca44679a29 04:38:58 Collecting cached-property<2,>=1.2.0 04:38:58 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:38:58 Collecting texttable<0.10,>=0.9.0 04:38:58 Downloading texttable-0.9.1.tar.gz (11 kB) 04:39:00 Collecting docker<4.0,>=3.6.0 04:39:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:39:00 Collecting jsonschema<3,>=2.5.1 04:39:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:39:01 Collecting websocket-client<1.0,>=0.32.0 04:39:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:39:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:39:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:39:02 Collecting docker-pycreds>=0.4.0 04:39:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:39:02 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:39:02 Collecting idna<2.8,>=2.5 04:39:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:39:03 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:39:03 Collecting urllib3<1.25,>=1.21.1 04:39:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:39:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:39:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:39:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:39:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:39:04 Installing collected packages: PyYAML, docopt, dockerpty, cached-property, texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, docker-compose 04:39:04 Running setup.py install for PyYAML: started 04:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements 04:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:39:07 Running setup.py install for PyYAML: finished with status 'done' 04:39:07 Running setup.py install for docopt: started 04:39:07 Removing intermediate container 88ca44679a29 04:39:07 ---> 61a8b50e6d54 04:39:07 Step 7/29 : COPY . . 04:39:08 Running setup.py install for docopt: finished with status 'done' 04:39:08 Running setup.py install for dockerpty: started 04:39:08 Running setup.py install for dockerpty: finished with status 'done' 04:39:08 Running setup.py install for texttable: started 04:39:09 ---> 799cdc56aefc 04:39:09 Step 9/21 : RUN make cmd/core-command/core-command 04:39:09 ---> 5b0b31047c3b 04:39:09 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:39:09 Running setup.py install for texttable: finished with status 'done' 04:39:09 Attempting uninstall: idna 04:39:09 Found existing installation: idna 2.9 04:39:10 Uninstalling idna-2.9: 04:39:10 Successfully uninstalled idna-2.9 04:39:10 ---> 1baaaf4511b7 04:39:10 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:39:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.2% of statements 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:39:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:39:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:39:12 Attempting uninstall: urllib3 04:39:12 Found existing installation: urllib3 1.25.9 04:39:12 Uninstalling urllib3-1.25.9: 04:39:12 ---> Running in c9c099823f6a 04:39:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.375s coverage: 77.5% of statements 04:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:39:13 ---> Running in 3bb2255c1739 04:39:13 Successfully uninstalled urllib3-1.25.9 04:39:13 ---> Running in 038b93b5e4e7 04:39:13 Attempting uninstall: requests 04:39:13 Found existing installation: requests 2.23.0 04:39:13 Uninstalling requests-2.23.0: 04:39:13 Successfully uninstalled requests-2.23.0 04:39:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:39:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:39:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:39:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements 04:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:39:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.053s coverage: 100.0% of statements 04:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:39:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 04:39:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.078s coverage: 89.8% of statements 04:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:39:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:39:20 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:39:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.116s coverage: 100.0% of statements 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:39:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.271s coverage: 63.5% of statements 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 04:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.309s coverage: 55.9% of statements 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:39:29 Removing intermediate container 84cd95926c30 04:39:29 ---> ea68c477556d 04:39:29 Step 22/26 : RUN apk --no-cache add curl 04:39:30 ---> Running in b6ef111d20c9 04:39:31 ---> a0ef15175718 04:39:31 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:39:31 ---> Running in c1d9deb0946c 04:39:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:39:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:39:32 (2/3) Installing libcurl (7.69.1-r0) 04:39:32 (3/3) Installing curl (7.69.1-r0) 04:39:32 Executing busybox-1.31.1-r16.trigger 04:39:32 OK: 72 MiB in 58 packages 04:39:34 Removing intermediate container b6ef111d20c9 04:39:34 ---> f717c77acb4f 04:39:34 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:34 ---> Running in 4eb0dd42a6ff 04:39:34 Removing intermediate container 4eb0dd42a6ff 04:39:34 ---> 7901e1b1cb44 04:39:34 Step 24/26 : LABEL arch=x86_64 04:39:34 ---> Running in 9ee7b8ae8283 04:39:35 Removing intermediate container 9ee7b8ae8283 04:39:35 ---> df1b61eeeea2 04:39:35 Step 25/26 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:39:35 ---> Running in 4dbaaca282cc 04:39:35 Removing intermediate container 4dbaaca282cc 04:39:35 ---> 28c8e43582c1 04:39:35 Step 26/26 : LABEL version=0.0.0 04:39:35 ---> Running in 9b4c96047201 04:39:36 Removing intermediate container 9b4c96047201 04:39:36 ---> 1dada1141b65 04:39:36 04:39:36 Successfully built 1dada1141b65 04:39:36 Successfully tagged docker-sys-mgmt-agent-go:latest 04:39:36  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go 04:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.447s coverage: 86.3% of statements 04:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.015s coverage: 72.2% of statements 04:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.447s coverage: 72.1% of statements 04:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.030s coverage: 82.4% of statements 04:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.023s coverage: 48.4% of statements 04:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.042s coverage: 28.8% of statements 04:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.072s coverage: 96.8% of statements 04:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 26.9% of statements 04:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.1% of statements 04:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 04:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.086s coverage: 42.9% of statements 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.093s coverage: 100.0% of statements 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.039s coverage: 83.8% of statements 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:39:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.192s coverage: 46.1% of statements 04:39:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:39:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:39:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements 04:39:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:39:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:39:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:39:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 04:39:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:39:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.088s coverage: 100.0% of statements 04:39:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:39:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.194s coverage: 29.1% of statements 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:39:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:39:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.025s coverage: 100.0% of statements 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:39:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 04:39:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.021s coverage: 100.0% of statements 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:39:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements 04:39:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:39:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.023s coverage: 100.0% of statements 04:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 04:39:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:39:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements 04:39:56 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:39:56 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:39:56 ---> 29e3a1ac3225 04:39:56 Step 3/20 : WORKDIR /edgex-go 04:39:56 ---> Using cache 04:39:56 ---> 3a8b474e1050 04:39:56 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:56 ---> Using cache 04:39:56 ---> 679cac6033d2 04:39:56 Step 5/20 : RUN apk update && apk add make git 04:39:56 ---> Using cache 04:39:56 ---> 2509303c992e 04:39:56 Step 6/20 : COPY go.mod . 04:39:56 ---> Using cache 04:39:56 ---> f5607c00e635 04:39:56 Step 7/20 : RUN go mod download 04:39:56 ---> Using cache 04:39:56 ---> 4c49abe5ccf0 04:39:56 Step 8/20 : COPY . . 04:39:56 ---> Using cache 04:39:56 ---> 1baaaf4511b7 04:39:56 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:39:56 GO111MODULE=on go vet ./... 04:39:58 ---> Running in 06ce5bd46484 04:39:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:39:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:40:04 Removing intermediate container c9c099823f6a 04:40:04 ---> 02ae0d7fb23d 04:40:04 04:40:04 Step 10/21 : FROM scratch 04:40:04 ---> 04:40:04 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:40:05 ---> Using cache 04:40:05 ---> 9bfbf4d73780 04:40:05 Step 12/21 : ENV APP_PORT=48082 04:40:05 Removing intermediate container 038b93b5e4e7 04:40:05 ---> ce022b98da8c 04:40:05 04:40:05 Step 10/21 : FROM scratch 04:40:05 ---> 04:40:05 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:40:05 ---> Using cache 04:40:05 ---> 9bfbf4d73780 04:40:05 Step 12/21 : ENV APP_PORT=48081 04:40:06 ---> Running in 78ce1e1aa2d8 04:40:06 ---> Running in a67acf40f1e0 04:40:06 Removing intermediate container c1d9deb0946c 04:40:06 ---> 7000a79add0b 04:40:06 04:40:06 Step 9/29 : FROM alpine:latest 04:40:06 ---> a24bb4013296 04:40:06 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:40:06 ---> Running in 207ce26585f7 04:40:06 Removing intermediate container a67acf40f1e0 04:40:06 ---> 928eb43fb3ba 04:40:06 Step 13/21 : EXPOSE $APP_PORT 04:40:06 Removing intermediate container 78ce1e1aa2d8 04:40:06 ---> c53027fb4394 04:40:06 Step 13/21 : EXPOSE $APP_PORT 04:40:07 ---> Running in fa0ddf9bd9a2 04:40:07 ---> Running in 7aa13f8bca17 04:40:09 Removing intermediate container 207ce26585f7 04:40:09 ---> 1d845ede52c8 04:40:09 Step 11/29 : USER root 04:40:09 Removing intermediate container 3bb2255c1739 04:40:09 ---> 5f758da74e83 04:40:09 04:40:09 Step 10/26 : FROM alpine:3.10 04:40:09 ---> Running in 01205d17e40b 04:40:09 Removing intermediate container 7aa13f8bca17 04:40:09 ---> 22114bb4adfe 04:40:09 Step 14/21 : WORKDIR / 04:40:09 Removing intermediate container fa0ddf9bd9a2 04:40:09 ---> 099d125f7430 04:40:09 Step 14/21 : WORKDIR / 04:40:09 ---> Running in c2549cea6563 04:40:09 3.10: Pulling from library/alpine 04:40:09 ---> Running in 639f0c08c81c 04:40:09 Removing intermediate container 01205d17e40b 04:40:09 ---> 47c0c184ee32 04:40:09 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:40:11 ---> Running in bf54f92eb810 04:40:11 Removing intermediate container c2549cea6563 04:40:11 ---> 697e489a892c 04:40:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:40:11 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:40:11 Removing intermediate container 639f0c08c81c 04:40:11 ---> ed508fbc0f7c 04:40:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:40:11 Status: Downloaded newer image for alpine:3.10 04:40:11 ---> be4e4bea2c2e 04:40:11 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:40:11 ---> Running in fcfd1d8fdcc6 04:40:11 ---> 176e5d2e32b3 04:40:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:40:11 ---> 68694dc463cc 04:40:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:40:12 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:40:12 v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:40:12 OK: 12749 distinct packages available 04:40:12 ---> 235dad02e02b 04:40:12 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:40:12 ---> 1c6a3b9291d9 04:40:12 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:40:12 (1/2) Installing ca-certificates (20191127-r4) 04:40:12 (2/2) Installing dumb-init (1.2.2-r1) 04:40:12 Executing busybox-1.31.1-r16.trigger 04:40:12 Executing ca-certificates-20191127-r4.trigger 04:40:12 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:40:12 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:40:12 OK: 10346 distinct packages available 04:40:13 OK: 6 MiB in 16 packages 04:40:13 (1/5) Installing ca-certificates (20191127-r2) 04:40:13 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:40:13 (3/5) Installing libcurl (7.66.0-r0) 04:40:13 (4/5) Installing curl (7.66.0-r0) 04:40:13 (5/5) Installing dumb-init (1.2.2-r1) 04:40:13 Executing busybox-1.30.1-r3.trigger 04:40:13 Executing ca-certificates-20191127-r2.trigger 04:40:13 OK: 7 MiB in 19 packages 04:40:14 ---> bdab4793d946 04:40:14 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:15 ---> Running in f6dd9d480a54 04:40:15 ---> cb40f4f7842e 04:40:15 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:15 gofmt -l . 04:40:15 ---> Running in b57d5c67b6c4 04:40:15 Removing intermediate container f6dd9d480a54 04:40:15 ---> 4429efbeecb1 04:40:15 Step 19/21 : LABEL arch=x86_64 04:40:16 [ "`gofmt -l .`" = "" ] 04:40:18 ./bin/test-go-mod-tidy.sh 04:40:18 ---> Running in 0b625b5c7b72 04:40:18 Removing intermediate container bf54f92eb810 04:40:18 ---> 5a353b1d0082 04:40:18 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:40:18 Removing intermediate container b57d5c67b6c4 04:40:18 ---> d47f5f9409ef 04:40:18 Step 19/21 : LABEL arch=x86_64 04:40:18 Removing intermediate container fcfd1d8fdcc6 04:40:18 ---> 9f79c25d9bd4 04:40:18 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:40:18 ---> Running in d752b5b00eda 04:40:18 ---> Running in 3e20f863936e 04:40:19 ./bin/test-attribution-txt.sh 04:40:19 Removing intermediate container 0b625b5c7b72 04:40:19 ---> 3efc38db4cd9 04:40:19 Step 20/21 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:40:19 ---> Running in dba09fa9e0cc 04:40:19 Removing intermediate container 06ce5bd46484 04:40:19 ---> 6f218d990eb0 04:40:19 04:40:19 Step 10/20 : FROM alpine 04:40:19 ---> a24bb4013296 04:40:19 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:40:19 ---> Running in 317b97ef9161 04:40:19 Removing intermediate container 3e20f863936e 04:40:19 ---> efeec8034496 04:40:19 Step 14/29 : WORKDIR $BASE_DIR 04:40:19 Removing intermediate container d752b5b00eda 04:40:19 ---> 0217d196a99e 04:40:19 Step 20/21 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:40:19 ---> Running in c347d75d3d13 04:40:19 ---> Running in 835689c7470b 04:40:19 Removing intermediate container dba09fa9e0cc 04:40:19 ---> c40f7ca2612e 04:40:19 Step 13/26 : WORKDIR / 04:40:20 ---> Running in b33a446ccb88 04:40:20 Removing intermediate container 317b97ef9161 04:40:20 ---> 22d4644cbac8 04:40:20 Step 21/21 : LABEL version=0.0.0 04:40:20 ---> Running in 2db9f54a2e3b 04:40:20 ---> Running in 5f2853c64c56 04:40:20 Removing intermediate container 835689c7470b 04:40:20 ---> c76976ff32b5 04:40:20 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:40:20 Removing intermediate container b33a446ccb88 04:40:20 ---> b7e04ad87458 04:40:20 Step 21/21 : LABEL version=0.0.0 04:40:20 ---> Running in dddf45b307d2 04:40:20 ---> Running in a3be584b4447 04:40:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:20 Removing intermediate container 2db9f54a2e3b 04:40:20 ---> 07fc516618b8 04:40:20 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:40:20 Removing intermediate container 5f2853c64c56 04:40:20 ---> 49d6e99d6fb0 04:40:20 04:40:20 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:40:20 v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:40:20 OK: 12749 distinct packages available 04:40:21 Removing intermediate container a3be584b4447 04:40:21 ---> 972085ff0077 04:40:21 04:40:21 ---> 327fd7dbe124 04:40:21 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:40:21 Successfully built 49d6e99d6fb0 04:40:21 Successfully tagged docker-core-command-go:latest 04:40:21  Building docker-core-command-go ... done (1/4) Installing ca-certificates (20191127-r4) 04:40:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:40:21 (3/4) Installing libcurl (7.69.1-r0) 04:40:21 (4/4) Installing curl (7.69.1-r0) 04:40:21 Executing busybox-1.31.1-r16.trigger 04:40:21 Executing ca-certificates-20191127-r4.trigger 04:40:21 OK: 7 MiB in 18 packages 04:40:21 Successfully built 972085ff0077 04:40:22 Successfully tagged docker-core-metadata-go:latest [Pipeline] sh 04:40:22  Building docker-core-metadata-go ... done  ---> a733792f2da0 04:40:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:40:23 + ls -al . 04:40:23 total 588 04:40:23 drwxrwxr-x 10 1001 1001 4096 Aug 1 04:40 . 04:40:23 drwxr-xr-x 4 root root 4096 Aug 1 04:37 .. 04:40:23 -rw-rw-r-- 1 1001 1001 11 Aug 1 04:36 .dockerignore 04:40:23 drwxrwxr-x 8 1001 1001 4096 Aug 1 04:36 .git 04:40:23 drwxrwxr-x 3 1001 1001 4096 Aug 1 04:36 .github 04:40:23 -rw-rw-r-- 1 1001 1001 932 Aug 1 04:36 .gitignore 04:40:23 drwxrwxr-x 3 1001 1001 4096 Aug 1 04:36 .semver 04:40:23 -rw-rw-r-- 1 1001 1001 166 Aug 1 04:36 .sonarcloud.properties 04:40:23 -rw-rw-r-- 1 1001 1001 3804 Aug 1 04:36 CONTRIBUTING.md 04:40:23 -rw-rw-r-- 1 1001 1001 1035 Aug 1 04:36 Dockerfile.build 04:40:23 -rw-rw-r-- 1 1001 1001 865 Aug 1 04:36 Jenkinsfile 04:40:23 -rw-rw-r-- 1 1001 1001 10775 Aug 1 04:36 LICENSE 04:40:23 -rw-rw-r-- 1 1001 1001 6237 Aug 1 04:36 Makefile 04:40:23 -rw-rw-r-- 1 1001 1001 5652 Aug 1 04:36 README.md 04:40:23 -rw-rw-r-- 1 1001 1001 7111 Aug 1 04:36 SECURITY.md 04:40:23 -rw-rw-r-- 1 1001 1001 5 Aug 1 04:32 VERSION 04:40:23 -rw-rw-r-- 1 1001 1001 4131 Aug 1 04:36 ZMQWindows.md 04:40:23 drwxrwxr-x 2 1001 1001 4096 Aug 1 04:36 bin 04:40:23 drwxrwxr-x 15 1001 1001 4096 Aug 1 04:36 cmd 04:40:23 -rw-r--r-- 1 root root 457515 Aug 1 04:39 coverage.out 04:40:23 -rw-r--r-- 1 root root 1019 Aug 1 04:40 go.mod 04:40:23 -rw-r--r-- 1 root root 19185 Aug 1 04:40 go.sum 04:40:23 drwxrwxr-x 8 1001 1001 4096 Aug 1 04:36 internal 04:40:23 drwxrwxr-x 4 1001 1001 4096 Aug 1 04:36 openapi 04:40:23 drwxrwxr-x 4 1001 1001 4096 Aug 1 04:36 snap 04:40:23 -rw-rw-r-- 1 1001 1001 168 Aug 1 04:36 version.go [Pipeline] sh 04:40:23 ---> d3e4bfe36de7 04:40:23 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:40:23 Removing intermediate container dddf45b307d2 04:40:23 ---> 49f99cbcf46b 04:40:23 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:40:23 Removing intermediate container c347d75d3d13 04:40:23 ---> 136a83c7ddf2 04:40:23 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:40:23 ---> Running in 9db0e6ec7498 04:40:23 + '[' -e coverage.out ] 04:40:23 + chown 1001:1001 coverage.out [Pipeline] stash 04:40:23 Warning: overwriting stash ‘coverage-report’ 04:40:23 ---> 5fbd50872736 04:40:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:40:23 Removing intermediate container 9db0e6ec7498 04:40:23 ---> aaeef52ad2f8 04:40:23 Step 13/20 : WORKDIR /edgex 04:40:24 ---> Running in 9fa5dbbc617e 04:40:24 ---> 17a3caa97fdf 04:40:24 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:40:24 Removing intermediate container 9fa5dbbc617e 04:40:24 ---> 128c6fbf238d 04:40:24 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:40:24 ---> 8171d313cbec 04:40:24 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:40:24 ---> 4f05f5aa92d5 04:40:24 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:40:24 Stashed 1 file(s) [Pipeline] sh 04:40:25 ---> b7da4edb6b55 04:40:25 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:40:25 ---> 2b1396b2f0fe 04:40:25 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:40:25 ---> 0bc91cfe7022 04:40:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:40:25 + make build 04:40:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:40:25 ---> 5b3e5f803fe5 04:40:25 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:40:25 ---> 8645b392e3a0 04:40:25 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:40:25 ---> 0d910d7f4628 04:40:25 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:40:25 ---> Running in f1d4465c95b1 04:40:25 ---> d1595d4f37c0 04:40:25 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:40:25 ---> Running in a9ab190a2851 04:40:26 ---> c92e13d2fd58 04:40:26 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:40:26 Removing intermediate container f1d4465c95b1 04:40:26 ---> e7f88cb4440d 04:40:26 Step 17/20 : CMD ["--init=true"] 04:40:26 ---> Running in ce8f9bcb0c6f 04:40:26 ---> Running in 60d088921e9b 04:40:26 Removing intermediate container 60d088921e9b 04:40:26 ---> ed822291fa7d 04:40:26 Step 18/20 : LABEL arch=x86_64 04:40:26 ---> Running in 5a55912134db 04:40:26 Removing intermediate container 5a55912134db 04:40:26 ---> 01902171db44 04:40:26 Step 19/20 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:40:27 ---> Running in 7489b22c115a 04:40:27 Removing intermediate container a9ab190a2851 04:40:27 ---> 3e129e2171fa 04:40:27 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:40:27 Removing intermediate container 7489b22c115a 04:40:27 ---> 12bf980409b8 04:40:27 Step 20/20 : LABEL version=0.0.0 04:40:27 ---> Running in 97cb92464a40 04:40:27 Removing intermediate container ce8f9bcb0c6f 04:40:27 ---> 61a341ab4e62 04:40:27 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:40:27 ---> 10b1abe32203 04:40:27 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:40:28 Removing intermediate container 97cb92464a40 04:40:28 ---> 48828de03618 04:40:28 04:40:28 ---> Running in 8794eb6095b1 04:40:28 Successfully built 48828de03618 04:40:28 ---> Running in 5c613435be96 04:40:28 Successfully tagged docker-security-proxy-setup-go:latest 04:40:28  Building docker-security-proxy-setup-go ... done Removing intermediate container 8794eb6095b1 04:40:28 ---> 44cf83f94722 04:40:28 Step 24/26 : LABEL arch=x86_64 04:40:28 ---> Running in 785e98566cf0 04:40:28 Removing intermediate container 785e98566cf0 04:40:28 ---> 84e91f91cd46 04:40:28 Step 25/26 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:40:28 ---> Running in 1c7c3c5a062a 04:40:28 Removing intermediate container 1c7c3c5a062a 04:40:28 ---> 5e3110f2b5ea 04:40:28 Step 26/26 : LABEL version=0.0.0 04:40:28 ---> Running in a4b4498651ff 04:40:29 Removing intermediate container 5c613435be96 04:40:29 ---> be819c28be2c 04:40:29 Step 24/29 : RUN chmod 755 security-secrets-setup 04:40:29 ---> Running in d09d76bec416 04:40:29 Removing intermediate container a4b4498651ff 04:40:29 ---> b88275a22d62 04:40:29 04:40:29 Successfully built b88275a22d62 04:40:29 Successfully tagged docker-security-secretstore-setup-go:latest 04:40:30  Building docker-security-secretstore-setup-go ... done Removing intermediate container d09d76bec416 04:40:30 ---> 39a95835e47f 04:40:30 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:40:30 ---> Running in 4f37cee03535 04:40:30 Removing intermediate container 4f37cee03535 04:40:30 ---> fe696bdde987 04:40:30 Step 26/29 : CMD [ "generate" ] 04:40:30 ---> Running in a249cccb9a20 04:40:30 Removing intermediate container a249cccb9a20 04:40:30 ---> bc1169e1b4cc 04:40:30 Step 27/29 : LABEL arch=x86_64 04:40:30 ---> Running in 7417ec53e37b 04:40:31 Removing intermediate container 7417ec53e37b 04:40:31 ---> b231ea0331e6 04:40:31 Step 28/29 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:40:31 ---> Running in 86cb950424dc 04:40:31 Removing intermediate container 86cb950424dc 04:40:31 ---> d098b9f66b09 04:40:31 Step 29/29 : LABEL version=0.0.0 04:40:31 ---> Running in 0cd8de40e8c4 04:40:31 Removing intermediate container 0cd8de40e8c4 04:40:31 ---> 08fa3955419c 04:40:31 04:40:31 Successfully built 08fa3955419c 04:40:31 Successfully tagged docker-security-secrets-setup-go:latest 04:40:32  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:40:32 $ docker stop --time=1 10ca1aff7c2b7b0f6d1f2b0da7f49a97d3333eac46d17dc47bf6c78af1e24e4f 04:40:33 $ docker rm -f 10ca1aff7c2b7b0f6d1f2b0da7f49a97d3333eac46d17dc47bf6c78af1e24e4f [Pipeline] // withDockerContainer [Pipeline] sh 04:40:34 + docker images 04:40:34 + grep docker 04:40:34 docker-security-secrets-setup-go latest 08fa3955419c 3 seconds ago 25.1MB 04:40:34 docker-security-secretstore-setup-go latest b88275a22d62 5 seconds ago 33.9MB 04:40:34 docker-security-proxy-setup-go latest 48828de03618 7 seconds ago 16.4MB 04:40:34 docker-core-metadata-go latest 972085ff0077 14 seconds ago 14.4MB 04:40:34 docker-core-command-go latest 49d6e99d6fb0 14 seconds ago 13MB 04:40:34 docker-sys-mgmt-agent-go latest 1dada1141b65 59 seconds ago 284MB 04:40:34 docker-core-data-go latest ef262d9debb8 2 minutes ago 24.4MB 04:40:34 docker-support-notifications-go latest c9e11bd5371b 2 minutes ago 14.5MB 04:40:34 docker-support-scheduler-go latest 8f94467e2782 2 minutes ago 13.1MB 04:40:34 docker-support-logging-go latest c4c193c3596e 2 minutes ago 11.8MB 04:40:34 docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:40:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:40:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:41:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:41:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:41:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:41:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:41:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:41:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:41:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:41: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 04:41:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:41:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:41:44 $ docker stop --time=1 4cac98ed2a6df179592b783bdaefce3110f58cae211cd58dde2ff958cf9a5d83 04:41:46 $ docker rm -f 4cac98ed2a6df179592b783bdaefce3110f58cae211cd58dde2ff958cf9a5d83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:48 04:41:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:41:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:48 latest: Pulling from edgex-devops/edgex-compose-arm64 04:41:48 29e5d40040c1: Pulling fs layer 04:41:48 1ce36da41761: Pulling fs layer 04:41:48 25b303627fd3: Pulling fs layer 04:41:48 29e5d40040c1: Verifying Checksum 04:41:48 29e5d40040c1: Download complete 04:41:49 1ce36da41761: Verifying Checksum 04:41:49 1ce36da41761: Download complete 04:41:49 29e5d40040c1: Pull complete 04:41:50 25b303627fd3: Verifying Checksum 04:41:50 25b303627fd3: Download complete 04:41:50 1ce36da41761: Pull complete 04:42:01 25b303627fd3: Pull complete 04:42:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:42:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:42:01 prd-ubuntu18.04-docker-arm64-4c-16g-1772 does not seem to be running inside a container 04:42:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 04:42:04 $ docker top d29f5d774ca9edf0714e1d071524d65c7ebc4c9ba85cbce39d0aa94e0abb12aa -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:06 + docker-compose build --help 04:42:06 + grep parallel 04:42:09 --parallel Build images in parallel. [Pipeline] } 04:42:09 $ docker stop --time=1 d29f5d774ca9edf0714e1d071524d65c7ebc4c9ba85cbce39d0aa94e0abb12aa 04:42:11 $ docker rm -f d29f5d774ca9edf0714e1d071524d65c7ebc4c9ba85cbce39d0aa94e0abb12aa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:12 . [Pipeline] withDockerContainer 04:42:12 prd-ubuntu18.04-docker-arm64-4c-16g-1772 does not seem to be running inside a container 04:42:13 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:42:14 $ docker top 719df221658c8fc565b5da19fbbf3a8531d7d49054deb2f72bd5dcd31ca88026 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:15 + docker-compose -f ./docker-compose-build.yml build --parallel 04:42:19 Building docker-core-command-go ... 04:42:19 Building docker-core-data-go ... 04:42:19 Building docker-core-metadata-go ... 04:42:19 Building docker-security-proxy-setup-go ... 04:42:19 Building docker-security-secrets-setup-go ... 04:42:19 Building docker-security-secretstore-setup-go ... 04:42:19 Building docker-support-logging-go ... 04:42:19 Building docker-support-notifications-go ... 04:42:19 Building docker-support-scheduler-go ... 04:42:19 Building docker-sys-mgmt-agent-go ... 04:42:19 Building docker-support-scheduler-go 04:42:19 Building docker-core-data-go 04:42:19 Building docker-support-notifications-go 04:42:19 Building docker-sys-mgmt-agent-go 04:42:19 Building docker-support-logging-go 04:44:11 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:44:11 ---> ee8a6c92883c 04:44:11 Step 3/23 : WORKDIR /edgex-go 04:44:11 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:44:11 ---> ee8a6c92883c 04:44:11 Step 3/22 : WORKDIR /edgex-go 04:44:11 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:44:11 ---> ee8a6c92883c 04:44:11 Step 3/21 : WORKDIR /edgex-go 04:44:11 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:44:11 ---> ee8a6c92883c 04:44:11 Step 3/20 : WORKDIR /edgex-go 04:44:11 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:44:11 ---> ee8a6c92883c 04:44:11 Step 3/26 : WORKDIR /edgex-go 04:44:13 ---> Running in 3086e83d8f25 04:44:13 ---> Running in 85d376e64d0c 04:44:13 ---> Running in 821b0bf5f3ae 04:44:13 ---> Running in 49d593b0f367 04:44:13 ---> Running in 3f67f6086efd 04:44:14 Removing intermediate container 3f67f6086efd 04:44:14 ---> 0b81afba8fdf 04:44:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:14 Removing intermediate container 821b0bf5f3ae 04:44:14 ---> f815d74b2a13 04:44:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:14 Removing intermediate container 85d376e64d0c 04:44:14 ---> 3660d00166ea 04:44:14 Removing intermediate container 3086e83d8f25 04:44:14 ---> 6415e60a9f7d 04:44:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:14 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:14 Removing intermediate container 49d593b0f367 04:44:14 ---> 10edfd2e63cf 04:44:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:14 ---> Running in 8d27f1a10a3a 04:44:14 ---> Running in 5393c9c7cc93 04:44:14 ---> Running in d037ba5908a8 04:44:14 ---> Running in fc5a5d3666ca 04:44:14 ---> Running in 4e6aae249f67 04:44:19 Removing intermediate container 8d27f1a10a3a 04:44:19 ---> 6171bc8899ab 04:44:19 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:44:19 ---> Running in 5efec4163917 04:44:19 Removing intermediate container d037ba5908a8 04:44:19 ---> a71e3d34a6fa 04:44:19 Step 5/20 : RUN apk update && apk add make git 04:44:19 ---> Running in 701a0f3d470d 04:44:19 Removing intermediate container fc5a5d3666ca 04:44:19 ---> e04eac1e2664 04:44:19 Step 5/26 : RUN apk update && apk add make bash git 04:44:19 Removing intermediate container 4e6aae249f67 04:44:19 ---> eb3bea6e175b 04:44:19 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:44:19 ---> Running in 832b7930344b 04:44:19 Removing intermediate container 5393c9c7cc93 04:44:19 ---> 27ee0249d9bc 04:44:19 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:44:19 ---> Running in f03d949f6dcd 04:44:19 ---> Running in b69853a29c28 04:44:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:22 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:22 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:22 OK: 12620 distinct packages available 04:44:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:23 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:23 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:23 OK: 12620 distinct packages available 04:44:23 OK: 217 MiB in 51 packages 04:44:23 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:23 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:23 OK: 12620 distinct packages available 04:44:24 OK: 217 MiB in 51 packages 04:44:24 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:24 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:24 OK: 12620 distinct packages available 04:44:24 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:24 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:24 OK: 12620 distinct packages available 04:44:24 OK: 217 MiB in 51 packages 04:44:24 OK: 217 MiB in 51 packages 04:44:24 OK: 217 MiB in 51 packages 04:44:25 OK: 217 MiB in 51 packages 04:44:25 Removing intermediate container 701a0f3d470d 04:44:25 ---> deb541635292 04:44:25 Step 6/20 : COPY go.mod . 04:44:26 Removing intermediate container 5efec4163917 04:44:26 ---> c1b8b17a735d 04:44:26 Step 6/21 : COPY go.mod . 04:44:26 Removing intermediate container 832b7930344b 04:44:26 ---> 1c011a3b59f6 04:44:26 Step 6/26 : COPY go.mod . 04:44:26 ---> ac27efb7ae73 04:44:26 Step 7/20 : RUN go mod download 04:44:27 Removing intermediate container b69853a29c28 04:44:27 ---> f039cd28e7b4 04:44:27 Step 6/23 : COPY go.mod . 04:44:27 ---> Running in f6d2687ed42c 04:44:27 Removing intermediate container f03d949f6dcd 04:44:27 ---> 0c629e76309c 04:44:27 Step 6/22 : COPY go.mod . 04:44:27 ---> d4fc1319ea42 04:44:27 Step 7/21 : RUN go mod download 04:44:27 ---> 80ba439c26e9 04:44:27 Step 7/26 : RUN go mod download 04:44:27 ---> Running in d6bb4038074d 04:44:28 ---> Running in 4f4307a7a52b 04:44:28 ---> 0483c72fc92a 04:44:28 Step 7/23 : RUN go mod download 04:44:28 ---> 34546cc68a63 04:44:28 Step 7/22 : RUN go mod download 04:44:28 ---> Running in 8e4a9406f112 04:44:28 ---> Running in 8e6807685a28 04:44:32 Removing intermediate container f6d2687ed42c 04:44:32 ---> 527005fab986 04:44:32 Step 8/20 : COPY . . 04:44:32 Removing intermediate container d6bb4038074d 04:44:32 ---> 8bb2070fe41a 04:44:32 Step 8/21 : COPY . . 04:44:32 Removing intermediate container 4f4307a7a52b 04:44:32 ---> aa90ce92770c 04:44:32 Step 8/26 : COPY . . 04:44:33 Removing intermediate container 8e4a9406f112 04:44:33 ---> 14943b51947e 04:44:33 Step 8/23 : COPY . . 04:44:34 Removing intermediate container 8e6807685a28 04:44:34 ---> 25dbf7584b02 04:44:34 Step 8/22 : COPY . . 04:45:06 ---> b73a5dbcd3c5 04:45:06 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:45:06 ---> c41e40c1e3f1 04:45:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:45:06 ---> 330ba80f5fa1 04:45:06 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:45:06 ---> Running in cb3d1e1e88ef 04:45:06 ---> 514b6246ec5d 04:45:06 Step 9/21 : RUN make cmd/support-logging/support-logging 04:45:06 ---> Running in 6de35122bca7 04:45:06 ---> 2f5a9e815d81 04:45:06 Step 9/22 : RUN make cmd/core-data/core-data 04:45:06 ---> Running in 6019c76d0c92 04:45:06 ---> Running in 060f229ea1f5 04:45:06 ---> Running in 6542b21f98b1 04:45:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:45:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:45:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:45:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:45:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:46:44 Removing intermediate container 6de35122bca7 04:46:44 ---> f7e0d85003ef 04:46:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:46:44 ---> Running in d2a91ac92021 04:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:46:50 Removing intermediate container d2a91ac92021 04:46:50 ---> ac3f9ce58ad3 04:46:50 04:46:50 Step 11/26 : FROM docker:latest 04:46:50 ---> ce9d55ae87f1 04:46:50 Step 12/26 : RUN apk add --no-cache bash 04:46:50 ---> Running in 39c53b64715c 04:46:50 Removing intermediate container 060f229ea1f5 04:46:50 ---> ced29d978925 04:46:50 04:46:50 Step 10/21 : FROM scratch 04:46:50 ---> 04:46:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:46:50 ---> Running in 2697d8c4d1dc 04:46:51 Removing intermediate container 2697d8c4d1dc 04:46:51 ---> bb36672dba38 04:46:51 Step 12/21 : ENV APP_PORT=48061 04:46:51 ---> Running in 7562e550a28f 04:46:52 Removing intermediate container 7562e550a28f 04:46:52 ---> 202264146e9f 04:46:52 Step 13/21 : EXPOSE $APP_PORT 04:46:52 ---> Running in 3ce70e0dc6b0 04:46:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:53 Removing intermediate container 3ce70e0dc6b0 04:46:53 ---> cdaaae7bb3dc 04:46:53 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:46:53 (1/2) Installing readline (8.0.4-r0) 04:46:53 (2/2) Installing bash (5.0.17-r0) 04:46:53 Executing bash-5.0.17-r0.post-install 04:46:53 Executing busybox-1.31.1-r16.trigger 04:46:53 OK: 12 MiB in 22 packages 04:46:54 ---> 04a600b19661 04:46:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:46:56 ---> 633076572b7f 04:46:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:46:56 Removing intermediate container 39c53b64715c 04:46:56 ---> 7a20ca96b366 04:46:56 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:46:56 ---> Running in c59ec2dbdf8a 04:46:59 ---> 1090c02a9cf1 04:46:59 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:47:01 ---> 0d60b18c2d4d 04:47:01 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:01 ---> Running in af516402c1a9 04:47:01 Removing intermediate container 6019c76d0c92 04:47:01 ---> 054885ef720c 04:47:01 04:47:01 Step 10/23 : FROM scratch 04:47:01 ---> 04:47:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:47:01 Removing intermediate container c59ec2dbdf8a 04:47:01 ---> 3c3f89c42326 04:47:01 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:47:01 ---> Using cache 04:47:01 ---> bb36672dba38 04:47:01 Step 12/23 : ENV APP_PORT=48060 04:47:02 ---> Running in 7d846d85f9c6 04:47:02 ---> Running in 8d8524ae6a4d 04:47:02 Removing intermediate container af516402c1a9 04:47:02 ---> f50b0bfe666d 04:47:02 Step 19/21 : LABEL arch=arm64 04:47:02 Removing intermediate container cb3d1e1e88ef 04:47:02 ---> 785401322f90 04:47:02 04:47:02 Step 10/20 : FROM scratch 04:47:02 ---> 04:47:02 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:02 ---> Running in 5a05c5eba393 04:47:02 Removing intermediate container 8d8524ae6a4d 04:47:02 ---> 20e9d0d3008d 04:47:02 Step 13/23 : EXPOSE $APP_PORT 04:47:02 ---> Running in 27ff5d67794b 04:47:03 ---> Running in 4caa38c9d01e 04:47:03 Removing intermediate container 7d846d85f9c6 04:47:03 ---> c476c7f8a85a 04:47:03 Step 15/26 : ENV APP_PORT=48090 04:47:03 ---> Running in c91128cb1b66 04:47:03 Removing intermediate container 5a05c5eba393 04:47:03 ---> e4ce25d0bc8e 04:47:03 Step 20/21 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:47:03 Removing intermediate container 27ff5d67794b 04:47:03 ---> 02814a126572 04:47:03 Step 12/20 : ENV APP_PORT=48085 04:47:03 ---> Running in a2a31845a22c 04:47:03 Removing intermediate container 4caa38c9d01e 04:47:03 ---> b01c00a57d50 04:47:03 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:47:03 ---> Running in 84ab5c336dba 04:47:04 Removing intermediate container c91128cb1b66 04:47:04 ---> 22edc98ef24e 04:47:04 Step 16/26 : EXPOSE $APP_PORT 04:47:04 ---> Running in 04c5e36b23c8 04:47:04 Removing intermediate container a2a31845a22c 04:47:04 ---> f1daa8d13e81 04:47:04 Step 21/21 : LABEL version=0.0.0 04:47:04 Removing intermediate container 84ab5c336dba 04:47:04 ---> a30dc86f828c 04:47:04 Step 13/20 : EXPOSE $APP_PORT 04:47:04 ---> Running in 1e323e4cdba8 04:47:04 ---> 00138d7885c8 04:47:04 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:47:04 ---> Running in a4bb4c702b72 04:47:05 Removing intermediate container 04c5e36b23c8 04:47:05 ---> 500e1a205697 04:47:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:47:05 Removing intermediate container 1e323e4cdba8 04:47:05 ---> 83f8619d69a4 04:47:05 04:47:05 Removing intermediate container a4bb4c702b72 04:47:05 ---> c549888c6e6a 04:47:05 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:47:06 Successfully built 83f8619d69a4 04:47:06 Successfully tagged docker-support-logging-go-arm64:latest 04:47:06  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go 04:47:07 ---> b385b03146b5 04:47:07 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:47:07 ---> d39130590cb5 04:47:07 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:47:07 ---> bce5751c656c 04:47:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:47:09 ---> d502fd539dc6 04:47:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:47:09 ---> 9f2ca966b70b 04:47:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:47:09 ---> ab794b9b5fb1 04:47:09 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:47:11 ---> b761e2236c32 04:47:11 Step 20/26 : RUN apk --no-cache add py-pip 04:47:11 ---> 74b8b792292b 04:47:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:47:11 ---> b882f038be55 04:47:11 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:11 ---> Running in 1bf691fb327c 04:47:12 ---> Running in b2172894a042 04:47:13 Removing intermediate container b2172894a042 04:47:13 ---> dee0fa47e72b 04:47:13 Step 18/20 : LABEL arch=arm64 04:47:13 ---> Running in 0e70a0df0d2a 04:47:14 ---> 2c5a8fae2d03 04:47:14 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:47:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:14 Removing intermediate container 0e70a0df0d2a 04:47:14 ---> e89274daee4f 04:47:14 Step 19/20 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:47:14 ---> Running in 82265db8f331 04:47:15 (1/33) Installing libbz2 (1.0.8-r1) 04:47:15 (2/33) Installing expat (2.2.9-r1) 04:47:15 (3/33) Installing libffi (3.3-r2) 04:47:15 ---> b7a0e85957eb 04:47:15 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:15 (4/33) Installing gdbm (1.13-r1) 04:47:15 (5/33) Installing xz-libs (5.2.5-r0) 04:47:15 (6/33) Installing sqlite-libs (3.32.1-r0) 04:47:15 (7/33) Installing python3 (3.8.5-r0) 04:47:15 ---> Running in 265a57027e99 04:47:16 Removing intermediate container 82265db8f331 04:47:16 ---> 452b1b07b6c7 04:47:16 Step 20/20 : LABEL version=0.0.0 04:47:16 Removing intermediate container 265a57027e99 04:47:16 ---> 856fc71ce512 04:47:16 Step 21/23 : LABEL arch=arm64 04:47:16 ---> Running in 4fa6f25a7d09 04:47:16 ---> Running in e642413ff979 04:47:17 (8/33) Installing py3-appdirs (1.4.4-r1) 04:47:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:47:17 (10/33) Installing py3-parsing (2.4.7-r0) 04:47:17 (11/33) Installing py3-six (1.15.0-r0) 04:47:17 (12/33) Installing py3-packaging (20.4-r0) 04:47:17 (13/33) Installing py3-setuptools (47.0.0-r0) 04:47:17 Removing intermediate container 4fa6f25a7d09 04:47:17 ---> 3ced69d89950 04:47:17 04:47:17 (14/33) Installing py3-chardet (3.0.4-r4) 04:47:17 (15/33) Installing py3-idna (2.9-r0) 04:47:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:47:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:47:17 (18/33) Installing py3-requests (2.23.0-r0) 04:47:17 (19/33) Installing py3-msgpack (1.0.0-r0) 04:47:17 (20/33) Installing py3-lockfile (0.12.2-r3) 04:47:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:47:17 (22/33) Installing py3-colorama (0.4.3-r0) 04:47:17 (23/33) Installing py3-distlib (0.3.0-r0) 04:47:17 (24/33) Installing py3-distro (1.5.0-r1) 04:47:17 (25/33) Installing py3-webencodings (0.5.1-r3) 04:47:17 Removing intermediate container e642413ff979 04:47:17 ---> 74fa67b36953 04:47:17 Step 22/23 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:47:17 (26/33) Installing py3-html5lib (1.0.1-r4) 04:47:17 (27/33) Installing py3-pytoml (0.1.21-r0) 04:47:18 (28/33) Installing py3-pep517 (0.8.2-r0) 04:47:18 (29/33) Installing py3-progress (1.5-r0) 04:47:18 (30/33) Installing py3-toml (0.10.1-r0) 04:47:18 (31/33) Installing py3-retrying (1.3.3-r0) 04:47:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:47:18 (33/33) Installing py3-pip (20.1.1-r0) 04:47:18 Executing busybox-1.31.1-r16.trigger 04:47:18 OK: 71 MiB in 55 packages 04:47:18 Successfully built 3ced69d89950 04:47:18 Successfully tagged docker-support-scheduler-go-arm64:latest 04:47:18  Building docker-support-scheduler-go ... done Building docker-core-command-go 04:47:18 ---> Running in df586f2c0fa3 04:47:19 Removing intermediate container df586f2c0fa3 04:47:19 ---> 8013b0de72da 04:47:19 Step 23/23 : LABEL version=0.0.0 04:47:20 Removing intermediate container 6542b21f98b1 04:47:20 ---> a41e1b8194c7 04:47:20 04:47:20 Step 10/22 : FROM alpine 04:47:20 ---> Running in 4c20af84bb7f 04:47:20 latest: Pulling from library/alpine 04:47:20 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:47:21 Status: Downloaded newer image for alpine:latest 04:47:21 ---> 62ee0e9f8440 04:47:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:21 Removing intermediate container 4c20af84bb7f 04:47:21 ---> eb0e777f2659 04:47:21 04:47:21 ---> Running in bc6154b4803a 04:47:22 Successfully built eb0e777f2659 04:47:22 Successfully tagged docker-support-notifications-go-arm64:latest 04:47:22  Building docker-support-notifications-go ... done Building docker-core-metadata-go 04:47:22 Removing intermediate container bc6154b4803a 04:47:22 ---> 9682e219eee9 04:47:22 Step 12/22 : ENV APP_PORT=48080 04:47:23 ---> Running in 0f08435cd459 04:47:23 Removing intermediate container 0f08435cd459 04:47:23 ---> 88fffb7d6c0f 04:47:23 Step 13/22 : EXPOSE $APP_PORT 04:47:24 ---> Running in 7b7d31be328c 04:47:25 Removing intermediate container 7b7d31be328c 04:47:25 ---> 58ce0b20f97a 04:47:25 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:25 ---> Running in a15a9becebb9 04:47:26 Removing intermediate container 1bf691fb327c 04:47:26 ---> 2b91db729bb4 04:47:26 Step 21/26 : RUN pip install docker-compose==1.23.2 04:47:27 ---> Running in eff54eca0647 04:47:30 Removing intermediate container a15a9becebb9 04:47:30 ---> 16c2c9a1cdf6 04:47:30 Step 15/22 : RUN apk --no-cache add zeromq 04:47:30 ---> Running in f1b43583e920 04:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:33 (1/5) Installing libgcc (9.3.0-r2) 04:47:33 (2/5) Installing libsodium (1.0.18-r0) 04:47:33 (3/5) Installing libstdc++ (9.3.0-r2) 04:47:33 (4/5) Installing libzmq (4.3.2-r0) 04:47:33 (5/5) Installing zeromq (4.3.2-r0) 04:47:34 Collecting docker-compose==1.23.2 04:47:34 Executing busybox-1.31.1-r16.trigger 04:47:34 OK: 8 MiB in 19 packages 04:47:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:47:36 Collecting PyYAML<4,>=3.10 04:47:36 Downloading PyYAML-3.13.tar.gz (270 kB) 04:47:37 Removing intermediate container f1b43583e920 04:47:37 ---> db9f5c8b71de 04:47:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:47:38 ---> 5924fc56f196 04:47:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:47:40 ---> f0ee8fcc52cd 04:47:40 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:47:40 Collecting docker<4.0,>=3.6.0 04:47:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:47:41 ---> 598f4f004eb9 04:47:41 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:41 Collecting texttable<0.10,>=0.9.0 04:47:41 Downloading texttable-0.9.1.tar.gz (11 kB) 04:47:41 ---> Running in cae1df56f4aa 04:47:42 Removing intermediate container cae1df56f4aa 04:47:42 ---> 41417420c214 04:47:42 Step 20/22 : LABEL arch=arm64 04:47:42 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:47:42 ---> ee8a6c92883c 04:47:42 Step 3/26 : WORKDIR /edgex-go 04:47:42 ---> Using cache 04:47:42 ---> 10edfd2e63cf 04:47:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:42 ---> Using cache 04:47:42 ---> e04eac1e2664 04:47:42 Step 5/26 : RUN apk update && apk add make git 04:47:43 ---> Running in 4c6d45162558 04:47:43 ---> Running in 70d200ba6ac0 04:47:44 Removing intermediate container 4c6d45162558 04:47:44 ---> b21ade98c8ef 04:47:44 Step 21/22 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:47:44 Collecting docopt<0.7,>=0.6.1 04:47:44 Downloading docopt-0.6.2.tar.gz (25 kB) 04:47:44 ---> Running in cca32cf2663c 04:47:45 Removing intermediate container cca32cf2663c 04:47:45 ---> 12976effe9fa 04:47:45 Step 22/22 : LABEL version=0.0.0 04:47:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:45 ---> Running in f3068b7eaf36 04:47:45 Removing intermediate container f3068b7eaf36 04:47:45 ---> 8859e24fe6b7 04:47:45 04:47:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:46 Successfully built 8859e24fe6b7 04:47:46 Successfully tagged docker-core-data-go-arm64:latest 04:47:46 Building docker-security-proxy-setup-go 04:47:46  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 04:47:46 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:47:46 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:46 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:46 OK: 12620 distinct packages available 04:47:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:47:47 OK: 217 MiB in 51 packages 04:47:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:47:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:47:49 Collecting jsonschema<3,>=2.5.1 04:47:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:47:49 Removing intermediate container 70d200ba6ac0 04:47:49 ---> b4109a8cb15b 04:47:49 Step 6/26 : COPY go.mod . 04:47:50 Collecting websocket-client<1.0,>=0.32.0 04:47:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:47:51 ---> 9b5996d26a2c 04:47:51 Step 7/26 : RUN go mod download 04:47:51 Collecting dockerpty<0.5,>=0.4.1 04:47:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:47:51 ---> Running in 4dced49aa2ee 04:47:54 Collecting docker-pycreds>=0.4.0 04:47:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:47:54 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:47:54 Collecting urllib3<1.25,>=1.21.1 04:47:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:47:55 Collecting idna<2.8,>=2.5 04:47:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:47:56 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:47:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:47:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:47:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:47:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:47:56 Removing intermediate container 4dced49aa2ee 04:47:56 ---> d6bfd0874ed4 04:47:56 Step 8/26 : COPY . . 04:47:57 Installing collected packages: PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, texttable, docopt, cached-property, jsonschema, dockerpty, docker-compose 04:47:57 Running setup.py install for PyYAML: started 04:47:59 Running setup.py install for PyYAML: finished with status 'done' 04:48:00 Attempting uninstall: urllib3 04:48:00 Found existing installation: urllib3 1.25.9 04:48:00 Uninstalling urllib3-1.25.9: 04:48:00 Successfully uninstalled urllib3-1.25.9 04:48:01 Attempting uninstall: idna 04:48:01 Found existing installation: idna 2.9 04:48:01 Uninstalling idna-2.9: 04:48:01 Successfully uninstalled idna-2.9 04:48:01 Attempting uninstall: requests 04:48:01 Found existing installation: requests 2.23.0 04:48:01 Uninstalling requests-2.23.0: 04:48:01 Successfully uninstalled requests-2.23.0 04:48:03 Running setup.py install for texttable: started 04:48:05 Running setup.py install for texttable: finished with status 'done' 04:48:05 Running setup.py install for docopt: started 04:48:07 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:48:07 ---> ee8a6c92883c 04:48:07 Step 3/21 : WORKDIR /edgex-go 04:48:07 ---> Using cache 04:48:07 ---> 10edfd2e63cf 04:48:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:07 ---> Using cache 04:48:07 ---> e04eac1e2664 04:48:07 Step 5/21 : RUN apk update && apk add make git 04:48:07 ---> Using cache 04:48:07 ---> b4109a8cb15b 04:48:07 Step 6/21 : COPY go.mod . 04:48:07 ---> Using cache 04:48:07 ---> 9b5996d26a2c 04:48:07 Step 7/21 : RUN go mod download 04:48:07 ---> Using cache 04:48:07 ---> d6bfd0874ed4 04:48:07 Step 8/21 : COPY . . 04:48:07 Running setup.py install for docopt: finished with status 'done' 04:48:08 Running setup.py install for dockerpty: started 04:48:10 Running setup.py install for dockerpty: finished with status 'done' 04:48:11 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:48:12 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:48:12 ---> ee8a6c92883c 04:48:12 Step 3/21 : WORKDIR /edgex-go 04:48:12 ---> Using cache 04:48:12 ---> 10edfd2e63cf 04:48:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:12 ---> Using cache 04:48:12 ---> e04eac1e2664 04:48:12 Step 5/21 : RUN apk update && apk add make git 04:48:12 ---> Using cache 04:48:12 ---> b4109a8cb15b 04:48:12 Step 6/21 : COPY go.mod . 04:48:12 ---> Using cache 04:48:12 ---> 9b5996d26a2c 04:48:12 Step 7/21 : RUN go mod download 04:48:12 ---> Using cache 04:48:12 ---> d6bfd0874ed4 04:48:12 Step 8/21 : COPY . . 04:48:24 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:24 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:48:24 ---> ee8a6c92883c 04:48:24 Step 3/20 : WORKDIR /edgex-go 04:48:24 ---> Using cache 04:48:24 ---> 10edfd2e63cf 04:48:24 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:24 ---> Using cache 04:48:24 ---> e04eac1e2664 04:48:24 Step 5/20 : RUN apk update && apk add make git 04:48:24 ---> Using cache 04:48:24 ---> b4109a8cb15b 04:48:24 Step 6/20 : COPY go.mod . 04:48:24 ---> Using cache 04:48:24 ---> 9b5996d26a2c 04:48:24 Step 7/20 : RUN go mod download 04:48:24 ---> Using cache 04:48:24 ---> d6bfd0874ed4 04:48:24 Step 8/20 : COPY . . 04:48:24 ---> Using cache 04:48:24 ---> 18ec2f2b8026 04:48:24 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:48:34 ---> Running in 55e8ff291c2c 04:48:34 ---> 18ec2f2b8026 04:48:34 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:48:34 ---> 69bdda9bb6a3 04:48:34 Step 9/21 : RUN make cmd/core-command/core-command 04:48:34 ---> Running in 72b26b7c4103 04:48:34 ---> 2434e1fa17dc 04:48:34 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:48:34 ---> Running in 6036aa238174 04:48:35 ---> Running in 41d097be30c4 04:48:35 Removing intermediate container eff54eca0647 04:48:35 ---> 8001f8c27608 04:48:35 Step 22/26 : RUN apk --no-cache add curl 04:48:35 ---> Running in 3faca9a70022 04:48:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:48:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:48:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:48:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:48:39 (2/3) Installing libcurl (7.69.1-r0) 04:48:39 (3/3) Installing curl (7.69.1-r0) 04:48:39 Executing busybox-1.31.1-r16.trigger 04:48:39 OK: 71 MiB in 58 packages 04:48:41 Removing intermediate container 3faca9a70022 04:48:41 ---> 8f35cbc90e79 04:48:41 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:41 ---> Running in a2909d34c16b 04:48:42 Removing intermediate container a2909d34c16b 04:48:42 ---> 8d4416d8aefe 04:48:42 Step 24/26 : LABEL arch=arm64 04:48:42 ---> Running in 50334a8ca03d 04:48:43 Removing intermediate container 50334a8ca03d 04:48:43 ---> b461ea5b5b8b 04:48:43 Step 25/26 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:48:43 ---> Running in fcef90555a1e 04:48:44 Removing intermediate container fcef90555a1e 04:48:44 ---> 85803bf45cc5 04:48:44 Step 26/26 : LABEL version=0.0.0 04:48:44 ---> Running in 3fe24be5a612 04:48:44 Removing intermediate container 3fe24be5a612 04:48:44 ---> 3366dea144ba 04:48:44 04:48:45 Successfully built 3366dea144ba 04:48:45 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:48:45  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go 04:49:12 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:12 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:49:12 ---> ee8a6c92883c 04:49:12 Step 3/29 : WORKDIR /edgex-go 04:49:12 ---> Using cache 04:49:12 ---> 10edfd2e63cf 04:49:12 Step 4/29 : RUN apk update && apk add make git 04:49:13 ---> Running in 335275d3f839 04:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:17 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:49:17 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:49:17 OK: 12620 distinct packages available 04:49:18 OK: 217 MiB in 51 packages 04:49:20 Removing intermediate container 335275d3f839 04:49:20 ---> eb888da93a0d 04:49:20 Step 5/29 : COPY go.mod . 04:49:21 ---> ff3f1d5e8ada 04:49:21 Step 6/29 : RUN go mod download 04:49:21 ---> Running in df8540c7ac57 04:49:26 Removing intermediate container df8540c7ac57 04:49:26 ---> f90634124fd1 04:49:26 Step 7/29 : COPY . . 04:49:53 ---> 78e449d393b1 04:49:53 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:49:53 ---> Running in 117b6912e772 04:49:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:50:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:50:00 Removing intermediate container 55e8ff291c2c 04:50:00 ---> 24a9c25377a7 04:50:00 04:50:00 Step 10/20 : FROM alpine 04:50:00 ---> 62ee0e9f8440 04:50:00 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:50:00 ---> Running in a375d38819ef 04:50:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:03 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:50:03 v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:50:03 OK: 12620 distinct packages available 04:50:04 (1/4) Installing ca-certificates (20191127-r4) 04:50:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:50:04 (3/4) Installing libcurl (7.69.1-r0) 04:50:04 (4/4) Installing curl (7.69.1-r0) 04:50:04 Executing busybox-1.31.1-r16.trigger 04:50:04 Executing ca-certificates-20191127-r4.trigger 04:50:05 OK: 7 MiB in 18 packages 04:50:08 Removing intermediate container a375d38819ef 04:50:08 ---> 48b30c0408aa 04:50:08 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:50:08 ---> Running in 662966778ae2 04:50:09 Removing intermediate container 662966778ae2 04:50:09 ---> efbab9c293b5 04:50:09 Step 13/20 : WORKDIR /edgex 04:50:09 ---> Running in f20c2afc9bf1 04:50:10 Removing intermediate container f20c2afc9bf1 04:50:10 ---> 7ad1c1b8b56a 04:50:10 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:50:11 ---> 4d947dbe20d3 04:50:11 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:50:13 ---> 816041cb0203 04:50:13 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:50:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:50:13 ---> Running in e155564f28ec 04:50:13 Removing intermediate container e155564f28ec 04:50:13 ---> f336a7a4313d 04:50:13 Step 17/20 : CMD ["--init=true"] 04:50:14 ---> Running in e25b3ccd873e 04:50:14 Removing intermediate container e25b3ccd873e 04:50:14 ---> 4fafbd5ff5b1 04:50:14 Step 18/20 : LABEL arch=arm64 04:50:15 ---> Running in 4c47765b7ad0 04:50:16 Removing intermediate container 4c47765b7ad0 04:50:16 ---> 408b47c4b36f 04:50:16 Step 19/20 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:50:16 ---> Running in 6f3356e9fa94 04:50:16 Removing intermediate container 6f3356e9fa94 04:50:16 ---> 662527c21bb0 04:50:16 Step 20/20 : LABEL version=0.0.0 04:50:16 ---> Running in abaf3d455681 04:50:17 Removing intermediate container abaf3d455681 04:50:17 ---> 11ebdfa4ad9a 04:50:17 04:50:18 Successfully built 11ebdfa4ad9a 04:50:18 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:50:26  Building docker-security-proxy-setup-go ... done Removing intermediate container 72b26b7c4103 04:50:26 ---> 55cba3c07ae0 04:50:26 04:50:26 Step 10/26 : FROM alpine:3.10 04:50:26 3.10: Pulling from library/alpine 04:50:27 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:50:27 Status: Downloaded newer image for alpine:3.10 04:50:27 ---> 536a684cf733 04:50:27 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:50:27 ---> Running in 0087136f8ad7 04:50:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:50:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:50:30 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:50:30 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:50:30 OK: 10167 distinct packages available 04:50:31 (1/5) Installing ca-certificates (20191127-r2) 04:50:31 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:50:31 (3/5) Installing libcurl (7.66.0-r0) 04:50:31 (4/5) Installing curl (7.66.0-r0) 04:50:31 (5/5) Installing dumb-init (1.2.2-r1) 04:50:31 Executing busybox-1.30.1-r3.trigger 04:50:31 Executing ca-certificates-20191127-r2.trigger 04:50:31 OK: 7 MiB in 19 packages 04:50:35 Removing intermediate container 0087136f8ad7 04:50:35 ---> a30816bbbca7 04:50:35 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:50:35 ---> Running in e42f8b7ca1f5 04:50:35 Removing intermediate container 6036aa238174 04:50:35 ---> 5208b52471d8 04:50:35 04:50:35 Step 10/21 : FROM scratch 04:50:35 ---> 04:50:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:50:35 ---> Using cache 04:50:35 ---> 02814a126572 04:50:35 Step 12/21 : ENV APP_PORT=48082 04:50:35 ---> Running in 20606d8880ef 04:50:36 Removing intermediate container e42f8b7ca1f5 04:50:36 ---> fcd0b79b0dfb 04:50:36 Step 13/26 : WORKDIR / 04:50:36 ---> Running in 02fb77181623 04:50:36 Removing intermediate container 20606d8880ef 04:50:36 ---> ec5b963207c3 04:50:36 Step 13/21 : EXPOSE $APP_PORT 04:50:37 ---> Running in 9152c89d0c1d 04:50:37 Removing intermediate container 02fb77181623 04:50:37 ---> d1dbb0aa6aac 04:50: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 04:50:38 Removing intermediate container 9152c89d0c1d 04:50:38 ---> d3297f60a731 04:50:38 Step 14/21 : WORKDIR / 04:50:38 ---> Running in 2323dc2247f3 04:50:38 ---> a28d16bda7fa 04:50:38 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:50:39 Removing intermediate container 2323dc2247f3 04:50:39 ---> 47b14b8c4e66 04:50:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:50:40 ---> 4b9915208a97 04:50:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:50:41 ---> a97955002ed8 04:50:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:50:41 ---> 993de5ae887e 04:50:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:50:41 Removing intermediate container 41d097be30c4 04:50:41 ---> cbe160104b7c 04:50:41 04:50:41 Step 10/21 : FROM scratch 04:50:41 ---> 04:50:41 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:50:41 ---> Using cache 04:50:41 ---> 02814a126572 04:50:41 Step 12/21 : ENV APP_PORT=48081 04:50:42 ---> Running in 636b681c60db 04:50:42 ---> edf1fb128b9c 04:50:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:50:42 Removing intermediate container 636b681c60db 04:50:42 ---> 5820bb15dfeb 04:50:42 Step 13/21 : EXPOSE $APP_PORT 04:50:42 ---> a1c0c7170fa5 04:50:42 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:50:43 ---> Running in 18d8cb2f59bd 04:50:44 Removing intermediate container 18d8cb2f59bd 04:50:44 ---> 3aa06ffc2697 04:50:44 Step 14/21 : WORKDIR / 04:50:44 ---> Running in 49759519018a 04:50:44 ---> 81793f2033d9 04:50:44 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:50:44 ---> 4af52e10a302 04:50:44 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:44 ---> Running in 169a43aade35 04:50:45 Removing intermediate container 49759519018a 04:50:45 ---> 6bc1eb663852 04:50:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:50:45 Removing intermediate container 169a43aade35 04:50:45 ---> 49b538d24426 04:50:45 Step 19/21 : LABEL arch=arm64 04:50:45 ---> Running in 1ab0330d6a00 04:50:45 ---> 0356ecbec37e 04:50:45 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:50:45 ---> 0363419e22fb 04:50:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:50:46 Removing intermediate container 1ab0330d6a00 04:50:46 ---> 48b8b9587af7 04:50:46 Step 20/21 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:50:46 ---> Running in 01999da840e7 04:50:47 Removing intermediate container 01999da840e7 04:50:47 ---> 0bf686857154 04:50:47 Step 21/21 : LABEL version=0.0.0 04:50:47 ---> 13a1962835b1 04:50:47 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:50:47 ---> Running in cdc4f0e39d3c 04:50:47 ---> 00ca84b7c332 04:50:47 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:50:48 Removing intermediate container cdc4f0e39d3c 04:50:48 ---> 1702ce7e881c 04:50:48 04:50:48 ---> e0f02ed3450a 04:50:48 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:50:48 ---> Running in 5c151aad2723 04:50:48 Successfully built 1702ce7e881c 04:50:48 Successfully tagged docker-core-command-go-arm64:latest 04:50:48  Building docker-core-command-go ... done  ---> 9271dbc05e45 04:50:48 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:49 ---> Running in 4210974b436e 04:50:50 Removing intermediate container 4210974b436e 04:50:50 ---> 86b6088ea499 04:50:50 Step 19/21 : LABEL arch=arm64 04:50:50 ---> Running in 6d8b94e7db46 04:50:51 Removing intermediate container 6d8b94e7db46 04:50:51 ---> c4b0ebd424ec 04:50:51 Step 20/21 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:50:51 ---> Running in 1639e8792bc7 04:50:51 Removing intermediate container 117b6912e772 04:50:51 ---> f9043281db33 04:50:51 04:50:51 Step 9/29 : FROM alpine:latest 04:50:51 ---> 62ee0e9f8440 04:50:51 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:50:51 ---> Running in 9d8ee7391773 04:50:52 Removing intermediate container 1639e8792bc7 04:50:52 ---> 0db502e92f23 04:50:52 Step 21/21 : LABEL version=0.0.0 04:50:52 Removing intermediate container 5c151aad2723 04:50:52 ---> 474d5b331288 04:50:52 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:50:52 ---> Running in f870a2ec577d 04:50:52 ---> Running in e08e97371035 04:50:52 Removing intermediate container 9d8ee7391773 04:50:52 ---> e523842f1f4b 04:50:52 Step 11/29 : USER root 04:50:52 ---> Running in be06c1450cc5 04:50:52 Removing intermediate container f870a2ec577d 04:50:52 ---> 43b07f503f49 04:50:52 04:50:53 Removing intermediate container e08e97371035 04:50:53 ---> 365b1c2f609e 04:50:53 Step 24/26 : LABEL arch=arm64 04:50:53 Successfully built 43b07f503f49 04:50:53 Successfully tagged docker-core-metadata-go-arm64:latest 04:50:53  Building docker-core-metadata-go ... done Removing intermediate container be06c1450cc5 04:50:53 ---> 44cbbcb3db9c 04:50:53 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:50:53 ---> Running in 899f9bd75a08 04:50:53 ---> Running in 0a477209836b 04:50:54 Removing intermediate container 899f9bd75a08 04:50:54 ---> 8770cfc4f201 04:50:54 Step 25/26 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:50:54 ---> Running in 798a385b233c 04:50:54 Removing intermediate container 798a385b233c 04:50:54 ---> 720dac74a462 04:50:54 Step 26/26 : LABEL version=0.0.0 04:50:54 ---> Running in dc2d1e3b27df 04:50:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:55 Removing intermediate container dc2d1e3b27df 04:50:55 ---> b1023eabc1d4 04:50:55 04:50:56 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:50:56 v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:50:56 OK: 12620 distinct packages available 04:50:56 Successfully built b1023eabc1d4 04:50:56 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:50:56  Building docker-security-secretstore-setup-go ... done (1/2) Installing ca-certificates (20191127-r4) 04:50:56 (2/2) Installing dumb-init (1.2.2-r1) 04:50:56 Executing busybox-1.31.1-r16.trigger 04:50:56 Executing ca-certificates-20191127-r4.trigger 04:50:56 OK: 6 MiB in 16 packages 04:50:58 Removing intermediate container 0a477209836b 04:50:58 ---> 17781e97a7ad 04:50:58 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:50:58 ---> Running in 1189b421a9d8 04:50:59 Removing intermediate container 1189b421a9d8 04:50:59 ---> f1dbbec87fa2 04:50:59 Step 14/29 : WORKDIR $BASE_DIR 04:50:59 ---> Running in 75c4b6c40ba7 04:51:00 Removing intermediate container 75c4b6c40ba7 04:51:00 ---> d043a7e00542 04:51:00 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:51:00 ---> Running in 8c2ce178918f 04:51:02 Removing intermediate container 8c2ce178918f 04:51:02 ---> 580b1b82fa61 04:51:02 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:51:03 ---> eb095271ee0a 04:51:03 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:51:04 ---> f943c51da74a 04:51:04 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:51:05 ---> 86183157468a 04:51:05 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:51:06 ---> 47d936edf2df 04:51:06 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:51:07 ---> 7fa60b558129 04:51:07 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:51:07 ---> Running in a464b223de7f 04:51:09 Removing intermediate container a464b223de7f 04:51:09 ---> 8192cf82c654 04:51:09 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:51:10 ---> 37e67ecd7b74 04:51:10 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:51:10 ---> Running in e264a186165c 04:51:13 Removing intermediate container e264a186165c 04:51:13 ---> ef18a02fff54 04:51:13 Step 24/29 : RUN chmod 755 security-secrets-setup 04:51:13 ---> Running in 96bb9481b48b 04:51:15 Removing intermediate container 96bb9481b48b 04:51:15 ---> 7712408aab88 04:51:15 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:51:16 ---> Running in f15d78c29ca9 04:51:16 Removing intermediate container f15d78c29ca9 04:51:16 ---> 1d311df6dab8 04:51:16 Step 26/29 : CMD [ "generate" ] 04:51:16 ---> Running in 8744cc005527 04:51:16 Removing intermediate container 8744cc005527 04:51:16 ---> 0e29fe4adea4 04:51:17 Step 27/29 : LABEL arch=arm64 04:51:17 ---> Running in 802590faf4c4 04:51:17 Removing intermediate container 802590faf4c4 04:51:17 ---> cdc38daff34c 04:51:17 Step 28/29 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d 04:51:17 ---> Running in ca21393d7573 04:51:17 Removing intermediate container ca21393d7573 04:51:17 ---> f47ba407b6ab 04:51:17 Step 29/29 : LABEL version=0.0.0 04:51:18 ---> Running in 0d70d141d3c5 04:51:18 Removing intermediate container 0d70d141d3c5 04:51:18 ---> bbe90fdba704 04:51:18 04:51:19 Successfully built bbe90fdba704 04:51:19 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:51:19  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:51:19 $ docker stop --time=1 719df221658c8fc565b5da19fbbf3a8531d7d49054deb2f72bd5dcd31ca88026 04:51:21 $ docker rm -f 719df221658c8fc565b5da19fbbf3a8531d7d49054deb2f72bd5dcd31ca88026 [Pipeline] // withDockerContainer [Pipeline] sh 04:51:21 + grep docker 04:51:21 + docker images 04:51:22 docker-security-secrets-setup-go-arm64 latest bbe90fdba704 4 seconds ago 24.2MB 04:51:22 docker-security-secretstore-setup-go-arm64 latest b1023eabc1d4 27 seconds ago 32.6MB 04:51:22 docker-core-metadata-go-arm64 latest 43b07f503f49 30 seconds ago 13.8MB 04:51:22 docker-core-command-go-arm64 latest 1702ce7e881c 35 seconds ago 12.4MB 04:51:22 docker-security-proxy-setup-go-arm64 latest 11ebdfa4ad9a About a minute ago 15.8MB 04:51:22 docker-sys-mgmt-agent-go-arm64 latest 3366dea144ba 2 minutes ago 266MB 04:51:22 docker-core-data-go-arm64 latest 8859e24fe6b7 3 minutes ago 23.3MB 04:51:22 docker-support-notifications-go-arm64 latest eb0e777f2659 4 minutes ago 13.9MB 04:51:22 docker-support-scheduler-go-arm64 latest 3ced69d89950 4 minutes ago 12.6MB 04:51:22 docker-support-logging-go-arm64 latest 83f8619d69a4 4 minutes ago 11.4MB 04:51:22 docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:51:23 provisioning config files... 04:51:23 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/24@tmp/config5340148345363216813tmp [Pipeline] { [Pipeline] sh 04:51:24 + curl -s https://codecov.io/bash 04:51:24 + bash -s - -t @/w/workspace/edgex-go/24@tmp/config5340148345363216813tmp [Pipeline] } 04:51:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:51:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:51:26 ---> package-listing.sh 04:51:26 ++ facter osfamily 04:51:26 ++ tr '[:upper:]' '[:lower:]' 04:51:26 + OS_FAMILY=redhat 04:51:26 + workspace=/w/workspace/edgex-go/24 04:51:26 + START_PACKAGES=/tmp/packages_start.txt 04:51:26 + END_PACKAGES=/tmp/packages_end.txt 04:51:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:51:26 + PACKAGES=/tmp/packages_start.txt 04:51:26 + '[' /w/workspace/edgex-go/24 ']' 04:51:26 + PACKAGES=/tmp/packages_end.txt 04:51:26 + case "${OS_FAMILY}" in 04:51:26 + rpm -qa 04:51:26 + sort 04:51:30 + '[' -f /tmp/packages_start.txt ']' 04:51:30 + '[' -f /tmp/packages_end.txt ']' 04:51:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:51:30 + '[' /w/workspace/edgex-go/24 ']' 04:51:30 + mkdir -p /w/workspace/edgex-go/24/archives/ 04:51:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] isUnix [Pipeline] sh 04:51:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:31 04:51:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:51:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:31 alpine: Pulling from edgex-lftools-log-publisher 04:51:31 c9b1b535fdd9: Pulling fs layer 04:51:31 2cc5ad85d9ab: Pulling fs layer 04:51:31 756a868c4378: Pulling fs layer 04:51:31 444b2fc9a129: Pulling fs layer 04:51:31 ea15f1150254: Pulling fs layer 04:51:31 41b27a9f41bf: Pulling fs layer 04:51:31 28c525ee5125: Pulling fs layer 04:51:31 094b1ea09ed8: Pulling fs layer 04:51:31 138eaada9080: Pulling fs layer 04:51:31 0622d0fa9048: Pulling fs layer 04:51:31 28c525ee5125: Waiting 04:51:31 094b1ea09ed8: Waiting 04:51:31 138eaada9080: Waiting 04:51:31 0622d0fa9048: Waiting 04:51:31 444b2fc9a129: Waiting 04:51:31 ea15f1150254: Waiting 04:51:31 41b27a9f41bf: Waiting 04:51:31 2cc5ad85d9ab: Download complete 04:51:31 444b2fc9a129: Verifying Checksum 04:51:31 444b2fc9a129: Download complete 04:51:31 c9b1b535fdd9: Verifying Checksum 04:51:31 c9b1b535fdd9: Download complete 04:51:31 ea15f1150254: Download complete 04:51:31 28c525ee5125: Verifying Checksum 04:51:31 28c525ee5125: Download complete 04:51:31 756a868c4378: Verifying Checksum 04:51:31 756a868c4378: Download complete 04:51:31 138eaada9080: Verifying Checksum 04:51:31 138eaada9080: Download complete 04:51:31 0622d0fa9048: Verifying Checksum 04:51:31 0622d0fa9048: Download complete 04:51:32 c9b1b535fdd9: Pull complete 04:51:32 094b1ea09ed8: Verifying Checksum 04:51:32 094b1ea09ed8: Download complete 04:51:32 2cc5ad85d9ab: Pull complete 04:51:32 41b27a9f41bf: Verifying Checksum 04:51:32 41b27a9f41bf: Download complete 04:51:34 756a868c4378: Pull complete 04:51:34 444b2fc9a129: Pull complete 04:51:34 ea15f1150254: Pull complete 04:51:41 41b27a9f41bf: Pull complete 04:51:41 28c525ee5125: Pull complete 04:51:43 094b1ea09ed8: Pull complete 04:51:43 138eaada9080: Pull complete 04:51:43 0622d0fa9048: Pull complete 04:51:43 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:51:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:51:44 prd-centos7-docker-4c-2g-1761 does not seem to be running inside a container 04:51:44 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 04:51:50 $ docker top 8924789de7a9e3708ab54de976abf3b17faa83ec5a4b8c4f266697cc96be84c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:51:50 provisioning config files... 04:51:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config7039188977673015946tmp [Pipeline] { [Pipeline] echo 04:51:50 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:51:50 ---> create-netrc.sh [Pipeline] echo 04:51:50 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:51:51 ---> logs-deploy.sh 04:51:51 + ARCHIVE_ARTIFACTS= 04:51:51 + LOGS_SERVER=https://logs.edgexfoundry.org 04:51:51 + '[' https://logs.edgexfoundry.org == None ']' 04:51:51 + NEXUS_URL=https://nexus.edgexfoundry.org 04:51:51 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/24 04:51:51 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/24/ 04:51:51 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/24 /w/workspace/edgex-go/24 04:51:52 Archives upload complete. 04:51:52 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/24 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/24/ 04:51:53 ---> uname -a: 04:51:53 Linux 8924789de7a9 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:51:53 04:51:53 04:51:53 ---> lscpu: 04:51:53 Architecture: x86_64 04:51:53 CPU op-mode(s): 32-bit, 64-bit 04:51:53 Byte Order: Little Endian 04:51:53 Address sizes: 40 bits physical, 48 bits virtual 04:51:53 CPU(s): 4 04:51:53 On-line CPU(s) list: 0-3 04:51:53 Thread(s) per core: 1 04:51:53 Core(s) per socket: 1 04:51:53 Socket(s): 4 04:51:53 NUMA node(s): 1 04:51:53 Vendor ID: GenuineIntel 04:51:53 CPU family: 6 04:51:53 Model: 44 04:51:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:51:53 Stepping: 1 04:51:53 CPU MHz: 2933.436 04:51:53 BogoMIPS: 5866.87 04:51:53 Virtualization: VT-x 04:51:53 Hypervisor vendor: KVM 04:51:53 Virtualization type: full 04:51:53 L1d cache: 128 KiB 04:51:53 L1i cache: 128 KiB 04:51:53 L2 cache: 16 MiB 04:51:53 L3 cache: 64 MiB 04:51:53 NUMA node0 CPU(s): 0-3 04:51:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:51:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:51:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:51:53 Vulnerability Meltdown: Mitigation; PTI 04:51:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:51:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:51:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:51:53 Vulnerability Tsx async abort: Not affected 04:51:53 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 04:51:53 04:51:53 04:51:53 ---> nproc: 04:51:53 4 04:51:53 04:51:53 04:51:53 ---> df -h: 04:51:53 Filesystem Size Used Available Use% Mounted on 04:51:53 overlay 50.0G 13.4G 36.6G 27% / 04:51:53 tmpfs 64.0M 0 64.0M 0% /dev 04:51:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:51:53 shm 64.0M 0 64.0M 0% /dev/shm 04:51:53 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 04:51:53 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 04:51:53 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 04:51:53 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa 04:51:53 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/24 04:51:53 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/24@tmp 04:51:53 04:51:53 04:51:53 ---> free -m: 04:51:53 total used free shared buff/cache available 04:51:53 Mem: 1837 629 119 0 1088 1123 04:51:53 Swap: 1023 91 932 04:51:53 04:51:53 04:51:53 ---> ip addr: 04:51:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:51:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:51:53 inet 127.0.0.1/8 scope host lo 04:51:53 valid_lft forever preferred_lft forever 04:51:53 114: eth0@if115: mtu 1458 qdisc noqueue state UP 04:51:53 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 04:51:53 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 04:51:53 valid_lft forever preferred_lft forever 04:51:53 04:51:53 04:51:53 ---> sar -b -r -n DEV: 04:51:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/01/20 _x86_64_ (4 CPU) 04:51:53 04:51:53 04:30:14 LINUX RESTART 04:51:53 04:51:53 04:31:01 tps rtps wtps bread/s bwrtn/s 04:51:53 04:32:01 61.64 15.25 46.40 4970.73 12642.13 04:51:53 04:33:02 389.41 238.80 150.61 10466.12 65744.19 04:51:53 04:34:01 357.95 182.44 175.51 7985.71 26715.67 04:51:53 04:35:01 172.93 83.93 88.99 3494.11 28867.07 04:51:53 04:36:01 1078.13 801.14 276.99 94246.02 169598.11 04:51:53 04:37:02 2411.41 2100.48 310.93 145254.45 154555.59 04:51:53 04:38:04 514.53 245.52 269.01 53703.95 92803.61 04:51:53 04:39:01 2489.34 2143.38 345.97 121973.08 139190.96 04:51:53 04:40:02 1506.14 1217.13 289.01 94024.70 96308.69 04:51:53 04:41:01 198.49 32.15 166.34 4008.66 14985.46 04:51:53 04:42:01 1.62 0.12 1.50 1.60 26.92 04:51:53 04:43:01 0.38 0.00 0.38 0.00 5.80 04:51:53 04:44:01 0.22 0.00 0.22 0.00 1.68 04:51:53 04:45:01 0.28 0.00 0.28 0.00 3.06 04:51:53 04:46:01 1.70 1.47 0.23 49.83 3.10 04:51:53 04:47:01 0.87 0.07 0.80 1.87 14.62 04:51:53 04:48:01 0.27 0.02 0.25 0.40 2.83 04:51:53 04:49:01 0.18 0.02 0.17 0.53 1.77 04:51:53 04:50:01 0.30 0.02 0.28 0.53 3.46 04:51:53 04:51:01 2.13 1.85 0.28 205.33 2.47 04:51:53 Average: 455.95 349.94 106.01 26952.38 40055.26 04:51:53 04:51:53 04:31:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:51:53 04:32:01 75864 1805692 95.97 2620 1066148 1455412 49.67 650168 993776 20 04:51:53 04:33:02 131412 1750144 93.02 1492 1036524 1509876 51.53 656752 890572 80884 04:51:53 04:34:01 360168 1521388 80.86 520 729292 1492480 50.94 630200 652932 19192 04:51:53 04:35:01 320480 1561076 82.97 472 872840 1254688 42.82 588152 729560 68172 04:51:53 04:36:01 436676 1444880 76.79 0 733792 2164612 73.87 560056 718396 0 04:51:53 04:37:02 267936 1613620 85.76 0 555072 3264092 111.40 738540 658140 24472 04:51:53 04:38:04 89316 1792240 95.25 0 1043064 2043228 69.73 670772 919304 56784 04:51:53 04:39:01 76244 1805312 95.95 0 1069408 2298892 78.46 707480 914300 38284 04:51:53 04:40:02 350820 1530736 81.35 0 722800 2468720 84.25 657852 665668 15500 04:51:53 04:41:01 640812 1240744 65.94 0 686760 1176896 40.17 451068 591344 20 04:51:53 04:42:01 644976 1236580 65.72 0 686752 1142876 39.00 448656 590432 16 04:51:53 04:43:01 645096 1236460 65.71 0 686780 1142876 39.00 448668 590388 8 04:51:53 04:44:01 645512 1236044 65.69 0 686796 1142876 39.00 448800 590388 8 04:51:53 04:45:01 645712 1235844 65.68 0 686820 1142876 39.00 448604 590392 12 04:51:53 04:46:01 643712 1237844 65.79 0 687620 1142948 39.01 449052 590956 16 04:51:53 04:47:01 643924 1237632 65.78 0 687632 1142936 39.01 448948 590980 12 04:51:53 04:48:01 644088 1237468 65.77 0 687644 1142876 39.00 448996 590992 20 04:51:53 04:49:01 644436 1237120 65.75 0 687640 1142876 39.00 449000 590992 8 04:51:53 04:50:01 644284 1237272 65.76 0 687664 1142876 39.00 449008 591024 8 04:51:53 04:51:01 637356 1244200 66.13 0 691272 1142936 39.01 452192 594484 16 04:51:53 Average: 459441 1422115 75.58 255 769616 1527892 52.14 540148 682251 15173 04:51:53 04:51:53 04:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 04:51:53 04:32:01 eth0 1326.47 1300.28 5249.96 138.28 0.00 0.00 0.00 04:51:53 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:32:01 veth90edc35 828.30 746.20 78.38 2658.14 0.00 0.00 0.00 04:51:53 04:32:01 docker0 828.30 746.06 67.06 2658.13 0.00 0.00 0.00 04:51:53 04:33:02 eth0 1385.41 845.04 7016.99 2789.57 0.00 0.00 0.00 04:51:53 04:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:33:02 docker0 35.97 49.28 1.86 358.83 0.00 0.00 0.00 04:51:53 04:34:01 vethcde51ec 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:51:53 04:34:01 eth0 3285.32 2527.74 14050.45 3036.25 0.00 0.00 0.00 04:51:53 04:34:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:51:53 04:34:01 docker0 972.13 914.68 77.50 3536.95 0.00 0.00 0.00 04:51:53 04:35:01 vethcde51ec 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:35:01 eth0 54.03 33.50 34.33 75.52 0.00 0.00 0.00 04:51:53 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:36:01 veth7318f00 0.00 0.02 0.00 0.00 0.00 0.00 0.00 04:51:53 04:36:01 veth1893da2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:36:01 eth0 3406.73 2600.20 15688.55 3112.25 0.00 0.00 0.00 04:51:53 04:36:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:51:53 04:37:02 veth339a400 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:51:53 04:37:02 veth8f460f8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:51:53 04:37:02 eth0 32.84 22.26 18.88 46.79 0.00 0.00 0.00 04:51:53 04:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:38:04 veth6c7d00d 23.72 47.29 1.62 247.20 0.00 0.00 0.00 04:51:53 04:38:04 eth0 84.52 42.36 345.12 11.96 0.00 0.00 0.00 04:51:53 04:38:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:38:04 vethd471be6 0.00 0.47 0.00 0.02 0.00 0.00 0.00 04:51:53 04:39:01 vethc51628b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 04:51:53 04:39:01 veth0238266 2.31 3.54 0.37 17.64 0.00 0.00 0.00 04:51:53 04:39:01 eth0 3848.10 2897.09 17303.67 3440.47 0.00 0.00 0.00 04:51:53 04:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:51:53 04:40:02 veth71f3763 0.00 0.25 0.00 0.02 0.00 0.00 0.00 04:51:53 04:40:02 eth0 50.47 35.09 66.55 53.67 0.00 0.00 0.00 04:51:53 04:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:40:02 veth828a735 0.00 0.10 0.00 0.01 0.00 0.00 0.00 04:51:53 04:41:01 eth0 76.27 55.58 179.94 56.59 0.00 0.00 0.00 04:51:53 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:41:01 docker0 1061.09 1066.63 82.74 4377.73 0.00 0.00 0.00 04:51:53 04:42:01 eth0 0.32 0.27 0.42 0.05 0.00 0.00 0.00 04:51:53 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:43:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 04:51:53 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:44:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 04:51:53 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 04:51:53 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:46:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 04:51:53 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:47:01 eth0 0.17 0.15 0.07 0.01 0.00 0.00 0.00 04:51:53 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:48:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 04:51:53 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 04:51:53 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:50:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 04:51:53 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:51:01 eth0 1.00 0.25 0.20 0.08 0.00 0.00 0.00 04:51:53 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 Average: eth0 168.88 129.72 775.71 165.90 0.00 0.00 0.00 04:51:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:53 Average: docker0 52.26 52.53 4.07 215.60 0.00 0.00 0.00 04:51:53 04:51:53 04:51:53 ---> sar -P ALL: 04:51:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/01/20 _x86_64_ (4 CPU) 04:51:53 04:51:53 04:30:14 LINUX RESTART 04:51:53 04:51:53 04:31:01 CPU %user %nice %system %iowait %steal %idle 04:51:53 04:32:01 all 12.34 0.00 4.56 1.62 0.18 81.29 04:51:53 04:32:01 0 11.35 0.00 6.26 2.69 0.15 79.54 04:51:53 04:32:01 1 13.97 0.00 4.29 0.68 0.19 80.88 04:51:53 04:32:01 2 10.12 0.00 3.80 0.12 0.19 85.77 04:51:53 04:32:01 3 13.92 0.00 3.96 2.98 0.19 78.96 04:51:53 04:33:02 all 20.04 0.00 9.29 2.69 0.68 67.30 04:51:53 04:33:02 0 18.61 0.00 9.87 0.84 0.66 70.01 04:51:53 04:33:02 1 21.09 0.00 8.25 3.58 0.60 66.48 04:51:53 04:33:02 2 17.41 0.00 9.56 1.35 0.74 70.95 04:51:53 04:33:02 3 23.01 0.00 9.49 4.97 0.71 61.83 04:51:53 04:34:01 all 31.74 0.00 11.78 11.03 1.08 44.37 04:51:53 04:34:01 0 32.43 0.00 10.62 8.97 0.95 47.03 04:51:53 04:34:01 1 31.10 0.00 11.97 9.71 1.17 46.05 04:51:53 04:34:01 2 31.76 0.00 12.48 11.14 1.13 43.48 04:51:53 04:34:01 3 31.64 0.00 12.04 14.30 1.07 40.94 04:51:53 04:35:01 all 46.45 0.00 12.47 2.66 0.72 37.70 04:51:53 04:35:01 0 49.12 0.00 11.96 2.78 0.76 35.37 04:51:53 04:35:01 1 42.64 0.00 12.68 2.48 0.70 41.49 04:51:53 04:35:01 2 48.92 0.00 12.82 3.17 0.73 34.37 04:51:53 04:35:01 3 45.11 0.00 12.42 2.21 0.69 39.56 04:51:53 04:36:01 all 22.25 0.00 19.93 10.87 1.88 45.07 04:51:53 04:36:01 0 20.97 0.00 19.65 10.77 1.77 46.84 04:51:53 04:36:01 1 21.11 0.00 20.68 9.13 1.86 47.22 04:51:53 04:36:01 2 24.75 0.00 20.09 10.25 1.77 43.14 04:51:53 04:36:01 3 22.15 0.00 19.30 13.33 2.11 43.11 04:51:53 04:37:02 all 33.02 0.00 20.80 26.89 2.14 17.15 04:51:53 04:37:02 0 32.84 0.00 20.73 25.56 2.12 18.75 04:51:53 04:37:02 1 31.68 0.00 21.51 26.39 2.17 18.25 04:51:53 04:37:02 2 33.47 0.00 20.55 29.37 2.10 14.51 04:51:53 04:37:02 3 34.10 0.00 20.43 26.24 2.17 17.07 04:51:53 04:38:04 all 44.75 0.00 16.75 20.15 0.87 17.47 04:51:53 04:38:04 0 44.26 0.00 15.13 21.28 0.86 18.48 04:51:53 04:38:04 1 44.37 0.00 17.03 19.51 0.90 18.19 04:51:53 04:38:04 2 45.31 0.00 17.19 20.04 0.94 16.52 04:51:53 04:38:04 3 45.06 0.00 17.62 19.82 0.81 16.69 04:51:53 04:39:01 all 17.08 0.00 17.91 31.92 1.92 31.16 04:51:53 04:39:01 0 17.24 0.00 17.62 27.93 2.03 35.19 04:51:53 04:39:01 1 16.42 0.00 17.96 32.77 2.01 30.83 04:51:53 04:39:01 2 15.76 0.00 18.36 31.08 1.95 32.84 04:51:53 04:39:01 3 18.93 0.00 17.77 35.93 1.70 25.68 04:51:53 04:40:02 all 56.23 0.00 19.31 14.76 1.32 8.38 04:51:53 04:40:02 0 55.20 0.00 20.04 14.75 1.52 8.49 04:51:53 04:40:02 1 57.40 0.00 19.08 14.52 1.18 7.82 04:51:53 04:40:02 2 57.34 0.00 18.26 16.28 1.34 6.77 04:51:53 04:40:02 3 54.98 0.00 19.86 13.50 1.21 10.45 04:51:53 04:41:01 all 10.50 0.00 6.56 13.85 0.14 68.95 04:51:53 04:41:01 0 10.70 0.00 6.87 14.09 0.10 68.24 04:51:53 04:41:01 1 10.31 0.00 6.30 12.98 0.21 70.20 04:51:53 04:41:01 2 10.46 0.00 6.99 12.64 0.14 69.78 04:51:53 04:41:01 3 10.54 0.00 6.06 15.70 0.12 67.58 04:51:53 04:42:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:51:53 04:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:51:53 04:42:01 1 0.50 0.00 0.05 0.00 0.00 99.45 04:51:53 04:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:51:53 04:42:01 3 0.03 0.00 0.05 0.02 0.02 99.88 04:51:53 04:43:01 all 0.11 0.00 0.03 0.00 0.00 99.86 04:51:53 04:43:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:51:53 04:43:01 1 0.33 0.00 0.02 0.00 0.00 99.65 04:51:53 04:43:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:51:53 04:43:01 3 0.05 0.00 0.03 0.00 0.00 99.92 04:51:53 04:44:01 all 0.05 0.00 0.03 0.00 0.00 99.91 04:51:53 04:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:51:53 04:44:01 1 0.12 0.00 0.03 0.00 0.00 99.85 04:51:53 04:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:51:53 04:44:01 3 0.03 0.00 0.03 0.00 0.02 99.92 04:51:53 04:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:51:53 04:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:51:53 04:45:01 1 0.18 0.00 0.02 0.00 0.00 99.80 04:51:53 04:45:01 2 0.37 0.00 0.03 0.00 0.00 99.60 04:51:53 04:45:01 3 0.07 0.00 0.05 0.00 0.00 99.88 04:51:53 04:46:01 all 0.15 0.00 0.07 0.02 0.00 99.76 04:51:53 04:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:51:53 04:46:01 1 0.12 0.00 0.08 0.00 0.00 99.80 04:51:53 04:46:01 2 0.43 0.00 0.07 0.00 0.00 99.50 04:51:53 04:46:01 3 0.02 0.00 0.08 0.07 0.00 99.83 04:51:53 04:47:01 all 0.15 0.00 0.02 0.00 0.00 99.82 04:51:53 04:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:51:53 04:47:01 1 0.55 0.00 0.03 0.00 0.00 99.42 04:51:53 04:47:01 2 0.05 0.00 0.05 0.00 0.02 99.88 04:51:53 04:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:51:53 04:48:01 all 0.14 0.00 0.03 0.00 0.00 99.83 04:51:53 04:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:51:53 04:48:01 1 0.50 0.00 0.05 0.00 0.00 99.45 04:51:53 04:48:01 2 0.03 0.00 0.05 0.02 0.00 99.90 04:51:53 04:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:51:53 04:49:01 all 0.15 0.00 0.02 0.00 0.00 99.82 04:51:53 04:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:51:53 04:49:01 1 0.23 0.00 0.00 0.00 0.02 99.75 04:51:53 04:49:01 2 0.32 0.00 0.05 0.00 0.00 99.63 04:51:53 04:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:51:53 04:50:01 all 0.14 0.00 0.03 0.00 0.00 99.82 04:51:53 04:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:51:53 04:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:51:53 04:50:01 2 0.48 0.00 0.08 0.00 0.00 99.43 04:51:53 04:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:51:53 04:51:01 all 0.04 0.00 0.04 0.06 0.00 99.86 04:51:53 04:51:01 0 0.03 0.00 0.03 0.00 0.02 99.92 04:51:53 04:51:01 1 0.03 0.00 0.05 0.25 0.00 99.67 04:51:53 04:51:01 2 0.08 0.00 0.05 0.00 0.00 99.87 04:51:53 04:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:51:53 Average: all 14.48 0.00 6.80 6.61 0.53 71.58 04:51:53 Average: 0 14.36 0.00 6.78 6.31 0.53 72.02 04:51:53 Average: 1 14.34 0.00 6.82 6.39 0.53 71.92 04:51:53 Average: 2 14.55 0.00 6.84 6.55 0.53 71.52 04:51:53 Average: 3 14.66 0.00 6.76 7.18 0.52 70.88 04:51:53 04:51:53 04:51:53