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 e24d3796266c2bc2fc1662ed76ccdef4f596574e+2f18d68ce33577a025edc322deb728338e3be43f (e539e82cf30739e33b4e095365e96dca3ffcf18a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-2865 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/29 [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/29 # 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 Fetching without tags Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit e24d3796266c2bc2fc1662ed76ccdef4f596574e Merge succeeded, producing e24d3796266c2bc2fc1662ed76ccdef4f596574e Checking out Revision e24d3796266c2bc2fc1662ed76ccdef4f596574e (PR-2610) > 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 > 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 e24d3796266c2bc2fc1662ed76ccdef4f596574e # 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 e24d3796266c2bc2fc1662ed76ccdef4f596574e # 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] { [Pipeline] timeout 13:35:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:35:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:35:02 ========================================================= 13:35:02 EdgeX Global Pipelines Version Info 13:35:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 # timeout=10 13:35:04 ------------------- 13:35:04 stable info: 13:35:04 ------------------- 13:35:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:35:04 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 13:35:04 Message: update stable to v1.0.106 13:35:04 ------------------- 13:35:04 experimental info: 13:35:04 ------------------- 13:35:04 Commited By: **** collab-it+edgex@linuxfoundation.org 13:35:04 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 13:35:04 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 13:35:06 ++ 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 13:35:06 + for file in '`ls cmd/**/Dockerfile`' 13:35:06 ++ dirname cmd/core-command/Dockerfile 13:35:06 ++ cut -d/ -f2 13:35:06 + echo core-command,cmd/core-command/Dockerfile 13:35:06 + for file in '`ls cmd/**/Dockerfile`' 13:35:06 ++ dirname cmd/core-data/Dockerfile 13:35:06 ++ cut -d/ -f2 13:35:06 + echo core-data,cmd/core-data/Dockerfile 13:35:06 + for file in '`ls cmd/**/Dockerfile`' 13:35:06 ++ dirname cmd/core-metadata/Dockerfile 13:35:06 ++ cut -d/ -f2 13:35:06 + echo core-metadata,cmd/core-metadata/Dockerfile 13:35:06 + for file in '`ls cmd/**/Dockerfile`' 13:35:06 ++ dirname cmd/security-proxy-setup/Dockerfile 13:35:06 ++ cut -d/ -f2 13:35:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:35:06 + for file in '`ls cmd/**/Dockerfile`' 13:35:06 ++ dirname cmd/security-secrets-setup/Dockerfile 13:35:06 ++ cut -d/ -f2 13:35:06 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 13:35:06 + for file in '`ls cmd/**/Dockerfile`' 13:35:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 13:35:06 ++ cut -d/ -f2 13:35:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:35:06 + for file in '`ls cmd/**/Dockerfile`' 13:35:06 ++ dirname cmd/support-logging/Dockerfile 13:35:06 ++ cut -d/ -f2 13:35:06 + echo support-logging,cmd/support-logging/Dockerfile 13:35:06 + for file in '`ls cmd/**/Dockerfile`' 13:35:06 ++ dirname cmd/support-notifications/Dockerfile 13:35:06 ++ cut -d/ -f2 13:35:06 + echo support-notifications,cmd/support-notifications/Dockerfile 13:35:06 + for file in '`ls cmd/**/Dockerfile`' 13:35:06 ++ dirname cmd/support-scheduler/Dockerfile 13:35:06 ++ cut -d/ -f2 13:35:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:35:06 + for file in '`ls cmd/**/Dockerfile`' 13:35:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 13:35:06 ++ cut -d/ -f2 13:35:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:35:06 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 13:35:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:35:07 13:35:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:35:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:35:08 latest: Pulling from edgex-devops/git-semver 13:35:08 31603596830f: Pulling fs layer 13:35:08 2a8b12db71e7: Pulling fs layer 13:35:08 6ca5941a6612: Pulling fs layer 13:35:08 ecc8261a40a4: Pulling fs layer 13:35:08 ecc8261a40a4: Waiting 13:35:08 2a8b12db71e7: Verifying Checksum 13:35:08 2a8b12db71e7: Download complete 13:35:08 31603596830f: Verifying Checksum 13:35:08 31603596830f: Download complete 13:35:08 6ca5941a6612: Verifying Checksum 13:35:08 6ca5941a6612: Download complete 13:35:08 ecc8261a40a4: Verifying Checksum 13:35:08 ecc8261a40a4: Download complete 13:35:08 31603596830f: Pull complete 13:35:08 2a8b12db71e7: Pull complete 13:35:09 6ca5941a6612: Pull complete 13:35:09 ecc8261a40a4: Pull complete 13:35:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:35:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:35:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:35:09 prd-centos7-docker-4c-2g-2865 does not seem to be running inside a container 13:35:09 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 13:35:12 $ docker top 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:35:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:35:12 [ssh-agent] Looking for ssh-agent implementation... 13:35:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:35:13 $ docker exec 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 ssh-agent 13:35:13 SSH_AUTH_SOCK=/tmp/ssh-f1YsalzWF05f/agent.13 13:35:13 SSH_AGENT_PID=19 13:35:13 Running ssh-add (command line suppressed) 13:35:13 Identity added: /w/workspace/edgex-go/29@tmp/private_key_8150081508557586101.key (/w/workspace/edgex-go/29@tmp/private_key_8150081508557586101.key) 13:35:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:35:13 + git describe --exact-match --tags HEAD 13:35:13 fatal: No names found, cannot describe anything. [Pipeline] } 13:35:13 $ docker exec --env ******** --env ******** 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 ssh-agent -k 13:35:13 unset SSH_AUTH_SOCK; 13:35:13 unset SSH_AGENT_PID; 13:35:13 echo Agent pid 19 killed; 13:35:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 13:35:14 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 13:35:14 This usually means this commit has not been tagged. [Pipeline] sshagent 13:35:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:35:14 [ssh-agent] Looking for ssh-agent implementation... 13:35:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:35:14 $ docker exec 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 ssh-agent 13:35:14 SSH_AUTH_SOCK=/tmp/ssh-2qPmLBfr76Lu/agent.49 13:35:14 SSH_AGENT_PID=54 13:35:14 Running ssh-add (command line suppressed) 13:35:14 Identity added: /w/workspace/edgex-go/29@tmp/private_key_660669564856141598.key (/w/workspace/edgex-go/29@tmp/private_key_660669564856141598.key) 13:35:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:35:14 + git semver init 13:35:14 # -> Open(): unable to determine branch for HEAD 13:35:14 # $GIT_DIR = /w/workspace/edgex-go/29/.git 13:35:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/29 13:35:14 # $SEMVER_REMOTE_NAME = origin 13:35:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:35:14 # $SEMVER_USER_NAME = edgex-jenkins 13:35:14 # $SEMVER_BRANCH = PR-2610 13:35:14 # $SEMVER_TEMP = /tmp/semver-887116959 13:35:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 13:35:33 # '/tmp/semver-887116959' -> '/w/workspace/edgex-go/29/.semver' 13:35:33 # -> Force: false 13:35:33 # $SEMVER_DIR = /w/workspace/edgex-go/29/.semver [Pipeline] } 13:35:33 $ docker exec --env ******** --env ******** 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 ssh-agent -k 13:35:33 unset SSH_AUTH_SOCK; 13:35:33 unset SSH_AGENT_PID; 13:35:33 echo Agent pid 54 killed; 13:35:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:35:33 + git semver [Pipeline] } 13:35:33 $ docker stop --time=1 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 13:35:35 $ docker rm -f 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 13:35:49 Stashed 30 file(s) [Pipeline] echo 13:35:49 [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 13:35:49 ========================================================= 13:35:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 13:35:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:35:50 + 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 . 13:35:53 Sending build context to Docker daemon 323.1MB 13:35:53 Step 1/7 : ARG BASE=golang:1.13-alpine 13:35:53 Step 2/7 : FROM ${BASE} 13:35:53 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 13:35:53 df20fa9351a1: Pulling fs layer 13:35:53 ed8968b2872e: Pulling fs layer 13:35:53 a92cc7c5fd73: Pulling fs layer 13:35:53 2dd03ba5bac4: Pulling fs layer 13:35:53 1e091d79d1de: Pulling fs layer 13:35:53 481702a1767f: Pulling fs layer 13:35:53 f64a6f60c768: Pulling fs layer 13:35:53 e78d2573fc39: Pulling fs layer 13:35:53 e876d2f968b6: Pulling fs layer 13:35:53 ce8a83651883: Pulling fs layer 13:35:53 07967f4d0e4b: Pulling fs layer 13:35:53 f64a6f60c768: Waiting 13:35:53 e78d2573fc39: Waiting 13:35:53 e876d2f968b6: Waiting 13:35:53 ce8a83651883: Waiting 13:35:53 07967f4d0e4b: Waiting 13:35:53 2dd03ba5bac4: Waiting 13:35:53 1e091d79d1de: Waiting 13:35:53 481702a1767f: Waiting 13:35:53 a92cc7c5fd73: Verifying Checksum 13:35:53 a92cc7c5fd73: Download complete 13:35:53 ed8968b2872e: Verifying Checksum 13:35:53 ed8968b2872e: Download complete 13:35:53 1e091d79d1de: Verifying Checksum 13:35:53 1e091d79d1de: Download complete 13:35:53 481702a1767f: Verifying Checksum 13:35:53 481702a1767f: Download complete 13:35:53 df20fa9351a1: Verifying Checksum 13:35:53 df20fa9351a1: Download complete 13:35:53 df20fa9351a1: Pull complete 13:35:54 f64a6f60c768: Verifying Checksum 13:35:54 f64a6f60c768: Download complete 13:35:54 e876d2f968b6: Download complete 13:35:54 2dd03ba5bac4: Verifying Checksum 13:35:54 2dd03ba5bac4: Download complete 13:35:54 07967f4d0e4b: Verifying Checksum 13:35:54 07967f4d0e4b: Download complete 13:35:55 e78d2573fc39: Verifying Checksum 13:35:55 e78d2573fc39: Download complete 13:35:55 ce8a83651883: Verifying Checksum 13:35:55 ce8a83651883: Download complete 13:35:55 ed8968b2872e: Pull complete 13:35:56 a92cc7c5fd73: Pull complete 13:36:01 2dd03ba5bac4: Pull complete 13:36:01 1e091d79d1de: Pull complete 13:36:01 481702a1767f: Pull complete 13:36:04 Still waiting to schedule task 13:36:04 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 13:36:08 f64a6f60c768: Pull complete 13:36:10 e78d2573fc39: Pull complete 13:36:10 e876d2f968b6: Pull complete 13:36:12 ce8a83651883: Pull complete 13:36:12 07967f4d0e4b: Pull complete 13:36:12 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 13:36:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 13:36:12 ---> 5d7c900382c6 13:36:12 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 13:36:13 ---> Running in dfde1c5270ea 13:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:36:14 (1/12) Installing libmagic (5.38-r0) 13:36:14 (2/12) Installing file (5.38-r0) 13:36:14 (3/12) Installing libc-dev (0.7.2-r3) 13:36:15 (4/12) Installing g++ (9.3.0-r2) 13:36:16 (5/12) Installing fortify-headers (1.1-r0) 13:36:16 (6/12) Installing patch (2.7.6-r6) 13:36:17 (7/12) Installing build-base (0.5-r2) 13:36:17 (8/12) Installing libsodium (1.0.18-r0) 13:36:17 (9/12) Installing pkgconf (1.7.2-r0) 13:36:17 (10/12) Installing libsodium-dev (1.0.18-r0) 13:36:17 (11/12) Installing libzmq (4.3.2-r0) 13:36:17 (12/12) Installing zeromq-dev (4.3.2-r0) 13:36:17 Executing busybox-1.31.1-r16.trigger 13:36:17 OK: 233 MiB in 51 packages 13:36:21 Removing intermediate container dfde1c5270ea 13:36:21 ---> 024bbb6719f4 13:36:21 Step 4/7 : WORKDIR /edgex-go 13:36:21 ---> Running in 62a5d7f3b2de 13:36:21 Removing intermediate container 62a5d7f3b2de 13:36:21 ---> 1ed1b024098c 13:36:21 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 13:36:21 latest: Pulling from library/docker 13:36:21 df20fa9351a1: Already exists 13:36:21 25ad7478873d: Pulling fs layer 13:36:21 4684f6177b5d: Pulling fs layer 13:36:21 46e300cec669: Pulling fs layer 13:36:21 63038576ad94: Pulling fs layer 13:36:21 0fdb76c4706c: Pulling fs layer 13:36:21 cb7edeffdfd5: Pulling fs layer 13:36:21 63038576ad94: Waiting 13:36:21 0fdb76c4706c: Waiting 13:36:21 cb7edeffdfd5: Waiting 13:36:21 4684f6177b5d: Verifying Checksum 13:36:21 4684f6177b5d: Download complete 13:36:21 25ad7478873d: Verifying Checksum 13:36:21 25ad7478873d: Download complete 13:36:21 63038576ad94: Verifying Checksum 13:36:21 63038576ad94: Download complete 13:36:21 0fdb76c4706c: Verifying Checksum 13:36:21 0fdb76c4706c: Download complete 13:36:22 cb7edeffdfd5: Verifying Checksum 13:36:22 cb7edeffdfd5: Download complete 13:36:22 25ad7478873d: Pull complete 13:36:22 4684f6177b5d: Pull complete 13:36:22 46e300cec669: Verifying Checksum 13:36:22 46e300cec669: Download complete 13:36:25 46e300cec669: Pull complete 13:36:25 63038576ad94: Pull complete 13:36:25 0fdb76c4706c: Pull complete 13:36:25 cb7edeffdfd5: Pull complete 13:36:25 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 13:36:25 Status: Downloaded newer image for docker:latest 13:36:27 ---> a22a78d08d69 13:36:27 Step 6/7 : COPY go.mod . 13:36:27 ---> 8ef07875f76b 13:36:27 Step 7/7 : RUN go mod download 13:36:27 ---> Running in 7c5c28aa3398 13:36:29 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:36:29 go: finding github.com/BurntSushi/toml v0.3.1 13:36:29 go: finding github.com/OneOfOne/xxhash v1.2.5 13:36:29 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 13:36:29 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:36:29 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 13:36:29 go: finding github.com/bgentry/speakeasy v0.1.0 13:36:29 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 13:36:29 go: finding github.com/cloudflare/gokey v0.1.0 13:36:29 go: finding github.com/davecgh/go-spew v1.1.1 13:36:29 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:36:29 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 13:36:29 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 13:36:29 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 13:36:29 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 13:36:29 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 13:36:29 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 13:36:30 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 13:36:30 go: finding github.com/fatih/color v1.7.0 13:36:30 go: finding github.com/fsnotify/fsnotify v1.4.7 13:36:30 go: finding github.com/fxamacker/cbor/v2 v2.2.0 13:36:30 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 13:36:30 go: finding github.com/go-kit/kit v0.8.0 13:36:30 go: finding github.com/go-logfmt/logfmt v0.4.0 13:36:30 go: finding github.com/go-playground/assert/v2 v2.0.1 13:36:30 go: finding github.com/go-playground/locales v0.13.0 13:36:30 go: finding github.com/go-playground/universal-translator v0.17.0 13:36:30 go: finding github.com/go-playground/validator/v10 v10.3.0 13:36:30 go: finding github.com/go-redis/redis/v7 v7.2.0 13:36:30 go: finding github.com/go-stack/stack v1.8.0 13:36:30 go: finding github.com/golang/protobuf v1.3.2 13:36:30 go: finding github.com/gomodule/redigo v2.0.0+incompatible 13:36:30 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 13:36:30 go: finding github.com/google/uuid v1.1.0 13:36:30 go: finding github.com/gorilla/mux v1.7.1 13:36:30 go: finding github.com/hashicorp/consul/api v1.1.0 13:36:30 go: finding github.com/hashicorp/consul/sdk v0.1.1 13:36:30 go: finding github.com/hashicorp/errwrap v1.0.0 13:36:30 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 13:36:30 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 13:36:30 go: finding github.com/hashicorp/go-msgpack v0.5.3 13:36:30 go: finding github.com/hashicorp/go-multierror v1.0.0 13:36:30 go: finding github.com/hashicorp/go-rootcerts v1.0.0 13:36:30 go: finding github.com/hashicorp/go-sockaddr v1.0.0 13:36:30 go: finding github.com/hashicorp/go-syslog v1.0.0 13:36:30 go: finding github.com/hashicorp/go-uuid v1.0.1 13:36:30 go: finding github.com/hashicorp/go.net v0.0.1 13:36:30 go: finding github.com/hashicorp/golang-lru v0.5.0 13:36:30 go: finding github.com/hashicorp/logutils v1.0.0 13:36:30 go: finding github.com/hashicorp/mdns v1.0.0 13:36:30 go: finding github.com/hashicorp/memberlist v0.1.3 13:36:30 go: finding github.com/hashicorp/serf v0.8.2 13:36:30 go: finding github.com/hpcloud/tail v1.0.0 13:36:30 go: finding github.com/imdario/mergo v0.3.6 13:36:30 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 13:36:30 go: finding github.com/kr/pretty v0.1.0 13:36:30 go: finding github.com/kr/pty v1.1.1 13:36:30 go: finding github.com/kr/text v0.1.0 13:36:30 go: finding github.com/leodido/go-urn v1.2.0 13:36:30 go: finding github.com/mattn/go-colorable v0.0.9 13:36:30 go: finding github.com/mattn/go-isatty v0.0.3 13:36:30 go: finding github.com/miekg/dns v1.0.14 13:36:31 go: finding github.com/mitchellh/cli v1.0.0 13:36:31 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:36:31 go: finding github.com/mitchellh/copystructure v1.0.0 13:36:31 go: finding github.com/mitchellh/go-homedir v1.0.0 13:36:31 go: finding github.com/mitchellh/go-testing-interface v1.0.0 13:36:31 go: finding github.com/mitchellh/gox v0.4.0 13:36:31 go: finding github.com/mitchellh/iochan v1.0.0 13:36:31 go: finding github.com/mitchellh/mapstructure v1.1.2 13:36:31 go: finding github.com/mitchellh/reflectwalk v1.0.0 13:36:31 go: finding github.com/onsi/ginkgo v1.10.1 13:36:31 go: finding github.com/onsi/gomega v1.7.0 13:36:31 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 13:36:31 go: finding github.com/pebbe/zmq4 v1.0.0 13:36:31 go: finding github.com/pelletier/go-toml v1.2.0 13:36:31 go: finding github.com/pkg/errors v0.8.1 13:36:31 go: finding github.com/pmezard/go-difflib v1.0.0 13:36:31 go: finding github.com/posener/complete v1.1.1 13:36:31 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:36:31 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 13:36:31 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:36:31 go: finding github.com/stretchr/objx v0.1.0 13:36:31 go: finding github.com/stretchr/testify v1.5.1 13:36:31 go: finding github.com/ugorji/go v1.1.4 13:36:31 go: finding github.com/x448/float16 v0.8.4 13:36:31 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 13:36:31 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 13:36:31 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 13:36:31 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 13:36:31 go: finding golang.org/x/text v0.3.2 13:36:31 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 13:36:31 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 13:36:31 go: finding gopkg.in/eapache/queue.v1 v1.1.0 13:36:31 go: finding gopkg.in/fsnotify.v1 v1.4.7 13:36:31 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 13:36:31 go: finding gopkg.in/yaml.v2 v2.2.8 13:36:50 Removing intermediate container 7c5c28aa3398 13:36:50 ---> 1f7539671345 13:36:50 Successfully built 1f7539671345 13:36:50 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 13:36:50 + docker inspect -f . ci-base-image-x86_64 13:36:50 . [Pipeline] withDockerContainer 13:36:50 prd-centos7-docker-4c-2g-2865 does not seem to be running inside a container 13:36:50 $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 13:36:51 $ docker top 6f1b1830a4a2606c4aad4f89ce1080a7cd706437edd4908e4cd7ceb15171f4ca -eo pid,comm [Pipeline] { [Pipeline] sh 13:36:52 + go version 13:36:52 go version go1.13.13 linux/amd64 [Pipeline] echo 13:36:52 ========================================================= 13:36:52 [edgeXBuildGoParallel] Running Tests and Build... 13:36:52 ========================================================= [Pipeline] sh 13:36:52 + make test 13:36:52 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:36:55 ? github.com/edgexfoundry/edgex-go [no test files] 13:37:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:37:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:37:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:37:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:37:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:37:12 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s 13:37:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 13:37:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:37:12 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 13:37:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:37:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:37:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:37:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:37:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:37:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.016s coverage: 46.6% of statements 13:37:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:37:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:37:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:37:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:37:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:37:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.072s coverage: 27.2% of statements 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:37:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.504s coverage: 100.0% of statements 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:37:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:37:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.323s coverage: 77.5% of statements 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 13:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:37:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.068s coverage: 28.6% of statements 13:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:37:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements 13:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:37:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements 13:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.037s coverage: 89.8% of statements 13:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.038s coverage: 97.5% of statements 13:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:37:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.016s coverage: 100.0% of statements 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:37:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 13:37:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 13:37:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.091s coverage: 63.5% of statements 13:37:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:37:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:37:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements 13:37:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.096s coverage: 55.9% of statements 13:37:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:37:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:37:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 13:37:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 13:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.059s coverage: 86.3% of statements 13:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 13:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.289s coverage: 72.2% of statements 13:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.107s coverage: 72.1% of statements 13:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.013s coverage: 82.4% of statements 13:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.030s coverage: 48.4% of statements 13:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 13:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 13:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 13:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements 13:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 13:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.012s coverage: 96.8% of statements 13:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 13:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.050s coverage: 26.9% of statements 13:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.158s coverage: 84.1% of statements 13:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.018s coverage: 100.0% of statements 13:37:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.023s coverage: 42.9% of statements 13:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 13:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 13:37:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 13:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 13:37:29 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.022s coverage: 83.8% of statements 13:37:29 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 13:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.018s coverage: 46.1% of statements 13:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.035s coverage: 100.0% of statements 13:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements 13:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.011s coverage: 100.0% of statements 13:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:37:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.061s coverage: 29.1% of statements 13:37:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:37:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:37:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:37:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:37:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:37:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.016s coverage: 99.0% of statements 13:37:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:37:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements 13:37:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:37:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.016s coverage: 0.0% of statements 13:37:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:37:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements 13:37:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:37:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:37:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:37:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:37:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.012s coverage: 87.9% of statements 13:37:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:37:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:37:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 13:37:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 13:37:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 13:37:34 GO111MODULE=on go vet ./... 13:37:39 gofmt -l . 13:37:40 [ "`gofmt -l .`" = "" ] 13:37:40 ./bin/test-go-mod-tidy.sh 13:37:41 ./bin/test-attribution-txt.sh [Pipeline] sh 13:37:44 + ls -al . 13:37:44 total 556 13:37:44 drwxrwxr-x 10 1001 1001 4096 Aug 5 13:37 . 13:37:44 drwxr-xr-x 4 root root 30 Aug 5 13:36 .. 13:37:44 -rw-rw-r-- 1 1001 1001 11 Aug 5 13:34 .dockerignore 13:37:44 drwxrwxr-x 8 1001 1001 179 Aug 5 13:35 .git 13:37:44 drwxrwxr-x 3 1001 1001 60 Aug 5 13:34 .github 13:37:44 -rw-rw-r-- 1 1001 1001 932 Aug 5 13:34 .gitignore 13:37:44 drwx------ 3 1001 1001 47 Aug 5 13:35 .semver 13:37:44 -rw-rw-r-- 1 1001 1001 166 Aug 5 13:34 .sonarcloud.properties 13:37:44 -rw-rw-r-- 1 1001 1001 3804 Aug 5 13:34 CONTRIBUTING.md 13:37:44 -rw-rw-r-- 1 1001 1001 1035 Aug 5 13:34 Dockerfile.build 13:37:44 -rw-rw-r-- 1 1001 1001 865 Aug 5 13:34 Jenkinsfile 13:37:44 -rw-rw-r-- 1 1001 1001 10775 Aug 5 13:34 LICENSE 13:37:44 -rw-rw-r-- 1 1001 1001 6237 Aug 5 13:34 Makefile 13:37:44 -rw-rw-r-- 1 1001 1001 5652 Aug 5 13:34 README.md 13:37:44 -rw-rw-r-- 1 1001 1001 7111 Aug 5 13:34 SECURITY.md 13:37:44 -rw-rw-r-- 1 1001 1001 5 Aug 5 13:35 VERSION 13:37:44 -rw-rw-r-- 1 1001 1001 4131 Aug 5 13:34 ZMQWindows.md 13:37:44 drwxrwxr-x 2 1001 1001 117 Aug 5 13:34 bin 13:37:44 drwxrwxr-x 15 1001 1001 4096 Aug 5 13:34 cmd 13:37:44 -rw-r--r-- 1 root root 457515 Aug 5 13:37 coverage.out 13:37:44 -rw-r--r-- 1 root root 1019 Aug 5 13:37 go.mod 13:37:44 -rw-r--r-- 1 root root 19185 Aug 5 13:37 go.sum 13:37:44 drwxrwxr-x 8 1001 1001 127 Aug 5 13:34 internal 13:37:44 drwxrwxr-x 4 1001 1001 26 Aug 5 13:34 openapi 13:37:44 drwxrwxr-x 4 1001 1001 71 Aug 5 13:34 snap 13:37:44 -rw-rw-r-- 1 1001 1001 168 Aug 5 13:34 version.go [Pipeline] sh 13:37:44 + '[' -e coverage.out ] 13:37:44 + chown 1001:1001 coverage.out [Pipeline] stash 13:37:44 Stashed 1 file(s) [Pipeline] sh 13:37:45 + make build 13:37:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:37:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2866 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 13:37:48 Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] checkout 13:37:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:37:53 using credential edgex-jenkins-ssh 13:37:53 Cloning the remote Git repository 13:37:53 Cloning with configured refspecs honoured and without tags 13:37:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:37:53 > git init /w/workspace/edgex-go/29 # timeout=10 13:37:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:37:53 > git --version # timeout=10 13:37:53 using GIT_SSH to set credentials SSH Credentials for GitHub 13:37:53 > 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 13:37:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 13:37:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 13:37: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 13:37:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:37:59 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 13:38:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:38:03 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 13:38:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:38:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:38:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:38:08 Fetching without tags 13:38:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 13:38:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:38:08 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 13:38:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 13:38:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:38:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:38:08 using GIT_SSH to set credentials SSH Credentials for GitHub 13:38:08 > 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 13:38:09 Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:38:09 Merge succeeded, producing e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:38:09 Checking out Revision e24d3796266c2bc2fc1662ed76ccdef4f596574e (PR-2610) [Pipeline] } 13:38:10 $ docker stop --time=1 6f1b1830a4a2606c4aad4f89ce1080a7cd706437edd4908e4cd7ceb15171f4ca 13:38:09 > git config core.sparsecheckout # timeout=10 13:38:09 > git checkout -f e24d3796266c2bc2fc1662ed76ccdef4f596574e # timeout=10 13:38:09 > git remote # timeout=10 13:38:09 > git config --get remote.origin.url # timeout=10 13:38:09 using GIT_SSH to set credentials SSH Credentials for GitHub 13:38:09 > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 13:38:09 > git rev-parse HEAD^{commit} # timeout=10 13:38:09 > git config core.sparsecheckout # timeout=10 13:38:09 > git checkout -f e24d3796266c2bc2fc1662ed76ccdef4f596574e # timeout=10 13:38:12 $ docker rm -f 6f1b1830a4a2606c4aad4f89ce1080a7cd706437edd4908e4cd7ceb15171f4ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 13:38:14 Commit message: "Add POST event functions based for v2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 13:38:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:38:15 13:38:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 13:38:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:38:16 latest: Pulling from edgex-devops/edgex-compose 13:38:16 cbdbe7a5bc2a: Pulling fs layer 13:38:16 ca9280d653b3: Pulling fs layer 13:38:16 7e9c9ca2126c: Pulling fs layer 13:38:16 cbdbe7a5bc2a: Verifying Checksum 13:38:16 cbdbe7a5bc2a: Download complete 13:38:16 ca9280d653b3: Verifying Checksum 13:38:16 ca9280d653b3: Download complete 13:38:16 cbdbe7a5bc2a: Pull complete 13:38:17 7e9c9ca2126c: Verifying Checksum 13:38:17 7e9c9ca2126c: Download complete 13:38:17 ca9280d653b3: Pull complete 13:38:22 7e9c9ca2126c: Pull complete 13:38:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:38:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:38:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:38:23 prd-centos7-docker-4c-2g-2865 does not seem to be running inside a container 13:38:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 13:38:26 $ docker top 849a0bc8e5b9e6823dace52bd216ab08d0ae42b710b85a6aeb41c2f6d8500970 -eo pid,comm [Pipeline] { [Pipeline] echo 13:38:26 ========================================================= 13:38:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 13:38:26 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 13:38:26 + docker-compose build --help 13:38:26 + grep parallel 13:38:27 + 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 . 13:38:27 --parallel Build images in parallel. [Pipeline] } 13:38:27 $ docker stop --time=1 849a0bc8e5b9e6823dace52bd216ab08d0ae42b710b85a6aeb41c2f6d8500970 13:38:29 $ docker rm -f 849a0bc8e5b9e6823dace52bd216ab08d0ae42b710b85a6aeb41c2f6d8500970 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:38:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:38:29 . [Pipeline] withDockerContainer 13:38:29 prd-centos7-docker-4c-2g-2865 does not seem to be running inside a container 13:38:29 $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 13:38:30 $ docker top 4996b834beda0441fb337c21710c9ae4e86941c419e8d81d951c8dbff75ca881 -eo pid,comm [Pipeline] { [Pipeline] sh 13:38:31 + docker-compose -f ./docker-compose-build.yml build --parallel 13:38:31 Sending build context to Docker daemon 323.1MB 13:38:31 Step 1/7 : ARG BASE=golang:1.13-alpine 13:38:31 Step 2/7 : FROM ${BASE} 13:38:31 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:38:31 b538f80385f9: Pulling fs layer 13:38:31 74f711af9a0d: Pulling fs layer 13:38:31 99f96fe45779: Pulling fs layer 13:38:31 fd7a069fd194: Pulling fs layer 13:38:31 66aa3694b03b: Pulling fs layer 13:38:31 170f70906a0f: Pulling fs layer 13:38:31 ad7c5574e4b9: Pulling fs layer 13:38:31 fd7a069fd194: Waiting 13:38:31 e772456be8f7: Pulling fs layer 13:38:31 c890913d741a: Pulling fs layer 13:38:31 2480fcc9aa5a: Pulling fs layer 13:38:31 09adf4765672: Pulling fs layer 13:38:31 66aa3694b03b: Waiting 13:38:31 170f70906a0f: Waiting 13:38:31 ad7c5574e4b9: Waiting 13:38:31 e772456be8f7: Waiting 13:38:31 c890913d741a: Waiting 13:38:31 09adf4765672: Waiting 13:38:31 99f96fe45779: Verifying Checksum 13:38:31 99f96fe45779: Download complete 13:38:31 Building docker-core-command-go ... 13:38:31 Building docker-core-data-go ... 13:38:31 Building docker-core-metadata-go ... 13:38:31 Building docker-security-proxy-setup-go ... 13:38:31 Building docker-security-secrets-setup-go ... 13:38:31 Building docker-security-secretstore-setup-go ... 13:38:31 Building docker-support-logging-go ... 13:38:31 Building docker-support-notifications-go ... 13:38:31 Building docker-support-scheduler-go ... 13:38:31 Building docker-sys-mgmt-agent-go ... 13:38:31 Building docker-core-metadata-go 13:38:31 Building docker-core-data-go 13:38:31 Building docker-support-logging-go 13:38:31 Building docker-support-notifications-go 13:38:31 Building docker-support-scheduler-go 13:38:31 74f711af9a0d: Verifying Checksum 13:38:31 74f711af9a0d: Download complete 13:38:31 66aa3694b03b: Verifying Checksum 13:38:31 66aa3694b03b: Download complete 13:38:31 170f70906a0f: Verifying Checksum 13:38:31 170f70906a0f: Download complete 13:38:32 b538f80385f9: Verifying Checksum 13:38:32 b538f80385f9: Download complete 13:38:32 b538f80385f9: Pull complete 13:38:33 74f711af9a0d: Pull complete 13:38:34 99f96fe45779: Pull complete 13:38:34 ad7c5574e4b9: Verifying Checksum 13:38:34 ad7c5574e4b9: Download complete 13:38:34 c890913d741a: Verifying Checksum 13:38:34 c890913d741a: Download complete 13:38:37 e772456be8f7: Verifying Checksum 13:38:37 e772456be8f7: Download complete 13:38:37 2480fcc9aa5a: Verifying Checksum 13:38:37 2480fcc9aa5a: Download complete 13:38:37 09adf4765672: Verifying Checksum 13:38:37 09adf4765672: Download complete 13:38:37 fd7a069fd194: Verifying Checksum 13:38:37 fd7a069fd194: Download complete 13:38:50 fd7a069fd194: Pull complete 13:38:50 66aa3694b03b: Pull complete 13:38:50 170f70906a0f: Pull complete 13:38:53 ad7c5574e4b9: Pull complete 13:38:57 e772456be8f7: Pull complete 13:38:58 c890913d741a: Pull complete 13:38:58 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:38:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:38:58 ---> 1f7539671345 13:38:58 Step 3/21 : WORKDIR /edgex-go 13:38:59 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:38:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:38:59 ---> 1f7539671345 13:38:59 Step 3/21 : WORKDIR /edgex-go 13:38:59 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 13:38:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:38:59 ---> 1f7539671345 13:38:59 Step 3/22 : WORKDIR /edgex-go 13:38:59 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:38:59 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:38:59 ---> 1f7539671345 13:38:59 Step 3/20 : WORKDIR /edgex-go 13:38:59 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 13:38:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:38:59 ---> 1f7539671345 13:38:59 Step 3/23 : WORKDIR /edgex-go 13:39:01 ---> Running in 9cd735af143e 13:39:01 ---> Running in 8f65ca99ea4e 13:39:01 ---> Running in 07bab5f10dc0 13:39:01 ---> Running in 8cf0b2ac3275 13:39:01 ---> Running in 4c3d2dfeec4f 13:39:01 Removing intermediate container 9cd735af143e 13:39:01 ---> 5aa4c690a066 13:39:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:39:01 Removing intermediate container 07bab5f10dc0 13:39:01 ---> c133686875e2 13:39:01 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:39:01 Removing intermediate container 8cf0b2ac3275 13:39:01 ---> 8b501e704397 13:39:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:39:01 Removing intermediate container 8f65ca99ea4e 13:39:01 ---> aa058509c2c5 13:39:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:39:01 Removing intermediate container 4c3d2dfeec4f 13:39:01 ---> 1ca28833d5f3 13:39:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:39:01 ---> Running in 3e6bdadcd221 13:39:01 ---> Running in b3fb9e2b4a88 13:39:01 ---> Running in f496b5a87290 13:39:01 ---> Running in d3a33104f238 13:39:01 2480fcc9aa5a: Pull complete 13:39:01 ---> Running in a4d3386da6f9 13:39:02 09adf4765672: Pull complete 13:39:02 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 13:39:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 13:39:02 ---> 2248a725d1cf 13:39:02 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 13:39:03 Removing intermediate container f496b5a87290 13:39:03 ---> 02d638f057ac 13:39:03 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 13:39:03 ---> Running in 9b9acecd31f3 13:39:03 Removing intermediate container b3fb9e2b4a88 13:39:03 ---> e226c48ce82a 13:39:03 Step 5/20 : RUN apk update && apk add make git 13:39:03 Removing intermediate container 3e6bdadcd221 13:39:03 ---> 7f984153887f 13:39:03 Step 5/21 : RUN apk update && apk add make git 13:39:03 ---> Running in 8a40ffb5d6c8 13:39:04 ---> Running in 9ad91895ccf0 13:39:04 Removing intermediate container a4d3386da6f9 13:39:04 ---> 6985e20be80f 13:39:04 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 13:39:04 Removing intermediate container d3a33104f238 13:39:04 ---> 5733ac1696b2 13:39:04 Step 5/21 : RUN apk update && apk add make && apk add bash git 13:39:04 ---> Running in 51ef592e99d0 13:39:04 ---> Running in cc0299472dfd 13:39:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:39:05 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:39:05 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:39:05 OK: 12749 distinct packages available 13:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:39:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:39:06 OK: 233 MiB in 51 packages 13:39:06 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:39:06 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:39:06 OK: 12749 distinct packages available 13:39:06 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:39:06 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:39:06 OK: 12749 distinct packages available 13:39:06 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:39:06 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:39:06 OK: 12749 distinct packages available 13:39:06 OK: 233 MiB in 51 packages 13:39:06 OK: 233 MiB in 51 packages 13:39:06 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:39:06 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:39:06 OK: 12749 distinct packages available 13:39:06 OK: 233 MiB in 51 packages 13:39:06 Removing intermediate container 9b9acecd31f3 13:39:06 ---> 9e415cb32e76 13:39:06 Step 6/22 : COPY go.mod . 13:39:06 OK: 233 MiB in 51 packages 13:39:06 ---> Running in 4937d721fc53 13:39:06 OK: 233 MiB in 51 packages 13:39:07 ---> 268845dbce4d 13:39:07 Step 7/22 : RUN go mod download 13:39:07 Removing intermediate container 8a40ffb5d6c8 13:39:07 ---> 91ac8c7a0c9b 13:39:07 Step 6/20 : COPY go.mod . 13:39:07 ---> Running in fdbcc65222c3 13:39:07 Removing intermediate container 9ad91895ccf0 13:39:07 ---> a0025afbb411 13:39:07 Step 6/21 : COPY go.mod . 13:39:07 ---> d790866c6dd2 13:39:07 Step 7/20 : RUN go mod download 13:39:07 Removing intermediate container 51ef592e99d0 13:39:07 ---> d88fd79c4c95 13:39:07 Step 6/23 : COPY go.mod . 13:39:07 Removing intermediate container cc0299472dfd 13:39:07 ---> e9ecb53ee4f5 13:39:07 Step 6/21 : COPY go.mod . 13:39:07 ---> Running in 2096e8ac570e 13:39:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:39:08 ---> b23e5d2f6df7 13:39:08 Step 7/21 : RUN go mod download 13:39:08 ---> Running in e663696add6c 13:39:08 ---> 39ca4ec8b921 13:39:08 Step 7/23 : RUN go mod download 13:39:08 ---> e2e14d2aa645 13:39:08 Step 7/21 : RUN go mod download 13:39:08 ---> Running in 2da5d46584d8 13:39:08 ---> Running in 9c5d9e37ad5d 13:39:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:39:09 (1/12) Installing libmagic (5.38-r0) 13:39:09 (2/12) Installing file (5.38-r0) 13:39:09 (3/12) Installing libc-dev (0.7.2-r3) 13:39:09 (4/12) Installing g++ (9.3.0-r2) 13:39:10 Removing intermediate container fdbcc65222c3 13:39:10 ---> 848ca3c893f9 13:39:10 Step 8/22 : COPY . . 13:39:10 Removing intermediate container 2096e8ac570e 13:39:10 ---> 0f4b2cb98e15 13:39:10 Step 8/20 : COPY . . 13:39:10 Removing intermediate container e663696add6c 13:39:10 ---> 984d21f16caf 13:39:10 Step 8/21 : COPY . . 13:39:14 (5/12) Installing fortify-headers (1.1-r0) 13:39:14 (6/12) Installing patch (2.7.6-r6) 13:39:14 (7/12) Installing build-base (0.5-r2) 13:39:14 (8/12) Installing libsodium (1.0.18-r0) 13:39:14 (9/12) Installing pkgconf (1.7.2-r0) 13:39:14 (10/12) Installing libsodium-dev (1.0.18-r0) 13:39:14 (11/12) Installing libzmq (4.3.2-r0) 13:39:14 (12/12) Installing zeromq-dev (4.3.2-r0) 13:39:14 Executing busybox-1.31.1-r16.trigger 13:39:14 OK: 217 MiB in 51 packages 13:39:14 Removing intermediate container 9c5d9e37ad5d 13:39:14 ---> 01711d8bc8ee 13:39:14 Step 8/21 : COPY . . 13:39:18 Removing intermediate container 4937d721fc53 13:39:18 ---> 05260f7c6eab 13:39:18 Step 4/7 : WORKDIR /edgex-go 13:39:18 ---> Running in 04a7372a6913 13:39:19 Removing intermediate container 2da5d46584d8 13:39:19 ---> 2a22630dc2d4 13:39:19 Step 8/23 : COPY . . 13:39:19 Removing intermediate container 04a7372a6913 13:39:19 ---> 6e33c5641a21 13:39:19 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 13:39:19 latest: Pulling from library/docker 13:39:19 b538f80385f9: Already exists 13:39:19 259a493cd78d: Pulling fs layer 13:39:19 b8e66b5100f5: Pulling fs layer 13:39:19 39dc9c94d07c: Pulling fs layer 13:39:19 551b823b3b82: Pulling fs layer 13:39:19 3c52a74df98c: Pulling fs layer 13:39:19 6c9b121b6998: Pulling fs layer 13:39:19 551b823b3b82: Waiting 13:39:19 3c52a74df98c: Waiting 13:39:19 6c9b121b6998: Waiting 13:39:20 259a493cd78d: Download complete 13:39:20 b8e66b5100f5: Verifying Checksum 13:39:20 b8e66b5100f5: Download complete 13:39:20 551b823b3b82: Download complete 13:39:20 3c52a74df98c: Verifying Checksum 13:39:20 3c52a74df98c: Download complete 13:39:20 6c9b121b6998: Verifying Checksum 13:39:20 6c9b121b6998: Download complete 13:39:20 259a493cd78d: Pull complete 13:39:21 b8e66b5100f5: Pull complete 13:39:21 39dc9c94d07c: Verifying Checksum 13:39:21 39dc9c94d07c: Download complete 13:39:24 39dc9c94d07c: Pull complete 13:39:24 551b823b3b82: Pull complete 13:39:24 3c52a74df98c: Pull complete 13:39:25 6c9b121b6998: Pull complete 13:39:25 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 13:39:25 Status: Downloaded newer image for docker:latest 13:39:28 ---> fde2a3468d8b 13:39:28 Step 6/7 : COPY go.mod . 13:39:29 ---> e2d211c6edc0 13:39:29 Step 7/7 : RUN go mod download 13:39:29 ---> Running in ad68c3d08baa 13:39:32 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:39:32 go: finding github.com/BurntSushi/toml v0.3.1 13:39:32 go: finding github.com/OneOfOne/xxhash v1.2.5 13:39:32 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 13:39:32 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:39:32 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 13:39:32 go: finding github.com/bgentry/speakeasy v0.1.0 13:39:32 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 13:39:32 go: finding github.com/cloudflare/gokey v0.1.0 13:39:32 go: finding github.com/davecgh/go-spew v1.1.1 13:39:32 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:39:32 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 13:39:32 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 13:39:32 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 13:39:32 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 13:39:32 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 13:39:32 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 13:39:32 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 13:39:33 go: finding github.com/fatih/color v1.7.0 13:39:33 go: finding github.com/fsnotify/fsnotify v1.4.7 13:39:33 go: finding github.com/fxamacker/cbor/v2 v2.2.0 13:39:33 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 13:39:33 go: finding github.com/go-kit/kit v0.8.0 13:39:33 go: finding github.com/go-logfmt/logfmt v0.4.0 13:39:33 go: finding github.com/go-playground/assert/v2 v2.0.1 13:39:33 go: finding github.com/go-playground/locales v0.13.0 13:39:33 go: finding github.com/go-playground/universal-translator v0.17.0 13:39:33 go: finding github.com/go-playground/validator/v10 v10.3.0 13:39:33 go: finding github.com/go-redis/redis/v7 v7.2.0 13:39:33 go: finding github.com/go-stack/stack v1.8.0 13:39:33 go: finding github.com/golang/protobuf v1.3.2 13:39:33 go: finding github.com/gomodule/redigo v2.0.0+incompatible 13:39:33 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 13:39:33 go: finding github.com/google/uuid v1.1.0 13:39:33 go: finding github.com/gorilla/mux v1.7.1 13:39:33 go: finding github.com/hashicorp/consul/api v1.1.0 13:39:33 go: finding github.com/hashicorp/consul/sdk v0.1.1 13:39:33 go: finding github.com/hashicorp/errwrap v1.0.0 13:39:33 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 13:39:33 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 13:39:33 go: finding github.com/hashicorp/go-msgpack v0.5.3 13:39:33 go: finding github.com/hashicorp/go-multierror v1.0.0 13:39:33 go: finding github.com/hashicorp/go-rootcerts v1.0.0 13:39:33 go: finding github.com/hashicorp/go-sockaddr v1.0.0 13:39:33 go: finding github.com/hashicorp/go-syslog v1.0.0 13:39:33 go: finding github.com/hashicorp/go-uuid v1.0.1 13:39:33 go: finding github.com/hashicorp/go.net v0.0.1 13:39:33 go: finding github.com/hashicorp/golang-lru v0.5.0 13:39:33 go: finding github.com/hashicorp/logutils v1.0.0 13:39:33 go: finding github.com/hashicorp/mdns v1.0.0 13:39:33 go: finding github.com/hashicorp/memberlist v0.1.3 13:39:33 go: finding github.com/hashicorp/serf v0.8.2 13:39:33 go: finding github.com/hpcloud/tail v1.0.0 13:39:33 go: finding github.com/imdario/mergo v0.3.6 13:39:33 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 13:39:33 go: finding github.com/kr/pretty v0.1.0 13:39:33 go: finding github.com/kr/pty v1.1.1 13:39:34 go: finding github.com/kr/text v0.1.0 13:39:34 go: finding github.com/leodido/go-urn v1.2.0 13:39:34 go: finding github.com/mattn/go-colorable v0.0.9 13:39:34 go: finding github.com/mattn/go-isatty v0.0.3 13:39:34 go: finding github.com/miekg/dns v1.0.14 13:39:34 go: finding github.com/mitchellh/cli v1.0.0 13:39:34 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:39:34 go: finding github.com/mitchellh/copystructure v1.0.0 13:39:34 go: finding github.com/mitchellh/go-homedir v1.0.0 13:39:34 go: finding github.com/mitchellh/go-testing-interface v1.0.0 13:39:34 go: finding github.com/mitchellh/gox v0.4.0 13:39:34 go: finding github.com/mitchellh/iochan v1.0.0 13:39:34 go: finding github.com/mitchellh/mapstructure v1.1.2 13:39:34 go: finding github.com/mitchellh/reflectwalk v1.0.0 13:39:34 go: finding github.com/onsi/ginkgo v1.10.1 13:39:34 go: finding github.com/onsi/gomega v1.7.0 13:39:34 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 13:39:34 go: finding github.com/pebbe/zmq4 v1.0.0 13:39:34 go: finding github.com/pelletier/go-toml v1.2.0 13:39:34 go: finding github.com/pkg/errors v0.8.1 13:39:34 go: finding github.com/pmezard/go-difflib v1.0.0 13:39:34 go: finding github.com/posener/complete v1.1.1 13:39:34 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:39:34 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 13:39:34 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:39:34 go: finding github.com/stretchr/objx v0.1.0 13:39:34 go: finding github.com/stretchr/testify v1.5.1 13:39:34 go: finding github.com/ugorji/go v1.1.4 13:39:34 go: finding github.com/x448/float16 v0.8.4 13:39:34 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 13:39:34 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 13:39:34 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 13:39:34 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 13:39:34 go: finding golang.org/x/text v0.3.2 13:39:34 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 13:39:34 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 13:39:34 go: finding gopkg.in/eapache/queue.v1 v1.1.0 13:39:34 go: finding gopkg.in/fsnotify.v1 v1.4.7 13:39:34 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 13:39:34 go: finding gopkg.in/yaml.v2 v2.2.8 13:39:51 ---> ae6309f07664 13:39:51 Step 9/21 : RUN make cmd/support-logging/support-logging ---> eb4dbe2fa7df 13:39:51 ---> 1fc6cb06b1a8 13:39:51 13:39:51 Step 9/20 : RUN make cmd/support-scheduler/support-schedulerStep 9/22 : RUN make cmd/core-data/core-data 13:39:51 13:39:51 ---> 0a473d6e93f5 13:39:51 Step 9/23 : RUN make cmd/support-notifications/support-notifications 13:39:51 ---> Running in 7c67af0e1eab 13:39:51 ---> Running in f9d5879365dc 13:39:51 ---> Running in 1d4425576516 13:39:51 ---> d523eb958601 13:39:51 Step 9/21 : RUN make cmd/core-metadata/core-metadata 13:39:51 ---> Running in a363ccbc6b45 13:39:51 ---> Running in 58c7be90119c 13:39:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:39:51 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 13:39:51 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 13:39:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:39:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:39:57 Removing intermediate container ad68c3d08baa 13:39:57 ---> 375b80d4183c 13:39:57 Successfully built 375b80d4183c 13:39:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:39:57 + docker inspect -f . ci-base-image-arm64 13:39:57 . [Pipeline] withDockerContainer 13:39:58 prd-ubuntu18.04-docker-arm64-4c-16g-2866 does not seem to be running inside a container 13:39:58 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 ******** ci-base-image-arm64 cat 13:39:59 $ docker top eab242fbd562bdb080e3e4a1e07f7b1eb3dec44103195a89156ab4d7f2d45584 -eo pid,comm [Pipeline] { [Pipeline] sh 13:40:00 + go version 13:40:00 go version go1.13.13 linux/arm64 [Pipeline] echo 13:40:00 ========================================================= 13:40:00 [edgeXBuildGoParallel] Running Tests and Build... 13:40:00 ========================================================= [Pipeline] sh 13:40:01 + make test 13:40:01 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:40:03 ? github.com/edgexfoundry/edgex-go [no test files] 13:40:23 Removing intermediate container 7c67af0e1eab 13:40:23 ---> ce0138242d48 13:40:23 13:40:23 Step 10/21 : FROM scratch 13:40:23 ---> 13:40:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:40:23 ---> Running in 36d5f0c2dd99 13:40:24 Removing intermediate container 36d5f0c2dd99 13:40:24 ---> b46eabe51a49 13:40:24 Step 12/21 : ENV APP_PORT=48061 13:40:24 ---> Running in 9fc656178db0 13:40:24 Removing intermediate container 9fc656178db0 13:40:24 ---> 55c539ddf89d 13:40:24 Step 13/21 : EXPOSE $APP_PORT 13:40:25 ---> Running in 41ad25e8d8a0 13:40:30 Removing intermediate container 41ad25e8d8a0 13:40:30 ---> 2541ae83d43d 13:40:30 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 13:40:30 Removing intermediate container f9d5879365dc 13:40:30 ---> b27ed0cadae5 13:40:30 13:40:30 Step 10/20 : FROM scratch 13:40:30 ---> 13:40:30 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:40:30 ---> Running in 0665facfdbf5 13:40:30 Removing intermediate container a363ccbc6b45 13:40:30 ---> 03dcd657afe8 13:40:30 13:40:30 Step 10/23 : FROM scratch 13:40:30 ---> 13:40:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:40:30 ---> Using cache 13:40:30 ---> b46eabe51a49 13:40:30 Step 12/23 : ENV APP_PORT=48060 13:40:30 Removing intermediate container 58c7be90119c 13:40:30 ---> 46b41086409a 13:40:30 13:40:30 Step 10/21 : FROM scratch 13:40:30 ---> 13:40:30 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:40:30 ---> b7de8f788100 13:40:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 13:40:30 ---> Running in 951fdd3e6ce1 13:40:31 ---> Running in ec37961ff25f 13:40:31 Removing intermediate container 0665facfdbf5 13:40:31 ---> 43e6aeabd25e 13:40:31 Step 12/20 : ENV APP_PORT=48085 13:40:31 ---> Running in 80d2b9ed5f74 13:40:31 Removing intermediate container 951fdd3e6ce1 13:40:31 ---> 58c298a1a981 13:40:31 Step 13/23 : EXPOSE $APP_PORT 13:40:31 ---> b9f536b5be94 13:40:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 13:40:31 Removing intermediate container ec37961ff25f 13:40:31 ---> 47b9b7a2170d 13:40:31 Step 12/21 : ENV APP_PORT=48081 13:40:31 ---> Running in a1d9ed0e6348 13:40:31 ---> Running in cc1c44e1b38f 13:40:31 Removing intermediate container 80d2b9ed5f74 13:40:31 ---> 085d0c090224 13:40:31 Step 13/20 : EXPOSE $APP_PORT 13:40:31 ---> Running in 17ba29fe7938 13:40:31 Removing intermediate container a1d9ed0e6348 13:40:31 ---> a3886d9d4b24 13:40:31 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 13:40:31 Removing intermediate container cc1c44e1b38f 13:40:31 ---> b32f112bcd09 13:40:31 Step 13/21 : EXPOSE $APP_PORT 13:40:32 Removing intermediate container 17ba29fe7938 13:40:32 ---> 0d87ab5fb485 13:40:32 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 13:40:32 ---> 4fb29b0b46ef 13:40:32 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 13:40:33 ---> 2c344da0a1cb 13:40:33 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 13:40:33 ---> Running in 72132caf9011 13:40:33 Removing intermediate container 72132caf9011 13:40:33 ---> ef78079424cc 13:40:33 Step 14/21 : WORKDIR / 13:40:34 ---> 8a7fe6d460b6 13:40:34 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:40:34 ---> 5202c01a2725 13:40:34 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:40:36 ---> Running in 376dd8e4c253 13:40:36 ---> 7905de9c11b7 13:40:36 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 13:40:36 ---> Running in 1eb40688c62a 13:40:36 ---> 6f209a338049 13:40:36 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:40:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:40:36 Removing intermediate container 1d4425576516 13:40:36 ---> b62edb8c484e 13:40:36 13:40:36 Step 10/22 : FROM alpine 13:40:36 Removing intermediate container 376dd8e4c253 13:40:36 ---> eeb7a50ac048 13:40:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 13:40:36 Removing intermediate container 1eb40688c62a 13:40:36 ---> d39d205ad4b8 13:40:36 Step 19/21 : LABEL arch=x86_64 13:40:36 latest: Pulling from library/alpine 13:40:36 ---> 99cad852ed7a 13:40:36 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:40:36 ---> Running in b2bca8c79518 13:40:36 ---> 38e73b487803 13:40:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 13:40:37 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 13:40:37 ---> Running in 28e1f3acce09 13:40:37 ---> f9498c034095 13:40:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:40:37 Status: Downloaded newer image for alpine:latest 13:40:37 ---> a24bb4013296 13:40:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:40:37 ---> Running in cd7b57e52f1e 13:40:37 Removing intermediate container b2bca8c79518 13:40:37 ---> c9d9f65bf362 13:40:37 Step 20/21 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:40:37 ---> Running in 56f128fc3b02 13:40:37 Removing intermediate container 28e1f3acce09 13:40:37 ---> 7753b84be8b5 13:40:37 Step 18/20 : LABEL arch=x86_64 13:40:37 ---> 091602d6ecf1 13:40:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:40:37 Removing intermediate container cd7b57e52f1e 13:40:37 ---> b9fceca3883b 13:40:37 Step 12/22 : ENV APP_PORT=48080 13:40:37 ---> Running in 63fa0db974ea 13:40:37 ---> 1f074e0ed792 13:40:37 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:40:37 ---> Running in d2a42e189463 13:40:38 Removing intermediate container 56f128fc3b02 13:40:38 ---> 3c1e89a8d078 13:40:38 Step 21/21 : LABEL version=0.0.0 13:40:38 ---> Running in 7d5544f15af7 13:40:38 Removing intermediate container 63fa0db974ea 13:40:38 ---> d03d7d7fae67 13:40:38 Step 19/20 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:40:38 Removing intermediate container d2a42e189463 13:40:38 ---> 77b782999e94 13:40:38 Step 13/22 : EXPOSE $APP_PORT 13:40:38 ---> 0f0b5cea9773 13:40:38 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:40:38 ---> Running in dccbe460c1ef 13:40:38 ---> 881eb86b939b 13:40:38 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:40:38 ---> Running in c9651b5ac4e4 13:40:38 ---> Running in 28355dc993c1 13:40:38 Removing intermediate container 7d5544f15af7 13:40:38 ---> 5646182cdc22 13:40:38 13:40:38 Removing intermediate container dccbe460c1ef 13:40:38 ---> 43f1bce10afa 13:40:38 Step 20/20 : LABEL version=0.0.0 13:40:39 Successfully built 5646182cdc22 13:40:39 Removing intermediate container c9651b5ac4e4 13:40:39 ---> 547ba22a1270 13:40:39 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:39 Successfully tagged docker-support-logging-go:latest 13:40:39  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go 13:40:39 Removing intermediate container 28355dc993c1 13:40:39 ---> 0b2b660b7513 13:40:39 Step 19/21 : LABEL arch=x86_64 13:40:39 ---> f4b288ddd7de 13:40:39 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:40:39 ---> Running in 44708302123a 13:40:39 ---> Running in 9b371b509daa 13:40:39 ---> Running in 36d71f4e8a0c 13:40:40 ---> Running in 1bd216ca6d3b 13:40:40 Removing intermediate container 9b371b509daa 13:40:40 ---> 8529c741d7f2 13:40:40 13:40:41 Removing intermediate container 36d71f4e8a0c 13:40:41 ---> fb374e56c3f0 13:40:41 Step 20/21 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:40:42 Removing intermediate container 1bd216ca6d3b 13:40:42 ---> 0942534ce103 13:40:42 Step 21/23 : LABEL arch=x86_64 13:40:42 Successfully built 8529c741d7f2 13:40:42 Successfully tagged docker-support-scheduler-go:latest 13:40:42  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 13:40:44 ---> Running in 42336e082038 13:40:44 ---> Running in 6af923c7b798 13:40:48 Removing intermediate container 42336e082038 13:40:48 ---> 5e21ea256946 13:40:48 Step 22/23 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:40:48 Removing intermediate container 6af923c7b798 13:40:48 ---> 9065db69afd1 13:40:48 Step 21/21 : LABEL version=0.0.0 13:40:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:40:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:40:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:40:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:40:49 ---> Running in 87e576c84c81 13:40:49 ---> Running in 533bb116a7e4 13:40:49 Removing intermediate container 44708302123a 13:40:49 ---> 9e0d3bdef6ff 13:40:49 Step 15/22 : RUN apk --no-cache add zeromq 13:40:50 ---> Running in 7a7705c87685 13:40:50 Removing intermediate container 87e576c84c81 13:40:50 ---> 5081a1200aa1 13:40:50 Step 23/23 : LABEL version=0.0.0 13:40:50 Removing intermediate container 533bb116a7e4 13:40:50 ---> 41a786cac6f5 13:40:50 13:40:50 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s 13:40:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 13:40:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:40:50 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 13:40:50 Successfully built 41a786cac6f5 13:40:51 Successfully tagged docker-core-metadata-go:latest 13:40:51  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 13:40:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:40:53 ---> Running in 6e0744817253 13:40:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:40:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:40:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:40:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:40:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:40:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:40:54 (1/5) Installing libgcc (9.3.0-r2) 13:40:54 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:40:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:40:54 ---> 1f7539671345 13:40:54 Step 3/26 : WORKDIR /edgex-go 13:40:54 ---> Using cache 13:40:54 ---> 1ca28833d5f3 13:40:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:54 ---> Using cache 13:40:54 ---> 6985e20be80f 13:40:54 Step 5/26 : RUN apk update && apk add make git 13:40:54 (2/5) Installing libsodium (1.0.18-r0) 13:40:54 (3/5) Installing libstdc++ (9.3.0-r2) 13:40:54 (4/5) Installing libzmq (4.3.2-r0) 13:40:55 (5/5) Installing zeromq (4.3.2-r0) 13:40:55 Executing busybox-1.31.1-r16.trigger 13:40:55 OK: 8 MiB in 19 packages 13:40:56 Removing intermediate container 6e0744817253 13:40:56 ---> 58377e851886 13:40:56 13:40:57 Successfully built 58377e851886 13:40:57 Successfully tagged docker-support-notifications-go:latest 13:40:57  Building docker-support-notifications-go ... done Building docker-core-command-go 13:40:57 ---> Running in 0aa6133b19f2 13:41:01 Removing intermediate container 7a7705c87685 13:41:01 ---> 3126614847ad 13:41:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 13:41:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:41:01 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 13:41:01 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 13:41:01 ---> 1f7539671345 13:41:01 Step 3/29 : WORKDIR /edgex-go 13:41:01 ---> Using cache 13:41:01 ---> 1ca28833d5f3 13:41:01 Step 4/29 : RUN apk update && apk add make git 13:41:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:41:02 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:41:02 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:41:02 OK: 12749 distinct packages available 13:41:02 OK: 233 MiB in 51 packages 13:41:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements 13:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:41:04 ---> Running in 00336a86a39f 13:41:04 ---> 0ecef181862e 13:41:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:41:06 ---> 3eb2f031322d 13:41:06 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:41:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:41:07 Removing intermediate container 0aa6133b19f2 13:41:07 ---> cd890b1caa61 13:41:07 Step 6/26 : COPY go.mod . 13:41:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:41:08 ---> a6bfad6bac82 13:41:08 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:41:08 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:41:08 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:41:08 OK: 12749 distinct packages available 13:41:08 OK: 233 MiB in 51 packages 13:41:09 ---> 159e4b5e3082 13:41:09 Step 7/26 : RUN go mod download 13:41:09 ---> Running in 2804c54e724d 13:41:10 ---> Running in 3c80b261b7a2 13:41:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.170s coverage: 27.2% of statements 13:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:41:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements 13:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:41:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements 13:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:41:11 Removing intermediate container 2804c54e724d 13:41:11 ---> 7b0f300299db 13:41:11 Step 20/22 : LABEL arch=x86_64 13:41:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.361s coverage: 77.5% of statements 13:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 13:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 13:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:41:13 ---> Running in 7dcb1fde580a 13:41:13 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:41:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:41:13 ---> 1f7539671345 13:41:13 Step 3/26 : WORKDIR /edgex-go 13:41:13 ---> Using cache 13:41:13 ---> 1ca28833d5f3 13:41:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:41:13 ---> Using cache 13:41:13 ---> 6985e20be80f 13:41:13 Step 5/26 : RUN apk update && apk add make bash git 13:41:13 Removing intermediate container 00336a86a39f 13:41:13 ---> 8f880dd42383 13:41:13 Step 5/29 : COPY go.mod . 13:41:14 ---> Running in dd536efbe64d 13:41:14 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:41:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:41:14 ---> 1f7539671345 13:41:14 Step 3/21 : WORKDIR /edgex-go 13:41:14 ---> Using cache 13:41:14 ---> 1ca28833d5f3 13:41:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:41:14 ---> Using cache 13:41:14 ---> 6985e20be80f 13:41:14 Step 5/21 : RUN apk update && apk add make git 13:41:14 ---> Using cache 13:41:14 ---> cd890b1caa61 13:41:14 Step 6/21 : COPY go.mod . 13:41:14 ---> Using cache 13:41:14 ---> 159e4b5e3082 13:41:14 Step 7/21 : RUN go mod download 13:41:15 Removing intermediate container 7dcb1fde580a 13:41:15 ---> 12606a5e088a 13:41:15 Step 21/22 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.267s coverage: 28.6% of statements 13:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements 13:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:41:15 ---> d7a1aa0803b4 13:41:15 Step 6/29 : RUN go mod download 13:41:15 ---> Running in 5a6ba4cfd08e 13:41:15 ---> Running in 652c0271f9ce 13:41:15 ---> Running in 240f1a65ed33 13:41:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:41:15 Removing intermediate container 652c0271f9ce 13:41:15 ---> fad6f7be6e93 13:41:15 Step 22/22 : LABEL version=0.0.0 13:41:16 ---> Running in d8d713ffbd0c 13:41:16 Removing intermediate container 3c80b261b7a2 13:41:16 ---> 02219df6431f 13:41:16 Step 8/26 : COPY . . 13:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 13:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:41:16 Removing intermediate container d8d713ffbd0c 13:41:16 ---> a296b88b5f55 13:41:16 13:41:16 Successfully built a296b88b5f55 13:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:41:16 Successfully tagged docker-core-data-go:latest 13:41:16  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 13:41:17 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:41:17 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:41:17 OK: 12749 distinct packages available 13:41:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.083s coverage: 89.8% of statements 13:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:41:17 OK: 233 MiB in 51 packages 13:41:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements 13:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:41:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 100.0% of statements 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:41:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 13:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 13:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.251s coverage: 63.5% of statements 13:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements 13:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.274s coverage: 55.9% of statements 13:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 13:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 13:41:24 Removing intermediate container 5a6ba4cfd08e 13:41:24 ---> 7c8010ba3791 13:41:24 Step 8/21 : COPY . . 13:41:24 Removing intermediate container 240f1a65ed33 13:41:24 ---> 04791cb5b9b1 13:41:24 Step 7/29 : COPY . . 13:41:27 Removing intermediate container dd536efbe64d 13:41:27 ---> aded57b24e36 13:41:27 Step 6/26 : COPY go.mod . 13:41:33 ---> f6206a53a752 13:41:33 Step 7/26 : RUN go mod download 13:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.791s coverage: 86.3% of statements 13:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 13:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.934s coverage: 72.2% of statements 13:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.393s coverage: 72.1% of statements 13:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.076s coverage: 82.4% of statements 13:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.029s coverage: 48.4% of statements 13:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 13:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 13:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 13:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements 13:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 13:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.090s coverage: 96.8% of statements 13:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 13:41:34 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:41:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:41:34 ---> 1f7539671345 13:41:34 Step 3/20 : WORKDIR /edgex-go 13:41:34 ---> Using cache 13:41:34 ---> 1ca28833d5f3 13:41:34 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:41:34 ---> Using cache 13:41:34 ---> 6985e20be80f 13:41:34 Step 5/20 : RUN apk update && apk add make git 13:41:34 ---> Using cache 13:41:34 ---> cd890b1caa61 13:41:34 Step 6/20 : COPY go.mod . 13:41:34 ---> Using cache 13:41:34 ---> 159e4b5e3082 13:41:34 Step 7/20 : RUN go mod download 13:41:34 ---> Using cache 13:41:34 ---> 7c8010ba3791 13:41:34 Step 8/20 : COPY . . 13:41:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 26.9% of statements 13:41:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:41:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:41:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.341s coverage: 84.1% of statements 13:41:36 ---> Running in 8fe805b021a0 13:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.025s coverage: 100.0% of statements 13:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.042s coverage: 42.9% of statements 13:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 13:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 13:41:38 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.037s coverage: 100.0% of statements 13:41:38 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 13:41:39 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.085s coverage: 83.8% of statements 13:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 13:41:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.157s coverage: 46.1% of statements 13:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:41:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.047s coverage: 100.0% of statements 13:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:41:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.037s coverage: 100.0% of statements 13:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:41:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.074s coverage: 100.0% of statements 13:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.210s coverage: 29.1% of statements 13:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.055s coverage: 99.0% of statements 13:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.030s coverage: 100.0% of statements 13:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:41:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 13:41:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:41:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements 13:41:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:41:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:41:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:41:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:41:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements 13:41:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:41:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:41:51 ---> edbc8f860db4 13:41:51 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 13:41:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements 13:41:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements 13:41:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements 13:41:54 GO111MODULE=on go vet ./... 13:41:55 ---> Running in 68b364d2dee3 13:42:00 Removing intermediate container 8fe805b021a0 13:42:00 ---> 808bf3a9334e 13:42:00 Step 8/26 : COPY . . 13:42:00 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 13:42:00 ---> 9e7dbafb81ad 13:42:00 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 13:42:00 ---> bcd898e3f58a 13:42:00 Step 9/21 : RUN make cmd/core-command/core-command 13:42:07 ---> Running in fd87e760ec02 13:42:07 ---> Running in f220ee2fc376 13:42:07 ---> 26080a58fdd8 13:42:07 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 13:42:07 ---> Running in c3cfe852ec25 13:42:09 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 13:42:09 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 13:42:09 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 13:42:13 gofmt -l . 13:42:14 [ "`gofmt -l .`" = "" ] 13:42:16 ./bin/test-go-mod-tidy.sh 13:42:17 ./bin/test-attribution-txt.sh 13:42:19 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 13:42:19 ---> e9fa34ffdc30 13:42:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:42:19 ---> Running in 1f90804f4042 [Pipeline] sh 13:42:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:42:21 + ls -al . 13:42:21 total 588 13:42:21 drwxrwxr-x 10 1001 1001 4096 Aug 5 13:42 . 13:42:21 drwxr-xr-x 4 root root 4096 Aug 5 13:39 .. 13:42:21 -rw-rw-r-- 1 1001 1001 11 Aug 5 13:38 .dockerignore 13:42:21 drwxrwxr-x 8 1001 1001 4096 Aug 5 13:38 .git 13:42:21 drwxrwxr-x 3 1001 1001 4096 Aug 5 13:38 .github 13:42:21 -rw-rw-r-- 1 1001 1001 932 Aug 5 13:38 .gitignore 13:42:21 drwxrwxr-x 3 1001 1001 4096 Aug 5 13:38 .semver 13:42:21 -rw-rw-r-- 1 1001 1001 166 Aug 5 13:38 .sonarcloud.properties 13:42:21 -rw-rw-r-- 1 1001 1001 3804 Aug 5 13:38 CONTRIBUTING.md 13:42:21 -rw-rw-r-- 1 1001 1001 1035 Aug 5 13:38 Dockerfile.build 13:42:21 -rw-rw-r-- 1 1001 1001 865 Aug 5 13:38 Jenkinsfile 13:42:21 -rw-rw-r-- 1 1001 1001 10775 Aug 5 13:38 LICENSE 13:42:21 -rw-rw-r-- 1 1001 1001 6237 Aug 5 13:38 Makefile 13:42:21 -rw-rw-r-- 1 1001 1001 5652 Aug 5 13:38 README.md 13:42:21 -rw-rw-r-- 1 1001 1001 7111 Aug 5 13:38 SECURITY.md 13:42:21 -rw-rw-r-- 1 1001 1001 5 Aug 5 13:35 VERSION 13:42:21 -rw-rw-r-- 1 1001 1001 4131 Aug 5 13:38 ZMQWindows.md 13:42:21 drwxrwxr-x 2 1001 1001 4096 Aug 5 13:38 bin 13:42:21 drwxrwxr-x 15 1001 1001 4096 Aug 5 13:38 cmd 13:42:21 -rw-r--r-- 1 root root 457515 Aug 5 13:41 coverage.out 13:42:21 -rw-r--r-- 1 root root 1019 Aug 5 13:42 go.mod 13:42:21 -rw-r--r-- 1 root root 19185 Aug 5 13:42 go.sum 13:42:21 drwxrwxr-x 8 1001 1001 4096 Aug 5 13:38 internal 13:42:21 drwxrwxr-x 4 1001 1001 4096 Aug 5 13:38 openapi 13:42:21 drwxrwxr-x 4 1001 1001 4096 Aug 5 13:38 snap 13:42:21 -rw-rw-r-- 1 1001 1001 168 Aug 5 13:38 version.go [Pipeline] sh 13:42:21 + '[' -e coverage.out ] 13:42:21 + chown 1001:1001 coverage.out [Pipeline] stash 13:42:21 Warning: overwriting stash ‘coverage-report’ 13:42:22 Stashed 1 file(s) [Pipeline] sh 13:42:23 + make build 13:42:23 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 13:42:25 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 13:42:35 Removing intermediate container 68b364d2dee3 13:42:35 ---> 5d99330eade9 13:42:35 13:42:35 Step 10/26 : FROM alpine:3.10 13:42:35 3.10: Pulling from library/alpine 13:42:36 Removing intermediate container f220ee2fc376 13:42:36 ---> 139d28317791 13:42:36 13:42:36 Step 9/29 : FROM alpine:latest 13:42:36 ---> a24bb4013296 13:42:36 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 13:42:36 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 13:42:37 Status: Downloaded newer image for alpine:3.10 13:42:37 ---> be4e4bea2c2e 13:42:37 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 13:42:37 ---> Running in 7bd3ea943404 13:42:38 ---> Running in 0c0479a2fc42 13:42:39 Removing intermediate container 7bd3ea943404 13:42:39 ---> fac30b696d06 13:42:39 Step 11/29 : USER root 13:42:40 Removing intermediate container c3cfe852ec25 13:42:40 ---> 5ed4ff949919 13:42:40 13:42:40 Step 10/20 : FROM alpine 13:42:40 ---> a24bb4013296 13:42:40 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 13:42:40 ---> Running in 2ad22aaa01a5 13:42:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 13:42:41 ---> Running in 09e05e203148 13:42:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 13:42:41 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 13:42:41 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 13:42:41 OK: 10346 distinct packages available 13:42:41 (1/5) Installing ca-certificates (20191127-r2) 13:42:41 (2/5) Installing nghttp2-libs (1.39.2-r1) 13:42:41 (3/5) Installing libcurl (7.66.0-r0) 13:42:41 (4/5) Installing curl (7.66.0-r0) 13:42:41 (5/5) Installing dumb-init (1.2.2-r1) 13:42:41 Executing busybox-1.30.1-r3.trigger 13:42:41 Executing ca-certificates-20191127-r2.trigger 13:42:41 OK: 7 MiB in 19 packages 13:42:41 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 13:42:42 Removing intermediate container 2ad22aaa01a5 13:42:42 ---> da9496834ca4 13:42:42 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 13:42:45 Removing intermediate container fd87e760ec02 13:42:45 ---> e059a9ce1c09 13:42:45 13:42:45 Step 10/21 : FROM scratch 13:42:45 ---> 13:42:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:42:45 ---> Running in 8fdc41940b72 13:42:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:42:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:42:46 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:42:46 v3.12.0-210-geb5c61be90 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:42:46 OK: 12749 distinct packages available 13:42:46 ---> Using cache 13:42:46 ---> 47b9b7a2170d 13:42:46 Step 12/21 : ENV APP_PORT=48082 13:42:46 (1/4) Installing ca-certificates (20191127-r4) 13:42:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:42:46 (3/4) Installing libcurl (7.69.1-r0) 13:42:46 (4/4) Installing curl (7.69.1-r0) 13:42:46 Executing busybox-1.31.1-r16.trigger 13:42:46 Executing ca-certificates-20191127-r4.trigger 13:42:46 OK: 7 MiB in 18 packages 13:42:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:42:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:42:47 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:42:47 v3.12.0-210-geb5c61be90 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:42:47 OK: 12749 distinct packages available 13:42:47 (1/2) Installing ca-certificates (20191127-r4) 13:42:47 (2/2) Installing dumb-init (1.2.2-r1) 13:42:47 Executing busybox-1.31.1-r16.trigger 13:42:47 Executing ca-certificates-20191127-r4.trigger 13:42:47 OK: 6 MiB in 16 packages 13:42:47 Removing intermediate container 0c0479a2fc42 13:42:47 ---> 7771a55ef869 13:42:47 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:42:47 ---> Running in 327cd6725da2 13:42:48 ---> Running in 2127da08aeec 13:42:48 Removing intermediate container 1f90804f4042 13:42:48 ---> e2798bd2d20c 13:42:48 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:42:48 Removing intermediate container 327cd6725da2 13:42:48 ---> d95e7b99c3cb 13:42:48 Step 13/21 : EXPOSE $APP_PORT 13:42:48 ---> Running in d434ea7cbf4d 13:42:49 ---> Running in cec0377bbfd2 13:42:50 Removing intermediate container 2127da08aeec 13:42:50 ---> 22506b66521d 13:42:50 Step 13/26 : WORKDIR / 13:42:50 Removing intermediate container 09e05e203148 13:42:50 ---> 16529a880463 13:42:50 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:42:50 Removing intermediate container 8fdc41940b72 13:42:50 ---> 0eff97c81200 13:42:50 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 13:42:50 ---> Running in ae614cb9b95c 13:42:50 Removing intermediate container cec0377bbfd2 13:42:50 ---> 1949efa13f06 13:42:50 Step 14/21 : WORKDIR / 13:42:50 ---> Running in 0c361ddf9775 13:42:50 ---> Running in e4569c0b55d3 13:42:50 ---> Running in fd3dc425545d 13:42:50 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 13:42:50 Removing intermediate container ae614cb9b95c 13:42:50 ---> 0a74f5547d78 13:42:50 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:42:50 Removing intermediate container 0c361ddf9775 13:42:50 ---> 2eed257f3c23 13:42:50 Step 13/20 : WORKDIR /edgex 13:42:50 Removing intermediate container e4569c0b55d3 13:42:50 ---> aac3aea4f176 13:42:50 Step 14/29 : WORKDIR $BASE_DIR 13:42:51 Removing intermediate container fd3dc425545d 13:42:51 ---> d5efc82b89d4 13:42:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 13:42:51 ---> Running in a4761d55f457 13:42:51 ---> Running in d9088a09b2c9 13:42:51 ---> 43da523e3bf1 13:42:51 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:42:52 ---> 58258bc9db95 13:42:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:42:52 Removing intermediate container d9088a09b2c9 13:42:52 ---> d3adc666bd67 13:42:52 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 13:42:52 Removing intermediate container a4761d55f457 13:42:52 ---> ac990651329c 13:42:52 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:42:52 ---> Running in 290fc86762c1 13:42:52 ---> cefff3bc17b8 13:42:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:42:52 ---> abdbed1dfebd 13:42:52 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:42:53 ---> 3da228aa3b5e 13:42:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:42:53 ---> bb5733568e40 13:42:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 13:42:53 Removing intermediate container d434ea7cbf4d 13:42:53 ---> b3ebacc99170 13:42:53 13:42:53 Step 11/26 : FROM docker:latest 13:42:53 ---> 81f5749c9058 13:42:53 Step 12/26 : RUN apk add --no-cache bash 13:42:53 ---> e05bf272e0ba 13:42:53 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:42:53 ---> Running in 7296fa06ea0b 13:42:53 ---> Running in 7bb39d0c2c22 13:42:53 ---> d6cbb520984b 13:42:53 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:42:53 ---> 52814cbb0b1c 13:42:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:42:53 ---> Running in ca3e39b2376f 13:42:54 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 13:42:54 Removing intermediate container 7bb39d0c2c22 13:42:54 ---> 26c6f1f9c5c0 13:42:54 Step 19/21 : LABEL arch=x86_64 13:42:54 Removing intermediate container ca3e39b2376f 13:42:54 ---> ae6f892cc1b9 13:42:54 Step 17/20 : CMD ["--init=true"] 13:42:54 ---> Running in 328d2ec69d92 13:42:54 ---> cb7ec334aa50 13:42:54 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:42:54 ---> Running in a2aa744a62a3 13:42:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:42:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:42:54 Removing intermediate container 290fc86762c1 13:42:54 ---> e9132c658548 13:42:54 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 13:42:54 Removing intermediate container 328d2ec69d92 13:42:54 ---> a4bddb51be31 13:42:54 Step 20/21 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:42:54 Removing intermediate container a2aa744a62a3 13:42:54 ---> a9da309efbda 13:42:54 Step 18/20 : LABEL arch=x86_64 13:42:54 (1/2) Installing readline (8.0.4-r0) 13:42:54 (2/2) Installing bash (5.0.17-r0) 13:42:54 Executing bash-5.0.17-r0.post-install 13:42:54 Executing busybox-1.31.1-r16.trigger 13:42:54 OK: 12 MiB in 22 packages 13:42:54 ---> Running in 6a6b21afc997 13:42:55 ---> eddc8d2aa516 13:42:55 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 13:42:55 ---> Running in 56823c246db3 13:42:55 Removing intermediate container 6a6b21afc997 13:42:55 ---> a826db213441 13:42:55 Step 21/21 : LABEL version=0.0.0 13:42:55 ---> 3e5c7d0c75e0 13:42:55 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 13:42:55 ---> Running in 63d684ae5077 13:42:55 Removing intermediate container 56823c246db3 13:42:55 ---> 8f00f40fc7f9 13:42:55 Step 19/20 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:42:56 ---> Running in 452a991f08a4 13:42:56 ---> 995db67ff7d5 13:42:56 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:42:56 Removing intermediate container 63d684ae5077 13:42:56 ---> e2a73a4c50b6 13:42:56 13:42:56 Removing intermediate container 7296fa06ea0b 13:42:56 ---> 54931bf575fc 13:42:56 Step 13/26 : RUN rm -rf /var/cache/apk/* 13:42:56 ---> 431d1e97f3ed 13:42:56 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 13:42:56 Successfully built e2a73a4c50b6 13:42:56 Successfully tagged docker-core-command-go:latest 13:42:56  Building docker-core-command-go ... done  ---> Running in a0696597b256 13:42:56 Removing intermediate container 452a991f08a4 13:42:56 ---> 17a76322568b 13:42:56 Step 20/20 : LABEL version=0.0.0 13:42:56 ---> 0e3c3ae5c3ec 13:42:56 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:42:56 ---> Running in f937916e5588 13:42:56 ---> bfdc069831fa 13:42:56 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 13:42:56 ---> Running in 0b80807237d4 13:42:57 Removing intermediate container f937916e5588 13:42:57 ---> 72a9cd3b956f 13:42:57 13:42:57 Successfully built 72a9cd3b956f 13:42:57 ---> 7d7f4af975cb 13:42:57 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 13:42:57 Successfully tagged docker-security-proxy-setup-go:latest 13:42:57  Building docker-security-proxy-setup-go ... done  ---> 9b6363cb9528 13:42:57 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 13:42:58 ---> Running in c321dd8a948c 13:42:58 Removing intermediate container a0696597b256 13:42:58 ---> ae716042d097 13:42:58 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:42:58 ---> Running in 641cdf4f1b70 13:42:58 Removing intermediate container 0b80807237d4 13:42:58 ---> fcbfe257063c 13:42:58 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 13:42:58 ---> Running in 3ba795db9de0 13:42:58 Removing intermediate container 641cdf4f1b70 13:42:58 ---> b2ed8d0774ac 13:42:58 Step 15/26 : ENV APP_PORT=48090 13:42:58 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 13:42:58 ---> Running in 4aff4eea74c8 13:42:58 Removing intermediate container 3ba795db9de0 13:42:58 ---> 8baee4b56d45 13:42:58 Step 24/26 : LABEL arch=x86_64 13:42:58 ---> Running in 854aa9131a23 13:42:59 Removing intermediate container 4aff4eea74c8 13:42:59 ---> b5b67d4658d0 13:42:59 Step 16/26 : EXPOSE $APP_PORT 13:42:59 Removing intermediate container 854aa9131a23 13:42:59 ---> f8e384798784 13:42:59 Step 25/26 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:42:59 ---> Running in 3878721b7132 13:42:59 ---> Running in e66e22e54a3f 13:42:59 Removing intermediate container c321dd8a948c 13:42:59 ---> 919ace15d7ee 13:42:59 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 13:42:59 Removing intermediate container 3878721b7132 13:42:59 ---> b302f75d39fe 13:42:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:42:59 Removing intermediate container e66e22e54a3f 13:42:59 ---> c257a460b148 13:42:59 Step 26/26 : LABEL version=0.0.0 13:43:00 ---> Running in 4d922a83746a 13:43:00 ---> beb94226be18 13:43:00 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:43:00 ---> c3f32e36a3f2 13:43:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:43:00 ---> Running in 86cf94cc658b 13:43:00 Removing intermediate container 4d922a83746a 13:43:00 ---> 604d4995527f 13:43:00 13:43:00 ---> 357151af6605 13:43:00 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:43:00 Successfully built 604d4995527f 13:43:00 Successfully tagged docker-security-secretstore-setup-go:latest 13:43:00  Building docker-security-secretstore-setup-go ... done  ---> e49c803d090f 13:43:00 Step 20/26 : RUN apk --no-cache add py-pip 13:43:00 ---> Running in e084e31113c3 13:43:01 Removing intermediate container 86cf94cc658b 13:43:01 ---> 74820024a004 13:43:01 Step 24/29 : RUN chmod 755 security-secrets-setup 13:43:01 ---> Running in 94aefd1d8a1d 13:43:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:43:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:43:01 (1/33) Installing libbz2 (1.0.8-r1) 13:43:01 (2/33) Installing expat (2.2.9-r1) 13:43:01 (3/33) Installing libffi (3.3-r2) 13:43:01 (4/33) Installing gdbm (1.13-r1) 13:43:01 (5/33) Installing xz-libs (5.2.5-r0) 13:43:01 (6/33) Installing sqlite-libs (3.32.1-r0) 13:43:01 (7/33) Installing python3 (3.8.5-r0) 13:43:03 (8/33) Installing py3-appdirs (1.4.4-r1) 13:43:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:43:03 (10/33) Installing py3-parsing (2.4.7-r0) 13:43:03 (11/33) Installing py3-six (1.15.0-r0) 13:43:03 (12/33) Installing py3-packaging (20.4-r0) 13:43:03 (13/33) Installing py3-setuptools (47.0.0-r0) 13:43:03 (14/33) Installing py3-chardet (3.0.4-r4) 13:43:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:43:04 (15/33) Installing py3-idna (2.9-r0) 13:43:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:43:06 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:43:06 Removing intermediate container 94aefd1d8a1d 13:43:06 ---> a474f9ca6cad 13:43:06 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 13:43:06 (18/33) Installing py3-requests (2.23.0-r0) 13:43:06 (19/33) Installing py3-msgpack (1.0.0-r0) 13:43:06 (20/33) Installing py3-lockfile (0.12.2-r3) 13:43:06 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:43:06 (22/33) Installing py3-colorama (0.4.3-r0) 13:43:06 (23/33) Installing py3-distlib (0.3.0-r0) 13:43:06 ---> Running in a7d2a6a4953a 13:43:06 (24/33) Installing py3-distro (1.5.0-r1) 13:43:06 (25/33) Installing py3-webencodings (0.5.1-r3) 13:43:06 (26/33) Installing py3-html5lib (1.0.1-r4) 13:43:06 (27/33) Installing py3-pytoml (0.1.21-r0) 13:43:06 (28/33) Installing py3-pep517 (0.8.2-r0) 13:43:06 (29/33) Installing py3-progress (1.5-r0) 13:43:06 (30/33) Installing py3-toml (0.10.1-r0) 13:43:06 (31/33) Installing py3-retrying (1.3.3-r0) 13:43:06 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:43:06 (33/33) Installing py3-pip (20.1.1-r0) 13:43:07 Removing intermediate container a7d2a6a4953a 13:43:07 ---> e9d0b960ff63 13:43:07 Step 26/29 : CMD [ "generate" ] 13:43:07 Executing busybox-1.31.1-r16.trigger 13:43:07 OK: 71 MiB in 55 packages 13:43:08 ---> Running in 8d179c0a1a1c 13:43:08 Removing intermediate container 8d179c0a1a1c 13:43:08 ---> d59036490cbb 13:43:08 Step 27/29 : LABEL arch=x86_64 13:43:09 ---> Running in 169158d865e6 13:43:10 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 13:43:11 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 13:43:12 Removing intermediate container 169158d865e6 13:43:12 ---> 0f7d31da02a9 13:43:12 Step 28/29 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:43:13 ---> Running in f3a3840794c5 13:43:13 Removing intermediate container e084e31113c3 13:43:13 ---> 36cb68e67b43 13:43:13 Step 21/26 : RUN pip install docker-compose==1.23.2 13:43:13 ---> Running in 3ee112b42c29 13:43:13 Removing intermediate container f3a3840794c5 13:43:13 ---> 448940cf4240 13:43:13 Step 29/29 : LABEL version=0.0.0 13:43:15 ---> Running in 6f2294e7c649 13:43:15 Removing intermediate container 6f2294e7c649 13:43:15 ---> 8ba57e077d8a 13:43:15 13:43:15 Successfully built 8ba57e077d8a 13:43:15 Successfully tagged docker-security-secrets-setup-go:latest 13:43:15 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 13:43:15  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 13:43:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:43:16 Collecting texttable<0.10,>=0.9.0 13:43:16 Downloading texttable-0.9.1.tar.gz (11 kB) 13:43:16 Collecting docopt<0.7,>=0.6.1 13:43:16 Downloading docopt-0.6.2.tar.gz (25 kB) 13:43:17 Collecting cached-property<2,>=1.2.0 13:43:17 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 13:43:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:43:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:43:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:43:17 Collecting docker<4.0,>=3.6.0 13:43:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:43:17 Collecting jsonschema<3,>=2.5.1 13:43:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:43:17 Collecting dockerpty<0.5,>=0.4.1 13:43:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:43:18 Collecting PyYAML<4,>=3.10 13:43:18 Downloading PyYAML-3.13.tar.gz (270 kB) 13:43:19 Collecting websocket-client<1.0,>=0.32.0 13:43:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 13:43:19 Collecting idna<2.8,>=2.5 13:43:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:43:19 Collecting urllib3<1.25,>=1.21.1 13:43:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:43:19 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) 13:43:19 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) 13:43:19 Collecting docker-pycreds>=0.4.0 13:43:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:43:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:43:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:43:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:43:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:43:19 Installing collected packages: texttable, docopt, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, PyYAML, docker-compose 13:43:19 Running setup.py install for texttable: started 13:43:20 Running setup.py install for texttable: finished with status 'done' 13:43:20 Running setup.py install for docopt: started 13:43:20 Running setup.py install for docopt: finished with status 'done' 13:43:20 Attempting uninstall: idna 13:43:20 Found existing installation: idna 2.9 13:43:20 Uninstalling idna-2.9: 13:43:20 Successfully uninstalled idna-2.9 13:43:20 Attempting uninstall: urllib3 13:43:20 Found existing installation: urllib3 1.25.9 13:43:20 Uninstalling urllib3-1.25.9: 13:43:20 Successfully uninstalled urllib3-1.25.9 13:43:21 Attempting uninstall: requests 13:43:21 Found existing installation: requests 2.23.0 13:43:21 Uninstalling requests-2.23.0: 13:43:21 Successfully uninstalled requests-2.23.0 13:43:21 Running setup.py install for dockerpty: started 13:43:21 Running setup.py install for dockerpty: finished with status 'done' 13:43:21 Running setup.py install for PyYAML: started 13:43: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 13:43:22 Running setup.py install for PyYAML: finished with status 'done' 13:43:22 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 13:43:25 Removing intermediate container 3ee112b42c29 13:43:25 ---> d94cb0b724f8 13:43:25 Step 22/26 : RUN apk --no-cache add curl 13:43:25 ---> Running in 7ddb8941e111 13:43:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:43:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:43:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:43:26 (2/3) Installing libcurl (7.69.1-r0) 13:43:26 (3/3) Installing curl (7.69.1-r0) 13:43:26 Executing busybox-1.31.1-r16.trigger 13:43:26 OK: 72 MiB in 58 packages 13:43:26 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 13:43:26 Removing intermediate container 7ddb8941e111 13:43:26 ---> 13459d13f020 13:43:26 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:43:26 ---> Running in 4bef7d7578a5 13:43:26 Removing intermediate container 4bef7d7578a5 13:43:26 ---> 3d2be81a57c9 13:43:26 Step 24/26 : LABEL arch=x86_64 13:43:27 ---> Running in f986819918ce 13:43:27 Removing intermediate container f986819918ce 13:43:27 ---> 6d4293bc5c65 13:43:27 Step 25/26 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:43:27 ---> Running in 71119b4991dc 13:43:27 Removing intermediate container 71119b4991dc 13:43:27 ---> 9a754fcbc844 13:43:27 Step 26/26 : LABEL version=0.0.0 13:43:27 ---> Running in 2abd188f792e 13:43:27 Removing intermediate container 2abd188f792e 13:43:27 ---> bd655a159561 13:43:27 13:43:27 Successfully built bd655a159561 13:43:27 Successfully tagged docker-sys-mgmt-agent-go:latest 13:43:28  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:43:28 $ docker stop --time=1 4996b834beda0441fb337c21710c9ae4e86941c419e8d81d951c8dbff75ca881 13:43:29 $ docker rm -f 4996b834beda0441fb337c21710c9ae4e86941c419e8d81d951c8dbff75ca881 [Pipeline] // withDockerContainer [Pipeline] sh 13:43:30 + docker images 13:43:30 + grep docker 13:43:30 docker-sys-mgmt-agent-go latest bd655a159561 3 seconds ago 284MB 13:43:30 docker-security-secrets-setup-go latest 8ba57e077d8a 16 seconds ago 25.1MB 13:43:30 docker-security-secretstore-setup-go latest 604d4995527f 30 seconds ago 33.9MB 13:43:30 docker-security-proxy-setup-go latest 72a9cd3b956f 34 seconds ago 16.4MB 13:43:30 docker-core-command-go latest e2a73a4c50b6 35 seconds ago 13MB 13:43:30 docker-core-data-go latest a296b88b5f55 2 minutes ago 24.4MB 13:43:30 docker-support-notifications-go latest 58377e851886 2 minutes ago 14.5MB 13:43:30 docker-core-metadata-go latest 41a786cac6f5 2 minutes ago 14.4MB 13:43:30 docker-support-scheduler-go latest 8529c741d7f2 2 minutes ago 13.1MB 13:43:30 docker-support-logging-go latest 5646182cdc22 2 minutes ago 11.8MB 13:43:30 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 13:43:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:43:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:43:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 13:43:41 $ docker stop --time=1 eab242fbd562bdb080e3e4a1e07f7b1eb3dec44103195a89156ab4d7f2d45584 13:43:44 $ docker rm -f eab242fbd562bdb080e3e4a1e07f7b1eb3dec44103195a89156ab4d7f2d45584 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:43:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:43:45 13:43:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:43:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:43:46 latest: Pulling from edgex-devops/edgex-compose-arm64 13:43:46 29e5d40040c1: Pulling fs layer 13:43:46 1ce36da41761: Pulling fs layer 13:43:46 25b303627fd3: Pulling fs layer 13:43:46 29e5d40040c1: Download complete 13:43:46 1ce36da41761: Verifying Checksum 13:43:46 1ce36da41761: Download complete 13:43:46 29e5d40040c1: Pull complete 13:43:48 1ce36da41761: Pull complete 13:43:48 25b303627fd3: Verifying Checksum 13:43:48 25b303627fd3: Download complete 13:43:58 25b303627fd3: Pull complete 13:43:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:43:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:43:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 13:43:58 prd-ubuntu18.04-docker-arm64-4c-16g-2866 does not seem to be running inside a container 13:43:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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-devops/edgex-compose-arm64:latest cat 13:44:02 $ docker top 4f00465bc6c610067effbdd9ac992f385cfaa459c86611ed6359a1889f29b3af -eo pid,comm [Pipeline] { [Pipeline] sh 13:44:03 + docker-compose build --help 13:44:03 + grep parallel 13:44:07 --parallel Build images in parallel. [Pipeline] } 13:44:07 $ docker stop --time=1 4f00465bc6c610067effbdd9ac992f385cfaa459c86611ed6359a1889f29b3af 13:44:09 $ docker rm -f 4f00465bc6c610067effbdd9ac992f385cfaa459c86611ed6359a1889f29b3af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:44:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:44:10 . [Pipeline] withDockerContainer 13:44:10 prd-ubuntu18.04-docker-arm64-4c-16g-2866 does not seem to be running inside a container 13:44:10 $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 13:44:11 $ docker top bfb3e1edd8b87d2de133503ab53ec96032bd3516eee195191c24433108ad59c2 -eo pid,comm [Pipeline] { [Pipeline] sh 13:44:13 + docker-compose -f ./docker-compose-build.yml build --parallel 13:44:17 Building docker-core-command-go ... 13:44:17 Building docker-core-data-go ... 13:44:17 Building docker-core-metadata-go ... 13:44:17 Building docker-security-proxy-setup-go ... 13:44:17 Building docker-security-secrets-setup-go ... 13:44:17 Building docker-security-secretstore-setup-go ... 13:44:17 Building docker-support-logging-go ... 13:44:17 Building docker-support-notifications-go ... 13:44:17 Building docker-support-scheduler-go ... 13:44:17 Building docker-sys-mgmt-agent-go ... 13:44:17 Building docker-core-data-go 13:44:17 Building docker-sys-mgmt-agent-go 13:44:17 Building docker-support-scheduler-go 13:44:17 Building docker-security-secrets-setup-go 13:44:17 Building docker-security-proxy-setup-go 13:46:24 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 13:46:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:46:24 ---> 375b80d4183c 13:46:24 Step 3/22 : WORKDIR /edgex-go 13:46:24 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:46:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:46:24 ---> 375b80d4183c 13:46:24 Step 3/26 : WORKDIR /edgex-go 13:46:24 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 13:46:24 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 13:46:24 ---> 375b80d4183c 13:46:24 Step 3/29 : WORKDIR /edgex-go 13:46:24 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:46:24 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:46:24 ---> 375b80d4183c 13:46:24 Step 3/20 : WORKDIR /edgex-go 13:46:24 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:46:24 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:46:24 ---> 375b80d4183c 13:46:24 Step 3/20 : WORKDIR /edgex-go 13:46:24 ---> Running in cc2e420fc7d6 13:46:24 ---> Running in 6c94284890e4 13:46:24 ---> Running in 5506d9fa1e09 13:46:24 ---> Running in 8b038af18a42 13:46:24 ---> Running in ce1e35ab8227 13:46:24 Removing intermediate container 5506d9fa1e09 13:46:24 ---> 924a6ba0bed6 13:46:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:46:24 Removing intermediate container cc2e420fc7d6 13:46:24 ---> 563d3ecdd6a1 13:46:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:46:24 Removing intermediate container ce1e35ab8227 13:46:24 Removing intermediate container 8b038af18a42 13:46:24 ---> 70da5aeb561f 13:46:24 Step 4/29 : RUN apk update && apk add make git 13:46:24 ---> 401007702221 13:46:24 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:46:24 Removing intermediate container 6c94284890e4 13:46:24 ---> 19d00d51a0d7 13:46:24 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:46:24 ---> Running in 2dd72af4290e 13:46:24 ---> Running in 8ffc3e72ccd3 13:46:24 ---> Running in 3d3303060ea6 13:46:24 ---> Running in c387c00bb033 13:46:24 ---> Running in a20e5a273858 13:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:46:24 Removing intermediate container 2dd72af4290e 13:46:24 ---> 292e9f594ed8 13:46:24 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 13:46:24 ---> Running in 8b625b6271c2 13:46:24 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:46:24 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:46:24 OK: 12620 distinct packages available 13:46:24 Removing intermediate container 8ffc3e72ccd3 13:46:24 ---> a626a9ded645 13:46:24 Step 5/26 : RUN apk update && apk add make bash git 13:46:24 ---> Running in c07c1eeb0035 13:46:24 Removing intermediate container 3d3303060ea6 13:46:24 ---> dd64fc59f2aa 13:46:24 Step 5/20 : RUN apk update && apk add make git 13:46:24 OK: 217 MiB in 51 packages 13:46:24 ---> Running in 3b14221d8b60 13:46:24 Removing intermediate container c387c00bb033 13:46:24 ---> 3e46db336a25 13:46:24 Step 5/20 : RUN apk update && apk add make git 13:46:24 ---> Running in 8beac5004f8b 13:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:46:24 Removing intermediate container a20e5a273858 13:46:24 ---> e8a869149ce5 13:46:24 Step 5/29 : COPY go.mod . 13:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:46:24 ---> 27d6840f666e 13:46:24 Step 6/29 : RUN go mod download 13:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:46:24 ---> Running in e0bd579d2f42 13:46:24 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:46:24 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:46:24 OK: 12620 distinct packages available 13:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:46:24 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:46:24 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:46:24 OK: 12620 distinct packages available 13:46:24 OK: 217 MiB in 51 packages 13:46:25 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:46:25 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:46:25 OK: 12620 distinct packages available 13:46:25 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:46:25 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:46:25 OK: 12620 distinct packages available 13:46:25 OK: 217 MiB in 51 packages 13:46:25 OK: 217 MiB in 51 packages 13:46:26 OK: 217 MiB in 51 packages 13:46:26 Removing intermediate container 8b625b6271c2 13:46:26 ---> baba2e53ab69 13:46:26 Step 6/22 : COPY go.mod . 13:46:27 Removing intermediate container c07c1eeb0035 13:46:27 ---> d163f416b725 13:46:27 Step 6/26 : COPY go.mod . 13:46:27 Removing intermediate container 3b14221d8b60 13:46:27 ---> f9904d598a0f 13:46:27 Step 6/20 : COPY go.mod . 13:46:27 ---> 2106f332ed17 13:46:27 Step 7/22 : RUN go mod download 13:46:27 Removing intermediate container 8beac5004f8b 13:46:27 ---> 08fedd346828 13:46:27 Step 6/20 : COPY go.mod . 13:46:27 ---> Running in 76f607535b47 13:46:28 Removing intermediate container e0bd579d2f42 13:46:28 ---> ef6934e47bef 13:46:28 Step 7/29 : COPY . . 13:46:28 ---> 536cdb3460b0 13:46:28 Step 7/26 : RUN go mod download 13:46:28 ---> Running in c0c2f7ea4e08 13:46:28 ---> 32fd8789a195 13:46:28 Step 7/20 : RUN go mod download 13:46:29 ---> Running in b01dbb15aeb5 13:46:29 ---> d54ddeda19e0 13:46:29 Step 7/20 : RUN go mod download 13:46:29 ---> Running in 2f71ac7df675 13:46:34 Removing intermediate container 76f607535b47 13:46:34 ---> 50244063393f 13:46:34 Step 8/22 : COPY . . 13:46:34 Removing intermediate container c0c2f7ea4e08 13:46:34 ---> a45409cde8f0 13:46:34 Step 8/26 : COPY . . 13:46:38 Removing intermediate container 2f71ac7df675 13:46:38 ---> dcfe6d247bd4 13:46:38 Step 8/20 : COPY . . 13:46:38 Removing intermediate container b01dbb15aeb5 13:46:38 ---> 77bc8d44bef9 13:46:38 Step 8/20 : COPY . . 13:47:01 ---> b7364971ebf3 13:47:01 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 13:47:01 ---> Running in 53071f17bba1 13:47:01 ---> d17a054815fe 13:47:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:47:01 ---> 05ca691f1e15 13:47:01 Step 9/22 : RUN make cmd/core-data/core-data 13:47:01 ---> 38c6ea70132a 13:47:01 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 13:47:01 ---> c1ce45fe1f14 13:47:01 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 13:47:01 ---> Running in e402f51a54d7 13:47:01 ---> Running in 4dfdf0563f4f 13:47:01 ---> Running in 51e6d1b2a28a 13:47:01 ---> Running in e1540859b620 13:47:03 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 13:47:04 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 13:47:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:47:04 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 13:47:04 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 13:48:26 Removing intermediate container 53071f17bba1 13:48:26 ---> ac99712acbad 13:48:26 13:48:26 Step 9/29 : FROM alpine:latest 13:48:26 latest: Pulling from library/alpine 13:48:26 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 13:48:26 Status: Downloaded newer image for alpine:latest 13:48:26 ---> 62ee0e9f8440 13:48:26 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 13:48:26 ---> Running in 75ad26268372 13:48:26 Removing intermediate container 75ad26268372 13:48:26 ---> 3d070fbc3912 13:48:26 Step 11/29 : USER root 13:48:26 ---> Running in 2783ceb2a425 13:48:26 Removing intermediate container 2783ceb2a425 13:48:26 ---> d9d1b0f8f12d 13:48:26 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 13:48:26 ---> Running in b1994b137938 13:48:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:48:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:48:29 Removing intermediate container 51e6d1b2a28a 13:48:29 ---> dabbb113b5ac 13:48:29 13:48:29 Step 10/20 : FROM alpine 13:48:29 ---> 62ee0e9f8440 13:48:29 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 13:48:29 ---> Running in 20550a931d72 13:48:30 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:48:30 v3.12.0-210-geb5c61be90 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:48:30 OK: 12620 distinct packages available 13:48:31 (1/2) Installing ca-certificates (20191127-r4) 13:48:31 (2/2) Installing dumb-init (1.2.2-r1) 13:48:31 Executing busybox-1.31.1-r16.trigger 13:48:31 Executing ca-certificates-20191127-r4.trigger 13:48:31 OK: 6 MiB in 16 packages 13:48:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:48:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:48:34 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:48:34 v3.12.0-210-geb5c61be90 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:48:34 OK: 12620 distinct packages available 13:48:34 (1/4) Installing ca-certificates (20191127-r4) 13:48:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:48:34 (3/4) Installing libcurl (7.69.1-r0) 13:48:34 (4/4) Installing curl (7.69.1-r0) 13:48:34 Executing busybox-1.31.1-r16.trigger 13:48:34 Removing intermediate container b1994b137938 13:48:34 ---> 1b3eb9608db9 13:48:34 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 13:48:34 Executing ca-certificates-20191127-r4.trigger 13:48:35 OK: 7 MiB in 18 packages 13:48:35 ---> Running in ab21ab5f71f3 13:48:37 Removing intermediate container ab21ab5f71f3 13:48:37 ---> 7f5403430c91 13:48:37 Step 14/29 : WORKDIR $BASE_DIR 13:48:37 ---> Running in 59929fd72b0d 13:48:37 Removing intermediate container e402f51a54d7 13:48:37 ---> b0a640cf4441 13:48:37 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:48:38 ---> Running in 2153834fe9f8 13:48:39 Removing intermediate container 59929fd72b0d 13:48:39 ---> 8e5a52dc16cd 13:48:39 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 13:48:39 Removing intermediate container 20550a931d72 13:48:39 ---> 5f9e897f78d5 13:48:39 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:48:39 ---> Running in 02ae519fb851 13:48:39 ---> Running in 4c22a2f34bda 13:48:40 Removing intermediate container 02ae519fb851 13:48:40 ---> 98ab8cf1acf3 13:48:40 Step 13/20 : WORKDIR /edgex 13:48:40 ---> Running in 0d03f84b4964 13:48:40 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 13:48:41 Removing intermediate container 0d03f84b4964 13:48:41 ---> 9b827040ab02 13:48:41 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:48:43 ---> 2d104f02bf2d 13:48:43 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:48:44 Removing intermediate container 4c22a2f34bda 13:48:44 ---> 367d0e1a3c2b 13:48:44 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 13:48:45 ---> 2a442199dfc5 13:48:45 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:48:45 ---> Running in 31ac40cff64f 13:48:46 ---> c67f887aa0bf 13:48:46 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 13:48:46 Removing intermediate container 31ac40cff64f 13:48:46 ---> ca6b62595986 13:48:46 Step 17/20 : CMD ["--init=true"] 13:48:46 ---> Running in 79333d5de9dd 13:48:47 Removing intermediate container 79333d5de9dd 13:48:47 ---> 3653e8de6cf4 13:48:47 Step 18/20 : LABEL arch=arm64 13:48:47 ---> 8e8d5ec74d6b 13:48:47 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 13:48:47 ---> Running in db1e927cb404 13:48:48 Removing intermediate container 2153834fe9f8 13:48:48 ---> fe598300c525 13:48:48 13:48:48 Step 11/26 : FROM docker:latest 13:48:48 ---> ce9d55ae87f1 13:48:48 Step 12/26 : RUN apk add --no-cache bash 13:48:48 ---> Running in d157922c3a8f 13:48:49 Removing intermediate container db1e927cb404 13:48:49 ---> 03438b359f2e 13:48:49 Step 19/20 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:48:49 ---> Running in f3a3591ce0c1 13:48:49 ---> 07e656e462aa 13:48:49 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 13:48:50 Removing intermediate container f3a3591ce0c1 13:48:50 ---> 7debe1478df9 13:48:50 Step 20/20 : LABEL version=0.0.0 13:48:50 ---> Running in feb50849af88 13:48:50 ---> 956c2404e9e1 13:48:50 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 13:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:48:51 Removing intermediate container feb50849af88 13:48:51 ---> e867cf92037e 13:48:51 13:48:51 (1/2) Installing readline (8.0.4-r0) 13:48:51 (2/2) Installing bash (5.0.17-r0) 13:48:51 Executing bash-5.0.17-r0.post-install 13:48:51 Executing busybox-1.31.1-r16.trigger 13:48:51 OK: 12 MiB in 22 packages 13:48:52 Successfully built e867cf92037e 13:48:52 ---> df32f779645d 13:48:52 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 13:48:52 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:48:52  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 13:48:52 ---> Running in 9266927c200b 13:48:56 Removing intermediate container d157922c3a8f 13:48:56 ---> 12ff1defeecb 13:48:56 Step 13/26 : RUN rm -rf /var/cache/apk/* 13:48:57 Removing intermediate container 4dfdf0563f4f 13:48:57 ---> 438c497477e1 13:48:57 13:48:57 Step 10/20 : FROM scratch 13:48:57 ---> 13:48:57 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:48:58 ---> Running in 24dc9d4c5e9c 13:48:58 ---> Running in b51327d0821b 13:49:00 Removing intermediate container b51327d0821b 13:49:00 ---> c65ce89619bc 13:49:00 Step 12/20 : ENV APP_PORT=48085 13:49:00 ---> Running in 57f646c2c717 13:49:00 Removing intermediate container 9266927c200b 13:49:00 ---> d1e8f4a77c71 13:49:00 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 13:49:00 Removing intermediate container 57f646c2c717 13:49:00 ---> 8d2427b8fdb1 13:49:00 Step 13/20 : EXPOSE $APP_PORT 13:49:00 ---> Running in ebd01cd5ada4 13:49:01 Removing intermediate container ebd01cd5ada4 13:49:01 ---> bdb96087f091 13:49:01 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 13:49:01 ---> f241d3994c61 13:49:01 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:49:02 ---> Running in 054e5ee5daad 13:49:02 ---> a76c4a198f67 13:49:02 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:49:03 Removing intermediate container 24dc9d4c5e9c 13:49:03 ---> f66dd4d3cd0b 13:49:03 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:49:04 ---> Running in 36805f5301f5 13:49:05 Removing intermediate container 36805f5301f5 13:49:05 ---> 88a0010665b0 13:49:05 Step 15/26 : ENV APP_PORT=48090 13:49:05 ---> b524e50915aa 13:49:05 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:49:05 ---> Running in 10790b9724a1 13:49:06 Removing intermediate container 10790b9724a1 13:49:06 ---> 841b7dd73fc3 13:49:06 Step 16/26 : EXPOSE $APP_PORT 13:49:07 ---> 1fe4a47e9ae3 13:49:07 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:49:07 ---> Running in a29fc0b3f4db 13:49:07 Removing intermediate container 054e5ee5daad 13:49:07 ---> 39593b852127 13:49:07 Step 24/29 : RUN chmod 755 security-secrets-setup 13:49:08 ---> Running in 227c1563de8a 13:49:08 ---> Running in ee616cffcc4e 13:49:09 Removing intermediate container a29fc0b3f4db 13:49:09 ---> e27705e03e68 13:49:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:49:09 Removing intermediate container 227c1563de8a 13:49:09 ---> faa2a022b714 13:49:09 Step 18/20 : LABEL arch=arm64 13:49:10 ---> Running in ba07267e26c8 13:49:10 ---> 50c3452914ed 13:49:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:49:11 Removing intermediate container ba07267e26c8 13:49:11 ---> 2061192482c2 13:49:11 Step 19/20 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:49:12 ---> Running in e7a6e901aa6b 13:49:13 ---> 18283696e195 13:49:13 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:49:13 Removing intermediate container e7a6e901aa6b 13:49:13 ---> 83fb66a50925 13:49:13 Step 20/20 : LABEL version=0.0.0 13:49:14 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:49:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:49:14 ---> 375b80d4183c 13:49:14 Step 3/21 : WORKDIR /edgex-go 13:49:14 ---> Using cache 13:49:14 ---> 19d00d51a0d7 13:49:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:49:14 ---> Using cache 13:49:14 ---> 3e46db336a25 13:49:14 Step 5/21 : RUN apk update && apk add make git 13:49:14 ---> Using cache 13:49:14 ---> 08fedd346828 13:49:14 Step 6/21 : COPY go.mod . 13:49:14 ---> Using cache 13:49:14 ---> d54ddeda19e0 13:49:14 Step 7/21 : RUN go mod download 13:49:14 ---> Using cache 13:49:14 ---> dcfe6d247bd4 13:49:14 Step 8/21 : COPY . . 13:49:14 ---> Using cache 13:49:14 ---> 38c6ea70132a 13:49:14 Step 9/21 : RUN make cmd/core-metadata/core-metadata 13:49:14 ---> Running in 291eacbe2942 13:49:14 ---> 6cb5efa16b2c 13:49:14 Step 20/26 : RUN apk --no-cache add py-pip 13:49:15 ---> Running in 3889b4aefd3f 13:49:15 Removing intermediate container e1540859b620 13:49:15 ---> 1e7ce3ede660 13:49:15 13:49:15 Step 10/22 : FROM alpine 13:49:15 ---> 62ee0e9f8440 13:49:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:49:15 Removing intermediate container ee616cffcc4e 13:49:15 ---> 0158b6460dd3 13:49:15 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 13:49:15 ---> Running in 753d15cec79d 13:49:15 ---> Running in c8ea3a7f5d2d 13:49:15 ---> Running in be40171aa63d 13:49:15 Removing intermediate container 291eacbe2942 13:49:15 ---> d817094154eb 13:49:15 13:49:16 Removing intermediate container c8ea3a7f5d2d 13:49:16 ---> 8fdeaf791c38 13:49:16 Step 26/29 : CMD [ "generate" ] 13:49:16 Successfully built d817094154eb 13:49:16 Successfully tagged docker-support-scheduler-go-arm64:latest 13:49:16 Building docker-support-notifications-go 13:49:16  Building docker-support-scheduler-go ... done Removing intermediate container be40171aa63d 13:49:16 ---> e37943879c48 13:49:16 Step 12/22 : ENV APP_PORT=48080 13:49:16 ---> Running in f23831bdba0d 13:49:16 ---> Running in 02c2104d3d2d 13:49:17 Removing intermediate container f23831bdba0d 13:49:17 ---> edaadd5cbfee 13:49:17 Step 27/29 : LABEL arch=arm64 13:49:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:49:17 ---> Running in ed28ec6bc80b 13:49:17 Removing intermediate container 02c2104d3d2d 13:49:17 ---> ecc78258f8b6 13:49:17 Step 13/22 : EXPOSE $APP_PORT 13:49:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:49:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:49:18 ---> Running in af745b452780 13:49:18 Removing intermediate container ed28ec6bc80b 13:49:18 ---> 0823dee4c556 13:49:18 Step 28/29 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:49:18 (1/33) Installing libbz2 (1.0.8-r1) 13:49:18 (2/33) Installing expat (2.2.9-r1) 13:49:18 (3/33) Installing libffi (3.3-r2) 13:49:18 (4/33) Installing gdbm (1.13-r1) 13:49:18 (5/33) Installing xz-libs (5.2.5-r0) 13:49:18 (6/33) Installing sqlite-libs (3.32.1-r0) 13:49:18 (7/33) Installing python3 (3.8.5-r0) 13:49:18 Removing intermediate container af745b452780 13:49:19 ---> 973cacab724e 13:49:19 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:49:20 ---> Running in f04843618935 13:49:21 (8/33) Installing py3-appdirs (1.4.4-r1) 13:49:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:49:21 (10/33) Installing py3-parsing (2.4.7-r0) 13:49:21 ---> Running in 2fe9418d8126 13:49:21 (11/33) Installing py3-six (1.15.0-r0) 13:49:21 (12/33) Installing py3-packaging (20.4-r0) 13:49:21 (13/33) Installing py3-setuptools (47.0.0-r0) 13:49:21 (14/33) Installing py3-chardet (3.0.4-r4) 13:49:21 (15/33) Installing py3-idna (2.9-r0) 13:49:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:49:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:49:21 (18/33) Installing py3-requests (2.23.0-r0) 13:49:21 (19/33) Installing py3-msgpack (1.0.0-r0) 13:49:21 (20/33) Installing py3-lockfile (0.12.2-r3) 13:49:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:49:21 (22/33) Installing py3-colorama (0.4.3-r0) 13:49:21 (23/33) Installing py3-distlib (0.3.0-r0) 13:49:21 (24/33) Installing py3-distro (1.5.0-r1) 13:49:21 (25/33) Installing py3-webencodings (0.5.1-r3) 13:49:21 (26/33) Installing py3-html5lib (1.0.1-r4) 13:49:21 (27/33) Installing py3-pytoml (0.1.21-r0) 13:49:21 (28/33) Installing py3-pep517 (0.8.2-r0) 13:49:21 (29/33) Installing py3-progress (1.5-r0) 13:49:21 (30/33) Installing py3-toml (0.10.1-r0) 13:49:21 (31/33) Installing py3-retrying (1.3.3-r0) 13:49:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:49:21 (33/33) Installing py3-pip (20.1.1-r0) 13:49:21 Removing intermediate container f04843618935 13:49:21 ---> 47ea80ab9a51 13:49:21 Step 29/29 : LABEL version=0.0.0 13:49:22 Executing busybox-1.31.1-r16.trigger 13:49:22 OK: 71 MiB in 55 packages 13:49:22 ---> Running in bbbd7235f810 13:49:24 Removing intermediate container bbbd7235f810 13:49:24 ---> a7bdb020f283 13:49:24 13:49:25 Successfully built a7bdb020f283 13:49:26 Successfully tagged docker-security-secrets-setup-go-arm64:latest 13:49:26 Building docker-support-logging-go 13:49:27  Building docker-security-secrets-setup-go ... done Removing intermediate container 2fe9418d8126 13:49:27 ---> 82c5b5b01f56 13:49:27 Step 15/22 : RUN apk --no-cache add zeromq 13:49:27 ---> Running in 626489e0abec 13:49:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:49:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:49:32 (1/5) Installing libgcc (9.3.0-r2) 13:49:32 (2/5) Installing libsodium (1.0.18-r0) 13:49:32 (3/5) Installing libstdc++ (9.3.0-r2) 13:49:32 (4/5) Installing libzmq (4.3.2-r0) 13:49:32 (5/5) Installing zeromq (4.3.2-r0) 13:49:32 Executing busybox-1.31.1-r16.trigger 13:49:32 OK: 8 MiB in 19 packages 13:49:36 Removing intermediate container 753d15cec79d 13:49:36 ---> 616ed097f613 13:49:36 Step 21/26 : RUN pip install docker-compose==1.23.2 13:49:37 ---> Running in 70c830798e47 13:49:38 Removing intermediate container 626489e0abec 13:49:38 ---> c5b15e13ac0f 13:49:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 13:49:40 ---> ecd6e445f56a 13:49:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:49:43 ---> f676a40a6946 13:49:43 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:49:44 ---> f9aafe27b51a 13:49:44 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:49:45 ---> Running in a70107fbc899 13:49:45 Collecting docker-compose==1.23.2 13:49:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:49:46 Removing intermediate container a70107fbc899 13:49:46 ---> 430ce7991fe4 13:49:46 Step 20/22 : LABEL arch=arm64 13:49:46 Collecting docopt<0.7,>=0.6.1 13:49:46 Downloading docopt-0.6.2.tar.gz (25 kB) 13:49:47 ---> Running in 37fdae13a6b2 13:49:48 Removing intermediate container 37fdae13a6b2 13:49:48 ---> b5a7861bcb2d 13:49:48 Step 21/22 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:49:48 ---> Running in 49af8f1e5e68 13:49:49 Removing intermediate container 49af8f1e5e68 13:49:49 ---> 5234363ccb2c 13:49:49 Step 22/22 : LABEL version=0.0.0 13:49:49 Collecting PyYAML<4,>=3.10 13:49:49 Downloading PyYAML-3.13.tar.gz (270 kB) 13:49:49 ---> Running in b332eb1efab7 13:49:50 Removing intermediate container b332eb1efab7 13:49:50 ---> 1974d947e6f8 13:49:50 13:49:51 Successfully built 1974d947e6f8 13:49:51 Successfully tagged docker-core-data-go-arm64:latest 13:49:51 Building docker-core-command-go 13:49:54  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 13:49:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:49:54 ---> 375b80d4183c 13:49:54 Step 3/23 : WORKDIR /edgex-go 13:49:54 ---> Using cache 13:49:54 ---> 19d00d51a0d7 13:49:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:49:54 ---> Using cache 13:49:54 ---> 3e46db336a25 13:49:54 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 13:49:54 Collecting docker<4.0,>=3.6.0 13:49:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:49:55 ---> Running in 71c878e7cb38 13:49:55 Collecting websocket-client<1.0,>=0.32.0 13:49:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 13:49:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:49:56 Collecting cached-property<2,>=1.2.0 13:49:56 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 13:49:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:49:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:49:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:49:57 Collecting dockerpty<0.5,>=0.4.1 13:49:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:49:59 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:49:59 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:49:59 OK: 12620 distinct packages available 13:50:00 OK: 217 MiB in 51 packages 13:50:00 Collecting texttable<0.10,>=0.9.0 13:50:00 Downloading texttable-0.9.1.tar.gz (11 kB) 13:50:05 Collecting jsonschema<3,>=2.5.1 13:50:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:50:05 Removing intermediate container 71c878e7cb38 13:50:05 ---> 5bb3706f9f89 13:50:05 Step 6/23 : COPY go.mod . 13:50:05 Collecting docker-pycreds>=0.4.0 13:50:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:50:06 Collecting urllib3<1.25,>=1.21.1 13:50:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:50:07 ---> aad8c5179e94 13:50:07 Step 7/23 : RUN go mod download 13:50:07 Collecting idna<2.8,>=2.5 13:50:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:50:08 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) 13:50:08 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) 13:50:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:50:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:50:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:50:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:50:08 ---> Running in 12c00fd2eb41 13:50:09 Installing collected packages: docopt, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, texttable, jsonschema, docker-compose 13:50:09 Running setup.py install for docopt: started 13:50:12 Running setup.py install for docopt: finished with status 'done' 13:50:12 Running setup.py install for PyYAML: started 13:50:14 Removing intermediate container 12c00fd2eb41 13:50:14 ---> ee0cb634bbfc 13:50:14 Step 8/23 : COPY . . 13:50:14 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:50:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:50:14 ---> 375b80d4183c 13:50:14 Step 3/21 : WORKDIR /edgex-go 13:50:14 ---> Using cache 13:50:14 ---> 19d00d51a0d7 13:50:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:50:14 ---> Using cache 13:50:14 ---> 3e46db336a25 13:50:14 Step 5/21 : RUN apk update && apk add make && apk add bash git 13:50:14 ---> Running in ac3df00a8914 13:50:14 Running setup.py install for PyYAML: finished with status 'done' 13:50:14 Attempting uninstall: urllib3 13:50:14 Found existing installation: urllib3 1.25.9 13:50:14 Uninstalling urllib3-1.25.9: 13:50:15 Successfully uninstalled urllib3-1.25.9 13:50:16 Attempting uninstall: idna 13:50:16 Found existing installation: idna 2.9 13:50:16 Uninstalling idna-2.9: 13:50:16 Successfully uninstalled idna-2.9 13:50:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:50:17 Attempting uninstall: requests 13:50:17 Found existing installation: requests 2.23.0 13:50:17 Uninstalling requests-2.23.0: 13:50:17 Successfully uninstalled requests-2.23.0 13:50:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:50:19 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:50:19 v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:50:19 OK: 12620 distinct packages available 13:50:20 Running setup.py install for dockerpty: started 13:50:20 OK: 217 MiB in 51 packages 13:50:21 OK: 217 MiB in 51 packages 13:50:22 Running setup.py install for dockerpty: finished with status 'done' 13:50:22 Running setup.py install for texttable: started 13:50:25 Running setup.py install for texttable: finished with status 'done' 13:50:26 Removing intermediate container ac3df00a8914 13:50:26 ---> 18c8f7186e7d 13:50:26 Step 6/21 : COPY go.mod . 13:50:26 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 13:50:28 ---> d323a67be6cd 13:50:28 Step 7/21 : RUN go mod download 13:50:28 ---> Running in c6bffc31f217 13:50:32 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:50:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:50:32 ---> 375b80d4183c 13:50:32 Step 3/21 : WORKDIR /edgex-go 13:50:32 ---> Using cache 13:50:32 ---> 19d00d51a0d7 13:50:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:50:32 ---> Using cache 13:50:32 ---> 3e46db336a25 13:50:32 Step 5/21 : RUN apk update && apk add make git 13:50:32 ---> Using cache 13:50:32 ---> 08fedd346828 13:50:32 Step 6/21 : COPY go.mod . 13:50:32 ---> Using cache 13:50:32 ---> d54ddeda19e0 13:50:32 Step 7/21 : RUN go mod download 13:50:32 ---> Using cache 13:50:32 ---> dcfe6d247bd4 13:50:32 Step 8/21 : COPY . . 13:50:32 ---> Using cache 13:50:32 ---> 38c6ea70132a 13:50:32 Step 9/21 : RUN make cmd/core-command/core-command 13:50:33 ---> Running in a3c1b7ad2fc8 13:50:33 Removing intermediate container 70c830798e47 13:50:33 ---> 0af7ff4e3406 13:50:33 Step 22/26 : RUN apk --no-cache add curl 13:50:34 ---> Running in b129c9083908 13:50:34 Removing intermediate container c6bffc31f217 13:50:34 ---> d89ec858a751 13:50:34 Step 8/21 : COPY . . 13:50:35 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 13:50:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:50:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:50:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:50:37 (2/3) Installing libcurl (7.69.1-r0) 13:50:37 (3/3) Installing curl (7.69.1-r0) 13:50:37 Executing busybox-1.31.1-r16.trigger 13:50:37 OK: 71 MiB in 58 packages 13:50:39 Removing intermediate container 3889b4aefd3f 13:50:39 ---> 50f40b5d3e04 13:50:39 13:50:39 Step 10/21 : FROM scratch 13:50:39 ---> 13:50:39 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:50:39 ---> Using cache 13:50:39 ---> c65ce89619bc 13:50:39 Step 12/21 : ENV APP_PORT=48081 13:50:39 ---> Running in 925d4cd26ccd 13:50:40 Removing intermediate container b129c9083908 13:50:40 ---> caf217e78770 13:50:40 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:50:40 ---> Running in cd683c5b9d4b 13:50:40 Removing intermediate container 925d4cd26ccd 13:50:40 ---> 6ec623aec913 13:50:40 Step 13/21 : EXPOSE $APP_PORT 13:50:40 ---> Running in 204400953a35 13:50:41 Removing intermediate container cd683c5b9d4b 13:50:41 ---> e1f0df877069 13:50:41 Step 24/26 : LABEL arch=arm64 13:50:41 ---> Running in 9d7dff5abd23 13:50:42 Removing intermediate container 204400953a35 13:50:42 ---> 4582c8e63497 13:50:42 Step 14/21 : WORKDIR / 13:50:42 ---> Running in 75b75d77326c 13:50:43 Removing intermediate container 9d7dff5abd23 13:50:43 ---> 7439e033f1e2 13:50:43 Step 25/26 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:50:43 ---> Running in 3f4669a70ff2 13:50:43 Removing intermediate container 75b75d77326c 13:50:43 ---> 5732b45beb4e 13:50:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 13:50:45 Removing intermediate container 3f4669a70ff2 13:50:45 ---> 59b202fca4c1 13:50:45 Step 26/26 : LABEL version=0.0.0 13:50:45 ---> 201d68ab4593 13:50:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:50:45 ---> Running in 46f0f450acea 13:50:46 Removing intermediate container 46f0f450acea 13:50:46 ---> 8cc0dec9a401 13:50:46 13:50:48 Successfully built 8cc0dec9a401 13:50:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:50:48  Building docker-sys-mgmt-agent-go ... done Building docker-security-secretstore-setup-go 13:50:50 ---> 189d4149b2ad 13:50:50 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:50:50 ---> edf172d665d4 13:50:50 Step 9/23 : RUN make cmd/support-notifications/support-notifications 13:50:50 ---> Running in 3db8ddd54477 13:50:52 ---> 7e9c2827dd8a 13:50:52 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:50:52 ---> Running in 8ac45e99a334 13:50:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:50:54 Removing intermediate container 8ac45e99a334 13:50:54 ---> 58a8923a6935 13:50:54 Step 19/21 : LABEL arch=arm64 13:50:55 ---> Running in 116e2cd7a40c 13:50:56 Removing intermediate container 116e2cd7a40c 13:50:56 ---> b13c28a44692 13:50:56 Step 20/21 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:50:56 ---> Running in 3336cb635740 13:50:57 Removing intermediate container 3336cb635740 13:50:57 ---> ac69f2df376f 13:50:57 Step 21/21 : LABEL version=0.0.0 13:50:58 ---> Running in 0cfcb4c9431a 13:50:58 Removing intermediate container 0cfcb4c9431a 13:50:58 ---> e301548c6cef 13:50:58 13:51:00 Successfully built e301548c6cef 13:51:00 Successfully tagged docker-core-metadata-go-arm64:latest 13:51:10  Building docker-core-metadata-go ... done  ---> 6f41d881a527 13:51:10 Step 9/21 : RUN make cmd/support-logging/support-logging 13:51:10 ---> Running in fe20049ad4b0 13:51:13 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 13:51:17 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:51:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:51:17 ---> 375b80d4183c 13:51:17 Step 3/26 : WORKDIR /edgex-go 13:51:17 ---> Using cache 13:51:17 ---> 19d00d51a0d7 13:51:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:51:17 ---> Using cache 13:51:17 ---> 3e46db336a25 13:51:17 Step 5/26 : RUN apk update && apk add make git 13:51:17 ---> Using cache 13:51:17 ---> 08fedd346828 13:51:17 Step 6/26 : COPY go.mod . 13:51:17 ---> Using cache 13:51:17 ---> d54ddeda19e0 13:51:17 Step 7/26 : RUN go mod download 13:51:17 ---> Using cache 13:51:17 ---> dcfe6d247bd4 13:51:17 Step 8/26 : COPY . . 13:51:17 ---> Using cache 13:51:17 ---> 38c6ea70132a 13:51:17 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 13:51:18 ---> Running in a41970700e53 13:51:20 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 13:51:53 Removing intermediate container a3c1b7ad2fc8 13:51:53 ---> fbdf96bcc3bd 13:51:53 13:51:53 Step 10/21 : FROM scratch 13:51:53 ---> 13:51:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:51:53 ---> Using cache 13:51:53 ---> c65ce89619bc 13:51:53 Step 12/21 : ENV APP_PORT=48082 13:51:53 ---> Running in c7b95c3559d0 13:51:54 Removing intermediate container c7b95c3559d0 13:51:54 ---> b245b1b0ca63 13:51:54 Step 13/21 : EXPOSE $APP_PORT 13:51:54 ---> Running in ad6740f5125e 13:51:54 Removing intermediate container ad6740f5125e 13:51:54 ---> d3e51fe48469 13:51:54 Step 14/21 : WORKDIR / 13:51:54 ---> Running in beb28358c9d5 13:51:55 Removing intermediate container beb28358c9d5 13:51:55 ---> 0b4e2cbd68a1 13:51:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 13:51:56 ---> ded51c1c5a82 13:51:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:51:58 ---> 1cea64269bf0 13:51:58 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:51:59 ---> 74486eabcfb4 13:51:59 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:51:59 ---> Running in 65d24bb4177c 13:52:00 Removing intermediate container 65d24bb4177c 13:52:00 ---> 46eecbfd5b4e 13:52:00 Step 19/21 : LABEL arch=arm64 13:52:00 ---> Running in 587c7fb1285c 13:52:01 Removing intermediate container 587c7fb1285c 13:52:01 ---> be429f655582 13:52:01 Step 20/21 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:52:01 ---> Running in 3e7781054a69 13:52:01 Removing intermediate container 3e7781054a69 13:52:01 ---> fd5d8d32d7ea 13:52:01 Step 21/21 : LABEL version=0.0.0 13:52:02 ---> Running in e4a165a71eb8 13:52:02 Removing intermediate container e4a165a71eb8 13:52:02 ---> 75e34af043f0 13:52:02 13:52:03 Successfully built 75e34af043f0 13:52:03 Successfully tagged docker-core-command-go-arm64:latest 13:52:18  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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:52:18 Removing intermediate container 3db8ddd54477 13:52:18 ---> b8b3956adc98 13:52:18 13:52:18 Step 10/23 : FROM scratch 13:52:18 ---> 13:52:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:52:18 ---> Running in 88eb6a2b2900 13:52:18 Removing intermediate container 88eb6a2b2900 13:52:18 ---> de60769e48d0 13:52:18 Step 12/23 : ENV APP_PORT=48060 13:52:19 ---> Running in 267aa3615518 13:52:19 Removing intermediate container 267aa3615518 13:52:19 ---> e46518efd149 13:52:19 Step 13/23 : EXPOSE $APP_PORT 13:52:19 ---> Running in dcfec0df233c 13:52:20 Removing intermediate container dcfec0df233c 13:52:20 ---> 3ca8b83d54ff 13:52:20 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 13:52:21 ---> 8949e25ad057 13:52:21 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 13:52:21 Removing intermediate container fe20049ad4b0 13:52:21 ---> 2e17fe552bf2 13:52:21 13:52:21 Step 10/21 : FROM scratch 13:52:21 ---> 13:52:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:52:22 ---> Using cache 13:52:22 ---> de60769e48d0 13:52:22 Step 12/21 : ENV APP_PORT=48061 13:52:22 ---> Running in 2e45e7dcafb1 13:52:22 ---> 448e94c213f9 13:52:22 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 13:52:22 Removing intermediate container 2e45e7dcafb1 13:52:22 ---> a5db74a38092 13:52:22 Step 13/21 : EXPOSE $APP_PORT 13:52:23 ---> Running in 152eec6ca5de 13:52:23 Removing intermediate container 152eec6ca5de 13:52:23 ---> 749fde5bd766 13:52:23 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 13:52:23 ---> 883fec49baff 13:52:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 13:52:24 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 13:52:24 ---> 44700b73fbb0 13:52:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 13:52:24 ---> 9beebedf031d 13:52:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:52:25 ---> d0cd2f93b9d0 13:52:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 13:52:26 ---> 27f744ba333e 13:52:26 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:52:26 ---> 99202953c3b0 13:52:26 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 13:52:27 ---> 0c17f22b2cfe 13:52:27 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:52:27 ---> 8ffd45622238 13:52:27 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:52:27 ---> Running in 4254ef4bbc77 13:52:27 ---> Running in 71af86dd322b 13:52:27 Removing intermediate container 4254ef4bbc77 13:52:27 ---> d7917fa10100 13:52:27 Step 21/23 : LABEL arch=arm64 13:52:28 ---> Running in c37594d58704 13:52:28 Removing intermediate container 71af86dd322b 13:52:28 ---> 2c1100dbda1b 13:52:28 Step 19/21 : LABEL arch=arm64 13:52:28 ---> Running in d7f2e511efb6 13:52:28 Removing intermediate container c37594d58704 13:52:28 ---> b1c3c3a62f78 13:52:28 Step 22/23 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:52:28 ---> Running in d61d1efe0322 13:52:28 Removing intermediate container d7f2e511efb6 13:52:28 ---> 616af92c9034 13:52:28 Step 20/21 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:52:29 ---> Running in f8844d111ae6 13:52:29 Removing intermediate container d61d1efe0322 13:52:29 ---> 4ef4626ae200 13:52:29 Step 23/23 : LABEL version=0.0.0 13:52:29 ---> Running in 9f1f65930283 13:52:29 Removing intermediate container f8844d111ae6 13:52:29 ---> 42d02e188482 13:52:29 Step 21/21 : LABEL version=0.0.0 13:52:29 ---> Running in 96a33ec9a2ab 13:52:30 Removing intermediate container 9f1f65930283 13:52:30 ---> 83663c1f0953 13:52:30 13:52:30 Removing intermediate container 96a33ec9a2ab 13:52:30 ---> 2fa06cfde716 13:52:30 13:52:30 Successfully built 83663c1f0953 13:52:30 Successfully tagged docker-support-notifications-go-arm64:latest 13:52:31  Building docker-support-notifications-go ... done Successfully built 2fa06cfde716 13:52:31 Successfully tagged docker-support-logging-go-arm64:latest 13:52:31  Building docker-support-logging-go ... done Removing intermediate container a41970700e53 13:52:31 ---> 3a1102196907 13:52:31 13:52:31 Step 10/26 : FROM alpine:3.10 13:52:31 3.10: Pulling from library/alpine 13:52:33 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 13:52:33 Status: Downloaded newer image for alpine:3.10 13:52:33 ---> 536a684cf733 13:52:33 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 13:52:34 ---> Running in 9fc761ab9d3d 13:52:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 13:52:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 13:52:36 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 13:52:36 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 13:52:36 OK: 10167 distinct packages available 13:52:36 (1/5) Installing ca-certificates (20191127-r2) 13:52:36 (2/5) Installing nghttp2-libs (1.39.2-r1) 13:52:36 (3/5) Installing libcurl (7.66.0-r0) 13:52:37 (4/5) Installing curl (7.66.0-r0) 13:52:37 (5/5) Installing dumb-init (1.2.2-r1) 13:52:37 Executing busybox-1.30.1-r3.trigger 13:52:37 Executing ca-certificates-20191127-r2.trigger 13:52:37 OK: 7 MiB in 19 packages 13:52:38 Removing intermediate container 9fc761ab9d3d 13:52:38 ---> 65cec2e84d05 13:52:38 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:52:38 ---> Running in 884812fe278b 13:52:39 Removing intermediate container 884812fe278b 13:52:39 ---> ed5a08ea647c 13:52:39 Step 13/26 : WORKDIR / 13:52:39 ---> Running in 6801a48fd372 13:52:39 Removing intermediate container 6801a48fd372 13:52:39 ---> f810055264f2 13:52:39 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:52:40 ---> 06cc0f0fa6f7 13:52:40 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:52:41 ---> 6dd572fae085 13:52:41 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:52:42 ---> 0fb6d57b8bd0 13:52:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 13:52:43 ---> 24567bb6d41c 13:52:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:52:44 ---> e8f86aad0002 13:52:44 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:52:44 ---> d27545a82feb 13:52:44 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 13:52:45 ---> 8386c1bd589b 13:52:45 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:52:46 ---> 8c1abd6a2045 13:52:46 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:52:46 ---> Running in 0e9b49ebba20 13:52:49 Removing intermediate container 0e9b49ebba20 13:52:49 ---> 19b0dfda4e3a 13:52:49 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 13:52:49 ---> Running in 508cc70488b2 13:52:49 Removing intermediate container 508cc70488b2 13:52:49 ---> 42c77295ccfa 13:52:49 Step 24/26 : LABEL arch=arm64 13:52:49 ---> Running in 0b0dd738fad0 13:52:50 Removing intermediate container 0b0dd738fad0 13:52:50 ---> ac2a8bbd7ad2 13:52:50 Step 25/26 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e 13:52:50 ---> Running in 419e19bced36 13:52:50 Removing intermediate container 419e19bced36 13:52:50 ---> 271d44dbe2c3 13:52:50 Step 26/26 : LABEL version=0.0.0 13:52:51 ---> Running in 4ac910a58750 13:52:51 Removing intermediate container 4ac910a58750 13:52:51 ---> 73317a458d7a 13:52:51 13:52:51 Successfully built 73317a458d7a 13:52:51 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:52:52  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 13:52:52 $ docker stop --time=1 bfb3e1edd8b87d2de133503ab53ec96032bd3516eee195191c24433108ad59c2 13:52:54 $ docker rm -f bfb3e1edd8b87d2de133503ab53ec96032bd3516eee195191c24433108ad59c2 [Pipeline] // withDockerContainer [Pipeline] sh 13:52:55 + docker images 13:52:55 + grep docker 13:52:55 docker-security-secretstore-setup-go-arm64 latest 73317a458d7a 4 seconds ago 32.6MB 13:52:55 docker-support-logging-go-arm64 latest 2fa06cfde716 25 seconds ago 11.4MB 13:52:55 docker-support-notifications-go-arm64 latest 83663c1f0953 26 seconds ago 13.9MB 13:52:55 docker-core-command-go-arm64 latest 75e34af043f0 53 seconds ago 12.4MB 13:52:55 docker-core-metadata-go-arm64 latest e301548c6cef About a minute ago 13.8MB 13:52:55 docker-sys-mgmt-agent-go-arm64 latest 8cc0dec9a401 2 minutes ago 266MB 13:52:55 docker-core-data-go-arm64 latest 1974d947e6f8 3 minutes ago 23.3MB 13:52:55 docker-security-secrets-setup-go-arm64 latest a7bdb020f283 3 minutes ago 24.2MB 13:52:55 docker-support-scheduler-go-arm64 latest d817094154eb 3 minutes ago 12.6MB 13:52:55 docker-security-proxy-setup-go-arm64 latest e867cf92037e 4 minutes ago 15.8MB 13:52: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 13:52:56 provisioning config files... 13:52:56 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/29@tmp/config7074689256879058768tmp [Pipeline] { [Pipeline] sh 13:52:57 + curl -s https://codecov.io/bash 13:52:57 + bash -s - -t @/w/workspace/edgex-go/29@tmp/config7074689256879058768tmp [Pipeline] } 13:52:57 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 13:52:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:53:00 ---> package-listing.sh 13:53:00 ++ facter osfamily 13:53:00 ++ tr '[:upper:]' '[:lower:]' 13:53:00 + OS_FAMILY=redhat 13:53:00 + workspace=/w/workspace/edgex-go/29 13:53:00 + START_PACKAGES=/tmp/packages_start.txt 13:53:00 + END_PACKAGES=/tmp/packages_end.txt 13:53:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:53:00 + PACKAGES=/tmp/packages_start.txt 13:53:00 + '[' /w/workspace/edgex-go/29 ']' 13:53:00 + PACKAGES=/tmp/packages_end.txt 13:53:00 + case "${OS_FAMILY}" in 13:53:00 + rpm -qa 13:53:00 + sort 13:53:04 + '[' -f /tmp/packages_start.txt ']' 13:53:04 + '[' -f /tmp/packages_end.txt ']' 13:53:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:53:04 + '[' /w/workspace/edgex-go/29 ']' 13:53:04 + mkdir -p /w/workspace/edgex-go/29/archives/ 13:53:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/29/archives/ [Pipeline] isUnix [Pipeline] sh 13:53:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:53:05 13:53:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:53:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:53:05 alpine: Pulling from edgex-lftools-log-publisher 13:53:05 c9b1b535fdd9: Pulling fs layer 13:53:05 2cc5ad85d9ab: Pulling fs layer 13:53:05 756a868c4378: Pulling fs layer 13:53:05 444b2fc9a129: Pulling fs layer 13:53:05 ea15f1150254: Pulling fs layer 13:53:05 41b27a9f41bf: Pulling fs layer 13:53:05 28c525ee5125: Pulling fs layer 13:53:05 094b1ea09ed8: Pulling fs layer 13:53:05 138eaada9080: Pulling fs layer 13:53:05 0622d0fa9048: Pulling fs layer 13:53:05 ea15f1150254: Waiting 13:53:05 41b27a9f41bf: Waiting 13:53:05 28c525ee5125: Waiting 13:53:05 094b1ea09ed8: Waiting 13:53:05 138eaada9080: Waiting 13:53:05 0622d0fa9048: Waiting 13:53:05 444b2fc9a129: Waiting 13:53:05 2cc5ad85d9ab: Download complete 13:53:05 444b2fc9a129: Verifying Checksum 13:53:05 444b2fc9a129: Download complete 13:53:05 c9b1b535fdd9: Download complete 13:53:05 ea15f1150254: Download complete 13:53:05 28c525ee5125: Verifying Checksum 13:53:05 28c525ee5125: Download complete 13:53:05 756a868c4378: Verifying Checksum 13:53:05 756a868c4378: Download complete 13:53:05 c9b1b535fdd9: Pull complete 13:53:05 138eaada9080: Verifying Checksum 13:53:05 138eaada9080: Download complete 13:53:06 0622d0fa9048: Download complete 13:53:06 2cc5ad85d9ab: Pull complete 13:53:06 094b1ea09ed8: Verifying Checksum 13:53:06 094b1ea09ed8: Download complete 13:53:06 41b27a9f41bf: Verifying Checksum 13:53:06 41b27a9f41bf: Download complete 13:53:08 756a868c4378: Pull complete 13:53:08 444b2fc9a129: Pull complete 13:53:08 ea15f1150254: Pull complete 13:53:13 41b27a9f41bf: Pull complete 13:53:13 28c525ee5125: Pull complete 13:53:16 094b1ea09ed8: Pull complete 13:53:17 138eaada9080: Pull complete 13:53:17 0622d0fa9048: Pull complete 13:53:17 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 13:53:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:53:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:53:17 prd-centos7-docker-4c-2g-2865 does not seem to be running inside a container 13:53:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 13:53:21 $ docker top 262e9804a286f93edba44a7eab11d4bf3163ab8d1b498127a04d8b601e148df6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:53:21 provisioning config files... 13:53:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/29@tmp/config6404626645563421298tmp [Pipeline] { [Pipeline] echo 13:53:22 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:53:22 ---> create-netrc.sh [Pipeline] echo 13:53:22 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:53:22 ---> logs-deploy.sh 13:53:22 + ARCHIVE_ARTIFACTS= 13:53:22 + LOGS_SERVER=https://logs.edgexfoundry.org 13:53:22 + '[' https://logs.edgexfoundry.org == None ']' 13:53:22 + NEXUS_URL=https://nexus.edgexfoundry.org 13:53:22 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/29 13:53:22 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/29/ 13:53:22 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/29 /w/workspace/edgex-go/29 13:53:23 Archives upload complete. 13:53:23 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/29 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/29/