Pull request #2610 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9+2f18d68ce33577a025edc322deb728338e3be43f (97df673d7b4d13c8d1da1e160e39eaad337847d4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2042’ Running on prd-centos7-docker-4c-2g-2044 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/28 [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/28 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 Merge succeeded, producing 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 Checking out Revision 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 (PR-2610) > 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 # 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 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 # timeout=10 Commit message: "Add POST event functions based for v2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 25e59cffca2c2f6df748f7f038ff5de50c20b783 # timeout=10 [Pipeline] timeout 07:49:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:49:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:49:15 ========================================================= 07:49:15 EdgeX Global Pipelines Version Info 07:49:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:49:16 ------------------- 07:49:16 stable info: 07:49:16 ------------------- 07:49:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:49:16 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 07:49:16 Message: update stable to v1.0.106 07:49:17 ------------------- 07:49:17 experimental info: 07:49:17 ------------------- 07:49:17 Commited By: **** collab-it+edgex@linuxfoundation.org 07:49:17 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 07:49:17 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 07:49:19 ++ 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 07:49:19 + for file in '`ls cmd/**/Dockerfile`' 07:49:19 ++ dirname cmd/core-command/Dockerfile 07:49:19 ++ cut -d/ -f2 07:49:19 + echo core-command,cmd/core-command/Dockerfile 07:49:19 + for file in '`ls cmd/**/Dockerfile`' 07:49:19 ++ dirname cmd/core-data/Dockerfile 07:49:19 ++ cut -d/ -f2 07:49:19 + echo core-data,cmd/core-data/Dockerfile 07:49:19 + for file in '`ls cmd/**/Dockerfile`' 07:49:19 ++ dirname cmd/core-metadata/Dockerfile 07:49:19 ++ cut -d/ -f2 07:49:19 + echo core-metadata,cmd/core-metadata/Dockerfile 07:49:19 + for file in '`ls cmd/**/Dockerfile`' 07:49:19 ++ dirname cmd/security-proxy-setup/Dockerfile 07:49:19 ++ cut -d/ -f2 07:49:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:49:19 + for file in '`ls cmd/**/Dockerfile`' 07:49:19 ++ dirname cmd/security-secrets-setup/Dockerfile 07:49:19 ++ cut -d/ -f2 07:49:19 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 07:49:19 + for file in '`ls cmd/**/Dockerfile`' 07:49:19 ++ cut -d/ -f2 07:49:19 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:49:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:49:19 + for file in '`ls cmd/**/Dockerfile`' 07:49:19 ++ dirname cmd/support-logging/Dockerfile 07:49:19 ++ cut -d/ -f2 07:49:19 + echo support-logging,cmd/support-logging/Dockerfile 07:49:19 + for file in '`ls cmd/**/Dockerfile`' 07:49:19 ++ dirname cmd/support-notifications/Dockerfile 07:49:19 ++ cut -d/ -f2 07:49:19 + echo support-notifications,cmd/support-notifications/Dockerfile 07:49:19 + for file in '`ls cmd/**/Dockerfile`' 07:49:19 ++ dirname cmd/support-scheduler/Dockerfile 07:49:19 ++ cut -d/ -f2 07:49:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:49:19 + for file in '`ls cmd/**/Dockerfile`' 07:49:19 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:49:19 ++ cut -d/ -f2 07:49:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:49:19 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 07:49:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:49:20 07:49:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:49:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:49:20 latest: Pulling from edgex-devops/git-semver 07:49:20 31603596830f: Pulling fs layer 07:49:20 2a8b12db71e7: Pulling fs layer 07:49:20 6ca5941a6612: Pulling fs layer 07:49:20 ecc8261a40a4: Pulling fs layer 07:49:20 ecc8261a40a4: Waiting 07:49:20 2a8b12db71e7: Verifying Checksum 07:49:20 2a8b12db71e7: Download complete 07:49:20 31603596830f: Verifying Checksum 07:49:20 31603596830f: Download complete 07:49:20 ecc8261a40a4: Verifying Checksum 07:49:20 ecc8261a40a4: Download complete 07:49:20 6ca5941a6612: Verifying Checksum 07:49:20 6ca5941a6612: Download complete 07:49:21 31603596830f: Pull complete 07:49:21 2a8b12db71e7: Pull complete 07:49:21 6ca5941a6612: Pull complete 07:49:21 ecc8261a40a4: Pull complete 07:49:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:49:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:49:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:49:22 prd-centos7-docker-4c-2g-2044 does not seem to be running inside a container 07:49:22 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:49:24 $ docker top 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:49:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:49:24 [ssh-agent] Looking for ssh-agent implementation... 07:49:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:49:25 $ docker exec 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 ssh-agent 07:49:25 SSH_AUTH_SOCK=/tmp/ssh-xhWjs5mon9e4/agent.13 07:49:25 SSH_AGENT_PID=18 07:49:25 Running ssh-add (command line suppressed) 07:49:25 Identity added: /w/workspace/edgex-go/28@tmp/private_key_8794794292701538992.key (/w/workspace/edgex-go/28@tmp/private_key_8794794292701538992.key) 07:49:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:49:25 + git describe --exact-match --tags HEAD 07:49:25 fatal: No names found, cannot describe anything. [Pipeline] } 07:49:25 $ docker exec --env ******** --env ******** 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 ssh-agent -k 07:49:25 unset SSH_AUTH_SOCK; 07:49:25 unset SSH_AGENT_PID; 07:49:25 echo Agent pid 18 killed; 07:49:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:49:26 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:49:26 This usually means this commit has not been tagged. [Pipeline] sshagent 07:49:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:49:26 [ssh-agent] Looking for ssh-agent implementation... 07:49:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:49:26 $ docker exec 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 ssh-agent 07:49:26 SSH_AUTH_SOCK=/tmp/ssh-ZAKkkjOSO70g/agent.47 07:49:26 SSH_AGENT_PID=53 07:49:26 Running ssh-add (command line suppressed) 07:49:26 Identity added: /w/workspace/edgex-go/28@tmp/private_key_279504260961631375.key (/w/workspace/edgex-go/28@tmp/private_key_279504260961631375.key) 07:49:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:49:26 + git semver init 07:49:26 # -> Open(): unable to determine branch for HEAD 07:49:26 # $GIT_DIR = /w/workspace/edgex-go/28/.git 07:49:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/28 07:49:26 # $SEMVER_REMOTE_NAME = origin 07:49:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:49:26 # $SEMVER_USER_NAME = edgex-jenkins 07:49:26 # $SEMVER_BRANCH = PR-2610 07:49:26 # $SEMVER_TEMP = /tmp/semver-486333463 07:49:26 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:49:48 # '/tmp/semver-486333463' -> '/w/workspace/edgex-go/28/.semver' 07:49:48 # -> Force: false 07:49:48 # $SEMVER_DIR = /w/workspace/edgex-go/28/.semver [Pipeline] } 07:49:49 $ docker exec --env ******** --env ******** 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 ssh-agent -k 07:49:49 unset SSH_AUTH_SOCK; 07:49:49 unset SSH_AGENT_PID; 07:49:49 echo Agent pid 53 killed; 07:49:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:49:49 + git semver [Pipeline] } 07:49:49 $ docker stop --time=1 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 07:49:51 $ docker rm -f 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:50:05 Stashed 30 file(s) [Pipeline] echo 07:50:05 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 07:50:05 ========================================================= 07:50:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 07:50:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:50:05 + 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 . 07:50:09 Sending build context to Docker daemon 323.1MB 07:50:09 Step 1/7 : ARG BASE=golang:1.13-alpine 07:50:09 Step 2/7 : FROM ${BASE} 07:50:09 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 07:50:09 df20fa9351a1: Pulling fs layer 07:50:09 ed8968b2872e: Pulling fs layer 07:50:09 a92cc7c5fd73: Pulling fs layer 07:50:09 2dd03ba5bac4: Pulling fs layer 07:50:09 1e091d79d1de: Pulling fs layer 07:50:09 481702a1767f: Pulling fs layer 07:50:09 f64a6f60c768: Pulling fs layer 07:50:09 e78d2573fc39: Pulling fs layer 07:50:09 e876d2f968b6: Pulling fs layer 07:50:09 ce8a83651883: Pulling fs layer 07:50:09 07967f4d0e4b: Pulling fs layer 07:50:09 f64a6f60c768: Waiting 07:50:09 e78d2573fc39: Waiting 07:50:09 e876d2f968b6: Waiting 07:50:09 ce8a83651883: Waiting 07:50:09 07967f4d0e4b: Waiting 07:50:09 2dd03ba5bac4: Waiting 07:50:09 1e091d79d1de: Waiting 07:50:09 481702a1767f: Waiting 07:50:09 a92cc7c5fd73: Verifying Checksum 07:50:09 a92cc7c5fd73: Download complete 07:50:09 ed8968b2872e: Download complete 07:50:09 1e091d79d1de: Verifying Checksum 07:50:09 1e091d79d1de: Download complete 07:50:09 481702a1767f: Verifying Checksum 07:50:09 481702a1767f: Download complete 07:50:09 df20fa9351a1: Verifying Checksum 07:50:09 df20fa9351a1: Pull complete 07:50:10 f64a6f60c768: Verifying Checksum 07:50:10 f64a6f60c768: Download complete 07:50:10 e876d2f968b6: Verifying Checksum 07:50:10 e876d2f968b6: Download complete 07:50:10 e78d2573fc39: Verifying Checksum 07:50:10 e78d2573fc39: Download complete 07:50:10 07967f4d0e4b: Verifying Checksum 07:50:10 07967f4d0e4b: Download complete 07:50:10 2dd03ba5bac4: Verifying Checksum 07:50:10 2dd03ba5bac4: Download complete 07:50:10 ce8a83651883: Download complete 07:50:11 ed8968b2872e: Pull complete 07:50:11 a92cc7c5fd73: Pull complete 07:50:17 2dd03ba5bac4: Pull complete 07:50:17 1e091d79d1de: Pull complete 07:50:17 481702a1767f: Pull complete 07:50:20 Still waiting to schedule task 07:50:20 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2043’ 07:50:22 f64a6f60c768: Pull complete 07:50:25 e78d2573fc39: Pull complete 07:50:25 e876d2f968b6: Pull complete 07:50:25 ce8a83651883: Pull complete 07:50:25 07967f4d0e4b: Pull complete 07:50:25 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 07:50:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 07:50:25 ---> 5d7c900382c6 07:50:25 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 07:50:27 ---> Running in ce59cfd317a2 07:50:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:50:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:50:29 (1/12) Installing libmagic (5.38-r0) 07:50:29 (2/12) Installing file (5.38-r0) 07:50:29 (3/12) Installing libc-dev (0.7.2-r3) 07:50:29 (4/12) Installing g++ (9.3.0-r2) 07:50:34 (5/12) Installing fortify-headers (1.1-r0) 07:50:35 (6/12) Installing patch (2.7.6-r6) 07:50:35 (7/12) Installing build-base (0.5-r2) 07:50:35 (8/12) Installing libsodium (1.0.18-r0) 07:50:35 (9/12) Installing pkgconf (1.7.2-r0) 07:50:35 (10/12) Installing libsodium-dev (1.0.18-r0) 07:50:35 (11/12) Installing libzmq (4.3.2-r0) 07:50:35 (12/12) Installing zeromq-dev (4.3.2-r0) 07:50:35 Executing busybox-1.31.1-r16.trigger 07:50:35 OK: 233 MiB in 51 packages 07:50:39 Removing intermediate container ce59cfd317a2 07:50:39 ---> e1c76b4edda5 07:50:39 Step 4/7 : WORKDIR /edgex-go 07:50:39 ---> Running in 635b068b77b4 07:50:39 Removing intermediate container 635b068b77b4 07:50:39 ---> f2a9e7b49517 07:50:39 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:50:40 latest: Pulling from library/docker 07:50:40 df20fa9351a1: Already exists 07:50:40 25ad7478873d: Pulling fs layer 07:50:40 4684f6177b5d: Pulling fs layer 07:50:40 46e300cec669: Pulling fs layer 07:50:40 63038576ad94: Pulling fs layer 07:50:40 0fdb76c4706c: Pulling fs layer 07:50:40 cb7edeffdfd5: Pulling fs layer 07:50:40 63038576ad94: Waiting 07:50:40 cb7edeffdfd5: Waiting 07:50:40 0fdb76c4706c: Waiting 07:50:40 4684f6177b5d: Verifying Checksum 07:50:40 4684f6177b5d: Download complete 07:50:40 25ad7478873d: Verifying Checksum 07:50:40 25ad7478873d: Download complete 07:50:40 63038576ad94: Verifying Checksum 07:50:40 63038576ad94: Download complete 07:50:40 0fdb76c4706c: Verifying Checksum 07:50:40 0fdb76c4706c: Download complete 07:50:40 cb7edeffdfd5: Verifying Checksum 07:50:40 cb7edeffdfd5: Download complete 07:50:40 25ad7478873d: Pull complete 07:50:40 4684f6177b5d: Pull complete 07:50:41 46e300cec669: Verifying Checksum 07:50:41 46e300cec669: Download complete 07:50:43 46e300cec669: Pull complete 07:50:43 63038576ad94: Pull complete 07:50:43 0fdb76c4706c: Pull complete 07:50:43 cb7edeffdfd5: Pull complete 07:50:43 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 07:50:43 Status: Downloaded newer image for docker:latest 07:50:45 ---> 71143380869a 07:50:45 Step 6/7 : COPY go.mod . 07:50:45 ---> 8def12b36577 07:50:45 Step 7/7 : RUN go mod download 07:50:45 ---> Running in 2a2a6e2041db 07:50:47 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:50:47 go: finding github.com/BurntSushi/toml v0.3.1 07:50:47 go: finding github.com/OneOfOne/xxhash v1.2.5 07:50:47 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:50:47 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:50:47 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:50:47 go: finding github.com/bgentry/speakeasy v0.1.0 07:50:47 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:50:48 go: finding github.com/cloudflare/gokey v0.1.0 07:50:48 go: finding github.com/davecgh/go-spew v1.1.1 07:50:48 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:50:48 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:50:48 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 07:50:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:50:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 07:50:48 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 07:50:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 07:50:48 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:50:48 go: finding github.com/fatih/color v1.7.0 07:50:48 go: finding github.com/fsnotify/fsnotify v1.4.7 07:50:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:50:48 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 07:50:48 go: finding github.com/go-kit/kit v0.8.0 07:50:48 go: finding github.com/go-logfmt/logfmt v0.4.0 07:50:48 go: finding github.com/go-playground/assert/v2 v2.0.1 07:50:48 go: finding github.com/go-playground/locales v0.13.0 07:50:48 go: finding github.com/go-playground/universal-translator v0.17.0 07:50:48 go: finding github.com/go-playground/validator/v10 v10.3.0 07:50:48 go: finding github.com/go-redis/redis/v7 v7.2.0 07:50:48 go: finding github.com/go-stack/stack v1.8.0 07:50:48 go: finding github.com/golang/protobuf v1.3.2 07:50:48 go: finding github.com/gomodule/redigo v2.0.0+incompatible 07:50:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:50:48 go: finding github.com/google/uuid v1.1.0 07:50:48 go: finding github.com/gorilla/mux v1.7.1 07:50:48 go: finding github.com/hashicorp/consul/api v1.1.0 07:50:48 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:50:48 go: finding github.com/hashicorp/errwrap v1.0.0 07:50:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:50:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:50:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:50:48 go: finding github.com/hashicorp/go-multierror v1.0.0 07:50:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:50:48 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:50:48 go: finding github.com/hashicorp/go-syslog v1.0.0 07:50:48 go: finding github.com/hashicorp/go-uuid v1.0.1 07:50:48 go: finding github.com/hashicorp/go.net v0.0.1 07:50:48 go: finding github.com/hashicorp/golang-lru v0.5.0 07:50:48 go: finding github.com/hashicorp/logutils v1.0.0 07:50:48 go: finding github.com/hashicorp/mdns v1.0.0 07:50:49 go: finding github.com/hashicorp/memberlist v0.1.3 07:50:49 go: finding github.com/hashicorp/serf v0.8.2 07:50:49 go: finding github.com/hpcloud/tail v1.0.0 07:50:49 go: finding github.com/imdario/mergo v0.3.6 07:50:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:50:49 go: finding github.com/kr/pretty v0.1.0 07:50:49 go: finding github.com/kr/pty v1.1.1 07:50:49 go: finding github.com/kr/text v0.1.0 07:50:49 go: finding github.com/leodido/go-urn v1.2.0 07:50:49 go: finding github.com/mattn/go-colorable v0.0.9 07:50:49 go: finding github.com/mattn/go-isatty v0.0.3 07:50:49 go: finding github.com/miekg/dns v1.0.14 07:50:49 go: finding github.com/mitchellh/cli v1.0.0 07:50:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:50:49 go: finding github.com/mitchellh/copystructure v1.0.0 07:50:49 go: finding github.com/mitchellh/go-homedir v1.0.0 07:50:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:50:49 go: finding github.com/mitchellh/gox v0.4.0 07:50:49 go: finding github.com/mitchellh/iochan v1.0.0 07:50:49 go: finding github.com/mitchellh/mapstructure v1.1.2 07:50:49 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:50:49 go: finding github.com/onsi/ginkgo v1.10.1 07:50:49 go: finding github.com/onsi/gomega v1.7.0 07:50:49 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:50:49 go: finding github.com/pebbe/zmq4 v1.0.0 07:50:49 go: finding github.com/pelletier/go-toml v1.2.0 07:50:49 go: finding github.com/pkg/errors v0.8.1 07:50:49 go: finding github.com/pmezard/go-difflib v1.0.0 07:50:49 go: finding github.com/posener/complete v1.1.1 07:50:49 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:50:49 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:50:49 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:50:49 go: finding github.com/stretchr/objx v0.1.0 07:50:49 go: finding github.com/stretchr/testify v1.5.1 07:50:49 go: finding github.com/ugorji/go v1.1.4 07:50:49 go: finding github.com/x448/float16 v0.8.4 07:50:49 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 07:50:49 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:50:49 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:50:49 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 07:50:49 go: finding golang.org/x/text v0.3.2 07:50:49 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 07:50:49 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:50:49 go: finding gopkg.in/eapache/queue.v1 v1.1.0 07:50:49 go: finding gopkg.in/fsnotify.v1 v1.4.7 07:50:49 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 07:50:50 go: finding gopkg.in/yaml.v2 v2.2.8 07:51:08 Removing intermediate container 2a2a6e2041db 07:51:08 ---> e77070c16da8 07:51:08 Successfully built e77070c16da8 07:51:08 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 07:51:08 + docker inspect -f . ci-base-image-x86_64 07:51:08 . [Pipeline] withDockerContainer 07:51:09 prd-centos7-docker-4c-2g-2044 does not seem to be running inside a container 07:51:09 $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:51:09 $ docker top 223b4905934f4c9f049b3d427f7d4d992b398e6249650c2bcfdc80d273464b88 -eo pid,comm [Pipeline] { [Pipeline] sh 07:51:10 + go version 07:51:10 go version go1.13.13 linux/amd64 [Pipeline] echo 07:51:10 ========================================================= 07:51:10 [edgeXBuildGoParallel] Running Tests and Build... 07:51:10 ========================================================= [Pipeline] sh 07:51:10 + make test 07:51:10 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:51:13 ? github.com/edgexfoundry/edgex-go [no test files] 07:51:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:51:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:51:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:51:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:51:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:51:29 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s 07:51:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 07:51:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:51:29 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 07:51:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:51:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:51:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:51:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:51:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:51:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.016s coverage: 46.6% of statements 07:51:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:51:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:51:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:51:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:51:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:51:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.133s coverage: 27.2% of statements 07:51:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:51:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:51:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:51:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:51:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:51:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:51:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.016s coverage: 100.0% of statements 07:51:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:51:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements 07:51:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:51:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:51:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.328s coverage: 82.0% of statements 07:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 07:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:51:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.162s coverage: 28.6% of statements 07:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:51:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements 07:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:51:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements 07:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:51:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.034s coverage: 89.8% of statements 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:51:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.034s coverage: 97.5% of statements 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:51:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.022s coverage: 100.0% of statements 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:51:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.017s coverage: 58.8% of statements 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 07:51:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 07:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.076s coverage: 63.5% of statements 07:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements 07:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.138s coverage: 55.9% of statements 07:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 07:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.681s coverage: 86.3% of statements 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.294s coverage: 72.2% of statements 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.091s coverage: 72.1% of statements 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.041s coverage: 82.4% of statements 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.012s coverage: 48.4% of statements 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.014s coverage: 28.8% of statements 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.013s coverage: 96.8% of statements 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.052s coverage: 26.9% of statements 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.105s coverage: 84.1% of statements 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.017s coverage: 100.0% of statements 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.056s coverage: 42.9% of statements 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.025s coverage: 45.1% of statements 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.014s coverage: 100.0% of statements 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.021s coverage: 100.0% of statements 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements 07:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.044s coverage: 29.1% of statements 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.020s coverage: 99.0% of statements 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.020s coverage: 100.0% of statements 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:51:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.012s coverage: 100.0% of statements 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.012s coverage: 87.9% of statements 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements 07:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 07:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 07:51:53 GO111MODULE=on go vet ./... 07:51:59 gofmt -l . 07:51:59 [ "`gofmt -l .`" = "" ] 07:52:00 ./bin/test-go-mod-tidy.sh 07:52:01 ./bin/test-attribution-txt.sh [Pipeline] sh 07:52:02 + ls -al . 07:52:02 total 556 07:52:02 drwxrwxr-x 10 1001 1001 4096 Aug 4 07:52 . 07:52:02 drwxr-xr-x 4 root root 30 Aug 4 07:51 .. 07:52:02 -rw-rw-r-- 1 1001 1001 11 Aug 4 07:49 .dockerignore 07:52:02 drwxrwxr-x 8 1001 1001 179 Aug 4 07:49 .git 07:52:02 drwxrwxr-x 3 1001 1001 60 Aug 4 07:49 .github 07:52:02 -rw-rw-r-- 1 1001 1001 932 Aug 4 07:49 .gitignore 07:52:02 drwx------ 3 1001 1001 47 Aug 4 07:49 .semver 07:52:02 -rw-rw-r-- 1 1001 1001 166 Aug 4 07:49 .sonarcloud.properties 07:52:02 -rw-rw-r-- 1 1001 1001 3804 Aug 4 07:49 CONTRIBUTING.md 07:52:02 -rw-rw-r-- 1 1001 1001 1035 Aug 4 07:49 Dockerfile.build 07:52:02 -rw-rw-r-- 1 1001 1001 865 Aug 4 07:49 Jenkinsfile 07:52:02 -rw-rw-r-- 1 1001 1001 10775 Aug 4 07:49 LICENSE 07:52:02 -rw-rw-r-- 1 1001 1001 6237 Aug 4 07:49 Makefile 07:52:02 -rw-rw-r-- 1 1001 1001 5652 Aug 4 07:49 README.md 07:52:02 -rw-rw-r-- 1 1001 1001 7111 Aug 4 07:49 SECURITY.md 07:52:02 -rw-rw-r-- 1 1001 1001 5 Aug 4 07:49 VERSION 07:52:02 -rw-rw-r-- 1 1001 1001 4131 Aug 4 07:49 ZMQWindows.md 07:52:02 drwxrwxr-x 2 1001 1001 117 Aug 4 07:49 bin 07:52:02 drwxrwxr-x 15 1001 1001 4096 Aug 4 07:49 cmd 07:52:02 -rw-r--r-- 1 root root 457707 Aug 4 07:51 coverage.out 07:52:02 -rw-r--r-- 1 root root 1019 Aug 4 07:52 go.mod 07:52:02 -rw-r--r-- 1 root root 19185 Aug 4 07:52 go.sum 07:52:02 drwxrwxr-x 8 1001 1001 127 Aug 4 07:49 internal 07:52:02 drwxrwxr-x 4 1001 1001 26 Aug 4 07:49 openapi 07:52:02 drwxrwxr-x 4 1001 1001 71 Aug 4 07:49 snap 07:52:02 -rw-rw-r-- 1 1001 1001 168 Aug 4 07:49 version.go [Pipeline] sh 07:52:03 + '[' -e coverage.out ] 07:52:03 + chown 1001:1001 coverage.out [Pipeline] stash 07:52:03 Stashed 1 file(s) [Pipeline] sh 07:52:03 + make build 07:52:03 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 07:52:10 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 07:52:12 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 07:52:14 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 07:52:15 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 07:52:17 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 07:52:18 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 07:52:21 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 07:52:22 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 07:52:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:52:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:52:26 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 07:52:27 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] } 07:52:29 $ docker stop --time=1 223b4905934f4c9f049b3d427f7d4d992b398e6249650c2bcfdc80d273464b88 07:52:30 $ docker rm -f 223b4905934f4c9f049b3d427f7d4d992b398e6249650c2bcfdc80d273464b88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:52:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:52:32 07:52:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:52:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:52:32 latest: Pulling from edgex-devops/edgex-compose 07:52:32 cbdbe7a5bc2a: Pulling fs layer 07:52:32 ca9280d653b3: Pulling fs layer 07:52:32 7e9c9ca2126c: Pulling fs layer 07:52:32 cbdbe7a5bc2a: Verifying Checksum 07:52:32 cbdbe7a5bc2a: Download complete 07:52:32 ca9280d653b3: Verifying Checksum 07:52:32 ca9280d653b3: Download complete 07:52:32 cbdbe7a5bc2a: Pull complete 07:52:33 7e9c9ca2126c: Verifying Checksum 07:52:33 7e9c9ca2126c: Download complete 07:52:34 ca9280d653b3: Pull complete 07:52:40 7e9c9ca2126c: Pull complete 07:52:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:52:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:52:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:52:40 prd-centos7-docker-4c-2g-2044 does not seem to be running inside a container 07:52:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:52:43 $ docker top fca4c9085087759f43aca5b8c93083a1c68e41201cbece54e1f979e62ea1e566 -eo pid,comm [Pipeline] { [Pipeline] sh 07:52:44 + docker-compose build --help 07:52:44 + grep parallel 07:52:45 --parallel Build images in parallel. [Pipeline] } 07:52:45 $ docker stop --time=1 fca4c9085087759f43aca5b8c93083a1c68e41201cbece54e1f979e62ea1e566 07:52:46 $ docker rm -f fca4c9085087759f43aca5b8c93083a1c68e41201cbece54e1f979e62ea1e566 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:52:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:52:47 . [Pipeline] withDockerContainer 07:52:47 prd-centos7-docker-4c-2g-2044 does not seem to be running inside a container 07:52:47 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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 07:52:48 $ docker top c7694aa1f88cc08adc9196d50aea58c6ff0c15b32fa9fb171901b188a9b1efab -eo pid,comm [Pipeline] { [Pipeline] sh 07:52:49 + docker-compose -f ./docker-compose-build.yml build --parallel 07:52:49 Building docker-core-command-go ... 07:52:49 Building docker-core-data-go ... 07:52:49 Building docker-core-metadata-go ... 07:52:49 Building docker-security-proxy-setup-go ... 07:52:49 Building docker-security-secrets-setup-go ... 07:52:49 Building docker-security-secretstore-setup-go ... 07:52:49 Building docker-support-logging-go ... 07:52:49 Building docker-support-notifications-go ... 07:52:49 Building docker-support-scheduler-go ... 07:52:49 Building docker-sys-mgmt-agent-go ... 07:52:49 Building docker-security-secrets-setup-go 07:52:49 Building docker-security-secretstore-setup-go 07:52:49 Building docker-support-notifications-go 07:52:49 Building docker-support-scheduler-go 07:52:49 Building docker-core-command-go 07:53:16 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 07:53:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:53:16 ---> e77070c16da8 07:53:16 Step 3/26 : WORKDIR /edgex-go 07:53:16 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 07:53:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:53:16 ---> e77070c16da8 07:53:16 Step 3/23 : WORKDIR /edgex-go 07:53:16 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:53:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:53:16 ---> e77070c16da8 07:53:16 Step 3/21 : WORKDIR /edgex-go 07:53:16 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 07:53:16 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:53:16 ---> e77070c16da8 07:53:16 Step 3/29 : WORKDIR /edgex-go 07:53:16 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 07:53:16 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:53:16 ---> e77070c16da8 07:53:16 Step 3/20 : WORKDIR /edgex-go 07:53:18 ---> Running in ede614f167ee 07:53:18 ---> Running in 5871499805ef 07:53:18 ---> Running in 1da4b99887e8 07:53:18 ---> Running in ad9cf126ce6f 07:53:18 ---> Running in 9ca91510d4e0 07:53:19 Removing intermediate container 9ca91510d4e0 07:53:19 ---> 4408ca1b67fe 07:53:19 Step 4/29 : RUN apk update && apk add make git 07:53:19 Removing intermediate container ede614f167ee 07:53:19 ---> 51163f897f26 07:53:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:19 Removing intermediate container 5871499805ef 07:53:19 ---> b0b3c13b212c 07:53:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:19 Removing intermediate container 1da4b99887e8 07:53:19 ---> d3a72513e35d 07:53:19 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:19 Removing intermediate container ad9cf126ce6f 07:53:19 ---> 11376e1fa9fc 07:53:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:19 ---> Running in 53f3aec1b3b6 07:53:19 ---> Running in b1599401251b 07:53:19 ---> Running in 6501f336247c 07:53:19 ---> Running in 76846ca86b91 07:53:19 ---> Running in 572b249e450d 07:53:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:21 Removing intermediate container b1599401251b 07:53:21 ---> 8d0f8f99d440 07:53:21 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 07:53:21 Removing intermediate container 6501f336247c 07:53:21 ---> 5f03b41ccba7 07:53:21 Step 5/26 : RUN apk update && apk add make git 07:53:21 ---> Running in 27a09e7eb95d 07:53:21 ---> Running in 1cf0fc553d58 07:53:21 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:53:21 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:53:21 OK: 12749 distinct packages available 07:53:22 Removing intermediate container 76846ca86b91 07:53:22 ---> 9353c00822da 07:53:22 Step 5/20 : RUN apk update && apk add make git 07:53:22 Removing intermediate container 572b249e450d 07:53:22 ---> 9b6fd80266e8 07:53:22 Step 5/21 : RUN apk update && apk add make git 07:53:22 OK: 233 MiB in 51 packages 07:53:22 ---> Running in cbfaad3e54f2 07:53:22 ---> Running in e2f4a11409e9 07:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:23 Removing intermediate container 53f3aec1b3b6 07:53:23 ---> ad85053755d5 07:53:23 Step 5/29 : COPY go.mod . 07:53:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:23 ---> 176794ca3f2f 07:53:23 Step 6/29 : RUN go mod download 07:53:23 ---> Running in 6e2f901fdb14 07:53:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:24 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:53:24 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:53:24 OK: 12749 distinct packages available 07:53:24 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:53:24 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:53:24 OK: 12749 distinct packages available 07:53:24 OK: 233 MiB in 51 packages 07:53:24 OK: 233 MiB in 51 packages 07:53:24 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:53:24 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:53:24 OK: 12749 distinct packages available 07:53:24 OK: 233 MiB in 51 packages 07:53:25 Removing intermediate container 1cf0fc553d58 07:53:25 ---> 1dd43499b3b3 07:53:25 Step 6/26 : COPY go.mod . 07:53:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:25 Removing intermediate container cbfaad3e54f2 07:53:25 ---> 396a1cccdaf3 07:53:25 Step 6/20 : COPY go.mod . 07:53:25 Removing intermediate container 6e2f901fdb14 07:53:25 ---> f6c309b1a1a1 07:53:25 Step 7/29 : COPY . . 07:53:25 ---> df1916ee1c0e 07:53:25 Step 7/26 : RUN go mod download 07:53:26 ---> Running in a25ef6f60c46 07:53:26 Removing intermediate container 27a09e7eb95d 07:53:26 ---> 4e4c89d5cfe2 07:53:26 Step 6/23 : COPY go.mod . 07:53:26 ---> 6335ae528835 07:53:26 Step 7/20 : RUN go mod download 07:53:27 ---> Running in f594c3c1badf 07:53:27 ---> 93ffc5d31423 07:53:27 Step 7/23 : RUN go mod download 07:53:27 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:53:27 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:53:27 OK: 12749 distinct packages available 07:53:28 OK: 233 MiB in 51 packages 07:53:28 ---> Running in d61325622f2b 07:53:32 Removing intermediate container e2f4a11409e9 07:53:32 ---> 3246a46dc7e0 07:53:32 Step 6/21 : COPY go.mod . 07:53:32 Removing intermediate container a25ef6f60c46 07:53:32 ---> 367a2b557aee 07:53:32 Step 8/26 : COPY . . 07:53:34 ---> db986df9c2d0 07:53:34 Step 7/21 : RUN go mod download 07:53:34 Removing intermediate container f594c3c1badf 07:53:34 ---> 28d98839dbf0 07:53:34 Step 8/20 : COPY . . 07:53:35 ---> Running in df8b3644c0e6 07:53:45 Removing intermediate container d61325622f2b 07:53:45 ---> 61f62e1e4019 07:53:45 Step 8/23 : COPY . . 07:53:51 ---> 997d1bf6d454 07:53:51 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:53:53 ---> Running in 908d37c88d07 07:53:58 Removing intermediate container df8b3644c0e6 07:53:58 ---> db28f460e4cd 07:53:58 Step 8/21 : COPY . . 07:53:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:53:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2045 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 07:53:58 Running in /w/workspace/edgex-go/28 [Pipeline] { [Pipeline] checkout 07:54:02 ---> 7e2a9e41948f 07:54:02 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 07:54:02 ---> 5e8409cad9fb 07:54:02 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 07:54:03 ---> Running in aee217973c73 07:54:03 ---> Running in 116e99139cf1 07:54:04 using credential edgex-jenkins-ssh 07:54:04 Cloning the remote Git repository 07:54:04 Cloning with configured refspecs honoured and without tags 07:54:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:54:04 > git init /w/workspace/edgex-go/28 # timeout=10 07:54:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:54:04 > git --version # timeout=10 07:54:04 using GIT_SSH to set credentials SSH Credentials for GitHub 07:54:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:54:06 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 07:54:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:54:09 ---> 7c9b6d3e4e46 07:54:09 Step 9/23 : RUN make cmd/support-notifications/support-notifications 07:54:10 ---> Running in 568eff490a95 07:54:11 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 07:54:21 Fetching without tags 07:54:21 Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 07:54:22 ---> 4b0f5668087f 07:54:22 Step 9/21 : RUN make cmd/core-command/core-command 07:54:22 ---> Running in f8c54fbe0f43 07:54:22 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 07:54:22 Merge succeeded, producing 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 07:54:22 Checking out Revision 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 (PR-2610) 07:54:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:54:21 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 07:54:21 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:54:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:54:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:54:21 using GIT_SSH to set credentials SSH Credentials for GitHub 07:54:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:54:21 > git config core.sparsecheckout # timeout=10 07:54:22 > git checkout -f 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 # timeout=10 07:54:22 > git remote # timeout=10 07:54:22 > git config --get remote.origin.url # timeout=10 07:54:22 using GIT_SSH to set credentials SSH Credentials for GitHub 07:54:22 > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 07:54:22 > git rev-parse HEAD^{commit} # timeout=10 07:54:22 > git config core.sparsecheckout # timeout=10 07:54:22 > git checkout -f 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 # timeout=10 07:54:24 Removing intermediate container 908d37c88d07 07:54:24 ---> 933724085ba9 07:54:24 07:54:24 Step 9/29 : FROM alpine:latest 07:54:24 latest: Pulling from library/alpine 07:54:24 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 07:54:24 Status: Downloaded newer image for alpine:latest 07:54:24 ---> a24bb4013296 07:54:24 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:54:25 ---> Running in 9f357ec97d97 07:54:26 Removing intermediate container 9f357ec97d97 07:54:26 ---> c69017d07bb9 07:54:26 Step 11/29 : USER root 07:54:26 ---> Running in 49055e8bccfd 07:54:26 Removing intermediate container 49055e8bccfd 07:54:26 ---> 6be8e19d56bb 07:54:26 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:54:26 ---> Running in 1df8f85cd0c8 07:54:27 Commit message: "Add POST event functions based for v2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 07:54:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:54:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:54:28 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:54:28 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:54:28 OK: 12749 distinct packages available 07:54:28 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 07:54:29 (1/2) Installing ca-certificates (20191127-r4) 07:54:29 (2/2) Installing dumb-init (1.2.2-r1) 07:54:29 Executing busybox-1.31.1-r16.trigger 07:54:29 Executing ca-certificates-20191127-r4.trigger 07:54:29 OK: 6 MiB in 16 packages 07:54:32 Removing intermediate container 1df8f85cd0c8 07:54:32 ---> 128e2262567a 07:54:32 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:54:32 ---> Running in 1c48b11fc6ae 07:54:32 Removing intermediate container 1c48b11fc6ae 07:54:32 ---> a3c0ad4b378d 07:54:32 Step 14/29 : WORKDIR $BASE_DIR 07:54:32 ---> Running in 34dc038a0683 07:54:33 Removing intermediate container 34dc038a0683 07:54:33 ---> e84f535f985d 07:54:33 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:54:33 ---> Running in 7ad21a1fd1e9 07:54:35 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 07:54:36 Removing intermediate container 7ad21a1fd1e9 07:54:36 ---> 89adb0f153d9 07:54:36 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:54:37 ---> 45531e33b0e7 07:54:37 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:54:38 ---> 1f5640a45943 07:54:38 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:54:38 Removing intermediate container 116e99139cf1 07:54:38 ---> 34578e17cecf 07:54:38 07:54:38 Step 10/20 : FROM scratch 07:54:38 ---> 07:54:38 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:54:39 ---> f1c7ac11cef1 07:54:39 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:54:39 ---> Running in 3b1c9fe230ce 07:54:39 Removing intermediate container 3b1c9fe230ce 07:54:39 ---> 9277558684c3 07:54:39 Step 12/20 : ENV APP_PORT=48085 07:54:40 ---> Running in fd6798beb257 07:54:40 ---> e000fb9892a6 07:54:40 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [Pipeline] echo 07:54:40 ========================================================= 07:54:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 07:54:40 ========================================================= 07:54:40 Removing intermediate container fd6798beb257 07:54:40 ---> cead1571a4ae 07:54:40 Step 13/20 : EXPOSE $APP_PORT [Pipeline] isUnix [Pipeline] sh 07:54:40 ---> Running in c136b4b3f72d 07:54:41 + 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 . 07:54:43 ---> 50ce259643d8 07:54:43 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:54:43 Removing intermediate container c136b4b3f72d 07:54:43 ---> 48c7d5380991 07:54:43 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:54:43 ---> Running in 5b857d5a69f1 07:54:44 Removing intermediate container 568eff490a95 07:54:44 ---> 53b7f7c3b275 07:54:44 07:54:44 Step 10/23 : FROM scratch 07:54:44 ---> 07:54:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:54:44 Removing intermediate container aee217973c73 07:54:44 ---> 583fec5c8d33 07:54:44 07:54:44 Step 10/26 : FROM alpine:3.10 07:54:44 ---> Running in bbfa8cfac373 07:54:44 ---> 8a747f9c4e73 07:54:44 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:54:44 3.10: Pulling from library/alpine 07:54:44 Removing intermediate container bbfa8cfac373 07:54:44 ---> fc1cde0a7234 07:54:44 Step 12/23 : ENV APP_PORT=48060 07:54:44 ---> Running in 85a65e2ab6fb 07:54:45 ---> 12558ac1600b 07:54:45 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:54:45 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:54:45 Removing intermediate container 85a65e2ab6fb 07:54:45 ---> 414fbe792efe 07:54:45 Step 13/23 : EXPOSE $APP_PORT 07:54:45 Status: Downloaded newer image for alpine:3.10 07:54:45 ---> be4e4bea2c2e 07:54:45 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:54:45 ---> Running in 093f494fd411 07:54:45 ---> Running in 9dddf559d943 07:54:45 ---> 21ad79c6c81d 07:54:45 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:54:45 Sending build context to Docker daemon 323.1MB 07:54:45 Step 1/7 : ARG BASE=golang:1.13-alpine 07:54:45 Step 2/7 : FROM ${BASE} 07:54:45 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:54:45 b538f80385f9: Pulling fs layer 07:54:45 74f711af9a0d: Pulling fs layer 07:54:45 99f96fe45779: Pulling fs layer 07:54:45 fd7a069fd194: Pulling fs layer 07:54:45 66aa3694b03b: Pulling fs layer 07:54:45 170f70906a0f: Pulling fs layer 07:54:45 ad7c5574e4b9: Pulling fs layer 07:54:45 e772456be8f7: Pulling fs layer 07:54:45 c890913d741a: Pulling fs layer 07:54:45 2480fcc9aa5a: Pulling fs layer 07:54:45 09adf4765672: Pulling fs layer 07:54:45 ad7c5574e4b9: Waiting 07:54:45 e772456be8f7: Waiting 07:54:45 fd7a069fd194: Waiting 07:54:45 c890913d741a: Waiting 07:54:45 2480fcc9aa5a: Waiting 07:54:45 09adf4765672: Waiting 07:54:46 ---> Running in 6af6a62be306 07:54:46 Removing intermediate container 093f494fd411 07:54:46 ---> 3951b7444fda 07:54:46 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 07:54:46 Removing intermediate container 5b857d5a69f1 07:54:46 ---> 14ac579956b9 07:54:46 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:54:46 170f70906a0f: Waiting 07:54:46 99f96fe45779: Verifying Checksum 07:54:46 99f96fe45779: Download complete 07:54:46 74f711af9a0d: Verifying Checksum 07:54:46 74f711af9a0d: Download complete 07:54:46 66aa3694b03b: Verifying Checksum 07:54:46 66aa3694b03b: Download complete 07:54:46 170f70906a0f: Verifying Checksum 07:54:46 170f70906a0f: Download complete 07:54:46 b538f80385f9: Verifying Checksum 07:54:46 b538f80385f9: Download complete 07:54:46 Removing intermediate container 6af6a62be306 07:54:46 ---> ed0d3693c1b7 07:54:46 Step 18/20 : LABEL arch=x86_64 07:54:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 07:54:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 07:54:46 b538f80385f9: Pull complete 07:54:46 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:54:46 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:54:46 OK: 10346 distinct packages available 07:54:46 (1/5) Installing ca-certificates (20191127-r2) 07:54:46 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:54:46 (3/5) Installing libcurl (7.66.0-r0) 07:54:46 (4/5) Installing curl (7.66.0-r0) 07:54:46 (5/5) Installing dumb-init (1.2.2-r1) 07:54:47 Executing busybox-1.30.1-r3.trigger 07:54:47 Executing ca-certificates-20191127-r2.trigger 07:54:47 OK: 7 MiB in 19 packages 07:54:47 74f711af9a0d: Pull complete 07:54:47 ---> 68face1557a6 07:54:47 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:54:47 ---> Running in 1794021a168b 07:54:47 99f96fe45779: Pull complete 07:54:49 ad7c5574e4b9: Verifying Checksum 07:54:49 ad7c5574e4b9: Download complete 07:54:49 c890913d741a: Verifying Checksum 07:54:49 c890913d741a: Download complete 07:54:51 e772456be8f7: Verifying Checksum 07:54:51 e772456be8f7: Download complete 07:54:51 2480fcc9aa5a: Verifying Checksum 07:54:51 2480fcc9aa5a: Download complete 07:54:51 09adf4765672: Download complete 07:54:51 ---> 17985fc19579 07:54:51 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:54:51 ---> ea4bd13a4d2c 07:54:51 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 07:54:51 ---> Running in e7a2f8a3496b 07:54:51 Removing intermediate container 1794021a168b 07:54:51 ---> 0e6c3031d678 07:54:51 Step 19/20 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 07:54:51 Removing intermediate container f8c54fbe0f43 07:54:51 ---> 45c69538cfe2 07:54:51 07:54:51 Step 10/21 : FROM scratch 07:54:51 ---> 07:54:51 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:54:51 ---> Using cache 07:54:51 ---> 9277558684c3 07:54:51 Step 12/21 : ENV APP_PORT=48082 07:54:51 ---> Running in 2f5f8350953a 07:54:52 ---> Running in 48a603c22a73 07:54:52 Removing intermediate container 9dddf559d943 07:54:52 ---> b994a87e6819 07:54:52 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:54:52 ---> 45cc5967d9d7 07:54:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:54:52 fd7a069fd194: Verifying Checksum 07:54:52 fd7a069fd194: Download complete 07:54:52 ---> Running in e0b4925bc424 07:54:52 Removing intermediate container 2f5f8350953a 07:54:52 ---> 32c2b56cf9e6 07:54:52 Step 20/20 : LABEL version=0.0.0 07:54:52 Removing intermediate container 48a603c22a73 07:54:52 ---> 75828f154e6c 07:54:52 Step 13/21 : EXPOSE $APP_PORT 07:54:52 ---> Running in f1d8f0b554b6 07:54:52 ---> Running in cbac59bd706b 07:54:52 ---> 8ed452a57a06 07:54:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:54:52 Removing intermediate container e0b4925bc424 07:54:52 ---> 2a957ee0128e 07:54:52 Step 13/26 : WORKDIR / 07:54:53 ---> Running in 0b18e45c22b4 07:54:53 Removing intermediate container f1d8f0b554b6 07:54:53 ---> 3ec31ee9b76a 07:54:53 07:54:53 Removing intermediate container cbac59bd706b 07:54:53 ---> 1d51e46b3572 07:54:53 Step 14/21 : WORKDIR / 07:54:53 ---> Running in e56b4def1849 07:54:53 Removing intermediate container 0b18e45c22b4 07:54:53 ---> 2932982c9a2f 07:54:53 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:54:53 Successfully built 3ec31ee9b76a 07:54:53 ---> e92e22efac2f 07:54:53 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:54:53 Successfully tagged docker-support-scheduler-go:latest 07:54:53 Building docker-core-data-go 07:54:53  Building docker-support-scheduler-go ... done Removing intermediate container e7a2f8a3496b 07:54:53 ---> e8e4999d3843 07:54:53 Step 24/29 : RUN chmod 755 security-secrets-setup 07:54:53 ---> Running in 2c301e8aeb21 07:54:53 Removing intermediate container e56b4def1849 07:54:53 ---> 267abf5e30d2 07:54:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:54:54 ---> e0b9aa8e8106 07:54:54 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:54:54 ---> ac86ad86d06c 07:54:54 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:54:54 ---> 8ebd93035204 07:54:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:54:58 ---> Running in bf4ac8e6f351 07:54:58 ---> 796c59ea1737 07:54:58 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:54:58 ---> 773e790e2814 07:54:58 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:54:59 Removing intermediate container bf4ac8e6f351 07:54:59 ---> c53749f0b197 07:54:59 Step 21/23 : LABEL arch=x86_64 07:54:59 ---> 3b5efad8c0d5 07:54:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml ---> 1f4a7dab0469 07:54:59 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:54:59 07:55:00 Removing intermediate container 2c301e8aeb21 07:55:00 ---> a25312153d8e 07:55:00 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:55:00 ---> Running in 6032add75ad7 07:55:00 ---> Running in c577cdff5416 07:55:01 ---> Running in f9ac4958c999 07:55:01 ---> 280eb0132bb5 07:55:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:55:03 Removing intermediate container 6032add75ad7 07:55:03 ---> cb82e70a412b 07:55:03 Step 22/23 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 07:55:03 Removing intermediate container c577cdff5416 07:55:03 ---> 11963a754ff6 07:55:03 Step 19/21 : LABEL arch=x86_64 07:55:03 Removing intermediate container f9ac4958c999 07:55:03 ---> ac51c26d5784 07:55:03 Step 26/29 : CMD [ "generate" ] 07:55:04 ---> 285859c1694b 07:55:04 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:55:04 fd7a069fd194: Pull complete 07:55:04 66aa3694b03b: Pull complete 07:55:04 170f70906a0f: Pull complete 07:55:04 ---> Running in 3a13b109f631 07:55:04 ---> Running in 484253f28f74 07:55:04 ---> Running in 4c9bc4a5531e 07:55:05 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 07:55:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:55:05 ---> e77070c16da8 07:55:05 Step 3/22 : WORKDIR /edgex-go 07:55:05 ---> Using cache 07:55:05 ---> 11376e1fa9fc 07:55:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:05 ---> Using cache 07:55:05 ---> 9b6fd80266e8 07:55:05 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:55:06 ---> 3da51dbd3d95 07:55:06 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 07:55:06 Removing intermediate container 3a13b109f631 07:55:06 ---> 1f07dae6a309 07:55:06 Step 20/21 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 07:55:06 Removing intermediate container 484253f28f74 07:55:06 ---> 2ca3c237583e 07:55:06 Step 23/23 : LABEL version=0.0.0 07:55:06 Removing intermediate container 4c9bc4a5531e 07:55:06 ---> 3e6ca5264e36 07:55:06 Step 27/29 : LABEL arch=x86_64 07:55:06 ---> Running in 2300fe675e69 07:55:06 ---> Running in f05c8c3a8560 07:55:06 ---> Running in 306f7e7e5066 07:55:06 ---> Running in acb71fb9507c 07:55:06 Removing intermediate container f05c8c3a8560 07:55:06 ---> e6e7a80407ba 07:55:06 Step 21/21 : LABEL version=0.0.0 07:55:06 Removing intermediate container 306f7e7e5066 07:55:06 ---> b2cfcb0d44a8 07:55:06 07:55:07 ---> 83f7fe0a97b7 07:55:07 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:55:07 Removing intermediate container acb71fb9507c 07:55:07 ---> ded077e5b548 07:55:07 Step 28/29 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 07:55:07 ---> Running in 7f07f8d09077 07:55:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:07 ---> Running in 363dd99fe707 07:55:07 Successfully built b2cfcb0d44a8 07:55:07 Successfully tagged docker-support-notifications-go:latest 07:55:07  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 07:55:07 Removing intermediate container 7f07f8d09077 07:55:07 ---> 70611d3517d6 07:55:07 07:55:07 ---> 31b71aec76b9 07:55:07 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:55:07 Successfully built 70611d3517d6 07:55:07 Successfully tagged docker-core-command-go:latest 07:55:07 Building docker-support-logging-go 07:55:07  Building docker-core-command-go ... done Removing intermediate container 363dd99fe707 07:55:07 ---> f54fe40a09be 07:55:07 Step 29/29 : LABEL version=0.0.0 07:55:07 ---> Running in 5fb07cd3dab1 07:55:07 ---> Running in 906d25752439 07:55:08 ad7c5574e4b9: Pull complete 07:55:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:11 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:55:11 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:55:11 OK: 12749 distinct packages available 07:55:11 OK: 233 MiB in 51 packages 07:55:11 e772456be8f7: Pull complete 07:55:12 c890913d741a: Pull complete 07:55:13 Removing intermediate container 906d25752439 07:55:13 ---> ff3b235b0214 07:55:13 07:55:13 Successfully built ff3b235b0214 07:55:13 Successfully tagged docker-security-secrets-setup-go:latest 07:55:13  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go 07:55:14 2480fcc9aa5a: Pull complete 07:55:14 09adf4765672: Pull complete 07:55:14 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 07:55:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 07:55:14 ---> 2248a725d1cf 07:55:14 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 07:55:19 Removing intermediate container 5fb07cd3dab1 07:55:19 ---> 655de3b057fe 07:55:19 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:55:19 Removing intermediate container 2300fe675e69 07:55:19 ---> 907d37d14080 07:55:19 Step 6/22 : COPY go.mod . 07:55:20 ---> Running in 4002cc36b3cb 07:55:20 ---> 5326a77982d7 07:55:20 Step 7/22 : RUN go mod download 07:55:21 ---> Running in f52c99f4f518 07:55:22 Removing intermediate container 4002cc36b3cb 07:55:22 ---> 489540562187 07:55:22 Step 24/26 : LABEL arch=x86_64 07:55:23 ---> Running in 775cf160c264 07:55:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:55:23 ---> Running in c6ec0016fa7e 07:55:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:55:26 (1/12) Installing libmagic (5.38-r0) 07:55:26 (2/12) Installing file (5.38-r0) 07:55:26 (3/12) Installing libc-dev (0.7.2-r3) 07:55:26 (4/12) Installing g++ (9.3.0-r2) 07:55:27 Removing intermediate container c6ec0016fa7e 07:55:27 ---> 150ccf9aedca 07:55:27 Step 25/26 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 07:55:27 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 07:55:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:55:27 ---> e77070c16da8 07:55:27 Step 3/26 : WORKDIR /edgex-go 07:55:27 ---> Using cache 07:55:27 ---> 11376e1fa9fc 07:55:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:27 ---> Using cache 07:55:27 ---> 9b6fd80266e8 07:55:27 Step 5/26 : RUN apk update && apk add make bash git 07:55:27 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:55:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:55:27 ---> e77070c16da8 07:55:27 Step 3/21 : WORKDIR /edgex-go 07:55:27 ---> Using cache 07:55:27 ---> 11376e1fa9fc 07:55:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:27 ---> Using cache 07:55:27 ---> 9b6fd80266e8 07:55:27 Step 5/21 : RUN apk update && apk add make && apk add bash git 07:55:28 ---> Running in 8ef3c8f9fbea 07:55:29 ---> Running in 0d2121c03e5d 07:55:29 ---> Running in 50c89efd7b01 07:55:30 Removing intermediate container 8ef3c8f9fbea 07:55:30 ---> 58f9a85519ea 07:55:30 Step 26/26 : LABEL version=0.0.0 07:55:30 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 07:55:30 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:55:30 ---> e77070c16da8 07:55:30 Step 3/20 : WORKDIR /edgex-go 07:55:30 ---> Using cache 07:55:30 ---> 11376e1fa9fc 07:55:30 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:30 ---> Using cache 07:55:30 ---> 9b6fd80266e8 07:55:30 Step 5/20 : RUN apk update && apk add make git 07:55:30 ---> Using cache 07:55:30 ---> 3246a46dc7e0 07:55:30 Step 6/20 : COPY go.mod . 07:55:30 ---> Using cache 07:55:30 ---> db986df9c2d0 07:55:30 Step 7/20 : RUN go mod download 07:55:30 ---> Using cache 07:55:30 ---> db28f460e4cd 07:55:30 Step 8/20 : COPY . . 07:55:30 ---> Using cache 07:55:30 ---> 4b0f5668087f 07:55:30 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 07:55:31 ---> Running in a8f01dfaa84d 07:55:31 ---> Running in 9b285b507702 07:55:31 Removing intermediate container f52c99f4f518 07:55:31 ---> b71884b0e8df 07:55:31 Step 8/22 : COPY . . 07:55:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:31 Removing intermediate container a8f01dfaa84d 07:55:31 ---> 1b8a4a198676 07:55:31 07:55:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:31 Successfully built 1b8a4a198676 07:55:31 Successfully tagged docker-security-secretstore-setup-go:latest 07:55:31 Building docker-core-metadata-go 07:55:32  Building docker-security-secretstore-setup-go ... done 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 07:55:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:35 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:55:35 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:55:35 OK: 12749 distinct packages available 07:55:35 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:55:35 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:55:35 OK: 12749 distinct packages available 07:55:35 OK: 233 MiB in 51 packages 07:55:35 OK: 233 MiB in 51 packages 07:55:36 OK: 233 MiB in 51 packages 07:55:42 Removing intermediate container 0d2121c03e5d 07:55:42 ---> 60a25060fedb 07:55:42 Step 6/26 : COPY go.mod . 07:55:42 Removing intermediate container 50c89efd7b01 07:55:42 ---> 9f1db96008e5 07:55:42 Step 6/21 : COPY go.mod . 07:55:43 ---> a67070bc26b7 07:55:43 Step 7/26 : RUN go mod download 07:55:44 ---> 6d7a65bd7338 07:55:44 Step 7/21 : RUN go mod download 07:55:44 ---> Running in 450aa27775ce 07:55:44 ---> Running in 359d7f458ded 07:55:44 (5/12) Installing fortify-headers (1.1-r0) 07:55:44 (6/12) Installing patch (2.7.6-r6) 07:55:44 (7/12) Installing build-base (0.5-r2) 07:55:44 (8/12) Installing libsodium (1.0.18-r0) 07:55:44 (9/12) Installing pkgconf (1.7.2-r0) 07:55:44 (10/12) Installing libsodium-dev (1.0.18-r0) 07:55:44 (11/12) Installing libzmq (4.3.2-r0) 07:55:44 (12/12) Installing zeromq-dev (4.3.2-r0) 07:55:44 Executing busybox-1.31.1-r16.trigger 07:55:44 OK: 217 MiB in 51 packages 07:55:48 Removing intermediate container 775cf160c264 07:55:48 ---> 3a7192b2a566 07:55:48 Step 4/7 : WORKDIR /edgex-go 07:55:48 ---> Running in ed8d99ac597d 07:55:48 Removing intermediate container ed8d99ac597d 07:55:48 ---> 3720e855a086 07:55:48 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:55:48 latest: Pulling from library/docker 07:55:48 b538f80385f9: Already exists 07:55:48 259a493cd78d: Pulling fs layer 07:55:48 b8e66b5100f5: Pulling fs layer 07:55:48 39dc9c94d07c: Pulling fs layer 07:55:48 551b823b3b82: Pulling fs layer 07:55:48 3c52a74df98c: Pulling fs layer 07:55:48 6c9b121b6998: Pulling fs layer 07:55:48 551b823b3b82: Waiting 07:55:48 3c52a74df98c: Waiting 07:55:48 6c9b121b6998: Waiting 07:55:49 b8e66b5100f5: Verifying Checksum 07:55:49 b8e66b5100f5: Download complete 07:55:49 259a493cd78d: Verifying Checksum 07:55:49 259a493cd78d: Download complete 07:55:49 551b823b3b82: Verifying Checksum 07:55:49 551b823b3b82: Download complete 07:55:49 3c52a74df98c: Verifying Checksum 07:55:49 3c52a74df98c: Download complete 07:55:49 6c9b121b6998: Verifying Checksum 07:55:49 6c9b121b6998: Download complete 07:55:49 259a493cd78d: Pull complete 07:55:50 b8e66b5100f5: Pull complete 07:55:50 39dc9c94d07c: Verifying Checksum 07:55:50 39dc9c94d07c: Download complete 07:55:53 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:55:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:55:53 ---> e77070c16da8 07:55:53 Step 3/21 : WORKDIR /edgex-go 07:55:53 ---> Using cache 07:55:53 ---> 11376e1fa9fc 07:55:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:53 ---> Using cache 07:55:53 ---> 9b6fd80266e8 07:55:53 Step 5/21 : RUN apk update && apk add make git 07:55:53 ---> Using cache 07:55:53 ---> 3246a46dc7e0 07:55:53 Step 6/21 : COPY go.mod . 07:55:53 ---> Using cache 07:55:53 ---> db986df9c2d0 07:55:53 Step 7/21 : RUN go mod download 07:55:53 ---> Using cache 07:55:53 ---> db28f460e4cd 07:55:53 Step 8/21 : COPY . . 07:55:53 ---> Using cache 07:55:53 ---> 4b0f5668087f 07:55:53 Step 9/21 : RUN make cmd/core-metadata/core-metadata 07:55:53 Removing intermediate container 450aa27775ce 07:55:53 ---> 10111f2ed683 07:55:53 Step 8/26 : COPY . . 07:55:54 ---> Running in 8ee5eeaf5af1 07:55:54 39dc9c94d07c: Pull complete 07:55:54 551b823b3b82: Pull complete 07:55:54 3c52a74df98c: Pull complete 07:55:55 6c9b121b6998: Pull complete 07:55:55 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 07:55:55 Status: Downloaded newer image for docker:latest 07:55:55 Removing intermediate container 359d7f458ded 07:55:55 ---> a5e41b46f0f0 07:55:55 Step 8/21 : COPY . . 07:55:58 ---> 8166b7e19fd8 07:55:58 Step 9/22 : RUN make cmd/core-data/core-data 07:55:59 ---> 22dec6f75670 07:55:59 Step 6/7 : COPY go.mod . 07:55:59 ---> 6a2f67c5a2dc 07:55:59 Step 7/7 : RUN go mod download 07:55:59 ---> Running in 398bb2b56d8a 07:56:01 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 07:56:03 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:56:03 go: finding github.com/BurntSushi/toml v0.3.1 07:56:03 go: finding github.com/OneOfOne/xxhash v1.2.5 07:56:03 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:56:03 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:56:03 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:56:03 go: finding github.com/bgentry/speakeasy v0.1.0 07:56:03 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:56:03 go: finding github.com/cloudflare/gokey v0.1.0 07:56:03 go: finding github.com/davecgh/go-spew v1.1.1 07:56:03 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:56:03 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:56:03 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 07:56:03 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:56:03 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 07:56:03 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 07:56:03 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 07:56:03 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:56:03 go: finding github.com/fatih/color v1.7.0 07:56:03 go: finding github.com/fsnotify/fsnotify v1.4.7 07:56:03 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:56:03 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 07:56:03 go: finding github.com/go-kit/kit v0.8.0 07:56:03 go: finding github.com/go-logfmt/logfmt v0.4.0 07:56:03 go: finding github.com/go-playground/assert/v2 v2.0.1 07:56:03 go: finding github.com/go-playground/locales v0.13.0 07:56:03 go: finding github.com/go-playground/universal-translator v0.17.0 07:56:03 go: finding github.com/go-playground/validator/v10 v10.3.0 07:56:03 go: finding github.com/go-redis/redis/v7 v7.2.0 07:56:03 go: finding github.com/go-stack/stack v1.8.0 07:56:03 go: finding github.com/golang/protobuf v1.3.2 07:56:03 go: finding github.com/gomodule/redigo v2.0.0+incompatible 07:56:03 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:56:03 go: finding github.com/google/uuid v1.1.0 07:56:03 go: finding github.com/gorilla/mux v1.7.1 07:56:03 go: finding github.com/hashicorp/consul/api v1.1.0 07:56:03 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:56:03 go: finding github.com/hashicorp/errwrap v1.0.0 07:56:03 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:56:04 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:56:04 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:56:04 go: finding github.com/hashicorp/go-multierror v1.0.0 07:56:04 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:56:04 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:56:04 go: finding github.com/hashicorp/go-syslog v1.0.0 07:56:04 go: finding github.com/hashicorp/go-uuid v1.0.1 07:56:04 go: finding github.com/hashicorp/go.net v0.0.1 07:56:04 go: finding github.com/hashicorp/golang-lru v0.5.0 07:56:04 go: finding github.com/hashicorp/logutils v1.0.0 07:56:04 go: finding github.com/hashicorp/mdns v1.0.0 07:56:04 go: finding github.com/hashicorp/memberlist v0.1.3 07:56:04 go: finding github.com/hashicorp/serf v0.8.2 07:56:04 go: finding github.com/hpcloud/tail v1.0.0 07:56:04 go: finding github.com/imdario/mergo v0.3.6 07:56:04 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:56:04 go: finding github.com/kr/pretty v0.1.0 07:56:04 go: finding github.com/kr/pty v1.1.1 07:56:04 go: finding github.com/kr/text v0.1.0 07:56:04 go: finding github.com/leodido/go-urn v1.2.0 07:56:04 go: finding github.com/mattn/go-colorable v0.0.9 07:56:04 go: finding github.com/mattn/go-isatty v0.0.3 07:56:04 go: finding github.com/miekg/dns v1.0.14 07:56:04 go: finding github.com/mitchellh/cli v1.0.0 07:56:04 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:56:04 go: finding github.com/mitchellh/copystructure v1.0.0 07:56:04 go: finding github.com/mitchellh/go-homedir v1.0.0 07:56:04 ---> Running in 547e6eebaaff 07:56:04 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:56:04 go: finding github.com/mitchellh/gox v0.4.0 07:56:04 go: finding github.com/mitchellh/iochan v1.0.0 07:56:04 go: finding github.com/mitchellh/mapstructure v1.1.2 07:56:04 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:56:04 go: finding github.com/onsi/ginkgo v1.10.1 07:56:04 go: finding github.com/onsi/gomega v1.7.0 07:56:04 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:56:04 go: finding github.com/pebbe/zmq4 v1.0.0 07:56:04 go: finding github.com/pelletier/go-toml v1.2.0 07:56:05 go: finding github.com/pkg/errors v0.8.1 07:56:05 go: finding github.com/pmezard/go-difflib v1.0.0 07:56:05 go: finding github.com/posener/complete v1.1.1 07:56:05 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:56:05 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:56:05 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:56:05 go: finding github.com/stretchr/objx v0.1.0 07:56:05 go: finding github.com/stretchr/testify v1.5.1 07:56:05 go: finding github.com/ugorji/go v1.1.4 07:56:05 go: finding github.com/x448/float16 v0.8.4 07:56:05 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 07:56:05 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:56:05 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:56:05 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 07:56:05 go: finding golang.org/x/text v0.3.2 07:56:05 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 07:56:05 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:56:05 go: finding gopkg.in/eapache/queue.v1 v1.1.0 07:56:05 go: finding gopkg.in/fsnotify.v1 v1.4.7 07:56:05 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 07:56:05 go: finding gopkg.in/yaml.v2 v2.2.8 07:56:08 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 07:56:13 Removing intermediate container 9b285b507702 07:56:13 ---> 8209f15bd5dd 07:56:13 07:56:13 Step 10/20 : FROM alpine 07:56:13 ---> a24bb4013296 07:56:13 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:56:16 ---> Running in 7b318bf3a209 07:56:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:56:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:56:18 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:56:18 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:56:18 OK: 12749 distinct packages available 07:56:18 (1/4) Installing ca-certificates (20191127-r4) 07:56:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:56:18 (3/4) Installing libcurl (7.69.1-r0) 07:56:18 (4/4) Installing curl (7.69.1-r0) 07:56:18 Executing busybox-1.31.1-r16.trigger 07:56:18 Executing ca-certificates-20191127-r4.trigger 07:56:18 OK: 7 MiB in 18 packages 07:56:22 ---> 751b6fee048d 07:56:22 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:56:23 Removing intermediate container 7b318bf3a209 07:56:23 ---> b8e6633d51ed 07:56:23 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:56:23 ---> Running in 152566da3623 07:56:23 ---> 6d185b29bcd2 07:56:23 Step 9/21 : RUN make cmd/support-logging/support-logging 07:56:23 ---> Running in e16d52a0af1f 07:56:24 ---> Running in 2a6142e12e38 07:56:24 Removing intermediate container e16d52a0af1f 07:56:24 ---> ed0ebf4e407d 07:56:24 Step 13/20 : WORKDIR /edgex 07:56:24 ---> Running in b9f37ca439d9 07:56:24 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 07:56:24 Removing intermediate container b9f37ca439d9 07:56:24 ---> e8bd52c263c3 07:56:24 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:56:24 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 07:56:25 ---> 583e09df45be 07:56:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:56:26 ---> 9dd38bd72127 07:56:26 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:56:26 ---> Running in 745826929c22 07:56:26 Removing intermediate container 745826929c22 07:56:26 ---> c220ea28c93e 07:56:26 Step 17/20 : CMD ["--init=true"] 07:56:27 ---> Running in 4f8ed767dc5d 07:56:27 Removing intermediate container 4f8ed767dc5d 07:56:27 ---> 5826df32577f 07:56:27 Step 18/20 : LABEL arch=x86_64 07:56:27 Removing intermediate container 398bb2b56d8a 07:56:27 ---> c85edaa14c07 07:56:27 Successfully built c85edaa14c07 07:56:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } 07:56:27 ---> Running in 1a2ad15242e8 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:56:28 + docker inspect -f . ci-base-image-arm64 07:56:28 . [Pipeline] withDockerContainer 07:56:28 prd-ubuntu18.04-docker-arm64-4c-16g-2045 does not seem to be running inside a container 07:56:28 $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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 07:56:28 Removing intermediate container 1a2ad15242e8 07:56:28 ---> e39e3d92707b 07:56:28 Step 19/20 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 07:56:28 ---> Running in 8e55cd9515da 07:56:29 Removing intermediate container 8e55cd9515da 07:56:29 ---> cf9b97de6f92 07:56:29 Step 20/20 : LABEL version=0.0.0 07:56:29 ---> Running in ce175281a436 07:56:30 $ docker top d01350658426a41601a3ee1d85b708d2b4f4f46a958610cbaf7c57af789dd85a -eo pid,comm [Pipeline] { [Pipeline] sh 07:56:30 Removing intermediate container ce175281a436 07:56:30 ---> 58c35f2b8013 07:56:30 07:56:30 Successfully built 58c35f2b8013 07:56:30 Successfully tagged docker-security-proxy-setup-go:latest 07:56:31 + go version 07:56:31 go version go1.13.13 linux/arm64 [Pipeline] echo 07:56:31 ========================================================= 07:56:31 [edgeXBuildGoParallel] Running Tests and Build... 07:56:31 ========================================================= [Pipeline] sh 07:56:31 + make test 07:56:31 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:56:32  Building docker-security-proxy-setup-go ... done Removing intermediate container 8ee5eeaf5af1 07:56:32 ---> dabae02e3e5f 07:56:32 07:56:32 Step 10/21 : FROM scratch 07:56:32 ---> 07:56:32 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:56:33 ---> Using cache 07:56:33 ---> 9277558684c3 07:56:33 Step 12/21 : ENV APP_PORT=48081 07:56:33 ---> Running in 0778f1d54fde 07:56:33 Removing intermediate container 0778f1d54fde 07:56:33 ---> 021f1c51e130 07:56:33 Step 13/21 : EXPOSE $APP_PORT 07:56:33 ---> Running in 31d39fe30559 07:56:34 Removing intermediate container 31d39fe30559 07:56:34 ---> 85fd4070ccb1 07:56:34 Step 14/21 : WORKDIR / 07:56:34 ---> Running in a81fa25e83d6 07:56:34 ? github.com/edgexfoundry/edgex-go [no test files] 07:56:34 Removing intermediate container a81fa25e83d6 07:56:34 ---> 662beb2ab82f 07:56:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:56:35 ---> 7d4751699649 07:56:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:56:35 ---> 2beecb298352 07:56:35 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:56:36 ---> c2168999269b 07:56:36 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:56:36 ---> Running in 8947d6aaa0d0 07:56:38 Removing intermediate container 8947d6aaa0d0 07:56:38 ---> e4a648166a08 07:56:38 Step 19/21 : LABEL arch=x86_64 07:56:38 ---> Running in 20f8aa981863 07:56:39 Removing intermediate container 20f8aa981863 07:56:39 ---> d3106068feb5 07:56:39 Step 20/21 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 07:56:40 ---> Running in 8ccaa3f29c69 07:56:41 Removing intermediate container 8ccaa3f29c69 07:56:41 ---> e0c42bc974f1 07:56:41 Step 21/21 : LABEL version=0.0.0 07:56:41 ---> Running in 7cc0d7eb7015 07:56:42 Removing intermediate container 7cc0d7eb7015 07:56:42 ---> 8c6ebba9eb8d 07:56:42 07:56:42 Successfully built 8c6ebba9eb8d 07:56:42 Successfully tagged docker-core-metadata-go:latest 07:56:45  Building docker-core-metadata-go ... done Removing intermediate container 547e6eebaaff 07:56:45 ---> 1928baec7d20 07:56:45 07:56:45 Step 10/22 : FROM alpine 07:56:45 ---> a24bb4013296 07:56:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:56:45 ---> Running in 8827c93f936c 07:56:45 Removing intermediate container 8827c93f936c 07:56:45 ---> 1481dc286884 07:56:45 Step 12/22 : ENV APP_PORT=48080 07:56:45 ---> Running in b4f6fdb37645 07:56:49 Removing intermediate container b4f6fdb37645 07:56:49 ---> e2b86d370eb3 07:56:49 Step 13/22 : EXPOSE $APP_PORT 07:56:49 ---> Running in cd3558cd9af5 07:56:52 Removing intermediate container 152566da3623 07:56:52 ---> 328523eddeac 07:56:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:56:52 Removing intermediate container 2a6142e12e38 07:56:52 ---> 72be26beb242 07:56:52 07:56:52 Step 10/21 : FROM scratch 07:56:52 ---> 07:56:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:56:52 ---> Using cache 07:56:52 ---> fc1cde0a7234 07:56:52 Step 12/21 : ENV APP_PORT=48061 07:56:52 ---> Running in ddf85b1d2cf4 07:56:52 Removing intermediate container cd3558cd9af5 07:56:52 ---> 50409e3c1c93 07:56:52 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:56:52 ---> Running in 2fc908ab16b6 07:56:52 ---> Running in 020e0cdacf6f 07:56:52 Removing intermediate container 2fc908ab16b6 07:56:52 ---> 6f9934ee1216 07:56:52 Step 13/21 : EXPOSE $APP_PORT 07:56:52 ---> Running in 633e7674525f 07:56:52 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 07:56:52 Removing intermediate container 633e7674525f 07:56:52 ---> a6d5a0ff3259 07:56:52 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 07:56:53 ---> f50c9c6386a4 07:56:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 07:56:53 ---> fdd7623aaa14 07:56:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 07:56:53 Removing intermediate container 020e0cdacf6f 07:56:53 ---> f145de8e40b7 07:56:53 Step 15/22 : RUN apk --no-cache add zeromq 07:56:53 ---> Running in 440a851cfabf 07:56:54 ---> acda1b2f41cb 07:56:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 07:56:54 Removing intermediate container ddf85b1d2cf4 07:56:54 ---> 6570a3954a97 07:56:54 07:56:54 Step 11/26 : FROM docker:latest 07:56:54 ---> 81f5749c9058 07:56:54 Step 12/26 : RUN apk add --no-cache bash 07:56:54 ---> Running in 95c687b3e080 07:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:56:54 ---> 09950ed10f78 07:56:54 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:56:54 ---> Running in 52939aa26ea6 07:56:54 Removing intermediate container 52939aa26ea6 07:56:54 ---> 2439de361697 07:56:54 Step 19/21 : LABEL arch=x86_64 07:56:54 ---> Running in 57842200bdcd 07:56:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:56:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:56:55 Removing intermediate container 57842200bdcd 07:56:55 ---> d51a7ea4bae6 07:56:55 Step 20/21 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 07:56:55 ---> Running in c796a4eb26c4 07:56:55 (1/2) Installing readline (8.0.4-r0) 07:56:55 (2/2) Installing bash (5.0.17-r0) 07:56:55 Executing bash-5.0.17-r0.post-install 07:56:55 Executing busybox-1.31.1-r16.trigger 07:56:55 OK: 12 MiB in 22 packages 07:56:55 Removing intermediate container c796a4eb26c4 07:56:55 ---> 6f830fca9182 07:56:55 Step 21/21 : LABEL version=0.0.0 07:56:55 ---> Running in 3756ce7e82ba 07:56:55 Removing intermediate container 3756ce7e82ba 07:56:55 ---> 1412b7689e39 07:56:55 07:56:55 Successfully built 1412b7689e39 07:56:55 Successfully tagged docker-support-logging-go:latest 07:56:55  Building docker-support-logging-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:56:55 Removing intermediate container 95c687b3e080 07:56:55 ---> 1064f1488ef7 07:56:55 Step 13/26 : RUN rm -rf /var/cache/apk/* 07:56:55 ---> Running in b11aba1f72f0 07:56:56 Removing intermediate container b11aba1f72f0 07:56:56 ---> 463fda27412e 07:56:56 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:56:56 ---> Running in e42616cbe9d5 07:56:56 Removing intermediate container e42616cbe9d5 07:56:56 ---> aa5fdac3c60d 07:56:56 Step 15/26 : ENV APP_PORT=48090 07:56:56 ---> Running in 2f3cf688739c 07:56:57 (1/5) Installing libgcc (9.3.0-r2) 07:56:57 Removing intermediate container 2f3cf688739c 07:56:57 ---> 433fe49f7b79 07:56:57 Step 16/26 : EXPOSE $APP_PORT 07:56:57 (2/5) Installing libsodium (1.0.18-r0) 07:56:57 ---> Running in 52de1b349914 07:56:57 (3/5) Installing libstdc++ (9.3.0-r2) 07:56:57 Removing intermediate container 52de1b349914 07:56:57 ---> 71f3e126df76 07:56:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:56:57 (4/5) Installing libzmq (4.3.2-r0) 07:56:57 ---> 52a7a8bc01f0 07:56:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:56:57 (5/5) Installing zeromq (4.3.2-r0) 07:56:57 Executing busybox-1.31.1-r16.trigger 07:56:57 OK: 8 MiB in 19 packages 07:56:58 ---> 588ee40fee58 07:56:58 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:56:58 ---> 2cc74da08cbc 07:56:58 Step 20/26 : RUN apk --no-cache add py-pip 07:56:58 Removing intermediate container 440a851cfabf 07:56:58 ---> a5a3998ef5c3 07:56:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:56:58 ---> Running in 195df5fccbbb 07:56:58 ---> 24594189c149 07:56:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:56:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:56:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:56:59 (1/33) Installing libbz2 (1.0.8-r1) 07:56:59 (2/33) Installing expat (2.2.9-r1) 07:56:59 (3/33) Installing libffi (3.3-r2) 07:56:59 (4/33) Installing gdbm (1.13-r1) 07:56:59 (5/33) Installing xz-libs (5.2.5-r0) 07:56:59 (6/33) Installing sqlite-libs (3.32.1-r0) 07:56:59 (7/33) Installing python3 (3.8.5-r0) 07:57:03 ---> 9999cbbcb9d5 07:57:03 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:57:03 (8/33) Installing py3-appdirs (1.4.4-r1) 07:57:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:57:03 (10/33) Installing py3-parsing (2.4.7-r0) 07:57:03 (11/33) Installing py3-six (1.15.0-r0) 07:57:03 (12/33) Installing py3-packaging (20.4-r0) 07:57:03 (13/33) Installing py3-setuptools (47.0.0-r0) 07:57:03 (14/33) Installing py3-chardet (3.0.4-r4) 07:57:03 (15/33) Installing py3-idna (2.9-r0) 07:57:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:57:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:57:03 (18/33) Installing py3-requests (2.23.0-r0) 07:57:03 (19/33) Installing py3-msgpack (1.0.0-r0) 07:57:03 (20/33) Installing py3-lockfile (0.12.2-r3) 07:57:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:57:04 (22/33) Installing py3-colorama (0.4.3-r0) 07:57:04 (23/33) Installing py3-distlib (0.3.0-r0) 07:57:04 ---> cdbc3278bbb0 07:57:04 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:57:05 (24/33) Installing py3-distro (1.5.0-r1) 07:57:05 (25/33) Installing py3-webencodings (0.5.1-r3) 07:57:05 (26/33) Installing py3-html5lib (1.0.1-r4) 07:57:05 ---> Running in d8788479f761 07:57:05 (27/33) Installing py3-pytoml (0.1.21-r0) 07:57:05 (28/33) Installing py3-pep517 (0.8.2-r0) 07:57:05 (29/33) Installing py3-progress (1.5-r0) 07:57:05 (30/33) Installing py3-toml (0.10.1-r0) 07:57:05 (31/33) Installing py3-retrying (1.3.3-r0) 07:57:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:57:05 (33/33) Installing py3-pip (20.1.1-r0) 07:57:06 Executing busybox-1.31.1-r16.trigger 07:57:06 OK: 71 MiB in 55 packages 07:57:06 Removing intermediate container d8788479f761 07:57:06 ---> 83204108799e 07:57:06 Step 20/22 : LABEL arch=x86_64 07:57:06 ---> Running in a1f4d71f7382 07:57:06 Removing intermediate container a1f4d71f7382 07:57:06 ---> f8aeecf7b72d 07:57:06 Step 21/22 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 07:57:06 ---> Running in 5109f44acbcb 07:57:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:57:07 Removing intermediate container 5109f44acbcb 07:57:07 ---> 25d95ca0689e 07:57:07 Step 22/22 : LABEL version=0.0.0 07:57:10 ---> Running in c73e241ef570 07:57:11 Removing intermediate container c73e241ef570 07:57:11 ---> 9da3ff582b34 07:57:11 07:57:11 Removing intermediate container 195df5fccbbb 07:57:11 ---> e289ae7f1656 07:57:11 Step 21/26 : RUN pip install docker-compose==1.23.2 07:57:11 Successfully built 9da3ff582b34 07:57:11 Successfully tagged docker-core-data-go:latest 07:57:11  Building docker-core-data-go ... done  ---> Running in edd852077130 07:57:13 Collecting docker-compose==1.23.2 07:57:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:57:13 Collecting websocket-client<1.0,>=0.32.0 07:57:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:57:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:57:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:57:13 Collecting dockerpty<0.5,>=0.4.1 07:57:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:57:14 Collecting PyYAML<4,>=3.10 07:57:14 Downloading PyYAML-3.13.tar.gz (270 kB) 07:57:15 Collecting jsonschema<3,>=2.5.1 07:57:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:57:15 Collecting cached-property<2,>=1.2.0 07:57:15 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 07:57:15 Collecting docker<4.0,>=3.6.0 07:57:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:57:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:57:15 Collecting docopt<0.7,>=0.6.1 07:57:15 Downloading docopt-0.6.2.tar.gz (25 kB) 07:57:16 Collecting texttable<0.10,>=0.9.0 07:57:16 Downloading texttable-0.9.1.tar.gz (11 kB) 07:57:16 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) 07:57:16 Collecting idna<2.8,>=2.5 07:57:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:57:16 Collecting urllib3<1.25,>=1.21.1 07:57:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:57:16 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) 07:57:16 Collecting docker-pycreds>=0.4.0 07:57:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:57:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:57:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:57:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:57:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:57:17 Installing collected packages: websocket-client, idna, urllib3, requests, dockerpty, PyYAML, jsonschema, cached-property, docker-pycreds, docker, docopt, texttable, docker-compose 07:57:17 Attempting uninstall: idna 07:57:17 Found existing installation: idna 2.9 07:57:17 Uninstalling idna-2.9: 07:57:17 Successfully uninstalled idna-2.9 07:57:17 Attempting uninstall: urllib3 07:57:17 Found existing installation: urllib3 1.25.9 07:57:17 Uninstalling urllib3-1.25.9: 07:57:17 Successfully uninstalled urllib3-1.25.9 07:57:17 Attempting uninstall: requests 07:57:17 Found existing installation: requests 2.23.0 07:57:17 Uninstalling requests-2.23.0: 07:57:18 Successfully uninstalled requests-2.23.0 07:57:18 Running setup.py install for dockerpty: started 07:57:18 Running setup.py install for dockerpty: finished with status 'done' 07:57:18 Running setup.py install for PyYAML: started 07:57:19 Running setup.py install for PyYAML: finished with status 'done' 07:57:19 Running setup.py install for docopt: started 07:57:20 Running setup.py install for docopt: finished with status 'done' 07:57:20 Running setup.py install for texttable: started 07:57:21 Running setup.py install for texttable: finished with status 'done' 07:57:21 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 07:57:24 Removing intermediate container edd852077130 07:57:24 ---> 316d8799ba4b 07:57:24 Step 22/26 : RUN apk --no-cache add curl 07:57:24 ---> Running in 0a78f2b6aba8 07:57:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:57:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:57:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:57:24 (2/3) Installing libcurl (7.69.1-r0) 07:57:24 (3/3) Installing curl (7.69.1-r0) 07:57:24 Executing busybox-1.31.1-r16.trigger 07:57:24 OK: 72 MiB in 58 packages 07:57:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:57:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:57:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:57:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:57:25 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.056s 07:57:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 07:57:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:57:25 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 07:57:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:57:25 Removing intermediate container 0a78f2b6aba8 07:57:25 ---> 2d2bfcfef778 07:57:25 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 07:57:25 ---> Running in b26813ac96cd 07:57:25 Removing intermediate container b26813ac96cd 07:57:25 ---> aef6d226ba8a 07:57:25 Step 24/26 : LABEL arch=x86_64 07:57:25 ---> Running in 5f2e1d08dea5 07:57:26 Removing intermediate container 5f2e1d08dea5 07:57:26 ---> 2b06da1bd9be 07:57:26 Step 25/26 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 07:57:26 ---> Running in b2445d72c0b4 07:57:26 Removing intermediate container b2445d72c0b4 07:57:26 ---> 334373a688b7 07:57:26 Step 26/26 : LABEL version=0.0.0 07:57:26 ---> Running in 957d99b5f9c8 07:57:26 Removing intermediate container 957d99b5f9c8 07:57:26 ---> eb9591861bd6 07:57:26 07:57:26 Successfully built eb9591861bd6 07:57:26 Successfully tagged docker-sys-mgmt-agent-go:latest 07:57:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:57:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:57:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:57:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:57:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:57:26 $ docker stop --time=1 c7694aa1f88cc08adc9196d50aea58c6ff0c15b32fa9fb171901b188a9b1efab 07:57:28 $ docker rm -f c7694aa1f88cc08adc9196d50aea58c6ff0c15b32fa9fb171901b188a9b1efab [Pipeline] // withDockerContainer [Pipeline] sh 07:57:29 + docker images 07:57:29 + grep docker 07:57:29 docker-sys-mgmt-agent-go latest eb9591861bd6 3 seconds ago 284MB 07:57:29 docker-core-data-go latest 9da3ff582b34 18 seconds ago 24.4MB 07:57:29 docker-support-logging-go latest 1412b7689e39 34 seconds ago 11.8MB 07:57:29 docker-core-metadata-go latest 8c6ebba9eb8d 47 seconds ago 14.4MB 07:57:29 docker-security-proxy-setup-go latest 58c35f2b8013 About a minute ago 16.4MB 07:57:29 docker-security-secretstore-setup-go latest 1b8a4a198676 About a minute ago 33.9MB 07:57:29 docker-security-secrets-setup-go latest ff3b235b0214 2 minutes ago 25.1MB 07:57:29 docker-core-command-go latest 70611d3517d6 2 minutes ago 13MB 07:57:29 docker-support-notifications-go latest b2cfcb0d44a8 2 minutes ago 14.5MB 07:57:29 docker-support-scheduler-go latest 3ec31ee9b76a 2 minutes ago 13.1MB 07:57:29 docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.069s coverage: 46.6% of statements 07:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:57:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.244s coverage: 27.2% of statements 07:57:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:57:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:57:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:57:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:57:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:57:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:57:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.020s coverage: 100.0% of statements 07:57:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:57:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements 07:57:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:57:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:57:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.395s coverage: 82.0% of statements 07:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 07:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.297s coverage: 28.6% of statements 07:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.046s coverage: 100.0% of statements 07:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 07:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:57:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 89.8% of statements 07:57:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:57:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements 07:57:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:57:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 100.0% of statements 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:57:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 07:57:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 07:57:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.189s coverage: 63.5% of statements 07:57:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:57:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:57:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements 07:57:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.383s coverage: 55.9% of statements 07:57:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:57:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:57:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 07:57:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 47.671s coverage: 86.3% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.100s coverage: 72.2% of statements 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.395s coverage: 72.1% of statements 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.036s coverage: 28.8% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 26.9% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.304s coverage: 84.1% of statements 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.026s coverage: 42.9% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.060s coverage: 100.0% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.031s coverage: 83.8% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.085s coverage: 46.1% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.053s coverage: 100.0% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.032s coverage: 100.0% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.260s coverage: 29.1% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.055s coverage: 99.0% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.015s coverage: 0.0% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:58:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements 07:58:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements 07:58:52 GO111MODULE=on go vet ./... 07:59:05 gofmt -l . 07:59:06 [ "`gofmt -l .`" = "" ] 07:59:09 ./bin/test-go-mod-tidy.sh 07:59:09 ./bin/test-attribution-txt.sh [Pipeline] sh 07:59:13 + ls -al . 07:59:13 total 588 07:59:13 drwxrwxr-x 10 1001 1001 4096 Aug 4 07:59 . 07:59:13 drwxr-xr-x 4 root root 4096 Aug 4 07:56 .. 07:59:13 -rw-rw-r-- 1 1001 1001 11 Aug 4 07:54 .dockerignore 07:59:13 drwxrwxr-x 8 1001 1001 4096 Aug 4 07:54 .git 07:59:13 drwxrwxr-x 3 1001 1001 4096 Aug 4 07:54 .github 07:59:13 -rw-rw-r-- 1 1001 1001 932 Aug 4 07:54 .gitignore 07:59:13 drwxrwxr-x 3 1001 1001 4096 Aug 4 07:54 .semver 07:59:13 -rw-rw-r-- 1 1001 1001 166 Aug 4 07:54 .sonarcloud.properties 07:59:13 -rw-rw-r-- 1 1001 1001 3804 Aug 4 07:54 CONTRIBUTING.md 07:59:13 -rw-rw-r-- 1 1001 1001 1035 Aug 4 07:54 Dockerfile.build 07:59:13 -rw-rw-r-- 1 1001 1001 865 Aug 4 07:54 Jenkinsfile 07:59:13 -rw-rw-r-- 1 1001 1001 10775 Aug 4 07:54 LICENSE 07:59:13 -rw-rw-r-- 1 1001 1001 6237 Aug 4 07:54 Makefile 07:59:13 -rw-rw-r-- 1 1001 1001 5652 Aug 4 07:54 README.md 07:59:13 -rw-rw-r-- 1 1001 1001 7111 Aug 4 07:54 SECURITY.md 07:59:13 -rw-rw-r-- 1 1001 1001 5 Aug 4 07:49 VERSION 07:59:13 -rw-rw-r-- 1 1001 1001 4131 Aug 4 07:54 ZMQWindows.md 07:59:13 drwxrwxr-x 2 1001 1001 4096 Aug 4 07:54 bin 07:59:13 drwxrwxr-x 15 1001 1001 4096 Aug 4 07:54 cmd 07:59:13 -rw-r--r-- 1 root root 457707 Aug 4 07:58 coverage.out 07:59:13 -rw-r--r-- 1 root root 1019 Aug 4 07:59 go.mod 07:59:13 -rw-r--r-- 1 root root 19185 Aug 4 07:59 go.sum 07:59:13 drwxrwxr-x 8 1001 1001 4096 Aug 4 07:54 internal 07:59:13 drwxrwxr-x 4 1001 1001 4096 Aug 4 07:54 openapi 07:59:13 drwxrwxr-x 4 1001 1001 4096 Aug 4 07:54 snap 07:59:13 -rw-rw-r-- 1 1001 1001 168 Aug 4 07:54 version.go [Pipeline] sh 07:59:14 + '[' -e coverage.out ] 07:59:14 + chown 1001:1001 coverage.out [Pipeline] stash 07:59:14 Warning: overwriting stash ‘coverage-report’ 07:59:15 Stashed 1 file(s) [Pipeline] sh 07:59:16 + make build 07:59:16 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 07:59:38 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 07:59:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:59:52 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 07:59:57 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 08:00:04 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 08:00:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:00:11 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 08:00: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 08:00:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:00:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:00:29 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 08:00:33 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] } 08:00:37 $ docker stop --time=1 d01350658426a41601a3ee1d85b708d2b4f4f46a958610cbaf7c57af789dd85a 08:00:40 $ docker rm -f d01350658426a41601a3ee1d85b708d2b4f4f46a958610cbaf7c57af789dd85a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:00:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:00:41 08:00:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:00:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:00:42 latest: Pulling from edgex-devops/edgex-compose-arm64 08:00:42 29e5d40040c1: Pulling fs layer 08:00:42 1ce36da41761: Pulling fs layer 08:00:42 25b303627fd3: Pulling fs layer 08:00:42 29e5d40040c1: Verifying Checksum 08:00:42 29e5d40040c1: Download complete 08:00:42 1ce36da41761: Verifying Checksum 08:00:42 1ce36da41761: Download complete 08:00:42 29e5d40040c1: Pull complete 08:00:44 1ce36da41761: Pull complete 08:00:44 25b303627fd3: Verifying Checksum 08:00:44 25b303627fd3: Download complete 08:00:54 25b303627fd3: Pull complete 08:00:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:00:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:00:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:00:54 prd-ubuntu18.04-docker-arm64-4c-16g-2045 does not seem to be running inside a container 08:00:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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 08:00:58 $ docker top bce31f0acc068b5f39c1c49f3cc8569fd6eae9e48eea1c957faffb8f641a4f2a -eo pid,comm [Pipeline] { [Pipeline] sh 08:00:59 + docker-compose build --help 08:00:59 + grep parallel 08:01:03 --parallel Build images in parallel. [Pipeline] } 08:01:03 $ docker stop --time=1 bce31f0acc068b5f39c1c49f3cc8569fd6eae9e48eea1c957faffb8f641a4f2a 08:01:05 $ docker rm -f bce31f0acc068b5f39c1c49f3cc8569fd6eae9e48eea1c957faffb8f641a4f2a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:01:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:01:05 . [Pipeline] withDockerContainer 08:01:06 prd-ubuntu18.04-docker-arm64-4c-16g-2045 does not seem to be running inside a container 08:01:06 $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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 08:01:07 $ docker top 15f4868d15042908ab1fbac2e563e7286c5b2997f47f6babd20725c9eda73c35 -eo pid,comm [Pipeline] { [Pipeline] sh 08:01:08 + docker-compose -f ./docker-compose-build.yml build --parallel 08:01:12 Building docker-core-command-go ... 08:01:12 Building docker-core-data-go ... 08:01:12 Building docker-core-metadata-go ... 08:01:12 Building docker-security-proxy-setup-go ... 08:01:12 Building docker-security-secrets-setup-go ... 08:01:12 Building docker-security-secretstore-setup-go ... 08:01:12 Building docker-support-logging-go ... 08:01:12 Building docker-support-notifications-go ... 08:01:12 Building docker-support-scheduler-go ... 08:01:12 Building docker-sys-mgmt-agent-go ... 08:01:12 Building docker-core-data-go 08:01:12 Building docker-security-secretstore-setup-go 08:01:12 Building docker-security-proxy-setup-go 08:01:12 Building docker-sys-mgmt-agent-go 08:01:12 Building docker-support-logging-go 08:03:04 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 08:03:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:03:04 ---> c85edaa14c07 08:03:04 Step 3/26 : WORKDIR /edgex-go 08:03:04 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 08:03:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:03:04 ---> c85edaa14c07 08:03:04 Step 3/21 : WORKDIR /edgex-go 08:03:04 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 08:03:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:03:04 ---> c85edaa14c07 08:03:04 Step 3/22 : WORKDIR /edgex-go 08:03:04 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 08:03:04 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:03:04 ---> c85edaa14c07 08:03:04 Step 3/20 : WORKDIR /edgex-go 08:03:04 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 08:03:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:03:04 ---> c85edaa14c07 08:03:04 Step 3/26 : WORKDIR /edgex-go 08:03:06 ---> Running in b1edd02d3f2e 08:03:06 ---> Running in 1975950aff61 08:03:06 ---> Running in 88ee3c0c0b2e 08:03:06 ---> Running in a475fae8443c 08:03:06 ---> Running in 663b6e53a2ed 08:03:06 Removing intermediate container 88ee3c0c0b2e 08:03:06 ---> daf1149a82dc 08:03:06 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:03:06 Removing intermediate container 1975950aff61 08:03:06 ---> 46c6a9d59140 08:03:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:03:06 Removing intermediate container 663b6e53a2ed 08:03:06 ---> 48f1d16e4d10 08:03:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:03:06 ---> Running in 7d30a55a37e1 08:03:06 ---> Running in a2b0e2b2bbaf 08:03:06 Removing intermediate container b1edd02d3f2e 08:03:06 ---> 0fa4e17a78cb 08:03:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:03:06 Removing intermediate container a475fae8443c 08:03:06 ---> eb02b212c5b1 08:03:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:03:07 ---> Running in 348bc6d9893b 08:03:07 ---> Running in 25ab10133d9c 08:03:07 ---> Running in f4ed45a39d21 08:03:11 Removing intermediate container a2b0e2b2bbaf 08:03:11 ---> 711a621ca759 08:03:11 Step 5/21 : RUN apk update && apk add make && apk add bash git 08:03:11 ---> Running in 94d0817ff27e 08:03:11 Removing intermediate container 7d30a55a37e1 08:03:11 ---> 273404d1403d 08:03:11 Step 5/20 : RUN apk update && apk add make git 08:03:11 ---> Running in 5b8afa1ecca0 08:03:11 Removing intermediate container 348bc6d9893b 08:03:11 ---> c71f3bb68a81 08:03:11 Step 5/26 : RUN apk update && apk add make bash git 08:03:12 Removing intermediate container f4ed45a39d21 08:03:12 ---> 3ad278741c8d 08:03:12 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:03:12 ---> Running in 457fb937542c 08:03:12 Removing intermediate container 25ab10133d9c 08:03:12 ---> 4ed8af6a0881 08:03:12 Step 5/26 : RUN apk update && apk add make git 08:03:12 ---> Running in 1baf83c19858 08:03:12 ---> Running in a07c02cfef88 08:03:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:03:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:03:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:03:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:03:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:03:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:03:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:03:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:03:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:03:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:03:15 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:03:15 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 08:03:15 OK: 12620 distinct packages available 08:03:16 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:03:16 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 08:03:16 OK: 12620 distinct packages available 08:03:16 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:03:16 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 08:03:16 OK: 12620 distinct packages available 08:03:16 OK: 217 MiB in 51 packages 08:03:17 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:03:17 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 08:03:17 OK: 12620 distinct packages available 08:03:17 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:03:17 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 08:03:17 OK: 12620 distinct packages available 08:03:17 OK: 217 MiB in 51 packages 08:03:17 OK: 217 MiB in 51 packages 08:03:17 OK: 217 MiB in 51 packages 08:03:17 OK: 217 MiB in 51 packages 08:03:17 OK: 217 MiB in 51 packages 08:03:19 Removing intermediate container 457fb937542c 08:03:19 ---> 1c643ce34ae9 08:03:19 Step 6/26 : COPY go.mod . 08:03:19 Removing intermediate container 94d0817ff27e 08:03:19 ---> c795bea3a89e 08:03:19 Step 6/21 : COPY go.mod . 08:03:20 Removing intermediate container 5b8afa1ecca0 08:03:20 ---> d1504253a12c 08:03:20 Step 6/20 : COPY go.mod . 08:03:20 Removing intermediate container 1baf83c19858 08:03:20 ---> faa476da841b 08:03:20 Step 6/22 : COPY go.mod . 08:03:20 Removing intermediate container a07c02cfef88 08:03:20 ---> 73413f224e79 08:03:20 Step 6/26 : COPY go.mod . 08:03:20 ---> 0795c77accaf 08:03:20 Step 7/26 : RUN go mod download 08:03:20 ---> Running in 50b17e9cedd2 08:03:20 ---> ac4e9d04b706 08:03:20 Step 7/21 : RUN go mod download 08:03:21 ---> Running in 3c7c4c834066 08:03:21 ---> baa544c09719 08:03:21 Step 7/20 : RUN go mod download 08:03:21 ---> a02fc7793c4b 08:03:21 Step 7/22 : RUN go mod download 08:03:21 ---> Running in 02e362ffea52 08:03:21 ---> a0ad95af0797 08:03:21 Step 7/26 : RUN go mod download 08:03:21 ---> Running in 555ee341c6a2 08:03:21 ---> Running in 66f152dcfd41 08:03:25 Removing intermediate container 50b17e9cedd2 08:03:25 ---> e9c5b1daf010 08:03:25 Step 8/26 : COPY . . 08:03:25 Removing intermediate container 3c7c4c834066 08:03:25 ---> ab29bea43496 08:03:25 Step 8/21 : COPY . . 08:03:26 Removing intermediate container 02e362ffea52 08:03:26 ---> 67a67fde78c3 08:03:26 Step 8/20 : COPY . . 08:03:27 Removing intermediate container 66f152dcfd41 08:03:27 ---> a8bed6b9124c 08:03:27 Step 8/26 : COPY . . 08:03:28 Removing intermediate container 555ee341c6a2 08:03:28 ---> ccb00dd99bad 08:03:28 Step 8/22 : COPY . . 08:04:00 ---> 7f7dccd95332 08:04:00 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 08:04:00 ---> 41bf329c1d50 08:04:00 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:04:00 ---> 4ec4a0cd8439 08:04:00 Step 9/21 : RUN make cmd/support-logging/support-logging 08:04:00 ---> a62ddddf2823 08:04:00 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:04:00 ---> 5a0d239d0306 08:04:00 Step 9/22 : RUN make cmd/core-data/core-data 08:04:00 ---> Running in afb5ae3f52c1 08:04:00 ---> Running in 973408e0b60b 08:04:00 ---> Running in 305bfdea66df 08:04:00 ---> Running in eddab70e12fb 08:04:00 ---> Running in 3614ef57853e 08:04:02 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 08:04:02 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 08:04:02 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 08:04:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:04:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:05:24 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 08:05:25 Removing intermediate container 973408e0b60b 08:05:25 ---> ee5b5a9eeae8 08:05:25 08:05:25 Step 10/20 : FROM alpine 08:05:26 latest: Pulling from library/alpine 08:05:26 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 08:05:26 Status: Downloaded newer image for alpine:latest 08:05:26 ---> 62ee0e9f8440 08:05:26 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:05:26 ---> Running in 0bd5b70371fc 08:05:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:05:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:05:30 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:05:30 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:05:30 OK: 12620 distinct packages available 08:05:31 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 08:05:31 (1/4) Installing ca-certificates (20191127-r4) 08:05:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:05:31 (3/4) Installing libcurl (7.69.1-r0) 08:05:31 (4/4) Installing curl (7.69.1-r0) 08:05:31 Executing busybox-1.31.1-r16.trigger 08:05:31 Executing ca-certificates-20191127-r4.trigger 08:05:31 OK: 7 MiB in 18 packages 08:05:35 Removing intermediate container 0bd5b70371fc 08:05:35 ---> ebadb3c9dad4 08:05:35 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:05:35 ---> Running in b9e5b8af8ccd 08:05:35 Removing intermediate container eddab70e12fb 08:05:35 ---> 381d02546f79 08:05:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:05:36 ---> Running in e08676812a39 08:05:37 Removing intermediate container b9e5b8af8ccd 08:05:37 ---> 27ea7b89e671 08:05:37 Step 13/20 : WORKDIR /edgex 08:05:37 ---> Running in 4e13d99f2e06 08:05:39 Removing intermediate container 4e13d99f2e06 08:05:39 ---> 650a7490af4d 08:05:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:05:39 Removing intermediate container afb5ae3f52c1 08:05:39 ---> 1e2c0d5ebc25 08:05:39 08:05:39 Step 10/21 : FROM scratch 08:05:39 ---> 08:05:39 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:05:39 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 08:05:39 ---> Running in a779f69b8935 08:05:40 ---> 8fa2088c38ae 08:05:40 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:05:41 Removing intermediate container a779f69b8935 08:05:41 ---> a97cdf4cc4c5 08:05:41 Step 12/21 : ENV APP_PORT=48061 08:05:41 ---> Running in 38fb2c68e384 08:05:42 Removing intermediate container 38fb2c68e384 08:05:42 ---> da74eee7c706 08:05:42 Step 13/21 : EXPOSE $APP_PORT 08:05:43 ---> Running in 2ff5929f22df 08:05:43 ---> d734ff63c2be 08:05:43 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:05:44 ---> Running in bb940b1e8256 08:05:44 Removing intermediate container 2ff5929f22df 08:05:44 ---> 42e4fa3638ee 08:05:44 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 08:05:45 Removing intermediate container bb940b1e8256 08:05:45 ---> 273b17d770fb 08:05:45 Step 17/20 : CMD ["--init=true"] 08:05:45 ---> Running in d42e0e6e5dcb 08:05:46 Removing intermediate container e08676812a39 08:05:46 ---> 9a3d4ec8e5d0 08:05:46 08:05:46 Step 11/26 : FROM docker:latest 08:05:46 ---> ce9d55ae87f1 08:05:46 Step 12/26 : RUN apk add --no-cache bash 08:05:46 ---> f7e689715333 08:05:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:05:46 ---> Running in a091f83e4451 08:05:46 Removing intermediate container 305bfdea66df 08:05:46 ---> 0e24cfc1d5ff 08:05:46 08:05:46 Step 10/26 : FROM alpine:3.10 08:05:47 Removing intermediate container d42e0e6e5dcb 08:05:47 ---> fce73c2994bd 08:05:47 Step 18/20 : LABEL arch=arm64 08:05:47 3.10: Pulling from library/alpine 08:05:47 ---> Running in 830a4ebdb0c8 08:05:47 ---> 4dfd2d156d55 08:05:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:05:48 Removing intermediate container 830a4ebdb0c8 08:05:48 ---> 150ecef350e2 08:05:48 Step 19/20 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 08:05:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:05:48 ---> Running in 6f7ccf336d52 08:05:49 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:05:49 Status: Downloaded newer image for alpine:3.10 08:05:49 ---> 536a684cf733 08:05:49 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:05:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:05:49 ---> Running in 86177b3fefd3 08:05:49 Removing intermediate container 6f7ccf336d52 08:05:49 ---> e9df44eee960 08:05:49 Step 20/20 : LABEL version=0.0.0 08:05:49 ---> 8c755824c171 08:05:49 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:05:49 (1/2) Installing readline (8.0.4-r0) 08:05:49 (2/2) Installing bash (5.0.17-r0) 08:05:49 Executing bash-5.0.17-r0.post-install 08:05:49 Executing busybox-1.31.1-r16.trigger 08:05:49 OK: 12 MiB in 22 packages 08:05:49 ---> Running in b910d138c841 08:05:50 Removing intermediate container b910d138c841 08:05:50 ---> 6708b4fbb072 08:05:50 08:05:51 ---> a15a43c556f7 08:05:51 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:05:51 Successfully built 6708b4fbb072 08:05:51 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:05:51  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 08:05:51 ---> Running in d160a735c91a 08:05:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 08:05:51 Removing intermediate container a091f83e4451 08:05:51 ---> 1c4bf15f90c8 08:05:51 Step 13/26 : RUN rm -rf /var/cache/apk/* 08:05:52 ---> Running in b40129cb70cb 08:05:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 08:05:52 Removing intermediate container d160a735c91a 08:05:52 ---> 53433714c046 08:05:52 Step 19/21 : LABEL arch=arm64 08:05:52 ---> Running in 5ee079196462 08:05:52 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:05:52 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:05:52 OK: 10167 distinct packages available 08:05:53 (1/5) Installing ca-certificates (20191127-r2) 08:05:53 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:05:53 (3/5) Installing libcurl (7.66.0-r0) 08:05:53 (4/5) Installing curl (7.66.0-r0) 08:05:53 (5/5) Installing dumb-init (1.2.2-r1) 08:05:53 Executing busybox-1.30.1-r3.trigger 08:05:53 Removing intermediate container 5ee079196462 08:05:53 ---> d45890e9e542 08:05:53 Step 20/21 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 08:05:53 Executing ca-certificates-20191127-r2.trigger 08:05:53 OK: 7 MiB in 19 packages 08:05:54 ---> Running in b3401d835998 08:05:55 Removing intermediate container b3401d835998 08:05:55 ---> e23f61c9492b 08:05:55 Step 21/21 : LABEL version=0.0.0 08:05:57 ---> Running in dd11339c5ac1 08:05:57 Removing intermediate container 86177b3fefd3 08:05:57 ---> 6508d00e1503 08:05:57 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:05:58 Removing intermediate container b40129cb70cb 08:05:58 ---> e5b1cead0f4a 08:05:58 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:05:58 ---> Running in 64df7366a20b 08:05:58 Removing intermediate container dd11339c5ac1 08:05:58 ---> 35bf1af3cb54 08:05:58 08:05:59 ---> Running in 8efa17453a19 08:05:59 Successfully built 35bf1af3cb54 08:05:59 Successfully tagged docker-support-logging-go-arm64:latest 08:05:59  Building docker-support-logging-go ... done Building docker-core-command-go 08:05:59 Removing intermediate container 64df7366a20b 08:05:59 ---> c961b64c4336 08:05:59 Step 13/26 : WORKDIR / 08:05:59 ---> Running in d84a99bf9893 08:05:59 Removing intermediate container 8efa17453a19 08:05:59 ---> cf427bd71515 08:05:59 Step 15/26 : ENV APP_PORT=48090 08:06:00 ---> Running in 23c0bd693256 08:06:00 Removing intermediate container d84a99bf9893 08:06:00 ---> 910c4fcc2a6b 08:06:00 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:06:00 Removing intermediate container 23c0bd693256 08:06:00 ---> a372f1ebe3e3 08:06:00 Step 16/26 : EXPOSE $APP_PORT 08:06:01 ---> Running in 8147c47acf34 08:06:01 ---> 6bcfa5be6660 08:06:01 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:06:01 Removing intermediate container 8147c47acf34 08:06:01 ---> 57fcf6cba115 08:06:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:06:04 ---> d0b88246dd10 08:06:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:06:05 ---> 21726d9dd377 08:06:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:06:05 ---> 19635f3f46a4 08:06:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 08:06:06 ---> 49defaf3ce58 08:06:06 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:06:07 ---> 0b62d1653aef 08:06:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:06:09 ---> 1336b1b5c52c 08:06:09 Step 20/26 : RUN apk --no-cache add py-pip 08:06:09 ---> Running in 46a14def8adb 08:06:10 ---> 285c49c2a727 08:06:10 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:06:10 Removing intermediate container 3614ef57853e 08:06:10 ---> afa3d19b17a2 08:06:10 08:06:10 Step 10/22 : FROM alpine 08:06:10 ---> 62ee0e9f8440 08:06:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:06:11 ---> Running in e65575ab487f 08:06:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:06:12 ---> ff96fc0cc93f 08:06:12 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 08:06:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:06:13 Removing intermediate container e65575ab487f 08:06:13 ---> 53fb0b8451bf 08:06:13 Step 12/22 : ENV APP_PORT=48080 08:06:13 ---> Running in 7376290d72d3 08:06:13 (1/33) Installing libbz2 (1.0.8-r1) 08:06:13 (2/33) Installing expat (2.2.9-r1) 08:06:13 (3/33) Installing libffi (3.3-r2) 08:06:13 (4/33) Installing gdbm (1.13-r1) 08:06:13 (5/33) Installing xz-libs (5.2.5-r0) 08:06:13 (6/33) Installing sqlite-libs (3.32.1-r0) 08:06:13 (7/33) Installing python3 (3.8.5-r0) 08:06:14 Removing intermediate container 7376290d72d3 08:06:14 ---> 2ebf38afc947 08:06:14 Step 13/22 : EXPOSE $APP_PORT 08:06:15 ---> 0d3ac491cef2 08:06:15 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:06:15 ---> Running in 90a57974ce91 08:06:15 (8/33) Installing py3-appdirs (1.4.4-r1) 08:06:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:06:15 (10/33) Installing py3-parsing (2.4.7-r0) 08:06:15 (11/33) Installing py3-six (1.15.0-r0) 08:06:15 (12/33) Installing py3-packaging (20.4-r0) 08:06:15 (13/33) Installing py3-setuptools (47.0.0-r0) 08:06:15 (14/33) Installing py3-chardet (3.0.4-r4) 08:06:15 (15/33) Installing py3-idna (2.9-r0) 08:06:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:06:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:06:15 (18/33) Installing py3-requests (2.23.0-r0) 08:06:15 (19/33) Installing py3-msgpack (1.0.0-r0) 08:06:16 (20/33) Installing py3-lockfile (0.12.2-r3) 08:06:16 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:06:16 (22/33) Installing py3-colorama (0.4.3-r0) 08:06:16 (23/33) Installing py3-distlib (0.3.0-r0) 08:06:16 (24/33) Installing py3-distro (1.5.0-r1) 08:06:16 (25/33) Installing py3-webencodings (0.5.1-r3) 08:06:16 (26/33) Installing py3-html5lib (1.0.1-r4) 08:06:16 (27/33) Installing py3-pytoml (0.1.21-r0) 08:06:16 (28/33) Installing py3-pep517 (0.8.2-r0) 08:06:16 (29/33) Installing py3-progress (1.5-r0) 08:06:16 (30/33) Installing py3-toml (0.10.1-r0) 08:06:16 (31/33) Installing py3-retrying (1.3.3-r0) 08:06:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:06:16 Removing intermediate container 90a57974ce91 08:06:16 ---> bef270f9c52b 08:06:16 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:06:16 (33/33) Installing py3-pip (20.1.1-r0) 08:06:16 Executing busybox-1.31.1-r16.trigger 08:06:16 OK: 71 MiB in 55 packages 08:06:16 ---> fbbe3ea88270 08:06:16 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:06:16 ---> Running in 34639d7b7f80 08:06:17 ---> Running in 8a28ff8f6fa8 08:06:23 Removing intermediate container 34639d7b7f80 08:06:23 ---> 8458f63b17a8 08:06:23 Step 15/22 : RUN apk --no-cache add zeromq 08:06:23 ---> Running in 8dd9285f5d3f 08:06:23 Removing intermediate container 8a28ff8f6fa8 08:06:23 ---> 752865991c9f 08:06:23 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:06:24 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 08:06:24 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:06:24 ---> c85edaa14c07 08:06:24 Step 3/20 : WORKDIR /edgex-go 08:06:24 ---> Using cache 08:06:24 ---> eb02b212c5b1 08:06:24 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:06:24 ---> Using cache 08:06:24 ---> 4ed8af6a0881 08:06:24 Step 5/20 : RUN apk update && apk add make git 08:06:24 ---> Using cache 08:06:24 ---> 73413f224e79 08:06:24 Step 6/20 : COPY go.mod . 08:06:24 ---> Using cache 08:06:24 ---> a0ad95af0797 08:06:24 Step 7/20 : RUN go mod download 08:06:24 ---> Using cache 08:06:24 ---> a8bed6b9124c 08:06:24 Step 8/20 : COPY . . 08:06:24 ---> Using cache 08:06:24 ---> 7f7dccd95332 08:06:24 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 08:06:24 ---> Running in f22eb071f852 08:06:24 ---> Running in b56048523cb4 08:06:26 Removing intermediate container f22eb071f852 08:06:26 ---> a4cd731f76be 08:06:26 Step 24/26 : LABEL arch=arm64 08:06:26 Removing intermediate container 46a14def8adb 08:06:26 ---> 9e41e6fbcc60 08:06:26 Step 21/26 : RUN pip install docker-compose==1.23.2 08:06:26 ---> Running in 9ec8ee0d6dbf 08:06:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:06:26 ---> Running in b685ca08b54f 08:06:26 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 08:06:27 Removing intermediate container 9ec8ee0d6dbf 08:06:27 ---> 999e3866f913 08:06:27 Step 25/26 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 08:06:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:06:27 ---> Running in a7023fa5d46c 08:06:28 (1/5) Installing libgcc (9.3.0-r2) 08:06:28 (2/5) Installing libsodium (1.0.18-r0) 08:06:28 Removing intermediate container a7023fa5d46c 08:06:28 ---> ab160c838871 08:06:28 Step 26/26 : LABEL version=0.0.0 08:06:28 (3/5) Installing libstdc++ (9.3.0-r2) 08:06:28 (4/5) Installing libzmq (4.3.2-r0) 08:06:29 ---> Running in 33afc61a59ca 08:06:29 (5/5) Installing zeromq (4.3.2-r0) 08:06:29 Executing busybox-1.31.1-r16.trigger 08:06:29 OK: 8 MiB in 19 packages 08:06:30 Removing intermediate container 33afc61a59ca 08:06:30 ---> 87106739c29d 08:06:30 08:06:31 Successfully built 87106739c29d 08:06:32 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:06:32  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 08:06:32 Removing intermediate container 8dd9285f5d3f 08:06:32 ---> 61a318df7897 08:06:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:06:33 ---> 0ef47ec48264 08:06:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:06:34 Collecting docker-compose==1.23.2 08:06:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:06:35 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 08:06:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:06:35 ---> c85edaa14c07 08:06:35 Step 3/21 : WORKDIR /edgex-go 08:06:35 ---> Using cache 08:06:35 ---> eb02b212c5b1 08:06:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:06:35 ---> Using cache 08:06:35 ---> 4ed8af6a0881 08:06:35 Step 5/21 : RUN apk update && apk add make git 08:06:35 ---> Using cache 08:06:35 ---> 73413f224e79 08:06:35 Step 6/21 : COPY go.mod . 08:06:35 ---> Using cache 08:06:35 ---> a0ad95af0797 08:06:35 Step 7/21 : RUN go mod download 08:06:35 ---> Using cache 08:06:35 ---> a8bed6b9124c 08:06:35 Step 8/21 : COPY . . 08:06:35 ---> Using cache 08:06:35 ---> 7f7dccd95332 08:06:35 Step 9/21 : RUN make cmd/core-command/core-command 08:06:36 ---> Running in 442b2bf108a0 08:06:36 ---> 56d1bd064d29 08:06:36 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:06:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:06:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:06:38 Collecting websocket-client<1.0,>=0.32.0 08:06:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:06:39 ---> 5e45bf71c46d 08:06:39 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:06:39 Collecting jsonschema<3,>=2.5.1 08:06:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:06:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:06:40 ---> Running in 08310f2a4b12 08:06:40 Collecting dockerpty<0.5,>=0.4.1 08:06:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:06:41 Removing intermediate container 08310f2a4b12 08:06:41 ---> 6ddf6a43a5cb 08:06:41 Step 20/22 : LABEL arch=arm64 08:06:41 ---> Running in 4c756cad2be4 08:06:42 Removing intermediate container 4c756cad2be4 08:06:42 ---> d4fc4bcf3422 08:06:42 Step 21/22 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 08:06:43 ---> Running in 80eb441a09d1 08:06:43 Collecting docopt<0.7,>=0.6.1 08:06:43 Removing intermediate container 80eb441a09d1 08:06:43 ---> c03e72f3b667 08:06:43 Step 22/22 : LABEL version=0.0.0 08:06:43 Downloading docopt-0.6.2.tar.gz (25 kB) 08:06:43 ---> Running in dfafb85914d5 08:06:44 Removing intermediate container dfafb85914d5 08:06:44 ---> 4db8286460cf 08:06:44 08:06:45 Successfully built 4db8286460cf 08:06:45 Successfully tagged docker-core-data-go-arm64:latest 08:06:45 Building docker-security-secrets-setup-go 08:06:46  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 08:06:46 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 08:06:47 Collecting texttable<0.10,>=0.9.0 08:06:47 Downloading texttable-0.9.1.tar.gz (11 kB) 08:06:50 Collecting PyYAML<4,>=3.10 08:06:50 Downloading PyYAML-3.13.tar.gz (270 kB) 08:06:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:06:55 Collecting docker<4.0,>=3.6.0 08:06:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:06:56 Collecting idna<2.8,>=2.5 08:06:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:06:56 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) 08:06:56 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) 08:06:57 Collecting urllib3<1.25,>=1.21.1 08:06:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:06:58 Collecting docker-pycreds>=0.4.0 08:06:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:06:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:06:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:06:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:06:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:06:59 Installing collected packages: idna, urllib3, requests, websocket-client, jsonschema, dockerpty, docopt, cached-property, texttable, PyYAML, docker-pycreds, docker, docker-compose 08:06:59 Attempting uninstall: idna 08:06:59 Found existing installation: idna 2.9 08:06:59 Uninstalling idna-2.9: 08:07:00 Successfully uninstalled idna-2.9 08:07:00 Attempting uninstall: urllib3 08:07:00 Found existing installation: urllib3 1.25.9 08:07:00 Uninstalling urllib3-1.25.9: 08:07:01 Successfully uninstalled urllib3-1.25.9 08:07:01 Attempting uninstall: requests 08:07:01 Found existing installation: requests 2.23.0 08:07:01 Uninstalling requests-2.23.0: 08:07:01 Successfully uninstalled requests-2.23.0 08:07:03 Running setup.py install for dockerpty: started 08:07:05 Running setup.py install for dockerpty: finished with status 'done' 08:07:05 Running setup.py install for docopt: started 08:07:08 Running setup.py install for docopt: finished with status 'done' 08:07:08 Running setup.py install for texttable: started 08:07:13 Running setup.py install for texttable: finished with status 'done' 08:07:13 Running setup.py install for PyYAML: started 08:07:15 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 08:07:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:07:15 ---> c85edaa14c07 08:07:15 Step 3/23 : WORKDIR /edgex-go 08:07:15 ---> Using cache 08:07:15 ---> eb02b212c5b1 08:07:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:15 ---> Using cache 08:07:15 ---> 4ed8af6a0881 08:07:15 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 08:07:15 Running setup.py install for PyYAML: finished with status 'done' 08:07:21 ---> Running in 079649835d15 08:07:21 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 08:07:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:07:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:07:28 Removing intermediate container b685ca08b54f 08:07:28 ---> eb2d3890b429 08:07:28 Step 22/26 : RUN apk --no-cache add curl 08:07:29 ---> Running in c4b6a45aea5e 08:07:30 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:07:30 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 08:07:30 OK: 12620 distinct packages available 08:07:30 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 08:07:30 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:07:30 ---> c85edaa14c07 08:07:30 Step 3/29 : WORKDIR /edgex-go 08:07:30 ---> Using cache 08:07:30 ---> eb02b212c5b1 08:07:30 Step 4/29 : RUN apk update && apk add make git 08:07:30 ---> Running in 336560e1c1bc 08:07:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:07:31 OK: 217 MiB in 51 packages 08:07:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:07:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:07:33 (2/3) Installing libcurl (7.69.1-r0) 08:07:33 (3/3) Installing curl (7.69.1-r0) 08:07:33 Executing busybox-1.31.1-r16.trigger 08:07:33 OK: 71 MiB in 58 packages 08:07:33 Removing intermediate container 079649835d15 08:07:33 ---> f67e22882be4 08:07:33 Step 6/23 : COPY go.mod . 08:07:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:07:34 ---> ccfe7c0a6cd3 08:07:34 Step 7/23 : RUN go mod download 08:07:34 ---> Running in 78aa2fae17fd 08:07:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:07:35 Removing intermediate container c4b6a45aea5e 08:07:35 ---> 8057c2f6938d 08:07:35 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:07:35 ---> Running in 66e9ae0f7464 08:07:36 Removing intermediate container 66e9ae0f7464 08:07:36 ---> 04395248613c 08:07:36 Step 24/26 : LABEL arch=arm64 08:07:36 ---> Running in 49d189cf9c49 08:07:37 Removing intermediate container 49d189cf9c49 08:07:37 ---> 1d54cec3ad35 08:07:37 Step 25/26 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 08:07:37 ---> Running in 298e1712adfe 08:07:38 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:07:38 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 08:07:38 OK: 12620 distinct packages available 08:07:38 Removing intermediate container 298e1712adfe 08:07:38 ---> 699a09f9f19e 08:07:38 Step 26/26 : LABEL version=0.0.0 08:07:38 ---> Running in 78089e385429 08:07:39 OK: 217 MiB in 51 packages 08:07:39 Removing intermediate container 78089e385429 08:07:39 ---> 973f01567273 08:07:39 08:07:40 Successfully built 973f01567273 08:07:40 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:07:40  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 08:07:40 Removing intermediate container 78aa2fae17fd 08:07:40 ---> 7dd6ce069ed0 08:07:40 Step 8/23 : COPY . . 08:07:41 Removing intermediate container 336560e1c1bc 08:07:41 ---> 1a66d4576a18 08:07:41 Step 5/29 : COPY go.mod . 08:07:46 ---> 978c71451566 08:07:46 Step 6/29 : RUN go mod download 08:07:48 ---> Running in 11c6dc04298d 08:07:57 Removing intermediate container 11c6dc04298d 08:07:57 ---> df0372f6be60 08:07:57 Step 7/29 : COPY . . 08:08:07 Removing intermediate container b56048523cb4 08:08:07 ---> 2fed6c9fcbc4 08:08:07 08:08:07 Step 10/20 : FROM scratch 08:08:07 ---> 08:08:07 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:08:07 ---> Running in 37b8c546c827 08:08:08 Removing intermediate container 37b8c546c827 08:08:08 ---> 5a8cd5a746ad 08:08:08 Step 12/20 : ENV APP_PORT=48085 08:08:08 ---> 8058a56609f3 08:08:08 Step 9/23 : RUN make cmd/support-notifications/support-notifications 08:08:09 ---> Running in a43fd591643c 08:08:09 ---> Running in 017c3759e3ca 08:08:09 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 08:08:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:08:09 ---> c85edaa14c07 08:08:09 Step 3/21 : WORKDIR /edgex-go 08:08:09 ---> Using cache 08:08:09 ---> eb02b212c5b1 08:08:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:08:09 ---> Using cache 08:08:09 ---> 4ed8af6a0881 08:08:09 Step 5/21 : RUN apk update && apk add make git 08:08:09 ---> Using cache 08:08:09 ---> 73413f224e79 08:08:09 Step 6/21 : COPY go.mod . 08:08:09 ---> Using cache 08:08:09 ---> a0ad95af0797 08:08:09 Step 7/21 : RUN go mod download 08:08:09 ---> Using cache 08:08:09 ---> a8bed6b9124c 08:08:09 Step 8/21 : COPY . . 08:08:09 ---> Using cache 08:08:09 ---> 7f7dccd95332 08:08:09 Step 9/21 : RUN make cmd/core-metadata/core-metadata 08:08:10 ---> Running in 36edd342a6c7 08:08:10 Removing intermediate container a43fd591643c 08:08:10 ---> 3779105bde22 08:08:10 Step 13/20 : EXPOSE $APP_PORT 08:08:10 ---> Running in 37ca89163f55 08:08:11 Removing intermediate container 37ca89163f55 08:08:11 ---> 989a569fdbb6 08:08:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:08:12 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 08:08:12 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 08:08:13 ---> a7665b9b3477 08:08:13 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:08:16 Removing intermediate container 442b2bf108a0 08:08:16 ---> 38b3d49d28d4 08:08:16 08:08:16 Step 10/21 : FROM scratch 08:08:16 ---> 08:08:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:08:16 ---> 0d13a4c531d7 08:08:16 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:08:16 ---> Using cache 08:08:16 ---> 5a8cd5a746ad 08:08:16 Step 12/21 : ENV APP_PORT=48082 08:08:16 ---> Running in 32a0b530474b 08:08:17 Removing intermediate container 32a0b530474b 08:08:17 ---> 266458bca1bc 08:08:17 Step 13/21 : EXPOSE $APP_PORT 08:08:17 ---> Running in 7780bc0c62f6 08:08:17 ---> f5d29ae46ff1 08:08:17 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:08:18 ---> Running in bb12a3e97d3c 08:08:18 Removing intermediate container 7780bc0c62f6 08:08:18 ---> 95926cb9f2ae 08:08:18 Step 14/21 : WORKDIR / 08:08:18 ---> Running in f4242f50f65e 08:08:19 Removing intermediate container bb12a3e97d3c 08:08:19 ---> 258be3347812 08:08:19 Step 18/20 : LABEL arch=arm64 08:08:19 ---> Running in 4fad1a2a5dc3 08:08:19 Removing intermediate container f4242f50f65e 08:08:19 ---> 3f25b901c71e 08:08:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:08:20 Removing intermediate container 4fad1a2a5dc3 08:08:20 ---> 2abf0880677d 08:08:20 Step 19/20 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 08:08:21 ---> Running in 9c338c902680 08:08:22 ---> 5736129ce8fd 08:08:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:08:22 Removing intermediate container 9c338c902680 08:08:22 ---> 7cc45ac8ab36 08:08:22 Step 20/20 : LABEL version=0.0.0 08:08:22 ---> Running in ec3486be3715 08:08:23 Removing intermediate container ec3486be3715 08:08:23 ---> fd9e8d3f3b6c 08:08:23 08:08:25 Successfully built fd9e8d3f3b6c 08:08:25 ---> 165b2e89a7b5 08:08:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:08:25 Successfully tagged docker-support-scheduler-go-arm64:latest 08:08:27  Building docker-support-scheduler-go ... done  ---> 7cadb5b5df7e 08:08:27 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:08:27 ---> Running in 50ec3e1e7b78 08:08:28 Removing intermediate container 50ec3e1e7b78 08:08:28 ---> 7998b1096942 08:08:28 Step 19/21 : LABEL arch=arm64 08:08:28 ---> Running in 3582a3849a8b 08:08:29 Removing intermediate container 3582a3849a8b 08:08:29 ---> d219d7f3c534 08:08:29 Step 20/21 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 08:08:30 ---> Running in ce271c9522b2 08:08:30 ---> 5334bdc05509 08:08:30 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:08:30 ---> Running in 86ee729111c0 08:08:30 Removing intermediate container ce271c9522b2 08:08:30 ---> 9d8d6173e2ac 08:08:30 Step 21/21 : LABEL version=0.0.0 08:08:31 ---> Running in 2618b8bb1309 08:08:32 Removing intermediate container 2618b8bb1309 08:08:32 ---> 95392ed12059 08:08:32 08:08:32 Successfully built 95392ed12059 08:08:32 Successfully tagged docker-core-command-go-arm64:latest 08:08:33  Building docker-core-command-go ... done 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 08:09:29 Removing intermediate container 86ee729111c0 08:09:29 ---> ac6611172746 08:09:29 08:09:29 Step 9/29 : FROM alpine:latest 08:09:29 ---> 62ee0e9f8440 08:09:29 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:09:29 Removing intermediate container 017c3759e3ca 08:09:29 ---> 2e4d3d609ce8 08:09:29 08:09:29 Step 10/23 : FROM scratch 08:09:29 ---> 08:09:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:09:29 ---> Using cache 08:09:29 ---> a97cdf4cc4c5 08:09:29 Step 12/23 : ENV APP_PORT=48060 08:09:29 ---> Running in a76538f4d72f 08:09:29 ---> Running in d877fb331346 08:09:29 Removing intermediate container a76538f4d72f 08:09:29 ---> f974017545f7 08:09:29 Step 11/29 : USER root 08:09:29 Removing intermediate container d877fb331346 08:09:29 ---> 84866b09bdc9 08:09:29 Step 13/23 : EXPOSE $APP_PORT 08:09:29 ---> Running in 778f70b6ab03 08:09:29 ---> Running in cfcb6e1bcb2a 08:09:29 Removing intermediate container 778f70b6ab03 08:09:29 ---> 2dceb651114d 08:09:29 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:09:29 Removing intermediate container cfcb6e1bcb2a 08:09:29 ---> f55eab75a89b 08:09:29 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 08:09:29 ---> Running in d3d5bef0217d 08:09:29 ---> ae46e9c0c595 08:09:29 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:09:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:09:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:09:29 ---> cd79ae419d48 08:09:29 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 08:09:29 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:09:29 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:09:29 OK: 12620 distinct packages available 08:09:29 Removing intermediate container 36edd342a6c7 08:09:29 ---> 87b9026ad637 08:09:29 08:09:29 Step 10/21 : FROM scratch 08:09:29 ---> 08:09:29 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:09:29 ---> Using cache 08:09:29 ---> 5a8cd5a746ad 08:09:29 Step 12/21 : ENV APP_PORT=48081 08:09:29 ---> Running in f39890cf905c 08:09:29 (1/2) Installing ca-certificates (20191127-r4) 08:09:29 (2/2) Installing dumb-init (1.2.2-r1) 08:09:29 Executing busybox-1.31.1-r16.trigger 08:09:29 Executing ca-certificates-20191127-r4.trigger 08:09:29 OK: 6 MiB in 16 packages 08:09:29 Removing intermediate container f39890cf905c 08:09:29 ---> 86673185ce45 08:09:29 Step 13/21 : EXPOSE $APP_PORT 08:09:29 ---> d873e2b62d2b 08:09:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:09:29 ---> Running in 5d830613afac 08:09:30 Removing intermediate container 5d830613afac 08:09:30 ---> 69e982b0021b 08:09:30 Step 14/21 : WORKDIR / 08:09:30 ---> Running in 4b4ec04076e5 08:09:30 ---> 4a92667e8b4d 08:09:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:09:31 Removing intermediate container 4b4ec04076e5 08:09:31 ---> aa5b7da5ed4d 08:09:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:09:31 Removing intermediate container d3d5bef0217d 08:09:31 ---> e4287acbc0c1 08:09:31 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:09:31 ---> Running in 4bf11900497d 08:09:32 ---> b65b1a418890 08:09:32 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:09:32 ---> 2714c30c089e 08:09:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:09:32 Removing intermediate container 4bf11900497d 08:09:32 ---> 0ccca0540bf7 08:09:32 Step 14/29 : WORKDIR $BASE_DIR 08:09:32 ---> Running in e490085840e6 08:09:33 ---> e97cdcffb54c 08:09:33 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:09:33 Removing intermediate container e490085840e6 08:09:33 ---> de180fadfab0 08:09:33 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:09:33 ---> Running in 0fd2af2ac7a5 08:09:33 ---> Running in 6c52937417c8 08:09:33 ---> 72747e94f1b9 08:09:33 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:09:33 Removing intermediate container 0fd2af2ac7a5 08:09:33 ---> fd18a5bea451 08:09:33 Step 21/23 : LABEL arch=arm64 08:09:34 ---> Running in 75bf8defba54 08:09:34 Removing intermediate container 75bf8defba54 08:09:34 ---> 99431db45e8b 08:09:34 Step 22/23 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 08:09:34 ---> a6bc2713d4bd 08:09:34 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 08:09:34 ---> Running in 0a7c91ad1d03 08:09:34 ---> Running in 9828bbeacc8d 08:09:35 Removing intermediate container 0a7c91ad1d03 08:09:35 ---> ef5feb5246dd 08:09:35 Step 23/23 : LABEL version=0.0.0 08:09:35 Removing intermediate container 9828bbeacc8d 08:09:35 ---> cc6e18c04e70 08:09:35 Step 19/21 : LABEL arch=arm64 08:09:35 ---> Running in f2ac1e3a74f5 08:09:35 ---> Running in a518fb8caf6f 08:09:35 Removing intermediate container f2ac1e3a74f5 08:09:35 ---> 581e78cdc43d 08:09:35 08:09:35 Removing intermediate container a518fb8caf6f 08:09:35 ---> 966e8e192f9c 08:09:35 Step 20/21 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 08:09:35 Removing intermediate container 6c52937417c8 08:09:35 ---> 447b24168b40 08:09:35 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:09:36 ---> Running in 7834b59688ef 08:09:36 Successfully built 581e78cdc43d 08:09:36 Successfully tagged docker-support-notifications-go-arm64:latest 08:09:36  Building docker-support-notifications-go ... done Removing intermediate container 7834b59688ef 08:09:36 ---> 465b3e670881 08:09:36 Step 21/21 : LABEL version=0.0.0 08:09:37 ---> Running in cc1333c5a774 08:09:37 ---> 9133d4950254 08:09:37 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:09:37 Removing intermediate container cc1333c5a774 08:09:37 ---> 29661315824e 08:09:37 08:09:37 Successfully built 29661315824e 08:09:37 Successfully tagged docker-core-metadata-go-arm64:latest 08:09:37  Building docker-core-metadata-go ... done  ---> 6897f750c4a5 08:09:37 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:09:38 ---> db6abc3e0d51 08:09:38 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:09:39 ---> a884b7f2a9da 08:09:39 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:09:40 ---> 5ac5abc2e91c 08:09:40 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:09:40 ---> Running in 8d40448f5863 08:09:42 Removing intermediate container 8d40448f5863 08:09:42 ---> 1361273ed527 08:09:42 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:09:43 ---> 73df7ffc2bd4 08:09:43 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:09:43 ---> Running in 609a3f4627f2 08:09:46 Removing intermediate container 609a3f4627f2 08:09:46 ---> 40ed5a598041 08:09:46 Step 24/29 : RUN chmod 755 security-secrets-setup 08:09:46 ---> Running in 4640353022eb 08:09:48 Removing intermediate container 4640353022eb 08:09:48 ---> b478c1378cc1 08:09:48 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:09:49 ---> Running in 8d6a51c2d3c3 08:09:49 Removing intermediate container 8d6a51c2d3c3 08:09:49 ---> 26856fb1717e 08:09:49 Step 26/29 : CMD [ "generate" ] 08:09:49 ---> Running in aea45c6b278a 08:09:50 Removing intermediate container aea45c6b278a 08:09:50 ---> 10a1e0c00359 08:09:50 Step 27/29 : LABEL arch=arm64 08:09:50 ---> Running in cb50a99b5508 08:09:50 Removing intermediate container cb50a99b5508 08:09:50 ---> 7255048b80fc 08:09:50 Step 28/29 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 08:09:50 ---> Running in 29279a9dd132 08:09:51 Removing intermediate container 29279a9dd132 08:09:51 ---> 12fd8a32e50b 08:09:51 Step 29/29 : LABEL version=0.0.0 08:09:51 ---> Running in 05707aab6017 08:09:52 Removing intermediate container 05707aab6017 08:09:52 ---> e7ea5d2fec9e 08:09:52 08:09:52 Successfully built e7ea5d2fec9e 08:09:52 Successfully tagged docker-security-secrets-setup-go-arm64:latest 08:09:52  Building docker-security-secrets-setup-go ... done  [Pipeline] } 08:09:52 $ docker stop --time=1 15f4868d15042908ab1fbac2e563e7286c5b2997f47f6babd20725c9eda73c35 08:09:54 $ docker rm -f 15f4868d15042908ab1fbac2e563e7286c5b2997f47f6babd20725c9eda73c35 [Pipeline] // withDockerContainer [Pipeline] sh 08:09:55 + docker images 08:09:55 + grep docker 08:09:55 docker-security-secrets-setup-go-arm64 latest e7ea5d2fec9e 4 seconds ago 24.2MB 08:09:55 docker-core-metadata-go-arm64 latest 29661315824e 18 seconds ago 13.8MB 08:09:55 docker-support-notifications-go-arm64 latest 581e78cdc43d 20 seconds ago 13.9MB 08:09:55 docker-core-command-go-arm64 latest 95392ed12059 About a minute ago 12.4MB 08:09:55 docker-support-scheduler-go-arm64 latest fd9e8d3f3b6c About a minute ago 12.6MB 08:09:55 docker-sys-mgmt-agent-go-arm64 latest 973f01567273 2 minutes ago 266MB 08:09:55 docker-core-data-go-arm64 latest 4db8286460cf 3 minutes ago 23.3MB 08:09:55 docker-security-secretstore-setup-go-arm64 latest 87106739c29d 3 minutes ago 32.6MB 08:09:55 docker-support-logging-go-arm64 latest 35bf1af3cb54 3 minutes ago 11.4MB 08:09:55 docker-security-proxy-setup-go-arm64 latest 6708b4fbb072 4 minutes ago 15.8MB 08:09:55 docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:09:57 provisioning config files... 08:09:57 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/28@tmp/config8360802832907086644tmp [Pipeline] { [Pipeline] sh 08:09:57 + curl -s https://codecov.io/bash 08:09:57 + bash -s - -t @/w/workspace/edgex-go/28@tmp/config8360802832907086644tmp [Pipeline] } 08:09:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:09:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:10:00 ---> package-listing.sh 08:10:00 ++ facter osfamily 08:10:00 ++ tr '[:upper:]' '[:lower:]' 08:10:00 + OS_FAMILY=redhat 08:10:00 + workspace=/w/workspace/edgex-go/28 08:10:00 + START_PACKAGES=/tmp/packages_start.txt 08:10:00 + END_PACKAGES=/tmp/packages_end.txt 08:10:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:10:00 + PACKAGES=/tmp/packages_start.txt 08:10:00 + '[' /w/workspace/edgex-go/28 ']' 08:10:00 + PACKAGES=/tmp/packages_end.txt 08:10:00 + case "${OS_FAMILY}" in 08:10:00 + rpm -qa 08:10:00 + sort 08:10:04 + '[' -f /tmp/packages_start.txt ']' 08:10:04 + '[' -f /tmp/packages_end.txt ']' 08:10:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:10:04 + '[' /w/workspace/edgex-go/28 ']' 08:10:04 + mkdir -p /w/workspace/edgex-go/28/archives/ 08:10:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/28/archives/ [Pipeline] isUnix [Pipeline] sh 08:10:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:10:04 08:10:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:10:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:10:05 alpine: Pulling from edgex-lftools-log-publisher 08:10:05 c9b1b535fdd9: Pulling fs layer 08:10:05 2cc5ad85d9ab: Pulling fs layer 08:10:05 756a868c4378: Pulling fs layer 08:10:05 444b2fc9a129: Pulling fs layer 08:10:05 ea15f1150254: Pulling fs layer 08:10:05 41b27a9f41bf: Pulling fs layer 08:10:05 28c525ee5125: Pulling fs layer 08:10:05 094b1ea09ed8: Pulling fs layer 08:10:05 138eaada9080: Pulling fs layer 08:10:05 0622d0fa9048: Pulling fs layer 08:10:05 444b2fc9a129: Waiting 08:10:05 ea15f1150254: Waiting 08:10:05 41b27a9f41bf: Waiting 08:10:05 28c525ee5125: Waiting 08:10:05 0622d0fa9048: Waiting 08:10:05 094b1ea09ed8: Waiting 08:10:05 138eaada9080: Waiting 08:10:05 2cc5ad85d9ab: Verifying Checksum 08:10:05 2cc5ad85d9ab: Download complete 08:10:05 444b2fc9a129: Verifying Checksum 08:10:05 444b2fc9a129: Download complete 08:10:05 c9b1b535fdd9: Verifying Checksum 08:10:05 c9b1b535fdd9: Download complete 08:10:05 ea15f1150254: Verifying Checksum 08:10:05 ea15f1150254: Download complete 08:10:05 28c525ee5125: Verifying Checksum 08:10:05 28c525ee5125: Download complete 08:10:05 756a868c4378: Verifying Checksum 08:10:05 756a868c4378: Download complete 08:10:05 c9b1b535fdd9: Pull complete 08:10:05 138eaada9080: Verifying Checksum 08:10:05 138eaada9080: Download complete 08:10:06 0622d0fa9048: Verifying Checksum 08:10:06 0622d0fa9048: Download complete 08:10:06 094b1ea09ed8: Verifying Checksum 08:10:06 094b1ea09ed8: Download complete 08:10:06 41b27a9f41bf: Verifying Checksum 08:10:06 41b27a9f41bf: Download complete 08:10:06 2cc5ad85d9ab: Pull complete 08:10:08 756a868c4378: Pull complete 08:10:08 444b2fc9a129: Pull complete 08:10:08 ea15f1150254: Pull complete 08:10:13 41b27a9f41bf: Pull complete 08:10:13 28c525ee5125: Pull complete 08:10:17 094b1ea09ed8: Pull complete 08:10:17 138eaada9080: Pull complete 08:10:17 0622d0fa9048: Pull complete 08:10:17 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 08:10:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:10:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:10:17 prd-centos7-docker-4c-2g-2044 does not seem to be running inside a container 08:10:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:10:22 $ docker top e3247837b0b0b5d6576a270d9dd445e3b32637a0e64f3f07e6da364971e4985b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:10:22 provisioning config files... 08:10:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/28@tmp/config3024322385293883400tmp [Pipeline] { [Pipeline] echo 08:10:22 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:10:22 ---> create-netrc.sh [Pipeline] echo 08:10:22 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:10:23 ---> logs-deploy.sh 08:10:23 + ARCHIVE_ARTIFACTS= 08:10:23 + LOGS_SERVER=https://logs.edgexfoundry.org 08:10:23 + '[' https://logs.edgexfoundry.org == None ']' 08:10:23 + NEXUS_URL=https://nexus.edgexfoundry.org 08:10:23 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/28 08:10:23 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/28/ 08:10:23 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/28 /w/workspace/edgex-go/28 08:10:24 Archives upload complete. 08:10:24 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/28 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/28/