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 0770b02f8dbf6fa3749531d75a314b1a028befb4+b6e84d11f041a086b232d8992a39ab0cabcfc086 (bd56e8d08f8e94f766a7f2020904909a160de654) 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 ‘prd-centos7-docker-4c-2g-1931’ is offline Running on prd-centos7-docker-4c-2g-1932 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/25 [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/25 # 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 b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit 0770b02f8dbf6fa3749531d75a314b1a028befb4 Merge succeeded, producing 0770b02f8dbf6fa3749531d75a314b1a028befb4 Checking out Revision 0770b02f8dbf6fa3749531d75a314b1a028befb4 (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 0770b02f8dbf6fa3749531d75a314b1a028befb4 # 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 b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0770b02f8dbf6fa3749531d75a314b1a028befb4 # 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:33:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:33:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:33:45 ========================================================= 13:33:45 EdgeX Global Pipelines Version Info 13:33:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f2350e88acf22dec1781a969a21f8f28170e606d # timeout=10 13:33:46 ------------------- 13:33:46 stable info: 13:33:46 ------------------- 13:33:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:33:46 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 13:33:46 Message: update stable to v1.0.106 13:33:47 ------------------- 13:33:47 experimental info: 13:33:47 ------------------- 13:33:47 Commited By: **** collab-it+edgex@linuxfoundation.org 13:33:47 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 13:33:47 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 13:33:49 ++ 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:33:49 + for file in '`ls cmd/**/Dockerfile`' 13:33:49 ++ dirname cmd/core-command/Dockerfile 13:33:49 ++ cut -d/ -f2 13:33:49 + echo core-command,cmd/core-command/Dockerfile 13:33:49 + for file in '`ls cmd/**/Dockerfile`' 13:33:49 ++ dirname cmd/core-data/Dockerfile 13:33:49 ++ cut -d/ -f2 13:33:49 + echo core-data,cmd/core-data/Dockerfile 13:33:49 + for file in '`ls cmd/**/Dockerfile`' 13:33:49 ++ dirname cmd/core-metadata/Dockerfile 13:33:49 ++ cut -d/ -f2 13:33:49 + echo core-metadata,cmd/core-metadata/Dockerfile 13:33:49 + for file in '`ls cmd/**/Dockerfile`' 13:33:49 ++ dirname cmd/security-proxy-setup/Dockerfile 13:33:49 ++ cut -d/ -f2 13:33:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:33:49 + for file in '`ls cmd/**/Dockerfile`' 13:33:49 ++ dirname cmd/security-secrets-setup/Dockerfile 13:33:49 ++ cut -d/ -f2 13:33:49 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 13:33:49 + for file in '`ls cmd/**/Dockerfile`' 13:33:49 ++ dirname cmd/security-secretstore-setup/Dockerfile 13:33:49 ++ cut -d/ -f2 13:33:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:33:49 + for file in '`ls cmd/**/Dockerfile`' 13:33:49 ++ dirname cmd/support-logging/Dockerfile 13:33:49 ++ cut -d/ -f2 13:33:49 + echo support-logging,cmd/support-logging/Dockerfile 13:33:49 + for file in '`ls cmd/**/Dockerfile`' 13:33:49 ++ dirname cmd/support-notifications/Dockerfile 13:33:49 ++ cut -d/ -f2 13:33:49 + echo support-notifications,cmd/support-notifications/Dockerfile 13:33:49 + for file in '`ls cmd/**/Dockerfile`' 13:33:49 ++ dirname cmd/support-scheduler/Dockerfile 13:33:49 ++ cut -d/ -f2 13:33:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:33:49 + for file in '`ls cmd/**/Dockerfile`' 13:33:49 ++ dirname cmd/sys-mgmt-agent/Dockerfile 13:33:49 ++ cut -d/ -f2 13:33:49 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:33:49 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:33:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:33:50 13:33:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:33:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:33:50 latest: Pulling from edgex-devops/git-semver 13:33:50 31603596830f: Pulling fs layer 13:33:50 2a8b12db71e7: Pulling fs layer 13:33:50 6ca5941a6612: Pulling fs layer 13:33:50 ecc8261a40a4: Pulling fs layer 13:33:50 ecc8261a40a4: Waiting 13:33:50 2a8b12db71e7: Verifying Checksum 13:33:50 2a8b12db71e7: Download complete 13:33:50 31603596830f: Download complete 13:33:50 ecc8261a40a4: Verifying Checksum 13:33:50 ecc8261a40a4: Download complete 13:33:50 6ca5941a6612: Verifying Checksum 13:33:50 6ca5941a6612: Download complete 13:33:50 31603596830f: Pull complete 13:33:51 2a8b12db71e7: Pull complete 13:33:52 6ca5941a6612: Pull complete 13:33:52 ecc8261a40a4: Pull complete 13:33:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:33:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:33:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:33:52 prd-centos7-docker-4c-2g-1932 does not seem to be running inside a container 13:33:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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:33:54 $ docker top 48b729c2b6be6c73049734c83d36a7597b3d54989ae5008e6f3c2ebee44bd891 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:33:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:33:55 [ssh-agent] Looking for ssh-agent implementation... 13:33:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:33:55 $ docker exec 48b729c2b6be6c73049734c83d36a7597b3d54989ae5008e6f3c2ebee44bd891 ssh-agent 13:33:55 SSH_AUTH_SOCK=/tmp/ssh-fdmEa2YpN6ow/agent.12 13:33:55 SSH_AGENT_PID=17 13:33:55 Running ssh-add (command line suppressed) 13:33:55 Identity added: /w/workspace/edgex-go/25@tmp/private_key_8582882236803020765.key (/w/workspace/edgex-go/25@tmp/private_key_8582882236803020765.key) 13:33:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:33:55 + git describe --exact-match --tags HEAD 13:33:55 fatal: No names found, cannot describe anything. [Pipeline] } 13:33:55 $ docker exec --env ******** --env ******** 48b729c2b6be6c73049734c83d36a7597b3d54989ae5008e6f3c2ebee44bd891 ssh-agent -k 13:33:56 unset SSH_AUTH_SOCK; 13:33:56 unset SSH_AGENT_PID; 13:33:56 echo Agent pid 17 killed; 13:33:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 13:33:56 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 13:33:56 This usually means this commit has not been tagged. [Pipeline] sshagent 13:33:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:33:56 [ssh-agent] Looking for ssh-agent implementation... 13:33:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:33:56 $ docker exec 48b729c2b6be6c73049734c83d36a7597b3d54989ae5008e6f3c2ebee44bd891 ssh-agent 13:33:56 SSH_AUTH_SOCK=/tmp/ssh-i20HgkjfPHbb/agent.46 13:33:56 SSH_AGENT_PID=52 13:33:56 Running ssh-add (command line suppressed) 13:33:56 Identity added: /w/workspace/edgex-go/25@tmp/private_key_3126797319544237881.key (/w/workspace/edgex-go/25@tmp/private_key_3126797319544237881.key) 13:33:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:33:57 + git semver init 13:33:57 # -> Open(): unable to determine branch for HEAD 13:33:57 # $GIT_DIR = /w/workspace/edgex-go/25/.git 13:33:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/25 13:33:57 # $SEMVER_REMOTE_NAME = origin 13:33:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:33:57 # $SEMVER_USER_NAME = edgex-jenkins 13:33:57 # $SEMVER_BRANCH = PR-2610 13:33:57 # $SEMVER_TEMP = /tmp/semver-270193342 13:33:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 13:34:15 # '/tmp/semver-270193342' -> '/w/workspace/edgex-go/25/.semver' 13:34:15 # -> Force: false 13:34:15 # $SEMVER_DIR = /w/workspace/edgex-go/25/.semver [Pipeline] } 13:34:15 $ docker exec --env ******** --env ******** 48b729c2b6be6c73049734c83d36a7597b3d54989ae5008e6f3c2ebee44bd891 ssh-agent -k 13:34:15 unset SSH_AUTH_SOCK; 13:34:15 unset SSH_AGENT_PID; 13:34:15 echo Agent pid 52 killed; 13:34:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:34:16 + git semver [Pipeline] } 13:34:16 $ docker stop --time=1 48b729c2b6be6c73049734c83d36a7597b3d54989ae5008e6f3c2ebee44bd891 13:34:17 $ docker rm -f 48b729c2b6be6c73049734c83d36a7597b3d54989ae5008e6f3c2ebee44bd891 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 13:34:30 Stashed 29 file(s) [Pipeline] echo 13:34:30 [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:34:30 ========================================================= 13:34:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 13:34:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:34:31 + 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:34:33 Sending build context to Docker daemon 323MB 13:34:34 Step 1/7 : ARG BASE=golang:1.13-alpine 13:34:34 Step 2/7 : FROM ${BASE} 13:34:34 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 13:34:34 df20fa9351a1: Pulling fs layer 13:34:34 ed8968b2872e: Pulling fs layer 13:34:34 a92cc7c5fd73: Pulling fs layer 13:34:34 2dd03ba5bac4: Pulling fs layer 13:34:34 1e091d79d1de: Pulling fs layer 13:34:34 481702a1767f: Pulling fs layer 13:34:34 f64a6f60c768: Pulling fs layer 13:34:34 e78d2573fc39: Pulling fs layer 13:34:34 e876d2f968b6: Pulling fs layer 13:34:34 ce8a83651883: Pulling fs layer 13:34:34 07967f4d0e4b: Pulling fs layer 13:34:34 f64a6f60c768: Waiting 13:34:34 e78d2573fc39: Waiting 13:34:34 e876d2f968b6: Waiting 13:34:34 2dd03ba5bac4: Waiting 13:34:34 1e091d79d1de: Waiting 13:34:34 481702a1767f: Waiting 13:34:34 ce8a83651883: Waiting 13:34:34 07967f4d0e4b: Waiting 13:34:34 a92cc7c5fd73: Verifying Checksum 13:34:34 a92cc7c5fd73: Download complete 13:34:34 ed8968b2872e: Verifying Checksum 13:34:34 ed8968b2872e: Download complete 13:34:34 1e091d79d1de: Verifying Checksum 13:34:34 1e091d79d1de: Download complete 13:34:34 481702a1767f: Verifying Checksum 13:34:34 481702a1767f: Download complete 13:34:34 df20fa9351a1: Verifying Checksum 13:34:34 df20fa9351a1: Download complete 13:34:34 df20fa9351a1: Pull complete 13:34:34 f64a6f60c768: Verifying Checksum 13:34:34 f64a6f60c768: Download complete 13:34:35 e876d2f968b6: Verifying Checksum 13:34:35 e876d2f968b6: Download complete 13:34:35 ce8a83651883: Verifying Checksum 13:34:35 ce8a83651883: Download complete 13:34:35 07967f4d0e4b: Verifying Checksum 13:34:35 07967f4d0e4b: Download complete 13:34:35 2dd03ba5bac4: Verifying Checksum 13:34:35 2dd03ba5bac4: Download complete 13:34:35 e78d2573fc39: Verifying Checksum 13:34:35 e78d2573fc39: Download complete 13:34:36 ed8968b2872e: Pull complete 13:34:36 a92cc7c5fd73: Pull complete 13:34:43 2dd03ba5bac4: Pull complete 13:34:43 1e091d79d1de: Pull complete 13:34:43 481702a1767f: Pull complete 13:34:45 Still waiting to schedule task 13:34:45 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 13:34:48 f64a6f60c768: Pull complete 13:34:51 e78d2573fc39: Pull complete 13:34:51 e876d2f968b6: Pull complete 13:34:52 ce8a83651883: Pull complete 13:34:52 07967f4d0e4b: Pull complete 13:34:52 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 13:34:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 13:34:52 ---> 5d7c900382c6 13:34:52 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:34:53 ---> Running in 62fd5f4d3eed 13:34:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:34:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:34:55 (1/12) Installing libmagic (5.38-r0) 13:34:55 (2/12) Installing file (5.38-r0) 13:34:55 (3/12) Installing libc-dev (0.7.2-r3) 13:34:55 (4/12) Installing g++ (9.3.0-r2) 13:34:59 (5/12) Installing fortify-headers (1.1-r0) 13:34:59 (6/12) Installing patch (2.7.6-r6) 13:34:59 (7/12) Installing build-base (0.5-r2) 13:34:59 (8/12) Installing libsodium (1.0.18-r0) 13:34:59 (9/12) Installing pkgconf (1.7.2-r0) 13:34:59 (10/12) Installing libsodium-dev (1.0.18-r0) 13:34:59 (11/12) Installing libzmq (4.3.2-r0) 13:35:00 (12/12) Installing zeromq-dev (4.3.2-r0) 13:35:00 Executing busybox-1.31.1-r16.trigger 13:35:00 OK: 233 MiB in 51 packages 13:35:04 Removing intermediate container 62fd5f4d3eed 13:35:04 ---> 03c3c7519cbe 13:35:04 Step 4/7 : WORKDIR /edgex-go 13:35:04 ---> Running in 8b30c12af805 13:35:04 Removing intermediate container 8b30c12af805 13:35:04 ---> c37b6e8044d4 13:35:04 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 13:35:04 latest: Pulling from library/docker 13:35:04 df20fa9351a1: Already exists 13:35:04 25ad7478873d: Pulling fs layer 13:35:04 4684f6177b5d: Pulling fs layer 13:35:04 46e300cec669: Pulling fs layer 13:35:04 63038576ad94: Pulling fs layer 13:35:04 0fdb76c4706c: Pulling fs layer 13:35:04 cb7edeffdfd5: Pulling fs layer 13:35:04 0fdb76c4706c: Waiting 13:35:04 cb7edeffdfd5: Waiting 13:35:04 63038576ad94: Waiting 13:35:04 4684f6177b5d: Verifying Checksum 13:35:04 4684f6177b5d: Download complete 13:35:04 25ad7478873d: Verifying Checksum 13:35:04 25ad7478873d: Download complete 13:35:04 63038576ad94: Verifying Checksum 13:35:04 63038576ad94: Download complete 13:35:04 0fdb76c4706c: Verifying Checksum 13:35:04 0fdb76c4706c: Download complete 13:35:04 cb7edeffdfd5: Verifying Checksum 13:35:04 cb7edeffdfd5: Download complete 13:35:05 25ad7478873d: Pull complete 13:35:05 4684f6177b5d: Pull complete 13:35:05 46e300cec669: Verifying Checksum 13:35:05 46e300cec669: Download complete 13:35:07 46e300cec669: Pull complete 13:35:07 63038576ad94: Pull complete 13:35:07 0fdb76c4706c: Pull complete 13:35:07 cb7edeffdfd5: Pull complete 13:35:07 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 13:35:07 Status: Downloaded newer image for docker:latest 13:35:09 ---> d6ca929f4007 13:35:09 Step 6/7 : COPY go.mod . 13:35:10 ---> 2c28995067b1 13:35:10 Step 7/7 : RUN go mod download 13:35:10 ---> Running in 90ce717bf59f 13:35:12 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:35:12 go: finding github.com/BurntSushi/toml v0.3.1 13:35:12 go: finding github.com/OneOfOne/xxhash v1.2.5 13:35:12 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 13:35:12 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:35:12 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 13:35:12 go: finding github.com/bgentry/speakeasy v0.1.0 13:35:12 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 13:35:12 go: finding github.com/cloudflare/gokey v0.1.0 13:35:12 go: finding github.com/davecgh/go-spew v1.1.1 13:35:12 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:35:12 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 13:35:12 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 13:35:12 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 13:35:12 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 13:35:12 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 13:35:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 13:35:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 13:35:12 go: finding github.com/fatih/color v1.7.0 13:35:12 go: finding github.com/fsnotify/fsnotify v1.4.7 13:35:12 go: finding github.com/fxamacker/cbor/v2 v2.2.0 13:35:12 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 13:35:12 go: finding github.com/go-kit/kit v0.8.0 13:35:12 go: finding github.com/go-logfmt/logfmt v0.4.0 13:35:12 go: finding github.com/go-playground/assert/v2 v2.0.1 13:35:12 go: finding github.com/go-playground/locales v0.13.0 13:35:12 go: finding github.com/go-playground/universal-translator v0.17.0 13:35:12 go: finding github.com/go-playground/validator/v10 v10.3.0 13:35:12 go: finding github.com/go-redis/redis/v7 v7.2.0 13:35:12 go: finding github.com/go-stack/stack v1.8.0 13:35:12 go: finding github.com/golang/protobuf v1.3.2 13:35:12 go: finding github.com/gomodule/redigo v2.0.0+incompatible 13:35:13 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 13:35:13 go: finding github.com/google/uuid v1.1.0 13:35:13 go: finding github.com/gorilla/mux v1.7.1 13:35:13 go: finding github.com/hashicorp/consul/api v1.1.0 13:35:13 go: finding github.com/hashicorp/consul/sdk v0.1.1 13:35:13 go: finding github.com/hashicorp/errwrap v1.0.0 13:35:13 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 13:35:13 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 13:35:13 go: finding github.com/hashicorp/go-msgpack v0.5.3 13:35:13 go: finding github.com/hashicorp/go-multierror v1.0.0 13:35:13 go: finding github.com/hashicorp/go-rootcerts v1.0.0 13:35:13 go: finding github.com/hashicorp/go-sockaddr v1.0.0 13:35:13 go: finding github.com/hashicorp/go-syslog v1.0.0 13:35:13 go: finding github.com/hashicorp/go-uuid v1.0.1 13:35:13 go: finding github.com/hashicorp/go.net v0.0.1 13:35:13 go: finding github.com/hashicorp/golang-lru v0.5.0 13:35:13 go: finding github.com/hashicorp/logutils v1.0.0 13:35:13 go: finding github.com/hashicorp/mdns v1.0.0 13:35:13 go: finding github.com/hashicorp/memberlist v0.1.3 13:35:13 go: finding github.com/hashicorp/serf v0.8.2 13:35:13 go: finding github.com/hpcloud/tail v1.0.0 13:35:13 go: finding github.com/imdario/mergo v0.3.6 13:35:13 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 13:35:13 go: finding github.com/kr/pretty v0.1.0 13:35:13 go: finding github.com/kr/pty v1.1.1 13:35:13 go: finding github.com/kr/text v0.1.0 13:35:13 go: finding github.com/leodido/go-urn v1.2.0 13:35:13 go: finding github.com/mattn/go-colorable v0.0.9 13:35:13 go: finding github.com/mattn/go-isatty v0.0.3 13:35:13 go: finding github.com/miekg/dns v1.0.14 13:35:13 go: finding github.com/mitchellh/cli v1.0.0 13:35:13 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:35:13 go: finding github.com/mitchellh/copystructure v1.0.0 13:35:13 go: finding github.com/mitchellh/go-homedir v1.0.0 13:35:13 go: finding github.com/mitchellh/go-testing-interface v1.0.0 13:35:13 go: finding github.com/mitchellh/gox v0.4.0 13:35:13 go: finding github.com/mitchellh/iochan v1.0.0 13:35:14 go: finding github.com/mitchellh/mapstructure v1.1.2 13:35:14 go: finding github.com/mitchellh/reflectwalk v1.0.0 13:35:14 go: finding github.com/onsi/ginkgo v1.10.1 13:35:14 go: finding github.com/onsi/gomega v1.7.0 13:35:14 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 13:35:14 go: finding github.com/pebbe/zmq4 v1.0.0 13:35:14 go: finding github.com/pelletier/go-toml v1.2.0 13:35:14 go: finding github.com/pkg/errors v0.8.1 13:35:14 go: finding github.com/pmezard/go-difflib v1.0.0 13:35:14 go: finding github.com/posener/complete v1.1.1 13:35:14 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:35:14 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 13:35:14 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:35:14 go: finding github.com/stretchr/objx v0.1.0 13:35:14 go: finding github.com/stretchr/testify v1.5.1 13:35:14 go: finding github.com/ugorji/go v1.1.4 13:35:14 go: finding github.com/x448/float16 v0.8.4 13:35:14 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 13:35:14 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 13:35:14 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 13:35:14 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 13:35:14 go: finding golang.org/x/text v0.3.2 13:35:14 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 13:35:14 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 13:35:14 go: finding gopkg.in/eapache/queue.v1 v1.1.0 13:35:14 go: finding gopkg.in/fsnotify.v1 v1.4.7 13:35:14 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 13:35:14 go: finding gopkg.in/yaml.v2 v2.2.8 13:35:32 Removing intermediate container 90ce717bf59f 13:35:32 ---> d2c689d00f9a 13:35:32 Successfully built d2c689d00f9a 13:35:32 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:35:33 + docker inspect -f . ci-base-image-x86_64 13:35:33 . [Pipeline] withDockerContainer 13:35:33 prd-centos7-docker-4c-2g-1932 does not seem to be running inside a container 13:35:33 $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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:35:34 $ docker top 8f859618cd7dc718f8d8ba6a3a1a47e7c57967ab02b2b10296588cfc12a090b6 -eo pid,comm [Pipeline] { [Pipeline] sh 13:35:35 + go version 13:35:35 go version go1.13.13 linux/amd64 [Pipeline] echo 13:35:35 ========================================================= 13:35:35 [edgeXBuildGoParallel] Running Tests and Build... 13:35:35 ========================================================= [Pipeline] sh 13:35:35 + make test 13:35:35 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:35:37 ? github.com/edgexfoundry/edgex-go [no test files] 13:35:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:35:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:35:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:35:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:35:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:35:54 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.014s 13:35:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 13:35:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:35:54 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 13:35:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:35:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:35:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:35:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:35:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:35:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.036s coverage: 46.6% of statements 13:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:36:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.097s coverage: 27.2% of statements 13:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:36:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.011s coverage: 100.0% of statements 13:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:36:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.008s coverage: 100.0% of statements 13:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:36:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.326s coverage: 77.5% of statements 13:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 13:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 13:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:36:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.069s coverage: 28.6% of statements 13:36:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:36:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:36:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:36:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:36:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:36:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.036s coverage: 100.0% of statements 13:36:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:36:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements 13:36:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:36:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.047s coverage: 89.8% of statements 13:36:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:36:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.040s coverage: 97.5% of statements 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:36:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.019s coverage: 100.0% of statements 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:36:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.013s coverage: 58.8% of statements 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 13:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 13:36:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.064s coverage: 63.5% of statements 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:36:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements 13:36:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.129s coverage: 55.9% of statements 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.601s coverage: 86.3% of statements 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.252s coverage: 72.2% of statements 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.099s coverage: 72.1% of statements 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.026s coverage: 82.4% of statements 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.034s coverage: 26.9% of statements 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.077s coverage: 84.1% of statements 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.030s coverage: 100.0% of statements 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.009s coverage: 83.8% of statements 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.041s coverage: 45.1% of statements 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.008s coverage: 100.0% of statements 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.023s coverage: 100.0% of statements 13:36:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:36:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.047s coverage: 29.1% of statements 13:36:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:36:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:36:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:36:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:36:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:36:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements 13:36:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:36:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.024s coverage: 100.0% of statements 13:36:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:36:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.017s coverage: 0.0% of statements 13:36:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:36:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.005s coverage: 100.0% of statements 13:36:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:36:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:36:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:36:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:36:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements 13:36:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:36:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:36:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 13:36:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 13:36:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 13:36:16 GO111MODULE=on go vet ./... 13:36:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1933 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 13:36:20 Running in /w/workspace/edgex-go/25 [Pipeline] { [Pipeline] checkout 13:36:23 gofmt -l . 13:36:23 [ "`gofmt -l .`" = "" ] 13:36:23 ./bin/test-go-mod-tidy.sh 13:36:24 ./bin/test-attribution-txt.sh [Pipeline] sh 13:36:25 using credential edgex-jenkins-ssh 13:36:26 Cloning the remote Git repository 13:36:26 Cloning with configured refspecs honoured and without tags 13:36:26 + ls -al . 13:36:26 total 556 13:36:26 drwxrwxr-x 10 1001 1001 4096 Aug 3 13:36 . 13:36:26 drwxr-xr-x 4 root root 30 Aug 3 13:35 .. 13:36:26 -rw-rw-r-- 1 1001 1001 11 Aug 3 13:33 .dockerignore 13:36:26 drwxrwxr-x 8 1001 1001 179 Aug 3 13:33 .git 13:36:26 drwxrwxr-x 3 1001 1001 60 Aug 3 13:33 .github 13:36:26 -rw-rw-r-- 1 1001 1001 932 Aug 3 13:33 .gitignore 13:36:26 drwx------ 3 1001 1001 47 Aug 3 13:34 .semver 13:36:26 -rw-rw-r-- 1 1001 1001 166 Aug 3 13:33 .sonarcloud.properties 13:36:26 -rw-rw-r-- 1 1001 1001 3804 Aug 3 13:33 CONTRIBUTING.md 13:36:26 -rw-rw-r-- 1 1001 1001 1035 Aug 3 13:33 Dockerfile.build 13:36:26 -rw-rw-r-- 1 1001 1001 865 Aug 3 13:33 Jenkinsfile 13:36:26 -rw-rw-r-- 1 1001 1001 10775 Aug 3 13:33 LICENSE 13:36:26 -rw-rw-r-- 1 1001 1001 6237 Aug 3 13:33 Makefile 13:36:26 -rw-rw-r-- 1 1001 1001 5652 Aug 3 13:33 README.md 13:36:26 -rw-rw-r-- 1 1001 1001 7111 Aug 3 13:33 SECURITY.md 13:36:26 -rw-rw-r-- 1 1001 1001 5 Aug 3 13:34 VERSION 13:36:26 -rw-rw-r-- 1 1001 1001 4131 Aug 3 13:33 ZMQWindows.md 13:36:26 drwxrwxr-x 2 1001 1001 117 Aug 3 13:33 bin 13:36:26 drwxrwxr-x 15 1001 1001 4096 Aug 3 13:33 cmd 13:36:26 -rw-r--r-- 1 root root 457515 Aug 3 13:36 coverage.out 13:36:26 -rw-r--r-- 1 root root 1019 Aug 3 13:36 go.mod 13:36:26 -rw-r--r-- 1 root root 19185 Aug 3 13:36 go.sum 13:36:26 drwxrwxr-x 8 1001 1001 127 Aug 3 13:33 internal 13:36:26 drwxrwxr-x 4 1001 1001 26 Aug 3 13:33 openapi 13:36:26 drwxrwxr-x 4 1001 1001 71 Aug 3 13:33 snap 13:36:26 -rw-rw-r-- 1 1001 1001 168 Aug 3 13:33 version.go [Pipeline] sh 13:36:26 + '[' -e coverage.out ] 13:36:26 + chown 1001:1001 coverage.out [Pipeline] stash 13:36:26 Stashed 1 file(s) [Pipeline] sh 13:36:26 + make build 13:36:26 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:36:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:36:26 > git init /w/workspace/edgex-go/25 # timeout=10 13:36:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:36:26 > git --version # timeout=10 13:36:26 using GIT_SSH to set credentials SSH Credentials for GitHub 13:36:26 > 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:36:33 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:36:36 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:36:37 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:36:38 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:36: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:36:41 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:36:41 Fetching without tags 13:36:41 Merging remotes/origin/master commit b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit 0770b02f8dbf6fa3749531d75a314b1a028befb4 13:36:42 Merge succeeded, producing 0770b02f8dbf6fa3749531d75a314b1a028befb4 13:36:42 Checking out Revision 0770b02f8dbf6fa3749531d75a314b1a028befb4 (PR-2610) 13:36:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:36:41 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 13:36:41 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 13:36:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:36:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:36:41 using GIT_SSH to set credentials SSH Credentials for GitHub 13:36:41 > 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:36:41 > git config core.sparsecheckout # timeout=10 13:36:41 > git checkout -f 0770b02f8dbf6fa3749531d75a314b1a028befb4 # timeout=10 13:36:42 > git remote # timeout=10 13:36:42 > git config --get remote.origin.url # timeout=10 13:36:42 using GIT_SSH to set credentials SSH Credentials for GitHub 13:36:42 > git merge b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 13:36:42 > git rev-parse HEAD^{commit} # timeout=10 13:36:42 > git config core.sparsecheckout # timeout=10 13:36:42 > git checkout -f 0770b02f8dbf6fa3749531d75a314b1a028befb4 # timeout=10 13:36:43 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:36:44 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:36:46 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:36:46 Commit message: "Add POST event functions based for v2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 13:36:47 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:36:49 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:36:50 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:36:51 $ docker stop --time=1 8f859618cd7dc718f8d8ba6a3a1a47e7c57967ab02b2b10296588cfc12a090b6 13:36:54 $ docker rm -f 8f859618cd7dc718f8d8ba6a3a1a47e7c57967ab02b2b10296588cfc12a090b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:36:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:36:57 13:36:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 13:36:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:36:57 latest: Pulling from edgex-devops/edgex-compose 13:36:57 cbdbe7a5bc2a: Pulling fs layer 13:36:57 ca9280d653b3: Pulling fs layer 13:36:57 7e9c9ca2126c: Pulling fs layer 13:36:57 cbdbe7a5bc2a: Verifying Checksum 13:36:57 cbdbe7a5bc2a: Download complete 13:36:58 ca9280d653b3: Verifying Checksum 13:36:58 ca9280d653b3: Download complete [Pipeline] echo 13:36:58 ========================================================= 13:36:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 13:36:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:36:58 cbdbe7a5bc2a: Pull complete 13:36:58 7e9c9ca2126c: Verifying Checksum 13:36:58 7e9c9ca2126c: Download complete 13:36:58 + 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:36:59 ca9280d653b3: Pull complete 13:37:03 Sending build context to Docker daemon 323.1MB 13:37:03 Step 1/7 : ARG BASE=golang:1.13-alpine 13:37:03 Step 2/7 : FROM ${BASE} 13:37:03 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:37:03 b538f80385f9: Pulling fs layer 13:37:03 74f711af9a0d: Pulling fs layer 13:37:03 99f96fe45779: Pulling fs layer 13:37:03 fd7a069fd194: Pulling fs layer 13:37:03 66aa3694b03b: Pulling fs layer 13:37:03 170f70906a0f: Pulling fs layer 13:37:03 ad7c5574e4b9: Pulling fs layer 13:37:03 e772456be8f7: Pulling fs layer 13:37:03 c890913d741a: Pulling fs layer 13:37:03 2480fcc9aa5a: Pulling fs layer 13:37:03 09adf4765672: Pulling fs layer 13:37:03 fd7a069fd194: Waiting 13:37:03 66aa3694b03b: Waiting 13:37:03 170f70906a0f: Waiting 13:37:03 ad7c5574e4b9: Waiting 13:37:03 e772456be8f7: Waiting 13:37:03 2480fcc9aa5a: Waiting 13:37:03 c890913d741a: Waiting 13:37:03 09adf4765672: Waiting 13:37:03 99f96fe45779: Verifying Checksum 13:37:03 99f96fe45779: Download complete 13:37:03 74f711af9a0d: Verifying Checksum 13:37:03 74f711af9a0d: Download complete 13:37:03 66aa3694b03b: Download complete 13:37:03 170f70906a0f: Verifying Checksum 13:37:03 170f70906a0f: Download complete 13:37:03 b538f80385f9: Verifying Checksum 13:37:03 b538f80385f9: Download complete 13:37:04 b538f80385f9: Pull complete 13:37:04 74f711af9a0d: Pull complete 13:37:05 99f96fe45779: Pull complete 13:37:05 7e9c9ca2126c: Pull complete 13:37:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:37:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:37:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:37:05 prd-centos7-docker-4c-2g-1932 does not seem to be running inside a container 13:37:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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:37:07 ad7c5574e4b9: Verifying Checksum 13:37:07 ad7c5574e4b9: Download complete 13:37:07 c890913d741a: Verifying Checksum 13:37:07 c890913d741a: Download complete 13:37:08 e772456be8f7: Verifying Checksum 13:37:08 e772456be8f7: Download complete 13:37:08 09adf4765672: Download complete 13:37:08 2480fcc9aa5a: Verifying Checksum 13:37:08 2480fcc9aa5a: Download complete 13:37:08 $ docker top abe25036d3594c40dae74322a5f5813a97fd2bb198c68b1a472f9a8126c75688 -eo pid,comm 13:37:08 fd7a069fd194: Verifying Checksum 13:37:08 fd7a069fd194: Download complete [Pipeline] { [Pipeline] sh 13:37:09 + docker-compose build --help 13:37:09 + grep parallel 13:37:10 --parallel Build images in parallel. [Pipeline] } 13:37:10 $ docker stop --time=1 abe25036d3594c40dae74322a5f5813a97fd2bb198c68b1a472f9a8126c75688 13:37:11 $ docker rm -f abe25036d3594c40dae74322a5f5813a97fd2bb198c68b1a472f9a8126c75688 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:37:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:37:12 . [Pipeline] withDockerContainer 13:37:12 prd-centos7-docker-4c-2g-1932 does not seem to be running inside a container 13:37:12 $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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:37:12 $ docker top 2197ac92bb180d941c1c000074549e6abb3236c93afdf173354d22a9010488c4 -eo pid,comm [Pipeline] { [Pipeline] sh 13:37:13 + docker-compose -f ./docker-compose-build.yml build --parallel 13:37:14 Building docker-core-command-go ... 13:37:14 Building docker-core-data-go ... 13:37:14 Building docker-core-metadata-go ... 13:37:14 Building docker-security-proxy-setup-go ... 13:37:14 Building docker-security-secrets-setup-go ... 13:37:14 Building docker-security-secretstore-setup-go ... 13:37:14 Building docker-support-logging-go ... 13:37:14 Building docker-support-notifications-go ... 13:37:14 Building docker-support-scheduler-go ... 13:37:14 Building docker-sys-mgmt-agent-go ... 13:37:14 Building docker-security-proxy-setup-go 13:37:14 Building docker-security-secrets-setup-go 13:37:14 Building docker-support-notifications-go 13:37:14 Building docker-core-data-go 13:37:14 Building docker-security-secretstore-setup-go 13:37:23 fd7a069fd194: Pull complete 13:37:23 66aa3694b03b: Pull complete 13:37:23 170f70906a0f: Pull complete 13:37:26 ad7c5574e4b9: Pull complete 13:37:31 e772456be8f7: Pull complete 13:37:31 c890913d741a: Pull complete 13:37:33 2480fcc9aa5a: Pull complete 13:37:33 09adf4765672: Pull complete 13:37:33 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 13:37:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 13:37:33 ---> 2248a725d1cf 13:37:33 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:37:40 ---> Running in 85a72d958468 13:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:37:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:37:43 (1/12) Installing libmagic (5.38-r0) 13:37:43 (2/12) Installing file (5.38-r0) 13:37:43 (3/12) Installing libc-dev (0.7.2-r3) 13:37:43 (4/12) Installing g++ (9.3.0-r2) 13:37:46 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:37:46 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:37:46 ---> d2c689d00f9a 13:37:46 Step 3/20 : WORKDIR /edgex-go 13:37:46 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 13:37:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:37:46 ---> d2c689d00f9a 13:37:46 Step 3/22 : WORKDIR /edgex-go 13:37:46 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 13:37:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:37:46 ---> d2c689d00f9a 13:37:46 Step 3/23 : WORKDIR /edgex-go 13:37:46 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 13:37:46 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 13:37:46 ---> d2c689d00f9a 13:37:46 Step 3/29 : WORKDIR /edgex-go 13:37:46 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:37:46 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:37:46 ---> d2c689d00f9a 13:37:46 Step 3/26 : WORKDIR /edgex-go 13:37:46 ---> Running in 95b29f1f7f81 13:37:46 ---> Running in 11496739f3c4 13:37:46 ---> Running in 23d8ff0fc9f7 13:37:46 ---> Running in 485e17d82fb6 13:37:46 ---> Running in 1aec0ea1be2a 13:37:47 (5/12) Installing fortify-headers (1.1-r0) 13:37:47 (6/12) Installing patch (2.7.6-r6) 13:37:47 (7/12) Installing build-base (0.5-r2) 13:37:47 (8/12) Installing libsodium (1.0.18-r0) 13:37:47 (9/12) Installing pkgconf (1.7.2-r0) 13:37:47 (10/12) Installing libsodium-dev (1.0.18-r0) 13:37:47 (11/12) Installing libzmq (4.3.2-r0) 13:37:47 Removing intermediate container 485e17d82fb6 13:37:47 ---> a52cd9799250 13:37:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:37:47 Removing intermediate container 11496739f3c4 13:37:47 ---> c24386116ca7 13:37:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:37:47 (12/12) Installing zeromq-dev (4.3.2-r0) 13:37:47 Executing busybox-1.31.1-r16.trigger 13:37:47 OK: 217 MiB in 51 packages 13:37:47 Removing intermediate container 23d8ff0fc9f7 13:37:47 ---> 17111640d6bb 13:37:47 Step 4/29 : RUN apk update && apk add make git 13:37:47 Removing intermediate container 1aec0ea1be2a 13:37:47 ---> 2388eeee05ac 13:37:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:37:47 ---> Running in 2b10c6093deb 13:37:47 Removing intermediate container 95b29f1f7f81 13:37:47 ---> 6d1dca7c9d74 13:37:47 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:37:47 ---> Running in 68128a38395e 13:37:47 ---> Running in 8fa661cec0cb 13:37:47 ---> Running in 6298b4a92db7 13:37:47 ---> Running in 2dc885d9c446 13:37:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:37:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:37:49 Removing intermediate container 68128a38395e 13:37:49 ---> df0aafc68117 13:37:49 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 13:37:49 Removing intermediate container 2b10c6093deb 13:37:49 ---> 56c158bda607 13:37:49 Step 5/26 : RUN apk update && apk add make git 13:37:49 Removing intermediate container 6298b4a92db7 13:37:49 ---> 14a5302a2779 13:37:49 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 13:37:49 ---> Running in 9dcb03fe3816 13:37:49 ---> Running in ff58a89a9b4e 13:37:49 Removing intermediate container 2dc885d9c446 13:37:49 ---> 44db27ac3318 13:37:49 Step 5/20 : RUN apk update && apk add make git 13:37:49 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:37:49 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:37:49 OK: 12749 distinct packages available 13:37:49 ---> Running in 7917dac0c32c 13:37:49 ---> Running in d44701270219 13:37:50 OK: 233 MiB in 51 packages 13:37:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:37:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:37:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:37:50 Removing intermediate container 8fa661cec0cb 13:37:50 ---> a4fff7ff736c 13:37:50 Step 5/29 : COPY go.mod . 13:37:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:37:51 ---> 77a82a4d95a5 13:37:51 Step 6/29 : RUN go mod download 13:37:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:37:51 ---> Running in 144944a1a4d8 13:37:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:37:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:37:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:37:51 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:37:51 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:37:51 OK: 12749 distinct packages available 13:37:51 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:37:51 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:37:51 OK: 12749 distinct packages available 13:37:51 OK: 233 MiB in 51 packages 13:37:51 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:37:51 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:37:51 OK: 12749 distinct packages available 13:37:51 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:37:51 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:37:51 OK: 12749 distinct packages available 13:37:52 OK: 233 MiB in 51 packages 13:37:52 OK: 233 MiB in 51 packages 13:37:52 OK: 233 MiB in 51 packages 13:37:52 Removing intermediate container 85a72d958468 13:37:52 ---> 0b7ce57ddb10 13:37:52 Step 4/7 : WORKDIR /edgex-go 13:37:52 ---> Running in 83ccfcf735dd 13:37:52 Removing intermediate container 83ccfcf735dd 13:37:52 ---> 6487b9ed2678 13:37:52 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 13:37:52 latest: Pulling from library/docker 13:37:53 b538f80385f9: Already exists 13:37:53 259a493cd78d: Pulling fs layer 13:37:53 b8e66b5100f5: Pulling fs layer 13:37:53 39dc9c94d07c: Pulling fs layer 13:37:53 551b823b3b82: Pulling fs layer 13:37:53 3c52a74df98c: Pulling fs layer 13:37:53 6c9b121b6998: Pulling fs layer 13:37:53 551b823b3b82: Waiting 13:37:53 3c52a74df98c: Waiting 13:37:53 6c9b121b6998: Waiting 13:37:53 b8e66b5100f5: Verifying Checksum 13:37:53 b8e66b5100f5: Download complete 13:37:53 Removing intermediate container 9dcb03fe3816 13:37:53 ---> 60bd204b2570 13:37:53 Step 6/26 : COPY go.mod . 13:37:53 259a493cd78d: Verifying Checksum 13:37:53 259a493cd78d: Download complete 13:37:53 551b823b3b82: Verifying Checksum 13:37:53 551b823b3b82: Download complete 13:37:53 3c52a74df98c: Verifying Checksum 13:37:53 3c52a74df98c: Download complete 13:37:53 6c9b121b6998: Verifying Checksum 13:37:53 6c9b121b6998: Download complete 13:37:53 ---> af1401c1ede6 13:37:53 Step 7/26 : RUN go mod download 13:37:53 Removing intermediate container ff58a89a9b4e 13:37:53 ---> 0107ee13526c 13:37:53 Step 6/23 : COPY go.mod . 13:37:53 ---> Running in 34a628cd8408 13:37:53 Removing intermediate container 7917dac0c32c 13:37:53 ---> 5f39c4cf2cec 13:37:53 Step 6/22 : COPY go.mod . 13:37:53 Removing intermediate container 144944a1a4d8 13:37:53 ---> 99060e70f085 13:37:53 Step 7/29 : COPY . . 13:37:53 259a493cd78d: Pull complete 13:37:54 Removing intermediate container d44701270219 13:37:54 ---> 03f5b886d516 13:37:54 Step 6/20 : COPY go.mod . 13:37:54 ---> fcb77170e9bb 13:37:54 Step 7/23 : RUN go mod download 13:37:54 b8e66b5100f5: Pull complete 13:37:54 39dc9c94d07c: Verifying Checksum 13:37:54 39dc9c94d07c: Download complete 13:37:55 ---> c0c70f0cc043 13:37:55 Step 7/22 : RUN go mod download 13:37:55 ---> Running in ce7e74ab08e2 13:37:55 ---> 4641fe544260 13:37:55 Step 7/20 : RUN go mod download 13:37:55 ---> Running in 30530ed4f359 13:37:57 ---> Running in 3a20deed99e8 13:37:57 39dc9c94d07c: Pull complete 13:37:57 551b823b3b82: Pull complete 13:37:58 Removing intermediate container 34a628cd8408 13:37:58 ---> f0dc5ba1edb9 13:37:58 Step 8/26 : COPY . . 13:37:58 3c52a74df98c: Pull complete 13:37:58 6c9b121b6998: Pull complete 13:37:58 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 13:37:58 Status: Downloaded newer image for docker:latest 13:38:03 ---> cf35ae04b3f1 13:38:03 Step 6/7 : COPY go.mod . 13:38:03 ---> 32769c20ac63 13:38:03 Step 7/7 : RUN go mod download 13:38:03 ---> Running in 4ac6a845d726 13:38:06 Removing intermediate container ce7e74ab08e2 13:38:06 ---> efe2057c0d14 13:38:06 Step 8/23 : COPY . . 13:38:06 Removing intermediate container 30530ed4f359 13:38:06 ---> b2b108d203a0 13:38:06 Step 8/22 : COPY . . 13:38:06 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:38:06 go: finding github.com/BurntSushi/toml v0.3.1 13:38:06 go: finding github.com/OneOfOne/xxhash v1.2.5 13:38:06 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 13:38:06 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:38:06 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 13:38:06 go: finding github.com/bgentry/speakeasy v0.1.0 13:38:06 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 13:38:06 go: finding github.com/cloudflare/gokey v0.1.0 13:38:06 go: finding github.com/davecgh/go-spew v1.1.1 13:38:06 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:38:06 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 13:38:06 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 13:38:06 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 13:38:06 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 13:38:06 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 13:38:06 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 13:38:06 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 13:38:06 go: finding github.com/fatih/color v1.7.0 13:38:06 go: finding github.com/fsnotify/fsnotify v1.4.7 13:38:06 go: finding github.com/fxamacker/cbor/v2 v2.2.0 13:38:06 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 13:38:06 go: finding github.com/go-kit/kit v0.8.0 13:38:06 go: finding github.com/go-logfmt/logfmt v0.4.0 13:38:06 go: finding github.com/go-playground/assert/v2 v2.0.1 13:38:06 go: finding github.com/go-playground/locales v0.13.0 13:38:06 go: finding github.com/go-playground/universal-translator v0.17.0 13:38:06 go: finding github.com/go-playground/validator/v10 v10.3.0 13:38:06 go: finding github.com/go-redis/redis/v7 v7.2.0 13:38:06 go: finding github.com/go-stack/stack v1.8.0 13:38:06 go: finding github.com/golang/protobuf v1.3.2 13:38:06 go: finding github.com/gomodule/redigo v2.0.0+incompatible 13:38:06 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 13:38:06 go: finding github.com/google/uuid v1.1.0 13:38:06 go: finding github.com/gorilla/mux v1.7.1 13:38:07 go: finding github.com/hashicorp/consul/api v1.1.0 13:38:07 go: finding github.com/hashicorp/consul/sdk v0.1.1 13:38:07 go: finding github.com/hashicorp/errwrap v1.0.0 13:38:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 13:38:07 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 13:38:07 go: finding github.com/hashicorp/go-msgpack v0.5.3 13:38:07 go: finding github.com/hashicorp/go-multierror v1.0.0 13:38:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 13:38:07 go: finding github.com/hashicorp/go-sockaddr v1.0.0 13:38:07 go: finding github.com/hashicorp/go-syslog v1.0.0 13:38:07 go: finding github.com/hashicorp/go-uuid v1.0.1 13:38:07 go: finding github.com/hashicorp/go.net v0.0.1 13:38:07 go: finding github.com/hashicorp/golang-lru v0.5.0 13:38:07 go: finding github.com/hashicorp/logutils v1.0.0 13:38:07 go: finding github.com/hashicorp/mdns v1.0.0 13:38:07 go: finding github.com/hashicorp/memberlist v0.1.3 13:38:07 go: finding github.com/hashicorp/serf v0.8.2 13:38:07 go: finding github.com/hpcloud/tail v1.0.0 13:38:07 go: finding github.com/imdario/mergo v0.3.6 13:38:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 13:38:07 go: finding github.com/kr/pretty v0.1.0 13:38:07 go: finding github.com/kr/pty v1.1.1 13:38:07 go: finding github.com/kr/text v0.1.0 13:38:07 go: finding github.com/leodido/go-urn v1.2.0 13:38:07 go: finding github.com/mattn/go-colorable v0.0.9 13:38:07 go: finding github.com/mattn/go-isatty v0.0.3 13:38:07 go: finding github.com/miekg/dns v1.0.14 13:38:07 go: finding github.com/mitchellh/cli v1.0.0 13:38:07 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:38:07 go: finding github.com/mitchellh/copystructure v1.0.0 13:38:07 go: finding github.com/mitchellh/go-homedir v1.0.0 13:38:07 go: finding github.com/mitchellh/go-testing-interface v1.0.0 13:38:07 go: finding github.com/mitchellh/gox v0.4.0 13:38:08 go: finding github.com/mitchellh/iochan v1.0.0 13:38:08 go: finding github.com/mitchellh/mapstructure v1.1.2 13:38:08 go: finding github.com/mitchellh/reflectwalk v1.0.0 13:38:08 go: finding github.com/onsi/ginkgo v1.10.1 13:38:08 go: finding github.com/onsi/gomega v1.7.0 13:38:08 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 13:38:08 go: finding github.com/pebbe/zmq4 v1.0.0 13:38:08 go: finding github.com/pelletier/go-toml v1.2.0 13:38:08 go: finding github.com/pkg/errors v0.8.1 13:38:08 go: finding github.com/pmezard/go-difflib v1.0.0 13:38:08 go: finding github.com/posener/complete v1.1.1 13:38:08 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:38:08 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 13:38:08 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 13:38:08 go: finding github.com/stretchr/objx v0.1.0 13:38:08 go: finding github.com/stretchr/testify v1.5.1 13:38:08 go: finding github.com/ugorji/go v1.1.4 13:38:08 go: finding github.com/x448/float16 v0.8.4 13:38:08 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 13:38:08 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 13:38:08 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 13:38:08 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 13:38:08 go: finding golang.org/x/text v0.3.2 13:38:08 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 13:38:08 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 13:38:08 go: finding gopkg.in/eapache/queue.v1 v1.1.0 13:38:08 go: finding gopkg.in/fsnotify.v1 v1.4.7 13:38:08 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 13:38:08 go: finding gopkg.in/yaml.v2 v2.2.8 13:38:13 Removing intermediate container 3a20deed99e8 13:38:13 ---> 620f440ea208 13:38:13 Step 8/20 : COPY . . 13:38:28 ---> 52add244b986 13:38:28 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 13:38:30 Removing intermediate container 4ac6a845d726 13:38:30 ---> 8b59ed30b330 13:38:30 Successfully built 8b59ed30b330 13:38:30 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:38:31 + docker inspect -f . ci-base-image-arm64 13:38:31 . [Pipeline] withDockerContainer 13:38:31 prd-ubuntu18.04-docker-arm64-4c-16g-1933 does not seem to be running inside a container 13:38:31 $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:38:33 $ docker top e56341de2f2878b96ed656b1f32acfd2ab75be5bcfd01fcc4317ffb6609e668f -eo pid,comm [Pipeline] { [Pipeline] sh 13:38:33 ---> 041500c3e1b4 13:38:33 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:38:34 + go version 13:38:34 go version go1.13.13 linux/arm64 [Pipeline] echo 13:38:34 ========================================================= 13:38:34 [edgeXBuildGoParallel] Running Tests and Build... 13:38:34 ========================================================= [Pipeline] sh 13:38:34 ---> Running in 3a056dc2091c 13:38:34 + make test 13:38:34 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:38:35 ---> Running in 22f80ba392d7 13:38:36 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:36 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:37 ? github.com/edgexfoundry/edgex-go [no test files] 13:38:37 ---> a4c56c7c8bba 13:38:37 Step 9/23 : RUN make cmd/support-notifications/support-notifications 13:38:37 ---> 2782952474dd 13:38:37 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 13:38:37 ---> 8a429ef4a58d 13:38:37 Step 9/22 : RUN make cmd/core-data/core-data 13:38:37 ---> Running in c2549529ef98 13:38:37 ---> Running in 0dc072a9c676 13:38:37 ---> Running in a9755ce47928 13:38:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:38:39 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:39 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:01 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:39:04 Removing intermediate container 3a056dc2091c 13:39:04 ---> ffb6380c67d4 13:39:04 13:39:04 Step 9/29 : FROM alpine:latest 13:39:05 latest: Pulling from library/alpine 13:39:05 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 13:39:05 Status: Downloaded newer image for alpine:latest 13:39:05 ---> a24bb4013296 13:39:05 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 13:39:06 ---> Running in 7cbf2a644ea2 13:39: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:39:08 Removing intermediate container 0dc072a9c676 13:39:08 ---> 36c9207c5b58 13:39:08 13:39:08 Step 10/20 : FROM alpine 13:39:08 ---> a24bb4013296 13:39:08 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 13:39:08 Removing intermediate container 7cbf2a644ea2 13:39:08 ---> da573bcf2499 13:39:08 Step 11/29 : USER root 13:39:08 ---> Running in 914748ec9203 13:39:08 ---> Running in e0e1e72bfd67 13:39:09 Removing intermediate container e0e1e72bfd67 13:39:09 ---> a4dc1edc9701 13:39:09 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 13:39:09 ---> Running in af8a4598d9b2 13:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:39:09 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:39:09 v3.12.0-207-g8daa21938b [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:39:09 OK: 12749 distinct packages available 13:39:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:39:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:39:10 (1/4) Installing ca-certificates (20191127-r4) 13:39:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:39:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:39:10 (3/4) Installing libcurl (7.69.1-r0) 13:39:10 (4/4) Installing curl (7.69.1-r0) 13:39:10 Executing busybox-1.31.1-r16.trigger 13:39:10 Executing ca-certificates-20191127-r4.trigger 13:39:10 OK: 7 MiB in 18 packages 13:39:10 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:39:10 v3.12.0-207-g8daa21938b [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:39:10 OK: 12749 distinct packages available 13:39:10 (1/2) Installing ca-certificates (20191127-r4) 13:39:10 (2/2) Installing dumb-init (1.2.2-r1) 13:39:10 Executing busybox-1.31.1-r16.trigger 13:39:10 Executing ca-certificates-20191127-r4.trigger 13:39:10 OK: 6 MiB in 16 packages 13:39:15 Removing intermediate container c2549529ef98 13:39:15 ---> 93cac646cc5b 13:39:15 13:39:15 Step 10/23 : FROM scratch 13:39:15 ---> 13:39:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:39:15 Removing intermediate container 22f80ba392d7 13:39:15 ---> 48e5ddf577f9 13:39:15 13:39:15 Step 10/26 : FROM alpine:3.10 13:39:15 3.10: Pulling from library/alpine 13:39:15 Removing intermediate container af8a4598d9b2 13:39:15 ---> 4bb51f6c00bb 13:39:15 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 13:39:15 Removing intermediate container 914748ec9203 13:39:15 ---> df6997032b22 13:39:15 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:39:15 ---> Running in d0d03d07527b 13:39:16 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 13:39:17 Status: Downloaded newer image for alpine:3.10 13:39:17 ---> Running in cc2c4d695434 13:39:17 ---> be4e4bea2c2e 13:39:17 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 13:39:17 ---> Running in 915ed9dd3c53 13:39:17 Removing intermediate container d0d03d07527b 13:39:17 ---> 759bc7f44ebc 13:39:17 Step 12/23 : ENV APP_PORT=48060 13:39:17 ---> Running in 2f95f206e4ec 13:39:17 ---> Running in e22083b86921 13:39:17 Removing intermediate container 915ed9dd3c53 13:39:17 ---> f269b48b4696 13:39:17 Step 13/20 : WORKDIR /edgex 13:39:17 Removing intermediate container cc2c4d695434 13:39:17 ---> 7ed6b923d2f7 13:39:17 Step 14/29 : WORKDIR $BASE_DIR 13:39:17 ---> Running in 85f3564a12cc 13:39:17 Removing intermediate container e22083b86921 13:39:17 ---> 30a5cb1610d7 13:39:17 Step 13/23 : EXPOSE $APP_PORT 13:39:17 ---> Running in b01c49345f04 13:39:17 ---> Running in 33431c0a65d4 13:39:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 13:39:18 Removing intermediate container 85f3564a12cc 13:39:18 ---> 71b85a8b174e 13:39:18 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:39:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 13:39:18 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 13:39:18 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 13:39:18 OK: 10346 distinct packages available 13:39:18 (1/5) Installing ca-certificates (20191127-r2) 13:39:18 Removing intermediate container 33431c0a65d4 13:39:18 ---> 82c8a905225b 13:39:18 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 13:39:18 (2/5) Installing nghttp2-libs (1.39.2-r1) 13:39:18 (3/5) Installing libcurl (7.66.0-r0) 13:39:18 (4/5) Installing curl (7.66.0-r0) 13:39:18 (5/5) Installing dumb-init (1.2.2-r1) 13:39:18 Executing busybox-1.30.1-r3.trigger 13:39:18 Executing ca-certificates-20191127-r2.trigger 13:39:18 OK: 7 MiB in 19 packages 13:39:19 Removing intermediate container b01c49345f04 13:39:19 ---> 190d84fb2a88 13:39:19 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 13:39:21 ---> 6d071ac6e9cd 13:39:21 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 13:39:21 ---> Running in a51aef90e3f4 13:39:21 ---> fd083ec8a54d 13:39:21 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:39:21 Removing intermediate container a9755ce47928 13:39:21 ---> 8bc7861264af 13:39:21 13:39:21 Step 10/22 : FROM alpine 13:39:21 ---> a24bb4013296 13:39:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:39:24 ---> Running in 3ce4b451ff06 13:39:24 Removing intermediate container 2f95f206e4ec 13:39:24 ---> 7b7a99a92d1e 13:39:24 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:39:24 ---> 02ac97342a73 13:39:24 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:39:24 ---> d30bd1efb25e 13:39:24 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 13:39:24 ---> Running in a2485389a378 13:39:24 ---> Running in 575acc35e3f2 13:39:24 Removing intermediate container 3ce4b451ff06 13:39:24 ---> 8278d7d94a58 13:39:24 Step 12/22 : ENV APP_PORT=48080 13:39:24 ---> Running in 217e755275e3 13:39:24 Removing intermediate container 575acc35e3f2 13:39:24 ---> fe45b4de9c7b 13:39:24 Step 13/26 : WORKDIR / 13:39:24 Removing intermediate container a2485389a378 13:39:24 ---> 47a5f9e40161 13:39:24 Step 17/20 : CMD ["--init=true"] 13:39:24 ---> e2263f799bcd 13:39:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 13:39:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:39:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:39:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:39:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:39:25 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s 13:39:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 13:39:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:39:25 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 13:39:25 ---> Running in 4c43efe5ddc5 13:39:25 ---> Running in 6f9f6b61aa55 13:39:25 Removing intermediate container a51aef90e3f4 13:39:25 ---> 10797b01030a 13:39:25 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 13:39:25 Removing intermediate container 217e755275e3 13:39:25 ---> e17ef70cc353 13:39:25 Step 13/22 : EXPOSE $APP_PORT 13:39:25 ---> Running in 940c96c00b5c 13:39:25 ---> 156c5a8b286f 13:39:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:39:25 Removing intermediate container 4c43efe5ddc5 13:39:25 ---> ee313478c332 13:39:25 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:39:25 Removing intermediate container 6f9f6b61aa55 13:39:25 ---> 548479d7fc03 13:39:25 Step 18/20 : LABEL arch=x86_64 13:39:25 ---> 73c6960343b7 13:39:25 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 13:39:26 ---> Running in f3aad765f083 13:39:26 Removing intermediate container 940c96c00b5c 13:39:26 ---> df8b69e00559 13:39:26 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:39:26 ---> 6a0990c66a02 13:39:26 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:39:26 ---> Running in 9b71b0b27fec 13:39:26 Removing intermediate container f3aad765f083 13:39:26 ---> 955e91f7307c 13:39:26 Step 19/20 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:39:26 ---> 66e45d51e6f1 13:39:26 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:39:26 ---> b4dd9b27854a 13:39:26 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 13:39:26 ---> 5a9f7e39c003 13:39:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:39:26 ---> Running in 232e2ad1223a 13:39:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:39:26 ---> 6066481e9d52 13:39:26 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:39:27 ---> Running in b206b9846b89 13:39:27 Removing intermediate container 232e2ad1223a 13:39:27 ---> 0f9e7f5e09d1 13:39:27 Step 20/20 : LABEL version=0.0.0 13:39:27 ---> 6ee7578cf7c0 13:39:27 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 13:39:27 ---> Running in 51b575d212c2 13:39:27 ---> d22c051db548 13:39:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 13:39:27 Removing intermediate container b206b9846b89 13:39:27 ---> 2137a6a0db8d 13:39:27 Step 21/23 : LABEL arch=x86_64 13:39:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:39:27 ---> Running in 8b823ef6a316 13:39:27 ---> 8587ab931644 13:39:27 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 13:39:27 Removing intermediate container 51b575d212c2 13:39:27 ---> fe95dd3d2bf6 13:39:27 13:39:27 ---> 61e3e72478f9 13:39:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:39:27 Removing intermediate container 9b71b0b27fec 13:39:27 ---> fac5282f590f 13:39:27 Step 15/22 : RUN apk --no-cache add zeromq 13:39:27 Removing intermediate container 8b823ef6a316 13:39:27 ---> e9a4f1adfddb 13:39:27 Step 22/23 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:39:27 Successfully built fe95dd3d2bf6 13:39:27 Successfully tagged docker-security-proxy-setup-go:latest 13:39:27 Building docker-sys-mgmt-agent-go 13:39:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:39:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:39:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:39:28  Building docker-security-proxy-setup-go ... done  ---> 4964bc1fcb5a 13:39:28 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 13:39:28 ---> Running in ae10ce967d50 13:39:28 ---> Running in d49840de0779 13:39:28 ---> Running in 584f2424d8d3 13:39:28 ---> 7038b15c4cfd 13:39:28 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:39:30 Removing intermediate container d49840de0779 13:39:30 ---> 7c8fe92420f8 13:39:30 Step 23/23 : LABEL version=0.0.0 13:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:39:32 ---> ba9d5ba5d2cf 13:39:32 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 13:39:33 ---> Running in a0963c26ce3f 13:39:33 Removing intermediate container a0963c26ce3f 13:39:33 ---> 2fd9533a43a2 13:39:33 13:39:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:39:33 ---> 23324cb686ba 13:39:33 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:39:33 Successfully built 2fd9533a43a2 13:39:33 Successfully tagged docker-support-notifications-go:latest 13:39:33  Building docker-support-notifications-go ... done Building docker-core-metadata-go 13:39:33 Removing intermediate container 584f2424d8d3 13:39:33 ---> f8258a6d7d70 13:39:33 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 13:39:33 (1/5) Installing libgcc (9.3.0-r2) 13:39:34 (2/5) Installing libsodium (1.0.18-r0) 13:39:34 (3/5) Installing libstdc++ (9.3.0-r2) 13:39:34 (4/5) Installing libzmq (4.3.2-r0) 13:39:35 (5/5) Installing zeromq (4.3.2-r0) 13:39:35 Executing busybox-1.31.1-r16.trigger 13:39:35 OK: 8 MiB in 19 packages 13:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.122s coverage: 46.6% of statements 13:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:39:38 ---> 6a6414f9de41 13:39:38 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:39:39 ---> 7b8ed26d08ee 13:39:39 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:39:39 ---> Running in 57b51c1375ed 13:39:40 ---> Running in df50e4de71a9 13:39:41 Removing intermediate container ae10ce967d50 13:39:41 ---> ca9bbdffbdf6 13:39:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 13:39:42 ---> e646f3a97f00 13:39:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:39:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.229s coverage: 27.2% of statements 13:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:39:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.020s coverage: 100.0% of statements 13:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:39:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 13:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.433s coverage: 77.5% of statements 13:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 13:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 13:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:39:45 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:39:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:39:45 ---> d2c689d00f9a 13:39:45 Step 3/26 : WORKDIR /edgex-go 13:39:45 ---> Using cache 13:39:45 ---> 6d1dca7c9d74 13:39:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:39:45 ---> Using cache 13:39:45 ---> 44db27ac3318 13:39:45 Step 5/26 : RUN apk update && apk add make bash git 13:39:46 ---> c87499419a94 13:39:46 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:39:47 ---> Running in 76e83cbe9275 13:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements 13:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 13:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:39:47 Removing intermediate container 57b51c1375ed 13:39:47 ---> 5ebf3add24ca 13:39:47 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 13:39:48 Removing intermediate container df50e4de71a9 13:39:48 ---> deb23843ccb6 13:39:48 Step 24/29 : RUN chmod 755 security-secrets-setup 13:39:48 ---> 9d079ca99920 13:39:48 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 13:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:39:49 ---> Running in bc09a7906696 13:39:49 ---> Running in 440640ca9b0e 13:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:39:50 ---> Running in 74f2e7ac0092 13:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:39:51 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:39:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:39:51 ---> d2c689d00f9a 13:39:51 Step 3/21 : WORKDIR /edgex-go 13:39:51 ---> Using cache 13:39:51 ---> 6d1dca7c9d74 13:39:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:39:51 ---> Using cache 13:39:51 ---> 44db27ac3318 13:39:51 Step 5/21 : RUN apk update && apk add make git 13:39:51 ---> Using cache 13:39:51 ---> 03f5b886d516 13:39:51 Step 6/21 : COPY go.mod . 13:39:51 ---> Using cache 13:39:51 ---> 4641fe544260 13:39:51 Step 7/21 : RUN go mod download 13:39:51 ---> Using cache 13:39:51 ---> 620f440ea208 13:39:51 Step 8/21 : COPY . . 13:39:51 ---> Using cache 13:39:51 ---> 2782952474dd 13:39:51 Step 9/21 : RUN make cmd/core-metadata/core-metadata 13:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.063s coverage: 89.8% of statements 13:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:39:51 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:39:51 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:39:51 OK: 12749 distinct packages available 13:39:51 OK: 233 MiB in 51 packages 13:39:51 Removing intermediate container bc09a7906696 13:39:51 ---> 9d8f78132874 13:39:51 Step 24/26 : LABEL arch=x86_64 13:39:52 ---> Running in 114a76a21a9a 13:39:52 ---> Running in 28598762c0fc 13:39:52 Removing intermediate container 74f2e7ac0092 13:39:52 ---> d6e267e69dfc 13:39:52 Step 20/22 : LABEL arch=x86_64 13:39:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements 13:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 100.0% of statements 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:39:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 13:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 13:39:53 ---> Running in c828be9a8722 13:39:53 Removing intermediate container 28598762c0fc 13:39:53 ---> 66f2be0cf95e 13:39:53 Step 25/26 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:39:53 ---> Running in 1cf594d61c0d 13:39:53 Removing intermediate container c828be9a8722 13:39:53 ---> 12bd55db9372 13:39:53 Step 21/22 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:39:53 Removing intermediate container 76e83cbe9275 13:39:53 ---> fd4828c22bb3 13:39:53 Step 6/26 : COPY go.mod . 13:39:53 ---> Running in 1574b398794e 13:39:54 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:54 Removing intermediate container 1cf594d61c0d 13:39:54 ---> 1b63040df5a7 13:39:54 Step 26/26 : LABEL version=0.0.0 13:39:54 ---> Running in c83049aaf4c8 13:39:54 ---> 885d5673668f 13:39:54 Step 7/26 : RUN go mod download 13:39:54 Removing intermediate container 1574b398794e 13:39:54 ---> 9e69ac468857 13:39:54 Step 22/22 : LABEL version=0.0.0 13:39:54 Removing intermediate container 440640ca9b0e 13:39:54 ---> 4e74e60fc33b 13:39:54 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 13:39:54 ---> Running in 1a5ae60adce9 13:39:54 ---> Running in 492339773ca3 13:39:54 ---> Running in 1953d0d815ad 13:39:54 Removing intermediate container c83049aaf4c8 13:39:54 ---> 673fca47b4f4 13:39:54 13:39:54 Successfully built 673fca47b4f4 13:39:54 Successfully tagged docker-security-secretstore-setup-go:latest 13:39:54 Building docker-support-scheduler-go 13:39:54  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1a5ae60adce9 13:39:54 ---> ffc4ed53cf20 13:39:54 13:39:54 Removing intermediate container 1953d0d815ad 13:39:54 ---> 3be19b98e2fb 13:39:54 Step 26/29 : CMD [ "generate" ] 13:39:54 Successfully built ffc4ed53cf20 13:39:55 ---> Running in 74c9f19f0199 13:39:55 Successfully tagged docker-core-data-go:latest 13:39:55 Building docker-core-command-go 13:39:55  Building docker-core-data-go ... done Removing intermediate container 74c9f19f0199 13:39:55 ---> ae511712c64a 13:39:55 Step 27/29 : LABEL arch=x86_64 13:39:55 ---> Running in 0423ae1ca761 13:39:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.5% of statements 13:39:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:39:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:39:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements 13:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.412s coverage: 55.9% of statements 13:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 13:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 13:40:03 Removing intermediate container 0423ae1ca761 13:40:03 ---> c68f6dfe7ce8 13:40:03 Step 28/29 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:40:03 ---> Running in dd53fd8b543f 13:40:03 Removing intermediate container 492339773ca3 13:40:03 ---> 540a51392e33 13:40:03 Step 8/26 : COPY . . 13:40:04 Removing intermediate container dd53fd8b543f 13:40:04 ---> dfe1feb7bed1 13:40:04 Step 29/29 : LABEL version=0.0.0 13:40:05 ---> Running in 02e36fc70d40 13:40:06 Removing intermediate container 02e36fc70d40 13:40:06 ---> 976ada4c6831 13:40:06 13:40:06 Successfully built 976ada4c6831 13:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.350s coverage: 86.3% of statements 13:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 13:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.992s coverage: 72.2% of statements 13:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.315s coverage: 72.1% of statements 13:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.029s coverage: 82.4% of statements 13:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements 13:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 13:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 13:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 13:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.032s coverage: 28.8% of statements 13:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 13:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements 13:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 13:40:07 Successfully tagged docker-security-secrets-setup-go:latest 13:40:07  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go 13:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 26.9% of statements 13:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.291s coverage: 84.1% of statements 13:40:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 13:40:11 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.045s coverage: 42.9% of statements 13:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 13:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 13:40:11 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.022s coverage: 100.0% of statements 13:40:11 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 13:40:12 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.070s coverage: 83.8% of statements 13:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 13:40:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.227s coverage: 46.1% of statements 13:40:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:40:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:40:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.027s coverage: 100.0% of statements 13:40:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:40:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:40:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:40:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 13:40:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:40:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.078s coverage: 100.0% of statements 13:40:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:40:19 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:40:19 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:40:19 ---> d2c689d00f9a 13:40:19 Step 3/20 : WORKDIR /edgex-go 13:40:19 ---> Using cache 13:40:19 ---> 6d1dca7c9d74 13:40:19 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:19 ---> Using cache 13:40:19 ---> 44db27ac3318 13:40:19 Step 5/20 : RUN apk update && apk add make git 13:40:19 ---> Using cache 13:40:19 ---> 03f5b886d516 13:40:19 Step 6/20 : COPY go.mod . 13:40:19 ---> Using cache 13:40:19 ---> 4641fe544260 13:40:19 Step 7/20 : RUN go mod download 13:40:19 ---> Using cache 13:40:19 ---> 620f440ea208 13:40:19 Step 8/20 : COPY . . 13:40:19 ---> Using cache 13:40:19 ---> 2782952474dd 13:40:19 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 13:40:20 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:40:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:40:20 ---> d2c689d00f9a 13:40:20 Step 3/21 : WORKDIR /edgex-go 13:40:20 ---> Using cache 13:40:20 ---> 6d1dca7c9d74 13:40:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:20 ---> Using cache 13:40:20 ---> 44db27ac3318 13:40:20 Step 5/21 : RUN apk update && apk add make git 13:40:20 ---> Using cache 13:40:20 ---> 03f5b886d516 13:40:20 Step 6/21 : COPY go.mod . 13:40:20 ---> Using cache 13:40:20 ---> 4641fe544260 13:40:20 Step 7/21 : RUN go mod download 13:40:20 ---> Using cache 13:40:20 ---> 620f440ea208 13:40:20 Step 8/21 : COPY . . 13:40:20 ---> Using cache 13:40:20 ---> 2782952474dd 13:40:20 Step 9/21 : RUN make cmd/core-command/core-command 13:40:21 ---> Running in d27e79af5848 13:40:21 ---> Running in 51d7f33a7043 13:40:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.159s coverage: 29.1% of statements 13:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:40:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 13:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:40:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.028s coverage: 100.0% of statements 13:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:40:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 13:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:40:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.020s coverage: 100.0% of statements 13:40:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:40:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:40:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:40:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:40:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.077s coverage: 87.9% of statements 13:40:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:40:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:40:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.020s coverage: 100.0% of statements 13:40:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements 13:40:27 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:40:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 13:40:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements 13:40:28 GO111MODULE=on go vet ./... 13:40:33 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:40:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:40:33 ---> d2c689d00f9a 13:40:33 Step 3/21 : WORKDIR /edgex-go 13:40:33 ---> Using cache 13:40:33 ---> 6d1dca7c9d74 13:40:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:33 ---> Using cache 13:40:33 ---> 44db27ac3318 13:40:33 Step 5/21 : RUN apk update && apk add make && apk add bash git 13:40:35 ---> Running in d6d1d796f6fc 13:40:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:40:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:40:37 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:40:37 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:40:37 OK: 12749 distinct packages available 13:40:37 OK: 233 MiB in 51 packages 13:40:37 ---> 79ec9f685ac6 13:40:37 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:40:37 OK: 233 MiB in 51 packages 13:40:38 Removing intermediate container 114a76a21a9a 13:40:38 ---> eaf7f8a25e34 13:40:38 13:40:38 Step 10/21 : FROM scratch 13:40:38 ---> 13:40:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:40:38 ---> Running in 139fa4b726e7 13:40:39 ---> Running in 99f3eda5383a 13:40:39 Removing intermediate container d6d1d796f6fc 13:40:39 ---> 80ad32cd7ac8 13:40:39 Step 6/21 : COPY go.mod . 13:40:39 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:40:39 Removing intermediate container 99f3eda5383a 13:40:39 ---> 77c5a78e7171 13:40:39 Step 12/21 : ENV APP_PORT=48081 13:40:39 ---> Running in 8997ce854ae3 13:40:39 ---> 1ea7ee2bb055 13:40:39 Step 7/21 : RUN go mod download 13:40:40 ---> Running in 56bc8d6a790d 13:40:40 Removing intermediate container 8997ce854ae3 13:40:40 ---> 42200e101654 13:40:40 Step 13/21 : EXPOSE $APP_PORT 13:40:40 ---> Running in 83722a71b814 13:40:40 Removing intermediate container 83722a71b814 13:40:40 ---> dae130b0267f 13:40:40 Step 14/21 : WORKDIR / 13:40:40 ---> Running in cc4c3f73afc2 13:40:40 Removing intermediate container cc4c3f73afc2 13:40:40 ---> 237aa611e1e6 13:40:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 13:40:41 ---> fe88f4181c01 13:40:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:40:42 ---> cf387db7cc9e 13:40:42 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:40:43 Removing intermediate container 56bc8d6a790d 13:40:43 ---> c1b420bd8876 13:40:43 Step 8/21 : COPY . . 13:40:45 ---> 692168f14227 13:40:45 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:40:47 gofmt -l . 13:40:48 [ "`gofmt -l .`" = "" ] 13:40:49 ./bin/test-go-mod-tidy.sh 13:40:50 ./bin/test-attribution-txt.sh 13:40:51 ---> Running in cb5e12208855 13:40:52 Removing intermediate container cb5e12208855 13:40:52 ---> d21e7f2b2c9d 13:40:52 Step 19/21 : LABEL arch=x86_64 [Pipeline] sh 13:40:55 + ls -al . 13:40:55 total 588 13:40:55 drwxrwxr-x 10 1001 1001 4096 Aug 3 13:40 . 13:40:55 drwxr-xr-x 4 root root 4096 Aug 3 13:38 .. 13:40:55 -rw-rw-r-- 1 1001 1001 11 Aug 3 13:36 .dockerignore 13:40:55 drwxrwxr-x 8 1001 1001 4096 Aug 3 13:36 .git 13:40:55 drwxrwxr-x 3 1001 1001 4096 Aug 3 13:36 .github 13:40:55 -rw-rw-r-- 1 1001 1001 932 Aug 3 13:36 .gitignore 13:40:55 drwxrwxr-x 3 1001 1001 4096 Aug 3 13:36 .semver 13:40:55 -rw-rw-r-- 1 1001 1001 166 Aug 3 13:36 .sonarcloud.properties 13:40:55 -rw-rw-r-- 1 1001 1001 3804 Aug 3 13:36 CONTRIBUTING.md 13:40:55 -rw-rw-r-- 1 1001 1001 1035 Aug 3 13:36 Dockerfile.build 13:40:55 -rw-rw-r-- 1 1001 1001 865 Aug 3 13:36 Jenkinsfile 13:40:55 -rw-rw-r-- 1 1001 1001 10775 Aug 3 13:36 LICENSE 13:40:55 -rw-rw-r-- 1 1001 1001 6237 Aug 3 13:36 Makefile 13:40:55 -rw-rw-r-- 1 1001 1001 5652 Aug 3 13:36 README.md 13:40:55 -rw-rw-r-- 1 1001 1001 7111 Aug 3 13:36 SECURITY.md 13:40:55 -rw-rw-r-- 1 1001 1001 5 Aug 3 13:34 VERSION 13:40:55 -rw-rw-r-- 1 1001 1001 4131 Aug 3 13:36 ZMQWindows.md 13:40:55 drwxrwxr-x 2 1001 1001 4096 Aug 3 13:36 bin 13:40:55 drwxrwxr-x 15 1001 1001 4096 Aug 3 13:36 cmd 13:40:55 -rw-r--r-- 1 root root 457515 Aug 3 13:40 coverage.out 13:40:55 -rw-r--r-- 1 root root 1019 Aug 3 13:40 go.mod 13:40:55 -rw-r--r-- 1 root root 19185 Aug 3 13:40 go.sum 13:40:55 drwxrwxr-x 8 1001 1001 4096 Aug 3 13:36 internal 13:40:55 drwxrwxr-x 4 1001 1001 4096 Aug 3 13:36 openapi 13:40:55 drwxrwxr-x 4 1001 1001 4096 Aug 3 13:36 snap 13:40:55 -rw-rw-r-- 1 1001 1001 168 Aug 3 13:36 version.go [Pipeline] sh 13:40:55 + '[' -e coverage.out ] 13:40:55 + chown 1001:1001 coverage.out [Pipeline] stash 13:40:55 Warning: overwriting stash ‘coverage-report’ 13:40:56 Stashed 1 file(s) [Pipeline] sh 13:40:57 + make build 13:40:57 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:40:58 ---> Running in db3ccdeab830 13:40:59 Removing intermediate container db3ccdeab830 13:40:59 ---> c8d667734477 13:40:59 Step 20/21 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:40:59 ---> Running in 984d3eb443d5 13:41:00 Removing intermediate container 984d3eb443d5 13:41:00 ---> 6e8e8503e379 13:41:00 Step 21/21 : LABEL version=0.0.0 13:41:00 ---> Running in 314023f853e9 13:41:03 Removing intermediate container 314023f853e9 13:41:03 ---> 9b79e0a28774 13:41:03 13:41:05 Successfully built 9b79e0a28774 13:41:05 Successfully tagged docker-core-metadata-go:latest 13:41:05  Building docker-core-metadata-go ... done  ---> d76135bcba5c 13:41:05 Step 9/21 : RUN make cmd/support-logging/support-logging 13:41:06 Removing intermediate container 51d7f33a7043 13:41:06 ---> 31bb8ad12e88 13:41:06 13:41:06 Step 10/20 : FROM scratch 13:41:06 ---> 13:41:06 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:41:06 Removing intermediate container d27e79af5848 13:41:06 ---> 64443bd059fe 13:41:06 13:41:06 Step 10/21 : FROM scratch 13:41:06 ---> 13:41:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:41:06 ---> Running in bad8a79dc1d1 13:41:06 ---> Using cache 13:41:06 ---> 77c5a78e7171 13:41:06 Step 12/20 : ENV APP_PORT=48085 13:41:06 ---> Using cache 13:41:06 ---> 77c5a78e7171 13:41:06 Step 12/21 : ENV APP_PORT=48082 13:41:06 ---> Running in 005e06b6491d 13:41:06 ---> Running in fb3d72333afc 13:41:08 Removing intermediate container 005e06b6491d 13:41:08 ---> e4ceb2d6ec09 13:41:08 Step 13/21 : EXPOSE $APP_PORT 13:41:08 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:41:08 Removing intermediate container fb3d72333afc 13:41:08 ---> 72632625360f 13:41:08 Step 13/20 : EXPOSE $APP_PORT 13:41:09 ---> Running in 51001f923045 13:41:09 ---> Running in 881d6c932aee 13:41:09 Removing intermediate container 139fa4b726e7 13:41:09 ---> af5d743e5a9e 13:41:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:41:09 Removing intermediate container 51001f923045 13:41:09 ---> d9291400233d 13:41:09 Step 14/21 : WORKDIR / 13:41:10 Removing intermediate container 881d6c932aee 13:41:10 ---> 972e9a6a1bde 13:41:10 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 13:41:10 ---> Running in 670c52360e11 13:41:10 ---> Running in 7b0ceee4c9da 13:41:10 ---> 844d887628b6 13:41:10 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:41:11 Removing intermediate container 7b0ceee4c9da 13:41:11 ---> ba0e3a950d9a 13:41:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 13:41:11 ---> f80ec4b000aa 13:41:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:41:11 ---> 97fb6a998361 13:41:11 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:41:11 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:41:12 ---> 13c42c87357d 13:41:12 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:41:12 ---> Running in d03e9a07fe0f 13:41:12 ---> c618166389a2 13:41:12 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:41:12 Removing intermediate container d03e9a07fe0f 13:41:12 ---> 5b1a2bc9344b 13:41:12 Step 18/20 : LABEL arch=x86_64 13:41:12 ---> Running in 715945146ccf 13:41:13 ---> b7fb0dcc4ade 13:41:13 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:41:13 Removing intermediate container 715945146ccf 13:41:13 ---> 36f5cfccf334 13:41:13 Step 19/20 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:41:13 ---> Running in e814738f19b0 13:41:13 ---> Running in ba44c48e2045 13:41:13 Removing intermediate container e814738f19b0 13:41:13 ---> fbecc94a6816 13:41:13 Step 19/21 : LABEL arch=x86_64 13:41:13 Removing intermediate container ba44c48e2045 13:41:13 ---> 445980d7ec52 13:41:13 Step 20/20 : LABEL version=0.0.0 13:41:13 ---> Running in e80adf4f589d 13:41:13 ---> Running in 3f6cd7e6ee16 13:41:14 Removing intermediate container e80adf4f589d 13:41:14 ---> 968d87ccd84a 13:41:14 Step 20/21 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:41:14 ---> Running in 65dec7795393 13:41:14 Removing intermediate container 670c52360e11 13:41:14 ---> b37a5309bb4f 13:41:14 13:41:14 Step 11/26 : FROM docker:latest 13:41:14 ---> 81f5749c9058 13:41:14 Step 12/26 : RUN apk add --no-cache bash 13:41:14 Removing intermediate container 3f6cd7e6ee16 13:41:14 ---> 2bfc91cb0937 13:41:14 13:41:14 ---> Running in 0dd87f4c8ce9 13:41:14 Successfully built 2bfc91cb0937 13:41:14 Successfully tagged docker-support-scheduler-go:latest 13:41:15  Building docker-support-scheduler-go ... done Removing intermediate container 65dec7795393 13:41:15 ---> f8bd079fe462 13:41:15 Step 21/21 : LABEL version=0.0.0 13:41:15 ---> Running in eea5bbe0bbd3 13:41:15 Removing intermediate container eea5bbe0bbd3 13:41:15 ---> c2895790c934 13:41:15 13:41:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:41:15 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:41:15 Successfully built c2895790c934 13:41:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:41:15 Successfully tagged docker-core-command-go:latest 13:41:15  Building docker-core-command-go ... done (1/2) Installing readline (8.0.4-r0) 13:41:15 (2/2) Installing bash (5.0.17-r0) 13:41:15 Executing bash-5.0.17-r0.post-install 13:41:15 Executing busybox-1.31.1-r16.trigger 13:41:16 OK: 12 MiB in 22 packages 13:41:17 Removing intermediate container 0dd87f4c8ce9 13:41:17 ---> 25c60f9a662b 13:41:17 Step 13/26 : RUN rm -rf /var/cache/apk/* 13:41:17 ---> Running in de2c60c77cd4 13:41:18 Removing intermediate container de2c60c77cd4 13:41:18 ---> e717522c476a 13:41:18 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:41:18 ---> Running in 4cb2afc1f4c1 13:41:18 Removing intermediate container 4cb2afc1f4c1 13:41:18 ---> 835d7e5e32c9 13:41:18 Step 15/26 : ENV APP_PORT=48090 13:41:18 ---> Running in 11b7fb8e0fc3 13:41:18 Removing intermediate container 11b7fb8e0fc3 13:41:18 ---> 5d05b49b987b 13:41:18 Step 16/26 : EXPOSE $APP_PORT 13:41:18 ---> Running in 25dbe94dff96 13:41:19 Removing intermediate container 25dbe94dff96 13:41:19 ---> d667faceb173 13:41:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:41:20 Removing intermediate container bad8a79dc1d1 13:41:20 ---> 359dff97e74a 13:41:20 13:41:20 Step 10/21 : FROM scratch 13:41:20 ---> 13:41:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:41:20 ---> Using cache 13:41:20 ---> 759bc7f44ebc 13:41:20 Step 12/21 : ENV APP_PORT=48061 13:41:20 ---> fab31648a543 13:41:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:41:20 ---> Running in ff918f1ab8bd 13:41:20 Removing intermediate container ff918f1ab8bd 13:41:20 ---> 432ba5fbf817 13:41:20 Step 13/21 : EXPOSE $APP_PORT 13:41:20 ---> Running in 8b60e6a8e519 13:41:20 ---> 0e56e67bef04 13:41:20 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:41:20 Removing intermediate container 8b60e6a8e519 13:41:20 ---> 13619524fb90 13:41:20 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 13:41:21 ---> 5f1e53165e30 13:41:21 Step 20/26 : RUN apk --no-cache add py-pip 13:41:21 ---> Running in 32f6f1606dd4 13:41:21 ---> ae876a4b6142 13:41:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 13:41:21 ---> 424d7ee9bc24 13:41:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 13:41:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:41:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:41:22 (1/33) Installing libbz2 (1.0.8-r1) 13:41:22 (2/33) Installing expat (2.2.9-r1) 13:41:22 (3/33) Installing libffi (3.3-r2) 13:41:22 (4/33) Installing gdbm (1.13-r1) 13:41:22 (5/33) Installing xz-libs (5.2.5-r0) 13:41:22 (6/33) Installing sqlite-libs (3.32.1-r0) 13:41:22 (7/33) Installing python3 (3.8.5-r0) 13:41:25 ---> c0b371732f32 13:41:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 13:41:25 (8/33) Installing py3-appdirs (1.4.4-r1) 13:41:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:41:25 (10/33) Installing py3-parsing (2.4.7-r0) 13:41:25 (11/33) Installing py3-six (1.15.0-r0) 13:41:25 (12/33) Installing py3-packaging (20.4-r0) 13:41:25 (13/33) Installing py3-setuptools (47.0.0-r0) 13:41:25 (14/33) Installing py3-chardet (3.0.4-r4) 13:41:25 (15/33) Installing py3-idna (2.9-r0) 13:41:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:41:26 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:41:27 (18/33) Installing py3-requests (2.23.0-r0) 13:41:27 (19/33) Installing py3-msgpack (1.0.0-r0) 13:41:27 (20/33) Installing py3-lockfile (0.12.2-r3) 13:41:27 ---> 9a4a3bf70998 13:41:27 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:41:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:41:27 (22/33) Installing py3-colorama (0.4.3-r0) 13:41:27 (23/33) Installing py3-distlib (0.3.0-r0) 13:41:27 (24/33) Installing py3-distro (1.5.0-r1) 13:41:27 ---> Running in 28188ff7662b 13:41:27 (25/33) Installing py3-webencodings (0.5.1-r3) 13:41:27 (26/33) Installing py3-html5lib (1.0.1-r4) 13:41:27 (27/33) Installing py3-pytoml (0.1.21-r0) 13:41:27 (28/33) Installing py3-pep517 (0.8.2-r0) 13:41:27 (29/33) Installing py3-progress (1.5-r0) 13:41:27 (30/33) Installing py3-toml (0.10.1-r0) 13:41:27 (31/33) Installing py3-retrying (1.3.3-r0) 13:41:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:41:27 (33/33) Installing py3-pip (20.1.1-r0) 13:41:28 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:41:28 Executing busybox-1.31.1-r16.trigger 13:41:28 OK: 71 MiB in 55 packages 13:41:28 Removing intermediate container 28188ff7662b 13:41:28 ---> ad3874f0d6b2 13:41:28 Step 19/21 : LABEL arch=x86_64 13:41:28 ---> Running in 2db4c39a8036 13:41:29 Removing intermediate container 2db4c39a8036 13:41:29 ---> 1bea585e4721 13:41:29 Step 20/21 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:41:29 ---> Running in 92eebb72c958 13:41:29 Removing intermediate container 92eebb72c958 13:41:29 ---> 00fcc88e38fc 13:41:29 Step 21/21 : LABEL version=0.0.0 13:41:31 ---> Running in 6aac090b7489 13:41:33 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:41:34 Removing intermediate container 6aac090b7489 13:41:34 ---> f80fad9df477 13:41:34 13:41:34 Successfully built f80fad9df477 13:41:34 Successfully tagged docker-support-logging-go:latest 13:41:34  Building docker-support-logging-go ... done Removing intermediate container 32f6f1606dd4 13:41:34 ---> 52535e40906a 13:41:34 Step 21/26 : RUN pip install docker-compose==1.23.2 13:41:34 ---> Running in 9bded97401fe 13:41:35 Collecting docker-compose==1.23.2 13:41:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:41:36 Collecting cached-property<2,>=1.2.0 13:41:36 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 13:41:36 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:41:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:41:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:41:36 Collecting websocket-client<1.0,>=0.32.0 13:41:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 13:41:36 Collecting dockerpty<0.5,>=0.4.1 13:41:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:41:37 Collecting jsonschema<3,>=2.5.1 13:41:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:41:37 Collecting docopt<0.7,>=0.6.1 13:41:37 Downloading docopt-0.6.2.tar.gz (25 kB) 13:41:37 Collecting docker<4.0,>=3.6.0 13:41:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:41:38 Collecting PyYAML<4,>=3.10 13:41:38 Downloading PyYAML-3.13.tar.gz (270 kB) 13:41:38 Collecting texttable<0.10,>=0.9.0 13:41:38 Downloading texttable-0.9.1.tar.gz (11 kB) 13:41:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:41:39 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:41:39 Collecting urllib3<1.25,>=1.21.1 13:41:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:41:39 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:41:39 Collecting idna<2.8,>=2.5 13:41:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:41:39 Collecting docker-pycreds>=0.4.0 13:41:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:41:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:41:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:41:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:41:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:41:39 Installing collected packages: cached-property, urllib3, idna, requests, websocket-client, dockerpty, jsonschema, docopt, docker-pycreds, docker, PyYAML, texttable, docker-compose 13:41:39 Attempting uninstall: urllib3 13:41:39 Found existing installation: urllib3 1.25.9 13:41:39 Uninstalling urllib3-1.25.9: 13:41:39 Successfully uninstalled urllib3-1.25.9 13:41:40 Attempting uninstall: idna 13:41:40 Found existing installation: idna 2.9 13:41:40 Uninstalling idna-2.9: 13:41:40 Successfully uninstalled idna-2.9 13:41:40 Attempting uninstall: requests 13:41:40 Found existing installation: requests 2.23.0 13:41:40 Uninstalling requests-2.23.0: 13:41:40 Successfully uninstalled requests-2.23.0 13:41:40 Running setup.py install for dockerpty: started 13:41:41 Running setup.py install for dockerpty: finished with status 'done' 13:41:41 Running setup.py install for docopt: started 13:41:41 Running setup.py install for docopt: finished with status 'done' 13:41:41 Running setup.py install for PyYAML: started 13:41:42 Running setup.py install for PyYAML: finished with status 'done' 13:41:42 Running setup.py install for texttable: started 13:41:42 Running setup.py install for texttable: finished with status 'done' 13:41:43 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:41:45 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:41:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:41:46 Removing intermediate container 9bded97401fe 13:41:46 ---> be43ceb85e5c 13:41:46 Step 22/26 : RUN apk --no-cache add curl 13:41:46 ---> Running in ab6c966ba90d 13:41:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:41:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:41:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:41:46 (2/3) Installing libcurl (7.69.1-r0) 13:41:46 (3/3) Installing curl (7.69.1-r0) 13:41:46 Executing busybox-1.31.1-r16.trigger 13:41:46 OK: 72 MiB in 58 packages 13:41:47 Removing intermediate container ab6c966ba90d 13:41:47 ---> 76b719518ed0 13:41:47 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:41:47 ---> Running in e9ea515c3ab3 13:41:47 Removing intermediate container e9ea515c3ab3 13:41:47 ---> 563703c541ad 13:41:47 Step 24/26 : LABEL arch=x86_64 13:41:47 ---> Running in 74c7e3199bec 13:41:48 Removing intermediate container 74c7e3199bec 13:41:48 ---> 0fe4ddd0469a 13:41:48 Step 25/26 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:41:48 ---> Running in bc67bb62bfd6 13:41:48 Removing intermediate container bc67bb62bfd6 13:41:48 ---> 443132980a37 13:41:48 Step 26/26 : LABEL version=0.0.0 13:41:48 ---> Running in 235b2333366a 13:41:48 Removing intermediate container 235b2333366a 13:41:48 ---> 0cdfbd48a71a 13:41:48 13:41:49 Successfully built 0cdfbd48a71a 13:41:49 Successfully tagged docker-sys-mgmt-agent-go:latest 13:41:49  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:41:49 $ docker stop --time=1 2197ac92bb180d941c1c000074549e6abb3236c93afdf173354d22a9010488c4 13:41:50 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:41:50 $ docker rm -f 2197ac92bb180d941c1c000074549e6abb3236c93afdf173354d22a9010488c4 [Pipeline] // withDockerContainer [Pipeline] sh 13:41:51 + docker images 13:41:51 + grep docker 13:41:51 docker-sys-mgmt-agent-go latest 0cdfbd48a71a 3 seconds ago 284MB 13:41:51 docker-support-logging-go latest f80fad9df477 20 seconds ago 11.8MB 13:41:51 docker-core-command-go latest c2895790c934 36 seconds ago 13MB 13:41:51 docker-support-scheduler-go latest 2bfc91cb0937 37 seconds ago 13.1MB 13:41:51 docker-core-metadata-go latest 9b79e0a28774 51 seconds ago 14.4MB 13:41:51 docker-security-secrets-setup-go latest 976ada4c6831 About a minute ago 25.1MB 13:41:51 docker-core-data-go latest ffc4ed53cf20 About a minute ago 24.4MB 13:41:51 docker-security-secretstore-setup-go latest 673fca47b4f4 About a minute ago 33.9MB 13:41:51 docker-support-notifications-go latest 2fd9533a43a2 2 minutes ago 14.5MB 13:41:51 docker-security-proxy-setup-go latest fe95dd3d2bf6 2 minutes ago 16.4MB 13:41:51 docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:41:55 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:00 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:04 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: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:42:12 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:42:15 $ docker stop --time=1 e56341de2f2878b96ed656b1f32acfd2ab75be5bcfd01fcc4317ffb6609e668f 13:42:18 $ docker rm -f e56341de2f2878b96ed656b1f32acfd2ab75be5bcfd01fcc4317ffb6609e668f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:42:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:42:19 13:42:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:42:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:42:20 latest: Pulling from edgex-devops/edgex-compose-arm64 13:42:20 29e5d40040c1: Pulling fs layer 13:42:20 1ce36da41761: Pulling fs layer 13:42:20 25b303627fd3: Pulling fs layer 13:42:20 29e5d40040c1: Download complete 13:42:20 1ce36da41761: Verifying Checksum 13:42:20 1ce36da41761: Download complete 13:42:20 29e5d40040c1: Pull complete 13:42:22 1ce36da41761: Pull complete 13:42:22 25b303627fd3: Verifying Checksum 13:42:22 25b303627fd3: Download complete 13:42:32 25b303627fd3: Pull complete 13:42:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:42:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:42:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 13:42:32 prd-ubuntu18.04-docker-arm64-4c-16g-1933 does not seem to be running inside a container 13:42:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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:42:36 $ docker top 03b991339733bc38254367a3338f8bc7026aa09b9ad0d4fa06772833238acf04 -eo pid,comm [Pipeline] { [Pipeline] sh 13:42:37 + docker-compose build --help 13:42:37 + grep parallel 13:42:40 --parallel Build images in parallel. [Pipeline] } 13:42:41 $ docker stop --time=1 03b991339733bc38254367a3338f8bc7026aa09b9ad0d4fa06772833238acf04 13:42:43 $ docker rm -f 03b991339733bc38254367a3338f8bc7026aa09b9ad0d4fa06772833238acf04 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:42:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:42:44 . [Pipeline] withDockerContainer 13:42:44 prd-ubuntu18.04-docker-arm64-4c-16g-1933 does not seem to be running inside a container 13:42:44 $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 13:42:45 $ docker top 37cb68d338cdc298c8efb07f504d8cc3820dfe04b9e787c97392a0780226b8a9 -eo pid,comm [Pipeline] { [Pipeline] sh 13:42:46 + docker-compose -f ./docker-compose-build.yml build --parallel 13:42:51 Building docker-core-command-go ... 13:42:51 Building docker-core-data-go ... 13:42:51 Building docker-core-metadata-go ... 13:42:51 Building docker-security-proxy-setup-go ... 13:42:51 Building docker-security-secrets-setup-go ... 13:42:51 Building docker-security-secretstore-setup-go ... 13:42:51 Building docker-support-logging-go ... 13:42:51 Building docker-support-notifications-go ... 13:42:51 Building docker-support-scheduler-go ... 13:42:51 Building docker-sys-mgmt-agent-go ... 13:42:51 Building docker-core-metadata-go 13:42:51 Building docker-core-command-go 13:42:51 Building docker-security-proxy-setup-go 13:42:51 Building docker-support-notifications-go 13:42:51 Building docker-core-data-go 13:44:42 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:44:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:44:42 ---> 8b59ed30b330 13:44:42 Step 3/21 : WORKDIR /edgex-go 13:44:42 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 13:44:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:44:42 ---> 8b59ed30b330 13:44:42 Step 3/22 : WORKDIR /edgex-go 13:44:42 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:44:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:44:42 ---> 8b59ed30b330 13:44:42 Step 3/20 : WORKDIR /edgex-go 13:44:42 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 13:44:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:44:42 ---> 8b59ed30b330 13:44:42 Step 3/21 : WORKDIR /edgex-go 13:44:42 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 13:44:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:44:42 ---> 8b59ed30b330 13:44:42 Step 3/23 : WORKDIR /edgex-go 13:44:45 ---> Running in 50c30b483ec4 13:44:45 ---> Running in 2d7227c9bf99 13:44:45 ---> Running in 6ede8da18bf4 13:44:45 ---> Running in a064074eee1a 13:44:45 ---> Running in 19c3ddc4204b 13:44:45 Removing intermediate container 19c3ddc4204b 13:44:45 Removing intermediate container 50c30b483ec4 13:44:45 ---> b976a1ec85cb 13:44:45 ---> 7c6dc05b84ed 13:44:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:44:45 13:44:45 Removing intermediate container a064074eee1a 13:44:45 ---> 5446f33e386f 13:44:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:44:46 Removing intermediate container 2d7227c9bf99 13:44:46 ---> 33c822019b0d 13:44:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:44:46 Removing intermediate container 6ede8da18bf4 13:44:46 ---> bd9089b911a2 13:44:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:44:46 ---> Running in 52d21d96338a 13:44:46 ---> Running in 5da12e27f81c 13:44:46 ---> Running in 0ffddb9e685a 13:44:46 ---> Running in 25cd8dc2c286 13:44:46 ---> Running in fbdef89677bb 13:44:50 Removing intermediate container 5da12e27f81c 13:44:50 ---> 84912e7ed772 13:44:50 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 13:44:50 ---> Running in be35a5effc59 13:44:50 Removing intermediate container 52d21d96338a 13:44:50 Removing intermediate container 0ffddb9e685a 13:44:50 ---> 01959ac468ec 13:44:50 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 13:44:50 ---> e9d4c53c8cc8 13:44:50 Step 5/20 : RUN apk update && apk add make git 13:44:50 ---> Running in e1a5c52fbea6 13:44:50 ---> Running in ae6edff82437 13:44:51 Removing intermediate container fbdef89677bb 13:44:51 ---> 92e3b5b738e4 13:44:51 Step 5/21 : RUN apk update && apk add make git 13:44:51 Removing intermediate container 25cd8dc2c286 13:44:51 ---> b6088f2cc252 13:44:51 Step 5/21 : RUN apk update && apk add make git 13:44:51 ---> Running in eace19f7e334 13:44:51 ---> Running in d34d696cf8a0 13:44:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:44:54 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:44:54 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:44:54 OK: 12620 distinct packages available 13:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:44:55 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:44:55 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:44:55 OK: 12620 distinct packages available 13:44:55 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:44:55 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:44:55 OK: 12620 distinct packages available 13:44:55 OK: 217 MiB in 51 packages 13:44:55 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:44:55 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:44:55 OK: 12620 distinct packages available 13:44:55 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:44:55 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:44:55 OK: 12620 distinct packages available 13:44:56 OK: 217 MiB in 51 packages 13:44:56 OK: 217 MiB in 51 packages 13:44:56 OK: 217 MiB in 51 packages 13:44:56 OK: 217 MiB in 51 packages 13:44:57 Removing intermediate container be35a5effc59 13:44:57 ---> e017443a2d44 13:44:57 Step 6/23 : COPY go.mod . 13:44:58 Removing intermediate container ae6edff82437 13:44:58 ---> 7a5d7b919cb0 13:44:58 Step 6/22 : COPY go.mod . 13:44:58 ---> e0c093dbdc3d 13:44:58 Step 7/23 : RUN go mod download 13:44:58 Removing intermediate container d34d696cf8a0 13:44:58 ---> 3dbae4d23fb9 13:44:58 Step 6/21 : COPY go.mod . 13:44:58 ---> Running in b3bb46ec2aec 13:44:59 Removing intermediate container e1a5c52fbea6 13:44:59 ---> 5e761901a315 13:44:59 Step 6/20 : COPY go.mod . 13:44:59 Removing intermediate container eace19f7e334 13:44:59 ---> f936813f5d66 13:44:59 Step 6/21 : COPY go.mod . 13:44:59 ---> 3b28c9d94d73 13:44:59 Step 7/22 : RUN go mod download 13:44:59 ---> Running in a8db1191043b 13:44:59 ---> 6e3074ca0aa4 13:44:59 Step 7/21 : RUN go mod download 13:44:59 ---> Running in 5c02beaf70b1 13:45:00 ---> 1472536ee552 13:45:00 Step 7/20 : RUN go mod download 13:45:00 ---> 3e73aedf6d77 13:45:00 Step 7/21 : RUN go mod download 13:45:00 ---> Running in a68d9e736a6a 13:45:00 ---> Running in 378c3e1662b5 13:45:03 Removing intermediate container b3bb46ec2aec 13:45:03 ---> d2b26884d8cf 13:45:03 Step 8/23 : COPY . . 13:45:04 Removing intermediate container a8db1191043b 13:45:04 ---> bb577b4afb41 13:45:04 Step 8/22 : COPY . . 13:45:05 Removing intermediate container 5c02beaf70b1 13:45:05 ---> 1a4383e9c2b2 13:45:05 Step 8/21 : COPY . . 13:45:06 Removing intermediate container a68d9e736a6a 13:45:06 ---> 288f8bd45de0 13:45:06 Step 8/20 : COPY . . 13:45:08 Removing intermediate container 378c3e1662b5 13:45:08 ---> 11a14ecf2fa2 13:45:08 Step 8/21 : COPY . . 13:45:40 ---> 1c6981cd065a 13:45:40 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 13:45:40 ---> 04d43f9bf3a6 13:45:40 Step 9/23 : RUN make cmd/support-notifications/support-notifications 13:45:40 ---> 859b4e78e5f6 13:45:40 Step 9/22 : RUN make cmd/core-data/core-data 13:45:40 ---> 9990d1a9edfd 13:45:40 Step 9/21 : RUN make cmd/core-command/core-command 13:45:40 ---> 487ac7be2e64 13:45:40 Step 9/21 : RUN make cmd/core-metadata/core-metadata 13:45:40 ---> Running in b144e6220e86 13:45:40 ---> Running in 6c2360234370 13:45:40 ---> Running in 7b2cdadb14a1 13:45:40 ---> Running in 4a9eddfeb42c 13:45:40 ---> Running in ca9936e6bc8b 13:45:40 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:45:40 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:45:40 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:45:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 13:45:41 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:47:18 Removing intermediate container 6c2360234370 13:47:18 ---> c383935640db 13:47:18 13:47:18 Step 10/20 : FROM alpine 13:47:18 latest: Pulling from library/alpine 13:47:18 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 13:47:18 Status: Downloaded newer image for alpine:latest 13:47:18 ---> 62ee0e9f8440 13:47:18 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 13:47:18 ---> Running in ff0ee3f0d426 13:47:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:47:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:47:18 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:47:18 v3.12.0-207-g8daa21938b [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:47:18 OK: 12620 distinct packages available 13:47:18 (1/4) Installing ca-certificates (20191127-r4) 13:47:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:47:18 (3/4) Installing libcurl (7.69.1-r0) 13:47:18 (4/4) Installing curl (7.69.1-r0) 13:47:18 Executing busybox-1.31.1-r16.trigger 13:47:18 Executing ca-certificates-20191127-r4.trigger 13:47:18 OK: 7 MiB in 18 packages 13:47:18 Removing intermediate container ff0ee3f0d426 13:47:18 ---> ef6bbc7e09ab 13:47:18 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:47:18 ---> Running in fffc5cf69602 13:47:18 Removing intermediate container fffc5cf69602 13:47:18 ---> 606c5bb4f10e 13:47:18 Step 13/20 : WORKDIR /edgex 13:47:18 ---> Running in fb89a7fcfe94 13:47:18 Removing intermediate container fb89a7fcfe94 13:47:18 ---> 933dc4d1775d 13:47:18 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:47:18 ---> fe6d24b7bb2e 13:47:18 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:47:18 ---> 140a48ba2ee6 13:47:18 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:47:18 ---> Running in 945c130f8e0a 13:47:19 Removing intermediate container 945c130f8e0a 13:47:19 ---> b3a6693afbf2 13:47:19 Step 17/20 : CMD ["--init=true"] 13:47:19 ---> Running in 27c775dbcf4b 13:47:20 Removing intermediate container 27c775dbcf4b 13:47:20 ---> 7ec6d8d4cb25 13:47:20 Step 18/20 : LABEL arch=arm64 13:47:20 ---> Running in 1f8594cab0aa 13:47:20 Removing intermediate container 1f8594cab0aa 13:47:20 ---> e8272ad9bc95 13:47:20 Step 19/20 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:47:21 ---> Running in 8e48a5bf0d05 13:47:21 Removing intermediate container 8e48a5bf0d05 13:47:21 ---> 553ee0c69c76 13:47:21 Step 20/20 : LABEL version=0.0.0 13:47:21 ---> Running in 3cd31f79da75 13:47:22 Removing intermediate container 3cd31f79da75 13:47:22 ---> ebb4de3477c0 13:47:22 13:47:23 Successfully built ebb4de3477c0 13:47:23 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:47:23  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 13:47:45 Removing intermediate container b144e6220e86 13:47:45 ---> 7596b9bf9e5e 13:47:45 13:47:45 Step 10/23 : FROM scratch 13:47:45 ---> 13:47:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:47:45 ---> Running in a18f02ed1473 13:47:45 Removing intermediate container 4a9eddfeb42c 13:47:45 ---> 7da2c6231cae 13:47:45 13:47:45 Step 10/21 : FROM scratch 13:47:45 ---> 13:47:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:47:45 ---> Running in 653874805ecd 13:47:45 Removing intermediate container a18f02ed1473 13:47:45 ---> 2078aa3f0ff5 13:47:45 Step 12/23 : ENV APP_PORT=48060 13:47:46 Removing intermediate container 653874805ecd 13:47:46 ---> 7cf5e666604b 13:47:46 Step 12/21 : ENV APP_PORT=48082 13:47:46 ---> Running in 22a32d9aba30 13:47:47 ---> Running in ed51618dd81b 13:47:48 Removing intermediate container 22a32d9aba30 13:47:48 ---> 1c2ff5acb478 13:47:48 Step 13/23 : EXPOSE $APP_PORT 13:47:48 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:47:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:47:48 ---> 8b59ed30b330 13:47:48 Step 3/26 : WORKDIR /edgex-go 13:47:48 ---> Using cache 13:47:48 ---> bd9089b911a2 13:47:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:47:48 ---> Using cache 13:47:48 ---> b6088f2cc252 13:47:48 Step 5/26 : RUN apk update && apk add make git 13:47:48 ---> Using cache 13:47:48 ---> 3dbae4d23fb9 13:47:48 Step 6/26 : COPY go.mod . 13:47:48 ---> Using cache 13:47:48 ---> 6e3074ca0aa4 13:47:48 Step 7/26 : RUN go mod download 13:47:48 ---> Using cache 13:47:48 ---> 1a4383e9c2b2 13:47:48 Step 8/26 : COPY . . 13:47:48 ---> Running in 18432d99e7e0 13:47:48 Removing intermediate container ed51618dd81b 13:47:48 ---> Using cache 13:47:48 ---> d791b7dee3ae 13:47:48 ---> 487ac7be2e64 13:47:48 Step 13/21 : EXPOSE $APP_PORT 13:47:48 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:47:49 ---> Running in 1528250bf9a0 13:47:49 Removing intermediate container ca9936e6bc8b 13:47:49 ---> c65cfebfc350 13:47:49 13:47:49 Step 10/21 : FROM scratch 13:47:49 ---> 13:47:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:47:49 ---> Using cache 13:47:49 ---> 7cf5e666604b 13:47:49 Step 12/21 : ENV APP_PORT=48081 13:47:49 ---> Running in 9526af48a2c7 13:47:49 ---> Running in 46caef5b3179 13:47:49 Removing intermediate container 18432d99e7e0 13:47:49 ---> f4f359953c83 13:47:49 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 13:47:49 Removing intermediate container 1528250bf9a0 13:47:49 ---> 1827f35c8fe6 13:47:49 Step 14/21 : WORKDIR / 13:47:50 ---> Running in 2d0b67ea3e2e 13:47:50 Removing intermediate container 46caef5b3179 13:47:50 ---> 5e8f9deed318 13:47:50 Step 13/21 : EXPOSE $APP_PORT 13:47:50 ---> Running in b2fad590b0f0 13:47:50 Removing intermediate container 2d0b67ea3e2e 13:47:50 ---> 970b44169341 13:47:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 13:47:51 ---> a2b4d59a4c5e 13:47:51 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 13:47:51 Removing intermediate container b2fad590b0f0 13:47:51 ---> 7c27da680ab9 13:47:51 Step 14/21 : WORKDIR / 13:47:51 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:47:51 ---> Running in 9752ee24a134 13:47:51 ---> 6e67664d0c7d 13:47:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:47:53 Removing intermediate container 9752ee24a134 13:47:53 ---> 6621225bfc40 13:47:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 13:47:53 ---> b2105ba1135e 13:47:53 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 13:47:54 ---> 239127e54f3c 13:47:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:47:54 ---> 5557f1e3c115 13:47:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:47:56 ---> 4b5e4868d5fc 13:47:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 13:47:56 ---> 5843362167a7 13:47:56 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:47:56 ---> Running in fab68736673a 13:47:57 ---> cd9fcebc1df7 13:47:57 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:47:58 Removing intermediate container fab68736673a 13:47:58 ---> eb9672e438f8 13:47:58 Step 19/21 : LABEL arch=arm64 13:47:58 ---> ac2c3ae34cf7 13:47:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:47:58 ---> Running in d219496225c9 13:48:00 ---> 574b724bb648 13:48:00 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:48:00 Removing intermediate container d219496225c9 13:48:00 ---> 7ad2961f5a95 13:48:00 Step 20/21 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:48:00 ---> Running in f0d0ca9e0860 13:48:01 ---> Running in f36a95e2fccb 13:48:02 ---> dc27a936974f 13:48:02 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:48:02 Removing intermediate container f0d0ca9e0860 13:48:02 ---> 8f28b07d0d74 13:48:02 Step 19/21 : LABEL arch=arm64 13:48:02 Removing intermediate container f36a95e2fccb 13:48:02 ---> e74728f21458 13:48:02 Step 21/21 : LABEL version=0.0.0 13:48:02 ---> Running in c5d0fb6cb385 13:48:02 ---> Running in e1d6efc670d9 13:48:03 Removing intermediate container 7b2cdadb14a1 13:48:03 ---> bfe1be70fca2 13:48:03 13:48:03 Step 10/22 : FROM alpine 13:48:03 ---> 62ee0e9f8440 13:48:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:48:03 Removing intermediate container c5d0fb6cb385 13:48:03 ---> 3621ef89e1e7 13:48:03 Step 20/21 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:48:03 Removing intermediate container e1d6efc670d9 13:48:03 ---> 9d61c9069890 13:48:03 13:48:03 ---> Running in a3c290d33545 13:48:03 ---> 4d1dea70f208 13:48:03 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:48:03 ---> Running in cb512485a2c3 13:48:03 ---> Running in 025611c24b4c 13:48:04 Successfully built 9d61c9069890 13:48:04 Successfully tagged docker-core-command-go-arm64:latest 13:48:04  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 13:48:04 Removing intermediate container cb512485a2c3 13:48:04 ---> b79f07b97159 13:48:04 Step 21/21 : LABEL version=0.0.0 13:48:04 Removing intermediate container a3c290d33545 13:48:04 ---> bd78e9f406c6 13:48:04 Step 12/22 : ENV APP_PORT=48080 13:48:04 Removing intermediate container 025611c24b4c 13:48:04 ---> 19aa1191e476 13:48:04 Step 21/23 : LABEL arch=arm64 13:48:05 ---> Running in 19ce16a3eec7 13:48:05 ---> Running in 89cd4abecc30 13:48:05 ---> Running in d521374514cd 13:48:06 Removing intermediate container 19ce16a3eec7 13:48:06 ---> 07c1df11e238 13:48:06 13:48:06 Removing intermediate container 89cd4abecc30 13:48:06 ---> b24a89d8f097 13:48:06 Step 13/22 : EXPOSE $APP_PORT 13:48:06 Successfully built 07c1df11e238 13:48:06 Successfully tagged docker-core-metadata-go-arm64:latest 13:48:06  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 13:48:06 Removing intermediate container d521374514cd 13:48:06 ---> 8e64a706558b 13:48:06 Step 22/23 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:48:07 ---> Running in 3801446ec262 13:48:07 ---> Running in b77a182dd306 13:48:08 Removing intermediate container 3801446ec262 13:48:08 ---> 264db153d98a 13:48:08 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:48:08 Removing intermediate container b77a182dd306 13:48:08 ---> b8de0c9e0242 13:48:08 Step 23/23 : LABEL version=0.0.0 13:48:08 ---> Running in 10d53d436af0 13:48:09 ---> Running in 9c6f06f7f65e 13:48:11 Removing intermediate container 9c6f06f7f65e 13:48:11 ---> 9dfdcbbbd6e5 13:48:11 13:48:11 Successfully built 9dfdcbbbd6e5 13:48:11 Successfully tagged docker-support-notifications-go-arm64:latest 13:48:11  Building docker-support-notifications-go ... done Building docker-support-logging-go 13:48:16 Removing intermediate container 10d53d436af0 13:48:16 ---> c12cb2637985 13:48:16 Step 15/22 : RUN apk --no-cache add zeromq 13:48:17 ---> Running in 2d6eab6295b9 13:48:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:48:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:48:20 (1/5) Installing libgcc (9.3.0-r2) 13:48:20 (2/5) Installing libsodium (1.0.18-r0) 13:48:20 (3/5) Installing libstdc++ (9.3.0-r2) 13:48:21 (4/5) Installing libzmq (4.3.2-r0) 13:48:21 (5/5) Installing zeromq (4.3.2-r0) 13:48:21 Executing busybox-1.31.1-r16.trigger 13:48:21 OK: 8 MiB in 19 packages 13:48:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:48:25 Removing intermediate container 2d6eab6295b9 13:48:25 ---> d1234146c98f 13:48:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 13:48:27 ---> 46c52ff44dc6 13:48:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:48:30 ---> dda4ab3af0cc 13:48:30 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:48:32 ---> f50b1789b68d 13:48:32 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:48:32 ---> Running in ddac84b91082 13:48:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 13:48:33 Removing intermediate container ddac84b91082 13:48:33 ---> 1bb14bd4e700 13:48:33 Step 20/22 : LABEL arch=arm64 13:48:34 ---> Running in 111ded8fbd3b 13:48:35 Removing intermediate container 111ded8fbd3b 13:48:35 ---> 093d11e5af21 13:48:35 Step 21/22 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:48:35 ---> Running in 854365e58f2f 13:48:36 Removing intermediate container 854365e58f2f 13:48:36 ---> 2c41b07f7997 13:48:36 Step 22/22 : LABEL version=0.0.0 13:48:37 ---> Running in a045fe37e74d 13:48:38 Removing intermediate container a045fe37e74d 13:48:38 ---> 4d24f67c4ee8 13:48:38 13:48:38 Successfully built 4d24f67c4ee8 13:48:38 Successfully tagged docker-core-data-go-arm64:latest 13:48:38  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 13:48:44 Removing intermediate container 9526af48a2c7 13:48:44 ---> 47f2ff8b435a 13:48:44 13:48:44 Step 10/26 : FROM alpine:3.10 13:48:44 3.10: Pulling from library/alpine 13:48:45 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 13:48:45 Status: Downloaded newer image for alpine:3.10 13:48:45 ---> 536a684cf733 13:48:45 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 13:48:46 ---> Running in 8b818a5e6a7b 13:48:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 13:48:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 13:48:49 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 13:48:49 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 13:48:49 OK: 10167 distinct packages available 13:48:49 (1/5) Installing ca-certificates (20191127-r2) 13:48:49 (2/5) Installing nghttp2-libs (1.39.2-r1) 13:48:49 (3/5) Installing libcurl (7.66.0-r0) 13:48:49 (4/5) Installing curl (7.66.0-r0) 13:48:49 (5/5) Installing dumb-init (1.2.2-r1) 13:48:49 Executing busybox-1.30.1-r3.trigger 13:48:49 Executing ca-certificates-20191127-r2.trigger 13:48:49 OK: 7 MiB in 19 packages 13:48:53 Removing intermediate container 8b818a5e6a7b 13:48:53 ---> 91cc219db098 13:48:53 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:48:53 ---> Running in 2314694b38a6 13:48:54 Removing intermediate container 2314694b38a6 13:48:54 ---> d6d912ec2723 13:48:54 Step 13/26 : WORKDIR / 13:48:54 ---> Running in e1891873dd1f 13:48:55 Removing intermediate container e1891873dd1f 13:48:55 ---> 14ddd0f1eb1e 13:48:55 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:48:56 ---> 0ae841745aa7 13:48:56 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:48:57 ---> ecc884983e61 13:48:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:48:58 ---> 2b7ba46895a3 13:48:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 13:48:59 ---> 6b55f75dcdb0 13:48:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:49:01 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 13:49:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:49:01 ---> 8b59ed30b330 13:49:01 Step 3/26 : WORKDIR /edgex-go 13:49:01 ---> Using cache 13:49:01 ---> bd9089b911a2 13:49:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:49:01 ---> Using cache 13:49:01 ---> b6088f2cc252 13:49:01 Step 5/26 : RUN apk update && apk add make bash git 13:49:01 ---> 1be58c6b3ff2 13:49:01 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:49:01 ---> Running in 1ee113febee4 13:49:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:49:03 ---> 987f2513cb6a 13:49:03 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 13:49:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:49:05 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:49:05 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:49:05 OK: 12620 distinct packages available 13:49:06 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 13:49:06 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:49:06 ---> 8b59ed30b330 13:49:06 Step 3/20 : WORKDIR /edgex-go 13:49:06 ---> Using cache 13:49:06 ---> bd9089b911a2 13:49:06 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:49:06 ---> Using cache 13:49:06 ---> b6088f2cc252 13:49:06 Step 5/20 : RUN apk update && apk add make git 13:49:06 ---> Using cache 13:49:06 ---> 3dbae4d23fb9 13:49:06 Step 6/20 : COPY go.mod . 13:49:06 ---> Using cache 13:49:06 ---> 6e3074ca0aa4 13:49:06 Step 7/20 : RUN go mod download 13:49:06 ---> Using cache 13:49:06 ---> 1a4383e9c2b2 13:49:06 Step 8/20 : COPY . . 13:49:06 ---> Using cache 13:49:06 ---> 487ac7be2e64 13:49:06 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 13:49:06 ---> 52e65b84138e 13:49:06 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:49:06 ---> Running in 8bd9f32c60e5 13:49:06 OK: 217 MiB in 51 packages 13:49:07 ---> 7880a65ac855 13:49:07 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:49:07 ---> Running in 4f52c18714e3 13:49:08 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:49:08 Removing intermediate container 1ee113febee4 13:49:08 ---> 797fa6b218a9 13:49:08 Step 6/26 : COPY go.mod . 13:49:10 ---> 30999a3d7a18 13:49:10 Step 7/26 : RUN go mod download 13:49:10 ---> Running in 3b7109168bcc 13:49:12 Removing intermediate container 4f52c18714e3 13:49:12 ---> 4ea6f19d804f 13:49:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 13:49:12 ---> Running in e840a8c3d7de 13:49:13 Removing intermediate container e840a8c3d7de 13:49:13 ---> 1adcc9783a82 13:49:13 Step 24/26 : LABEL arch=arm64 13:49:14 ---> Running in abd08502a7c5 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 ---> 8b59ed30b330 13:49:14 Step 3/21 : WORKDIR /edgex-go 13:49:14 ---> Using cache 13:49:14 ---> bd9089b911a2 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 ---> b6088f2cc252 13:49:15 Step 5/21 : RUN apk update && apk add make && apk add bash git 13:49:15 ---> Running in 349177b6fed5 13:49:15 Removing intermediate container abd08502a7c5 13:49:15 ---> f1728d1e6d4c 13:49:15 Step 25/26 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:49:15 ---> Running in 777c0d8ced13 13:49:16 Removing intermediate container 777c0d8ced13 13:49:16 ---> 535224a68da1 13:49:16 Step 26/26 : LABEL version=0.0.0 13:49:17 Removing intermediate container 3b7109168bcc 13:49:17 ---> 383bb379ba12 13:49:17 Step 8/26 : COPY . . 13:49:17 ---> Running in 7935a888cc17 13:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:49:18 Removing intermediate container 7935a888cc17 13:49:18 ---> d4d8351ec410 13:49:18 13:49:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:49:19 Successfully built d4d8351ec410 13:49:19 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:49:19  Building docker-security-secretstore-setup-go ... done v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:49:19 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:49:19 OK: 12620 distinct packages available 13:49:20 OK: 217 MiB in 51 packages 13:49:21 OK: 217 MiB in 51 packages 13:49:26 Removing intermediate container 349177b6fed5 13:49:26 ---> ef16dc41a367 13:49:26 Step 6/21 : COPY go.mod . 13:49:28 ---> c2e26077ebae 13:49:28 Step 7/21 : RUN go mod download 13:49:28 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 13:49:28 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 13:49:28 ---> 8b59ed30b330 13:49:28 Step 3/29 : WORKDIR /edgex-go 13:49:28 ---> Using cache 13:49:28 ---> bd9089b911a2 13:49:28 Step 4/29 : RUN apk update && apk add make git 13:49:28 ---> Running in b91d507e7bc8 13:49:28 ---> Running in 7b56d1caf794 13:49:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:49:32 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:49:32 v3.12.0-207-g8daa21938b [http://nl.alpinelinux.org/alpine/v3.12/community] 13:49:32 OK: 12620 distinct packages available 13:49:33 OK: 217 MiB in 51 packages 13:49:35 Removing intermediate container 7b56d1caf794 13:49:35 ---> 4df65baef4d0 13:49:35 Step 8/21 : COPY . . 13:49:36 Removing intermediate container b91d507e7bc8 13:49:36 ---> af0d4f4fcd3c 13:49:36 Step 5/29 : COPY go.mod . 13:49:38 ---> 30d0f677a7f5 13:49:38 Step 6/29 : RUN go mod download 13:49:38 ---> Running in 59a5569c3be0 13:49:45 Removing intermediate container 59a5569c3be0 13:49:45 ---> 58d28a382cd5 13:49:45 Step 7/29 : COPY . . 13:49:54 ---> 8da755be1b3c 13:49:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:49:54 ---> Running in 9fb9a7cda768 13:49:56 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:50:11 Removing intermediate container 8bd9f32c60e5 13:50:11 ---> bc58b87ef7c9 13:50:11 13:50:11 Step 10/20 : FROM scratch 13:50:11 ---> 13:50:11 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:50:11 ---> Using cache 13:50:11 ---> 7cf5e666604b 13:50:11 Step 12/20 : ENV APP_PORT=48085 13:50:11 ---> Running in 71a5edbfe2bd 13:50:11 ---> 1ddc0c71fb59 13:50:11 Step 9/21 : RUN make cmd/support-logging/support-logging 13:50:12 ---> Running in 3c915b437ee4 13:50:12 Removing intermediate container 71a5edbfe2bd 13:50:12 ---> 4195960091dd 13:50:12 Step 13/20 : EXPOSE $APP_PORT 13:50:12 ---> Running in 0a01f740d551 13:50:13 Removing intermediate container 0a01f740d551 13:50:13 ---> fb626cc68b4a 13:50:13 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 13:50:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 13:50:15 ---> faae6a9a66bb 13:50:15 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:50:16 ---> 5931650b0c74 13:50:16 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 13:50:17 ---> Running in 083dd92d67fc 13:50:17 ---> 5130cce8be48 13:50:17 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:50:18 ---> 35b0a04d2198 13:50:18 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:50:18 ---> Running in a77682109248 13:50:19 Removing intermediate container a77682109248 13:50:19 ---> a9c970ae72f0 13:50:19 Step 18/20 : LABEL arch=arm64 13:50:19 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:50:19 ---> Running in b4f72dc1546e 13:50:20 Removing intermediate container b4f72dc1546e 13:50:20 ---> eeca6f6c2da4 13:50:20 Step 19/20 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:50:20 ---> Running in fc8b6c96ac88 13:50:21 Removing intermediate container fc8b6c96ac88 13:50:21 ---> 359ef4471832 13:50:21 Step 20/20 : LABEL version=0.0.0 13:50:21 ---> Running in 69a6e4f6fb7d 13:50:22 Removing intermediate container 69a6e4f6fb7d 13:50:22 ---> a25118b328a6 13:50:22 13:50:22 Successfully built a25118b328a6 13:50:22 Successfully tagged docker-support-scheduler-go-arm64:latest 13:50:49  Building docker-support-scheduler-go ... done Removing intermediate container 9fb9a7cda768 13:50:49 ---> 99bbf788cf13 13:50:49 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:50:49 ---> Running in 549c995013e9 13:50:49 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:50:52 Removing intermediate container 549c995013e9 13:50:52 ---> eefe035bebee 13:50:52 13:50:52 Step 11/26 : FROM docker:latest 13:50:52 ---> ce9d55ae87f1 13:50:52 Step 12/26 : RUN apk add --no-cache bash 13:50:52 ---> Running in 052e9b4813c3 13:50:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:50:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:50:56 (1/2) Installing readline (8.0.4-r0) 13:50:56 (2/2) Installing bash (5.0.17-r0) 13:50:56 Executing bash-5.0.17-r0.post-install 13:50:56 Executing busybox-1.31.1-r16.trigger 13:50:56 OK: 12 MiB in 22 packages 13:50:58 Removing intermediate container 052e9b4813c3 13:50:58 ---> 97500bf5bbed 13:50:58 Step 13/26 : RUN rm -rf /var/cache/apk/* 13:50:58 ---> Running in 10a178a75db6 13:51:01 Removing intermediate container 10a178a75db6 13:51:01 ---> 6fdbca32a0c2 13:51:01 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:51:01 ---> Running in 0d0289d12ed8 13:51:02 Removing intermediate container 0d0289d12ed8 13:51:02 ---> 8afcd31aca7f 13:51:02 Step 15/26 : ENV APP_PORT=48090 13:51:02 ---> Running in 92fc49d87ef4 13:51:03 Removing intermediate container 92fc49d87ef4 13:51:03 ---> 340d201e2847 13:51:03 Step 16/26 : EXPOSE $APP_PORT 13:51:03 ---> Running in a61a2f7647a9 13:51:03 Removing intermediate container a61a2f7647a9 13:51:03 ---> 548eaa2500b3 13:51:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:51:05 ---> a74ec74a0227 13:51:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:51:06 ---> 7ef89b53964a 13:51:06 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:51:07 Removing intermediate container 083dd92d67fc 13:51:07 ---> 697161c0f0e8 13:51:07 13:51:07 Step 9/29 : FROM alpine:latest 13:51:07 ---> 62ee0e9f8440 13:51:07 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 13:51:07 ---> Running in 48be204dd5a7 13:51:07 Removing intermediate container 3c915b437ee4 13:51:07 ---> 607316d25d42 13:51:07 13:51:07 Step 10/21 : FROM scratch 13:51:07 ---> 13:51:07 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:51:07 ---> cc8a1aba8e9e 13:51:07 Step 20/26 : RUN apk --no-cache add py-pip 13:51:07 ---> Running in 5f8cb378292a 13:51:07 ---> Using cache 13:51:07 ---> 2078aa3f0ff5 13:51:07 Step 12/21 : ENV APP_PORT=48061 13:51:08 Removing intermediate container 48be204dd5a7 13:51:08 ---> 6d403976efda 13:51:08 Step 11/29 : USER root 13:51:08 ---> Running in b5898bd03cac 13:51:08 ---> Running in 28ea7369fb4d 13:51:08 Removing intermediate container b5898bd03cac 13:51:08 ---> 0d9305cf95be 13:51:08 Step 13/21 : EXPOSE $APP_PORT 13:51:08 ---> Running in 79012921447f 13:51:08 Removing intermediate container 28ea7369fb4d 13:51:08 ---> 302d32fd9b0f 13:51:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 13:51:09 ---> Running in c57a4c6fff81 13:51:09 Removing intermediate container 79012921447f 13:51:09 ---> 83ff4736db72 13:51:09 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 13:51:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:51:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:51:10 ---> b5e964a1c296 13:51:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 13:51:10 (1/33) Installing libbz2 (1.0.8-r1) 13:51:10 (2/33) Installing expat (2.2.9-r1) 13:51:10 (3/33) Installing libffi (3.3-r2) 13:51:10 (4/33) Installing gdbm (1.13-r1) 13:51:10 (5/33) Installing xz-libs (5.2.5-r0) 13:51:10 (6/33) Installing sqlite-libs (3.32.1-r0) 13:51:10 (7/33) Installing python3 (3.8.5-r0) 13:51:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:51:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:51:11 ---> ca90383e9a72 13:51:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 13:51:11 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:51:11 v3.12.0-207-g8daa21938b [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:51:11 OK: 12620 distinct packages available 13:51:12 (1/2) Installing ca-certificates (20191127-r4) 13:51:12 (2/2) Installing dumb-init (1.2.2-r1) 13:51:12 Executing busybox-1.31.1-r16.trigger 13:51:12 Executing ca-certificates-20191127-r4.trigger 13:51:12 (8/33) Installing py3-appdirs (1.4.4-r1) 13:51:12 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:51:12 (10/33) Installing py3-parsing (2.4.7-r0) 13:51:12 (11/33) Installing py3-six (1.15.0-r0) 13:51:12 (12/33) Installing py3-packaging (20.4-r0) 13:51:12 (13/33) Installing py3-setuptools (47.0.0-r0) 13:51:12 (14/33) Installing py3-chardet (3.0.4-r4) 13:51:12 OK: 6 MiB in 16 packages 13:51:13 (15/33) Installing py3-idna (2.9-r0) 13:51:13 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:51:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:51:13 (18/33) Installing py3-requests (2.23.0-r0) 13:51:13 (19/33) Installing py3-msgpack (1.0.0-r0) 13:51:13 (20/33) Installing py3-lockfile (0.12.2-r3) 13:51:13 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:51:13 (22/33) Installing py3-colorama (0.4.3-r0) 13:51:13 (23/33) Installing py3-distlib (0.3.0-r0) 13:51:13 (24/33) Installing py3-distro (1.5.0-r1) 13:51:13 (25/33) Installing py3-webencodings (0.5.1-r3) 13:51:13 (26/33) Installing py3-html5lib (1.0.1-r4) 13:51:13 (27/33) Installing py3-pytoml (0.1.21-r0) 13:51:13 (28/33) Installing py3-pep517 (0.8.2-r0) 13:51:13 (29/33) Installing py3-progress (1.5-r0) 13:51:13 (30/33) Installing py3-toml (0.10.1-r0) 13:51:13 (31/33) Installing py3-retrying (1.3.3-r0) 13:51:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:51:13 (33/33) Installing py3-pip (20.1.1-r0) 13:51:13 ---> 58ca4cc9fa77 13:51:13 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 13:51:13 Executing busybox-1.31.1-r16.trigger 13:51:13 OK: 71 MiB in 55 packages 13:51:14 ---> 7c87decc3506 13:51:14 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:51:14 ---> Running in ddbabd105056 13:51:14 Removing intermediate container c57a4c6fff81 13:51:14 ---> a6e8d4ef70dd 13:51:14 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 13:51:15 ---> Running in 83a973c70cc2 13:51:15 Removing intermediate container ddbabd105056 13:51:15 ---> d91fe4d5c4f3 13:51:15 Step 19/21 : LABEL arch=arm64 13:51:15 ---> Running in 39752da02d6c 13:51:15 Removing intermediate container 83a973c70cc2 13:51:15 ---> 6f935bee9b19 13:51:15 Step 14/29 : WORKDIR $BASE_DIR 13:51:16 ---> Running in b14da110580b 13:51:16 Removing intermediate container 39752da02d6c 13:51:16 ---> 4814419aef36 13:51:16 Step 20/21 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:51:16 ---> Running in b9d0ab7fd1d5 13:51:16 Removing intermediate container b14da110580b 13:51:16 ---> 1f6ce44ccf87 13:51:16 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 13:51:17 ---> Running in 3ecc7e36acc5 13:51:17 Removing intermediate container b9d0ab7fd1d5 13:51:17 ---> 2dd179a097ba 13:51:17 Step 21/21 : LABEL version=0.0.0 13:51:17 ---> Running in 5fcb29fa47ca 13:51:18 Removing intermediate container 5fcb29fa47ca 13:51:18 ---> 5f385b9d1592 13:51:18 13:51:18 Successfully built 5f385b9d1592 13:51:18 Successfully tagged docker-support-logging-go-arm64:latest 13:51:20  Building docker-support-logging-go ... done Removing intermediate container 5f8cb378292a 13:51:20 ---> de462a3bdbb7 13:51:20 Step 21/26 : RUN pip install docker-compose==1.23.2 13:51:20 Removing intermediate container 3ecc7e36acc5 13:51:20 ---> 4dc2c43212dc 13:51:20 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 13:51:20 ---> Running in 320c30b2f125 13:51:22 ---> c53b8d75fb33 13:51:22 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 13:51:22 ---> 68da252e3c9d 13:51:22 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 13:51:23 ---> 196192e10210 13:51:23 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 13:51:24 ---> f796ae66a06c 13:51:24 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 13:51:24 ---> 725a187ec750 13:51:24 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 13:51:25 ---> Running in 33c07720fa90 13:51:26 Collecting docker-compose==1.23.2 13:51:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:51:27 Collecting websocket-client<1.0,>=0.32.0 13:51:27 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 13:51:27 Removing intermediate container 33c07720fa90 13:51:27 ---> 75f0d93365b2 13:51:27 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 13:51:28 ---> 77b6f209101a 13:51:28 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:51:28 ---> Running in 80946df68d38 13:51:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:51:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:51:29 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:51:29 Collecting docker<4.0,>=3.6.0 13:51:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:51:30 Collecting texttable<0.10,>=0.9.0 13:51:30 Downloading texttable-0.9.1.tar.gz (11 kB) 13:51:31 Removing intermediate container 80946df68d38 13:51:31 ---> db47b4082037 13:51:31 Step 24/29 : RUN chmod 755 security-secrets-setup 13:51:31 ---> Running in 89d23ecc8999 13:51:33 Collecting dockerpty<0.5,>=0.4.1 13:51:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:51:34 Removing intermediate container 89d23ecc8999 13:51:34 ---> d696f8865bb1 13:51:34 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 13:51:34 ---> Running in cae1290f443d 13:51:34 Removing intermediate container cae1290f443d 13:51:34 ---> 8400622381e0 13:51:34 Step 26/29 : CMD [ "generate" ] 13:51:34 ---> Running in 156291d47ab5 13:51:35 Collecting cached-property<2,>=1.2.0 13:51:35 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 13:51:35 Removing intermediate container 156291d47ab5 13:51:35 ---> 573f9a818673 13:51:35 Step 27/29 : LABEL arch=arm64 13:51:35 ---> Running in f15c47c93c40 13:51:35 Removing intermediate container f15c47c93c40 13:51:35 ---> ab6403c29741 13:51:35 Step 28/29 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:51:35 Collecting PyYAML<4,>=3.10 13:51:35 Downloading PyYAML-3.13.tar.gz (270 kB) 13:51:36 ---> Running in 9ab6065812e0 13:51:36 Removing intermediate container 9ab6065812e0 13:51:36 ---> df6d8cb9e93a 13:51:36 Step 29/29 : LABEL version=0.0.0 13:51:36 ---> Running in 59824e1bbcb6 13:51:37 Removing intermediate container 59824e1bbcb6 13:51:37 ---> a030abef361d 13:51:37 13:51:37 Successfully built a030abef361d 13:51:37 Successfully tagged docker-security-secrets-setup-go-arm64:latest 13:51:39  Building docker-security-secrets-setup-go ... done Collecting docopt<0.7,>=0.6.1 13:51:39 Downloading docopt-0.6.2.tar.gz (25 kB) 13:51:41 Collecting jsonschema<3,>=2.5.1 13:51:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:51:41 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:51:41 Collecting idna<2.8,>=2.5 13:51:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:51:41 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:51:42 Collecting urllib3<1.25,>=1.21.1 13:51:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:51:42 Collecting docker-pycreds>=0.4.0 13:51:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:51:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:51:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:51:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:51:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:51:43 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, dockerpty, cached-property, PyYAML, docopt, jsonschema, docker-compose 13:51:43 Attempting uninstall: idna 13:51:43 Found existing installation: idna 2.9 13:51:43 Uninstalling idna-2.9: 13:51:43 Successfully uninstalled idna-2.9 13:51:44 Attempting uninstall: urllib3 13:51:44 Found existing installation: urllib3 1.25.9 13:51:44 Uninstalling urllib3-1.25.9: 13:51:44 Successfully uninstalled urllib3-1.25.9 13:51:45 Attempting uninstall: requests 13:51:45 Found existing installation: requests 2.23.0 13:51:45 Uninstalling requests-2.23.0: 13:51:45 Successfully uninstalled requests-2.23.0 13:51:46 Running setup.py install for texttable: started 13:51:47 Running setup.py install for texttable: finished with status 'done' 13:51:47 Running setup.py install for dockerpty: started 13:51:49 Running setup.py install for dockerpty: finished with status 'done' 13:51:49 Running setup.py install for PyYAML: started 13:51:51 Running setup.py install for PyYAML: finished with status 'done' 13:51:51 Running setup.py install for docopt: started 13:51:53 Running setup.py install for docopt: finished with status 'done' 13:51:54 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:51:59 Removing intermediate container 320c30b2f125 13:51:59 ---> baf863863d91 13:51:59 Step 22/26 : RUN apk --no-cache add curl 13:51:59 ---> Running in bec0efca8982 13:52:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:52:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:52:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:52:00 (2/3) Installing libcurl (7.69.1-r0) 13:52:00 (3/3) Installing curl (7.69.1-r0) 13:52:00 Executing busybox-1.31.1-r16.trigger 13:52:00 OK: 71 MiB in 58 packages 13:52:02 Removing intermediate container bec0efca8982 13:52:02 ---> cf846f2d14a1 13:52:02 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 13:52:02 ---> Running in 3c0883bbe05f 13:52:02 Removing intermediate container 3c0883bbe05f 13:52:02 ---> 210bf0b87421 13:52:02 Step 24/26 : LABEL arch=arm64 13:52:02 ---> Running in e0fa9593dafc 13:52:03 Removing intermediate container e0fa9593dafc 13:52:03 ---> f100b8a69114 13:52:03 Step 25/26 : LABEL git_sha=0770b02f8dbf6fa3749531d75a314b1a028befb4 13:52:03 ---> Running in 9a0723f8fa09 13:52:04 Removing intermediate container 9a0723f8fa09 13:52:04 ---> 8b7a980ecef3 13:52:04 Step 26/26 : LABEL version=0.0.0 13:52:04 ---> Running in edee5cd08dff 13:52:04 Removing intermediate container edee5cd08dff 13:52:04 ---> 5c6773de0982 13:52:04 13:52:04 Successfully built 5c6773de0982 13:52:04 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:52:05  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:52:05 $ docker stop --time=1 37cb68d338cdc298c8efb07f504d8cc3820dfe04b9e787c97392a0780226b8a9 13:52:07 $ docker rm -f 37cb68d338cdc298c8efb07f504d8cc3820dfe04b9e787c97392a0780226b8a9 [Pipeline] // withDockerContainer [Pipeline] sh 13:52:07 + + grep docker 13:52:07 docker images 13:52:08 docker-sys-mgmt-agent-go-arm64 latest 5c6773de0982 4 seconds ago 266MB 13:52:08 docker-security-secrets-setup-go-arm64 latest a030abef361d 32 seconds ago 24.2MB 13:52:08 docker-support-logging-go-arm64 latest 5f385b9d1592 51 seconds ago 11.4MB 13:52:08 docker-support-scheduler-go-arm64 latest a25118b328a6 About a minute ago 12.6MB 13:52:08 docker-security-secretstore-setup-go-arm64 latest d4d8351ec410 2 minutes ago 32.6MB 13:52:08 docker-core-data-go-arm64 latest 4d24f67c4ee8 3 minutes ago 23.3MB 13:52:08 docker-support-notifications-go-arm64 latest 9dfdcbbbd6e5 3 minutes ago 13.9MB 13:52:08 docker-core-metadata-go-arm64 latest 07c1df11e238 4 minutes ago 13.8MB 13:52:08 docker-core-command-go-arm64 latest 9d61c9069890 4 minutes ago 12.4MB 13:52:08 docker-security-proxy-setup-go-arm64 latest ebb4de3477c0 4 minutes ago 15.8MB 13:52:08 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:09 provisioning config files... 13:52:09 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/25@tmp/config5879835497073048598tmp [Pipeline] { [Pipeline] sh 13:52:10 + curl -s https://codecov.io/bash 13:52:10 + bash -s - -t @/w/workspace/edgex-go/25@tmp/config5879835497073048598tmp [Pipeline] } 13:52:10 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:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:52:12 ---> package-listing.sh 13:52:12 ++ facter osfamily 13:52:12 ++ tr '[:upper:]' '[:lower:]' 13:52:12 + OS_FAMILY=redhat 13:52:12 + workspace=/w/workspace/edgex-go/25 13:52:12 + START_PACKAGES=/tmp/packages_start.txt 13:52:12 + END_PACKAGES=/tmp/packages_end.txt 13:52:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:52:12 + PACKAGES=/tmp/packages_start.txt 13:52:12 + '[' /w/workspace/edgex-go/25 ']' 13:52:12 + PACKAGES=/tmp/packages_end.txt 13:52:12 + case "${OS_FAMILY}" in 13:52:12 + rpm -qa 13:52:12 + sort 13:52:17 + '[' -f /tmp/packages_start.txt ']' 13:52:17 + '[' -f /tmp/packages_end.txt ']' 13:52:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:52:17 + '[' /w/workspace/edgex-go/25 ']' 13:52:17 + mkdir -p /w/workspace/edgex-go/25/archives/ 13:52:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/25/archives/ [Pipeline] isUnix [Pipeline] sh 13:52:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:52:17 13:52:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:52:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:52:18 alpine: Pulling from edgex-lftools-log-publisher 13:52:18 c9b1b535fdd9: Pulling fs layer 13:52:18 2cc5ad85d9ab: Pulling fs layer 13:52:18 756a868c4378: Pulling fs layer 13:52:18 444b2fc9a129: Pulling fs layer 13:52:18 ea15f1150254: Pulling fs layer 13:52:18 41b27a9f41bf: Pulling fs layer 13:52:18 28c525ee5125: Pulling fs layer 13:52:18 094b1ea09ed8: Pulling fs layer 13:52:18 138eaada9080: Pulling fs layer 13:52:18 0622d0fa9048: Pulling fs layer 13:52:18 28c525ee5125: Waiting 13:52:18 094b1ea09ed8: Waiting 13:52:18 138eaada9080: Waiting 13:52:18 0622d0fa9048: Waiting 13:52:18 ea15f1150254: Waiting 13:52:18 444b2fc9a129: Waiting 13:52:18 41b27a9f41bf: Waiting 13:52:18 2cc5ad85d9ab: Verifying Checksum 13:52:18 2cc5ad85d9ab: Download complete 13:52:18 444b2fc9a129: Verifying Checksum 13:52:18 444b2fc9a129: Download complete 13:52:18 c9b1b535fdd9: Download complete 13:52:18 ea15f1150254: Verifying Checksum 13:52:18 ea15f1150254: Download complete 13:52:18 28c525ee5125: Verifying Checksum 13:52:18 28c525ee5125: Download complete 13:52:18 756a868c4378: Verifying Checksum 13:52:18 756a868c4378: Download complete 13:52:18 c9b1b535fdd9: Pull complete 13:52:18 138eaada9080: Verifying Checksum 13:52:18 138eaada9080: Download complete 13:52:19 0622d0fa9048: Download complete 13:52:19 094b1ea09ed8: Verifying Checksum 13:52:19 094b1ea09ed8: Download complete 13:52:19 2cc5ad85d9ab: Pull complete 13:52:19 41b27a9f41bf: Verifying Checksum 13:52:19 41b27a9f41bf: Download complete 13:52:21 756a868c4378: Pull complete 13:52:21 444b2fc9a129: Pull complete 13:52:21 ea15f1150254: Pull complete 13:52:28 41b27a9f41bf: Pull complete 13:52:28 28c525ee5125: Pull complete 13:52:30 094b1ea09ed8: Pull complete 13:52:30 138eaada9080: Pull complete 13:52:30 0622d0fa9048: Pull complete 13:52:30 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 13:52:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:52:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:52:31 prd-centos7-docker-4c-2g-1932 does not seem to be running inside a container 13:52:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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:52:35 $ docker top 23a638b6ea0d360e4ecc34d29c5fd8b3cde02648ed2d1bc4b570b8434171f692 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:52:35 provisioning config files... 13:52:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/25@tmp/config1684540017053413354tmp [Pipeline] { [Pipeline] echo 13:52:35 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:52:35 ---> create-netrc.sh [Pipeline] echo 13:52:35 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:52:36 ---> logs-deploy.sh 13:52:36 + ARCHIVE_ARTIFACTS= 13:52:36 + LOGS_SERVER=https://logs.edgexfoundry.org 13:52:36 + '[' https://logs.edgexfoundry.org == None ']' 13:52:36 + NEXUS_URL=https://nexus.edgexfoundry.org 13:52:36 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/25 13:52:36 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/25/ 13:52:36 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/25 /w/workspace/edgex-go/25 13:52:36 Archives upload complete. 13:52:37 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/25 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/25/