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+4e0bf0319480625e5379d8d5fd7b212abf0b0714 (570c4b8a15a40377c1d25bcf6eccf28f3a4cb0a3) 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:false, 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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1378’ is offline Running on prd-centos7-docker-4c-2g-1383 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # 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 > 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 Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b Merge succeeded, producing a8541818e749561ac344d07fc8c697c79129a695 Checking out Revision a8541818e749561ac344d07fc8c697c79129a695 (PR-2610) > git config core.sparsecheckout # timeout=10 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8541818e749561ac344d07fc8c697c79129a695 # timeout=10 Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:53 ========================================================= 04:30:53 EdgeX Global Pipelines Version Info 04:30:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f9fd280a40995d5363073f0e0b531a7b47912b70 # timeout=10 04:30:55 ------------------- 04:30:55 stable info: 04:30:55 ------------------- 04:30:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:55 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:30:55 Message: update stable to v1.0.106 04:30:56 ------------------- 04:30:56 experimental info: 04:30:56 ------------------- 04:30:56 Commited By: **** collab-it+edgex@linuxfoundation.org 04:30:56 Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b 04:30:56 Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:30:57 ++ 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:30:57 + for file in '`ls cmd/**/Dockerfile`' 04:30:57 ++ dirname cmd/core-command/Dockerfile 04:30:57 ++ cut -d/ -f2 04:30:57 + echo core-command,cmd/core-command/Dockerfile 04:30:57 + for file in '`ls cmd/**/Dockerfile`' 04:30:57 ++ dirname cmd/core-data/Dockerfile 04:30:57 ++ cut -d/ -f2 04:30:57 + echo core-data,cmd/core-data/Dockerfile 04:30:57 + for file in '`ls cmd/**/Dockerfile`' 04:30:57 ++ dirname cmd/core-metadata/Dockerfile 04:30:57 ++ cut -d/ -f2 04:30:57 + echo core-metadata,cmd/core-metadata/Dockerfile 04:30:57 + for file in '`ls cmd/**/Dockerfile`' 04:30:57 ++ dirname cmd/security-proxy-setup/Dockerfile 04:30:57 ++ cut -d/ -f2 04:30:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:30:57 + for file in '`ls cmd/**/Dockerfile`' 04:30:57 ++ dirname cmd/security-secrets-setup/Dockerfile 04:30:57 ++ cut -d/ -f2 04:30:57 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:30:57 + for file in '`ls cmd/**/Dockerfile`' 04:30:57 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:30:57 ++ cut -d/ -f2 04:30:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:30:57 + for file in '`ls cmd/**/Dockerfile`' 04:30:57 ++ dirname cmd/support-logging/Dockerfile 04:30:57 ++ cut -d/ -f2 04:30:57 + echo support-logging,cmd/support-logging/Dockerfile 04:30:57 + for file in '`ls cmd/**/Dockerfile`' 04:30:57 ++ dirname cmd/support-notifications/Dockerfile 04:30:57 ++ cut -d/ -f2 04:30:57 + echo support-notifications,cmd/support-notifications/Dockerfile 04:30:57 + for file in '`ls cmd/**/Dockerfile`' 04:30:57 ++ dirname cmd/support-scheduler/Dockerfile 04:30:57 ++ cut -d/ -f2 04:30:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:30:57 + for file in '`ls cmd/**/Dockerfile`' 04:30:57 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:30:57 ++ cut -d/ -f2 04:30:57 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:30:57 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:30:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:58 04:30:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:59 latest: Pulling from edgex-devops/git-semver 04:30:59 31603596830f: Pulling fs layer 04:30:59 2a8b12db71e7: Pulling fs layer 04:30:59 6ca5941a6612: Pulling fs layer 04:30:59 ecc8261a40a4: Pulling fs layer 04:30:59 ecc8261a40a4: Waiting 04:30:59 2a8b12db71e7: Verifying Checksum 04:30:59 2a8b12db71e7: Download complete 04:30:59 31603596830f: Verifying Checksum 04:30:59 31603596830f: Download complete 04:30:59 ecc8261a40a4: Verifying Checksum 04:30:59 ecc8261a40a4: Download complete 04:30:59 6ca5941a6612: Verifying Checksum 04:30:59 6ca5941a6612: Download complete 04:30:59 31603596830f: Pull complete 04:30:59 2a8b12db71e7: Pull complete 04:31:00 6ca5941a6612: Pull complete 04:31:00 ecc8261a40a4: Pull complete 04:31:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:01 prd-centos7-docker-4c-2g-1383 does not seem to be running inside a container 04:31:01 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:31:03 $ docker top 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:03 [ssh-agent] Looking for ssh-agent implementation... 04:31:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:03 $ docker exec 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 ssh-agent 04:31:04 SSH_AUTH_SOCK=/tmp/ssh-ivMZYXkw0JuF/agent.12 04:31:04 SSH_AGENT_PID=17 04:31:04 Running ssh-add (command line suppressed) 04:31:04 Identity added: /w/workspace/edgex-go/21@tmp/private_key_9096927546015187010.key (/w/workspace/edgex-go/21@tmp/private_key_9096927546015187010.key) 04:31:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:04 + git describe --exact-match --tags HEAD 04:31:04 fatal: No names found, cannot describe anything. [Pipeline] } 04:31:04 $ docker exec --env ******** --env ******** 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 ssh-agent -k 04:31:04 unset SSH_AUTH_SOCK; 04:31:04 unset SSH_AGENT_PID; 04:31:04 echo Agent pid 17 killed; 04:31:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:31:04 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:31:04 This usually means this commit has not been tagged. [Pipeline] sshagent 04:31:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:04 [ssh-agent] Looking for ssh-agent implementation... 04:31:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:05 $ docker exec 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 ssh-agent 04:31:05 SSH_AUTH_SOCK=/tmp/ssh-Y9BY3tQLLdgM/agent.46 04:31:05 SSH_AGENT_PID=51 04:31:05 Running ssh-add (command line suppressed) 04:31:05 Identity added: /w/workspace/edgex-go/21@tmp/private_key_2476894190353677262.key (/w/workspace/edgex-go/21@tmp/private_key_2476894190353677262.key) 04:31:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:05 + git semver init 04:31:05 # -> Open(): unable to determine branch for HEAD 04:31:05 # $GIT_DIR = /w/workspace/edgex-go/21/.git 04:31:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/21 04:31:05 # $SEMVER_REMOTE_NAME = origin 04:31:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:05 # $SEMVER_USER_NAME = edgex-jenkins 04:31:05 # $SEMVER_BRANCH = PR-2610 04:31:05 # $SEMVER_TEMP = /tmp/semver-998751928 04:31:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:31:32 # '/tmp/semver-998751928' -> '/w/workspace/edgex-go/21/.semver' 04:31:32 # -> Force: false 04:31:32 # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } 04:31:32 $ docker exec --env ******** --env ******** 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 ssh-agent -k 04:31:32 unset SSH_AUTH_SOCK; 04:31:32 unset SSH_AGENT_PID; 04:31:32 echo Agent pid 51 killed; 04:31:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:33 + git semver [Pipeline] } 04:31:33 $ docker stop --time=1 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 04:31:34 $ docker rm -f 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:31:48 Stashed 26 file(s) [Pipeline] echo 04:31:48 [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:31:48 ========================================================= 04:31:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:31:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:31:49 + 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:31:52 Sending build context to Docker daemon 323.3MB 04:31:52 Step 1/7 : ARG BASE=golang:1.13-alpine 04:31:52 Step 2/7 : FROM ${BASE} 04:31:52 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:31:52 df20fa9351a1: Pulling fs layer 04:31:52 ed8968b2872e: Pulling fs layer 04:31:52 a92cc7c5fd73: Pulling fs layer 04:31:52 2dd03ba5bac4: Pulling fs layer 04:31:52 1e091d79d1de: Pulling fs layer 04:31:52 481702a1767f: Pulling fs layer 04:31:52 f64a6f60c768: Pulling fs layer 04:31:52 e78d2573fc39: Pulling fs layer 04:31:52 e876d2f968b6: Pulling fs layer 04:31:52 ce8a83651883: Pulling fs layer 04:31:52 07967f4d0e4b: Pulling fs layer 04:31:52 481702a1767f: Waiting 04:31:52 f64a6f60c768: Waiting 04:31:52 e78d2573fc39: Waiting 04:31:52 e876d2f968b6: Waiting 04:31:52 ce8a83651883: Waiting 04:31:52 07967f4d0e4b: Waiting 04:31:52 2dd03ba5bac4: Waiting 04:31:52 1e091d79d1de: Waiting 04:31:52 a92cc7c5fd73: Verifying Checksum 04:31:52 a92cc7c5fd73: Download complete 04:31:52 ed8968b2872e: Download complete 04:31:52 1e091d79d1de: Verifying Checksum 04:31:52 1e091d79d1de: Download complete 04:31:52 481702a1767f: Verifying Checksum 04:31:52 481702a1767f: Download complete 04:31:52 df20fa9351a1: Verifying Checksum 04:31:52 df20fa9351a1: Download complete 04:31:52 df20fa9351a1: Pull complete 04:31:53 f64a6f60c768: Verifying Checksum 04:31:53 f64a6f60c768: Download complete 04:31:53 e876d2f968b6: Download complete 04:31:53 ed8968b2872e: Pull complete 04:31:53 a92cc7c5fd73: Pull complete 04:31:53 e78d2573fc39: Verifying Checksum 04:31:53 e78d2573fc39: Download complete 04:31:53 ce8a83651883: Verifying Checksum 04:31:53 ce8a83651883: Download complete 04:31:53 2dd03ba5bac4: Verifying Checksum 04:31:53 2dd03ba5bac4: Download complete 04:31:53 07967f4d0e4b: Verifying Checksum 04:31:53 07967f4d0e4b: Download complete 04:31:59 2dd03ba5bac4: Pull complete 04:31:59 1e091d79d1de: Pull complete 04:31:59 481702a1767f: Pull complete 04:32:03 Still waiting to schedule task 04:32:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:32:07 f64a6f60c768: Pull complete 04:32:10 e78d2573fc39: Pull complete 04:32:10 e876d2f968b6: Pull complete 04:32:11 ce8a83651883: Pull complete 04:32:11 07967f4d0e4b: Pull complete 04:32:11 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:32:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:32:11 ---> 5d7c900382c6 04:32:11 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:12 ---> Running in ce712d192af4 04:32:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:14 (1/12) Installing libmagic (5.38-r0) 04:32:14 (2/12) Installing file (5.38-r0) 04:32:14 (3/12) Installing libc-dev (0.7.2-r3) 04:32:14 (4/12) Installing g++ (9.3.0-r2) 04:32:17 (5/12) Installing fortify-headers (1.1-r0) 04:32:17 (6/12) Installing patch (2.7.6-r6) 04:32:17 (7/12) Installing build-base (0.5-r2) 04:32:17 (8/12) Installing libsodium (1.0.18-r0) 04:32:17 (9/12) Installing pkgconf (1.7.2-r0) 04:32:17 (10/12) Installing libsodium-dev (1.0.18-r0) 04:32:17 (11/12) Installing libzmq (4.3.2-r0) 04:32:17 (12/12) Installing zeromq-dev (4.3.2-r0) 04:32:17 Executing busybox-1.31.1-r16.trigger 04:32:17 OK: 233 MiB in 51 packages 04:32:21 Removing intermediate container ce712d192af4 04:32:21 ---> b5b70bfe6469 04:32:21 Step 4/7 : WORKDIR /edgex-go 04:32:21 ---> Running in 182a562184c9 04:32:21 Removing intermediate container 182a562184c9 04:32:21 ---> d06917cde161 04:32:21 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:32:21 latest: Pulling from library/docker 04:32:21 df20fa9351a1: Already exists 04:32:21 25ad7478873d: Pulling fs layer 04:32:21 4684f6177b5d: Pulling fs layer 04:32:21 46e300cec669: Pulling fs layer 04:32:21 63038576ad94: Pulling fs layer 04:32:21 0fdb76c4706c: Pulling fs layer 04:32:21 cb7edeffdfd5: Pulling fs layer 04:32:21 63038576ad94: Waiting 04:32:21 0fdb76c4706c: Waiting 04:32:21 cb7edeffdfd5: Waiting 04:32:21 4684f6177b5d: Verifying Checksum 04:32:21 4684f6177b5d: Download complete 04:32:22 25ad7478873d: Verifying Checksum 04:32:22 25ad7478873d: Download complete 04:32:22 63038576ad94: Verifying Checksum 04:32:22 63038576ad94: Download complete 04:32:22 0fdb76c4706c: Verifying Checksum 04:32:22 0fdb76c4706c: Download complete 04:32:22 cb7edeffdfd5: Verifying Checksum 04:32:22 cb7edeffdfd5: Download complete 04:32:22 25ad7478873d: Pull complete 04:32:22 4684f6177b5d: Pull complete 04:32:22 46e300cec669: Verifying Checksum 04:32:22 46e300cec669: Download complete 04:32:25 46e300cec669: Pull complete 04:32:25 63038576ad94: Pull complete 04:32:25 0fdb76c4706c: Pull complete 04:32:25 cb7edeffdfd5: Pull complete 04:32:25 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:32:25 Status: Downloaded newer image for docker:latest 04:32:27 ---> 92fff2c8b775 04:32:27 Step 6/7 : COPY go.mod . 04:32:27 ---> b296f1911a64 04:32:27 Step 7/7 : RUN go mod download 04:32:27 ---> Running in 10f8df8f88e6 04:32:29 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:32:29 go: finding github.com/BurntSushi/toml v0.3.1 04:32:29 go: finding github.com/OneOfOne/xxhash v1.2.5 04:32:29 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:32:29 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:32:29 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:32:29 go: finding github.com/bgentry/speakeasy v0.1.0 04:32:29 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:32:29 go: finding github.com/cloudflare/gokey v0.1.0 04:32:29 go: finding github.com/davecgh/go-spew v1.1.1 04:32:29 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:32:29 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:32:29 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:32:29 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:32:29 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:32:29 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:32:29 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:32:29 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:32:29 go: finding github.com/fatih/color v1.7.0 04:32:29 go: finding github.com/fsnotify/fsnotify v1.4.7 04:32:29 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:32:29 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:32:30 go: finding github.com/go-kit/kit v0.8.0 04:32:30 go: finding github.com/go-logfmt/logfmt v0.4.0 04:32:30 go: finding github.com/go-playground/assert/v2 v2.0.1 04:32:30 go: finding github.com/go-playground/locales v0.13.0 04:32:30 go: finding github.com/go-playground/universal-translator v0.17.0 04:32:30 go: finding github.com/go-playground/validator/v10 v10.3.0 04:32:30 go: finding github.com/go-redis/redis/v7 v7.2.0 04:32:30 go: finding github.com/go-stack/stack v1.8.0 04:32:30 go: finding github.com/golang/protobuf v1.3.2 04:32:30 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:32:30 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:32:30 go: finding github.com/google/uuid v1.1.0 04:32:30 go: finding github.com/gorilla/mux v1.7.1 04:32:30 go: finding github.com/hashicorp/consul/api v1.1.0 04:32:30 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:32:30 go: finding github.com/hashicorp/errwrap v1.0.0 04:32:30 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:32:30 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:32:30 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:32:30 go: finding github.com/hashicorp/go-multierror v1.0.0 04:32:30 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:32:30 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:32:30 go: finding github.com/hashicorp/go-syslog v1.0.0 04:32:30 go: finding github.com/hashicorp/go-uuid v1.0.1 04:32:30 go: finding github.com/hashicorp/go.net v0.0.1 04:32:30 go: finding github.com/hashicorp/golang-lru v0.5.0 04:32:30 go: finding github.com/hashicorp/logutils v1.0.0 04:32:30 go: finding github.com/hashicorp/mdns v1.0.0 04:32:30 go: finding github.com/hashicorp/memberlist v0.1.3 04:32:30 go: finding github.com/hashicorp/serf v0.8.2 04:32:30 go: finding github.com/hpcloud/tail v1.0.0 04:32:30 go: finding github.com/imdario/mergo v0.3.6 04:32:30 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:32:30 go: finding github.com/kr/pretty v0.1.0 04:32:30 go: finding github.com/kr/pty v1.1.1 04:32:31 go: finding github.com/kr/text v0.1.0 04:32:31 go: finding github.com/leodido/go-urn v1.2.0 04:32:31 go: finding github.com/mattn/go-colorable v0.0.9 04:32:31 go: finding github.com/mattn/go-isatty v0.0.3 04:32:31 go: finding github.com/miekg/dns v1.0.14 04:32:31 go: finding github.com/mitchellh/cli v1.0.0 04:32:31 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:32:31 go: finding github.com/mitchellh/copystructure v1.0.0 04:32:31 go: finding github.com/mitchellh/go-homedir v1.0.0 04:32:31 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:32:31 go: finding github.com/mitchellh/gox v0.4.0 04:32:31 go: finding github.com/mitchellh/iochan v1.0.0 04:32:31 go: finding github.com/mitchellh/mapstructure v1.1.2 04:32:31 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:32:31 go: finding github.com/onsi/ginkgo v1.10.1 04:32:31 go: finding github.com/onsi/gomega v1.7.0 04:32:31 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:32:31 go: finding github.com/pebbe/zmq4 v1.0.0 04:32:31 go: finding github.com/pelletier/go-toml v1.2.0 04:32:31 go: finding github.com/pkg/errors v0.8.1 04:32:31 go: finding github.com/pmezard/go-difflib v1.0.0 04:32:31 go: finding github.com/posener/complete v1.1.1 04:32:31 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:32:31 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:32:31 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:32:31 go: finding github.com/stretchr/objx v0.1.0 04:32:31 go: finding github.com/stretchr/testify v1.5.1 04:32:31 go: finding github.com/ugorji/go v1.1.4 04:32:31 go: finding github.com/x448/float16 v0.8.4 04:32:31 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:32:31 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:32:31 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:32:31 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:32:31 go: finding golang.org/x/text v0.3.2 04:32:31 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:32:31 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:32:31 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:32:31 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:32:31 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:32:31 go: finding gopkg.in/yaml.v2 v2.2.8 04:32:49 Removing intermediate container 10f8df8f88e6 04:32:49 ---> 4c3f6135240a 04:32:49 Successfully built 4c3f6135240a 04:32:49 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:32:50 + docker inspect -f . ci-base-image-x86_64 04:32:50 . [Pipeline] withDockerContainer 04:32:50 prd-centos7-docker-4c-2g-1383 does not seem to be running inside a container 04:32:50 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:32:51 $ docker top 2f3ef29282611d69aad07dec2478cba9e678bca2823e818da383a9bf0bddea52 -eo pid,comm [Pipeline] { [Pipeline] sh 04:32:51 + go version 04:32:51 go version go1.13.13 linux/amd64 [Pipeline] echo 04:32:51 ========================================================= 04:32:51 [edgeXBuildGoParallel] Running Tests and Build... 04:32:51 ========================================================= [Pipeline] sh 04:32:52 + make test 04:32:52 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:32:55 ? github.com/edgexfoundry/edgex-go [no test files] 04:33:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:33:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:33:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:33:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:33:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:33:11 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.012s 04:33:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:33:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:33:11 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:33:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.030s coverage: 46.6% of statements 04:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.049s coverage: 27.3% of statements 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.008s coverage: 100.0% of statements 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.008s coverage: 100.0% of statements 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.353s coverage: 77.5% of statements 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.078s coverage: 29.3% of statements 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.016s coverage: 100.0% of statements 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.009s coverage: 100.0% of statements 04:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.038s coverage: 89.8% of statements 04:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:33:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.038s coverage: 97.5% of statements 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:33:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.025s coverage: 100.0% of statements 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:33:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.021s coverage: 58.8% of statements 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:33:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.063s coverage: 63.5% of statements 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:33:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements 04:33:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.157s coverage: 55.9% of statements 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.843s coverage: 86.3% of statements 04:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.267s coverage: 72.2% of statements 04:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.113s coverage: 72.1% of statements 04:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.021s coverage: 82.4% of statements 04:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.045s coverage: 48.4% of statements 04:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements 04:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.010s coverage: 96.8% of statements 04:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.037s coverage: 26.9% of statements 04:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:33:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.123s coverage: 84.1% of statements 04:33:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.013s coverage: 100.0% of statements 04:33:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.024s coverage: 43.1% of statements 04:33:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:33:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:33:31 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 04:33:31 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:33:31 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.021s coverage: 83.8% of statements 04:33:31 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:33:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.060s coverage: 46.1% of statements 04:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:33:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.027s coverage: 100.0% of statements 04:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:33:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.021s coverage: 100.0% of statements 04:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:33:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.035s coverage: 100.0% of statements 04:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:33:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.068s coverage: 29.1% of statements 04:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:33:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements 04:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:33:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements 04:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:33:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 04:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:33:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements 04:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:33:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.008s coverage: 87.9% of statements 04:33:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:33:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:33:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements 04:33:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 04:33:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.008s coverage: 100.0% of statements 04:33:36 GO111MODULE=on go vet ./... 04:33:43 gofmt -l . 04:33:43 [ "`gofmt -l .`" = "" ] 04:33:44 ./bin/test-go-mod-tidy.sh 04:33:45 ./bin/test-attribution-txt.sh [Pipeline] sh 04:33:47 + ls -al . 04:33:47 total 556 04:33:47 drwxrwxr-x 10 1001 1001 4096 Jul 29 04:33 . 04:33:47 drwxr-xr-x 4 root root 30 Jul 29 04:32 .. 04:33:47 -rw-rw-r-- 1 1001 1001 11 Jul 29 04:30 .dockerignore 04:33:47 drwxrwxr-x 8 1001 1001 179 Jul 29 04:30 .git 04:33:47 drwxrwxr-x 3 1001 1001 60 Jul 29 04:30 .github 04:33:47 -rw-rw-r-- 1 1001 1001 924 Jul 29 04:30 .gitignore 04:33:47 drwx------ 3 1001 1001 47 Jul 29 04:31 .semver 04:33:47 -rw-rw-r-- 1 1001 1001 178 Jul 29 04:30 .sonarcloud.properties 04:33:47 -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:30 CONTRIBUTING.md 04:33:47 -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:30 Dockerfile.build 04:33:47 -rw-rw-r-- 1 1001 1001 911 Jul 29 04:30 Jenkinsfile 04:33:47 -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:30 LICENSE 04:33:47 -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:30 Makefile 04:33:47 -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:30 README.md 04:33:47 -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:30 SECURITY.md 04:33:47 -rw-rw-r-- 1 1001 1001 5 Jul 29 04:31 VERSION 04:33:47 -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:30 ZMQWindows.md 04:33:47 drwxrwxr-x 4 1001 1001 33 Jul 29 04:30 api 04:33:47 drwxrwxr-x 2 1001 1001 117 Jul 29 04:30 bin 04:33:47 drwxrwxr-x 15 1001 1001 4096 Jul 29 04:30 cmd 04:33:47 -rw-r--r-- 1 root root 457776 Jul 29 04:33 coverage.out 04:33:47 -rw-r--r-- 1 root root 1019 Jul 29 04:33 go.mod 04:33:47 -rw-r--r-- 1 root root 19185 Jul 29 04:33 go.sum 04:33:47 drwxrwxr-x 8 1001 1001 127 Jul 29 04:30 internal 04:33:47 drwxrwxr-x 4 1001 1001 71 Jul 29 04:30 snap 04:33:47 -rw-rw-r-- 1 1001 1001 168 Jul 29 04:30 version.go [Pipeline] sh 04:33:47 + '[' -e coverage.out ] 04:33:47 + chown 1001:1001 coverage.out [Pipeline] stash 04:33:47 Stashed 1 file(s) [Pipeline] sh 04:33:47 + make build 04:33:47 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:33:54 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:33:58 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: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:34:01 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:03 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:04 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: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:34:08 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:09 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:10 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:12 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:34: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 [Pipeline] } 04:34:15 $ docker stop --time=1 2f3ef29282611d69aad07dec2478cba9e678bca2823e818da383a9bf0bddea52 04:34:16 $ docker rm -f 2f3ef29282611d69aad07dec2478cba9e678bca2823e818da383a9bf0bddea52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:18 04:34:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:34:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:18 latest: Pulling from edgex-devops/edgex-compose 04:34:18 cbdbe7a5bc2a: Pulling fs layer 04:34:18 ca9280d653b3: Pulling fs layer 04:34:18 7e9c9ca2126c: Pulling fs layer 04:34:18 cbdbe7a5bc2a: Verifying Checksum 04:34:18 cbdbe7a5bc2a: Download complete 04:34:18 ca9280d653b3: Verifying Checksum 04:34:18 ca9280d653b3: Download complete 04:34:18 cbdbe7a5bc2a: Pull complete 04:34:19 7e9c9ca2126c: Verifying Checksum 04:34:19 7e9c9ca2126c: Download complete 04:34:19 ca9280d653b3: Pull complete 04:34:29 7e9c9ca2126c: Pull complete 04:34:29 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:34:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:34:29 prd-centos7-docker-4c-2g-1383 does not seem to be running inside a container 04:34:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:34:32 $ docker top 731defbca7c30b00fdb1a8d8fdf5b50f4e6e15ffdb5d5b11b3290630f66b7b60 -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:33 + docker-compose build --help 04:34:33 + grep parallel 04:34:34 --parallel Build images in parallel. [Pipeline] } 04:34:34 $ docker stop --time=1 731defbca7c30b00fdb1a8d8fdf5b50f4e6e15ffdb5d5b11b3290630f66b7b60 04:34:35 $ docker rm -f 731defbca7c30b00fdb1a8d8fdf5b50f4e6e15ffdb5d5b11b3290630f66b7b60 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:35 . [Pipeline] withDockerContainer 04:34:36 prd-centos7-docker-4c-2g-1383 does not seem to be running inside a container 04:34:36 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:34:36 $ docker top 024c6def93095f49e4ffa74917ac5df1979ed0d7709c646f4ad1e91b7e1332ee -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:37 + docker-compose -f ./docker-compose-build.yml build --parallel 04:34:38 Building docker-core-command-go ... 04:34:38 Building docker-core-data-go ... 04:34:38 Building docker-core-metadata-go ... 04:34:38 Building docker-security-proxy-setup-go ... 04:34:38 Building docker-security-secrets-setup-go ... 04:34:38 Building docker-security-secretstore-setup-go ... 04:34:38 Building docker-support-logging-go ... 04:34:38 Building docker-support-notifications-go ... 04:34:38 Building docker-support-scheduler-go ... 04:34:38 Building docker-sys-mgmt-agent-go ... 04:34:38 Building docker-core-metadata-go 04:34:38 Building docker-core-data-go 04:34:38 Building docker-support-logging-go 04:34:38 Building docker-support-scheduler-go 04:34:38 Building docker-support-notifications-go 04:34:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1388 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 04:34:41 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 04:34:46 using credential edgex-jenkins-ssh 04:34:46 Cloning the remote Git repository 04:34:46 Cloning with configured refspecs honoured and without tags 04:34:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:34:46 > git init /w/workspace/edgex-go/21 # timeout=10 04:34:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:34:46 > git --version # timeout=10 04:34:46 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:46 > 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:01 Fetching without tags 04:35:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:01 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 04:35:01 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:01 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:01 > 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:02 Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b 04:35:03 Merge succeeded, producing 9144f3fa4207addc26d88319ac36122f2f23b78e 04:35:03 Checking out Revision 9144f3fa4207addc26d88319ac36122f2f23b78e (PR-2610) 04:35:02 > git config core.sparsecheckout # timeout=10 04:35:02 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 04:35:03 > git remote # timeout=10 04:35:03 > git config --get remote.origin.url # timeout=10 04:35:03 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:03 > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 04:35:03 > git rev-parse HEAD^{commit} # timeout=10 04:35:03 > git config core.sparsecheckout # timeout=10 04:35:03 > git checkout -f 9144f3fa4207addc26d88319ac36122f2f23b78e # timeout=10 04:35:07 Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" 04:35:07 First time build. Skipping changelog. 04:35:07 > git rev-list --no-walk f9fd280a40995d5363073f0e0b531a7b47912b70 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:35:10 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:35:10 ---> 4c3f6135240a 04:35:10 Step 3/22 : WORKDIR /edgex-go 04:35:10 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:35:10 ---> 4c3f6135240a 04:35:10 Step 3/23 : WORKDIR /edgex-go 04:35:10 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:35:10 ---> 4c3f6135240a 04:35:10 Step 3/21 : WORKDIR /edgex-go 04:35:10 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:10 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:10 ---> 4c3f6135240a 04:35:10 Step 3/20 : WORKDIR /edgex-go 04:35:10 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:35:10 ---> 4c3f6135240a 04:35:10 Step 3/21 : WORKDIR /edgex-go 04:35:10 ---> Running in b1f98f6b9023 04:35:10 ---> Running in feaf8673f9b2 04:35:10 ---> Running in 1dda4f628cf5 04:35:10 ---> Running in 43427c43271e 04:35:10 ---> Running in 7854bd2b5373 04:35:10 Removing intermediate container 43427c43271e 04:35:10 ---> 960a1b8eda4d 04:35:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:10 Removing intermediate container b1f98f6b9023 04:35:10 ---> 7d2e671c75ab 04:35:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:10 Removing intermediate container 7854bd2b5373 04:35:10 ---> 92157098e32b 04:35:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:10 Removing intermediate container 1dda4f628cf5 04:35:10 ---> e76aef59be39 04:35:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:10 Removing intermediate container feaf8673f9b2 04:35:10 ---> f54b0b10888a 04:35:10 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:11 ---> Running in 7be41e1b7282 04:35:11 ---> Running in 92ed4262444f 04:35:11 ---> Running in 58d560df6915 04:35:11 ---> Running in f8224ba0655a 04:35:11 ---> Running in a59f11e94ab7 04:35:13 Removing intermediate container 58d560df6915 04:35:13 ---> aa34a46da1a5 04:35:13 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:35:13 ---> Running in daf035f4fd78 04:35:13 Removing intermediate container 92ed4262444f 04:35:13 ---> eff046543420 04:35:13 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:35:13 ---> Running in 743386c25931 04:35:13 Removing intermediate container a59f11e94ab7 04:35:13 ---> f6b7f8c2ab3c 04:35:13 Step 5/20 : RUN apk update && apk add make git 04:35:13 Removing intermediate container 7be41e1b7282 04:35:13 ---> bc3efe6429a5 04:35:13 Step 5/21 : RUN apk update && apk add make git 04:35:13 Removing intermediate container f8224ba0655a 04:35:13 ---> 168f828c4204 04:35:13 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:35:13 ---> Running in 8c2745741d24 04:35:13 ---> Running in 1203884f3f97 04:35:13 ---> Running in 9a86a155015c 04:35:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:15 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:15 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:15 OK: 12749 distinct packages available 04:35:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:15 OK: 233 MiB in 51 packages 04:35:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:15 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:15 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:15 OK: 12749 distinct packages available 04:35:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:15 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:15 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:15 OK: 12749 distinct packages available 04:35:15 OK: 233 MiB in 51 packages 04:35:16 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:16 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:16 OK: 12749 distinct packages available 04:35:16 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:16 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:16 OK: 12749 distinct packages available 04:35:16 Removing intermediate container daf035f4fd78 04:35:16 ---> 37052797de66 04:35:16 Step 6/23 : COPY go.mod . 04:35:16 OK: 233 MiB in 51 packages 04:35:16 OK: 233 MiB in 51 packages 04:35:16 OK: 233 MiB in 51 packages 04:35:16 OK: 233 MiB in 51 packages 04:35:16 ---> 59ae45d04495 04:35:16 Step 7/23 : RUN go mod download 04:35:16 Removing intermediate container 743386c25931 04:35:16 ---> a67f12f9c385 04:35:16 Step 6/22 : COPY go.mod . 04:35:17 ---> Running in 9f302819f7c9 04:35:17 Removing intermediate container 8c2745741d24 04:35:17 ---> 94d62f190f33 04:35:17 Step 6/21 : COPY go.mod . 04:35:17 ---> 8bcb8175b351 04:35:17 Step 7/22 : RUN go mod download 04:35:17 ---> Running in 501a6f3f7325 04:35:17 Removing intermediate container 1203884f3f97 04:35:17 ---> a6dde0f5bd30 04:35:17 Step 6/20 : COPY go.mod . 04:35:17 ---> 09e099bd8968 04:35:17 Step 7/21 : RUN go mod download 04:35:17 Removing intermediate container 9a86a155015c 04:35:17 ---> f72618fac874 04:35:17 Step 6/21 : COPY go.mod . 04:35:18 ---> 2317b96d787a 04:35:18 Step 7/20 : RUN go mod download 04:35:18 ---> Running in ae9790e64454 04:35:18 ---> Running in 87668730aeb0 04:35:18 ---> 0e3b1c7f51de 04:35:18 Step 7/21 : RUN go mod download 04:35:18 ---> Running in 94ee64361650 [Pipeline] echo 04:35:19 ========================================================= 04:35:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:35:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:35:20 Removing intermediate container 9f302819f7c9 04:35:20 ---> 810548e39996 04:35:20 Step 8/23 : COPY . . 04:35:20 Removing intermediate container 501a6f3f7325 04:35:20 ---> d051550f7c02 04:35:20 Step 8/22 : COPY . . 04:35:20 + 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:35:20 Removing intermediate container ae9790e64454 04:35:20 ---> f1e284a90d5c 04:35:20 Step 8/21 : COPY . . 04:35:24 Sending build context to Docker daemon 323.3MB 04:35:24 Step 1/7 : ARG BASE=golang:1.13-alpine 04:35:24 Step 2/7 : FROM ${BASE} 04:35:24 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:35:24 b538f80385f9: Pulling fs layer 04:35:24 74f711af9a0d: Pulling fs layer 04:35:24 99f96fe45779: Pulling fs layer 04:35:24 fd7a069fd194: Pulling fs layer 04:35:24 66aa3694b03b: Pulling fs layer 04:35:24 170f70906a0f: Pulling fs layer 04:35:24 ad7c5574e4b9: Pulling fs layer 04:35:24 e772456be8f7: Pulling fs layer 04:35:24 c890913d741a: Pulling fs layer 04:35:24 2480fcc9aa5a: Pulling fs layer 04:35:24 09adf4765672: Pulling fs layer 04:35:24 fd7a069fd194: Waiting 04:35:24 66aa3694b03b: Waiting 04:35:24 170f70906a0f: Waiting 04:35:24 ad7c5574e4b9: Waiting 04:35:24 e772456be8f7: Waiting 04:35:24 c890913d741a: Waiting 04:35:24 2480fcc9aa5a: Waiting 04:35:24 09adf4765672: Waiting 04:35:24 99f96fe45779: Verifying Checksum 04:35:24 99f96fe45779: Download complete 04:35:24 74f711af9a0d: Verifying Checksum 04:35:24 74f711af9a0d: Download complete 04:35:24 66aa3694b03b: Verifying Checksum 04:35:24 66aa3694b03b: Download complete 04:35:24 170f70906a0f: Download complete 04:35:24 b538f80385f9: Verifying Checksum 04:35:24 b538f80385f9: Download complete 04:35:24 Removing intermediate container 94ee64361650 04:35:24 ---> c0c821f33896 04:35:24 Step 8/21 : COPY . . 04:35:24 Removing intermediate container 87668730aeb0 04:35:24 ---> f5e5e867c62f 04:35:24 Step 8/20 : COPY . . 04:35:25 b538f80385f9: Pull complete 04:35:26 74f711af9a0d: Pull complete 04:35:27 99f96fe45779: Pull complete 04:35:28 ad7c5574e4b9: Verifying Checksum 04:35:28 ad7c5574e4b9: Download complete 04:35:28 c890913d741a: Verifying Checksum 04:35:28 c890913d741a: Download complete 04:35:30 2480fcc9aa5a: Verifying Checksum 04:35:30 2480fcc9aa5a: Download complete 04:35:30 09adf4765672: Verifying Checksum 04:35:30 09adf4765672: Download complete 04:35:30 e772456be8f7: Verifying Checksum 04:35:30 e772456be8f7: Download complete 04:35:31 fd7a069fd194: Verifying Checksum 04:35:31 fd7a069fd194: Download complete 04:35:43 fd7a069fd194: Pull complete 04:35:43 66aa3694b03b: Pull complete 04:35:43 170f70906a0f: Pull complete 04:35:46 ad7c5574e4b9: Pull complete 04:35:51 e772456be8f7: Pull complete 04:35:51 c890913d741a: Pull complete 04:35:53 2480fcc9aa5a: Pull complete 04:35:54 09adf4765672: Pull complete 04:35:54 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:35:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:35:54 ---> 2248a725d1cf 04:35:54 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:36:01 ---> Running in 2eed07f7af6c 04:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:36:03 ---> 1c53dc6cdac1 04:36:03 ---> 0a61dc40f032 04:36:03 Step 9/23 : RUN make cmd/support-notifications/support-notifications ---> 20849253f2b2 04:36:03 Step 9/22 : RUN make cmd/core-data/core-data 04:36:03 04:36:03 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:36:03 ---> 9127c08d65ac 04:36:03 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:36:03 ---> Running in bf5ab8f232a6 04:36:03 ---> Running in dcd9c583387f 04:36:03 ---> Running in eee0eb2fff20 04:36:03 ---> 25869cfdaa84 04:36:03 Step 9/21 : RUN make cmd/support-logging/support-logging 04:36:03 ---> Running in 2dc390e64a67 04:36:03 ---> Running in a1ca199a2f38 04:36:03 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:36:03 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:03 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:03 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:03 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:04 (1/12) Installing libmagic (5.38-r0) 04:36:05 (2/12) Installing file (5.38-r0) 04:36:05 (3/12) Installing libc-dev (0.7.2-r3) 04:36:05 (4/12) Installing g++ (9.3.0-r2) 04:36:17 (5/12) Installing fortify-headers (1.1-r0) 04:36:17 (6/12) Installing patch (2.7.6-r6) 04:36:17 (7/12) Installing build-base (0.5-r2) 04:36:17 (8/12) Installing libsodium (1.0.18-r0) 04:36:17 (9/12) Installing pkgconf (1.7.2-r0) 04:36:17 (10/12) Installing libsodium-dev (1.0.18-r0) 04:36:17 (11/12) Installing libzmq (4.3.2-r0) 04:36:17 (12/12) Installing zeromq-dev (4.3.2-r0) 04:36:17 Executing busybox-1.31.1-r16.trigger 04:36:17 OK: 217 MiB in 51 packages 04:36:22 Removing intermediate container 2eed07f7af6c 04:36:22 ---> 4a87ec942b6c 04:36:22 Step 4/7 : WORKDIR /edgex-go 04:36:22 ---> Running in 10a231cebeed 04:36:22 Removing intermediate container 10a231cebeed 04:36:22 ---> 994f00f2833e 04:36:22 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:36:22 latest: Pulling from library/docker 04:36:23 b538f80385f9: Already exists 04:36:23 259a493cd78d: Pulling fs layer 04:36:23 b8e66b5100f5: Pulling fs layer 04:36:23 39dc9c94d07c: Pulling fs layer 04:36:23 551b823b3b82: Pulling fs layer 04:36:23 3c52a74df98c: Pulling fs layer 04:36:23 6c9b121b6998: Pulling fs layer 04:36:23 551b823b3b82: Waiting 04:36:23 3c52a74df98c: Waiting 04:36:23 6c9b121b6998: Waiting 04:36:23 b8e66b5100f5: Verifying Checksum 04:36:23 b8e66b5100f5: Download complete 04:36:23 259a493cd78d: Verifying Checksum 04:36:23 259a493cd78d: Download complete 04:36:23 551b823b3b82: Download complete 04:36:23 3c52a74df98c: Verifying Checksum 04:36:23 3c52a74df98c: Download complete 04:36:23 6c9b121b6998: Verifying Checksum 04:36:23 6c9b121b6998: Download complete 04:36:24 259a493cd78d: Pull complete 04:36:24 b8e66b5100f5: Pull complete 04:36:24 39dc9c94d07c: Verifying Checksum 04:36:24 39dc9c94d07c: Download complete 04:36:27 39dc9c94d07c: Pull complete 04:36:27 551b823b3b82: Pull complete 04:36:28 3c52a74df98c: Pull complete 04:36:28 6c9b121b6998: Pull complete 04:36:28 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:36:28 Status: Downloaded newer image for docker:latest 04:36:32 ---> bfd6d964c654 04:36:32 Step 6/7 : COPY go.mod . 04:36:32 ---> 55e55c5d905e 04:36:32 Step 7/7 : RUN go mod download 04:36:32 ---> Running in 94e0d0f1792e 04:36:36 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:36:36 go: finding github.com/BurntSushi/toml v0.3.1 04:36:36 go: finding github.com/OneOfOne/xxhash v1.2.5 04:36:36 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:36:36 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:36:36 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:36:36 go: finding github.com/bgentry/speakeasy v0.1.0 04:36:36 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:36:36 go: finding github.com/cloudflare/gokey v0.1.0 04:36:36 go: finding github.com/davecgh/go-spew v1.1.1 04:36:36 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:36:36 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:36:36 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:36:36 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:36:36 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:36:36 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:36:36 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:36:36 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:36:36 go: finding github.com/fatih/color v1.7.0 04:36:36 go: finding github.com/fsnotify/fsnotify v1.4.7 04:36:36 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:36:36 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:36:36 go: finding github.com/go-kit/kit v0.8.0 04:36:36 go: finding github.com/go-logfmt/logfmt v0.4.0 04:36:36 go: finding github.com/go-playground/assert/v2 v2.0.1 04:36:36 go: finding github.com/go-playground/locales v0.13.0 04:36:36 go: finding github.com/go-playground/universal-translator v0.17.0 04:36:36 go: finding github.com/go-playground/validator/v10 v10.3.0 04:36:36 go: finding github.com/go-redis/redis/v7 v7.2.0 04:36:36 go: finding github.com/go-stack/stack v1.8.0 04:36:36 go: finding github.com/golang/protobuf v1.3.2 04:36:36 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:36:36 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:36:36 go: finding github.com/google/uuid v1.1.0 04:36:36 go: finding github.com/gorilla/mux v1.7.1 04:36:36 go: finding github.com/hashicorp/consul/api v1.1.0 04:36:36 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:36:36 go: finding github.com/hashicorp/errwrap v1.0.0 04:36:36 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:36:36 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:36:36 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:36:36 go: finding github.com/hashicorp/go-multierror v1.0.0 04:36:36 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:36:36 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:36:36 go: finding github.com/hashicorp/go-syslog v1.0.0 04:36:36 go: finding github.com/hashicorp/go-uuid v1.0.1 04:36:36 go: finding github.com/hashicorp/go.net v0.0.1 04:36:36 go: finding github.com/hashicorp/golang-lru v0.5.0 04:36:36 go: finding github.com/hashicorp/logutils v1.0.0 04:36:36 go: finding github.com/hashicorp/mdns v1.0.0 04:36:36 go: finding github.com/hashicorp/memberlist v0.1.3 04:36:36 go: finding github.com/hashicorp/serf v0.8.2 04:36:36 go: finding github.com/hpcloud/tail v1.0.0 04:36:36 go: finding github.com/imdario/mergo v0.3.6 04:36:36 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:36:36 go: finding github.com/kr/pretty v0.1.0 04:36:36 go: finding github.com/kr/pty v1.1.1 04:36:36 go: finding github.com/kr/text v0.1.0 04:36:36 go: finding github.com/leodido/go-urn v1.2.0 04:36:36 go: finding github.com/mattn/go-colorable v0.0.9 04:36:36 go: finding github.com/mattn/go-isatty v0.0.3 04:36:36 go: finding github.com/miekg/dns v1.0.14 04:36:36 go: finding github.com/mitchellh/cli v1.0.0 04:36:37 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:36:37 go: finding github.com/mitchellh/copystructure v1.0.0 04:36:37 go: finding github.com/mitchellh/go-homedir v1.0.0 04:36:37 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:36:37 go: finding github.com/mitchellh/gox v0.4.0 04:36:37 go: finding github.com/mitchellh/iochan v1.0.0 04:36:37 go: finding github.com/mitchellh/mapstructure v1.1.2 04:36:37 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:36:37 go: finding github.com/onsi/ginkgo v1.10.1 04:36:37 go: finding github.com/onsi/gomega v1.7.0 04:36:37 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:36:37 go: finding github.com/pebbe/zmq4 v1.0.0 04:36:37 go: finding github.com/pelletier/go-toml v1.2.0 04:36:37 go: finding github.com/pkg/errors v0.8.1 04:36:37 go: finding github.com/pmezard/go-difflib v1.0.0 04:36:37 go: finding github.com/posener/complete v1.1.1 04:36:37 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:36:37 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:36:37 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:36:37 go: finding github.com/stretchr/objx v0.1.0 04:36:37 go: finding github.com/stretchr/testify v1.5.1 04:36:37 go: finding github.com/ugorji/go v1.1.4 04:36:37 go: finding github.com/x448/float16 v0.8.4 04:36:37 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:36:37 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:36:37 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:36:37 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:36:37 go: finding golang.org/x/text v0.3.2 04:36:37 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:36:37 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:36:37 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:36:37 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:36:37 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:36:37 go: finding gopkg.in/yaml.v2 v2.2.8 04:36:42 Removing intermediate container a1ca199a2f38 04:36:42 ---> fa7fd529ab0d 04:36:42 04:36:42 Step 10/21 : FROM scratch 04:36:42 ---> 04:36:42 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:36:42 ---> Running in 637dc07127c9 04:36:42 Removing intermediate container 637dc07127c9 04:36:42 ---> 648b5580b369 04:36:42 Step 12/21 : ENV APP_PORT=48061 04:36:43 ---> Running in 148b8e77f082 04:36:43 Removing intermediate container 148b8e77f082 04:36:43 ---> 4e8173efa04f 04:36:43 Step 13/21 : EXPOSE $APP_PORT 04:36:43 ---> Running in ac3718939209 04:36:43 Removing intermediate container ac3718939209 04:36:43 ---> 442d5c9f71b7 04:36:43 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:36:48 ---> 71a7ba429845 04:36:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:36:49 Removing intermediate container 2dc390e64a67 04:36:49 ---> 526dfcc376c4 04:36:49 04:36:49 Step 10/20 : FROM scratch 04:36:49 ---> 04:36:49 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:49 Removing intermediate container dcd9c583387f 04:36:49 ---> a8e79066c49b 04:36:49 04:36:49 Step 10/23 : FROM scratch 04:36:49 ---> 04:36:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:36:49 ---> Using cache 04:36:49 ---> 648b5580b369 04:36:49 Step 12/23 : ENV APP_PORT=48060 04:36:50 ---> Running in b906aa6b305b 04:36:50 ---> 36064c8630e1 04:36:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:36:50 ---> Running in 7d6308614d96 04:36:53 Removing intermediate container b906aa6b305b 04:36:53 ---> 4957df152441 04:36:53 Step 12/20 : ENV APP_PORT=48085 04:36:54 Removing intermediate container 7d6308614d96 04:36:54 ---> 91f2c0463d69 04:36:54 Step 13/23 : EXPOSE $APP_PORT 04:36:54 ---> a38267286375 04:36:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:36:54 ---> Running in c6b305361656 04:36:54 ---> Running in f7466199deb4 04:36:54 Removing intermediate container bf5ab8f232a6 04:36:54 ---> f5030224bb33 04:36:54 04:36:54 Step 10/21 : FROM scratch 04:36:54 ---> 04:36:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:54 ---> Using cache 04:36:54 ---> 4957df152441 04:36:54 Step 12/21 : ENV APP_PORT=48081 04:36:54 ---> Running in 9b61b2e4cb48 04:36:54 Removing intermediate container f7466199deb4 04:36:54 ---> 5163de025f6b 04:36:54 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:36:54 Removing intermediate container c6b305361656 04:36:54 ---> 3657c6139dbe 04:36:54 Step 13/20 : EXPOSE $APP_PORT 04:36:54 Removing intermediate container 9b61b2e4cb48 04:36:54 ---> 9527791891df 04:36:54 Step 13/21 : EXPOSE $APP_PORT 04:36:54 ---> 3778459f0973 04:36:54 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:36:55 ---> Running in 92cb8e5307c7 04:36:55 ---> Running in effc7eceb267 04:36:56 ---> 435eed1d31dd 04:36:56 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:36:56 ---> Running in 7d1e755a2b24 04:36:56 Removing intermediate container 92cb8e5307c7 04:36:56 ---> 7be5a21f8ee1 04:36:56 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:36:56 Removing intermediate container effc7eceb267 04:36:56 ---> 382b6b6d1c0d 04:36:56 Step 14/21 : WORKDIR / 04:36:56 Removing intermediate container eee0eb2fff20 04:36:56 ---> a9a7f3407ead 04:36:56 04:36:56 Step 10/22 : FROM alpine 04:36:57 ---> Running in fc97d21508b0 04:36:57 Removing intermediate container 7d1e755a2b24 04:36:57 ---> e44c965699ce 04:36:57 Step 19/21 : LABEL arch=x86_64 04:36:57 latest: Pulling from library/alpine 04:36:58 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:36:59 Status: Downloaded newer image for alpine:latest 04:36:59 ---> Running in 3673634c65f7 04:36:59 ---> f8e3e15e48e7 04:36:59 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:36:59 ---> a24bb4013296 04:36:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:59 ---> 5c3e778f9eb0 04:36:59 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:36:59 Removing intermediate container fc97d21508b0 04:36:59 ---> a56c7784a3cb 04:36:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:36:59 ---> Running in 02ac617f3d17 04:36:59 Removing intermediate container 3673634c65f7 04:36:59 ---> ce27c3711a33 04:36:59 Step 20/21 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:36:59 Removing intermediate container 94e0d0f1792e 04:36:59 ---> fdef46375fae 04:36:59 Successfully built fdef46375fae 04:36:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] } 04:37:00 ---> Running in e9fb672b51b0 04:37:00 Removing intermediate container 02ac617f3d17 04:37:00 ---> 711e4c691bcf 04:37:00 Step 12/22 : ENV APP_PORT=48080 04:37:00 ---> 95e7fd8b2b9c 04:37:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 04:37:00 ---> Running in cf07206503cb [Pipeline] isUnix [Pipeline] sh 04:37:00 Removing intermediate container e9fb672b51b0 04:37:00 ---> 34f805d89b6c 04:37:00 Step 21/21 : LABEL version=0.0.0 04:37:00 ---> 159c99c33c1d 04:37:00 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:37:00 ---> dd2382b5f033 04:37:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:37:00 ---> Running in e72b96542af8 04:37:00 Removing intermediate container cf07206503cb 04:37:00 ---> 843ce2792b1d 04:37:00 Step 13/22 : EXPOSE $APP_PORT 04:37:00 + docker inspect -f . ci-base-image-arm64 04:37:00 . [Pipeline] withDockerContainer 04:37:00 ---> 5368df1ec1eb 04:37:00 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:37:00 ---> Running in 3666bee83857 04:37:00 ---> d107b8ee380f 04:37:00 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:00 prd-ubuntu18.04-docker-arm64-4c-16g-1388 does not seem to be running inside a container 04:37:01 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:37:01 ---> 559f00f288fe 04:37:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:37:01 Removing intermediate container e72b96542af8 04:37:01 ---> cb74e2326198 04:37:01 04:37:01 ---> Running in 7123ffc93ec4 04:37:01 Removing intermediate container 3666bee83857 04:37:01 ---> 2c5dec2d47d8 04:37:01 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:01 Successfully built cb74e2326198 04:37:01 ---> e72bf3b7d4f9 04:37:01 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:01 Successfully tagged docker-support-logging-go:latest 04:37:01 Building docker-sys-mgmt-agent-go 04:37:01  Building docker-support-logging-go ... done  ---> Running in 4527be6a559d 04:37:01 Removing intermediate container 7123ffc93ec4 04:37:01 ---> 80892cc3573f 04:37:01 Step 18/20 : LABEL arch=x86_64 04:37:01 ---> Running in 31e876a5eb51 04:37:01 ---> Running in 414f7140b44c 04:37:01 ---> f457b2ddd1da 04:37:01 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:37:02 Removing intermediate container 31e876a5eb51 04:37:02 ---> 6e3a15f5dd49 04:37:02 Step 19/21 : LABEL arch=x86_64 04:37:02 ---> Running in b4c3da08f833 04:37:02 Removing intermediate container 414f7140b44c 04:37:02 ---> 622d445c7d3b 04:37:02 Step 19/20 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:37:02 $ docker top 43431a1e0cb19427d783e66f97e32de66e33985f7f12206e8360fdff62e47df8 -eo pid,comm 04:37:02 ---> 15ae8125c628 04:37:02 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:02 ---> Running in e37e8007da40 04:37:02 Removing intermediate container b4c3da08f833 04:37:02 ---> 987160ae8ff5 04:37:02 Step 20/21 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:37:02 ---> Running in 4ba88b5349e3 [Pipeline] { [Pipeline] sh 04:37:03 + go version 04:37:03 go version go1.13.13 linux/arm64 [Pipeline] echo 04:37:03 ========================================================= 04:37:03 [edgeXBuildGoParallel] Running Tests and Build... 04:37:03 ========================================================= [Pipeline] sh 04:37:03 ---> Running in 0e329c3dd9d5 04:37:04 + make test 04:37:04 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:37:05 Removing intermediate container e37e8007da40 04:37:05 ---> c4f865f55f39 04:37:05 Step 20/20 : LABEL version=0.0.0 04:37:05 Removing intermediate container 4ba88b5349e3 04:37:05 ---> 3160e91dcfff 04:37:05 Step 21/23 : LABEL arch=x86_64 04:37:06 Removing intermediate container 0e329c3dd9d5 04:37:06 ---> e835774cdb06 04:37:06 Step 21/21 : LABEL version=0.0.0 04:37:06 ---> Running in a2051b7915f3 04:37:06 ---> Running in d2266cfc0986 04:37:06 ---> Running in ef17eb35cda6 04:37:06 ? github.com/edgexfoundry/edgex-go [no test files] 04:37:07 Removing intermediate container 4527be6a559d 04:37:07 ---> a51116772348 04:37:07 Step 15/22 : RUN apk --no-cache add zeromq 04:37:07 Removing intermediate container d2266cfc0986 04:37:07 ---> 0f7d9ca640e5 04:37:07 Step 22/23 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:37:08 Removing intermediate container a2051b7915f3 04:37:08 ---> fa7773f9462f 04:37:08 04:37:08 ---> Running in 9fcfb729dc17 04:37:08 Removing intermediate container ef17eb35cda6 04:37:08 ---> a6fb473939db 04:37:08 04:37:08 Successfully built fa7773f9462f 04:37:08 Successfully built a6fb473939db 04:37:08 Successfully tagged docker-support-scheduler-go:latest 04:37:08  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 04:37:08 Successfully tagged docker-core-metadata-go:latest 04:37:08  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go 04:37:11 ---> Running in 78a21da00eaf 04:37:17 Removing intermediate container 78a21da00eaf 04:37:17 ---> 6f53435ba38e 04:37:17 Step 23/23 : LABEL version=0.0.0 04:37:17 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:37:17 ---> 4c3f6135240a 04:37:17 Step 3/26 : WORKDIR /edgex-go 04:37:17 ---> Using cache 04:37:17 ---> f54b0b10888a 04:37:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:17 ---> Using cache 04:37:17 ---> f6b7f8c2ab3c 04:37:17 Step 5/26 : RUN apk update && apk add make bash git 04:37:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:17 ---> Running in a95d183691cb 04:37:17 ---> Running in ece0ff89a38f 04:37:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:18 Removing intermediate container ece0ff89a38f 04:37:18 ---> d883a86a6cc0 04:37:18 04:37:18 Successfully built d883a86a6cc0 04:37:18 Successfully tagged docker-support-notifications-go:latest 04:37:18  Building docker-support-notifications-go ... done Building docker-core-command-go 04:37:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:18 (1/5) Installing libgcc (9.3.0-r2) 04:37:19 (2/5) Installing libsodium (1.0.18-r0) 04:37:19 (3/5) Installing libstdc++ (9.3.0-r2) 04:37:19 (4/5) Installing libzmq (4.3.2-r0) 04:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:19 (5/5) Installing zeromq (4.3.2-r0) 04:37:20 Executing busybox-1.31.1-r16.trigger 04:37:20 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:20 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:20 OK: 12749 distinct packages available 04:37:20 OK: 8 MiB in 19 packages 04:37:21 OK: 233 MiB in 51 packages 04:37:29 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:37:29 ---> 4c3f6135240a 04:37:29 Step 3/26 : WORKDIR /edgex-go 04:37:29 ---> Using cache 04:37:29 ---> f54b0b10888a 04:37:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:29 ---> Using cache 04:37:29 ---> f6b7f8c2ab3c 04:37:29 Step 5/26 : RUN apk update && apk add make git 04:37:29 ---> Using cache 04:37:29 ---> a6dde0f5bd30 04:37:29 Step 6/26 : COPY go.mod . 04:37:29 ---> Using cache 04:37:29 ---> 2317b96d787a 04:37:29 Step 7/26 : RUN go mod download 04:37:29 ---> Using cache 04:37:29 ---> f5e5e867c62f 04:37:29 Step 8/26 : COPY . . 04:37:29 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:29 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:37:29 ---> 4c3f6135240a 04:37:29 Step 3/29 : WORKDIR /edgex-go 04:37:29 ---> Using cache 04:37:29 ---> f54b0b10888a 04:37:29 Step 4/29 : RUN apk update && apk add make git 04:37:29 ---> Using cache 04:37:29 ---> 9127c08d65ac 04:37:29 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:37:31 ---> Running in c4fc585eb361 04:37:31 ---> Running in b7e124fc1000 04:37:31 Removing intermediate container a95d183691cb 04:37:31 ---> 913526d4d54e 04:37:31 Step 6/26 : COPY go.mod . 04:37:31 Removing intermediate container 9fcfb729dc17 04:37:31 ---> 24e1117e557a 04:37:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:37:33 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:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:33 ---> e550ae47ac6d 04:37:33 Step 7/26 : RUN go mod download 04:37:33 ---> a2d8b0466c75 04:37:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:37:33 ---> Running in c4d2c589c5b0 04:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:34 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:34 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:34 OK: 12749 distinct packages available 04:37:35 OK: 233 MiB in 51 packages 04:37:35 ---> fcff1ae6c7f2 04:37:35 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:37:36 ---> d325fbf43e07 04:37:36 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:37 ---> Running in 14116d76e46b 04:37:37 Removing intermediate container b7e124fc1000 04:37:37 ---> 86bdf538334c 04:37:37 Step 5/29 : COPY go.mod . 04:37:38 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:38 ---> 4c3f6135240a 04:37:38 Step 3/21 : WORKDIR /edgex-go 04:37:38 ---> Using cache 04:37:38 ---> f54b0b10888a 04:37:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:38 ---> Using cache 04:37:38 ---> f6b7f8c2ab3c 04:37:38 Step 5/21 : RUN apk update && apk add make git 04:37:38 ---> Using cache 04:37:38 ---> a6dde0f5bd30 04:37:38 Step 6/21 : COPY go.mod . 04:37:38 ---> Using cache 04:37:38 ---> 2317b96d787a 04:37:38 Step 7/21 : RUN go mod download 04:37:38 ---> Using cache 04:37:38 ---> f5e5e867c62f 04:37:38 Step 8/21 : COPY . . 04:37:38 ---> Using cache 04:37:38 ---> 9127c08d65ac 04:37:38 Step 9/21 : RUN make cmd/core-command/core-command 04:37:38 Removing intermediate container 14116d76e46b 04:37:38 ---> a7c520340990 04:37:38 Step 20/22 : LABEL arch=x86_64 04:37:38 Removing intermediate container c4d2c589c5b0 04:37:38 ---> f53ffc9b7b8b 04:37:38 Step 8/26 : COPY . . 04:37:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:37:39 ---> fd22e3b8519b 04:37:39 Step 6/29 : RUN go mod download 04:37:39 ---> Running in 0435e8b47bca 04:37:39 ---> Running in af6f7aece69c 04:37:39 ---> Running in 277c3e58620a 04:37:40 Removing intermediate container 0435e8b47bca 04:37:40 ---> bbe571cc4bbd 04:37:40 Step 21/22 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:37:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:37:43 ---> Running in e853c13ba06b 04:37:45 Removing intermediate container e853c13ba06b 04:37:45 ---> 0f4bbe5b7c9b 04:37:45 Step 22/22 : LABEL version=0.0.0 04:37:47 ---> Running in 18d22ccb9d1e 04:37:50 Removing intermediate container 18d22ccb9d1e 04:37:50 ---> 0c2155fc6940 04:37:50 04:37:50 Removing intermediate container 277c3e58620a 04:37:50 ---> 495c82f949e8 04:37:50 Step 7/29 : COPY . . 04:37:50 Successfully built 0c2155fc6940 04:37:50 Successfully tagged docker-core-data-go:latest 04:37:50  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:37:54 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:37:54 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:37:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:37:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:37:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:37:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:37:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:38:03 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:38:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements 04:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:38:08 ---> 85132fd2683d 04:38:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:38:08 ---> Running in db8ffecf3f9d 04:38:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.226s coverage: 27.3% of statements 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:38:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.359s coverage: 77.5% of statements 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:38:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:38:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.356s coverage: 29.3% of statements 04:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:38:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.041s coverage: 100.0% of statements 04:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:38:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements 04:38:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:38:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.063s coverage: 89.8% of statements 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:38:21 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:21 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:38:21 ---> 4c3f6135240a 04:38:21 Step 3/20 : WORKDIR /edgex-go 04:38:21 ---> Using cache 04:38:21 ---> f54b0b10888a 04:38:21 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:21 ---> Using cache 04:38:21 ---> f6b7f8c2ab3c 04:38:21 Step 5/20 : RUN apk update && apk add make git 04:38:21 ---> Using cache 04:38:21 ---> a6dde0f5bd30 04:38:21 Step 6/20 : COPY go.mod . 04:38:21 ---> Using cache 04:38:21 ---> 2317b96d787a 04:38:21 Step 7/20 : RUN go mod download 04:38:21 ---> Using cache 04:38:21 ---> f5e5e867c62f 04:38:21 Step 8/20 : COPY . . 04:38:21 ---> Using cache 04:38:21 ---> 9127c08d65ac 04:38:21 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements 04:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:38:22 ---> Running in 5a5df8eabb95 04:38:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.044s coverage: 100.0% of statements 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:38:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:38:23 Removing intermediate container af6f7aece69c 04:38:23 ---> 9a59c9da7f89 04:38:23 04:38:23 Step 10/21 : FROM scratch 04:38:23 ---> 04:38:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:38:23 ---> 9082f3254465 04:38:23 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:38:24 ---> Running in d5adedf48bb9 04:38:24 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:38:24 ---> Using cache 04:38:24 ---> 4957df152441 04:38:24 Step 12/21 : ENV APP_PORT=48082 04:38:24 ---> Running in 8852498d529a 04:38: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:38:25 Removing intermediate container 8852498d529a 04:38:25 ---> f84b663e4bb6 04:38:25 Step 13/21 : EXPOSE $APP_PORT 04:38:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 63.5% of statements 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:38:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 04:38:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 55.9% of statements 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:38:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:38:26 ---> Running in b1e1e9e6177c 04:38:26 Removing intermediate container c4fc585eb361 04:38:26 ---> aa5236746db1 04:38:26 04:38:26 Step 10/26 : FROM alpine:3.10 04:38:26 Removing intermediate container b1e1e9e6177c 04:38:26 ---> 1f7efbcf9552 04:38:26 Step 14/21 : WORKDIR / 04:38:27 ---> Running in 99f66a7db868 04:38:27 3.10: Pulling from library/alpine 04:38:27 Removing intermediate container 99f66a7db868 04:38:27 ---> e344b535fa1f 04:38:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:38:27 ---> 6ecb968e85d2 04:38:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:38:29 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:38:30 ---> 51e7494d6a91 04:38:30 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:38:30 Status: Downloaded newer image for alpine:3.10 04:38:30 ---> be4e4bea2c2e 04:38:30 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:38:31 ---> Running in 806ea0cb2090 04:38:31 ---> 6055b01a1e8a 04:38:31 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:31 ---> Running in 46e807c012c1 04:38:32 Removing intermediate container 46e807c012c1 04:38:32 ---> a2f534cde5e2 04:38:32 Step 19/21 : LABEL arch=x86_64 04:38:32 ---> Running in 58bf33eccd0b 04:38:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:38:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:38:32 Removing intermediate container 58bf33eccd0b 04:38:32 ---> 4459087c9c33 04:38:32 Step 20/21 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:38:32 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:38:32 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:38:32 OK: 10346 distinct packages available 04:38:32 ---> Running in a985ce4e0a83 04:38:32 Removing intermediate container a985ce4e0a83 04:38:32 ---> e0005e1bd891 04:38:32 Step 21/21 : LABEL version=0.0.0 04:38:32 (1/5) Installing ca-certificates (20191127-r2) 04:38:32 ---> Running in 28039d942297 04:38:32 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:38:32 (3/5) Installing libcurl (7.66.0-r0) 04:38:32 (4/5) Installing curl (7.66.0-r0) 04:38:32 (5/5) Installing dumb-init (1.2.2-r1) 04:38:32 Executing busybox-1.30.1-r3.trigger 04:38:32 Executing ca-certificates-20191127-r2.trigger 04:38:33 OK: 7 MiB in 19 packages 04:38:33 Removing intermediate container 28039d942297 04:38:33 ---> 25c8d91a540b 04:38:33 04:38:34 Successfully built 25c8d91a540b 04:38:34 Successfully tagged docker-core-command-go:latest 04:38:35  Building docker-core-command-go ... done Removing intermediate container 806ea0cb2090 04:38:35 ---> 7f1325f12e53 04:38:35 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:38:35 ---> Running in a90ecff670cd 04:38:35 Removing intermediate container a90ecff670cd 04:38:35 ---> 851a4abe8eee 04:38:35 Step 13/26 : WORKDIR / 04:38:35 ---> Running in df5bfce684b5 04:38:35 Removing intermediate container df5bfce684b5 04:38:35 ---> e972b152a486 04:38:35 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:38:37 ---> fc2aacaa2c79 04:38:37 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:38:38 Removing intermediate container db8ffecf3f9d 04:38:38 ---> 13352c9df4bf 04:38:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:38:38 ---> Running in d55d2b8c955c 04:38:39 ---> e6351bc92767 04:38:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:38:39 ---> b33dc26a800f 04:38:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:38:39 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:38:39 ---> a511ae578854 04:38:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.128s coverage: 86.3% of statements 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.954s coverage: 72.2% of statements 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.406s coverage: 72.1% of statements 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.025s coverage: 48.4% of statements 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.020s coverage: 28.8% of statements 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.084s coverage: 96.8% of statements 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 26.9% of statements 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.279s coverage: 84.1% of statements 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 04:38:40 ---> 709da700a236 04:38:40 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:38:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.058s coverage: 43.1% of statements 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:38:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.027s coverage: 100.0% of statements 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:38:41 ---> 953fc68f8cc6 04:38:41 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:38:42 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.081s coverage: 83.8% of statements 04:38:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:38:42 Removing intermediate container d55d2b8c955c 04:38:42 ---> 1df29b43ce5b 04:38:42 04:38:42 Step 11/26 : FROM docker:latest 04:38:42 ---> 81f5749c9058 04:38:42 Step 12/26 : RUN apk add --no-cache bash 04:38:42 ---> 10be8441920d 04:38:42 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:38:42 ---> Running in 2a930c7ed9bc 04:38:44 ---> 896e26ba8c8b 04:38:44 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:38:44 ---> Running in b5242f3451b1 04:38:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:44 (1/2) Installing readline (8.0.4-r0) 04:38:44 (2/2) Installing bash (5.0.17-r0) 04:38:44 Executing bash-5.0.17-r0.post-install 04:38:44 Executing busybox-1.31.1-r16.trigger 04:38:44 OK: 12 MiB in 22 packages 04:38:44 Removing intermediate container d5adedf48bb9 04:38:44 ---> ce630e5c4cea 04:38:44 04:38:44 Step 9/29 : FROM alpine:latest 04:38:44 ---> a24bb4013296 04:38:44 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:38:46 ---> Running in 831cf93a2189 04:38:46 Removing intermediate container 5a5df8eabb95 04:38:46 ---> f5b82d7919cc 04:38:46 04:38:46 Step 10/20 : FROM alpine 04:38:46 ---> a24bb4013296 04:38:46 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:38:46 ---> Running in d28ab23db415 04:38:46 Removing intermediate container 831cf93a2189 04:38:46 ---> 3e82973b8bf8 04:38:46 Step 11/29 : USER root 04:38:47 ---> Running in a59bbaeb9cb4 04:38:47 Removing intermediate container 2a930c7ed9bc 04:38:47 ---> da5e50d2f0fa 04:38:47 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:38:47 ---> Running in 50093c26eb1a 04:38:47 Removing intermediate container a59bbaeb9cb4 04:38:47 ---> 69a0948c1da5 04:38:47 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:47 ---> Running in f750396efb64 04:38:47 Removing intermediate container b5242f3451b1 04:38:47 ---> 0872b37b5d11 04:38:47 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:38:47 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:38:47 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:38:47 OK: 12749 distinct packages available 04:38:47 ---> Running in 360e943c6672 04:38:48 (1/4) Installing ca-certificates (20191127-r4) 04:38:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:38:48 (3/4) Installing libcurl (7.69.1-r0) 04:38:48 (4/4) Installing curl (7.69.1-r0) 04:38:48 Executing busybox-1.31.1-r16.trigger 04:38:48 Executing ca-certificates-20191127-r4.trigger 04:38:48 OK: 7 MiB in 18 packages 04:38:48 Removing intermediate container 360e943c6672 04:38:48 ---> e1ca0130727b 04:38:48 Step 24/26 : LABEL arch=x86_64 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.237s coverage: 46.1% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.038s coverage: 100.0% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:38:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:49 ---> Running in 6a053d666c97 04:38:49 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:38:49 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:38:49 OK: 12749 distinct packages available 04:38:49 Removing intermediate container 6a053d666c97 04:38:49 ---> f93cddf3d4e6 04:38:49 Step 25/26 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:38:49 (1/2) Installing ca-certificates (20191127-r4) 04:38:49 (2/2) Installing dumb-init (1.2.2-r1) 04:38:49 Executing busybox-1.31.1-r16.trigger 04:38:49 Executing ca-certificates-20191127-r4.trigger 04:38:49 Removing intermediate container 50093c26eb1a 04:38:49 ---> c25a21316d55 04:38:49 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:38:49 OK: 6 MiB in 16 packages 04:38:51 ---> Running in cab605473905 04:38:51 ---> Running in 48eff6f3a565 04:38:51 Removing intermediate container d28ab23db415 04:38:51 ---> 782dcef1a826 04:38:51 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:38:51 ---> Running in 963ccbfe165a 04:38:51 Removing intermediate container cab605473905 04:38:51 ---> 9b2559a7c700 04:38:51 Step 26/26 : LABEL version=0.0.0 04:38:52 Removing intermediate container 48eff6f3a565 04:38:52 ---> 195e7321d054 04:38:52 Step 15/26 : ENV APP_PORT=48090 04:38:52 ---> Running in 6d0f12308793 04:38:52 ---> Running in 11c6b6e531b2 04:38:52 Removing intermediate container 963ccbfe165a 04:38:52 ---> 6880e980495e 04:38:52 Step 13/20 : WORKDIR /edgex 04:38:52 Removing intermediate container f750396efb64 04:38:52 ---> cef327d782d5 04:38:52 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:38:52 ---> Running in 0550f166c34b 04:38:52 ---> Running in 4c37b00123c4 04:38:52 Removing intermediate container 6d0f12308793 04:38:52 ---> bc84fd252422 04:38:52 04:38:52 Removing intermediate container 11c6b6e531b2 04:38:52 ---> 325d6fd7571d 04:38:52 Step 16/26 : EXPOSE $APP_PORT 04:38:52 Successfully built bc84fd252422 04:38:52 ---> Running in 1f4d92d66733 04:38:52 Successfully tagged docker-security-secretstore-setup-go:latest 04:38:52  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0550f166c34b 04:38:52 ---> 70e245200241 04:38:52 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:38:52 Removing intermediate container 4c37b00123c4 04:38:52 ---> 253b4a07d6c6 04:38:52 Step 14/29 : WORKDIR $BASE_DIR 04:38:53 ---> Running in 02996164e129 04:38:53 Removing intermediate container 1f4d92d66733 04:38:53 ---> baa2c70a5094 04:38:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:38:53 ---> 85a018062998 04:38:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:38:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.279s coverage: 29.1% of statements 04:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:38:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements 04:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:38:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements 04:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:38:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements 04:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:38:53 Removing intermediate container 02996164e129 04:38:53 ---> b58e19d0ec30 04:38:53 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:38:53 ---> Running in 11a119188db2 04:38:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 04:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:38:53 ---> d5cc1f404ffe 04:38:53 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:38:53 ---> 56340c3d6466 04:38:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:38:53 ---> Running in a0fa910a04c5 04:38:54 Removing intermediate container a0fa910a04c5 04:38:54 ---> 97f64fbbb771 04:38:54 Step 17/20 : CMD ["--init=true"] 04:38:54 ---> 133b3f6e21fa 04:38:54 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:38:54 ---> Running in 7ea156591a82 04:38:54 Removing intermediate container 7ea156591a82 04:38:54 ---> e4f18370761f 04:38:54 Step 18/20 : LABEL arch=x86_64 04:38:54 ---> Running in 3d160ad5ab59 04:38:54 Removing intermediate container 11a119188db2 04:38:54 ---> 727ef33e42fc 04:38:54 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:38:54 ---> de5c69b91451 04:38:54 Step 20/26 : RUN apk --no-cache add py-pip 04:38:54 ---> Running in db45f24911ca 04:38:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:38:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:38:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 04:38:55 Removing intermediate container 3d160ad5ab59 04:38:55 ---> ad0649cc5102 04:38:55 Step 19/20 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:38:55 ---> Running in aaded5abb00f 04:38:55 ---> f7d428ba1e1f 04:38:55 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:38:55 Removing intermediate container aaded5abb00f 04:38:55 ---> 4427cdd1fbcc 04:38:55 Step 20/20 : LABEL version=0.0.0 04:38:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:55 ---> Running in a09cdd625c86 04:38:55 ---> b2858d73fdfa 04:38:55 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:38:55 Removing intermediate container a09cdd625c86 04:38:55 ---> 5e45c2f8c1f4 04:38:55 04:38:55 (1/33) Installing libbz2 (1.0.8-r1) 04:38:55 (2/33) Installing expat (2.2.9-r1) 04:38:55 (3/33) Installing libffi (3.3-r2) 04:38:55 (4/33) Installing gdbm (1.13-r1) 04:38:55 (5/33) Installing xz-libs (5.2.5-r0) 04:38:55 (6/33) Installing sqlite-libs (3.32.1-r0) 04:38:56 (7/33) Installing python3 (3.8.5-r0) 04:38:56 Successfully built 5e45c2f8c1f4 04:38:56 Successfully tagged docker-security-proxy-setup-go:latest 04:38:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.022s coverage: 32.1% of statements 04:38:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 04:38:57 GO111MODULE=on go vet ./... 04:39:00  Building docker-security-proxy-setup-go ... done  ---> c81b34a3ba73 04:39:00 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:39:00 (8/33) Installing py3-appdirs (1.4.4-r1) 04:39:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:39:00 (10/33) Installing py3-parsing (2.4.7-r0) 04:39:00 (11/33) Installing py3-six (1.15.0-r0) 04:39:00 (12/33) Installing py3-packaging (20.4-r0) 04:39:00 (13/33) Installing py3-setuptools (47.0.0-r0) 04:39:00 (14/33) Installing py3-chardet (3.0.4-r4) 04:39:00 (15/33) Installing py3-idna (2.9-r0) 04:39:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:39:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:39:00 (18/33) Installing py3-requests (2.23.0-r0) 04:39:00 (19/33) Installing py3-msgpack (1.0.0-r0) 04:39:01 (20/33) Installing py3-lockfile (0.12.2-r3) 04:39:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:39:01 (22/33) Installing py3-colorama (0.4.3-r0) 04:39:01 ---> 7628f299288d 04:39:01 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:39:01 (23/33) Installing py3-distlib (0.3.0-r0) 04:39:01 (24/33) Installing py3-distro (1.5.0-r1) 04:39:01 (25/33) Installing py3-webencodings (0.5.1-r3) 04:39:01 (26/33) Installing py3-html5lib (1.0.1-r4) 04:39:01 (27/33) Installing py3-pytoml (0.1.21-r0) 04:39:01 (28/33) Installing py3-pep517 (0.8.2-r0) 04:39:01 (29/33) Installing py3-progress (1.5-r0) 04:39:01 (30/33) Installing py3-toml (0.10.1-r0) 04:39:01 (31/33) Installing py3-retrying (1.3.3-r0) 04:39:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:39:01 (33/33) Installing py3-pip (20.1.1-r0) 04:39:01 Executing busybox-1.31.1-r16.trigger 04:39:01 OK: 71 MiB in 55 packages 04:39:02 ---> 1d86bc1a6751 04:39:02 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:39:02 ---> Running in a386697e9e13 04:39:08 Removing intermediate container a386697e9e13 04:39:08 ---> 0de9a6ab4b8e 04:39:08 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:39:08 Removing intermediate container db45f24911ca 04:39:08 ---> 5c1f4cf64466 04:39:08 Step 21/26 : RUN pip install docker-compose==1.23.2 04:39:08 ---> Running in 8e6f0038c6b9 04:39:08 ---> 5dd0f3983b96 04:39:08 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:39:08 ---> Running in e9b254ffeaf2 04:39:08 Removing intermediate container e9b254ffeaf2 04:39:08 ---> e392faf829ea 04:39:08 Step 24/29 : RUN chmod 755 security-secrets-setup 04:39:08 ---> Running in 66be7337e397 04:39:09 Collecting docker-compose==1.23.2 04:39:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:39:09 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:39:09 Collecting docopt<0.7,>=0.6.1 04:39:09 Downloading docopt-0.6.2.tar.gz (25 kB) 04:39:09 Removing intermediate container 66be7337e397 04:39:09 ---> cedd3335ba82 04:39:09 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:39:09 ---> Running in 9d533f4e7234 04:39:09 Collecting websocket-client<1.0,>=0.32.0 04:39:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:39:10 Removing intermediate container 9d533f4e7234 04:39:10 ---> bb7b93046ce6 04:39:10 Step 26/29 : CMD [ "generate" ] 04:39:10 Collecting jsonschema<3,>=2.5.1 04:39:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:39:10 ---> Running in ecddcfc996a1 04:39:10 Collecting cached-property<2,>=1.2.0 04:39:10 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:39:10 Removing intermediate container ecddcfc996a1 04:39:10 ---> 662ce7ae1786 04:39:10 Step 27/29 : LABEL arch=x86_64 04:39:10 ---> Running in b4cf886cb751 04:39:10 Collecting PyYAML<4,>=3.10 04:39:10 Downloading PyYAML-3.13.tar.gz (270 kB) 04:39:10 Removing intermediate container b4cf886cb751 04:39:10 ---> 3e2acaa91690 04:39:10 Step 28/29 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:39:10 ---> Running in 3213d8141f1a 04:39:11 Removing intermediate container 3213d8141f1a 04:39:11 ---> 488b57243c73 04:39:11 Step 29/29 : LABEL version=0.0.0 04:39:11 ---> Running in 7fac14213851 04:39:11 Removing intermediate container 7fac14213851 04:39:11 ---> c4040753beb8 04:39:11 04:39:12 Successfully built c4040753beb8 04:39:12 Successfully tagged docker-security-secrets-setup-go:latest 04:39:12  Building docker-security-secrets-setup-go ... done Collecting texttable<0.10,>=0.9.0 04:39:12 Downloading texttable-0.9.1.tar.gz (11 kB) 04:39:12 Collecting dockerpty<0.5,>=0.4.1 04:39:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:39:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:39:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:39:13 Collecting docker<4.0,>=3.6.0 04:39:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:39:13 Collecting urllib3<1.25,>=1.21.1 04:39:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:39:13 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:13 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:13 Collecting idna<2.8,>=2.5 04:39:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:39:13 Collecting docker-pycreds>=0.4.0 04:39:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:39:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:39:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:39:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:39:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:39:13 Installing collected packages: docopt, websocket-client, jsonschema, cached-property, PyYAML, texttable, dockerpty, urllib3, idna, requests, docker-pycreds, docker, docker-compose 04:39:13 Running setup.py install for docopt: started 04:39:14 Running setup.py install for docopt: finished with status 'done' 04:39:14 Running setup.py install for PyYAML: started 04:39:15 Running setup.py install for PyYAML: finished with status 'done' 04:39:15 Running setup.py install for texttable: started 04:39:15 gofmt -l . 04:39:15 Running setup.py install for texttable: finished with status 'done' 04:39:15 Running setup.py install for dockerpty: started 04:39:16 Running setup.py install for dockerpty: finished with status 'done' 04:39:16 Attempting uninstall: urllib3 04:39:16 Found existing installation: urllib3 1.25.9 04:39:16 Uninstalling urllib3-1.25.9: 04:39:16 Successfully uninstalled urllib3-1.25.9 04:39:16 Attempting uninstall: idna 04:39:16 Found existing installation: idna 2.9 04:39:16 Uninstalling idna-2.9: 04:39:16 Successfully uninstalled idna-2.9 04:39:16 Attempting uninstall: requests 04:39:16 Found existing installation: requests 2.23.0 04:39:16 Uninstalling requests-2.23.0: 04:39:16 Successfully uninstalled requests-2.23.0 04:39:17 [ "`gofmt -l .`" = "" ] 04:39:17 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:19 ./bin/test-go-mod-tidy.sh 04:39:19 ./bin/test-attribution-txt.sh 04:39:21 Removing intermediate container 8e6f0038c6b9 04:39:21 ---> 22dc47034841 04:39:21 Step 22/26 : RUN apk --no-cache add curl 04:39:21 ---> Running in 4255799da529 04:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:39:21 (2/3) Installing libcurl (7.69.1-r0) 04:39:21 (3/3) Installing curl (7.69.1-r0) 04:39:21 Executing busybox-1.31.1-r16.trigger 04:39:21 OK: 72 MiB in 58 packages 04:39:22 Removing intermediate container 4255799da529 04:39:22 ---> 8f76a9af20d3 04:39:22 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:22 ---> Running in a4a5e5036ca6 04:39:22 Removing intermediate container a4a5e5036ca6 04:39:22 ---> 885b548e4d01 04:39:22 Step 24/26 : LABEL arch=x86_64 04:39:22 ---> Running in 3f27a06226fe 04:39:22 Removing intermediate container 3f27a06226fe 04:39:22 ---> b789d18c364d 04:39:22 Step 25/26 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:39:22 ---> Running in af48d96f75b1 04:39:22 Removing intermediate container af48d96f75b1 04:39:22 ---> c6804b13e3bf 04:39:22 Step 26/26 : LABEL version=0.0.0 04:39:23 ---> Running in 393b87fa20e7 04:39:23 Removing intermediate container 393b87fa20e7 04:39:23 ---> 60a1997d029e 04:39:23 [Pipeline] sh 04:39:23 Successfully built 60a1997d029e 04:39:23 Successfully tagged docker-sys-mgmt-agent-go:latest 04:39:23 + ls -al . 04:39:23 total 588 04:39:23 drwxrwxr-x 10 1001 1001 4096 Jul 29 04:39 . 04:39:23 drwxr-xr-x 4 root root 4096 Jul 29 04:37 .. 04:39:23 -rw-rw-r-- 1 1001 1001 11 Jul 29 04:35 .dockerignore 04:39:23 drwxrwxr-x 8 1001 1001 4096 Jul 29 04:35 .git 04:39:23 drwxrwxr-x 3 1001 1001 4096 Jul 29 04:35 .github 04:39:23 -rw-rw-r-- 1 1001 1001 924 Jul 29 04:35 .gitignore 04:39:23 drwxrwxr-x 3 1001 1001 4096 Jul 29 04:35 .semver 04:39:23 -rw-rw-r-- 1 1001 1001 178 Jul 29 04:35 .sonarcloud.properties 04:39:23 -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:35 CONTRIBUTING.md 04:39:23 -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:35 Dockerfile.build 04:39:23 -rw-rw-r-- 1 1001 1001 911 Jul 29 04:35 Jenkinsfile 04:39:23 -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:35 LICENSE 04:39:23 -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:35 Makefile 04:39:23 -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:35 README.md 04:39:23 -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:35 SECURITY.md 04:39:23 -rw-rw-r-- 1 1001 1001 5 Jul 29 04:31 VERSION 04:39:23 -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:35 ZMQWindows.md 04:39:23 drwxrwxr-x 4 1001 1001 4096 Jul 29 04:35 api 04:39:23 drwxrwxr-x 2 1001 1001 4096 Jul 29 04:35 bin 04:39:23 drwxrwxr-x 15 1001 1001 4096 Jul 29 04:35 cmd 04:39:23 -rw-r--r-- 1 root root 457776 Jul 29 04:38 coverage.out 04:39:23 -rw-r--r-- 1 root root 1019 Jul 29 04:39 go.mod 04:39:23 -rw-r--r-- 1 root root 19185 Jul 29 04:39 go.sum 04:39:23 drwxrwxr-x 8 1001 1001 4096 Jul 29 04:35 internal 04:39:23 drwxrwxr-x 4 1001 1001 4096 Jul 29 04:35 snap 04:39:23 -rw-rw-r-- 1 1001 1001 168 Jul 29 04:35 version.go [Pipeline] sh 04:39:24  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:39:24 $ docker stop --time=1 024c6def93095f49e4ffa74917ac5df1979ed0d7709c646f4ad1e91b7e1332ee 04:39:24 + '[' -e coverage.out ] 04:39:24 + chown 1001:1001 coverage.out 04:39:25 $ docker rm -f 024c6def93095f49e4ffa74917ac5df1979ed0d7709c646f4ad1e91b7e1332ee [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stash 04:39:25 Warning: overwriting stash ‘coverage-report’ 04:39:26 + docker images 04:39:26 + grep docker 04:39:26 docker-sys-mgmt-agent-go latest 60a1997d029e 3 seconds ago 284MB 04:39:26 docker-security-secrets-setup-go latest c4040753beb8 15 seconds ago 25.1MB 04:39:26 docker-security-proxy-setup-go latest 5e45c2f8c1f4 31 seconds ago 16.4MB 04:39:26 docker-security-secretstore-setup-go latest bc84fd252422 34 seconds ago 33.9MB 04:39:26 docker-core-command-go latest 25c8d91a540b 53 seconds ago 13MB 04:39:26 docker-core-data-go latest 0c2155fc6940 About a minute ago 24.4MB 04:39:26 docker-support-notifications-go latest d883a86a6cc0 2 minutes ago 14.5MB 04:39:26 docker-core-metadata-go latest a6fb473939db 2 minutes ago 14.4MB 04:39:26 docker-support-scheduler-go latest fa7773f9462f 2 minutes ago 13.1MB 04:39:26 docker-support-logging-go latest cb74e2326198 2 minutes ago 11.8MB 04:39:26 docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:39:27 Stashed 1 file(s) [Pipeline] sh 04:39:27 + make build 04:39:27 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:46 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:39:58 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:40:02 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:40: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:40:13 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:40:14 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:40:20 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:40:25 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:40:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:40:33 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:40:38 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:40:42 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:40:47 $ docker stop --time=1 43431a1e0cb19427d783e66f97e32de66e33985f7f12206e8360fdff62e47df8 04:40:49 $ docker rm -f 43431a1e0cb19427d783e66f97e32de66e33985f7f12206e8360fdff62e47df8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:40:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:40:51 04:40:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:40:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:40:51 latest: Pulling from edgex-devops/edgex-compose-arm64 04:40:51 29e5d40040c1: Pulling fs layer 04:40:51 1ce36da41761: Pulling fs layer 04:40:51 25b303627fd3: Pulling fs layer 04:40:52 29e5d40040c1: Verifying Checksum 04:40:52 29e5d40040c1: Download complete 04:40:52 1ce36da41761: Verifying Checksum 04:40:52 1ce36da41761: Download complete 04:40:52 29e5d40040c1: Pull complete 04:40:54 1ce36da41761: Pull complete 04:40:54 25b303627fd3: Verifying Checksum 04:40:54 25b303627fd3: Download complete 04:41:04 25b303627fd3: Pull complete 04:41:04 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:41:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:41:04 prd-ubuntu18.04-docker-arm64-4c-16g-1388 does not seem to be running inside a container 04:41:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:41:08 $ docker top 3f5c1231f298059ffce5e6cd9992642eb59476baa936d72bfb9a6a2af7ca02d7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:09 + docker-compose+ buildgrep --help parallel 04:41:09 04:41:12 --parallel Build images in parallel. [Pipeline] } 04:41:13 $ docker stop --time=1 3f5c1231f298059ffce5e6cd9992642eb59476baa936d72bfb9a6a2af7ca02d7 04:41:15 $ docker rm -f 3f5c1231f298059ffce5e6cd9992642eb59476baa936d72bfb9a6a2af7ca02d7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:15 . [Pipeline] withDockerContainer 04:41:16 prd-ubuntu18.04-docker-arm64-4c-16g-1388 does not seem to be running inside a container 04:41:16 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:41:17 $ docker top 46c15808778d7bbf903264c08b996c616b97390be423d5bd22627280484c8397 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:18 + docker-compose -f ./docker-compose-build.yml build --parallel 04:41:22 Building docker-core-command-go ... 04:41:22 Building docker-core-data-go ... 04:41:22 Building docker-core-metadata-go ... 04:41:22 Building docker-security-proxy-setup-go ... 04:41:22 Building docker-security-secrets-setup-go ... 04:41:22 Building docker-security-secretstore-setup-go ... 04:41:22 Building docker-support-logging-go ... 04:41:22 Building docker-support-notifications-go ... 04:41:22 Building docker-support-scheduler-go ... 04:41:22 Building docker-sys-mgmt-agent-go ... 04:41:22 Building docker-support-scheduler-go 04:41:22 Building docker-security-secretstore-setup-go 04:41:22 Building docker-security-proxy-setup-go 04:41:22 Building docker-sys-mgmt-agent-go 04:41:22 Building docker-core-metadata-go 04:43:29 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:43:29 ---> fdef46375fae 04:43:29 Step 3/21 : WORKDIR /edgex-go 04:43:29 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:29 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:43:29 ---> fdef46375fae 04:43:29 Step 3/20 : WORKDIR /edgex-go 04:43:29 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:43:29 ---> fdef46375fae 04:43:29 Step 3/26 : WORKDIR /edgex-go 04:43:29 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:29 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:43:29 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine ---> fdef46375fae 04:43:29 Step 3/20 : WORKDIR /edgex-go 04:43:29 04:43:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:43:29 ---> fdef46375fae 04:43:29 Step 3/26 : WORKDIR /edgex-go 04:43:29 ---> Running in f9e70085595a 04:43:29 ---> Running in 183f3a9f7255 04:43:29 ---> Running in 7479a99d7397 04:43:29 ---> Running in 1d9635796dd9 04:43:29 ---> Running in b046d88390fb 04:43:29 Removing intermediate container 183f3a9f7255 04:43:29 ---> a6239c477ac1 04:43:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:29 Removing intermediate container f9e70085595a 04:43:29 ---> 4f5cf48f5cd0 04:43:29 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:29 Removing intermediate container b046d88390fb 04:43:29 ---> 1e7264011beb 04:43:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:29 ---> Running in 71621b658d89 04:43:29 Removing intermediate container 7479a99d7397 04:43:29 Removing intermediate container 1d9635796dd9 04:43:29 ---> 1596b2e29865 04:43:29 ---> 1a3f36527f11 04:43:29 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:29 ---> Running in 465fe19b4355 04:43:29 ---> Running in 74b7e1f874a0 04:43:29 ---> Running in a3d499954046 04:43:29 ---> Running in 629cd27be39d 04:43:29 Removing intermediate container 71621b658d89 04:43:29 ---> 308f0fe525e5 04:43:29 Step 5/26 : RUN apk update && apk add make bash git 04:43:29 Removing intermediate container 465fe19b4355 04:43:29 ---> f5549442f569 04:43:29 Step 5/21 : RUN apk update && apk add make git 04:43:29 ---> Running in e362725b236b 04:43:29 ---> Running in 452cb820e5f2 04:43:29 Removing intermediate container a3d499954046 04:43:29 ---> 0389c4291e06 04:43:29 Step 5/26 : RUN apk update && apk add make git 04:43:29 Removing intermediate container 629cd27be39d 04:43:29 ---> 3ca18011891c 04:43:29 Step 5/20 : RUN apk update && apk add make git 04:43:29 ---> Running in f1e508328364 04:43:29 Removing intermediate container 74b7e1f874a0 04:43:29 ---> 0242c9cc3b37 04:43:29 Step 5/20 : RUN apk update && apk add make git 04:43:29 ---> Running in d503009842ce 04:43:29 ---> Running in 375ccb883437 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:30 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:30 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:30 OK: 12620 distinct packages available 04:43:30 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:30 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:30 OK: 12620 distinct packages available 04:43:30 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:30 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:30 OK: 12620 distinct packages available 04:43:30 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:30 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:30 OK: 12620 distinct packages available 04:43:30 OK: 217 MiB in 51 packages 04:43:30 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:30 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:30 OK: 12620 distinct packages available 04:43:30 OK: 217 MiB in 51 packages 04:43:31 OK: 217 MiB in 51 packages 04:43:31 OK: 217 MiB in 51 packages 04:43:31 OK: 217 MiB in 51 packages 04:43:32 Removing intermediate container 452cb820e5f2 04:43:32 ---> d776bb8a5411 04:43:32 Step 6/21 : COPY go.mod . 04:43:33 Removing intermediate container d503009842ce 04:43:33 ---> c58a149937d4 04:43:33 Step 6/20 : COPY go.mod . 04:43:33 Removing intermediate container 375ccb883437 04:43:33 ---> d6f52c7ae8af 04:43:33 Step 6/20 : COPY go.mod . 04:43:33 Removing intermediate container e362725b236b 04:43:33 ---> c0957f1ccdf7 04:43:33 Step 6/26 : COPY go.mod . 04:43:33 ---> ca2828172ae2 04:43:33 Step 7/21 : RUN go mod download 04:43:33 Removing intermediate container f1e508328364 04:43:33 ---> 20af5fee592d 04:43:33 Step 6/26 : COPY go.mod . 04:43:34 ---> Running in 9edfe4684990 04:43:34 ---> 1d28f9fd7e4f 04:43:34 Step 7/20 : RUN go mod download 04:43:34 ---> 683ef38aa631 04:43:34 Step 7/26 : RUN go mod download 04:43:34 ---> 2b72836f2c9c 04:43:34 Step 7/20 : RUN go mod download 04:43:34 ---> Running in 1735e748a27c 04:43:34 ---> Running in a872c12fa143 04:43:34 ---> Running in 046532cb28ff 04:43:35 ---> f36451aab865 04:43:35 Step 7/26 : RUN go mod download 04:43:35 ---> Running in 4849c32ed8e6 04:43:38 Removing intermediate container 9edfe4684990 04:43:38 ---> 97cd7e8f3bbc 04:43:38 Step 8/21 : COPY . . 04:43:42 Removing intermediate container 1735e748a27c 04:43:42 ---> ee73df4b3d19 04:43:42 Step 8/20 : COPY . . 04:43:43 Removing intermediate container 4849c32ed8e6 04:43:43 ---> a7d557415dd6 04:43:43 Step 8/26 : COPY . . 04:43:44 Removing intermediate container 046532cb28ff 04:43:44 ---> d653b141aa0b 04:43:44 Step 8/20 : COPY . . 04:43:46 Removing intermediate container a872c12fa143 04:43:46 ---> 3cebfc4b3433 04:43:46 Step 8/26 : COPY . . 04:44:13 ---> 4f66df65cf55 04:44:13 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:44:13 ---> Running in d498968df772 04:44:13 ---> 4360d43e029a 04:44:13 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:44:13 ---> be0091ea7329 04:44:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:44:13 ---> Running in 87291d06aa7f 04:44:13 ---> b79f381efe29 04:44:13 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:44:13 ---> 2b23a27fd5fd 04:44:13 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:44:13 ---> Running in 63a31cb27ef2 04:44:13 ---> Running in bd5a3bcc2256 04:44:13 ---> Running in 5d9627ac54de 04:44:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:44:14 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:44: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:44:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:44:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:45:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:45:37 Removing intermediate container 87291d06aa7f 04:45:37 ---> 7502bbeb9c2d 04:45:37 04:45:37 Step 10/20 : FROM alpine 04:45:37 latest: Pulling from library/alpine 04:45:37 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:45:37 Status: Downloaded newer image for alpine:latest 04:45:37 ---> 62ee0e9f8440 04:45:37 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:45:38 ---> Running in 1b2bc9fdc148 04:45:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:41 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:45:41 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:45:41 OK: 12620 distinct packages available 04:45:42 (1/4) Installing ca-certificates (20191127-r4) 04:45:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:45:42 (3/4) Installing libcurl (7.69.1-r0) 04:45:42 (4/4) Installing curl (7.69.1-r0) 04:45:42 Executing busybox-1.31.1-r16.trigger 04:45:42 Executing ca-certificates-20191127-r4.trigger 04:45:42 OK: 7 MiB in 18 packages 04:45:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:45:45 Removing intermediate container 1b2bc9fdc148 04:45:45 ---> 8fa31d22a4d8 04:45:45 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:45:45 ---> Running in efdb50c67011 04:45:47 Removing intermediate container efdb50c67011 04:45:47 ---> 1b6204d99fa9 04:45:47 Step 13/20 : WORKDIR /edgex 04:45:47 ---> Running in 65018719d9d9 04:45:49 Removing intermediate container 65018719d9d9 04:45:49 ---> 157fbf0a9cee 04:45:49 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:45:49 Removing intermediate container 63a31cb27ef2 04:45:49 ---> 54a439c4a6e4 04:45:49 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:45:49 ---> Running in 514e43704007 04:45:50 ---> d68ea73c04c4 04:45:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:45:52 ---> 3c937a6eb28b 04:45:52 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:45:52 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:45:52 ---> Running in 7ccc2e45f146 04:45:53 Removing intermediate container 7ccc2e45f146 04:45:53 ---> 23c8e044fe6a 04:45:53 Step 17/20 : CMD ["--init=true"] 04:45:53 ---> Running in ccd545d3911e 04:45:54 Removing intermediate container ccd545d3911e 04:45:54 ---> 8ce6dd0e583e 04:45:54 Step 18/20 : LABEL arch=arm64 04:45:54 ---> Running in 52582e7a6aef 04:45:55 Removing intermediate container 52582e7a6aef 04:45:55 ---> 0c0e3d6df12e 04:45:55 Step 19/20 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:45:55 ---> Running in d180da9aa56f 04:45:56 Removing intermediate container d180da9aa56f 04:45:56 ---> 2ddab5d60864 04:45:56 Step 20/20 : LABEL version=0.0.0 04:45:57 ---> Running in 68c7c7253149 04:45:57 Removing intermediate container 68c7c7253149 04:45:57 ---> d0f1a35242e8 04:45:57 04:45:58 Removing intermediate container 514e43704007 04:45:58 ---> 7d78f4c878b6 04:45:58 04:45:58 Step 11/26 : FROM docker:latest 04:45:58 ---> ce9d55ae87f1 04:45:58 Step 12/26 : RUN apk add --no-cache bash 04:45:58 Successfully built d0f1a35242e8 04:45:58 ---> Running in 6b17232a012a 04:45:58 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:45:58 Building docker-security-secrets-setup-go 04:46:00  Building docker-security-proxy-setup-go ... done Removing intermediate container bd5a3bcc2256 04:46:00 ---> 833cb5631bea 04:46:00 04:46:00 Step 10/26 : FROM alpine:3.10 04:46:00 3.10: Pulling from library/alpine 04:46:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:01 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:46:01 Status: Downloaded newer image for alpine:3.10 04:46:01 ---> 536a684cf733 04:46:01 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:46:02 (1/2) Installing readline (8.0.4-r0) 04:46:02 (2/2) Installing bash (5.0.17-r0) 04:46:02 Executing bash-5.0.17-r0.post-install 04:46:02 Executing busybox-1.31.1-r16.trigger 04:46:02 OK: 12 MiB in 22 packages 04:46:04 ---> Running in 63024ce5d0f9 04:46:07 Removing intermediate container 6b17232a012a 04:46:07 ---> 33f3ccc10a41 04:46:07 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:46:07 ---> Running in ca48826a2905 04:46:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:46:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:46:08 Removing intermediate container 5d9627ac54de 04:46:08 ---> e47f20331057 04:46:08 04:46:08 Step 10/20 : FROM scratch 04:46:08 ---> 04:46:08 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:08 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:46:08 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:46:08 OK: 10167 distinct packages available 04:46:08 ---> Running in 187ea4859f0a 04:46:09 (1/5) Installing ca-certificates (20191127-r2) 04:46:09 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:46:09 (3/5) Installing libcurl (7.66.0-r0) 04:46:09 (4/5) Installing curl (7.66.0-r0) 04:46:09 (5/5) Installing dumb-init (1.2.2-r1) 04:46:09 Executing busybox-1.30.1-r3.trigger 04:46:09 Executing ca-certificates-20191127-r2.trigger 04:46:09 OK: 7 MiB in 19 packages 04:46:09 Removing intermediate container 187ea4859f0a 04:46:09 ---> f35675be62ed 04:46:09 Step 12/20 : ENV APP_PORT=48085 04:46:10 ---> Running in 3773c55cdf85 04:46:11 Removing intermediate container 3773c55cdf85 04:46:11 ---> 70b660b305e3 04:46:11 Step 13/20 : EXPOSE $APP_PORT 04:46:12 Removing intermediate container d498968df772 04:46:12 ---> 07880dd2f93e 04:46:12 04:46:12 Step 10/21 : FROM scratch 04:46:12 ---> 04:46:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:12 ---> Using cache 04:46:12 ---> f35675be62ed 04:46:12 Step 12/21 : ENV APP_PORT=48081 04:46:12 ---> Running in af9952c9ec4d 04:46:12 Removing intermediate container ca48826a2905 04:46:12 ---> 55e529385779 04:46:12 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:46:12 ---> Running in e38467ea8bd7 04:46:12 Removing intermediate container 63024ce5d0f9 04:46:12 ---> f596a8c476f1 04:46:12 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:46:13 ---> Running in 0e3983184a71 04:46:13 Removing intermediate container af9952c9ec4d 04:46:13 ---> 527dfbd21d23 04:46:13 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:46:13 ---> Running in 1fbb1665127b 04:46:13 Removing intermediate container e38467ea8bd7 04:46:13 ---> 191fca6f0847 04:46:13 Step 13/21 : EXPOSE $APP_PORT 04:46:14 Removing intermediate container 0e3983184a71 04:46:14 ---> 233c891dadf3 04:46:14 Step 15/26 : ENV APP_PORT=48090 04:46:14 ---> Running in 586838cabe59 04:46:14 ---> 90714b80b5bf 04:46:14 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:46:14 Removing intermediate container 1fbb1665127b 04:46:14 ---> de30db00c6f7 04:46:14 Step 13/26 : WORKDIR / 04:46:14 ---> Running in d5eb9ffb006b 04:46:14 ---> Running in 4e0aae71eab2 04:46:14 Removing intermediate container 586838cabe59 04:46:14 ---> ddd6f661fe46 04:46:14 Step 14/21 : WORKDIR / 04:46:15 ---> Running in e0e59adf1565 04:46:15 Removing intermediate container d5eb9ffb006b 04:46:15 ---> 69dc3c7900a2 04:46:15 Step 16/26 : EXPOSE $APP_PORT 04:46:16 Removing intermediate container 4e0aae71eab2 04:46:16 ---> afec57e401d7 04:46:16 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:46:16 ---> 19ddc8428deb 04:46:16 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:46:16 ---> Running in c7eddd896b77 04:46:16 Removing intermediate container e0e59adf1565 04:46:16 ---> 768dbdd74148 04:46:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:46:17 Removing intermediate container c7eddd896b77 04:46:17 ---> dd4e1e5613c5 04:46:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:46:17 ---> 228bca0bd4a9 04:46:17 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:46:17 ---> 838f780a4941 04:46:17 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:18 ---> 446709c49073 04:46:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:46:18 ---> Running in 83a7635f53f6 04:46:19 ---> b97ee29de59d 04:46:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:46:19 ---> 9a5ecdf691eb 04:46:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:46:20 Removing intermediate container 83a7635f53f6 04:46:20 ---> edc9c9676390 04:46:20 Step 18/20 : LABEL arch=arm64 04:46:20 ---> b143f73a25cd 04:46:20 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:46:20 ---> Running in bb9f33d617d6 04:46:20 ---> 60b91b6ba9d4 04:46:20 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:46:20 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:20 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:46:20 ---> fdef46375fae 04:46:20 Step 3/29 : WORKDIR /edgex-go 04:46:20 ---> Using cache 04:46:20 ---> 1596b2e29865 04:46:20 Step 4/29 : RUN apk update && apk add make git 04:46:20 ---> Running in fc2d2d359c7e 04:46:20 ---> a641ba2faf5c 04:46:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:46:21 Removing intermediate container bb9f33d617d6 04:46:21 ---> 08d6dca37a8d 04:46:21 Step 19/20 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:46:21 ---> Running in ac48cf247c68 04:46:21 ---> fd461e21e507 04:46:21 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:21 ---> Running in 4090c1918283 04:46:21 ---> a12b3969368f 04:46:21 Step 20/26 : RUN apk --no-cache add py-pip 04:46:21 ---> 999445274114 04:46:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:46:21 ---> Running in 829a1effe8fe 04:46:21 Removing intermediate container ac48cf247c68 04:46:21 ---> d12b755e6b5f 04:46:21 Step 20/20 : LABEL version=0.0.0 04:46:22 ---> Running in cea68d34f2c5 04:46:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:22 Removing intermediate container 4090c1918283 04:46:22 ---> fad149aa3223 04:46:22 Step 19/21 : LABEL arch=arm64 04:46:22 ---> Running in 576fc3e291da 04:46:22 Removing intermediate container cea68d34f2c5 04:46:22 ---> 73dc1392c6ea 04:46:22 04:46:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:23 Removing intermediate container 576fc3e291da 04:46:23 ---> eb15611b7db8 04:46:23 Step 20/21 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:46:23 Successfully built 73dc1392c6ea 04:46:23 Successfully tagged docker-support-scheduler-go-arm64:latest 04:46:23 Building docker-core-data-go 04:46:23  Building docker-support-scheduler-go ... done  ---> eee027666012 04:46:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:46:23 ---> Running in 9de517a3bdf1 04:46:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:24 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:24 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:24 OK: 12620 distinct packages available 04:46:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:24 Removing intermediate container 9de517a3bdf1 04:46:24 ---> b9657404b00b 04:46:24 Step 21/21 : LABEL version=0.0.0 04:46:24 (1/33) Installing libbz2 (1.0.8-r1) 04:46:24 (2/33) Installing expat (2.2.9-r1) 04:46:24 (3/33) Installing libffi (3.3-r2) 04:46:24 (4/33) Installing gdbm (1.13-r1) 04:46:24 (5/33) Installing xz-libs (5.2.5-r0) 04:46:24 (6/33) Installing sqlite-libs (3.32.1-r0) 04:46:24 (7/33) Installing python3 (3.8.5-r0) 04:46:24 OK: 217 MiB in 51 packages 04:46:25 ---> Running in 84b3776a127b 04:46:25 ---> 222a502eabb2 04:46:25 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:46:26 Removing intermediate container 84b3776a127b 04:46:26 ---> 975a2f2886af 04:46:26 04:46:26 (8/33) Installing py3-appdirs (1.4.4-r1) 04:46:26 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:46:26 (10/33) Installing py3-parsing (2.4.7-r0) 04:46:26 (11/33) Installing py3-six (1.15.0-r0) 04:46:26 (12/33) Installing py3-packaging (20.4-r0) 04:46:27 (13/33) Installing py3-setuptools (47.0.0-r0) 04:46:27 (14/33) Installing py3-chardet (3.0.4-r4) 04:46:27 (15/33) Installing py3-idna (2.9-r0) 04:46:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:46:27 Successfully built 975a2f2886af 04:46:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:46:27 (18/33) Installing py3-requests (2.23.0-r0) 04:46:27 (19/33) Installing py3-msgpack (1.0.0-r0) 04:46:27 (20/33) Installing py3-lockfile (0.12.2-r3) 04:46:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:46:27 (22/33) Installing py3-colorama (0.4.3-r0) 04:46:27 (23/33) Installing py3-distlib (0.3.0-r0) 04:46:27 (24/33) Installing py3-distro (1.5.0-r1) 04:46:27 (25/33) Installing py3-webencodings (0.5.1-r3) 04:46:27 (26/33) Installing py3-html5lib (1.0.1-r4) 04:46:27 (27/33) Installing py3-pytoml (0.1.21-r0) 04:46:27 (28/33) Installing py3-pep517 (0.8.2-r0) 04:46:27 (29/33) Installing py3-progress (1.5-r0) 04:46:27 (30/33) Installing py3-toml (0.10.1-r0) 04:46:27 (31/33) Installing py3-retrying (1.3.3-r0) 04:46:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:46:27 (33/33) Installing py3-pip (20.1.1-r0) 04:46:27 Successfully tagged docker-core-metadata-go-arm64:latest 04:46:27  Building docker-core-metadata-go ... done Building docker-support-logging-go 04:46:27 Executing busybox-1.31.1-r16.trigger 04:46:27 OK: 71 MiB in 55 packages 04:46:28 ---> 8da4e71e4da2 04:46:28 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:46:28 Removing intermediate container fc2d2d359c7e 04:46:28 ---> 5cc43316cc6c 04:46:28 Step 5/29 : COPY go.mod . 04:46:29 ---> faa3811d2c2e 04:46:29 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:46:30 ---> b24bef2107e5 04:46:30 Step 6/29 : RUN go mod download 04:46:30 ---> Running in 025eeb2ae37c 04:46:31 ---> Running in b321e8a27164 04:46:37 Removing intermediate container 025eeb2ae37c 04:46:37 ---> 3a00e03138e5 04:46:37 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:46:37 Removing intermediate container 829a1effe8fe 04:46:37 ---> bcf688a15f24 04:46:37 Step 21/26 : RUN pip install docker-compose==1.23.2 04:46:37 Removing intermediate container b321e8a27164 04:46:37 ---> 4e87c4b888f3 04:46:37 Step 7/29 : COPY . . 04:46:37 ---> Running in 6ec48b447dd6 04:46:37 ---> Running in 07ce54950195 04:46:38 Removing intermediate container 6ec48b447dd6 04:46:38 ---> d01e02c5e560 04:46:38 Step 24/26 : LABEL arch=arm64 04:46:40 ---> Running in 69489863259f 04:46:42 Removing intermediate container 69489863259f 04:46:42 ---> 3d49035ede4e 04:46:42 Step 25/26 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:46:43 ---> Running in 5896e60d1259 04:46:44 Removing intermediate container 5896e60d1259 04:46:44 ---> 85c579dd8bde 04:46:44 Step 26/26 : LABEL version=0.0.0 04:46:44 Collecting docker-compose==1.23.2 04:46:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:46:45 ---> Running in e9a63173fd7b 04:46:46 Collecting PyYAML<4,>=3.10 04:46:46 Downloading PyYAML-3.13.tar.gz (270 kB) 04:46:46 Removing intermediate container e9a63173fd7b 04:46:46 ---> 5b300ea3df10 04:46:46 04:46:47 Successfully built 5b300ea3df10 04:46:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:46:47  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 04:46:50 Collecting cached-property<2,>=1.2.0 04:46:50 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:46:50 Collecting docopt<0.7,>=0.6.1 04:46:50 Downloading docopt-0.6.2.tar.gz (25 kB) 04:46:52 Collecting docker<4.0,>=3.6.0 04:46:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:46:53 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:46:53 Collecting texttable<0.10,>=0.9.0 04:46:53 Downloading texttable-0.9.1.tar.gz (11 kB) 04:46:56 Collecting jsonschema<3,>=2.5.1 04:46:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:46:56 Collecting websocket-client<1.0,>=0.32.0 04:46:56 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:46:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:46:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:46:58 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:46:58 ---> fdef46375fae 04:46:58 Step 3/22 : WORKDIR /edgex-go 04:46:58 ---> Using cache 04:46:58 ---> 1596b2e29865 04:46:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:58 ---> Using cache 04:46:58 ---> 0389c4291e06 04:46:58 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:47:00 Collecting dockerpty<0.5,>=0.4.1 04:47:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:47:03 Collecting docker-pycreds>=0.4.0 04:47:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:47:04 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:04 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:05 Collecting urllib3<1.25,>=1.21.1 04:47:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:47:05 ---> Running in b5ca69c5628e 04:47:06 Collecting idna<2.8,>=2.5 04:47:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:47:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:47:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:47:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:47:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:47:06 ---> e7fd1dc894b5 04:47:06 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:47:07 ---> Running in 048fdc0fc8d1 04:47:07 Installing collected packages: PyYAML, cached-property, docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, jsonschema, dockerpty, docker-compose 04:47:07 Running setup.py install for PyYAML: started 04:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:08 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:47:08 ---> fdef46375fae 04:47:08 Step 3/21 : WORKDIR /edgex-go 04:47:08 ---> Using cache 04:47:08 ---> 1596b2e29865 04:47:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:08 ---> Using cache 04:47:08 ---> 0389c4291e06 04:47:08 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:47:08 ---> Running in 9e65e0c837ad 04:47:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:09 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:47:10 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:10 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:10 OK: 12620 distinct packages available 04:47:10 Running setup.py install for PyYAML: finished with status 'done' 04:47:10 Running setup.py install for docopt: started 04:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:11 OK: 217 MiB in 51 packages 04:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:13 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:13 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:13 OK: 12620 distinct packages available 04:47:13 Running setup.py install for docopt: finished with status 'done' 04:47:13 Removing intermediate container b5ca69c5628e 04:47:13 ---> 94597d79dafc 04:47:13 Step 6/22 : COPY go.mod . 04:47:13 Attempting uninstall: urllib3 04:47:13 Found existing installation: urllib3 1.25.9 04:47:13 Uninstalling urllib3-1.25.9: 04:47:14 Successfully uninstalled urllib3-1.25.9 04:47:14 OK: 217 MiB in 51 packages 04:47:15 ---> e3ac511128fc 04:47:15 Step 7/22 : RUN go mod download 04:47:15 Attempting uninstall: idna 04:47:15 Found existing installation: idna 2.9 04:47:15 Uninstalling idna-2.9: 04:47:15 ---> Running in 969e6e0e99ba 04:47:15 OK: 217 MiB in 51 packages 04:47:15 Successfully uninstalled idna-2.9 04:47:16 Attempting uninstall: requests 04:47:16 Found existing installation: requests 2.23.0 04:47:16 Uninstalling requests-2.23.0: 04:47:16 Successfully uninstalled requests-2.23.0 04:47:18 Removing intermediate container 9e65e0c837ad 04:47:18 ---> 1077661f1408 04:47:18 Step 6/21 : COPY go.mod . 04:47:18 Running setup.py install for texttable: started 04:47:19 ---> deacb317e8a8 04:47:19 Step 7/21 : RUN go mod download 04:47:19 ---> Running in f1204ab30c22 04:47:21 Running setup.py install for texttable: finished with status 'done' 04:47:21 Removing intermediate container 969e6e0e99ba 04:47:21 ---> 89519760ee23 04:47:21 Step 8/22 : COPY . . 04:47:22 Running setup.py install for dockerpty: started 04:47:25 Running setup.py install for dockerpty: finished with status 'done' 04:47:26 Removing intermediate container f1204ab30c22 04:47:26 ---> 8a6fecc54ca9 04:47:26 Step 8/21 : COPY . . 04:47:26 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:47:27 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:47:27 ---> fdef46375fae 04:47:27 Step 3/23 : WORKDIR /edgex-go 04:47:27 ---> Using cache 04:47:27 ---> 1596b2e29865 04:47:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:27 ---> Using cache 04:47:27 ---> 0389c4291e06 04:47:27 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:47:27 ---> Running in a0006f70b6ba 04:47:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:32 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:32 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:32 OK: 12620 distinct packages available 04:47:33 OK: 217 MiB in 51 packages 04:47:34 Removing intermediate container 07ce54950195 04:47:34 ---> 648d41ba7a7e 04:47:34 Step 22/26 : RUN apk --no-cache add curl 04:47:35 ---> Running in 7e79141a6db2 04:47:37 Removing intermediate container a0006f70b6ba 04:47:37 ---> c780977cfea3 04:47:37 Step 6/23 : COPY go.mod . 04:47:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:47:39 (2/3) Installing libcurl (7.69.1-r0) 04:47:39 (3/3) Installing curl (7.69.1-r0) 04:47:39 Executing busybox-1.31.1-r16.trigger 04:47:39 ---> d678b44d5995 04:47:39 Step 7/23 : RUN go mod download 04:47:39 OK: 71 MiB in 58 packages 04:47:39 ---> Running in ae91ed578352 04:47:41 Removing intermediate container 7e79141a6db2 04:47:41 ---> f8a2ef170e89 04:47:41 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:41 ---> Running in 52f357c60b38 04:47:43 Removing intermediate container 52f357c60b38 04:47:43 ---> 000623b32ece 04:47:43 Step 24/26 : LABEL arch=arm64 04:47:43 ---> Running in ce6be55168b8 04:47:45 Removing intermediate container ae91ed578352 04:47:45 ---> a91965229fd4 04:47:45 Step 8/23 : COPY . . 04:47:45 Removing intermediate container ce6be55168b8 04:47:45 ---> 5d35464e6946 04:47:45 Step 25/26 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:47:45 ---> Running in c4d8288eb682 04:47:47 Removing intermediate container c4d8288eb682 04:47:47 ---> 0e171efdc072 04:47:47 Step 26/26 : LABEL version=0.0.0 04:47:47 ---> Running in 85b70b1e9031 04:47:48 Removing intermediate container 85b70b1e9031 04:47:48 ---> 6bbd2602fdff 04:47:48 04:47:49 Successfully built 6bbd2602fdff 04:47:49 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:47:49  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go 04:48:08 ---> 653a9ba8eb14 04:48:08 Step 9/21 : RUN make cmd/support-logging/support-logging 04:48:08 ---> 16abd8534843 04:48:08 Step 9/22 : RUN make cmd/core-data/core-data 04:48:08 ---> Running in fa5eeff75feb 04:48:08 ---> Running in 18233c115371 04:48:09 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:48:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:48:10 Removing intermediate container 048fdc0fc8d1 04:48:10 ---> d17ce25759ab 04:48:10 04:48:10 Step 9/29 : FROM alpine:latest 04:48:10 ---> 62ee0e9f8440 04:48:10 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:48:10 ---> Running in 180b592849de 04:48:11 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:48:11 ---> fdef46375fae 04:48:11 Step 3/21 : WORKDIR /edgex-go 04:48:11 ---> Using cache 04:48:11 ---> 1596b2e29865 04:48:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:11 ---> Using cache 04:48:11 ---> 0389c4291e06 04:48:11 Step 5/21 : RUN apk update && apk add make git 04:48:11 ---> Using cache 04:48:11 ---> 20af5fee592d 04:48:11 Step 6/21 : COPY go.mod . 04:48:11 ---> Using cache 04:48:11 ---> f36451aab865 04:48:11 Step 7/21 : RUN go mod download 04:48:11 ---> Using cache 04:48:11 ---> a7d557415dd6 04:48:11 Step 8/21 : COPY . . 04:48:11 ---> Using cache 04:48:11 ---> 2b23a27fd5fd 04:48:11 Step 9/21 : RUN make cmd/core-command/core-command 04:48:11 ---> Running in 59f3d5e3ba58 04:48:11 Removing intermediate container 180b592849de 04:48:11 ---> 9ad6453a4657 04:48:11 Step 11/29 : USER root 04:48:12 ---> Running in 8dfdf1f01b87 04:48:12 Removing intermediate container 8dfdf1f01b87 04:48:12 ---> cc30eeaf72ff 04:48:12 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:48:12 ---> Running in a9e00a746506 04:48:13 ---> ddb4b7943999 04:48:13 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:48:13 ---> Running in b3a6e073ad8e 04:48:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:16 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:48:16 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:48:16 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:48:16 OK: 12620 distinct packages available 04:48:17 (1/2) Installing ca-certificates (20191127-r4) 04:48:17 (2/2) Installing dumb-init (1.2.2-r1) 04:48:17 Executing busybox-1.31.1-r16.trigger 04:48:17 Executing ca-certificates-20191127-r4.trigger 04:48:18 OK: 6 MiB in 16 packages 04:48:20 Removing intermediate container a9e00a746506 04:48:20 ---> 0e383d8e22cf 04:48:20 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:48:20 ---> Running in 5762e478fa21 04:48:21 Removing intermediate container 5762e478fa21 04:48:21 ---> c105602e66a3 04:48:21 Step 14/29 : WORKDIR $BASE_DIR 04:48:21 ---> Running in 8507d131d21c 04:48:22 Removing intermediate container 8507d131d21c 04:48:22 ---> 2730b63c244a 04:48:22 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:48:22 ---> Running in cf8bc2b9d127 04:48:26 Removing intermediate container cf8bc2b9d127 04:48:26 ---> 4fe63624f3d5 04:48:26 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:48:28 ---> 22812b708545 04:48:28 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:48:29 ---> 00695ba5c047 04:48:29 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:48:29 ---> 8f1fb14c86bc 04:48:29 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:48:31 ---> 83abd8652ca9 04:48:31 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:48:32 ---> d389f69069b0 04:48:32 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:48:32 ---> Running in d520dc624c07 04:48:37 Removing intermediate container d520dc624c07 04:48:37 ---> 8ebc68a2a3e8 04:48:37 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:48:38 ---> b2ede2bc3799 04:48:38 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:48:38 ---> Running in f04f0ab39cdc 04:48:42 Removing intermediate container f04f0ab39cdc 04:48:42 ---> 562455469cb3 04:48:42 Step 24/29 : RUN chmod 755 security-secrets-setup 04:48:42 ---> Running in 25d2feec39b6 04:48:46 Removing intermediate container 25d2feec39b6 04:48:46 ---> a3d6c6f0c509 04:48:46 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:48:46 ---> Running in ccb0dd571042 04:48:47 Removing intermediate container ccb0dd571042 04:48:47 ---> a07fbd2f4460 04:48:47 Step 26/29 : CMD [ "generate" ] 04:48:47 ---> Running in 13b44329e21e 04:48:48 Removing intermediate container 13b44329e21e 04:48:48 ---> c15e05437903 04:48:48 Step 27/29 : LABEL arch=arm64 04:48:48 ---> Running in af8ae1d04f4f 04:48:49 Removing intermediate container af8ae1d04f4f 04:48:49 ---> 0289316bb709 04:48:49 Step 28/29 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:48:49 ---> Running in ec5751ff2a95 04:48:50 Removing intermediate container ec5751ff2a95 04:48:50 ---> ff7ab5ebb335 04:48:50 Step 29/29 : LABEL version=0.0.0 04:48:50 ---> Running in e7929dc5ed20 04:48:50 Removing intermediate container e7929dc5ed20 04:48:50 ---> cf50ca36e6b7 04:48:50 04:48:51 Successfully built cf50ca36e6b7 04:48:51 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:49:47  Building docker-security-secrets-setup-go ... done Removing intermediate container 18233c115371 04:49:47 ---> 418ff773712f 04:49:47 04:49:47 Step 10/21 : FROM scratch 04:49:47 ---> 04:49:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:49:47 ---> Running in 75cf77f4eede 04:49:47 Removing intermediate container 75cf77f4eede 04:49:47 ---> 25e9e6c6ebd3 04:49:47 Step 12/21 : ENV APP_PORT=48061 04:49:47 ---> Running in cf5843aafa6b 04:49:47 Removing intermediate container cf5843aafa6b 04:49:47 ---> e2761e9d704a 04:49:47 Step 13/21 : EXPOSE $APP_PORT 04:49:47 ---> Running in bf12fdfe87b4 04:49:47 Removing intermediate container bf12fdfe87b4 04:49:47 ---> dd67cea30fbf 04:49:47 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:49:47 ---> 5d6a655237de 04:49:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:49:47 ---> 790d693bdcfd 04:49:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:49:47 ---> 4160b0de9ce6 04:49:47 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:49:47 ---> 36422237947c 04:49:47 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:47 ---> Running in b38acfc44cd8 04:49:47 Removing intermediate container b38acfc44cd8 04:49:47 ---> 7a266c7db4b3 04:49:47 Step 19/21 : LABEL arch=arm64 04:49:47 ---> Running in 3380c5e05033 04:49:47 Removing intermediate container 3380c5e05033 04:49:47 ---> 00a5de48a4e5 04:49:47 Step 20/21 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:49:47 ---> Running in bcb367ef72a0 04:49:48 Removing intermediate container bcb367ef72a0 04:49:48 ---> cb0f5ab9b8ad 04:49:48 Step 21/21 : LABEL version=0.0.0 04:49:48 ---> Running in 5fa5c8c2e15e 04:49:49 Removing intermediate container 5fa5c8c2e15e 04:49:49 ---> 2e3eb2468db4 04:49:49 04:49:49 Successfully built 2e3eb2468db4 04:49:49 Successfully tagged docker-support-logging-go-arm64:latest 04:49:55  Building docker-support-logging-go ... done Removing intermediate container 59f3d5e3ba58 04:49:55 ---> c01a862c33f3 04:49:55 04:49:55 Step 10/21 : FROM scratch 04:49:55 ---> 04:49:55 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:49:55 ---> Using cache 04:49:55 ---> f35675be62ed 04:49:55 Step 12/21 : ENV APP_PORT=48082 04:49:55 ---> Running in 6339baa9ed20 04:49:55 Removing intermediate container b3a6e073ad8e 04:49:55 ---> 8bb6e5df865f 04:49:55 04:49:55 Step 10/23 : FROM scratch 04:49:55 ---> 04:49:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:49:55 ---> Using cache 04:49:55 ---> 25e9e6c6ebd3 04:49:55 Step 12/23 : ENV APP_PORT=48060 04:49:56 Removing intermediate container 6339baa9ed20 04:49:56 ---> a6094cb9a135 04:49:56 Step 13/21 : EXPOSE $APP_PORT 04:49:56 ---> Running in db0a8e2af0cc 04:49:56 ---> Running in a2ce006625db 04:49:56 Removing intermediate container db0a8e2af0cc 04:49:56 ---> 51515b02feb2 04:49:56 Step 13/23 : EXPOSE $APP_PORT 04:49:56 ---> Running in 7a76ec1e1fff 04:49:56 Removing intermediate container a2ce006625db 04:49:56 ---> f2ff49ee3705 04:49:56 Step 14/21 : WORKDIR / 04:49:56 ---> Running in 9b7e52ae29d9 04:49:57 Removing intermediate container 7a76ec1e1fff 04:49:57 ---> 40108f39054e 04:49:57 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:49:57 Removing intermediate container 9b7e52ae29d9 04:49:57 ---> 35066a3a2259 04:49:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:49:58 ---> ac0b088d614f 04:49:58 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:49:58 ---> 8266975c9304 04:49:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:49:59 ---> 41c6ba5e9adf 04:49:59 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:49:59 ---> f758cb5f0782 04:49:59 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:50:00 ---> 1f74389975ff 04:50:00 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:01 ---> 885018920bc1 04:50:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:50:01 ---> Running in ec76c49afbc1 04:50:01 Removing intermediate container ec76c49afbc1 04:50:01 ---> 4ab8d8f3f7f7 04:50:01 Step 19/21 : LABEL arch=arm64 04:50:01 ---> Running in 5d635c77bbe7 04:50:01 ---> f66807b40a23 04:50:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:50:02 Removing intermediate container 5d635c77bbe7 04:50:02 ---> e1c65b74469e 04:50:02 Step 20/21 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:50:02 ---> Running in cd138798903b 04:50:03 Removing intermediate container cd138798903b 04:50:03 ---> 399185c0eaa5 04:50:03 Step 21/21 : LABEL version=0.0.0 04:50:03 ---> 1a57b61b9f95 04:50:03 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:50:03 ---> Running in c33b895e3b62 04:50:03 Removing intermediate container c33b895e3b62 04:50:03 ---> b3de4ce1bd94 04:50:03 04:50:03 ---> 9ce470639187 04:50:03 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:03 Successfully built b3de4ce1bd94 04:50:03 Successfully tagged docker-core-command-go-arm64:latest 04:50:04  Building docker-core-command-go ... done  ---> Running in be64061759d2 04:50:04 Removing intermediate container be64061759d2 04:50:04 ---> 124e9608ee4e 04:50:04 Step 21/23 : LABEL arch=arm64 04:50:05 ---> Running in b8f4b2917807 04:50:05 Removing intermediate container b8f4b2917807 04:50:05 ---> bacb965724df 04:50:05 Step 22/23 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:50:05 ---> Running in 434ce5fe2491 04:50:06 Removing intermediate container 434ce5fe2491 04:50:06 ---> 6cb2fc6158e0 04:50:06 Step 23/23 : LABEL version=0.0.0 04:50:06 ---> Running in be5d07cbb731 04:50:07 Removing intermediate container be5d07cbb731 04:50:07 ---> 5e80ba1d8719 04:50:07 04:50:07 Successfully built 5e80ba1d8719 04:50:07 Successfully tagged docker-support-notifications-go-arm64:latest 04:50:07  Building docker-support-notifications-go ... done Removing intermediate container fa5eeff75feb 04:50:07 ---> d7e156258ff4 04:50:07 04:50:07 Step 10/22 : FROM alpine 04:50:07 ---> 62ee0e9f8440 04:50:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:50:08 ---> Running in 2f4bd68e8094 04:50:08 Removing intermediate container 2f4bd68e8094 04:50:08 ---> 3ddf0a8bea6f 04:50:08 Step 12/22 : ENV APP_PORT=48080 04:50:08 ---> Running in 479eb1f0b554 04:50:09 Removing intermediate container 479eb1f0b554 04:50:09 ---> 5eba4be7e356 04:50:09 Step 13/22 : EXPOSE $APP_PORT 04:50:09 ---> Running in 0935d644c7c5 04:50:09 Removing intermediate container 0935d644c7c5 04:50:09 ---> ccc0e349b2c7 04:50:09 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:09 ---> Running in 205edab01a38 04:50:12 Removing intermediate container 205edab01a38 04:50:12 ---> 3ce740caff00 04:50:12 Step 15/22 : RUN apk --no-cache add zeromq 04:50:12 ---> Running in 7ed96b249444 04:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:15 (1/5) Installing libgcc (9.3.0-r2) 04:50:15 (2/5) Installing libsodium (1.0.18-r0) 04:50:15 (3/5) Installing libstdc++ (9.3.0-r2) 04:50:15 (4/5) Installing libzmq (4.3.2-r0) 04:50:16 (5/5) Installing zeromq (4.3.2-r0) 04:50:16 Executing busybox-1.31.1-r16.trigger 04:50:16 OK: 8 MiB in 19 packages 04:50:17 Removing intermediate container 7ed96b249444 04:50:17 ---> df9391f69f79 04:50:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:50:18 ---> 7b83af828ebf 04:50:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:50:19 ---> 74d0b86fc4d1 04:50:19 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:50:20 ---> 4fb1f03267e7 04:50:20 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:20 ---> Running in 60db6071f025 04:50:20 Removing intermediate container 60db6071f025 04:50:20 ---> 4ae0945c1635 04:50:20 Step 20/22 : LABEL arch=arm64 04:50:20 ---> Running in c7c7877ceccf 04:50:20 Removing intermediate container c7c7877ceccf 04:50:20 ---> 6290d51bb74d 04:50:20 Step 21/22 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 04:50:21 ---> Running in 3421d894153e 04:50:21 Removing intermediate container 3421d894153e 04:50:21 ---> c21d71861400 04:50:21 Step 22/22 : LABEL version=0.0.0 04:50:21 ---> Running in bcc085e771d6 04:50:22 Removing intermediate container bcc085e771d6 04:50:22 ---> 5bf983e55639 04:50:22 04:50:22 Successfully built 5bf983e55639 04:50:22 Successfully tagged docker-core-data-go-arm64:latest 04:50:23  Building docker-core-data-go ... done  [Pipeline] } 04:50:23 $ docker stop --time=1 46c15808778d7bbf903264c08b996c616b97390be423d5bd22627280484c8397 04:50:25 $ docker rm -f 46c15808778d7bbf903264c08b996c616b97390be423d5bd22627280484c8397 [Pipeline] // withDockerContainer [Pipeline] sh 04:50:25 + grep docker+ docker images 04:50:25 04:50:26 docker-core-data-go-arm64 latest 5bf983e55639 5 seconds ago 23.3MB 04:50:26 docker-support-notifications-go-arm64 latest 5e80ba1d8719 20 seconds ago 13.9MB 04:50:26 docker-core-command-go-arm64 latest b3de4ce1bd94 23 seconds ago 12.4MB 04:50:26 docker-support-logging-go-arm64 latest 2e3eb2468db4 37 seconds ago 11.4MB 04:50:26 docker-security-secrets-setup-go-arm64 latest cf50ca36e6b7 About a minute ago 24.2MB 04:50:26 docker-sys-mgmt-agent-go-arm64 latest 6bbd2602fdff 2 minutes ago 266MB 04:50:26 docker-security-secretstore-setup-go-arm64 latest 5b300ea3df10 3 minutes ago 32.6MB 04:50:26 docker-core-metadata-go-arm64 latest 975a2f2886af 4 minutes ago 13.8MB 04:50:26 docker-support-scheduler-go-arm64 latest 73dc1392c6ea 4 minutes ago 12.6MB 04:50:26 docker-security-proxy-setup-go-arm64 latest d0f1a35242e8 4 minutes ago 15.8MB 04:50:26 docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:50:27 provisioning config files... 04:50:27 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config8257431114512608364tmp [Pipeline] { [Pipeline] sh 04:50:28 + curl -s https://codecov.io/bash 04:50:28 + bash -s - -t @/w/workspace/edgex-go/21@tmp/config8257431114512608364tmp [Pipeline] } 04:50:28 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:50:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:50:30 ---> package-listing.sh 04:50:30 ++ facter osfamily 04:50:30 ++ tr '[:upper:]' '[:lower:]' 04:50:30 + OS_FAMILY=redhat 04:50:30 + workspace=/w/workspace/edgex-go/21 04:50:30 + START_PACKAGES=/tmp/packages_start.txt 04:50:30 + END_PACKAGES=/tmp/packages_end.txt 04:50:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:50:30 + PACKAGES=/tmp/packages_start.txt 04:50:30 + '[' /w/workspace/edgex-go/21 ']' 04:50:30 + PACKAGES=/tmp/packages_end.txt 04:50:30 + case "${OS_FAMILY}" in 04:50:30 + rpm -qa 04:50:30 + sort 04:50:34 + '[' -f /tmp/packages_start.txt ']' 04:50:34 + '[' -f /tmp/packages_end.txt ']' 04:50:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:50:34 + '[' /w/workspace/edgex-go/21 ']' 04:50:34 + mkdir -p /w/workspace/edgex-go/21/archives/ 04:50:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] isUnix [Pipeline] sh 04:50:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:35 04:50:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:50:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:35 alpine: Pulling from edgex-lftools-log-publisher 04:50:35 c9b1b535fdd9: Pulling fs layer 04:50:35 2cc5ad85d9ab: Pulling fs layer 04:50:35 756a868c4378: Pulling fs layer 04:50:35 444b2fc9a129: Pulling fs layer 04:50:35 ea15f1150254: Pulling fs layer 04:50:35 41b27a9f41bf: Pulling fs layer 04:50:35 28c525ee5125: Pulling fs layer 04:50:35 094b1ea09ed8: Pulling fs layer 04:50:35 138eaada9080: Pulling fs layer 04:50:35 0622d0fa9048: Pulling fs layer 04:50:35 444b2fc9a129: Waiting 04:50:35 ea15f1150254: Waiting 04:50:35 41b27a9f41bf: Waiting 04:50:35 28c525ee5125: Waiting 04:50:35 094b1ea09ed8: Waiting 04:50:35 138eaada9080: Waiting 04:50:35 0622d0fa9048: Waiting 04:50:35 2cc5ad85d9ab: Verifying Checksum 04:50:35 2cc5ad85d9ab: Download complete 04:50:35 444b2fc9a129: Verifying Checksum 04:50:35 444b2fc9a129: Download complete 04:50:35 c9b1b535fdd9: Verifying Checksum 04:50:35 ea15f1150254: Verifying Checksum 04:50:35 ea15f1150254: Download complete 04:50:35 28c525ee5125: Verifying Checksum 04:50:35 28c525ee5125: Download complete 04:50:36 756a868c4378: Verifying Checksum 04:50:36 756a868c4378: Download complete 04:50:36 138eaada9080: Verifying Checksum 04:50:36 138eaada9080: Download complete 04:50:36 0622d0fa9048: Verifying Checksum 04:50:36 0622d0fa9048: Download complete 04:50:36 c9b1b535fdd9: Pull complete 04:50:36 094b1ea09ed8: Verifying Checksum 04:50:36 094b1ea09ed8: Download complete 04:50:36 2cc5ad85d9ab: Pull complete 04:50:36 41b27a9f41bf: Verifying Checksum 04:50:36 41b27a9f41bf: Download complete 04:50:38 756a868c4378: Pull complete 04:50:38 444b2fc9a129: Pull complete 04:50:38 ea15f1150254: Pull complete 04:50:45 41b27a9f41bf: Pull complete 04:50:45 28c525ee5125: Pull complete 04:50:47 094b1ea09ed8: Pull complete 04:50:48 138eaada9080: Pull complete 04:50:48 0622d0fa9048: Pull complete 04:50:48 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:50:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:50:48 prd-centos7-docker-4c-2g-1383 does not seem to be running inside a container 04:50:49 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:50:53 $ docker top 0a5e438fdf0f87c2df5e5460d3f2ede62ee03a10a862a8e095e28811f7d0b6ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:50:53 provisioning config files... 04:50:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config247497370409521347tmp [Pipeline] { [Pipeline] echo 04:50:53 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:50:54 ---> create-netrc.sh [Pipeline] echo 04:50:54 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:50:54 ---> logs-deploy.sh 04:50:54 + ARCHIVE_ARTIFACTS= 04:50:54 + LOGS_SERVER=https://logs.edgexfoundry.org 04:50:54 + '[' https://logs.edgexfoundry.org == None ']' 04:50:54 + NEXUS_URL=https://nexus.edgexfoundry.org 04:50:54 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/21 04:50:54 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/21/ 04:50:54 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/21 /w/workspace/edgex-go/21 04:50:55 Archives upload complete. 04:50:55 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/21 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/21/ 04:50:56 ---> uname -a: 04:50:56 Linux 0a5e438fdf0f 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:50:56 04:50:56 04:50:56 ---> lscpu: 04:50:56 Architecture: x86_64 04:50:56 CPU op-mode(s): 32-bit, 64-bit 04:50:56 Byte Order: Little Endian 04:50:56 Address sizes: 40 bits physical, 48 bits virtual 04:50:56 CPU(s): 4 04:50:56 On-line CPU(s) list: 0-3 04:50:56 Thread(s) per core: 1 04:50:56 Core(s) per socket: 1 04:50:56 Socket(s): 4 04:50:56 NUMA node(s): 1 04:50:56 Vendor ID: GenuineIntel 04:50:56 CPU family: 6 04:50:56 Model: 44 04:50:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:50:56 Stepping: 1 04:50:56 CPU MHz: 2933.438 04:50:56 BogoMIPS: 5866.87 04:50:56 Virtualization: VT-x 04:50:56 Hypervisor vendor: KVM 04:50:56 Virtualization type: full 04:50:56 L1d cache: 128 KiB 04:50:56 L1i cache: 128 KiB 04:50:56 L2 cache: 16 MiB 04:50:56 L3 cache: 64 MiB 04:50:56 NUMA node0 CPU(s): 0-3 04:50:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:50:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:50:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:50:56 Vulnerability Meltdown: Mitigation; PTI 04:50:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:50:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:50:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:50:56 Vulnerability Tsx async abort: Not affected 04:50:56 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:50:56 04:50:56 04:50:56 ---> nproc: 04:50:56 4 04:50:56 04:50:56 04:50:56 ---> df -h: 04:50:56 Filesystem Size Used Available Use% Mounted on 04:50:56 overlay 50.0G 12.5G 37.4G 25% / 04:50:56 tmpfs 64.0M 0 64.0M 0% /dev 04:50:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:50:56 shm 64.0M 0 64.0M 0% /dev/shm 04:50:56 /dev/vda1 50.0G 12.5G 37.4G 25% /etc/resolv.conf 04:50:56 /dev/vda1 50.0G 12.5G 37.4G 25% /etc/hostname 04:50:56 /dev/vda1 50.0G 12.5G 37.4G 25% /etc/hosts 04:50:56 /dev/vda1 50.0G 12.5G 37.4G 25% /var/log/sa 04:50:56 /dev/vda1 50.0G 12.5G 37.4G 25% /w/workspace/edgex-go/21 04:50:56 /dev/vda1 50.0G 12.5G 37.4G 25% /w/workspace/edgex-go/21@tmp 04:50:56 04:50:56 04:50:56 ---> free -m: 04:50:56 total used free shared buff/cache available 04:50:56 Mem: 1837 633 106 0 1097 1123 04:50:56 Swap: 1023 111 912 04:50:56 04:50:56 04:50:56 ---> ip addr: 04:50:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:50:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:50:56 inet 127.0.0.1/8 scope host lo 04:50:56 valid_lft forever preferred_lft forever 04:50:56 106: eth0@if107: mtu 1458 qdisc noqueue state UP 04:50:56 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 04:50:56 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 04:50:56 valid_lft forever preferred_lft forever 04:50:56 04:50:56 04:50:56 ---> sar -b -r -n DEV: 04:50:56 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/29/20 _x86_64_ (4 CPU) 04:50:56 04:50:56 04:29:55 LINUX RESTART 04:50:56 04:50:56 04:31:02 tps rtps wtps bread/s bwrtn/s 04:50:56 04:32:01 182.44 94.67 87.77 6569.55 45543.15 04:50:56 04:33:01 523.53 311.62 211.91 12122.12 47274.61 04:50:56 04:34:01 294.48 173.74 120.73 7556.21 27387.02 04:50:56 04:35:02 351.72 136.06 215.66 71293.32 145283.05 04:50:56 04:36:02 3492.77 3140.26 352.51 169251.25 186668.36 04:50:56 04:37:01 283.36 105.31 178.05 13297.80 28023.13 04:50:56 04:38:01 2038.31 1671.90 366.41 177898.86 189176.64 04:50:56 04:39:02 1159.12 856.37 302.76 36190.87 56007.85 04:50:56 04:40:01 95.14 17.59 77.56 3209.77 4797.33 04:50:56 04:41:01 0.75 0.52 0.23 20.52 2.60 04:50:56 04:42:01 0.33 0.02 0.32 0.53 3.36 04:50:56 04:43:01 0.40 0.02 0.38 0.13 5.16 04:50:56 04:44:01 0.23 0.07 0.17 3.06 1.63 04:50:56 04:45:01 0.87 0.58 0.28 29.69 3.13 04:50:56 04:46:01 2.51 1.75 0.77 35.04 14.45 04:50:56 04:47:01 0.77 0.02 0.75 0.13 8.91 04:50:56 04:48:01 0.58 0.03 0.55 0.80 6.23 04:50:56 04:49:01 0.72 0.00 0.72 0.00 8.83 04:50:56 04:50:01 0.40 0.00 0.40 0.00 4.48 04:50:56 Average: 442.87 341.87 101.00 26233.58 38533.71 04:50:56 04:50:56 04:31:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:50:56 04:32:01 80720 1800836 95.71 1780 1079880 1554396 53.05 668836 932148 89256 04:50:56 04:33:01 125112 1756444 93.35 1308 991652 1735700 59.24 708308 807244 41364 04:50:56 04:34:01 460276 1421280 75.54 236 713852 1427320 48.71 542932 643064 75840 04:50:56 04:35:02 70364 1811192 96.26 0 1014808 2262180 77.20 797520 850228 65140 04:50:56 04:36:02 491564 1389992 73.87 0 694956 2393232 81.68 534128 652136 68 04:50:56 04:37:01 483636 1397920 74.30 0 704568 1537672 52.48 493816 691260 876 04:50:56 04:38:01 93768 1787788 95.02 0 1049724 2689668 91.79 745400 858804 31052 04:50:56 04:39:02 521472 1360084 72.29 0 764700 1349040 46.04 515692 634228 44 04:50:56 04:40:01 457848 1423708 75.67 0 865652 1185284 40.45 532408 681040 16 04:50:56 04:41:01 459660 1421896 75.57 0 866156 1163708 39.72 530884 681176 8 04:50:56 04:42:01 460180 1421376 75.54 0 866156 1163696 39.71 530816 681184 8 04:50:56 04:43:01 460268 1421288 75.54 0 866184 1159572 39.57 530584 681156 8 04:50:56 04:44:01 460596 1420960 75.52 0 866196 1159572 39.57 530572 681248 8 04:50:56 04:45:01 458884 1422672 75.61 0 867108 1160568 39.61 531320 681868 8 04:50:56 04:46:01 457600 1423956 75.68 0 867276 1159716 39.58 531948 681632 16 04:50:56 04:47:01 458232 1423324 75.65 0 867232 1159572 39.57 531460 681620 8 04:50:56 04:48:01 458148 1423408 75.65 0 867232 1159572 39.57 531588 681640 8 04:50:56 04:49:01 458216 1423340 75.65 0 867252 1159572 39.57 531484 681652 8 04:50:56 04:50:01 458216 1423340 75.65 0 867256 1159568 39.57 531368 681648 8 04:50:56 Average: 388145 1493411 79.37 175 870939 1459979 49.83 571109 713946 15987 04:50:56 04:50:56 04:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 04:50:56 04:32:01 eth0 1949.60 1807.62 8367.31 2887.79 0.00 0.00 0.00 04:50:56 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:32:01 docker0 1109.35 794.18 81.76 2687.36 0.00 0.00 0.00 04:50:56 04:33:01 eth0 309.99 190.21 1904.11 46.49 0.00 0.00 0.00 04:50:56 04:33:01 veth13a6fc6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:50:56 04:33:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:50:56 04:33:01 docker0 1216.63 945.59 89.71 3490.17 0.00 0.00 0.00 04:50:56 04:34:01 eth0 69.03 51.13 35.39 84.64 0.00 0.00 0.00 04:50:56 04:34:01 veth13a6fc6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:35:02 eth0 82.59 58.20 1665.42 17.44 0.00 0.00 0.00 04:50:56 04:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:35:02 veth851efb7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:50:56 04:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:36:02 veth282795f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 04:50:56 04:36:02 vethf86b92c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 04:50:56 04:36:02 veth00f8dd7 0.00 0.05 0.00 0.00 0.00 0.00 0.00 04:50:56 04:36:02 veth72fc862 0.00 0.05 0.00 0.00 0.00 0.00 0.00 04:50:56 04:37:01 eth0 3408.10 2783.94 16016.36 3204.65 0.00 0.00 0.00 04:50:56 04:37:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:50:56 04:37:01 veth851efb7 0.00 0.44 0.00 0.02 0.00 0.00 0.00 04:50:56 04:37:01 veth5e52fac 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:38:01 vethaeda8c8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:50:56 04:38:01 eth0 3395.39 2760.83 15789.29 3210.05 0.00 0.00 0.00 04:50:56 04:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:50:56 04:38:01 veth2b3b402 0.00 0.20 0.00 0.01 0.00 0.00 0.00 04:50:56 04:39:02 vethe0c7ecb 20.54 45.11 1.39 305.33 0.00 0.00 0.00 04:50:56 04:39:02 eth0 130.20 72.46 530.94 69.15 0.00 0.00 0.00 04:50:56 04:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:39:02 veth851efb7 0.00 0.81 0.00 0.04 0.00 0.00 0.00 04:50:56 04:40:01 eth0 28.96 16.91 74.85 9.48 0.00 0.00 0.00 04:50:56 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:40:01 docker0 1300.29 1075.10 94.95 4317.52 0.00 0.00 0.00 04:50:56 04:41:01 eth0 0.25 0.20 0.08 0.08 0.00 0.00 0.00 04:50:56 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:42:01 eth0 0.18 0.13 0.07 0.01 0.00 0.00 0.00 04:50:56 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:43:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 04:50:56 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:44:01 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 04:50:56 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:45:01 eth0 0.68 0.10 0.06 0.01 0.00 0.00 0.00 04:50:56 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:46:01 eth0 0.68 0.50 0.40 0.27 0.00 0.00 0.00 04:50:56 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:47:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 04:50:56 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:48:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 04:50:56 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:49:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 04:50:56 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:50:01 eth0 0.13 0.03 0.01 0.00 0.00 0.00 0.00 04:50:56 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 Average: eth0 141.64 119.32 676.62 169.63 0.00 0.00 0.00 04:50:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:56 Average: docker0 67.41 55.74 4.92 223.84 0.00 0.00 0.00 04:50:56 04:50:56 04:50:56 ---> sar -P ALL: 04:50:56 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/29/20 _x86_64_ (4 CPU) 04:50:56 04:50:56 04:29:55 LINUX RESTART 04:50:56 04:50:56 04:31:02 CPU %user %nice %system %iowait %steal %idle 04:50:56 04:32:01 all 21.44 0.00 8.27 0.90 0.09 69.30 04:50:56 04:32:01 0 18.20 0.00 10.68 0.76 0.09 70.28 04:50:56 04:32:01 1 34.40 0.00 7.44 0.26 0.10 57.81 04:50:56 04:32:01 2 16.28 0.00 8.11 1.52 0.05 74.04 04:50:56 04:32:01 3 16.74 0.00 6.93 1.05 0.12 75.16 04:50:56 04:33:01 all 19.01 0.00 9.72 9.60 0.17 61.49 04:50:56 04:33:01 0 19.14 0.00 10.11 9.57 0.17 61.01 04:50:56 04:33:01 1 18.95 0.00 9.85 7.43 0.19 63.59 04:50:56 04:33:01 2 19.13 0.00 9.84 12.41 0.15 58.47 04:50:56 04:33:01 3 18.85 0.00 9.04 8.99 0.20 62.92 04:50:56 04:34:01 all 52.43 0.00 14.79 6.20 0.24 26.33 04:50:56 04:34:01 0 51.88 0.00 14.56 6.02 0.22 27.32 04:50:56 04:34:01 1 51.28 0.00 14.72 5.96 0.27 27.76 04:50:56 04:34:01 2 52.86 0.00 14.38 8.27 0.26 24.23 04:50:56 04:34:01 3 53.73 0.00 15.48 4.55 0.22 26.01 04:50:56 04:35:02 all 18.89 0.00 13.71 14.37 0.22 52.80 04:50:56 04:35:02 0 18.37 0.00 13.30 14.36 0.25 53.72 04:50:56 04:35:02 1 18.40 0.00 13.80 14.04 0.22 53.54 04:50:56 04:35:02 2 20.22 0.00 14.45 12.19 0.20 52.94 04:50:56 04:35:02 3 18.54 0.00 13.31 16.94 0.19 51.02 04:50:56 04:36:02 all 21.13 0.00 24.14 28.70 1.33 24.70 04:50:56 04:36:02 0 20.81 0.00 24.22 29.10 1.41 24.46 04:50:56 04:36:02 1 20.45 0.00 24.20 29.67 1.41 24.27 04:50:56 04:36:02 2 21.74 0.00 23.49 28.18 1.30 25.28 04:50:56 04:36:02 3 21.50 0.00 24.67 27.83 1.22 24.78 04:50:56 04:37:01 all 62.90 0.00 14.14 9.75 0.24 12.97 04:50:56 04:37:01 0 61.21 0.00 15.78 14.20 0.17 8.63 04:50:56 04:37:01 1 64.05 0.00 13.40 8.24 0.28 14.03 04:50:56 04:37:01 2 63.00 0.00 13.77 9.16 0.24 13.82 04:50:56 04:37:01 3 63.31 0.00 13.60 7.39 0.26 15.43 04:50:56 04:38:01 all 33.13 0.00 24.42 24.90 0.60 16.95 04:50:56 04:38:01 0 31.89 0.00 25.05 25.50 0.55 17.01 04:50:56 04:38:01 1 33.37 0.00 24.64 29.47 0.68 11.85 04:50:56 04:38:01 2 32.01 0.00 23.76 23.00 0.55 20.68 04:50:56 04:38:01 3 35.28 0.00 24.22 21.58 0.65 18.27 04:50:56 04:39:02 all 38.93 0.00 18.67 20.24 0.56 21.60 04:50:56 04:39:02 0 40.01 0.00 18.07 18.22 0.55 23.14 04:50:56 04:39:02 1 39.98 0.00 19.28 17.04 0.55 23.14 04:50:56 04:39:02 2 37.74 0.00 17.29 22.13 0.64 22.21 04:50:56 04:39:02 3 38.02 0.00 20.05 23.56 0.47 17.90 04:50:56 04:40:01 all 5.08 0.00 3.09 4.23 0.07 87.54 04:50:56 04:40:01 0 3.05 0.00 2.66 2.29 0.09 91.91 04:50:56 04:40:01 1 7.38 0.00 3.35 5.91 0.07 83.29 04:50:56 04:40:01 2 3.30 0.00 2.87 5.43 0.05 88.36 04:50:56 04:40:01 3 6.55 0.00 3.47 3.32 0.09 86.57 04:50:56 04:41:01 all 0.03 0.00 0.04 0.00 0.00 99.92 04:50:56 04:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:50:56 04:41:01 1 0.05 0.00 0.05 0.00 0.00 99.90 04:50:56 04:41:01 2 0.02 0.00 0.03 0.02 0.00 99.93 04:50:56 04:41:01 3 0.05 0.00 0.07 0.00 0.00 99.88 04:50:56 04:42:01 all 0.03 0.00 0.03 0.00 0.00 99.94 04:50:56 04:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:50:56 04:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:50:56 04:42:01 2 0.05 0.00 0.03 0.00 0.00 99.92 04:50:56 04:42:01 3 0.05 0.00 0.03 0.00 0.00 99.92 04:50:56 04:43:01 all 0.12 0.00 0.02 0.00 0.00 99.85 04:50:56 04:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:50:56 04:43:01 1 0.43 0.00 0.03 0.00 0.00 99.53 04:50:56 04:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:50:56 04:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:50:56 04:44:01 all 0.10 0.00 0.05 0.00 0.00 99.85 04:50:56 04:44:01 0 0.00 0.00 0.03 0.00 0.00 99.97 04:50:56 04:44:01 1 0.35 0.00 0.08 0.00 0.00 99.57 04:50:56 04:44:01 2 0.02 0.00 0.02 0.02 0.00 99.95 04:50:56 04:44:01 3 0.05 0.00 0.03 0.00 0.00 99.92 04:50:56 04:45:01 all 0.15 0.00 0.04 0.01 0.00 99.80 04:50:56 04:45:01 0 0.02 0.00 0.05 0.02 0.00 99.92 04:50:56 04:45:01 1 0.52 0.00 0.05 0.00 0.00 99.43 04:50:56 04:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:50:56 04:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 04:50:56 04:46:01 all 0.17 0.00 0.05 0.03 0.00 99.75 04:50:56 04:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:50:56 04:46:01 1 0.38 0.00 0.03 0.03 0.02 99.53 04:50:56 04:46:01 2 0.20 0.00 0.08 0.10 0.00 99.62 04:50:56 04:46:01 3 0.05 0.00 0.05 0.00 0.00 99.90 04:50:56 04:47:01 all 0.09 0.00 0.03 0.00 0.00 99.87 04:50:56 04:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:50:56 04:47:01 1 0.20 0.00 0.07 0.00 0.00 99.73 04:50:56 04:47:01 2 0.12 0.00 0.02 0.00 0.00 99.87 04:50:56 04:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 04:50:56 04:48:01 all 0.03 0.00 0.03 0.00 0.00 99.94 04:50:56 04:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:50:56 04:48:01 1 0.05 0.00 0.03 0.00 0.00 99.92 04:50:56 04:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:50:56 04:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 04:50:56 04:49:01 all 0.08 0.00 0.03 0.00 0.00 99.89 04:50:56 04:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:50:56 04:49:01 1 0.25 0.00 0.05 0.00 0.00 99.70 04:50:56 04:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:50:56 04:49:01 3 0.05 0.00 0.05 0.00 0.02 99.88 04:50:56 04:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 04:50:56 04:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:50:56 04:50:01 1 0.50 0.00 0.02 0.00 0.00 99.48 04:50:56 04:50:01 2 0.02 0.00 0.05 0.00 0.00 99.93 04:50:56 04:50:01 3 0.05 0.00 0.03 0.00 0.00 99.92 04:50:56 Average: all 14.12 0.00 6.75 6.10 0.18 72.85 04:50:56 Average: 0 13.65 0.00 6.92 6.17 0.18 73.08 04:50:56 Average: 1 15.03 0.00 6.74 6.05 0.19 71.98 04:50:56 Average: 2 13.76 0.00 6.60 6.29 0.18 73.17 04:50:56 Average: 3 14.05 0.00 6.72 5.88 0.17 73.17 04:50:56 04:50:56 04:50:56