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+1421448afc2248c8ed7ba2afa89517a5a2307549 (06aa909980254da69a2fff36f203504531e43c12) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 --version # 'git version 2.16.6' > 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 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-500 in /w/workspace/edgexfoundry_edgex-go_PR-2664 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' 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 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit 99ac93074a3e34989b3d43e9392a48a56cab33e0 > 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 Merge succeeded, producing 720e7787e780524db870908aa63d76c69fee835c Checking out Revision 720e7787e780524db870908aa63d76c69fee835c (PR-2664) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 720e7787e780524db870908aa63d76c69fee835c # timeout=10 Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:30:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:30:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:30:51 ========================================================= 20:30:51 EdgeX Global Pipelines Version Info 20:30:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:30:53 ------------------- 20:30:53 stable info: 20:30:53 ------------------- 20:30:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:30:53 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 20:30:53 Message: update stable to v1.0.106 20:30:54 ------------------- 20:30:54 experimental info: 20:30:54 ------------------- 20:30:54 Commited By: **** collab-it+edgex@linuxfoundation.org 20:30:54 Commit SHA: 4bfbf48e2de9ad395c46d40451a58600a1527367 20:30:54 Message: update experimental to v1.0.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 20:30:55 ++ 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 20:30:55 + for file in '`ls cmd/**/Dockerfile`' 20:30:55 ++ dirname cmd/core-command/Dockerfile 20:30:55 ++ cut -d/ -f2 20:30:55 + echo core-command,cmd/core-command/Dockerfile 20:30:55 + for file in '`ls cmd/**/Dockerfile`' 20:30:55 ++ cut -d/ -f2 20:30:55 ++ dirname cmd/core-data/Dockerfile 20:30:55 + echo core-data,cmd/core-data/Dockerfile 20:30:55 + for file in '`ls cmd/**/Dockerfile`' 20:30:55 ++ dirname cmd/core-metadata/Dockerfile 20:30:55 ++ cut -d/ -f2 20:30:55 + echo core-metadata,cmd/core-metadata/Dockerfile 20:30:55 + for file in '`ls cmd/**/Dockerfile`' 20:30:55 ++ dirname cmd/security-proxy-setup/Dockerfile 20:30:55 ++ cut -d/ -f2 20:30:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:30:55 + for file in '`ls cmd/**/Dockerfile`' 20:30:55 ++ dirname cmd/security-secrets-setup/Dockerfile 20:30:55 ++ cut -d/ -f2 20:30:55 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 20:30:55 + for file in '`ls cmd/**/Dockerfile`' 20:30:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:30:55 ++ cut -d/ -f2 20:30:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:30:55 + for file in '`ls cmd/**/Dockerfile`' 20:30:55 ++ dirname cmd/support-logging/Dockerfile 20:30:55 ++ cut -d/ -f2 20:30:55 + echo support-logging,cmd/support-logging/Dockerfile 20:30:55 + for file in '`ls cmd/**/Dockerfile`' 20:30:55 ++ dirname cmd/support-notifications/Dockerfile 20:30:55 ++ cut -d/ -f2 20:30:55 + echo support-notifications,cmd/support-notifications/Dockerfile 20:30:55 + for file in '`ls cmd/**/Dockerfile`' 20:30:55 ++ dirname cmd/support-scheduler/Dockerfile 20:30:55 ++ cut -d/ -f2 20:30:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:30:55 + for file in '`ls cmd/**/Dockerfile`' 20:30:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:30:55 ++ cut -d/ -f2 20:30:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:30:55 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 20:30:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:56 20:30:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:30:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:57 latest: Pulling from edgex-devops/git-semver 20:30:57 31603596830f: Pulling fs layer 20:30:57 2a8b12db71e7: Pulling fs layer 20:30:57 6ca5941a6612: Pulling fs layer 20:30:57 ecc8261a40a4: Pulling fs layer 20:30:57 ecc8261a40a4: Waiting 20:30:57 2a8b12db71e7: Verifying Checksum 20:30:57 2a8b12db71e7: Download complete 20:30:57 31603596830f: Verifying Checksum 20:30:57 31603596830f: Download complete 20:30:57 6ca5941a6612: Verifying Checksum 20:30:57 6ca5941a6612: Download complete 20:30:57 ecc8261a40a4: Verifying Checksum 20:30:57 ecc8261a40a4: Download complete 20:30:57 31603596830f: Pull complete 20:30:57 2a8b12db71e7: Pull complete 20:30:58 6ca5941a6612: Pull complete 20:30:58 ecc8261a40a4: Pull complete 20:30:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:30:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:30:58 prd-centos7-docker-4c-2g-500 does not seem to be running inside a container 20:30:58 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:31:01 $ docker top 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:31:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:31:01 [ssh-agent] Looking for ssh-agent implementation... 20:31:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:31:01 $ docker exec 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd ssh-agent 20:31:01 SSH_AUTH_SOCK=/tmp/ssh-fMYtadi6F8Nd/agent.12 20:31:01 SSH_AGENT_PID=17 20:31:01 Running ssh-add (command line suppressed) 20:31:01 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3251860690627688343.key (/w/workspace/edgex-go/3@tmp/private_key_3251860690627688343.key) 20:31:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:31:02 + git describe --exact-match --tags HEAD 20:31:02 fatal: No names found, cannot describe anything. [Pipeline] } 20:31:02 $ docker exec --env ******** --env ******** 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd ssh-agent -k 20:31:02 unset SSH_AUTH_SOCK; 20:31:02 unset SSH_AGENT_PID; 20:31:02 echo Agent pid 17 killed; 20:31:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:31:02 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:31:02 This usually means this commit has not been tagged. [Pipeline] sshagent 20:31:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:31:02 [ssh-agent] Looking for ssh-agent implementation... 20:31:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:31:02 $ docker exec 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd ssh-agent 20:31:03 SSH_AUTH_SOCK=/tmp/ssh-suRkgWzEfWzN/agent.46 20:31:03 SSH_AGENT_PID=51 20:31:03 Running ssh-add (command line suppressed) 20:31:03 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2510255591943613603.key (/w/workspace/edgex-go/3@tmp/private_key_2510255591943613603.key) 20:31:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:31:03 + git semver init 20:31:03 # -> Open(): unable to determine branch for HEAD 20:31:03 # $GIT_DIR = /w/workspace/edgex-go/3/.git 20:31:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 20:31:03 # $SEMVER_REMOTE_NAME = origin 20:31:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:31:03 # $SEMVER_USER_NAME = edgex-jenkins 20:31:03 # $SEMVER_BRANCH = PR-2664 20:31:03 # $SEMVER_TEMP = /tmp/semver-853598217 20:31:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:32:00 # '/tmp/semver-853598217' -> '/w/workspace/edgex-go/3/.semver' 20:32:00 # -> Force: false 20:32:00 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 20:32:00 $ docker exec --env ******** --env ******** 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd ssh-agent -k 20:32:00 unset SSH_AUTH_SOCK; 20:32:00 unset SSH_AGENT_PID; 20:32:00 echo Agent pid 51 killed; 20:32:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:32:01 + git semver [Pipeline] } 20:32:01 $ docker stop --time=1 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd 20:32:02 $ docker rm -f 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:32:15 Stashed 39 file(s) [Pipeline] echo 20:32:15 [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 20:32:16 ========================================================= 20:32:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:32:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:32:16 + 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 . 20:32:19 Sending build context to Docker daemon 323.1MB 20:32:19 Step 1/7 : ARG BASE=golang:1.13-alpine 20:32:19 Step 2/7 : FROM ${BASE} 20:32:19 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:32:19 df20fa9351a1: Pulling fs layer 20:32:19 ed8968b2872e: Pulling fs layer 20:32:19 a92cc7c5fd73: Pulling fs layer 20:32:19 2dd03ba5bac4: Pulling fs layer 20:32:19 1e091d79d1de: Pulling fs layer 20:32:19 481702a1767f: Pulling fs layer 20:32:19 f64a6f60c768: Pulling fs layer 20:32:19 e78d2573fc39: Pulling fs layer 20:32:19 e876d2f968b6: Pulling fs layer 20:32:19 ce8a83651883: Pulling fs layer 20:32:19 07967f4d0e4b: Pulling fs layer 20:32:19 f64a6f60c768: Waiting 20:32:19 e78d2573fc39: Waiting 20:32:19 e876d2f968b6: Waiting 20:32:19 07967f4d0e4b: Waiting 20:32:19 ce8a83651883: Waiting 20:32:19 1e091d79d1de: Waiting 20:32:19 2dd03ba5bac4: Waiting 20:32:19 481702a1767f: Waiting 20:32:19 a92cc7c5fd73: Verifying Checksum 20:32:19 a92cc7c5fd73: Download complete 20:32:19 ed8968b2872e: Download complete 20:32:19 1e091d79d1de: Verifying Checksum 20:32:19 1e091d79d1de: Download complete 20:32:19 df20fa9351a1: Verifying Checksum 20:32:19 df20fa9351a1: Download complete 20:32:20 f64a6f60c768: Verifying Checksum 20:32:20 f64a6f60c768: Download complete 20:32:20 e876d2f968b6: Verifying Checksum 20:32:20 e876d2f968b6: Download complete 20:32:21 2dd03ba5bac4: Verifying Checksum 20:32:21 2dd03ba5bac4: Download complete 20:32:21 07967f4d0e4b: Verifying Checksum 20:32:21 07967f4d0e4b: Download complete 20:32:21 ce8a83651883: Verifying Checksum 20:32:21 e78d2573fc39: Verifying Checksum 20:32:21 e78d2573fc39: Download complete 20:32:21 df20fa9351a1: Pull complete 20:32:22 ed8968b2872e: Pull complete 20:32:22 a92cc7c5fd73: Pull complete 20:32:27 2dd03ba5bac4: Pull complete 20:32:27 1e091d79d1de: Pull complete 20:32:27 481702a1767f: Pull complete 20:32:31 Still waiting to schedule task 20:32:31 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:32:34 f64a6f60c768: Pull complete 20:32:37 e78d2573fc39: Pull complete 20:32:37 e876d2f968b6: Pull complete 20:32:38 ce8a83651883: Pull complete 20:32:38 07967f4d0e4b: Pull complete 20:32:38 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 20:32:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:32:38 ---> 5d7c900382c6 20:32:38 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 20:32:39 ---> Running in 5def0c67c157 20:32:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:32:41 (1/12) Installing libmagic (5.38-r0) 20:32:41 (2/12) Installing file (5.38-r0) 20:32:41 (3/12) Installing libc-dev (0.7.2-r3) 20:32:41 (4/12) Installing g++ (9.3.0-r2) 20:32:47 (5/12) Installing fortify-headers (1.1-r0) 20:32:47 (6/12) Installing patch (2.7.6-r6) 20:32:47 (7/12) Installing build-base (0.5-r2) 20:32:47 (8/12) Installing libsodium (1.0.18-r0) 20:32:47 (9/12) Installing pkgconf (1.7.2-r0) 20:32:47 (10/12) Installing libsodium-dev (1.0.18-r0) 20:32:47 (11/12) Installing libzmq (4.3.2-r0) 20:32:47 (12/12) Installing zeromq-dev (4.3.2-r0) 20:32:47 Executing busybox-1.31.1-r16.trigger 20:32:47 OK: 233 MiB in 51 packages 20:32:51 Removing intermediate container 5def0c67c157 20:32:51 ---> 91180f3dd40d 20:32:51 Step 4/7 : WORKDIR /edgex-go 20:32:51 ---> Running in 7756bfc9da47 20:32:51 Removing intermediate container 7756bfc9da47 20:32:51 ---> 4aeab90144b9 20:32:51 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:32:51 latest: Pulling from library/docker 20:32:51 df20fa9351a1: Already exists 20:32:51 25ad7478873d: Pulling fs layer 20:32:51 4684f6177b5d: Pulling fs layer 20:32:51 46e300cec669: Pulling fs layer 20:32:51 63038576ad94: Pulling fs layer 20:32:51 0fdb76c4706c: Pulling fs layer 20:32:51 cb7edeffdfd5: Pulling fs layer 20:32:51 0fdb76c4706c: Waiting 20:32:51 cb7edeffdfd5: Waiting 20:32:51 63038576ad94: Waiting 20:32:51 4684f6177b5d: Download complete 20:32:51 25ad7478873d: Verifying Checksum 20:32:52 0fdb76c4706c: Verifying Checksum 20:32:52 0fdb76c4706c: Download complete 20:32:52 25ad7478873d: Pull complete 20:32:52 63038576ad94: Download complete 20:32:52 cb7edeffdfd5: Verifying Checksum 20:32:52 cb7edeffdfd5: Download complete 20:32:52 4684f6177b5d: Pull complete 20:32:53 46e300cec669: Verifying Checksum 20:32:53 46e300cec669: Download complete 20:32:55 46e300cec669: Pull complete 20:32:55 63038576ad94: Pull complete 20:32:55 0fdb76c4706c: Pull complete 20:32:55 cb7edeffdfd5: Pull complete 20:32:55 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 20:32:55 Status: Downloaded newer image for docker:latest 20:32:57 ---> 098dd1cd28e4 20:32:57 Step 6/7 : COPY go.mod . 20:32:57 ---> e718fe8a3e3f 20:32:57 Step 7/7 : RUN go mod download 20:32:57 ---> Running in dd88b2cdb148 20:33:00 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:33:00 go: finding github.com/BurntSushi/toml v0.3.1 20:33:00 go: finding github.com/OneOfOne/xxhash v1.2.5 20:33:00 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:33:00 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:33:00 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:33:00 go: finding github.com/bgentry/speakeasy v0.1.0 20:33:00 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:33:00 go: finding github.com/cloudflare/gokey v0.1.0 20:33:00 go: finding github.com/davecgh/go-spew v1.1.1 20:33:00 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:33:00 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:33:00 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 20:33:00 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:33:00 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 20:33:00 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:33:00 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 20:33:00 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:33:00 go: finding github.com/fatih/color v1.7.0 20:33:00 go: finding github.com/fsnotify/fsnotify v1.4.7 20:33:00 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:33:00 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 20:33:01 go: finding github.com/go-kit/kit v0.8.0 20:33:01 go: finding github.com/go-logfmt/logfmt v0.4.0 20:33:01 go: finding github.com/go-playground/assert/v2 v2.0.1 20:33:01 go: finding github.com/go-playground/locales v0.13.0 20:33:01 go: finding github.com/go-playground/universal-translator v0.17.0 20:33:01 go: finding github.com/go-playground/validator/v10 v10.3.0 20:33:01 go: finding github.com/go-redis/redis/v7 v7.2.0 20:33:01 go: finding github.com/go-stack/stack v1.8.0 20:33:01 go: finding github.com/golang/protobuf v1.3.2 20:33:01 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:33:01 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:33:01 go: finding github.com/google/uuid v1.1.0 20:33:01 go: finding github.com/gorilla/mux v1.7.1 20:33:01 go: finding github.com/hashicorp/consul/api v1.1.0 20:33:01 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:33:01 go: finding github.com/hashicorp/errwrap v1.0.0 20:33:01 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:33:01 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:33:02 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:33:02 go: finding github.com/hashicorp/go-multierror v1.0.0 20:33:02 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:33:02 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:33:02 go: finding github.com/hashicorp/go-syslog v1.0.0 20:33:02 go: finding github.com/hashicorp/go-uuid v1.0.1 20:33:02 go: finding github.com/hashicorp/go.net v0.0.1 20:33:02 go: finding github.com/hashicorp/golang-lru v0.5.0 20:33:02 go: finding github.com/hashicorp/logutils v1.0.0 20:33:02 go: finding github.com/hashicorp/mdns v1.0.0 20:33:02 go: finding github.com/hashicorp/memberlist v0.1.3 20:33:02 go: finding github.com/hashicorp/serf v0.8.2 20:33:02 go: finding github.com/hpcloud/tail v1.0.0 20:33:02 go: finding github.com/imdario/mergo v0.3.6 20:33:02 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:33:02 go: finding github.com/kr/pretty v0.1.0 20:33:02 go: finding github.com/kr/pty v1.1.1 20:33:02 go: finding github.com/kr/text v0.1.0 20:33:02 go: finding github.com/leodido/go-urn v1.2.0 20:33:02 go: finding github.com/mattn/go-colorable v0.0.9 20:33:02 go: finding github.com/mattn/go-isatty v0.0.3 20:33:02 go: finding github.com/miekg/dns v1.0.14 20:33:03 go: finding github.com/mitchellh/cli v1.0.0 20:33:03 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:33:03 go: finding github.com/mitchellh/copystructure v1.0.0 20:33:03 go: finding github.com/mitchellh/go-homedir v1.0.0 20:33:03 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:33:03 go: finding github.com/mitchellh/gox v0.4.0 20:33:03 go: finding github.com/mitchellh/iochan v1.0.0 20:33:03 go: finding github.com/mitchellh/mapstructure v1.1.2 20:33:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:33:03 go: finding github.com/onsi/ginkgo v1.10.1 20:33:03 go: finding github.com/onsi/gomega v1.7.0 20:33:03 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:33:03 go: finding github.com/pebbe/zmq4 v1.0.0 20:33:03 go: finding github.com/pelletier/go-toml v1.2.0 20:33:03 go: finding github.com/pkg/errors v0.8.1 20:33:03 go: finding github.com/pmezard/go-difflib v1.0.0 20:33:03 go: finding github.com/posener/complete v1.1.1 20:33:03 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:33:03 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:33:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:33:03 go: finding github.com/stretchr/objx v0.1.0 20:33:03 go: finding github.com/stretchr/testify v1.5.1 20:33:03 go: finding github.com/ugorji/go v1.1.4 20:33:03 go: finding github.com/x448/float16 v0.8.4 20:33:04 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 20:33:04 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:33:04 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:33:04 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:33:04 go: finding golang.org/x/text v0.3.2 20:33:04 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:33:04 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:33:04 go: finding gopkg.in/eapache/queue.v1 v1.1.0 20:33:04 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:33:04 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:33:04 go: finding gopkg.in/yaml.v2 v2.2.8 20:33:22 Removing intermediate container dd88b2cdb148 20:33:22 ---> 2ad6cc1100f1 20:33:22 Successfully built 2ad6cc1100f1 20:33:22 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 20:33:23 + docker inspect -f . ci-base-image-x86_64 20:33:23 . [Pipeline] withDockerContainer 20:33:23 prd-centos7-docker-4c-2g-500 does not seem to be running inside a container 20:33:23 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:33:24 $ docker top 3e25d073611b90975f3ab5aac52b512b66ab7d649bc7b278da83ba3d9c9e9dbe -eo pid,comm [Pipeline] { [Pipeline] sh 20:33:24 + go version 20:33:24 go version go1.13.13 linux/amd64 [Pipeline] echo 20:33:24 ========================================================= 20:33:24 [edgeXBuildGoParallel] Running Tests and Build... 20:33:24 ========================================================= [Pipeline] sh 20:33:25 + make test 20:33:25 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:33:27 ? github.com/edgexfoundry/edgex-go [no test files] 20:33:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:33:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:33:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:33:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:33:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:33:42 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.009s 20:33:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 20:33:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:33:42 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 20:33:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:33:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:33:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:33:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:33:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.027s coverage: 46.6% of statements 20:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.074s coverage: 27.2% of statements 20:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.004s coverage: 100.0% of statements 20:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.008s coverage: 100.0% of statements 20:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.321s coverage: 82.5% of statements 20:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.326s coverage: 92.9% of statements 20:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.085s coverage: 28.6% of statements 20:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.008s coverage: 100.0% of statements 20:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.015s coverage: 100.0% of statements 20:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 89.8% of statements 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.026s coverage: 97.5% of statements 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.031s coverage: 100.0% of statements 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:33:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.005s coverage: 58.8% of statements 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 20:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 20:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.041s coverage: 63.5% of statements 20:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.017s coverage: 100.0% of statements 20:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.079s coverage: 55.9% of statements 20:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 20:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 20:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.418s coverage: 86.3% of statements 20:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 20:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.260s coverage: 72.2% of statements 20:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.097s coverage: 72.1% of statements 20:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.008s coverage: 82.4% of statements 20:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements 20:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 20:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 20:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 20:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.013s coverage: 28.8% of statements 20:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 20:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.010s coverage: 96.8% of statements 20:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 20:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.051s coverage: 26.9% of statements 20:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.070s coverage: 84.1% of statements 20:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.025s coverage: 100.0% of statements 20:34:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.005s coverage: 42.9% of statements 20:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 20:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 20:34:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.011s coverage: 100.0% of statements 20:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 20:34:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.035s coverage: 83.8% of statements 20:34:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 20:34:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.036s coverage: 45.1% of statements 20:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:34:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements 20:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:34:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.036s coverage: 100.0% of statements 20:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:34:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.026s coverage: 100.0% of statements 20:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:34:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements 20:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:34:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.019s coverage: 99.0% of statements 20:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:34:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.028s coverage: 100.0% of statements 20:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:34:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 20:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:34:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.013s coverage: 100.0% of statements 20:34:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:34:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:34:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:34:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:34:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.014s coverage: 87.9% of statements 20:34:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:34:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:34:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements 20:34:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 20:34:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.010s coverage: 100.0% of statements 20:34:05 GO111MODULE=on go vet ./... 20:34:10 gofmt -l . 20:34:11 [ "`gofmt -l .`" = "" ] 20:34:11 ./bin/test-go-mod-tidy.sh 20:34:12 ./bin/test-attribution-txt.sh [Pipeline] sh 20:34:14 + ls -al . 20:34:14 total 552 20:34:14 drwxrwxr-x 10 1001 1001 4096 Aug 27 20:34 . 20:34:14 drwxr-xr-x 4 root root 28 Aug 27 20:33 .. 20:34:14 -rw-rw-r-- 1 1001 1001 11 Aug 27 20:30 .dockerignore 20:34:14 drwxrwxr-x 8 1001 1001 179 Aug 27 20:30 .git 20:34:14 drwxrwxr-x 3 1001 1001 60 Aug 27 20:30 .github 20:34:14 -rw-rw-r-- 1 1001 1001 932 Aug 27 20:30 .gitignore 20:34:14 drwx------ 3 1001 1001 47 Aug 27 20:31 .semver 20:34:14 -rw-rw-r-- 1 1001 1001 166 Aug 27 20:30 .sonarcloud.properties 20:34:14 -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:30 CONTRIBUTING.md 20:34:14 -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:30 Dockerfile.build 20:34:14 -rw-rw-r-- 1 1001 1001 865 Aug 27 20:30 Jenkinsfile 20:34:14 -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:30 LICENSE 20:34:14 -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:30 Makefile 20:34:14 -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:30 README.md 20:34:14 -rw-rw-r-- 1 1001 1001 259 Aug 27 20:30 SECURITY.md 20:34:14 -rw-rw-r-- 1 1001 1001 5 Aug 27 20:32 VERSION 20:34:14 -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:30 ZMQWindows.md 20:34:14 drwxrwxr-x 2 1001 1001 117 Aug 27 20:30 bin 20:34:14 drwxrwxr-x 15 1001 1001 4096 Aug 27 20:30 cmd 20:34:14 -rw-r--r-- 1 root root 458659 Aug 27 20:34 coverage.out 20:34:14 -rw-r--r-- 1 root root 1019 Aug 27 20:34 go.mod 20:34:14 -rw-r--r-- 1 root root 19185 Aug 27 20:34 go.sum 20:34:14 drwxrwxr-x 8 1001 1001 127 Aug 27 20:30 internal 20:34:14 drwxrwxr-x 4 1001 1001 26 Aug 27 20:30 openapi 20:34:14 drwxrwxr-x 4 1001 1001 71 Aug 27 20:30 snap 20:34:14 -rw-rw-r-- 1 1001 1001 168 Aug 27 20:30 version.go [Pipeline] sh 20:34:14 + '[' -e coverage.out ] 20:34:14 + chown 1001:1001 coverage.out [Pipeline] stash 20:34:14 Stashed 1 file(s) [Pipeline] sh 20:34:14 + make build 20:34:14 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 20:34:21 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 20:34:24 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 20:34:26 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 20:34:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:34:29 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 20:34:29 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 20:34:32 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 20:34:33 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 20:34:34 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 20:34:36 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 20:34:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:34:38 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] } 20:34:39 $ docker stop --time=1 3e25d073611b90975f3ab5aac52b512b66ab7d649bc7b278da83ba3d9c9e9dbe 20:34:41 $ docker rm -f 3e25d073611b90975f3ab5aac52b512b66ab7d649bc7b278da83ba3d9c9e9dbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:34:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:42 20:34:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:34:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:43 latest: Pulling from edgex-devops/edgex-compose 20:34:43 cbdbe7a5bc2a: Pulling fs layer 20:34:43 ca9280d653b3: Pulling fs layer 20:34:43 7e9c9ca2126c: Pulling fs layer 20:34:43 cbdbe7a5bc2a: Verifying Checksum 20:34:43 cbdbe7a5bc2a: Download complete 20:34:43 ca9280d653b3: Verifying Checksum 20:34:43 ca9280d653b3: Download complete 20:34:43 cbdbe7a5bc2a: Pull complete 20:34:44 7e9c9ca2126c: Verifying Checksum 20:34:44 7e9c9ca2126c: Download complete 20:34:44 ca9280d653b3: Pull complete 20:34:49 7e9c9ca2126c: Pull complete 20:34:49 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:34:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:34:49 prd-centos7-docker-4c-2g-500 does not seem to be running inside a container 20:34:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:34:52 $ docker top d7f976e749534714db509accad29747fc302ed7d7a27170ae2f6e6c6707d4d78 -eo pid,comm [Pipeline] { [Pipeline] sh 20:34:53 + docker-compose build --help 20:34:53 + grep parallel 20:34:54 --parallel Build images in parallel. [Pipeline] } 20:34:54 $ docker stop --time=1 d7f976e749534714db509accad29747fc302ed7d7a27170ae2f6e6c6707d4d78 20:34:56 $ docker rm -f d7f976e749534714db509accad29747fc302ed7d7a27170ae2f6e6c6707d4d78 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:34:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:56 . [Pipeline] withDockerContainer 20:34:56 prd-centos7-docker-4c-2g-500 does not seem to be running inside a container 20:34:56 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:34:57 $ docker top e3a1a2936692824a072d6ef843d8ab6fc18949d31fddc5304ba6353cf2770ddc -eo pid,comm [Pipeline] { [Pipeline] sh 20:34:57 + docker-compose -f ./docker-compose-build.yml build --parallel 20:34:58 Building docker-core-command-go ... 20:34:58 Building docker-core-data-go ... 20:34:58 Building docker-core-metadata-go ... 20:34:58 Building docker-security-proxy-setup-go ... 20:34:58 Building docker-security-secrets-setup-go ... 20:34:58 Building docker-security-secretstore-setup-go ... 20:34:58 Building docker-support-logging-go ... 20:34:58 Building docker-support-notifications-go ... 20:34:58 Building docker-support-scheduler-go ... 20:34:58 Building docker-sys-mgmt-agent-go ... 20:34:58 Building docker-security-proxy-setup-go 20:34:58 Building docker-support-scheduler-go 20:34:58 Building docker-support-logging-go 20:34:58 Building docker-security-secretstore-setup-go 20:34:58 Building docker-core-data-go 20:35:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-504 in /w/workspace/edgexfoundry_edgex-go_PR-2664 [Pipeline] { [Pipeline] ws 20:35:03 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 20:35:08 using credential edgex-jenkins-ssh 20:35:09 Cloning the remote Git repository 20:35:09 Cloning with configured refspecs honoured and without tags 20:35:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:35:09 > git init /w/workspace/edgex-go/3 # timeout=10 20:35:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:35:09 > git --version # timeout=10 20:35:09 > git --version # 'git version 2.17.1' 20:35:09 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:09 > 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 20:35:25 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 20:35:25 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:35:25 ---> 2ad6cc1100f1 20:35:25 Step 3/20 : WORKDIR /edgex-go 20:35:25 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:35:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:35:25 ---> 2ad6cc1100f1 20:35:25 Step 3/22 : WORKDIR /edgex-go 20:35:25 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:35:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:35:25 ---> 2ad6cc1100f1 20:35:25 Step 3/21 : WORKDIR /edgex-go 20:35:25 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 20:35:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:35:25 ---> 2ad6cc1100f1 20:35:25 Step 3/26 : WORKDIR /edgex-go 20:35:25 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 20:35:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:35:25 ---> 2ad6cc1100f1 20:35:25 Step 3/23 : WORKDIR /edgex-go 20:35:26 ---> Running in e0faed406d70 20:35:26 ---> Running in a0e7af08ea14 20:35:26 ---> Running in 4d7362bf4a95 20:35:26 ---> Running in 50466aae3bca 20:35:26 ---> Running in 792d91567de6 20:35:26 Removing intermediate container a0e7af08ea14 20:35:26 ---> af4ce086d049 20:35:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:26 Removing intermediate container e0faed406d70 20:35:26 ---> fbfed1d29986 20:35:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:26 Removing intermediate container 4d7362bf4a95 20:35:26 ---> 932c11a415f2 20:35:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:26 Removing intermediate container 50466aae3bca 20:35:26 ---> 9e2e992839ba 20:35:26 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:26 Removing intermediate container 792d91567de6 20:35:26 ---> cf5695ee3be1 20:35:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:26 ---> Running in d652276138cf 20:35:26 ---> Running in 886a0228ceb8 20:35:26 ---> Running in d3a3b7641dd6 20:35:26 ---> Running in 23718adc202e 20:35:26 ---> Running in 25cd1d8129df 20:35:28 Fetching without tags 20:35:28 Merging remotes/origin/master commit 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit 99ac93074a3e34989b3d43e9392a48a56cab33e0 20:35:29 Removing intermediate container 886a0228ceb8 20:35:29 ---> 275214762427 20:35:29 Step 5/22 : RUN apk update && apk add make && apk add bash git 20:35:29 Removing intermediate container d652276138cf 20:35:29 ---> abe8cc1266ca 20:35:29 Step 5/26 : RUN apk update && apk add make git 20:35:29 Removing intermediate container 23718adc202e 20:35:29 ---> b94227902b2a 20:35:29 Step 5/20 : RUN apk update && apk add make git 20:35:29 ---> Running in b4cb44387a0f 20:35:29 ---> Running in bbcc8300ea2c 20:35:29 Removing intermediate container d3a3b7641dd6 20:35:29 ---> 247676933912 20:35:29 Step 5/21 : RUN apk update && apk add make git 20:35:29 Removing intermediate container 25cd1d8129df 20:35:29 ---> 9aa2f7376037 20:35:29 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 20:35:29 ---> Running in d9bdd9efe270 20:35:29 ---> Running in 0b0b99ac576d 20:35:29 Merge succeeded, producing 28775db9230fa58d54722be3939d6b74b82f49ef 20:35:29 Checking out Revision 28775db9230fa58d54722be3939d6b74b82f49ef (PR-2664) 20:35:29 ---> Running in e31d006dac79 20:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:35:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:35:28 > git config --add remote.origin.fetch +refs/pull/2664/head:refs/remotes/origin/PR-2664 # timeout=10 20:35:28 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:35:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:35:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:35:28 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:28 > 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 20:35:28 > git config core.sparsecheckout # timeout=10 20:35:28 > git checkout -f 99ac93074a3e34989b3d43e9392a48a56cab33e0 # timeout=10 20:35:29 > git remote # timeout=10 20:35:29 > git config --get remote.origin.url # timeout=10 20:35:29 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:29 > git merge 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 20:35:29 > git rev-parse HEAD^{commit} # timeout=10 20:35:29 > git config core.sparsecheckout # timeout=10 20:35:29 > git checkout -f 28775db9230fa58d54722be3939d6b74b82f49ef # timeout=10 20:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:35:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:35:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:35:31 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:35:31 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:35:31 OK: 12746 distinct packages available 20:35:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:35:31 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:35:31 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:35:31 OK: 12746 distinct packages available 20:35:31 OK: 233 MiB in 51 packages 20:35:31 OK: 233 MiB in 51 packages 20:35:31 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:35:31 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:35:31 OK: 12746 distinct packages available 20:35:31 OK: 233 MiB in 51 packages 20:35:32 OK: 233 MiB in 51 packages 20:35:32 Removing intermediate container b4cb44387a0f 20:35:32 ---> 909062383438 20:35:32 Step 6/26 : COPY go.mod . 20:35:32 Removing intermediate container bbcc8300ea2c 20:35:32 ---> 922705223e00 20:35:32 Step 6/22 : COPY go.mod . 20:35:32 ---> a953be5d5da1 20:35:32 Step 7/26 : RUN go mod download 20:35:32 Removing intermediate container 0b0b99ac576d 20:35:32 ---> 8b95df085f2d 20:35:32 Step 6/21 : COPY go.mod . 20:35:32 ---> Running in d41532aa8963 20:35:33 ---> cd2eddae292d 20:35:33 Step 7/22 : RUN go mod download 20:35:33 ---> Running in 3728d200d0d0 20:35:33 ---> f3f240cf8051 20:35:33 Step 7/21 : RUN go mod download 20:35:33 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:35:33 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:35:33 OK: 12746 distinct packages available 20:35:33 ---> Running in 8c25182f4149 20:35:33 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:35:33 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:35:33 OK: 12746 distinct packages available 20:35:33 OK: 233 MiB in 51 packages 20:35:33 OK: 233 MiB in 51 packages 20:35:33 Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" 20:35:34 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 20:35:34 Removing intermediate container d9bdd9efe270 20:35:34 ---> 3c9f6ff83fea 20:35:34 Step 6/20 : COPY go.mod . 20:35:34 Removing intermediate container e31d006dac79 20:35:34 ---> d68d1733f68f 20:35:34 Step 6/23 : COPY go.mod . [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 20:35:34 ---> 5200af558093 20:35:34 Step 7/20 : RUN go mod download 20:35:34 ---> 00819495d896 20:35:34 Step 7/23 : RUN go mod download 20:35:34 ---> Running in 53ea62916404 20:35:34 ---> Running in 50693f3a6f90 20:35:33 > git rev-list --no-walk e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 # timeout=10 20:35:35 Removing intermediate container 3728d200d0d0 20:35:35 ---> d5b2a89e5e55 20:35:35 Step 8/22 : COPY . . 20:35:35 Removing intermediate container 8c25182f4149 20:35:35 ---> 3981502e3b99 20:35:35 Step 8/21 : COPY . . 20:35:40 Removing intermediate container d41532aa8963 20:35:40 ---> cd6a206f569c 20:35:40 Step 8/26 : COPY . . [Pipeline] echo 20:35:46 ========================================================= 20:35:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 20:35:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:35:47 + 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 . 20:35:48 Removing intermediate container 53ea62916404 20:35:48 ---> 5b5c95fcc698 20:35:48 Step 8/20 : COPY . . 20:35:51 Sending build context to Docker daemon 323.1MB 20:35:51 Step 1/7 : ARG BASE=golang:1.13-alpine 20:35:51 Step 2/7 : FROM ${BASE} 20:35:51 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:35:51 b538f80385f9: Pulling fs layer 20:35:51 74f711af9a0d: Pulling fs layer 20:35:51 99f96fe45779: Pulling fs layer 20:35:51 fd7a069fd194: Pulling fs layer 20:35:51 66aa3694b03b: Pulling fs layer 20:35:51 170f70906a0f: Pulling fs layer 20:35:51 ad7c5574e4b9: Pulling fs layer 20:35:51 e772456be8f7: Pulling fs layer 20:35:51 c890913d741a: Pulling fs layer 20:35:51 2480fcc9aa5a: Pulling fs layer 20:35:51 09adf4765672: Pulling fs layer 20:35:51 fd7a069fd194: Waiting 20:35:51 66aa3694b03b: Waiting 20:35:51 170f70906a0f: Waiting 20:35:51 ad7c5574e4b9: Waiting 20:35:51 e772456be8f7: Waiting 20:35:51 c890913d741a: Waiting 20:35:51 2480fcc9aa5a: Waiting 20:35:51 09adf4765672: Waiting 20:35:51 99f96fe45779: Verifying Checksum 20:35:51 99f96fe45779: Download complete 20:35:51 74f711af9a0d: Verifying Checksum 20:35:51 74f711af9a0d: Download complete 20:35:51 66aa3694b03b: Verifying Checksum 20:35:51 66aa3694b03b: Download complete 20:35:51 170f70906a0f: Verifying Checksum 20:35:51 170f70906a0f: Download complete 20:35:51 b538f80385f9: Verifying Checksum 20:35:51 b538f80385f9: Download complete 20:35:52 b538f80385f9: Pull complete 20:35:53 74f711af9a0d: Pull complete 20:35:53 99f96fe45779: Pull complete 20:35:53 Removing intermediate container 50693f3a6f90 20:35:53 ---> d62a0da70dcb 20:35:53 Step 8/23 : COPY . . 20:35:54 ad7c5574e4b9: Verifying Checksum 20:35:54 ad7c5574e4b9: Download complete 20:35:54 c890913d741a: Verifying Checksum 20:35:54 c890913d741a: Download complete 20:35:56 2480fcc9aa5a: Verifying Checksum 20:35:56 2480fcc9aa5a: Download complete 20:35:56 09adf4765672: Download complete 20:35:57 e772456be8f7: Verifying Checksum 20:35:57 e772456be8f7: Download complete 20:35:57 fd7a069fd194: Verifying Checksum 20:35:57 fd7a069fd194: Download complete 20:36:09 fd7a069fd194: Pull complete 20:36:09 66aa3694b03b: Pull complete 20:36:09 170f70906a0f: Pull complete 20:36:12 ---> f0cc7e29dcb6 20:36:12 Step 9/22 : RUN make cmd/support-logging/support-logging 20:36:13 ad7c5574e4b9: Pull complete 20:36:13 ---> 69c3a5549e84 20:36:13 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:36:13 ---> 276249d246d8 20:36:13 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 20:36:14 ---> Running in 4bed9652d36b 20:36:15 ---> Running in e944d334e50e 20:36:15 ---> Running in 3e56da99fe73 20:36:17 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 20:36:17 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 20:36:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:36:17 e772456be8f7: Pull complete 20:36:17 c890913d741a: Pull complete 20:36:18 ---> 5bc1bf8c6cc0 20:36:18 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 20:36:19 ---> c2666d2a1a3b 20:36:19 Step 9/23 : RUN make cmd/core-data/core-data 20:36:19 ---> Running in 564d07b3d529 20:36:19 ---> Running in c469bc5c3e98 20:36:20 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 20:36:20 2480fcc9aa5a: Pull complete 20:36:20 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 20:36:21 09adf4765672: Pull complete 20:36:21 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 20:36:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 20:36:21 ---> 2248a725d1cf 20:36:21 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 20:36:27 ---> Running in 9b68668ad7fc 20:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:36:30 (1/12) Installing libmagic (5.38-r0) 20:36:30 (2/12) Installing file (5.38-r0) 20:36:31 (3/12) Installing libc-dev (0.7.2-r3) 20:36:31 (4/12) Installing g++ (9.3.0-r2) 20:36:34 (5/12) Installing fortify-headers (1.1-r0) 20:36:34 (6/12) Installing patch (2.7.6-r6) 20:36:34 (7/12) Installing build-base (0.5-r2) 20:36:34 (8/12) Installing libsodium (1.0.18-r0) 20:36:34 (9/12) Installing pkgconf (1.7.2-r0) 20:36:34 (10/12) Installing libsodium-dev (1.0.18-r0) 20:36:34 (11/12) Installing libzmq (4.3.2-r0) 20:36:34 (12/12) Installing zeromq-dev (4.3.2-r0) 20:36:35 Executing busybox-1.31.1-r16.trigger 20:36:35 OK: 217 MiB in 51 packages 20:36:39 Removing intermediate container 9b68668ad7fc 20:36:39 ---> a8ac9d5190fc 20:36:39 Step 4/7 : WORKDIR /edgex-go 20:36:39 ---> Running in 7b77d6c2d6d8 20:36:39 Removing intermediate container 7b77d6c2d6d8 20:36:39 ---> 2914f2c35277 20:36:39 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:36:40 latest: Pulling from library/docker 20:36:40 b538f80385f9: Already exists 20:36:40 259a493cd78d: Pulling fs layer 20:36:40 b8e66b5100f5: Pulling fs layer 20:36:40 39dc9c94d07c: Pulling fs layer 20:36:40 551b823b3b82: Pulling fs layer 20:36:40 3c52a74df98c: Pulling fs layer 20:36:40 6c9b121b6998: Pulling fs layer 20:36:40 551b823b3b82: Waiting 20:36:40 3c52a74df98c: Waiting 20:36:40 6c9b121b6998: Waiting 20:36:40 b8e66b5100f5: Download complete 20:36:40 259a493cd78d: Verifying Checksum 20:36:40 259a493cd78d: Download complete 20:36:40 551b823b3b82: Download complete 20:36:40 3c52a74df98c: Download complete 20:36:40 6c9b121b6998: Verifying Checksum 20:36:40 6c9b121b6998: Download complete 20:36:41 259a493cd78d: Pull complete 20:36:41 b8e66b5100f5: Pull complete 20:36:41 39dc9c94d07c: Verifying Checksum 20:36:41 39dc9c94d07c: Download complete 20:36:42 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 20:36:45 39dc9c94d07c: Pull complete 20:36:45 551b823b3b82: Pull complete 20:36:45 3c52a74df98c: Pull complete 20:36:45 6c9b121b6998: Pull complete 20:36:45 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 20:36:45 Status: Downloaded newer image for docker:latest 20:36:46 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 20:36:48 Removing intermediate container 564d07b3d529 20:36:48 ---> dfbebac8477e 20:36:48 20:36:48 Step 10/20 : FROM alpine 20:36:48 latest: Pulling from library/alpine 20:36:48 Removing intermediate container 4bed9652d36b 20:36:48 ---> 0a45c697edf0 20:36:48 20:36:48 Step 10/22 : FROM scratch 20:36:48 ---> 20:36:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:36:49 ---> Running in 617f363160a9 20:36:49 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:36:49 Status: Downloaded newer image for alpine:latest 20:36:49 ---> a24bb4013296 20:36:49 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 20:36:49 ---> bbf81748a8fd 20:36:49 Step 6/7 : COPY go.mod . 20:36:49 ---> Running in 00dadff1b0be 20:36:49 ---> 0c2e27cbbf7e 20:36:49 Step 7/7 : RUN go mod download 20:36:50 ---> Running in 3ced0b0cee3c 20:36:50 Removing intermediate container 617f363160a9 20:36:50 ---> a9e43caec10e 20:36:50 Step 12/22 : ENV APP_PORT=48061 20:36:51 ---> Running in 89769c4e8ccd 20:36:51 Removing intermediate container 3e56da99fe73 20:36:51 ---> 02a4578152fe 20:36:51 20:36:51 Step 10/21 : FROM scratch 20:36:51 ---> 20:36:51 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:36:51 ---> Running in 965d40f04baf 20:36:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:36:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:36:52 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:36:52 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:36:52 OK: 12746 distinct packages available 20:36:52 (1/4) Installing ca-certificates (20191127-r4) 20:36:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:36:52 (3/4) Installing libcurl (7.69.1-r0) 20:36:52 (4/4) Installing curl (7.69.1-r0) 20:36:52 Executing busybox-1.31.1-r16.trigger 20:36:52 Executing ca-certificates-20191127-r4.trigger 20:36:52 OK: 7 MiB in 18 packages 20:36:53 Removing intermediate container 89769c4e8ccd 20:36:53 ---> c24f242e2f14 20:36:53 Step 13/22 : EXPOSE $APP_PORT 20:36:54 Removing intermediate container 965d40f04baf 20:36:54 ---> eef6d73bec6f 20:36:54 Step 12/21 : ENV APP_PORT=48085 20:36:54 ---> Running in 79cfb7c2a7e4 20:36:54 Removing intermediate container e944d334e50e 20:36:54 ---> e454478428eb 20:36:54 20:36:54 Step 10/26 : FROM alpine:3.10 20:36:54 ---> Running in 1c8c4b89cb3a 20:36:54 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:36:54 go: finding github.com/BurntSushi/toml v0.3.1 20:36:54 go: finding github.com/OneOfOne/xxhash v1.2.5 20:36:54 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:36:54 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:36:54 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:36:54 go: finding github.com/bgentry/speakeasy v0.1.0 20:36:54 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:36:54 go: finding github.com/cloudflare/gokey v0.1.0 20:36:54 go: finding github.com/davecgh/go-spew v1.1.1 20:36:54 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:36:54 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:36:54 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 20:36:54 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:36:54 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 20:36:54 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:36:54 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 20:36:54 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:36:54 Removing intermediate container 79cfb7c2a7e4 20:36:54 ---> ce53f98a5cc4 20:36:54 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 20:36:54 3.10: Pulling from library/alpine 20:36:54 go: finding github.com/fatih/color v1.7.0 20:36:54 go: finding github.com/fsnotify/fsnotify v1.4.7 20:36:54 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:36:54 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 20:36:54 go: finding github.com/go-kit/kit v0.8.0 20:36:54 go: finding github.com/go-logfmt/logfmt v0.4.0 20:36:55 go: finding github.com/go-playground/assert/v2 v2.0.1 20:36:55 go: finding github.com/go-playground/locales v0.13.0 20:36:55 go: finding github.com/go-playground/universal-translator v0.17.0 20:36:55 go: finding github.com/go-playground/validator/v10 v10.3.0 20:36:55 go: finding github.com/go-redis/redis/v7 v7.2.0 20:36:55 go: finding github.com/go-stack/stack v1.8.0 20:36:55 go: finding github.com/golang/protobuf v1.3.2 20:36:55 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:36:55 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:36:55 go: finding github.com/google/uuid v1.1.0 20:36:55 go: finding github.com/gorilla/mux v1.7.1 20:36:55 go: finding github.com/hashicorp/consul/api v1.1.0 20:36:55 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:36:55 go: finding github.com/hashicorp/errwrap v1.0.0 20:36:55 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:36:55 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:36:55 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:36:55 go: finding github.com/hashicorp/go-multierror v1.0.0 20:36:55 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:36:55 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:36:55 go: finding github.com/hashicorp/go-syslog v1.0.0 20:36:55 go: finding github.com/hashicorp/go-uuid v1.0.1 20:36:55 go: finding github.com/hashicorp/go.net v0.0.1 20:36:55 go: finding github.com/hashicorp/golang-lru v0.5.0 20:36:55 go: finding github.com/hashicorp/logutils v1.0.0 20:36:55 go: finding github.com/hashicorp/mdns v1.0.0 20:36:56 go: finding github.com/hashicorp/memberlist v0.1.3 20:36:56 go: finding github.com/hashicorp/serf v0.8.2 20:36:56 go: finding github.com/hpcloud/tail v1.0.0 20:36:56 go: finding github.com/imdario/mergo v0.3.6 20:36:56 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:36:56 go: finding github.com/kr/pretty v0.1.0 20:36:56 go: finding github.com/kr/pty v1.1.1 20:36:56 go: finding github.com/kr/text v0.1.0 20:36:56 go: finding github.com/leodido/go-urn v1.2.0 20:36:56 go: finding github.com/mattn/go-colorable v0.0.9 20:36:56 go: finding github.com/mattn/go-isatty v0.0.3 20:36:56 go: finding github.com/miekg/dns v1.0.14 20:36:56 go: finding github.com/mitchellh/cli v1.0.0 20:36:56 Removing intermediate container 1c8c4b89cb3a 20:36:56 ---> d584b22e2cae 20:36:56 Step 13/21 : EXPOSE $APP_PORT 20:36:56 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:36:56 go: finding github.com/mitchellh/copystructure v1.0.0 20:36:56 go: finding github.com/mitchellh/go-homedir v1.0.0 20:36:56 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:36:56 go: finding github.com/mitchellh/gox v0.4.0 20:36:56 go: finding github.com/mitchellh/iochan v1.0.0 20:36:56 go: finding github.com/mitchellh/mapstructure v1.1.2 20:36:56 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:36:56 go: finding github.com/onsi/ginkgo v1.10.1 20:36:56 go: finding github.com/onsi/gomega v1.7.0 20:36:56 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:36:56 go: finding github.com/pebbe/zmq4 v1.0.0 20:36:57 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 20:36:57 ---> 4924ed771e72 20:36:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 20:36:57 ---> Running in f6137ed7fb69 20:36:57 Status: Downloaded newer image for alpine:3.10 20:36:57 ---> be4e4bea2c2e 20:36:57 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 20:36:57 Removing intermediate container 00dadff1b0be 20:36:57 ---> a3b0c67fe535 20:36:57 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:36:57 ---> Running in ffc488f1d6f8 20:36:57 go: finding github.com/pelletier/go-toml v1.2.0 20:36:57 go: finding github.com/pkg/errors v0.8.1 20:36:57 go: finding github.com/pmezard/go-difflib v1.0.0 20:36:57 go: finding github.com/posener/complete v1.1.1 20:36:57 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:36:57 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:36:57 ---> Running in b36793866f75 20:36:57 Removing intermediate container f6137ed7fb69 20:36:57 ---> 14ff7d307f71 20:36:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 20:36:57 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:36:57 go: finding github.com/stretchr/objx v0.1.0 20:36:57 go: finding github.com/stretchr/testify v1.5.1 20:36:57 go: finding github.com/ugorji/go v1.1.4 20:36:57 go: finding github.com/x448/float16 v0.8.4 20:36:57 ---> 75f109c002fb 20:36:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 20:36:57 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 20:36:57 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:36:57 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:36:57 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:36:57 go: finding golang.org/x/text v0.3.2 20:36:57 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:36:58 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:36:58 go: finding gopkg.in/eapache/queue.v1 v1.1.0 20:36:58 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:36:58 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:36:58 go: finding gopkg.in/yaml.v2 v2.2.8 20:36:58 Removing intermediate container b36793866f75 20:36:58 ---> 2c385b27650a 20:36:58 Step 13/20 : WORKDIR /edgex 20:36:58 ---> 32e8212d114f 20:36:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:36:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 20:36:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 20:36:58 v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 20:36:58 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 20:36:58 OK: 10346 distinct packages available 20:36:58 (1/5) Installing ca-certificates (20191127-r2) 20:36:58 (2/5) Installing nghttp2-libs (1.39.2-r1) 20:36:58 (3/5) Installing libcurl (7.66.0-r0) 20:36:58 (4/5) Installing curl (7.66.0-r0) 20:36:58 (5/5) Installing dumb-init (1.2.2-r1) 20:36:58 Executing busybox-1.30.1-r3.trigger 20:36:58 Executing ca-certificates-20191127-r2.trigger 20:36:59 OK: 7 MiB in 19 packages 20:36:59 ---> Running in 184819000c18 20:36:59 ---> 037a9619384d 20:36:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 20:37:00 ---> 12bea9e1bb45 20:37:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:37:00 Removing intermediate container c469bc5c3e98 20:37:00 ---> 373c601cb897 20:37:00 20:37:00 Step 10/23 : FROM alpine 20:37:00 ---> a24bb4013296 20:37:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:37:00 Removing intermediate container 184819000c18 20:37:00 ---> c87dba7671b9 20:37:00 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:37:00 ---> Running in 59fa78b72906 20:37:01 ---> c048903e1405 20:37:01 Step 18/22 : ENTRYPOINT ["/support-logging"] 20:37:01 ---> 3656aa3277fb 20:37:01 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:37:01 ---> Running in 2f28e201b40d 20:37:01 ---> Running in 3429fd300015 20:37:01 Removing intermediate container 59fa78b72906 20:37:01 ---> 2e463363ce6f 20:37:01 Step 12/23 : ENV APP_PORT=48080 20:37:02 ---> abb43c73d4a1 20:37:02 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:37:02 Removing intermediate container ffc488f1d6f8 20:37:02 ---> 57029c819357 20:37:02 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:37:02 ---> Running in 7574313dafa2 20:37:02 ---> Running in 149c2f5bf8d6 20:37:02 Removing intermediate container 2f28e201b40d 20:37:02 ---> 8069591b1532 20:37:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:37:02 Removing intermediate container 3429fd300015 20:37:02 ---> 3af31386547a 20:37:02 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:37:02 ---> Running in 3fba7daa7b4d 20:37:02 Removing intermediate container 7574313dafa2 20:37:02 ---> cb7b10e69cc9 20:37:02 Step 13/23 : EXPOSE $APP_PORT 20:37:02 ---> 14a957106883 20:37:02 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:37:02 ---> Running in 2cbfce6b8420 20:37:02 ---> Running in 782f8abbcc87 20:37:02 Removing intermediate container 149c2f5bf8d6 20:37:02 ---> 28191537a08a 20:37:02 Step 13/26 : WORKDIR / 20:37:02 ---> Running in 5d884878d30a 20:37:02 Removing intermediate container 3fba7daa7b4d 20:37:02 ---> 4398b8fd80d5 20:37:02 Step 20/22 : LABEL arch=x86_64 20:37:02 ---> Running in 23ccdffbe40e 20:37:02 ---> Running in 363e0e86037c 20:37:02 Removing intermediate container 2cbfce6b8420 20:37:02 ---> 0dfdf71557bc 20:37:02 Step 19/21 : LABEL arch=x86_64 20:37:02 Removing intermediate container 782f8abbcc87 20:37:02 ---> 403f962d083e 20:37:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:37:03 Removing intermediate container 5d884878d30a 20:37:03 ---> fac04826f776 20:37:03 Step 17/20 : CMD ["--init=true"] 20:37:03 ---> Running in 29194271b84a 20:37:03 ---> Running in 9e19554d24bd 20:37:03 ---> Running in ee0cd30ddfe2 20:37:03 Removing intermediate container 23ccdffbe40e 20:37:03 ---> fa9acbba017f 20:37:03 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:37:03 Removing intermediate container 363e0e86037c 20:37:03 ---> 605e616b9e82 20:37:03 Step 21/22 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:37:04 Removing intermediate container 9e19554d24bd 20:37:04 ---> ddd79ca4084f 20:37:04 Step 20/21 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:37:04 ---> Running in 2a236132e84d 20:37:04 Removing intermediate container ee0cd30ddfe2 20:37:04 ---> 5b8e82ad2791 20:37:04 Step 18/20 : LABEL arch=x86_64 20:37:04 ---> 5ce6367357ac 20:37: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 20:37:04 ---> Running in c3ba23f8c244 20:37:04 ---> Running in d66a5dcca2ef 20:37:04 Removing intermediate container 2a236132e84d 20:37:04 ---> 1ff60f53c508 20:37:04 Step 22/22 : LABEL version=0.0.0 20:37:04 ---> Running in a976fbcc9347 20:37:04 ---> f39e94e6088b 20:37:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:37:04 Removing intermediate container c3ba23f8c244 20:37:04 ---> b361b356aaa8 20:37:04 Step 21/21 : LABEL version=0.0.0 20:37:05 Removing intermediate container d66a5dcca2ef 20:37:05 ---> f65d8864fdeb 20:37:05 Step 19/20 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:37:05 ---> Running in 8dd630074043 20:37:05 ---> Running in 26d676061e6c 20:37:05 Removing intermediate container 29194271b84a 20:37:05 ---> 42f9c0c94490 20:37:05 Step 15/23 : RUN apk --no-cache add zeromq 20:37:05 ---> 3ad462470e48 20:37:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 20:37:05 Removing intermediate container a976fbcc9347 20:37:05 ---> dacfd6a9f478 20:37:05 20:37:05 ---> Running in ec997dcad1ac 20:37:05 Removing intermediate container 8dd630074043 20:37:05 ---> e6b5d435d4c5 20:37:05 20:37:05 Successfully built dacfd6a9f478 20:37:06 Successfully built e6b5d435d4c5 20:37:06 Removing intermediate container 26d676061e6c 20:37:06 ---> 2c4fd5e5675e 20:37:06 Step 20/20 : LABEL version=0.0.0 20:37:06 Successfully tagged docker-support-logging-go:latest 20:37:06  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 20:37:06 Successfully tagged docker-support-scheduler-go:latest 20:37:06 Building docker-core-command-go 20:37:06  Building docker-support-scheduler-go ... done  ---> 475a12010324 20:37:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:37:06 ---> Running in 39f849351265 20:37:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:37:06 Removing intermediate container 39f849351265 20:37:06 ---> 990954883be1 20:37:06 20:37:06 Successfully built 990954883be1 20:37:06 Successfully tagged docker-security-proxy-setup-go:latest 20:37:06 Building docker-support-notifications-go 20:37:06  Building docker-security-proxy-setup-go ... done  ---> f3906b4a8bb0 20:37:06 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:37:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:37:10 (1/5) Installing libgcc (9.3.0-r2) 20:37:10 (2/5) Installing libsodium (1.0.18-r0) 20:37:10 (3/5) Installing libstdc++ (9.3.0-r2) 20:37:11 (4/5) Installing libzmq (4.3.2-r0) 20:37:11 (5/5) Installing zeromq (4.3.2-r0) 20:37:11 Executing busybox-1.31.1-r16.trigger 20:37:11 OK: 8 MiB in 19 packages 20:37:15 ---> 7126aa9e87f7 20:37:15 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 20:37:16 Removing intermediate container ec997dcad1ac 20:37:16 ---> 6d6b327cf731 20:37:16 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 20:37:16 ---> 341a708de150 20:37:16 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:37:20 Removing intermediate container 3ced0b0cee3c 20:37:20 ---> 0f3d7b965462 20:37:20 Successfully built 0f3d7b965462 20:37:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:37:20 + docker inspect -f . ci-base-image-arm64 20:37:20 . [Pipeline] withDockerContainer 20:37:21 prd-ubuntu18.04-docker-arm64-4c-16g-504 does not seem to be running inside a container 20:37:21 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:37:21 ---> 28b47194d09d 20:37:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:37:21 ---> 9ec90914ca63 20:37:21 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:37:22 ---> Running in 2af738826aa6 20:37:22 $ docker top 39fb8557353507e3cce0f2f0f6ea7879fab86dabc673971a6bfa7a2ce4220b58 -eo pid,comm [Pipeline] { [Pipeline] sh 20:37:23 + go version 20:37:23 go version go1.13.13 linux/arm64 [Pipeline] echo 20:37:23 ========================================================= 20:37:23 [edgeXBuildGoParallel] Running Tests and Build... 20:37:23 ========================================================= [Pipeline] sh 20:37:24 ---> 14f3c292d472 20:37:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:37:24 + make test 20:37:24 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:37:26 ---> 2b75689b31b0 20:37:26 Step 19/23 : ENTRYPOINT ["/core-data"] 20:37:26 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 20:37:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:37:26 ---> 2ad6cc1100f1 20:37:26 Step 3/24 : WORKDIR /edgex-go 20:37:26 ---> Using cache 20:37:26 ---> cf5695ee3be1 20:37:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:37:26 ---> Using cache 20:37:26 ---> 9aa2f7376037 20:37:26 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 20:37:26 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 20:37:26 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:37:26 ---> 2ad6cc1100f1 20:37:26 Step 3/27 : WORKDIR /edgex-go 20:37:26 ---> Using cache 20:37:26 ---> cf5695ee3be1 20:37:26 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:37:26 ---> Using cache 20:37:26 ---> 9aa2f7376037 20:37:26 Step 5/27 : RUN apk update && apk add make bash git 20:37:26 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:37:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:37:26 ---> 2ad6cc1100f1 20:37:26 Step 3/22 : WORKDIR /edgex-go 20:37:26 ---> Using cache 20:37:26 ---> cf5695ee3be1 20:37:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:37:26 ---> Using cache 20:37:26 ---> 9aa2f7376037 20:37:26 Step 5/22 : RUN apk update && apk add make git 20:37:27 ? github.com/edgexfoundry/edgex-go [no test files] 20:37:27 ---> Running in 9326ca6bab85 20:37:27 ---> Running in 210de7c35340 20:37:27 ---> Running in 0677abf21c0d 20:37:27 ---> Running in 70fd841adb23 20:37:28 Removing intermediate container 9326ca6bab85 20:37:28 ---> 1f3aa74a1d4e 20:37:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:37:28 Removing intermediate container 2af738826aa6 20:37:28 ---> 66d6e828cb2e 20:37:28 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:37:28 ---> Running in 1d66aab653e4 20:37:28 ---> Running in 437d0f917002 20:37:29 Removing intermediate container 1d66aab653e4 20:37:29 ---> 7c2ca16f68c4 20:37:29 Step 21/23 : LABEL arch=x86_64 20:37:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:37:29 Removing intermediate container 437d0f917002 20:37:29 ---> 16772dbebf4b 20:37:29 Step 24/26 : LABEL arch=x86_64 20:37:29 ---> Running in ec675442df3c 20:37:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:37:29 ---> Running in 00a418f511bf 20:37:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:37:29 Removing intermediate container ec675442df3c 20:37:29 ---> 0f60650a9d32 20:37:29 Step 22/23 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:37:29 ---> Running in ea00732b8c46 20:37:29 Removing intermediate container 00a418f511bf 20:37:29 ---> 477ce15851ee 20:37:29 Step 25/26 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:37:29 ---> Running in a1d599224b98 20:37:29 Removing intermediate container ea00732b8c46 20:37:29 ---> 83dadd74bf9e 20:37:29 Step 23/23 : LABEL version=0.0.0 20:37:29 ---> Running in e171891635f3 20:37:29 Removing intermediate container a1d599224b98 20:37:29 ---> a50091876e1d 20:37:29 Step 26/26 : LABEL version=0.0.0 20:37:29 ---> Running in cf48ca34b7b6 20:37:30 Removing intermediate container e171891635f3 20:37:30 ---> 5494d93feec2 20:37:30 20:37:30 Removing intermediate container cf48ca34b7b6 20:37:30 ---> 49313a6e995e 20:37:30 20:37:30 Successfully built 5494d93feec2 20:37:30 Successfully tagged docker-core-data-go:latest 20:37:30  Building docker-core-data-go ... done Building docker-core-metadata-go 20:37:30 Successfully built 49313a6e995e 20:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:37:30 Successfully tagged docker-security-secretstore-setup-go:latest 20:37:30 Building docker-security-secrets-setup-go 20:37:30  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:37:31 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:37:31 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:37:31 OK: 12746 distinct packages available 20:37:31 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:37:31 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:37:31 OK: 12746 distinct packages available 20:37:31 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:37:31 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:37:31 OK: 12746 distinct packages available 20:37:32 OK: 233 MiB in 51 packages 20:37:32 OK: 233 MiB in 51 packages 20:37:32 OK: 233 MiB in 51 packages 20:37:37 Removing intermediate container 0677abf21c0d 20:37:37 ---> fccaafd39fb1 20:37:37 Step 6/24 : COPY go.mod . 20:37:37 Removing intermediate container 210de7c35340 20:37:37 ---> 118e0a26af32 20:37:37 Step 6/27 : COPY go.mod . 20:37:39 Removing intermediate container 70fd841adb23 20:37:39 ---> af4635a0cfb1 20:37:39 Step 6/22 : COPY go.mod . 20:37:40 ---> a23648cb907a 20:37:40 Step 7/24 : RUN go mod download 20:37:40 ---> 49a899d7a16a 20:37:40 Step 7/27 : RUN go mod download 20:37:41 ---> 58f275f3e399 20:37:41 Step 7/22 : RUN go mod download 20:37:41 ---> Running in 21cc260cde82 20:37:41 ---> Running in 8553cf7a0af1 20:37:41 ---> Running in f10ddc6c6d3f 20:37:45 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:37:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:37:45 ---> 2ad6cc1100f1 20:37:45 Step 3/22 : WORKDIR /edgex-go 20:37:45 ---> Using cache 20:37:45 ---> cf5695ee3be1 20:37:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:37:45 ---> Using cache 20:37:45 ---> 9aa2f7376037 20:37:45 Step 5/22 : RUN apk update && apk add make git 20:37:45 ---> Using cache 20:37:45 ---> af4635a0cfb1 20:37:45 Step 6/22 : COPY go.mod . 20:37:45 ---> Using cache 20:37:45 ---> 58f275f3e399 20:37:45 Step 7/22 : RUN go mod download 20:37:45 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 20:37:45 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 20:37:45 ---> 2ad6cc1100f1 20:37:45 Step 3/29 : WORKDIR /edgex-go 20:37:45 ---> Using cache 20:37:45 ---> cf5695ee3be1 20:37:45 Step 4/29 : RUN apk update && apk add make git 20:37:46 ---> Running in 672c3826d576 20:37:46 ---> Running in ebfaef3411e3 20:37:46 Removing intermediate container 8553cf7a0af1 20:37:46 ---> 1a653ab55a97 20:37:46 Step 8/27 : COPY . . 20:37:46 Removing intermediate container f10ddc6c6d3f 20:37:46 ---> 1d7f980ed5fc 20:37:46 Step 8/22 : COPY . . 20:37:47 Removing intermediate container 21cc260cde82 20:37:47 ---> 78246b889230 20:37:47 Step 8/24 : COPY . . 20:37:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:37:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:37:48 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:37:48 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:37:48 OK: 12746 distinct packages available 20:37:49 OK: 233 MiB in 51 packages 20:37:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:38:01 Removing intermediate container 672c3826d576 20:38:01 ---> 4a11760b3845 20:38:01 Step 8/22 : COPY . . 20:38:06 Removing intermediate container ebfaef3411e3 20:38:06 ---> 7cc10f8a6182 20:38:06 Step 5/29 : COPY go.mod . 20:38:12 ---> 492d6d1b7f5f 20:38:12 Step 6/29 : RUN go mod download 20:38:13 ---> Running in 733faba2440f 20:38:16 ---> 81d67029de6f 20:38:16 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:38:17 ---> 2a0b166c8f5f 20:38:17 Step 9/22 : RUN make cmd/core-command/core-command 20:38:17 ---> b5419ce001d2 20:38:17 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:38:17 ---> Running in 80a034c4fd1e 20:38:17 ---> Running in 4a64d58236da 20:38:17 ---> Running in 4274b8061cb9 20:38:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:38:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:38:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:38:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:38:18 Removing intermediate container 733faba2440f 20:38:18 ---> 386e16d377eb 20:38:18 Step 7/29 : COPY . . 20:38:18 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.032s 20:38:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 20:38:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:38:19 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 20:38:20 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 20:38:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:38:20 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 20:38:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:38:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:38:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:38:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:38:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:38:28 ---> b372e8e272a6 20:38:28 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:38:28 ---> Running in c5cea3947196 20:38:30 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 20:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 46.6% of statements 20:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.256s coverage: 27.2% of statements 20:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements 20:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements 20:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:38:40 ---> 3f9a4b745b02 20:38:40 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 20:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.358s coverage: 82.5% of statements 20:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.446s coverage: 92.9% of statements 20:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:38:41 ---> Running in be840f1cca0a 20:38:42 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 20:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.405s coverage: 28.6% of statements 20:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:38:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.098s coverage: 100.0% of statements 20:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:38:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements 20:38:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.086s coverage: 89.8% of statements 20:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.044s coverage: 100.0% of statements 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:38:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 20:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 20:38:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.227s coverage: 63.5% of statements 20:38:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:38:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:38:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements 20:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.418s coverage: 55.9% of statements 20:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 20:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 20:38:57 Removing intermediate container 80a034c4fd1e 20:38:57 ---> 58bcd689896d 20:38:57 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:38:58 ---> Running in 0c26250201fc 20:38:59 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 20:39:02 Removing intermediate container 4274b8061cb9 20:39:02 ---> f155598f9ea9 20:39:02 20:39:02 Step 10/24 : FROM scratch 20:39:02 ---> 20:39:02 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:39:02 ---> Using cache 20:39:02 ---> a9e43caec10e 20:39:02 Step 12/24 : ENV APP_PORT=48060 20:39:02 ---> Running in ad43e11d6731 20:39:02 Removing intermediate container 4a64d58236da 20:39:02 ---> da5e658dd8a2 20:39:02 20:39:02 Step 10/22 : FROM scratch 20:39:02 ---> 20:39:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:39:02 ---> Using cache 20:39:02 ---> eef6d73bec6f 20:39:02 Step 12/22 : ENV APP_PORT=48082 20:39:02 ---> Running in 79c0686798de 20:39:02 Removing intermediate container 0c26250201fc 20:39:02 ---> c6d04a93c026 20:39:02 20:39:02 Step 11/27 : FROM docker:latest 20:39:02 ---> 81f5749c9058 20:39:02 Step 12/27 : RUN apk add --no-cache bash 20:39:03 Removing intermediate container ad43e11d6731 20:39:03 ---> 15727dee7176 20:39:03 Step 13/24 : EXPOSE $APP_PORT 20:39:03 ---> Running in 309106d27ae5 20:39:03 ---> Running in 6a3585985243 20:39:03 Removing intermediate container 79c0686798de 20:39:03 ---> fadcfcbd6d15 20:39:03 Step 13/22 : EXPOSE $APP_PORT 20:39:05 ---> Running in eb281402d418 20:39:06 Removing intermediate container 6a3585985243 20:39:06 ---> 4ffe9cd3e25c 20:39:06 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:39:06 Removing intermediate container c5cea3947196 20:39:06 ---> 69706e46266c 20:39:06 20:39:06 Step 10/22 : FROM scratch 20:39:06 ---> 20:39:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:39:06 ---> Using cache 20:39:06 ---> eef6d73bec6f 20:39:06 Step 12/22 : ENV APP_PORT=48081 20:39:06 Removing intermediate container eb281402d418 20:39:06 ---> 29099114a05c 20:39:06 Step 14/22 : WORKDIR / 20:39:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:39:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:39:07 (1/2) Installing readline (8.0.4-r0) 20:39:07 (2/2) Installing bash (5.0.17-r0) 20:39:07 Executing bash-5.0.17-r0.post-install 20:39:07 Executing busybox-1.31.1-r16.trigger 20:39:07 OK: 12 MiB in 22 packages 20:39:07 ---> Running in f69330aa891d 20:39:07 ---> Running in ee85dcf9131a 20:39:07 ---> de837c5888a3 20:39:07 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.222s coverage: 86.3% of statements 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.126s coverage: 72.2% of statements 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.516s coverage: 72.1% of statements 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.058s coverage: 82.4% of statements 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.051s coverage: 28.8% of statements 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.033s coverage: 96.8% of statements 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.146s coverage: 26.9% of statements 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.299s coverage: 84.1% of statements 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.075s coverage: 100.0% of statements 20:39:10 Removing intermediate container f69330aa891d 20:39:10 ---> 45a8679bde82 20:39:10 Step 13/22 : EXPOSE $APP_PORT 20:39:10 Removing intermediate container ee85dcf9131a 20:39:10 ---> 3e952c7f2b86 20:39:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 20:39:10 ---> Running in a0387d9a1967 20:39:10 ---> c7a9741f7744 20:39:10 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:39:10 Removing intermediate container 309106d27ae5 20:39:10 ---> 5635b13b49f5 20:39:10 Step 13/27 : RUN rm -rf /var/cache/apk/* 20:39:10 Removing intermediate container be840f1cca0a 20:39:10 ---> 31843d91b9e9 20:39:10 20:39:10 Step 9/29 : FROM alpine:latest 20:39:10 ---> a24bb4013296 20:39:10 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 20:39:10 ---> Running in c0f5708df5dc 20:39:10 ---> Running in f3ec24861b48 20:39:10 Removing intermediate container a0387d9a1967 20:39:10 ---> a7fa98cf3ac6 20:39:10 Step 14/22 : WORKDIR / 20:39:10 ---> d0ef738ac2f3 20:39:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:39:10 ---> Running in 0c1e2ab27f41 20:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.086s coverage: 42.9% of statements 20:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 20:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 20:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.042s coverage: 100.0% of statements 20:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 20:39:11 ---> b3133cdcd252 20:39:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 20:39:11 Removing intermediate container f3ec24861b48 20:39:11 ---> c4183dc81066 20:39:11 Step 11/29 : USER root 20:39:11 ---> Running in 79decf8dd417 20:39:11 Removing intermediate container 0c1e2ab27f41 20:39:11 ---> d4697feddd1d 20:39:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 20:39:11 ---> 193acfc587a1 20:39:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:39:11 ---> 8e20351825fa 20:39:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:39:11 Removing intermediate container 79decf8dd417 20:39:11 ---> 722899122081 20:39:11 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 20:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.048s coverage: 83.8% of statements 20:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 20:39:12 ---> a8cb2e16ff81 20:39:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:39:12 ---> f6f4953f342d 20:39:12 Step 18/22 : ENTRYPOINT ["/core-command"] 20:39:12 ---> Running in fb6e3c27ccdd 20:39:13 ---> Running in d9c12edb6d5f 20:39:13 ---> 5f3ee8f656b9 20:39:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:39:13 Removing intermediate container c0f5708df5dc 20:39:13 ---> f847550b1a02 20:39:13 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:39:13 Removing intermediate container d9c12edb6d5f 20:39:13 ---> 8453f9636c3e 20:39:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:39:13 ---> 47ec7dcef27d 20:39:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:39:13 ---> Running in a3e0ee937f4e 20:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:39:13 ---> 89348bfddcbd 20:39:13 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:39:13 ---> Running in 69b34b3e9cdc 20:39:14 ---> Running in 8e83df0502ed 20:39:14 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:39:14 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:39:14 OK: 12746 distinct packages available 20:39:14 Removing intermediate container a3e0ee937f4e 20:39:14 ---> dcad582faa5a 20:39:14 Step 15/27 : ENV APP_PORT=48090 20:39:14 ---> bca5e71ba9e4 20:39:14 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:39:14 Removing intermediate container 69b34b3e9cdc 20:39:14 ---> ab9560916226 20:39:14 Step 20/22 : LABEL arch=x86_64 20:39:14 (1/2) Installing ca-certificates (20191127-r4) 20:39:14 (2/2) Installing dumb-init (1.2.2-r1) 20:39:14 Executing busybox-1.31.1-r16.trigger 20:39:14 Executing ca-certificates-20191127-r4.trigger 20:39:14 ---> Running in f9027cdf823d 20:39:14 ---> Running in bb6f9decba4f 20:39:14 OK: 6 MiB in 16 packages 20:39:15 ---> Running in 0a273b25447b 20:39:15 Removing intermediate container 8e83df0502ed 20:39:15 ---> dc27b3a52e7a 20:39:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:39:15 ---> Running in edf8c6e885ab 20:39:15 Removing intermediate container bb6f9decba4f 20:39:15 ---> ce941e8d707c 20:39:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:39:15 Removing intermediate container f9027cdf823d 20:39:15 ---> 32a4625f88fd 20:39:15 Step 16/27 : EXPOSE $APP_PORT 20:39:15 Removing intermediate container 0a273b25447b 20:39:15 ---> 58ed032110e6 20:39:15 Step 21/22 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:39:16 ---> Running in c7d76323ac1a 20:39:16 ---> Running in 28649cafa03b 20:39:16 ---> Running in b30607642567 20:39:16 Removing intermediate container edf8c6e885ab 20:39:16 ---> 1ac6328d15b6 20:39:16 Step 22/24 : LABEL arch=x86_64 20:39:16 Removing intermediate container fb6e3c27ccdd 20:39:16 ---> d03e1003e9a8 20:39:16 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 20:39:16 ---> Running in 428d0c753ca9 20:39:16 Removing intermediate container 28649cafa03b 20:39:16 ---> 9e10afd458e8 20:39:16 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:39:16 ---> Running in 3cbeda2d856f 20:39:16 Removing intermediate container c7d76323ac1a 20:39:16 ---> bdaa8e791b5e 20:39:16 Step 20/22 : LABEL arch=x86_64 20:39:16 Removing intermediate container b30607642567 20:39:16 ---> c397bd238471 20:39:16 Step 22/22 : LABEL version=0.0.0 20:39:16 ---> Running in 3633651de472 20:39:16 ---> Running in e4abe239cc14 20:39:16 Removing intermediate container 428d0c753ca9 20:39:16 ---> 8e06d2135b96 20:39:16 Step 23/24 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:39:16 Removing intermediate container 3cbeda2d856f 20:39:16 ---> 8dbea1224cde 20:39:16 Step 14/29 : WORKDIR $BASE_DIR 20:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.206s coverage: 46.1% of statements 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.057s coverage: 100.0% of statements 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.094s coverage: 100.0% of statements 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:39:17 Removing intermediate container 3633651de472 20:39:17 ---> 244dceacef8f 20:39:17 Step 21/22 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:39:17 ---> 7bd8e4074956 20:39:17 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:39:17 ---> Running in f8245c31f3fa 20:39:17 ---> Running in 218158a99f65 20:39:17 ---> Running in 05244c98490a 20:39:17 Removing intermediate container e4abe239cc14 20:39:17 ---> 705d963ce540 20:39:17 20:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:39:17 Successfully built 705d963ce540 20:39:17 Removing intermediate container 218158a99f65 20:39:17 ---> 5382847b77ca 20:39:17 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 20:39:17 Removing intermediate container f8245c31f3fa 20:39:17 ---> 6df33985f62a 20:39:17 Step 24/24 : LABEL version=0.0.0 20:39:17 Removing intermediate container 05244c98490a 20:39:17 ---> c42dc7412dc0 20:39:17 Step 22/22 : LABEL version=0.0.0 20:39:17 Successfully tagged docker-core-command-go:latest 20:39:18  Building docker-core-command-go ... done  ---> 368a2bb2e4df 20:39:18 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:39:18 ---> Running in cd4e79357894 20:39:18 ---> Running in 4978e45ee861 20:39:18 ---> Running in 980b37933bc8 20:39:18 Removing intermediate container 4978e45ee861 20:39:18 ---> e033e9b8f28a 20:39:18 20:39:18 Removing intermediate container 980b37933bc8 20:39:18 ---> b79761b1c908 20:39:18 20:39:18 ---> baa308e0d6f6 20:39:18 Step 20/27 : RUN apk --no-cache add py-pip 20:39:18 Successfully built b79761b1c908 20:39:18 Successfully built e033e9b8f28a 20:39:18 Successfully tagged docker-core-metadata-go:latest 20:39:18  Building docker-core-metadata-go ... done  ---> Running in 31ec4f1c0551 20:39:18 Successfully tagged docker-support-notifications-go:latest 20:39:19  Building docker-support-notifications-go ... done Removing intermediate container cd4e79357894 20:39:19 ---> 60e78f2b65bb 20:39:19 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 20:39:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:39:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:39:19 (1/33) Installing libbz2 (1.0.8-r1) 20:39:19 (2/33) Installing expat (2.2.9-r1) 20:39:19 (3/33) Installing libffi (3.3-r2) 20:39:19 (4/33) Installing gdbm (1.13-r1) 20:39:19 (5/33) Installing xz-libs (5.2.5-r0) 20:39:19 (6/33) Installing sqlite-libs (3.32.1-r0) 20:39:19 ---> 3f7af279e06f 20:39:19 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 20:39:19 (7/33) Installing python3 (3.8.5-r0) 20:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.205s coverage: 29.1% of statements 20:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements 20:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:39:23 ---> 8926a160e2a3 20:39:23 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 20:39:23 (8/33) Installing py3-appdirs (1.4.4-r1) 20:39:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:39:23 (10/33) Installing py3-parsing (2.4.7-r0) 20:39:23 (11/33) Installing py3-six (1.15.0-r0) 20:39:23 (12/33) Installing py3-packaging (20.4-r0) 20:39:23 (13/33) Installing py3-setuptools (47.0.0-r0) 20:39:23 (14/33) Installing py3-chardet (3.0.4-r4) 20:39:23 (15/33) Installing py3-idna (2.9-r0) 20:39:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:39:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:39:23 (18/33) Installing py3-requests (2.23.0-r0) 20:39:23 (19/33) Installing py3-msgpack (1.0.0-r0) 20:39:23 (20/33) Installing py3-lockfile (0.12.2-r3) 20:39:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:39:24 (22/33) Installing py3-colorama (0.4.3-r0) 20:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:39:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:39:24 (23/33) Installing py3-distlib (0.3.0-r0) 20:39:24 ---> ea0e2d5650b4 20:39:24 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 20:39:24 (24/33) Installing py3-distro (1.5.0-r1) 20:39:24 (25/33) Installing py3-webencodings (0.5.1-r3) 20:39:24 (26/33) Installing py3-html5lib (1.0.1-r4) 20:39:24 (27/33) Installing py3-pytoml (0.1.21-r0) 20:39:24 (28/33) Installing py3-pep517 (0.8.2-r0) 20:39:24 (29/33) Installing py3-progress (1.5-r0) 20:39:24 (30/33) Installing py3-toml (0.10.1-r0) 20:39:24 (31/33) Installing py3-retrying (1.3.3-r0) 20:39:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:39:24 (33/33) Installing py3-pip (20.1.1-r0) 20:39:24 Executing busybox-1.31.1-r16.trigger 20:39:25 OK: 71 MiB in 55 packages 20:39:25 ---> 888d3f483973 20:39:25 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 20:39:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.074s coverage: 87.9% of statements 20:39:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:39:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:39:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 20:39:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.022s coverage: 32.1% of statements 20:39:26 ---> 01c7647df6a8 20:39:26 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 20:39:26 ---> Running in fd164fd2dc1f 20:39:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 20:39:28 GO111MODULE=on go vet ./... 20:39:32 Removing intermediate container 31ec4f1c0551 20:39:32 ---> 496c9b1120b5 20:39:32 Step 21/27 : RUN pip install docker-compose==1.23.2 20:39:32 Removing intermediate container fd164fd2dc1f 20:39:32 ---> 888185672863 20:39:32 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 20:39:32 ---> Running in 086e98e98c4f 20:39:32 ---> 90fab68da97f 20:39:32 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:39:32 ---> Running in 5b84417562dc 20:39:32 Removing intermediate container 5b84417562dc 20:39:32 ---> 537b867572aa 20:39:32 Step 24/29 : RUN chmod 755 security-secrets-setup 20:39:32 ---> Running in 21751191560f 20:39:32 Collecting docker-compose==1.23.2 20:39:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:39:33 Collecting docker<4.0,>=3.6.0 20:39:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:39:33 Collecting docopt<0.7,>=0.6.1 20:39:33 Downloading docopt-0.6.2.tar.gz (25 kB) 20:39:33 Collecting websocket-client<1.0,>=0.32.0 20:39:33 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:39:33 Removing intermediate container 21751191560f 20:39:33 ---> 6fe8d775d0dc 20:39:33 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 20:39:33 ---> Running in 1047dc93ade7 20:39:33 Collecting jsonschema<3,>=2.5.1 20:39:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:39:33 Removing intermediate container 1047dc93ade7 20:39:33 ---> a36f80f1605f 20:39:33 Step 26/29 : CMD [ "generate" ] 20:39:34 ---> Running in 3ba3dc339217 20:39:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:39:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:39:34 Removing intermediate container 3ba3dc339217 20:39:34 ---> f231e4eecaac 20:39:34 Step 27/29 : LABEL arch=x86_64 20:39:34 Collecting dockerpty<0.5,>=0.4.1 20:39:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:39:34 ---> Running in 976147bd3849 20:39:34 Removing intermediate container 976147bd3849 20:39:34 ---> 77ec2a67fe5d 20:39:34 Step 28/29 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:39:34 ---> Running in 930a0535dbaa 20:39:34 Removing intermediate container 930a0535dbaa 20:39:34 ---> f47b9c96159c 20:39:34 Step 29/29 : LABEL version=0.0.0 20:39:34 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:39:34 ---> Running in 0122749a7a75 20:39:34 Collecting cached-property<2,>=1.2.0 20:39:34 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 20:39:34 Collecting PyYAML<4,>=3.10 20:39:34 Downloading PyYAML-3.13.tar.gz (270 kB) 20:39:35 Removing intermediate container 0122749a7a75 20:39:35 ---> 4ab8e4ed6978 20:39:35 20:39:35 Successfully built 4ab8e4ed6978 20:39:35 Successfully tagged docker-security-secrets-setup-go:latest 20:39:36  Building docker-security-secrets-setup-go ... done Collecting texttable<0.10,>=0.9.0 20:39:36 Downloading texttable-0.9.1.tar.gz (11 kB) 20:39:36 Collecting docker-pycreds>=0.4.0 20:39:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:39:36 Collecting idna<2.8,>=2.5 20:39:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:39:36 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) 20:39:36 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) 20:39:36 Collecting urllib3<1.25,>=1.21.1 20:39:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:39:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:39:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:39:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:39:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:39:36 Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, docopt, jsonschema, dockerpty, cached-property, PyYAML, texttable, docker-compose 20:39:36 Attempting uninstall: idna 20:39:37 Found existing installation: idna 2.9 20:39:37 Uninstalling idna-2.9: 20:39:37 Successfully uninstalled idna-2.9 20:39:37 Attempting uninstall: urllib3 20:39:37 Found existing installation: urllib3 1.25.9 20:39:37 Uninstalling urllib3-1.25.9: 20:39:37 Successfully uninstalled urllib3-1.25.9 20:39:37 Attempting uninstall: requests 20:39:37 Found existing installation: requests 2.23.0 20:39:37 Uninstalling requests-2.23.0: 20:39:37 Successfully uninstalled requests-2.23.0 20:39:37 Running setup.py install for docopt: started 20:39:38 Running setup.py install for docopt: finished with status 'done' 20:39:38 Running setup.py install for dockerpty: started 20:39:38 Running setup.py install for dockerpty: finished with status 'done' 20:39:38 Running setup.py install for PyYAML: started 20:39:39 Running setup.py install for PyYAML: finished with status 'done' 20:39:39 Running setup.py install for texttable: started 20:39:39 Running setup.py install for texttable: finished with status 'done' 20:39:39 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 20:39:43 Removing intermediate container 086e98e98c4f 20:39:43 ---> bee7955c7d97 20:39:43 Step 22/27 : RUN apk --no-cache add curl 20:39:43 ---> Running in a32ee516c4a4 20:39:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:39:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:39:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:39:43 (2/3) Installing libcurl (7.69.1-r0) 20:39:43 (3/3) Installing curl (7.69.1-r0) 20:39:43 Executing busybox-1.31.1-r16.trigger 20:39:43 OK: 72 MiB in 58 packages 20:39:44 Removing intermediate container a32ee516c4a4 20:39:44 ---> ad2a0eca3eba 20:39:44 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 20:39:44 ---> Running in 244cd096fc71 20:39:44 Removing intermediate container 244cd096fc71 20:39:44 ---> e44459b0743d 20:39:44 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:39:44 ---> Running in fe55d61549a5 20:39:44 Removing intermediate container fe55d61549a5 20:39:44 ---> 56c1097c3aba 20:39:44 Step 25/27 : LABEL arch=x86_64 20:39:44 ---> Running in d2f135bf9533 20:39:44 Removing intermediate container d2f135bf9533 20:39:44 ---> 57e7e2b089a2 20:39:44 Step 26/27 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:39:44 ---> Running in d38110c7d669 20:39:45 Removing intermediate container d38110c7d669 20:39:45 ---> fddde40ef0fe 20:39:45 Step 27/27 : LABEL version=0.0.0 20:39:45 ---> Running in c4c0c9feac83 20:39:45 Removing intermediate container c4c0c9feac83 20:39:45 ---> 19485e0d14a1 20:39:45 20:39:45 Successfully built 19485e0d14a1 20:39:45 Successfully tagged docker-sys-mgmt-agent-go:latest 20:39:45  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:39:45 $ docker stop --time=1 e3a1a2936692824a072d6ef843d8ab6fc18949d31fddc5304ba6353cf2770ddc 20:39:47 gofmt -l . 20:39:47 $ docker rm -f e3a1a2936692824a072d6ef843d8ab6fc18949d31fddc5304ba6353cf2770ddc [Pipeline] // withDockerContainer [Pipeline] sh 20:39:47 + docker images 20:39:47 + grep docker 20:39:47 docker-sys-mgmt-agent-go latest 19485e0d14a1 2 seconds ago 284MB 20:39:47 docker-security-secrets-setup-go latest 4ab8e4ed6978 13 seconds ago 25.1MB 20:39:47 docker-support-notifications-go latest e033e9b8f28a 29 seconds ago 14.5MB 20:39:47 docker-core-metadata-go latest b79761b1c908 29 seconds ago 14.4MB 20:39:47 docker-core-command-go latest 705d963ce540 30 seconds ago 13MB 20:39:47 docker-core-data-go latest 5494d93feec2 2 minutes ago 24.5MB 20:39:47 docker-security-secretstore-setup-go latest 49313a6e995e 2 minutes ago 33.9MB 20:39:47 docker-security-proxy-setup-go latest 990954883be1 2 minutes ago 16.4MB 20:39:47 docker-support-scheduler-go latest e6b5d435d4c5 2 minutes ago 13.1MB 20:39:47 docker-support-logging-go latest dacfd6a9f478 2 minutes ago 11.8MB 20:39:47 docker latest 81f5749c9058 2 months 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] } 20:39:49 [ "`gofmt -l .`" = "" ] 20:39:51 ./bin/test-go-mod-tidy.sh 20:39:52 ./bin/test-attribution-txt.sh [Pipeline] sh 20:39:56 + ls -al . 20:39:56 total 584 20:39:56 drwxrwxr-x 10 1001 1001 4096 Aug 27 20:39 . 20:39:56 drwxr-xr-x 4 root root 4096 Aug 27 20:37 .. 20:39:56 -rw-rw-r-- 1 1001 1001 11 Aug 27 20:35 .dockerignore 20:39:56 drwxrwxr-x 8 1001 1001 4096 Aug 27 20:35 .git 20:39:56 drwxrwxr-x 3 1001 1001 4096 Aug 27 20:35 .github 20:39:56 -rw-rw-r-- 1 1001 1001 932 Aug 27 20:35 .gitignore 20:39:56 drwxrwxr-x 3 1001 1001 4096 Aug 27 20:35 .semver 20:39:56 -rw-rw-r-- 1 1001 1001 166 Aug 27 20:35 .sonarcloud.properties 20:39:56 -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:35 CONTRIBUTING.md 20:39:56 -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:35 Dockerfile.build 20:39:56 -rw-rw-r-- 1 1001 1001 865 Aug 27 20:35 Jenkinsfile 20:39:56 -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:35 LICENSE 20:39:56 -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:35 Makefile 20:39:56 -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:35 README.md 20:39:56 -rw-rw-r-- 1 1001 1001 259 Aug 27 20:35 SECURITY.md 20:39:56 -rw-rw-r-- 1 1001 1001 5 Aug 27 20:32 VERSION 20:39:56 -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:35 ZMQWindows.md 20:39:56 drwxrwxr-x 2 1001 1001 4096 Aug 27 20:35 bin 20:39:56 drwxrwxr-x 15 1001 1001 4096 Aug 27 20:35 cmd 20:39:56 -rw-r--r-- 1 root root 458659 Aug 27 20:39 coverage.out 20:39:56 -rw-r--r-- 1 root root 1019 Aug 27 20:39 go.mod 20:39:56 -rw-r--r-- 1 root root 19185 Aug 27 20:39 go.sum 20:39:56 drwxrwxr-x 8 1001 1001 4096 Aug 27 20:35 internal 20:39:56 drwxrwxr-x 4 1001 1001 4096 Aug 27 20:35 openapi 20:39:56 drwxrwxr-x 4 1001 1001 4096 Aug 27 20:35 snap 20:39:56 -rw-rw-r-- 1 1001 1001 168 Aug 27 20:35 version.go [Pipeline] sh 20:39:56 + '[' -e coverage.out ] 20:39:56 + chown 1001:1001 coverage.out [Pipeline] stash 20:39:56 Warning: overwriting stash ‘coverage-report’ 20:39:58 Stashed 1 file(s) [Pipeline] sh 20:39:58 + make build 20:39:58 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 20:40:17 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 20:40:27 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 20:40:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 20:40:39 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 20:40:46 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 20:40:47 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 20:40:52 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 20:40:58 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 20:41:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:41:05 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 20:41:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:41:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 20:41:17 $ docker stop --time=1 39fb8557353507e3cce0f2f0f6ea7879fab86dabc673971a6bfa7a2ce4220b58 20:41:19 $ docker rm -f 39fb8557353507e3cce0f2f0f6ea7879fab86dabc673971a6bfa7a2ce4220b58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:41:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:41:21 20:41:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:41:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:41:21 latest: Pulling from edgex-devops/edgex-compose-arm64 20:41:21 29e5d40040c1: Pulling fs layer 20:41:21 1ce36da41761: Pulling fs layer 20:41:21 25b303627fd3: Pulling fs layer 20:41:21 29e5d40040c1: Verifying Checksum 20:41:21 29e5d40040c1: Download complete 20:41:22 1ce36da41761: Verifying Checksum 20:41:22 1ce36da41761: Download complete 20:41:22 29e5d40040c1: Pull complete 20:41:24 1ce36da41761: Pull complete 20:41:24 25b303627fd3: Verifying Checksum 20:41:24 25b303627fd3: Download complete 20:41:34 25b303627fd3: Pull complete 20:41:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:41:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:41:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:41:34 prd-ubuntu18.04-docker-arm64-4c-16g-504 does not seem to be running inside a container 20:41:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:41:38 $ docker top 1fdaaad1aa71ce431c6d32dbc470245ca2401933f4c71426a5dd1ff3d41da020 -eo pid,comm [Pipeline] { [Pipeline] sh 20:41:40 + grep parallel 20:41:40 + docker-compose build --help 20:41:44 --parallel Build images in parallel. [Pipeline] } 20:41:44 $ docker stop --time=1 1fdaaad1aa71ce431c6d32dbc470245ca2401933f4c71426a5dd1ff3d41da020 20:41:46 $ docker rm -f 1fdaaad1aa71ce431c6d32dbc470245ca2401933f4c71426a5dd1ff3d41da020 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:41:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:41:47 . [Pipeline] withDockerContainer 20:41:47 prd-ubuntu18.04-docker-arm64-4c-16g-504 does not seem to be running inside a container 20:41:47 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:41:49 $ docker top 8ec0b6afc799f8b177966a903ad651235d3b3b7a49ddce440ae4e952c749d563 -eo pid,comm [Pipeline] { [Pipeline] sh 20:41:50 + docker-compose -f ./docker-compose-build.yml build --parallel 20:41:54 Building docker-core-command-go ... 20:41:54 Building docker-core-data-go ... 20:41:54 Building docker-core-metadata-go ... 20:41:54 Building docker-security-proxy-setup-go ... 20:41:54 Building docker-security-secrets-setup-go ... 20:41:54 Building docker-security-secretstore-setup-go ... 20:41:54 Building docker-support-logging-go ... 20:41:54 Building docker-support-notifications-go ... 20:41:54 Building docker-support-scheduler-go ... 20:41:54 Building docker-sys-mgmt-agent-go ... 20:41:54 Building docker-support-scheduler-go 20:41:54 Building docker-support-logging-go 20:41:54 Building docker-core-command-go 20:41:54 Building docker-support-notifications-go 20:41:54 Building docker-core-data-go 20:43:46 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:43:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:43:46 ---> 0f3d7b965462 20:43:46 Step 3/21 : WORKDIR /edgex-go 20:43:46 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:43:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:43:46 ---> 0f3d7b965462 20:43:46 Step 3/22 : WORKDIR /edgex-go 20:43:46 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 20:43:46 20:43:46 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 20:43:46 20:43:46 ---> 0f3d7b965462 20:43:46 ---> 0f3d7b965462 20:43:46 Step 3/22 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go 20:43:46 20:43:46 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 20:43:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:43:46 ---> 0f3d7b965462 20:43:46 Step 3/24 : WORKDIR /edgex-go 20:43:48 ---> Running in 363467ba0f2e 20:43:48 ---> Running in 6969c1940979 20:43:48 ---> Running in 3fbc214c4051 20:43:48 ---> Running in e14819e707e9 20:43:48 ---> Running in 92b17393c6d8 20:43:48 Removing intermediate container 363467ba0f2e 20:43:48 ---> fbe908666e18 20:43:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:48 Removing intermediate container 3fbc214c4051 20:43:48 ---> 8d5a5fed13f7 20:43:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:48 Removing intermediate container 6969c1940979 20:43:48 ---> ac78f5642f06 20:43:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:48 Removing intermediate container e14819e707e9 20:43:48 ---> 8000562c704b 20:43:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:48 Removing intermediate container 92b17393c6d8 20:43:48 ---> 2c239adabd75 20:43:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:48 ---> Running in a6dd7266dcb8 20:43:48 ---> Running in 4e022d504879 20:43:48 ---> Running in bb903f4dfd5a 20:43:48 ---> Running in 255d34fe6b74 20:43:48 ---> Running in 4505cb6fa21c 20:43:53 Removing intermediate container a6dd7266dcb8 20:43:53 ---> c093d6549002 20:43:53 Step 5/22 : RUN apk update && apk add make git 20:43:53 ---> Running in 9773d3de3ddf 20:43:53 Removing intermediate container 4e022d504879 20:43:53 ---> 0b7757ea725c 20:43:53 Step 5/22 : RUN apk update && apk add make && apk add bash git 20:43:54 ---> Running in 8cd8b60f434a 20:43:54 Removing intermediate container 255d34fe6b74 20:43:54 ---> ea80348bb997 20:43:54 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 20:43:54 Removing intermediate container bb903f4dfd5a 20:43:54 ---> eed7d65991e5 20:43:54 Step 5/21 : RUN apk update && apk add make git 20:43:54 Removing intermediate container 4505cb6fa21c 20:43:54 ---> 5e48bb3c762c 20:43:54 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 20:43:54 ---> Running in 9c132f3d26bf 20:43:54 ---> Running in ca2845713dc3 20:43:54 ---> Running in 5506627afeea 20:43:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:43:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:43:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:43:57 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:43:57 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:43:57 OK: 12617 distinct packages available 20:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:43:58 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:43:58 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:43:58 OK: 12617 distinct packages available 20:43:58 OK: 217 MiB in 51 packages 20:43:58 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:43:58 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:43:58 OK: 12617 distinct packages available 20:43:59 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:43:59 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:43:59 OK: 12617 distinct packages available 20:43:59 OK: 217 MiB in 51 packages 20:43:59 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:43:59 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:43:59 OK: 12617 distinct packages available 20:44:00 OK: 217 MiB in 51 packages 20:44:00 OK: 217 MiB in 51 packages 20:44:00 OK: 217 MiB in 51 packages 20:44:00 Removing intermediate container 9773d3de3ddf 20:44:00 ---> e3c6b61f8251 20:44:00 Step 6/22 : COPY go.mod . 20:44:00 OK: 217 MiB in 51 packages 20:44:02 ---> bfc3ae982ac2 20:44:02 Step 7/22 : RUN go mod download 20:44:02 ---> Running in 9d570b3301c1 20:44:02 Removing intermediate container ca2845713dc3 20:44:02 ---> a3232970d103 20:44:02 Step 6/21 : COPY go.mod . 20:44:02 Removing intermediate container 9c132f3d26bf 20:44:02 ---> 4e47603761bf 20:44:02 Step 6/23 : COPY go.mod . 20:44:03 Removing intermediate container 5506627afeea 20:44:03 ---> dbd5de9f1e0e 20:44:03 Step 6/24 : COPY go.mod . 20:44:03 Removing intermediate container 8cd8b60f434a 20:44:03 ---> a026ac254477 20:44:03 Step 6/22 : COPY go.mod . 20:44:03 ---> fb73e0df48ed 20:44:03 Step 7/21 : RUN go mod download 20:44:03 ---> Running in 9489b02d18fd 20:44:03 ---> 6b839732e6fd 20:44:03 Step 7/23 : RUN go mod download 20:44:04 ---> Running in 3c01e7300756 20:44:04 ---> 8bdb3adef7d1 20:44:04 Step 7/24 : RUN go mod download 20:44:04 ---> d2dbfa20672f 20:44:04 Step 7/22 : RUN go mod download 20:44:04 ---> Running in 1c941b60be50 20:44:04 ---> Running in 24fd9f949e23 20:44:07 Removing intermediate container 9d570b3301c1 20:44:07 ---> 65cb9498d6f5 20:44:07 Step 8/22 : COPY . . 20:44:09 Removing intermediate container 9489b02d18fd 20:44:09 ---> 458a1f4b1649 20:44:09 Step 8/21 : COPY . . 20:44:13 Removing intermediate container 3c01e7300756 20:44:13 ---> 4f3e83d5321b 20:44:13 Step 8/23 : COPY . . 20:44:14 Removing intermediate container 24fd9f949e23 20:44:14 ---> 013d906bf5d2 20:44:14 Step 8/22 : COPY . . 20:44:14 Removing intermediate container 1c941b60be50 20:44:14 ---> e7d7862a01d0 20:44:14 Step 8/24 : COPY . . 20:44:36 ---> bf4091547d6a 20:44:36 Step 9/22 : RUN make cmd/core-command/core-command 20:44:39 ---> Running in 7732ba0b7ffc 20:44:39 ---> ec9b58a071ef 20:44:39 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:44:39 ---> fd3b22ae4daa 20:44:39 Step 9/22 : RUN make cmd/support-logging/support-logging 20:44:39 ---> Running in 559e05a350ff 20:44:39 ---> 6c4ab894d0c4 20:44:39 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:44:39 ---> bee1495a4195 20:44:39 Step 9/23 : RUN make cmd/core-data/core-data 20:44:40 ---> Running in c7cde953127d 20:44:40 ---> Running in c15c7d679223 20:44:40 ---> Running in 478b97570300 20:44:41 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 20:44:42 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 20:44:42 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 20:44:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:44:43 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 20:46:35 Removing intermediate container c7cde953127d 20:46:35 ---> c05fabc4f31f 20:46:35 20:46:35 Step 10/22 : FROM scratch 20:46:35 ---> 20:46:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:46:35 ---> Running in 45699f754198 20:46:35 Removing intermediate container 45699f754198 20:46:35 ---> b41a83ffddfd 20:46:35 Step 12/22 : ENV APP_PORT=48061 20:46:35 ---> Running in af0054a8282d 20:46:35 Removing intermediate container af0054a8282d 20:46:35 ---> 942533b92309 20:46:35 Step 13/22 : EXPOSE $APP_PORT 20:46:35 ---> Running in a4bfaa50968a 20:46:35 Removing intermediate container a4bfaa50968a 20:46:35 ---> 9903ea6c2ec6 20:46:35 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 20:46:35 ---> 20b83d906bd5 20:46:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 20:46:35 ---> c7474d0460dc 20:46:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 20:46:37 ---> 5cc7e756dc53 20:46:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 20:46:38 ---> c2e07c8815f3 20:46:38 Step 18/22 : ENTRYPOINT ["/support-logging"] 20:46:38 ---> Running in 7aa7900be736 20:46:39 Removing intermediate container 7aa7900be736 20:46:39 ---> 4e735df3b447 20:46:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:46:39 ---> Running in 190c07d6e0eb 20:46:40 Removing intermediate container 190c07d6e0eb 20:46:40 ---> ee935af67901 20:46:40 Step 20/22 : LABEL arch=arm64 20:46:40 ---> Running in 95801c9a7db5 20:46:42 Removing intermediate container 95801c9a7db5 20:46:42 ---> 16495f276e79 20:46:42 Step 21/22 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:46:42 ---> Running in 2eba7a24eaef 20:46:43 Removing intermediate container 2eba7a24eaef 20:46:43 ---> e454a249d738 20:46:43 Step 22/22 : LABEL version=0.0.0 20:46:44 ---> Running in 4282028aa330 20:46:46 Removing intermediate container 4282028aa330 20:46:46 ---> 9585dd73909c 20:46:46 20:46:47 Successfully built 9585dd73909c 20:46:47 Successfully tagged docker-support-logging-go-arm64:latest 20:46:47 Building docker-core-metadata-go 20:46:51  Building docker-support-logging-go ... done Removing intermediate container 559e05a350ff 20:46:51 ---> 99cb7d9da036 20:46:51 20:46:51 Step 10/21 : FROM scratch 20:46:51 ---> 20:46:51 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:46:51 Removing intermediate container 7732ba0b7ffc 20:46:51 ---> 8168ff84039b 20:46:51 20:46:51 Step 10/22 : FROM scratch 20:46:51 ---> 20:46:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:46:51 Removing intermediate container c15c7d679223 20:46:51 ---> ab689c87da53 20:46:51 20:46:51 Step 10/24 : FROM scratch 20:46:51 ---> 20:46:51 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:46:51 ---> Using cache 20:46:51 ---> b41a83ffddfd 20:46:51 Step 12/24 : ENV APP_PORT=48060 20:46:51 ---> Running in 4e92bdd813bf 20:46:51 ---> Running in 5189add506ae 20:46:52 ---> Running in 7f69b95622a8 20:46:52 Removing intermediate container 4e92bdd813bf 20:46:52 ---> ba0c0413ac13 20:46:52 Removing intermediate container 5189add506ae 20:46:52 ---> 6187d73e4f6d 20:46:52 Step 12/22 : ENV APP_PORT=48082 20:46:52 Step 12/21 : ENV APP_PORT=48085 20:46:53 ---> Running in e194ec703b1a 20:46:53 ---> Running in a1c8fb61244b 20:46:53 Removing intermediate container 7f69b95622a8 20:46:53 ---> df401d822a77 20:46:53 Step 13/24 : EXPOSE $APP_PORT 20:46:54 ---> Running in 17d448b773dd 20:46:54 Removing intermediate container a1c8fb61244b 20:46:54 ---> 6165f528996d 20:46:54 Step 13/21 : EXPOSE $APP_PORT 20:46:54 Removing intermediate container e194ec703b1a 20:46:54 ---> 8747599b0e57 20:46:54 Step 13/22 : EXPOSE $APP_PORT 20:46:55 ---> Running in 6a8050dd2042 20:46:55 Removing intermediate container 17d448b773dd 20:46:55 ---> 93b8ddbb2325 20:46:55 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:46:55 ---> Running in b80b93fd33bc 20:46:56 Removing intermediate container 6a8050dd2042 20:46:56 ---> dd88951a5f1c 20:46:56 Step 14/22 : WORKDIR / 20:46:56 ---> 34fd859e9895 20:46:56 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:46:56 ---> Running in f26424d74293 20:46:56 Removing intermediate container b80b93fd33bc 20:46:56 ---> 9ffa40fcf2e3 20:46:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 20:46:57 Removing intermediate container f26424d74293 20:46:57 ---> 52da0c788247 20:46:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 20:46:58 ---> 946cc9871ca2 20:46:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:46:58 ---> 3db6c2340d3d 20:46:58 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:46:59 ---> 476b6a316b32 20:46:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:47:01 ---> ea75fd72d07f 20:47:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:47:01 ---> 95d803255a33 20:47:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 20:47:01 ---> 47254d726674 20:47:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:47:02 ---> c59dddcb42bb 20:47:02 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:47:03 ---> Running in 5482b642fe28 20:47:03 ---> cfb8cd4fe9c9 20:47:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:47:03 ---> 55447d1a9265 20:47:03 Step 18/22 : ENTRYPOINT ["/core-command"] 20:47:04 Removing intermediate container 5482b642fe28 20:47:04 ---> 08fc9f8c9b2d 20:47:04 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:04 ---> Running in c928aa82c604 20:47:04 ---> Running in 07754bd3b4fa 20:47:05 Removing intermediate container c928aa82c604 20:47:05 ---> 356361bb6b9d 20:47:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:05 Removing intermediate container 07754bd3b4fa 20:47:05 ---> a8e3b629fade 20:47:05 Step 19/21 : LABEL arch=arm64 20:47:05 ---> Running in fefc39839da9 20:47:05 ---> 5d32f1e761e7 20:47:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:47:05 ---> Running in 830d72fcea1f 20:47:06 Removing intermediate container fefc39839da9 20:47:06 ---> b9f7211172a8 20:47:06 Step 20/22 : LABEL arch=arm64 20:47:07 Removing intermediate container 830d72fcea1f 20:47:07 ---> 2ab47a53cb46 20:47:07 Step 20/21 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:47:07 ---> Running in 5328afc483b1 20:47:07 ---> c67f5ffb623f 20:47:07 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:47:08 ---> Running in cf624788a9b5 20:47:08 ---> Running in 46f7204a0217 20:47:08 Removing intermediate container 5328afc483b1 20:47:08 ---> c478bfddc659 20:47:08 Step 21/22 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:47:09 ---> Running in 4b7a0800af0d 20:47:09 Removing intermediate container cf624788a9b5 20:47:09 ---> 26069b20b37e 20:47:09 Step 21/21 : LABEL version=0.0.0 20:47:09 Removing intermediate container 46f7204a0217 20:47:09 ---> 9b237fc0d584 20:47:09 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:10 ---> Running in 67eede8a6ba7 20:47:10 ---> Running in 5944bf72ef61 20:47:10 Removing intermediate container 4b7a0800af0d 20:47:10 ---> 4cf001c54a90 20:47:10 Step 22/22 : LABEL version=0.0.0 20:47:11 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:47:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:47:11 ---> 0f3d7b965462 20:47:11 Step 3/22 : WORKDIR /edgex-go 20:47:11 ---> Using cache 20:47:11 ---> 2c239adabd75 20:47:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:11 ---> Using cache 20:47:11 ---> 5e48bb3c762c 20:47:11 Step 5/22 : RUN apk update && apk add make git 20:47:11 ---> Running in 84db2ebbdda4 20:47:11 ---> Running in 23ae7c3af21c 20:47:11 Removing intermediate container 67eede8a6ba7 20:47:11 ---> b07c1d190ddc 20:47:11 Step 22/24 : LABEL arch=arm64 20:47:11 Removing intermediate container 5944bf72ef61 20:47:11 ---> aa02d22bf701 20:47:11 20:47:12 Removing intermediate container 478b97570300 20:47:12 ---> 3e17014a3bd3 20:47:12 20:47:12 Step 10/23 : FROM alpine 20:47:12 ---> Running in f89293775013 20:47:12 Successfully built aa02d22bf701 20:47:12 Successfully tagged docker-support-scheduler-go-arm64:latest 20:47:12  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 20:47:12 Removing intermediate container 23ae7c3af21c 20:47:12 ---> ce2c63b49a19 20:47:12 20:47:12 latest: Pulling from library/alpine 20:47:12 Removing intermediate container f89293775013 20:47:12 ---> 492107c9f7b5 20:47:12 Step 23/24 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:47:13 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:47:13 Status: Downloaded newer image for alpine:latest 20:47:13 ---> 62ee0e9f8440 20:47:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:47:13 Successfully built ce2c63b49a19 20:47:13 ---> Running in daf2dfd4db9a 20:47:13 Successfully tagged docker-core-command-go-arm64:latest 20:47:13 Building docker-security-proxy-setup-go 20:47:13  Building docker-core-command-go ... done  ---> Running in e340d1531f57 20:47:13 Removing intermediate container daf2dfd4db9a 20:47:13 ---> fd94674a2b74 20:47:13 Step 24/24 : LABEL version=0.0.0 20:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:13 Removing intermediate container e340d1531f57 20:47:13 ---> 83594db7dee9 20:47:13 Step 12/23 : ENV APP_PORT=48080 20:47:13 ---> Running in 64e9c4741cea 20:47:14 ---> Running in 80524d6b5d21 20:47:14 Removing intermediate container 64e9c4741cea 20:47:14 ---> 4380912c8ea8 20:47:14 20:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:15 Successfully built 4380912c8ea8 20:47:15 Successfully tagged docker-support-notifications-go-arm64:latest 20:47:15  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 20:47:15 Removing intermediate container 80524d6b5d21 20:47:15 ---> 3eb3727055b6 20:47:15 Step 13/23 : EXPOSE $APP_PORT 20:47:15 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:47:15 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:47:15 OK: 12617 distinct packages available 20:47:16 ---> Running in 25c9eefa3a46 20:47:16 OK: 217 MiB in 51 packages 20:47:16 Removing intermediate container 25c9eefa3a46 20:47:16 ---> fc78a642c3db 20:47:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:19 ---> Running in 673ff9d6b04e 20:47:20 Removing intermediate container 84db2ebbdda4 20:47:20 ---> e5f7faffdcda 20:47:20 Step 6/22 : COPY go.mod . 20:47:24 ---> ca6337b105ed 20:47:24 Step 7/22 : RUN go mod download 20:47:24 ---> Running in a60962e99b2a 20:47:24 Removing intermediate container 673ff9d6b04e 20:47:24 ---> 623204a0976d 20:47:24 Step 15/23 : RUN apk --no-cache add zeromq 20:47:25 ---> Running in fde03ddaba64 20:47:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:28 (1/5) Installing libgcc (9.3.0-r2) 20:47:28 (2/5) Installing libsodium (1.0.18-r0) 20:47:28 (3/5) Installing libstdc++ (9.3.0-r2) 20:47:29 (4/5) Installing libzmq (4.3.2-r0) 20:47:29 (5/5) Installing zeromq (4.3.2-r0) 20:47:29 Executing busybox-1.31.1-r16.trigger 20:47:29 OK: 8 MiB in 19 packages 20:47:31 Removing intermediate container a60962e99b2a 20:47:31 ---> 1d945020bc3b 20:47:31 Step 8/22 : COPY . . 20:47:31 Removing intermediate container fde03ddaba64 20:47:31 ---> 33f2a111bf51 20:47:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 20:47:33 ---> c5423e2a1e98 20:47:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:47:37 ---> fd8f10484b3f 20:47:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:47:40 ---> d1004ad8c743 20:47:40 Step 19/23 : ENTRYPOINT ["/core-data"] 20:47:41 ---> Running in 4f4147ab118e 20:47:43 Removing intermediate container 4f4147ab118e 20:47:43 ---> 1ebc2d572ba5 20:47:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:43 ---> Running in b4c71049573a 20:47:45 Removing intermediate container b4c71049573a 20:47:45 ---> 9d5f77acb263 20:47:45 Step 21/23 : LABEL arch=arm64 20:47:45 ---> Running in 520b28363e43 20:47:46 Removing intermediate container 520b28363e43 20:47:46 ---> ea701271dfe0 20:47:46 Step 22/23 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:47:46 ---> Running in 8c1e5a664f52 20:47:47 Removing intermediate container 8c1e5a664f52 20:47:47 ---> 8375164cc9d0 20:47:47 Step 23/23 : LABEL version=0.0.0 20:47:47 ---> Running in f77cbf9e18c9 20:47:48 Removing intermediate container f77cbf9e18c9 20:47:48 ---> ccc3ad36d20c 20:47:48 20:47:49 Successfully built ccc3ad36d20c 20:47:49 Successfully tagged docker-core-data-go-arm64:latest 20:47:49  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 20:47:53 ---> bb13ebd6b044 20:47:53 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:47:54 ---> Running in 0010da416adf 20:47:56 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 20:48:18 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 20:48:18 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:48:18 ---> 0f3d7b965462 20:48:18 Step 3/20 : WORKDIR /edgex-go 20:48:18 ---> Using cache 20:48:18 ---> 2c239adabd75 20:48:18 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:18 ---> Using cache 20:48:18 ---> 5e48bb3c762c 20:48:18 Step 5/20 : RUN apk update && apk add make git 20:48:18 ---> Using cache 20:48:18 ---> e5f7faffdcda 20:48:18 Step 6/20 : COPY go.mod . 20:48:18 ---> Using cache 20:48:18 ---> ca6337b105ed 20:48:18 Step 7/20 : RUN go mod download 20:48:18 ---> Using cache 20:48:18 ---> 1d945020bc3b 20:48:18 Step 8/20 : COPY . . 20:48:18 ---> Using cache 20:48:18 ---> bb13ebd6b044 20:48:18 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 20:48:18 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 20:48:18 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:48:18 ---> 0f3d7b965462 20:48:18 Step 3/27 : WORKDIR /edgex-go 20:48:18 ---> Using cache 20:48:18 ---> 2c239adabd75 20:48:18 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:18 ---> Using cache 20:48:18 ---> 5e48bb3c762c 20:48:18 Step 5/27 : RUN apk update && apk add make bash git 20:48:18 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 20:48:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:48:18 ---> 0f3d7b965462 20:48:18 Step 3/26 : WORKDIR /edgex-go 20:48:18 ---> Using cache 20:48:18 ---> 2c239adabd75 20:48:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:18 ---> Using cache 20:48:18 ---> 5e48bb3c762c 20:48:18 Step 5/26 : RUN apk update && apk add make git 20:48:18 ---> Using cache 20:48:18 ---> e5f7faffdcda 20:48:18 Step 6/26 : COPY go.mod . 20:48:18 ---> Using cache 20:48:18 ---> ca6337b105ed 20:48:18 Step 7/26 : RUN go mod download 20:48:18 ---> Using cache 20:48:18 ---> 1d945020bc3b 20:48:18 Step 8/26 : COPY . . 20:48:18 ---> Using cache 20:48:18 ---> bb13ebd6b044 20:48:18 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 20:48:20 ---> Running in 64f1d433cfe5 20:48:20 ---> Running in a0912580c8fc 20:48:20 ---> Running in 6b190e46588b 20:48:23 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 20:48:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:48:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:48:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:48:26 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:48:26 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:48:26 OK: 12617 distinct packages available 20:48:27 OK: 217 MiB in 51 packages 20:48:31 Removing intermediate container a0912580c8fc 20:48:31 ---> 326cd2434584 20:48:31 Step 6/27 : COPY go.mod . 20:48:32 ---> c4da46c3b51c 20:48:32 Step 7/27 : RUN go mod download 20:48:33 ---> Running in 07ac0d6ceac6 20:48:41 Removing intermediate container 07ac0d6ceac6 20:48:41 ---> b26483f6fac9 20:48:41 Step 8/27 : COPY . . 20:48:42 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 20:48:42 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 20:48:42 ---> 0f3d7b965462 20:48:42 Step 3/29 : WORKDIR /edgex-go 20:48:42 ---> Using cache 20:48:42 ---> 2c239adabd75 20:48:42 Step 4/29 : RUN apk update && apk add make git 20:48:42 ---> Running in 9ffdb4f43ffd 20:48:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:48:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:48:48 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:48:48 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:48:48 OK: 12617 distinct packages available 20:48:49 OK: 217 MiB in 51 packages 20:48:56 Removing intermediate container 9ffdb4f43ffd 20:48:56 ---> 1c9449051b5b 20:48:56 Step 5/29 : COPY go.mod . 20:48:57 ---> 769993ee3c57 20:48:57 Step 6/29 : RUN go mod download 20:48:57 ---> Running in ddb452be9656 20:49:06 Removing intermediate container ddb452be9656 20:49:06 ---> d83a5471d2fa 20:49:06 Step 7/29 : COPY . . 20:49:06 ---> d050dd2f686d 20:49:06 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:49:06 ---> Running in c16d9a695afa 20:49:09 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 20:49:31 ---> 32870925221d 20:49:31 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 20:49:31 ---> Running in 09671a97abdc 20:49:33 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 20:49:39 Removing intermediate container 0010da416adf 20:49:39 ---> 8e7f086ab16a 20:49:39 20:49:39 Step 10/22 : FROM scratch 20:49:39 ---> 20:49:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:49:39 ---> Using cache 20:49:39 ---> ba0c0413ac13 20:49:39 Step 12/22 : ENV APP_PORT=48081 20:49:39 ---> Running in 712f56a053fe 20:49:40 Removing intermediate container 712f56a053fe 20:49:40 ---> b092ce181493 20:49:40 Step 13/22 : EXPOSE $APP_PORT 20:49:40 ---> Running in 3b73d0485607 20:49:41 Removing intermediate container 3b73d0485607 20:49:41 ---> 8fa7eb4ac7aa 20:49:41 Step 14/22 : WORKDIR / 20:49:41 ---> Running in a96aad467763 20:49:41 Removing intermediate container a96aad467763 20:49:41 ---> 8c656de914f0 20:49:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 20:49:42 ---> b55ffec06ad8 20:49:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:49:44 ---> 4cd6bfd80c71 20:49:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:49:45 ---> 2a3739405d5d 20:49:45 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:49:45 ---> Running in 4d99f634c166 20:49:46 Removing intermediate container 4d99f634c166 20:49:46 ---> 3d066f897792 20:49:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:49:46 ---> Running in cfdbd893dabf 20:49:47 Removing intermediate container cfdbd893dabf 20:49:47 ---> 19cf6155d81a 20:49:47 Step 20/22 : LABEL arch=arm64 20:49:47 ---> Running in 81864fc1a669 20:49:48 Removing intermediate container 81864fc1a669 20:49:48 ---> 2830a6aac2f8 20:49:48 Step 21/22 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:49:48 ---> Running in 5a5e35bd5617 20:49:48 Removing intermediate container 5a5e35bd5617 20:49:48 ---> 4071ecd18501 20:49:48 Step 22/22 : LABEL version=0.0.0 20:49:49 ---> Running in 3f92595c8beb 20:49:49 Removing intermediate container 3f92595c8beb 20:49:49 ---> 5485208fa956 20:49:49 20:49:50 Successfully built 5485208fa956 20:49:50 Successfully tagged docker-core-metadata-go-arm64:latest 20:49:50  Building docker-core-metadata-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:49:55 Removing intermediate container 64f1d433cfe5 20:49:55 ---> a14125c10712 20:49:55 20:49:55 Step 10/20 : FROM alpine 20:49:55 ---> 62ee0e9f8440 20:49:55 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 20:49:55 ---> Running in fd6995a3f3f4 20:49:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:49:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:49:58 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:49:58 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:49:58 OK: 12617 distinct packages available 20:49:59 (1/4) Installing ca-certificates (20191127-r4) 20:49:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:49:59 (3/4) Installing libcurl (7.69.1-r0) 20:49:59 (4/4) Installing curl (7.69.1-r0) 20:49:59 Executing busybox-1.31.1-r16.trigger 20:49:59 Executing ca-certificates-20191127-r4.trigger 20:50:00 OK: 7 MiB in 18 packages 20:50:02 Removing intermediate container fd6995a3f3f4 20:50:02 ---> 107f02d10762 20:50:02 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:50:02 ---> Running in 6616c2569048 20:50:02 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 20:50:02 Removing intermediate container 6616c2569048 20:50:02 ---> 6c1a3cb74ac3 20:50:02 Step 13/20 : WORKDIR /edgex 20:50:03 ---> Running in e2188464c2d6 20:50:03 Removing intermediate container e2188464c2d6 20:50:03 ---> 255e66bb744a 20:50:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:50:05 ---> edf84fd0563d 20:50:05 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:50:06 ---> 944f88ba38a3 20:50:06 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:50:07 ---> Running in 5a9fb7188b23 20:50:07 Removing intermediate container 5a9fb7188b23 20:50:07 ---> ebe4d05140a0 20:50:07 Step 17/20 : CMD ["--init=true"] 20:50:07 ---> Running in e3dedf6f83fe 20:50:08 Removing intermediate container e3dedf6f83fe 20:50:08 ---> d3a23117ae1c 20:50:08 Step 18/20 : LABEL arch=arm64 20:50:08 ---> Running in 9ab813f77d67 20:50:09 Removing intermediate container 9ab813f77d67 20:50:09 ---> f075139c8976 20:50:09 Step 19/20 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:50:09 ---> Running in b8a27cb8ed72 20:50:10 Removing intermediate container b8a27cb8ed72 20:50:10 ---> fcd4b940d406 20:50:10 Step 20/20 : LABEL version=0.0.0 20:50:10 ---> Running in 33f35016b7b2 20:50:10 Removing intermediate container 33f35016b7b2 20:50:10 ---> 4c93d4cd551a 20:50:10 20:50:11 Successfully built 4c93d4cd551a 20:50:11 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:50:16  Building docker-security-proxy-setup-go ... done Removing intermediate container 6b190e46588b 20:50:16 ---> f29c4207a839 20:50:16 20:50:16 Step 10/26 : FROM alpine:3.10 20:50:16 3.10: Pulling from library/alpine 20:50:17 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 20:50:17 Status: Downloaded newer image for alpine:3.10 20:50:17 ---> 536a684cf733 20:50:17 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 20:50:18 ---> Running in eecb09d91bd0 20:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 20:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 20:50:20 v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 20:50:20 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 20:50:20 OK: 10167 distinct packages available 20:50:21 (1/5) Installing ca-certificates (20191127-r2) 20:50:21 (2/5) Installing nghttp2-libs (1.39.2-r1) 20:50:21 (3/5) Installing libcurl (7.66.0-r0) 20:50:21 (4/5) Installing curl (7.66.0-r0) 20:50:21 (5/5) Installing dumb-init (1.2.2-r1) 20:50:21 Executing busybox-1.30.1-r3.trigger 20:50:21 Executing ca-certificates-20191127-r2.trigger 20:50:22 OK: 7 MiB in 19 packages 20:50:24 Removing intermediate container eecb09d91bd0 20:50:24 ---> c2f9a4a74412 20:50:24 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:50:24 ---> Running in 7c617b65c428 20:50:25 Removing intermediate container 7c617b65c428 20:50:25 ---> 5e4c19cf7cd5 20:50:25 Step 13/26 : WORKDIR / 20:50:25 ---> Running in 652dd4363556 20:50:26 Removing intermediate container 652dd4363556 20:50:26 ---> f9ed34bcb287 20:50:26 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:50:27 ---> 5df6c27a8a7f 20:50:27 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:50:28 ---> 07c9de21534f 20:50:28 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:50:29 Removing intermediate container c16d9a695afa 20:50:29 ---> 041cf5e80e62 20:50:29 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:50:29 ---> Running in c95a4817c996 20:50:29 ---> ea4a9362f6a1 20:50:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 20:50:30 ---> ee30ae300571 20:50:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:50:31 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 20:50:32 ---> ae201ae0e1ac 20:50:32 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:50:33 Removing intermediate container 09671a97abdc 20:50:33 ---> 184dbcb68c25 20:50:33 20:50:33 Step 9/29 : FROM alpine:latest 20:50:33 ---> 62ee0e9f8440 20:50:33 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 20:50:33 ---> Running in c96e5583be92 20:50:33 ---> dc19519ac492 20:50:33 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 20:50:34 Removing intermediate container c96e5583be92 20:50:34 ---> 3bdd69386ebe 20:50:34 Step 11/29 : USER root 20:50:34 ---> Running in 85d42b634797 20:50:34 ---> 12925bf52c89 20:50:34 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:50:34 Removing intermediate container 85d42b634797 20:50:34 ---> 97be84b815dc 20:50:34 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 20:50:34 Removing intermediate container c95a4817c996 20:50:34 ---> 2c9634ad2cd7 20:50:34 20:50:34 Step 11/27 : FROM docker:latest 20:50:34 ---> ce9d55ae87f1 20:50:34 Step 12/27 : RUN apk add --no-cache bash 20:50:35 ---> Running in 7766fb926df7 20:50:35 ---> Running in c1d83dacd465 20:50:35 ---> ed8abeced4a4 20:50:35 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:50:35 ---> Running in 9929934e2903 20:50:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:50:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:50:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:50:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:50:38 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:50:38 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:50:38 OK: 12617 distinct packages available 20:50:38 (1/2) Installing readline (8.0.4-r0) 20:50:38 (2/2) Installing bash (5.0.17-r0) 20:50:38 Executing bash-5.0.17-r0.post-install 20:50:38 Executing busybox-1.31.1-r16.trigger 20:50:38 OK: 12 MiB in 22 packages 20:50:38 Removing intermediate container 9929934e2903 20:50:38 ---> f884442b85a3 20:50:38 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:50:38 ---> Running in 521bdbc9ba28 20:50:38 (1/2) Installing ca-certificates (20191127-r4) 20:50:38 (2/2) Installing dumb-init (1.2.2-r1) 20:50:38 Executing busybox-1.31.1-r16.trigger 20:50:39 Executing ca-certificates-20191127-r4.trigger 20:50:39 OK: 6 MiB in 16 packages 20:50:39 Removing intermediate container 521bdbc9ba28 20:50:39 ---> 05db7fa25b45 20:50:39 Step 24/26 : LABEL arch=arm64 20:50:39 Removing intermediate container 7766fb926df7 20:50:39 ---> 35550c023c20 20:50:39 Step 13/27 : RUN rm -rf /var/cache/apk/* 20:50:39 ---> Running in 7674d734ce96 20:50:39 ---> Running in 7283bf806ffa 20:50:40 Removing intermediate container 7674d734ce96 20:50:40 ---> 7fa299001fdc 20:50:40 Step 25/26 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:50:40 ---> Running in 3bd33f8ac987 20:50:41 Removing intermediate container c1d83dacd465 20:50:41 ---> b9b6be7372bb 20:50:41 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 20:50:41 Removing intermediate container 3bd33f8ac987 20:50:41 ---> e819d0da6e3d 20:50:41 Step 26/26 : LABEL version=0.0.0 20:50:41 ---> Running in 75191c3c2e18 20:50:41 ---> Running in 29a95e2ebb38 20:50:42 Removing intermediate container 75191c3c2e18 20:50:42 ---> a505bf572a32 20:50:42 Step 14/29 : WORKDIR $BASE_DIR 20:50:42 Removing intermediate container 29a95e2ebb38 20:50:42 ---> eb36a4dcdb1a 20:50:42 20:50:42 ---> Running in 334787b39ce7 20:50:42 Successfully built eb36a4dcdb1a 20:50:42 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:50:42  Building docker-security-secretstore-setup-go ... done Removing intermediate container 334787b39ce7 20:50:42 ---> 7f48ddcccebb 20:50:42 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 20:50:42 ---> Running in fc22cb835158 20:50:43 Removing intermediate container 7283bf806ffa 20:50:43 ---> 07176bda6b89 20:50:43 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:50:43 ---> Running in 90320cbd788c 20:50:44 Removing intermediate container 90320cbd788c 20:50:44 ---> 7bd414532441 20:50:44 Step 15/27 : ENV APP_PORT=48090 20:50:44 ---> Running in f2db96868c7d 20:50:44 Removing intermediate container f2db96868c7d 20:50:44 ---> 57a816325a3a 20:50:44 Step 16/27 : EXPOSE $APP_PORT 20:50:44 ---> Running in 9efc0f05b07a 20:50:45 Removing intermediate container 9efc0f05b07a 20:50:45 ---> 7b23a62dbd74 20:50:45 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:50:45 Removing intermediate container fc22cb835158 20:50:45 ---> f211fa996631 20:50:45 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 20:50:46 ---> 97020e9b5aaa 20:50:46 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:50:46 ---> 00cb9682208f 20:50:46 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 20:50:47 ---> bb09114ec0c6 20:50:47 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:50:47 ---> a0ca8fafc83b 20:50:47 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 20:50:48 ---> c93be5d2a3a2 20:50:48 Step 20/27 : RUN apk --no-cache add py-pip 20:50:48 ---> Running in 30d307d0512f 20:50:48 ---> a5d3fa61ef99 20:50:48 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 20:50:49 ---> 09c9756efc6b 20:50:49 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 20:50:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:50:50 ---> aa2b04af1b04 20:50:50 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 20:50:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:50:50 ---> Running in 9baed257baf6 20:50:51 (1/33) Installing libbz2 (1.0.8-r1) 20:50:51 (2/33) Installing expat (2.2.9-r1) 20:50:51 (3/33) Installing libffi (3.3-r2) 20:50:51 (4/33) Installing gdbm (1.13-r1) 20:50:51 (5/33) Installing xz-libs (5.2.5-r0) 20:50:51 (6/33) Installing sqlite-libs (3.32.1-r0) 20:50:51 (7/33) Installing python3 (3.8.5-r0) 20:50:53 (8/33) Installing py3-appdirs (1.4.4-r1) 20:50:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:50:53 (10/33) Installing py3-parsing (2.4.7-r0) 20:50:53 (11/33) Installing py3-six (1.15.0-r0) 20:50:53 (12/33) Installing py3-packaging (20.4-r0) 20:50:53 (13/33) Installing py3-setuptools (47.0.0-r0) 20:50:53 (14/33) Installing py3-chardet (3.0.4-r4) 20:50:53 (15/33) Installing py3-idna (2.9-r0) 20:50:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:50:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:50:53 (18/33) Installing py3-requests (2.23.0-r0) 20:50:53 (19/33) Installing py3-msgpack (1.0.0-r0) 20:50:53 (20/33) Installing py3-lockfile (0.12.2-r3) 20:50:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:50:53 (22/33) Installing py3-colorama (0.4.3-r0) 20:50:53 (23/33) Installing py3-distlib (0.3.0-r0) 20:50:53 (24/33) Installing py3-distro (1.5.0-r1) 20:50:53 (25/33) Installing py3-webencodings (0.5.1-r3) 20:50:53 (26/33) Installing py3-html5lib (1.0.1-r4) 20:50:53 (27/33) Installing py3-pytoml (0.1.21-r0) 20:50:53 (28/33) Installing py3-pep517 (0.8.2-r0) 20:50:53 (29/33) Installing py3-progress (1.5-r0) 20:50:53 (30/33) Installing py3-toml (0.10.1-r0) 20:50:53 (31/33) Installing py3-retrying (1.3.3-r0) 20:50:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:50:53 (33/33) Installing py3-pip (20.1.1-r0) 20:50:54 Executing busybox-1.31.1-r16.trigger 20:50:54 OK: 71 MiB in 55 packages 20:50:54 Removing intermediate container 9baed257baf6 20:50:54 ---> 285cfdac9f11 20:50:54 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 20:50:55 ---> 7ca06c26cbd7 20:50:55 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:50:55 ---> Running in 835e8024fb8e 20:50:58 Removing intermediate container 835e8024fb8e 20:50:58 ---> 27a3cc9138a0 20:50:58 Step 24/29 : RUN chmod 755 security-secrets-setup 20:50:59 ---> Running in e25468549b38 20:51:00 Removing intermediate container 30d307d0512f 20:51:00 ---> 4a573a207234 20:51:00 Step 21/27 : RUN pip install docker-compose==1.23.2 20:51:00 ---> Running in 0cb7e8b41424 20:51:02 Removing intermediate container e25468549b38 20:51:02 ---> 06d4f9c55954 20:51:02 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 20:51:02 ---> Running in 38c18edb8a1a 20:51:03 Removing intermediate container 38c18edb8a1a 20:51:03 ---> 569b305cf498 20:51:03 Step 26/29 : CMD [ "generate" ] 20:51:03 ---> Running in 5aeb877da746 20:51:03 Removing intermediate container 5aeb877da746 20:51:03 ---> 904cd1e6d2fd 20:51:03 Step 27/29 : LABEL arch=arm64 20:51:03 ---> Running in 71d527b28086 20:51:04 Removing intermediate container 71d527b28086 20:51:04 ---> 9096fb581384 20:51:04 Step 28/29 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:51:04 ---> Running in ee287278a5c4 20:51:04 Removing intermediate container ee287278a5c4 20:51:04 ---> 4ec4399e921f 20:51:04 Step 29/29 : LABEL version=0.0.0 20:51:04 ---> Running in 8476857ca2ec 20:51:05 Removing intermediate container 8476857ca2ec 20:51:05 ---> 41b4bc9658c1 20:51:05 20:51:06 Successfully built 41b4bc9658c1 20:51:06 Successfully tagged docker-security-secrets-setup-go-arm64:latest 20:51:08  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 20:51:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:51:08 Collecting texttable<0.10,>=0.9.0 20:51:08 Downloading texttable-0.9.1.tar.gz (11 kB) 20:51:12 Collecting PyYAML<4,>=3.10 20:51:12 Downloading PyYAML-3.13.tar.gz (270 kB) 20:51:16 Collecting websocket-client<1.0,>=0.32.0 20:51:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:51:16 Collecting docopt<0.7,>=0.6.1 20:51:16 Downloading docopt-0.6.2.tar.gz (25 kB) 20:51:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:51:19 Collecting dockerpty<0.5,>=0.4.1 20:51:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:51:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:51:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:51:23 Collecting cached-property<2,>=1.2.0 20:51:23 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 20:51:24 Collecting jsonschema<3,>=2.5.1 20:51:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:51:25 Collecting docker<4.0,>=3.6.0 20:51:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:51:25 Collecting idna<2.8,>=2.5 20:51:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:51:26 Collecting urllib3<1.25,>=1.21.1 20:51:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:51:26 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) 20:51:26 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) 20:51:27 Collecting docker-pycreds>=0.4.0 20:51:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:51:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:51:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:51:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:51:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:51:28 Installing collected packages: texttable, PyYAML, websocket-client, docopt, dockerpty, idna, urllib3, requests, cached-property, jsonschema, docker-pycreds, docker, docker-compose 20:51:28 Running setup.py install for texttable: started 20:51:30 Running setup.py install for texttable: finished with status 'done' 20:51:30 Running setup.py install for PyYAML: started 20:51:32 Running setup.py install for PyYAML: finished with status 'done' 20:51:32 Running setup.py install for docopt: started 20:51:34 Running setup.py install for docopt: finished with status 'done' 20:51:34 Running setup.py install for dockerpty: started 20:51:37 Running setup.py install for dockerpty: finished with status 'done' 20:51:37 Attempting uninstall: idna 20:51:37 Found existing installation: idna 2.9 20:51:37 Uninstalling idna-2.9: 20:51:37 Successfully uninstalled idna-2.9 20:51:38 Attempting uninstall: urllib3 20:51:38 Found existing installation: urllib3 1.25.9 20:51:38 Uninstalling urllib3-1.25.9: 20:51:38 Successfully uninstalled urllib3-1.25.9 20:51:38 Attempting uninstall: requests 20:51:38 Found existing installation: requests 2.23.0 20:51:38 Uninstalling requests-2.23.0: 20:51:38 Successfully uninstalled requests-2.23.0 20:51:41 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 20:51:45 Removing intermediate container 0cb7e8b41424 20:51:45 ---> f21e3707b9ce 20:51:45 Step 22/27 : RUN apk --no-cache add curl 20:51:45 ---> Running in b979e0245035 20:51:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:51:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:51:47 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:51:47 (2/3) Installing libcurl (7.69.1-r0) 20:51:47 (3/3) Installing curl (7.69.1-r0) 20:51:47 Executing busybox-1.31.1-r16.trigger 20:51:47 OK: 71 MiB in 58 packages 20:51:49 Removing intermediate container b979e0245035 20:51:49 ---> 0ce2eca38fdb 20:51:49 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 20:51:49 ---> Running in ef19c6d08b5b 20:51:49 Removing intermediate container ef19c6d08b5b 20:51:49 ---> 7a198756c226 20:51:49 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:51:49 ---> Running in 3e3c8d8309e9 20:51:49 Removing intermediate container 3e3c8d8309e9 20:51:49 ---> 8196d99148f7 20:51:49 Step 25/27 : LABEL arch=arm64 20:51:50 ---> Running in ccedee75a574 20:51:50 Removing intermediate container ccedee75a574 20:51:50 ---> a9327cc7e41a 20:51:50 Step 26/27 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c 20:51:50 ---> Running in 4786f5ff4eae 20:51:51 Removing intermediate container 4786f5ff4eae 20:51:51 ---> 344bbdc5dc1d 20:51:51 Step 27/27 : LABEL version=0.0.0 20:51:51 ---> Running in 5aeed203b353 20:51:51 Removing intermediate container 5aeed203b353 20:51:51 ---> 05a03b52bc55 20:51:51 20:51:52 Successfully built 05a03b52bc55 20:51:52 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:51:52  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:51:52 $ docker stop --time=1 8ec0b6afc799f8b177966a903ad651235d3b3b7a49ddce440ae4e952c749d563 20:51:54 $ docker rm -f 8ec0b6afc799f8b177966a903ad651235d3b3b7a49ddce440ae4e952c749d563 [Pipeline] // withDockerContainer [Pipeline] sh 20:51:55 + grep docker 20:51:55 + docker images 20:51:55 docker-sys-mgmt-agent-go-arm64 latest 05a03b52bc55 4 seconds ago 266MB 20:51:55 docker-security-secrets-setup-go-arm64 latest 41b4bc9658c1 50 seconds ago 24.2MB 20:51:55 docker-security-secretstore-setup-go-arm64 latest eb36a4dcdb1a About a minute ago 32.6MB 20:51:55 docker-security-proxy-setup-go-arm64 latest 4c93d4cd551a About a minute ago 15.8MB 20:51:55 docker-core-metadata-go-arm64 latest 5485208fa956 2 minutes ago 13.8MB 20:51:55 docker-core-data-go-arm64 latest ccc3ad36d20c 4 minutes ago 23.3MB 20:51:55 docker-support-notifications-go-arm64 latest 4380912c8ea8 4 minutes ago 13.9MB 20:51:55 docker-core-command-go-arm64 latest ce2c63b49a19 4 minutes ago 12.4MB 20:51:55 docker-support-scheduler-go-arm64 latest aa02d22bf701 4 minutes ago 12.6MB 20:51:55 docker-support-logging-go-arm64 latest 9585dd73909c 5 minutes ago 11.4MB 20:51:55 docker latest ce9d55ae87f1 2 months 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 20:51:57 provisioning config files... 20:51:57 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config8975204329405503545tmp [Pipeline] { [Pipeline] sh 20:51:57 + curl -s https://codecov.io/bash 20:51:57 + bash -s - -t @/w/workspace/edgex-go/3@tmp/config8975204329405503545tmp [Pipeline] } 20:51:58 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 20:51:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:52:00 ---> package-listing.sh 20:52:00 ++ facter osfamily 20:52:00 ++ tr '[:upper:]' '[:lower:]' 20:52:00 + OS_FAMILY=redhat 20:52:00 + workspace=/w/workspace/edgex-go/3 20:52:00 + START_PACKAGES=/tmp/packages_start.txt 20:52:00 + END_PACKAGES=/tmp/packages_end.txt 20:52:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:52:00 + PACKAGES=/tmp/packages_start.txt 20:52:00 + '[' /w/workspace/edgex-go/3 ']' 20:52:00 + PACKAGES=/tmp/packages_end.txt 20:52:00 + case "${OS_FAMILY}" in 20:52:00 + rpm -qa 20:52:00 + sort 20:52:04 + '[' -f /tmp/packages_start.txt ']' 20:52:04 + '[' -f /tmp/packages_end.txt ']' 20:52:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:52:04 + '[' /w/workspace/edgex-go/3 ']' 20:52:04 + mkdir -p /w/workspace/edgex-go/3/archives/ 20:52:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] isUnix [Pipeline] sh 20:52:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:52:05 20:52:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:52:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:52:05 alpine: Pulling from edgex-lftools-log-publisher 20:52:05 c9b1b535fdd9: Pulling fs layer 20:52:05 2cc5ad85d9ab: Pulling fs layer 20:52:05 756a868c4378: Pulling fs layer 20:52:05 444b2fc9a129: Pulling fs layer 20:52:05 ea15f1150254: Pulling fs layer 20:52:05 41b27a9f41bf: Pulling fs layer 20:52:05 28c525ee5125: Pulling fs layer 20:52:05 094b1ea09ed8: Pulling fs layer 20:52:05 138eaada9080: Pulling fs layer 20:52:05 0622d0fa9048: Pulling fs layer 20:52:05 444b2fc9a129: Waiting 20:52:05 ea15f1150254: Waiting 20:52:05 41b27a9f41bf: Waiting 20:52:05 28c525ee5125: Waiting 20:52:05 138eaada9080: Waiting 20:52:05 0622d0fa9048: Waiting 20:52:05 094b1ea09ed8: Waiting 20:52:05 2cc5ad85d9ab: Verifying Checksum 20:52:05 2cc5ad85d9ab: Download complete 20:52:05 444b2fc9a129: Verifying Checksum 20:52:05 444b2fc9a129: Download complete 20:52:05 c9b1b535fdd9: Verifying Checksum 20:52:05 c9b1b535fdd9: Download complete 20:52:05 ea15f1150254: Verifying Checksum 20:52:05 ea15f1150254: Download complete 20:52:06 28c525ee5125: Verifying Checksum 20:52:06 28c525ee5125: Download complete 20:52:06 756a868c4378: Verifying Checksum 20:52:06 756a868c4378: Download complete 20:52:06 c9b1b535fdd9: Pull complete 20:52:06 138eaada9080: Verifying Checksum 20:52:06 138eaada9080: Download complete 20:52:06 0622d0fa9048: Verifying Checksum 20:52:06 0622d0fa9048: Download complete 20:52:06 094b1ea09ed8: Verifying Checksum 20:52:06 094b1ea09ed8: Download complete 20:52:06 41b27a9f41bf: Verifying Checksum 20:52:06 41b27a9f41bf: Download complete 20:52:07 2cc5ad85d9ab: Pull complete 20:52:09 756a868c4378: Pull complete 20:52:09 444b2fc9a129: Pull complete 20:52:09 ea15f1150254: Pull complete 20:52:15 41b27a9f41bf: Pull complete 20:52:15 28c525ee5125: Pull complete 20:52:17 094b1ea09ed8: Pull complete 20:52:18 138eaada9080: Pull complete 20:52:18 0622d0fa9048: Pull complete 20:52:18 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 20:52:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:52:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:52:18 prd-centos7-docker-4c-2g-500 does not seem to be running inside a container 20:52:19 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:52:23 $ docker top 33f04aff88f6d73ea8b4df5bc3bc2f5ef155e57b1caf7ff4c1b1ffab14cfad7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:52:23 provisioning config files... 20:52:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5538191932448493915tmp [Pipeline] { [Pipeline] echo 20:52:23 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:52:23 ---> create-netrc.sh [Pipeline] echo 20:52:23 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:52:24 ---> logs-deploy.sh 20:52:24 + ARCHIVE_ARTIFACTS= 20:52:24 + LOGS_SERVER=https://logs.edgexfoundry.org 20:52:24 + '[' https://logs.edgexfoundry.org == None ']' 20:52:24 + NEXUS_URL=https://nexus.edgexfoundry.org 20:52:24 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2664/3 20:52:24 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2664/3/ 20:52:24 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2664/3 /w/workspace/edgex-go/3 20:52:25 Archives upload complete. 20:52:25 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2664/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2664/3/ 20:52:25 ---> uname -a: 20:52:25 Linux 33f04aff88f6 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 20:52:25 20:52:25 20:52:25 ---> lscpu: 20:52:25 Architecture: x86_64 20:52:25 CPU op-mode(s): 32-bit, 64-bit 20:52:25 Byte Order: Little Endian 20:52:25 Address sizes: 40 bits physical, 48 bits virtual 20:52:25 CPU(s): 4 20:52:25 On-line CPU(s) list: 0-3 20:52:25 Thread(s) per core: 1 20:52:25 Core(s) per socket: 1 20:52:25 Socket(s): 4 20:52:25 NUMA node(s): 1 20:52:25 Vendor ID: GenuineIntel 20:52:25 CPU family: 6 20:52:25 Model: 44 20:52:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:52:25 Stepping: 1 20:52:25 CPU MHz: 2933.438 20:52:25 BogoMIPS: 5866.87 20:52:25 Virtualization: VT-x 20:52:25 Hypervisor vendor: KVM 20:52:25 Virtualization type: full 20:52:25 L1d cache: 128 KiB 20:52:25 L1i cache: 128 KiB 20:52:25 L2 cache: 16 MiB 20:52:25 L3 cache: 64 MiB 20:52:25 NUMA node0 CPU(s): 0-3 20:52:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:52:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:52:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:52:25 Vulnerability Meltdown: Mitigation; PTI 20:52:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:52:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:52:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:52:25 Vulnerability Tsx async abort: Not affected 20:52:25 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 20:52:25 20:52:25 20:52:25 ---> nproc: 20:52:25 4 20:52:25 20:52:25 20:52:25 ---> df -h: 20:52:25 Filesystem Size Used Available Use% Mounted on 20:52:25 overlay 50.0G 13.4G 36.6G 27% / 20:52:25 tmpfs 64.0M 0 64.0M 0% /dev 20:52:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:52:25 shm 64.0M 0 64.0M 0% /dev/shm 20:52:25 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 20:52:25 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 20:52:25 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 20:52:25 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa 20:52:25 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/3@tmp 20:52:25 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/3 20:52:25 20:52:25 20:52:25 ---> free -m: 20:52:25 total used free shared buff/cache available 20:52:25 Mem: 1837 632 107 0 1097 1124 20:52:25 Swap: 1023 99 924 20:52:25 20:52:25 20:52:25 ---> ip addr: 20:52:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:52:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:52:25 inet 127.0.0.1/8 scope host lo 20:52:25 valid_lft forever preferred_lft forever 20:52:25 116: eth0@if117: mtu 1458 qdisc noqueue state UP 20:52:25 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 20:52:25 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 20:52:25 valid_lft forever preferred_lft forever 20:52:25 20:52:25 20:52:25 ---> sar -b -r -n DEV: 20:52:25 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/27/20 _x86_64_ (4 CPU) 20:52:25 20:52:25 20:29:53 LINUX RESTART 20:52:25 20:52:25 20:31:01 tps rtps wtps bread/s bwrtn/s 20:52:25 20:32:01 51.92 36.49 15.43 3552.92 8904.38 20:52:25 20:33:01 411.98 238.78 173.20 9022.26 68911.71 20:52:25 20:34:01 351.75 173.10 178.65 7432.49 32597.69 20:52:25 20:35:03 215.44 90.89 124.55 10035.28 48483.40 20:52:25 20:36:02 2608.22 2227.64 380.58 195781.03 246147.09 20:52:25 20:37:02 1093.56 831.14 262.42 52964.44 74437.95 20:52:25 20:38:02 2175.14 1791.93 383.21 171124.47 217195.84 20:52:25 20:39:01 1458.67 1167.55 291.12 99650.63 110323.61 20:52:25 20:40:01 248.95 35.50 213.45 3895.87 17430.23 20:52:25 20:41:01 2.01 0.52 1.50 17.85 23.28 20:52:25 20:42:01 0.28 0.02 0.27 1.07 2.75 20:52:25 20:43:01 0.43 0.07 0.37 1.07 5.51 20:52:25 20:44:01 0.27 0.02 0.25 0.13 2.47 20:52:25 20:45:01 1.70 1.48 0.22 56.23 2.58 20:52:25 20:46:01 1.35 0.58 0.77 127.36 14.44 20:52:25 20:47:01 0.35 0.10 0.25 0.93 2.82 20:52:25 20:48:01 0.33 0.03 0.30 0.27 4.03 20:52:25 20:49:01 0.23 0.02 0.22 0.13 2.47 20:52:25 20:50:01 0.53 0.07 0.47 0.53 6.78 20:52:25 20:51:01 0.20 0.02 0.18 0.27 1.50 20:52:25 20:52:02 28.28 28.05 0.23 2914.46 17.67 20:52:25 Average: 409.86 313.58 96.28 26369.43 39165.43 20:52:25 20:52:25 20:31:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:52:25 20:32:01 191820 1689736 89.81 2620 1096780 1411216 48.16 619000 910200 48936 20:52:25 20:33:01 132104 1749452 92.98 1492 1069248 1508748 51.49 636776 909260 1072 20:52:25 20:34:01 165036 1716520 91.23 432 729672 1985268 67.75 837860 637428 52440 20:52:25 20:35:03 74872 1806684 96.02 84 1113668 1293928 44.16 718088 858380 165648 20:52:25 20:36:02 52200 1829356 97.23 0 1051140 2307648 78.76 773512 887212 92484 20:52:25 20:37:02 455052 1426504 75.82 0 774220 1333540 45.51 530940 684164 192 20:52:25 20:38:02 74664 1806892 96.03 0 1087188 2104820 71.83 613488 1019100 9820 20:52:25 20:39:01 191612 1689944 89.82 0 836772 2305064 78.67 775716 697320 868 20:52:25 20:40:01 346928 1534628 81.56 0 970176 1183104 40.38 559268 757808 20 20:52:25 20:41:01 347804 1533752 81.52 0 970616 1165624 39.78 558936 757212 20 20:52:25 20:42:01 349756 1531800 81.41 0 970600 1152204 39.32 557704 756796 12 20:52:25 20:43:01 350028 1531528 81.40 0 970636 1152204 39.32 557824 756856 8 20:52:25 20:44:01 349912 1531644 81.40 0 970644 1152204 39.32 557828 756860 8 20:52:25 20:45:01 348484 1533072 81.48 0 971584 1152204 39.32 557788 757720 20 20:52:25 20:46:01 341648 1539908 81.84 0 975288 1152288 39.33 563516 758812 8 20:52:25 20:47:01 342132 1539424 81.82 0 975300 1152252 39.32 563280 758824 16 20:52:25 20:48:01 342024 1539532 81.82 0 975308 1152204 39.32 563168 758852 12 20:52:25 20:49:01 341868 1539688 81.83 0 975372 1152204 39.32 563076 758868 8 20:52:25 20:50:01 341752 1539804 81.84 0 975324 1152204 39.32 563064 758868 12 20:52:25 20:51:01 341252 1540304 81.86 0 975328 1152276 39.33 563116 758872 8 20:52:25 20:52:02 233932 1647624 87.57 0 1060396 1179356 40.25 584492 837616 156 20:52:25 Average: 272137 1609419 85.54 220 975965 1395265 47.62 610402 787478 17703 20:52:25 20:52:25 20:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 20:52:25 20:32:01 vethae1ee54 1043.93 732.98 92.64 2653.77 0.00 0.00 0.00 20:52:25 20:32:01 eth0 771.65 1059.96 2673.23 115.89 0.00 0.00 0.00 20:52:25 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:32:01 docker0 1043.93 732.89 78.36 2653.77 0.00 0.00 0.00 20:52:25 20:33:01 veth0ec29fc 19.31 21.26 1.87 14.39 0.00 0.00 0.00 20:52:25 20:33:01 eth0 1428.68 873.27 7039.63 2764.00 0.00 0.00 0.00 20:52:25 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:33:01 docker0 63.82 84.35 4.04 374.15 0.00 0.00 0.00 20:52:25 20:34:01 veth6d993a2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 20:52:25 20:34:01 eth0 121.25 93.87 495.82 25.36 0.00 0.00 0.00 20:52:25 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:34:01 docker0 73.02 82.06 5.55 463.41 0.00 0.00 0.00 20:52:25 20:35:03 eth0 123.61 87.52 1662.54 111.50 0.00 0.00 0.00 20:52:25 20:35:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:35:03 vethd243d94 0.00 0.11 0.00 0.01 0.00 0.00 0.00 20:52:25 20:35:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:36:02 eth0 62.21 46.66 171.73 49.48 0.00 0.00 0.00 20:52:25 20:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:36:02 vethd243d94 0.00 0.32 0.00 0.01 0.00 0.00 0.00 20:52:25 20:36:02 docker0 22.79 24.85 1.39 150.89 0.00 0.00 0.00 20:52:25 20:37:02 eth0 54.61 36.98 151.49 14.93 0.00 0.00 0.00 20:52:25 20:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:37:02 vethd243d94 0.00 0.07 0.00 0.00 0.00 0.00 0.00 20:52:25 20:37:02 docker0 9.36 11.29 0.51 72.61 0.00 0.00 0.00 20:52:25 20:38:02 eth0 88.88 58.92 192.69 65.67 0.00 0.00 0.00 20:52:25 20:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:38:02 vethd243d94 0.00 0.12 0.00 0.00 0.00 0.00 0.00 20:52:25 20:38:02 docker0 17.76 29.30 0.99 159.18 0.00 0.00 0.00 20:52:25 20:39:01 vethe322dc2 0.00 0.14 0.00 0.01 0.00 0.00 0.00 20:52:25 20:39:01 eth0 3632.38 2960.40 16581.51 3394.04 0.00 0.00 0.00 20:52:25 20:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 20:52:25 20:39:01 veth8abc1ac 0.00 0.14 0.00 0.01 0.00 0.00 0.00 20:52:25 20:40:01 eth0 118.11 77.10 465.70 61.58 0.00 0.00 0.00 20:52:25 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:40:01 docker0 1262.40 1023.72 92.87 4305.32 0.00 0.00 0.00 20:52:25 20:41:01 eth0 1.33 0.63 0.81 0.25 0.00 0.00 0.00 20:52:25 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:42:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 20:52:25 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:43:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 20:52:25 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:44:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 20:52:25 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 20:52:25 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:46:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 20:52:25 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:47:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 20:52:25 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 20:52:25 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:49:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 20:52:25 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 20:52:25 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:51:01 eth0 0.33 0.23 0.14 0.07 0.00 0.00 0.00 20:52:25 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:52:02 eth0 7.30 4.48 8.27 2.54 0.00 0.00 0.00 20:52:25 20:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 20:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 Average: eth0 134.30 112.84 616.43 155.74 0.00 0.00 0.00 20:52:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:25 Average: docker0 60.17 48.79 4.43 205.20 0.00 0.00 0.00 20:52:25 20:52:25