Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+1421448afc2248c8ed7ba2afa89517a5a2307549 (bc7167ae61bf5ef193d2f94b9bbc60bd12b60b01) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-508 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/36 [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/36 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing 3d601a6f95eac701c590ba37c1cfdc001ca4253f Checking out Revision 3d601a6f95eac701c590ba37c1cfdc001ca4253f (PR-2574) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # 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 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d601a6f95eac701c590ba37c1cfdc001ca4253f # timeout=10 Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:36:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:36:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:36:25 ========================================================= 20:36:25 EdgeX Global Pipelines Version Info 20:36:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f139f14a87b86e6d838ea9d54dd059048dc5bc09 # timeout=10 20:36:27 ------------------- 20:36:27 stable info: 20:36:27 ------------------- 20:36:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:36:27 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 20:36:27 Message: update stable to v1.0.106 20:36:28 ------------------- 20:36:28 experimental info: 20:36:28 ------------------- 20:36:28 Commited By: **** collab-it+edgex@linuxfoundation.org 20:36:28 Commit SHA: 4bfbf48e2de9ad395c46d40451a58600a1527367 20:36:28 Message: update experimental to v1.0.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 20:36:29 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:36:29 + for file in '`ls cmd/**/Dockerfile`' 20:36:29 ++ dirname cmd/core-command/Dockerfile 20:36:29 ++ cut -d/ -f2 20:36:29 + echo core-command,cmd/core-command/Dockerfile 20:36:29 + for file in '`ls cmd/**/Dockerfile`' 20:36:29 ++ dirname cmd/core-data/Dockerfile 20:36:29 ++ cut -d/ -f2 20:36:29 + echo core-data,cmd/core-data/Dockerfile 20:36:29 + for file in '`ls cmd/**/Dockerfile`' 20:36:29 ++ dirname cmd/core-metadata/Dockerfile 20:36:29 ++ cut -d/ -f2 20:36:29 + echo core-metadata,cmd/core-metadata/Dockerfile 20:36:29 + for file in '`ls cmd/**/Dockerfile`' 20:36:29 ++ dirname cmd/security-proxy-setup/Dockerfile 20:36:29 ++ cut -d/ -f2 20:36:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:36:29 + for file in '`ls cmd/**/Dockerfile`' 20:36:29 ++ dirname cmd/security-secrets-setup/Dockerfile 20:36:29 ++ cut -d/ -f2 20:36:29 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 20:36:29 + for file in '`ls cmd/**/Dockerfile`' 20:36:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:36:29 ++ cut -d/ -f2 20:36:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:36:29 + for file in '`ls cmd/**/Dockerfile`' 20:36:29 ++ dirname cmd/support-logging/Dockerfile 20:36:29 ++ cut -d/ -f2 20:36:29 + echo support-logging,cmd/support-logging/Dockerfile 20:36:29 + for file in '`ls cmd/**/Dockerfile`' 20:36:29 ++ dirname cmd/support-notifications/Dockerfile 20:36:29 ++ cut -d/ -f2 20:36:29 + echo support-notifications,cmd/support-notifications/Dockerfile 20:36:29 + for file in '`ls cmd/**/Dockerfile`' 20:36:29 ++ dirname cmd/support-scheduler/Dockerfile 20:36:29 ++ cut -d/ -f2 20:36:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:36:29 + for file in '`ls cmd/**/Dockerfile`' 20:36:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:36:29 ++ cut -d/ -f2 20:36:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:36:29 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:36:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:36:30 20:36:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:36:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:36:31 latest: Pulling from edgex-devops/git-semver 20:36:31 31603596830f: Pulling fs layer 20:36:31 2a8b12db71e7: Pulling fs layer 20:36:31 6ca5941a6612: Pulling fs layer 20:36:31 ecc8261a40a4: Pulling fs layer 20:36:31 ecc8261a40a4: Waiting 20:36:31 2a8b12db71e7: Verifying Checksum 20:36:31 2a8b12db71e7: Download complete 20:36:31 31603596830f: Verifying Checksum 20:36:31 31603596830f: Download complete 20:36:31 ecc8261a40a4: Verifying Checksum 20:36:31 ecc8261a40a4: Download complete 20:36:31 6ca5941a6612: Verifying Checksum 20:36:31 6ca5941a6612: Download complete 20:36:32 31603596830f: Pull complete 20:36:32 2a8b12db71e7: Pull complete 20:36:33 6ca5941a6612: Pull complete 20:36:33 ecc8261a40a4: Pull complete 20:36:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:36:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:36:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:36:33 prd-centos7-docker-4c-2g-508 does not seem to be running inside a container 20:36:33 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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:10004/edgex-devops/git-semver:latest cat 20:36:36 $ docker top 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:36:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:36 [ssh-agent] Looking for ssh-agent implementation... 20:36:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:37 $ docker exec 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 ssh-agent 20:36:37 SSH_AUTH_SOCK=/tmp/ssh-sqkRRSgX7Bvm/agent.11 20:36:37 SSH_AGENT_PID=16 20:36:37 Running ssh-add (command line suppressed) 20:36:37 Identity added: /w/workspace/edgex-go/36@tmp/private_key_2070085997176378802.key (/w/workspace/edgex-go/36@tmp/private_key_2070085997176378802.key) 20:36:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:37 + git describe --exact-match --tags HEAD 20:36:37 fatal: No names found, cannot describe anything. [Pipeline] } 20:36:37 $ docker exec --env ******** --env ******** 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 ssh-agent -k 20:36:37 unset SSH_AUTH_SOCK; 20:36:37 unset SSH_AGENT_PID; 20:36:37 echo Agent pid 16 killed; 20:36:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:36:38 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:36:38 This usually means this commit has not been tagged. [Pipeline] sshagent 20:36:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:38 [ssh-agent] Looking for ssh-agent implementation... 20:36:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:38 $ docker exec 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 ssh-agent 20:36:38 SSH_AUTH_SOCK=/tmp/ssh-h1V0MIKQUnnO/agent.45 20:36:38 SSH_AGENT_PID=50 20:36:38 Running ssh-add (command line suppressed) 20:36:38 Identity added: /w/workspace/edgex-go/36@tmp/private_key_388866615040806268.key (/w/workspace/edgex-go/36@tmp/private_key_388866615040806268.key) 20:36:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:39 + git semver init 20:36:39 # -> Open(): unable to determine branch for HEAD 20:36:39 # $GIT_DIR = /w/workspace/edgex-go/36/.git 20:36:39 # $GIT_WORK_TREE = /w/workspace/edgex-go/36 20:36:39 # $SEMVER_REMOTE_NAME = origin 20:36:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:36:39 # $SEMVER_USER_NAME = edgex-jenkins 20:36:39 # $SEMVER_BRANCH = PR-2574 20:36:39 # $SEMVER_TEMP = /tmp/semver-760478771 20:36:39 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:37:17 # '/tmp/semver-760478771' -> '/w/workspace/edgex-go/36/.semver' 20:37:17 # -> Force: false 20:37:18 # $SEMVER_DIR = /w/workspace/edgex-go/36/.semver [Pipeline] } 20:37:18 $ docker exec --env ******** --env ******** 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 ssh-agent -k 20:37:18 unset SSH_AUTH_SOCK; 20:37:18 unset SSH_AGENT_PID; 20:37:18 echo Agent pid 50 killed; 20:37:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:37:19 + git semver [Pipeline] } 20:37:19 $ docker stop --time=1 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 20:37:20 $ docker rm -f 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:37:34 Stashed 39 file(s) [Pipeline] echo 20:37:34 [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] { 20:37:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-507 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] echo 20:37:34 ========================================================= 20:37:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:37:34 ========================================================= [Pipeline] { [Pipeline] ws 20:37:35 Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] checkout 20:37:35 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 20:37:38 Sending build context to Docker daemon 323.2MB 20:37:38 Step 1/7 : ARG BASE=golang:1.13-alpine 20:37:38 Step 2/7 : FROM ${BASE} 20:37:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:37:38 df20fa9351a1: Pulling fs layer 20:37:38 ed8968b2872e: Pulling fs layer 20:37:38 a92cc7c5fd73: Pulling fs layer 20:37:38 2dd03ba5bac4: Pulling fs layer 20:37:38 1e091d79d1de: Pulling fs layer 20:37:38 481702a1767f: Pulling fs layer 20:37:38 f64a6f60c768: Pulling fs layer 20:37:38 e78d2573fc39: Pulling fs layer 20:37:38 e876d2f968b6: Pulling fs layer 20:37:38 ce8a83651883: Pulling fs layer 20:37:38 07967f4d0e4b: Pulling fs layer 20:37:38 1e091d79d1de: Waiting 20:37:38 481702a1767f: Waiting 20:37:38 f64a6f60c768: Waiting 20:37:38 e78d2573fc39: Waiting 20:37:38 e876d2f968b6: Waiting 20:37:38 ce8a83651883: Waiting 20:37:38 07967f4d0e4b: Waiting 20:37:38 2dd03ba5bac4: Waiting 20:37:38 a92cc7c5fd73: Verifying Checksum 20:37:38 a92cc7c5fd73: Download complete 20:37:38 ed8968b2872e: Download complete 20:37:38 1e091d79d1de: Verifying Checksum 20:37:38 1e091d79d1de: Download complete 20:37:38 481702a1767f: Verifying Checksum 20:37:38 481702a1767f: Download complete 20:37:38 df20fa9351a1: Verifying Checksum 20:37:39 df20fa9351a1: Pull complete 20:37:39 f64a6f60c768: Verifying Checksum 20:37:39 f64a6f60c768: Download complete 20:37:39 e876d2f968b6: Verifying Checksum 20:37:39 e876d2f968b6: Download complete 20:37:39 ed8968b2872e: Pull complete 20:37:40 ce8a83651883: Verifying Checksum 20:37:40 ce8a83651883: Download complete 20:37:40 a92cc7c5fd73: Pull complete 20:37:40 e78d2573fc39: Verifying Checksum 20:37:40 e78d2573fc39: Download complete 20:37:40 07967f4d0e4b: Verifying Checksum 20:37:40 07967f4d0e4b: Download complete 20:37:40 2dd03ba5bac4: Verifying Checksum 20:37:40 2dd03ba5bac4: Download complete 20:37:41 using credential edgex-jenkins-ssh 20:37:41 Cloning the remote Git repository 20:37:41 Cloning with configured refspecs honoured and without tags 20:37:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:37:41 > git init /w/workspace/edgex-go/36 # timeout=10 20:37:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:37:41 > git --version # timeout=10 20:37:41 > git --version # 'git version 2.17.1' 20:37:41 using GIT_SSH to set credentials SSH Credentials for GitHub 20:37:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:37:47 2dd03ba5bac4: Pull complete 20:37:47 1e091d79d1de: Pull complete 20:37:47 481702a1767f: Pull complete 20:37:52 f64a6f60c768: Pull complete 20:37:56 e78d2573fc39: Pull complete 20:37:56 e876d2f968b6: Pull complete 20:37:57 ce8a83651883: Pull complete 20:37:57 Fetching without tags 20:37:57 07967f4d0e4b: Pull complete 20:37:57 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 20:37:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:37:57 ---> 5d7c900382c6 20:37:57 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:37:58 Merging remotes/origin/master commit 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 20:37:59 Merge succeeded, producing a2312f798b2cf509921e2d3877c382acb52e76c7 20:37:59 Checking out Revision a2312f798b2cf509921e2d3877c382acb52e76c7 (PR-2574) 20:37:59 ---> Running in 5f0c641c1602 20:37:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:37:57 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 20:37:57 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:37:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:37:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:37:57 using GIT_SSH to set credentials SSH Credentials for GitHub 20:37:57 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:37:58 > git config core.sparsecheckout # timeout=10 20:37:58 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 20:37:58 > git remote # timeout=10 20:37:58 > git config --get remote.origin.url # timeout=10 20:37:58 using GIT_SSH to set credentials SSH Credentials for GitHub 20:37:58 > git merge 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 20:37:59 > git rev-parse HEAD^{commit} # timeout=10 20:37:59 > git config core.sparsecheckout # timeout=10 20:37:59 > git checkout -f a2312f798b2cf509921e2d3877c382acb52e76c7 # timeout=10 20:37:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:38:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:38:01 (1/12) Installing libmagic (5.38-r0) 20:38:01 (2/12) Installing file (5.38-r0) 20:38:01 (3/12) Installing libc-dev (0.7.2-r3) 20:38:01 (4/12) Installing g++ (9.3.0-r2) 20:38:03 Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" 20:38:03 First time build. Skipping changelog. 20:38:03 > git rev-list --no-walk f139f14a87b86e6d838ea9d54dd059048dc5bc09 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 20:38:04 (5/12) Installing fortify-headers (1.1-r0) 20:38:04 (6/12) Installing patch (2.7.6-r6) 20:38:04 (7/12) Installing build-base (0.5-r2) 20:38:04 (8/12) Installing libsodium (1.0.18-r0) 20:38:04 (9/12) Installing pkgconf (1.7.2-r0) 20:38:04 (10/12) Installing libsodium-dev (1.0.18-r0) 20:38:05 (11/12) Installing libzmq (4.3.2-r0) 20:38:05 (12/12) Installing zeromq-dev (4.3.2-r0) 20:38:05 Executing busybox-1.31.1-r16.trigger 20:38:05 OK: 233 MiB in 51 packages 20:38:08 Removing intermediate container 5f0c641c1602 20:38:08 ---> 3a436951d896 20:38:08 Step 4/7 : WORKDIR /edgex-go 20:38:08 ---> Running in fc1690ba2ce5 20:38:08 Removing intermediate container fc1690ba2ce5 20:38:08 ---> 518fa85f19a5 20:38:08 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:38:09 latest: Pulling from library/docker 20:38:09 df20fa9351a1: Already exists 20:38:09 25ad7478873d: Pulling fs layer 20:38:09 4684f6177b5d: Pulling fs layer 20:38:09 46e300cec669: Pulling fs layer 20:38:09 63038576ad94: Pulling fs layer 20:38:09 0fdb76c4706c: Pulling fs layer 20:38:09 cb7edeffdfd5: Pulling fs layer 20:38:09 63038576ad94: Waiting 20:38:09 0fdb76c4706c: Waiting 20:38:09 cb7edeffdfd5: Waiting 20:38:09 4684f6177b5d: Verifying Checksum 20:38:09 4684f6177b5d: Download complete 20:38:09 25ad7478873d: Verifying Checksum 20:38:09 25ad7478873d: Download complete 20:38:09 0fdb76c4706c: Verifying Checksum 20:38:09 0fdb76c4706c: Download complete 20:38:09 cb7edeffdfd5: Verifying Checksum 20:38:09 cb7edeffdfd5: Download complete 20:38:09 63038576ad94: Verifying Checksum 20:38:09 63038576ad94: Download complete 20:38:09 25ad7478873d: Pull complete 20:38:10 4684f6177b5d: Pull complete 20:38:10 46e300cec669: Download complete 20:38:13 46e300cec669: Pull complete 20:38:13 63038576ad94: Pull complete 20:38:13 0fdb76c4706c: Pull complete 20:38:13 cb7edeffdfd5: Pull complete 20:38:13 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 20:38:13 Status: Downloaded newer image for docker:latest 20:38:15 ---> 0238666dd545 20:38:15 Step 6/7 : COPY go.mod . 20:38:15 ---> 192bd2b7dfe7 20:38:15 Step 7/7 : RUN go mod download 20:38:15 ---> Running in fff2ccd563fc [Pipeline] echo 20:38:16 ========================================================= 20:38:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 20:38:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:38:16 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 20:38:18 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:38:18 go: finding github.com/BurntSushi/toml v0.3.1 20:38:18 go: finding github.com/OneOfOne/xxhash v1.2.5 20:38:18 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:38:18 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:38:18 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:38:18 go: finding github.com/bgentry/speakeasy v0.1.0 20:38:18 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:38:18 go: finding github.com/cloudflare/gokey v0.1.0 20:38:18 go: finding github.com/davecgh/go-spew v1.1.1 20:38:18 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:38:18 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:38:18 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 20:38:18 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:38:18 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 20:38:18 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:38:18 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 20:38:18 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:38:18 go: finding github.com/fatih/color v1.7.0 20:38:18 go: finding github.com/fsnotify/fsnotify v1.4.7 20:38:18 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:38:18 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 20:38:18 go: finding github.com/go-kit/kit v0.8.0 20:38:18 go: finding github.com/go-logfmt/logfmt v0.4.0 20:38:19 go: finding github.com/go-playground/assert/v2 v2.0.1 20:38:19 go: finding github.com/go-playground/locales v0.13.0 20:38:19 go: finding github.com/go-playground/universal-translator v0.17.0 20:38:19 go: finding github.com/go-playground/validator/v10 v10.3.0 20:38:19 go: finding github.com/go-redis/redis/v7 v7.2.0 20:38:19 go: finding github.com/go-stack/stack v1.8.0 20:38:19 go: finding github.com/golang/protobuf v1.3.2 20:38:19 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:38:19 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:38:19 go: finding github.com/google/uuid v1.1.0 20:38:19 go: finding github.com/gorilla/mux v1.7.1 20:38:19 go: finding github.com/hashicorp/consul/api v1.1.0 20:38:19 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:38:19 go: finding github.com/hashicorp/errwrap v1.0.0 20:38:19 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:38:19 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:38:19 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:38:19 go: finding github.com/hashicorp/go-multierror v1.0.0 20:38:19 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:38:19 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:38:19 go: finding github.com/hashicorp/go-syslog v1.0.0 20:38:19 go: finding github.com/hashicorp/go-uuid v1.0.1 20:38:19 go: finding github.com/hashicorp/go.net v0.0.1 20:38:19 go: finding github.com/hashicorp/golang-lru v0.5.0 20:38:19 go: finding github.com/hashicorp/logutils v1.0.0 20:38:20 go: finding github.com/hashicorp/mdns v1.0.0 20:38:20 go: finding github.com/hashicorp/memberlist v0.1.3 20:38:20 go: finding github.com/hashicorp/serf v0.8.2 20:38:20 go: finding github.com/hpcloud/tail v1.0.0 20:38:20 go: finding github.com/imdario/mergo v0.3.6 20:38:20 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:38:20 go: finding github.com/kr/pretty v0.1.0 20:38:20 go: finding github.com/kr/pty v1.1.1 20:38:20 go: finding github.com/kr/text v0.1.0 20:38:20 go: finding github.com/leodido/go-urn v1.2.0 20:38:20 go: finding github.com/mattn/go-colorable v0.0.9 20:38:20 go: finding github.com/mattn/go-isatty v0.0.3 20:38:20 go: finding github.com/miekg/dns v1.0.14 20:38:20 go: finding github.com/mitchellh/cli v1.0.0 20:38:20 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:38:20 go: finding github.com/mitchellh/copystructure v1.0.0 20:38:20 go: finding github.com/mitchellh/go-homedir v1.0.0 20:38:20 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:38:20 go: finding github.com/mitchellh/gox v0.4.0 20:38:20 go: finding github.com/mitchellh/iochan v1.0.0 20:38:20 go: finding github.com/mitchellh/mapstructure v1.1.2 20:38:20 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:38:20 go: finding github.com/onsi/ginkgo v1.10.1 20:38:20 go: finding github.com/onsi/gomega v1.7.0 20:38:20 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:38:21 go: finding github.com/pebbe/zmq4 v1.0.0 20:38:21 go: finding github.com/pelletier/go-toml v1.2.0 20:38:21 go: finding github.com/pkg/errors v0.8.1 20:38:21 go: finding github.com/pmezard/go-difflib v1.0.0 20:38:21 go: finding github.com/posener/complete v1.1.1 20:38:21 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:38:21 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:38:21 Sending build context to Docker daemon 323.2MB 20:38:21 Step 1/7 : ARG BASE=golang:1.13-alpine 20:38:21 Step 2/7 : FROM ${BASE} 20:38:21 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:38:21 go: finding github.com/stretchr/objx v0.1.0 20:38:21 go: finding github.com/stretchr/testify v1.5.1 20:38:21 go: finding github.com/ugorji/go v1.1.4 20:38:21 go: finding github.com/x448/float16 v0.8.4 20:38:21 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 20:38:21 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:38:21 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:38:21 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:38:21 go: finding golang.org/x/text v0.3.2 20:38:21 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:38:21 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:38:21 go: finding gopkg.in/eapache/queue.v1 v1.1.0 20:38:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:38:21 b538f80385f9: Pulling fs layer 20:38:21 74f711af9a0d: Pulling fs layer 20:38:21 99f96fe45779: Pulling fs layer 20:38:21 fd7a069fd194: Pulling fs layer 20:38:21 66aa3694b03b: Pulling fs layer 20:38:21 170f70906a0f: Pulling fs layer 20:38:21 ad7c5574e4b9: Pulling fs layer 20:38:21 e772456be8f7: Pulling fs layer 20:38:21 c890913d741a: Pulling fs layer 20:38:21 2480fcc9aa5a: Pulling fs layer 20:38:21 09adf4765672: Pulling fs layer 20:38:21 fd7a069fd194: Waiting 20:38:21 66aa3694b03b: Waiting 20:38:21 170f70906a0f: Waiting 20:38:21 ad7c5574e4b9: Waiting 20:38:21 e772456be8f7: Waiting 20:38:21 c890913d741a: Waiting 20:38:21 2480fcc9aa5a: Waiting 20:38:21 99f96fe45779: Verifying Checksum 20:38:21 99f96fe45779: Download complete 20:38:21 74f711af9a0d: Verifying Checksum 20:38:21 74f711af9a0d: Download complete 20:38:21 66aa3694b03b: Download complete 20:38:21 170f70906a0f: Verifying Checksum 20:38:21 170f70906a0f: Download complete 20:38:21 b538f80385f9: Verifying Checksum 20:38:21 b538f80385f9: Download complete 20:38:22 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:38:22 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:38:22 go: finding gopkg.in/yaml.v2 v2.2.8 20:38:22 b538f80385f9: Pull complete 20:38:23 74f711af9a0d: Pull complete 20:38:23 99f96fe45779: Pull complete 20:38:25 ad7c5574e4b9: Verifying Checksum 20:38:25 ad7c5574e4b9: Download complete 20:38:25 c890913d741a: Verifying Checksum 20:38:25 c890913d741a: Download complete 20:38:27 e772456be8f7: Verifying Checksum 20:38:27 e772456be8f7: Download complete 20:38:27 09adf4765672: Verifying Checksum 20:38:27 09adf4765672: Download complete 20:38:28 fd7a069fd194: Verifying Checksum 20:38:28 fd7a069fd194: Download complete 20:38:28 2480fcc9aa5a: Verifying Checksum 20:38:28 2480fcc9aa5a: Download complete 20:38:38 fd7a069fd194: Pull complete 20:38:38 66aa3694b03b: Pull complete 20:38:39 170f70906a0f: Pull complete 20:38:40 Removing intermediate container fff2ccd563fc 20:38:40 ---> 4661d2aaacfb 20:38:40 Successfully built 4661d2aaacfb 20:38:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:38:41 + docker inspect -f . ci-base-image-x86_64 20:38:41 . [Pipeline] withDockerContainer 20:38:41 prd-centos7-docker-4c-2g-508 does not seem to be running inside a container 20:38:41 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** ci-base-image-x86_64 cat 20:38:42 $ docker top 325dfedbd99141e9555dac24c2b8d21141ef82d8665822308d0095ad4184fa75 -eo pid,comm 20:38:42 ad7c5574e4b9: Pull complete [Pipeline] { [Pipeline] sh 20:38:43 + go version 20:38:43 go version go1.13.13 linux/amd64 [Pipeline] echo 20:38:43 ========================================================= 20:38:43 [edgeXBuildGoParallel] Running Tests and Build... 20:38:43 ========================================================= [Pipeline] sh 20:38:43 + make test 20:38:43 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:38:46 ? github.com/edgexfoundry/edgex-go [no test files] 20:38:47 e772456be8f7: Pull complete 20:38:47 c890913d741a: Pull complete 20:38:50 2480fcc9aa5a: Pull complete 20:38:50 09adf4765672: Pull complete 20:38:50 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 20:38:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 20:38:50 ---> 2248a725d1cf 20:38:50 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:38:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:38:57 ---> Running in 013ee828b648 20:38:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:39:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:39:02 (1/12) Installing libmagic (5.38-r0) 20:39:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:39:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:39:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:39:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:39:02 (2/12) Installing file (5.38-r0) 20:39:02 (3/12) Installing libc-dev (0.7.2-r3) 20:39:02 (4/12) Installing g++ (9.3.0-r2) 20:39:04 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.020s 20:39:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 20:39:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:39:04 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 20:39:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:39:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:39:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:39:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:39:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:39:07 (5/12) Installing fortify-headers (1.1-r0) 20:39:07 (6/12) Installing patch (2.7.6-r6) 20:39:07 (7/12) Installing build-base (0.5-r2) 20:39:07 (8/12) Installing libsodium (1.0.18-r0) 20:39:07 (9/12) Installing pkgconf (1.7.2-r0) 20:39:07 (10/12) Installing libsodium-dev (1.0.18-r0) 20:39:07 (11/12) Installing libzmq (4.3.2-r0) 20:39:07 (12/12) Installing zeromq-dev (4.3.2-r0) 20:39:07 Executing busybox-1.31.1-r16.trigger 20:39:07 OK: 217 MiB in 51 packages 20:39:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.022s coverage: 46.6% of statements 20:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:39:13 Removing intermediate container 013ee828b648 20:39:13 ---> 48d25b6b44fd 20:39:13 Step 4/7 : WORKDIR /edgex-go 20:39:13 ---> Running in 8041a6d54fa9 20:39:13 Removing intermediate container 8041a6d54fa9 20:39:13 ---> 8f914bd4f364 20:39:13 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.059s coverage: 27.2% of statements 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.016s coverage: 100.0% of statements 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.017s coverage: 100.0% of statements 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:39:13 latest: Pulling from library/docker 20:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.348s coverage: 82.5% of statements 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:39:13 b538f80385f9: Already exists 20:39:13 259a493cd78d: Pulling fs layer 20:39:13 b8e66b5100f5: Pulling fs layer 20:39:13 39dc9c94d07c: Pulling fs layer 20:39:13 551b823b3b82: Pulling fs layer 20:39:13 3c52a74df98c: Pulling fs layer 20:39:13 6c9b121b6998: Pulling fs layer 20:39:13 551b823b3b82: Waiting 20:39:13 3c52a74df98c: Waiting 20:39:13 6c9b121b6998: Waiting 20:39:13 b8e66b5100f5: Download complete 20:39:13 259a493cd78d: Download complete 20:39:14 551b823b3b82: Verifying Checksum 20:39:14 551b823b3b82: Download complete 20:39:14 3c52a74df98c: Verifying Checksum 20:39:14 3c52a74df98c: Download complete 20:39:14 6c9b121b6998: Verifying Checksum 20:39:14 6c9b121b6998: Download complete 20:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.354s coverage: 92.9% of statements 20:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:39:14 259a493cd78d: Pull complete 20:39:14 b8e66b5100f5: Pull complete 20:39:15 39dc9c94d07c: Verifying Checksum 20:39:15 39dc9c94d07c: Download complete 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.063s coverage: 28.6% of statements 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.017s coverage: 100.0% of statements 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:39:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 89.8% of statements 20:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:39:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:39:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.021s coverage: 100.0% of statements 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:39:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.024s coverage: 58.8% of statements 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 20:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.075s coverage: 63.5% of statements 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.004s coverage: 100.0% of statements 20:39:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.025s coverage: 92.3% of statements 20:39:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 20:39:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.012s coverage: 73.7% of statements 20:39:18 39dc9c94d07c: Pull complete 20:39:18 551b823b3b82: Pull complete 20:39:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.011s coverage: 100.0% of statements 20:39:18 3c52a74df98c: Pull complete 20:39:19 6c9b121b6998: Pull complete 20:39:19 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 20:39:19 Status: Downloaded newer image for docker:latest 20:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.113s coverage: 55.9% of statements 20:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 20:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 20:39:22 ---> 89b7a987fc32 20:39:22 Step 6/7 : COPY go.mod . 20:39:23 ---> 94c269cbb47f 20:39:23 Step 7/7 : RUN go mod download 20:39:23 ---> Running in aad8a23ae7f4 20:39:27 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:39:27 go: finding github.com/BurntSushi/toml v0.3.1 20:39:27 go: finding github.com/OneOfOne/xxhash v1.2.5 20:39:27 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:39:27 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:39:27 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:39:27 go: finding github.com/bgentry/speakeasy v0.1.0 20:39:27 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:39:27 go: finding github.com/cloudflare/gokey v0.1.0 20:39:27 go: finding github.com/davecgh/go-spew v1.1.1 20:39:27 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:39:27 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:39:27 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 20:39:27 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:39:27 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 20:39:28 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 20:39:28 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 20:39:28 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:39:28 go: finding github.com/fatih/color v1.7.0 20:39:28 go: finding github.com/fsnotify/fsnotify v1.4.7 20:39:28 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:39:28 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 20:39:28 go: finding github.com/go-kit/kit v0.8.0 20:39:28 go: finding github.com/go-logfmt/logfmt v0.4.0 20:39:28 go: finding github.com/go-playground/assert/v2 v2.0.1 20:39:28 go: finding github.com/go-playground/locales v0.13.0 20:39:28 go: finding github.com/go-playground/universal-translator v0.17.0 20:39:28 go: finding github.com/go-playground/validator/v10 v10.3.0 20:39:28 go: finding github.com/go-redis/redis/v7 v7.2.0 20:39:28 go: finding github.com/go-stack/stack v1.8.0 20:39:28 go: finding github.com/golang/protobuf v1.3.2 20:39:28 go: finding github.com/gomodule/redigo v2.0.0+incompatible 20:39:28 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:39:28 go: finding github.com/google/uuid v1.1.0 20:39:29 go: finding github.com/gorilla/mux v1.7.1 20:39:29 go: finding github.com/hashicorp/consul/api v1.1.0 20:39:29 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:39:29 go: finding github.com/hashicorp/errwrap v1.0.0 20:39:29 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:39:29 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:39:29 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:39:29 go: finding github.com/hashicorp/go-multierror v1.0.0 20:39:29 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:39:29 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:39:29 go: finding github.com/hashicorp/go-syslog v1.0.0 20:39:29 go: finding github.com/hashicorp/go-uuid v1.0.1 20:39:29 go: finding github.com/hashicorp/go.net v0.0.1 20:39:29 go: finding github.com/hashicorp/golang-lru v0.5.0 20:39:29 go: finding github.com/hashicorp/logutils v1.0.0 20:39:29 go: finding github.com/hashicorp/mdns v1.0.0 20:39:29 go: finding github.com/hashicorp/memberlist v0.1.3 20:39:29 go: finding github.com/hashicorp/serf v0.8.2 20:39:29 go: finding github.com/hpcloud/tail v1.0.0 20:39:29 go: finding github.com/imdario/mergo v0.3.6 20:39:29 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:39:29 go: finding github.com/kr/pretty v0.1.0 20:39:29 go: finding github.com/kr/pty v1.1.1 20:39:29 go: finding github.com/kr/text v0.1.0 20:39:29 go: finding github.com/leodido/go-urn v1.2.0 20:39:30 go: finding github.com/mattn/go-colorable v0.0.9 20:39:30 go: finding github.com/mattn/go-isatty v0.0.3 20:39:30 go: finding github.com/miekg/dns v1.0.14 20:39:30 go: finding github.com/mitchellh/cli v1.0.0 20:39:30 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:39:30 go: finding github.com/mitchellh/copystructure v1.0.0 20:39:30 go: finding github.com/mitchellh/go-homedir v1.0.0 20:39:30 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:39:30 go: finding github.com/mitchellh/gox v0.4.0 20:39:30 go: finding github.com/mitchellh/iochan v1.0.0 20:39:30 go: finding github.com/mitchellh/mapstructure v1.1.2 20:39:30 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:39:30 go: finding github.com/onsi/ginkgo v1.10.1 20:39:30 go: finding github.com/onsi/gomega v1.7.0 20:39:30 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:39:30 go: finding github.com/pebbe/zmq4 v1.0.0 20:39:30 go: finding github.com/pelletier/go-toml v1.2.0 20:39:30 go: finding github.com/pkg/errors v0.8.1 20:39:30 go: finding github.com/pmezard/go-difflib v1.0.0 20:39:30 go: finding github.com/posener/complete v1.1.1 20:39:30 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:39:30 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:39:30 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:39:30 go: finding github.com/stretchr/objx v0.1.0 20:39:30 go: finding github.com/stretchr/testify v1.5.1 20:39:31 go: finding github.com/ugorji/go v1.1.4 20:39:31 go: finding github.com/x448/float16 v0.8.4 20:39:31 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 20:39:31 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:39:31 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:39:31 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:39:31 go: finding golang.org/x/text v0.3.2 20:39:31 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:39:31 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:39:31 go: finding gopkg.in/eapache/queue.v1 v1.1.0 20:39:31 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:39:31 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:39:31 go: finding gopkg.in/yaml.v2 v2.2.8 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.360s coverage: 86.3% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.305s coverage: 72.2% of statements 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.112s coverage: 72.1% of statements 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.012s coverage: 82.4% of statements 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.010s coverage: 28.8% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.035s coverage: 33.7% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.129s coverage: 84.1% of statements 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.011s coverage: 100.0% of statements 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.018s coverage: 83.8% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.061s coverage: 46.1% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.070s coverage: 29.1% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.012s coverage: 0.0% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.020s coverage: 87.9% of statements 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:39:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 20:39:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 20:39:34 GO111MODULE=on go vet ./... 20:39:41 gofmt -l . 20:39:41 [ "`gofmt -l .`" = "" ] 20:39:41 ./bin/test-go-mod-tidy.sh 20:39:42 ./bin/test-attribution-txt.sh [Pipeline] sh 20:39:44 + ls -al . 20:39:44 total 564 20:39:44 drwxrwxr-x 10 1001 1001 4096 Aug 27 20:39 . 20:39:44 drwxr-xr-x 4 root root 30 Aug 27 20:38 .. 20:39:44 -rw-rw-r-- 1 1001 1001 11 Aug 27 20:36 .dockerignore 20:39:44 drwxrwxr-x 8 1001 1001 179 Aug 27 20:36 .git 20:39:44 drwxrwxr-x 3 1001 1001 60 Aug 27 20:36 .github 20:39:44 -rw-rw-r-- 1 1001 1001 932 Aug 27 20:36 .gitignore 20:39:44 drwx------ 3 1001 1001 47 Aug 27 20:37 .semver 20:39:44 -rw-rw-r-- 1 1001 1001 166 Aug 27 20:36 .sonarcloud.properties 20:39:44 -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:36 CONTRIBUTING.md 20:39:44 -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:36 Dockerfile.build 20:39:44 -rw-rw-r-- 1 1001 1001 865 Aug 27 20:36 Jenkinsfile 20:39:44 -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:36 LICENSE 20:39:44 -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:36 Makefile 20:39:44 -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:36 README.md 20:39:44 -rw-rw-r-- 1 1001 1001 259 Aug 27 20:36 SECURITY.md 20:39:44 -rw-rw-r-- 1 1001 1001 5 Aug 27 20:37 VERSION 20:39:44 -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:36 ZMQWindows.md 20:39:44 drwxrwxr-x 2 1001 1001 117 Aug 27 20:36 bin 20:39:44 drwxrwxr-x 15 1001 1001 4096 Aug 27 20:36 cmd 20:39:44 -rw-r--r-- 1 root root 467869 Aug 27 20:39 coverage.out 20:39:44 -rw-r--r-- 1 root root 1075 Aug 27 20:39 go.mod 20:39:44 -rw-r--r-- 1 root root 19185 Aug 27 20:39 go.sum 20:39:44 drwxrwxr-x 8 1001 1001 127 Aug 27 20:36 internal 20:39:44 drwxrwxr-x 4 1001 1001 26 Aug 27 20:36 openapi 20:39:44 drwxrwxr-x 4 1001 1001 71 Aug 27 20:36 snap 20:39:44 -rw-rw-r-- 1 1001 1001 168 Aug 27 20:36 version.go [Pipeline] sh 20:39:44 + '[' -e coverage.out ] 20:39:44 + chown 1001:1001 coverage.out [Pipeline] stash 20:39:44 Stashed 1 file(s) [Pipeline] sh 20:39:44 + make build 20:39:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:39:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:39:54 Removing intermediate container aad8a23ae7f4 20:39:54 ---> 1949e66f8117 20:39:54 Successfully built 1949e66f8117 20:39: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 20:39:54 + docker inspect -f . ci-base-image-arm64 20:39:54 . [Pipeline] withDockerContainer 20:39:55 prd-ubuntu18.04-docker-arm64-4c-16g-507 does not seem to be running inside a container 20:39:55 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:39:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:39:56 $ docker top ef875257104e5979b168a182c8731ad7442aa22d59aa9c900ce8779d40ff5aa7 -eo pid,comm 20:39:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [Pipeline] { [Pipeline] sh 20:39:57 + go version 20:39:57 go version go1.13.13 linux/arm64 [Pipeline] echo 20:39:57 ========================================================= 20:39:57 [edgeXBuildGoParallel] Running Tests and Build... 20:39:57 ========================================================= [Pipeline] sh 20:39:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:39:58 + make test 20:39:58 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:39:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:40:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:40:00 ? github.com/edgexfoundry/edgex-go [no test files] 20:40:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:40:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 20:40:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:40:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:40:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:40:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 20:40:10 $ docker stop --time=1 325dfedbd99141e9555dac24c2b8d21141ef82d8665822308d0095ad4184fa75 20:40:12 $ docker rm -f 325dfedbd99141e9555dac24c2b8d21141ef82d8665822308d0095ad4184fa75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:40:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:40:13 20:40:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:40:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:40:14 latest: Pulling from edgex-devops/edgex-compose 20:40:14 cbdbe7a5bc2a: Pulling fs layer 20:40:14 ca9280d653b3: Pulling fs layer 20:40:14 7e9c9ca2126c: Pulling fs layer 20:40:14 cbdbe7a5bc2a: Download complete 20:40:14 ca9280d653b3: Verifying Checksum 20:40:14 ca9280d653b3: Download complete 20:40:14 cbdbe7a5bc2a: Pull complete 20:40:14 7e9c9ca2126c: Verifying Checksum 20:40:14 7e9c9ca2126c: Download complete 20:40:15 ca9280d653b3: Pull complete 20:40:21 7e9c9ca2126c: Pull complete 20:40:21 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:40:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:40:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:40:22 prd-centos7-docker-4c-2g-508 does not seem to be running inside a container 20:40:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:40:24 $ docker top 29da828b74218d4f5fc314d4874dbc51801cf9cdd5e5ec5cb5540d3aa3b9cc94 -eo pid,comm [Pipeline] { [Pipeline] sh 20:40:25 + docker-compose build --help 20:40:25 + grep parallel 20:40:26 --parallel Build images in parallel. [Pipeline] } 20:40:26 $ docker stop --time=1 29da828b74218d4f5fc314d4874dbc51801cf9cdd5e5ec5cb5540d3aa3b9cc94 20:40:27 $ docker rm -f 29da828b74218d4f5fc314d4874dbc51801cf9cdd5e5ec5cb5540d3aa3b9cc94 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:40:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:40:28 . [Pipeline] withDockerContainer 20:40:28 prd-centos7-docker-4c-2g-508 does not seem to be running inside a container 20:40:28 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:40:28 $ docker top 51e73c18a14a232802c184c181766fa1b66e412fdd8758333fe5755d8770ff98 -eo pid,comm [Pipeline] { [Pipeline] sh 20:40:29 + docker-compose -f ./docker-compose-build.yml build --parallel 20:40:30 Building docker-core-command-go ... 20:40:30 Building docker-core-data-go ... 20:40:30 Building docker-core-metadata-go ... 20:40:30 Building docker-security-proxy-setup-go ... 20:40:30 Building docker-security-secrets-setup-go ... 20:40:30 Building docker-security-secretstore-setup-go ... 20:40:30 Building docker-support-logging-go ... 20:40:30 Building docker-support-notifications-go ... 20:40:30 Building docker-support-scheduler-go ... 20:40:30 Building docker-sys-mgmt-agent-go ... 20:40:30 Building docker-security-proxy-setup-go 20:40:30 Building docker-sys-mgmt-agent-go 20:40:30 Building docker-support-logging-go 20:40:30 Building docker-support-scheduler-go 20:40:30 Building docker-security-secretstore-setup-go 20:40:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:40:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:40:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:40:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:40:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:40:55 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.078s 20:40:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 20:40:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:40:55 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 20:40:57 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 20:40:57 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:40:57 ---> 4661d2aaacfb 20:40:57 Step 3/27 : WORKDIR /edgex-go 20:40:57 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:40:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:40:57 ---> 4661d2aaacfb 20:40:57 Step 3/22 : WORKDIR /edgex-go 20:40:57 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 20:40:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:40:57 ---> 4661d2aaacfb 20:40:57 Step 3/26 : WORKDIR /edgex-go 20:40:57 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 20:40:57 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:40:57 ---> 4661d2aaacfb 20:40:57 Step 3/20 : WORKDIR /edgex-go 20:40:57 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:40:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:40:57 ---> 4661d2aaacfb 20:40:57 Step 3/21 : WORKDIR /edgex-go 20:40:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:40:58 ---> Running in 9c2af2b8cb21 20:40:58 ---> Running in 8fb0288995d1 20:40:58 ---> Running in b72d39095a46 20:40:58 ---> Running in ba2499b5819a 20:40:58 ---> Running in b00be1bed856 20:40:58 Removing intermediate container b00be1bed856 20:40:58 ---> 32ac3eb24e33 20:40:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:40:58 Removing intermediate container b72d39095a46 20:40:58 ---> 481ed021bbad 20:40:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:40:58 Removing intermediate container 9c2af2b8cb21 20:40:58 ---> efe6fe756d46 20:40:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:40:58 Removing intermediate container 8fb0288995d1 20:40:58 ---> 4ff86ea194b0 20:40:58 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:40:58 Removing intermediate container ba2499b5819a 20:40:58 ---> 7d0da0389029 20:40:58 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:40:58 ---> Running in 66ba80ca09d4 20:40:58 ---> Running in d05cd1020807 20:40:58 ---> Running in 3819beb916ac 20:40:58 ---> Running in 367dbb366fe2 20:40:58 ---> Running in 18fa48b036fa 20:40:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:40:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:40:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:40:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:41:01 Removing intermediate container 3819beb916ac 20:41:01 ---> 6f5087dd46e1 20:41:01 Step 5/26 : RUN apk update && apk add make git 20:41:01 Removing intermediate container d05cd1020807 20:41:01 ---> c4e3579c3c2e 20:41:01 Step 5/21 : RUN apk update && apk add make git 20:41:01 ---> Running in e337d688d1bf 20:41:01 Removing intermediate container 367dbb366fe2 20:41:01 ---> d9dc5a129dde 20:41:01 Step 5/20 : RUN apk update && apk add make git 20:41:01 Removing intermediate container 66ba80ca09d4 20:41:01 ---> b5d17e23661e 20:41:01 Step 5/22 : RUN apk update && apk add make && apk add bash git 20:41:01 Removing intermediate container 18fa48b036fa 20:41:01 ---> 73ebf6088cec 20:41:01 Step 5/27 : RUN apk update && apk add make bash git 20:41:01 ---> Running in fb3424a007c6 20:41:01 ---> Running in 813759949b00 20:41:01 ---> Running in 13b296f191a2 20:41:01 ---> Running in 512aadb85aec 20:41:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:41:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:41:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:41:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:41:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:41:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:41:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:41:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:41:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:41:03 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:41:03 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:41:03 OK: 12746 distinct packages available 20:41:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:41:03 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:41:03 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:41:03 OK: 12746 distinct packages available 20:41:03 OK: 233 MiB in 51 packages 20:41:04 OK: 233 MiB in 51 packages 20:41:04 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:41:04 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:41:04 OK: 12746 distinct packages available 20:41:04 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:41:04 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:41:04 OK: 12746 distinct packages available 20:41:04 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:41:04 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:41:04 OK: 12746 distinct packages available 20:41:04 OK: 233 MiB in 51 packages 20:41:04 OK: 233 MiB in 51 packages 20:41:04 OK: 233 MiB in 51 packages 20:41:04 OK: 233 MiB in 51 packages 20:41:04 Removing intermediate container e337d688d1bf 20:41:04 ---> c1afde33d79b 20:41:04 Step 6/26 : COPY go.mod . 20:41:04 Removing intermediate container fb3424a007c6 20:41:04 ---> 2c5223c279c5 20:41:04 Step 6/21 : COPY go.mod . 20:41:05 ---> a81c54dbbaa2 20:41:05 Step 7/26 : RUN go mod download 20:41:05 ---> 4c84d12f9d74 20:41:05 Step 7/21 : RUN go mod download 20:41:05 Removing intermediate container 512aadb85aec 20:41:05 ---> b24a6e22a542 20:41:05 Step 6/27 : COPY go.mod . 20:41:05 ---> Running in 3814a0f4ddb1 20:41:05 ---> Running in 8d62e36d0967 20:41:05 Removing intermediate container 813759949b00 20:41:05 ---> ebad67a6dab1 20:41:05 Step 6/20 : COPY go.mod . 20:41:05 Removing intermediate container 13b296f191a2 20:41:05 ---> a0638499fe09 20:41:05 Step 6/22 : COPY go.mod . 20:41:05 ---> 54bd63b55522 20:41:05 Step 7/27 : RUN go mod download 20:41:05 ---> 3f634f8c82cd 20:41:05 Step 7/20 : RUN go mod download 20:41:05 ---> Running in 16205c48e2cf 20:41:06 ---> 30ea0a9718f5 20:41:06 Step 7/22 : RUN go mod download 20:41:06 ---> Running in f0fd3320c362 20:41:06 ---> Running in f05dd6d6ade2 20:41:08 Removing intermediate container 16205c48e2cf 20:41:08 ---> f6f89ab1791f 20:41:08 Step 8/27 : COPY . . 20:41:08 Removing intermediate container 8d62e36d0967 20:41:08 ---> 7fa0b590b014 20:41:08 Step 8/26 : COPY . . 20:41:08 Removing intermediate container 3814a0f4ddb1 20:41:08 ---> d84d098da828 20:41:08 Step 8/21 : COPY . . 20:41:09 Removing intermediate container f0fd3320c362 20:41:09 ---> 57ba1c33f004 20:41:09 Step 8/20 : COPY . . 20:41:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements 20:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:41:13 Removing intermediate container f05dd6d6ade2 20:41:13 ---> ffa7beddb4a3 20:41:13 Step 8/22 : COPY . . 20:41:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.222s coverage: 27.2% of statements 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:41:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:41:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.094s coverage: 100.0% of statements 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:41:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.417s coverage: 82.5% of statements 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:41:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.384s coverage: 92.9% of statements 20:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:41:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.467s coverage: 28.6% of statements 20:41:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:41:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:41:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:41:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:41:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:41:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements 20:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:41:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 20:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:41:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.086s coverage: 89.8% of statements 20:41:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:41:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.095s coverage: 97.5% of statements 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:41:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 100.0% of statements 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:41:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 20:41:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 20:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.251s coverage: 63.5% of statements 20:41:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:41:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements 20:41:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.057s coverage: 92.3% of statements 20:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements 20:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 20:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.351s coverage: 55.9% of statements 20:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 20:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 20:41:45 ---> 347be1ad1928 20:41:45 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 20:41:45 ---> 1604a3872971 20:41:45 Step 9/22 : RUN make cmd/support-logging/support-logging 20:41:45 ---> Running in 3aa0a13c37d0 20:41:45 ---> Running in f3dc1cf4be75 20:41:45 ---> 80106e481302 20:41:45 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:41:45 ---> f5991814b65b 20:41:45 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:41:45 ---> 76064ad8cbb4 20:41:45 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 20:41:45 ---> Running in b2caf76480da 20:41:45 ---> Running in 4409d9a14319 20:41:45 ---> Running in 7e58c26c8900 20:41:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:41:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 20:41: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 20:41:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:41:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.925s coverage: 86.3% of statements 20:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 20:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.204s coverage: 72.2% of statements 20:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.547s coverage: 72.1% of statements 20:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements 20:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements 20:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 20:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 20:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 20:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.047s coverage: 28.8% of statements 20:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 20:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.038s coverage: 96.8% of statements 20:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 20:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 33.7% of statements 20:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.264s coverage: 84.1% of statements 20:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements 20:41:55 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.055s coverage: 42.9% of statements 20:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 20:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 20:41:55 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.077s coverage: 100.0% of statements 20:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 20:41:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.047s coverage: 83.8% of statements 20:41:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 20:42:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 46.1% of statements 20:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:42:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements 20:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:42:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.088s coverage: 100.0% of statements 20:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:42:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.085s coverage: 100.0% of statements 20:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:42:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.242s coverage: 29.1% of statements 20:42:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:42:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:42:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:42:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:42:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:42:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.116s coverage: 99.0% of statements 20:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:42:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 20:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:42:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 20:42:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:42:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements 20:42:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:42:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:42:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:42:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:42:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements 20:42:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:42:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:42:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:42:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements 20:42:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 20:42:14 Removing intermediate container 3aa0a13c37d0 20:42:14 ---> f9f6fecf8462 20:42:14 20:42:14 Step 10/20 : FROM alpine 20:42:14 latest: Pulling from library/alpine 20:42:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 20:42:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements 20:42:16 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:42:16 Status: Downloaded newer image for alpine:latest 20:42:16 ---> a24bb4013296 20:42:16 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 20:42:16 GO111MODULE=on go vet ./... 20:42:18 ---> Running in 943dfae6f143 20:42:19 Removing intermediate container f3dc1cf4be75 20:42:19 ---> 69c91d752f55 20:42:19 20:42:19 Step 10/22 : FROM scratch 20:42:19 ---> 20:42:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:42:20 ---> Running in 4e26e8e3bd6a 20:42:20 Removing intermediate container 7e58c26c8900 20:42:20 ---> 852d1a6d2ed3 20:42:20 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:42:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:42:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:42:21 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:42:21 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:42:21 OK: 12746 distinct packages available 20:42:21 (1/4) Installing ca-certificates (20191127-r4) 20:42:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:42:21 (3/4) Installing libcurl (7.69.1-r0) 20:42:21 (4/4) Installing curl (7.69.1-r0) 20:42:21 Executing busybox-1.31.1-r16.trigger 20:42:21 Executing ca-certificates-20191127-r4.trigger 20:42:21 Removing intermediate container b2caf76480da 20:42:21 ---> 42b13362aaf9 20:42:21 20:42:21 Step 10/21 : FROM scratch 20:42:21 ---> 20:42:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:42:21 OK: 7 MiB in 18 packages 20:42:21 ---> Running in 939e74d55e98 20:42:23 Removing intermediate container 4e26e8e3bd6a 20:42:23 ---> 6cd7fada843e 20:42:23 Step 12/22 : ENV APP_PORT=48061 20:42:24 ---> Running in e28c4e91ddde 20:42:25 ---> Running in 4387539a7626 20:42:25 Removing intermediate container e28c4e91ddde 20:42:25 ---> 19f14323399e 20:42:25 Step 12/21 : ENV APP_PORT=48085 20:42:25 Removing intermediate container 4409d9a14319 20:42:25 ---> 5d89c99f6992 20:42:25 20:42:25 Step 10/26 : FROM alpine:3.10 20:42:25 3.10: Pulling from library/alpine 20:42:25 ---> Running in 76f616c184bd 20:42:25 Removing intermediate container 4387539a7626 20:42:25 ---> 810c130d6b4f 20:42:25 Step 13/22 : EXPOSE $APP_PORT 20:42:26 ---> Running in cf28de29a9aa 20:42:26 Removing intermediate container 943dfae6f143 20:42:26 ---> e0aa89cb7132 20:42:26 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:42:26 Removing intermediate container 76f616c184bd 20:42:26 ---> d07eed4b4863 20:42:26 Step 13/21 : EXPOSE $APP_PORT 20:42:26 ---> Running in b9a5a415dafc 20:42:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:42:26 ---> Running in 3e994d57f6ab 20:42:26 Removing intermediate container cf28de29a9aa 20:42:26 ---> 585c3b44c65c 20:42:26 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 20:42:26 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 20:42:26 Status: Downloaded newer image for alpine:3.10 20:42:26 ---> be4e4bea2c2e 20:42:26 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 20:42:26 Removing intermediate container b9a5a415dafc 20:42:26 ---> 0f9c0dd2e39a 20:42:26 Step 13/20 : WORKDIR /edgex 20:42:26 ---> Running in 217cff286633 20:42:26 ---> Running in 1e9b3f11a4ef 20:42:27 Removing intermediate container 3e994d57f6ab 20:42:27 ---> 497f2e918ab8 20:42:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 20:42:27 ---> 576aa27bbe83 20:42:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 20:42:27 Removing intermediate container 1e9b3f11a4ef 20:42:27 ---> d271170a0de3 20:42:27 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:42:27 ---> 6576e09a58e6 20:42:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:42:27 ---> 1b835d554ab7 20:42:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 20:42:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 20:42:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 20:42:27 ---> 9ba73233d751 20:42:27 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:42:27 v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 20:42:27 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 20:42:27 OK: 10346 distinct packages available 20:42:28 Removing intermediate container 939e74d55e98 20:42:28 ---> 5ea7aa9e6599 20:42:28 20:42:28 Step 11/27 : FROM docker:latest 20:42:28 ---> 81f5749c9058 20:42:28 Step 12/27 : RUN apk add --no-cache bash 20:42:28 (1/5) Installing ca-certificates (20191127-r2) 20:42:28 (2/5) Installing nghttp2-libs (1.39.2-r1) 20:42:28 (3/5) Installing libcurl (7.66.0-r0) 20:42:28 (4/5) Installing curl (7.66.0-r0) 20:42:28 (5/5) Installing dumb-init (1.2.2-r1) 20:42:28 Executing busybox-1.30.1-r3.trigger 20:42:28 Executing ca-certificates-20191127-r2.trigger 20:42:28 OK: 7 MiB in 19 packages 20:42:28 ---> fb9aa80bfa0a 20:42:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 20:42:28 ---> Running in b80aae280df0 20:42:28 ---> ca3f85a2b4a2 20:42:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:42:28 ---> 2fb97c8c9f66 20:42:28 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:42:29 ---> Running in 656243f668dd 20:42:29 ---> 38f4b59032bf 20:42:29 Step 18/22 : ENTRYPOINT ["/support-logging"] 20:42:29 ---> 892c4052c22e 20:42:29 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:42:29 ---> Running in f2ef188e3c0a 20:42:29 ---> Running in 6c974b2f4e1c 20:42:29 Removing intermediate container 656243f668dd 20:42:29 ---> 0c528f60e895 20:42:29 Step 17/20 : CMD ["--init=true"] 20:42:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:42:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:42:30 (1/2) Installing readline (8.0.4-r0) 20:42:30 (2/2) Installing bash (5.0.17-r0) 20:42:30 Executing bash-5.0.17-r0.post-install 20:42:30 Executing busybox-1.31.1-r16.trigger 20:42:30 OK: 12 MiB in 22 packages 20:42:30 ---> Running in 04c9f58a1045 20:42:30 Removing intermediate container 217cff286633 20:42:30 ---> 02b02ec90bde 20:42:30 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:42:30 Removing intermediate container f2ef188e3c0a 20:42:30 ---> 10584343d37c 20:42:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:42:31 Removing intermediate container 6c974b2f4e1c 20:42:31 ---> 32f54451b0d7 20:42:31 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:42:31 ---> Running in ec9a8ddac6d0 20:42:31 ---> Running in a58893db2b3a 20:42:31 ---> Running in 6b93ef30b6dd 20:42:31 Removing intermediate container 04c9f58a1045 20:42:31 ---> 14f4f47ca0ad 20:42:31 Step 18/20 : LABEL arch=x86_64 20:42:31 ---> Running in 6353e67279e6 20:42:31 Removing intermediate container ec9a8ddac6d0 20:42:31 ---> 1d0742605d28 20:42:31 Step 13/26 : WORKDIR / 20:42:31 Removing intermediate container 6b93ef30b6dd 20:42:31 ---> 9ba009460603 20:42:31 Step 19/21 : LABEL arch=x86_64 20:42:31 Removing intermediate container a58893db2b3a 20:42:31 ---> 5a3e7ae83aa5 20:42:31 Step 20/22 : LABEL arch=x86_64 20:42:31 ---> Running in a8d216189609 20:42:31 Removing intermediate container b80aae280df0 20:42:31 ---> 762e8d56bfd1 20:42:31 Step 13/27 : RUN rm -rf /var/cache/apk/* 20:42:31 ---> Running in 0c1f775a61c0 20:42:31 ---> Running in 0b0f67319381 20:42:31 Removing intermediate container 6353e67279e6 20:42:31 ---> 8bb8d5a30a0a 20:42:31 Step 19/20 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:42:32 ---> Running in bdd474ae0962 20:42:32 ---> Running in 1105e4efe8b8 20:42:32 Removing intermediate container a8d216189609 20:42:32 ---> aea848b435ab 20:42:32 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:42:32 Removing intermediate container 0c1f775a61c0 20:42:32 ---> 7a2d0e4f43a8 20:42:32 Step 20/21 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:42:32 Removing intermediate container 0b0f67319381 20:42:32 ---> 6293234a7b9f 20:42:32 Step 21/22 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:42:32 ---> Running in 73cb2e1887a6 20:42:32 ---> Running in 74662818c6fe 20:42:32 Removing intermediate container 1105e4efe8b8 20:42:32 ---> 767191dcb044 20:42:32 Step 20/20 : LABEL version=0.0.0 20:42:33 ---> 08f248faffe8 20:42:33 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:42:33 ---> Running in 80e557485f88 20:42:33 Removing intermediate container 73cb2e1887a6 20:42:33 ---> f61d4a2a5a8f 20:42:33 Step 21/21 : LABEL version=0.0.0 20:42:33 Removing intermediate container 74662818c6fe 20:42:33 ---> 7349527c7ad4 20:42:33 Step 22/22 : LABEL version=0.0.0 20:42:33 ---> Running in 619a0006eb6e 20:42:33 ---> Running in b89d298920a0 20:42:33 ---> 241733a3a5ee 20:42:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:42:33 Removing intermediate container 80e557485f88 20:42:33 ---> d4d76d8e53c0 20:42:33 20:42:33 Removing intermediate container bdd474ae0962 20:42:33 ---> 04b9a8f87a86 20:42:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:42:33 Successfully built d4d76d8e53c0 20:42:34 Removing intermediate container 619a0006eb6e 20:42:34 ---> ddae943c16ea 20:42:34 20:42:34 Successfully tagged docker-security-proxy-setup-go:latest 20:42:34  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 20:42:34 Successfully built ddae943c16ea 20:42:34 ---> Running in 5b20d1a7d409 20:42:34 Successfully tagged docker-support-scheduler-go:latest 20:42:34 Building docker-core-metadata-go 20:42:34  Building docker-support-scheduler-go ... done Removing intermediate container b89d298920a0 20:42:34 ---> 05c8faeca3ae 20:42:34 20:42:34 ---> 4acf279551b7 20:42:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 20:42:34 Successfully built 05c8faeca3ae 20:42:34 Successfully tagged docker-support-logging-go:latest 20:42:34 Building docker-core-command-go 20:42:34  Building docker-support-logging-go ... done Removing intermediate container 5b20d1a7d409 20:42:34 ---> e8cc028f5eff 20:42:34 Step 15/27 : ENV APP_PORT=48090 20:42:34 ---> Running in 71c47487c6a3 20:42:34 ---> ef90879d34d6 20:42:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:42:35 Removing intermediate container 71c47487c6a3 20:42:35 ---> bfd49a2d4268 20:42:35 Step 16/27 : EXPOSE $APP_PORT 20:42:38 gofmt -l . 20:42:39 ---> Running in a538fe80b2b6 20:42:39 [ "`gofmt -l .`" = "" ] 20:42:41 ---> 973e9fa17175 20:42:41 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:42:42 Removing intermediate container a538fe80b2b6 20:42:42 ---> f66b7a0e2bee 20:42:42 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:42:42 ---> df597a4675ac 20:42:42 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 20:42:43 ./bin/test-go-mod-tidy.sh 20:42:44 ./bin/test-attribution-txt.sh 20:42:46 ---> 27e294e1af8e 20:42:46 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:42:46 ---> fc252c2dbe7e 20:42:46 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [Pipeline] sh 20:42:48 + ls -al . 20:42:48 total 596 20:42:48 drwxrwxr-x 10 1001 1001 4096 Aug 27 20:42 . 20:42:48 drwxr-xr-x 4 root root 4096 Aug 27 20:39 .. 20:42:48 -rw-rw-r-- 1 1001 1001 11 Aug 27 20:37 .dockerignore 20:42:48 drwxrwxr-x 8 1001 1001 4096 Aug 27 20:38 .git 20:42:48 drwxrwxr-x 3 1001 1001 4096 Aug 27 20:37 .github 20:42:48 -rw-rw-r-- 1 1001 1001 932 Aug 27 20:37 .gitignore 20:42:48 drwxrwxr-x 3 1001 1001 4096 Aug 27 20:38 .semver 20:42:48 -rw-rw-r-- 1 1001 1001 166 Aug 27 20:37 .sonarcloud.properties 20:42:48 -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:37 CONTRIBUTING.md 20:42:48 -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:37 Dockerfile.build 20:42:48 -rw-rw-r-- 1 1001 1001 865 Aug 27 20:37 Jenkinsfile 20:42:48 -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:37 LICENSE 20:42:48 -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:37 Makefile 20:42:48 -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:37 README.md 20:42:48 -rw-rw-r-- 1 1001 1001 259 Aug 27 20:37 SECURITY.md 20:42:48 -rw-rw-r-- 1 1001 1001 5 Aug 27 20:37 VERSION 20:42:48 -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:37 ZMQWindows.md 20:42:48 drwxrwxr-x 2 1001 1001 4096 Aug 27 20:37 bin 20:42:48 drwxrwxr-x 15 1001 1001 4096 Aug 27 20:37 cmd 20:42:48 -rw-r--r-- 1 root root 467869 Aug 27 20:42 coverage.out 20:42:48 -rw-r--r-- 1 root root 1075 Aug 27 20:42 go.mod 20:42:48 -rw-r--r-- 1 root root 19185 Aug 27 20:42 go.sum 20:42:48 drwxrwxr-x 8 1001 1001 4096 Aug 27 20:37 internal 20:42:48 drwxrwxr-x 4 1001 1001 4096 Aug 27 20:37 openapi 20:42:48 drwxrwxr-x 4 1001 1001 4096 Aug 27 20:37 snap 20:42:48 -rw-rw-r-- 1 1001 1001 168 Aug 27 20:37 version.go [Pipeline] sh 20:42:48 ---> f073090a70a0 20:42:48 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:42:48 ---> 7d53cb4e3cf7 20:42:48 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:42:48 ---> Running in 85e38e24ef2b 20:42:48 + '[' -e coverage.out ] 20:42:48 + chown 1001:1001 coverage.out [Pipeline] stash 20:42:48 Warning: overwriting stash ‘coverage-report’ 20:42:49 ---> 80c51724e561 20:42:49 Step 20/27 : RUN apk --no-cache add py-pip 20:42:49 ---> Running in db776c53e072 20:42:50 Stashed 1 file(s) [Pipeline] sh 20:42:50 + make build 20:42:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:42:51 (1/33) Installing libbz2 (1.0.8-r1) 20:42:51 (2/33) Installing expat (2.2.9-r1) 20:42:51 (3/33) Installing libffi (3.3-r2) 20:42:51 (4/33) Installing gdbm (1.13-r1) 20:42:51 (5/33) Installing xz-libs (5.2.5-r0) 20:42:51 (6/33) Installing sqlite-libs (3.32.1-r0) 20:42:51 (7/33) Installing python3 (3.8.5-r0) 20:42:59 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:42:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:42:59 ---> 4661d2aaacfb 20:42:59 Step 3/22 : WORKDIR /edgex-go 20:42:59 ---> Using cache 20:42:59 ---> 7d0da0389029 20:42:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:42:59 ---> Using cache 20:42:59 ---> 73ebf6088cec 20:42:59 Step 5/22 : RUN apk update && apk add make git 20:42:59 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 20:42:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:42:59 ---> 4661d2aaacfb 20:42:59 Step 3/23 : WORKDIR /edgex-go 20:42:59 ---> Using cache 20:42:59 ---> 7d0da0389029 20:42:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:42:59 ---> Using cache 20:42:59 ---> 73ebf6088cec 20:42:59 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 20:42:59 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:42:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:42:59 ---> 4661d2aaacfb 20:42:59 Step 3/22 : WORKDIR /edgex-go 20:42:59 ---> Using cache 20:42:59 ---> 7d0da0389029 20:42:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:42:59 ---> Using cache 20:42:59 ---> 73ebf6088cec 20:42:59 Step 5/22 : RUN apk update && apk add make git 20:42:59 ---> Running in b7806a785937 20:42:59 (8/33) Installing py3-appdirs (1.4.4-r1) 20:42:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:42:59 (10/33) Installing py3-parsing (2.4.7-r0) 20:42:59 (11/33) Installing py3-six (1.15.0-r0) 20:42:59 (12/33) Installing py3-packaging (20.4-r0) 20:42:59 (13/33) Installing py3-setuptools (47.0.0-r0) 20:42:59 ---> Running in 4e09d27731d4 20:42:59 ---> Running in cac1c7a1c434 20:42:59 (14/33) Installing py3-chardet (3.0.4-r4) 20:42:59 (15/33) Installing py3-idna (2.9-r0) 20:42:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:42:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:42:59 (18/33) Installing py3-requests (2.23.0-r0) 20:42:59 (19/33) Installing py3-msgpack (1.0.0-r0) 20:42:59 (20/33) Installing py3-lockfile (0.12.2-r3) 20:42:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:43:00 (22/33) Installing py3-colorama (0.4.3-r0) 20:43:00 (23/33) Installing py3-distlib (0.3.0-r0) 20:43:00 (24/33) Installing py3-distro (1.5.0-r1) 20:43:00 Removing intermediate container 85e38e24ef2b 20:43:00 ---> dca6aa5bd7b2 20:43:00 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:43:00 (25/33) Installing py3-webencodings (0.5.1-r3) 20:43:00 (26/33) Installing py3-html5lib (1.0.1-r4) 20:43:00 (27/33) Installing py3-pytoml (0.1.21-r0) 20:43:00 (28/33) Installing py3-pep517 (0.8.2-r0) 20:43:00 (29/33) Installing py3-progress (1.5-r0) 20:43:00 (30/33) Installing py3-toml (0.10.1-r0) 20:43:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:43:01 (31/33) Installing py3-retrying (1.3.3-r0) 20:43:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:43:01 (33/33) Installing py3-pip (20.1.1-r0) 20:43:01 ---> Running in 8adb33c01a53 20:43:01 Executing busybox-1.31.1-r16.trigger 20:43:01 OK: 71 MiB in 55 packages 20:43:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:43:01 Removing intermediate container 8adb33c01a53 20:43:01 ---> 8dfa05918f44 20:43:01 Step 24/26 : LABEL arch=x86_64 20:43:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:43:01 ---> Running in 05a7f24ea28a 20:43:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:43:02 Removing intermediate container 05a7f24ea28a 20:43:02 ---> 87a4d8efd60a 20:43:02 Step 25/26 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:43:02 ---> Running in 88f6128e74a2 20:43:02 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:43:02 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:43:02 OK: 12746 distinct packages available 20:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:43:02 OK: 233 MiB in 51 packages 20:43:02 Removing intermediate container 88f6128e74a2 20:43:02 ---> e9727d8e782e 20:43:02 Step 26/26 : LABEL version=0.0.0 20:43:02 ---> Running in 1df10d58b34b 20:43:02 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:43:02 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:43:02 OK: 12746 distinct packages available 20:43:02 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:43:02 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:43:02 OK: 12746 distinct packages available 20:43:03 OK: 233 MiB in 51 packages 20:43:03 OK: 233 MiB in 51 packages 20:43:05 Removing intermediate container 1df10d58b34b 20:43:05 ---> 070f8c4a4f2b 20:43:05 20:43:05 Successfully built 070f8c4a4f2b 20:43:06 Successfully tagged docker-security-secretstore-setup-go:latest 20:43:06  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 20:43:07 Removing intermediate container b7806a785937 20:43:07 ---> 32e6359885e1 20:43:07 Step 6/22 : COPY go.mod . 20:43:12 ---> b24b4533e217 20:43:12 Step 7/22 : RUN go mod download 20:43:12 ---> Running in 31d491bc1b35 20:43:12 Removing intermediate container 4e09d27731d4 20:43:12 ---> 55e752af02d6 20:43:12 Step 6/23 : COPY go.mod . 20:43:12 Removing intermediate container cac1c7a1c434 20:43:12 ---> 1a2f293e5dd4 20:43:12 Step 6/22 : COPY go.mod . 20:43:12 Removing intermediate container db776c53e072 20:43:12 ---> 4c79e9404b36 20:43:12 Step 21/27 : RUN pip install docker-compose==1.23.2 20:43:12 ---> Running in 9cf413e75590 20:43:12 ---> 6af819857063 20:43:12 Step 7/23 : RUN go mod download 20:43:12 ---> d5a3303b727b 20:43:12 Step 7/22 : RUN go mod download 20:43:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:43:14 ---> Running in 81c9ae1be912 20:43:14 ---> Running in faa9cedf3fd0 20:43:17 Removing intermediate container 31d491bc1b35 20:43:17 ---> 36ec6874f87e 20:43:17 Step 8/22 : COPY . . 20:43:17 Removing intermediate container 81c9ae1be912 20:43:17 ---> af76f8a638a3 20:43:17 Step 8/23 : COPY . . 20:43:23 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 20:43:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:43:23 ---> 4661d2aaacfb 20:43:23 Step 3/24 : WORKDIR /edgex-go 20:43:23 ---> Using cache 20:43:23 ---> 7d0da0389029 20:43:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:23 ---> Using cache 20:43:23 ---> 73ebf6088cec 20:43:23 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 20:43:23 Removing intermediate container faa9cedf3fd0 20:43:23 ---> 586514d28f64 20:43:23 Step 8/22 : COPY . . 20:43:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:43:28 ---> Running in 3bec07b995e3 20:43:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 20:43:29 Collecting docker-compose==1.23.2 20:43:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:43:31 Collecting PyYAML<4,>=3.10 20:43:31 Downloading PyYAML-3.13.tar.gz (270 kB) 20:43:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:43:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:43:33 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:43:33 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:43:33 OK: 12746 distinct packages available 20:43:33 OK: 233 MiB in 51 packages 20:43:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:43:40 Collecting docopt<0.7,>=0.6.1 20:43:40 Downloading docopt-0.6.2.tar.gz (25 kB) 20:43:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:43:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:43:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:43:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:43:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:43:43 Removing intermediate container 3bec07b995e3 20:43:43 ---> a0699053389f 20:43:43 Step 6/24 : COPY go.mod . 20:43:43 Collecting texttable<0.10,>=0.9.0 20:43:43 Downloading texttable-0.9.1.tar.gz (11 kB) 20:43:44 Collecting docker<4.0,>=3.6.0 20:43:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:43:44 ---> 1ad935763b97 20:43:44 Step 7/24 : RUN go mod download 20:43:45 Collecting websocket-client<1.0,>=0.32.0 20:43:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:43:46 ---> Running in 4133acee3116 20:43:46 Collecting dockerpty<0.5,>=0.4.1 20:43:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:43:48 Collecting jsonschema<3,>=2.5.1 20:43:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:43:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:43:48 Collecting cached-property<2,>=1.2.0 20:43:48 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 20:43:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 20:43:48 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:43:49 Collecting idna<2.8,>=2.5 20:43:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:43:49 ---> 83f3c1cb85bd 20:43:49 Step 9/22 : RUN make cmd/core-command/core-command 20:43:49 ---> 4bf2f55c5f5b 20:43:49 Step 9/23 : RUN make cmd/core-data/core-data 20:43:49 Collecting urllib3<1.25,>=1.21.1 20:43:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:43:49 Collecting docker-pycreds>=0.4.0 20:43:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:43:49 ---> Running in 33597e5425ad 20:43:49 ---> Running in 8a7caa9b462e 20:43:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:43:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:43:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:43:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:43:50 ---> bf9902a846ed 20:43:50 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:43:50 Installing collected packages: PyYAML, docopt, idna, urllib3, requests, texttable, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, cached-property, docker-compose 20:43:50 Running setup.py install for PyYAML: started 20:43:50 ---> Running in c6d60bcc68ee 20:43:50 Removing intermediate container 4133acee3116 20:43:50 ---> 26a94bbb046a 20:43:50 Step 8/24 : COPY . . 20:43:50 Running setup.py install for PyYAML: finished with status 'done' 20:43:50 Running setup.py install for docopt: started 20:43:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:43:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:43:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:43:51 Running setup.py install for docopt: finished with status 'done' 20:43:51 Attempting uninstall: idna 20:43:51 Found existing installation: idna 2.9 20:43:51 Uninstalling idna-2.9: 20:43:52 Successfully uninstalled idna-2.9 20:43:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 20:43:55 Attempting uninstall: urllib3 20:43:55 Found existing installation: urllib3 1.25.9 20:43:55 Uninstalling urllib3-1.25.9: 20:43:55 Successfully uninstalled urllib3-1.25.9 20:43:57 Attempting uninstall: requests 20:43:57 Found existing installation: requests 2.23.0 20:43:57 Uninstalling requests-2.23.0: 20:43:57 Successfully uninstalled requests-2.23.0 20:43:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:43:58 Running setup.py install for texttable: started 20:43:59 Running setup.py install for texttable: finished with status 'done' 20:44:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:44:04 Running setup.py install for dockerpty: started 20:44:06 Running setup.py install for dockerpty: finished with status 'done' 20:44:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:44:08 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 20:44:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 20:44:15 Removing intermediate container 9cf413e75590 20:44:15 ---> c281b47ab341 20:44:15 Step 22/27 : RUN apk --no-cache add curl 20:44:15 ---> 525ff230aea2 20:44:15 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:44:15 ---> Running in 2ae496e41651 20:44:15 ---> Running in 998124e520a0 20:44:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:44:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:44:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:44:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:44:17 (2/3) Installing libcurl (7.69.1-r0) 20:44:17 (3/3) Installing curl (7.69.1-r0) 20:44:17 Executing busybox-1.31.1-r16.trigger 20:44:17 OK: 72 MiB in 58 packages [Pipeline] } 20:44:18 $ docker stop --time=1 ef875257104e5979b168a182c8731ad7442aa22d59aa9c900ce8779d40ff5aa7 20:44:19 Removing intermediate container 2ae496e41651 20:44:19 ---> 1f99433da46c 20:44:19 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 20:44:19 ---> Running in 4e3d14d57c2b 20:44:19 Removing intermediate container 4e3d14d57c2b 20:44:19 ---> 67d843e9ae2b 20:44:19 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:44:20 ---> Running in 0ca41931944f 20:44:20 Removing intermediate container 0ca41931944f 20:44:20 ---> c08e90aba839 20:44:20 Step 25/27 : LABEL arch=x86_64 20:44:20 ---> Running in acffee763bd1 20:44:20 Removing intermediate container acffee763bd1 20:44:20 ---> 617d44e95ada 20:44:20 Step 26/27 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:44:20 ---> Running in d6401205a5be 20:44:21 Removing intermediate container d6401205a5be 20:44:21 ---> f94bb5ce8d18 20:44:21 Step 27/27 : LABEL version=0.0.0 20:44:21 $ docker rm -f ef875257104e5979b168a182c8731ad7442aa22d59aa9c900ce8779d40ff5aa7 20:44:21 ---> Running in ddfae7399cbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:44:23 20:44:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:44:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:44:23 latest: Pulling from edgex-devops/edgex-compose-arm64 20:44:23 29e5d40040c1: Pulling fs layer 20:44:23 1ce36da41761: Pulling fs layer 20:44:23 25b303627fd3: Pulling fs layer 20:44:23 29e5d40040c1: Verifying Checksum 20:44:23 29e5d40040c1: Download complete 20:44:23 Removing intermediate container ddfae7399cbc 20:44:23 ---> c7ff827eea21 20:44:23 20:44:23 Successfully built c7ff827eea21 20:44:24 1ce36da41761: Verifying Checksum 20:44:24 1ce36da41761: Download complete 20:44:24 29e5d40040c1: Pull complete 20:44:24 Successfully tagged docker-sys-mgmt-agent-go:latest 20:44:24 Building docker-security-secrets-setup-go 20:44:26 1ce36da41761: Pull complete 20:44:26 25b303627fd3: Verifying Checksum 20:44:26 25b303627fd3: Download complete 20:44:35  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 8a7caa9b462e 20:44:35 ---> d275ecd3ee62 20:44:35 20:44:35 Step 10/22 : FROM scratch 20:44:35 ---> 20:44:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:44:35 ---> Using cache 20:44:35 ---> 19f14323399e 20:44:35 Step 12/22 : ENV APP_PORT=48082 20:44:36 25b303627fd3: Pull complete 20:44:36 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:44:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:44:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:44:36 prd-ubuntu18.04-docker-arm64-4c-16g-507 does not seem to be running inside a container 20:44:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:44:40 $ docker top d75cc25f86d9f7f24bcd8d672c88c22cf48bcbc1f723ece1a7c526cd1e853a53 -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:41 ---> Running in 8924315e25a8 20:44:42 + docker-compose build --help 20:44:42 + grep parallel 20:44:44 Removing intermediate container 8924315e25a8 20:44:44 ---> c084b6202608 20:44:44 Step 13/22 : EXPOSE $APP_PORT 20:44:44 Removing intermediate container c6d60bcc68ee 20:44:44 ---> e0b499064708 20:44:44 20:44:44 Step 10/22 : FROM scratch 20:44:44 ---> 20:44:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:44:45 ---> Using cache 20:44:45 ---> 19f14323399e 20:44:45 Step 12/22 : ENV APP_PORT=48081 20:44:46 ---> Running in 4e1724d491c2 20:44:46 ---> Running in 4bd89514e7cd 20:44:47 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 20:44:47 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 20:44:47 ---> 4661d2aaacfb 20:44:47 Step 3/29 : WORKDIR /edgex-go 20:44:47 ---> Using cache 20:44:47 ---> 7d0da0389029 20:44:47 Step 4/29 : RUN apk update && apk add make git 20:44:47 --parallel Build images in parallel. [Pipeline] } 20:44:47 $ docker stop --time=1 d75cc25f86d9f7f24bcd8d672c88c22cf48bcbc1f723ece1a7c526cd1e853a53 20:44:48 Removing intermediate container 4e1724d491c2 20:44:48 ---> daf6a2071935 20:44:48 Step 14/22 : WORKDIR / 20:44:48 Removing intermediate container 4bd89514e7cd 20:44:48 ---> e8a34d221a50 20:44:48 Step 13/22 : EXPOSE $APP_PORT 20:44:48 ---> Running in 924b7c381630 20:44:48 ---> Running in 5caa65190a6b 20:44:49 ---> Running in 8c3f6d504280 20:44:49 Removing intermediate container 5caa65190a6b 20:44:49 ---> f7d5fc98ee96 20:44:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 20:44:49 Removing intermediate container 8c3f6d504280 20:44:49 ---> 4d5ddc430305 20:44:49 Step 14/22 : WORKDIR / 20:44:49 ---> Running in 4bd19d7afa2b 20:44:49 $ docker rm -f d75cc25f86d9f7f24bcd8d672c88c22cf48bcbc1f723ece1a7c526cd1e853a53 20:44:49 ---> e1812ffada43 20:44:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:44:49 Removing intermediate container 4bd19d7afa2b 20:44:49 ---> 875411d82517 20:44:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:44:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:44:50 . [Pipeline] withDockerContainer 20:44:50 prd-ubuntu18.04-docker-arm64-4c-16g-507 does not seem to be running inside a container 20:44:50 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:44:51 ---> 786195400504 20:44:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:44:51 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:44:51 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:44:51 OK: 12746 distinct packages available 20:44:51 OK: 233 MiB in 51 packages 20:44:52 $ docker top 0b02efe271e4f6a1049faa5c63dc5fb1134cbf47aac752a7a1d1506773d298e1 -eo pid,comm 20:44:52 ---> 163f1f930ac2 20:44:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:44:52 ---> 10889c81d9e0 20:44:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] { [Pipeline] sh 20:44:53 Removing intermediate container 33597e5425ad 20:44:53 ---> 0928df8a90ba 20:44:53 20:44:53 Step 10/23 : FROM alpine 20:44:53 ---> a24bb4013296 20:44:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:44:53 ---> Running in 3a3a5905b41d 20:44:53 ---> ba6eca32b5bb 20:44:53 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:44:53 ---> bf3ba9ccf19e 20:44:53 Step 18/22 : ENTRYPOINT ["/core-command"] 20:44:53 Removing intermediate container 924b7c381630 20:44:53 ---> edf82f917171 20:44:53 Step 5/29 : COPY go.mod . 20:44:53 ---> Running in 00f53cfc9463 20:44:53 ---> Running in e605c37af952 20:44:53 + docker-compose -f ./docker-compose-build.yml build --parallel 20:44:53 Removing intermediate container 3a3a5905b41d 20:44:53 ---> 6833aecb576c 20:44:53 Step 12/23 : ENV APP_PORT=48080 20:44:58 ---> Running in c20849577c79 20:44:58 ---> 3325683fa6a9 20:44:58 Step 6/29 : RUN go mod download 20:44:58 Removing intermediate container e605c37af952 20:44:58 ---> 53939b3c8610 20:44:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:44:58 Removing intermediate container 00f53cfc9463 20:44:58 ---> 63c19f3efd2a 20:44:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:44:58 ---> Running in ebfd24e50995 20:44:58 ---> Running in f0f188f1fb14 20:44:58 Removing intermediate container 998124e520a0 20:44:58 ---> 0f2635ca5ee6 20:44:58 20:44:58 Step 10/24 : FROM scratch 20:44:58 ---> 20:44:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:44:58 ---> Running in a9becbbc20b0 20:44:58 ---> Using cache 20:44:58 ---> 6cd7fada843e 20:44:58 Step 12/24 : ENV APP_PORT=48060 20:44:58 Removing intermediate container c20849577c79 20:44:58 ---> a907865b7651 20:44:58 Step 13/23 : EXPOSE $APP_PORT 20:44:58 ---> Running in 1b3a4a00a893 20:44:58 Removing intermediate container ebfd24e50995 20:44:58 ---> be0671a8d61e 20:44:58 Step 20/22 : LABEL arch=x86_64 20:44:58 Removing intermediate container a9becbbc20b0 20:44:58 ---> 514066169364 20:44:58 Step 20/22 : LABEL arch=x86_64 20:44:58 ---> Running in a351e6416f60 20:44:58 ---> Running in 1cc8a8259676 20:44:58 ---> Running in 587878b716e9 20:44:58 Removing intermediate container 1b3a4a00a893 20:44:58 ---> 62d3053664cc 20:44:58 Step 13/24 : EXPOSE $APP_PORT 20:44:58 Removing intermediate container a351e6416f60 20:44:58 ---> e870c6ca6f53 20:44:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:58 ---> Running in bd708fab4bab 20:44:58 ---> Running in de313fa5c652 20:44:58 Removing intermediate container 1cc8a8259676 20:44:58 ---> 25f84a3da3a1 20:44:58 Step 21/22 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:44:58 Removing intermediate container 587878b716e9 20:44:58 ---> 3e3986b27171 20:44:58 Step 21/22 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:44:58 Removing intermediate container bd708fab4bab 20:44:58 ---> ffdae8a046c0 20:44:58 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:44:59 ---> Running in 0e1a2de2f1cd 20:44:59 ---> Running in 6222354a00a7 20:44:59 ---> b28baa81b582 20:44:59 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:44:59 Removing intermediate container 6222354a00a7 20:44:59 ---> aeeae390aefa 20:44:59 Step 22/22 : LABEL version=0.0.0 20:44:59 Removing intermediate container 0e1a2de2f1cd 20:44:59 ---> 16101231d875 20:44:59 Step 22/22 : LABEL version=0.0.0 20:44:59 ---> Running in a4147195a97b 20:44:59 ---> Running in 962e4306598e 20:44:59 Removing intermediate container f0f188f1fb14 20:44:59 ---> 3ff32c2dc209 20:44:59 Step 7/29 : COPY . . 20:45:00 Building docker-core-command-go ... 20:45:00 Building docker-core-data-go ... 20:45:00 Building docker-core-metadata-go ... 20:45:00 Building docker-security-proxy-setup-go ... 20:45:00 Building docker-security-secrets-setup-go ... 20:45:00 Building docker-security-secretstore-setup-go ... 20:45:00 Building docker-support-logging-go ... 20:45:00 Building docker-support-notifications-go ... 20:45:00 Building docker-support-scheduler-go ... 20:45:00 Building docker-sys-mgmt-agent-go ... 20:45:00 Building docker-core-metadata-go 20:45:00 Building docker-core-data-go 20:45:00 Building docker-security-secrets-setup-go 20:45:00 Building docker-security-secretstore-setup-go 20:45:00 Building docker-support-notifications-go 20:45:00 ---> fa8f9be84a16 20:45:00 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:45:01 Removing intermediate container 962e4306598e 20:45:01 ---> bda023a1921d 20:45:01 20:45:02 Removing intermediate container a4147195a97b 20:45:02 ---> d30934a93a12 20:45:02 20:45:04 Successfully built d30934a93a12 20:45:04 Successfully tagged docker-core-metadata-go:latest 20:45:04  Building docker-core-metadata-go ... done Successfully built bda023a1921d 20:45:05 Successfully tagged docker-core-command-go:latest 20:45:05  Building docker-core-command-go ... done  ---> 230130080e3e 20:45:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 20:45:06 Removing intermediate container de313fa5c652 20:45:06 ---> 815a0d74780f 20:45:06 Step 15/23 : RUN apk --no-cache add zeromq 20:45:08 ---> Running in 826734643a72 20:45:11 ---> 1fd8fb8c3c44 20:45:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:45:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:45:12 ---> 649c8cface06 20:45:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:45:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:45:13 ---> 3b0de5750d04 20:45:13 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:45:13 (1/5) Installing libgcc (9.3.0-r2) 20:45:13 (2/5) Installing libsodium (1.0.18-r0) 20:45:13 (3/5) Installing libstdc++ (9.3.0-r2) 20:45:13 (4/5) Installing libzmq (4.3.2-r0) 20:45:13 (5/5) Installing zeromq (4.3.2-r0) 20:45:13 ---> Running in df8d5d2b8417 20:45:13 Executing busybox-1.31.1-r16.trigger 20:45:13 OK: 8 MiB in 19 packages 20:45:14 Removing intermediate container df8d5d2b8417 20:45:14 ---> 3d25c2c02eff 20:45:14 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:45:15 ---> Running in 2bf586064e90 20:45:16 ---> 3acaea424a26 20:45:16 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 20:45:16 Removing intermediate container 2bf586064e90 20:45:16 ---> 1e23cae601a5 20:45:16 Step 22/24 : LABEL arch=x86_64 20:45:16 ---> Running in 7ca20ec366bf 20:45:16 Removing intermediate container 826734643a72 20:45:16 ---> cd3f730d226c 20:45:16 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 20:45:16 ---> Running in fc9bc81aaae4 20:45:16 Removing intermediate container fc9bc81aaae4 20:45:16 ---> 7df166a4a48b 20:45:16 Step 23/24 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:45:16 ---> 91e2dac124db 20:45:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:45:16 ---> Running in 4f0373494434 20:45: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 20:45:17 Removing intermediate container 4f0373494434 20:45:17 ---> 271ad186929a 20:45:17 Step 24/24 : LABEL version=0.0.0 20:45:17 ---> Running in cb7a79164d7b 20:45:17 ---> 71a9e0956d96 20:45:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:45:17 Removing intermediate container cb7a79164d7b 20:45:17 ---> 266c8980822a 20:45:17 20:45:17 Successfully built 266c8980822a 20:45:17 Successfully tagged docker-support-notifications-go:latest 20:45:17  Building docker-support-notifications-go ... done  ---> 511113576e96 20:45:17 Step 19/23 : ENTRYPOINT ["/core-data"] 20:45:17 ---> Running in 640f5b090167 20:45:17 Removing intermediate container 640f5b090167 20:45:17 ---> c5eecbf05174 20:45:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:45:18 ---> Running in 6fa5390821b6 20:45:18 Removing intermediate container 6fa5390821b6 20:45:18 ---> cf8582e9fc1c 20:45:18 Step 21/23 : LABEL arch=x86_64 20:45:18 ---> Running in 6d1f33914176 20:45:18 Removing intermediate container 6d1f33914176 20:45:18 ---> fb5447f6a343 20:45:18 Step 22/23 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:45:18 ---> Running in abf75e8c6325 20:45:19 Removing intermediate container abf75e8c6325 20:45:19 ---> 262fd3461716 20:45:19 Step 23/23 : LABEL version=0.0.0 20:45:19 ---> Running in b92b51d2af22 20:45:19 Removing intermediate container b92b51d2af22 20:45:19 ---> dadea2cc629a 20:45:19 20:45:19 Successfully built dadea2cc629a 20:45:19 Successfully tagged docker-core-data-go:latest 20:45:27  Building docker-core-data-go ... done Removing intermediate container 7ca20ec366bf 20:45:27 ---> 3022df4087cc 20:45:27 20:45:27 Step 9/29 : FROM alpine:latest 20:45:27 ---> a24bb4013296 20:45:27 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 20:45:27 ---> Running in 6b50f02bd091 20:45:27 Removing intermediate container 6b50f02bd091 20:45:27 ---> c5608f350890 20:45:27 Step 11/29 : USER root 20:45:27 ---> Running in 86c09a6d01fb 20:45:27 Removing intermediate container 86c09a6d01fb 20:45:27 ---> 04f526f0a744 20:45:27 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 20:45:27 ---> Running in ec863c680e2d 20:45:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:45:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:45:28 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:45:28 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:45:28 OK: 12746 distinct packages available 20:45:28 (1/2) Installing ca-certificates (20191127-r4) 20:45:28 (2/2) Installing dumb-init (1.2.2-r1) 20:45:28 Executing busybox-1.31.1-r16.trigger 20:45:28 Executing ca-certificates-20191127-r4.trigger 20:45:28 OK: 6 MiB in 16 packages 20:45:29 Removing intermediate container ec863c680e2d 20:45:29 ---> 027bb0a2dc85 20:45:29 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 20:45:29 ---> Running in 5ef95728db62 20:45:30 Removing intermediate container 5ef95728db62 20:45:30 ---> 0280bacd1d28 20:45:30 Step 14/29 : WORKDIR $BASE_DIR 20:45:30 ---> Running in 68e33855127f 20:45:30 Removing intermediate container 68e33855127f 20:45:30 ---> 01f8e1aa67c6 20:45:30 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 20:45:30 ---> Running in 24f6f756afa0 20:45:31 Removing intermediate container 24f6f756afa0 20:45:31 ---> 236c1be030bd 20:45:31 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 20:45:31 ---> 6e019466404f 20:45:31 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 20:45:31 ---> 8083d923b114 20:45:31 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 20:45:32 ---> f46559cf72e7 20:45:32 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 20:45:32 ---> 88e2790a9287 20:45:32 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 20:45:32 ---> 6c213ea50c47 20:45:32 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 20:45:32 ---> Running in 25bd794d2ea7 20:45:33 Removing intermediate container 25bd794d2ea7 20:45:33 ---> 59b6a8b5a2b6 20:45:33 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 20:45:33 ---> 92a4616b01eb 20:45:33 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:45:33 ---> Running in 14fbbf592010 20:45:34 Removing intermediate container 14fbbf592010 20:45:34 ---> 82c6e94c650c 20:45:34 Step 24/29 : RUN chmod 755 security-secrets-setup 20:45:34 ---> Running in 2b1b17398267 20:45:35 Removing intermediate container 2b1b17398267 20:45:35 ---> 95739b6ec29c 20:45:35 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 20:45:35 ---> Running in ec69773cbb99 20:45:35 Removing intermediate container ec69773cbb99 20:45:35 ---> 566bc3d5ec7f 20:45:35 Step 26/29 : CMD [ "generate" ] 20:45:35 ---> Running in c194ff6b1efc 20:45:35 Removing intermediate container c194ff6b1efc 20:45:35 ---> 70916053c451 20:45:35 Step 27/29 : LABEL arch=x86_64 20:45:36 ---> Running in dbe0b49992ae 20:45:36 Removing intermediate container dbe0b49992ae 20:45:36 ---> 0b4cd1b76f29 20:45:36 Step 28/29 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:45:36 ---> Running in 689eb5a74d7f 20:45:36 Removing intermediate container 689eb5a74d7f 20:45:36 ---> 985e1883cbc7 20:45:36 Step 29/29 : LABEL version=0.0.0 20:45:36 ---> Running in b1503c59ac25 20:45:36 Removing intermediate container b1503c59ac25 20:45:36 ---> da7a1abfc813 20:45:36 20:45:36 Successfully built da7a1abfc813 20:45:36 Successfully tagged docker-security-secrets-setup-go:latest 20:45:37  Building docker-security-secrets-setup-go ... done  [Pipeline] } 20:45:37 $ docker stop --time=1 51e73c18a14a232802c184c181766fa1b66e412fdd8758333fe5755d8770ff98 20:45:39 $ docker rm -f 51e73c18a14a232802c184c181766fa1b66e412fdd8758333fe5755d8770ff98 [Pipeline] // withDockerContainer [Pipeline] sh 20:45:39 + docker images 20:45:39 + grep docker 20:45:39 docker-security-secrets-setup-go latest da7a1abfc813 3 seconds ago 25.1MB 20:45:39 docker-core-data-go latest dadea2cc629a 20 seconds ago 24.5MB 20:45:39 docker-support-notifications-go latest 266c8980822a 22 seconds ago 14.5MB 20:45:39 docker-core-command-go latest bda023a1921d 39 seconds ago 13MB 20:45:39 docker-core-metadata-go latest d30934a93a12 39 seconds ago 14.4MB 20:45:39 docker-sys-mgmt-agent-go latest c7ff827eea21 About a minute ago 284MB 20:45:39 docker-security-secretstore-setup-go latest 070f8c4a4f2b 2 minutes ago 33.9MB 20:45:39 docker-support-logging-go latest 05c8faeca3ae 3 minutes ago 11.8MB 20:45:39 docker-security-proxy-setup-go latest d4d76d8e53c0 3 minutes ago 16.4MB 20:45:39 docker-support-scheduler-go latest ddae943c16ea 3 minutes ago 13.1MB 20:45:39 docker latest 81f5749c9058 2 months ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:46:52 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 20:46:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:46:52 ---> 1949e66f8117 20:46:52 Step 3/24 : WORKDIR /edgex-go 20:46:52 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:46:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:46:52 ---> 1949e66f8117 20:46:52 Step 3/22 : WORKDIR /edgex-go 20:46:52 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 20:46:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:46:52 ---> 1949e66f8117 20:46:52 Step 3/23 : WORKDIR /edgex-go 20:46:52 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 20:46:52 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 20:46:52 ---> 1949e66f8117 20:46:52 Step 3/29 : WORKDIR /edgex-go 20:46:52 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 20:46:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:46:52 ---> 1949e66f8117 20:46:52 Step 3/26 : WORKDIR /edgex-go 20:46:53 ---> Running in 132bbb23f51f 20:46:53 ---> Running in 173f26fcd105 20:46:53 ---> Running in 946956d1aa05 20:46:53 ---> Running in e2a8007ce4cf 20:46:53 ---> Running in 3b6123407fa3 20:46:54 Removing intermediate container 3b6123407fa3 20:46:54 ---> c40ec30ace2f 20:46:54 Step 4/29 : RUN apk update && apk add make git 20:46:54 Removing intermediate container e2a8007ce4cf 20:46:54 ---> f91aa0634ac5 20:46:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:54 Removing intermediate container 173f26fcd105 20:46:54 ---> 41a3fd28edac 20:46:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:54 Removing intermediate container 946956d1aa05 20:46:54 ---> 7c75b599dd0e 20:46:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:54 Removing intermediate container 132bbb23f51f 20:46:54 ---> d25ecbd4224e 20:46:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:54 ---> Running in 471724f762fc 20:46:54 ---> Running in 904ac4e0098e 20:46:54 ---> Running in eb58759db399 20:46:54 ---> Running in 909a5a3c8129 20:46:55 ---> Running in 1ed695bf4c69 20:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:00 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:47:00 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:47:00 OK: 12617 distinct packages available 20:47:00 Removing intermediate container 904ac4e0098e 20:47:00 ---> 59fce1266405 20:47:00 Step 5/22 : RUN apk update && apk add make git 20:47:00 ---> Running in cdeb28b0cea6 20:47:00 Removing intermediate container eb58759db399 20:47:00 ---> c4fdf2efc502 20:47:00 Step 5/26 : RUN apk update && apk add make git 20:47:00 ---> Running in 16b76afc394a 20:47:00 Removing intermediate container 909a5a3c8129 20:47:00 ---> a73ab3136bd7 20:47:00 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 20:47:00 OK: 217 MiB in 51 packages 20:47:01 Removing intermediate container 1ed695bf4c69 20:47:01 ---> 743564ec93a6 20:47:01 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 20:47:01 ---> Running in c4fcb9968d50 20:47:01 ---> Running in f6ba55f2fc7f 20:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:03 Removing intermediate container 471724f762fc 20:47:03 ---> 88e98d2bf766 20:47:03 Step 5/29 : COPY go.mod . 20:47:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:04 ---> cfe266186ba2 20:47:04 Step 6/29 : RUN go mod download 20:47:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:04 ---> Running in 18a30cdccff1 20:47:04 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:47:04 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:47:04 OK: 12617 distinct packages available 20:47:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:05 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:47:05 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:47:05 OK: 12617 distinct packages available 20:47:06 OK: 217 MiB in 51 packages 20:47:06 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:47:06 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:47:06 OK: 12617 distinct packages available 20:47:06 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:47:06 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:47:06 OK: 12617 distinct packages available 20:47:07 OK: 217 MiB in 51 packages 20:47:07 OK: 217 MiB in 51 packages 20:47:07 OK: 217 MiB in 51 packages 20:47:08 Removing intermediate container cdeb28b0cea6 20:47:08 ---> f26683d07245 20:47:08 Step 6/22 : COPY go.mod . 20:47:09 Removing intermediate container 16b76afc394a 20:47:09 ---> 8dab4b2ebb7e 20:47:09 Step 6/26 : COPY go.mod . 20:47:09 ---> 95c3edd31276 20:47:09 Step 7/22 : RUN go mod download 20:47:09 Removing intermediate container c4fcb9968d50 20:47:09 ---> f96671f265f2 20:47:09 Step 6/24 : COPY go.mod . 20:47:09 ---> Running in f101d30518d9 20:47:09 Removing intermediate container 18a30cdccff1 20:47:09 ---> bd75a02f0933 20:47:09 Step 7/29 : COPY . . 20:47:10 Removing intermediate container f6ba55f2fc7f 20:47:10 ---> 516978d09e8a 20:47:10 Step 6/23 : COPY go.mod . 20:47:10 ---> b5650d2b473e 20:47:10 Step 7/26 : RUN go mod download 20:47:10 ---> Running in 0f5d062ba1e3 20:47:10 ---> ea4139c2b87b 20:47:10 Step 7/24 : RUN go mod download 20:47:11 ---> Running in d457717a6772 20:47:11 ---> d95cb2a43c01 20:47:11 Step 7/23 : RUN go mod download 20:47:12 ---> Running in 7865472502c1 20:47:14 Removing intermediate container f101d30518d9 20:47:14 ---> 4666843100d0 20:47:14 Step 8/22 : COPY . . 20:47:16 Removing intermediate container 0f5d062ba1e3 20:47:16 ---> 425c1476587f 20:47:16 Step 8/26 : COPY . . 20:47:16 Removing intermediate container d457717a6772 20:47:16 ---> 37ec9ff67f38 20:47:16 Step 8/24 : COPY . . 20:47:17 Removing intermediate container 7865472502c1 20:47:17 ---> 7caa1b72d423 20:47:17 Step 8/23 : COPY . . 20:47:50 ---> 131265679744 20:47:50 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 20:47:50 ---> fba11c839697 20:47:50 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:47:50 ---> 79c7b2cac4e1 20:47:50 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 20:47:50 ---> Running in 38b311fd6ee9 20:47:50 ---> 688256e52ac1 20:47:50 Step 9/23 : RUN make cmd/core-data/core-data 20:47:50 ---> 0e632a9c89f4 20:47:50 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:47:50 ---> Running in 1feaf1eacee6 20:47:50 ---> Running in 7a809344b3ce 20:47:50 ---> Running in b344f96c3be7 20:47:50 ---> Running in 8e222e482fa2 20:47:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 20:47:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:47:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:47: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 20:47:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:49:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:49:43 Removing intermediate container 38b311fd6ee9 20:49:43 ---> 1261a0940f9d 20:49:43 20:49:43 Step 9/29 : FROM alpine:latest 20:49:43 latest: Pulling from library/alpine 20:49:43 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:49:43 Status: Downloaded newer image for alpine:latest 20:49:43 ---> 62ee0e9f8440 20:49:43 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 20:49:43 ---> Running in e7c6548d8a99 20:49:43 Removing intermediate container e7c6548d8a99 20:49:43 ---> b468ec2b6940 20:49:43 Step 11/29 : USER root 20:49:43 ---> Running in b7895deb3b4c 20:49:43 Removing intermediate container b7895deb3b4c 20:49:43 ---> 97577c0e4903 20:49:43 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 20:49:43 ---> Running in f6eb37996b04 20:49:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:49:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:49:43 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:49:43 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:49:43 OK: 12617 distinct packages available 20:49:43 (1/2) Installing ca-certificates (20191127-r4) 20:49:43 (2/2) Installing dumb-init (1.2.2-r1) 20:49:43 Executing busybox-1.31.1-r16.trigger 20:49:43 Executing ca-certificates-20191127-r4.trigger 20:49:43 OK: 6 MiB in 16 packages 20:49:43 Removing intermediate container f6eb37996b04 20:49:43 ---> 8904a6d066cf 20:49:43 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 20:49:43 ---> Running in 483ce92bddcc 20:49:43 Removing intermediate container 483ce92bddcc 20:49:43 ---> c3977b5bf069 20:49:43 Step 14/29 : WORKDIR $BASE_DIR 20:49:43 ---> Running in 6d225c3da996 20:49:43 Removing intermediate container 6d225c3da996 20:49:43 ---> 16001618aec7 20:49:43 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 20:49:43 ---> Running in 9098213ff0f1 20:49:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 20:49:47 Removing intermediate container 9098213ff0f1 20:49:47 ---> e09552eab7ab 20:49:47 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 20:49:49 ---> d857f5469a56 20:49:49 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 20:49:50 ---> 1b9bd5570aaf 20:49:50 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 20:49:52 ---> 7f8c0b7a09ed 20:49:52 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 20:49:53 ---> 5b22153cfc20 20:49:53 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 20:49:54 ---> 3c5f3e515236 20:49:54 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 20:49:55 ---> Running in 21d3ef2250b9 20:50:00 Removing intermediate container 21d3ef2250b9 20:50:00 ---> 90b6fb7e6be5 20:50:00 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 20:50:02 ---> 741985a2f7bc 20:50:02 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:50:03 ---> Running in b0e4e9057392 20:50:04 Removing intermediate container 1feaf1eacee6 20:50:04 ---> b32624c46b8a 20:50:04 20:50:04 Step 10/26 : FROM alpine:3.10 20:50:04 3.10: Pulling from library/alpine 20:50:06 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 20:50:06 Status: Downloaded newer image for alpine:3.10 20:50:06 ---> 536a684cf733 20:50:06 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 20:50:07 ---> Running in 33d71afd5559 20:50:08 Removing intermediate container b0e4e9057392 20:50:08 ---> 813b0a9f796e 20:50:08 Step 24/29 : RUN chmod 755 security-secrets-setup 20:50:08 ---> Running in 69b5fc206e83 20:50:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 20:50:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 20:50:11 v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 20:50:11 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 20:50:11 OK: 10167 distinct packages available 20:50:13 (1/5) Installing ca-certificates (20191127-r2) 20:50:13 (2/5) Installing nghttp2-libs (1.39.2-r1) 20:50:13 (3/5) Installing libcurl (7.66.0-r0) 20:50:13 (4/5) Installing curl (7.66.0-r0) 20:50:13 (5/5) Installing dumb-init (1.2.2-r1) 20:50:13 Executing busybox-1.30.1-r3.trigger 20:50:13 Executing ca-certificates-20191127-r2.trigger 20:50:13 OK: 7 MiB in 19 packages 20:50:14 Removing intermediate container b344f96c3be7 20:50:14 ---> 5614daf2a9b0 20:50:14 20:50:14 Step 10/24 : FROM scratch 20:50:14 ---> 20:50:14 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:50:14 ---> Running in ee0a301e00d5 20:50:15 Removing intermediate container 69b5fc206e83 20:50:15 ---> 6b7235f7298c 20:50:15 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 20:50:16 Removing intermediate container ee0a301e00d5 20:50:16 ---> 0f489489d41d 20:50:16 Step 12/24 : ENV APP_PORT=48060 20:50:16 ---> Running in 7b22570d8df6 20:50:16 ---> Running in 94a3638e29a5 20:50:16 Removing intermediate container 33d71afd5559 20:50:16 ---> 8090a48f6bdc 20:50:16 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:50:16 ---> Running in ec545342c03e 20:50:17 Removing intermediate container 94a3638e29a5 20:50:17 ---> 0e4ba66cdde0 20:50:17 Removing intermediate container 7b22570d8df6 20:50:17 ---> 7743c4b06e7f 20:50:17 Step 13/24 : EXPOSE $APP_PORTStep 26/29 : CMD [ "generate" ] 20:50:17 20:50:17 ---> Running in 620e29c172ae 20:50:17 ---> Running in d8adbd128ba8 20:50:17 Removing intermediate container ec545342c03e 20:50:17 ---> 90e1046bc04f 20:50:17 Step 13/26 : WORKDIR / 20:50:18 ---> Running in b654a612b786 20:50:18 Removing intermediate container 620e29c172ae 20:50:18 Removing intermediate container d8adbd128ba8 20:50:18 ---> 40cef53a8875 20:50:18 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:50:18 ---> 274be9dd775e 20:50:18 Step 27/29 : LABEL arch=arm64 20:50:19 ---> Running in 154f587e6345 20:50:19 Removing intermediate container b654a612b786 20:50:19 ---> f706074a0c5b 20:50:19 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:50:20 Removing intermediate container 154f587e6345 20:50:20 ---> 0efc7da1c8df 20:50:20 Step 28/29 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:50:20 ---> Running in cfdf4534cb50 20:50:20 ---> 9188249316eb 20:50:20 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:50:20 ---> d072e5e01bf8 20:50:20 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:50:21 Removing intermediate container cfdf4534cb50 20:50:21 ---> e420d401c914 20:50:21 Step 29/29 : LABEL version=0.0.0 20:50:21 ---> Running in 6aafeaa0365c 20:50:21 Removing intermediate container 7a809344b3ce 20:50:21 ---> 924717ebdf32 20:50:21 20:50:21 Step 10/22 : FROM scratch 20:50:21 ---> 20:50:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:50:22 ---> Running in 40e4abd8ec53 20:50:22 ---> f28d91f0ce6d 20:50:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:50:22 Removing intermediate container 6aafeaa0365c 20:50:22 ---> 352387279bae 20:50:22 20:50:22 ---> 27b1f83ece2b 20:50:22 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:50:22 Removing intermediate container 40e4abd8ec53 20:50:22 ---> 1d190ac23bdf 20:50:22 Step 12/22 : ENV APP_PORT=48081 20:50:22 ---> Running in 03916ac139c9 20:50:23 Successfully built 352387279bae 20:50:23 Successfully tagged docker-security-secrets-setup-go-arm64:latest 20:50:23 Building docker-support-scheduler-go 20:50:23  Building docker-security-secrets-setup-go ... done  ---> c90494a1a3b1 20:50:23 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 20:50:23 Removing intermediate container 03916ac139c9 20:50:23 ---> 7776dbbc1286 20:50:23 Step 13/22 : EXPOSE $APP_PORT 20:50:24 ---> Running in ef668947b908 20:50:24 ---> d415f281bac4 20:50:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 20:50:24 Removing intermediate container ef668947b908 20:50:24 ---> 80a566576c9d 20:50:24 Step 14/22 : WORKDIR / 20:50:24 ---> 9ae7eb1f6bee 20:50:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:50:25 ---> Running in e94aa215876b 20:50:26 ---> 7c5f1726693b 20:50:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:50:26 Removing intermediate container e94aa215876b 20:50:26 ---> a36a04ddd84e 20:50:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 20:50:27 ---> 1557603d2b3e 20:50:27 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:50:28 ---> 9c410251e9b6 20:50:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:50:29 ---> 3bf3014d79a1 20:50:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:50:29 ---> dcb8180b37b9 20:50:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 20:50:31 ---> c616c58b5b66 20:50:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:50:31 ---> a080a1afc6c6 20:50:31 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:50:32 ---> 4bcab7206255 20:50:32 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:50:32 ---> Running in 76a58afbba49 20:50:32 ---> 176e1cbd0772 20:50:32 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:50:32 ---> Running in f9211282ffa0 20:50:32 Removing intermediate container 76a58afbba49 20:50:32 ---> 085a1aba608c 20:50:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:50:33 ---> Running in c95ccfcb48f7 20:50:33 ---> 5fb21c322c9e 20:50:33 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:50:33 Removing intermediate container f9211282ffa0 20:50:33 ---> b1995e45bf12 20:50:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:50:33 ---> Running in 7c7bd6937186 20:50:33 ---> Running in 56d987117701 20:50:33 Removing intermediate container c95ccfcb48f7 20:50:33 ---> 9aba15020c6b 20:50:33 Step 22/24 : LABEL arch=arm64 20:50:34 ---> Running in 79bcc3780d52 20:50:34 Removing intermediate container 7c7bd6937186 20:50:34 ---> 953e16c938d2 20:50:34 Step 20/22 : LABEL arch=arm64 20:50:34 Removing intermediate container 79bcc3780d52 20:50:34 ---> e83b88736f43 20:50:34 Step 23/24 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:50:35 ---> Running in 625caff2f916 20:50:35 ---> Running in 88c0b6ed7016 20:50:36 Removing intermediate container 625caff2f916 20:50:36 ---> a07d209bb84f 20:50:36 Step 21/22 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:50:36 Removing intermediate container 88c0b6ed7016 20:50:36 ---> 42917a01fcec 20:50:36 Step 24/24 : LABEL version=0.0.0 20:50:36 ---> Running in f6bc00318fc0 20:50:37 ---> Running in b6f2e07c1976 20:50:38 Removing intermediate container f6bc00318fc0 20:50:38 ---> 765bf304dbe7 20:50:38 Step 22/22 : LABEL version=0.0.0 20:50:38 Removing intermediate container b6f2e07c1976 20:50:38 ---> 44ae83636784 20:50:38 20:50:39 Successfully built 44ae83636784 20:50:39 ---> Running in 5fd61cfcf77c 20:50:39 Successfully tagged docker-support-notifications-go-arm64:latest 20:50:39  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 20:50:39 Removing intermediate container 56d987117701 20:50:39 ---> 628a13fbe966 20:50:39 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:50:39 ---> Running in 451dde22b9f4 20:50:39 Removing intermediate container 5fd61cfcf77c 20:50:39 ---> cb5eaeb08550 20:50:39 20:50:40 Successfully built cb5eaeb08550 20:50:41 Successfully tagged docker-core-metadata-go-arm64:latest 20:50:41  Building docker-core-metadata-go ... done Building docker-core-command-go 20:50:41 Removing intermediate container 451dde22b9f4 20:50:41 ---> 56e8852bf2ed 20:50:41 Step 24/26 : LABEL arch=arm64 20:50:41 ---> Running in 5e5cfbf8dbdd 20:50:42 Removing intermediate container 8e222e482fa2 20:50:42 ---> a9ca516dffd5 20:50:42 20:50:42 Step 10/23 : FROM alpine 20:50:42 ---> 62ee0e9f8440 20:50:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:50:42 ---> Running in c0a947fb2872 20:50:42 Removing intermediate container 5e5cfbf8dbdd 20:50:42 ---> 9d54ddad08ec 20:50:42 Step 25/26 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:50:42 ---> Running in d7fa45de82fb 20:50:43 Removing intermediate container c0a947fb2872 20:50:43 ---> e313a24fb500 20:50:43 Step 12/23 : ENV APP_PORT=48080 20:50:43 Removing intermediate container d7fa45de82fb 20:50:43 ---> 8fd336bcefc3 20:50:43 Step 26/26 : LABEL version=0.0.0 20:50:44 ---> Running in 2266e6a58b65 20:50:45 ---> Running in b8adef5fe9c6 20:50:45 Removing intermediate container 2266e6a58b65 20:50:45 ---> f40e7c3abac8 20:50:45 Step 13/23 : EXPOSE $APP_PORT 20:50:46 Removing intermediate container b8adef5fe9c6 20:50:46 ---> 01e88bd9f3dc 20:50:46 20:50:46 Successfully built 01e88bd9f3dc 20:50:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:50:47  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 20:50:47 ---> Running in 4c3fead98eed 20:50:47 Removing intermediate container 4c3fead98eed 20:50:47 ---> 8149df713d8c 20:50:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:47 ---> Running in 759e80f68c5f 20:50:53 Removing intermediate container 759e80f68c5f 20:50:53 ---> e19bb1eeece6 20:50:53 Step 15/23 : RUN apk --no-cache add zeromq 20:50:53 ---> Running in 5993a7accfa4 20:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:50:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:50:56 (1/5) Installing libgcc (9.3.0-r2) 20:50:56 (2/5) Installing libsodium (1.0.18-r0) 20:50:56 (3/5) Installing libstdc++ (9.3.0-r2) 20:50:57 (4/5) Installing libzmq (4.3.2-r0) 20:50:57 (5/5) Installing zeromq (4.3.2-r0) 20:50:57 Executing busybox-1.31.1-r16.trigger 20:50:57 OK: 8 MiB in 19 packages 20:51:02 Removing intermediate container 5993a7accfa4 20:51:02 ---> 2e964eb9340b 20:51:02 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 20:51:03 ---> 227cabd9361f 20:51:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:51:05 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 20:51:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:51:05 ---> 1949e66f8117 20:51:05 Step 3/21 : WORKDIR /edgex-go 20:51:05 ---> Using cache 20:51:05 ---> d25ecbd4224e 20:51:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:51:05 ---> Using cache 20:51:05 ---> 743564ec93a6 20:51:05 Step 5/21 : RUN apk update && apk add make git 20:51:06 ---> af9b6f1ce2ca 20:51:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:51:06 ---> Running in 7691b35c1fb3 20:51:07 ---> fff831e38a19 20:51:07 Step 19/23 : ENTRYPOINT ["/core-data"] 20:51:07 ---> Running in e12a5793ad88 20:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:51:08 Removing intermediate container e12a5793ad88 20:51:08 ---> ea74f0d74238 20:51:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:51:09 ---> Running in cd7d55a502f5 20:51:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:51:10 Removing intermediate container cd7d55a502f5 20:51:10 ---> 1d2439f14e24 20:51:10 Step 21/23 : LABEL arch=arm64 20:51:10 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:51:10 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:51:10 OK: 12617 distinct packages available 20:51:10 ---> Running in 88502e036123 20:51:11 OK: 217 MiB in 51 packages 20:51:11 Removing intermediate container 88502e036123 20:51:11 ---> 03ad2c8ad237 20:51:11 Step 22/23 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:51:12 ---> Running in 5865321e2055 20:51:13 Removing intermediate container 5865321e2055 20:51:13 ---> c688bec06666 20:51:13 Step 23/23 : LABEL version=0.0.0 20:51:13 ---> Running in e6cca8c50e82 20:51:14 Removing intermediate container 7691b35c1fb3 20:51:14 ---> 4e20ffb99a9f 20:51:14 Step 6/21 : COPY go.mod . 20:51:14 Removing intermediate container e6cca8c50e82 20:51:14 ---> 69a8ad0a33c0 20:51:14 20:51:15 Successfully built 69a8ad0a33c0 20:51:15 ---> a231232658ec 20:51:15 Step 7/21 : RUN go mod download 20:51:15 Successfully tagged docker-core-data-go-arm64:latest 20:51:15 Building docker-security-proxy-setup-go 20:51:15  Building docker-core-data-go ... done  ---> Running in cdebec38d2eb 20:51:20 Removing intermediate container cdebec38d2eb 20:51:20 ---> a24f603f43b8 20:51:20 Step 8/21 : COPY . . 20:51:42 ---> 560a81ae2050 20:51:42 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:51:42 ---> Running in b5a3d2d70d99 20:51:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:51:49 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 20:51:49 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:51:49 ---> 1949e66f8117 20:51:49 Step 3/27 : WORKDIR /edgex-go 20:51:49 ---> Using cache 20:51:49 ---> d25ecbd4224e 20:51:49 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:51:49 ---> Using cache 20:51:49 ---> 743564ec93a6 20:51:49 Step 5/27 : RUN apk update && apk add make bash git 20:51:50 ---> Running in f04c37569765 20:51:53 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:51:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:51:53 ---> 1949e66f8117 20:51:53 Step 3/22 : WORKDIR /edgex-go 20:51:53 ---> Using cache 20:51:53 ---> d25ecbd4224e 20:51:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:51:53 ---> Using cache 20:51:53 ---> 743564ec93a6 20:51:53 Step 5/22 : RUN apk update && apk add make git 20:51:53 ---> Using cache 20:51:53 ---> 4e20ffb99a9f 20:51:53 Step 6/22 : COPY go.mod . 20:51:53 ---> Using cache 20:51:53 ---> a231232658ec 20:51:53 Step 7/22 : RUN go mod download 20:51:53 ---> Using cache 20:51:53 ---> a24f603f43b8 20:51:53 Step 8/22 : COPY . . 20:51:53 ---> Using cache 20:51:53 ---> 560a81ae2050 20:51:53 Step 9/22 : RUN make cmd/core-command/core-command 20:51:53 ---> Running in 74ee336dce11 20:51:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:51:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:51:55 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:51:55 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:51:55 OK: 12617 distinct packages available 20:51:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:51:56 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 20:51:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:51:56 ---> 1949e66f8117 20:51:56 Step 3/22 : WORKDIR /edgex-go 20:51:56 ---> Using cache 20:51:56 ---> d25ecbd4224e 20:51:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:51:56 ---> Using cache 20:51:56 ---> 743564ec93a6 20:51:56 Step 5/22 : RUN apk update && apk add make && apk add bash git 20:51:56 ---> Running in c17bf2dd4c93 20:51:57 OK: 217 MiB in 51 packages 20:51:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:51:59 Removing intermediate container f04c37569765 20:51:59 ---> ae76e6515a81 20:51:59 Step 6/27 : COPY go.mod . 20:52:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:52:01 ---> 656c0a328c5e 20:52:01 Step 7/27 : RUN go mod download 20:52:01 ---> Running in 5231e13276c4 20:52:01 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 20:52:01 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 20:52:01 OK: 12617 distinct packages available 20:52:03 OK: 217 MiB in 51 packages 20:52:04 OK: 217 MiB in 51 packages 20:52:07 Removing intermediate container c17bf2dd4c93 20:52:07 ---> d91b5d032121 20:52:07 Step 6/22 : COPY go.mod . 20:52:08 Removing intermediate container 5231e13276c4 20:52:08 ---> eaef4197f089 20:52:08 Step 8/27 : COPY . . 20:52:08 ---> 5beb7bf2956e 20:52:08 Step 7/22 : RUN go mod download 20:52:09 ---> Running in ba0fc03d9f2a 20:52:13 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 20:52:13 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:52:13 ---> 1949e66f8117 20:52:13 Step 3/20 : WORKDIR /edgex-go 20:52:13 ---> Using cache 20:52:13 ---> d25ecbd4224e 20:52:13 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:52:13 ---> Using cache 20:52:13 ---> 743564ec93a6 20:52:13 Step 5/20 : RUN apk update && apk add make git 20:52:13 ---> Using cache 20:52:13 ---> 4e20ffb99a9f 20:52:13 Step 6/20 : COPY go.mod . 20:52:13 ---> Using cache 20:52:13 ---> a231232658ec 20:52:13 Step 7/20 : RUN go mod download 20:52:13 ---> Using cache 20:52:13 ---> a24f603f43b8 20:52:13 Step 8/20 : COPY . . 20:52:13 ---> Using cache 20:52:13 ---> 560a81ae2050 20:52:13 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 20:52:14 ---> Running in a295658ce08a 20:52:16 Removing intermediate container ba0fc03d9f2a 20:52:16 ---> 6418dd417f5c 20:52:16 Step 8/22 : COPY . . 20:52:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:52:44 ---> a0fdd6afbf9a 20:52:44 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:52:44 ---> Running in c6691fb48c15 20:52:46 ---> 849dbb0951ef 20:52:46 Step 9/22 : RUN make cmd/support-logging/support-logging 20:52:46 ---> Running in 3b096fadf0c8 20:52:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:52:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 20:53:21 Removing intermediate container b5a3d2d70d99 20:53:21 ---> 7d93dccc9535 20:53:21 20:53:21 Step 10/21 : FROM scratch 20:53:21 ---> 20:53:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:53:21 ---> Using cache 20:53:21 ---> 1d190ac23bdf 20:53:21 Step 12/21 : ENV APP_PORT=48085 20:53:21 ---> Running in b3eb6e8fb314 20:53:21 Removing intermediate container b3eb6e8fb314 20:53:21 ---> 57f75a492440 20:53:21 Step 13/21 : EXPOSE $APP_PORT 20:53:21 ---> Running in 46f8a7ecc16a 20:53:22 Removing intermediate container 46f8a7ecc16a 20:53:22 ---> 6720226e5b4c 20:53:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 20:53:23 ---> 907d55e53628 20:53:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:53:25 ---> 9f491dd995aa 20:53:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:53:26 ---> 0338089d2b56 20:53:26 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:53:26 ---> Running in cdd9991feb5c 20:53:27 Removing intermediate container cdd9991feb5c 20:53:27 ---> a4e917c458a4 20:53:27 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:53:27 ---> Running in 6b0652c4ae12 20:53:28 Removing intermediate container 6b0652c4ae12 20:53:28 ---> aed4b4bd8244 20:53:28 Step 19/21 : LABEL arch=arm64 20:53:28 ---> Running in 3da59f35874f 20:53:29 Removing intermediate container 3da59f35874f 20:53:29 ---> 7021f8093c93 20:53:29 Step 20/21 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:53:29 ---> Running in 62ce86fe9e8b 20:53:29 Removing intermediate container 62ce86fe9e8b 20:53:29 ---> 02f2d3c08633 20:53:29 Step 21/21 : LABEL version=0.0.0 20:53:30 ---> Running in 4dca1c8d713a 20:53:30 Removing intermediate container 4dca1c8d713a 20:53:30 ---> ac92fa632a64 20:53:30 20:53:31 Successfully built ac92fa632a64 20:53:31 Successfully tagged docker-support-scheduler-go-arm64:latest 20:53:37  Building docker-support-scheduler-go ... done Removing intermediate container a295658ce08a 20:53:37 ---> c2660f48cf48 20:53:37 20:53:37 Step 10/20 : FROM alpine 20:53:37 ---> 62ee0e9f8440 20:53:37 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 20:53:37 ---> Running in b6c068f5c47c 20:53:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:53:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:53:40 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 20:53:40 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 20:53:40 OK: 12617 distinct packages available 20:53:41 (1/4) Installing ca-certificates (20191127-r4) 20:53:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:53:41 (3/4) Installing libcurl (7.69.1-r0) 20:53:41 (4/4) Installing curl (7.69.1-r0) 20:53:41 Executing busybox-1.31.1-r16.trigger 20:53:41 Executing ca-certificates-20191127-r4.trigger 20:53:41 OK: 7 MiB in 18 packages 20:53:45 Removing intermediate container 74ee336dce11 20:53:45 ---> b9da8639e33c 20:53:45 20:53:45 Step 10/22 : FROM scratch 20:53:45 ---> 20:53:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:53:45 Removing intermediate container b6c068f5c47c 20:53:45 ---> b17077dac4b7 20:53:45 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:53:45 ---> Using cache 20:53:45 ---> 1d190ac23bdf 20:53:45 Step 12/22 : ENV APP_PORT=48082 20:53:45 ---> Running in 1434834e5570 20:53:45 ---> Running in 0a7a6c2369f7 20:53:46 Removing intermediate container 1434834e5570 20:53:46 ---> 49ea3fb9b8e2 20:53:46 Step 13/20 : WORKDIR /edgex 20:53:46 Removing intermediate container 0a7a6c2369f7 20:53:46 ---> 4b4ccfbc1bad 20:53:46 Step 13/22 : EXPOSE $APP_PORT 20:53:46 ---> Running in 671f4f4e20db 20:53:46 ---> Running in 87334b2fc2b5 20:53:47 Removing intermediate container 671f4f4e20db 20:53:47 ---> 3181c9973194 20:53:47 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:53:47 Removing intermediate container 87334b2fc2b5 20:53:47 ---> 0158e93ec074 20:53:47 Step 14/22 : WORKDIR / 20:53:47 ---> Running in 3401fd050f1a 20:53:48 Removing intermediate container 3401fd050f1a 20:53:48 ---> 7fbd891372d2 20:53:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 20:53:48 ---> 896799d528a0 20:53:48 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:53:49 ---> c0a6d63347bf 20:53:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:53:50 ---> ab52ec8ffeb8 20:53:50 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:53:50 ---> Running in 34a6471ba20e 20:53:51 Removing intermediate container 34a6471ba20e 20:53:51 ---> 8b54115f33e7 20:53:51 Step 17/20 : CMD ["--init=true"] 20:53:51 ---> Running in 1efd1d3516b9 20:53:52 ---> 594e3c05db72 20:53:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:53:52 Removing intermediate container 1efd1d3516b9 20:53:52 ---> d49f89efb890 20:53:52 Step 18/20 : LABEL arch=arm64 20:53:52 ---> Running in f7a5a1dabbad 20:53:53 Removing intermediate container f7a5a1dabbad 20:53:53 ---> c51ba5b09483 20:53:53 Step 19/20 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:53:53 ---> 62b1bc73dcdb 20:53:53 Step 18/22 : ENTRYPOINT ["/core-command"] 20:53:53 ---> Running in 401426e1e122 20:53:53 ---> Running in a505e81d7434 20:53:54 Removing intermediate container a505e81d7434 20:53:54 ---> 1aac8be5909e 20:53:54 Step 20/20 : LABEL version=0.0.0 20:53:54 Removing intermediate container 401426e1e122 20:53:54 ---> 540e227d29d9 20:53:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:53:54 ---> Running in 0621f27e4674 20:53:55 ---> Running in 5e81c3687a44 20:53:56 Removing intermediate container 0621f27e4674 20:53:56 ---> 0a7e8c482990 20:53:56 20:53:56 Removing intermediate container 5e81c3687a44 20:53:56 ---> 926fa5986d79 20:53:56 Step 20/22 : LABEL arch=arm64 20:53:56 ---> Running in c0b1fec205f4 20:53:57 Removing intermediate container c0b1fec205f4 20:53:57 ---> 28817521b581 20:53:57 Step 21/22 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:53:57 Successfully built 0a7e8c482990 20:53:57 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:53:57  Building docker-security-proxy-setup-go ... done  ---> Running in 6837d5228572 20:53:57 Removing intermediate container 6837d5228572 20:53:57 ---> 34f6d1fdb069 20:53:57 Step 22/22 : LABEL version=0.0.0 20:53:57 ---> Running in 5db4fdca15e1 20:53:58 Removing intermediate container 5db4fdca15e1 20:53:58 ---> f11629f81f04 20:53:58 20:53:59 Successfully built f11629f81f04 20:53:59 Successfully tagged docker-core-command-go-arm64:latest 20:54:05  Building docker-core-command-go ... done Removing intermediate container c6691fb48c15 20:54:05 ---> 16b50209640b 20:54:05 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:54:05 ---> Running in 3fc804589593 20:54:05 Removing intermediate container 3b096fadf0c8 20:54:05 ---> b97a63b96489 20:54:05 20:54:05 Step 10/22 : FROM scratch 20:54:05 ---> 20:54:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:54:05 ---> Using cache 20:54:05 ---> 0f489489d41d 20:54:05 Step 12/22 : ENV APP_PORT=48061 20:54:06 ---> Running in be78c7a2dd48 20:54:06 Removing intermediate container be78c7a2dd48 20:54:06 ---> e9f431bd1cba 20:54:06 Step 13/22 : EXPOSE $APP_PORT 20:54:06 ---> Running in af2304e62e60 20:54:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:54:06 Removing intermediate container af2304e62e60 20:54:06 ---> 7ec558d7fddf 20:54:06 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 20:54:07 ---> 8ef941fa6e86 20:54:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 20:54:08 ---> 08e649c2bc28 20:54:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 20:54:09 ---> d789a35b60fa 20:54:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 20:54:09 Removing intermediate container 3fc804589593 20:54:09 ---> 096ce8416296 20:54:09 20:54:09 Step 11/27 : FROM docker:latest 20:54:09 ---> ce9d55ae87f1 20:54:09 Step 12/27 : RUN apk add --no-cache bash 20:54:09 ---> Running in 0c70b78eba82 20:54:10 ---> b7bb4fd09403 20:54:10 Step 18/22 : ENTRYPOINT ["/support-logging"] 20:54:10 ---> Running in 143069ef2a6d 20:54:10 Removing intermediate container 143069ef2a6d 20:54:10 ---> ba071491e48b 20:54:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:54:10 ---> Running in 13ff8b388c4f 20:54:11 Removing intermediate container 13ff8b388c4f 20:54:11 ---> c190246690d3 20:54:11 Step 20/22 : LABEL arch=arm64 20:54:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:54:11 ---> Running in b46685092895 20:54:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:54:11 Removing intermediate container b46685092895 20:54:11 ---> 793d4a1e09eb 20:54:11 Step 21/22 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:54:11 ---> Running in a94229739f72 20:54:12 (1/2) Installing readline (8.0.4-r0) 20:54:12 (2/2) Installing bash (5.0.17-r0) 20:54:12 Executing bash-5.0.17-r0.post-install 20:54:12 Executing busybox-1.31.1-r16.trigger 20:54:12 OK: 12 MiB in 22 packages 20:54:12 Removing intermediate container a94229739f72 20:54:12 ---> aa818fc52cf3 20:54:12 Step 22/22 : LABEL version=0.0.0 20:54:12 ---> Running in 04e292a85151 20:54:13 Removing intermediate container 04e292a85151 20:54:13 ---> 1fcf83f0389b 20:54:13 20:54:13 Successfully built 1fcf83f0389b 20:54:13 Successfully tagged docker-support-logging-go-arm64:latest 20:54:13  Building docker-support-logging-go ... done Removing intermediate container 0c70b78eba82 20:54:13 ---> af1b0bcad6f8 20:54:13 Step 13/27 : RUN rm -rf /var/cache/apk/* 20:54:13 ---> Running in d16efb57b6dc 20:54:16 Removing intermediate container d16efb57b6dc 20:54:16 ---> c6afa81e46c6 20:54:16 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:54:16 ---> Running in 91a56b0cf0f5 20:54:16 Removing intermediate container 91a56b0cf0f5 20:54:16 ---> 6f8e6b16e5eb 20:54:16 Step 15/27 : ENV APP_PORT=48090 20:54:16 ---> Running in 675c0aacba0f 20:54:17 Removing intermediate container 675c0aacba0f 20:54:17 ---> 04780c0cfc5a 20:54:17 Step 16/27 : EXPOSE $APP_PORT 20:54:17 ---> Running in 67c0b2072d95 20:54:18 Removing intermediate container 67c0b2072d95 20:54:18 ---> 2f0292943185 20:54:18 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:54:18 ---> 7fbeab0ae8c3 20:54:18 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:54:19 ---> 65c43f175911 20:54:19 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:54:20 ---> a29e56ca48f3 20:54:20 Step 20/27 : RUN apk --no-cache add py-pip 20:54:20 ---> Running in fdc115f90804 20:54:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:54:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:54:23 (1/33) Installing libbz2 (1.0.8-r1) 20:54:23 (2/33) Installing expat (2.2.9-r1) 20:54:23 (3/33) Installing libffi (3.3-r2) 20:54:23 (4/33) Installing gdbm (1.13-r1) 20:54:23 (5/33) Installing xz-libs (5.2.5-r0) 20:54:23 (6/33) Installing sqlite-libs (3.32.1-r0) 20:54:23 (7/33) Installing python3 (3.8.5-r0) 20:54:25 (8/33) Installing py3-appdirs (1.4.4-r1) 20:54:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:54:25 (10/33) Installing py3-parsing (2.4.7-r0) 20:54:25 (11/33) Installing py3-six (1.15.0-r0) 20:54:25 (12/33) Installing py3-packaging (20.4-r0) 20:54:25 (13/33) Installing py3-setuptools (47.0.0-r0) 20:54:25 (14/33) Installing py3-chardet (3.0.4-r4) 20:54:25 (15/33) Installing py3-idna (2.9-r0) 20:54:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:54:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:54:25 (18/33) Installing py3-requests (2.23.0-r0) 20:54:25 (19/33) Installing py3-msgpack (1.0.0-r0) 20:54:25 (20/33) Installing py3-lockfile (0.12.2-r3) 20:54:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:54:25 (22/33) Installing py3-colorama (0.4.3-r0) 20:54:25 (23/33) Installing py3-distlib (0.3.0-r0) 20:54:25 (24/33) Installing py3-distro (1.5.0-r1) 20:54:25 (25/33) Installing py3-webencodings (0.5.1-r3) 20:54:25 (26/33) Installing py3-html5lib (1.0.1-r4) 20:54:25 (27/33) Installing py3-pytoml (0.1.21-r0) 20:54:25 (28/33) Installing py3-pep517 (0.8.2-r0) 20:54:25 (29/33) Installing py3-progress (1.5-r0) 20:54:25 (30/33) Installing py3-toml (0.10.1-r0) 20:54:25 (31/33) Installing py3-retrying (1.3.3-r0) 20:54:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:54:25 (33/33) Installing py3-pip (20.1.1-r0) 20:54:25 Executing busybox-1.31.1-r16.trigger 20:54:25 OK: 71 MiB in 55 packages 20:54:32 Removing intermediate container fdc115f90804 20:54:32 ---> f49f916ef1c3 20:54:32 Step 21/27 : RUN pip install docker-compose==1.23.2 20:54:32 ---> Running in 229794d56374 20:54:37 Collecting docker-compose==1.23.2 20:54:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:54:38 Collecting docker<4.0,>=3.6.0 20:54:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:54:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:54:38 Collecting websocket-client<1.0,>=0.32.0 20:54:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:54:39 Collecting PyYAML<4,>=3.10 20:54:39 Downloading PyYAML-3.13.tar.gz (270 kB) 20:54:42 Collecting jsonschema<3,>=2.5.1 20:54:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:54:42 Collecting cached-property<2,>=1.2.0 20:54:42 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 20:54:43 Collecting dockerpty<0.5,>=0.4.1 20:54:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:54:45 Collecting docopt<0.7,>=0.6.1 20:54:45 Downloading docopt-0.6.2.tar.gz (25 kB) 20:54:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:54:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:54:48 Collecting texttable<0.10,>=0.9.0 20:54:48 Downloading texttable-0.9.1.tar.gz (11 kB) 20:54:50 Collecting docker-pycreds>=0.4.0 20:54:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:54:50 Collecting urllib3<1.25,>=1.21.1 20:54:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:54:50 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:54:50 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 20:54:50 Collecting idna<2.8,>=2.5 20:54:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:54:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:54:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:54:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:54:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:54:51 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, jsonschema, cached-property, dockerpty, docopt, texttable, docker-compose 20:54:51 Attempting uninstall: urllib3 20:54:51 Found existing installation: urllib3 1.25.9 20:54:51 Uninstalling urllib3-1.25.9: 20:54:52 Successfully uninstalled urllib3-1.25.9 20:54:52 Attempting uninstall: idna 20:54:52 Found existing installation: idna 2.9 20:54:52 Uninstalling idna-2.9: 20:54:52 Successfully uninstalled idna-2.9 20:54:53 Attempting uninstall: requests 20:54:53 Found existing installation: requests 2.23.0 20:54:53 Uninstalling requests-2.23.0: 20:54:53 Successfully uninstalled requests-2.23.0 20:54:54 Running setup.py install for PyYAML: started 20:54:56 Running setup.py install for PyYAML: finished with status 'done' 20:54:56 Running setup.py install for dockerpty: started 20:54:58 Running setup.py install for dockerpty: finished with status 'done' 20:54:58 Running setup.py install for docopt: started 20:55:00 Running setup.py install for docopt: finished with status 'done' 20:55:00 Running setup.py install for texttable: started 20:55:02 Running setup.py install for texttable: finished with status 'done' 20:55:03 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 20:55:07 Removing intermediate container 229794d56374 20:55:07 ---> a0d0ea29adb9 20:55:07 Step 22/27 : RUN apk --no-cache add curl 20:55:07 ---> Running in 7dbd48f34901 20:55:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:55:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:55:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:55:09 (2/3) Installing libcurl (7.69.1-r0) 20:55:09 (3/3) Installing curl (7.69.1-r0) 20:55:09 Executing busybox-1.31.1-r16.trigger 20:55:09 OK: 71 MiB in 58 packages 20:55:10 Removing intermediate container 7dbd48f34901 20:55:10 ---> c0b4c1507ddf 20:55:10 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 20:55:10 ---> Running in 1cc4c1681dbd 20:55:10 Removing intermediate container 1cc4c1681dbd 20:55:10 ---> 11dd0f11c3a8 20:55:10 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:55:11 ---> Running in 63be5febf78d 20:55:11 Removing intermediate container 63be5febf78d 20:55:11 ---> 32a06c7ef3a3 20:55:11 Step 25/27 : LABEL arch=arm64 20:55:11 ---> Running in f3650309f73d 20:55:12 Removing intermediate container f3650309f73d 20:55:12 ---> f4859d9e4ea1 20:55:12 Step 26/27 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f 20:55:12 ---> Running in fc51c9c14971 20:55:13 Removing intermediate container fc51c9c14971 20:55:13 ---> 38d3374d04c3 20:55:13 Step 27/27 : LABEL version=0.0.0 20:55:13 ---> Running in 4517aac88b2d 20:55:13 Removing intermediate container 4517aac88b2d 20:55:13 ---> ca198c657807 20:55:13 20:55:14 Successfully built ca198c657807 20:55:14 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:55:14  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:55:14 $ docker stop --time=1 0b02efe271e4f6a1049faa5c63dc5fb1134cbf47aac752a7a1d1506773d298e1 20:55:16 $ docker rm -f 0b02efe271e4f6a1049faa5c63dc5fb1134cbf47aac752a7a1d1506773d298e1 [Pipeline] // withDockerContainer [Pipeline] sh 20:55:17 + + grepdocker docker images 20:55:17 20:55:17 docker-sys-mgmt-agent-go-arm64 latest ca198c657807 4 seconds ago 266MB 20:55:17 docker-support-logging-go-arm64 latest 1fcf83f0389b About a minute ago 11.4MB 20:55:17 docker-core-command-go-arm64 latest f11629f81f04 About a minute ago 12.4MB 20:55:17 docker-security-proxy-setup-go-arm64 latest 0a7e8c482990 About a minute ago 15.8MB 20:55:17 docker-support-scheduler-go-arm64 latest ac92fa632a64 About a minute ago 12.6MB 20:55:17 docker-core-data-go-arm64 latest 69a8ad0a33c0 4 minutes ago 23.3MB 20:55:17 docker-security-secretstore-setup-go-arm64 latest 01e88bd9f3dc 4 minutes ago 32.6MB 20:55:17 docker-core-metadata-go-arm64 latest cb5eaeb08550 4 minutes ago 13.8MB 20:55:17 docker-support-notifications-go-arm64 latest 44ae83636784 4 minutes ago 13.9MB 20:55:17 docker-security-secrets-setup-go-arm64 latest 352387279bae 4 minutes ago 24.2MB 20:55:17 docker latest ce9d55ae87f1 2 months ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:55:19 provisioning config files... 20:55:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/36@tmp/config3137348196893908416tmp [Pipeline] { [Pipeline] sh 20:55:20 + curl -s https://codecov.io/bash 20:55:20 + bash -s - -t @/w/workspace/edgex-go/36@tmp/config3137348196893908416tmp [Pipeline] } 20:55:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:55:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:55:23 ---> package-listing.sh 20:55:23 ++ facter osfamily 20:55:23 ++ tr '[:upper:]' '[:lower:]' 20:55:23 + OS_FAMILY=redhat 20:55:23 + workspace=/w/workspace/edgex-go/36 20:55:23 + START_PACKAGES=/tmp/packages_start.txt 20:55:23 + END_PACKAGES=/tmp/packages_end.txt 20:55:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:55:23 + PACKAGES=/tmp/packages_start.txt 20:55:23 + '[' /w/workspace/edgex-go/36 ']' 20:55:23 + PACKAGES=/tmp/packages_end.txt 20:55:23 + case "${OS_FAMILY}" in 20:55:23 + rpm -qa 20:55:23 + sort 20:55:27 + '[' -f /tmp/packages_start.txt ']' 20:55:27 + '[' -f /tmp/packages_end.txt ']' 20:55:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:55:27 + '[' /w/workspace/edgex-go/36 ']' 20:55:27 + mkdir -p /w/workspace/edgex-go/36/archives/ 20:55:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/36/archives/ [Pipeline] isUnix [Pipeline] sh 20:55:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:28 20:55:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:55:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:28 alpine: Pulling from edgex-lftools-log-publisher 20:55:28 c9b1b535fdd9: Pulling fs layer 20:55:28 2cc5ad85d9ab: Pulling fs layer 20:55:28 756a868c4378: Pulling fs layer 20:55:28 444b2fc9a129: Pulling fs layer 20:55:28 ea15f1150254: Pulling fs layer 20:55:28 41b27a9f41bf: Pulling fs layer 20:55:28 28c525ee5125: Pulling fs layer 20:55:28 094b1ea09ed8: Pulling fs layer 20:55:28 138eaada9080: Pulling fs layer 20:55:28 0622d0fa9048: Pulling fs layer 20:55:28 444b2fc9a129: Waiting 20:55:28 ea15f1150254: Waiting 20:55:28 41b27a9f41bf: Waiting 20:55:28 28c525ee5125: Waiting 20:55:28 094b1ea09ed8: Waiting 20:55:28 138eaada9080: Waiting 20:55:28 0622d0fa9048: Waiting 20:55:28 2cc5ad85d9ab: Verifying Checksum 20:55:28 2cc5ad85d9ab: Download complete 20:55:28 444b2fc9a129: Verifying Checksum 20:55:28 444b2fc9a129: Download complete 20:55:28 c9b1b535fdd9: Download complete 20:55:28 ea15f1150254: Verifying Checksum 20:55:28 ea15f1150254: Download complete 20:55:28 28c525ee5125: Download complete 20:55:28 756a868c4378: Verifying Checksum 20:55:28 756a868c4378: Download complete 20:55:29 c9b1b535fdd9: Pull complete 20:55:29 138eaada9080: Verifying Checksum 20:55:29 138eaada9080: Download complete 20:55:29 094b1ea09ed8: Verifying Checksum 20:55:29 094b1ea09ed8: Download complete 20:55:29 0622d0fa9048: Verifying Checksum 20:55:29 0622d0fa9048: Download complete 20:55:29 2cc5ad85d9ab: Pull complete 20:55:29 41b27a9f41bf: Verifying Checksum 20:55:29 41b27a9f41bf: Download complete 20:55:30 756a868c4378: Pull complete 20:55:31 444b2fc9a129: Pull complete 20:55:31 ea15f1150254: Pull complete 20:55:39 41b27a9f41bf: Pull complete 20:55:39 28c525ee5125: Pull complete 20:55:40 094b1ea09ed8: Pull complete 20:55:40 138eaada9080: Pull complete 20:55:40 0622d0fa9048: Pull complete 20:55:40 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 20:55:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:55:41 prd-centos7-docker-4c-2g-508 does not seem to be running inside a container 20:55:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-lftools-log-publisher:alpine cat 20:55:45 $ docker top 813cc4d5e1acc77f1e990efc6deea0b1b22095d0bb148e05672fae8fd7dd9395 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:55:46 provisioning config files... 20:55:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/36@tmp/config7421243315125357715tmp [Pipeline] { [Pipeline] echo 20:55:46 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:55:46 ---> create-netrc.sh [Pipeline] echo 20:55:46 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:55:46 ---> logs-deploy.sh 20:55:46 + ARCHIVE_ARTIFACTS= 20:55:46 + LOGS_SERVER=https://logs.edgexfoundry.org 20:55:46 + '[' https://logs.edgexfoundry.org == None ']' 20:55:46 + NEXUS_URL=https://nexus.edgexfoundry.org 20:55:46 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/36 20:55:46 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/36/ 20:55:46 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/36 /w/workspace/edgex-go/36 20:55:47 Archives upload complete. 20:55:47 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/36 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/36/