Pull request #2653 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from c97bb4103008b8485dba1ebfa3398f6e079f512d+aed4594c0c67a41538adeca107413fb688e317f4 (e314fa068cc14a89800177ba50e68a2043c700d0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-5000 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit c97bb4103008b8485dba1ebfa3398f6e079f512d > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c97bb4103008b8485dba1ebfa3398f6e079f512d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 Merge succeeded, producing c97bb4103008b8485dba1ebfa3398f6e079f512d Checking out Revision c97bb4103008b8485dba1ebfa3398f6e079f512d (PR-2653) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c97bb4103008b8485dba1ebfa3398f6e079f512d # timeout=10 Commit message: "Merge branch 'master' into issue-2652" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:02:51 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:02:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:02:51 ========================================================= 15:02:51 EdgeX Global Pipelines Version Info 15:02:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:02:53 ------------------- 15:02:53 stable info: 15:02:53 ------------------- 15:02:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:02:53 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 15:02:53 Message: update stable to v1.0.106 15:02:54 ------------------- 15:02:54 experimental info: 15:02:54 ------------------- 15:02:54 Commited By: **** collab-it+edgex@linuxfoundation.org 15:02:54 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 15:02:54 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 15:02: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 15:02:55 + for file in '`ls cmd/**/Dockerfile`' 15:02:55 ++ dirname cmd/core-command/Dockerfile 15:02:55 ++ cut -d/ -f2 15:02:55 + echo core-command,cmd/core-command/Dockerfile 15:02:55 + for file in '`ls cmd/**/Dockerfile`' 15:02:55 ++ dirname cmd/core-data/Dockerfile 15:02:55 ++ cut -d/ -f2 15:02:55 + echo core-data,cmd/core-data/Dockerfile 15:02:55 + for file in '`ls cmd/**/Dockerfile`' 15:02:55 ++ dirname cmd/core-metadata/Dockerfile 15:02:55 ++ cut -d/ -f2 15:02:55 + echo core-metadata,cmd/core-metadata/Dockerfile 15:02:55 + for file in '`ls cmd/**/Dockerfile`' 15:02:55 ++ dirname cmd/security-proxy-setup/Dockerfile 15:02:55 ++ cut -d/ -f2 15:02:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:02:55 + for file in '`ls cmd/**/Dockerfile`' 15:02:55 ++ dirname cmd/security-secrets-setup/Dockerfile 15:02:55 ++ cut -d/ -f2 15:02:55 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 15:02:55 + for file in '`ls cmd/**/Dockerfile`' 15:02:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:02:55 ++ cut -d/ -f2 15:02:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:02:55 + for file in '`ls cmd/**/Dockerfile`' 15:02:55 ++ dirname cmd/support-logging/Dockerfile 15:02:55 ++ cut -d/ -f2 15:02:55 + echo support-logging,cmd/support-logging/Dockerfile 15:02:55 + for file in '`ls cmd/**/Dockerfile`' 15:02:55 ++ dirname cmd/support-notifications/Dockerfile 15:02:55 ++ cut -d/ -f2 15:02:55 + echo support-notifications,cmd/support-notifications/Dockerfile 15:02:55 + for file in '`ls cmd/**/Dockerfile`' 15:02:55 ++ dirname cmd/support-scheduler/Dockerfile 15:02:55 ++ cut -d/ -f2 15:02:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:02:55 + for file in '`ls cmd/**/Dockerfile`' 15:02:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:02:55 ++ cut -d/ -f2 15:02:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:02: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 15:02:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:02:57 15:02:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:02:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:02:57 latest: Pulling from edgex-devops/git-semver 15:02:57 31603596830f: Pulling fs layer 15:02:57 2a8b12db71e7: Pulling fs layer 15:02:57 6ca5941a6612: Pulling fs layer 15:02:57 ecc8261a40a4: Pulling fs layer 15:02:57 ecc8261a40a4: Waiting 15:02:57 2a8b12db71e7: Verifying Checksum 15:02:57 2a8b12db71e7: Download complete 15:02:57 31603596830f: Download complete 15:02:57 ecc8261a40a4: Verifying Checksum 15:02:57 ecc8261a40a4: Download complete 15:02:57 6ca5941a6612: Verifying Checksum 15:02:57 6ca5941a6612: Download complete 15:02:58 31603596830f: Pull complete 15:02:58 2a8b12db71e7: Pull complete 15:02:59 6ca5941a6612: Pull complete 15:02:59 ecc8261a40a4: Pull complete 15:02:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:02:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:02:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:02:59 prd-centos7-docker-4c-2g-5000 does not seem to be running inside a container 15:02:59 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 15:03:01 $ docker top 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:03:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:03:02 [ssh-agent] Looking for ssh-agent implementation... 15:03:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:03:02 $ docker exec 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce ssh-agent 15:03:02 SSH_AUTH_SOCK=/tmp/ssh-IrZaecK5ypCf/agent.11 15:03:02 SSH_AGENT_PID=16 15:03:02 Running ssh-add (command line suppressed) 15:03:02 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4981171421159953545.key (/w/workspace/edgex-go/6@tmp/private_key_4981171421159953545.key) 15:03:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:03:02 + git describe --exact-match --tags HEAD 15:03:02 fatal: No names found, cannot describe anything. [Pipeline] } 15:03:02 $ docker exec --env ******** --env ******** 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce ssh-agent -k 15:03:03 unset SSH_AUTH_SOCK; 15:03:03 unset SSH_AGENT_PID; 15:03:03 echo Agent pid 16 killed; 15:03:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:03:03 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:03:03 This usually means this commit has not been tagged. [Pipeline] sshagent 15:03:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:03:03 [ssh-agent] Looking for ssh-agent implementation... 15:03:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:03:03 $ docker exec 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce ssh-agent 15:03:03 SSH_AUTH_SOCK=/tmp/ssh-nXVQAfKTUhdG/agent.45 15:03:03 SSH_AGENT_PID=50 15:03:03 Running ssh-add (command line suppressed) 15:03:03 Identity added: /w/workspace/edgex-go/6@tmp/private_key_2215072990022128891.key (/w/workspace/edgex-go/6@tmp/private_key_2215072990022128891.key) 15:03:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:03:04 + git semver init 15:03:04 # -> Open(): unable to determine branch for HEAD 15:03:04 # $GIT_DIR = /w/workspace/edgex-go/6/.git 15:03:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 15:03:04 # $SEMVER_REMOTE_NAME = origin 15:03:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:03:04 # $SEMVER_USER_NAME = edgex-jenkins 15:03:04 # $SEMVER_BRANCH = PR-2653 15:03:04 # $SEMVER_TEMP = /tmp/semver-836821656 15:03:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:03:22 # '/tmp/semver-836821656' -> '/w/workspace/edgex-go/6/.semver' 15:03:22 # -> Force: false 15:03:22 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 15:03:22 $ docker exec --env ******** --env ******** 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce ssh-agent -k 15:03:22 unset SSH_AUTH_SOCK; 15:03:22 unset SSH_AGENT_PID; 15:03:22 echo Agent pid 50 killed; 15:03:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:03:23 + git semver [Pipeline] } 15:03:23 $ docker stop --time=1 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce 15:03:24 $ docker rm -f 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:03:37 Stashed 31 file(s) [Pipeline] echo 15:03:37 [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 15:03:37 ========================================================= 15:03:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 15:03:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:03:38 + 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 . 15:03:41 Sending build context to Docker daemon 323MB 15:03:41 Step 1/7 : ARG BASE=golang:1.13-alpine 15:03:41 Step 2/7 : FROM ${BASE} 15:03:41 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 15:03:41 df20fa9351a1: Pulling fs layer 15:03:41 ed8968b2872e: Pulling fs layer 15:03:41 a92cc7c5fd73: Pulling fs layer 15:03:41 2dd03ba5bac4: Pulling fs layer 15:03:41 1e091d79d1de: Pulling fs layer 15:03:41 481702a1767f: Pulling fs layer 15:03:41 f64a6f60c768: Pulling fs layer 15:03:41 e78d2573fc39: Pulling fs layer 15:03:41 e876d2f968b6: Pulling fs layer 15:03:41 ce8a83651883: Pulling fs layer 15:03:41 07967f4d0e4b: Pulling fs layer 15:03:41 f64a6f60c768: Waiting 15:03:41 e78d2573fc39: Waiting 15:03:41 e876d2f968b6: Waiting 15:03:41 ce8a83651883: Waiting 15:03:41 07967f4d0e4b: Waiting 15:03:41 2dd03ba5bac4: Waiting 15:03:41 481702a1767f: Waiting 15:03:41 1e091d79d1de: Waiting 15:03:41 a92cc7c5fd73: Verifying Checksum 15:03:41 a92cc7c5fd73: Download complete 15:03:41 ed8968b2872e: Verifying Checksum 15:03:41 ed8968b2872e: Download complete 15:03:41 1e091d79d1de: Verifying Checksum 15:03:41 1e091d79d1de: Download complete 15:03:41 481702a1767f: Verifying Checksum 15:03:41 481702a1767f: Download complete 15:03:41 df20fa9351a1: Verifying Checksum 15:03:41 df20fa9351a1: Download complete 15:03:42 f64a6f60c768: Verifying Checksum 15:03:42 f64a6f60c768: Download complete 15:03:42 e876d2f968b6: Verifying Checksum 15:03:42 e876d2f968b6: Download complete 15:03:42 df20fa9351a1: Pull complete 15:03:42 2dd03ba5bac4: Verifying Checksum 15:03:42 2dd03ba5bac4: Download complete 15:03:43 e78d2573fc39: Verifying Checksum 15:03:43 e78d2573fc39: Download complete 15:03:43 ce8a83651883: Verifying Checksum 15:03:43 ce8a83651883: Download complete 15:03:43 07967f4d0e4b: Verifying Checksum 15:03:43 07967f4d0e4b: Download complete 15:03:44 ed8968b2872e: Pull complete 15:03:44 a92cc7c5fd73: Pull complete 15:03:49 2dd03ba5bac4: Pull complete 15:03:49 1e091d79d1de: Pull complete 15:03:49 481702a1767f: Pull complete 15:03:52 Still waiting to schedule task 15:03:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:03:59 f64a6f60c768: Pull complete 15:04:01 e78d2573fc39: Pull complete 15:04:01 e876d2f968b6: Pull complete 15:04:02 ce8a83651883: Pull complete 15:04:02 07967f4d0e4b: Pull complete 15:04:02 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 15:04:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 15:04:02 ---> 5d7c900382c6 15:04:02 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 15:04:03 ---> Running in a4e854503813 15:04:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:04:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:04:05 (1/12) Installing libmagic (5.38-r0) 15:04:06 (2/12) Installing file (5.38-r0) 15:04:06 (3/12) Installing libc-dev (0.7.2-r3) 15:04:06 (4/12) Installing g++ (9.3.0-r2) 15:04:11 (5/12) Installing fortify-headers (1.1-r0) 15:04:11 (6/12) Installing patch (2.7.6-r6) 15:04:11 (7/12) Installing build-base (0.5-r2) 15:04:11 (8/12) Installing libsodium (1.0.18-r0) 15:04:11 (9/12) Installing pkgconf (1.7.2-r0) 15:04:11 (10/12) Installing libsodium-dev (1.0.18-r0) 15:04:11 (11/12) Installing libzmq (4.3.2-r0) 15:04:11 (12/12) Installing zeromq-dev (4.3.2-r0) 15:04:11 Executing busybox-1.31.1-r16.trigger 15:04:11 OK: 233 MiB in 51 packages 15:04:15 Removing intermediate container a4e854503813 15:04:15 ---> 6995dd6be128 15:04:15 Step 4/7 : WORKDIR /edgex-go 15:04:15 ---> Running in f08e2d458859 15:04:15 Removing intermediate container f08e2d458859 15:04:15 ---> 18e4385dd76a 15:04:15 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:04:15 latest: Pulling from library/docker 15:04:16 df20fa9351a1: Already exists 15:04:16 25ad7478873d: Pulling fs layer 15:04:16 4684f6177b5d: Pulling fs layer 15:04:16 46e300cec669: Pulling fs layer 15:04:16 63038576ad94: Pulling fs layer 15:04:16 0fdb76c4706c: Pulling fs layer 15:04:16 cb7edeffdfd5: Pulling fs layer 15:04:16 0fdb76c4706c: Waiting 15:04:16 63038576ad94: Waiting 15:04:16 cb7edeffdfd5: Waiting 15:04:16 4684f6177b5d: Verifying Checksum 15:04:16 4684f6177b5d: Download complete 15:04:16 25ad7478873d: Download complete 15:04:16 63038576ad94: Verifying Checksum 15:04:16 63038576ad94: Download complete 15:04:16 0fdb76c4706c: Verifying Checksum 15:04:16 0fdb76c4706c: Download complete 15:04:16 cb7edeffdfd5: Verifying Checksum 15:04:16 cb7edeffdfd5: Download complete 15:04:16 25ad7478873d: Pull complete 15:04:16 4684f6177b5d: Pull complete 15:04:17 46e300cec669: Verifying Checksum 15:04:17 46e300cec669: Download complete 15:04:19 46e300cec669: Pull complete 15:04:19 63038576ad94: Pull complete 15:04:19 0fdb76c4706c: Pull complete 15:04:19 cb7edeffdfd5: Pull complete 15:04:19 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 15:04:19 Status: Downloaded newer image for docker:latest 15:04:21 ---> ca5a4325f702 15:04:21 Step 6/7 : COPY go.mod . 15:04:21 ---> c19866e84cec 15:04:21 Step 7/7 : RUN go mod download 15:04:21 ---> Running in 9e3c9188915c 15:04:24 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:04:24 go: finding github.com/BurntSushi/toml v0.3.1 15:04:24 go: finding github.com/OneOfOne/xxhash v1.2.5 15:04:24 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:04:24 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:04:24 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:04:24 go: finding github.com/bgentry/speakeasy v0.1.0 15:04:24 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:04:24 go: finding github.com/cloudflare/gokey v0.1.0 15:04:24 go: finding github.com/davecgh/go-spew v1.1.1 15:04:24 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:04:24 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:04:24 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 15:04:24 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:04:24 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:04:24 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:04:24 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 15:04:24 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:04:24 go: finding github.com/fatih/color v1.7.0 15:04:24 go: finding github.com/fsnotify/fsnotify v1.4.7 15:04:24 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:04:24 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 15:04:24 go: finding github.com/go-kit/kit v0.8.0 15:04:24 go: finding github.com/go-logfmt/logfmt v0.4.0 15:04:24 go: finding github.com/go-redis/redis/v7 v7.2.0 15:04:24 go: finding github.com/go-stack/stack v1.8.0 15:04:24 go: finding github.com/golang/protobuf v1.3.2 15:04:24 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:04:24 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:04:24 go: finding github.com/google/uuid v1.1.0 15:04:24 go: finding github.com/gorilla/mux v1.7.1 15:04:24 go: finding github.com/hashicorp/consul/api v1.1.0 15:04:24 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:04:24 go: finding github.com/hashicorp/errwrap v1.0.0 15:04:24 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:04:24 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:04:24 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:04:24 go: finding github.com/hashicorp/go-multierror v1.0.0 15:04:24 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:04:24 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:04:24 go: finding github.com/hashicorp/go-syslog v1.0.0 15:04:24 go: finding github.com/hashicorp/go-uuid v1.0.1 15:04:24 go: finding github.com/hashicorp/go.net v0.0.1 15:04:24 go: finding github.com/hashicorp/golang-lru v0.5.0 15:04:24 go: finding github.com/hashicorp/logutils v1.0.0 15:04:25 go: finding github.com/hashicorp/mdns v1.0.0 15:04:25 go: finding github.com/hashicorp/memberlist v0.1.3 15:04:25 go: finding github.com/hashicorp/serf v0.8.2 15:04:25 go: finding github.com/hpcloud/tail v1.0.0 15:04:25 go: finding github.com/imdario/mergo v0.3.6 15:04:25 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:04:25 go: finding github.com/kr/pretty v0.1.0 15:04:25 go: finding github.com/kr/pty v1.1.1 15:04:25 go: finding github.com/kr/text v0.1.0 15:04:25 go: finding github.com/mattn/go-colorable v0.0.9 15:04:25 go: finding github.com/mattn/go-isatty v0.0.3 15:04:25 go: finding github.com/miekg/dns v1.0.14 15:04:25 go: finding github.com/mitchellh/cli v1.0.0 15:04:25 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:04:25 go: finding github.com/mitchellh/copystructure v1.0.0 15:04:25 go: finding github.com/mitchellh/go-homedir v1.0.0 15:04:25 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:04:25 go: finding github.com/mitchellh/gox v0.4.0 15:04:25 go: finding github.com/mitchellh/iochan v1.0.0 15:04:25 go: finding github.com/mitchellh/mapstructure v1.1.2 15:04:25 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:04:25 go: finding github.com/onsi/ginkgo v1.10.1 15:04:25 go: finding github.com/onsi/gomega v1.7.0 15:04:25 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:04:25 go: finding github.com/pebbe/zmq4 v1.0.0 15:04:25 go: finding github.com/pelletier/go-toml v1.2.0 15:04:25 go: finding github.com/pkg/errors v0.8.1 15:04:25 go: finding github.com/pmezard/go-difflib v1.0.0 15:04:25 go: finding github.com/posener/complete v1.1.1 15:04:25 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:04:25 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:04:25 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:04:25 go: finding github.com/stretchr/objx v0.1.0 15:04:25 go: finding github.com/stretchr/testify v1.5.1 15:04:25 go: finding github.com/ugorji/go v1.1.4 15:04:26 go: finding github.com/x448/float16 v0.8.4 15:04:26 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 15:04:26 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:04:26 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:04:26 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 15:04:26 go: finding golang.org/x/text v0.3.2 15:04:26 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:04:26 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:04:26 go: finding gopkg.in/eapache/queue.v1 v1.1.0 15:04:26 go: finding gopkg.in/fsnotify.v1 v1.4.7 15:04:26 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 15:04:26 go: finding gopkg.in/yaml.v2 v2.2.8 15:04:38 Removing intermediate container 9e3c9188915c 15:04:38 ---> fcf1dc3292e5 15:04:38 Successfully built fcf1dc3292e5 15:04:38 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 15:04:39 + docker inspect -f . ci-base-image-x86_64 15:04:39 . [Pipeline] withDockerContainer 15:04:39 prd-centos7-docker-4c-2g-5000 does not seem to be running inside a container 15:04:39 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 15:04:39 $ docker top 4b4e9abace5087188cf71fef03ba12fdea4622a357fbb0c069d6726c867cc8ab -eo pid,comm [Pipeline] { [Pipeline] sh 15:04:40 + go version 15:04:40 go version go1.13.13 linux/amd64 [Pipeline] echo 15:04:40 ========================================================= 15:04:40 [edgeXBuildGoParallel] Running Tests and Build... 15:04:40 ========================================================= [Pipeline] sh 15:04:40 + make test 15:04:40 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:04:42 ? github.com/edgexfoundry/edgex-go [no test files] 15:04:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:04:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:04:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:04:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:04:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:04:57 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.021s 15:04:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 15:04:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:04:57 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 15:04:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:04:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:04:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:04:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:04:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:05:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements 15:05:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:05:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:05:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:05:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:05:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.045s coverage: 27.3% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.119s coverage: 28.6% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:05:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.013s coverage: 100.0% of statements 15:05:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:05:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.020s coverage: 89.8% of statements 15:05:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:05:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:05:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:05:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:05:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.020s coverage: 58.8% of statements 15:05:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.041s coverage: 63.5% of statements 15:05:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:05:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:05:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements 15:05:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.121s coverage: 55.9% of statements 15:05:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:05:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:05:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 15:05:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.250s coverage: 86.3% of statements 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.348s coverage: 72.2% of statements 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.128s coverage: 72.1% of statements 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.037s coverage: 82.4% of statements 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.028s coverage: 48.4% of statements 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.017s coverage: 28.8% of statements 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.010s coverage: 96.8% of statements 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.039s coverage: 26.9% of statements 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.122s coverage: 84.1% of statements 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.017s coverage: 100.0% of statements 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.015s coverage: 42.9% of statements 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.033s coverage: 83.8% of statements 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.019s coverage: 46.1% of statements 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.011s coverage: 100.0% of statements 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.017s coverage: 100.0% of statements 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:05:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements 15:05:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:05:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.062s coverage: 29.1% of statements 15:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:05:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.023s coverage: 99.0% of statements 15:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:05:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.026s coverage: 100.0% of statements 15:05:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:05:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.010s coverage: 0.0% of statements 15:05:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:05:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements 15:05:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:05:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:05:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:05:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:05:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements 15:05:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:05:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:05:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 15:05:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 15:05:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 15:05:20 GO111MODULE=on go vet ./... 15:05:25 gofmt -l . 15:05:26 [ "`gofmt -l .`" = "" ] 15:05:26 ./bin/test-go-mod-tidy.sh 15:05:26 ./bin/test-attribution-txt.sh [Pipeline] sh 15:05:29 + ls -al . 15:05:29 total 556 15:05:29 drwxrwxr-x 10 1001 1001 4096 Aug 12 15:05 . 15:05:29 drwxr-xr-x 4 root root 28 Aug 12 15:04 .. 15:05:29 -rw-rw-r-- 1 1001 1001 11 Aug 12 15:02 .dockerignore 15:05:29 drwxrwxr-x 8 1001 1001 179 Aug 12 15:02 .git 15:05:29 drwxrwxr-x 3 1001 1001 60 Aug 12 15:02 .github 15:05:29 -rw-rw-r-- 1 1001 1001 932 Aug 12 15:02 .gitignore 15:05:29 drwx------ 3 1001 1001 47 Aug 12 15:03 .semver 15:05:29 -rw-rw-r-- 1 1001 1001 166 Aug 12 15:02 .sonarcloud.properties 15:05:29 -rw-rw-r-- 1 1001 1001 3804 Aug 12 15:02 CONTRIBUTING.md 15:05:29 -rw-rw-r-- 1 1001 1001 1035 Aug 12 15:02 Dockerfile.build 15:05:29 -rw-rw-r-- 1 1001 1001 865 Aug 12 15:02 Jenkinsfile 15:05:29 -rw-rw-r-- 1 1001 1001 10775 Aug 12 15:02 LICENSE 15:05:29 -rw-rw-r-- 1 1001 1001 6237 Aug 12 15:02 Makefile 15:05:29 -rw-rw-r-- 1 1001 1001 5652 Aug 12 15:02 README.md 15:05:29 -rw-rw-r-- 1 1001 1001 7111 Aug 12 15:02 SECURITY.md 15:05:29 -rw-rw-r-- 1 1001 1001 5 Aug 12 15:03 VERSION 15:05:29 -rw-rw-r-- 1 1001 1001 4131 Aug 12 15:02 ZMQWindows.md 15:05:29 drwxrwxr-x 2 1001 1001 117 Aug 12 15:02 bin 15:05:29 drwxrwxr-x 15 1001 1001 4096 Aug 12 15:02 cmd 15:05:29 -rw-r--r-- 1 root root 455803 Aug 12 15:05 coverage.out 15:05:29 -rw-r--r-- 1 root root 1019 Aug 12 15:05 go.mod 15:05:29 -rw-r--r-- 1 root root 18146 Aug 12 15:05 go.sum 15:05:29 drwxrwxr-x 8 1001 1001 127 Aug 12 15:02 internal 15:05:29 drwxrwxr-x 4 1001 1001 26 Aug 12 15:02 openapi 15:05:29 drwxrwxr-x 4 1001 1001 71 Aug 12 15:02 snap 15:05:29 -rw-rw-r-- 1 1001 1001 168 Aug 12 15:02 version.go [Pipeline] sh 15:05:30 + '[' -e coverage.out ] 15:05:30 + chown 1001:1001 coverage.out [Pipeline] stash 15:05:30 Stashed 1 file(s) [Pipeline] sh 15:05:30 + make build 15:05: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 15:05:36 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 15:05:39 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 15:05:41 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 15:05:42 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 15:05:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5002 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws 15:05:44 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 15:05:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:05:44 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 15:05:47 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 15:05:48 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 15:05:49 using credential edgex-jenkins-ssh 15:05:49 Cloning the remote Git repository 15:05:49 Cloning with configured refspecs honoured and without tags 15:05:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:05:49 > git init /w/workspace/edgex-go/6 # timeout=10 15:05:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:05:49 > git --version # timeout=10 15:05:49 using GIT_SSH to set credentials SSH Credentials for GitHub 15:05:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:05:50 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 15:05:51 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 15:05:52 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 15:05:53 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] } 15:05:55 $ docker stop --time=1 4b4e9abace5087188cf71fef03ba12fdea4622a357fbb0c069d6726c867cc8ab 15:05:58 $ docker rm -f 4b4e9abace5087188cf71fef03ba12fdea4622a357fbb0c069d6726c867cc8ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:06:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:06:00 15:06:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:06:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:06:01 latest: Pulling from edgex-devops/edgex-compose 15:06:01 cbdbe7a5bc2a: Pulling fs layer 15:06:01 ca9280d653b3: Pulling fs layer 15:06:01 7e9c9ca2126c: Pulling fs layer 15:06:01 cbdbe7a5bc2a: Verifying Checksum 15:06:01 cbdbe7a5bc2a: Download complete 15:06:01 ca9280d653b3: Verifying Checksum 15:06:01 ca9280d653b3: Download complete 15:06:01 cbdbe7a5bc2a: Pull complete 15:06:02 7e9c9ca2126c: Download complete 15:06:02 ca9280d653b3: Pull complete 15:06:08 7e9c9ca2126c: Pull complete 15:06:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:06:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:06:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:06:09 prd-centos7-docker-4c-2g-5000 does not seem to be running inside a container 15:06:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 15:06:10 Fetching without tags 15:06:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:06:10 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # timeout=10 15:06:10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:06:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:06:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:06:10 using GIT_SSH to set credentials SSH Credentials for GitHub 15:06:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:06:11 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit c97bb4103008b8485dba1ebfa3398f6e079f512d 15:06:11 Merge succeeded, producing c97bb4103008b8485dba1ebfa3398f6e079f512d 15:06:11 Checking out Revision c97bb4103008b8485dba1ebfa3398f6e079f512d (PR-2653) 15:06:12 $ docker top 9f02802cbf9c3b34fb5730bc52bc0afc88061fd7911f1bea3a99ab1e88192b7d -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:12 + docker-compose build --help 15:06:12 + grep parallel 15:06:11 > git config core.sparsecheckout # timeout=10 15:06:11 > git checkout -f c97bb4103008b8485dba1ebfa3398f6e079f512d # timeout=10 15:06:11 > git remote # timeout=10 15:06:11 > git config --get remote.origin.url # timeout=10 15:06:11 using GIT_SSH to set credentials SSH Credentials for GitHub 15:06:11 > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 15:06:11 > git rev-parse HEAD^{commit} # timeout=10 15:06:11 > git config core.sparsecheckout # timeout=10 15:06:11 > git checkout -f c97bb4103008b8485dba1ebfa3398f6e079f512d # timeout=10 15:06:13 --parallel Build images in parallel. [Pipeline] } 15:06:13 $ docker stop --time=1 9f02802cbf9c3b34fb5730bc52bc0afc88061fd7911f1bea3a99ab1e88192b7d 15:06:15 $ docker rm -f 9f02802cbf9c3b34fb5730bc52bc0afc88061fd7911f1bea3a99ab1e88192b7d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:06:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:06:15 . [Pipeline] withDockerContainer 15:06:15 prd-centos7-docker-4c-2g-5000 does not seem to be running inside a container 15:06:15 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 15:06:16 Commit message: "Merge branch 'master' into issue-2652" 15:06:16 $ docker top d67fdbf3947d799abcdd2d9b7ed265bf86d18088bfa2a0bd4270941aa2d47f60 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 15:06:16 + docker-compose -f ./docker-compose-build.yml build --parallel 15:06:17 Building docker-core-command-go ... 15:06:17 Building docker-core-data-go ... 15:06:17 Building docker-core-metadata-go ... 15:06:17 Building docker-security-proxy-setup-go ... 15:06:17 Building docker-security-secrets-setup-go ... 15:06:17 Building docker-security-secretstore-setup-go ... 15:06:17 Building docker-support-logging-go ... 15:06:17 Building docker-support-notifications-go ... 15:06:17 Building docker-support-scheduler-go ... 15:06:17 Building docker-sys-mgmt-agent-go ... 15:06:17 Building docker-sys-mgmt-agent-go 15:06:17 Building docker-core-data-go 15:06:17 Building docker-support-notifications-go 15:06:17 Building docker-support-scheduler-go 15:06:17 Building docker-security-secretstore-setup-go [Pipeline] echo 15:06:27 ========================================================= 15:06:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 15:06:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:06:28 + 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 . 15:06:32 Sending build context to Docker daemon 323MB 15:06:32 Step 1/7 : ARG BASE=golang:1.13-alpine 15:06:32 Step 2/7 : FROM ${BASE} 15:06:33 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:06:33 b538f80385f9: Pulling fs layer 15:06:33 74f711af9a0d: Pulling fs layer 15:06:33 99f96fe45779: Pulling fs layer 15:06:33 fd7a069fd194: Pulling fs layer 15:06:33 66aa3694b03b: Pulling fs layer 15:06:33 170f70906a0f: Pulling fs layer 15:06:33 ad7c5574e4b9: Pulling fs layer 15:06:33 e772456be8f7: Pulling fs layer 15:06:33 c890913d741a: Pulling fs layer 15:06:33 2480fcc9aa5a: Pulling fs layer 15:06:33 09adf4765672: Pulling fs layer 15:06:33 fd7a069fd194: Waiting 15:06:33 66aa3694b03b: Waiting 15:06:33 170f70906a0f: Waiting 15:06:33 ad7c5574e4b9: Waiting 15:06:33 e772456be8f7: Waiting 15:06:33 2480fcc9aa5a: Waiting 15:06:33 09adf4765672: Waiting 15:06:33 c890913d741a: Waiting 15:06:33 99f96fe45779: Download complete 15:06:33 74f711af9a0d: Verifying Checksum 15:06:33 74f711af9a0d: Download complete 15:06:33 66aa3694b03b: Verifying Checksum 15:06:33 66aa3694b03b: Download complete 15:06:33 170f70906a0f: Download complete 15:06:33 b538f80385f9: Verifying Checksum 15:06:33 b538f80385f9: Download complete 15:06:33 b538f80385f9: Pull complete 15:06:34 74f711af9a0d: Pull complete 15:06:34 99f96fe45779: Pull complete 15:06:36 ad7c5574e4b9: Verifying Checksum 15:06:36 ad7c5574e4b9: Download complete 15:06:38 2480fcc9aa5a: Verifying Checksum 15:06:38 2480fcc9aa5a: Download complete 15:06:38 09adf4765672: Verifying Checksum 15:06:38 09adf4765672: Download complete 15:06:38 fd7a069fd194: Verifying Checksum 15:06:38 fd7a069fd194: Download complete 15:06:39 e772456be8f7: Download complete 15:06:44 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:06:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:06:44 ---> fcf1dc3292e5 15:06:44 Step 3/26 : WORKDIR /edgex-go 15:06:44 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:06:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:06:44 ---> fcf1dc3292e5 15:06:44 Step 3/22 : WORKDIR /edgex-go 15:06:44 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:06:44 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:06:44 ---> fcf1dc3292e5 15:06:44 Step 3/20 : WORKDIR /edgex-go 15:06:44 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 15:06:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:06:44 ---> fcf1dc3292e5 15:06:44 Step 3/23 : WORKDIR /edgex-go 15:06:44 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:06:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:06:44 ---> fcf1dc3292e5 15:06:44 Step 3/26 : WORKDIR /edgex-go 15:06:44 ---> Running in 43666f02f72f 15:06:44 ---> Running in 1442c13c842e 15:06:44 ---> Running in 5a38f6d7f19e 15:06:44 ---> Running in 7f40b2e396d7 15:06:44 ---> Running in 2a0a2063ba3a 15:06:44 Removing intermediate container 43666f02f72f 15:06:44 ---> 943c649fdd4b 15:06:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:06:44 Removing intermediate container 1442c13c842e 15:06:44 ---> 4cd3f88ecc66 15:06:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:06:44 Removing intermediate container 7f40b2e396d7 15:06:44 ---> 57b3a555b1d2 15:06:44 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:06:44 Removing intermediate container 2a0a2063ba3a 15:06:44 ---> 99673e54d652 15:06:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:06:44 Removing intermediate container 5a38f6d7f19e 15:06:44 ---> 7bfbc905a878 15:06:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:06:44 ---> Running in 48e93b67c19d 15:06:44 ---> Running in ae08f0feb883 15:06:44 ---> Running in b764997e9ead 15:06:44 ---> Running in 2ee1732a2b56 15:06:45 ---> Running in e3835dbdb475 15:06:46 Removing intermediate container ae08f0feb883 15:06:46 ---> d7e02bab7883 15:06:46 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 15:06:46 Removing intermediate container b764997e9ead 15:06:46 ---> ce68322cf2f8 15:06:46 Step 5/20 : RUN apk update && apk add make git 15:06:46 ---> Running in f2563a7ae05f 15:06:46 Removing intermediate container 2ee1732a2b56 15:06:46 ---> 1e523d7aafc7 15:06:46 Step 5/26 : RUN apk update && apk add make bash git 15:06:47 ---> Running in 9060551fd429 15:06:47 Removing intermediate container e3835dbdb475 15:06:47 ---> 8d22b54e5f8c 15:06:47 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:06:47 Removing intermediate container 48e93b67c19d 15:06:47 ---> a86f8c48d2d3 15:06:47 Step 5/26 : RUN apk update && apk add make git 15:06:47 ---> Running in 7462ea5f1993 15:06:47 ---> Running in df2d0b5186b2 15:06:47 ---> Running in b0ca322d4790 15:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:06:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:06:49 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:06:49 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:06:49 OK: 12749 distinct packages available 15:06:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:06:49 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:06:49 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:06:49 OK: 12749 distinct packages available 15:06:49 OK: 233 MiB in 51 packages 15:06:49 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:06:49 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:06:49 OK: 12749 distinct packages available 15:06:49 OK: 233 MiB in 51 packages 15:06:49 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:06:49 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:06:49 OK: 12749 distinct packages available 15:06:49 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:06:49 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:06:49 OK: 12749 distinct packages available 15:06:49 OK: 233 MiB in 51 packages 15:06:49 OK: 233 MiB in 51 packages 15:06:49 OK: 233 MiB in 51 packages 15:06:50 Removing intermediate container f2563a7ae05f 15:06:50 ---> 971296986552 15:06:50 Step 6/23 : COPY go.mod . 15:06:50 Removing intermediate container 9060551fd429 15:06:50 ---> 886ea2b16b35 15:06:50 Step 6/20 : COPY go.mod . 15:06:50 Removing intermediate container 7462ea5f1993 15:06:50 ---> 944fa2c16e23 15:06:50 Step 6/26 : COPY go.mod . 15:06:50 ---> 3cf779afd350 15:06:50 Step 7/23 : RUN go mod download 15:06:50 ---> Running in 9b8ef0b20bc8 15:06:50 ---> 3e335661c462 15:06:50 Step 7/20 : RUN go mod download 15:06:50 ---> Running in 13f09b7b0b80 15:06:51 ---> 71c15f8c3644 15:06:51 Step 7/26 : RUN go mod download 15:06:51 Removing intermediate container df2d0b5186b2 15:06:51 ---> 4fa01b222635 15:06:51 Step 6/22 : COPY go.mod . 15:06:51 Removing intermediate container b0ca322d4790 15:06:51 ---> a791d0357d15 15:06:51 Step 6/26 : COPY go.mod . 15:06:51 ---> Running in b127bce20840 15:06:51 fd7a069fd194: Pull complete 15:06:51 66aa3694b03b: Pull complete 15:06:51 170f70906a0f: Pull complete 15:06:51 ---> e329d6b6cd6a 15:06:51 Step 7/22 : RUN go mod download 15:06:51 ---> 815c88ce4519 15:06:51 Step 7/26 : RUN go mod download 15:06:51 ---> Running in bcb5abeaebfe 15:06:52 ---> Running in cc2f5e3a2fd7 15:06:53 Removing intermediate container 13f09b7b0b80 15:06:53 ---> dd515a5981b5 15:06:53 Step 8/20 : COPY . . 15:06:53 Removing intermediate container 9b8ef0b20bc8 15:06:53 ---> 0ba423938ef0 15:06:53 Step 8/23 : COPY . . 15:06:53 Removing intermediate container b127bce20840 15:06:53 ---> 7ed5dd44fa19 15:06:53 Step 8/26 : COPY . . 15:06:54 ad7c5574e4b9: Pull complete 15:07:00 e772456be8f7: Pull complete 15:07:00 c890913d741a: Pull complete 15:07:02 2480fcc9aa5a: Pull complete 15:07:02 09adf4765672: Pull complete 15:07:02 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 15:07:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 15:07:02 ---> 2248a725d1cf 15:07:02 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 15:07:03 Removing intermediate container cc2f5e3a2fd7 15:07:03 ---> d31870b74267 15:07:03 Step 8/26 : COPY . . 15:07:03 Removing intermediate container bcb5abeaebfe 15:07:03 ---> eb516238542b 15:07:03 Step 8/22 : COPY . . 15:07:08 ---> Running in 495671d4f428 15:07:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:07:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:07:10 (1/12) Installing libmagic (5.38-r0) 15:07:11 (2/12) Installing file (5.38-r0) 15:07:11 (3/12) Installing libc-dev (0.7.2-r3) 15:07:11 (4/12) Installing g++ (9.3.0-r2) 15:07:16 (5/12) Installing fortify-headers (1.1-r0) 15:07:16 (6/12) Installing patch (2.7.6-r6) 15:07:16 (7/12) Installing build-base (0.5-r2) 15:07:16 (8/12) Installing libsodium (1.0.18-r0) 15:07:16 (9/12) Installing pkgconf (1.7.2-r0) 15:07:16 (10/12) Installing libsodium-dev (1.0.18-r0) 15:07:16 (11/12) Installing libzmq (4.3.2-r0) 15:07:16 (12/12) Installing zeromq-dev (4.3.2-r0) 15:07:16 Executing busybox-1.31.1-r16.trigger 15:07:16 OK: 217 MiB in 51 packages 15:07:20 Removing intermediate container 495671d4f428 15:07:20 ---> 549252b335ed 15:07:20 Step 4/7 : WORKDIR /edgex-go 15:07:20 ---> Running in 072ffd118826 15:07:21 Removing intermediate container 072ffd118826 15:07:21 ---> 469ea52707cc 15:07:21 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:07:21 latest: Pulling from library/docker 15:07:21 b538f80385f9: Already exists 15:07:21 259a493cd78d: Pulling fs layer 15:07:21 b8e66b5100f5: Pulling fs layer 15:07:21 39dc9c94d07c: Pulling fs layer 15:07:21 551b823b3b82: Pulling fs layer 15:07:21 3c52a74df98c: Pulling fs layer 15:07:21 6c9b121b6998: Pulling fs layer 15:07:21 3c52a74df98c: Waiting 15:07:21 6c9b121b6998: Waiting 15:07:21 551b823b3b82: Waiting 15:07:21 b8e66b5100f5: Download complete 15:07:22 259a493cd78d: Verifying Checksum 15:07:22 259a493cd78d: Download complete 15:07:22 551b823b3b82: Verifying Checksum 15:07:22 551b823b3b82: Download complete 15:07:22 3c52a74df98c: Download complete 15:07:22 6c9b121b6998: Verifying Checksum 15:07:22 6c9b121b6998: Download complete 15:07:22 259a493cd78d: Pull complete 15:07:23 b8e66b5100f5: Pull complete 15:07:23 39dc9c94d07c: Verifying Checksum 15:07:23 39dc9c94d07c: Download complete 15:07:26 39dc9c94d07c: Pull complete 15:07:26 551b823b3b82: Pull complete 15:07:26 3c52a74df98c: Pull complete 15:07:27 6c9b121b6998: Pull complete 15:07:27 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 15:07:27 Status: Downloaded newer image for docker:latest 15:07:30 ---> 179ee59b6009 15:07:30 Step 6/7 : COPY go.mod . 15:07:31 ---> 3db7104165f0 15:07:31 Step 7/7 : RUN go mod download 15:07:31 ---> Running in a66b9d1368c4 15:07:34 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:07:34 go: finding github.com/BurntSushi/toml v0.3.1 15:07:34 go: finding github.com/OneOfOne/xxhash v1.2.5 15:07:34 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:07:34 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:07:34 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:07:34 go: finding github.com/bgentry/speakeasy v0.1.0 15:07:34 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:07:34 go: finding github.com/cloudflare/gokey v0.1.0 15:07:34 go: finding github.com/davecgh/go-spew v1.1.1 15:07:34 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:07:34 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 15:07:34 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 15:07:34 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:07:34 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:07:34 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 15:07:34 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 15:07:34 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:07:34 go: finding github.com/fatih/color v1.7.0 15:07:34 go: finding github.com/fsnotify/fsnotify v1.4.7 15:07:35 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:07:35 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 15:07:35 go: finding github.com/go-kit/kit v0.8.0 15:07:35 go: finding github.com/go-logfmt/logfmt v0.4.0 15:07:35 go: finding github.com/go-redis/redis/v7 v7.2.0 15:07:35 go: finding github.com/go-stack/stack v1.8.0 15:07:35 go: finding github.com/golang/protobuf v1.3.2 15:07:35 go: finding github.com/gomodule/redigo v2.0.0+incompatible 15:07:35 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:07:35 go: finding github.com/google/uuid v1.1.0 15:07:35 go: finding github.com/gorilla/mux v1.7.1 15:07:35 go: finding github.com/hashicorp/consul/api v1.1.0 15:07:35 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:07:35 go: finding github.com/hashicorp/errwrap v1.0.0 15:07:35 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:07:35 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:07:35 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:07:35 go: finding github.com/hashicorp/go-multierror v1.0.0 15:07:35 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:07:35 go: finding github.com/hashicorp/go-sockaddr v1.0.0 15:07:35 go: finding github.com/hashicorp/go-syslog v1.0.0 15:07:35 go: finding github.com/hashicorp/go-uuid v1.0.1 15:07:35 go: finding github.com/hashicorp/go.net v0.0.1 15:07:35 go: finding github.com/hashicorp/golang-lru v0.5.0 15:07:35 go: finding github.com/hashicorp/logutils v1.0.0 15:07:35 go: finding github.com/hashicorp/mdns v1.0.0 15:07:35 go: finding github.com/hashicorp/memberlist v0.1.3 15:07:35 go: finding github.com/hashicorp/serf v0.8.2 15:07:35 go: finding github.com/hpcloud/tail v1.0.0 15:07:35 go: finding github.com/imdario/mergo v0.3.6 15:07:35 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:07:35 go: finding github.com/kr/pretty v0.1.0 15:07:35 go: finding github.com/kr/pty v1.1.1 15:07:35 go: finding github.com/kr/text v0.1.0 15:07:35 go: finding github.com/mattn/go-colorable v0.0.9 15:07:35 ---> 614413ec3bbc 15:07:35 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 15:07:35 ---> 9fd1fa7959bc 15:07:35 Step 9/23 : RUN make cmd/support-notifications/support-notifications 15:07:35 ---> b801bb42e2d1 15:07:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:07:35 ---> Running in 0d1f415f9451 15:07:35 ---> 22341df6ca71 15:07:35 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 15:07:35 ---> 984078c27b7d 15:07:35 Step 9/22 : RUN make cmd/core-data/core-data 15:07:35 ---> Running in 4da77242363b 15:07:35 ---> Running in c04579a23722 15:07:35 ---> Running in b5f6a6b40e9b 15:07:35 ---> Running in 30429d37b31a 15:07:35 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 15:07:35 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 15:07:35 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 15:07:35 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 15:07:35 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 15:07:35 go: finding github.com/mattn/go-isatty v0.0.3 15:07:35 go: finding github.com/miekg/dns v1.0.14 15:07:35 go: finding github.com/mitchellh/cli v1.0.0 15:07:35 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:07:35 go: finding github.com/mitchellh/copystructure v1.0.0 15:07:35 go: finding github.com/mitchellh/go-homedir v1.0.0 15:07:35 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:07:35 go: finding github.com/mitchellh/gox v0.4.0 15:07:35 go: finding github.com/mitchellh/iochan v1.0.0 15:07:35 go: finding github.com/mitchellh/mapstructure v1.1.2 15:07:36 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:07:36 go: finding github.com/onsi/ginkgo v1.10.1 15:07:36 go: finding github.com/onsi/gomega v1.7.0 15:07:36 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:07:36 go: finding github.com/pebbe/zmq4 v1.0.0 15:07:36 go: finding github.com/pelletier/go-toml v1.2.0 15:07:36 go: finding github.com/pkg/errors v0.8.1 15:07:36 go: finding github.com/pmezard/go-difflib v1.0.0 15:07:36 go: finding github.com/posener/complete v1.1.1 15:07:36 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:07:36 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 15:07:36 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:07:36 go: finding github.com/stretchr/objx v0.1.0 15:07:36 go: finding github.com/stretchr/testify v1.5.1 15:07:36 go: finding github.com/ugorji/go v1.1.4 15:07:36 go: finding github.com/x448/float16 v0.8.4 15:07:36 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 15:07:36 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:07:36 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:07:36 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 15:07:36 go: finding golang.org/x/text v0.3.2 15:07:36 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:07:36 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 15:07:36 go: finding gopkg.in/eapache/queue.v1 v1.1.0 15:07:36 go: finding gopkg.in/fsnotify.v1 v1.4.7 15:07:36 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 15:07:36 go: finding gopkg.in/yaml.v2 v2.2.8 15:07:54 Removing intermediate container a66b9d1368c4 15:07:54 ---> f97b8e805bf5 15:07:54 Successfully built f97b8e805bf5 15:07:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:07:55 + docker inspect -f . ci-base-image-arm64 15:07:55 . [Pipeline] withDockerContainer 15:07:55 prd-ubuntu18.04-docker-arm64-4c-16g-5002 does not seem to be running inside a container 15:07:56 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 15:07:57 $ docker top 721b06bdabdb1af8aef5571189e4f649dc6aede8c5d7aca30c5e430f653ce347 -eo pid,comm 15:07:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] { [Pipeline] sh 15:07:58 + go version 15:07:58 go version go1.13.13 linux/arm64 [Pipeline] echo 15:07:58 ========================================================= 15:07:58 [edgeXBuildGoParallel] Running Tests and Build... 15:07:58 ========================================================= [Pipeline] sh 15:07:59 + make test 15:07:59 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:08:01 ? github.com/edgexfoundry/edgex-go [no test files] 15:08:05 Removing intermediate container 4da77242363b 15:08:05 ---> df9b9e8aefc6 15:08:05 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:08:06 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 15:08:06 ---> Running in 57ec6f8014b6 15:08:07 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 15:08:13 Removing intermediate container c04579a23722 15:08:13 ---> ed74e0e166fb 15:08:13 Removing intermediate container 0d1f415f9451 15:08:13 ---> df8a378b73b9 15:08:13 15:08:13 Step 10/23 : FROM scratch 15:08:13 15:08:13 Step 10/20 : FROM scratch ---> 15:08:13 15:08:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' ---> 15:08:13 15:08:13 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:08:14 ---> Running in c09c566cb63f 15:08:14 ---> Running in d6e6280fe725 15:08:14 Removing intermediate container 57ec6f8014b6 15:08:14 ---> 3c587b21db24 15:08:14 15:08:14 Step 11/26 : FROM docker:latest 15:08:14 ---> 81f5749c9058 15:08:14 Step 12/26 : RUN apk add --no-cache bash 15:08:14 Removing intermediate container 30429d37b31a 15:08:14 ---> 9b2999e86c37 15:08:14 15:08:14 Step 10/26 : FROM alpine:3.10 15:08:14 ---> Running in f58cbaf02125 15:08:14 3.10: Pulling from library/alpine 15:08:14 Removing intermediate container c09c566cb63f 15:08:14 ---> f995499d8662 15:08:14 Step 12/20 : ENV APP_PORT=48085 15:08:14 Removing intermediate container d6e6280fe725 15:08:14 ---> 8f269b8f2797 15:08:14 Step 12/23 : ENV APP_PORT=48060 15:08:17 ---> Running in 873e7900670e 15:08:17 ---> Running in 4246e75ac649 15:08:17 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:08:17 Status: Downloaded newer image for alpine:3.10 15:08:17 ---> be4e4bea2c2e 15:08:17 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:08:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:08:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:08:18 (1/2) Installing readline (8.0.4-r0) 15:08:18 (2/2) Installing bash (5.0.17-r0) 15:08:18 Executing bash-5.0.17-r0.post-install 15:08:18 Executing busybox-1.31.1-r16.trigger 15:08:18 OK: 12 MiB in 22 packages 15:08:18 ---> Running in 593e3608c664 15:08:18 Removing intermediate container 873e7900670e 15:08:18 ---> 70008e525147 15:08:18 Step 13/20 : EXPOSE $APP_PORT 15:08:18 Removing intermediate container 4246e75ac649 15:08:18 ---> 4b9efdb3ad42 15:08:18 Step 13/23 : EXPOSE $APP_PORT 15:08:18 ---> Running in 700c57074de7 15:08:18 Removing intermediate container b5f6a6b40e9b 15:08:18 ---> d6134a910c7e 15:08:18 15:08:18 Step 10/22 : FROM alpine 15:08:18 ---> Running in 45a9db325ef2 15:08:19 latest: Pulling from library/alpine 15:08:19 Removing intermediate container 700c57074de7 15:08:19 ---> 0fee7d1cc765 15:08:19 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:08:19 Removing intermediate container 45a9db325ef2 15:08:19 ---> 8fc469a7c8be 15:08:19 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 15:08:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 15:08:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 15:08:19 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:08:19 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:08:19 OK: 10346 distinct packages available 15:08:19 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:08:19 (1/5) Installing ca-certificates (20191127-r2) 15:08:19 Status: Downloaded newer image for alpine:latest 15:08:19 ---> a24bb4013296 15:08:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:08:19 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:08:19 (3/5) Installing libcurl (7.66.0-r0) 15:08:19 (4/5) Installing curl (7.66.0-r0) 15:08:19 (5/5) Installing dumb-init (1.2.2-r1) 15:08:19 Executing busybox-1.30.1-r3.trigger 15:08:19 Executing ca-certificates-20191127-r2.trigger 15:08:19 OK: 7 MiB in 19 packages 15:08:20 ---> 47b87cd343ed 15:08:20 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:08:20 ---> 4f186abb9527 15:08:20 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:08:20 Removing intermediate container f58cbaf02125 15:08:20 ---> 7870bde12e4a 15:08:20 Step 13/26 : RUN rm -rf /var/cache/apk/* 15:08:20 ---> Running in 8e9d5580c0bb 15:08:20 ---> Running in 4b487596629b 15:08:21 Removing intermediate container 8e9d5580c0bb 15:08:21 ---> d5151cd33dcd 15:08:21 Step 12/22 : ENV APP_PORT=48080 15:08:21 ---> 1c5fae923903 15:08:21 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 15:08:21 ---> a0fc9529304a 15:08:21 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:08:21 ---> Running in db88cd65b983 15:08:21 Removing intermediate container 593e3608c664 15:08:21 ---> b0df071c3fda 15:08:21 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:08:22 ---> Running in 4ce238740841 15:08:23 ---> 25b2906015ff 15:08:23 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:08:23 Removing intermediate container db88cd65b983 15:08:23 ---> a339e942b064 15:08:23 Step 13/22 : EXPOSE $APP_PORT 15:08:23 Removing intermediate container 4ce238740841 15:08:23 ---> d8f403d2121b 15:08:23 Step 13/26 : WORKDIR / 15:08:23 ---> 3f7af910839f 15:08:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:08:23 ---> Running in 5a0c4c57866f 15:08:23 ---> Running in 3590d2b3d4ce 15:08:23 ---> Running in 3137e31c4aae 15:08:23 ---> 2c0397c240df 15:08:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:08:23 Removing intermediate container 5a0c4c57866f 15:08:23 ---> 9463d14dd0df 15:08:23 Step 18/20 : LABEL arch=x86_64 15:08:23 Removing intermediate container 4b487596629b 15:08:23 ---> d23280c9a1cb 15:08:23 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:08:23 Removing intermediate container 3137e31c4aae 15:08:23 ---> 83c2d1af48c2 15:08:23 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:08:23 Removing intermediate container 3590d2b3d4ce 15:08:23 ---> 12b0665252c6 15:08:23 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:08:23 ---> Running in 74faaa2340ce 15:08:23 ---> Running in 2a13bd7a78d2 15:08:24 ---> Running in e0a3f933d012 15:08:24 Removing intermediate container 2a13bd7a78d2 15:08:24 ---> ab0b5fc85013 15:08:24 Step 15/26 : ENV APP_PORT=48090 15:08:24 Removing intermediate container 74faaa2340ce 15:08:24 ---> be24630c7a1e 15:08:24 Step 19/20 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:08:24 ---> 67f2476a63ff 15:08:24 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:08:24 ---> 7dd4c965db2d 15:08:24 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:08:24 ---> Running in 4876762edd77 15:08:24 ---> Running in 81cc069624ed 15:08:25 ---> 508b0ccac4e0 15:08:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:08:25 Removing intermediate container 81cc069624ed 15:08:25 ---> 2fba520a1033 15:08:25 Step 20/20 : LABEL version=0.0.0 15:08:25 ---> 0e0328106377 15:08:25 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:08:25 Removing intermediate container 4876762edd77 15:08:25 ---> 94f4f239c23f 15:08:25 Step 16/26 : EXPOSE $APP_PORT 15:08:25 ---> Running in da64a084a882 15:08:25 ---> Running in 0d14934eebc9 15:08:25 ---> Running in 6b57c2e697c1 15:08:25 ---> 5c10d30c47cc 15:08:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 15:08:25 Removing intermediate container e0a3f933d012 15:08:25 ---> 00ec17ab0faf 15:08:25 Step 15/22 : RUN apk --no-cache add zeromq 15:08:25 Removing intermediate container da64a084a882 15:08:25 ---> 826d63a7ef58 15:08:25 15:08:25 Removing intermediate container 6b57c2e697c1 15:08:25 ---> 44761d23d73e 15:08:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:08:25 Removing intermediate container 0d14934eebc9 15:08:25 ---> f2be07c044e0 15:08:25 Step 21/23 : LABEL arch=x86_64 15:08:25 ---> 3d2f533238bb 15:08:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:08:25 ---> Running in 4558baef71dc 15:08:26 Successfully built 826d63a7ef58 15:08:26 ---> Running in 05def3ef1ed1 15:08:26 Successfully tagged docker-support-scheduler-go:latest 15:08:26  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 15:08:26 Removing intermediate container 05def3ef1ed1 15:08:26 ---> c15b49b4e924 15:08:26 Step 22/23 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:08:26 ---> Running in bab7f56675f0 15:08:26 ---> c34112326929 15:08:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:08:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:08:27 ---> 5e958902f06c 15:08:27 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:08:27 ---> dc33e809676d 15:08:27 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:08:27 Removing intermediate container bab7f56675f0 15:08:27 ---> 5304cea096aa 15:08:27 Step 23/23 : LABEL version=0.0.0 15:08:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:08:28 (1/5) Installing libgcc (9.3.0-r2) 15:08:28 (2/5) Installing libsodium (1.0.18-r0) 15:08:28 (3/5) Installing libstdc++ (9.3.0-r2) 15:08:29 (4/5) Installing libzmq (4.3.2-r0) 15:08:29 (5/5) Installing zeromq (4.3.2-r0) 15:08:29 Executing busybox-1.31.1-r16.trigger 15:08:29 OK: 8 MiB in 19 packages 15:08:29 ---> Running in 5861fc2f5285 15:08:30 ---> 72e3efacd1be 15:08:30 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 15:08:30 ---> b87bcb041038 15:08:30 Step 20/26 : RUN apk --no-cache add py-pip 15:08:31 ---> Running in a220b94603f3 15:08:31 Removing intermediate container 5861fc2f5285 15:08:31 ---> a42c45c7c56a 15:08:31 15:08:31 Successfully built a42c45c7c56a 15:08:31 Successfully tagged docker-support-notifications-go:latest 15:08:31  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go 15:08:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:08:34 Removing intermediate container 4558baef71dc 15:08:34 ---> 487930d45143 15:08:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:08:34 ---> f5c62a544dda 15:08:34 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:08:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:08:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:08:37 (1/33) Installing libbz2 (1.0.8-r1) 15:08:37 (2/33) Installing expat (2.2.9-r1) 15:08:37 (3/33) Installing libffi (3.3-r2) 15:08:37 (4/33) Installing gdbm (1.13-r1) 15:08:37 (5/33) Installing xz-libs (5.2.5-r0) 15:08:37 (6/33) Installing sqlite-libs (3.32.1-r0) 15:08:37 (7/33) Installing python3 (3.8.5-r0) 15:08:40 ---> 59cf76445037 15:08:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:08:41 ---> edcbb59205c9 15:08:41 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:08:41 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:08:41 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:08:41 ---> fcf1dc3292e5 15:08:41 Step 3/20 : WORKDIR /edgex-go 15:08:41 ---> Using cache 15:08:41 ---> 7bfbc905a878 15:08:41 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:08:41 ---> Using cache 15:08:41 ---> 8d22b54e5f8c 15:08:41 Step 5/20 : RUN apk update && apk add make git 15:08:43 (8/33) Installing py3-appdirs (1.4.4-r1) 15:08:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:08:43 (10/33) Installing py3-parsing (2.4.7-r0) 15:08:43 (11/33) Installing py3-six (1.15.0-r0) 15:08:43 (12/33) Installing py3-packaging (20.4-r0) 15:08:43 (13/33) Installing py3-setuptools (47.0.0-r0) 15:08:43 ---> Running in 9c0570a94bba 15:08:43 ---> Running in 54b6759f7b39 15:08:43 (14/33) Installing py3-chardet (3.0.4-r4) 15:08:44 (15/33) Installing py3-idna (2.9-r0) 15:08:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:08:44 ---> 37f4dcf47798 15:08:44 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:08:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:08:45 (18/33) Installing py3-requests (2.23.0-r0) 15:08:45 (19/33) Installing py3-msgpack (1.0.0-r0) 15:08:45 (20/33) Installing py3-lockfile (0.12.2-r3) 15:08:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:08:45 (22/33) Installing py3-colorama (0.4.3-r0) 15:08:45 (23/33) Installing py3-distlib (0.3.0-r0) 15:08:46 (24/33) Installing py3-distro (1.5.0-r1) 15:08:46 (25/33) Installing py3-webencodings (0.5.1-r3) 15:08:47 (26/33) Installing py3-html5lib (1.0.1-r4) 15:08:47 (27/33) Installing py3-pytoml (0.1.21-r0) 15:08:47 ---> 1b1ac1a81304 15:08:47 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:08:48 (28/33) Installing py3-pep517 (0.8.2-r0) 15:08:48 (29/33) Installing py3-progress (1.5-r0) 15:08:48 (30/33) Installing py3-toml (0.10.1-r0) 15:08:48 (31/33) Installing py3-retrying (1.3.3-r0) 15:08:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:08:48 (33/33) Installing py3-pip (20.1.1-r0) 15:08:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:08:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:08:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:08:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:08:49 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s 15:08:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 15:08:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:08:49 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 15:08:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:08:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:08:49 ---> Running in f1f477a5e9b8 15:08:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:08:50 Executing busybox-1.31.1-r16.trigger 15:08:50 OK: 71 MiB in 55 packages 15:08:50 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 15:08:50 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:08:50 ---> fcf1dc3292e5 15:08:50 Step 3/29 : WORKDIR /edgex-go 15:08:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:08:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:08:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:08:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:08:50 ---> Using cache 15:08:50 ---> 7bfbc905a878 15:08:50 Step 4/29 : RUN apk update && apk add make git 15:08:50 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:08:50 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:08:50 OK: 12749 distinct packages available 15:08:51 OK: 233 MiB in 51 packages 15:08:51 Removing intermediate container f1f477a5e9b8 15:08:51 ---> cd7f78f1d6d7 15:08:51 Step 20/22 : LABEL arch=x86_64 15:08:51 ---> Running in 507def126c52 15:08:51 ---> Running in 7ef21e19d9d6 15:08:51 Removing intermediate container 9c0570a94bba 15:08:51 ---> 71831469b3b6 15:08:51 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 15:08:51 ---> Running in e3524b3b7cf8 15:08:51 Removing intermediate container 7ef21e19d9d6 15:08:51 ---> 2620a1490fe4 15:08:51 Step 21/22 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:08:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:08:52 ---> Running in be941d9388c3 15:08:52 Removing intermediate container 54b6759f7b39 15:08:52 ---> bba21062cf03 15:08:52 Step 6/20 : COPY go.mod . 15:08:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:08:53 Removing intermediate container e3524b3b7cf8 15:08:53 ---> b73bede447cb 15:08:53 Step 24/26 : LABEL arch=x86_64 15:08:53 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:08:53 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:08:53 OK: 12749 distinct packages available 15:08:53 OK: 233 MiB in 51 packages 15:08:55 Removing intermediate container be941d9388c3 15:08:55 ---> 8db64e5397e8 15:08:55 Step 22/22 : LABEL version=0.0.0 15:08:55 ---> Running in 9b4a9412ab78 15:08:55 ---> 8e82064ae842 15:08:55 Step 7/20 : RUN go mod download 15:08:56 ---> Running in a7cf95d3efcf 15:08:56 ---> Running in 18c49a9e560e 15:08:57 Removing intermediate container 9b4a9412ab78 15:08:57 ---> 2fe5b4fcae24 15:08:57 Step 25/26 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:08:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements 15:08:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:08:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:08:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:08:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:08:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:08:59 Removing intermediate container 507def126c52 15:08:59 ---> 74e1f367bcbb 15:08:59 Step 5/29 : COPY go.mod . 15:08:59 ---> Running in 06fb1a78c741 15:08:59 Removing intermediate container 18c49a9e560e 15:08:59 ---> aea2a786a1d2 15:08:59 15:08:59 Successfully built aea2a786a1d2 15:08:59 Successfully tagged docker-core-data-go:latest 15:08:59 Building docker-support-logging-go 15:08:59  Building docker-core-data-go ... done Removing intermediate container a220b94603f3 15:08:59 ---> 2db1d0597f7e 15:08:59 Step 21/26 : RUN pip install docker-compose==1.23.2 15:08:59 Removing intermediate container 06fb1a78c741 15:08:59 ---> 218088549c60 15:08:59 Step 26/26 : LABEL version=0.0.0 15:08:59 ---> Running in e86a725e96a7 15:08:59 ---> 1911d2fa1592 15:08:59 Step 6/29 : RUN go mod download 15:09:00 ---> Running in 41b85053389f 15:09:00 ---> Running in 5f8eccc4704e 15:09:03 Removing intermediate container 5f8eccc4704e 15:09:03 ---> 19923ab4778f 15:09:03 15:09:03 Successfully built 19923ab4778f 15:09:03 Successfully tagged docker-security-secretstore-setup-go:latest 15:09:03  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 15:09:03 Collecting docker-compose==1.23.2 15:09:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:09:06 Collecting cached-property<2,>=1.2.0 15:09:06 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 15:09:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.145s coverage: 27.3% of statements 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:09:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:09:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:09:07 Collecting jsonschema<3,>=2.5.1 15:09:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.363s coverage: 28.6% of statements 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:09:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.042s coverage: 100.0% of statements 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:09:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 15:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:09:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:09:08 Collecting docopt<0.7,>=0.6.1 15:09:08 Downloading docopt-0.6.2.tar.gz (25 kB) 15:09:08 Removing intermediate container a7cf95d3efcf 15:09:08 ---> e655883db6b6 15:09:08 Step 8/20 : COPY . . 15:09:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.061s coverage: 89.8% of statements 15:09:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:09:09 Removing intermediate container 41b85053389f 15:09:09 ---> a4641232cea6 15:09:09 Step 7/29 : COPY . . 15:09:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.093s coverage: 97.5% of statements 15:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:09:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:09:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.043s coverage: 100.0% of statements 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:09:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 15:09:13 Collecting PyYAML<4,>=3.10 15:09:13 Downloading PyYAML-3.13.tar.gz (270 kB) 15:09:16 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:09:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:09:16 ---> fcf1dc3292e5 15:09:16 Step 3/21 : WORKDIR /edgex-go 15:09:16 ---> Using cache 15:09:16 ---> 7bfbc905a878 15:09:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:09:16 ---> Using cache 15:09:16 ---> 8d22b54e5f8c 15:09:16 Step 5/21 : RUN apk update && apk add make && apk add bash git 15:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.302s coverage: 63.5% of statements 15:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.018s coverage: 100.0% of statements 15:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.282s coverage: 55.9% of statements 15:09:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:09:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:09:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 15:09:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 15:09:19 Collecting websocket-client<1.0,>=0.32.0 15:09:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:09:20 ---> Running in 1fc68cb1fa53 15:09:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:09:20 Collecting docker<4.0,>=3.6.0 15:09:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:09:23 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:09:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:09:23 ---> fcf1dc3292e5 15:09:23 Step 3/21 : WORKDIR /edgex-go 15:09:23 ---> Using cache 15:09:23 ---> 7bfbc905a878 15:09:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:09:23 ---> Using cache 15:09:23 ---> 8d22b54e5f8c 15:09:23 Step 5/21 : RUN apk update && apk add make git 15:09:23 ---> Using cache 15:09:23 ---> bba21062cf03 15:09:23 Step 6/21 : COPY go.mod . 15:09:23 ---> Using cache 15:09:23 ---> 8e82064ae842 15:09:23 Step 7/21 : RUN go mod download 15:09:23 ---> Using cache 15:09:23 ---> e655883db6b6 15:09:23 Step 8/21 : COPY . . 15:09:23 Collecting texttable<0.10,>=0.9.0 15:09:23 Downloading texttable-0.9.1.tar.gz (11 kB) 15:09:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:09:24 Collecting dockerpty<0.5,>=0.4.1 15:09:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:09:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:09:24 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) 15:09:24 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) 15:09:25 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:09:25 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:09:25 OK: 12749 distinct packages available 15:09:25 Collecting idna<2.8,>=2.5 15:09:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:09:25 OK: 233 MiB in 51 packages 15:09:26 OK: 233 MiB in 51 packages 15:09:27 Collecting urllib3<1.25,>=1.21.1 15:09:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:09:27 Collecting docker-pycreds>=0.4.0 15:09:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:09:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:09:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:09:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:09:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:09:29 Installing collected packages: cached-property, jsonschema, docopt, idna, urllib3, requests, PyYAML, websocket-client, docker-pycreds, docker, texttable, dockerpty, docker-compose 15:09:31 Running setup.py install for docopt: started 15:09:33 Running setup.py install for docopt: finished with status 'done' 15:09:33 Attempting uninstall: idna 15:09:33 Found existing installation: idna 2.9 15:09:33 Uninstalling idna-2.9: 15:09:33 Successfully uninstalled idna-2.9 15:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.503s coverage: 86.3% of statements 15:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 15:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.156s coverage: 72.2% of statements 15:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.375s coverage: 72.1% of statements 15:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.076s coverage: 82.4% of statements 15:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.048s coverage: 48.4% of statements 15:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 15:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 15:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 15:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.077s coverage: 28.8% of statements 15:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 15:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.027s coverage: 96.8% of statements 15:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 15:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 26.9% of statements 15:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.265s coverage: 84.1% of statements 15:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements 15:09:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.036s coverage: 42.9% of statements 15:09:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 15:09:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 15:09:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements 15:09:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 15:09:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.068s coverage: 83.8% of statements 15:09:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 15:09:35 Removing intermediate container 1fc68cb1fa53 15:09:35 ---> 0260ad24b381 15:09:35 Step 6/21 : COPY go.mod . 15:09:35 Attempting uninstall: urllib3 15:09:35 Found existing installation: urllib3 1.25.9 15:09:35 Uninstalling urllib3-1.25.9: 15:09:36 Successfully uninstalled urllib3-1.25.9 15:09:40 Attempting uninstall: requests 15:09:40 Found existing installation: requests 2.23.0 15:09:40 Uninstalling requests-2.23.0: 15:09:40 Successfully uninstalled requests-2.23.0 15:09:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 46.1% of statements 15:09:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:09:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:09:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements 15:09:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:09:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:09:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:09:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.035s coverage: 100.0% of statements 15:09:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:09:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.078s coverage: 100.0% of statements 15:09:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:09:41 ---> 04c082f2847e 15:09:41 Step 7/21 : RUN go mod download 15:09:41 Running setup.py install for PyYAML: started 15:09:42 ---> e2ea4ab2a02b 15:09:42 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:09:42 ---> 53ad04e6afdc 15:09:42 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 15:09:42 Running setup.py install for PyYAML: finished with status 'done' 15:09:43 ---> Running in 8170e6c59c7c 15:09:43 ---> Running in e831b445b522 15:09:43 ---> Running in 366db5f80ee2 15:09:43 Running setup.py install for texttable: started 15:09:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.216s coverage: 29.1% of statements 15:09:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:09:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:09:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:09:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:09:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:09:44 Running setup.py install for texttable: finished with status 'done' 15:09:44 Running setup.py install for dockerpty: started 15:09:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.094s coverage: 99.0% of statements 15:09:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:09:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements 15:09:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:09:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 15:09:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:09:45 Running setup.py install for dockerpty: finished with status 'done' 15:09:45 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 15:09:45 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 15:09:45 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 15:09:46 ---> 3c98fae392c8 15:09:46 Step 9/21 : RUN make cmd/core-command/core-command 15:09:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 15:09:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:09:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:09:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:09:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:09:46 ---> Running in b45b00ee6b2e 15:09:47 Removing intermediate container 8170e6c59c7c 15:09:47 ---> fc810dd9a3ce 15:09:47 Step 8/21 : COPY . . 15:09:47 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 15:09:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 15:09:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:09:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:09:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements 15:09:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements 15:09:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements 15:09:50 GO111MODULE=on go vet ./... 15:09:55 Removing intermediate container e86a725e96a7 15:09:55 ---> 3fe16cf0254f 15:09:55 Step 22/26 : RUN apk --no-cache add curl 15:09:59 ---> Running in a773d611a5d8 15:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:10:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:10:01 (2/3) Installing libcurl (7.69.1-r0) 15:10:01 (3/3) Installing curl (7.69.1-r0) 15:10:01 Executing busybox-1.31.1-r16.trigger 15:10:01 OK: 72 MiB in 58 packages 15:10:03 Removing intermediate container a773d611a5d8 15:10:03 ---> 46acf5b146b5 15:10:03 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:10:03 ---> Running in 7784a19f8b2b 15:10:05 Removing intermediate container 7784a19f8b2b 15:10:05 ---> 9b011022a9a1 15:10:05 Step 24/26 : LABEL arch=x86_64 15:10:05 ---> Running in b5b504e2b751 15:10:06 Removing intermediate container b5b504e2b751 15:10:06 ---> 48b09d2b38fd 15:10:06 Step 25/26 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:10:09 gofmt -l . 15:10:09 [ "`gofmt -l .`" = "" ] 15:10:09 ---> Running in 888e8bc9e026 15:10:09 ---> 143bb24772c0 15:10:09 Step 9/21 : RUN make cmd/support-logging/support-logging 15:10:09 Removing intermediate container 888e8bc9e026 15:10:09 ---> e327d5b54ad3 15:10:09 Step 26/26 : LABEL version=0.0.0 15:10:09 ---> Running in 2817b7b8296b 15:10:10 ---> Running in bc02bd8e5b25 15:10:10 Removing intermediate container bc02bd8e5b25 15:10:10 ---> d695fa9d140d 15:10:10 15:10:10 Successfully built d695fa9d140d 15:10:10 Successfully tagged docker-sys-mgmt-agent-go:latest 15:10:10  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 15:10:11 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 15:10:11 ./bin/test-go-mod-tidy.sh 15:10:12 ./bin/test-attribution-txt.sh [Pipeline] sh 15:10:15 + ls -al . 15:10:15 total 588 15:10:15 drwxrwxr-x 10 1001 1001 4096 Aug 12 15:10 . 15:10:15 drwxr-xr-x 4 root root 4096 Aug 12 15:07 .. 15:10:15 -rw-rw-r-- 1 1001 1001 11 Aug 12 15:06 .dockerignore 15:10:15 drwxrwxr-x 8 1001 1001 4096 Aug 12 15:06 .git 15:10:15 drwxrwxr-x 3 1001 1001 4096 Aug 12 15:06 .github 15:10:15 -rw-rw-r-- 1 1001 1001 932 Aug 12 15:06 .gitignore 15:10:15 drwxrwxr-x 3 1001 1001 4096 Aug 12 15:06 .semver 15:10:15 -rw-rw-r-- 1 1001 1001 166 Aug 12 15:06 .sonarcloud.properties 15:10:15 -rw-rw-r-- 1 1001 1001 3804 Aug 12 15:06 CONTRIBUTING.md 15:10:15 -rw-rw-r-- 1 1001 1001 1035 Aug 12 15:06 Dockerfile.build 15:10:15 -rw-rw-r-- 1 1001 1001 865 Aug 12 15:06 Jenkinsfile 15:10:15 -rw-rw-r-- 1 1001 1001 10775 Aug 12 15:06 LICENSE 15:10:15 -rw-rw-r-- 1 1001 1001 6237 Aug 12 15:06 Makefile 15:10:15 -rw-rw-r-- 1 1001 1001 5652 Aug 12 15:06 README.md 15:10:15 -rw-rw-r-- 1 1001 1001 7111 Aug 12 15:06 SECURITY.md 15:10:15 -rw-rw-r-- 1 1001 1001 5 Aug 12 15:03 VERSION 15:10:15 -rw-rw-r-- 1 1001 1001 4131 Aug 12 15:06 ZMQWindows.md 15:10:15 drwxrwxr-x 2 1001 1001 4096 Aug 12 15:06 bin 15:10:15 drwxrwxr-x 15 1001 1001 4096 Aug 12 15:06 cmd 15:10:15 -rw-r--r-- 1 root root 455803 Aug 12 15:09 coverage.out 15:10:15 -rw-r--r-- 1 root root 1019 Aug 12 15:10 go.mod 15:10:15 -rw-r--r-- 1 root root 18146 Aug 12 15:10 go.sum 15:10:15 drwxrwxr-x 8 1001 1001 4096 Aug 12 15:06 internal 15:10:15 drwxrwxr-x 4 1001 1001 4096 Aug 12 15:06 openapi 15:10:15 drwxrwxr-x 4 1001 1001 4096 Aug 12 15:06 snap 15:10:15 -rw-rw-r-- 1 1001 1001 168 Aug 12 15:06 version.go [Pipeline] sh 15:10:16 + '[' -e coverage.out ] 15:10:16 + chown 1001:1001 coverage.out [Pipeline] stash 15:10:16 Warning: overwriting stash ‘coverage-report’ 15:10:17 Stashed 1 file(s) [Pipeline] sh 15:10:17 + make build 15:10:17 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 15:10:21 Removing intermediate container e831b445b522 15:10:21 ---> 325eeaec9fcf 15:10:21 15:10:21 Step 10/20 : FROM alpine 15:10:21 Removing intermediate container 366db5f80ee2 15:10:21 ---> a3ce66631d71 15:10:21 15:10:21 Step 9/29 : FROM alpine:latest 15:10:21 ---> a24bb4013296 15:10:21 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:10:21 ---> a24bb4013296 15:10:21 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:10:21 ---> Running in be3693afeb01 15:10:21 ---> Running in 7350da1425ae 15:10:22 Removing intermediate container 7350da1425ae 15:10:22 ---> e9682ff707ba 15:10:22 Step 11/29 : USER root 15:10:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:10:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:10:24 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:10:24 v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:10:24 OK: 12749 distinct packages available 15:10:24 (1/4) Installing ca-certificates (20191127-r4) 15:10:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:10:25 (3/4) Installing libcurl (7.69.1-r0) 15:10:25 (4/4) Installing curl (7.69.1-r0) 15:10:25 Executing busybox-1.31.1-r16.trigger 15:10:25 Executing ca-certificates-20191127-r4.trigger 15:10:25 OK: 7 MiB in 18 packages 15:10:25 ---> Running in 6afd42c6d2d3 15:10:28 Removing intermediate container 6afd42c6d2d3 15:10:28 ---> 2959a87bbc36 15:10:28 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:10:28 Removing intermediate container b45b00ee6b2e 15:10:28 ---> 71a522a6c25b 15:10:28 15:10:28 Step 10/21 : FROM scratch 15:10:28 ---> 15:10:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:10:28 ---> Running in 8a3acf3a0ec0 15:10:30 ---> Using cache 15:10:30 ---> f995499d8662 15:10:30 Step 12/21 : ENV APP_PORT=48082 15:10:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:10:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:10:32 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:10:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:10:32 ---> fcf1dc3292e5 15:10:32 Step 3/21 : WORKDIR /edgex-go 15:10:32 ---> Using cache 15:10:32 ---> 7bfbc905a878 15:10:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:10:32 ---> Using cache 15:10:32 ---> 8d22b54e5f8c 15:10:32 Step 5/21 : RUN apk update && apk add make git 15:10:32 ---> Using cache 15:10:32 ---> bba21062cf03 15:10:32 Step 6/21 : COPY go.mod . 15:10:32 ---> Using cache 15:10:32 ---> 8e82064ae842 15:10:32 Step 7/21 : RUN go mod download 15:10:32 ---> Using cache 15:10:32 ---> e655883db6b6 15:10:32 Step 8/21 : COPY . . 15:10:32 ---> Using cache 15:10:32 ---> 3c98fae392c8 15:10:32 Step 9/21 : RUN make cmd/core-metadata/core-metadata 15:10:32 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:10:32 v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:10:32 OK: 12749 distinct packages available 15:10:32 (1/2) Installing ca-certificates (20191127-r4) 15:10:32 Removing intermediate container be3693afeb01 15:10:32 ---> 0b192ff8cc83 15:10:32 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:10:32 (2/2) Installing dumb-init (1.2.2-r1) 15:10:32 Executing busybox-1.31.1-r16.trigger 15:10:32 Executing ca-certificates-20191127-r4.trigger 15:10:32 OK: 6 MiB in 16 packages 15:10:33 ---> Running in fccb6b9bad6a 15:10:33 ---> Running in 844fea21b51a 15:10:33 ---> Running in 4d0ebb341108 15:10:33 Removing intermediate container fccb6b9bad6a 15:10:33 ---> 6ad15b09b951 15:10:33 Step 13/21 : EXPOSE $APP_PORT 15:10:33 Removing intermediate container 844fea21b51a 15:10:33 ---> 8e489053016e 15:10:33 Step 13/20 : WORKDIR /edgex 15:10:33 ---> Running in 0cc82d939416 15:10:34 ---> Running in 971012e162f3 15:10:34 Removing intermediate container 0cc82d939416 15:10:34 ---> 699d8d7bac0f 15:10:34 Step 14/21 : WORKDIR / 15:10:34 Removing intermediate container 8a3acf3a0ec0 15:10:34 ---> d72c5b506d16 15:10:34 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:10:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:10:34 ---> Running in b333cfeac932 15:10:34 ---> Running in f4a732e74f75 15:10:35 Removing intermediate container 971012e162f3 15:10:35 ---> 182602a61e60 15:10:35 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:10:36 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 15:10:36 Removing intermediate container b333cfeac932 15:10:36 ---> 69cd4d845d8c 15:10:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:10:36 Removing intermediate container f4a732e74f75 15:10:36 ---> a0b2791ceba4 15:10:36 Step 14/29 : WORKDIR $BASE_DIR 15:10:36 ---> 3a2b7f1956f5 15:10:36 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:10:36 ---> 9fb063fea96b 15:10:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:10:36 ---> Running in fe23a6819bf7 15:10:37 Removing intermediate container 2817b7b8296b 15:10:37 ---> b6946063e8cd 15:10:37 15:10:37 Step 10/21 : FROM scratch 15:10:37 ---> 15:10:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:10:37 ---> Using cache 15:10:37 ---> 8f269b8f2797 15:10:37 Step 12/21 : ENV APP_PORT=48061 15:10:37 ---> Running in d150338a9e46 15:10:37 Removing intermediate container fe23a6819bf7 15:10:37 ---> 41196cd125ed 15:10:37 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:10:38 ---> Running in 728da21872a7 15:10:38 Removing intermediate container d150338a9e46 15:10:38 ---> 08ef14fa1d3c 15:10:38 Step 13/21 : EXPOSE $APP_PORT 15:10:38 ---> 3a9ab1b8ce7d 15:10:38 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:10:38 ---> Running in c7b583703f5e 15:10:38 ---> Running in 52c132b276ea 15:10:38 ---> 677e9babca7b 15:10:38 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:10:38 Removing intermediate container c7b583703f5e 15:10:38 ---> 66b6cbab2e0d 15:10:38 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 15:10:39 Removing intermediate container 52c132b276ea 15:10:39 ---> 08e25bbb39ab 15:10:39 Step 17/20 : CMD ["--init=true"] 15:10:39 ---> Running in 4730ef212aa5 15:10:39 ---> 109b0dfc3168 15:10:39 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:10:39 ---> 2f2fb7e13241 15:10:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 15:10:39 ---> Running in db8ce437bae5 15:10:39 Removing intermediate container 4730ef212aa5 15:10:39 ---> 659cff69cc2a 15:10:39 Step 18/20 : LABEL arch=x86_64 15:10:39 ---> Running in e07d8ccad359 15:10:40 Removing intermediate container db8ce437bae5 15:10:40 ---> 2ad25fcce2e3 15:10:40 Step 19/21 : LABEL arch=x86_64 15:10:40 ---> 4603119b92d2 15:10:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 15:10:40 ---> Running in fd9e86c946d7 15:10:40 Removing intermediate container e07d8ccad359 15:10:40 ---> 32a8feeb2f77 15:10:40 Step 19/20 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:10:40 Removing intermediate container 728da21872a7 15:10:40 ---> cb09e44e373f 15:10:40 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:10:41 ---> Running in 53448dbb537e 15:10:41 Removing intermediate container fd9e86c946d7 15:10:41 ---> 07ef9d2f4c83 15:10:41 Step 20/21 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:10:41 ---> Running in 1159da5c4042 15:10:41 ---> ac38b6305143 15:10:41 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 15:10:41 Removing intermediate container 53448dbb537e 15:10:41 ---> eb20ce8948cf 15:10:41 Step 20/20 : LABEL version=0.0.0 15:10:41 ---> 8556bb32c92a 15:10:41 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:10:41 ---> Running in 7729ddf3498c 15:10:41 Removing intermediate container 1159da5c4042 15:10:41 ---> 386db56aef34 15:10:41 Step 21/21 : LABEL version=0.0.0 15:10:42 ---> 279b3fdb1dbf 15:10:42 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:10:42 ---> Running in 48128dd96364 15:10:42 ---> 61cdd4b9227e 15:10:42 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:10:43 Removing intermediate container 7729ddf3498c 15:10:43 ---> c45fe582de9c 15:10:43 15:10:43 ---> Running in 23bfdfe7f645 15:10:43 Successfully built c45fe582de9c 15:10:43 Removing intermediate container 48128dd96364 15:10:43 ---> 059132716371 15:10:43 15:10:43 Successfully tagged docker-security-proxy-setup-go:latest 15:10:43  Building docker-security-proxy-setup-go ... done  ---> 6d8effc6b0c8 15:10:43 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:10:43 Successfully built 059132716371 15:10:43 Successfully tagged docker-core-command-go:latest 15:10:43  Building docker-core-command-go ... done Removing intermediate container 23bfdfe7f645 15:10:43 ---> 1ca1a18a846d 15:10:43 Step 19/21 : LABEL arch=x86_64 15:10:43 ---> Running in 68e76c7898c2 15:10:43 ---> b908745151e6 15:10:43 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:10:44 Removing intermediate container 68e76c7898c2 15:10:44 ---> acb13f5fff5d 15:10:44 Step 20/21 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:10:44 ---> Running in 52b3d63085fd 15:10:44 Removing intermediate container 52b3d63085fd 15:10:44 ---> 9fc99cd849fc 15:10:44 Step 21/21 : LABEL version=0.0.0 15:10:45 ---> cea6a9ea1ea6 15:10:45 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:10:45 ---> Running in ee8389a33604 15:10:45 ---> Running in 6e6d48be9e94 15:10:45 Removing intermediate container ee8389a33604 15:10:45 ---> 592afb4589b9 15:10:45 15:10:45 Successfully built 592afb4589b9 15:10:45 Successfully tagged docker-support-logging-go:latest 15:10:46  Building docker-support-logging-go ... done Removing intermediate container 6e6d48be9e94 15:10:46 ---> dcff1f89bcca 15:10:46 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:10:46 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 15:10:46 ---> aca2c308ba50 15:10:46 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:10:46 ---> Running in d8479821431a 15:10:47 Removing intermediate container d8479821431a 15:10:47 ---> cb9c00829db3 15:10:47 Step 24/29 : RUN chmod 755 security-secrets-setup 15:10:47 ---> Running in cfecb8e29aa7 15:10:49 Removing intermediate container 4d0ebb341108 15:10:49 ---> 4286b5835295 15:10:49 15:10:49 Step 10/21 : FROM scratch 15:10:49 ---> 15:10:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:10:49 ---> Using cache 15:10:49 ---> f995499d8662 15:10:49 Step 12/21 : ENV APP_PORT=48081 15:10:49 ---> Running in e3d5d0931cd6 15:10:49 Removing intermediate container e3d5d0931cd6 15:10:49 ---> bdab8baccb45 15:10:49 Step 13/21 : EXPOSE $APP_PORT 15:10:49 Removing intermediate container cfecb8e29aa7 15:10:49 ---> aee11aa1b17d 15:10:49 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:10:49 ---> Running in cd2b05c64cb4 15:10:49 ---> Running in aec306202554 15:10:49 Removing intermediate container cd2b05c64cb4 15:10:49 ---> 51ae98c4248d 15:10:49 Step 14/21 : WORKDIR / 15:10:49 ---> Running in acfaec51ba72 15:10:49 Removing intermediate container aec306202554 15:10:49 ---> 0d9c4936ac35 15:10:49 Step 26/29 : CMD [ "generate" ] 15:10:50 ---> Running in 1080caa7a54e 15:10:50 Removing intermediate container acfaec51ba72 15:10:50 ---> 79aa9f1db171 15:10:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:10:50 Removing intermediate container 1080caa7a54e 15:10:50 ---> 0f25239703d5 15:10:50 Step 27/29 : LABEL arch=x86_64 15:10:50 ---> Running in 6bf6f5541075 15:10:50 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 15:10:50 ---> f966cd5a3210 15:10:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:10:50 Removing intermediate container 6bf6f5541075 15:10:50 ---> f1d5e6ec6675 15:10:50 Step 28/29 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:10:50 ---> Running in 7bea0a270b53 15:10:51 Removing intermediate container 7bea0a270b53 15:10:51 ---> b88e81e812cf 15:10:51 Step 29/29 : LABEL version=0.0.0 15:10:51 ---> Running in 6520b7d19853 15:10:51 ---> f6e7ba026c20 15:10:51 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:10:51 Removing intermediate container 6520b7d19853 15:10:51 ---> ac75ee5caa2c 15:10:51 15:10:51 Successfully built ac75ee5caa2c 15:10:51 Successfully tagged docker-security-secrets-setup-go:latest 15:10:51  Building docker-security-secrets-setup-go ... done  ---> d1fbf8dff003 15:10:51 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:10:51 ---> Running in 12ae6fc3b9a1 15:10:51 Removing intermediate container 12ae6fc3b9a1 15:10:51 ---> 41594fd79e95 15:10:51 Step 19/21 : LABEL arch=x86_64 15:10:51 ---> Running in 0cf69bd0c8a9 15:10:51 Removing intermediate container 0cf69bd0c8a9 15:10:51 ---> ea9957acb856 15:10:51 Step 20/21 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:10:52 ---> Running in b54b9f4b3ab0 15:10:52 Removing intermediate container b54b9f4b3ab0 15:10:52 ---> f83ac81422d6 15:10:52 Step 21/21 : LABEL version=0.0.0 15:10:53 ---> Running in 2e4c4bcafed8 15:10:53 Removing intermediate container 2e4c4bcafed8 15:10:53 ---> 873c60c5c063 15:10:53 15:10:53 Successfully built 873c60c5c063 15:10:53 Successfully tagged docker-core-metadata-go:latest 15:10:53  Building docker-core-metadata-go ... done  [Pipeline] } 15:10:53 $ docker stop --time=1 d67fdbf3947d799abcdd2d9b7ed265bf86d18088bfa2a0bd4270941aa2d47f60 15:10:55 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 15:10:55 $ docker rm -f d67fdbf3947d799abcdd2d9b7ed265bf86d18088bfa2a0bd4270941aa2d47f60 [Pipeline] // withDockerContainer [Pipeline] sh 15:10:55 + docker images 15:10:55 + grep docker 15:10:55 docker-core-metadata-go latest 873c60c5c063 3 seconds ago 14.4MB 15:10:55 docker-security-secrets-setup-go latest ac75ee5caa2c 4 seconds ago 25.1MB 15:10:55 docker-support-logging-go latest 592afb4589b9 10 seconds ago 11.8MB 15:10:55 docker-security-proxy-setup-go latest c45fe582de9c 13 seconds ago 16.4MB 15:10:55 docker-core-command-go latest 059132716371 13 seconds ago 13MB 15:10:55 docker-sys-mgmt-agent-go latest d695fa9d140d 45 seconds ago 284MB 15:10:55 docker-security-secretstore-setup-go latest 19923ab4778f About a minute ago 33.9MB 15:10:55 docker-core-data-go latest aea2a786a1d2 About a minute ago 23.8MB 15:10:55 docker-support-notifications-go latest a42c45c7c56a 2 minutes ago 14.4MB 15:10:55 docker-support-scheduler-go latest 826d63a7ef58 2 minutes ago 13.1MB 15:10:55 docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:11:01 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 15:11:02 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 15:11:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:11:12 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 15:11:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:11:20 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 15:11:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:11:29 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] } 15:11:32 $ docker stop --time=1 721b06bdabdb1af8aef5571189e4f649dc6aede8c5d7aca30c5e430f653ce347 15:11:34 $ docker rm -f 721b06bdabdb1af8aef5571189e4f649dc6aede8c5d7aca30c5e430f653ce347 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:11:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:11:36 15:11:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:11:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:11:37 latest: Pulling from edgex-devops/edgex-compose-arm64 15:11:37 29e5d40040c1: Pulling fs layer 15:11:37 1ce36da41761: Pulling fs layer 15:11:37 25b303627fd3: Pulling fs layer 15:11:37 29e5d40040c1: Verifying Checksum 15:11:37 29e5d40040c1: Download complete 15:11:37 1ce36da41761: Verifying Checksum 15:11:37 1ce36da41761: Download complete 15:11:38 29e5d40040c1: Pull complete 15:11:39 1ce36da41761: Pull complete 15:11:39 25b303627fd3: Verifying Checksum 15:11:39 25b303627fd3: Download complete 15:11:49 25b303627fd3: Pull complete 15:11:49 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:11:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:11:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:11:49 prd-ubuntu18.04-docker-arm64-4c-16g-5002 does not seem to be running inside a container 15:11:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 15:11:53 $ docker top 1c42748f781b77f06329bb4120569a0273cd5d2ceceba85fa42c715b34f10597 -eo pid,comm [Pipeline] { [Pipeline] sh 15:11:54 + docker-compose build --help 15:11:54 + grep parallel 15:11:58 --parallel Build images in parallel. [Pipeline] } 15:11:58 $ docker stop --time=1 1c42748f781b77f06329bb4120569a0273cd5d2ceceba85fa42c715b34f10597 15:12:00 $ docker rm -f 1c42748f781b77f06329bb4120569a0273cd5d2ceceba85fa42c715b34f10597 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:12:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:12:01 . [Pipeline] withDockerContainer 15:12:01 prd-ubuntu18.04-docker-arm64-4c-16g-5002 does not seem to be running inside a container 15:12:01 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 15:12:03 $ docker top cab03548f73cec0898e1d13ee697be7f5eebca55732dd3885f16c7caaa600e43 -eo pid,comm [Pipeline] { [Pipeline] sh 15:12:04 + docker-compose -f ./docker-compose-build.yml build --parallel 15:12:08 Building docker-core-command-go ... 15:12:08 Building docker-core-data-go ... 15:12:08 Building docker-core-metadata-go ... 15:12:08 Building docker-security-proxy-setup-go ... 15:12:08 Building docker-security-secrets-setup-go ... 15:12:08 Building docker-security-secretstore-setup-go ... 15:12:08 Building docker-support-logging-go ... 15:12:08 Building docker-support-notifications-go ... 15:12:08 Building docker-support-scheduler-go ... 15:12:08 Building docker-sys-mgmt-agent-go ... 15:12:08 Building docker-core-command-go 15:12:08 Building docker-core-metadata-go 15:12:08 Building docker-support-notifications-go 15:12:08 Building docker-support-scheduler-go 15:12:08 Building docker-support-logging-go 15:14:00 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:14:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:14:00 ---> f97b8e805bf5 15:14:00 Step 3/21 : WORKDIR /edgex-go 15:14:00 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:14:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:14:00 ---> f97b8e805bf5 15:14:00 Step 3/21 : WORKDIR /edgex-go 15:14:00 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 15:14:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:14:00 ---> f97b8e805bf5 15:14:00 Step 3/23 : WORKDIR /edgex-go 15:14:00 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 15:14:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:14:00 ---> f97b8e805bf5 15:14:00 Step 3/21 : WORKDIR /edgex-go 15:14:00 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:14:00 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:14:00 ---> f97b8e805bf5 15:14:00 Step 3/20 : WORKDIR /edgex-go 15:14:00 ---> Running in 7f968f74aff1 15:14:00 ---> Running in 96e063589909 15:14:00 ---> Running in 0cbcd7f963b1 15:14:00 ---> Running in 1a2f236d5219 15:14:00 ---> Running in 817873b5a2c1 15:14:00 Removing intermediate container 817873b5a2c1 15:14:00 ---> b2dc77fac51d 15:14:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:14:00 Removing intermediate container 7f968f74aff1 15:14:00 ---> 924328b034ab 15:14:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:14:00 Removing intermediate container 1a2f236d5219 15:14:00 ---> e2bedebb2678 15:14:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:14:00 Removing intermediate container 96e063589909 15:14:00 ---> f173975fec6d 15:14:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:14:00 Removing intermediate container 0cbcd7f963b1 15:14:00 ---> e2320718559b 15:14:00 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:14:00 ---> Running in 8c785dc91666 15:14:00 ---> Running in 9f06af166a9b 15:14:00 ---> Running in 9caac1ebffe5 15:14:00 ---> Running in 4e5b16babfb3 15:14:00 ---> Running in 4cbe4d52021b 15:14:04 Removing intermediate container 8c785dc91666 15:14:04 ---> 9e79148647a4 15:14:04 Step 5/21 : RUN apk update && apk add make git 15:14:04 ---> Running in 8827ce82b0bd 15:14:04 Removing intermediate container 9f06af166a9b 15:14:04 ---> 7b0caae399af 15:14:04 Step 5/21 : RUN apk update && apk add make && apk add bash git 15:14:04 Removing intermediate container 4cbe4d52021b 15:14:04 ---> 27645df32a60 15:14:04 Step 5/20 : RUN apk update && apk add make git 15:14:04 ---> Running in 2793f0e8701f 15:14:04 Removing intermediate container 9caac1ebffe5 15:14:04 ---> e304d58b4a0c 15:14:04 Step 5/21 : RUN apk update && apk add make git 15:14:04 ---> Running in 34814eccb6eb 15:14:05 Removing intermediate container 4e5b16babfb3 15:14:05 ---> 2aadabdfb265 15:14:05 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 15:14:05 ---> Running in a2b6bcd67d64 15:14:05 ---> Running in cc879e1aac32 15:14:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:14:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:14:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:14:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:14:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:14:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:14:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:14:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:14:08 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:14:08 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:14:08 OK: 12620 distinct packages available 15:14:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:14:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:14:08 OK: 217 MiB in 51 packages 15:14:09 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:14:09 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:14:09 OK: 12620 distinct packages available 15:14:09 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:14:09 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:14:09 OK: 12620 distinct packages available 15:14:09 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:14:09 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:14:09 OK: 12620 distinct packages available 15:14:09 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:14:09 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:14:09 OK: 12620 distinct packages available 15:14:10 OK: 217 MiB in 51 packages 15:14:10 OK: 217 MiB in 51 packages 15:14:10 OK: 217 MiB in 51 packages 15:14:10 OK: 217 MiB in 51 packages 15:14:10 OK: 217 MiB in 51 packages 15:14:11 Removing intermediate container 8827ce82b0bd 15:14:11 ---> c9d2865374de 15:14:11 Step 6/21 : COPY go.mod . 15:14:11 Removing intermediate container 34814eccb6eb 15:14:11 ---> 7f7506358636 15:14:11 Step 6/20 : COPY go.mod . 15:14:12 ---> 61e72e3046b8 15:14:12 Step 7/21 : RUN go mod download 15:14:12 ---> Running in 5a538b29fb23 15:14:12 Removing intermediate container cc879e1aac32 15:14:12 ---> 3cf40ef6eb3f 15:14:12 Step 6/23 : COPY go.mod . 15:14:12 Removing intermediate container 2793f0e8701f 15:14:12 ---> 1e9bd5ce08f4 15:14:12 Step 6/21 : COPY go.mod . 15:14:12 Removing intermediate container a2b6bcd67d64 15:14:12 ---> e50f987ff114 15:14:12 Step 6/21 : COPY go.mod . 15:14:13 ---> 98fb476be480 15:14:13 Step 7/20 : RUN go mod download 15:14:13 ---> Running in 79d17a10b8cf 15:14:13 ---> 951bd9854ed3 15:14:13 Step 7/23 : RUN go mod download 15:14:13 ---> 592a9baeb61c 15:14:13 Step 7/21 : RUN go mod download 15:14:13 ---> b88f91d0aeab 15:14:13 Step 7/21 : RUN go mod download 15:14:14 ---> Running in daadf731fdb7 15:14:14 ---> Running in eaa3d2ccb204 15:14:14 ---> Running in d3ac1566504f 15:14:17 Removing intermediate container 5a538b29fb23 15:14:17 ---> cecb5fd4d4b5 15:14:17 Step 8/21 : COPY . . 15:14:17 Removing intermediate container 79d17a10b8cf 15:14:17 ---> db03458473cf 15:14:18 Step 8/20 : COPY . . 15:14:20 Removing intermediate container daadf731fdb7 15:14:20 ---> 5a315fb49357 15:14:20 Step 8/23 : COPY . . 15:14:20 Removing intermediate container d3ac1566504f 15:14:20 ---> ec18d6fbf060 15:14:20 Step 8/21 : COPY . . 15:14:20 Removing intermediate container eaa3d2ccb204 15:14:20 ---> f48a8b69036a 15:14:20 Step 8/21 : COPY . . 15:14:53 ---> 7e895fc2b242 15:14:53 Step 9/21 : RUN make cmd/core-metadata/core-metadata 15:14:53 ---> c5b6ca4e69e5 15:14:53 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 15:14:53 ---> 6581c5d093e1 15:14:53 Step 9/21 : RUN make cmd/core-command/core-command 15:14:53 ---> Running in 1207006fd39d 15:14:53 ---> Running in 70cc2b3a3395 15:14:53 ---> fd22a6fd2abe 15:14:53 Step 9/21 : RUN make cmd/support-logging/support-logging 15:14:53 ---> dc818b45787d 15:14:53 Step 9/23 : RUN make cmd/support-notifications/support-notifications 15:14:53 ---> Running in 85593530a397 15:14:53 ---> Running in 39d0da2c7c94 15:14:53 ---> Running in c4cff2dd62d2 15:14:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:14:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:14:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:14:53 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 15:14:53 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 15:16:45 Removing intermediate container 39d0da2c7c94 15:16:45 ---> ba3b598f7afe 15:16:45 15:16:45 Step 10/21 : FROM scratch 15:16:45 ---> 15:16:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:16:45 ---> Running in a68f77f610f6 15:16:45 Removing intermediate container a68f77f610f6 15:16:45 ---> ca8c55b4ecab 15:16:45 Step 12/21 : ENV APP_PORT=48061 15:16:45 ---> Running in f5e5d5be5d8e 15:16:45 Removing intermediate container f5e5d5be5d8e 15:16:45 ---> 8729c0fe0350 15:16:45 Step 13/21 : EXPOSE $APP_PORT 15:16:45 ---> Running in b07cd33ec32b 15:16:45 Removing intermediate container b07cd33ec32b 15:16:45 ---> 6de8da876ea8 15:16:45 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 15:16:45 ---> 869e791b3efe 15:16:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 15:16:45 ---> 0278f5fd0986 15:16:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 15:16:45 ---> d14b2a0002d4 15:16:45 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 15:16:45 ---> 7279a06b7aa1 15:16:45 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:16:45 ---> Running in 89a31894fb18 15:16:45 Removing intermediate container 89a31894fb18 15:16:45 ---> 3c27e0f563b9 15:16:45 Step 19/21 : LABEL arch=arm64 15:16:45 ---> Running in e50c53b2cbf4 15:16:45 Removing intermediate container e50c53b2cbf4 15:16:45 ---> b74f61f33f48 15:16:45 Step 20/21 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:16:45 ---> Running in a86891ea671b 15:16:45 Removing intermediate container a86891ea671b 15:16:45 ---> e4b9a1e90727 15:16:45 Step 21/21 : LABEL version=0.0.0 15:16:45 ---> Running in c042d89d7b7d 15:16:45 Removing intermediate container c042d89d7b7d 15:16:45 ---> 0f1047b1cfb2 15:16:45 15:16:45 Removing intermediate container c4cff2dd62d2 15:16:45 ---> 8b9298e76ac3 15:16:45 15:16:45 Step 10/23 : FROM scratch 15:16:45 ---> 15:16:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:16:45 Successfully built 0f1047b1cfb2 15:16:45 ---> Using cache 15:16:45 ---> ca8c55b4ecab 15:16:45 Step 12/23 : ENV APP_PORT=48060 15:16:45 Successfully tagged docker-support-logging-go-arm64:latest 15:16:45  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go 15:16:46 ---> Running in 1b3649508f84 15:16:47 Removing intermediate container 1207006fd39d 15:16:47 ---> f3d8cadb758d 15:16:47 15:16:47 Step 10/20 : FROM scratch 15:16:47 ---> 15:16:47 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:16:48 Removing intermediate container 1b3649508f84 15:16:48 ---> b67ec61868ad 15:16:48 Step 13/23 : EXPOSE $APP_PORT 15:16:49 ---> Running in b14836816e2d 15:16:49 Removing intermediate container 85593530a397 15:16:49 ---> 2c0fbecfb871 15:16:49 15:16:49 Step 10/21 : FROM scratch 15:16:49 ---> 15:16:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:16:49 ---> Running in c36de2e61843 15:16:50 ---> Running in 9fa10fbed609 15:16:50 Removing intermediate container b14836816e2d 15:16:50 ---> dd5dd50034c4 15:16:50 Step 12/20 : ENV APP_PORT=48085 15:16:50 ---> Running in 460aee701b91 15:16:50 Removing intermediate container c36de2e61843 15:16:50 ---> db0265b63bad 15:16:50 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 15:16:51 Removing intermediate container 9fa10fbed609 15:16:51 ---> bf2fea3e5a0c 15:16:51 Step 12/21 : ENV APP_PORT=48082 15:16:52 ---> Running in 63c10239a62c 15:16:52 Removing intermediate container 460aee701b91 15:16:52 ---> 28cd823c3974 15:16:52 Step 13/20 : EXPOSE $APP_PORT 15:16:53 ---> ac6e5fc4c879 15:16:53 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:16:53 ---> Running in 8ff3e8c69186 15:16:53 Removing intermediate container 63c10239a62c 15:16:53 ---> 3a8d63dc228e 15:16:53 Step 13/21 : EXPOSE $APP_PORT 15:16:53 ---> Running in ab12988adcb5 15:16:53 Removing intermediate container 70cc2b3a3395 15:16:53 ---> 640507e662bd 15:16:53 15:16:53 Step 10/21 : FROM scratch 15:16:53 ---> 15:16:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:16:53 ---> Using cache 15:16:53 ---> bf2fea3e5a0c 15:16:53 Step 12/21 : ENV APP_PORT=48081 15:16:53 Removing intermediate container 8ff3e8c69186 15:16:53 ---> ad053b105a78 15:16:53 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:16:54 ---> Running in 92b035cd8047 15:16:54 Removing intermediate container ab12988adcb5 15:16:54 ---> 6bcfbf6a2004 15:16:54 Step 14/21 : WORKDIR / 15:16:54 ---> Running in 2784a24caa10 15:16:54 ---> b7b96f8506d7 15:16:54 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 15:16:55 ---> 1d749c39f21c 15:16:55 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:16:55 Removing intermediate container 92b035cd8047 15:16:55 ---> 5514dc408b4c 15:16:55 Step 13/21 : EXPOSE $APP_PORT 15:16:55 ---> Running in 9cd13de1f570 15:16:55 Removing intermediate container 2784a24caa10 15:16:55 ---> af70cd7fab62 15:16:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:16:57 ---> ca24a0f21da3 15:16:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:16:57 Removing intermediate container 9cd13de1f570 15:16:57 ---> cdb65eba4de2 15:16:57 Step 14/21 : WORKDIR / 15:16:57 ---> 6b3fce350a3d 15:16:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:16:58 ---> Running in a56624831621 15:16:58 ---> ae29ddb5ab30 15:16:58 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:16:59 ---> 3287588c1898 15:16:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:16:59 Removing intermediate container a56624831621 15:16:59 ---> 1ad5276ebeef 15:16:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:17:00 ---> 119b9e11860a 15:17:00 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:17:00 ---> 6c923b0d1856 15:17:00 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:17:00 ---> fd61e0da51e0 15:17:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:17:00 ---> Running in d2961e1d15b9 15:17:01 ---> fae206c68b87 15:17:01 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:17:02 Removing intermediate container d2961e1d15b9 15:17:02 ---> 6f4ffecdd5af 15:17:02 Step 18/20 : LABEL arch=arm64 15:17:02 ---> c8c4169cbe54 15:17:02 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:17:03 ---> Running in 70fc5b27429f 15:17:03 ---> Running in 2c8514f44ea9 15:17:03 ---> b36542d75001 15:17:03 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:17:03 ---> a5988ed09871 15:17:03 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:17:04 Removing intermediate container 2c8514f44ea9 15:17:04 ---> ea182e6cebb5 15:17:04 Step 19/21 : LABEL arch=arm64 15:17:04 Removing intermediate container 70fc5b27429f 15:17:04 ---> 4d515eefc45d 15:17:04 Step 19/20 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:17:04 ---> Running in b37daf27b764 15:17:04 ---> Running in fd09983a141b 15:17:04 ---> Running in 3e1bb1eedd6f 15:17:04 ---> 395a403e2728 15:17:04 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:17:04 ---> Running in 97a01861e6cd 15:17:05 Removing intermediate container b37daf27b764 15:17:05 ---> 36763c9bc70a 15:17:05 Step 21/23 : LABEL arch=arm64 15:17:05 Removing intermediate container fd09983a141b 15:17:05 ---> 800db8d42af2 15:17:05 Step 20/21 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:17:05 Removing intermediate container 3e1bb1eedd6f 15:17:05 ---> 43f8a0a0f7c9 15:17:05 Step 20/20 : LABEL version=0.0.0 15:17:05 ---> Running in ae1a344f9a55 15:17:05 ---> Running in 749fb5d9a530 15:17:05 ---> Running in 5e6b51bf159b 15:17:05 Removing intermediate container 97a01861e6cd 15:17:05 ---> f579fecdcba7 15:17:05 Step 19/21 : LABEL arch=arm64 15:17:06 ---> Running in fd5a232a855e 15:17:06 Removing intermediate container ae1a344f9a55 15:17:06 ---> b9dea0fc83b3 15:17:06 Step 22/23 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:17:06 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 15:17:06 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:17:06 ---> f97b8e805bf5 15:17:06 Step 3/20 : WORKDIR /edgex-go 15:17:06 ---> Using cache 15:17:06 ---> e2bedebb2678 15:17:06 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:17:06 ---> Using cache 15:17:06 ---> 2aadabdfb265 15:17:06 Step 5/20 : RUN apk update && apk add make git 15:17:06 ---> Running in faf8b50a1f5b 15:17:06 Removing intermediate container 5e6b51bf159b 15:17:06 ---> ac1332256bc3 15:17:06 15:17:06 ---> Running in a1c20b06fc41 15:17:06 Removing intermediate container 749fb5d9a530 15:17:06 ---> 235847b3752d 15:17:06 Step 21/21 : LABEL version=0.0.0 15:17:07 Removing intermediate container fd5a232a855e 15:17:07 ---> 4c03f18041aa 15:17:07 Step 20/21 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:17:07 ---> Running in 1f52069e1fdb 15:17:07 ---> Running in c3570b2fdbd7 15:17:07 Removing intermediate container a1c20b06fc41 15:17:07 ---> 6e37f4b1ac4b 15:17:07 Step 23/23 : LABEL version=0.0.0 15:17:07 Successfully built ac1332256bc3 15:17:07 Successfully tagged docker-support-scheduler-go-arm64:latest 15:17:07  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 15:17:07 ---> Running in b089287aa8db 15:17:07 Removing intermediate container 1f52069e1fdb 15:17:07 ---> efb55cbf7216 15:17:07 15:17:08 Removing intermediate container c3570b2fdbd7 15:17:08 ---> aebd6291b033 15:17:08 Step 21/21 : LABEL version=0.0.0 15:17:08 Successfully built efb55cbf7216 15:17:08 Successfully tagged docker-core-command-go-arm64:latest 15:17:08  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 15:17:08 ---> Running in 97b73cb1d3fc 15:17:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:17:09 Removing intermediate container b089287aa8db 15:17:09 ---> 2dc227240deb 15:17:09 15:17:09 Removing intermediate container 97b73cb1d3fc 15:17:09 ---> 42980eb0d0cd 15:17:09 15:17:09 Successfully built 2dc227240deb 15:17:09 Successfully tagged docker-support-notifications-go-arm64:latest 15:17:09 Building docker-security-secrets-setup-go 15:17:09  Building docker-support-notifications-go ... done Successfully built 42980eb0d0cd 15:17:09 Successfully tagged docker-core-metadata-go-arm64:latest 15:17:09  Building docker-core-metadata-go ... done Building docker-core-data-go 15:17:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:17:10 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:17:10 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:17:10 OK: 12620 distinct packages available 15:17:11 OK: 217 MiB in 51 packages 15:17:15 Removing intermediate container faf8b50a1f5b 15:17:15 ---> d0d6e172a76f 15:17:15 Step 6/20 : COPY go.mod . 15:17:17 ---> 8f85e066b2ae 15:17:17 Step 7/20 : RUN go mod download 15:17:19 ---> Running in ab6edb351d22 15:17:25 Removing intermediate container ab6edb351d22 15:17:25 ---> 3b56081bd7ff 15:17:25 Step 8/20 : COPY . . 15:17:47 ---> 1d17e496b7a4 15:17:47 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 15:17:47 ---> Running in 8170be7e913c 15:17:48 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 15:18:21 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 15:18:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:18:21 ---> f97b8e805bf5 15:18:21 Step 3/22 : WORKDIR /edgex-go 15:18:21 ---> Using cache 15:18:21 ---> e2bedebb2678 15:18:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:18:21 ---> Using cache 15:18:21 ---> 2aadabdfb265 15:18:21 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:18:21 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:18:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:18:21 ---> f97b8e805bf5 15:18:21 Step 3/26 : WORKDIR /edgex-go 15:18:21 ---> Using cache 15:18:21 ---> e2bedebb2678 15:18:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:18:21 ---> Using cache 15:18:21 ---> 2aadabdfb265 15:18:21 Step 5/26 : RUN apk update && apk add make git 15:18:21 ---> Using cache 15:18:21 ---> d0d6e172a76f 15:18:21 Step 6/26 : COPY go.mod . 15:18:21 ---> Using cache 15:18:21 ---> 8f85e066b2ae 15:18:21 Step 7/26 : RUN go mod download 15:18:21 ---> Using cache 15:18:21 ---> 3b56081bd7ff 15:18:21 Step 8/26 : COPY . . 15:18:21 ---> Using cache 15:18:21 ---> 1d17e496b7a4 15:18:21 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 15:18:21 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 15:18:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:18:21 ---> f97b8e805bf5 15:18:21 Step 3/26 : WORKDIR /edgex-go 15:18:21 ---> Using cache 15:18:21 ---> e2bedebb2678 15:18:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:18:21 ---> Using cache 15:18:21 ---> 2aadabdfb265 15:18:21 Step 5/26 : RUN apk update && apk add make bash git 15:18:21 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 15:18:21 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:18:21 ---> f97b8e805bf5 15:18:21 Step 3/29 : WORKDIR /edgex-go 15:18:21 ---> Using cache 15:18:21 ---> e2bedebb2678 15:18:21 Step 4/29 : RUN apk update && apk add make git 15:18:22 ---> Running in fe895a156549 15:18:22 ---> Running in 2d2943b06f27 15:18:22 ---> Running in b683f64f5ded 15:18:22 ---> Running in dffdbd8defcb 15:18:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:18:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:18:26 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:18:26 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:18:26 OK: 12620 distinct packages available 15:18:26 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:18:26 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:18:26 OK: 12620 distinct packages available 15:18:27 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:18:27 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:18:27 OK: 12620 distinct packages available 15:18:27 Removing intermediate container 8170be7e913c 15:18:27 ---> 293f0e6b84d4 15:18:27 15:18:27 Step 10/20 : FROM alpine 15:18:27 OK: 217 MiB in 51 packages 15:18:28 OK: 217 MiB in 51 packages 15:18:28 latest: Pulling from library/alpine 15:18:28 OK: 217 MiB in 51 packages 15:18:28 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 15:18:28 Status: Downloaded newer image for alpine:latest 15:18:28 ---> 62ee0e9f8440 15:18:28 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:18:29 ---> Running in 0d599d1644e0 15:18:31 Removing intermediate container 2d2943b06f27 15:18:31 ---> a8b1270d6b2f 15:18:31 Step 5/29 : COPY go.mod . 15:18:31 Removing intermediate container b683f64f5ded 15:18:31 ---> 13bae35eed3e 15:18:31 Step 6/26 : COPY go.mod . 15:18:31 Removing intermediate container fe895a156549 15:18:31 ---> 534f2ef533b0 15:18:31 Step 6/22 : COPY go.mod . 15:18:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:18:32 ---> 959ae3acfaa1 15:18:32 Step 6/29 : RUN go mod download 15:18:32 ---> 870bb89a5ae6 15:18:32 Step 7/26 : RUN go mod download 15:18:32 ---> 0f8d05ca7ad0 15:18:32 Step 7/22 : RUN go mod download 15:18:33 ---> Running in bbdaa0295139 15:18:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:18:33 ---> Running in 1d0a03841aed 15:18:33 ---> Running in 8c26b82bd5d4 15:18:33 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:18:33 v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:18:33 OK: 12620 distinct packages available 15:18:34 (1/4) Installing ca-certificates (20191127-r4) 15:18:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:18:35 (3/4) Installing libcurl (7.69.1-r0) 15:18:35 (4/4) Installing curl (7.69.1-r0) 15:18:35 Executing busybox-1.31.1-r16.trigger 15:18:35 Executing ca-certificates-20191127-r4.trigger 15:18:35 OK: 7 MiB in 18 packages 15:18:37 Removing intermediate container 0d599d1644e0 15:18:37 ---> 988754005449 15:18:37 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:18:38 ---> Running in 2b7a94a16ca4 15:18:39 Removing intermediate container 2b7a94a16ca4 15:18:39 Removing intermediate container bbdaa0295139 15:18:39 ---> da7aa5555243 15:18:39 Step 7/29 : COPY . . 15:18:39 ---> f71c49616825 15:18:39 Step 13/20 : WORKDIR /edgex 15:18:39 Removing intermediate container 8c26b82bd5d4 15:18:39 ---> 24b5356654f7 15:18:39 Step 8/22 : COPY . . 15:18:39 ---> Running in 86366c2250c8 15:18:39 Removing intermediate container 1d0a03841aed 15:18:39 ---> a5dca49f2cad 15:18:39 Step 8/26 : COPY . . 15:18:40 Removing intermediate container 86366c2250c8 15:18:40 ---> 28bf2556d820 15:18:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:18:45 ---> cf51db0cf078 15:18:45 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:18:48 ---> f8660f6039e1 15:18:48 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:18:48 ---> Running in e390dcf789ba 15:18:49 Removing intermediate container e390dcf789ba 15:18:49 ---> e010f14f574b 15:18:49 Step 17/20 : CMD ["--init=true"] 15:18:50 ---> Running in 3c85ffa27bf2 15:18:51 Removing intermediate container 3c85ffa27bf2 15:18:51 ---> 2b1d0ef994b5 15:18:51 Step 18/20 : LABEL arch=arm64 15:18:51 ---> Running in 87319793cebc 15:18:53 Removing intermediate container 87319793cebc 15:18:53 ---> fe9d91d35dd9 15:18:53 Step 19/20 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:18:53 ---> Running in 4735b2e949dc 15:18:54 Removing intermediate container 4735b2e949dc 15:18:54 ---> 4741fcf16745 15:18:54 Step 20/20 : LABEL version=0.0.0 15:18:55 ---> Running in c16dca246d4b 15:18:56 Removing intermediate container c16dca246d4b 15:18:56 ---> 97a6dcb068fd 15:18:56 15:18:57 Successfully built 97a6dcb068fd 15:18:57 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:19:01  Building docker-security-proxy-setup-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 15:19:08 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 15:19:13 ---> 21ecda097d60 15:19:13 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:19:13 ---> 2b51350a1655 15:19:13 Step 9/22 : RUN make cmd/core-data/core-data 15:19:13 ---> eba117faef1f 15:19:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:19:14 ---> Running in 6f53fb676dd6 15:19:14 ---> Running in 1901a7a336b5 15:19:14 ---> Running in 356b8151a7f5 15:19:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 15:19:16 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 15:19:16 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 15:19:18 Removing intermediate container dffdbd8defcb 15:19:18 ---> c7b3f2dc90ba 15:19:18 15:19:18 Step 10/26 : FROM alpine:3.10 15:19:18 3.10: Pulling from library/alpine 15:19:20 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:19:20 Status: Downloaded newer image for alpine:3.10 15:19:20 ---> 536a684cf733 15:19:20 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:19:20 ---> Running in 77189db6a785 15:19:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 15:19:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 15:19:23 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:19:23 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:19:23 OK: 10167 distinct packages available 15:19:24 (1/5) Installing ca-certificates (20191127-r2) 15:19:24 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:19:24 (3/5) Installing libcurl (7.66.0-r0) 15:19:24 (4/5) Installing curl (7.66.0-r0) 15:19:24 (5/5) Installing dumb-init (1.2.2-r1) 15:19:24 Executing busybox-1.30.1-r3.trigger 15:19:24 Executing ca-certificates-20191127-r2.trigger 15:19:24 OK: 7 MiB in 19 packages 15:19:27 Removing intermediate container 77189db6a785 15:19:27 ---> d649f0606d0b 15:19:27 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:19:27 ---> Running in 1091af24f33d 15:19:28 Removing intermediate container 1091af24f33d 15:19:28 ---> 55f8688968aa 15:19:28 Step 13/26 : WORKDIR / 15:19:28 ---> Running in 00a6a545dae9 15:19:29 Removing intermediate container 00a6a545dae9 15:19:29 ---> 203f530c518e 15:19:29 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:19:30 ---> 2e883207076f 15:19:30 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:19:31 ---> 2f34fdae50e1 15:19:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:19:32 ---> 3ea227daf64a 15:19:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 15:19:33 ---> f8fcc173e600 15:19:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:19:35 ---> eafd4ed42963 15:19:35 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:19:37 ---> 22d783007564 15:19:37 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 15:19:38 ---> 68996c1c671f 15:19:38 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:19:39 ---> 5355e44e8953 15:19:39 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:19:39 ---> Running in 5b7d8ec9fc04 15:19:44 Removing intermediate container 5b7d8ec9fc04 15:19:44 ---> e61e46c502e9 15:19:44 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 15:19:44 ---> Running in 2e5ffb58c0f3 15:19:44 Removing intermediate container 2e5ffb58c0f3 15:19:44 ---> 83e29d908dc7 15:19:44 Step 24/26 : LABEL arch=arm64 15:19:44 ---> Running in 40d295715d07 15:19:45 Removing intermediate container 40d295715d07 15:19:45 ---> 6a3a273e7719 15:19:45 Step 25/26 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:19:45 ---> Running in 7ee3733bb5c1 15:19:46 Removing intermediate container 7ee3733bb5c1 15:19:46 ---> 919e881dc517 15:19:46 Step 26/26 : LABEL version=0.0.0 15:19:46 ---> Running in cf329ef29dfe 15:19:47 Removing intermediate container cf329ef29dfe 15:19:47 ---> dcbcc5d0e624 15:19:47 15:19:47 Successfully built dcbcc5d0e624 15:19:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:20:20  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6f53fb676dd6 15:20:20 ---> 55e6e5ae6349 15:20:20 15:20:20 Step 9/29 : FROM alpine:latest 15:20:20 ---> 62ee0e9f8440 15:20:20 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:20:20 ---> Running in 6bac96133f06 15:20:20 Removing intermediate container 6bac96133f06 15:20:20 ---> 497522e842c1 15:20:20 Step 11/29 : USER root 15:20:20 ---> Running in 9dd53f22a0e2 15:20:20 Removing intermediate container 9dd53f22a0e2 15:20:20 ---> 99103c3912cf 15:20:20 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:20:20 ---> Running in c767aa28b3ff 15:20:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:20:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:20:20 v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:20:20 v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:20:20 OK: 12620 distinct packages available 15:20:21 (1/2) Installing ca-certificates (20191127-r4) 15:20:21 (2/2) Installing dumb-init (1.2.2-r1) 15:20:21 Executing busybox-1.31.1-r16.trigger 15:20:21 Executing ca-certificates-20191127-r4.trigger 15:20:21 OK: 6 MiB in 16 packages 15:20:22 Removing intermediate container 356b8151a7f5 15:20:22 ---> e9f4959817a4 15:20:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:20:23 ---> Running in 9c3ca4a13463 15:20:24 Removing intermediate container c767aa28b3ff 15:20:24 ---> 0fe8184bd25c 15:20:24 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:20:24 ---> Running in 50dcb3a76c1f 15:20:24 Removing intermediate container 50dcb3a76c1f 15:20:24 ---> 1916071426e2 15:20:24 Step 14/29 : WORKDIR $BASE_DIR 15:20:24 ---> Running in 5ba6dcd617c5 15:20:24 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 15:20:25 Removing intermediate container 5ba6dcd617c5 15:20:25 ---> 9287d8fa4140 15:20:25 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:20:25 ---> Running in b8aef887a265 15:20:28 Removing intermediate container b8aef887a265 15:20:28 ---> fea47f07d9e6 15:20:28 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:20:28 Removing intermediate container 9c3ca4a13463 15:20:28 ---> f05f4099da25 15:20:28 15:20:28 Step 11/26 : FROM docker:latest 15:20:28 ---> ce9d55ae87f1 15:20:28 Step 12/26 : RUN apk add --no-cache bash 15:20:29 ---> Running in 5adbe11a31ef 15:20:30 ---> da971b6c907c 15:20:30 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:20:31 ---> 8befa451b264 15:20:31 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:20:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:20:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:20:31 ---> f653f71c77e7 15:20:31 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:20:32 (1/2) Installing readline (8.0.4-r0) 15:20:32 (2/2) Installing bash (5.0.17-r0) 15:20:32 Executing bash-5.0.17-r0.post-install 15:20:32 Executing busybox-1.31.1-r16.trigger 15:20:32 OK: 12 MiB in 22 packages 15:20:32 ---> f3fdf4ee456c 15:20:32 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:20:33 ---> 3cc97219b267 15:20:33 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:20:33 ---> Running in c38514cf8172 15:20:33 Removing intermediate container 5adbe11a31ef 15:20:33 ---> 0ff1628206f5 15:20:33 Step 13/26 : RUN rm -rf /var/cache/apk/* 15:20:34 ---> Running in 59f5a79bfb06 15:20:37 Removing intermediate container c38514cf8172 15:20:37 ---> 8f472339c3ee 15:20:37 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:20:37 Removing intermediate container 59f5a79bfb06 15:20:37 ---> 8d4e04c39c71 15:20:37 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:20:37 ---> Running in 53425c8e80c2 15:20:38 ---> f318c61c5b99 15:20:38 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:20:38 Removing intermediate container 53425c8e80c2 15:20:38 ---> a4655d405c10 15:20:38 Step 15/26 : ENV APP_PORT=48090 15:20:38 ---> Running in 720180778a07 15:20:38 ---> Running in fba5d9ebe98d 15:20:38 Removing intermediate container 1901a7a336b5 15:20:38 ---> 33bb3b69db28 15:20:38 15:20:38 Step 10/22 : FROM alpine 15:20:38 ---> 62ee0e9f8440 15:20:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:20:38 ---> Running in 49953cdaa40a 15:20:39 Removing intermediate container fba5d9ebe98d 15:20:39 ---> de32064e8d9a 15:20:39 Step 16/26 : EXPOSE $APP_PORT 15:20:39 ---> Running in 4521453b715e 15:20:39 Removing intermediate container 49953cdaa40a 15:20:39 ---> 3aa8056b5f45 15:20:39 Step 12/22 : ENV APP_PORT=48080 15:20:39 ---> Running in e31138230011 15:20:40 Removing intermediate container 4521453b715e 15:20:40 ---> 4e6eff8cfe6b 15:20:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:20:40 Removing intermediate container e31138230011 15:20:40 ---> 7ff49bcc52e8 15:20:40 Step 13/22 : EXPOSE $APP_PORT 15:20:40 ---> Running in 16d548ba0223 15:20:41 Removing intermediate container 16d548ba0223 15:20:41 ---> 9ddcff1bce48 15:20:41 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:20:41 ---> 60c7e016289a 15:20:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:20:41 ---> Running in e6908d1f584b 15:20:41 Removing intermediate container 720180778a07 15:20:41 ---> 07c0ac4c3b25 15:20:41 Step 24/29 : RUN chmod 755 security-secrets-setup 15:20:41 ---> Running in 690e2cc61e36 15:20:42 ---> 0a0e3aa7bd28 15:20:42 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:20:43 ---> 50011cc20488 15:20:43 Step 20/26 : RUN apk --no-cache add py-pip 15:20:43 ---> Running in 30d85942fd4e 15:20:44 Removing intermediate container e6908d1f584b 15:20:44 ---> 9a7a432902d6 15:20:44 Step 15/22 : RUN apk --no-cache add zeromq 15:20:44 ---> Running in a968cc8dadce 15:20:45 Removing intermediate container 690e2cc61e36 15:20:45 ---> 639896e7eeef 15:20:45 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:20:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:20:45 ---> Running in 76ed98a57b8a 15:20:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:20:45 Removing intermediate container 76ed98a57b8a 15:20:45 ---> 6d1e05d8527f 15:20:45 Step 26/29 : CMD [ "generate" ] 15:20:45 ---> Running in 7d75362d15da 15:20:46 (1/33) Installing libbz2 (1.0.8-r1) 15:20:46 (2/33) Installing expat (2.2.9-r1) 15:20:46 (3/33) Installing libffi (3.3-r2) 15:20:46 (4/33) Installing gdbm (1.13-r1) 15:20:46 (5/33) Installing xz-libs (5.2.5-r0) 15:20:46 (6/33) Installing sqlite-libs (3.32.1-r0) 15:20:46 (7/33) Installing python3 (3.8.5-r0) 15:20:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:20:46 Removing intermediate container 7d75362d15da 15:20:46 ---> 1d726f4b0a19 15:20:46 Step 27/29 : LABEL arch=arm64 15:20:46 ---> Running in 25e026e268a2 15:20:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:20:47 Removing intermediate container 25e026e268a2 15:20:47 ---> 685f7598ef21 15:20:47 Step 28/29 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:20:47 ---> Running in 51d3f5ab0fd0 15:20:47 (1/5) Installing libgcc (9.3.0-r2) 15:20:47 (2/5) Installing libsodium (1.0.18-r0) 15:20:47 (3/5) Installing libstdc++ (9.3.0-r2) 15:20:48 (4/5) Installing libzmq (4.3.2-r0) 15:20:48 (8/33) Installing py3-appdirs (1.4.4-r1) 15:20:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:20:48 (10/33) Installing py3-parsing (2.4.7-r0) 15:20:48 (11/33) Installing py3-six (1.15.0-r0) 15:20:48 (12/33) Installing py3-packaging (20.4-r0) 15:20:48 (5/5) Installing zeromq (4.3.2-r0) 15:20:48 (13/33) Installing py3-setuptools (47.0.0-r0) 15:20:48 Removing intermediate container 51d3f5ab0fd0 15:20:48 ---> 9c10026d5d19 15:20:48 Step 29/29 : LABEL version=0.0.0 15:20:48 (14/33) Installing py3-chardet (3.0.4-r4) 15:20:48 Executing busybox-1.31.1-r16.trigger 15:20:48 OK: 8 MiB in 19 packages 15:20:48 (15/33) Installing py3-idna (2.9-r0) 15:20:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:20:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:20:48 ---> Running in 7b296dcb025d 15:20:48 (18/33) Installing py3-requests (2.23.0-r0) 15:20:48 (19/33) Installing py3-msgpack (1.0.0-r0) 15:20:48 (20/33) Installing py3-lockfile (0.12.2-r3) 15:20:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:20:48 (22/33) Installing py3-colorama (0.4.3-r0) 15:20:48 (23/33) Installing py3-distlib (0.3.0-r0) 15:20:48 (24/33) Installing py3-distro (1.5.0-r1) 15:20:48 (25/33) Installing py3-webencodings (0.5.1-r3) 15:20:48 (26/33) Installing py3-html5lib (1.0.1-r4) 15:20:48 (27/33) Installing py3-pytoml (0.1.21-r0) 15:20:48 (28/33) Installing py3-pep517 (0.8.2-r0) 15:20:48 (29/33) Installing py3-progress (1.5-r0) 15:20:48 (30/33) Installing py3-toml (0.10.1-r0) 15:20:48 (31/33) Installing py3-retrying (1.3.3-r0) 15:20:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:20:48 (33/33) Installing py3-pip (20.1.1-r0) 15:20:48 Removing intermediate container 7b296dcb025d 15:20:48 ---> 2b644cfb9862 15:20:48 15:20:49 Executing busybox-1.31.1-r16.trigger 15:20:49 OK: 71 MiB in 55 packages 15:20:49 Successfully built 2b644cfb9862 15:20:49 Successfully tagged docker-security-secrets-setup-go-arm64:latest 15:20:49  Building docker-security-secrets-setup-go ... done Removing intermediate container a968cc8dadce 15:20:49 ---> 1df9a46ca50b 15:20:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:20:50 ---> 01d22afa6f43 15:20:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:20:52 ---> 9717294945e4 15:20:52 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:20:53 ---> 9c2fa4bba58d 15:20:53 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:20:53 ---> Running in a0b895704365 15:20:53 Removing intermediate container a0b895704365 15:20:53 ---> db0c68a5def1 15:20:53 Step 20/22 : LABEL arch=arm64 15:20:54 ---> Running in acdf1b9062cb 15:20:54 Removing intermediate container acdf1b9062cb 15:20:54 ---> 0f0f263a277d 15:20:54 Step 21/22 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:20:54 ---> Running in 7cc0142dc549 15:20:55 Removing intermediate container 30d85942fd4e 15:20:55 ---> 36fb0db530d5 15:20:55 Step 21/26 : RUN pip install docker-compose==1.23.2 15:20:55 ---> Running in 513f60ec5dbc 15:20:55 Removing intermediate container 7cc0142dc549 15:20:55 ---> f247d67ff1c8 15:20:55 Step 22/22 : LABEL version=0.0.0 15:20:55 ---> Running in 39cf6a642950 15:20:56 Removing intermediate container 39cf6a642950 15:20:56 ---> 1efd9357c3fe 15:20:56 15:20:56 Successfully built 1efd9357c3fe 15:20:56 Successfully tagged docker-core-data-go-arm64:latest 15:21:00  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 15:21:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:21:01 Collecting websocket-client<1.0,>=0.32.0 15:21:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:21:01 Collecting docker<4.0,>=3.6.0 15:21:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:21:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:21:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:21:03 Collecting dockerpty<0.5,>=0.4.1 15:21:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:21:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:21:05 Collecting jsonschema<3,>=2.5.1 15:21:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:21:05 Collecting texttable<0.10,>=0.9.0 15:21:05 Downloading texttable-0.9.1.tar.gz (11 kB) 15:21:07 Collecting docopt<0.7,>=0.6.1 15:21:07 Downloading docopt-0.6.2.tar.gz (25 kB) 15:21:10 Collecting PyYAML<4,>=3.10 15:21:10 Downloading PyYAML-3.13.tar.gz (270 kB) 15:21:13 Collecting cached-property<2,>=1.2.0 15:21:13 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 15:21:13 Collecting docker-pycreds>=0.4.0 15:21:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:21:13 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 15:21:13 Collecting idna<2.8,>=2.5 15:21:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:21:13 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 15:21:13 Collecting urllib3<1.25,>=1.21.1 15:21:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:21:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:21:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:21:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:21:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:21:15 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, texttable, docopt, PyYAML, cached-property, docker-compose 15:21:15 Attempting uninstall: idna 15:21:15 Found existing installation: idna 2.9 15:21:15 Uninstalling idna-2.9: 15:21:15 Successfully uninstalled idna-2.9 15:21:16 Attempting uninstall: urllib3 15:21:16 Found existing installation: urllib3 1.25.9 15:21:16 Uninstalling urllib3-1.25.9: 15:21:16 Successfully uninstalled urllib3-1.25.9 15:21:16 Attempting uninstall: requests 15:21:16 Found existing installation: requests 2.23.0 15:21:16 Uninstalling requests-2.23.0: 15:21:16 Successfully uninstalled requests-2.23.0 15:21:17 Running setup.py install for dockerpty: started 15:21:19 Running setup.py install for dockerpty: finished with status 'done' 15:21:19 Running setup.py install for texttable: started 15:21:21 Running setup.py install for texttable: finished with status 'done' 15:21:21 Running setup.py install for docopt: started 15:21:23 Running setup.py install for docopt: finished with status 'done' 15:21:23 Running setup.py install for PyYAML: started 15:21:25 Running setup.py install for PyYAML: finished with status 'done' 15:21:26 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:21:29 Removing intermediate container 513f60ec5dbc 15:21:29 ---> 5a062000593d 15:21:29 Step 22/26 : RUN apk --no-cache add curl 15:21:29 ---> Running in 445fbed50a86 15:21:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:21:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:21:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:21:31 (2/3) Installing libcurl (7.69.1-r0) 15:21:31 (3/3) Installing curl (7.69.1-r0) 15:21:31 Executing busybox-1.31.1-r16.trigger 15:21:31 OK: 71 MiB in 58 packages 15:21:33 Removing intermediate container 445fbed50a86 15:21:33 ---> ccf223c9e391 15:21:33 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 15:21:33 ---> Running in b0344e77bf34 15:21:33 Removing intermediate container b0344e77bf34 15:21:33 ---> e299479e017e 15:21:33 Step 24/26 : LABEL arch=arm64 15:21:33 ---> Running in 7e3f02eaea76 15:21:34 Removing intermediate container 7e3f02eaea76 15:21:34 ---> 9efee6deba02 15:21:34 Step 25/26 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d 15:21:34 ---> Running in a30298d63d39 15:21:35 Removing intermediate container a30298d63d39 15:21:35 ---> 5d039679fbcc 15:21:35 Step 26/26 : LABEL version=0.0.0 15:21:35 ---> Running in a728c8bceda7 15:21:35 Removing intermediate container a728c8bceda7 15:21:35 ---> bffddcdeaeb6 15:21:35 15:21:35 Successfully built bffddcdeaeb6 15:21:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:21:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:21:36 $ docker stop --time=1 cab03548f73cec0898e1d13ee697be7f5eebca55732dd3885f16c7caaa600e43 15:21:38 $ docker rm -f cab03548f73cec0898e1d13ee697be7f5eebca55732dd3885f16c7caaa600e43 [Pipeline] // withDockerContainer [Pipeline] sh 15:21:38 + docker images 15:21:38 + grep docker 15:21:39 docker-sys-mgmt-agent-go-arm64 latest bffddcdeaeb6 4 seconds ago 266MB 15:21:39 docker-core-data-go-arm64 latest 1efd9357c3fe 44 seconds ago 22.6MB 15:21:39 docker-security-secrets-setup-go-arm64 latest 2b644cfb9862 51 seconds ago 24.2MB 15:21:39 docker-security-secretstore-setup-go-arm64 latest dcbcc5d0e624 About a minute ago 32.6MB 15:21:39 docker-security-proxy-setup-go-arm64 latest 97a6dcb068fd 2 minutes ago 15.8MB 15:21:39 docker-core-metadata-go-arm64 latest 42980eb0d0cd 4 minutes ago 13.8MB 15:21:39 docker-support-notifications-go-arm64 latest 2dc227240deb 4 minutes ago 13.9MB 15:21:39 docker-core-command-go-arm64 latest efb55cbf7216 4 minutes ago 12.4MB 15:21:39 docker-support-scheduler-go-arm64 latest ac1332256bc3 4 minutes ago 12.6MB 15:21:39 docker-support-logging-go-arm64 latest 0f1047b1cfb2 4 minutes ago 11.4MB 15:21:39 docker latest ce9d55ae87f1 6 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 15:21:40 provisioning config files... 15:21:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config4327281839920882175tmp [Pipeline] { [Pipeline] sh 15:21:41 + curl -s https://codecov.io/bash 15:21:41 + bash -s - -t @/w/workspace/edgex-go/6@tmp/config4327281839920882175tmp [Pipeline] } 15:21:41 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 15:21:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:21:44 ---> package-listing.sh 15:21:44 ++ facter osfamily 15:21:44 ++ tr '[:upper:]' '[:lower:]' 15:21:44 + OS_FAMILY=redhat 15:21:44 + workspace=/w/workspace/edgex-go/6 15:21:44 + START_PACKAGES=/tmp/packages_start.txt 15:21:44 + END_PACKAGES=/tmp/packages_end.txt 15:21:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:21:44 + PACKAGES=/tmp/packages_start.txt 15:21:44 + '[' /w/workspace/edgex-go/6 ']' 15:21:44 + PACKAGES=/tmp/packages_end.txt 15:21:44 + case "${OS_FAMILY}" in 15:21:44 + rpm -qa 15:21:44 + sort 15:21:48 + '[' -f /tmp/packages_start.txt ']' 15:21:48 + '[' -f /tmp/packages_end.txt ']' 15:21:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:21:48 + '[' /w/workspace/edgex-go/6 ']' 15:21:48 + mkdir -p /w/workspace/edgex-go/6/archives/ 15:21:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] isUnix [Pipeline] sh 15:21:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:21:49 15:21:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:21:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:21:49 alpine: Pulling from edgex-lftools-log-publisher 15:21:49 c9b1b535fdd9: Pulling fs layer 15:21:49 2cc5ad85d9ab: Pulling fs layer 15:21:49 756a868c4378: Pulling fs layer 15:21:49 444b2fc9a129: Pulling fs layer 15:21:49 ea15f1150254: Pulling fs layer 15:21:49 41b27a9f41bf: Pulling fs layer 15:21:49 28c525ee5125: Pulling fs layer 15:21:49 094b1ea09ed8: Pulling fs layer 15:21:49 138eaada9080: Pulling fs layer 15:21:49 0622d0fa9048: Pulling fs layer 15:21:49 28c525ee5125: Waiting 15:21:49 ea15f1150254: Waiting 15:21:49 094b1ea09ed8: Waiting 15:21:49 41b27a9f41bf: Waiting 15:21:49 138eaada9080: Waiting 15:21:49 0622d0fa9048: Waiting 15:21:49 444b2fc9a129: Waiting 15:21:49 2cc5ad85d9ab: Download complete 15:21:49 444b2fc9a129: Verifying Checksum 15:21:49 444b2fc9a129: Download complete 15:21:49 c9b1b535fdd9: Verifying Checksum 15:21:49 ea15f1150254: Download complete 15:21:49 28c525ee5125: Verifying Checksum 15:21:49 28c525ee5125: Download complete 15:21:49 756a868c4378: Verifying Checksum 15:21:49 756a868c4378: Download complete 15:21:49 c9b1b535fdd9: Pull complete 15:21:49 138eaada9080: Verifying Checksum 15:21:49 138eaada9080: Download complete 15:21:50 0622d0fa9048: Verifying Checksum 15:21:50 0622d0fa9048: Download complete 15:21:50 094b1ea09ed8: Verifying Checksum 15:21:50 094b1ea09ed8: Download complete 15:21:50 2cc5ad85d9ab: Pull complete 15:21:50 41b27a9f41bf: Verifying Checksum 15:21:50 41b27a9f41bf: Download complete 15:21:52 756a868c4378: Pull complete 15:21:52 444b2fc9a129: Pull complete 15:21:52 ea15f1150254: Pull complete 15:21:59 41b27a9f41bf: Pull complete 15:21:59 28c525ee5125: Pull complete 15:22:01 094b1ea09ed8: Pull complete 15:22:01 138eaada9080: Pull complete 15:22:02 0622d0fa9048: Pull complete 15:22:02 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 15:22:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:22:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:22:03 prd-centos7-docker-4c-2g-5000 does not seem to be running inside a container 15:22:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 15:22:06 $ docker top 2643da4eedcad79a8b94df6a091bcfe37654d495361a1916524f8bdb0562728a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:22:06 provisioning config files... 15:22:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config6859761574844100341tmp [Pipeline] { [Pipeline] echo 15:22:07 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:22:07 ---> create-netrc.sh [Pipeline] echo 15:22:07 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:22:07 ---> logs-deploy.sh 15:22:07 + ARCHIVE_ARTIFACTS= 15:22:07 + LOGS_SERVER=https://logs.edgexfoundry.org 15:22:07 + '[' https://logs.edgexfoundry.org == None ']' 15:22:07 + NEXUS_URL=https://nexus.edgexfoundry.org 15:22:07 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/6 15:22:07 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/6/ 15:22:07 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/6 /w/workspace/edgex-go/6 15:22:08 Archives upload complete. 15:22:08 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/6/