Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 99ac93074a3e34989b3d43e9392a48a56cab33e0+3555043a6994042684a9c8b6423498381cadcc6f (30e0e33efe949a29ac087be81a058986420b67fa) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-707 in /w/workspace/edgexfoundry_edgex-go_PR-2664 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2664/head:refs/remotes/origin/PR-2664 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit 99ac93074a3e34989b3d43e9392a48a56cab33e0 Merge succeeded, producing e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 Checking out Revision e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 (PR-2664) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2664/head:refs/remotes/origin/PR-2664 # 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/2664/head:refs/remotes/origin/PR-2664 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99ac93074a3e34989b3d43e9392a48a56cab33e0 # 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 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 # timeout=10 Commit message: "Merge commit '3555043a6994042684a9c8b6423498381cadcc6f' into HEAD" > git rev-list --no-walk 99ac93074a3e34989b3d43e9392a48a56cab33e0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:36 ========================================================= 00:30:36 EdgeX Global Pipelines Version Info 00:30:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:38 ------------------- 00:30:38 stable info: 00:30:38 ------------------- 00:30:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:38 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 00:30:38 Message: update stable to v1.0.106 00:30:39 ------------------- 00:30:39 experimental info: 00:30:39 ------------------- 00:30:39 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:39 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 00:30:39 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 00:30:40 ++ 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 00:30:40 + for file in '`ls cmd/**/Dockerfile`' 00:30:40 ++ dirname cmd/core-command/Dockerfile 00:30:40 ++ cut -d/ -f2 00:30:40 + echo core-command,cmd/core-command/Dockerfile 00:30:40 + for file in '`ls cmd/**/Dockerfile`' 00:30:40 ++ dirname cmd/core-data/Dockerfile 00:30:40 ++ cut -d/ -f2 00:30:40 + echo core-data,cmd/core-data/Dockerfile 00:30:40 + for file in '`ls cmd/**/Dockerfile`' 00:30:40 ++ dirname cmd/core-metadata/Dockerfile 00:30:40 ++ cut -d/ -f2 00:30:40 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:40 + for file in '`ls cmd/**/Dockerfile`' 00:30:40 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:40 ++ cut -d/ -f2 00:30:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:40 + for file in '`ls cmd/**/Dockerfile`' 00:30:40 ++ dirname cmd/security-secrets-setup/Dockerfile 00:30:40 ++ cut -d/ -f2 00:30:40 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:30:40 + for file in '`ls cmd/**/Dockerfile`' 00:30:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:40 ++ cut -d/ -f2 00:30:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:40 + for file in '`ls cmd/**/Dockerfile`' 00:30:40 ++ dirname cmd/support-logging/Dockerfile 00:30:40 ++ cut -d/ -f2 00:30:40 + echo support-logging,cmd/support-logging/Dockerfile 00:30:40 + for file in '`ls cmd/**/Dockerfile`' 00:30:40 ++ dirname cmd/support-notifications/Dockerfile 00:30:40 ++ cut -d/ -f2 00:30:40 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:40 + for file in '`ls cmd/**/Dockerfile`' 00:30:40 ++ dirname cmd/support-scheduler/Dockerfile 00:30:40 ++ cut -d/ -f2 00:30:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:40 + for file in '`ls cmd/**/Dockerfile`' 00:30:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:40 ++ cut -d/ -f2 00:30:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:40 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 00:30:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:42 00:30:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:42 latest: Pulling from edgex-devops/git-semver 00:30:42 31603596830f: Pulling fs layer 00:30:42 2a8b12db71e7: Pulling fs layer 00:30:42 6ca5941a6612: Pulling fs layer 00:30:42 ecc8261a40a4: Pulling fs layer 00:30:42 ecc8261a40a4: Waiting 00:30:42 2a8b12db71e7: Download complete 00:30:42 31603596830f: Verifying Checksum 00:30:42 31603596830f: Download complete 00:30:42 ecc8261a40a4: Verifying Checksum 00:30:42 ecc8261a40a4: Download complete 00:30:42 6ca5941a6612: Verifying Checksum 00:30:42 6ca5941a6612: Download complete 00:30:43 31603596830f: Pull complete 00:30:43 2a8b12db71e7: Pull complete 00:30:44 6ca5941a6612: Pull complete 00:30:44 ecc8261a40a4: Pull complete 00:30:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:44 prd-centos7-docker-4c-2g-707 does not seem to be running inside a container 00:30:44 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:46 $ docker top 37dac77d996d03645718d72bf13d9f65c5128fb2f4483bfde8b2751992bf0251 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:47 [ssh-agent] Looking for ssh-agent implementation... 00:30:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:47 $ docker exec 37dac77d996d03645718d72bf13d9f65c5128fb2f4483bfde8b2751992bf0251 ssh-agent 00:30:47 SSH_AUTH_SOCK=/tmp/ssh-HWVI05CnLBO9/agent.12 00:30:47 SSH_AGENT_PID=17 00:30:47 Running ssh-add (command line suppressed) 00:30:47 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7299542919282820205.key (/w/workspace/edgex-go/2@tmp/private_key_7299542919282820205.key) 00:30:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:48 + git describe --exact-match --tags HEAD 00:30:48 fatal: No names found, cannot describe anything. [Pipeline] } 00:30:48 $ docker exec --env ******** --env ******** 37dac77d996d03645718d72bf13d9f65c5128fb2f4483bfde8b2751992bf0251 ssh-agent -k 00:30:48 unset SSH_AUTH_SOCK; 00:30:48 unset SSH_AGENT_PID; 00:30:48 echo Agent pid 17 killed; 00:30:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:30:48 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:30:48 This usually means this commit has not been tagged. [Pipeline] sshagent 00:30:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:48 [ssh-agent] Looking for ssh-agent implementation... 00:30:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:48 $ docker exec 37dac77d996d03645718d72bf13d9f65c5128fb2f4483bfde8b2751992bf0251 ssh-agent 00:30:48 SSH_AUTH_SOCK=/tmp/ssh-0Fu0VWduTcxE/agent.46 00:30:48 SSH_AGENT_PID=52 00:30:48 Running ssh-add (command line suppressed) 00:30:48 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2418951652449862492.key (/w/workspace/edgex-go/2@tmp/private_key_2418951652449862492.key) 00:30:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:49 + git semver init 00:30:49 # -> Open(): unable to determine branch for HEAD 00:30:49 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:30:49 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:30:49 # $SEMVER_REMOTE_NAME = origin 00:30:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:49 # $SEMVER_USER_NAME = edgex-jenkins 00:30:49 # $SEMVER_BRANCH = PR-2664 00:30:49 # $SEMVER_TEMP = /tmp/semver-340211934 00:30:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:21 # '/tmp/semver-340211934' -> '/w/workspace/edgex-go/2/.semver' 00:31:21 # -> Force: false 00:31:21 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:31:21 $ docker exec --env ******** --env ******** 37dac77d996d03645718d72bf13d9f65c5128fb2f4483bfde8b2751992bf0251 ssh-agent -k 00:31:22 unset SSH_AUTH_SOCK; 00:31:22 unset SSH_AGENT_PID; 00:31:22 echo Agent pid 52 killed; 00:31:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:22 + git semver [Pipeline] } 00:31:22 $ docker stop --time=1 37dac77d996d03645718d72bf13d9f65c5128fb2f4483bfde8b2751992bf0251 00:31:24 $ docker rm -f 37dac77d996d03645718d72bf13d9f65c5128fb2f4483bfde8b2751992bf0251 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:31:38 Stashed 38 file(s) [Pipeline] echo 00:31:38 [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 00:31:38 ========================================================= 00:31:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:31:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:39 + 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 . 00:31:42 Sending build context to Docker daemon 323.2MB 00:31:42 Step 1/7 : ARG BASE=golang:1.13-alpine 00:31:42 Step 2/7 : FROM ${BASE} 00:31:42 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:42 df20fa9351a1: Pulling fs layer 00:31:42 ed8968b2872e: Pulling fs layer 00:31:42 a92cc7c5fd73: Pulling fs layer 00:31:42 2dd03ba5bac4: Pulling fs layer 00:31:42 1e091d79d1de: Pulling fs layer 00:31:42 481702a1767f: Pulling fs layer 00:31:42 f64a6f60c768: Pulling fs layer 00:31:42 e78d2573fc39: Pulling fs layer 00:31:42 e876d2f968b6: Pulling fs layer 00:31:42 ce8a83651883: Pulling fs layer 00:31:42 07967f4d0e4b: Pulling fs layer 00:31:42 2dd03ba5bac4: Waiting 00:31:42 1e091d79d1de: Waiting 00:31:42 ce8a83651883: Waiting 00:31:42 07967f4d0e4b: Waiting 00:31:42 481702a1767f: Waiting 00:31:42 f64a6f60c768: Waiting 00:31:42 e78d2573fc39: Waiting 00:31:42 a92cc7c5fd73: Verifying Checksum 00:31:42 a92cc7c5fd73: Download complete 00:31:42 ed8968b2872e: Download complete 00:31:42 1e091d79d1de: Verifying Checksum 00:31:42 1e091d79d1de: Download complete 00:31:42 481702a1767f: Verifying Checksum 00:31:42 481702a1767f: Download complete 00:31:42 df20fa9351a1: Verifying Checksum 00:31:42 df20fa9351a1: Download complete 00:31:42 df20fa9351a1: Pull complete 00:31:43 f64a6f60c768: Verifying Checksum 00:31:43 f64a6f60c768: Download complete 00:31:43 ed8968b2872e: Pull complete 00:31:43 e876d2f968b6: Verifying Checksum 00:31:43 e876d2f968b6: Download complete 00:31:43 a92cc7c5fd73: Pull complete 00:31:43 2dd03ba5bac4: Verifying Checksum 00:31:43 2dd03ba5bac4: Download complete 00:31:43 e78d2573fc39: Verifying Checksum 00:31:43 e78d2573fc39: Download complete 00:31:43 ce8a83651883: Verifying Checksum 00:31:43 ce8a83651883: Download complete 00:31:43 07967f4d0e4b: Verifying Checksum 00:31:43 07967f4d0e4b: Download complete 00:31:49 2dd03ba5bac4: Pull complete 00:31:49 1e091d79d1de: Pull complete 00:31:49 481702a1767f: Pull complete 00:31:53 Still waiting to schedule task 00:31:53 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:55 f64a6f60c768: Pull complete 00:31:59 e78d2573fc39: Pull complete 00:31:59 e876d2f968b6: Pull complete 00:32:00 ce8a83651883: Pull complete 00:32:00 07967f4d0e4b: Pull complete 00:32:00 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:32:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:32:00 ---> 5d7c900382c6 00:32:00 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 00:32:01 ---> Running in 0aeee55feaa7 00:32:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:03 (1/12) Installing libmagic (5.38-r0) 00:32:04 (2/12) Installing file (5.38-r0) 00:32:04 (3/12) Installing libc-dev (0.7.2-r3) 00:32:04 (4/12) Installing g++ (9.3.0-r2) 00:32:09 (5/12) Installing fortify-headers (1.1-r0) 00:32:09 (6/12) Installing patch (2.7.6-r6) 00:32:09 (7/12) Installing build-base (0.5-r2) 00:32:09 (8/12) Installing libsodium (1.0.18-r0) 00:32:09 (9/12) Installing pkgconf (1.7.2-r0) 00:32:10 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:10 (11/12) Installing libzmq (4.3.2-r0) 00:32:10 (12/12) Installing zeromq-dev (4.3.2-r0) 00:32:10 Executing busybox-1.31.1-r16.trigger 00:32:10 OK: 233 MiB in 51 packages 00:32:13 Removing intermediate container 0aeee55feaa7 00:32:13 ---> d5843ae59487 00:32:13 Step 4/7 : WORKDIR /edgex-go 00:32:13 ---> Running in 524c77f8176c 00:32:13 Removing intermediate container 524c77f8176c 00:32:13 ---> 036df41b8b6c 00:32:13 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:13 latest: Pulling from library/docker 00:32:14 df20fa9351a1: Already exists 00:32:14 25ad7478873d: Pulling fs layer 00:32:14 4684f6177b5d: Pulling fs layer 00:32:14 46e300cec669: Pulling fs layer 00:32:14 63038576ad94: Pulling fs layer 00:32:14 0fdb76c4706c: Pulling fs layer 00:32:14 cb7edeffdfd5: Pulling fs layer 00:32:14 63038576ad94: Waiting 00:32:14 0fdb76c4706c: Waiting 00:32:14 cb7edeffdfd5: Waiting 00:32:14 4684f6177b5d: Verifying Checksum 00:32:14 4684f6177b5d: Download complete 00:32:14 25ad7478873d: Verifying Checksum 00:32:14 25ad7478873d: Download complete 00:32:14 63038576ad94: Verifying Checksum 00:32:14 63038576ad94: Download complete 00:32:14 0fdb76c4706c: Verifying Checksum 00:32:14 0fdb76c4706c: Download complete 00:32:14 cb7edeffdfd5: Verifying Checksum 00:32:14 cb7edeffdfd5: Download complete 00:32:14 25ad7478873d: Pull complete 00:32:14 4684f6177b5d: Pull complete 00:32:15 46e300cec669: Verifying Checksum 00:32:15 46e300cec669: Download complete 00:32:17 46e300cec669: Pull complete 00:32:17 63038576ad94: Pull complete 00:32:17 0fdb76c4706c: Pull complete 00:32:17 cb7edeffdfd5: Pull complete 00:32:17 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:32:17 Status: Downloaded newer image for docker:latest 00:32:19 ---> eaac16582b87 00:32:19 Step 6/7 : COPY go.mod . 00:32:19 ---> 570aa8995947 00:32:19 Step 7/7 : RUN go mod download 00:32:19 ---> Running in 1dc5ecc89360 00:32:23 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:32:23 go: finding github.com/BurntSushi/toml v0.3.1 00:32:23 go: finding github.com/OneOfOne/xxhash v1.2.5 00:32:23 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:32:23 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:32:23 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:32:23 go: finding github.com/bgentry/speakeasy v0.1.0 00:32:23 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:32:23 go: finding github.com/cloudflare/gokey v0.1.0 00:32:23 go: finding github.com/davecgh/go-spew v1.1.1 00:32:23 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:32:23 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:32:23 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:32:23 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:32:23 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:32:23 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:32:23 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:32:23 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:32:23 go: finding github.com/fatih/color v1.7.0 00:32:23 go: finding github.com/fsnotify/fsnotify v1.4.7 00:32:23 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:32:23 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:32:23 go: finding github.com/go-kit/kit v0.8.0 00:32:23 go: finding github.com/go-logfmt/logfmt v0.4.0 00:32:23 go: finding github.com/go-playground/assert/v2 v2.0.1 00:32:23 go: finding github.com/go-playground/locales v0.13.0 00:32:23 go: finding github.com/go-playground/universal-translator v0.17.0 00:32:23 go: finding github.com/go-playground/validator/v10 v10.3.0 00:32:23 go: finding github.com/go-redis/redis/v7 v7.2.0 00:32:23 go: finding github.com/go-stack/stack v1.8.0 00:32:23 go: finding github.com/golang/protobuf v1.3.2 00:32:23 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:32:23 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:32:23 go: finding github.com/google/uuid v1.1.0 00:32:23 go: finding github.com/gorilla/mux v1.7.1 00:32:23 go: finding github.com/hashicorp/consul/api v1.1.0 00:32:23 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:32:23 go: finding github.com/hashicorp/errwrap v1.0.0 00:32:23 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:32:23 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:32:24 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:32:24 go: finding github.com/hashicorp/go-multierror v1.0.0 00:32:24 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:32:24 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:32:24 go: finding github.com/hashicorp/go-syslog v1.0.0 00:32:24 go: finding github.com/hashicorp/go-uuid v1.0.1 00:32:24 go: finding github.com/hashicorp/go.net v0.0.1 00:32:24 go: finding github.com/hashicorp/golang-lru v0.5.0 00:32:24 go: finding github.com/hashicorp/logutils v1.0.0 00:32:24 go: finding github.com/hashicorp/mdns v1.0.0 00:32:24 go: finding github.com/hashicorp/memberlist v0.1.3 00:32:24 go: finding github.com/hashicorp/serf v0.8.2 00:32:24 go: finding github.com/hpcloud/tail v1.0.0 00:32:24 go: finding github.com/imdario/mergo v0.3.6 00:32:24 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:32:24 go: finding github.com/kr/pretty v0.1.0 00:32:24 go: finding github.com/kr/pty v1.1.1 00:32:24 go: finding github.com/kr/text v0.1.0 00:32:24 go: finding github.com/leodido/go-urn v1.2.0 00:32:24 go: finding github.com/mattn/go-colorable v0.0.9 00:32:24 go: finding github.com/mattn/go-isatty v0.0.3 00:32:24 go: finding github.com/miekg/dns v1.0.14 00:32:24 go: finding github.com/mitchellh/cli v1.0.0 00:32:24 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:32:24 go: finding github.com/mitchellh/copystructure v1.0.0 00:32:24 go: finding github.com/mitchellh/go-homedir v1.0.0 00:32:24 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:32:25 go: finding github.com/mitchellh/gox v0.4.0 00:32:25 go: finding github.com/mitchellh/iochan v1.0.0 00:32:25 go: finding github.com/mitchellh/mapstructure v1.1.2 00:32:25 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:32:25 go: finding github.com/onsi/ginkgo v1.10.1 00:32:25 go: finding github.com/onsi/gomega v1.7.0 00:32:25 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:32:25 go: finding github.com/pebbe/zmq4 v1.0.0 00:32:25 go: finding github.com/pelletier/go-toml v1.2.0 00:32:25 go: finding github.com/pkg/errors v0.8.1 00:32:25 go: finding github.com/pmezard/go-difflib v1.0.0 00:32:25 go: finding github.com/posener/complete v1.1.1 00:32:25 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:32:25 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:32:25 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:32:25 go: finding github.com/stretchr/objx v0.1.0 00:32:25 go: finding github.com/stretchr/testify v1.5.1 00:32:25 go: finding github.com/ugorji/go v1.1.4 00:32:25 go: finding github.com/x448/float16 v0.8.4 00:32:25 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 00:32:26 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:32:26 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:32:26 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:32:26 go: finding golang.org/x/text v0.3.2 00:32:26 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:32:26 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:32:26 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:32:26 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:32:26 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:32:26 go: finding gopkg.in/yaml.v2 v2.2.8 00:32:48 Removing intermediate container 1dc5ecc89360 00:32:48 ---> 0722515347c5 00:32:48 Successfully built 0722515347c5 00:32:48 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 00:32:48 + docker inspect -f . ci-base-image-x86_64 00:32:48 . [Pipeline] withDockerContainer 00:32:48 prd-centos7-docker-4c-2g-707 does not seem to be running inside a container 00:32: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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:49 $ docker top 2f8868ce7b5ac87bd536190d4102e124a2f40c8e546b1d153ff10b94148a0ab1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:50 + go version 00:32:50 go version go1.13.13 linux/amd64 [Pipeline] echo 00:32:50 ========================================================= 00:32:50 [edgeXBuildGoParallel] Running Tests and Build... 00:32:50 ========================================================= [Pipeline] sh 00:32:50 + make test 00:32:50 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:32:53 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s 00:33:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.091s coverage: 27.2% of statements 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.015s coverage: 100.0% of statements 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.315s coverage: 82.5% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.020s coverage: 92.9% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.067s coverage: 28.6% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.011s coverage: 100.0% of statements 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.018s coverage: 100.0% of statements 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.034s coverage: 89.8% of statements 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.025s coverage: 97.5% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.017s coverage: 100.0% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.047s coverage: 63.5% of statements 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.012s coverage: 100.0% of statements 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.076s coverage: 55.9% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.326s coverage: 86.3% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.247s coverage: 72.2% of statements 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.099s coverage: 72.1% of statements 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.012s coverage: 82.4% of statements 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.033s coverage: 48.4% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.017s coverage: 28.8% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.014s coverage: 96.8% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.048s coverage: 26.9% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.091s coverage: 84.1% of statements 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.015s coverage: 100.0% of statements 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.027s coverage: 100.0% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.015s coverage: 83.8% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.018s coverage: 46.1% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.013s coverage: 100.0% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.021s coverage: 100.0% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.111s coverage: 29.1% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.016s coverage: 0.0% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.010s coverage: 87.9% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 00:33:35 GO111MODULE=on go vet ./... 00:33:42 gofmt -l . 00:33:42 [ "`gofmt -l .`" = "" ] 00:33:42 ./bin/test-go-mod-tidy.sh 00:33:43 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:45 + ls -al . 00:33:45 total 552 00:33:45 drwxrwxr-x 10 1001 1001 4096 Aug 22 00:33 . 00:33:45 drwxr-xr-x 4 root root 28 Aug 22 00:32 .. 00:33:45 -rw-rw-r-- 1 1001 1001 11 Aug 22 00:30 .dockerignore 00:33:45 drwxrwxr-x 8 1001 1001 179 Aug 22 00:30 .git 00:33:45 drwxrwxr-x 3 1001 1001 60 Aug 22 00:30 .github 00:33:45 -rw-rw-r-- 1 1001 1001 932 Aug 22 00:30 .gitignore 00:33:45 drwx------ 3 1001 1001 47 Aug 22 00:31 .semver 00:33:45 -rw-rw-r-- 1 1001 1001 166 Aug 22 00:30 .sonarcloud.properties 00:33:45 -rw-rw-r-- 1 1001 1001 3804 Aug 22 00:30 CONTRIBUTING.md 00:33:45 -rw-rw-r-- 1 1001 1001 1035 Aug 22 00:30 Dockerfile.build 00:33:45 -rw-rw-r-- 1 1001 1001 865 Aug 22 00:30 Jenkinsfile 00:33:45 -rw-rw-r-- 1 1001 1001 10775 Aug 22 00:30 LICENSE 00:33:45 -rw-rw-r-- 1 1001 1001 6237 Aug 22 00:30 Makefile 00:33:45 -rw-rw-r-- 1 1001 1001 5652 Aug 22 00:30 README.md 00:33:45 -rw-rw-r-- 1 1001 1001 259 Aug 22 00:30 SECURITY.md 00:33:45 -rw-rw-r-- 1 1001 1001 5 Aug 22 00:31 VERSION 00:33:45 -rw-rw-r-- 1 1001 1001 4131 Aug 22 00:30 ZMQWindows.md 00:33:45 drwxrwxr-x 2 1001 1001 117 Aug 22 00:30 bin 00:33:45 drwxrwxr-x 15 1001 1001 4096 Aug 22 00:30 cmd 00:33:45 -rw-r--r-- 1 root root 458659 Aug 22 00:33 coverage.out 00:33:45 -rw-r--r-- 1 root root 1019 Aug 22 00:33 go.mod 00:33:45 -rw-r--r-- 1 root root 19185 Aug 22 00:33 go.sum 00:33:45 drwxrwxr-x 8 1001 1001 127 Aug 22 00:30 internal 00:33:45 drwxrwxr-x 4 1001 1001 26 Aug 22 00:30 openapi 00:33:45 drwxrwxr-x 4 1001 1001 71 Aug 22 00:30 snap 00:33:45 -rw-rw-r-- 1 1001 1001 168 Aug 22 00:30 version.go [Pipeline] sh 00:33:45 + '[' -e coverage.out ] 00:33:45 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:45 Stashed 1 file(s) [Pipeline] sh 00:33:45 + make build 00:33:45 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 00:33:52 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 00:33:55 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 00:33:56 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 00:33:58 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 00:34:00 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 00:34:00 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 00:34:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:05 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 00:34:07 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 00:34:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34: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 00:34:11 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] } 00:34:12 $ docker stop --time=1 2f8868ce7b5ac87bd536190d4102e124a2f40c8e546b1d153ff10b94148a0ab1 00:34:14 $ docker rm -f 2f8868ce7b5ac87bd536190d4102e124a2f40c8e546b1d153ff10b94148a0ab1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:17 00:34:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:17 latest: Pulling from edgex-devops/edgex-compose 00:34:18 cbdbe7a5bc2a: Pulling fs layer 00:34:18 ca9280d653b3: Pulling fs layer 00:34:18 7e9c9ca2126c: Pulling fs layer 00:34:18 cbdbe7a5bc2a: Verifying Checksum 00:34:18 cbdbe7a5bc2a: Download complete 00:34:18 ca9280d653b3: Verifying Checksum 00:34:18 ca9280d653b3: Download complete 00:34:18 cbdbe7a5bc2a: Pull complete 00:34:19 7e9c9ca2126c: Verifying Checksum 00:34:19 7e9c9ca2126c: Download complete 00:34:19 ca9280d653b3: Pull complete 00:34:27 7e9c9ca2126c: Pull complete 00:34:27 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:27 prd-centos7-docker-4c-2g-707 does not seem to be running inside a container 00:34:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:28 $ docker top 8919ede8fb3b49f3f7ce4329958fc2ac02b905bbdfb134ce1c43f1a6af2a0529 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:29 + docker-compose build --help 00:34:29 + grep parallel 00:34:30 --parallel Build images in parallel. [Pipeline] } 00:34:30 $ docker stop --time=1 8919ede8fb3b49f3f7ce4329958fc2ac02b905bbdfb134ce1c43f1a6af2a0529 00:34:31 $ docker rm -f 8919ede8fb3b49f3f7ce4329958fc2ac02b905bbdfb134ce1c43f1a6af2a0529 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:32 . [Pipeline] withDockerContainer 00:34:32 prd-centos7-docker-4c-2g-707 does not seem to be running inside a container 00:34:32 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:32 $ docker top 6dd54440a37c7238101c189dd9d186a7b6f08865c8fef943f5d390d90f5b35d5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:33 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:35 Building docker-core-command-go ... 00:34:35 Building docker-core-data-go ... 00:34:35 Building docker-core-metadata-go ... 00:34:35 Building docker-security-proxy-setup-go ... 00:34:35 Building docker-security-secrets-setup-go ... 00:34:35 Building docker-security-secretstore-setup-go ... 00:34:35 Building docker-support-logging-go ... 00:34:35 Building docker-support-notifications-go ... 00:34:35 Building docker-support-scheduler-go ... 00:34:35 Building docker-sys-mgmt-agent-go ... 00:34:35 Building docker-core-data-go 00:34:35 Building docker-support-scheduler-go 00:34:35 Building docker-core-command-go 00:34:35 Building docker-security-proxy-setup-go 00:34:35 Building docker-core-metadata-go 00:34:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-710 in /w/workspace/edgexfoundry_edgex-go_PR-2664 [Pipeline] { [Pipeline] ws 00:34:41 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:34:47 using credential edgex-jenkins-ssh 00:34:47 Cloning the remote Git repository 00:34:47 Cloning with configured refspecs honoured and without tags 00:34:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:47 > git init /w/workspace/edgex-go/2 # timeout=10 00:34:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:47 > git --version # timeout=10 00:34:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2664/head:refs/remotes/origin/PR-2664 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:02 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:02 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:35:02 ---> 0722515347c5 00:35:02 Step 3/20 : WORKDIR /edgex-go 00:35:02 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:02 ---> 0722515347c5 00:35:02 Step 3/23 : WORKDIR /edgex-go 00:35:02 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:02 ---> 0722515347c5 00:35:02 Step 3/22 : WORKDIR /edgex-go 00:35:02 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:02 ---> 0722515347c5 00:35:02 Step 3/21 : WORKDIR /edgex-go 00:35:02 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:02 ---> 0722515347c5 00:35:02 Step 3/22 : WORKDIR /edgex-go 00:35:03 ---> Running in f0f089598dd1 00:35:03 ---> Running in 01e7fd96e406 00:35:03 ---> Running in 59e5b015d909 00:35:03 ---> Running in f897c73892df 00:35:03 ---> Running in e34e14f49352 00:35:03 Removing intermediate container f0f089598dd1 00:35:03 ---> 1d3a13277ec9 00:35:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:03 Removing intermediate container 01e7fd96e406 00:35:03 ---> 17ab5b8794d2 00:35:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:03 Removing intermediate container f897c73892df 00:35:03 ---> 20b78d8f8512 00:35:03 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:03 Removing intermediate container e34e14f49352 00:35:03 ---> b238955c421f 00:35:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:03 ---> Running in b479befb2df9 00:35:03 Fetching without tags 00:35:03 Removing intermediate container 59e5b015d909 00:35:03 ---> 7d8fe343f7eb 00:35:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:03 ---> Running in e532f913e89e 00:35:03 ---> Running in d985d41fd32d 00:35:03 ---> Running in d3298430b138 00:35:03 ---> Running in b3698e5435cd 00:35:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:03 > git config --add remote.origin.fetch +refs/pull/2664/head:refs/remotes/origin/PR-2664 # timeout=10 00:35:03 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2664/head:refs/remotes/origin/PR-2664 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:04 Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit 99ac93074a3e34989b3d43e9392a48a56cab33e0 00:35:05 Merge succeeded, producing 3cb577ca9182e757044e5f7f44d5a0f6ef3f3a96 00:35:05 Checking out Revision 3cb577ca9182e757044e5f7f44d5a0f6ef3f3a96 (PR-2664) 00:35:04 > git config core.sparsecheckout # timeout=10 00:35:04 > git checkout -f 99ac93074a3e34989b3d43e9392a48a56cab33e0 # timeout=10 00:35:04 > git remote # timeout=10 00:35:04 > git config --get remote.origin.url # timeout=10 00:35:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:04 > git merge 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 00:35:05 > git rev-parse HEAD^{commit} # timeout=10 00:35:05 > git config core.sparsecheckout # timeout=10 00:35:05 > git checkout -f 3cb577ca9182e757044e5f7f44d5a0f6ef3f3a96 # timeout=10 00:35:06 Removing intermediate container e532f913e89e 00:35:06 ---> 69f0b53d91ff 00:35:06 Step 5/20 : RUN apk update && apk add make git 00:35:06 ---> Running in 1f666bb0f8ec 00:35:06 Removing intermediate container b479befb2df9 00:35:06 ---> 68e92e6af8ca 00:35:06 Step 5/21 : RUN apk update && apk add make git 00:35:06 ---> Running in cb883288a389 00:35:06 Removing intermediate container d985d41fd32d 00:35:06 ---> dfdc133efb02 00:35:06 Step 5/22 : RUN apk update && apk add make git 00:35:06 Removing intermediate container d3298430b138 00:35:06 ---> 2e2d4da0e912 00:35:06 Step 5/22 : RUN apk update && apk add make git 00:35:07 ---> Running in d6c153c1bf69 00:35:07 Removing intermediate container b3698e5435cd 00:35:07 ---> 780d5196e86d 00:35:07 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:35:07 ---> Running in 3fcea29b6437 00:35:07 ---> Running in 373549e08959 00:35:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:09 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:09 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:09 OK: 12746 distinct packages available 00:35:09 OK: 233 MiB in 51 packages 00:35:09 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:09 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:09 OK: 12746 distinct packages available 00:35:09 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:09 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:09 OK: 12746 distinct packages available 00:35:09 Commit message: "Merge commit '3555043a6994042684a9c8b6423498381cadcc6f' into HEAD" 00:35:09 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:09 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:09 OK: 12746 distinct packages available 00:35:09 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:09 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:09 OK: 12746 distinct packages available 00:35:09 OK: 233 MiB in 51 packages 00:35:09 OK: 233 MiB in 51 packages 00:35:09 > git rev-list --no-walk 99ac93074a3e34989b3d43e9392a48a56cab33e0 # timeout=10 00:35:09 OK: 233 MiB in 51 packages 00:35:09 OK: 233 MiB in 51 packages [Pipeline] withEnv [Pipeline] { 00:35:10 Removing intermediate container 1f666bb0f8ec 00:35:10 ---> 776c51924399 00:35:10 Step 6/20 : COPY go.mod . [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 00:35:10 ---> b0afa1a84603 00:35:10 Step 7/20 : RUN go mod download 00:35:10 Removing intermediate container d6c153c1bf69 00:35:10 ---> c91c8eea7e45 00:35:10 Step 6/22 : COPY go.mod . 00:35:10 ---> Running in 133345e54668 00:35:10 Removing intermediate container cb883288a389 00:35:10 ---> f2e8e8f0d240 00:35:10 Step 6/21 : COPY go.mod . 00:35:11 ---> 6c5988468d54 00:35:11 Step 7/22 : RUN go mod download 00:35:11 Removing intermediate container 373549e08959 00:35:11 ---> 3abe89d40934 00:35:11 Step 6/23 : COPY go.mod . 00:35:11 Removing intermediate container 3fcea29b6437 00:35:11 ---> 0965eca65612 00:35:11 Step 6/22 : COPY go.mod . 00:35:11 ---> da941405244e 00:35:11 Step 7/21 : RUN go mod download 00:35:11 ---> Running in 16ddbc5b1bbc 00:35:11 ---> Running in d7fb241561ee 00:35:11 ---> 07784e2c6d7a 00:35:11 Step 7/23 : RUN go mod download 00:35:11 ---> 87e23e67d573 00:35:11 Step 7/22 : RUN go mod download 00:35:11 ---> Running in 6f6c203de59f 00:35:11 ---> Running in a40d7f383a37 00:35:12 Removing intermediate container 133345e54668 00:35:12 ---> 6df83fd91d3a 00:35:12 Step 8/20 : COPY . . 00:35:14 Removing intermediate container 16ddbc5b1bbc 00:35:14 ---> 93294e39d195 00:35:14 Step 8/22 : COPY . . 00:35:16 Removing intermediate container d7fb241561ee 00:35:16 ---> fff39ad587b8 00:35:16 Step 8/21 : COPY . . 00:35:20 Removing intermediate container a40d7f383a37 00:35:20 ---> 8ccdb3d24138 00:35:20 Step 8/23 : COPY . . [Pipeline] echo 00:35:22 ========================================================= 00:35:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:35:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:23 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 00:35:24 Removing intermediate container 6f6c203de59f 00:35:24 ---> 49e44b9defa4 00:35:24 Step 8/22 : COPY . . 00:35:27 Sending build context to Docker daemon 323.2MB 00:35:27 Step 1/7 : ARG BASE=golang:1.13-alpine 00:35:27 Step 2/7 : FROM ${BASE} 00:35:27 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:27 b538f80385f9: Pulling fs layer 00:35:27 74f711af9a0d: Pulling fs layer 00:35:27 99f96fe45779: Pulling fs layer 00:35:27 fd7a069fd194: Pulling fs layer 00:35:27 66aa3694b03b: Pulling fs layer 00:35:27 170f70906a0f: Pulling fs layer 00:35:27 ad7c5574e4b9: Pulling fs layer 00:35:27 e772456be8f7: Pulling fs layer 00:35:27 c890913d741a: Pulling fs layer 00:35:27 fd7a069fd194: Waiting 00:35:27 2480fcc9aa5a: Pulling fs layer 00:35:27 09adf4765672: Pulling fs layer 00:35:27 66aa3694b03b: Waiting 00:35:27 170f70906a0f: Waiting 00:35:27 ad7c5574e4b9: Waiting 00:35:27 e772456be8f7: Waiting 00:35:27 c890913d741a: Waiting 00:35:27 2480fcc9aa5a: Waiting 00:35:27 09adf4765672: Waiting 00:35:27 99f96fe45779: Verifying Checksum 00:35:27 99f96fe45779: Download complete 00:35:27 74f711af9a0d: Verifying Checksum 00:35:27 74f711af9a0d: Download complete 00:35:27 66aa3694b03b: Verifying Checksum 00:35:27 66aa3694b03b: Download complete 00:35:27 170f70906a0f: Verifying Checksum 00:35:27 170f70906a0f: Download complete 00:35:27 b538f80385f9: Download complete 00:35:28 b538f80385f9: Pull complete 00:35:29 74f711af9a0d: Pull complete 00:35:29 99f96fe45779: Pull complete 00:35:30 ad7c5574e4b9: Verifying Checksum 00:35:30 ad7c5574e4b9: Download complete 00:35:30 c890913d741a: Verifying Checksum 00:35:30 c890913d741a: Download complete 00:35:32 2480fcc9aa5a: Verifying Checksum 00:35:32 2480fcc9aa5a: Download complete 00:35:32 09adf4765672: Verifying Checksum 00:35:32 09adf4765672: Download complete 00:35:33 e772456be8f7: Verifying Checksum 00:35:33 e772456be8f7: Download complete 00:35:33 fd7a069fd194: Verifying Checksum 00:35:33 fd7a069fd194: Download complete 00:35:45 fd7a069fd194: Pull complete 00:35:45 66aa3694b03b: Pull complete 00:35:45 170f70906a0f: Pull complete 00:35:48 ad7c5574e4b9: Pull complete 00:35:50 ---> 1516d9f08a0a 00:35:50 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:35:50 ---> 689c8a216cc6 00:35:50 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:35:50 ---> 52efb3ab9a63 00:35:50 Step 9/22 : RUN make cmd/core-command/core-command 00:35:51 ---> 0537df25da8e 00:35:51 Step 9/23 : RUN make cmd/core-data/core-data 00:35:52 ---> Running in 91af0cf21b6f 00:35:52 ---> Running in 0f8a77312960 00:35:52 ---> Running in 5413e700c880 00:35:52 ---> Running in 17a6195da135 00:35:52 ---> 48e562fe31d6 00:35:52 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:35:52 ---> Running in ab3a9c57cbde 00:35:53 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 00:35:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:53 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 00:35:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:35:53 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 00:35:54 e772456be8f7: Pull complete 00:35:54 c890913d741a: Pull complete 00:35:56 2480fcc9aa5a: Pull complete 00:35:56 09adf4765672: Pull complete 00:35:56 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:35:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:35:56 ---> 2248a725d1cf 00:35:56 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 00:36:04 ---> Running in a362e21ba8aa 00:36:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:06 (1/12) Installing libmagic (5.38-r0) 00:36:07 (2/12) Installing file (5.38-r0) 00:36:07 (3/12) Installing libc-dev (0.7.2-r3) 00:36:07 (4/12) Installing g++ (9.3.0-r2) 00:36:10 (5/12) Installing fortify-headers (1.1-r0) 00:36:10 (6/12) Installing patch (2.7.6-r6) 00:36:10 (7/12) Installing build-base (0.5-r2) 00:36:10 (8/12) Installing libsodium (1.0.18-r0) 00:36:11 (9/12) Installing pkgconf (1.7.2-r0) 00:36:11 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:11 (11/12) Installing libzmq (4.3.2-r0) 00:36:11 (12/12) Installing zeromq-dev (4.3.2-r0) 00:36:11 Executing busybox-1.31.1-r16.trigger 00:36:11 OK: 217 MiB in 51 packages 00:36:15 Removing intermediate container a362e21ba8aa 00:36:15 ---> 90b0ec7055ea 00:36:15 Step 4/7 : WORKDIR /edgex-go 00:36:15 ---> Running in 2ba3711b8ddb 00:36:16 Removing intermediate container 2ba3711b8ddb 00:36:16 ---> d1676da80844 00:36:16 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:36:16 latest: Pulling from library/docker 00:36:16 b538f80385f9: Already exists 00:36:16 259a493cd78d: Pulling fs layer 00:36:16 b8e66b5100f5: Pulling fs layer 00:36:16 39dc9c94d07c: Pulling fs layer 00:36:16 551b823b3b82: Pulling fs layer 00:36:16 3c52a74df98c: Pulling fs layer 00:36:16 6c9b121b6998: Pulling fs layer 00:36:16 551b823b3b82: Waiting 00:36:16 3c52a74df98c: Waiting 00:36:16 6c9b121b6998: Waiting 00:36:17 b8e66b5100f5: Verifying Checksum 00:36:17 b8e66b5100f5: Download complete 00:36:17 259a493cd78d: Download complete 00:36:17 551b823b3b82: Verifying Checksum 00:36:17 551b823b3b82: Download complete 00:36:17 3c52a74df98c: Verifying Checksum 00:36:17 3c52a74df98c: Download complete 00:36:17 6c9b121b6998: Verifying Checksum 00:36:17 6c9b121b6998: Download complete 00:36:17 259a493cd78d: Pull complete 00:36:18 b8e66b5100f5: Pull complete 00:36:18 39dc9c94d07c: Verifying Checksum 00:36:18 39dc9c94d07c: Download complete 00:36:21 39dc9c94d07c: Pull complete 00:36:21 551b823b3b82: Pull complete 00:36:21 3c52a74df98c: Pull complete 00:36:22 6c9b121b6998: Pull complete 00:36:22 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:36:22 Status: Downloaded newer image for docker:latest 00:36:25 Removing intermediate container 5413e700c880 00:36:25 ---> fea1fa7be2b7 00:36:25 00:36:25 Step 10/20 : FROM alpine 00:36:25 latest: Pulling from library/alpine 00:36:25 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:36:25 Status: Downloaded newer image for alpine:latest 00:36:25 ---> a24bb4013296 00:36:25 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:36:25 ---> 905baab3fb44 00:36:25 Step 6/7 : COPY go.mod . 00:36:26 ---> Running in 3e279b0126b1 00:36:26 ---> a7a713ee26b1 00:36:26 Step 7/7 : RUN go mod download 00:36:26 ---> Running in 2184ce3e6b48 00:36:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:28 v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:36:28 v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:36:28 OK: 12746 distinct packages available 00:36:28 (1/4) Installing ca-certificates (20191127-r4) 00:36:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:36:28 (3/4) Installing libcurl (7.69.1-r0) 00:36:28 (4/4) Installing curl (7.69.1-r0) 00:36:28 Executing busybox-1.31.1-r16.trigger 00:36:29 Executing ca-certificates-20191127-r4.trigger 00:36:30 OK: 7 MiB in 18 packages 00:36:31 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:36:31 go: finding github.com/BurntSushi/toml v0.3.1 00:36:31 go: finding github.com/OneOfOne/xxhash v1.2.5 00:36:31 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:36:31 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:36:31 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:36:31 go: finding github.com/bgentry/speakeasy v0.1.0 00:36:31 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:36:31 go: finding github.com/cloudflare/gokey v0.1.0 00:36:31 go: finding github.com/davecgh/go-spew v1.1.1 00:36:31 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:36:31 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:36:31 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:36:31 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:36:31 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:36:31 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:36:31 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:36:31 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:36:31 go: finding github.com/fatih/color v1.7.0 00:36:31 go: finding github.com/fsnotify/fsnotify v1.4.7 00:36:31 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:36:31 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:36:31 go: finding github.com/go-kit/kit v0.8.0 00:36:31 go: finding github.com/go-logfmt/logfmt v0.4.0 00:36:31 go: finding github.com/go-playground/assert/v2 v2.0.1 00:36:31 go: finding github.com/go-playground/locales v0.13.0 00:36:31 go: finding github.com/go-playground/universal-translator v0.17.0 00:36:31 go: finding github.com/go-playground/validator/v10 v10.3.0 00:36:31 go: finding github.com/go-redis/redis/v7 v7.2.0 00:36:32 go: finding github.com/go-stack/stack v1.8.0 00:36:32 go: finding github.com/golang/protobuf v1.3.2 00:36:32 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:36:32 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:36:32 go: finding github.com/google/uuid v1.1.0 00:36:32 go: finding github.com/gorilla/mux v1.7.1 00:36:32 go: finding github.com/hashicorp/consul/api v1.1.0 00:36:32 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:36:32 go: finding github.com/hashicorp/errwrap v1.0.0 00:36:32 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:36:32 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:36:32 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:36:32 go: finding github.com/hashicorp/go-multierror v1.0.0 00:36:32 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:36:32 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:36:32 go: finding github.com/hashicorp/go-syslog v1.0.0 00:36:32 go: finding github.com/hashicorp/go-uuid v1.0.1 00:36:32 go: finding github.com/hashicorp/go.net v0.0.1 00:36:32 go: finding github.com/hashicorp/golang-lru v0.5.0 00:36:32 go: finding github.com/hashicorp/logutils v1.0.0 00:36:32 Removing intermediate container 3e279b0126b1 00:36:32 ---> f0051e83d67e 00:36:32 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:32 go: finding github.com/hashicorp/mdns v1.0.0 00:36:32 go: finding github.com/hashicorp/memberlist v0.1.3 00:36:32 go: finding github.com/hashicorp/serf v0.8.2 00:36:32 go: finding github.com/hpcloud/tail v1.0.0 00:36:32 go: finding github.com/imdario/mergo v0.3.6 00:36:32 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:36:33 go: finding github.com/kr/pretty v0.1.0 00:36:33 go: finding github.com/kr/pty v1.1.1 00:36:33 go: finding github.com/kr/text v0.1.0 00:36:33 go: finding github.com/leodido/go-urn v1.2.0 00:36:33 go: finding github.com/mattn/go-colorable v0.0.9 00:36:33 go: finding github.com/mattn/go-isatty v0.0.3 00:36:33 go: finding github.com/miekg/dns v1.0.14 00:36:33 go: finding github.com/mitchellh/cli v1.0.0 00:36:33 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:36:33 go: finding github.com/mitchellh/copystructure v1.0.0 00:36:33 go: finding github.com/mitchellh/go-homedir v1.0.0 00:36:33 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:36:33 go: finding github.com/mitchellh/gox v0.4.0 00:36:33 go: finding github.com/mitchellh/iochan v1.0.0 00:36:33 go: finding github.com/mitchellh/mapstructure v1.1.2 00:36:33 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:36:33 go: finding github.com/onsi/ginkgo v1.10.1 00:36:33 go: finding github.com/onsi/gomega v1.7.0 00:36:33 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:36:33 go: finding github.com/pebbe/zmq4 v1.0.0 00:36:34 go: finding github.com/pelletier/go-toml v1.2.0 00:36:34 go: finding github.com/pkg/errors v0.8.1 00:36:34 go: finding github.com/pmezard/go-difflib v1.0.0 00:36:34 go: finding github.com/posener/complete v1.1.1 00:36:34 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:36:34 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:36:34 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:36:34 ---> Running in f4418a2932e6 00:36:34 go: finding github.com/stretchr/objx v0.1.0 00:36:34 go: finding github.com/stretchr/testify v1.5.1 00:36:34 go: finding github.com/ugorji/go v1.1.4 00:36:34 go: finding github.com/x448/float16 v0.8.4 00:36:34 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 00:36:34 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:36:34 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:36:34 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:36:34 go: finding golang.org/x/text v0.3.2 00:36:34 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:36:34 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:36:34 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:36:34 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:36:34 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:36:34 go: finding gopkg.in/yaml.v2 v2.2.8 00:36:38 Removing intermediate container 0f8a77312960 00:36:38 ---> 50b69e0e648d 00:36:38 00:36:38 Step 10/21 : FROM scratch 00:36:38 ---> 00:36:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:38 ---> Running in b36aafe72a91 00:36:38 Removing intermediate container 91af0cf21b6f 00:36:38 ---> 03a75783c8b5 00:36:38 00:36:38 Step 10/22 : FROM scratch 00:36:38 ---> 00:36:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:38 Removing intermediate container f4418a2932e6 00:36:38 ---> 909e76e6af25 00:36:38 Step 13/20 : WORKDIR /edgex 00:36:38 Removing intermediate container ab3a9c57cbde 00:36:38 ---> b5066fbfb800 00:36:38 00:36:38 Step 10/22 : FROM scratch 00:36:38 ---> 00:36:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:38 ---> Running in d5ac58b8fafe 00:36:38 ---> Running in 2f3850218dd5 00:36:38 Removing intermediate container b36aafe72a91 00:36:38 ---> 95461541e7bd 00:36:38 Step 12/21 : ENV APP_PORT=48085 00:36:38 ---> Running in 51ae1890b9a4 00:36:38 ---> Running in 1d8ab492681b 00:36:38 Removing intermediate container d5ac58b8fafe 00:36:38 ---> 14e31124d7db 00:36:38 Step 12/22 : ENV APP_PORT=48082 00:36:39 ---> Running in c15494e001c0 00:36:39 Removing intermediate container 2f3850218dd5 00:36:39 ---> c7f73d8ebed6 00:36:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:36:39 Removing intermediate container 51ae1890b9a4 00:36:39 ---> 1aec1325020c 00:36:39 Step 12/22 : ENV APP_PORT=48081 00:36:39 Removing intermediate container 1d8ab492681b 00:36:39 ---> 4f41223c04ee 00:36:39 Step 13/21 : EXPOSE $APP_PORT 00:36:39 ---> Running in debbe9b99351 00:36:39 Removing intermediate container c15494e001c0 00:36:39 ---> a19d981a14a8 00:36:39 Step 13/22 : EXPOSE $APP_PORT 00:36:39 ---> Running in abfc02dbfe50 00:36:39 ---> Running in bcacf83e6577 00:36:39 ---> f3f6a65acb80 00:36:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:36:39 Removing intermediate container debbe9b99351 00:36:39 ---> 0ca4cf88264a 00:36:39 Step 13/22 : EXPOSE $APP_PORT 00:36:39 Removing intermediate container abfc02dbfe50 00:36:39 ---> 4e4a2481bbe3 00:36:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:36:40 ---> Running in e68b66194264 00:36:40 Removing intermediate container bcacf83e6577 00:36:40 ---> 59b3108a4e73 00:36:40 Step 14/22 : WORKDIR / 00:36:40 ---> Running in a29bbc460a72 00:36:40 Removing intermediate container e68b66194264 00:36:40 ---> 005af741336c 00:36:40 Step 14/22 : WORKDIR / 00:36:40 ---> 398b9e02b92d 00:36:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:36:40 ---> Running in 83745c7d6bdd 00:36:40 ---> 66671b16e273 00:36:40 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:36:40 ---> Running in 24c38bdbb8bf 00:36:40 Removing intermediate container a29bbc460a72 00:36:40 ---> 7e8c3708aaf0 00:36:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:36:41 Removing intermediate container 83745c7d6bdd 00:36:41 ---> 85915d945a32 00:36:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:36:41 ---> 9d0f7e4da309 00:36:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:36:41 Removing intermediate container 24c38bdbb8bf 00:36:41 ---> be6a003ec5d5 00:36:41 Step 17/20 : CMD ["--init=true"] 00:36:41 ---> 5755fbd56236 00:36:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:36:41 ---> Running in b5072c3a1e4a 00:36:43 ---> 5f0f55bb7533 00:36:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:36:44 Removing intermediate container b5072c3a1e4a 00:36:44 ---> 173682c2296c 00:36:44 Step 18/20 : LABEL arch=x86_64 00:36:44 ---> 27b3da7c41d4 00:36:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:36:44 ---> c65c333e3184 00:36:44 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:36:44 ---> 69c4c1db20ba 00:36:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:36:44 Removing intermediate container 17a6195da135 00:36:44 ---> ce7f0b3f9a1e 00:36:44 00:36:44 Step 10/23 : FROM alpine 00:36:44 ---> a24bb4013296 00:36:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:44 ---> Running in d7b86090b866 00:36:44 ---> Running in 274f029cc162 00:36:44 ---> Running in 96826e4fd4aa 00:36:44 ---> 5f75aef023bc 00:36:44 Step 18/22 : ENTRYPOINT ["/core-command"] 00:36:44 ---> 84f1c1dbdf47 00:36:44 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:36:44 ---> Running in bc8bc0d136c8 00:36:44 ---> Running in 1e7ff3d013da 00:36:45 Removing intermediate container d7b86090b866 00:36:45 ---> e15416657faa 00:36:45 Step 19/20 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:36:45 Removing intermediate container 274f029cc162 00:36:45 ---> c67db2758812 00:36:45 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:45 Removing intermediate container 96826e4fd4aa 00:36:45 ---> 9fea151d2767 00:36:45 Step 12/23 : ENV APP_PORT=48080 00:36:45 ---> Running in 10307fd45d38 00:36:45 ---> Running in 91420400fa59 00:36:45 ---> Running in 0295b7a9d063 00:36:45 Removing intermediate container bc8bc0d136c8 00:36:45 ---> 28e97fd0f407 00:36:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:45 Removing intermediate container 1e7ff3d013da 00:36:45 ---> b5cca3aff230 00:36:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:45 ---> Running in bd2c5177ba26 00:36:45 ---> Running in f60df81ea701 00:36:45 Removing intermediate container 91420400fa59 00:36:45 ---> 8f19c1b765c5 00:36:45 Step 20/20 : LABEL version=0.0.0 00:36:45 Removing intermediate container 0295b7a9d063 00:36:45 ---> eee28bfc662a 00:36:45 Step 13/23 : EXPOSE $APP_PORT 00:36:45 Removing intermediate container 10307fd45d38 00:36:45 ---> 7b86c0f78007 00:36:45 Step 19/21 : LABEL arch=x86_64 00:36:45 ---> Running in 1d21b68b0868 00:36:45 Removing intermediate container bd2c5177ba26 00:36:45 ---> 58c054f898d3 00:36:45 Step 20/22 : LABEL arch=x86_64 00:36:45 ---> Running in 1bd03481c0bf 00:36:45 ---> Running in 6000bf486c23 00:36:46 Removing intermediate container f60df81ea701 00:36:46 ---> 6fa121c21888 00:36:46 Step 20/22 : LABEL arch=x86_64 00:36:46 ---> Running in 3203d32e1934 00:36:46 Removing intermediate container 1d21b68b0868 00:36:46 ---> 1094d34b204c 00:36:46 00:36:46 Successfully built 1094d34b204c 00:36:46 ---> Running in b55d2239f114 00:36:46 Successfully tagged docker-security-proxy-setup-go:latest 00:36:46 Removing intermediate container 1bd03481c0bf 00:36:46 ---> ff0cc035aa4a 00:36:46 Step 20/21 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:36:46 Building docker-security-secrets-setup-go 00:36:46  Building docker-security-proxy-setup-go ... done Removing intermediate container 6000bf486c23 00:36:46 ---> 89129767afba 00:36:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:47 Removing intermediate container 3203d32e1934 00:36:47 ---> ba1159516a04 00:36:47 Step 21/22 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:36:47 ---> Running in 01dedd5ca320 00:36:47 ---> Running in 3802d49ed996 00:36:47 ---> Running in c4868802cb07 00:36:47 Removing intermediate container b55d2239f114 00:36:47 ---> 19b1d5ed90aa 00:36:47 Step 21/22 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:36:48 Removing intermediate container 01dedd5ca320 00:36:48 ---> 140ddd7c72e0 00:36:48 Step 21/21 : LABEL version=0.0.0 00:36:48 ---> Running in 1cd9ec1a7544 00:36:48 Removing intermediate container c4868802cb07 00:36:48 ---> 54fd0d62c206 00:36:48 Step 22/22 : LABEL version=0.0.0 00:36:49 ---> Running in f563bb7c8bde 00:36:50 ---> Running in 467693b98e9e 00:36:50 Removing intermediate container 1cd9ec1a7544 00:36:50 ---> ece6b6ff3017 00:36:50 Step 22/22 : LABEL version=0.0.0 00:36:51 ---> Running in e5acf9d76306 00:36:51 Removing intermediate container f563bb7c8bde 00:36:51 ---> c9b72a54bad1 00:36:51 00:36:51 Removing intermediate container 467693b98e9e 00:36:51 ---> 1e540ca6df0f 00:36:51 00:36:51 Successfully built 1e540ca6df0f 00:36:51 Successfully built c9b72a54bad1 00:36:51 Successfully tagged docker-core-command-go:latest 00:36:51  Building docker-core-command-go ... done Building docker-support-notifications-go 00:36:51 Successfully tagged docker-support-scheduler-go:latest 00:36:51 Building docker-support-logging-go 00:36:51  Building docker-support-scheduler-go ... done Removing intermediate container e5acf9d76306 00:36:51 ---> 8f53c2ebc371 00:36:51 00:36:51 Successfully built 8f53c2ebc371 00:36:51 Removing intermediate container 3802d49ed996 00:36:51 ---> 43bd456d7a87 00:36:51 Step 15/23 : RUN apk --no-cache add zeromq 00:36:51 Successfully tagged docker-core-metadata-go:latest 00:36:51  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 00:36:51 ---> Running in 5e4906d92a6a 00:36:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:54 (1/5) Installing libgcc (9.3.0-r2) 00:36:54 (2/5) Installing libsodium (1.0.18-r0) 00:36:54 (3/5) Installing libstdc++ (9.3.0-r2) 00:36:55 (4/5) Installing libzmq (4.3.2-r0) 00:36:55 (5/5) Installing zeromq (4.3.2-r0) 00:36:55 Executing busybox-1.31.1-r16.trigger 00:36:55 OK: 8 MiB in 19 packages 00:36:57 Removing intermediate container 2184ce3e6b48 00:36:57 ---> 1b9413143a1e 00:36:57 Successfully built 1b9413143a1e 00:36:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:57 + docker inspect -f . ci-base-image-arm64 00:36:57 . [Pipeline] withDockerContainer 00:36:58 prd-ubuntu18.04-docker-arm64-4c-16g-710 does not seem to be running inside a container 00:36:58 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:59 Removing intermediate container 5e4906d92a6a 00:36:59 ---> 2dd54d95b6e0 00:36:59 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:36:59 $ docker top 536122b8c94997725d422005b97caf000ec5335615fd4e4481e0e74f54006ebb -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:00 + go version 00:37:00 go version go1.13.13 linux/arm64 [Pipeline] echo 00:37:00 ========================================================= 00:37:00 [edgeXBuildGoParallel] Running Tests and Build... 00:37:00 ========================================================= [Pipeline] sh 00:37:00 ---> 5f9c345c3ee8 00:37:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:37:01 + make test 00:37:01 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:37:01 ---> 3cb8aa1dc238 00:37:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:37:03 ---> 4c18be1194ed 00:37:03 Step 19/23 : ENTRYPOINT ["/core-data"] 00:37:04 ---> Running in d6d08daa3009 00:37:04 Removing intermediate container d6d08daa3009 00:37:04 ---> 99f2e2267286 00:37:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:04 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:05 ---> Running in d0e76c21fd35 00:37:06 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:37:06 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:37:06 ---> 0722515347c5 00:37:06 Step 3/29 : WORKDIR /edgex-go 00:37:06 ---> Using cache 00:37:06 ---> 7d8fe343f7eb 00:37:06 Step 4/29 : RUN apk update && apk add make git 00:37:09 Removing intermediate container d0e76c21fd35 00:37:09 ---> 04840fec1f68 00:37:09 Step 21/23 : LABEL arch=x86_64 00:37:10 ---> Running in dc97adffd6ed 00:37:10 ---> Running in f893bed934c6 00:37:12 Removing intermediate container f893bed934c6 00:37:12 ---> 2567042e01c8 00:37:12 Step 22/23 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:37:12 ---> Running in e30c0bb6ef26 00:37:13 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 00:37:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:13 ---> 0722515347c5 00:37:13 Step 3/24 : WORKDIR /edgex-go 00:37:13 ---> Using cache 00:37:13 ---> 7d8fe343f7eb 00:37:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:13 ---> Using cache 00:37:13 ---> 780d5196e86d 00:37:13 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:14 Removing intermediate container e30c0bb6ef26 00:37:14 ---> 5162a5aa5e46 00:37:14 Step 23/23 : LABEL version=0.0.0 00:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:14 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:37:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:14 ---> 0722515347c5 00:37:14 Step 3/22 : WORKDIR /edgex-go 00:37:14 ---> Using cache 00:37:14 ---> 7d8fe343f7eb 00:37:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:14 ---> Using cache 00:37:14 ---> 780d5196e86d 00:37:14 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:37:14 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 00:37:14 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:37:14 ---> 0722515347c5 00:37:14 Step 3/27 : WORKDIR /edgex-go 00:37:14 ---> Using cache 00:37:14 ---> 7d8fe343f7eb 00:37:14 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:14 ---> Using cache 00:37:14 ---> 780d5196e86d 00:37:14 Step 5/27 : RUN apk update && apk add make bash git 00:37:15 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:15 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:15 OK: 12746 distinct packages available 00:37:15 ---> Running in 7e6a6c5a867f 00:37:15 OK: 233 MiB in 51 packages 00:37:15 ---> Running in 0228548a5aa1 00:37:15 ---> Running in 244a359fe2ac 00:37:15 ---> Running in e4c0680a5d4c 00:37:16 Removing intermediate container 244a359fe2ac 00:37:16 ---> fc631c5e1a09 00:37:16 00:37:16 Successfully built fc631c5e1a09 00:37:16 Successfully tagged docker-core-data-go:latest 00:37:16 Building docker-security-secretstore-setup-go 00:37:16  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:16 Removing intermediate container dc97adffd6ed 00:37:16 ---> dcabd5a7f7e5 00:37:16 Step 5/29 : COPY go.mod . 00:37:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:17 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:17 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:17 OK: 12746 distinct packages available 00:37:18 OK: 233 MiB in 51 packages 00:37:18 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:18 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:18 OK: 12746 distinct packages available 00:37:18 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:18 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:18 OK: 12746 distinct packages available 00:37:18 ---> 24537d2fbd69 00:37:18 Step 6/29 : RUN go mod download 00:37:18 OK: 233 MiB in 51 packages 00:37:18 OK: 233 MiB in 51 packages 00:37:19 OK: 233 MiB in 51 packages 00:37:19 ---> Running in 9d1a73d54623 00:37:21 Removing intermediate container 0228548a5aa1 00:37:21 ---> 5794c840b372 00:37:21 Step 6/27 : COPY go.mod . 00:37:21 Removing intermediate container 7e6a6c5a867f 00:37:21 ---> 40d5791c4c76 00:37:21 Step 6/24 : COPY go.mod . 00:37:21 Removing intermediate container e4c0680a5d4c 00:37:21 ---> 6977b017c331 00:37:21 Step 6/22 : COPY go.mod . 00:37:21 ---> 9f23ff60996f 00:37:21 Step 7/24 : RUN go mod download 00:37:21 ---> cffcaab53e83 00:37:21 Step 7/27 : RUN go mod download 00:37:22 ---> Running in 2f7d1992c31d 00:37:22 ---> 892607e7010e 00:37:22 Step 7/22 : RUN go mod download 00:37:22 ---> Running in 73dc6d18036f 00:37:23 ---> Running in 0cf6b4f7ac4e 00:37:25 Removing intermediate container 9d1a73d54623 00:37:25 ---> 75ad8976aa56 00:37:25 Step 7/29 : COPY . . 00:37:28 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:37:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:28 ---> 0722515347c5 00:37:28 Step 3/26 : WORKDIR /edgex-go 00:37:28 ---> Using cache 00:37:28 ---> 7d8fe343f7eb 00:37:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:28 ---> Using cache 00:37:28 ---> 780d5196e86d 00:37:28 Step 5/26 : RUN apk update && apk add make git 00:37:31 ---> Running in 0ad34164c3a4 00:37:31 Removing intermediate container 2f7d1992c31d 00:37:31 ---> f348b7a816d2 00:37:31 Step 8/24 : COPY . . 00:37:32 Removing intermediate container 73dc6d18036f 00:37:32 ---> 23698c7a2a02 00:37:32 Step 8/27 : COPY . . 00:37:33 Removing intermediate container 0cf6b4f7ac4e 00:37:33 ---> b40f8683aa09 00:37:33 Step 8/22 : COPY . . 00:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:38 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:38 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:38 OK: 12746 distinct packages available 00:37:38 OK: 233 MiB in 51 packages 00:37:51 Removing intermediate container 0ad34164c3a4 00:37:51 ---> b7d06ea59d50 00:37:51 Step 6/26 : COPY go.mod . 00:37:54 ---> d2b2d94c5a98 00:37:54 Step 7/26 : RUN go mod download 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:55 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.019s 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:37:56 ---> 5ebe0ad5eef2 00:37:56 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:37:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:57 ---> Running in fe27638168f5 00:37:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:58 ---> Running in c67080f14d19 00:38:01 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 00:38:01 ---> fee0644c7b96 00:38:01 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:38:01 ---> b605a863a464 00:38:01 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:02 ---> Running in d2d50eccd1ca 00:38:02 ---> Running in 9719353d60af 00:38:02 ---> be00ee60b67a 00:38:02 Step 9/22 : RUN make cmd/support-logging/support-logging 00:38:02 ---> Running in d4a77dbea656 00:38:02 Removing intermediate container fe27638168f5 00:38:02 ---> 03e2808fde15 00:38:02 Step 8/26 : COPY . . 00:38:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:38:03 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 00:38:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 46.6% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.2% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.022s coverage: 100.0% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.060s coverage: 80.0% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.063s coverage: 92.9% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.485s coverage: 28.6% of statements 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:25 ---> e6bbc267d45a 00:38:25 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 00:38:25 ---> Running in e128ef677f99 00:38:25 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 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 89.8% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 100.0% of statements 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.083s coverage: 58.8% of statements 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 00:38:29 Removing intermediate container c67080f14d19 00:38:29 ---> 2d645422a3ad 00:38:29 00:38:29 Step 9/29 : FROM alpine:latest 00:38:29 ---> a24bb4013296 00:38:29 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:38:29 ---> Running in d666d81b7e57 00:38:29 Removing intermediate container d666d81b7e57 00:38:29 ---> 9f637bc5dd58 00:38:29 Step 11/29 : USER root 00:38:29 ---> Running in 94e2f7f35f1d 00:38:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.217s coverage: 63.5% of statements 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:30 Removing intermediate container 94e2f7f35f1d 00:38:30 ---> 382679f9efcb 00:38:30 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:38:30 ---> Running in 590d682822d9 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 00:38:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:31 v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:38:31 v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:38:31 OK: 12746 distinct packages available 00:38:31 (1/2) Installing ca-certificates (20191127-r4) 00:38:31 (2/2) Installing dumb-init (1.2.2-r1) 00:38:31 Executing busybox-1.31.1-r16.trigger 00:38:32 Executing ca-certificates-20191127-r4.trigger 00:38:32 OK: 6 MiB in 16 packages 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.374s coverage: 55.9% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:38:36 Removing intermediate container 590d682822d9 00:38:36 ---> b05129c8903e 00:38:36 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:38:40 ---> Running in 9d1ab48fff30 00:38:40 Removing intermediate container 9719353d60af 00:38:40 ---> 3fec2f17b7e2 00:38:40 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:40 Removing intermediate container d4a77dbea656 00:38:40 ---> 77e435a9e659 00:38:40 00:38:40 Step 10/22 : FROM scratch 00:38:40 ---> 00:38:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:38:41 Removing intermediate container d2d50eccd1ca 00:38:41 ---> 47bed9e33798 00:38:41 00:38:41 Step 10/24 : FROM scratch 00:38:41 ---> 00:38:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:38:41 ---> Running in 383afc323351 00:38:41 ---> Running in c5cce840a0e5 00:38:41 ---> Running in f8dfae458928 00:38:41 Removing intermediate container 9d1ab48fff30 00:38:41 ---> 2a1fd75ee5dd 00:38:41 Step 14/29 : WORKDIR $BASE_DIR 00:38:42 ---> Running in 8d8f2845c294 00:38:42 Removing intermediate container 383afc323351 00:38:42 ---> 03ea67c63c23 00:38:42 Step 12/22 : ENV APP_PORT=48061 00:38:42 Removing intermediate container f8dfae458928 00:38:42 ---> cfb8722a1da8 00:38:42 Step 12/24 : ENV APP_PORT=48060 00:38:42 ---> Running in 69efb559edd1 00:38:42 ---> Running in dba9b487476e 00:38:42 Removing intermediate container 8d8f2845c294 00:38:42 ---> 0f1972a449c8 00:38:42 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:38:42 Removing intermediate container 69efb559edd1 00:38:42 ---> 0ad8278c554b 00:38:42 Step 13/22 : EXPOSE $APP_PORT 00:38:42 Removing intermediate container dba9b487476e 00:38:42 ---> 32b658f9719d 00:38:42 Step 13/24 : EXPOSE $APP_PORT 00:38:42 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 00:38:42 ---> Running in 5caf1e8e557b 00:38:42 ---> Running in 03861741d1f3 00:38:42 ---> Running in e97f99a6da2d 00:38:42 Removing intermediate container e97f99a6da2d 00:38:42 ---> 9a23b483faad 00:38:42 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:38:42 Removing intermediate container 03861741d1f3 00:38:42 ---> a666ea6dc011 00:38:42 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:38:43 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 00:38:43 ---> e329793b0c65 00:38:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:38:43 ---> b8b8db92c5a6 00:38:43 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:38:43 ---> a2c3a3c5d1b5 00:38:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:38:44 Removing intermediate container 5caf1e8e557b 00:38:44 ---> f2a16f3c605d 00:38:44 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.213s coverage: 86.3% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.629s coverage: 72.2% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.591s coverage: 72.1% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.077s coverage: 82.4% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.032s coverage: 28.8% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.027s coverage: 96.8% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 26.9% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.348s coverage: 84.1% of statements 00:38:45 ---> 35aace16cb3d 00:38:45 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:38:45 ---> dce4e6b67fb3 00:38:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:38:45 ---> a72648288c70 00:38:45 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:38:45 Removing intermediate container c5cce840a0e5 00:38:45 ---> f9d3656fbceb 00:38:45 00:38:45 Step 11/27 : FROM docker:latest 00:38:45 ---> 81f5749c9058 00:38:45 Step 12/27 : RUN apk add --no-cache bash 00:38:46 ---> Running in 8b1b2b2528e3 00:38:46 ---> 2e62e4d9e8ae 00:38:46 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:38:46 ---> 4f7dc00c1192 00:38:46 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:38:46 ---> Running in 18abf398f40a 00:38:46 ---> 01748e72acc1 00:38:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:38:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:46 Removing intermediate container 18abf398f40a 00:38:46 ---> 0ff8a3c39218 00:38:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:46 ---> Running in 6cc01885b193 00:38:46 ---> d2a44a19a087 00:38:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:46 ---> 6af246f60d9b 00:38:46 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements 00:38:47 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 00:38:47 (1/2) Installing readline (8.0.4-r0) 00:38:47 (2/2) Installing bash (5.0.17-r0) 00:38:47 Executing bash-5.0.17-r0.post-install 00:38:47 Executing busybox-1.31.1-r16.trigger 00:38:47 OK: 12 MiB in 22 packages 00:38:47 Removing intermediate container 6cc01885b193 00:38:47 ---> 5927093a35a7 00:38:47 Step 20/22 : LABEL arch=x86_64 00:38:47 ---> Running in c4ce50d6f50c 00:38:47 ---> 72f7e3eab57d 00:38:47 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:38:47 ---> c715eba89193 00:38:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:48 Removing intermediate container c4ce50d6f50c 00:38:48 ---> 6f4a7a6e467b 00:38:48 Step 21/22 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:38:48 Removing intermediate container 8b1b2b2528e3 00:38:48 ---> 34b7143e0338 00:38:48 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:38:48 ---> c881d02ddca7 00:38:48 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:38:48 ---> Running in 2923d7b813e2 00:38:48 ---> 9065767c4d00 00:38:48 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:38:48 ---> Running in 1a1d6d6e0cc8 00:38:48 ---> Running in b80b767c90c3 00:38:48 ---> Running in 78bada90814b 00:38:48 Removing intermediate container 2923d7b813e2 00:38:48 ---> 3510ea0d8ea2 00:38:48 Step 22/22 : LABEL version=0.0.0 00:38:49 ---> Running in 69ba6a099e4a 00:38:49 Removing intermediate container 78bada90814b 00:38:49 ---> 43bdea691f8a 00:38:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:49 ---> Running in a77bb5110768 00:38:49 Removing intermediate container 69ba6a099e4a 00:38:49 ---> 622ac3345193 00:38:49 00:38:50 Successfully built 622ac3345193 00:38:50 Successfully tagged docker-support-logging-go:latest 00:38:50  Building docker-support-logging-go ... done Removing intermediate container a77bb5110768 00:38:50 ---> 499474272d2c 00:38:50 Step 22/24 : LABEL arch=x86_64 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.063s coverage: 42.9% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.057s coverage: 100.0% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:38:50 ---> Running in 6044f3411508 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.064s coverage: 83.8% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:38:52 Removing intermediate container 6044f3411508 00:38:52 ---> 98b9367d7912 00:38:52 Step 23/24 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:38:52 Removing intermediate container 1a1d6d6e0cc8 00:38:52 ---> e1aa879a73fc 00:38:52 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:38:52 Removing intermediate container b80b767c90c3 00:38:52 ---> 41f156d42fca 00:38:52 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:52 ---> Running in 43917a325143 00:38:52 Removing intermediate container e128ef677f99 00:38:52 ---> 85dee03d3529 00:38:52 00:38:52 Step 10/26 : FROM alpine:3.10 00:38:52 ---> Running in 2fdbbf6c741e 00:38:52 ---> 284ee86b3db5 00:38:52 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:38:52 Removing intermediate container 43917a325143 00:38:52 ---> 08b912d1eaea 00:38:52 Step 24/24 : LABEL version=0.0.0 00:38:52 3.10: Pulling from library/alpine 00:38:52 ---> Running in 82b55281010d 00:38:52 ---> Running in d1ea52bea535 00:38:52 Removing intermediate container 2fdbbf6c741e 00:38:52 ---> 706076dea24c 00:38:52 Step 15/27 : ENV APP_PORT=48090 00:38:53 ---> Running in dd012643643c 00:38:53 Removing intermediate container 82b55281010d 00:38:53 ---> 238989cbd5f3 00:38:53 00:38:53 Successfully built 238989cbd5f3 00:38:53 Successfully tagged docker-support-notifications-go:latest 00:38:53  Building docker-support-notifications-go ... done Removing intermediate container dd012643643c 00:38:53 ---> 9f1395847961 00:38:53 Step 16/27 : EXPOSE $APP_PORT 00:38:53 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:38:53 Status: Downloaded newer image for alpine:3.10 00:38:53 ---> be4e4bea2c2e 00:38:53 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:38:53 ---> Running in 525703c4d34f 00:38:54 ---> Running in 763c99796da6 00:38:54 Removing intermediate container 525703c4d34f 00:38:54 ---> 07a7921122a5 00:38:54 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:54 Removing intermediate container d1ea52bea535 00:38:54 ---> 76dcc6a079fe 00:38:54 Step 24/29 : RUN chmod 755 security-secrets-setup 00:38:54 ---> Running in 90a916f873c9 00:38:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:38:54 ---> 717b23c951bc 00:38:54 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:38:55 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:38:55 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:38:55 OK: 10346 distinct packages available 00:38:55 ---> c8cb8cd068c8 00:38:55 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:55 (1/5) Installing ca-certificates (20191127-r2) 00:38:55 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:38:55 (3/5) Installing libcurl (7.66.0-r0) 00:38:55 (4/5) Installing curl (7.66.0-r0) 00:38:55 (5/5) Installing dumb-init (1.2.2-r1) 00:38:55 Executing busybox-1.30.1-r3.trigger 00:38:55 Executing ca-certificates-20191127-r2.trigger 00:38:55 OK: 7 MiB in 19 packages 00:38:56 ---> bbbbce5cd819 00:38:56 Step 20/27 : RUN apk --no-cache add py-pip 00:38:56 ---> Running in 34b7199f2c9f 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.162s coverage: 46.1% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.052s coverage: 100.0% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:56 Removing intermediate container 90a916f873c9 00:38:56 ---> b82184c6ea40 00:38:56 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.087s coverage: 100.0% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:57 ---> Running in 2bcf482ccaff 00:38:57 Removing intermediate container 763c99796da6 00:38:57 ---> 1ec65bcba549 00:38:57 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:57 ---> Running in d8f9dd0b0f4f 00:38:57 Removing intermediate container 2bcf482ccaff 00:38:57 ---> 148b38ec7696 00:38:57 Step 26/29 : CMD [ "generate" ] 00:38:57 ---> Running in f756fce60fd5 00:38:57 (1/33) Installing libbz2 (1.0.8-r1) 00:38:57 (2/33) Installing expat (2.2.9-r1) 00:38:57 (3/33) Installing libffi (3.3-r2) 00:38:57 (4/33) Installing gdbm (1.13-r1) 00:38:57 (5/33) Installing xz-libs (5.2.5-r0) 00:38:57 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:57 (7/33) Installing python3 (3.8.5-r0) 00:38:58 Removing intermediate container d8f9dd0b0f4f 00:38:58 ---> e85a4d90c892 00:38:58 Step 13/26 : WORKDIR / 00:39:01 Removing intermediate container f756fce60fd5 00:39:01 ---> 6d936ae8787d 00:39:01 Step 27/29 : LABEL arch=x86_64 00:39:01 ---> Running in c128cc3b4980 00:39:01 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:01 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:01 ---> Running in a975b947a0e4 00:39:01 (11/33) Installing py3-six (1.15.0-r0) 00:39:01 (12/33) Installing py3-packaging (20.4-r0) 00:39:01 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:01 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:02 (15/33) Installing py3-idna (2.9-r0) 00:39:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:02 Removing intermediate container c128cc3b4980 00:39:02 ---> 20cf78678249 00:39:02 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:02 (18/33) Installing py3-requests (2.23.0-r0) 00:39:02 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:02 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:02 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:02 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:02 Removing intermediate container a975b947a0e4 00:39:02 ---> e32eb5eefedf 00:39:02 Step 28/29 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:39:03 (24/33) Installing py3-distro (1.5.0-r1) 00:39:03 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:03 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:03 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:03 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:03 ---> Running in a2c54a554e0a 00:39:03 ---> cc481458abb9 00:39:03 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:03 (29/33) Installing py3-progress (1.5-r0) 00:39:03 (30/33) Installing py3-toml (0.10.1-r0) 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.214s coverage: 29.1% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.097s coverage: 99.0% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.080s coverage: 100.0% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.017s coverage: 0.0% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:03 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:03 (33/33) Installing py3-pip (20.1.1-r0) 00:39:03 Removing intermediate container a2c54a554e0a 00:39:03 ---> 2dc0cda5006f 00:39:03 Step 29/29 : LABEL version=0.0.0 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:05 Executing busybox-1.31.1-r16.trigger 00:39:05 OK: 71 MiB in 55 packages 00:39:05 ---> Running in 6f1dd3efbd33 00:39:05 ---> 911dce0b0769 00:39:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:05 Removing intermediate container 6f1dd3efbd33 00:39:05 ---> 024275edf61b 00:39:05 00:39:05 Successfully built 024275edf61b 00:39:05 Successfully tagged docker-security-secrets-setup-go:latest 00:39:05  Building docker-security-secrets-setup-go ... done  ---> 2985de50d751 00:39:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.067s coverage: 87.9% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements 00:39:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.018s coverage: 32.1% of statements 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements 00:39:08 ---> 923a9c5ea841 00:39:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:09 GO111MODULE=on go vet ./... 00:39:10 ---> 67bf10d121f7 00:39:10 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:10 Removing intermediate container 34b7199f2c9f 00:39:10 ---> 5ff8251e09be 00:39:10 Step 21/27 : RUN pip install docker-compose==1.23.2 00:39:11 ---> Running in d258faf3e6d0 00:39:11 ---> 1354a049bb81 00:39:11 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:39:11 ---> 1a2a69b47eb9 00:39:11 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:12 ---> ac4412917f3b 00:39:12 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:39:12 ---> Running in 0959ac7f17d0 00:39:12 Collecting docker-compose==1.23.2 00:39:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:12 Collecting cached-property<2,>=1.2.0 00:39:12 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:39:12 Removing intermediate container 0959ac7f17d0 00:39:12 ---> 0878557b4688 00:39:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:39:13 ---> Running in 2441b5fb70b7 00:39:13 Collecting PyYAML<4,>=3.10 00:39:13 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:13 Removing intermediate container 2441b5fb70b7 00:39:13 ---> aaf5e10a98b7 00:39:13 Step 24/26 : LABEL arch=x86_64 00:39:13 ---> Running in c61279878649 00:39:14 Removing intermediate container c61279878649 00:39:14 ---> 06920f5520e1 00:39:14 Step 25/26 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:39:14 ---> Running in fb1ad85bd4c2 00:39:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:14 Collecting jsonschema<3,>=2.5.1 00:39:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:15 Removing intermediate container fb1ad85bd4c2 00:39:15 ---> aa3449c0e65b 00:39:15 Step 26/26 : LABEL version=0.0.0 00:39:15 Collecting texttable<0.10,>=0.9.0 00:39:15 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:15 ---> Running in b70bd3f28b7f 00:39:15 Removing intermediate container b70bd3f28b7f 00:39:15 ---> ef2d171edf12 00:39:15 00:39:15 Successfully built ef2d171edf12 00:39:15 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:15  Building docker-security-secretstore-setup-go ... done Collecting dockerpty<0.5,>=0.4.1 00:39:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:16 Collecting docopt<0.7,>=0.6.1 00:39:16 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:16 Collecting docker<4.0,>=3.6.0 00:39:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:17 Collecting websocket-client<1.0,>=0.32.0 00:39:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:17 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) 00:39:17 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) 00:39:17 Collecting urllib3<1.25,>=1.21.1 00:39:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:17 Collecting idna<2.8,>=2.5 00:39:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:17 Collecting docker-pycreds>=0.4.0 00:39:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:17 Installing collected packages: cached-property, PyYAML, jsonschema, texttable, dockerpty, docopt, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docker-compose 00:39:17 Running setup.py install for PyYAML: started 00:39:18 Running setup.py install for PyYAML: finished with status 'done' 00:39:18 Running setup.py install for texttable: started 00:39:18 Running setup.py install for texttable: finished with status 'done' 00:39:18 Running setup.py install for dockerpty: started 00:39:19 Running setup.py install for dockerpty: finished with status 'done' 00:39:19 Running setup.py install for docopt: started 00:39:19 Running setup.py install for docopt: finished with status 'done' 00:39:19 Attempting uninstall: urllib3 00:39:19 Found existing installation: urllib3 1.25.9 00:39:19 Uninstalling urllib3-1.25.9: 00:39:19 Successfully uninstalled urllib3-1.25.9 00:39:20 Attempting uninstall: idna 00:39:20 Found existing installation: idna 2.9 00:39:20 Uninstalling idna-2.9: 00:39:20 Successfully uninstalled idna-2.9 00:39:20 Attempting uninstall: requests 00:39:20 Found existing installation: requests 2.23.0 00:39:20 Uninstalling requests-2.23.0: 00:39:20 Successfully uninstalled requests-2.23.0 00:39:20 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:24 Removing intermediate container d258faf3e6d0 00:39:24 ---> 673abbc3d523 00:39:24 Step 22/27 : RUN apk --no-cache add curl 00:39:24 ---> Running in 16171bf008cb 00:39:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:24 (2/3) Installing libcurl (7.69.1-r0) 00:39:24 (3/3) Installing curl (7.69.1-r0) 00:39:24 Executing busybox-1.31.1-r16.trigger 00:39:24 OK: 72 MiB in 58 packages 00:39:25 Removing intermediate container 16171bf008cb 00:39:25 ---> f788ff03435f 00:39:25 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:25 ---> Running in ec915a2a0118 00:39:25 Removing intermediate container ec915a2a0118 00:39:25 ---> 0c18275b0ddf 00:39:25 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:25 ---> Running in 37ed9074c15d 00:39:25 Removing intermediate container 37ed9074c15d 00:39:25 ---> c2f185f8b1fa 00:39:25 Step 25/27 : LABEL arch=x86_64 00:39:25 ---> Running in 9ed7d7751090 00:39:25 Removing intermediate container 9ed7d7751090 00:39:25 ---> 65425e939aba 00:39:25 Step 26/27 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:39:26 ---> Running in d3376467f4e2 00:39:26 Removing intermediate container d3376467f4e2 00:39:26 ---> 1afed50e6740 00:39:26 Step 27/27 : LABEL version=0.0.0 00:39:26 ---> Running in 8ea0902ff96f 00:39:26 Removing intermediate container 8ea0902ff96f 00:39:26 ---> b9ae9067dc08 00:39:26 00:39:26 Successfully built b9ae9067dc08 00:39:26 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:39:26 $ docker stop --time=1 6dd54440a37c7238101c189dd9d186a7b6f08865c8fef943f5d390d90f5b35d5 00:39:28 $ docker rm -f 6dd54440a37c7238101c189dd9d186a7b6f08865c8fef943f5d390d90f5b35d5 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:29 + docker images 00:39:29 + grep docker 00:39:29 docker-sys-mgmt-agent-go latest b9ae9067dc08 3 seconds ago 284MB 00:39:29 docker-security-secretstore-setup-go latest ef2d171edf12 14 seconds ago 33.9MB 00:39:29 docker-security-secrets-setup-go latest 024275edf61b 24 seconds ago 25.1MB 00:39:29 docker-support-notifications-go latest 238989cbd5f3 37 seconds ago 14.5MB 00:39:29 docker-support-logging-go latest 622ac3345193 40 seconds ago 11.8MB 00:39:29 docker-core-data-go latest fc631c5e1a09 2 minutes ago 24.5MB 00:39:29 docker-core-metadata-go latest 8f53c2ebc371 2 minutes ago 14.4MB 00:39:29 docker-core-command-go latest 1e540ca6df0f 2 minutes ago 13MB 00:39:29 docker-support-scheduler-go latest c9b72a54bad1 2 minutes ago 13.1MB 00:39:29 docker-security-proxy-setup-go latest 1094d34b204c 2 minutes ago 16.4MB 00:39:29 docker latest 81f5749c9058 8 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] } 00:39:31 gofmt -l . 00:39:31 [ "`gofmt -l .`" = "" ] 00:39:33 ./bin/test-go-mod-tidy.sh 00:39:34 ./bin/test-attribution-txt.sh [Pipeline] sh 00:39:39 + ls -al . 00:39:39 total 584 00:39:39 drwxrwxr-x 10 1001 1001 4096 Aug 22 00:39 . 00:39:39 drwxr-xr-x 4 root root 4096 Aug 22 00:36 .. 00:39:39 -rw-rw-r-- 1 1001 1001 11 Aug 22 00:35 .dockerignore 00:39:39 drwxrwxr-x 8 1001 1001 4096 Aug 22 00:35 .git 00:39:39 drwxrwxr-x 3 1001 1001 4096 Aug 22 00:35 .github 00:39:39 -rw-rw-r-- 1 1001 1001 932 Aug 22 00:35 .gitignore 00:39:39 drwxrwxr-x 3 1001 1001 4096 Aug 22 00:35 .semver 00:39:39 -rw-rw-r-- 1 1001 1001 166 Aug 22 00:35 .sonarcloud.properties 00:39:39 -rw-rw-r-- 1 1001 1001 3804 Aug 22 00:35 CONTRIBUTING.md 00:39:39 -rw-rw-r-- 1 1001 1001 1035 Aug 22 00:35 Dockerfile.build 00:39:39 -rw-rw-r-- 1 1001 1001 865 Aug 22 00:35 Jenkinsfile 00:39:39 -rw-rw-r-- 1 1001 1001 10775 Aug 22 00:35 LICENSE 00:39:39 -rw-rw-r-- 1 1001 1001 6237 Aug 22 00:35 Makefile 00:39:39 -rw-rw-r-- 1 1001 1001 5652 Aug 22 00:35 README.md 00:39:39 -rw-rw-r-- 1 1001 1001 259 Aug 22 00:35 SECURITY.md 00:39:39 -rw-rw-r-- 1 1001 1001 5 Aug 22 00:31 VERSION 00:39:39 -rw-rw-r-- 1 1001 1001 4131 Aug 22 00:35 ZMQWindows.md 00:39:39 drwxrwxr-x 2 1001 1001 4096 Aug 22 00:35 bin 00:39:39 drwxrwxr-x 15 1001 1001 4096 Aug 22 00:35 cmd 00:39:39 -rw-r--r-- 1 root root 458659 Aug 22 00:39 coverage.out 00:39:39 -rw-r--r-- 1 root root 1019 Aug 22 00:39 go.mod 00:39:39 -rw-r--r-- 1 root root 19185 Aug 22 00:39 go.sum 00:39:39 drwxrwxr-x 8 1001 1001 4096 Aug 22 00:35 internal 00:39:39 drwxrwxr-x 4 1001 1001 4096 Aug 22 00:35 openapi 00:39:39 drwxrwxr-x 4 1001 1001 4096 Aug 22 00:35 snap 00:39:39 -rw-rw-r-- 1 1001 1001 168 Aug 22 00:35 version.go [Pipeline] sh 00:39:39 + '[' -e coverage.out ] 00:39:39 + chown 1001:1001 coverage.out [Pipeline] stash 00:39:39 Warning: overwriting stash ‘coverage-report’ 00:39:40 Stashed 1 file(s) [Pipeline] sh 00:39:41 + make build 00:39:41 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 00:40:04 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 00:40: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 00:40:19 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 00:40:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:40:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:40:38 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 00:40:44 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 00:40: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 00:40:52 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 00:40:56 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 00:41:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 00:41:03 $ docker stop --time=1 536122b8c94997725d422005b97caf000ec5335615fd4e4481e0e74f54006ebb 00:41:06 $ docker rm -f 536122b8c94997725d422005b97caf000ec5335615fd4e4481e0e74f54006ebb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:07 00:41:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:41:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:08 latest: Pulling from edgex-devops/edgex-compose-arm64 00:41:08 29e5d40040c1: Pulling fs layer 00:41:08 1ce36da41761: Pulling fs layer 00:41:08 25b303627fd3: Pulling fs layer 00:41:08 29e5d40040c1: Verifying Checksum 00:41:08 29e5d40040c1: Download complete 00:41:09 1ce36da41761: Verifying Checksum 00:41:09 1ce36da41761: Download complete 00:41:09 29e5d40040c1: Pull complete 00:41:10 1ce36da41761: Pull complete 00:41:10 25b303627fd3: Verifying Checksum 00:41:10 25b303627fd3: Download complete 00:41:20 25b303627fd3: Pull complete 00:41:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:41:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:41:21 prd-ubuntu18.04-docker-arm64-4c-16g-710 does not seem to be running inside a container 00:41:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:41:25 $ docker top c61f152e80bfe9b7c48e25e0914b04bf4dcaf4513db365f64a2b25cde978a90f -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:26 + docker-compose build --help 00:41:26 + grep parallel 00:41:30 --parallel Build images in parallel. [Pipeline] } 00:41:30 $ docker stop --time=1 c61f152e80bfe9b7c48e25e0914b04bf4dcaf4513db365f64a2b25cde978a90f 00:41:32 $ docker rm -f c61f152e80bfe9b7c48e25e0914b04bf4dcaf4513db365f64a2b25cde978a90f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:33 . [Pipeline] withDockerContainer 00:41:33 prd-ubuntu18.04-docker-arm64-4c-16g-710 does not seem to be running inside a container 00:41:34 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:41:35 $ docker top 2faf06ccecf069e743a4da5fa2f1f65b0384aff33ce54861baa03e65553b0424 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:36 + docker-compose -f ./docker-compose-build.yml build --parallel 00:41:42 Building docker-core-command-go ... 00:41:42 Building docker-core-data-go ... 00:41:42 Building docker-core-metadata-go ... 00:41:42 Building docker-security-proxy-setup-go ... 00:41:42 Building docker-security-secrets-setup-go ... 00:41:42 Building docker-security-secretstore-setup-go ... 00:41:42 Building docker-support-logging-go ... 00:41:42 Building docker-support-notifications-go ... 00:41:42 Building docker-support-scheduler-go ... 00:41:42 Building docker-sys-mgmt-agent-go ... 00:41:42 Building docker-core-command-go 00:41:42 Building docker-sys-mgmt-agent-go 00:41:42 Building docker-core-metadata-go 00:41:42 Building docker-security-secrets-setup-go 00:41:42 Building docker-support-logging-go 00:43:33 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:33 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:43:33 ---> 1b9413143a1e 00:43:33 Step 3/27 : WORKDIR /edgex-go 00:43:33 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:33 ---> 1b9413143a1e 00:43:33 Step 3/22 : WORKDIR /edgex-go 00:43:33 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:33 ---> 1b9413143a1e 00:43:33 Step 3/22 : WORKDIR /edgex-go 00:43:33 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:33 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:43:33 ---> 1b9413143a1e 00:43:33 Step 3/29 : WORKDIR /edgex-go 00:43:33 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:33 ---> 1b9413143a1e 00:43:33 Step 3/22 : WORKDIR /edgex-go 00:43:33 ---> Running in e697df578c0f 00:43:33 ---> Running in ed5afe132e8d 00:43:33 ---> Running in ba74ebfa2b7c 00:43:33 ---> Running in 53b55fe033ea 00:43:33 ---> Running in 723b89f23a4f 00:43:33 Removing intermediate container 53b55fe033ea 00:43:33 ---> b4b11726c17b 00:43:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:33 Removing intermediate container 723b89f23a4f 00:43:33 Removing intermediate container e697df578c0f 00:43:33 ---> a6190e105aef 00:43:33 ---> f52476cee535 00:43:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:33 00:43:33 Removing intermediate container ba74ebfa2b7c 00:43:33 ---> a8f1fd1d184e 00:43:33 Step 4/29 : RUN apk update && apk add make git 00:43:33 Removing intermediate container ed5afe132e8d 00:43:33 ---> 37be9a39b011 00:43:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:33 ---> Running in fbcec395eed9 00:43:33 ---> Running in b3f2811407c5 00:43:33 ---> Running in 379ec0f957c0 00:43:33 ---> Running in baea930f47f5 00:43:33 ---> Running in 88876f564b5d 00:43:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:34 Removing intermediate container fbcec395eed9 00:43:34 ---> 7e147ed8b0ff 00:43:34 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:43:35 ---> Running in 2a65e39f84fe 00:43:35 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:35 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:35 OK: 12617 distinct packages available 00:43:35 Removing intermediate container b3f2811407c5 00:43:35 ---> 0fca791ec331 00:43:35 Step 5/27 : RUN apk update && apk add make bash git 00:43:35 Removing intermediate container 379ec0f957c0 00:43:35 ---> 677a395d36a6 00:43:35 Step 5/22 : RUN apk update && apk add make git 00:43:35 Removing intermediate container 88876f564b5d 00:43:35 ---> d9e08767d139 00:43:35 Step 5/22 : RUN apk update && apk add make git 00:43:35 ---> Running in 020aacc3e78b 00:43:35 ---> Running in 447e2dab96bc 00:43:36 ---> Running in aa914e76f70c 00:43:36 OK: 217 MiB in 51 packages 00:43:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:37 Removing intermediate container baea930f47f5 00:43:37 ---> d87347ebb081 00:43:37 Step 5/29 : COPY go.mod . 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:38 ---> 8f60bfabf39d 00:43:38 Step 6/29 : RUN go mod download 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:39 ---> Running in a8e375625a00 00:43:39 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:39 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:39 OK: 12617 distinct packages available 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:39 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:39 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:39 OK: 12617 distinct packages available 00:43:40 OK: 217 MiB in 51 packages 00:43:40 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:40 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:40 OK: 12617 distinct packages available 00:43:40 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:40 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:40 OK: 12617 distinct packages available 00:43:41 OK: 217 MiB in 51 packages 00:43:41 OK: 217 MiB in 51 packages 00:43:41 OK: 217 MiB in 51 packages 00:43:41 OK: 217 MiB in 51 packages 00:43:43 Removing intermediate container 020aacc3e78b 00:43:43 ---> ead27ce7d2a7 00:43:43 Step 6/27 : COPY go.mod . 00:43:43 Removing intermediate container 2a65e39f84fe 00:43:43 ---> 518ee3479a3f 00:43:43 Step 6/22 : COPY go.mod . 00:43:43 Removing intermediate container 447e2dab96bc 00:43:43 ---> 7dfc54d0b5d7 00:43:43 Step 6/22 : COPY go.mod . 00:43:44 Removing intermediate container a8e375625a00 00:43:44 ---> 96287f6c749a 00:43:44 Step 7/29 : COPY . . 00:43:44 Removing intermediate container aa914e76f70c 00:43:44 ---> 6fd10cc638e2 00:43:44 Step 6/22 : COPY go.mod . 00:43:44 ---> e77c7a36378c 00:43:44 Step 7/22 : RUN go mod download 00:43:44 ---> 14a0a5d46497 00:43:44 Step 7/27 : RUN go mod download 00:43:45 ---> Running in 9ec7cbf31659 00:43:45 ---> 46caca49993b 00:43:45 Step 7/22 : RUN go mod download 00:43:45 ---> Running in b31ed9d21848 00:43:45 ---> Running in 8fc6680f9c6a 00:43:46 ---> fd8a6144f483 00:43:46 Step 7/22 : RUN go mod download 00:43:47 ---> Running in 31730d32699b 00:43:52 Removing intermediate container 9ec7cbf31659 00:43:52 ---> b90329ee6a08 00:43:52 Step 8/22 : COPY . . 00:43:53 Removing intermediate container b31ed9d21848 00:43:53 ---> 7b2068086008 00:43:53 Step 8/27 : COPY . . 00:43:54 Removing intermediate container 8fc6680f9c6a 00:43:54 ---> 7eec1bba572e 00:43:54 Step 8/22 : COPY . . 00:43:54 Removing intermediate container 31730d32699b 00:43:54 ---> 79fb874d1571 00:43:54 Step 8/22 : COPY . . 00:44:16 ---> 90834bba38e3 00:44:16 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:44:21 ---> Running in 3ff1ed7b5ba5 00:44:22 ---> 824f24aec93d 00:44:22 Step 9/22 : RUN make cmd/support-logging/support-logging 00:44:22 ---> 343f69eaf219 00:44:22 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:22 ---> Running in ba3697852056 00:44:22 ---> Running in fc66cdeca123 00:44:22 ---> 6509d8baf30a 00:44:22 Step 9/22 : RUN make cmd/core-command/core-command 00:44:22 ---> d2bc63cacaf6 00:44:22 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:44:22 ---> Running in 758639769e21 00:44:22 ---> Running in 3a857e1ad786 00:44:23 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 00:44:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:44:25 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 00:44:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:44:25 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 00:46:02 Removing intermediate container 3ff1ed7b5ba5 00:46:02 ---> c4f2f8181526 00:46:02 00:46:02 Step 9/29 : FROM alpine:latest 00:46:02 latest: Pulling from library/alpine 00:46:02 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:46:02 Status: Downloaded newer image for alpine:latest 00:46:02 ---> 62ee0e9f8440 00:46:02 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:46:02 ---> Running in 54dcc24a3be9 00:46:02 Removing intermediate container 54dcc24a3be9 00:46:02 ---> 29430d0ec29c 00:46:02 Step 11/29 : USER root 00:46:02 ---> Running in 06ed5eae740f 00:46:02 Removing intermediate container 06ed5eae740f 00:46:02 ---> 0188906fce94 00:46:02 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:46:02 ---> Running in 6b840f8a704d 00:46:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:04 v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:46:04 v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:46:04 OK: 12617 distinct packages available 00:46:05 (1/2) Installing ca-certificates (20191127-r4) 00:46:05 (2/2) Installing dumb-init (1.2.2-r1) 00:46:05 Executing busybox-1.31.1-r16.trigger 00:46:05 Executing ca-certificates-20191127-r4.trigger 00:46:06 OK: 6 MiB in 16 packages 00:46:10 Removing intermediate container 6b840f8a704d 00:46:10 ---> 1eda6572647b 00:46:10 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:46:10 ---> Running in 118f2be97c8d 00:46:10 Removing intermediate container fc66cdeca123 00:46:10 ---> d90073daf203 00:46:10 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:46:11 ---> Running in 451e968f516b 00:46:11 Removing intermediate container 118f2be97c8d 00:46:11 ---> 9f2e0f02cff6 00:46:11 Step 14/29 : WORKDIR $BASE_DIR 00:46:11 ---> Running in f38dd1c338b0 00:46:13 Removing intermediate container f38dd1c338b0 00:46:13 ---> f6127b1d7030 00:46:13 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:46:13 ---> Running in 709e64d6e6cd 00:46:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:46:17 Removing intermediate container ba3697852056 00:46:17 ---> cd67ee0f6de4 00:46:17 00:46:17 Step 10/22 : FROM scratch 00:46:17 ---> 00:46:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:46:17 ---> Running in fb7d5edd5761 00:46:18 Removing intermediate container fb7d5edd5761 00:46:18 ---> 6d1c15962681 00:46:18 Step 12/22 : ENV APP_PORT=48061 00:46:18 Removing intermediate container 709e64d6e6cd 00:46:18 ---> c08b1197fe9d 00:46:19 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:46:19 ---> Running in a4e8cbbc9c93 00:46:20 Removing intermediate container a4e8cbbc9c93 00:46:20 ---> 378022a5befa 00:46:20 Step 13/22 : EXPOSE $APP_PORT 00:46:21 ---> Running in 745bfdb05644 00:46:21 ---> 1151ed775cee 00:46:21 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:46:21 Removing intermediate container 451e968f516b 00:46:21 ---> 9fedd9e19d82 00:46:21 00:46:21 Step 11/27 : FROM docker:latest 00:46:21 ---> ce9d55ae87f1 00:46:21 Step 12/27 : RUN apk add --no-cache bash 00:46:22 Removing intermediate container 745bfdb05644 00:46:22 ---> ec81ea4f97a2 00:46:22 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:46:22 ---> Running in 5023e00c0e31 00:46:23 ---> 96d9e88569f8 00:46:23 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:46:23 ---> 2eaeb0fe735d 00:46:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:46:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:25 (1/2) Installing readline (8.0.4-r0) 00:46:25 (2/2) Installing bash (5.0.17-r0) 00:46:25 ---> 7fbef8a9106f 00:46:25 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:46:25 ---> aa589e0d5afc 00:46:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:46:25 Executing bash-5.0.17-r0.post-install 00:46:25 Executing busybox-1.31.1-r16.trigger 00:46:25 OK: 12 MiB in 22 packages 00:46:27 ---> 59869a752ff6 00:46:27 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:46:28 ---> da1dd7cf5c6d 00:46:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:46:28 Removing intermediate container 5023e00c0e31 00:46:28 ---> e1cf77dd866d 00:46:28 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:46:28 ---> Running in 3dd9cecd4460 00:46:29 ---> 891366286131 00:46:29 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:46:29 ---> Running in 8c83aa1faa05 00:46:29 Removing intermediate container 758639769e21 00:46:29 ---> 8395911f6304 00:46:29 00:46:29 Step 10/22 : FROM scratch 00:46:29 ---> 00:46:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:29 ---> d6d46641a30a 00:46:29 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:46:30 ---> Running in 5d48e504f247 00:46:30 ---> Running in 86efd07aa367 00:46:31 Removing intermediate container 86efd07aa367 00:46:31 ---> 6e98ecaba6eb 00:46:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:31 Removing intermediate container 5d48e504f247 00:46:31 ---> 7b808da0931c 00:46:31 Step 12/22 : ENV APP_PORT=48082 00:46:31 ---> Running in 60bf249ebfe9 00:46:31 ---> Running in 14cb88e17b9c 00:46:32 Removing intermediate container 60bf249ebfe9 00:46:32 ---> f8350e27b8a9 00:46:32 Step 20/22 : LABEL arch=arm64 00:46:33 Removing intermediate container 14cb88e17b9c 00:46:33 ---> baad980344d2 00:46:33 Step 13/22 : EXPOSE $APP_PORT 00:46:33 ---> Running in bd2a70834e5e 00:46:33 ---> Running in 1ccf10034b10 00:46:33 Removing intermediate container 3dd9cecd4460 00:46:33 ---> 4047a0b492ab 00:46:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:46:33 ---> Running in 19e6d5983b86 00:46:33 Removing intermediate container bd2a70834e5e 00:46:33 ---> 666ff0afb3fe 00:46:33 Step 21/22 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:46:34 Removing intermediate container 1ccf10034b10 00:46:34 ---> cf468a43092e 00:46:34 Step 14/22 : WORKDIR / 00:46:34 ---> Running in bbcd3bfc047b 00:46:34 Removing intermediate container 8c83aa1faa05 00:46:34 ---> 3d8d27790dc3 00:46:34 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:46:34 Removing intermediate container 19e6d5983b86 00:46:34 ---> 50ee36707eb0 00:46:34 Step 15/27 : ENV APP_PORT=48090 00:46:34 ---> Running in b1ca97316323 00:46:34 ---> Running in 18b084310373 00:46:35 Removing intermediate container bbcd3bfc047b 00:46:35 ---> 2e5b307ecf68 00:46:35 Step 22/22 : LABEL version=0.0.0 00:46:35 ---> Running in 5c20ca363f3d 00:46:35 Removing intermediate container b1ca97316323 00:46:35 ---> 180750e469f0 00:46:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:46:35 Removing intermediate container 18b084310373 00:46:35 ---> fe3c72de50f9 00:46:35 Step 16/27 : EXPOSE $APP_PORT 00:46:35 ---> 03ae636d36c9 00:46:35 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:46:35 ---> Running in 24f86bf4303b 00:46:36 ---> Running in dad57d1ac897 00:46:36 Removing intermediate container 5c20ca363f3d 00:46:36 ---> e4e2203fc7f1 00:46:36 00:46:36 ---> 34ecc1ea2607 00:46:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:46:37 Removing intermediate container 24f86bf4303b 00:46:37 ---> e6ac857b02b2 00:46:37 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:46:37 Successfully built e4e2203fc7f1 00:46:37 Successfully tagged docker-support-logging-go-arm64:latest 00:46:37  Building docker-support-logging-go ... done Building docker-core-data-go 00:46:38 Removing intermediate container 3a857e1ad786 00:46:38 ---> c481bb3e0567 00:46:38 00:46:38 Step 10/22 : FROM scratch 00:46:38 ---> 00:46:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:38 ---> Using cache 00:46:38 ---> 7b808da0931c 00:46:38 Step 12/22 : ENV APP_PORT=48081 00:46:39 ---> 01e42a084495 00:46:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:46:39 ---> fad9af1e8443 00:46:39 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:46:39 ---> Running in ff4046edef5a 00:46:41 Removing intermediate container ff4046edef5a 00:46:41 ---> 0e064c5501d6 00:46:41 Step 13/22 : EXPOSE $APP_PORT 00:46:42 ---> cabc272dd348 00:46:42 Step 18/22 : ENTRYPOINT ["/core-command"] 00:46:42 ---> 64454822a673 00:46:42 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:46:42 ---> Running in 3a34e86b55b8 00:46:43 Removing intermediate container dad57d1ac897 00:46:43 ---> 484546e158d4 00:46:43 Step 24/29 : RUN chmod 755 security-secrets-setup 00:46:43 ---> Running in 14ce53ac1655 00:46:44 ---> Running in cc5e253c8c4e 00:46:44 Removing intermediate container 3a34e86b55b8 00:46:44 ---> ef9c98937b22 00:46:44 Step 14/22 : WORKDIR / 00:46:45 ---> 65fdab6cab4f 00:46:45 Step 20/27 : RUN apk --no-cache add py-pip 00:46:45 Removing intermediate container 14ce53ac1655 00:46:45 ---> fe1cf9429bc8 00:46:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:45 ---> Running in ebae6f27cb6e 00:46:45 ---> Running in 9156eb3d2722 00:46:45 ---> Running in 996eeab55cb0 00:46:46 Removing intermediate container ebae6f27cb6e 00:46:46 ---> e5a21cc11385 00:46:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:46:46 Removing intermediate container 996eeab55cb0 00:46:46 ---> 3e673d7bb81f 00:46:46 Step 20/22 : LABEL arch=arm64 00:46:46 ---> Running in 7ae3adc6c1cd 00:46:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:47 ---> 745064e1c583 00:46:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:47 Removing intermediate container 7ae3adc6c1cd 00:46:47 ---> 185468930f1c 00:46:47 Step 21/22 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:46:48 ---> Running in 0eda5b36cb50 00:46:48 (1/33) Installing libbz2 (1.0.8-r1) 00:46:48 (2/33) Installing expat (2.2.9-r1) 00:46:48 (3/33) Installing libffi (3.3-r2) 00:46:48 (4/33) Installing gdbm (1.13-r1) 00:46:48 (5/33) Installing xz-libs (5.2.5-r0) 00:46:48 (6/33) Installing sqlite-libs (3.32.1-r0) 00:46:48 (7/33) Installing python3 (3.8.5-r0) 00:46:49 Removing intermediate container 0eda5b36cb50 00:46:49 ---> ed7e4a608bfb 00:46:49 Step 22/22 : LABEL version=0.0.0 00:46:50 ---> Running in 1847bd09f867 00:46:50 Removing intermediate container cc5e253c8c4e 00:46:50 ---> 412c379ab12d 00:46:50 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:46:50 (8/33) Installing py3-appdirs (1.4.4-r1) 00:46:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:46:50 (10/33) Installing py3-parsing (2.4.7-r0) 00:46:50 (11/33) Installing py3-six (1.15.0-r0) 00:46:50 (12/33) Installing py3-packaging (20.4-r0) 00:46:50 (13/33) Installing py3-setuptools (47.0.0-r0) 00:46:50 (14/33) Installing py3-chardet (3.0.4-r4) 00:46:51 ---> 3929aa652ccd 00:46:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:46:51 (15/33) Installing py3-idna (2.9-r0) 00:46:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:46:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:46:51 (18/33) Installing py3-requests (2.23.0-r0) 00:46:51 (19/33) Installing py3-msgpack (1.0.0-r0) 00:46:51 (20/33) Installing py3-lockfile (0.12.2-r3) 00:46:51 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:46:51 (22/33) Installing py3-colorama (0.4.3-r0) 00:46:51 (23/33) Installing py3-distlib (0.3.0-r0) 00:46:51 (24/33) Installing py3-distro (1.5.0-r1) 00:46:51 (25/33) Installing py3-webencodings (0.5.1-r3) 00:46:51 (26/33) Installing py3-html5lib (1.0.1-r4) 00:46:51 (27/33) Installing py3-pytoml (0.1.21-r0) 00:46:51 (28/33) Installing py3-pep517 (0.8.2-r0) 00:46:51 (29/33) Installing py3-progress (1.5-r0) 00:46:51 (30/33) Installing py3-toml (0.10.1-r0) 00:46:51 ---> Running in 43ab8f249c61 00:46:51 (31/33) Installing py3-retrying (1.3.3-r0) 00:46:51 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:46:51 (33/33) Installing py3-pip (20.1.1-r0) 00:46:51 Executing busybox-1.31.1-r16.trigger 00:46:51 OK: 71 MiB in 55 packages 00:46:51 Removing intermediate container 1847bd09f867 00:46:51 ---> ee2d0dfbface 00:46:51 00:46:52 ---> 2aa5bd7a46ba 00:46:52 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:46:52 Successfully built ee2d0dfbface 00:46:53 Successfully tagged docker-core-command-go-arm64:latest 00:46:53  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 00:46:53 Removing intermediate container 43ab8f249c61 00:46:53 ---> 8ebea7d97f6e 00:46:53 Step 26/29 : CMD [ "generate" ] 00:46:53 ---> Running in cb2cb4063a2d 00:46:53 ---> Running in ddd0bbece337 00:46:54 Removing intermediate container cb2cb4063a2d 00:46:54 ---> c4556c2e9ebe 00:46:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:54 Removing intermediate container ddd0bbece337 00:46:54 ---> 1d2604f3b8ab 00:46:54 Step 27/29 : LABEL arch=arm64 00:46:54 ---> Running in 508e7f100286 00:46:55 ---> Running in 67fa785af6d4 00:46:55 Removing intermediate container 508e7f100286 00:46:55 ---> d9ce7a64ff16 00:46:55 Step 20/22 : LABEL arch=arm64 00:46:56 Removing intermediate container 67fa785af6d4 00:46:56 ---> bb1c0dc62858 00:46:56 Step 28/29 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:46:57 ---> Running in 980043b55c9e 00:46:57 ---> Running in 3ef508ed1d95 00:46:58 Removing intermediate container 980043b55c9e 00:46:58 ---> b00d4f7b1dc4 00:46:58 Step 21/22 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:46:58 Removing intermediate container 3ef508ed1d95 00:46:58 ---> c03b1bef7389 00:46:58 Step 29/29 : LABEL version=0.0.0 00:46:59 ---> Running in 5b7c98ce66a2 00:46:59 ---> Running in a9c4725b453f 00:47:00 Removing intermediate container 5b7c98ce66a2 00:47:00 ---> 61387d9cc47d 00:47:00 Step 22/22 : LABEL version=0.0.0 00:47:00 Removing intermediate container 9156eb3d2722 00:47:00 ---> 22b0de1ded6b 00:47:00 Step 21/27 : RUN pip install docker-compose==1.23.2 00:47:01 Removing intermediate container a9c4725b453f 00:47:01 ---> df774480c330 00:47:01 00:47:01 ---> Running in 14703d68ffb7 00:47:01 Successfully built df774480c330 00:47:01 ---> Running in e25c7b8ebd4f 00:47:02 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:47:02 Building docker-support-notifications-go 00:47:03  Building docker-security-secrets-setup-go ... done Removing intermediate container e25c7b8ebd4f 00:47:03 ---> 039434e9bdbc 00:47:03 00:47:03 Successfully built 039434e9bdbc 00:47:03 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:03  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 00:47:08 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:08 ---> 1b9413143a1e 00:47:08 Step 3/23 : WORKDIR /edgex-go 00:47:08 ---> Using cache 00:47:08 ---> 37be9a39b011 00:47:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:08 ---> Using cache 00:47:08 ---> d9e08767d139 00:47:08 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:47:08 Collecting docker-compose==1.23.2 00:47:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:47:11 Collecting docker<4.0,>=3.6.0 00:47:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:47:11 ---> Running in 94eae06f229f 00:47:12 Collecting texttable<0.10,>=0.9.0 00:47:12 Downloading texttable-0.9.1.tar.gz (11 kB) 00:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:15 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:15 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:15 OK: 12617 distinct packages available 00:47:15 Collecting jsonschema<3,>=2.5.1 00:47:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:47:16 OK: 217 MiB in 51 packages 00:47:16 Collecting PyYAML<4,>=3.10 00:47:16 Downloading PyYAML-3.13.tar.gz (270 kB) 00:47:21 Removing intermediate container 94eae06f229f 00:47:21 ---> 15c19e3c77a7 00:47:21 Step 6/23 : COPY go.mod . 00:47:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:47:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:47:22 ---> c44205e9984c 00:47:22 Step 7/23 : RUN go mod download 00:47:23 ---> Running in ee9c4aa863c5 00:47:23 Collecting websocket-client<1.0,>=0.32.0 00:47:23 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:47:24 Collecting cached-property<2,>=1.2.0 00:47:24 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:47:24 Collecting dockerpty<0.5,>=0.4.1 00:47:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:47:27 Removing intermediate container ee9c4aa863c5 00:47:27 ---> d159c05fd355 00:47:27 Step 8/23 : COPY . . 00:47:27 Collecting docopt<0.7,>=0.6.1 00:47:27 Downloading docopt-0.6.2.tar.gz (25 kB) 00:47:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:47:30 Collecting docker-pycreds>=0.4.0 00:47:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:47:31 Collecting urllib3<1.25,>=1.21.1 00:47:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:47:31 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) 00:47:31 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) 00:47:32 Collecting idna<2.8,>=2.5 00:47:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:47:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:47:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:47:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:47:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:47:33 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, jsonschema, PyYAML, cached-property, dockerpty, docopt, docker-compose 00:47:34 Attempting uninstall: urllib3 00:47:34 Found existing installation: urllib3 1.25.9 00:47:34 Uninstalling urllib3-1.25.9: 00:47:34 Successfully uninstalled urllib3-1.25.9 00:47:35 Attempting uninstall: idna 00:47:35 Found existing installation: idna 2.9 00:47:35 Uninstalling idna-2.9: 00:47:35 Successfully uninstalled idna-2.9 00:47:36 Attempting uninstall: requests 00:47:36 Found existing installation: requests 2.23.0 00:47:36 Uninstalling requests-2.23.0: 00:47:36 Successfully uninstalled requests-2.23.0 00:47:37 Running setup.py install for texttable: started 00:47:40 Running setup.py install for texttable: finished with status 'done' 00:47:41 Running setup.py install for PyYAML: started 00:47:44 Running setup.py install for PyYAML: finished with status 'done' 00:47:44 Running setup.py install for dockerpty: started 00:47:45 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:47:45 ---> 1b9413143a1e 00:47:45 Step 3/26 : WORKDIR /edgex-go 00:47:45 ---> Using cache 00:47:45 ---> 37be9a39b011 00:47:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:45 ---> Using cache 00:47:45 ---> d9e08767d139 00:47:45 Step 5/26 : RUN apk update && apk add make git 00:47:45 ---> Using cache 00:47:45 ---> 6fd10cc638e2 00:47:45 Step 6/26 : COPY go.mod . 00:47:45 ---> Using cache 00:47:45 ---> fd8a6144f483 00:47:45 Step 7/26 : RUN go mod download 00:47:45 ---> Using cache 00:47:45 ---> 79fb874d1571 00:47:45 Step 8/26 : COPY . . 00:47:45 ---> Using cache 00:47:45 ---> 6509d8baf30a 00:47: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 00:47:47 Running setup.py install for dockerpty: finished with status 'done' 00:47:47 Running setup.py install for docopt: started 00:47:51 Running setup.py install for docopt: finished with status 'done' 00:47:53 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 00:47:53 ---> Running in b26c7ef2fbb7 00:47:54 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:54 ---> 1b9413143a1e 00:47:54 Step 3/24 : WORKDIR /edgex-go 00:47:54 ---> Using cache 00:47:54 ---> 37be9a39b011 00:47:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:54 ---> Using cache 00:47:54 ---> d9e08767d139 00:47:54 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:47:54 ---> Running in b2f13256f343 00:47:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:54 ---> 1b9413143a1e 00:47:54 Step 3/21 : WORKDIR /edgex-go 00:47:54 ---> Using cache 00:47:54 ---> 37be9a39b011 00:47:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:54 ---> Using cache 00:47:54 ---> d9e08767d139 00:47:54 Step 5/21 : RUN apk update && apk add make git 00:47:54 ---> Using cache 00:47:54 ---> 6fd10cc638e2 00:47:54 Step 6/21 : COPY go.mod . 00:47:54 ---> Using cache 00:47:54 ---> fd8a6144f483 00:47:54 Step 7/21 : RUN go mod download 00:47:54 ---> Using cache 00:47:54 ---> 79fb874d1571 00:47:54 Step 8/21 : COPY . . 00:47:54 ---> Using cache 00:47:54 ---> 6509d8baf30a 00:47:54 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:47:55 ---> Running in 4a86788ec234 00:47:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:57 ---> 586b6423e9e7 00:47:57 Step 9/23 : RUN make cmd/core-data/core-data 00:47:58 ---> Running in dab276ed44df 00:47:58 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 00:47:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:59 v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:59 v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:59 OK: 12617 distinct packages available 00:47:59 Removing intermediate container 14703d68ffb7 00:47:59 ---> f1b312723a4a 00:47:59 Step 22/27 : RUN apk --no-cache add curl 00:48:00 ---> Running in e31e8d85940c 00:48:01 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 00:48:01 OK: 217 MiB in 51 packages 00:48:03 Removing intermediate container b2f13256f343 00:48:03 ---> ff954acc2c32 00:48:03 Step 6/24 : COPY go.mod . 00:48:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:04 ---> c366fb25bffe 00:48:04 Step 7/24 : RUN go mod download 00:48:04 ---> Running in 6127d0aaa555 00:48:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:48:05 (2/3) Installing libcurl (7.69.1-r0) 00:48:05 (3/3) Installing curl (7.69.1-r0) 00:48:05 Executing busybox-1.31.1-r16.trigger 00:48:05 OK: 71 MiB in 58 packages 00:48:07 Removing intermediate container e31e8d85940c 00:48:07 ---> 746e6c1f7500 00:48:07 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:48:07 ---> Running in a38064f82da4 00:48:08 Removing intermediate container a38064f82da4 00:48:08 ---> 48dc2e9cff5d 00:48:08 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:08 ---> Running in 2f6eca7bbe67 00:48:09 Removing intermediate container 2f6eca7bbe67 00:48:09 ---> dce8c41bc349 00:48:09 Step 25/27 : LABEL arch=arm64 00:48:09 ---> Running in 39d564458cff 00:48:10 Removing intermediate container 6127d0aaa555 00:48:10 ---> 374866fe4b46 00:48:10 Step 8/24 : COPY . . 00:48:10 Removing intermediate container 39d564458cff 00:48:10 ---> b09e8cfc0a5c 00:48:10 Step 26/27 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:48:10 ---> Running in 308c354c05b1 00:48:12 Removing intermediate container 308c354c05b1 00:48:12 ---> f1b0767787cd 00:48:12 Step 27/27 : LABEL version=0.0.0 00:48:12 ---> Running in 163b5ca96c1a 00:48:14 Removing intermediate container 163b5ca96c1a 00:48:14 ---> 0bf813bd780e 00:48:14 00:48:15 Successfully built 0bf813bd780e 00:48:15 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:48:15 Building docker-security-proxy-setup-go 00:48:47  Building docker-sys-mgmt-agent-go ... done  ---> 923b2537944c 00:48:47 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:48:47 ---> Running in 087039d1111a 00:48:47 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 00:48:49 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:48:49 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:48:49 ---> 1b9413143a1e 00:48:49 Step 3/20 : WORKDIR /edgex-go 00:48:49 ---> Using cache 00:48:49 ---> 37be9a39b011 00:48:49 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:49 ---> Using cache 00:48:49 ---> d9e08767d139 00:48:49 Step 5/20 : RUN apk update && apk add make git 00:48:49 ---> Using cache 00:48:49 ---> 6fd10cc638e2 00:48:49 Step 6/20 : COPY go.mod . 00:48:49 ---> Using cache 00:48:49 ---> fd8a6144f483 00:48:49 Step 7/20 : RUN go mod download 00:48:49 ---> Using cache 00:48:49 ---> 79fb874d1571 00:48:49 Step 8/20 : COPY . . 00:48:49 ---> Using cache 00:48:49 ---> 6509d8baf30a 00:48:49 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:48:49 ---> Running in a4b291e6340c 00:48:52 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 00:49:25 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 00:49:37 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 00:49:52 Removing intermediate container b26c7ef2fbb7 00:49:52 ---> 8d08fc731f10 00:49:52 00:49:52 Step 10/26 : FROM alpine:3.10 00:49:52 3.10: Pulling from library/alpine 00:49:52 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:49:52 Status: Downloaded newer image for alpine:3.10 00:49:52 ---> 536a684cf733 00:49:52 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:49:52 ---> Running in 76ab5f4641af 00:49:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:49:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:49:56 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:49:56 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:49:56 OK: 10167 distinct packages available 00:49:57 (1/5) Installing ca-certificates (20191127-r2) 00:49:57 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:49:57 (3/5) Installing libcurl (7.66.0-r0) 00:49:57 (4/5) Installing curl (7.66.0-r0) 00:49:57 (5/5) Installing dumb-init (1.2.2-r1) 00:49:57 Executing busybox-1.30.1-r3.trigger 00:49:57 Executing ca-certificates-20191127-r2.trigger 00:49:58 OK: 7 MiB in 19 packages 00:50:01 Removing intermediate container 76ab5f4641af 00:50:01 ---> b32eb3efd40b 00:50:01 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:01 ---> Running in 528db125ea0c 00:50:01 Removing intermediate container 528db125ea0c 00:50:01 ---> 79bfe14fa763 00:50:01 Step 13/26 : WORKDIR / 00:50:01 ---> Running in 6be9981441b7 00:50:02 Removing intermediate container 6be9981441b7 00:50:02 ---> f417ea393a54 00:50:02 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:04 ---> 94b70717576f 00:50:04 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:50:06 ---> 61e92685fd18 00:50:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:07 ---> 845e864cad34 00:50:07 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:50:09 ---> 9f3ce8d2434d 00:50:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:09 Removing intermediate container 4a86788ec234 00:50:09 ---> 34ab4b2a20ab 00:50:09 00:50:09 Step 10/21 : FROM scratch 00:50:09 ---> 00:50:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:09 ---> Using cache 00:50:09 ---> 7b808da0931c 00:50:09 Step 12/21 : ENV APP_PORT=48085 00:50:10 ---> Running in a24632808874 00:50:11 Removing intermediate container a24632808874 00:50:11 ---> 64e1af5544ba 00:50:11 Step 13/21 : EXPOSE $APP_PORT 00:50:11 ---> Running in cb6abf4fff7e 00:50:11 ---> 9ca2f032ccf0 00:50:11 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:12 Removing intermediate container cb6abf4fff7e 00:50:12 ---> e6c3ab1b1420 00:50:12 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:50:13 ---> 552a6a5b53bf 00:50:13 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:50:13 ---> 1ce0865d53f7 00:50:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:15 ---> 5bf9209d77eb 00:50:15 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:15 ---> a394a3f7ad55 00:50:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:16 ---> d3b5538ba21b 00:50:16 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:50:17 ---> Running in 0832a5bbdc3c 00:50:17 ---> 5b17a54a8c0d 00:50:17 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:50:17 ---> Running in 704e0d940ff3 00:50:19 Removing intermediate container 704e0d940ff3 00:50:19 ---> 7429cce65951 00:50:19 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:19 ---> Running in 243846c2f95b 00:50:20 Removing intermediate container 243846c2f95b 00:50:20 ---> 043f2aee9391 00:50:20 Step 19/21 : LABEL arch=arm64 00:50:20 Removing intermediate container a4b291e6340c 00:50:20 ---> b900f03be3f5 00:50:20 00:50:20 Step 10/20 : FROM alpine 00:50:20 ---> 62ee0e9f8440 00:50:20 ---> Running in 44840ca05acc 00:50:20 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:50:20 ---> Running in fed527e8df37 00:50:21 Removing intermediate container 44840ca05acc 00:50:21 ---> f802a19c55b5 00:50:21 Step 20/21 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:50:21 ---> Running in 4cbb05361c27 00:50:21 Removing intermediate container 0832a5bbdc3c 00:50:21 ---> 4236c8988209 00:50:21 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:50:22 ---> Running in c0feb3813112 00:50:23 Removing intermediate container 4cbb05361c27 00:50:23 ---> 0c9f5f270c4b 00:50:23 Step 21/21 : LABEL version=0.0.0 00:50:23 ---> Running in 2c6cfd9875af 00:50:23 Removing intermediate container c0feb3813112 00:50:23 ---> bb3f2aabae15 00:50:23 Step 24/26 : LABEL arch=arm64 00:50:23 ---> Running in 5b2363dcee12 00:50:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:24 Removing intermediate container 5b2363dcee12 00:50:24 ---> c2112b8714d5 00:50:24 Step 25/26 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:50:24 Removing intermediate container 2c6cfd9875af 00:50:24 ---> 7bfef0a4a393 00:50:24 00:50:24 ---> Running in cfb86b372a28 00:50:25 v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:50:25 v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:50:25 OK: 12617 distinct packages available 00:50:25 Successfully built 7bfef0a4a393 00:50:25 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:25  Building docker-support-scheduler-go ... done Removing intermediate container cfb86b372a28 00:50:25 ---> 274087f212b2 00:50:25 Step 26/26 : LABEL version=0.0.0 00:50:25 ---> Running in c6f51763b7fb 00:50:26 (1/4) Installing ca-certificates (20191127-r4) 00:50:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:26 Removing intermediate container c6f51763b7fb 00:50:26 ---> 23997a4c4bf5 00:50:26 00:50:26 (3/4) Installing libcurl (7.69.1-r0) 00:50:26 (4/4) Installing curl (7.69.1-r0) 00:50:26 Executing busybox-1.31.1-r16.trigger 00:50:26 Executing ca-certificates-20191127-r4.trigger 00:50:26 OK: 7 MiB in 18 packages 00:50:26 Successfully built 23997a4c4bf5 00:50:26 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:29  Building docker-security-secretstore-setup-go ... done Removing intermediate container fed527e8df37 00:50:29 ---> a3acf4ce5546 00:50:29 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:29 ---> Running in 30a880710457 00:50:29 Removing intermediate container 30a880710457 00:50:29 ---> 297165d844da 00:50:29 Step 13/20 : WORKDIR /edgex 00:50:29 ---> Running in 1338a715e9ed 00:50:30 Removing intermediate container 1338a715e9ed 00:50:30 ---> b222110c8f80 00:50:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:31 ---> 554ed1c3735c 00:50:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:32 ---> 0781b378f155 00:50:32 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:32 ---> Running in ae3eca522fc7 00:50:33 Removing intermediate container ae3eca522fc7 00:50:33 ---> ad0a1687629f 00:50:33 Step 17/20 : CMD ["--init=true"] 00:50:33 ---> Running in f5f28ae422d8 00:50:34 Removing intermediate container f5f28ae422d8 00:50:34 ---> 70973f398606 00:50:34 Step 18/20 : LABEL arch=arm64 00:50:34 ---> Running in 6f0a75f9a957 00:50:34 Removing intermediate container 6f0a75f9a957 00:50:34 ---> c1ad358153e9 00:50:34 Step 19/20 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:50:35 ---> Running in b78746b18b62 00:50:35 Removing intermediate container b78746b18b62 00:50:35 ---> 4f7a83e5a845 00:50:35 Step 20/20 : LABEL version=0.0.0 00:50:36 ---> Running in ce3ebcc140d2 00:50:36 Removing intermediate container ce3ebcc140d2 00:50:36 ---> 1cae70a35d12 00:50:36 00:50:37 Successfully built 1cae70a35d12 00:50:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:39  Building docker-security-proxy-setup-go ... done Removing intermediate container 087039d1111a 00:50:39 ---> f14f59161e30 00:50:39 00:50:39 Step 10/24 : FROM scratch 00:50:39 ---> 00:50:39 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:50:39 ---> Using cache 00:50:39 ---> 6d1c15962681 00:50:39 Step 12/24 : ENV APP_PORT=48060 00:50:39 ---> Running in 494a0ae2bbfd 00:50:40 Removing intermediate container 494a0ae2bbfd 00:50:40 ---> b02b33da06a5 00:50:40 Step 13/24 : EXPOSE $APP_PORT 00:50:40 ---> Running in cd5318883362 00:50:41 Removing intermediate container cd5318883362 00:50:41 ---> 2ee98fdf4cea 00:50:41 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:50:42 ---> fe3d506add80 00:50:42 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:50:42 Removing intermediate container dab276ed44df 00:50:42 ---> 194e41a42f59 00:50:42 00:50:42 Step 10/23 : FROM alpine 00:50:42 ---> 62ee0e9f8440 00:50:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:42 ---> Running in e0e0bc9a2002 00:50:43 Removing intermediate container e0e0bc9a2002 00:50:43 ---> eabc81ec76ec 00:50:43 Step 12/23 : ENV APP_PORT=48080 00:50:43 ---> d7d94de231c9 00:50:43 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:50:43 ---> Running in e451b1fc01e0 00:50:44 Removing intermediate container e451b1fc01e0 00:50:44 ---> 7a6ff79feca5 00:50:44 Step 13/23 : EXPOSE $APP_PORT 00:50:44 ---> Running in c558b28ac920 00:50:44 ---> 990d2348e1f4 00:50:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:50:44 Removing intermediate container c558b28ac920 00:50:44 ---> 85e3013790af 00:50:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:44 ---> Running in c34f91ca0262 00:50:45 ---> c43fdffbaac8 00:50:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:47 ---> 85ef79702179 00:50:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:48 Removing intermediate container c34f91ca0262 00:50:48 ---> efe6658656f4 00:50:48 Step 15/23 : RUN apk --no-cache add zeromq 00:50:48 ---> b20078cd60b4 00:50:48 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:50:48 ---> Running in e61e009a61c5 00:50:48 ---> Running in 6ef6a8dab247 00:50:48 Removing intermediate container 6ef6a8dab247 00:50:48 ---> c0cecf7f9e21 00:50:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:49 ---> Running in 373a4070e278 00:50:49 Removing intermediate container 373a4070e278 00:50:49 ---> ff9dd8b689de 00:50:49 Step 22/24 : LABEL arch=arm64 00:50:49 ---> Running in 545bed5afdd7 00:50:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:50 Removing intermediate container 545bed5afdd7 00:50:50 ---> e08035788cf2 00:50:50 Step 23/24 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:50:50 ---> Running in 95e6d046d972 00:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:50 Removing intermediate container 95e6d046d972 00:50:50 ---> fcc56bd83246 00:50:50 Step 24/24 : LABEL version=0.0.0 00:50:50 ---> Running in e5905e90926e 00:50:51 (1/5) Installing libgcc (9.3.0-r2) 00:50:51 (2/5) Installing libsodium (1.0.18-r0) 00:50:51 Removing intermediate container e5905e90926e 00:50:51 ---> 5561238e11c7 00:50:51 00:50:51 (3/5) Installing libstdc++ (9.3.0-r2) 00:50:51 (4/5) Installing libzmq (4.3.2-r0) 00:50:51 (5/5) Installing zeromq (4.3.2-r0) 00:50:52 Executing busybox-1.31.1-r16.trigger 00:50:52 OK: 8 MiB in 19 packages 00:50:52 Successfully built 5561238e11c7 00:50:52 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:53  Building docker-support-notifications-go ... done Removing intermediate container e61e009a61c5 00:50:53 ---> a969a57465e7 00:50:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:50:54 ---> 677fa75245bd 00:50:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:50:55 ---> 81c93fc9a773 00:50:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:50:56 ---> 61a14594bc4c 00:50:56 Step 19/23 : ENTRYPOINT ["/core-data"] 00:50:56 ---> Running in ac9f29efd9be 00:50:57 Removing intermediate container ac9f29efd9be 00:50:57 ---> 15da7274541b 00:50:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:57 ---> Running in f7d9cc0e4dc7 00:50:58 Removing intermediate container f7d9cc0e4dc7 00:50:58 ---> 2b2143ad29bf 00:50:58 Step 21/23 : LABEL arch=arm64 00:50:58 ---> Running in 4971b06e1774 00:50:58 Removing intermediate container 4971b06e1774 00:50:58 ---> fc564436bd3b 00:50:58 Step 22/23 : LABEL git_sha=e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 00:50:58 ---> Running in 879f2b5692e1 00:50:59 Removing intermediate container 879f2b5692e1 00:50:59 ---> ea1e343523fc 00:50:59 Step 23/23 : LABEL version=0.0.0 00:50:59 ---> Running in 13d1de1536c6 00:51:00 Removing intermediate container 13d1de1536c6 00:51:00 ---> bd383391217f 00:51:00 00:51:00 Successfully built bd383391217f 00:51:00 Successfully tagged docker-core-data-go-arm64:latest 00:51:00  Building docker-core-data-go ... done  [Pipeline] } 00:51:00 $ docker stop --time=1 2faf06ccecf069e743a4da5fa2f1f65b0384aff33ce54861baa03e65553b0424 00:51:02 $ docker rm -f 2faf06ccecf069e743a4da5fa2f1f65b0384aff33ce54861baa03e65553b0424 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:03 + docker images 00:51:03 + grep docker 00:51:03 docker-core-data-go-arm64 latest bd383391217f 4 seconds ago 23.3MB 00:51:03 docker-support-notifications-go-arm64 latest 5561238e11c7 12 seconds ago 13.9MB 00:51:03 docker-security-proxy-setup-go-arm64 latest 1cae70a35d12 27 seconds ago 15.8MB 00:51:03 docker-security-secretstore-setup-go-arm64 latest 23997a4c4bf5 38 seconds ago 32.6MB 00:51:03 docker-support-scheduler-go-arm64 latest 7bfef0a4a393 40 seconds ago 12.6MB 00:51:03 docker-sys-mgmt-agent-go-arm64 latest 0bf813bd780e 2 minutes ago 266MB 00:51:03 docker-core-metadata-go-arm64 latest 039434e9bdbc 4 minutes ago 13.8MB 00:51:03 docker-security-secrets-setup-go-arm64 latest df774480c330 4 minutes ago 24.2MB 00:51:03 docker-core-command-go-arm64 latest ee2d0dfbface 4 minutes ago 12.4MB 00:51:03 docker-support-logging-go-arm64 latest e4e2203fc7f1 4 minutes ago 11.4MB 00:51:03 docker latest ce9d55ae87f1 8 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 00:51:05 provisioning config files... 00:51:05 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5413777695581940811tmp [Pipeline] { [Pipeline] sh 00:51:06 + curl -s https://codecov.io/bash 00:51:06 + bash -s - -t @/w/workspace/edgex-go/2@tmp/config5413777695581940811tmp [Pipeline] } 00:51:06 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 00:51:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:09 ---> package-listing.sh 00:51:09 ++ facter osfamily 00:51:09 ++ tr '[:upper:]' '[:lower:]' 00:51:09 + OS_FAMILY=redhat 00:51:09 + workspace=/w/workspace/edgex-go/2 00:51:09 + START_PACKAGES=/tmp/packages_start.txt 00:51:09 + END_PACKAGES=/tmp/packages_end.txt 00:51:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:09 + PACKAGES=/tmp/packages_start.txt 00:51:09 + '[' /w/workspace/edgex-go/2 ']' 00:51:09 + PACKAGES=/tmp/packages_end.txt 00:51:09 + case "${OS_FAMILY}" in 00:51:09 + rpm -qa 00:51:09 + sort 00:51:13 + '[' -f /tmp/packages_start.txt ']' 00:51:13 + '[' -f /tmp/packages_end.txt ']' 00:51:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:13 + '[' /w/workspace/edgex-go/2 ']' 00:51:13 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:51:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] isUnix [Pipeline] sh 00:51:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:14 00:51:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:14 alpine: Pulling from edgex-lftools-log-publisher 00:51:14 c9b1b535fdd9: Pulling fs layer 00:51:14 2cc5ad85d9ab: Pulling fs layer 00:51:14 756a868c4378: Pulling fs layer 00:51:14 444b2fc9a129: Pulling fs layer 00:51:14 ea15f1150254: Pulling fs layer 00:51:14 41b27a9f41bf: Pulling fs layer 00:51:14 28c525ee5125: Pulling fs layer 00:51:14 094b1ea09ed8: Pulling fs layer 00:51:14 138eaada9080: Pulling fs layer 00:51:14 0622d0fa9048: Pulling fs layer 00:51:14 41b27a9f41bf: Waiting 00:51:14 28c525ee5125: Waiting 00:51:14 444b2fc9a129: Waiting 00:51:14 138eaada9080: Waiting 00:51:14 0622d0fa9048: Waiting 00:51:14 ea15f1150254: Waiting 00:51:14 094b1ea09ed8: Waiting 00:51:14 2cc5ad85d9ab: Verifying Checksum 00:51:14 2cc5ad85d9ab: Download complete 00:51:14 444b2fc9a129: Verifying Checksum 00:51:14 444b2fc9a129: Download complete 00:51:14 c9b1b535fdd9: Verifying Checksum 00:51:14 c9b1b535fdd9: Download complete 00:51:14 ea15f1150254: Verifying Checksum 00:51:14 ea15f1150254: Download complete 00:51:14 28c525ee5125: Verifying Checksum 00:51:14 28c525ee5125: Download complete 00:51:15 756a868c4378: Verifying Checksum 00:51:15 756a868c4378: Download complete 00:51:15 c9b1b535fdd9: Pull complete 00:51:15 138eaada9080: Verifying Checksum 00:51:15 138eaada9080: Download complete 00:51:15 0622d0fa9048: Verifying Checksum 00:51:15 0622d0fa9048: Download complete 00:51:15 094b1ea09ed8: Verifying Checksum 00:51:15 094b1ea09ed8: Download complete 00:51:15 2cc5ad85d9ab: Pull complete 00:51:15 41b27a9f41bf: Verifying Checksum 00:51:15 41b27a9f41bf: Download complete 00:51:17 756a868c4378: Pull complete 00:51:17 444b2fc9a129: Pull complete 00:51:18 ea15f1150254: Pull complete 00:51:22 41b27a9f41bf: Pull complete 00:51:23 28c525ee5125: Pull complete 00:51:26 094b1ea09ed8: Pull complete 00:51:26 138eaada9080: Pull complete 00:51:26 0622d0fa9048: Pull complete 00:51:26 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:51:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:26 prd-centos7-docker-4c-2g-707 does not seem to be running inside a container 00:51:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:51:31 $ docker top 2bcc3672f9df4153d18ae254d97a5136b54bff443b88dd0d4923190d1ecd338d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:31 provisioning config files... 00:51:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config9144104385965544381tmp [Pipeline] { [Pipeline] echo 00:51:31 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:31 ---> create-netrc.sh [Pipeline] echo 00:51:31 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:32 ---> logs-deploy.sh 00:51:32 + ARCHIVE_ARTIFACTS= 00:51:32 + LOGS_SERVER=https://logs.edgexfoundry.org 00:51:32 + '[' https://logs.edgexfoundry.org == None ']' 00:51:32 + NEXUS_URL=https://nexus.edgexfoundry.org 00:51:32 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2664/2 00:51:32 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2664/2/ 00:51:32 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2664/2 /w/workspace/edgex-go/2 00:51:33 Archives upload complete. 00:51:33 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2664/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2664/2/ 00:51:34 ---> uname -a: 00:51:34 Linux 2bcc3672f9df 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:51:34 00:51:34 00:51:34 ---> lscpu: 00:51:34 Architecture: x86_64 00:51:34 CPU op-mode(s): 32-bit, 64-bit 00:51:34 Byte Order: Little Endian 00:51:34 Address sizes: 40 bits physical, 48 bits virtual 00:51:34 CPU(s): 4 00:51:34 On-line CPU(s) list: 0-3 00:51:34 Thread(s) per core: 1 00:51:34 Core(s) per socket: 1 00:51:34 Socket(s): 4 00:51:34 NUMA node(s): 1 00:51:34 Vendor ID: GenuineIntel 00:51:34 CPU family: 6 00:51:34 Model: 44 00:51:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:51:34 Stepping: 1 00:51:34 CPU MHz: 2933.438 00:51:34 BogoMIPS: 5866.87 00:51:34 Virtualization: VT-x 00:51:34 Hypervisor vendor: KVM 00:51:34 Virtualization type: full 00:51:34 L1d cache: 128 KiB 00:51:34 L1i cache: 128 KiB 00:51:34 L2 cache: 16 MiB 00:51:34 L3 cache: 64 MiB 00:51:34 NUMA node0 CPU(s): 0-3 00:51:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:51:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:51:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:51:34 Vulnerability Meltdown: Mitigation; PTI 00:51:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:51:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:51:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:51:34 Vulnerability Tsx async abort: Not affected 00:51:34 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 00:51:34 00:51:34 00:51:34 ---> nproc: 00:51:34 4 00:51:34 00:51:34 00:51:34 ---> df -h: 00:51:34 Filesystem Size Used Available Use% Mounted on 00:51:34 overlay 50.0G 13.4G 36.6G 27% / 00:51:34 tmpfs 64.0M 0 64.0M 0% /dev 00:51:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:51:34 shm 64.0M 0 64.0M 0% /dev/shm 00:51:34 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 00:51:34 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 00:51:34 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 00:51:34 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa 00:51:34 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/2 00:51:34 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/2@tmp 00:51:34 00:51:34 00:51:34 ---> free -m: 00:51:34 total used free shared buff/cache available 00:51:34 Mem: 1837 623 105 0 1108 1134 00:51:34 Swap: 1023 94 929 00:51:34 00:51:34 00:51:34 ---> ip addr: 00:51:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:51:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:51:34 inet 127.0.0.1/8 scope host lo 00:51:34 valid_lft forever preferred_lft forever 00:51:34 118: eth0@if119: mtu 1458 qdisc noqueue state UP 00:51:34 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 00:51:34 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 00:51:34 valid_lft forever preferred_lft forever 00:51:34 00:51:34 00:51:34 ---> sar -b -r -n DEV: 00:51:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/22/20 _x86_64_ (4 CPU) 00:51:34 00:51:34 00:29:33 LINUX RESTART 00:51:34 00:51:34 00:30:02 tps rtps wtps bread/s bwrtn/s 00:51:34 00:31:01 135.39 47.35 88.04 8058.87 38838.10 00:51:34 00:32:01 390.13 260.97 129.17 9817.37 59861.10 00:51:34 00:33:01 330.32 167.43 162.89 8144.91 31630.44 00:51:34 00:34:01 266.33 149.71 116.63 6121.62 29078.78 00:51:34 00:35:02 941.16 689.65 251.51 90872.59 173788.29 00:51:34 00:36:01 2380.49 2049.11 331.38 153133.23 157573.89 00:51:34 00:37:01 603.12 324.74 278.38 52954.36 98609.78 00:51:34 00:38:02 2653.29 2263.68 389.62 195912.59 207048.81 00:51:34 00:39:01 699.17 410.84 288.33 38284.92 58482.57 00:51:34 00:40:01 114.37 14.60 99.77 3096.65 6527.09 00:51:34 00:41:01 2.51 0.93 1.58 164.66 25.93 00:51:34 00:42:01 0.30 0.12 0.18 1.07 1.63 00:51:34 00:43:01 0.48 0.20 0.28 6.93 3.25 00:51:34 00:44:01 0.30 0.02 0.28 0.53 2.48 00:51:34 00:45:01 1.67 1.38 0.28 49.83 3.50 00:51:34 00:46:01 0.82 0.03 0.78 1.07 14.77 00:51:34 00:47:01 0.28 0.00 0.28 0.00 3.48 00:51:34 00:48:01 0.47 0.22 0.25 2.13 2.88 00:51:34 00:49:01 0.33 0.13 0.20 2.00 1.80 00:51:34 00:50:01 0.28 0.02 0.27 0.27 3.58 00:51:34 00:51:01 0.68 0.35 0.33 4.13 4.53 00:51:34 Average: 405.46 303.63 101.84 26984.32 41049.39 00:51:34 00:51:34 00:30:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:51:34 00:31:01 81956 1799600 95.64 2620 1151032 1309436 44.69 548872 1086276 106004 00:51:34 00:32:01 154496 1727060 91.79 1492 1068056 1320756 45.08 561304 963724 88 00:51:34 00:33:01 149296 1732260 92.07 1464 1032196 1517536 51.79 662752 824540 44100 00:51:34 00:34:01 303300 1578256 83.88 392 770572 1495524 51.04 696028 639352 89696 00:51:34 00:35:02 578436 1303120 69.26 0 693624 1259912 43.00 428924 710296 12388 00:51:34 00:36:01 239008 1642548 87.30 0 580400 4383896 149.61 712036 710636 38752 00:51:34 00:37:01 65600 1815956 96.51 0 1140760 1723452 58.82 774584 857512 9544 00:51:34 00:38:02 545132 1336424 71.03 0 740328 1588760 54.22 483812 662660 8 00:51:34 00:39:01 386532 1495024 79.46 0 882888 1453600 49.61 537224 740076 8 00:51:34 00:40:01 310628 1570928 83.49 0 1019500 1181552 40.32 566532 786644 8 00:51:34 00:41:01 304412 1577144 83.82 0 1024248 1167148 39.83 571212 788244 8 00:51:34 00:42:01 305824 1575732 83.75 0 1024256 1152756 39.34 570256 787920 8 00:51:34 00:43:01 306212 1575344 83.73 0 1024276 1152756 39.34 570264 788136 8 00:51:34 00:44:01 305724 1575832 83.75 0 1024264 1152756 39.34 570140 788136 8 00:51:34 00:45:01 304496 1577060 83.82 0 1025112 1152756 39.34 570772 788488 16 00:51:34 00:46:01 304132 1577424 83.84 0 1025120 1152828 39.34 571012 788488 8 00:51:34 00:47:01 304460 1577096 83.82 0 1025128 1152792 39.34 570948 788488 8 00:51:34 00:48:01 304880 1576676 83.80 0 1025132 1152756 39.34 570768 788548 8 00:51:34 00:49:01 304508 1577048 83.82 0 1025144 1152756 39.34 570648 788612 20 00:51:34 00:50:01 304704 1576852 83.81 0 1025148 1152756 39.34 570792 788612 8 00:51:34 00:51:01 304088 1577468 83.84 0 1025160 1152828 39.34 571040 788744 20 00:51:34 Average: 293706 1587850 84.39 284 969159 1425205 48.64 583330 793054 14320 00:51:34 00:51:34 00:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 00:51:34 00:31:01 eth0 1424.43 1168.52 5573.56 165.39 0.00 0.00 0.00 00:51:34 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:31:01 docker0 616.19 543.28 49.76 1869.91 0.00 0.00 0.00 00:51:34 00:31:01 veth70ac10d 616.19 543.41 58.18 1869.92 0.00 0.00 0.00 00:51:34 00:32:01 eth0 1345.17 868.07 6424.35 2769.66 0.00 0.00 0.00 00:51:34 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:32:01 vethf091e49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:32:01 vethf8324c9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:33:01 eth0 339.69 234.43 1928.08 61.57 0.00 0.00 0.00 00:51:34 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:33:01 veth8e35a39 0.00 0.13 0.00 0.01 0.00 0.00 0.00 00:51:34 00:33:01 docker0 1010.91 950.25 79.40 3495.77 0.00 0.00 0.00 00:51:34 00:34:01 eth0 63.24 44.92 33.68 70.06 0.00 0.00 0.00 00:51:34 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:34:01 veth8e35a39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:35:02 veth54c8455 0.00 0.13 0.00 0.01 0.00 0.00 0.00 00:51:34 00:35:02 eth0 3234.87 2357.67 15482.01 3092.61 0.00 0.00 0.00 00:51:34 00:35:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 00:51:34 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:36:01 veth54c8455 0.00 0.30 0.00 0.01 0.00 0.00 0.00 00:51:34 00:36:01 veth4df19db 0.00 0.12 0.00 0.01 0.00 0.00 0.00 00:51:34 00:36:01 eth0 3352.54 2438.77 15957.92 3167.19 0.00 0.00 0.00 00:51:34 00:36:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 00:51:34 00:37:01 veth54c8455 0.00 0.13 0.00 0.01 0.00 0.00 0.00 00:51:34 00:37:01 eth0 66.78 47.77 108.93 69.79 0.00 0.00 0.00 00:51:34 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:37:01 docker0 1039.50 990.15 81.03 3717.68 0.00 0.00 0.00 00:51:34 00:38:02 veth54c8455 0.00 0.33 0.00 0.01 0.00 0.00 0.00 00:51:34 00:38:02 veth68ebf3d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 00:51:34 00:38:02 eth0 3451.40 2505.74 16011.19 3252.45 0.00 0.00 0.00 00:51:34 00:38:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 00:51:34 00:39:01 veth54c8455 0.00 0.20 0.00 0.01 0.00 0.00 0.00 00:51:34 00:39:01 eth0 108.88 68.28 455.15 64.48 0.00 0.00 0.00 00:51:34 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:39:01 veth13342ef 14.93 32.38 0.98 259.40 0.00 0.00 0.00 00:51:34 00:40:01 eth0 43.25 22.89 128.04 11.76 0.00 0.00 0.00 00:51:34 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:40:01 docker0 1096.14 1086.27 84.50 4339.33 0.00 0.00 0.00 00:51:34 00:41:01 eth0 0.33 0.27 0.14 0.08 0.00 0.00 0.00 00:51:34 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:42:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 00:51:34 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:43:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 00:51:34 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:44:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 00:51:34 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 00:51:34 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:46:01 eth0 0.35 0.18 0.14 0.07 0.00 0.00 0.00 00:51:34 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:47:01 eth0 0.22 0.23 0.08 0.02 0.00 0.00 0.00 00:51:34 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 00:51:34 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:49:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 00:51:34 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 00:51:34 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:51:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 00:51:34 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 Average: eth0 171.76 123.87 791.90 159.24 0.00 0.00 0.00 00:51:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 Average: docker0 52.27 51.80 4.03 206.94 0.00 0.00 0.00 00:51:34 00:51:34 00:51:34 ---> sar -P ALL: 00:51:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/22/20 _x86_64_ (4 CPU) 00:51:34 00:51:34 00:29:33 LINUX RESTART 00:51:34 00:51:34 00:30:02 CPU %user %nice %system %iowait %steal %idle 00:51:34 00:31:01 all 17.98 0.00 9.40 6.47 0.12 66.03 00:51:34 00:31:01 0 18.68 0.00 11.55 6.32 0.16 63.29 00:51:34 00:31:01 1 16.64 0.00 10.34 7.04 0.12 65.85 00:51:34 00:31:01 2 19.90 0.00 8.17 6.01 0.10 65.81 00:51:34 00:31:01 3 16.72 0.00 7.51 6.53 0.10 69.14 00:51:34 00:32:01 all 21.05 0.00 8.55 1.70 0.14 68.56 00:51:34 00:32:01 0 21.70 0.00 9.28 2.01 0.12 66.89 00:51:34 00:32:01 1 25.05 0.00 8.58 1.71 0.17 64.50 00:51:34 00:32:01 2 20.96 0.00 8.50 1.33 0.14 69.07 00:51:34 00:32:01 3 16.48 0.00 7.84 1.78 0.12 73.78 00:51:34 00:33:01 all 17.25 0.00 8.76 9.08 0.17 64.74 00:51:34 00:33:01 0 17.08 0.00 9.33 8.86 0.17 64.55 00:51:34 00:33:01 1 17.56 0.00 8.35 7.13 0.14 66.83 00:51:34 00:33:01 2 17.21 0.00 9.24 10.13 0.15 63.27 00:51:34 00:33:01 3 17.14 0.00 8.13 10.19 0.22 64.31 00:51:34 00:34:01 all 50.35 0.00 14.18 5.34 0.12 30.00 00:51:34 00:34:01 0 49.75 0.00 14.45 8.46 0.12 27.21 00:51:34 00:34:01 1 50.78 0.00 13.20 2.31 0.12 33.58 00:51:34 00:34:01 2 50.25 0.00 15.07 5.44 0.14 29.10 00:51:34 00:34:01 3 50.64 0.00 14.00 5.17 0.10 30.08 00:51:34 00:35:02 all 22.18 0.00 19.09 5.74 0.54 52.45 00:51:34 00:35:02 0 20.18 0.00 18.55 4.66 0.50 56.11 00:51:34 00:35:02 1 20.33 0.00 19.37 4.85 0.50 54.97 00:51:34 00:35:02 2 24.95 0.00 18.95 6.21 0.58 49.31 00:51:34 00:35:02 3 23.25 0.00 19.55 7.23 0.57 49.41 00:51:34 00:36:01 all 27.06 0.00 24.85 23.59 0.63 23.88 00:51:34 00:36:01 0 27.39 0.00 24.86 23.26 0.71 23.78 00:51:34 00:36:01 1 26.38 0.00 24.89 22.96 0.62 25.15 00:51:34 00:36:01 2 27.60 0.00 24.11 24.64 0.64 23.01 00:51:34 00:36:01 3 26.86 0.00 25.50 23.54 0.52 23.58 00:51:34 00:37:01 all 49.85 0.00 17.79 15.90 0.34 16.12 00:51:34 00:37:01 0 48.82 0.00 17.73 15.61 0.35 17.49 00:51:34 00:37:01 1 48.96 0.00 17.94 15.09 0.36 17.65 00:51:34 00:37:01 2 51.11 0.00 17.69 17.31 0.35 13.56 00:51:34 00:37:01 3 50.51 0.00 17.82 15.56 0.33 15.78 00:51:34 00:38:02 all 22.10 0.00 25.12 27.34 0.44 25.01 00:51:34 00:38:02 0 23.49 0.00 25.48 27.56 0.38 23.08 00:51:34 00:38:02 1 21.57 0.00 26.71 28.85 0.38 22.48 00:51:34 00:38:02 2 20.47 0.00 21.57 27.98 0.56 29.41 00:51:34 00:38:02 3 22.87 0.00 26.69 24.94 0.44 25.05 00:51:34 00:39:01 all 50.05 0.00 16.69 15.18 0.27 17.81 00:51:34 00:39:01 0 50.36 0.00 16.97 14.46 0.30 17.92 00:51:34 00:39:01 1 48.88 0.00 17.53 13.72 0.31 19.55 00:51:34 00:39:01 2 48.20 0.00 16.74 15.38 0.28 19.40 00:51:34 00:39:01 3 52.75 0.00 15.50 17.16 0.23 14.36 00:51:34 00:40:01 all 5.27 0.00 3.44 4.67 0.04 86.57 00:51:34 00:40:01 0 8.11 0.00 3.53 5.06 0.03 83.26 00:51:34 00:40:01 1 2.84 0.00 2.94 2.89 0.02 91.33 00:51:34 00:40:01 2 5.88 0.00 3.71 4.85 0.03 85.53 00:51:34 00:40:01 3 4.26 0.00 3.59 5.88 0.05 86.22 00:51:34 00:41:01 all 0.15 0.00 0.03 0.02 0.00 99.79 00:51:34 00:41:01 0 0.05 0.00 0.03 0.03 0.00 99.88 00:51:34 00:41:01 1 0.03 0.00 0.05 0.05 0.00 99.87 00:51:34 00:41:01 2 0.53 0.00 0.02 0.00 0.00 99.45 00:51:34 00:41:01 3 0.02 0.00 0.03 0.03 0.00 99.92 00:51:34 00:42:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:51:34 00:42:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:51:34 00:42:01 1 0.02 0.00 0.03 0.00 0.02 99.93 00:51:34 00:42:01 2 0.52 0.00 0.03 0.02 0.00 99.43 00:51:34 00:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:51:34 00:43:01 all 0.14 0.00 0.02 0.00 0.00 99.83 00:51:34 00:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:51:34 00:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:51:34 00:43:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:51:34 00:43:01 3 0.02 0.00 0.02 0.02 0.00 99.95 00:51:34 00:44:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:51:34 00:44:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:51:34 00:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 00:51:34 00:44:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:51:34 00:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:51:34 00:45:01 all 0.15 0.00 0.05 0.02 0.00 99.79 00:51:34 00:45:01 0 0.05 0.00 0.07 0.08 0.00 99.80 00:51:34 00:45:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:51:34 00:45:01 2 0.52 0.00 0.05 0.00 0.00 99.43 00:51:34 00:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:51:34 00:46:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:51:34 00:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:51:34 00:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:51:34 00:46:01 2 0.52 0.00 0.03 0.00 0.00 99.45 00:51:34 00:46:01 3 0.05 0.00 0.05 0.00 0.00 99.90 00:51:34 00:47:01 all 0.08 0.00 0.03 0.00 0.00 99.90 00:51:34 00:47:01 0 0.03 0.00 0.00 0.00 0.00 99.97 00:51:34 00:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:51:34 00:47:01 2 0.27 0.00 0.07 0.00 0.00 99.67 00:51:34 00:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:51:34 00:48:01 all 0.04 0.00 0.03 0.01 0.00 99.93 00:51:34 00:48:01 0 0.03 0.00 0.02 0.02 0.00 99.93 00:51:34 00:48:01 1 0.03 0.00 0.00 0.00 0.00 99.97 00:51:34 00:48:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:51:34 00:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:51:34 00:49:01 all 0.15 0.00 0.03 0.01 0.00 99.81 00:51:34 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:51:34 00:49:01 1 0.05 0.00 0.05 0.03 0.00 99.87 00:51:34 00:49:01 2 0.50 0.00 0.05 0.00 0.00 99.45 00:51:34 00:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:51:34 00:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:51:34 00:50:01 0 0.03 0.00 0.02 0.02 0.00 99.93 00:51:34 00:50:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:51:34 00:50:01 2 0.55 0.00 0.02 0.00 0.00 99.43 00:51:34 00:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:51:34 00:51:01 all 0.15 0.00 0.03 0.01 0.00 99.80 00:51:34 00:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:51:34 00:51:01 1 0.03 0.00 0.05 0.02 0.00 99.90 00:51:34 00:51:01 2 0.52 0.00 0.02 0.00 0.02 99.45 00:51:34 00:51:01 3 0.02 0.00 0.05 0.02 0.00 99.92 00:51:34 Average: all 13.27 0.00 6.89 5.34 0.13 74.38 00:51:34 Average: 0 13.33 0.00 7.07 5.40 0.13 74.06 00:51:34 Average: 1 13.02 0.00 6.98 4.94 0.13 74.93 00:51:34 Average: 2 13.60 0.00 6.71 5.54 0.14 74.01 00:51:34 Average: 3 13.12 0.00 6.79 5.46 0.12 74.50 00:51:34 00:51:34 00:51:34