Pull request #2625 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from a101cfe205c8646f279e8375f92dd78bc13c901b+d08647e33299f35346a0c0e1b5c282da7a73a79b (34780c1ce41ae221a30ffd96896ed493f0602902) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-268 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit a101cfe205c8646f279e8375f92dd78bc13c901b Merge succeeded, producing a101cfe205c8646f279e8375f92dd78bc13c901b Checking out Revision a101cfe205c8646f279e8375f92dd78bc13c901b (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a101cfe205c8646f279e8375f92dd78bc13c901b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a101cfe205c8646f279e8375f92dd78bc13c901b # timeout=10 Commit message: "snapcraft.yaml, many: use setpriv instead of drop" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:51:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:51:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 2b9c6640c81b043464e1ee92cbecf7e2135bc5ba # timeout=10 [Pipeline] echo 12:51:20 ========================================================= 12:51:20 EdgeX Global Pipelines Version Info 12:51:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:51:22 ------------------- 12:51:22 stable info: 12:51:22 ------------------- 12:51:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:51:22 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 12:51:22 Message: update stable to v1.0.106 12:51:22 ------------------- 12:51:22 experimental info: 12:51:22 ------------------- 12:51:22 Commited By: **** collab-it+edgex@linuxfoundation.org 12:51:22 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 12:51:22 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 12:51:24 ++ 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 12:51:24 + for file in '`ls cmd/**/Dockerfile`' 12:51:24 ++ dirname cmd/core-command/Dockerfile 12:51:24 ++ cut -d/ -f2 12:51:24 + echo core-command,cmd/core-command/Dockerfile 12:51:24 + for file in '`ls cmd/**/Dockerfile`' 12:51:24 ++ dirname cmd/core-data/Dockerfile 12:51:24 ++ cut -d/ -f2 12:51:24 + echo core-data,cmd/core-data/Dockerfile 12:51:24 + for file in '`ls cmd/**/Dockerfile`' 12:51:24 ++ dirname cmd/core-metadata/Dockerfile 12:51:24 ++ cut -d/ -f2 12:51:24 + echo core-metadata,cmd/core-metadata/Dockerfile 12:51:24 + for file in '`ls cmd/**/Dockerfile`' 12:51:24 ++ dirname cmd/security-proxy-setup/Dockerfile 12:51:24 ++ cut -d/ -f2 12:51:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:51:24 + for file in '`ls cmd/**/Dockerfile`' 12:51:24 ++ dirname cmd/security-secrets-setup/Dockerfile 12:51:24 ++ cut -d/ -f2 12:51:24 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 12:51:24 + for file in '`ls cmd/**/Dockerfile`' 12:51:24 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:51:24 ++ cut -d/ -f2 12:51:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:51:24 + for file in '`ls cmd/**/Dockerfile`' 12:51:24 ++ dirname cmd/support-logging/Dockerfile 12:51:24 ++ cut -d/ -f2 12:51:24 + echo support-logging,cmd/support-logging/Dockerfile 12:51:24 + for file in '`ls cmd/**/Dockerfile`' 12:51:24 ++ dirname cmd/support-notifications/Dockerfile 12:51:24 ++ cut -d/ -f2 12:51:24 + echo support-notifications,cmd/support-notifications/Dockerfile 12:51:24 + for file in '`ls cmd/**/Dockerfile`' 12:51:24 ++ dirname cmd/support-scheduler/Dockerfile 12:51:24 ++ cut -d/ -f2 12:51:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:51:24 + for file in '`ls cmd/**/Dockerfile`' 12:51:24 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:51:24 ++ cut -d/ -f2 12:51:24 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:51:24 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 12:51:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:51:25 12:51:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:51:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:51:25 latest: Pulling from edgex-devops/git-semver 12:51:25 31603596830f: Pulling fs layer 12:51:25 2a8b12db71e7: Pulling fs layer 12:51:25 6ca5941a6612: Pulling fs layer 12:51:25 ecc8261a40a4: Pulling fs layer 12:51:25 ecc8261a40a4: Waiting 12:51:25 2a8b12db71e7: Verifying Checksum 12:51:25 2a8b12db71e7: Download complete 12:51:26 31603596830f: Verifying Checksum 12:51:26 31603596830f: Download complete 12:51:26 ecc8261a40a4: Verifying Checksum 12:51:26 ecc8261a40a4: Download complete 12:51:26 6ca5941a6612: Verifying Checksum 12:51:26 6ca5941a6612: Download complete 12:51:26 31603596830f: Pull complete 12:51:26 2a8b12db71e7: Pull complete 12:51:27 6ca5941a6612: Pull complete 12:51:27 ecc8261a40a4: Pull complete 12:51:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:51:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:51:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:51:27 prd-centos7-docker-4c-2g-268 does not seem to be running inside a container 12:51:27 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:51:30 $ docker top 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:51:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:51:30 [ssh-agent] Looking for ssh-agent implementation... 12:51:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:51:30 $ docker exec 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 ssh-agent 12:51:31 SSH_AUTH_SOCK=/tmp/ssh-tcSWS4RPchAL/agent.13 12:51:31 SSH_AGENT_PID=19 12:51:31 Running ssh-add (command line suppressed) 12:51:31 Identity added: /w/workspace/edgex-go/15@tmp/private_key_8537539910625813802.key (/w/workspace/edgex-go/15@tmp/private_key_8537539910625813802.key) 12:51:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:51:31 + git describe --exact-match --tags HEAD 12:51:31 fatal: No names found, cannot describe anything. [Pipeline] } 12:51:31 $ docker exec --env ******** --env ******** 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 ssh-agent -k 12:51:31 unset SSH_AUTH_SOCK; 12:51:31 unset SSH_AGENT_PID; 12:51:31 echo Agent pid 19 killed; 12:51:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 12:51:31 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 12:51:31 This usually means this commit has not been tagged. [Pipeline] sshagent 12:51:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:51:31 [ssh-agent] Looking for ssh-agent implementation... 12:51:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:51:32 $ docker exec 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 ssh-agent 12:51:32 SSH_AUTH_SOCK=/tmp/ssh-BB6zkYbzmn6Q/agent.48 12:51:32 SSH_AGENT_PID=54 12:51:32 Running ssh-add (command line suppressed) 12:51:32 Identity added: /w/workspace/edgex-go/15@tmp/private_key_3161530864624592082.key (/w/workspace/edgex-go/15@tmp/private_key_3161530864624592082.key) 12:51:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:51:32 + git semver init 12:51:32 # -> Open(): unable to determine branch for HEAD 12:51:32 # $GIT_DIR = /w/workspace/edgex-go/15/.git 12:51:32 # $GIT_WORK_TREE = /w/workspace/edgex-go/15 12:51:32 # $SEMVER_REMOTE_NAME = origin 12:51:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:51:32 # $SEMVER_USER_NAME = edgex-jenkins 12:51:32 # $SEMVER_BRANCH = PR-2625 12:51:32 # $SEMVER_TEMP = /tmp/semver-129386306 12:51:32 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:51:50 # '/tmp/semver-129386306' -> '/w/workspace/edgex-go/15/.semver' 12:51:50 # -> Force: false 12:51:50 # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } 12:51:50 $ docker exec --env ******** --env ******** 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 ssh-agent -k 12:51:51 unset SSH_AUTH_SOCK; 12:51:51 unset SSH_AGENT_PID; 12:51:51 echo Agent pid 54 killed; 12:51:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:51:51 + git semver [Pipeline] } 12:51:51 $ docker stop --time=1 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 12:51:53 $ docker rm -f 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 12:52:06 Stashed 32 file(s) [Pipeline] echo 12:52:06 [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 12:52:07 ========================================================= 12:52:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 12:52:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:52:07 + 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 . 12:52:10 Sending build context to Docker daemon 323MB 12:52:10 Step 1/7 : ARG BASE=golang:1.13-alpine 12:52:10 Step 2/7 : FROM ${BASE} 12:52:10 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 12:52:10 df20fa9351a1: Pulling fs layer 12:52:10 ed8968b2872e: Pulling fs layer 12:52:10 a92cc7c5fd73: Pulling fs layer 12:52:10 2dd03ba5bac4: Pulling fs layer 12:52:10 1e091d79d1de: Pulling fs layer 12:52:10 481702a1767f: Pulling fs layer 12:52:10 f64a6f60c768: Pulling fs layer 12:52:10 e78d2573fc39: Pulling fs layer 12:52:10 e876d2f968b6: Pulling fs layer 12:52:10 ce8a83651883: Pulling fs layer 12:52:10 07967f4d0e4b: Pulling fs layer 12:52:10 481702a1767f: Waiting 12:52:10 f64a6f60c768: Waiting 12:52:10 e78d2573fc39: Waiting 12:52:10 e876d2f968b6: Waiting 12:52:10 2dd03ba5bac4: Waiting 12:52:10 07967f4d0e4b: Waiting 12:52:10 ce8a83651883: Waiting 12:52:10 a92cc7c5fd73: Verifying Checksum 12:52:10 a92cc7c5fd73: Download complete 12:52:10 ed8968b2872e: Verifying Checksum 12:52:10 ed8968b2872e: Download complete 12:52:10 1e091d79d1de: Verifying Checksum 12:52:10 1e091d79d1de: Download complete 12:52:10 481702a1767f: Verifying Checksum 12:52:10 481702a1767f: Download complete 12:52:10 df20fa9351a1: Verifying Checksum 12:52:10 df20fa9351a1: Download complete 12:52:11 df20fa9351a1: Pull complete 12:52:11 f64a6f60c768: Download complete 12:52:11 e876d2f968b6: Verifying Checksum 12:52:11 e876d2f968b6: Download complete 12:52:12 e78d2573fc39: Verifying Checksum 12:52:12 e78d2573fc39: Download complete 12:52:12 2dd03ba5bac4: Verifying Checksum 12:52:12 2dd03ba5bac4: Download complete 12:52:12 07967f4d0e4b: Verifying Checksum 12:52:12 07967f4d0e4b: Download complete 12:52:12 ce8a83651883: Verifying Checksum 12:52:12 ce8a83651883: Download complete 12:52:13 ed8968b2872e: Pull complete 12:52:13 a92cc7c5fd73: Pull complete 12:52:18 2dd03ba5bac4: Pull complete 12:52:18 1e091d79d1de: Pull complete 12:52:19 481702a1767f: Pull complete 12:52:22 Still waiting to schedule task 12:52:22 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-267’ 12:52:25 f64a6f60c768: Pull complete 12:52:29 e78d2573fc39: Pull complete 12:52:29 e876d2f968b6: Pull complete 12:52:30 ce8a83651883: Pull complete 12:52:30 07967f4d0e4b: Pull complete 12:52:30 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 12:52:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 12:52:30 ---> 5d7c900382c6 12:52:30 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 12:52:31 ---> Running in 0162d52b8495 12:52:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:33 (1/12) Installing libmagic (5.38-r0) 12:52:33 (2/12) Installing file (5.38-r0) 12:52:33 (3/12) Installing libc-dev (0.7.2-r3) 12:52:33 (4/12) Installing g++ (9.3.0-r2) 12:52:35 (5/12) Installing fortify-headers (1.1-r0) 12:52:35 (6/12) Installing patch (2.7.6-r6) 12:52:35 (7/12) Installing build-base (0.5-r2) 12:52:36 (8/12) Installing libsodium (1.0.18-r0) 12:52:36 (9/12) Installing pkgconf (1.7.2-r0) 12:52:36 (10/12) Installing libsodium-dev (1.0.18-r0) 12:52:36 (11/12) Installing libzmq (4.3.2-r0) 12:52:36 (12/12) Installing zeromq-dev (4.3.2-r0) 12:52:36 Executing busybox-1.31.1-r16.trigger 12:52:36 OK: 233 MiB in 51 packages 12:52:39 Removing intermediate container 0162d52b8495 12:52:39 ---> 539a9df8c499 12:52:39 Step 4/7 : WORKDIR /edgex-go 12:52:39 ---> Running in eb1c14522fdd 12:52:39 Removing intermediate container eb1c14522fdd 12:52:39 ---> 403e6131d827 12:52:39 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 12:52:40 latest: Pulling from library/docker 12:52:40 df20fa9351a1: Already exists 12:52:40 25ad7478873d: Pulling fs layer 12:52:40 4684f6177b5d: Pulling fs layer 12:52:40 46e300cec669: Pulling fs layer 12:52:40 63038576ad94: Pulling fs layer 12:52:40 0fdb76c4706c: Pulling fs layer 12:52:40 cb7edeffdfd5: Pulling fs layer 12:52:40 0fdb76c4706c: Waiting 12:52:40 63038576ad94: Waiting 12:52:40 cb7edeffdfd5: Waiting 12:52:40 4684f6177b5d: Verifying Checksum 12:52:40 4684f6177b5d: Download complete 12:52:40 25ad7478873d: Verifying Checksum 12:52:40 25ad7478873d: Download complete 12:52:40 63038576ad94: Verifying Checksum 12:52:40 63038576ad94: Download complete 12:52:40 0fdb76c4706c: Verifying Checksum 12:52:40 0fdb76c4706c: Download complete 12:52:40 cb7edeffdfd5: Download complete 12:52:40 25ad7478873d: Pull complete 12:52:41 4684f6177b5d: Pull complete 12:52:41 46e300cec669: Verifying Checksum 12:52:41 46e300cec669: Download complete 12:52:43 46e300cec669: Pull complete 12:52:43 63038576ad94: Pull complete 12:52:43 0fdb76c4706c: Pull complete 12:52:44 cb7edeffdfd5: Pull complete 12:52:44 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 12:52:44 Status: Downloaded newer image for docker:latest 12:52:46 ---> 0108f75eab8d 12:52:46 Step 6/7 : COPY go.mod . 12:52:46 ---> 008e1018b56e 12:52:46 Step 7/7 : RUN go mod download 12:52:46 ---> Running in 85982ee2e5dc 12:52:48 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 12:52:48 go: finding github.com/BurntSushi/toml v0.3.1 12:52:48 go: finding github.com/OneOfOne/xxhash v1.2.5 12:52:48 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 12:52:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 12:52:48 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 12:52:48 go: finding github.com/bgentry/speakeasy v0.1.0 12:52:48 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 12:52:48 go: finding github.com/cloudflare/gokey v0.1.0 12:52:48 go: finding github.com/davecgh/go-spew v1.1.1 12:52:48 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 12:52:48 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 12:52:48 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 12:52:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 12:52:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 12:52:48 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 12:52:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 12:52:48 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 12:52:48 go: finding github.com/fatih/color v1.7.0 12:52:48 go: finding github.com/fsnotify/fsnotify v1.4.7 12:52:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 12:52:48 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 12:52:48 go: finding github.com/go-kit/kit v0.8.0 12:52:48 go: finding github.com/go-logfmt/logfmt v0.4.0 12:52:48 go: finding github.com/go-redis/redis/v7 v7.2.0 12:52:48 go: finding github.com/go-stack/stack v1.8.0 12:52:48 go: finding github.com/golang/protobuf v1.3.2 12:52:49 go: finding github.com/gomodule/redigo v2.0.0+incompatible 12:52:49 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 12:52:49 go: finding github.com/google/uuid v1.1.0 12:52:49 go: finding github.com/gorilla/mux v1.7.1 12:52:49 go: finding github.com/hashicorp/consul/api v1.1.0 12:52:49 go: finding github.com/hashicorp/consul/sdk v0.1.1 12:52:49 go: finding github.com/hashicorp/errwrap v1.0.0 12:52:49 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 12:52:49 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 12:52:49 go: finding github.com/hashicorp/go-msgpack v0.5.3 12:52:49 go: finding github.com/hashicorp/go-multierror v1.0.0 12:52:49 go: finding github.com/hashicorp/go-rootcerts v1.0.0 12:52:49 go: finding github.com/hashicorp/go-sockaddr v1.0.0 12:52:49 go: finding github.com/hashicorp/go-syslog v1.0.0 12:52:49 go: finding github.com/hashicorp/go-uuid v1.0.1 12:52:49 go: finding github.com/hashicorp/go.net v0.0.1 12:52:49 go: finding github.com/hashicorp/golang-lru v0.5.0 12:52:49 go: finding github.com/hashicorp/logutils v1.0.0 12:52:49 go: finding github.com/hashicorp/mdns v1.0.0 12:52:49 go: finding github.com/hashicorp/memberlist v0.1.3 12:52:49 go: finding github.com/hashicorp/serf v0.8.2 12:52:49 go: finding github.com/hpcloud/tail v1.0.0 12:52:49 go: finding github.com/imdario/mergo v0.3.6 12:52:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 12:52:49 go: finding github.com/kr/pretty v0.1.0 12:52:49 go: finding github.com/kr/pty v1.1.1 12:52:49 go: finding github.com/kr/text v0.1.0 12:52:49 go: finding github.com/mattn/go-colorable v0.0.9 12:52:49 go: finding github.com/mattn/go-isatty v0.0.3 12:52:49 go: finding github.com/miekg/dns v1.0.14 12:52:49 go: finding github.com/mitchellh/cli v1.0.0 12:52:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 12:52:49 go: finding github.com/mitchellh/copystructure v1.0.0 12:52:49 go: finding github.com/mitchellh/go-homedir v1.0.0 12:52:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 12:52:49 go: finding github.com/mitchellh/gox v0.4.0 12:52:49 go: finding github.com/mitchellh/iochan v1.0.0 12:52:49 go: finding github.com/mitchellh/mapstructure v1.1.2 12:52:49 go: finding github.com/mitchellh/reflectwalk v1.0.0 12:52:49 go: finding github.com/onsi/ginkgo v1.10.1 12:52:49 go: finding github.com/onsi/gomega v1.7.0 12:52:49 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 12:52:49 go: finding github.com/pebbe/zmq4 v1.0.0 12:52:49 go: finding github.com/pelletier/go-toml v1.2.0 12:52:49 go: finding github.com/pkg/errors v0.8.1 12:52:50 go: finding github.com/pmezard/go-difflib v1.0.0 12:52:50 go: finding github.com/posener/complete v1.1.1 12:52:50 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 12:52:50 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 12:52:50 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 12:52:50 go: finding github.com/stretchr/objx v0.1.0 12:52:50 go: finding github.com/stretchr/testify v1.5.1 12:52:50 go: finding github.com/ugorji/go v1.1.4 12:52:50 go: finding github.com/x448/float16 v0.8.4 12:52:50 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 12:52:50 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 12:52:50 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 12:52:50 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 12:52:50 go: finding golang.org/x/text v0.3.2 12:52:50 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 12:52:50 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 12:52:50 go: finding gopkg.in/eapache/queue.v1 v1.1.0 12:52:50 go: finding gopkg.in/fsnotify.v1 v1.4.7 12:52:50 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 12:52:50 go: finding gopkg.in/yaml.v2 v2.2.8 12:53:02 Removing intermediate container 85982ee2e5dc 12:53:02 ---> 513ba10b5d81 12:53:02 Successfully built 513ba10b5d81 12:53:02 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 12:53:03 + docker inspect -f . ci-base-image-x86_64 12:53:03 . [Pipeline] withDockerContainer 12:53:03 prd-centos7-docker-4c-2g-268 does not seem to be running inside a container 12:53:03 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:53:04 $ docker top 4df050d91ff165fa5b1ea1d0ca455787af41c8d5e18e5a384f7e623387f9d943 -eo pid,comm [Pipeline] { [Pipeline] sh 12:53:05 + go version 12:53:05 go version go1.13.13 linux/amd64 [Pipeline] echo 12:53:05 ========================================================= 12:53:05 [edgeXBuildGoParallel] Running Tests and Build... 12:53:05 ========================================================= [Pipeline] sh 12:53:05 + make test 12:53:05 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:53:08 ? github.com/edgexfoundry/edgex-go [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:53:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:53:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:53:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:53:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:53:23 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.019s 12:53:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 12:53:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:53:23 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 12:53:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:53:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:53:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:53:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:53:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:53:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.057s coverage: 46.6% of statements 12:53:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:53:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:53:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:53:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:53:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.076s coverage: 27.3% of statements 12:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements 12:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements 12:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:53:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.093s coverage: 28.6% of statements 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:53:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.027s coverage: 100.0% of statements 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:53:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.013s coverage: 100.0% of statements 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:53:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.022s coverage: 89.8% of statements 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:53:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.062s coverage: 97.5% of statements 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:53:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.023s coverage: 100.0% of statements 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:53:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:53:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 12:53:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.058s coverage: 63.5% of statements 12:53:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:53:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:53:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 12:53:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.118s coverage: 55.9% of statements 12:53:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:53:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:53:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 12:53:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 12:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.911s coverage: 86.3% of statements 12:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 12:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.263s coverage: 72.2% of statements 12:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.111s coverage: 72.1% of statements 12:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.037s coverage: 82.4% of statements 12:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements 12:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 12:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 12:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 12:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements 12:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 12:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.025s coverage: 96.8% of statements 12:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 12:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.032s coverage: 26.9% of statements 12:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.092s coverage: 84.1% of statements 12:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.007s coverage: 100.0% of statements 12:53:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements 12:53:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 12:53:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 12:53:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements 12:53:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 12:53:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements 12:53:41 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 12:53:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.092s coverage: 46.1% of statements 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:53:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:53:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:53:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:53:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.046s coverage: 29.1% of statements 12:53:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:53:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:53:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:53:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:53:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:53:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements 12:53:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:53:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.013s coverage: 100.0% of statements 12:53:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:53:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 12:53:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:53:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements 12:53:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:53:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:53:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:53:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:53:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements 12:53:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:53:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:53:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 12:53:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 12:53:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 12:53:46 GO111MODULE=on go vet ./... 12:53:52 gofmt -l . 12:53:52 [ "`gofmt -l .`" = "" ] 12:53:53 ./bin/test-go-mod-tidy.sh 12:53:54 ./bin/test-attribution-txt.sh [Pipeline] sh 12:53:56 + ls -al . 12:53:56 total 556 12:53:56 drwxrwxr-x 10 1001 1001 4096 Aug 17 12:53 . 12:53:56 drwxr-xr-x 4 root root 30 Aug 17 12:53 .. 12:53:56 -rw-rw-r-- 1 1001 1001 11 Aug 17 12:51 .dockerignore 12:53:56 drwxrwxr-x 8 1001 1001 179 Aug 17 12:51 .git 12:53:56 drwxrwxr-x 3 1001 1001 60 Aug 17 12:51 .github 12:53:56 -rw-rw-r-- 1 1001 1001 932 Aug 17 12:51 .gitignore 12:53:56 drwx------ 3 1001 1001 47 Aug 17 12:51 .semver 12:53:56 -rw-rw-r-- 1 1001 1001 166 Aug 17 12:51 .sonarcloud.properties 12:53:56 -rw-rw-r-- 1 1001 1001 3804 Aug 17 12:51 CONTRIBUTING.md 12:53:56 -rw-rw-r-- 1 1001 1001 1035 Aug 17 12:51 Dockerfile.build 12:53:56 -rw-rw-r-- 1 1001 1001 865 Aug 17 12:51 Jenkinsfile 12:53:56 -rw-rw-r-- 1 1001 1001 10775 Aug 17 12:51 LICENSE 12:53:56 -rw-rw-r-- 1 1001 1001 6237 Aug 17 12:51 Makefile 12:53:56 -rw-rw-r-- 1 1001 1001 5652 Aug 17 12:51 README.md 12:53:56 -rw-rw-r-- 1 1001 1001 7111 Aug 17 12:51 SECURITY.md 12:53:56 -rw-rw-r-- 1 1001 1001 5 Aug 17 12:51 VERSION 12:53:56 -rw-rw-r-- 1 1001 1001 4131 Aug 17 12:51 ZMQWindows.md 12:53:56 drwxrwxr-x 2 1001 1001 117 Aug 17 12:51 bin 12:53:56 drwxrwxr-x 15 1001 1001 4096 Aug 17 12:51 cmd 12:53:56 -rw-r--r-- 1 root root 455803 Aug 17 12:53 coverage.out 12:53:56 -rw-r--r-- 1 root root 1019 Aug 17 12:53 go.mod 12:53:56 -rw-r--r-- 1 root root 18146 Aug 17 12:53 go.sum 12:53:56 drwxrwxr-x 8 1001 1001 127 Aug 17 12:51 internal 12:53:56 drwxrwxr-x 4 1001 1001 26 Aug 17 12:51 openapi 12:53:56 drwxrwxr-x 4 1001 1001 71 Aug 17 12:51 snap 12:53:56 -rw-rw-r-- 1 1001 1001 168 Aug 17 12:51 version.go [Pipeline] sh 12:53:56 + '[' -e coverage.out ] 12:53:56 + chown 1001:1001 coverage.out [Pipeline] stash 12:53:56 Stashed 1 file(s) [Pipeline] sh 12:53:57 + make build 12:53:57 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 12:54: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 12:54:06 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 12:54:08 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 12:54:09 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 12:54:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:54:11 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 12:54:14 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 12:54:16 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 12:54:17 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 12:54:19 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 12:54:20 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 12:54:21 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] } 12:54:23 $ docker stop --time=1 4df050d91ff165fa5b1ea1d0ca455787af41c8d5e18e5a384f7e623387f9d943 12:54:24 $ docker rm -f 4df050d91ff165fa5b1ea1d0ca455787af41c8d5e18e5a384f7e623387f9d943 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:54:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:54:27 12:54:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:54:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:54:28 latest: Pulling from edgex-devops/edgex-compose 12:54:28 cbdbe7a5bc2a: Pulling fs layer 12:54:28 ca9280d653b3: Pulling fs layer 12:54:28 7e9c9ca2126c: Pulling fs layer 12:54:28 cbdbe7a5bc2a: Download complete 12:54:28 ca9280d653b3: Verifying Checksum 12:54:28 ca9280d653b3: Download complete 12:54:28 cbdbe7a5bc2a: Pull complete 12:54:28 7e9c9ca2126c: Verifying Checksum 12:54:28 7e9c9ca2126c: Download complete 12:54:29 ca9280d653b3: Pull complete 12:54:36 7e9c9ca2126c: Pull complete 12:54:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:54:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:54:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:54:36 prd-centos7-docker-4c-2g-268 does not seem to be running inside a container 12:54:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 12:54:39 $ docker top b0e5098ee54ac75acc7aceaa25cf7eb361b2dc1865ab4ee4b7ca6b3550c64943 -eo pid,comm [Pipeline] { [Pipeline] sh 12:54:39 + docker-compose build --help 12:54:39 + grep parallel 12:54:40 --parallel Build images in parallel. [Pipeline] } 12:54:40 $ docker stop --time=1 b0e5098ee54ac75acc7aceaa25cf7eb361b2dc1865ab4ee4b7ca6b3550c64943 12:54:42 $ docker rm -f b0e5098ee54ac75acc7aceaa25cf7eb361b2dc1865ab4ee4b7ca6b3550c64943 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:54:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:54:42 . [Pipeline] withDockerContainer 12:54:42 prd-centos7-docker-4c-2g-268 does not seem to be running inside a container 12:54:42 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:54:43 $ docker top c6e71d3bbc01d94812753f2931ddd54c412c7a55e538713c9fa0e041dc7df479 -eo pid,comm [Pipeline] { [Pipeline] sh 12:54:44 + docker-compose -f ./docker-compose-build.yml build --parallel 12:54:45 Building docker-core-command-go ... 12:54:45 Building docker-core-data-go ... 12:54:45 Building docker-core-metadata-go ... 12:54:45 Building docker-security-proxy-setup-go ... 12:54:45 Building docker-security-secrets-setup-go ... 12:54:45 Building docker-security-secretstore-setup-go ... 12:54:45 Building docker-support-logging-go ... 12:54:45 Building docker-support-notifications-go ... 12:54:45 Building docker-support-scheduler-go ... 12:54:45 Building docker-sys-mgmt-agent-go ... 12:54:45 Building docker-core-data-go 12:54:45 Building docker-sys-mgmt-agent-go 12:54:45 Building docker-support-scheduler-go 12:54:45 Building docker-security-secrets-setup-go 12:54:45 Building docker-security-proxy-setup-go 12:55:11 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 12:55:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:55:11 ---> 513ba10b5d81 12:55:11 Step 3/22 : WORKDIR /edgex-go 12:55:11 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 12:55:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 12:55:11 ---> 513ba10b5d81 12:55:11 Step 3/20 : WORKDIR /edgex-go 12:55:11 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 12:55:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:55:11 ---> 513ba10b5d81 12:55:11 Step 3/26 : WORKDIR /edgex-go 12:55:11 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 12:55:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 12:55:11 ---> 513ba10b5d81 12:55:11 Step 3/20 : WORKDIR /edgex-go 12:55:11 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 12:55:11 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 12:55:11 ---> 513ba10b5d81 12:55:11 Step 3/29 : WORKDIR /edgex-go 12:55:11 ---> Running in 3954fca39139 12:55:11 ---> Running in 2be7169cdc6b 12:55:11 ---> Running in e0447090da10 12:55:11 ---> Running in 328161566d25 12:55:11 ---> Running in 458199b00cb9 12:55:12 Removing intermediate container e0447090da10 12:55:12 ---> 6cab872f1435 12:55:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:55:12 Removing intermediate container 328161566d25 12:55:12 ---> ce83da508da5 12:55:12 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:55:12 Removing intermediate container 458199b00cb9 12:55:12 ---> 3d10bd9d4ef8 12:55:12 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:55:12 Removing intermediate container 2be7169cdc6b 12:55:12 ---> 8436fb2bc699 12:55:12 Step 4/29 : RUN apk update && apk add make git 12:55:12 Removing intermediate container 3954fca39139 12:55:12 ---> cf4f1208c1f8 12:55:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:55:12 ---> Running in e6b97a65ec0a 12:55:12 ---> Running in f5450ceb15c8 12:55:12 ---> Running in e6875abe2977 12:55:12 ---> Running in 174b0b0a5c47 12:55:12 ---> Running in a5dcd9452a7f 12:55:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:55:14 Removing intermediate container e6875abe2977 12:55:14 ---> ddd98e0be542 12:55:14 Step 5/20 : RUN apk update && apk add make git 12:55:14 ---> Running in 9de69b4eac78 12:55:14 Removing intermediate container e6b97a65ec0a 12:55:14 ---> 47e6057b0de0 12:55:14 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 12:55:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:55:14 ---> Running in 33bc17587342 12:55:14 Removing intermediate container f5450ceb15c8 12:55:14 ---> 6335583a7b99 12:55:14 Step 5/20 : RUN apk update && apk add make git 12:55:14 Removing intermediate container a5dcd9452a7f 12:55:14 ---> a5cf5adfe8a1 12:55:14 Step 5/26 : RUN apk update && apk add make bash git 12:55:14 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:55:14 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:55:14 OK: 12746 distinct packages available 12:55:14 ---> Running in 9a5cf70c3c87 12:55:15 ---> Running in ed60958e0a71 12:55:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:55:15 OK: 233 MiB in 51 packages 12:55:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:55:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:55:15 Removing intermediate container 174b0b0a5c47 12:55:15 ---> a2db65830d72 12:55:15 Step 5/29 : COPY go.mod . 12:55:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:55:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:55:16 ---> 9619d91f32a7 12:55:16 Step 6/29 : RUN go mod download 12:55:16 ---> Running in 7980251f1f21 12:55:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:55:16 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:55:16 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:55:16 OK: 12746 distinct packages available 12:55:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:55:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:55:16 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:55:16 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:55:16 OK: 12746 distinct packages available 12:55:16 OK: 233 MiB in 51 packages 12:55:16 OK: 233 MiB in 51 packages 12:55:17 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:55:17 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:55:17 OK: 12746 distinct packages available 12:55:17 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:55:17 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:55:17 OK: 12746 distinct packages available 12:55:17 OK: 233 MiB in 51 packages 12:55:17 OK: 233 MiB in 51 packages 12:55:17 Removing intermediate container 9de69b4eac78 12:55:17 ---> 478fd7fdecb8 12:55:17 Step 6/20 : COPY go.mod . 12:55:17 Removing intermediate container 33bc17587342 12:55:17 ---> 1174408e7aec 12:55:17 Step 6/22 : COPY go.mod . 12:55:17 ---> d189dfa0c0dc 12:55:17 Step 7/20 : RUN go mod download 12:55:18 ---> Running in e9d9a23444d7 12:55:18 ---> 430a2c75012a 12:55:18 Step 7/22 : RUN go mod download 12:55:18 Removing intermediate container 9a5cf70c3c87 12:55:18 ---> c8ffad3295ed 12:55:18 Step 6/20 : COPY go.mod . 12:55:18 ---> Running in 7b926e7cf9e0 12:55:18 Removing intermediate container ed60958e0a71 12:55:18 ---> 870ecce6e32a 12:55:18 Step 6/26 : COPY go.mod . 12:55:18 Removing intermediate container 7980251f1f21 12:55:18 ---> c60c36fd8eb5 12:55:18 Step 7/29 : COPY . . 12:55:18 ---> 0432e3a5b910 12:55:18 Step 7/20 : RUN go mod download 12:55:18 ---> 3bdef1fd8b6f 12:55:18 Step 7/26 : RUN go mod download 12:55:18 ---> Running in c723fdda3056 12:55:18 ---> Running in 2b5663e8667e 12:55:25 Removing intermediate container e9d9a23444d7 12:55:25 ---> a436cf02dc20 12:55:25 Step 8/20 : COPY . . 12:55:25 Removing intermediate container 7b926e7cf9e0 12:55:25 ---> 21e6d000dd6e 12:55:25 Step 8/22 : COPY . . 12:55:29 Removing intermediate container c723fdda3056 12:55:29 ---> c67809210da7 12:55:29 Step 8/20 : COPY . . 12:55:34 Removing intermediate container 2b5663e8667e 12:55:34 ---> 60a50f2129ce 12:55:34 Step 8/26 : COPY . . 12:55:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-269 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws 12:55:46 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 12:55:51 using credential edgex-jenkins-ssh 12:55:51 Cloning the remote Git repository 12:55:51 Cloning with configured refspecs honoured and without tags 12:55:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:55:51 > git init /w/workspace/edgex-go/15 # timeout=10 12:55:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:55:51 > git --version # timeout=10 12:55:51 using GIT_SSH to set credentials SSH Credentials for GitHub 12:55:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:56:06 Fetching without tags 12:56:06 ---> 212a16676c8d 12:56:06 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 12:56:06 ---> 71da68780ea5 12:56:06 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 12:56:06 ---> 68d350c3b8c6 12:56:06 Step 9/22 : RUN make cmd/core-data/core-data 12:56:06 ---> ce9843e89119 12:56:06 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 12:56:06 ---> Running in a507384fbd43 12:56:06 ---> 919ec0f89a82 12:56:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:56:06 ---> Running in 3b7db3a881b3 12:56:06 ---> Running in 73ab54e0a80a 12:56:06 ---> Running in 96501657639e 12:56:06 ---> Running in 2baa48aff3be 12:56:06 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 12:56:06 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 12:56:06 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 12:56:06 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 12:56: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 12:56:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:56:06 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 12:56:06 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 12:56:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:56:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:56:06 using GIT_SSH to set credentials SSH Credentials for GitHub 12:56:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:56:06 Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit a101cfe205c8646f279e8375f92dd78bc13c901b 12:56:07 Merge succeeded, producing a101cfe205c8646f279e8375f92dd78bc13c901b 12:56:07 Checking out Revision a101cfe205c8646f279e8375f92dd78bc13c901b (PR-2625) 12:56:06 > git config core.sparsecheckout # timeout=10 12:56:06 > git checkout -f a101cfe205c8646f279e8375f92dd78bc13c901b # timeout=10 12:56:07 > git remote # timeout=10 12:56:07 > git config --get remote.origin.url # timeout=10 12:56:07 using GIT_SSH to set credentials SSH Credentials for GitHub 12:56:07 > git merge d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 12:56:07 > git rev-parse HEAD^{commit} # timeout=10 12:56:07 > git config core.sparsecheckout # timeout=10 12:56:07 > git checkout -f a101cfe205c8646f279e8375f92dd78bc13c901b # timeout=10 12:56:11 Commit message: "snapcraft.yaml, many: use setpriv instead of drop" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 12:56:23 ========================================================= 12:56:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 12:56:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:56:24 + 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 . 12:56:28 Sending build context to Docker daemon 323MB 12:56:28 Step 1/7 : ARG BASE=golang:1.13-alpine 12:56:28 Step 2/7 : FROM ${BASE} 12:56:28 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:56:28 b538f80385f9: Pulling fs layer 12:56:28 74f711af9a0d: Pulling fs layer 12:56:28 99f96fe45779: Pulling fs layer 12:56:28 fd7a069fd194: Pulling fs layer 12:56:28 66aa3694b03b: Pulling fs layer 12:56:28 170f70906a0f: Pulling fs layer 12:56:28 ad7c5574e4b9: Pulling fs layer 12:56:28 e772456be8f7: Pulling fs layer 12:56:28 c890913d741a: Pulling fs layer 12:56:28 2480fcc9aa5a: Pulling fs layer 12:56:28 09adf4765672: Pulling fs layer 12:56:28 fd7a069fd194: Waiting 12:56:28 66aa3694b03b: Waiting 12:56:28 170f70906a0f: Waiting 12:56:28 ad7c5574e4b9: Waiting 12:56:28 e772456be8f7: Waiting 12:56:28 c890913d741a: Waiting 12:56:28 2480fcc9aa5a: Waiting 12:56:28 09adf4765672: Waiting 12:56:28 99f96fe45779: Verifying Checksum 12:56:28 99f96fe45779: Download complete 12:56:28 74f711af9a0d: Verifying Checksum 12:56:28 74f711af9a0d: Download complete 12:56:28 66aa3694b03b: Verifying Checksum 12:56:28 66aa3694b03b: Download complete 12:56:28 170f70906a0f: Verifying Checksum 12:56:28 170f70906a0f: Download complete 12:56:28 b538f80385f9: Verifying Checksum 12:56:28 b538f80385f9: Download complete 12:56:29 b538f80385f9: Pull complete 12:56:29 74f711af9a0d: Pull complete 12:56:30 99f96fe45779: Pull complete 12:56:32 ad7c5574e4b9: Verifying Checksum 12:56:32 ad7c5574e4b9: Download complete 12:56:32 c890913d741a: Verifying Checksum 12:56:32 c890913d741a: Download complete 12:56:33 e772456be8f7: Verifying Checksum 12:56:33 e772456be8f7: Download complete 12:56:33 09adf4765672: Verifying Checksum 12:56:33 09adf4765672: Download complete 12:56:34 2480fcc9aa5a: Verifying Checksum 12:56:34 2480fcc9aa5a: Download complete 12:56:34 fd7a069fd194: Verifying Checksum 12:56:34 fd7a069fd194: Download complete 12:56:38 Removing intermediate container 73ab54e0a80a 12:56:38 ---> 27fb3b6d08db 12:56:38 12:56:38 Step 10/20 : FROM alpine 12:56:38 Removing intermediate container a507384fbd43 12:56:38 ---> bf69dfe7ec76 12:56:38 12:56:38 Step 9/29 : FROM alpine:latest 12:56:38 latest: Pulling from library/alpine 12:56:38 latest: Pulling from library/alpine 12:56:38 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 12:56:38 Status: Downloaded newer image for alpine:latest 12:56:38 ---> a24bb4013296 12:56:38 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 12:56:38 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 12:56:38 Status: Image is up to date for alpine:latest 12:56:38 ---> a24bb4013296 12:56:38 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 12:56:38 ---> Running in aab4752bcfec 12:56:38 ---> Running in 9c4ba3c70d35 12:56:38 Removing intermediate container 9c4ba3c70d35 12:56:38 ---> 131d2e185e7c 12:56:38 Step 11/29 : USER root 12:56:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:56:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:56:38 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:56:38 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:56:38 OK: 12746 distinct packages available 12:56:38 ---> Running in a0ace771070d 12:56:38 (1/4) Installing ca-certificates (20191127-r4) 12:56:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:56:38 (3/4) Installing libcurl (7.69.1-r0) 12:56:38 (4/4) Installing curl (7.69.1-r0) 12:56:38 Executing busybox-1.31.1-r16.trigger 12:56:38 Executing ca-certificates-20191127-r4.trigger 12:56:38 OK: 7 MiB in 18 packages 12:56:38 Removing intermediate container 2baa48aff3be 12:56:38 ---> f917d66f3e9c 12:56:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:56:40 ---> Running in a88aade1921f 12:56:40 Removing intermediate container a0ace771070d 12:56:40 ---> 6c3f6a20eeec 12:56:40 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 12:56:40 ---> Running in 5893cda93720 12:56:41 Removing intermediate container aab4752bcfec 12:56:41 ---> 6889d5370437 12:56:41 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:56:41 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 12:56:41 ---> Running in 49220caf68a9 12:56:42 Removing intermediate container 49220caf68a9 12:56:42 ---> 1c8a5333fb78 12:56:42 Step 13/20 : WORKDIR /edgex 12:56:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:56:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:56:42 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:56:42 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:56:42 OK: 12746 distinct packages available 12:56:43 ---> Running in 031e34d4ebbf 12:56:43 (1/2) Installing ca-certificates (20191127-r4) 12:56:43 (2/2) Installing dumb-init (1.2.2-r1) 12:56:43 Executing busybox-1.31.1-r16.trigger 12:56:43 Executing ca-certificates-20191127-r4.trigger 12:56:43 OK: 6 MiB in 16 packages 12:56:45 Removing intermediate container 96501657639e 12:56:45 ---> e97a8df2c85c 12:56:45 12:56:45 Step 10/20 : FROM scratch 12:56:45 ---> 12:56:45 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:56:45 Removing intermediate container 031e34d4ebbf 12:56:45 ---> 890774ccb8ca 12:56:45 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:56:45 ---> Running in c6ea5cedaf97 12:56:45 Removing intermediate container 5893cda93720 12:56:45 ---> 37fbe84a6ee8 12:56:45 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 12:56:45 ---> af7945fd70d2 12:56:45 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:56:46 ---> Running in 98d212803de9 12:56:46 Removing intermediate container c6ea5cedaf97 12:56:46 ---> 52d9d85ff4eb 12:56:46 Step 12/20 : ENV APP_PORT=48085 12:56:47 fd7a069fd194: Pull complete 12:56:47 66aa3694b03b: Pull complete 12:56:47 170f70906a0f: Pull complete 12:56:48 Removing intermediate container a88aade1921f 12:56:48 ---> adfe93ef5a15 12:56:48 12:56:48 Step 11/26 : FROM docker:latest 12:56:48 ---> 81f5749c9058 12:56:48 Step 12/26 : RUN apk add --no-cache bash 12:56:48 ---> Running in 9c97b5ca9e73 12:56:48 ---> 0adc2b4fbb10 12:56:48 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:56:48 ---> Running in 0424eb0ff17f 12:56:48 Removing intermediate container 98d212803de9 12:56:48 ---> 7e90ae7717bb 12:56:48 Step 14/29 : WORKDIR $BASE_DIR 12:56:48 Removing intermediate container 3b7db3a881b3 12:56:48 ---> eb273a51f578 12:56:48 12:56:48 Step 10/22 : FROM alpine 12:56:48 ---> a24bb4013296 12:56:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:56:48 ---> Running in e3b1f6487e8d 12:56:48 ---> Running in b597894da776 12:56:48 ---> Running in 1a1ee0ec723a 12:56:48 Removing intermediate container 9c97b5ca9e73 12:56:48 ---> 0595a7a8a799 12:56:48 Step 13/20 : EXPOSE $APP_PORT 12:56:48 ---> Running in 363ebbc4a7f6 12:56:49 Removing intermediate container e3b1f6487e8d 12:56:49 ---> bdc529a89c31 12:56:49 Step 17/20 : CMD ["--init=true"] 12:56:49 Removing intermediate container b597894da776 12:56:49 ---> d1579c35773f 12:56:49 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 12:56:49 Removing intermediate container 1a1ee0ec723a 12:56:49 ---> 96dad7fd196b 12:56:49 Step 12/22 : ENV APP_PORT=48080 12:56:49 ---> Running in 872c70e1b5cf 12:56:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:56:49 ---> Running in 0881285d50b7 12:56:49 ad7c5574e4b9: Pull complete 12:56:50 Removing intermediate container 363ebbc4a7f6 12:56:50 ---> c137df7c7f7d 12:56:50 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 12:56:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:56:50 ---> Running in e7204b5596f5 12:56:50 (1/2) Installing readline (8.0.4-r0) 12:56:50 (2/2) Installing bash (5.0.17-r0) 12:56:50 Executing bash-5.0.17-r0.post-install 12:56:50 Executing busybox-1.31.1-r16.trigger 12:56:50 OK: 12 MiB in 22 packages 12:56:50 Removing intermediate container 872c70e1b5cf 12:56:50 ---> 60c9cd2cb8fc 12:56:50 Step 18/20 : LABEL arch=x86_64 12:56:50 ---> Running in 5469ac43eb69 12:56:50 ---> a60859dd823c 12:56:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:56:50 Removing intermediate container e7204b5596f5 12:56:50 ---> 7b9a2684f725 12:56:50 Step 13/22 : EXPOSE $APP_PORT 12:56:50 ---> Running in 678af2ef6479 12:56:51 Removing intermediate container 5469ac43eb69 12:56:51 ---> 1a77abf59e8c 12:56:51 Step 19/20 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 12:56:51 ---> Running in beea99128afd 12:56:51 Removing intermediate container 678af2ef6479 12:56:51 ---> 5d266ed09371 12:56:51 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:56:51 Removing intermediate container 0424eb0ff17f 12:56:51 ---> c36c20a3ad90 12:56:51 Step 13/26 : RUN rm -rf /var/cache/apk/* 12:56:51 ---> Running in 1ba1dac337c7 12:56:51 ---> Running in 9c23354734cf 12:56:51 Removing intermediate container beea99128afd 12:56:51 ---> 0982e0113ed7 12:56:51 Step 20/20 : LABEL version=0.0.0 12:56:51 ---> 534740a6960c 12:56:51 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:56:51 ---> Running in 3c0e0947ca6a 12:56:51 Removing intermediate container 0881285d50b7 12:56:51 ---> 29ac032523df 12:56:51 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 12:56:52 ---> 503003ba9f1a 12:56:52 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 12:56:52 Removing intermediate container 3c0e0947ca6a 12:56:52 ---> fe020ce0472e 12:56:52 12:56:53 ---> 2eb828602f71 12:56:53 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 12:56:53 ---> Running in afb5f952ef5c 12:56:53 Successfully built fe020ce0472e 12:56:53 Successfully tagged docker-security-proxy-setup-go:latest 12:56:53 Building docker-core-metadata-go 12:56:53  Building docker-security-proxy-setup-go ... done  ---> c80c40ca44fb 12:56:53 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 12:56:53 Removing intermediate container afb5f952ef5c 12:56:53 ---> d2b6e040a007 12:56:53 Step 18/20 : LABEL arch=x86_64 12:56:53 ---> Running in 04910c52f68c 12:56:54 e772456be8f7: Pull complete 12:56:54 c890913d741a: Pull complete 12:56:54 ---> b21d84337988 12:56:54 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 12:56:54 Removing intermediate container 04910c52f68c 12:56:54 ---> 07bca8e5a17f 12:56:54 Step 19/20 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 12:56:54 Removing intermediate container 9c23354734cf 12:56:54 ---> 212357076690 12:56:54 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:56:54 Removing intermediate container 1ba1dac337c7 12:56:54 ---> 9c7e044fe3c0 12:56:54 Step 15/22 : RUN apk --no-cache add zeromq 12:56:54 ---> Running in 80267af58713 12:56:54 ---> Running in edcfe466b461 12:56:54 ---> Running in 6a74a5993be9 12:56:54 ---> 8f9c4c381389 12:56:54 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 12:56:56 Removing intermediate container 80267af58713 12:56:56 ---> 84037a6ef8cd 12:56:56 Step 20/20 : LABEL version=0.0.0 12:56:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:56:56 2480fcc9aa5a: Pull complete 12:56:57 09adf4765672: Pull complete 12:56:57 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 12:56:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 12:56:57 ---> 2248a725d1cf 12:56:57 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 12:56:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:56:57 (1/5) Installing libgcc (9.3.0-r2) 12:56:57 (2/5) Installing libsodium (1.0.18-r0) 12:56:57 (3/5) Installing libstdc++ (9.3.0-r2) 12:56:57 Removing intermediate container 6a74a5993be9 12:56:57 ---> b9e3a06dbddf 12:56:57 Step 15/26 : ENV APP_PORT=48090 12:56:57 (4/5) Installing libzmq (4.3.2-r0) 12:56:57 (5/5) Installing zeromq (4.3.2-r0) 12:56:58 ---> Running in 9f5a84482ecb 12:56:58 Executing busybox-1.31.1-r16.trigger 12:56:58 OK: 8 MiB in 19 packages 12:56:58 ---> 2d161693cb94 12:56:58 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 12:56:58 ---> Running in 5bf90fbbca5b 12:56:58 ---> Running in 16b5a6a0dff5 12:56:58 Removing intermediate container 9f5a84482ecb 12:56:58 ---> dbf0ecca25fe 12:56:58 12:56:58 Successfully built dbf0ecca25fe 12:56:59 Successfully tagged docker-support-scheduler-go:latest 12:56:59 Building docker-support-notifications-go 12:56:59  Building docker-support-scheduler-go ... done Removing intermediate container 5bf90fbbca5b 12:56:59 ---> c581ffb40345 12:56:59 Step 16/26 : EXPOSE $APP_PORT 12:56:59 ---> Running in 92381d5df4b0 12:57:00 Removing intermediate container edcfe466b461 12:57:00 ---> 962fc61ec397 12:57:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 12:57:03 ---> Running in 559c7f0fdd1c 12:57:03 Removing intermediate container 92381d5df4b0 12:57:03 ---> 53a9ae64732b 12:57:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:57:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:57:04 ---> 1011e2760b9d 12:57:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:57:05 ---> 3a8e05f305f7 12:57:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:57:05 (1/12) Installing libmagic (5.38-r0) 12:57:06 Removing intermediate container 16b5a6a0dff5 12:57:06 ---> b4fee32805f7 12:57:06 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 12:57:06 (2/12) Installing file (5.38-r0) 12:57:06 (3/12) Installing libc-dev (0.7.2-r3) 12:57:06 (4/12) Installing g++ (9.3.0-r2) 12:57:06 ---> 1321dd95df30 12:57:06 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:57:06 ---> d5f0ccc60cbc 12:57:06 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:57:07 ---> d05df14505cb 12:57:07 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:57:08 ---> 92fe94959914 12:57:08 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 12:57:08 ---> Running in e302a3a81306 12:57:08 (5/12) Installing fortify-headers (1.1-r0) 12:57:08 (6/12) Installing patch (2.7.6-r6) 12:57:08 (7/12) Installing build-base (0.5-r2) 12:57:08 (8/12) Installing libsodium (1.0.18-r0) 12:57:08 (9/12) Installing pkgconf (1.7.2-r0) 12:57:08 (10/12) Installing libsodium-dev (1.0.18-r0) 12:57:08 ---> 69a3d2b5133b 12:57:08 Step 20/26 : RUN apk --no-cache add py-pip 12:57:09 (11/12) Installing libzmq (4.3.2-r0) 12:57:09 (12/12) Installing zeromq-dev (4.3.2-r0) 12:57:09 Executing busybox-1.31.1-r16.trigger 12:57:09 OK: 217 MiB in 51 packages 12:57:09 ---> Running in ecdddcc8c66c 12:57:09 ---> Running in d4662704bfa2 12:57:11 Removing intermediate container d4662704bfa2 12:57:11 ---> 421f6dc6be1b 12:57:11 Step 20/22 : LABEL arch=x86_64 12:57:11 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 12:57:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:57:11 ---> 513ba10b5d81 12:57:11 Step 3/21 : WORKDIR /edgex-go 12:57:11 ---> Using cache 12:57:11 ---> cf4f1208c1f8 12:57:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:11 ---> Using cache 12:57:11 ---> a5cf5adfe8a1 12:57:11 Step 5/21 : RUN apk update && apk add make git 12:57:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:13 ---> Running in dac7982e91b3 12:57:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:13 ---> Running in fdd2d3e595ff 12:57:13 (1/33) Installing libbz2 (1.0.8-r1) 12:57:13 (2/33) Installing expat (2.2.9-r1) 12:57:13 (3/33) Installing libffi (3.3-r2) 12:57:13 (4/33) Installing gdbm (1.13-r1) 12:57:13 Removing intermediate container 559c7f0fdd1c 12:57:13 ---> c354d895a386 12:57:13 Step 4/7 : WORKDIR /edgex-go 12:57:13 ---> Running in 4e2930bb895b 12:57:13 (5/33) Installing xz-libs (5.2.5-r0) 12:57:13 (6/33) Installing sqlite-libs (3.32.1-r0) 12:57:13 (7/33) Installing python3 (3.8.5-r0) 12:57:14 Removing intermediate container 4e2930bb895b 12:57:14 ---> e9054b0075e5 12:57:14 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 12:57:14 latest: Pulling from library/docker 12:57:14 b538f80385f9: Already exists 12:57:14 259a493cd78d: Pulling fs layer 12:57:14 b8e66b5100f5: Pulling fs layer 12:57:14 39dc9c94d07c: Pulling fs layer 12:57:14 551b823b3b82: Pulling fs layer 12:57:14 3c52a74df98c: Pulling fs layer 12:57:14 6c9b121b6998: Pulling fs layer 12:57:14 3c52a74df98c: Waiting 12:57:14 551b823b3b82: Waiting 12:57:14 6c9b121b6998: Waiting 12:57:14 b8e66b5100f5: Verifying Checksum 12:57:14 b8e66b5100f5: Download complete 12:57:14 259a493cd78d: Download complete 12:57:15 551b823b3b82: Verifying Checksum 12:57:15 551b823b3b82: Download complete 12:57:15 3c52a74df98c: Verifying Checksum 12:57:15 3c52a74df98c: Download complete 12:57:15 6c9b121b6998: Verifying Checksum 12:57:15 6c9b121b6998: Download complete 12:57:15 259a493cd78d: Pull complete 12:57:15 b8e66b5100f5: Pull complete 12:57:16 39dc9c94d07c: Verifying Checksum 12:57:16 39dc9c94d07c: Download complete 12:57:18 39dc9c94d07c: Pull complete 12:57:18 Removing intermediate container dac7982e91b3 12:57:18 ---> 4abcd6f1cfa8 12:57:18 Step 21/22 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 12:57:19 551b823b3b82: Pull complete 12:57:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:19 (8/33) Installing py3-appdirs (1.4.4-r1) 12:57:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:57:19 (10/33) Installing py3-parsing (2.4.7-r0) 12:57:19 (11/33) Installing py3-six (1.15.0-r0) 12:57:19 (12/33) Installing py3-packaging (20.4-r0) 12:57:19 Removing intermediate container e302a3a81306 12:57:19 ---> 956243bacbcf 12:57:19 Step 24/29 : RUN chmod 755 security-secrets-setup 12:57:19 (13/33) Installing py3-setuptools (47.0.0-r0) 12:57:19 ---> Running in 3bc82b7afec3 12:57:19 (14/33) Installing py3-chardet (3.0.4-r4) 12:57:19 3c52a74df98c: Pull complete 12:57:19 6c9b121b6998: Pull complete 12:57:19 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 12:57:19 Status: Downloaded newer image for docker:latest 12:57:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:20 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 12:57:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:57:20 ---> 513ba10b5d81 12:57:20 Step 3/23 : WORKDIR /edgex-go 12:57:20 ---> Using cache 12:57:20 ---> cf4f1208c1f8 12:57:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:20 ---> Using cache 12:57:20 ---> a5cf5adfe8a1 12:57:20 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 12:57:20 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:57:20 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:57:20 OK: 12746 distinct packages available 12:57:20 (15/33) Installing py3-idna (2.9-r0) 12:57:20 OK: 233 MiB in 51 packages 12:57:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:57:21 ---> Running in 797ac35cdaa2 12:57:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:57:21 (18/33) Installing py3-requests (2.23.0-r0) 12:57:21 (19/33) Installing py3-msgpack (1.0.0-r0) 12:57:21 (20/33) Installing py3-lockfile (0.12.2-r3) 12:57:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:57:21 ---> Running in 8bd767c78208 12:57:22 (22/33) Installing py3-colorama (0.4.3-r0) 12:57:22 (23/33) Installing py3-distlib (0.3.0-r0) 12:57:22 Removing intermediate container 3bc82b7afec3 12:57:22 ---> 9442c587579b 12:57:22 Step 22/22 : LABEL version=0.0.0 12:57:22 (24/33) Installing py3-distro (1.5.0-r1) 12:57:22 (25/33) Installing py3-webencodings (0.5.1-r3) 12:57:22 (26/33) Installing py3-html5lib (1.0.1-r4) 12:57:22 (27/33) Installing py3-pytoml (0.1.21-r0) 12:57:22 (28/33) Installing py3-pep517 (0.8.2-r0) 12:57:22 (29/33) Installing py3-progress (1.5-r0) 12:57:22 (30/33) Installing py3-toml (0.10.1-r0) 12:57:22 ---> Running in 467df013f95d 12:57:22 (31/33) Installing py3-retrying (1.3.3-r0) 12:57:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:57:22 (33/33) Installing py3-pip (20.1.1-r0) 12:57:22 Executing busybox-1.31.1-r16.trigger 12:57:23 OK: 71 MiB in 55 packages 12:57:23 ---> 5446f9844ff1 12:57:23 Step 6/7 : COPY go.mod . 12:57:23 Removing intermediate container 467df013f95d 12:57:23 ---> 0e22d16d22a1 12:57:23 12:57:23 Removing intermediate container fdd2d3e595ff 12:57:23 ---> f8d3e345003e 12:57:23 Step 6/21 : COPY go.mod . 12:57:23 Successfully built 0e22d16d22a1 12:57:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:23 Successfully tagged docker-core-data-go:latest 12:57:23 Building docker-support-logging-go 12:57:23  Building docker-core-data-go ... done  ---> 6a84f350e936 12:57:23 Step 7/21 : RUN go mod download 12:57:24 ---> Running in 9f19a3c0bda6 12:57:24 ---> 63051e1b4f49 12:57:24 Step 7/7 : RUN go mod download 12:57:24 ---> Running in 45ca84e675b2 12:57:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:25 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:57:25 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:57:25 OK: 12746 distinct packages available 12:57:25 OK: 233 MiB in 51 packages 12:57:27 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 12:57:27 go: finding github.com/BurntSushi/toml v0.3.1 12:57:27 go: finding github.com/OneOfOne/xxhash v1.2.5 12:57:27 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 12:57:27 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 12:57:27 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 12:57:27 go: finding github.com/bgentry/speakeasy v0.1.0 12:57:27 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 12:57:27 go: finding github.com/cloudflare/gokey v0.1.0 12:57:27 go: finding github.com/davecgh/go-spew v1.1.1 12:57:27 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 12:57:27 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 12:57:27 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 12:57:27 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 12:57:27 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 12:57:27 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 12:57:27 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 12:57:27 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 12:57:27 go: finding github.com/fatih/color v1.7.0 12:57:27 go: finding github.com/fsnotify/fsnotify v1.4.7 12:57:27 go: finding github.com/fxamacker/cbor/v2 v2.2.0 12:57:27 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 12:57:27 go: finding github.com/go-kit/kit v0.8.0 12:57:27 go: finding github.com/go-logfmt/logfmt v0.4.0 12:57:27 go: finding github.com/go-redis/redis/v7 v7.2.0 12:57:27 go: finding github.com/go-stack/stack v1.8.0 12:57:27 go: finding github.com/golang/protobuf v1.3.2 12:57:27 go: finding github.com/gomodule/redigo v2.0.0+incompatible 12:57:27 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 12:57:27 go: finding github.com/google/uuid v1.1.0 12:57:27 go: finding github.com/gorilla/mux v1.7.1 12:57:27 go: finding github.com/hashicorp/consul/api v1.1.0 12:57:27 go: finding github.com/hashicorp/consul/sdk v0.1.1 12:57:27 go: finding github.com/hashicorp/errwrap v1.0.0 12:57:28 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 12:57:28 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 12:57:28 go: finding github.com/hashicorp/go-msgpack v0.5.3 12:57:28 go: finding github.com/hashicorp/go-multierror v1.0.0 12:57:28 go: finding github.com/hashicorp/go-rootcerts v1.0.0 12:57:28 go: finding github.com/hashicorp/go-sockaddr v1.0.0 12:57:28 go: finding github.com/hashicorp/go-syslog v1.0.0 12:57:28 go: finding github.com/hashicorp/go-uuid v1.0.1 12:57:28 go: finding github.com/hashicorp/go.net v0.0.1 12:57:28 go: finding github.com/hashicorp/golang-lru v0.5.0 12:57:28 go: finding github.com/hashicorp/logutils v1.0.0 12:57:28 Removing intermediate container 797ac35cdaa2 12:57:28 ---> 5e5ba9f561e5 12:57:28 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 12:57:28 ---> Running in 1beedfc37898 12:57:28 go: finding github.com/hashicorp/mdns v1.0.0 12:57:28 go: finding github.com/hashicorp/memberlist v0.1.3 12:57:28 go: finding github.com/hashicorp/serf v0.8.2 12:57:28 go: finding github.com/hpcloud/tail v1.0.0 12:57:28 go: finding github.com/imdario/mergo v0.3.6 12:57:28 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 12:57:28 go: finding github.com/kr/pretty v0.1.0 12:57:28 go: finding github.com/kr/pty v1.1.1 12:57:28 go: finding github.com/kr/text v0.1.0 12:57:28 go: finding github.com/mattn/go-colorable v0.0.9 12:57:28 go: finding github.com/mattn/go-isatty v0.0.3 12:57:28 go: finding github.com/miekg/dns v1.0.14 12:57:28 go: finding github.com/mitchellh/cli v1.0.0 12:57:28 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 12:57:28 go: finding github.com/mitchellh/copystructure v1.0.0 12:57:28 go: finding github.com/mitchellh/go-homedir v1.0.0 12:57:28 go: finding github.com/mitchellh/go-testing-interface v1.0.0 12:57:28 go: finding github.com/mitchellh/gox v0.4.0 12:57:28 go: finding github.com/mitchellh/iochan v1.0.0 12:57:28 go: finding github.com/mitchellh/mapstructure v1.1.2 12:57:28 go: finding github.com/mitchellh/reflectwalk v1.0.0 12:57:28 go: finding github.com/onsi/ginkgo v1.10.1 12:57:29 go: finding github.com/onsi/gomega v1.7.0 12:57:29 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 12:57:29 go: finding github.com/pebbe/zmq4 v1.0.0 12:57:29 go: finding github.com/pelletier/go-toml v1.2.0 12:57:29 go: finding github.com/pkg/errors v0.8.1 12:57:29 go: finding github.com/pmezard/go-difflib v1.0.0 12:57:29 go: finding github.com/posener/complete v1.1.1 12:57:29 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 12:57:29 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 12:57:29 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 12:57:29 go: finding github.com/stretchr/objx v0.1.0 12:57:29 go: finding github.com/stretchr/testify v1.5.1 12:57:29 go: finding github.com/ugorji/go v1.1.4 12:57:29 go: finding github.com/x448/float16 v0.8.4 12:57:29 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 12:57:29 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 12:57:29 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 12:57:29 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 12:57:29 go: finding golang.org/x/text v0.3.2 12:57:29 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 12:57:29 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 12:57:29 go: finding gopkg.in/eapache/queue.v1 v1.1.0 12:57:29 go: finding gopkg.in/fsnotify.v1 v1.4.7 12:57:29 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 12:57:29 go: finding gopkg.in/yaml.v2 v2.2.8 12:57:30 Removing intermediate container 1beedfc37898 12:57:30 ---> ff45905f4c11 12:57:30 Step 26/29 : CMD [ "generate" ] 12:57:31 Removing intermediate container 8bd767c78208 12:57:31 ---> 219240200f41 12:57:31 Step 6/23 : COPY go.mod . 12:57:32 ---> Running in 091abdedcdfe 12:57:32 Removing intermediate container 9f19a3c0bda6 12:57:32 ---> c306cd0b387e 12:57:32 Step 8/21 : COPY . . 12:57:33 ---> 47bf06dbe30d 12:57:33 Step 7/23 : RUN go mod download 12:57:36 Removing intermediate container 091abdedcdfe 12:57:36 ---> 6aa61bed5f02 12:57:36 Step 27/29 : LABEL arch=x86_64 12:57:37 ---> Running in f2e25ea81d3c 12:57:39 ---> Running in f0d3b5394b0b 12:57:40 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 12:57:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:57:40 ---> 513ba10b5d81 12:57:40 Step 3/21 : WORKDIR /edgex-go 12:57:40 ---> Using cache 12:57:40 ---> cf4f1208c1f8 12:57:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:40 ---> Using cache 12:57:40 ---> a5cf5adfe8a1 12:57:40 Step 5/21 : RUN apk update && apk add make && apk add bash git 12:57:41 ---> Running in ff0efb6090ea 12:57:41 Removing intermediate container f0d3b5394b0b 12:57:41 ---> 5b81dac07324 12:57:41 Step 28/29 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 12:57:43 ---> Running in b5882075c117 12:57:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:44 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:57:44 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:57:44 OK: 12746 distinct packages available 12:57:45 OK: 233 MiB in 51 packages 12:57:45 Removing intermediate container ecdddcc8c66c 12:57:45 ---> 60975d8457d6 12:57:45 Step 21/26 : RUN pip install docker-compose==1.23.2 12:57:45 OK: 233 MiB in 51 packages 12:57:45 Removing intermediate container b5882075c117 12:57:45 ---> cf19fc46913d 12:57:45 Step 29/29 : LABEL version=0.0.0 12:57:47 Removing intermediate container f2e25ea81d3c 12:57:47 ---> 6636f7b30c9a 12:57:47 Step 8/23 : COPY . . 12:57:47 ---> Running in 061a445493a1 12:57:47 ---> Running in 01a80727bc97 12:57:47 Removing intermediate container 45ca84e675b2 12:57:47 ---> 29ed6698c90b 12:57:47 Successfully built 29ed6698c90b 12:57:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:57:48 + docker inspect -f . ci-base-image-arm64 12:57:48 . [Pipeline] withDockerContainer 12:57:48 prd-ubuntu18.04-docker-arm64-4c-16g-269 does not seem to be running inside a container 12:57:49 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 12:57:50 $ docker top dee137353f441bdc841478a4feb033c6b31c9a3bea5cc021b7b0db443cc917f5 -eo pid,comm [Pipeline] { [Pipeline] sh 12:57:51 + go version 12:57:51 go version go1.13.13 linux/arm64 [Pipeline] echo 12:57:51 ========================================================= 12:57:51 [edgeXBuildGoParallel] Running Tests and Build... 12:57:51 ========================================================= [Pipeline] sh 12:57:52 + make test 12:57:52 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:57:53 Removing intermediate container 01a80727bc97 12:57:53 ---> f2aa7e3a3260 12:57:53 12:57:53 Successfully built f2aa7e3a3260 12:57:53 Removing intermediate container ff0efb6090ea 12:57:53 ---> 5edba5b9d67d 12:57:53 Step 6/21 : COPY go.mod . 12:57:53 Successfully tagged docker-security-secrets-setup-go:latest 12:57:53  Building docker-security-secrets-setup-go ... done Building docker-core-command-go 12:57:54 ? github.com/edgexfoundry/edgex-go [no test files] 12:58:01 ---> e9e79181d927 12:58:01 Step 7/21 : RUN go mod download 12:58:02 ---> Running in 911115ef6de3 12:58:02 Collecting docker-compose==1.23.2 12:58:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:58:02 ---> 3abaacbef851 12:58:02 Step 9/21 : RUN make cmd/core-metadata/core-metadata 12:58:03 ---> Running in fe0232e32e99 12:58:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:58:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:58:04 Collecting docker<4.0,>=3.6.0 12:58:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:58:05 Collecting websocket-client<1.0,>=0.32.0 12:58:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 12:58:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:58:05 Collecting PyYAML<4,>=3.10 12:58:05 Downloading PyYAML-3.13.tar.gz (270 kB) 12:58:06 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 12:58:10 Removing intermediate container 911115ef6de3 12:58:10 ---> 0df7c6f8a2b4 12:58:10 Step 8/21 : COPY . . 12:58:10 Collecting jsonschema<3,>=2.5.1 12:58:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:58:10 Collecting cached-property<2,>=1.2.0 12:58:10 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 12:58:12 Collecting dockerpty<0.5,>=0.4.1 12:58:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:58:14 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 12:58:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:58:14 ---> 513ba10b5d81 12:58:14 Step 3/21 : WORKDIR /edgex-go 12:58:14 ---> Using cache 12:58:14 ---> cf4f1208c1f8 12:58:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:58:14 ---> Using cache 12:58:14 ---> a5cf5adfe8a1 12:58:14 Step 5/21 : RUN apk update && apk add make git 12:58:15 ---> Using cache 12:58:15 ---> f8d3e345003e 12:58:15 Step 6/21 : COPY go.mod . 12:58:15 ---> Using cache 12:58:15 ---> 6a84f350e936 12:58:15 Step 7/21 : RUN go mod download 12:58:15 ---> Using cache 12:58:15 ---> c306cd0b387e 12:58:15 Step 8/21 : COPY . . 12:58:15 ---> Using cache 12:58:15 ---> 3abaacbef851 12:58:15 Step 9/21 : RUN make cmd/core-command/core-command 12:58:17 ---> Running in a2856386582a 12:58:18 Collecting texttable<0.10,>=0.9.0 12:58:18 Downloading texttable-0.9.1.tar.gz (11 kB) 12:58:18 ---> 1b534b910a25 12:58:18 Step 9/23 : RUN make cmd/support-notifications/support-notifications 12:58:19 Collecting docopt<0.7,>=0.6.1 12:58:19 Downloading docopt-0.6.2.tar.gz (25 kB) 12:58:20 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) 12:58:21 ---> Running in ddd1b0dbcbf7 12:58:21 Collecting urllib3<1.25,>=1.21.1 12:58:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:58:21 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 12:58:21 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) 12:58:21 Collecting idna<2.8,>=2.5 12:58:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:58:21 Collecting docker-pycreds>=0.4.0 12:58:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:58:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:58:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:58:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:58:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:58:22 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, cached-property, dockerpty, texttable, docopt, docker-compose 12:58:22 Attempting uninstall: urllib3 12:58:22 Found existing installation: urllib3 1.25.9 12:58:22 Uninstalling urllib3-1.25.9: 12:58:22 Successfully uninstalled urllib3-1.25.9 12:58:23 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 12:58:24 Attempting uninstall: idna 12:58:24 Found existing installation: idna 2.9 12:58:24 Uninstalling idna-2.9: 12:58:24 Successfully uninstalled idna-2.9 12:58:26 Attempting uninstall: requests 12:58:26 Found existing installation: requests 2.23.0 12:58:26 Uninstalling requests-2.23.0: 12:58:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:58:27 Successfully uninstalled requests-2.23.0 12:58:29 Running setup.py install for PyYAML: started 12:58:31 Running setup.py install for PyYAML: finished with status 'done' 12:58:31 Running setup.py install for dockerpty: started 12:58:32 Running setup.py install for dockerpty: finished with status 'done' 12:58:32 Running setup.py install for texttable: started 12:58:32 Running setup.py install for texttable: finished with status 'done' 12:58:32 Running setup.py install for docopt: started 12:58:33 ---> a36d8090fb58 12:58:33 Step 9/21 : RUN make cmd/support-logging/support-logging 12:58:33 ---> Running in c939081af278 12:58:33 Running setup.py install for docopt: finished with status 'done' 12:58:34 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 12:58:34 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 12:58:38 Removing intermediate container 061a445493a1 12:58:38 ---> 20234899832c 12:58:38 Step 22/26 : RUN apk --no-cache add curl 12:58:38 ---> Running in 3f577ddcd853 12:58:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:58:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:58:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:58:39 (2/3) Installing libcurl (7.69.1-r0) 12:58:39 (3/3) Installing curl (7.69.1-r0) 12:58:39 Executing busybox-1.31.1-r16.trigger 12:58:39 OK: 72 MiB in 58 packages 12:58:40 Removing intermediate container 3f577ddcd853 12:58:40 ---> c1cae04d3368 12:58:40 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 12:58:40 ---> Running in a6559f75afce 12:58:41 Removing intermediate container a6559f75afce 12:58:41 ---> 16859620d9a9 12:58:41 Step 24/26 : LABEL arch=x86_64 12:58:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:58:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:58:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:58:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:58:42 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.041s 12:58:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 12:58:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:58:42 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 12:58:43 ---> Running in f06c2855af5f 12:58:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:58:44 Removing intermediate container fe0232e32e99 12:58:44 ---> efe0b60c3025 12:58:44 12:58:44 Step 10/21 : FROM scratch 12:58:44 ---> 12:58:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:58:44 Removing intermediate container f06c2855af5f 12:58:44 ---> e2beb9a992d9 12:58:44 Step 25/26 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 12:58:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:58:44 ---> Using cache 12:58:44 ---> 52d9d85ff4eb 12:58:44 Step 12/21 : ENV APP_PORT=48081 12:58:44 ---> Running in 317ba0bc7df5 12:58:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:58:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:58:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:58:45 ---> Running in 83578e6fc2a0 12:58:45 Removing intermediate container 317ba0bc7df5 12:58:45 ---> 1c8bfeee6995 12:58:45 Step 26/26 : LABEL version=0.0.0 12:58:45 Removing intermediate container 83578e6fc2a0 12:58:45 ---> 9b62d607abd3 12:58:45 Step 13/21 : EXPOSE $APP_PORT 12:58:45 ---> Running in 14b03eb136e9 12:58:45 ---> Running in cb08e0f86169 12:58:45 Removing intermediate container 14b03eb136e9 12:58:45 ---> 5b3459cd051f 12:58:45 Step 14/21 : WORKDIR / 12:58:45 Removing intermediate container cb08e0f86169 12:58:45 ---> 7e42c0120f69 12:58:45 12:58:46 ---> Running in 7160ab0f1caa 12:58:46 Successfully built 7e42c0120f69 12:58:46 Successfully tagged docker-sys-mgmt-agent-go:latest 12:58:46 Building docker-security-secretstore-setup-go 12:58:46  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7160ab0f1caa 12:58:46 ---> a98ac341f20e 12:58:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 12:58:46 ---> 31e46ee075e6 12:58:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:58:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 46.6% of statements 12:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:58:55 ---> 7ea380ccf981 12:58:55 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:58:58 ---> 517a08ce2d4c 12:58:58 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 12:58:59 ---> Running in 2418d44e3b3f 12:59:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.3% of statements 12:59:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:59:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:59:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:59:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:59:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:59:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:59:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 12:59:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:59:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.021s coverage: 100.0% of statements 12:59:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:59:01 Removing intermediate container 2418d44e3b3f 12:59:01 ---> f2412ee54cbf 12:59:01 Step 19/21 : LABEL arch=x86_64 12:59:01 ---> Running in 4f5c53a4bb44 12:59:02 Removing intermediate container 4f5c53a4bb44 12:59:02 ---> a4b116c71e61 12:59:02 Step 20/21 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 12:59:02 ---> Running in beb34b811e4e 12:59:03 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 12:59:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:59:03 ---> 513ba10b5d81 12:59:03 Step 3/26 : WORKDIR /edgex-go 12:59:03 ---> Using cache 12:59:03 ---> cf4f1208c1f8 12:59:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:59:03 ---> Using cache 12:59:03 ---> a5cf5adfe8a1 12:59:03 Step 5/26 : RUN apk update && apk add make git 12:59:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.281s coverage: 28.6% of statements 12:59:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:59:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:59:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:59:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:59:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:59:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements 12:59:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:59:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 12:59:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:59:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.065s coverage: 89.8% of statements 12:59:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:59:03 ---> Using cache 12:59:03 ---> f8d3e345003e 12:59:03 Step 6/26 : COPY go.mod . 12:59:03 ---> Using cache 12:59:03 ---> 6a84f350e936 12:59:03 Step 7/26 : RUN go mod download 12:59:03 ---> Using cache 12:59:03 ---> c306cd0b387e 12:59:03 Step 8/26 : COPY . . 12:59:03 ---> Using cache 12:59:03 ---> 3abaacbef851 12:59:03 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 12:59:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.094s coverage: 97.5% of statements 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:59:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 100.0% of statements 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:59:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 12:59:08 ---> Running in ae6e0e7ee6a6 12:59:08 Removing intermediate container beb34b811e4e 12:59:08 ---> 7088d3d0a9dd 12:59:08 Step 21/21 : LABEL version=0.0.0 12:59:09 ---> Running in ea3649753831 12:59:09 Removing intermediate container c939081af278 12:59:09 ---> 1cd72caa2589 12:59:09 12:59:09 Step 10/21 : FROM scratch 12:59:09 ---> 12:59:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:59:09 Removing intermediate container ddd1b0dbcbf7 12:59:09 ---> a7519ccf3aa1 12:59:09 12:59:09 Step 10/23 : FROM scratch 12:59:09 ---> 12:59:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:59:09 Removing intermediate container a2856386582a 12:59:09 ---> 18bd42f363ff 12:59:09 12:59:09 Step 10/21 : FROM scratch 12:59:09 ---> 12:59:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:59:09 ---> Running in ddc5ad2cc6bb 12:59:09 ---> Running in 7992520c4722 12:59:09 ---> Using cache 12:59:09 ---> 52d9d85ff4eb 12:59:09 Step 12/21 : ENV APP_PORT=48082 12:59:09 Removing intermediate container ea3649753831 12:59:09 ---> 4aefb51d8536 12:59:09 12:59:09 ---> Running in 2f14f1fb6791 12:59:09 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 12:59:10 Successfully built 4aefb51d8536 12:59:10 Removing intermediate container 7992520c4722 12:59:10 ---> ee07e3291bbc 12:59:10 Step 12/21 : ENV APP_PORT=48061 12:59:10 Successfully tagged docker-core-metadata-go:latest 12:59:10  Building docker-core-metadata-go ... done Removing intermediate container ddc5ad2cc6bb 12:59:10 ---> 8ab8a322d3c5 12:59:10 Step 12/23 : ENV APP_PORT=48060 12:59:11 Removing intermediate container 2f14f1fb6791 12:59:11 ---> 18ea60a6f329 12:59:11 Step 13/21 : EXPOSE $APP_PORT 12:59:11 ---> Running in 55711a091525 12:59:11 ---> Running in 6710625d8d8f 12:59:11 ---> Running in dba790be388b 12:59:11 Removing intermediate container 55711a091525 12:59:11 ---> b3b75b4085c4 12:59:11 Step 13/21 : EXPOSE $APP_PORT 12:59:11 Removing intermediate container 6710625d8d8f 12:59:11 ---> eadac3755622 12:59:11 Step 13/23 : EXPOSE $APP_PORT 12:59:11 ---> Running in d4c5b2c3b853 12:59:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 63.5% of statements 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:59:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements 12:59:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 55.9% of statements 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 12:59:11 Removing intermediate container dba790be388b 12:59:11 ---> 3770793b80aa 12:59:11 Step 14/21 : WORKDIR / 12:59:11 ---> Running in e7c5f66a944f 12:59:11 ---> Running in d5fc0af14e5e 12:59:11 Removing intermediate container d4c5b2c3b853 12:59:11 ---> 1ffd6c44391f 12:59:11 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 12:59:11 Removing intermediate container e7c5f66a944f 12:59:11 ---> db3df42ab730 12:59:11 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 12:59:11 Removing intermediate container d5fc0af14e5e 12:59:11 ---> 29d225db8a9e 12:59:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 12:59:12 ---> 151cc1db1e73 12:59:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 12:59:12 ---> 837ea8c30072 12:59:12 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 12:59:12 ---> 769483bd49e3 12:59:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:59:13 ---> cb2c8a870de7 12:59:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 12:59:14 ---> 46818401eb92 12:59:14 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:59:14 ---> ce2419ae1b03 12:59:14 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 12:59:14 ---> eee6f259b2d9 12:59:14 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 12:59:15 ---> 42f026500ec9 12:59:15 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 12:59:15 ---> Running in 7f26f7c685e9 12:59:15 ---> d672ee2553a2 12:59:15 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 12:59:15 ---> d4a2900e670f 12:59:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 12:59:15 ---> Running in e6a72a042abb 12:59:15 Removing intermediate container 7f26f7c685e9 12:59:15 ---> 2b8b41fa9530 12:59:15 Step 19/21 : LABEL arch=x86_64 12:59:15 ---> Running in 0366f140e15a 12:59:15 Removing intermediate container e6a72a042abb 12:59:15 ---> d4ef90c39e41 12:59:15 Step 19/21 : LABEL arch=x86_64 12:59:15 ---> b6ba47407d7e 12:59:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:59:15 ---> Running in b6095768fc2d 12:59:16 Removing intermediate container 0366f140e15a 12:59:16 ---> 112e1f0b98c2 12:59:16 Step 20/21 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 12:59:16 ---> Running in cb4768b614da 12:59:16 Removing intermediate container b6095768fc2d 12:59:16 ---> 42c0840beb6f 12:59:16 Step 20/21 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 12:59:16 ---> Running in 9948ee60e3d1 12:59:16 Removing intermediate container cb4768b614da 12:59:16 ---> 8362ca2a747f 12:59:16 Step 21/21 : LABEL version=0.0.0 12:59:16 ---> 157add8b3f53 12:59:16 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:59:16 ---> Running in e407d82d3b02 12:59:17 Removing intermediate container 9948ee60e3d1 12:59:17 ---> 2ec93aee65ab 12:59:17 Step 21/21 : LABEL version=0.0.0 12:59:17 ---> Running in 7602b08d5146 12:59:17 ---> 5d12375ad4b4 12:59:17 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 12:59:17 Removing intermediate container e407d82d3b02 12:59:17 ---> ffbdf123eaa4 12:59:17 12:59:17 Successfully built ffbdf123eaa4 12:59:17 Successfully tagged docker-core-command-go:latest 12:59:17  Building docker-core-command-go ... done  ---> Running in 1003de6b1bde 12:59:17 Removing intermediate container 7602b08d5146 12:59:17 ---> 519f65b04f2a 12:59:17 12:59:17 Successfully built 519f65b04f2a 12:59:18 Successfully tagged docker-support-logging-go:latest 12:59:18  Building docker-support-logging-go ... done Removing intermediate container 1003de6b1bde 12:59:18 ---> 178336234d38 12:59:18 Step 21/23 : LABEL arch=x86_64 12:59:18 ---> Running in 9d6ebf27fe4c 12:59:18 Removing intermediate container 9d6ebf27fe4c 12:59:18 ---> 505a4dbd6db5 12:59:18 Step 22/23 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 12:59:18 ---> Running in 3377126561d0 12:59:18 Removing intermediate container 3377126561d0 12:59:18 ---> bc8d08e583e1 12:59:18 Step 23/23 : LABEL version=0.0.0 12:59:18 ---> Running in 37afa3188b94 12:59:19 Removing intermediate container 37afa3188b94 12:59:19 ---> 6d3bc0ccf61f 12:59:19 12:59:19 Successfully built 6d3bc0ccf61f 12:59:19 Successfully tagged docker-support-notifications-go:latest 12:59:19  Building docker-support-notifications-go ... done 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 12:59:21 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 12:59:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.458s coverage: 86.3% of statements 12:59:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 12:59:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.138s coverage: 72.2% of statements 12:59:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.362s coverage: 72.1% of statements 12:59:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.045s coverage: 82.4% of statements 12:59:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements 12:59:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 12:59:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 12:59:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 12:59:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.054s coverage: 28.8% of statements 12:59:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 12:59:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.059s coverage: 96.8% of statements 12:59:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 12:59:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 26.9% of statements 12:59:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:59:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:59:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.283s coverage: 84.1% of statements 12:59:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements 12:59:24 Removing intermediate container ae6e0e7ee6a6 12:59:24 ---> 25e6042af1c9 12:59:24 12:59:24 Step 10/26 : FROM alpine:3.10 12:59:24 3.10: Pulling from library/alpine 12:59:25 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 12:59:25 Status: Downloaded newer image for alpine:3.10 12:59:25 ---> be4e4bea2c2e 12:59:25 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 12:59:25 ---> Running in 23f614ba80e1 12:59:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 12:59:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 12:59:26 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 12:59:26 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 12:59:26 OK: 10346 distinct packages available 12:59:26 (1/5) Installing ca-certificates (20191127-r2) 12:59:26 (2/5) Installing nghttp2-libs (1.39.2-r1) 12:59:26 (3/5) Installing libcurl (7.66.0-r0) 12:59:26 (4/5) Installing curl (7.66.0-r0) 12:59:26 (5/5) Installing dumb-init (1.2.2-r1) 12:59:26 Executing busybox-1.30.1-r3.trigger 12:59:26 Executing ca-certificates-20191127-r2.trigger 12:59:26 OK: 7 MiB in 19 packages 12:59:27 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.034s coverage: 42.9% of statements 12:59:27 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 12:59:27 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 12:59:27 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements 12:59:27 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 12:59:27 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.075s coverage: 83.8% of statements 12:59:27 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 12:59:29 Removing intermediate container 23f614ba80e1 12:59:29 ---> ca237eb7efcb 12:59:29 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:59:29 ---> Running in ec3e0462eb1b 12:59:29 Removing intermediate container ec3e0462eb1b 12:59:29 ---> b53a07b18efe 12:59:29 Step 13/26 : WORKDIR / 12:59:29 ---> Running in a428d3fb2736 12:59:29 Removing intermediate container a428d3fb2736 12:59:29 ---> ed6fd9bb1752 12:59:29 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:59:29 ---> 1e6e9b4d5f2a 12:59:29 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:59:30 ---> b5a519a46e09 12:59:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:59:30 ---> a2eb74f3940c 12:59:30 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 12:59:30 ---> 1be4b3e7b8ae 12:59:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:59:31 ---> 395b53939451 12:59:31 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 46.1% of statements 12:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.046s coverage: 100.0% of statements 12:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.033s coverage: 100.0% of statements 12:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements 12:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:59:31 ---> 598a427eff8e 12:59:31 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 12:59:32 ---> 901662360021 12:59:32 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:59:32 ---> 82f749acc9a4 12:59:32 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:59:32 ---> Running in fbd0ef4e72e7 12:59:33 Removing intermediate container fbd0ef4e72e7 12:59:33 ---> a46bba8d75f2 12:59:33 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 12:59:33 ---> Running in 00da7d3daa3e 12:59:33 Removing intermediate container 00da7d3daa3e 12:59:33 ---> 7c35cb69b3c9 12:59:33 Step 24/26 : LABEL arch=x86_64 12:59:33 ---> Running in 7671702ac6a9 12:59:34 Removing intermediate container 7671702ac6a9 12:59:34 ---> d0d61b68020d 12:59:34 Step 25/26 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 12:59:34 ---> Running in 378f860b7a2f 12:59:34 Removing intermediate container 378f860b7a2f 12:59:34 ---> 5567ca9c2d5f 12:59:34 Step 26/26 : LABEL version=0.0.0 12:59:34 ---> Running in b464278f8483 12:59:34 Removing intermediate container b464278f8483 12:59:34 ---> 8c1bbc2c156d 12:59:34 12:59:34 Successfully built 8c1bbc2c156d 12:59:34 Successfully tagged docker-security-secretstore-setup-go:latest 12:59:35  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 12:59:35 $ docker stop --time=1 c6e71d3bbc01d94812753f2931ddd54c412c7a55e538713c9fa0e041dc7df479 12:59:37 $ docker rm -f c6e71d3bbc01d94812753f2931ddd54c412c7a55e538713c9fa0e041dc7df479 [Pipeline] // withDockerContainer [Pipeline] sh 12:59:37 + docker images 12:59:37 + grep docker 12:59:37 docker-security-secretstore-setup-go latest 8c1bbc2c156d 3 seconds ago 33.9MB 12:59:37 docker-support-notifications-go latest 6d3bc0ccf61f 19 seconds ago 14.4MB 12:59:37 docker-support-logging-go latest 519f65b04f2a 20 seconds ago 11.8MB 12:59:37 docker-core-command-go latest ffbdf123eaa4 20 seconds ago 13MB 12:59:37 docker-core-metadata-go latest 4aefb51d8536 28 seconds ago 14.4MB 12:59:37 docker-sys-mgmt-agent-go latest 7e42c0120f69 52 seconds ago 284MB 12:59:37 docker-security-secrets-setup-go latest f2aa7e3a3260 About a minute ago 25.1MB 12:59:37 docker-core-data-go latest 0e22d16d22a1 2 minutes ago 23.8MB 12:59:37 docker-support-scheduler-go latest dbf0ecca25fe 2 minutes ago 13.1MB 12:59:37 docker-security-proxy-setup-go latest fe020ce0472e 2 minutes ago 16.4MB 12:59:37 docker latest 81f5749c9058 7 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:59:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.200s coverage: 29.1% of statements 12:59:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:59:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:59:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:59:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:59:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:59:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.110s coverage: 99.0% of statements 12:59:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:59:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements 12:59:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:59:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 12:59:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:59:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 12:59:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:59:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:59:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:59:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:59:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements 12:59:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:59:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:59:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements 12:59:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements 12:59:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements 12:59:42 GO111MODULE=on go vet ./... 13:00:00 gofmt -l . 13:00:00 [ "`gofmt -l .`" = "" ] 13:00:03 ./bin/test-go-mod-tidy.sh 13:00:03 ./bin/test-attribution-txt.sh [Pipeline] sh 13:00:07 + ls -al . 13:00:07 total 588 13:00:07 drwxrwxr-x 10 1001 1001 4096 Aug 17 13:00 . 13:00:07 drwxr-xr-x 4 root root 4096 Aug 17 12:57 .. 13:00:07 -rw-rw-r-- 1 1001 1001 11 Aug 17 12:56 .dockerignore 13:00:07 drwxrwxr-x 8 1001 1001 4096 Aug 17 12:56 .git 13:00:07 drwxrwxr-x 3 1001 1001 4096 Aug 17 12:56 .github 13:00:07 -rw-rw-r-- 1 1001 1001 932 Aug 17 12:56 .gitignore 13:00:07 drwxrwxr-x 3 1001 1001 4096 Aug 17 12:56 .semver 13:00:07 -rw-rw-r-- 1 1001 1001 166 Aug 17 12:56 .sonarcloud.properties 13:00:07 -rw-rw-r-- 1 1001 1001 3804 Aug 17 12:56 CONTRIBUTING.md 13:00:07 -rw-rw-r-- 1 1001 1001 1035 Aug 17 12:56 Dockerfile.build 13:00:07 -rw-rw-r-- 1 1001 1001 865 Aug 17 12:56 Jenkinsfile 13:00:07 -rw-rw-r-- 1 1001 1001 10775 Aug 17 12:56 LICENSE 13:00:07 -rw-rw-r-- 1 1001 1001 6237 Aug 17 12:56 Makefile 13:00:07 -rw-rw-r-- 1 1001 1001 5652 Aug 17 12:56 README.md 13:00:07 -rw-rw-r-- 1 1001 1001 7111 Aug 17 12:56 SECURITY.md 13:00:07 -rw-rw-r-- 1 1001 1001 5 Aug 17 12:51 VERSION 13:00:07 -rw-rw-r-- 1 1001 1001 4131 Aug 17 12:56 ZMQWindows.md 13:00:07 drwxrwxr-x 2 1001 1001 4096 Aug 17 12:56 bin 13:00:07 drwxrwxr-x 15 1001 1001 4096 Aug 17 12:56 cmd 13:00:07 -rw-r--r-- 1 root root 455803 Aug 17 12:59 coverage.out 13:00:07 -rw-r--r-- 1 root root 1019 Aug 17 13:00 go.mod 13:00:07 -rw-r--r-- 1 root root 18146 Aug 17 13:00 go.sum 13:00:07 drwxrwxr-x 8 1001 1001 4096 Aug 17 12:56 internal 13:00:07 drwxrwxr-x 4 1001 1001 4096 Aug 17 12:56 openapi 13:00:07 drwxrwxr-x 4 1001 1001 4096 Aug 17 12:56 snap 13:00:07 -rw-rw-r-- 1 1001 1001 168 Aug 17 12:56 version.go [Pipeline] sh 13:00:07 + '[' -e coverage.out ] 13:00:07 + chown 1001:1001 coverage.out [Pipeline] stash 13:00:07 Warning: overwriting stash ‘coverage-report’ 13:00:09 Stashed 1 file(s) [Pipeline] sh 13:00:09 + make build 13:00:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:00:31 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 13:00:40 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 13:00:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 13:00:51 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 13:00:57 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 13:00:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:01:05 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 13:01:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 13:01:15 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 13:01:19 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 13:01:24 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 13:01:28 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] } 13:01:33 $ docker stop --time=1 dee137353f441bdc841478a4feb033c6b31c9a3bea5cc021b7b0db443cc917f5 13:01:35 $ docker rm -f dee137353f441bdc841478a4feb033c6b31c9a3bea5cc021b7b0db443cc917f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:01:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:01:37 13:01:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:01:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:01:38 latest: Pulling from edgex-devops/edgex-compose-arm64 13:01:38 29e5d40040c1: Pulling fs layer 13:01:38 1ce36da41761: Pulling fs layer 13:01:38 25b303627fd3: Pulling fs layer 13:01:38 29e5d40040c1: Verifying Checksum 13:01:38 29e5d40040c1: Download complete 13:01:38 1ce36da41761: Verifying Checksum 13:01:38 1ce36da41761: Download complete 13:01:39 29e5d40040c1: Pull complete 13:01:40 1ce36da41761: Pull complete 13:01:40 25b303627fd3: Verifying Checksum 13:01:40 25b303627fd3: Download complete 13:01:50 25b303627fd3: Pull complete 13:01:50 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:01:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:01:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 13:01:50 prd-ubuntu18.04-docker-arm64-4c-16g-269 does not seem to be running inside a container 13:01:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 13:01:54 $ docker top ebd43e0e8cc2d997c9bb6d8a1413f4e5cffe8c53fabe0faef6aaefbf09ef72b9 -eo pid,comm [Pipeline] { [Pipeline] sh 13:01:55 + + docker-composegrep parallel build 13:01:55 --help 13:02:00 --parallel Build images in parallel. [Pipeline] } 13:02:00 $ docker stop --time=1 ebd43e0e8cc2d997c9bb6d8a1413f4e5cffe8c53fabe0faef6aaefbf09ef72b9 13:02:02 $ docker rm -f ebd43e0e8cc2d997c9bb6d8a1413f4e5cffe8c53fabe0faef6aaefbf09ef72b9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:02:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:02:02 . [Pipeline] withDockerContainer 13:02:03 prd-ubuntu18.04-docker-arm64-4c-16g-269 does not seem to be running inside a container 13:02:03 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 13:02:04 $ docker top 78e888fb541ecfcf0af362c60742ac4db94c8f7b6c978494d5ff1eecc39a677e -eo pid,comm [Pipeline] { [Pipeline] sh 13:02:05 + docker-compose -f ./docker-compose-build.yml build --parallel 13:02:10 Building docker-core-command-go ... 13:02:10 Building docker-core-data-go ... 13:02:10 Building docker-core-metadata-go ... 13:02:10 Building docker-security-proxy-setup-go ... 13:02:10 Building docker-security-secrets-setup-go ... 13:02:10 Building docker-security-secretstore-setup-go ... 13:02:10 Building docker-support-logging-go ... 13:02:10 Building docker-support-notifications-go ... 13:02:10 Building docker-support-scheduler-go ... 13:02:10 Building docker-sys-mgmt-agent-go ... 13:02:10 Building docker-security-secretstore-setup-go 13:02:10 Building docker-security-secrets-setup-go 13:02:10 Building docker-core-metadata-go 13:02:10 Building docker-security-proxy-setup-go 13:02:10 Building docker-support-notifications-go 13:04:01 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:04:01 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:04:01 ---> 29ed6698c90b 13:04:01 Step 3/20 : WORKDIR /edgex-go 13:04:01 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 13:04:01 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 13:04:01 ---> 29ed6698c90b 13:04:01 Step 3/29 : WORKDIR /edgex-go 13:04:01 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:04:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:04:01 ---> 29ed6698c90b 13:04:01 Step 3/21 : WORKDIR /edgex-go 13:04:01 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 13:04:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:04:01 ---> 29ed6698c90b 13:04:01 Step 3/23 : WORKDIR /edgex-go 13:04:01 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:04:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:04:01 ---> 29ed6698c90b 13:04:01 Step 3/26 : WORKDIR /edgex-go 13:04:01 ---> Running in 8964f9ffa2c1 13:04:01 ---> Running in 0a0252676e10 13:04:01 ---> Running in ffbbc7f698af 13:04:01 ---> Running in a5d06a9e4820 13:04:01 ---> Running in e40222513fd6 13:04:01 Removing intermediate container e40222513fd6 13:04:01 ---> 0324d0215932 13:04:01 Step 4/29 : RUN apk update && apk add make git 13:04:01 Removing intermediate container 0a0252676e10 13:04:01 ---> 2990281db94d 13:04:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:01 Removing intermediate container ffbbc7f698af 13:04:01 ---> 519c85109818 13:04:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:01 Removing intermediate container a5d06a9e4820 13:04:01 ---> 4f90476eca55 13:04:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:01 Removing intermediate container 8964f9ffa2c1 13:04:01 ---> 77160407cf93 13:04:01 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:01 ---> Running in 2f17520953c9 13:04:01 ---> Running in 03ab6c5cadc8 13:04:01 ---> Running in 34eadbf77134 13:04:01 ---> Running in 1565d029eae6 13:04:01 ---> Running in 15458937dd50 13:04:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:04:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:04:01 Removing intermediate container 03ab6c5cadc8 13:04:01 ---> f091c74b0be1 13:04:01 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 13:04:01 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:04:01 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:04:01 OK: 12617 distinct packages available 13:04:01 ---> Running in 2d5e3daa36b3 13:04:01 Removing intermediate container 1565d029eae6 13:04:01 ---> 5448d550f454 13:04:01 Step 5/21 : RUN apk update && apk add make git 13:04:01 ---> Running in 3befeefa1019 13:04:01 Removing intermediate container 15458937dd50 13:04:01 ---> e01240f2edd2 13:04:01 Step 5/20 : RUN apk update && apk add make git 13:04:02 Removing intermediate container 34eadbf77134 13:04:02 ---> 9d04e9b193e7 13:04:02 Step 5/26 : RUN apk update && apk add make git 13:04:02 OK: 217 MiB in 51 packages 13:04:02 ---> Running in 6c0f2b7ed182 13:04:02 ---> Running in f95ee57fe72d 13:04:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:04:04 Removing intermediate container 2f17520953c9 13:04:04 ---> 86e68f5cba62 13:04:04 Step 5/29 : COPY go.mod . 13:04:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:04:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:04:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:04:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:04:05 ---> 48489f1c6fa1 13:04:05 Step 6/29 : RUN go mod download 13:04:05 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:04:05 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:04:05 OK: 12617 distinct packages available 13:04:05 ---> Running in 08b3f18c364c 13:04:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:04:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:04:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:04:06 OK: 217 MiB in 51 packages 13:04:06 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:04:06 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:04:06 OK: 12617 distinct packages available 13:04:06 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:04:06 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:04:06 OK: 12617 distinct packages available 13:04:06 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:04:06 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:04:06 OK: 12617 distinct packages available 13:04:07 OK: 217 MiB in 51 packages 13:04:07 OK: 217 MiB in 51 packages 13:04:07 OK: 217 MiB in 51 packages 13:04:08 Removing intermediate container 2d5e3daa36b3 13:04:08 ---> 398c440306ad 13:04:08 Step 6/23 : COPY go.mod . 13:04:09 ---> 5333fd012d8f 13:04:09 Step 7/23 : RUN go mod download 13:04:09 Removing intermediate container 3befeefa1019 13:04:09 ---> fb96ca2b6dc3 13:04:09 Step 6/21 : COPY go.mod . 13:04:09 ---> Running in 5c8f7d98a0a7 13:04:09 Removing intermediate container 6c0f2b7ed182 13:04:09 ---> 27aedd8de233 13:04:09 Step 6/26 : COPY go.mod . 13:04:10 Removing intermediate container f95ee57fe72d 13:04:10 ---> 64cb9a67edf9 13:04:10 Step 6/20 : COPY go.mod . 13:04:10 Removing intermediate container 08b3f18c364c 13:04:10 ---> 756fa190d1a9 13:04:10 Step 7/29 : COPY . . 13:04:10 ---> 4199e195ae03 13:04:10 Step 7/21 : RUN go mod download 13:04:10 ---> 297ef541ea90 13:04:10 Step 7/26 : RUN go mod download 13:04:11 ---> Running in e93fd7f3d7af 13:04:11 ---> Running in 53fbecd6a0cd 13:04:11 ---> 385d44f4179e 13:04:11 Step 7/20 : RUN go mod download 13:04:12 ---> Running in 0357885ea340 13:04:14 Removing intermediate container 5c8f7d98a0a7 13:04:14 ---> d61ca1e98946 13:04:14 Step 8/23 : COPY . . 13:04:18 Removing intermediate container e93fd7f3d7af 13:04:18 ---> 2dc0d186b43e 13:04:18 Step 8/21 : COPY . . 13:04:18 Removing intermediate container 53fbecd6a0cd 13:04:18 ---> 9801311b8326 13:04:18 Step 8/26 : COPY . . 13:04:18 Removing intermediate container 0357885ea340 13:04:18 ---> 3f91ce2469b6 13:04:18 Step 8/20 : COPY . . 13:04:45 ---> 440e318e9245 13:04:45 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 13:04:45 ---> Running in c9d742d40bc7 13:04:45 ---> 390fe50cb809 13:04:45 Step 9/23 : RUN make cmd/support-notifications/support-notifications 13:04:45 ---> Running in 1ee13ed30b24 13:04:45 ---> 4ad9e387797e 13:04:45 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 13:04:45 ---> cfee78979a98 13:04:45 Step 9/21 : RUN make cmd/core-metadata/core-metadata 13:04:45 ---> 40168864462d 13:04:45 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 13:04:45 ---> Running in 442c2edb142a 13:04:45 ---> Running in ee9a0cf7666f 13:04:45 ---> Running in d1f5343c8cfa 13:04:46 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 13:04:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:04:47 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 13:04:48 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 13:04:48 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 13:06: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 13:06:11 Removing intermediate container c9d742d40bc7 13:06:11 ---> 174ac9082d9c 13:06:11 13:06:11 Step 9/29 : FROM alpine:latest 13:06:11 latest: Pulling from library/alpine 13:06:11 Removing intermediate container ee9a0cf7666f 13:06:11 ---> 69f1e0a25fce 13:06:11 13:06:11 Step 10/20 : FROM alpine 13:06:11 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 13:06:11 Status: Downloaded newer image for alpine:latest 13:06:11 ---> 62ee0e9f8440 13:06:11 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 13:06:12 latest: Pulling from library/alpine 13:06:12 ---> Running in 7be1bf487c83 13:06:12 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 13:06:12 Status: Image is up to date for alpine:latest 13:06:12 ---> 62ee0e9f8440 13:06:12 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 13:06:12 ---> Running in 699977fea448 13:06:12 Removing intermediate container 7be1bf487c83 13:06:12 ---> 34b0c0259fd3 13:06:12 Step 11/29 : USER root 13:06:12 ---> Running in 3a7268f8ee3d 13:06:13 Removing intermediate container 3a7268f8ee3d 13:06:13 ---> d90efb2ca2a7 13:06:13 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 13:06:14 ---> Running in 1564b27ee6b6 13:06:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:06:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:06:16 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:06:16 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:06:16 OK: 12617 distinct packages available 13:06:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:06:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:06:17 (1/4) Installing ca-certificates (20191127-r4) 13:06:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:06:17 (3/4) Installing libcurl (7.69.1-r0) 13:06:17 (4/4) Installing curl (7.69.1-r0) 13:06:17 Executing busybox-1.31.1-r16.trigger 13:06:17 Executing ca-certificates-20191127-r4.trigger 13:06:17 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:06:17 v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:06:17 OK: 12617 distinct packages available 13:06:17 OK: 7 MiB in 18 packages 13:06:18 (1/2) Installing ca-certificates (20191127-r4) 13:06:18 (2/2) Installing dumb-init (1.2.2-r1) 13:06:18 Executing busybox-1.31.1-r16.trigger 13:06:18 Executing ca-certificates-20191127-r4.trigger 13:06:18 OK: 6 MiB in 16 packages 13:06:20 Removing intermediate container 699977fea448 13:06:20 ---> e856457d6eff 13:06:20 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:06:20 ---> Running in 8c788abddf9a 13:06:21 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 13:06:21 Removing intermediate container 8c788abddf9a 13:06:21 ---> 7de292e34bfe 13:06:21 Step 13/20 : WORKDIR /edgex 13:06:21 Removing intermediate container 1564b27ee6b6 13:06:21 ---> 444903cf8447 13:06:21 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 13:06:21 ---> Running in 4ba8f879f001 13:06:22 ---> Running in 02fcf5a487b9 13:06:22 Removing intermediate container 4ba8f879f001 13:06:22 ---> 03a8b1a771dd 13:06:22 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:06:23 Removing intermediate container 02fcf5a487b9 13:06:23 ---> 08f3ad4dae0a 13:06:23 Step 14/29 : WORKDIR $BASE_DIR 13:06:23 ---> Running in 51a7d0d0b950 13:06:24 Removing intermediate container 51a7d0d0b950 13:06:24 ---> 0b5bfb52ef83 13:06:24 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 13:06:24 ---> Running in a0c73a80f7b5 13:06:24 ---> c153d796b8bd 13:06:24 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:06:26 ---> 720534c1f3d3 13:06:26 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:06:26 ---> Running in 246bf2e0e4e3 13:06:27 Removing intermediate container 246bf2e0e4e3 13:06:27 ---> 70056d0f92cb 13:06:27 Step 17/20 : CMD ["--init=true"] 13:06:27 ---> Running in 1ba588608c41 13:06:28 Removing intermediate container 1ba588608c41 13:06:28 ---> 1c65d1d2e146 13:06:28 Step 18/20 : LABEL arch=arm64 13:06:28 ---> Running in ee9cd0ef4c5e 13:06:28 Removing intermediate container a0c73a80f7b5 13:06:28 ---> ae79296cd414 13:06:28 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 13:06:29 Removing intermediate container ee9cd0ef4c5e 13:06:29 ---> a14090ab7d3a 13:06:29 Step 19/20 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 13:06:29 ---> Running in e9d26624debb 13:06:30 ---> aaf7e267957a 13:06:30 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 13:06:30 Removing intermediate container e9d26624debb 13:06:30 ---> 78e4eb4099a4 13:06:30 Step 20/20 : LABEL version=0.0.0 13:06:30 ---> Running in 4a1ea9077321 13:06:31 Removing intermediate container 4a1ea9077321 13:06:31 ---> 6e5cf51ee137 13:06:31 13:06:31 ---> e8958b186a3f 13:06:31 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 13:06:32 Successfully built 6e5cf51ee137 13:06:32 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:06:32 Building docker-support-logging-go 13:06:35  Building docker-security-proxy-setup-go ... done  ---> 914628a80bfb 13:06:35 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 13:06:36 Removing intermediate container 442c2edb142a 13:06:36 ---> f5d9bb17b24f 13:06:36 13:06:36 Step 10/26 : FROM alpine:3.10 13:06:36 3.10: Pulling from library/alpine 13:06:38 ---> 56fbce27604f 13:06:38 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 13:06:38 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 13:06:39 Status: Downloaded newer image for alpine:3.10 13:06:39 ---> 536a684cf733 13:06:39 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 13:06:39 Removing intermediate container 1ee13ed30b24 13:06:39 ---> 1a11fafb18f5 13:06:39 13:06:39 Step 10/23 : FROM scratch 13:06:39 ---> 13:06:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:06:40 ---> Running in 788188c8517a 13:06:40 ---> Running in 1b7f254595e0 13:06:40 ---> 0b250bd6a498 13:06:40 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 13:06:40 ---> Running in 0380afa2232c 13:06:40 Removing intermediate container 1b7f254595e0 13:06:40 ---> 280e2718dd61 13:06:40 Step 12/23 : ENV APP_PORT=48060 13:06:41 ---> Running in ed3f5c2bdfd7 13:06:42 Removing intermediate container ed3f5c2bdfd7 13:06:42 ---> 4450223cac3b 13:06:42 Step 13/23 : EXPOSE $APP_PORT 13:06:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 13:06:42 ---> Running in 6bd98c5116c3 13:06:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 13:06:43 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 13:06:43 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 13:06:43 OK: 10167 distinct packages available 13:06:43 Removing intermediate container 6bd98c5116c3 13:06:43 ---> 5d15c18672ab 13:06:43 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 13:06:43 (1/5) Installing ca-certificates (20191127-r2) 13:06:44 (2/5) Installing nghttp2-libs (1.39.2-r1) 13:06:44 (3/5) Installing libcurl (7.66.0-r0) 13:06:44 (4/5) Installing curl (7.66.0-r0) 13:06:44 (5/5) Installing dumb-init (1.2.2-r1) 13:06:44 Executing busybox-1.30.1-r3.trigger 13:06:44 Executing ca-certificates-20191127-r2.trigger 13:06:44 OK: 7 MiB in 19 packages 13:06:45 ---> df0ad2e40f6b 13:06:45 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 13:06:45 Removing intermediate container 0380afa2232c 13:06:45 ---> d7ff36574169 13:06:45 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 13:06:47 Removing intermediate container d1f5343c8cfa 13:06:47 ---> e1a0549ae916 13:06:47 13:06:47 Step 10/21 : FROM scratch 13:06:47 ---> 13:06:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:06:47 ---> 6d25c11e9f1f 13:06:47 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 13:06:48 ---> 3c2e8c382597 13:06:48 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:06:48 ---> Running in 4bd8add5e980 13:06:48 Removing intermediate container 788188c8517a 13:06:48 ---> f5ab19328202 13:06:48 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:06:48 ---> Running in 87f353ed8e09 13:06:49 ---> Running in 955ff83ec25c 13:06:49 Removing intermediate container 4bd8add5e980 13:06:49 ---> db441cf29a05 13:06:49 Step 12/21 : ENV APP_PORT=48081 13:06:49 ---> 88ead617a3fb 13:06:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 13:06:49 ---> Running in e7909cbfff91 13:06:50 Removing intermediate container 955ff83ec25c 13:06:50 ---> 08d955ec6989 13:06:50 Step 13/26 : WORKDIR / 13:06:50 ---> Running in 082e50f64868 13:06:50 Removing intermediate container e7909cbfff91 13:06:50 ---> fd95c2c8916b 13:06:50 Step 13/21 : EXPOSE $APP_PORT 13:06:50 ---> decd8c9c5156 13:06:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:06:50 ---> Running in 368892728dfa 13:06:51 Removing intermediate container 082e50f64868 13:06:51 ---> ed5d2be8e041 13:06:51 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:06:52 Removing intermediate container 368892728dfa 13:06:52 ---> 078fed37f07f 13:06:52 Step 14/21 : WORKDIR / 13:06:52 ---> Running in c00da132103d 13:06:53 ---> 732ee01764f4 13:06:53 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:06:54 ---> 0b4971d663e9 13:06:54 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:06:54 Removing intermediate container c00da132103d 13:06:54 ---> a3a8c909a47b 13:06:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 13:06:54 Removing intermediate container 87f353ed8e09 13:06:54 ---> c81538a6e8b6 13:06:54 Step 24/29 : RUN chmod 755 security-secrets-setup 13:06:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:06:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:06:54 ---> 29ed6698c90b 13:06:54 Step 3/21 : WORKDIR /edgex-go 13:06:54 ---> Using cache 13:06:54 ---> 77160407cf93 13:06:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:06:54 ---> Using cache 13:06:54 ---> e01240f2edd2 13:06:54 Step 5/21 : RUN apk update && apk add make && apk add bash git 13:06:54 ---> Running in 5dfcbae3c773 13:06:54 ---> Running in 31b14b69d059 13:06:55 ---> f81ac4583de6 13:06:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:06:55 ---> dd95c650cedc 13:06:55 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:06:55 ---> c5fc66b87265 13:06:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:06:55 ---> Running in 722ca5b6c326 13:06:56 ---> 2427d6685254 13:06:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 13:06:56 Removing intermediate container 722ca5b6c326 13:06:56 ---> d503d4c0909c 13:06:56 Step 21/23 : LABEL arch=arm64 13:06:56 ---> Running in 7c7009104464 13:06:57 ---> fdca09fe31de 13:06:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:06:57 ---> 9bdbe8c5d450 13:06:57 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:06:57 Removing intermediate container 7c7009104464 13:06:57 ---> c3c34cba8f69 13:06:57 Step 22/23 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 13:06:58 ---> Running in e8d7564b54bd 13:06:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:06:58 ---> a84821fcb47a 13:06:58 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:06:58 ---> Running in f4ef344ea7eb 13:06:58 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:06:58 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:06:58 OK: 12617 distinct packages available 13:06:59 Removing intermediate container e8d7564b54bd 13:06:59 ---> 25e649a2ab9a 13:06:59 Step 23/23 : LABEL version=0.0.0 13:06:59 ---> 36116b17178e 13:06:59 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:06:59 Removing intermediate container 5dfcbae3c773 13:06:59 ---> 294736236376 13:06:59 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 13:06:59 ---> Running in 6d4f7479a870 13:06:59 ---> Running in 6477c79f4af7 13:06:59 Removing intermediate container f4ef344ea7eb 13:06:59 ---> 1936cb5c4942 13:06:59 Step 19/21 : LABEL arch=arm64 13:06:59 ---> Running in 590be2134921 13:07:00 OK: 217 MiB in 51 packages 13:07:00 Removing intermediate container 6d4f7479a870 13:07:00 ---> f55af98fd600 13:07:00 13:07:00 Removing intermediate container 6477c79f4af7 13:07:00 ---> 66a968aa8303 13:07:00 Step 26/29 : CMD [ "generate" ] 13:07:00 Removing intermediate container 590be2134921 13:07:00 ---> 1ccff71cdd6b 13:07:00 Step 20/21 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 13:07:00 OK: 217 MiB in 51 packages 13:07:00 ---> Running in d216838dd107 13:07:00 ---> Running in f7e6dabb3984 13:07:00 Successfully built f55af98fd600 13:07:01 ---> e72bdc15a67b 13:07:01 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 13:07:01 Successfully tagged docker-support-notifications-go-arm64:latest 13:07:01 Building docker-sys-mgmt-agent-go 13:07:01  Building docker-support-notifications-go ... done Removing intermediate container d216838dd107 13:07:01 ---> dd40544b5b87 13:07:01 Step 27/29 : LABEL arch=arm64 13:07:01 Removing intermediate container f7e6dabb3984 13:07:01 ---> 126b1da5fa02 13:07:01 Step 21/21 : LABEL version=0.0.0 13:07:02 ---> Running in 0ef639ec438c 13:07:02 ---> Running in 6635b5254b76 13:07:04 Removing intermediate container 0ef639ec438c 13:07:04 ---> 1bc92aaa6251 13:07:04 Removing intermediate container 31b14b69d059 13:07:04 ---> 17f3e4e265c0 13:07:04 Step 6/21 : COPY go.mod . 13:07:04 Step 28/29 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 13:07:04 ---> e2135e09b692 13:07:04 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:07:05 ---> Running in d32c4f85c307 13:07:05 Removing intermediate container 6635b5254b76 13:07:05 ---> b7dd0c9b7560 13:07:05 13:07:05 ---> e4a0e8e50748 13:07:05 Step 7/21 : RUN go mod download 13:07:05 Successfully built b7dd0c9b7560 13:07:06 Successfully tagged docker-core-metadata-go-arm64:latest 13:07:06  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 13:07:06 ---> 3561a39e8b2e 13:07:06 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:07:06 ---> Running in e883d839bb54 13:07:06 Removing intermediate container d32c4f85c307 13:07:06 ---> dfe88860bc57 13:07:06 Step 29/29 : LABEL version=0.0.0 13:07:06 ---> Running in 5383fbb0f10b 13:07:06 ---> Running in ad6af1a67e22 13:07:08 Removing intermediate container 5383fbb0f10b 13:07:08 ---> 6a5e91f99fd7 13:07:08 13:07:08 Successfully built 6a5e91f99fd7 13:07:08 Successfully tagged docker-security-secrets-setup-go-arm64:latest 13:07:08 Building docker-core-command-go 13:07:12  Building docker-security-secrets-setup-go ... done Removing intermediate container ad6af1a67e22 13:07:12 ---> 5c32ff771cda 13:07:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 13:07:12 Removing intermediate container e883d839bb54 13:07:12 ---> 250ca98f8433 13:07:12 Step 8/21 : COPY . . 13:07:13 ---> Running in 8a06a3d6cc2c 13:07:14 Removing intermediate container 8a06a3d6cc2c 13:07:14 ---> 31f18c03405c 13:07:14 Step 24/26 : LABEL arch=arm64 13:07:16 ---> Running in baaf89ff01ff 13:07:18 Removing intermediate container baaf89ff01ff 13:07:18 ---> f36a9b13b5b6 13:07:18 Step 25/26 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 13:07:20 ---> Running in 91eca4402f30 13:07:21 Removing intermediate container 91eca4402f30 13:07:21 ---> 8ad81e481752 13:07:21 Step 26/26 : LABEL version=0.0.0 13:07:23 ---> Running in 11188729d773 13:07:24 Removing intermediate container 11188729d773 13:07:24 ---> 04585adb07fb 13:07:24 13:07:24 Successfully built 04585adb07fb 13:07:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:07:24  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 13:07:32 ---> f36ff79f3aa8 13:07:32 Step 9/21 : RUN make cmd/support-logging/support-logging 13:07:32 ---> Running in 3f10240f1847 13:07:34 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 13:07:56 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:07:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:07:56 ---> 29ed6698c90b 13:07:56 Step 3/26 : WORKDIR /edgex-go 13:07:56 ---> Using cache 13:07:56 ---> 77160407cf93 13:07:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:07:56 ---> Using cache 13:07:56 ---> e01240f2edd2 13:07:56 Step 5/26 : RUN apk update && apk add make bash git 13:07:59 ---> Running in 90e3b570bac2 13:08:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:08:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:08:03 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:08:03 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:08:03 OK: 12617 distinct packages available 13:08:04 OK: 217 MiB in 51 packages 13:08:07 Removing intermediate container 90e3b570bac2 13:08:07 ---> d41c8bf537b4 13:08:07 Step 6/26 : COPY go.mod . 13:08:09 ---> 5bd4776ea8e3 13:08:09 Step 7/26 : RUN go mod download 13:08:09 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:08:09 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:08:09 ---> 29ed6698c90b 13:08:09 Step 3/20 : WORKDIR /edgex-go 13:08:09 ---> Using cache 13:08:09 ---> 77160407cf93 13:08:09 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:08:09 ---> Using cache 13:08:09 ---> e01240f2edd2 13:08:09 Step 5/20 : RUN apk update && apk add make git 13:08:09 ---> Using cache 13:08:09 ---> 64cb9a67edf9 13:08:09 Step 6/20 : COPY go.mod . 13:08:09 ---> Using cache 13:08:09 ---> 385d44f4179e 13:08:09 Step 7/20 : RUN go mod download 13:08:09 ---> Using cache 13:08:09 ---> 3f91ce2469b6 13:08:09 Step 8/20 : COPY . . 13:08:09 ---> Using cache 13:08:09 ---> 4ad9e387797e 13:08:09 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 13:08:09 ---> Running in 510f5003c062 13:08:09 ---> Running in 1f5aad003b26 13:08:10 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:08:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:08:10 ---> 29ed6698c90b 13:08:10 Step 3/21 : WORKDIR /edgex-go 13:08:10 ---> Using cache 13:08:10 ---> 77160407cf93 13:08:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:08:10 ---> Using cache 13:08:10 ---> e01240f2edd2 13:08:10 Step 5/21 : RUN apk update && apk add make git 13:08:10 ---> Using cache 13:08:10 ---> 64cb9a67edf9 13:08:10 Step 6/21 : COPY go.mod . 13:08:10 ---> Using cache 13:08:10 ---> 385d44f4179e 13:08:10 Step 7/21 : RUN go mod download 13:08:10 ---> Using cache 13:08:10 ---> 3f91ce2469b6 13:08:10 Step 8/21 : COPY . . 13:08:10 ---> Using cache 13:08:10 ---> 4ad9e387797e 13:08:10 Step 9/21 : RUN make cmd/core-command/core-command 13:08:10 ---> Running in b3706356b888 13:08:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:08: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 13:08:18 Removing intermediate container 510f5003c062 13:08:18 ---> ff507d341e14 13:08:18 Step 8/26 : COPY . . 13:08:26 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 13:08:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:08:26 ---> 29ed6698c90b 13:08:26 Step 3/22 : WORKDIR /edgex-go 13:08:26 ---> Using cache 13:08:26 ---> 77160407cf93 13:08:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:08:26 ---> Using cache 13:08:26 ---> e01240f2edd2 13:08:26 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 13:08:26 ---> Running in e8433957b910 13:08:29 Removing intermediate container 3f10240f1847 13:08:29 ---> 7d5529f4a844 13:08:29 13:08:29 Step 10/21 : FROM scratch 13:08:29 ---> 13:08:29 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:08:29 ---> Using cache 13:08:29 ---> 280e2718dd61 13:08:29 Step 12/21 : ENV APP_PORT=48061 13:08:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:08:29 ---> Running in b79eafb809b1 13:08:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:08:30 Removing intermediate container b79eafb809b1 13:08:30 ---> 7999f1dd2d74 13:08:30 Step 13/21 : EXPOSE $APP_PORT 13:08:30 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:08:30 v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:08:30 OK: 12617 distinct packages available 13:08:31 ---> Running in b10e8bc9b68e 13:08:31 OK: 217 MiB in 51 packages 13:08:32 Removing intermediate container b10e8bc9b68e 13:08:32 ---> eb908e019210 13:08:32 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 13:08:34 Removing intermediate container e8433957b910 13:08:34 ---> ed05d8dbf836 13:08:34 Step 6/22 : COPY go.mod . 13:08:34 ---> 9122e2546284 13:08:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 13:08:35 ---> 4b597782fc54 13:08:35 Step 7/22 : RUN go mod download 13:08:36 ---> Running in 33e3df52164c 13:08:36 ---> c09604045e00 13:08:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 13:08:40 ---> 876d0af54bee 13:08:40 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 13:08:42 Removing intermediate container 33e3df52164c 13:08:42 ---> 72816bd5dc63 13:08:42 Step 8/22 : COPY . . 13:08:42 ---> 0d5333678ae8 13:08:42 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:08:43 ---> Running in f98a40abb625 13:08:44 Removing intermediate container f98a40abb625 13:08:44 ---> 3e94041ba722 13:08:44 Step 19/21 : LABEL arch=arm64 13:08:44 ---> Running in 157fe52b881c 13:08:46 Removing intermediate container 157fe52b881c 13:08:46 ---> 00e3d80929be 13:08:46 Step 20/21 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 13:08:46 ---> Running in 1befcaddd8f6 13:08:47 Removing intermediate container 1befcaddd8f6 13:08:47 ---> f0f37df64f3d 13:08:47 Step 21/21 : LABEL version=0.0.0 13:08:47 ---> Running in ca08e30328f7 13:08:48 Removing intermediate container ca08e30328f7 13:08:48 ---> 91676cb82663 13:08:48 13:08:50 Successfully built 91676cb82663 13:08:50 Successfully tagged docker-support-logging-go-arm64:latest 13:08:55  Building docker-support-logging-go ... done  ---> 355c1a491b5e 13:08:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:08:55 ---> Running in f8a05000e1b4 13:08:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:09:13 ---> c40ec20cac21 13:09:13 Step 9/22 : RUN make cmd/core-data/core-data 13:09:13 ---> Running in d879aaef1e1c 13:09:14 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 13:09:46 Removing intermediate container 1f5aad003b26 13:09:46 ---> a87bc359d8ef 13:09:46 13:09:46 Step 10/20 : FROM scratch 13:09:46 ---> 13:09:46 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:09:46 ---> Using cache 13:09:46 ---> db441cf29a05 13:09:46 Step 12/20 : ENV APP_PORT=48085 13:09:46 ---> Running in efc1923c78ec 13:09:46 Removing intermediate container efc1923c78ec 13:09:46 ---> ec90d38f8f99 13:09:46 Step 13/20 : EXPOSE $APP_PORT 13:09:46 ---> Running in e0bd8d1ff4d9 13:09:46 Removing intermediate container b3706356b888 13:09:46 ---> bfee8b1c3127 13:09:46 13:09:46 Step 10/21 : FROM scratch 13:09:46 ---> 13:09:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:09:46 ---> Using cache 13:09:46 ---> db441cf29a05 13:09:46 Step 12/21 : ENV APP_PORT=48082 13:09:46 Removing intermediate container e0bd8d1ff4d9 13:09:46 ---> a6750929a855 13:09:46 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 13:09:46 ---> Running in 4b1bf96134f7 13:09:46 Removing intermediate container 4b1bf96134f7 13:09:46 ---> 4f126a0f7db0 13:09:46 Step 13/21 : EXPOSE $APP_PORT 13:09:46 ---> Running in 3b7419140794 13:09:46 ---> 8c488d26149e 13:09:46 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:09:47 Removing intermediate container 3b7419140794 13:09:47 ---> 2b2166040a56 13:09:47 Step 14/21 : WORKDIR / 13:09:47 ---> Running in a3a5a38dd8e7 13:09:48 Removing intermediate container a3a5a38dd8e7 13:09:48 ---> c8568262aa6b 13:09:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 13:09:49 ---> 109eab3d3fbe 13:09:49 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:09:49 ---> c7c31c8b482a 13:09:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:09:50 ---> 0730a5a0258d 13:09:50 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:09:51 ---> Running in f45f46d88648 13:09:51 ---> 1347c105f587 13:09:51 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:09:51 Removing intermediate container f45f46d88648 13:09:51 ---> 64f9b22aa4d2 13:09:51 Step 18/20 : LABEL arch=arm64 13:09:51 ---> Running in 8f981a656a8a 13:09:52 ---> 6ca45b77200a 13:09:52 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:09:52 Removing intermediate container 8f981a656a8a 13:09:52 ---> 52a2ffb26dc9 13:09:52 Step 19/20 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 13:09:52 ---> Running in ed3bb50a3176 13:09:53 ---> Running in a2c900f4f8f1 13:09:53 Removing intermediate container ed3bb50a3176 13:09:53 ---> 94a25221aa26 13:09:53 Step 19/21 : LABEL arch=arm64 13:09:53 ---> Running in 76f32251796b 13:09:53 Removing intermediate container a2c900f4f8f1 13:09:53 ---> 6a51fe271fe4 13:09:53 Step 20/20 : LABEL version=0.0.0 13:09:54 ---> Running in bef926ae7258 13:09:54 Removing intermediate container 76f32251796b 13:09:54 ---> da35eb667919 13:09:54 Step 20/21 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 13:09:54 ---> Running in 00489c50064a 13:09:54 Removing intermediate container bef926ae7258 13:09:54 ---> a98383af843c 13:09:54 13:09:55 Removing intermediate container 00489c50064a 13:09:55 ---> 3043e45d6f81 13:09:55 Step 21/21 : LABEL version=0.0.0 13:09:55 Successfully built a98383af843c 13:09:55 ---> Running in adbfc2fc5491 13:09:55 Successfully tagged docker-support-scheduler-go-arm64:latest 13:09:56  Building docker-support-scheduler-go ... done Removing intermediate container adbfc2fc5491 13:09:56 ---> 5041f34f3cf8 13:09:56 13:09:56 Successfully built 5041f34f3cf8 13:09:56 Successfully tagged docker-core-command-go-arm64:latest 13:10:09  Building docker-core-command-go ... done Removing intermediate container f8a05000e1b4 13:10:09 ---> 80c4fcca8a6c 13:10:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:10:09 ---> Running in 30de7132a45d 13:10:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:10:15 Removing intermediate container 30de7132a45d 13:10:15 ---> 6cb502f93db2 13:10:15 13:10:15 Step 11/26 : FROM docker:latest 13:10:15 ---> ce9d55ae87f1 13:10:15 Step 12/26 : RUN apk add --no-cache bash 13:10:15 ---> Running in 6dd26b6dc4b2 13:10:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:10:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:10:17 (1/2) Installing readline (8.0.4-r0) 13:10:17 (2/2) Installing bash (5.0.17-r0) 13:10:17 Executing bash-5.0.17-r0.post-install 13:10:17 Executing busybox-1.31.1-r16.trigger 13:10:17 OK: 12 MiB in 22 packages 13:10:19 Removing intermediate container 6dd26b6dc4b2 13:10:19 ---> 6b1b0dccd364 13:10:19 Step 13/26 : RUN rm -rf /var/cache/apk/* 13:10:19 ---> Running in 7eb3b430c763 13:10:21 Removing intermediate container 7eb3b430c763 13:10:21 ---> abe0f61c4844 13:10:21 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:10:21 ---> Running in 1d5ee268d5ee 13:10:22 Removing intermediate container 1d5ee268d5ee 13:10:22 ---> 28b4ed41a1a9 13:10:22 Step 15/26 : ENV APP_PORT=48090 13:10:22 ---> Running in 2d15454eb0a4 13:10:23 Removing intermediate container 2d15454eb0a4 13:10:23 ---> 399750742f76 13:10:23 Step 16/26 : EXPOSE $APP_PORT 13:10:23 ---> Running in 8bc12f47e0e7 13:10:24 Removing intermediate container 8bc12f47e0e7 13:10:24 ---> a1c99f18a8a8 13:10:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:10:25 ---> 74c799e30679 13:10:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:10:26 ---> 9586193401b8 13:10:26 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:10:27 Removing intermediate container d879aaef1e1c 13:10:27 ---> dee7bb3ffbef 13:10:27 13:10:27 Step 10/22 : FROM alpine 13:10:27 ---> 62ee0e9f8440 13:10:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:10:27 ---> Running in 394940f2ca2e 13:10:27 ---> b84fdee53877 13:10:27 Step 20/26 : RUN apk --no-cache add py-pip 13:10:27 ---> Running in 45b324df7ac1 13:10:27 Removing intermediate container 394940f2ca2e 13:10:27 ---> ec7e067c29ce 13:10:27 Step 12/22 : ENV APP_PORT=48080 13:10:27 ---> Running in 2cf2a44b23fd 13:10:28 Removing intermediate container 2cf2a44b23fd 13:10:28 ---> 54fa8cd69259 13:10:28 Step 13/22 : EXPOSE $APP_PORT 13:10:28 ---> Running in ca2f64dacee8 13:10:29 Removing intermediate container ca2f64dacee8 13:10:29 ---> c3a2ff3b6148 13:10:29 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:10:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:10:29 ---> Running in af232ea093c5 13:10:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:10:30 (1/33) Installing libbz2 (1.0.8-r1) 13:10:30 (2/33) Installing expat (2.2.9-r1) 13:10:30 (3/33) Installing libffi (3.3-r2) 13:10:30 (4/33) Installing gdbm (1.13-r1) 13:10:30 (5/33) Installing xz-libs (5.2.5-r0) 13:10:30 (6/33) Installing sqlite-libs (3.32.1-r0) 13:10:30 (7/33) Installing python3 (3.8.5-r0) 13:10:32 (8/33) Installing py3-appdirs (1.4.4-r1) 13:10:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:10:32 (10/33) Installing py3-parsing (2.4.7-r0) 13:10:32 (11/33) Installing py3-six (1.15.0-r0) 13:10:32 (12/33) Installing py3-packaging (20.4-r0) 13:10:32 (13/33) Installing py3-setuptools (47.0.0-r0) 13:10:32 (14/33) Installing py3-chardet (3.0.4-r4) 13:10:32 (15/33) Installing py3-idna (2.9-r0) 13:10:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:10:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:10:32 (18/33) Installing py3-requests (2.23.0-r0) 13:10:32 (19/33) Installing py3-msgpack (1.0.0-r0) 13:10:32 (20/33) Installing py3-lockfile (0.12.2-r3) 13:10:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:10:32 (22/33) Installing py3-colorama (0.4.3-r0) 13:10:32 (23/33) Installing py3-distlib (0.3.0-r0) 13:10:32 (24/33) Installing py3-distro (1.5.0-r1) 13:10:32 Removing intermediate container af232ea093c5 13:10:32 ---> 1993683ebbe3 13:10:32 Step 15/22 : RUN apk --no-cache add zeromq 13:10:32 (25/33) Installing py3-webencodings (0.5.1-r3) 13:10:32 (26/33) Installing py3-html5lib (1.0.1-r4) 13:10:32 (27/33) Installing py3-pytoml (0.1.21-r0) 13:10:32 (28/33) Installing py3-pep517 (0.8.2-r0) 13:10:32 (29/33) Installing py3-progress (1.5-r0) 13:10:32 (30/33) Installing py3-toml (0.10.1-r0) 13:10:32 (31/33) Installing py3-retrying (1.3.3-r0) 13:10:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:10:32 (33/33) Installing py3-pip (20.1.1-r0) 13:10:32 ---> Running in 6d361776508d 13:10:32 Executing busybox-1.31.1-r16.trigger 13:10:32 OK: 71 MiB in 55 packages 13:10:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:10:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:10:35 (1/5) Installing libgcc (9.3.0-r2) 13:10:35 (2/5) Installing libsodium (1.0.18-r0) 13:10:36 (3/5) Installing libstdc++ (9.3.0-r2) 13:10:36 (4/5) Installing libzmq (4.3.2-r0) 13:10:36 (5/5) Installing zeromq (4.3.2-r0) 13:10:36 Executing busybox-1.31.1-r16.trigger 13:10:36 OK: 8 MiB in 19 packages 13:10:38 Removing intermediate container 6d361776508d 13:10:38 ---> 884e2b5f7224 13:10:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 13:10:38 Removing intermediate container 45b324df7ac1 13:10:38 ---> 116f5dbc73a6 13:10:38 Step 21/26 : RUN pip install docker-compose==1.23.2 13:10:39 ---> Running in 7aa71010798d 13:10:39 ---> 0b07f0b6a617 13:10:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:10:40 ---> 718eff1436ec 13:10:40 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:10:41 ---> 5a065e334f26 13:10:41 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:10:41 ---> Running in 6d77bc5e8219 13:10:42 Removing intermediate container 6d77bc5e8219 13:10:42 ---> b971f24b5e08 13:10:42 Step 20/22 : LABEL arch=arm64 13:10:42 ---> Running in ece143d3fd5f 13:10:42 Removing intermediate container ece143d3fd5f 13:10:42 ---> 2b4ebcf001d3 13:10:42 Step 21/22 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 13:10:42 ---> Running in 9272bde9ebe8 13:10:43 Removing intermediate container 9272bde9ebe8 13:10:43 ---> ecdae16e3a01 13:10:43 Step 22/22 : LABEL version=0.0.0 13:10:43 ---> Running in 1ca004d6142a 13:10:44 Removing intermediate container 1ca004d6142a 13:10:44 ---> d7d4dc2307a8 13:10:44 13:10:44 Successfully built d7d4dc2307a8 13:10:44 Successfully tagged docker-core-data-go-arm64:latest 13:10:45  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 13:10:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:10:46 Collecting jsonschema<3,>=2.5.1 13:10:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:10:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:10:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:10:48 Collecting dockerpty<0.5,>=0.4.1 13:10:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:10:50 Collecting cached-property<2,>=1.2.0 13:10:50 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 13:10:50 Collecting docopt<0.7,>=0.6.1 13:10:50 Downloading docopt-0.6.2.tar.gz (25 kB) 13:10:53 Collecting websocket-client<1.0,>=0.32.0 13:10:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 13:10:54 Collecting PyYAML<4,>=3.10 13:10:54 Downloading PyYAML-3.13.tar.gz (270 kB) 13:10:57 Collecting texttable<0.10,>=0.9.0 13:10:57 Downloading texttable-0.9.1.tar.gz (11 kB) 13:10:59 Collecting docker<4.0,>=3.6.0 13:10:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:11:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:11:00 Collecting idna<2.8,>=2.5 13:11:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:11:00 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) 13:11:00 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) 13:11:01 Collecting urllib3<1.25,>=1.21.1 13:11:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:11:01 Collecting docker-pycreds>=0.4.0 13:11:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:11:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:11:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:11:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:11:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:11:02 Installing collected packages: jsonschema, idna, urllib3, requests, dockerpty, cached-property, docopt, websocket-client, PyYAML, texttable, docker-pycreds, docker, docker-compose 13:11:02 Attempting uninstall: idna 13:11:02 Found existing installation: idna 2.9 13:11:03 Uninstalling idna-2.9: 13:11:03 Successfully uninstalled idna-2.9 13:11:03 Attempting uninstall: urllib3 13:11:03 Found existing installation: urllib3 1.25.9 13:11:03 Uninstalling urllib3-1.25.9: 13:11:03 Successfully uninstalled urllib3-1.25.9 13:11:04 Attempting uninstall: requests 13:11:04 Found existing installation: requests 2.23.0 13:11:04 Uninstalling requests-2.23.0: 13:11:04 Successfully uninstalled requests-2.23.0 13:11:05 Running setup.py install for dockerpty: started 13:11:07 Running setup.py install for dockerpty: finished with status 'done' 13:11:07 Running setup.py install for docopt: started 13:11:09 Running setup.py install for docopt: finished with status 'done' 13:11:09 Running setup.py install for PyYAML: started 13:11:12 Running setup.py install for PyYAML: finished with status 'done' 13:11:12 Running setup.py install for texttable: started 13:11:14 Running setup.py install for texttable: finished with status 'done' 13:11:16 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 13:11:20 Removing intermediate container 7aa71010798d 13:11:20 ---> 896b298f3441 13:11:20 Step 22/26 : RUN apk --no-cache add curl 13:11:20 ---> Running in fa44c4bdaac7 13:11:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:11:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:11:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:11:22 (2/3) Installing libcurl (7.69.1-r0) 13:11:22 (3/3) Installing curl (7.69.1-r0) 13:11:22 Executing busybox-1.31.1-r16.trigger 13:11:22 OK: 71 MiB in 58 packages 13:11:23 Removing intermediate container fa44c4bdaac7 13:11:23 ---> 100f953faa71 13:11:23 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:11:23 ---> Running in 2b076375cddc 13:11:24 Removing intermediate container 2b076375cddc 13:11:24 ---> afc55eac0f65 13:11:24 Step 24/26 : LABEL arch=arm64 13:11:24 ---> Running in d12bd11b28d0 13:11:24 Removing intermediate container d12bd11b28d0 13:11:24 ---> bb9516a8f284 13:11:24 Step 25/26 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b 13:11:24 ---> Running in 4d5af6fc83c5 13:11:25 Removing intermediate container 4d5af6fc83c5 13:11:25 ---> a5510eecee26 13:11:25 Step 26/26 : LABEL version=0.0.0 13:11:25 ---> Running in 2c4b5758afb0 13:11:26 Removing intermediate container 2c4b5758afb0 13:11:26 ---> 569fe47c0ce5 13:11:26 13:11:26 Successfully built 569fe47c0ce5 13:11:26 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:11:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:11:26 $ docker stop --time=1 78e888fb541ecfcf0af362c60742ac4db94c8f7b6c978494d5ff1eecc39a677e 13:11:28 $ docker rm -f 78e888fb541ecfcf0af362c60742ac4db94c8f7b6c978494d5ff1eecc39a677e [Pipeline] // withDockerContainer [Pipeline] sh 13:11:29 + docker images 13:11:29 + grep docker 13:11:29 docker-sys-mgmt-agent-go-arm64 latest 569fe47c0ce5 4 seconds ago 266MB 13:11:29 docker-core-data-go-arm64 latest d7d4dc2307a8 46 seconds ago 22.6MB 13:11:29 docker-core-command-go-arm64 latest 5041f34f3cf8 About a minute ago 12.4MB 13:11:29 docker-support-scheduler-go-arm64 latest a98383af843c About a minute ago 12.6MB 13:11:29 docker-support-logging-go-arm64 latest 91676cb82663 2 minutes ago 11.4MB 13:11:29 docker-security-secretstore-setup-go-arm64 latest 04585adb07fb 4 minutes ago 32.6MB 13:11:29 docker-security-secrets-setup-go-arm64 latest 6a5e91f99fd7 4 minutes ago 24.2MB 13:11:29 docker-core-metadata-go-arm64 latest b7dd0c9b7560 4 minutes ago 13.8MB 13:11:29 docker-support-notifications-go-arm64 latest f55af98fd600 4 minutes ago 13.9MB 13:11:29 docker-security-proxy-setup-go-arm64 latest 6e5cf51ee137 4 minutes ago 15.8MB 13:11:29 docker latest ce9d55ae87f1 7 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 13:11:31 provisioning config files... 13:11:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config3223220911849490262tmp [Pipeline] { [Pipeline] sh 13:11:32 + curl -s https://codecov.io/bash 13:11:32 + bash -s - -t @/w/workspace/edgex-go/15@tmp/config3223220911849490262tmp [Pipeline] } 13:11:32 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 13:11:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:11:35 ---> package-listing.sh 13:11:35 ++ facter osfamily 13:11:35 ++ tr '[:upper:]' '[:lower:]' 13:11:35 + OS_FAMILY=redhat 13:11:35 + workspace=/w/workspace/edgex-go/15 13:11:35 + START_PACKAGES=/tmp/packages_start.txt 13:11:35 + END_PACKAGES=/tmp/packages_end.txt 13:11:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:11:35 + PACKAGES=/tmp/packages_start.txt 13:11:35 + '[' /w/workspace/edgex-go/15 ']' 13:11:35 + PACKAGES=/tmp/packages_end.txt 13:11:35 + case "${OS_FAMILY}" in 13:11:35 + rpm -qa 13:11:35 + sort 13:11:39 + '[' -f /tmp/packages_start.txt ']' 13:11:39 + '[' -f /tmp/packages_end.txt ']' 13:11:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:11:39 + '[' /w/workspace/edgex-go/15 ']' 13:11:39 + mkdir -p /w/workspace/edgex-go/15/archives/ 13:11:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] isUnix [Pipeline] sh 13:11:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:11:39 13:11:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:11:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:11:40 alpine: Pulling from edgex-lftools-log-publisher 13:11:40 c9b1b535fdd9: Pulling fs layer 13:11:40 2cc5ad85d9ab: Pulling fs layer 13:11:40 756a868c4378: Pulling fs layer 13:11:40 444b2fc9a129: Pulling fs layer 13:11:40 ea15f1150254: Pulling fs layer 13:11:40 41b27a9f41bf: Pulling fs layer 13:11:40 28c525ee5125: Pulling fs layer 13:11:40 094b1ea09ed8: Pulling fs layer 13:11:40 138eaada9080: Pulling fs layer 13:11:40 0622d0fa9048: Pulling fs layer 13:11:40 41b27a9f41bf: Waiting 13:11:40 28c525ee5125: Waiting 13:11:40 094b1ea09ed8: Waiting 13:11:40 138eaada9080: Waiting 13:11:40 0622d0fa9048: Waiting 13:11:40 444b2fc9a129: Waiting 13:11:40 ea15f1150254: Waiting 13:11:40 2cc5ad85d9ab: Verifying Checksum 13:11:40 2cc5ad85d9ab: Download complete 13:11:40 444b2fc9a129: Download complete 13:11:40 c9b1b535fdd9: Verifying Checksum 13:11:40 ea15f1150254: Verifying Checksum 13:11:40 ea15f1150254: Download complete 13:11:40 28c525ee5125: Verifying Checksum 13:11:40 28c525ee5125: Download complete 13:11:40 756a868c4378: Verifying Checksum 13:11:40 756a868c4378: Download complete 13:11:40 138eaada9080: Verifying Checksum 13:11:40 138eaada9080: Download complete 13:11:40 c9b1b535fdd9: Pull complete 13:11:40 0622d0fa9048: Verifying Checksum 13:11:40 0622d0fa9048: Download complete 13:11:41 094b1ea09ed8: Verifying Checksum 13:11:41 094b1ea09ed8: Download complete 13:11:41 2cc5ad85d9ab: Pull complete 13:11:41 41b27a9f41bf: Verifying Checksum 13:11:41 41b27a9f41bf: Download complete 13:11:43 756a868c4378: Pull complete 13:11:43 444b2fc9a129: Pull complete 13:11:43 ea15f1150254: Pull complete 13:11:50 41b27a9f41bf: Pull complete 13:11:50 28c525ee5125: Pull complete 13:11:52 094b1ea09ed8: Pull complete 13:11:54 138eaada9080: Pull complete 13:11:54 0622d0fa9048: Pull complete 13:11:54 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 13:11:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:11:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:11:54 prd-centos7-docker-4c-2g-268 does not seem to be running inside a container 13:11:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:11:59 $ docker top 6e853ec08b6a39f1f264b4dcb9eadb6835c10414d1d1ddbb775f28491c965b6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:11:59 provisioning config files... 13:11:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config2572659128206879047tmp [Pipeline] { [Pipeline] echo 13:11:59 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:11:59 ---> create-netrc.sh [Pipeline] echo 13:11:59 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:12:00 ---> logs-deploy.sh 13:12:00 + ARCHIVE_ARTIFACTS= 13:12:00 + LOGS_SERVER=https://logs.edgexfoundry.org 13:12:00 + '[' https://logs.edgexfoundry.org == None ']' 13:12:00 + NEXUS_URL=https://nexus.edgexfoundry.org 13:12:00 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/15 13:12:00 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/15/ 13:12:00 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/15 /w/workspace/edgex-go/15 13:12:00 Archives upload complete. 13:12:01 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/15 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/15/ 13:12:02 ---> uname -a: 13:12:02 Linux 6e853ec08b6a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 13:12:02 13:12:02 13:12:02 ---> lscpu: 13:12:02 Architecture: x86_64 13:12:02 CPU op-mode(s): 32-bit, 64-bit 13:12:02 Byte Order: Little Endian 13:12:02 Address sizes: 40 bits physical, 48 bits virtual 13:12:02 CPU(s): 4 13:12:02 On-line CPU(s) list: 0-3 13:12:02 Thread(s) per core: 1 13:12:02 Core(s) per socket: 1 13:12:02 Socket(s): 4 13:12:02 NUMA node(s): 1 13:12:02 Vendor ID: GenuineIntel 13:12:02 CPU family: 6 13:12:02 Model: 44 13:12:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:12:02 Stepping: 1 13:12:02 CPU MHz: 2933.438 13:12:02 BogoMIPS: 5866.87 13:12:02 Virtualization: VT-x 13:12:02 Hypervisor vendor: KVM 13:12:02 Virtualization type: full 13:12:02 L1d cache: 128 KiB 13:12:02 L1i cache: 128 KiB 13:12:02 L2 cache: 16 MiB 13:12:02 L3 cache: 64 MiB 13:12:02 NUMA node0 CPU(s): 0-3 13:12:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:12:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:12:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:12:02 Vulnerability Meltdown: Mitigation; PTI 13:12:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:12:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:12:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:12:02 Vulnerability Tsx async abort: Not affected 13:12:02 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 13:12:02 13:12:02 13:12:02 ---> nproc: 13:12:02 4 13:12:02 13:12:02 13:12:02 ---> df -h: 13:12:02 Filesystem Size Used Available Use% Mounted on 13:12:02 overlay 50.0G 12.9G 37.1G 26% / 13:12:02 tmpfs 64.0M 0 64.0M 0% /dev 13:12:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:12:02 shm 64.0M 0 64.0M 0% /dev/shm 13:12:02 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf 13:12:02 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname 13:12:02 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts 13:12:02 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa 13:12:02 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/15 13:12:02 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/15@tmp 13:12:02 13:12:02 13:12:02 ---> free -m: 13:12:02 total used free shared buff/cache available 13:12:02 Mem: 1837 627 112 0 1097 1127 13:12:02 Swap: 1023 89 934 13:12:02 13:12:02 13:12:02 ---> ip addr: 13:12:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:12:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:12:02 inet 127.0.0.1/8 scope host lo 13:12:02 valid_lft forever preferred_lft forever 13:12:02 108: eth0@if109: mtu 1458 qdisc noqueue state UP 13:12:02 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 13:12:02 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 13:12:02 valid_lft forever preferred_lft forever 13:12:02 13:12:02 13:12:02 ---> sar -b -r -n DEV: 13:12:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/17/20 _x86_64_ (4 CPU) 13:12:02 13:12:02 12:50:21 LINUX RESTART 13:12:02 13:12:02 12:51:02 tps rtps wtps bread/s bwrtn/s 13:12:02 12:52:01 102.91 39.97 62.94 7784.23 20836.77 13:12:02 12:53:01 459.06 239.68 219.38 8475.91 75667.49 13:12:02 12:54:01 371.47 246.65 124.82 10459.62 24132.96 13:12:02 12:55:02 317.63 110.07 207.56 58270.03 140053.93 13:12:02 12:56:01 3167.12 2816.56 350.56 179838.92 195294.94 13:12:02 12:57:02 516.66 269.19 247.47 42228.16 51733.51 13:12:02 12:58:01 2657.22 2306.57 350.65 122850.88 137692.96 13:12:02 12:59:02 1890.91 1587.27 303.64 93626.10 105988.27 13:12:02 13:00:01 231.54 99.29 132.25 7849.20 15260.22 13:12:02 13:01:01 2.08 0.62 1.47 19.85 22.19 13:12:02 13:02:01 0.77 0.40 0.37 23.03 6.01 13:12:02 13:03:01 0.32 0.08 0.23 0.67 2.45 13:12:02 13:04:01 0.20 0.00 0.20 0.00 1.92 13:12:02 13:05:01 0.42 0.22 0.20 1.73 1.88 13:12:02 13:06:01 1.91 1.69 0.22 52.15 3.83 13:12:02 13:07:01 0.87 0.03 0.83 1.07 15.48 13:12:02 13:08:01 0.23 0.03 0.20 0.27 1.75 13:12:02 13:09:01 0.25 0.07 0.18 0.53 1.67 13:12:02 13:10:01 1.00 0.72 0.28 8.53 3.76 13:12:02 13:11:01 0.27 0.03 0.23 0.27 2.57 13:12:02 13:12:01 141.07 57.18 83.89 5702.68 20250.66 13:12:02 Average: 468.47 368.99 99.48 25542.52 37490.24 13:12:02 13:12:02 12:51:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:12:02 12:52:01 327084 1554472 82.62 2620 967932 1123724 38.35 564560 833108 120 13:12:02 12:53:01 96196 1785360 94.89 1492 1063748 1297616 44.29 741344 787528 8 13:12:02 12:54:01 337460 1544096 82.06 364 765384 1497920 51.12 672288 632972 50508 13:12:02 12:55:02 64976 1816580 96.55 36 1033516 2252992 76.89 801196 851400 29392 13:12:02 12:56:01 123564 1757992 93.43 0 1075740 1718192 58.64 658096 925268 1844 13:12:02 12:57:02 157636 1723920 91.62 0 1045240 1536196 52.43 613564 902340 49596 13:12:02 12:58:01 273532 1608024 85.46 0 913216 1851148 63.18 518596 910236 62904 13:12:02 12:59:02 181484 1700072 90.35 0 1013176 1925304 65.71 627200 880700 1828 13:12:02 13:00:01 720608 1160948 61.70 0 608288 1177956 40.20 415912 547880 20 13:12:02 13:01:01 723208 1158348 61.56 0 608792 1144392 39.06 414492 547332 16 13:12:02 13:02:01 722824 1158732 61.58 0 609472 1142532 38.99 414144 547908 12 13:12:02 13:03:01 723036 1158520 61.57 0 609488 1142472 38.99 414068 547916 16 13:12:02 13:04:01 723232 1158324 61.56 0 609496 1142472 38.99 414072 547936 8 13:12:02 13:05:01 722440 1159116 61.60 0 609500 1142676 39.00 414460 547984 8 13:12:02 13:06:01 721376 1160180 61.66 0 610372 1142556 38.99 414400 548652 20 13:12:02 13:07:01 721620 1159936 61.65 0 610388 1142508 38.99 414396 548656 12 13:12:02 13:08:01 721984 1159572 61.63 0 610388 1142472 38.99 414320 548660 12 13:12:02 13:09:01 721612 1159944 61.65 0 610400 1142472 38.99 414448 548672 16 13:12:02 13:10:01 721364 1160192 61.66 0 610404 1142472 38.99 414352 548932 8 13:12:02 13:11:01 720788 1160768 61.69 0 610408 1142532 38.99 414424 548940 12 13:12:02 13:12:01 144804 1736752 92.30 0 1124268 1270748 43.37 510356 986252 404 13:12:02 Average: 493849 1387707 73.75 215 777125 1343874 45.86 508604 680442 9370 13:12:02 13:12:02 12:51:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 13:12:02 12:52:01 eth0 1882.40 1592.69 5959.00 1701.35 0.00 0.00 0.00 13:12:02 12:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 12:52:01 docker0 843.16 717.94 68.32 2700.62 0.00 0.00 0.00 13:12:02 12:53:01 eth0 993.31 673.41 7268.44 1248.96 0.00 0.00 0.00 13:12:02 12:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 12:53:01 docker0 113.69 146.04 8.40 727.77 0.00 0.00 0.00 13:12:02 12:54:01 veth745addd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 13:12:02 12:54:01 eth0 3188.14 2444.42 13776.64 3047.93 0.00 0.00 0.00 13:12:02 12:54:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 13:12:02 12:54:01 docker0 943.00 852.32 75.59 3385.07 0.00 0.00 0.00 13:12:02 12:55:02 eth0 119.29 80.43 1680.93 55.92 0.00 0.00 0.00 13:12:02 12:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 12:55:02 veth4c0ad2c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 13:12:02 12:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 12:56:01 eth0 49.16 30.62 166.66 10.38 0.00 0.00 0.00 13:12:02 12:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 12:56:01 veth4c0ad2c 0.00 0.27 0.00 0.01 0.00 0.00 0.00 13:12:02 12:56:01 docker0 19.90 28.23 1.10 148.39 0.00 0.00 0.00 13:12:02 12:57:02 vethdd454cd 0.00 0.08 0.00 0.01 0.00 0.00 0.00 13:12:02 12:57:02 eth0 3388.35 2573.56 15647.91 3144.66 0.00 0.00 0.00 13:12:02 12:57:02 veth6ad12a0 0.08 0.00 0.01 0.00 0.00 0.00 0.00 13:12:02 12:57:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 13:12:02 12:58:01 eth0 112.33 72.08 432.92 72.19 0.00 0.00 0.00 13:12:02 12:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 12:58:01 veth4c0ad2c 0.00 0.67 0.00 0.03 0.00 0.00 0.00 13:12:02 12:58:01 veth1e8b820 0.20 0.30 0.03 0.41 0.00 0.00 0.00 13:12:02 12:59:02 eth0 58.70 35.77 90.77 66.33 0.00 0.00 0.00 13:12:02 12:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 12:59:02 veth4c0ad2c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 13:12:02 12:59:02 docker0 1003.23 955.06 78.96 4092.74 0.00 0.00 0.00 13:12:02 13:00:01 eth0 54.13 37.88 108.08 15.28 0.00 0.00 0.00 13:12:02 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:00:01 docker0 3.76 5.58 0.21 33.76 0.00 0.00 0.00 13:12:02 13:01:01 eth0 0.20 0.17 0.08 0.08 0.00 0.00 0.00 13:12:02 13:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:02:01 eth0 0.30 0.23 0.42 0.02 0.00 0.00 0.00 13:12:02 13:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:03:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 13:12:02 13:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:04:01 eth0 0.57 0.08 0.06 0.01 0.00 0.00 0.00 13:12:02 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:05:01 eth0 0.53 0.47 0.27 0.21 0.00 0.00 0.00 13:12:02 13:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:06:01 eth0 0.14 0.08 0.08 0.06 0.00 0.00 0.00 13:12:02 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:07:01 eth0 0.22 0.22 0.07 0.02 0.00 0.00 0.00 13:12:02 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:08:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 13:12:02 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:09:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:10:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 13:12:02 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:11:01 eth0 0.12 0.08 0.07 0.06 0.00 0.00 0.00 13:12:02 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:12:02 13:12:01 veth5fc8377 0.23 0.28 0.56 0.10 0.00 0.00 0.00 13:12:02 13:12:01 eth0 3780.37 2839.34 18794.89 3389.42 0.00 0.00 0.00 13:12:02 13:12:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 13:12:02 13:12:01 docker0 1017.68 970.75 80.54 4168.97 0.00 0.00 0.00 13:12:02 Average: veth5fc8377 0.01 0.01 0.03 0.00 0.00 0.00 0.00 13:12:02 Average: eth0 180.37 135.47 896.75 161.72 0.00 0.00 0.00 13:12:02 Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 13:12:02 Average: docker0 48.56 46.32 3.84 198.91 0.00 0.00 0.00 13:12:02 13:12:02 13:12:02 ---> sar -P ALL: 13:12:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/17/20 _x86_64_ (4 CPU) 13:12:02 13:12:02 12:50:21 LINUX RESTART 13:12:02 13:12:02 12:51:02 CPU %user %nice %system %iowait %steal %idle 13:12:02 12:52:01 all 18.16 0.00 6.74 2.76 0.09 72.24 13:12:02 12:52:01 0 16.51 0.00 8.67 2.45 0.07 72.30 13:12:02 12:52:01 1 16.90 0.00 6.36 1.92 0.14 74.68 13:12:02 12:52:01 2 21.53 0.00 6.61 3.67 0.09 68.10 13:12:02 12:52:01 3 17.67 0.00 5.37 2.99 0.09 73.88 13:12:02 12:53:01 all 17.34 0.00 10.94 5.80 0.10 65.82 13:12:02 12:53:01 0 15.50 0.00 11.40 4.27 0.10 68.72 13:12:02 12:53:01 1 14.75 0.00 10.52 8.66 0.12 65.94 13:12:02 12:53:01 2 23.60 0.00 10.73 5.33 0.07 60.28 13:12:02 12:53:01 3 15.49 0.00 11.11 4.96 0.10 68.34 13:12:02 12:54:01 all 52.23 0.00 15.28 7.11 0.06 25.32 13:12:02 12:54:01 0 51.87 0.00 15.73 5.23 0.03 27.14 13:12:02 12:54:01 1 52.07 0.00 15.41 5.91 0.05 26.56 13:12:02 12:54:01 2 52.32 0.00 15.09 9.86 0.08 22.64 13:12:02 12:54:01 3 52.66 0.00 14.92 7.43 0.05 24.95 13:12:02 12:55:02 all 20.59 0.00 15.50 5.64 0.07 58.21 13:12:02 12:55:02 0 20.25 0.00 15.16 4.73 0.07 59.79 13:12:02 12:55:02 1 21.22 0.00 15.26 4.61 0.08 58.83 13:12:02 12:55:02 2 23.64 0.00 16.37 7.91 0.07 52.00 13:12:02 12:55:02 3 17.23 0.00 15.16 5.30 0.05 62.26 13:12:02 12:56:01 all 20.24 0.00 26.11 29.90 0.16 23.59 13:12:02 12:56:01 0 20.44 0.00 26.76 30.77 0.18 21.85 13:12:02 12:56:01 1 20.61 0.00 26.59 30.15 0.16 22.49 13:12:02 12:56:01 2 19.22 0.00 23.86 28.66 0.16 28.10 13:12:02 12:56:01 3 20.70 0.00 27.25 30.01 0.14 21.90 13:12:02 12:57:02 all 49.16 0.00 18.18 15.54 0.31 16.82 13:12:02 12:57:02 0 49.36 0.00 18.66 10.90 0.20 20.87 13:12:02 12:57:02 1 48.95 0.00 18.00 18.19 0.29 14.57 13:12:02 12:57:02 2 49.32 0.00 16.92 13.35 0.35 20.06 13:12:02 12:57:02 3 48.99 0.00 19.17 19.75 0.36 11.73 13:12:02 12:58:01 all 15.33 0.00 20.43 35.10 0.24 28.90 13:12:02 12:58:01 0 14.04 0.00 18.71 31.08 0.32 35.85 13:12:02 12:58:01 1 14.01 0.00 20.51 35.67 0.26 29.55 13:12:02 12:58:01 2 16.21 0.00 20.47 35.84 0.25 27.24 13:12:02 12:58:01 3 17.10 0.00 22.09 37.81 0.16 22.84 13:12:02 12:59:02 all 52.51 0.00 21.74 19.61 0.09 6.05 13:12:02 12:59:02 0 52.66 0.00 20.89 19.39 0.10 6.95 13:12:02 12:59:02 1 52.20 0.00 20.62 19.76 0.14 7.28 13:12:02 12:59:02 2 52.23 0.00 21.93 20.44 0.07 5.34 13:12:02 12:59:02 3 52.96 0.00 23.50 18.84 0.07 4.62 13:12:02 13:00:01 all 12.39 0.00 6.89 9.69 0.04 70.99 13:12:02 13:00:01 0 12.17 0.00 7.22 9.36 0.05 71.21 13:12:02 13:00:01 1 11.73 0.00 6.81 7.56 0.02 73.89 13:12:02 13:00:01 2 13.77 0.00 6.86 10.49 0.03 68.84 13:12:02 13:00:01 3 11.89 0.00 6.70 11.35 0.05 70.01 13:12:02 13:01:01 all 0.17 0.00 0.05 0.01 0.00 99.78 13:12:02 13:01:01 0 0.03 0.00 0.05 0.00 0.00 99.92 13:12:02 13:01:01 1 0.03 0.00 0.07 0.02 0.00 99.88 13:12:02 13:01:01 2 0.53 0.00 0.05 0.02 0.00 99.40 13:12:02 13:01:01 3 0.05 0.00 0.03 0.00 0.00 99.92 13:12:02 13:02:01 all 0.15 0.00 0.05 0.01 0.00 99.79 13:12:02 13:02:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:12:02 13:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:12:02 13:02:01 2 0.52 0.00 0.05 0.02 0.00 99.42 13:12:02 13:02:01 3 0.05 0.00 0.05 0.02 0.00 99.88 13:12:02 13:03:01 all 0.15 0.00 0.02 0.00 0.00 99.83 13:12:02 13:03:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:12:02 13:03:01 1 0.02 0.00 0.03 0.00 0.00 99.95 13:12:02 13:03:01 2 0.52 0.00 0.02 0.00 0.00 99.47 13:12:02 13:03:01 3 0.05 0.00 0.03 0.00 0.00 99.92 13:12:02 13:04:01 all 0.16 0.00 0.03 0.00 0.00 99.80 13:12:02 13:04:01 0 0.03 0.00 0.05 0.00 0.00 99.92 13:12:02 13:04:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:12:02 13:04:01 2 0.52 0.00 0.02 0.00 0.00 99.47 13:12:02 13:04:01 3 0.05 0.00 0.03 0.00 0.00 99.92 13:12:02 13:05:01 all 0.10 0.00 0.04 0.00 0.00 99.85 13:12:02 13:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:12:02 13:05:01 1 0.02 0.00 0.02 0.02 0.00 99.95 13:12:02 13:05:01 2 0.30 0.00 0.08 0.00 0.02 99.60 13:12:02 13:05:01 3 0.07 0.00 0.05 0.00 0.00 99.88 13:12:02 13:06:01 all 0.05 0.00 0.07 0.03 0.00 99.86 13:12:02 13:06:01 0 0.03 0.00 0.07 0.00 0.00 99.90 13:12:02 13:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 13:12:02 13:06:01 2 0.03 0.00 0.10 0.05 0.02 99.80 13:12:02 13:06:01 3 0.07 0.00 0.07 0.05 0.00 99.81 13:12:02 13:07:01 all 0.13 0.00 0.03 0.00 0.00 99.84 13:12:02 13:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:12:02 13:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:12:02 13:07:01 2 0.48 0.00 0.03 0.00 0.00 99.48 13:12:02 13:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:12:02 13:08:01 all 0.16 0.00 0.02 0.00 0.00 99.81 13:12:02 13:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:12:02 13:08:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:12:02 13:08:01 2 0.55 0.00 0.03 0.00 0.00 99.42 13:12:02 13:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:12:02 13:09:01 all 0.15 0.00 0.02 0.00 0.00 99.83 13:12:02 13:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:12:02 13:09:01 1 0.05 0.00 0.03 0.00 0.00 99.92 13:12:02 13:09:01 2 0.52 0.00 0.02 0.00 0.00 99.47 13:12:02 13:09:01 3 0.02 0.00 0.03 0.00 0.02 99.93 13:12:02 13:10:01 all 0.16 0.00 0.03 0.02 0.00 99.79 13:12:02 13:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:12:02 13:10:01 1 0.07 0.00 0.07 0.05 0.00 99.82 13:12:02 13:10:01 2 0.52 0.00 0.02 0.03 0.00 99.43 13:12:02 13:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:12:02 13:11:01 all 0.15 0.00 0.02 0.00 0.00 99.83 13:12:02 13:11:01 0 0.03 0.00 0.05 0.00 0.00 99.92 13:12:02 13:11:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:12:02 13:11:01 2 0.52 0.00 0.02 0.00 0.00 99.47 13:12:02 13:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:12:02 13:12:01 all 6.46 0.00 4.29 4.56 0.10 84.60 13:12:02 13:12:01 0 5.43 0.00 4.54 5.06 0.07 84.91 13:12:02 13:12:01 1 5.96 0.00 3.50 5.08 0.10 85.36 13:12:02 13:12:01 2 5.78 0.00 4.77 3.61 0.07 85.76 13:12:02 13:12:01 3 8.66 0.00 4.36 4.49 0.17 82.32 13:12:02 Average: all 12.50 0.00 6.84 6.31 0.06 74.29 13:12:02 Average: 0 12.16 0.00 6.93 5.73 0.06 75.13 13:12:02 Average: 1 12.16 0.00 6.73 6.40 0.06 74.65 13:12:02 Average: 2 13.31 0.00 6.74 6.48 0.06 73.41 13:12:02 Average: 3 12.38 0.00 6.98 6.61 0.06 73.96 13:12:02 13:12:02 13:12:02